This version of the page http://www.joomla-ua.org/wiki/ext/com_jreactions.html (0.0.0.0) stored by archive.org.ua. It represents a snapshot of the page as of 2009-09-18. The original page over time could change.
com_jreactions.html - Joomla! Україна - Розширення

Коментарі jreactions (ukrainian.php)

/components/com_jreactions/custom/ukrainian.php версія 1.9.0

 
<?php defined('_VALID_MOS') or die("Unauthorized access terminated.");
# ########################################################
#  'J! Reactions' Commenting Software for the Joomla! CMS
# --------------------------------------------------------
# Published, licensed and distributed by SDeCNet Software
# Original copyright (c) 2006 S. A. DeCaro, PhD
# All intellectual and proprietaray rights reserved.
# --------------------------------------------------------
# The installation and use of this software implies legal
# acknowledgement and acceptance of licensing terms.
# ########################################################
 
if (!defined('JREACT_LANG_INSTANCE')) { define('JREACT_LANG_INSTANCE',TRUE); global $mosConfig_sitename;
 
// Language for front-end objects
DEFINE("LANG_INTRO_0","Залишити коментар"); // "No comments for this item"
	// Displayed with intro text if zero comments are published.
DEFINE("LANG_INTRO_1","Ця публікація має 1 комент"); // This item includes 1 comment
	// Displayed with intro text if only one comment is published.
DEFINE("LANG_INTRO_2","Ця публікація має # коментів");  // "This item includes # comments"
	// Displayed with intro text if two or more comments are published.
DEFINE("LANG_PREVPAGE","Повернутись на сторінку коментарів");  // "Back to comments page"
	// Tooltip for link to previous page.
 
// Language for comment objects
DEFINE("LANG_HEADING_0","Нема жодного коментаря до цієї статті.");  // "No one has commented on this article."
	// Text heading for empty comment lists.
DEFINE("LANG_HEADING_1","Одна людина прокоментувала цю публікацію."); // "One person has commented on this article."
	// Text heading for comment lists with one item.
DEFINE("LANG_HEADING_2","Readers have left # comments.");
	// Text heading for comment lists with two or more items.
DEFINE("LANG_TOGGLE_COMMENTS","Show/hide comments on this page...");
	// Text link to toggle visibility of comments.
 
DEFINE("LANG_DATETIME","Y-m-d H:i:s");
	// Format for the date/time display (uses PHP date/time codes).
DEFINE("LANG_UNTITLED","Без теми"); // "Untitled"
	// Default title text when no other title is available.
DEFINE("LANG_USERTYPE","Незареєстрований"); // "Unregistered"
	// Default classification when no other usertype or rank is available.
DEFINE("LANG_IMAGE_TITLE","This comment includes an external image");
	// Default title for images in comments
 
// Tooltips for the comment functions.
 
DEFINE("LANG_TOOLTIP_DELETE","ВИДАЛИТИ");	// "Delete this comment"
DEFINE("LANG_TOOLTIP_EDIT","РЕДАГУВАТИ");  // "Edit this comment"
DEFINE("LANG_TOOLTIP_EMAIL","Click to send email");
DEFINE("LANG_TOOLTIP_PUBLISH","ОПУБЛІКУВАТИ");  // "Publish this comment"
DEFINE("LANG_TOOLTIP_UNPUBLISH","Unpublish this comment");
DEFINE("LANG_TOOLTIP_QUOTE","Quote this entry in your comments");
DEFINE("LANG_TOOLTIP_URL","Click to visit this website");
 
// Language for form objects and form operations
DEFINE("LANG_TOGGLE_FORM","Submit new comment...");
	// Text link to hide/show comment form.
DEFINE("LANG_FORM_OPEN","Please keep your comments brief and on topic, and remember that this is not a discussion thread.");
	// Text heading for the submit form (such as general instructions).
DEFINE("LANG_FORM_RESTRICTED","Please login or register to post comments.");
	// This is what guests see when write access is restricted.
DEFINE("LANG_FORM_CLOSED","The author or administrator has closed this item for comments.");
	// Part of the traffic control system.
DEFINE("LANG_FORM_REQUIRED","Required information");
	// Tooltip that appears when mouse moves over a required field.
DEFINE("LANG_FORM_FLOOD","Your comment is too long. You should consider moving it to one of the discussion forums.");
	// Displayed as a Javascript popup warning if user types too many characters.
DEFINE("LANG_FORM_DONE","Thank you for sharing your comments! Your entry may be subject to review before appearing on this site.");
	// Displayed after a comment is submitted.
 
DEFINE("LANG_FORM_FAIL","Your submission cannot be processed:");  	// Followed by one or more problems.
DEFINE("LANG_FORM_FAIL_0","<b>You did not enter a <u>name</u></b>");	// The <b> and <u> tags provide bold and underline styling.
DEFINE("LANG_FORM_FAIL_1","<b>You did not enter a <u>comment</u></b>");
DEFINE("LANG_FORM_FAIL_2","<b>Your comment is <u>too long</u></b>");
DEFINE("LANG_FORM_FAIL_3","<b>You did not enter a <u>title</u></b>");
DEFINE("LANG_FORM_FAIL_4","<b>You did not enter a valid <u>email address</u></b>");
DEFINE("LANG_FORM_FAIL_5","<b>You did not enter a valid <u>web address</u></b>");
DEFINE("LANG_FORM_FAIL_6","<b>Your submission contains <u>unacceptable text</u></b>");
DEFINE("LANG_FORM_FAIL_7","<b>Your comment contains <u>spacing errors</u></b>");
 
// Labels for the form objects 
 
DEFINE("LANG_LABEL_NAME","Ім`я : ");  // "Name : "
DEFINE("LANG_LABEL_EMAIL","E-mail : ");
DEFINE("LANG_LABEL_URL","Website : ");
DEFINE("LANG_LABEL_TITLE","Заголовок : ");  // "Title : "
DEFINE("LANG_LABEL_BODY","Коментар : ");  // "Comment(s) : "
DEFINE("LANG_LABEL_SEND","Зберегти");  // "Submit"
 
DEFINE("LANG_BBCODE_BOLD","Display text with bold style: [b] text [/b]");	// Tooltips for the bbcode buttons
DEFINE("LANG_BBCODE_ITALIC","Display text with italic style: [i] text [/i]");
DEFINE("LANG_BBCODE_ULINE","Display text with underline style: [u] text [/u]");
DEFINE("LANG_BBCODE_LIST","Display text as itemized list: [list] text lines [/list]");
DEFINE("LANG_BBCODE_QUOTE","Display text as block quote: [quote=name] text [/quote]");
DEFINE("LANG_BBCODE_CODE","Display text as formatted code: [code] text [/code]");
DEFINE("LANG_BBCODE_IMAGE","Display external image: [img=http://… title=…]");
 
// Language for email notifications
DEFINE("LANG_NOTIFY_EMAIL","This is an automated message that is sent whenever a new comment is posted at $mosConfig_sitename.");
DEFINE("LANG_NOTIFY_TITLE","New Comment Submitted");
 
// THE FOLLOWING LANGUAGE DEFINES ARE USED ONLY IN THE PROFESSIONAL EDITION
 
DEFINE("LANG_LABEL_EXTRA","Other : ");
	// Label for the custom data field (should be specific, like "Country").
DEFINE("LANG_EXTRA","Not specified");
	// Default text when no custom data is available.
DEFINE("LANG_FORM_FAIL_8","<b>Required information missing</b>");
	// Warning message if custom data field is required and empty.
DEFINE("LANG_FORM_BANNED","Your IP address has been blocked by the author or administrator.");
	// Displayed to visitors with blacklisted IP addresses.
 
DEFINE("LANG_CAPTCHA_LABEL","Verify : ");	// Language for CAPTCHA system
DEFINE("LANG_CAPTCHA_FAIL","<b>Security check failed</b>");
DEFINE("LANG_CAPTCHA_TOOLTIP","Please respond to the instructions to verify that your submission is not automated.");
DEFINE("LANG_CAPTCHA_EMAIL","Blocked IP address %ip for failing # captcha challenges.");
DEFINE("LANG_CAPTCHA_TITLE","J! Reactions Captcha Alert");
}?>

перегляд
  • Статя
  • Дискусія
  • Показати вихідний текст
  • Старі ревізії
Навігація
  • Головна Wiki

Переклади для Joomla! 1.5.x

  • Компоненти
    • Блоги
    • Каталоги/Інтеренет-магазини
    • Категорії/Розділи
    • Файли
    • Форуми
    • Фотогалереї
  • Модулі
  • Плагіни

Переклади для Joomla! 1.0.x

  • Компоненти
    • PMS
    • Книги відгуків
    • Мови
    • Форуми
  • Модулі
  • Мамботи
Joomla! Україна
  • Головна
  • Новини
  • Форум
  • Статті та огляди
  • Wiki
  • Продукти
  • Контакти
Персональні інструменти
  • Увійти
Інструменти
  • Посилання сюди
  • Завантажити Файл
  • Структура Wiki
  • Версія для друку
  • Постійне Посилання
  • Цитувати цю Статтю