Large diffs are not rendered by default.

@@ -3,6 +3,51 @@

; Using new string format for Joomla 1.6.x

COM_KUNENA_POLL_STATS_NAME="Poll"

COM_KUNENA_BBCODE_SPOILER="Warning: Spoiler!"
COM_KUNENA_BBCODE_HIDDENTEXT="<span class='kquote'>Part of the message is hidden for the guests. Please log in or register to see it.</span>"
COM_KUNENA_BBCODE_HIDE_IN_MESSAGE="This text is hidden from guests"
COM_KUNENA_BBCODE_CONFIDENTIAL_TEXT="Confidential information:"

COM_KUNENA_DT_DATETIME_FMT="%d %b %Y %H:%M"
COM_KUNENA_DT_DATETIME_TODAY_FMT="Today %H:%M"
COM_KUNENA_DT_DATETIME_UNKNOWN="Unknown"
COM_KUNENA_DT_DATETIME_YESTERDAY_FMT="Yesterday %H:%M"
COM_KUNENA_DT_DATE_FMT="%d %b %Y"
COM_KUNENA_DT_DATE_TODAY_FMT="Today"
COM_KUNENA_DT_DATE_YESTERDAY_FMT="Yesterday"
COM_KUNENA_DT_TIME_FMT="%H:%M"

COM_KUNENA_GOOGLE_MAP_NOT_VISIBLE="Unable to display Google Map."
COM_KUNENA_GOOGLE_MAP_NO_GEOCODE="Unable to determine location of:"

COM_KUNENA_RECAPTCHA_ERROR_INVALID_CONFIGURATION="CAPTCHA is not properly configured (%s). Please contact site administrator!"
COM_KUNENA_RECAPTCHA_ERROR_INVALID_CONFIGURATION_NO_PRIVATE_KEY="private key is missing"
COM_KUNENA_RECAPTCHA_ERROR_INVALID_CONFIGURATION_NO_PUBLIC_KEY="public key is missing"
COM_KUNENA_RECAPTCHA_ERROR_INVALID_SITE_PRIVATE_KEY="CAPTCHA: The private key is invalid. Please contact site administrator!"
COM_KUNENA_RECAPTCHA_ERROR_INVALID_REQUEST_COOKIE="CAPTCHA: The challenge parameter of the captcha is invalid."
COM_KUNENA_RECAPTCHA_ERROR_INCORRECT_CAPTCHA_SOL="Incorrect captcha. Please try again."
COM_KUNENA_RECAPTCHA_ERROR_RECAPTCHA_NOT_REACHABLE="Unable to contact the CAPTCHA verify server. Please try again after a moment."
COM_KUNENA_RECAPTCHA_JS_INSTRUCTIONS_VISUAL="Write captcha code"
COM_KUNENA_RECAPTCHA_JS_INSTRUCTIONS_AUDIO="Enter audio code"
COM_KUNENA_RECAPTCHA_JS_PLAY_AGAIN="Listen again audio code"
COM_KUNENA_RECAPTCHA_JS_CANT_HEAR_THIS="Save audio code in mp3"
COM_KUNENA_RECAPTCHA_JS_VISUAL_CHALLENGE="Visual captcha code"
COM_KUNENA_RECAPTCHA_JS_AUDIO_CHALLENGE="Audio captcha code"
COM_KUNENA_RECAPTCHA_JS_REFRESH_CODE="Refresh code"
COM_KUNENA_RECAPTCHA_JS_HELP_BTN="ReCaptcha help"

COM_KUNENA_POST_EMAIL_NOTIFICATION1="A new reply has been posted on the"
COM_KUNENA_POST_EMAIL_NOTIFICATION1_CAT="A new topic has been created on the"
COM_KUNENA_POST_EMAIL_NOTIFICATION2="You can unsubscribe from this topic by visiting it and clicking the Unsubscribe button near the top or bottom of the page."
COM_KUNENA_POST_EMAIL_NOTIFICATION2_CAT="You are getting this notification because of you have subscribed into category. Please visit the category to unsubscribe."
COM_KUNENA_POST_EMAIL_MOD1="A new post has been made to a category to which you have assigned as moderator on the"
COM_KUNENA_POST_EMAIL_MOD2="Please have a look at it after you have logged in on the site."
COM_KUNENA_POST_EMAIL_NOTIFICATION_MORE_READ="Please note that you will not receive any further email notifications for this topic until you log in and read it."
COM_KUNENA_POST_EMAIL_NOTIFICATION_MORE_SUBSCRIBE="Please note that you will not receive any further email notifications for this topic unless you subscribe into it."
COM_KUNENA_POST_EMAIL_NOTIFICATION3="Do not answer to this e-mail notification as it is a generated e-mail."

COM_KUNENA_LIB_AVATAR_TITLE="%s's Avatar"
COM_KUNENA_LIB_CLICK_TO_TOGGLE_STATE="Click to toggle state"
COM_KUNENA_LIB_CLICK_TO_SORT_THIS_COLUMN="Click to sort this column"
@@ -30,6 +75,7 @@ COM_KUNENA_LIB_TABLE_ANNOUNCEMENTS_ERROR_USER_INVALID="Saving announcement faile
COM_KUNENA_LIB_TABLE_ANNOUNCEMENTS_ERROR_NO_TITLE="Saving announcement failed: Title is empty!"
COM_KUNENA_LIB_TABLE_ANNOUNCEMENTS_ERROR_NO_DESCRIPTION="Saving announcement failed: Description is empty!"
COM_KUNENA_LIB_TABLE_CATEGORIES_ERROR_NO_NAME="Cannot save category: No name was provided!"
COM_KUNENA_LIB_TABLE_CATEGORIES_ERROR_INVALID="Cannot order categories: Category id does not exist."
COM_KUNENA_LIB_TABLE_KEYWORDS_ERROR_EMPTY="Cannot save empty keyword!"
COM_KUNENA_LIB_TABLE_MESSAGES_ERROR_NO_SUBJECT="Cannot save message: Subject is empty!"
COM_KUNENA_LIB_TABLE_MESSAGES_ERROR_NO_MESSAGE="Cannot save message: Message body is empty!"
@@ -0,0 +1,185 @@
; License GNU General Public License version 2 or later; see LICENSE.txt, see LICENSE.php
; Note : All ini files need to be saved as UTF-8 - No BOM

; Using new string format for Joomla 1.6.x

; Kunena 2.0 Buttons

COM_KUNENA_BUTTON_ANNOUNCEMENT_EDIT="Edit"
COM_KUNENA_BUTTON_ANNOUNCEMENT_DELETE="Delete"
COM_KUNENA_BUTTON_ANNOUNCEMENT_LIST="Control Panel"
COM_KUNENA_BUTTON_MESSAGE_APPROVE="Approve"
COM_KUNENA_BUTTON_MESSAGE_APPROVE_LONG="Approve this message."
COM_KUNENA_BUTTON_MESSAGE_DELETE="Delete"
COM_KUNENA_BUTTON_MESSAGE_DELETE_LONG="Delete this message."
COM_KUNENA_BUTTON_MESSAGE_EDIT="Edit"
COM_KUNENA_BUTTON_MESSAGE_EDIT_LONG="Edit this message."
COM_KUNENA_BUTTON_MESSAGE_MODERATE="Moderate"
COM_KUNENA_BUTTON_MESSAGE_MODERATE_LONG="Moderate this message."
COM_KUNENA_BUTTON_MESSAGE_QUICKREPLY="Quick Reply"
COM_KUNENA_BUTTON_MESSAGE_QUICKREPLY_LONG="Quick reply this message."
COM_KUNENA_BUTTON_MESSAGE_QUOTE="Quote"
COM_KUNENA_BUTTON_MESSAGE_QUOTE_LONG="Quote this message."
COM_KUNENA_BUTTON_MESSAGE_THANKYOU="Thank You"
COM_KUNENA_BUTTON_MESSAGE_THANKYOU_LONG="I want to thank you for this message."
COM_KUNENA_BUTTON_MESSAGE_REPLY="Reply"
COM_KUNENA_BUTTON_MESSAGE_REPLY_LONG="Reply to this message."
COM_KUNENA_BUTTON_MESSAGE_UNDELETE="Restore"
COM_KUNENA_BUTTON_MESSAGE_UNDELETE_LONG="Restore this message."
COM_KUNENA_BUTTON_MESSAGE_REPORT="Report This"
COM_KUNENA_BUTTON_MESSAGE_REPORT_LONG="Report this message to moderators."
COM_KUNENA_BUTTON_MESSAGE_PERMDELETE="Permanently Delete"
COM_KUNENA_BUTTON_MESSAGE_PERMDELETE_LONG="Permanently delete this message."
COM_KUNENA_BUTTON_TOPIC_DELETE="Delete Topic"
COM_KUNENA_BUTTON_TOPIC_DELETE_LONG="Delete this topic."
COM_KUNENA_BUTTON_TOPIC_FAVORITE="Favorite"
COM_KUNENA_BUTTON_TOPIC_FAVORITE_LONG="Favorite this topic."
COM_KUNENA_BUTTON_TOPIC_LOCK="Lock"
COM_KUNENA_BUTTON_TOPIC_LOCK_LONG="Lock this topic."
COM_KUNENA_BUTTON_TOPIC_CREATE="New Topic"
COM_KUNENA_BUTTON_TOPIC_CREATE_LONG="Create a new topic."
COM_KUNENA_BUTTON_TOPIC_REPLY="Reply Topic"
COM_KUNENA_BUTTON_TOPIC_REPLY_LONG="Reply to this topic."
COM_KUNENA_BUTTON_TOPIC_STICKY="Sticky"
COM_KUNENA_BUTTON_TOPIC_STICKY_LONG="Sticky this topic."
COM_KUNENA_BUTTON_TOPIC_SUBSCRIBE="Subscribe"
COM_KUNENA_BUTTON_TOPIC_SUBSCRIBE_LONG="Subscribe to this topic."
COM_KUNENA_BUTTON_TOPIC_UNFAVORITE="Unfavorite"
COM_KUNENA_BUTTON_TOPIC_UNFAVORITE_LONG="Unfavorite this topic."
COM_KUNENA_BUTTON_TOPIC_UNLOCK="Unlock"
COM_KUNENA_BUTTON_TOPIC_UNLOCK_LONG="Unlock this topic."
COM_KUNENA_BUTTON_TOPIC_UNSTICKY="Unsticky"
COM_KUNENA_BUTTON_TOPIC_UNSTICKY_LONG="Unsticky this topic."
COM_KUNENA_BUTTON_TOPIC_UNSUBSCRIBE="Unsubscribe"
COM_KUNENA_BUTTON_TOPIC_UNSUBSCRIBE_LONG="Unsubscribe from this topic."
COM_KUNENA_BUTTON_TOPIC_MODERATE="Moderate Topic"
COM_KUNENA_BUTTON_TOPIC_MODERATE_LONG="Moderate this topic."
COM_KUNENA_BUTTON_LAYOUT_FLAT="Flat"
COM_KUNENA_BUTTON_LAYOUT_FLAT_LONG="Display messages in flat layout."
COM_KUNENA_BUTTON_LAYOUT_THREADED="Threaded"
COM_KUNENA_BUTTON_LAYOUT_THREADED_LONG="Display messages in tree-like layout."
COM_KUNENA_BUTTON_LAYOUT_INDENTED="Indented"
COM_KUNENA_BUTTON_LAYOUT_INDENTED_LONG="Display messages in indented layout."
COM_KUNENA_BUTTON_CATEGORY_SUBSCRIBE="Subscribe"
COM_KUNENA_BUTTON_CATEGORY_SUBSCRIBE_LONG="Subscribe to this category."
COM_KUNENA_BUTTON_CATEGORY_UNSUBSCRIBE="Unsubscribe"
COM_KUNENA_BUTTON_CATEGORY_UNSUBSCRIBE_LONG="Unsubscribe from this category."
COM_KUNENA_BUTTON_CATEGORY_MANAGE="Manage Categories"
COM_KUNENA_BUTTON_CATEGORY_MANAGE_LONG="Enter to Category Manager."
COM_KUNENA_BUTTON_CATEGORY_MARKREAD="Mark Topics Read"
COM_KUNENA_BUTTON_CATEGORY_MARKREAD_LONG="Mark all topics in this categeory as read."
COM_KUNENA_BUTTON_FORUM_MARKREAD="Mark Everything Read"
COM_KUNENA_BUTTON_FORUM_MARKREAD_LONG="Mark all topics as read."

COM_KUNENA_BUTTON_PERMDELETE_LONG="Permanent Delete selected"
COM_KUNENA_BUTTON_UNDELETE_LONG="Undelete selected"
COM_KUNENA_BUTTON_SECTION_MARKREAD="Mark All Categories Read"

COM_KUNENA_A_GEN_NEWCHAR="NEW"
COM_KUNENA_ALL_DISCUSSIONS="Recent Topics"
COM_KUNENA_DEFAULT_GALLERY="Default Gallery"

COM_KUNENA_ANN_CPANEL="Announcement Control Panel"
COM_KUNENA_ANN_ANNOUNCEMENTS="Announcements"
COM_KUNENA_ANN_ADD="Add New"
COM_KUNENA_ANN_ID="ID"
COM_KUNENA_ANN_DATE="Date"
COM_KUNENA_ANN_AUTHOR="Author"
COM_KUNENA_ANN_TITLE="Title"
COM_KUNENA_ANN_PUBLISH="Publish"
COM_KUNENA_ANN_EDIT="Edit"
COM_KUNENA_ANN_DELETE="Delete"
COM_KUNENA_ANN_READMORE="Read More..."
COM_KUNENA_ANN_LONGTEXT="Long Text"
COM_KUNENA_ANN_SORTTEXT="Short Text"
COM_KUNENA_ANN_SHOWDATE="Show Date"
COM_KUNENA_ANN_SUCCESS_PUBLISH="Announcement '%s' has been successfully published!"
COM_KUNENA_ANN_SUCCESS_UNPUBLISH="Announcement '%s' has been successfully unpublished!"
COM_KUNENA_ANN_SUCCESS_ADD="Success Added"
COM_KUNENA_ANN_SUCCESS_EDIT="Success Edit"
COM_KUNENA_ANN_SUCCESS_DELETED="Success Deleted"

COM_KUNENA_BULKMSG_DELETED="Posts were deleted successfully"
COM_KUNENA_GEN_ALL_MARKED="All posts have been marked as read"
COM_KUNENA_GEN_CATEGORY_SUBCRIBED="You have been subscribed to this category and will get notified by mail about new posts."
COM_KUNENA_GEN_CATEGORY_UNSUBCRIBED="You have been unsubscribed from this category."
COM_KUNENA_GEN_MODERATED="Category is moderated. Reviewed prior to publishing."

COM_KUNENA_GEN_FORUM_NEWPOST="New Posts"
COM_KUNENA_GEN_FORUM_NOTNEW="No New Posts"
COM_KUNENA_DELETE_SELECTED="Delete selected"
COM_KUNENA_GEN_SEARCH_BOX="Search Forum"
COM_KUNENA_FORUM_TOP="Board Categories"

COM_KUNENA_BULK_CHOOSE_ACTION="- Choose Action -"
COM_KUNENA_BULK_CHOOSE_DESTINATION="- Choose Destination -"

COM_KUNENA_CREDITS_INTRO_TEXT="An open source project like Kunena requires the dedication and investment of personal time from various contributors. This version of Kunena Forum has been made possible by the following contributors :"
COM_KUNENA_CREDITS_PAGE_TITLE="Team credits"
COM_KUNENA_CREDITS_GO_BACK="To return to the forum"
COM_KUNENA_CREDITS_MODERATOR="Kunena Moderator"
COM_KUNENA_CREDITS_DEVELOPER="Kunena Developer"
COM_KUNENA_CREDITS_CONTRIBUTOR="Kunena Contributor"
COM_KUNENA_CREDITS_DEVELOPER_SPECIAL="Kunena developer and admin of the world largest %s community at"
COM_KUNENA_CREDITS_THANKS="Our thanks go out to all contributors of Kunena! "
COM_KUNENA_CREDITS_THANKS_PART_LONG="Special thanks go to %s and the CB Testing team, %s, %s, %s and %s for significant contributions to Kunena. In addition many members of %s have contributed and helped make this a more stable and bugfree version."
COM_KUNENA_CREDITS_LANGUAGE="Language credits :"

COM_KUNENA_SEARCH_ADVSEARCH="Advanced Search"
COM_KUNENA_SEARCH_ANSWERS="Answers"
COM_KUNENA_SEARCH_DATE_2WEEKS="2 weeks ago"
COM_KUNENA_SEARCH_DATE_3MONTHS="3 months ago"
COM_KUNENA_SEARCH_DATE_6MONTHS="6 months ago"
COM_KUNENA_SEARCH_DATE_ANY="Any date"
COM_KUNENA_SEARCH_DATE_LASTVISIT="Last visit"
COM_KUNENA_SEARCH_DATE_MONTH="A month ago"
COM_KUNENA_SEARCH_DATE_NEWER="And newer"
COM_KUNENA_SEARCH_DATE_OLDER="And older"
COM_KUNENA_SEARCH_DATE_WEEK="A week ago"
COM_KUNENA_SEARCH_DATE_YEAR="A year ago"
COM_KUNENA_SEARCH_DATE_YESTERDAY="Yesterday"
COM_KUNENA_SEARCH_ERR_NOPOSTS="No messages containing all your search terms were found."
COM_KUNENA_SEARCH_ERR_SHORTKEYWORD="At least one keyword should be over three characters long."
COM_KUNENA_SEARCH_EXACT="Exact Name"
COM_KUNENA_SEARCH_FIND_POSTS="Find Posts from"
COM_KUNENA_SEARCH_FIND_WITH="Find topics with"
COM_KUNENA_SEARCH_KEYWORDS="Keywords"
COM_KUNENA_SEARCH_LEAST="At least"
COM_KUNENA_SEARCH_LIMIT10="Show 10 Search Results"
COM_KUNENA_SEARCH_LIMIT15="Show 15 Search Results"
COM_KUNENA_SEARCH_LIMIT20="Show 20 Search Results"
COM_KUNENA_SEARCH_LIMIT5="Show 5 Search Results"
COM_KUNENA_SEARCH_MOST="At most"
COM_KUNENA_SEARCH_NOFORUM="No categories to search."
COM_KUNENA_SEARCH_OPTIONS="Search Options"
COM_KUNENA_SEARCH_RESULTS="Search Results"
COM_KUNENA_SEARCH_SEARCHBY_KEYWORD="Search by Keyword"
COM_KUNENA_SEARCH_SEARCHBY_USER="Search by User Name"
COM_KUNENA_SEARCH_SEARCHIN="Search in Categories"
COM_KUNENA_SEARCH_SEARCHIN_ALLCATS="All Categories"
COM_KUNENA_SEARCH_SEARCHIN_CHILDREN="Also search in sub-categories"
COM_KUNENA_SEARCH_SEARCH_POSTS="Search entire posts"
COM_KUNENA_SEARCH_SEARCH_TITLES="Search titles only"
COM_KUNENA_SEARCH_SEND="Search"
COM_KUNENA_SEARCH_SORTBY="Sort Results by"
COM_KUNENA_SEARCH_SORTBY_DEC="Decreasing order"
COM_KUNENA_SEARCH_SORTBY_INC="Increasing order"
COM_KUNENA_SEARCH_SORTBY_POST="Posting date"
COM_KUNENA_SEARCH_SORTBY_POSTS="Number of posts"
COM_KUNENA_SEARCH_SORTBY_START="Topic start date"
COM_KUNENA_SEARCH_SORTBY_TITLE="Title"
COM_KUNENA_SEARCH_SORTBY_USER="User name"
COM_KUNENA_SEARCH_SORTBY_VIEWS="Number of views"
COM_KUNENA_SEARCH_START="Jump to Result Number"
COM_KUNENA_SEARCH_UNAME="User Name"
COM_KUNENA_SEARCH_USER_ACTIVE="Activity in Topics"
COM_KUNENA_SEARCH_USER_POSTED="Messages posted by"
COM_KUNENA_SEARCH_USER_STARTED="Topics started by"
COM_KUNENA_SEARCH_SHOW="Show"
COM_KUNENA_SEARCH_SHOW_NORMAL="Normal Posts"
COM_KUNENA_SEARCH_SHOW_UNAPPROVED="Unapproved Posts"
COM_KUNENA_SEARCH_SHOW_TRASHED="Deleted Posts"
COM_KUNENA_SEARCH_NORESULTS_FOUND="Your search %s did not match any topics."
COM_KUNENA_SEARCH_ENTER_TOPICID="Enter topic ID"

COM_KUNENA_MENU_LATEST_DESC="Recent Topics"
@@ -3,6 +3,20 @@

; Using new string format for Joomla 1.6.x

COM_KUNENA_CANCEL="Cancel"
COM_KUNENA_SAVE="Save"
COM_KUNENA_RESET="Reset"
COM_KUNENA_MODERATORS="Moderators"
COM_KUNENA_GO="Go"
COM_KUNENA_FAVORITE="Favorite"
COM_KUNENA_FAVORITES="Favorites"
COM_KUNENA_ON="On"
COM_KUNENA_OFF="Off"
COM_KUNENA_MORE="More"
COM_KUNENA_THANK_YOU="Thank You"

; User related

COM_KUNENA_BAN_EDIT="Edit Ban"
COM_KUNENA_BAN_NEW="New Ban"
COM_KUNENA_BAN_BANUSER="Ban User"
@@ -40,3 +54,47 @@ COM_KUNENA_BAN_AT="at"
COM_KUNENA_BAN_COMMENT_BY="Comment by %s"
COM_KUNENA_BAN_ADDCOMMENT="Add Comment"
COM_KUNENA_BAN_ADDCOMMENT_DESC="You can write your own comments for other moderators"
COM_KUNENA_GLOBAL_SETTINGS="Global Settings"
COM_KUNENA_ONLINE="NOW ONLINE"
COM_KUNENA_OFFLINE="OFFLINE"

COM_KUNENA_LEGEND="Legend"
COM_KUNENA_COLOR_ADMINISTRATOR="Site Administrator"
COM_KUNENA_COLOR_GLOBAL_MODERATOR="Global Moderator"
COM_KUNENA_COLOR_MODERATOR="Moderator"
COM_KUNENA_COLOR_USER="User"
COM_KUNENA_COLOR_GUEST="Guest"

COM_KUNENA_WHO_ONLINE_GUEST="Guest"
COM_KUNENA_WHO_ONLINE_GUESTS="Guests"
COM_KUNENA_WHO_ONLINE_MEMBER="Member"
COM_KUNENA_WHO_ONLINE_MEMBERS="Members"
COM_KUNENA_WHO_ONLINE_NOW="Online"
COM_KUNENA_WHO_AND="and"

COM_KUNENA_AUP_POINTS="Points:"
COM_KUNENA_BY="by"
COM_KUNENA_CAPDESC="Enter code here"

; Editor

COM_KUNENA_BBCODE_CONFIDENTIAL="Hidden text: use [confidential]my text[/confidential] for if you want text to be shown only to moderators and administrators"
COM_KUNENA_BBCODE_HIDE="Hidden text: [hide]any hidden text[/hide] to hide part of a message from Guests"
COM_KUNENA_BBCODE_EDITOR_JAVASCRIPT_DISABLED="BBCode Editor Disabled: Please enable JavaScript in your browser"
COM_KUNENA_BBCODE_EDITOR_JAVASCRIPT_LOADING="Loading BBCode editor..."
COM_KUNENA_BOARDCODE="Boardcode"

COM_KUNENA_EDITING_LASTEDIT="Last Edit"
COM_KUNENA_EDITING_REASON="Reason for Editing"

COM_KUNENA_REPORT_TO_MODERATOR="Report This Message To Moderators"
COM_KUNENA_LOCKED_CATEGORY="Category is locked"
COM_KUNENA_LOCKED_TOPIC="Topic is locked"
COM_KUNENA_GEN_TOPIC_ICON="Topic icon"
COM_KUNENA_GEN_REPLIES="Replies"
COM_KUNENA_FILE_EXTENSIONS_ALLOWED="Allowed file extensions"

COM_KUNENA_POST_EMAIL_NEVER="your e-mail address will never be displayed on the site."
COM_KUNENA_POST_EMAIL_REGISTERED="your e-mail address will only be available to registered users."

COM_KUNENA_MESSAGE_ADMINISTRATION="Unapproved"
@@ -58,8 +58,8 @@ function kunenaValidate(f) { return document.formvalidator.isValid(f); }
<?php echo $this->displayInput('published') ?>
</label>
</div>
<input name="submit" class="kbutton" type="submit" value="<?php echo JText::_('COM_KUNENA_ANN_SAVE') ?>"/>
<input onclick="javascript:window.history.back();" name="cancel" class="kbutton" type="button" value="<?php echo JText::_('COM_KUNENA_ANN_CANCEL') ?>"/>
<input name="submit" class="kbutton" type="submit" value="<?php echo JText::_('COM_KUNENA_SAVE') ?>"/>
<input onclick="javascript:window.history.back();" name="cancel" class="kbutton" type="button" value="<?php echo JText::_('COM_KUNENA_CANCEL') ?>"/>
</form>
</div>
</div>
@@ -106,7 +106,7 @@
foreach ( $this->moderators as $moderator ) {
$modslist[] = $moderator->getLink();
}
echo JText::_('COM_KUNENA_GEN_MODERATORS') . ': ' . implode(', ', $modslist);
echo JText::_('COM_KUNENA_MODERATORS') . ': ' . implode(', ', $modslist);
?>
</div>
<?php endif; ?>
@@ -44,7 +44,7 @@
echo $this->getTopicLink ( $this->topic, 'unread', '<sup dir="ltr" class="knewchar">(' . $this->topic->unread . ' ' . JText::_('COM_KUNENA_A_GEN_NEWCHAR') . ')</sup>' );
}
if ($this->topic->locked != 0) {
echo $this->getIcon ( 'ktopiclocked', JText::_('COM_KUNENA_GEN_LOCKED_TOPIC') );
echo $this->getIcon ( 'ktopiclocked', JText::_('COM_KUNENA_LOCKED_TOPIC') );
}
?>
</div>
@@ -57,7 +57,7 @@
<span class="ktopic-posted-time" title="<?php echo KunenaDate::getInstance($this->topic->first_post_time)->toKunena('config_post_dateformat_hover'); ?>">
<?php echo JText::_('COM_KUNENA_TOPIC_STARTED_ON') . ' ' . KunenaDate::getInstance($this->topic->first_post_time)->toKunena('config_post_dateformat');?>
</span>
<span class="ktopic-by ks">&nbsp;<?php echo JText::_('COM_KUNENA_GEN_BY') . ' ' . $this->topic->getFirstPostAuthor()->getLink() ?></span>
<span class="ktopic-by ks">&nbsp;<?php echo JText::_('COM_KUNENA_BY') . ' ' . $this->topic->getFirstPostAuthor()->getLink() ?></span>
</div>

<?php if ($this->topic->posts > $this->config->messages_per_page) : ?>
@@ -95,7 +95,7 @@
<span class="ktopic-latest-post">
<?php
echo $this->getTopicLink ( $this->topic, 'last', JText::_('COM_KUNENA_GEN_LAST_POST') );
echo ' ' . JText::_('COM_KUNENA_GEN_BY') . ' ' . $this->topic->getLastPostAuthor()->getLink();
echo ' ' . JText::_('COM_KUNENA_BY') . ' ' . $this->topic->getLastPostAuthor()->getLink();
?>
</span>

@@ -174,8 +174,8 @@ function submitbutton(pressbutton)
<tr>
<th width="5">#</th>
<th width="5"><input type="checkbox" name="toggle" value="" onclick="checkAll(<?php echo count ( $this->moderators ); ?>);" /></th>
<th align="left"><?php echo JText::_('COM_KUNENA_USRL_NAME'); ?></th>
<th align="left"><?php echo JText::_('COM_KUNENA_USRL_USERNAME'); ?></th>
<th align="left"><?php echo JText::_('COM_KUNENA_REALNAME'); ?></th>
<th align="left"><?php echo JText::_('COM_KUNENA_USERNAME'); ?></th>
<th align="center"><?php echo JText::_('COM_KUNENA_PUBLISHED'); ?></th>
</tr>
</thead>
@@ -52,7 +52,7 @@
echo '<sup class="knewchar">(' . $category->getNewCount() . ' ' . JText::_('COM_KUNENA_A_GEN_NEWCHAR') . ")</sup>";
}
if ($category->locked) {
echo $this->getIcon ( 'kforumlocked', JText::_('COM_KUNENA_GEN_LOCKED_FORUM') );
echo $this->getIcon ( 'kforumlocked', JText::_('COM_KUNENA_LOCKED_CATEGORY') );
}
if ($category->review) {
echo $this->getIcon ( 'kforummoderated', JText::_('COM_KUNENA_GEN_MODERATED') );
@@ -89,7 +89,7 @@
foreach ( $category->moderators as $moderator ) {
$modslist[] = KunenaFactory::getUser($moderator)->getLink();
}
echo JText::_('COM_KUNENA_GEN_MODERATORS') . ': ' . implode(', ', $modslist);
echo JText::_('COM_KUNENA_MODERATORS') . ': ' . implode(', ', $modslist);
?>
</div>
<?php endif; ?>
@@ -102,7 +102,7 @@

<td class="kcol-mid kcol-kcattopics">
<span class="kcat-topics-number"><?php echo $this->formatLargeNumber ( $category->getTopics() ) ?></span>
<span class="kcat-topics"><?php echo JText::_('COM_KUNENA_GEN_TOPICS');?></span>
<span class="kcat-topics"><?php echo JText::_('COM_KUNENA_TOPICS');?></span>
</td>

<td class="kcol-mid kcol-kcatreplies">
@@ -79,8 +79,8 @@
$i = -1;
$j = 0;
$n = count($this->categories);
$img_yes = '<img src="'.$this->ktemplate->getImagePath('tick.png').'" alt="'.JText::_('COM_KUNENA_A_YES').'" />';
$img_no = '<img src="'.$this->ktemplate->getImagePath('publish_x.png').'" alt="'.JText::_('COM_KUNENA_A_NO').'" />';
$img_yes = '<img src="'.$this->ktemplate->getImagePath('tick.png').'" alt="'.JText::_('COM_KUNENA_YES').'" />';
$img_no = '<img src="'.$this->ktemplate->getImagePath('publish_x.png').'" alt="'.JText::_('COM_KUNENA_NO').'" />';
foreach($this->categories as $category) {
?>
<tr <?php echo 'class = "row' . $k . '"';?>>
@@ -23,7 +23,7 @@
<td class="kcol-mid kcol-ktopicviews">
<!-- Views -->
<span class="ktopic-views-number"><?php echo $this->formatLargeNumber ( ( int ) $this->category->numTopics );?></span>
<span class="ktopic-views"> <?php echo JText::_('COM_KUNENA_DISCUSSIONS'); ?> </span>
<span class="ktopic-views"> <?php echo JText::_('COM_KUNENA_TOPICS'); ?> </span>
<!-- /Views -->
</td>

@@ -139,7 +139,7 @@
<tr>
<td colspan="2" class="kcenter">
<input class="kbutton ks" type="submit" value="<?php echo JText::_('COM_KUNENA_SEARCH_SEND'); ?>"/>
<input class="kbutton ks" type="reset" value="<?php echo JText::_('COM_KUNENA_SEARCH_CANCEL'); ?>" onclick="window.location='<?php echo KunenaRoute::_ ( 'index.php?option=com_kunena' ) ?>';"/>
<input class="kbutton ks" type="reset" value="<?php echo JText::_('COM_KUNENA_CANCEL'); ?>" onclick="window.location='<?php echo KunenaRoute::_ ( 'index.php?option=com_kunena' ) ?>';"/>
</td>
</tr>
</tbody>
@@ -49,7 +49,7 @@
<?php if (!empty ( $this->moderators ) ) : ?>
<div class="klist-moderators">
<?php
echo '' . JText::_('COM_KUNENA_GEN_MODERATORS') . ": ";
echo '' . JText::_('COM_KUNENA_MODERATORS') . ": ";
$modlinks = array();
foreach ( $this->moderators as $moderator) {
$modlinks[] = $moderator->getLink ();
@@ -55,7 +55,7 @@
<i><?php echo JText::_('COM_KUNENA_POST_NOTIFIED'); ?></i>
<br />
<?php endif; ?>
<input type="submit" class="kbutton kreply-submit" name="submit" value="<?php echo JText::_('COM_KUNENA_GEN_CONTINUE') ?>" title="<?php echo (JText::_('COM_KUNENA_EDITOR_HELPLINE_SUBMIT'));?>" />
<input type="submit" class="kbutton kreply-submit" name="submit" value="<?php echo JText::_('COM_KUNENA_SUBMIT') ?>" title="<?php echo (JText::_('COM_KUNENA_EDITOR_HELPLINE_SUBMIT'));?>" />
<input type="reset" class="kbutton kreply-cancel" name="cancel" value="<?php echo JText::_('COM_KUNENA_CANCEL') ?>" title="<?php echo (JText::_('COM_KUNENA_EDITOR_HELPLINE_CANCEL'));?>" />
<small><?php echo JText::_('COM_KUNENA_QMESSAGE_NOTE') ?></small>
</form>
@@ -49,7 +49,7 @@
<tbody id="kpost-message">
<?php if (isset($this->selectcatlist)): ?>
<tr id="kpost-category" class="krow<?php echo 1 + $this->k^=1 ?>">
<td class="kcol-first"><strong><?php echo JText::_('COM_KUNENA_POST_IN_CATEGORY')?></strong></td>
<td class="kcol-first"><strong><?php echo JText::_('COM_KUNENA_GEN_CATEGORY')?></strong></td>
<td class="kcol-mid"><?php echo $this->selectcatlist?></td>
</tr>
<?php endif; ?>
@@ -186,10 +186,10 @@
<tr id="kpost-buttons" class="krow1">
<td id="kpost-buttons" colspan="2">
<input type="submit" name="ksubmit" class="kbutton"
value="<?php echo (' ' . JText::_('COM_KUNENA_GEN_CONTINUE') . ' ');?>"
value="<?php echo (' ' . JText::_('COM_KUNENA_SUBMIT') . ' ');?>"
title="<?php echo (JText::_('COM_KUNENA_EDITOR_HELPLINE_SUBMIT'));?>" tabindex="3" />
<input type="button" name="cancel" class="kbutton"
value="<?php echo (' ' . JText::_('COM_KUNENA_GEN_CANCEL') . ' ');?>"
value="<?php echo (' ' . JText::_('COM_KUNENA_CANCEL') . ' ');?>"
onclick="javascript:window.history.back();"
title="<?php echo (JText::_('COM_KUNENA_EDITOR_HELPLINE_CANCEL'));?>" tabindex="4" />
</td>
@@ -51,7 +51,7 @@
<?php if (!empty ( $this->moderators ) ) : ?>
<div class="klist-moderators">
<?php
echo '' . JText::_('COM_KUNENA_GEN_MODERATORS') . ": ";
echo '' . JText::_('COM_KUNENA_MODERATORS') . ": ";
$modlinks = array();
foreach ( $this->moderators as $moderator ) {
$modlinks[] = $moderator->getLink();
@@ -31,11 +31,11 @@
<?php echo JHTML::_( 'form.token' ); ?>

<div>
<?php echo JText::_('COM_KUNENA_GEN_TOPIC'); ?>:
<?php echo JText::_('COM_KUNENA_TOPIC'); ?>:
<strong><?php echo $this->escape( $this->topic->subject ); ?></strong>
</div>
<div>
<?php echo JText::_('COM_KUNENA_POST_IN_CATEGORY'); ?>:
<?php echo JText::_('COM_KUNENA_GEN_CATEGORY'); ?>:
<strong><?php echo $this->escape( $this->category->name ) ?></strong>
</div>

@@ -49,7 +49,7 @@
<?php echo JText::_('COM_KUNENA_POSTED_AT')?> <?php echo KunenaDate::getInstance($this->message->time)->toKunena('config_post_dateformat'); ?>
</span>
<span class="kmessage-by">
<?php echo JText::_('COM_KUNENA_GEN_BY') . ' ' . $this->message->getAuthor()->getLink() ?>
<?php echo JText::_('COM_KUNENA_BY') . ' ' . $this->message->getAuthor()->getLink() ?>
</span>
</div>
<div class="kmessage-avatar"><?php echo $this->user->getAvatarImage('', 'list'); ?></div>
@@ -13,7 +13,7 @@
?>
<div class="kblock kreport">
<div class="kheader">
<h2><span><?php echo JText::_('COM_KUNENA_COM_A_REPORT') ?></span></h2>
<h2><span><?php echo JText::_('COM_KUNENA_REPORT_TO_MODERATOR') ?></span></h2>
</div>
<div class="kcontainer">
<div class="kbody">
@@ -62,7 +62,7 @@
<?php if (!empty ( $this->moderators ) ) : ?>
<div class="klist-moderators">
<?php
echo '' . JText::_('COM_KUNENA_GEN_MODERATORS') . ": ";
echo '' . JText::_('COM_KUNENA_MODERATORS') . ": ";
$modlinks = array();
foreach ( $this->moderators as $moderator ) {
$modlinks[] = $moderator->getLink();
@@ -18,7 +18,7 @@
<tr>
<td class="klist-actions-info-all">
<strong><?php echo intval($this->total) ?></strong>
<?php echo JText::_('COM_KUNENA_DISCUSSIONS')?>
<?php echo JText::_('COM_KUNENA_TOPICS')?>
</td>

<td class="klist-times-all">
@@ -39,7 +39,7 @@
<tr>
<td class="klist-actions-info-all">
<strong><?php echo intval($this->total) ?></strong>
<?php echo JText::_('COM_KUNENA_DISCUSSIONS')?>
<?php echo JText::_('COM_KUNENA_TOPICS')?>
</td>
<td class="klist-pages-all"><?php echo $this->getPagination ( 5 ); ?></td>
</tr>
@@ -44,7 +44,7 @@
echo $this->getTopicLink ( $this->topic, 'unread', '<sup dir="ltr" class="knewchar">(' . $this->topic->unread . ' ' . JText::_('COM_KUNENA_A_GEN_NEWCHAR') . ')</sup>' );
}
if ($this->topic->locked != 0) {
echo $this->getIcon ( 'ktopiclocked', JText::_('COM_KUNENA_GEN_LOCKED_TOPIC') );
echo $this->getIcon ( 'ktopiclocked', JText::_('COM_KUNENA_LOCKED_TOPIC') );
}
?>
</div>
@@ -68,7 +68,7 @@
<span class="ktopic-posted-time" title="<?php echo KunenaDate::getInstance($this->topic->first_post_time)->toKunena('config_post_dateformat_hover'); ?>">
<?php echo JText::_('COM_KUNENA_TOPIC_STARTED_ON') . ' ' . KunenaDate::getInstance($this->topic->first_post_time)->toKunena('config_post_dateformat');?>
</span>
<span class="ktopic-by ks"><?php echo JText::_('COM_KUNENA_GEN_BY') . ' ' . $this->topic->getFirstPostAuthor()->getLink() ?></span>
<span class="ktopic-by ks"><?php echo JText::_('COM_KUNENA_BY') . ' ' . $this->topic->getFirstPostAuthor()->getLink() ?></span>
</div>

<?php if (!empty($this->keywords)) : ?>
@@ -92,7 +92,7 @@
<span class="ktopic-latest-post">
<?php
echo $this->getTopicLink ( $this->topic, 'last', JText::_('COM_KUNENA_GEN_LAST_POST') );
echo ' ' . JText::_('COM_KUNENA_GEN_BY') . ' ' . $this->topic->getLastPostAuthor()->getLink();
echo ' ' . JText::_('COM_KUNENA_BY') . ' ' . $this->topic->getLastPostAuthor()->getLink();
?>
</span>

@@ -39,7 +39,7 @@
<tr>
<td class="klist-actions-info-all">
<strong><?php echo intval($this->total) ?></strong>
<?php echo JText::_('COM_KUNENA_DISCUSSIONS')?>
<?php echo JText::_('COM_KUNENA_TOPICS')?>
</td>
<td class="klist-pages-all"><?php echo $this->getPagination ( 5 ); ?></td>
</tr>
@@ -44,7 +44,7 @@
echo $this->getTopicLink ( $this->topic, 'unread', '<sup dir="ltr" class="knewchar">(' . $this->topic->unread . ' ' . JText::_('COM_KUNENA_A_GEN_NEWCHAR') . ')</sup>' );
}
if ($this->topic->locked != 0) {
echo $this->getIcon ( 'ktopiclocked', JText::_('COM_KUNENA_GEN_LOCKED_TOPIC') );
echo $this->getIcon ( 'ktopiclocked', JText::_('COM_KUNENA_LOCKED_TOPIC') );
}
?>
</div>
@@ -75,7 +75,7 @@

<?php if ($this->message->userid) : ?>
<br />
<span class="ktopic-by"><?php echo JText::_('COM_KUNENA_GEN_BY') . ' ' . $this->message->getAuthor()->getLink(); ?></span>
<span class="ktopic-by"><?php echo JText::_('COM_KUNENA_BY') . ' ' . $this->message->getAuthor()->getLink(); ?></span>
<?php endif; ?>
</div>
</td>
@@ -19,7 +19,7 @@
<tr>
<td class="klist-actions-info-all">
<strong><?php echo intval($this->total) ?></strong>
<?php echo JText::_('COM_KUNENA_DISCUSSIONS')?>
<?php echo JText::_('COM_KUNENA_TOPICS')?>
</td>

<td class="klist-jump-all"><?php $this->displayForumJump () ?></td>
@@ -34,7 +34,7 @@
<tr>
<td class="klist-actions-info-all">
<strong><?php echo intval($this->total) ?></strong>
<?php echo JText::_('COM_KUNENA_DISCUSSIONS')?>
<?php echo JText::_('COM_KUNENA_TOPICS')?>
</td>
<td class="klist-pages-all"><?php echo $this->getPagination ( 5 ); ?></td>
</tr>
@@ -44,7 +44,7 @@
echo $this->getTopicLink ( $this->topic, 'unread', '<sup dir="ltr" class="knewchar">(' . $this->topic->unread . ' ' . JText::_('COM_KUNENA_A_GEN_NEWCHAR') . ')</sup>' );
}
if ($this->topic->locked != 0) {
echo $this->getIcon ( 'ktopiclocked', JText::_('COM_KUNENA_GEN_LOCKED_TOPIC') );
echo $this->getIcon ( 'ktopiclocked', JText::_('COM_KUNENA_LOCKED_TOPIC') );
}
?>
</div>
@@ -56,7 +56,7 @@
<?php echo JText::_('COM_KUNENA_TOPIC_STARTED_ON') . ' ' . KunenaDate::getInstance($this->topic->first_post_time)->toKunena('config_post_dateformat'); ?>
</span>
<span class="ktopic-by ks">
<?php echo JText::_('COM_KUNENA_GEN_BY') . ' ' . $this->topic->getFirstPostAuthor()->getLink() ?>
<?php echo JText::_('COM_KUNENA_BY') . ' ' . $this->topic->getFirstPostAuthor()->getLink() ?>
</span>
</div>

@@ -94,7 +94,7 @@
<span class="ktopic-latest-post">
<?php
echo $this->getTopicLink ( $this->topic, 'last', JText::_('COM_KUNENA_GEN_LAST_POST') );
echo ' ' . JText::_('COM_KUNENA_GEN_BY') . ' ' . $this->topic->getLastPostAuthor()->getLink();
echo ' ' . JText::_('COM_KUNENA_BY') . ' ' . $this->topic->getLastPostAuthor()->getLink();
?>
</span>

@@ -47,8 +47,8 @@
<th><?php echo JText::_('COM_KUNENA_FILETYPE'); ?></th>
<th><?php echo JText::_('COM_KUNENA_FILENAME'); ?></th>
<th><?php echo JText::_('COM_KUNENA_FILESIZE'); ?></th>
<th><?php echo JText::_('COM_KUNENA_FILE_PREVIEW'); ?></th>
<th><?php echo JText::_('COM_KUNENA_FILE_DELETE'); ?></th>
<th><?php echo JText::_('COM_KUNENA_PREVIEW'); ?></th>
<th><?php echo JText::_('COM_KUNENA_DELETE'); ?></th>
</tr>

<?php
@@ -38,8 +38,8 @@
</dd>
</dl>
<div class="kbutton-container">
<button class="kbutton ks validate" type="submit"><?php echo JText::_('COM_KUNENA_GEN_SAVE'); ?></button>
<input type="button" name="cancel" class="kbutton" value="<?php echo (' ' . JText::_('COM_KUNENA_GEN_CANCEL') . ' ');?>"
<button class="kbutton ks validate" type="submit"><?php echo JText::_('COM_KUNENA_SAVE'); ?></button>
<input type="button" name="cancel" class="kbutton" value="<?php echo (' ' . JText::_('COM_KUNENA_CANCEL') . ' ');?>"
onclick="javascript:window.history.back();"
title="<?php echo (JText::_('COM_KUNENA_EDITOR_HELPLINE_CANCEL'));?>" />
</div>
@@ -29,7 +29,7 @@
</tr>
<tr class="krow1">
<td class="kcol-first">
<label for="name"><?php echo JText::_( 'COM_KUNENA_USRL_NAME' ); ?></label>
<label for="name"><?php echo JText::_( 'COM_KUNENA_REALNAME' ); ?></label>
</td>
<td class="kcol-mid">
<input class="inputbox required" type="text" id="name" name="name" value="<?php echo $this->escape($this->user->get('name'));?>" size="40" />
@@ -76,9 +76,9 @@ function tableOrdering( order, dir, task ) {
<?php endif; ?>

<?php if ($this->config->username) : ?>
<th class="usersortable"><?php echo JHTML::_( 'grid.sort', 'COM_KUNENA_USRL_USERNAME', 'username', $this->state->get('list.direction'), $this->state->get('list.ordering')); ?></th>
<th class="usersortable"><?php echo JHTML::_( 'grid.sort', 'COM_KUNENA_USERNAME', 'username', $this->state->get('list.direction'), $this->state->get('list.ordering')); ?></th>
<?php else : ?>
<th class="usersortable"><?php echo JHTML::_( 'grid.sort', 'COM_KUNENA_USRL_NAME', 'name', $this->state->get('list.direction'), $this->state->get('list.ordering')); ?></th>
<th class="usersortable"><?php echo JHTML::_( 'grid.sort', 'COM_KUNENA_REALNAME', 'name', $this->state->get('list.direction'), $this->state->get('list.ordering')); ?></th>
<?php endif; ?>

<?php if ($this->config->userlist_posts) : ?>
@@ -60,8 +60,8 @@
<param name="paginationTexthovercolor" type="text" default="" label="COM_KUNENA_TEMPLATE_PAGINATION_TEXT_HOVER_COLOR" description="COM_KUNENA_TEMPLATE_PAGINATION_TEXT_HOVER_COLOR_DESC" />

<param name="enableSkinner" type="radio" default="0" label="COM_KUNENA_TEMPLATE_SKINNER" description="COM_KUNENA_TEMPLATE_SKINNER_DESC">
<option value="0">COM_KUNENA_A_NO</option>
<option value="1">COM_KUNENA_A_YES</option>
<option value="0">COM_KUNENA_NO</option>
<option value="1">COM_KUNENA_YES</option>
</param>

<param name="templatebyText" type="hidden" default="" />
@@ -99,8 +99,8 @@ function kunenaValidate(f) { return document.formvalidator.isValid(f); }
</div>
</li>
</ul>
<input name="submit" class="kbutton" type="submit" value="<?php echo JText::_('COM_KUNENA_ANN_SAVE') ?>"/>
<input onclick="javascript:window.history.back();" name="cancel" class="kbutton" type="button" value="<?php echo JText::_('COM_KUNENA_ANN_CANCEL') ?>"/>
<input name="submit" class="kbutton" type="submit" value="<?php echo JText::_('COM_KUNENA_SAVE') ?>"/>
<input onclick="javascript:window.history.back();" name="cancel" class="kbutton" type="button" value="<?php echo JText::_('COM_KUNENA_CANCEL') ?>"/>
</form>
</div>
</div>
@@ -30,7 +30,7 @@
<?php if ($this->moderators) : ?>
<li class="kcategory-mods">
<ul>
<li class="kcategory-modtitle"><?php echo JText::_('COM_KUNENA_GEN_MODERATORS') ?>:</li>
<li class="kcategory-modtitle"><?php echo JText::_('COM_KUNENA_MODERATORS') ?>:</li>
<?php foreach ($this->moderators as $moderator) : ?>
<li class="kcategory-modname kusername-mod"><?php echo $moderator->getLink() ?></li>
<?php endforeach ?>
@@ -43,7 +43,7 @@
<dd class="category-topics">
<div class="innerspacer-column">
<span class="number"><?php echo $this->formatLargeNumber($this->category->getTopics()); ?></span><br />
<span class="bold"><?php echo JText::_('COM_KUNENA_GEN_TOPICS') ?></span>
<span class="bold"><?php echo JText::_('COM_KUNENA_TOPICS') ?></span>
</div>
</dd>
<dd class="category-replies">
@@ -46,7 +46,7 @@
</dd>
<dd class="category-topics">
<div class="innerspacer-header">
<span class="bold"><?php echo JText::_('COM_KUNENA_GEN_TOPICS') ?></span>
<span class="bold"><?php echo JText::_('COM_KUNENA_TOPICS') ?></span>
</div>
</dd>
<dd class="category-replies">
@@ -105,7 +105,7 @@
<div class="footer">
<div class="kost-buttons">
<button title="Click here to search" type="submit" class="kbutton"><span><?php echo JText::_('COM_KUNENA_SEARCH_SEND') ?></span></button>
<button onclick="window.location='<?php echo KunenaRoute::_ ( 'index.php?option=com_kunena' ) ?>';" title="Click here to cancel" type="button" class="kbutton"><span><?php echo JText::_('COM_KUNENA_SEARCH_CANCEL') ?></span></button>
<button onclick="window.location='<?php echo KunenaRoute::_ ( 'index.php?option=com_kunena' ) ?>';" title="Click here to cancel" type="button" class="kbutton"><span><?php echo JText::_('COM_KUNENA_CANCEL') ?></span></button>
</div>
</div>
</div>
@@ -31,7 +31,7 @@
<i><?php echo JText::_('COM_KUNENA_POST_NOTIFIED'); ?></i>
<br />
<?php endif; ?>
<input type="submit" class="kbutton kreply-submit" name="submit" value="<?php echo JText::_('COM_KUNENA_GEN_CONTINUE') ?>" title="<?php echo (JText::_('COM_KUNENA_EDITOR_HELPLINE_SUBMIT'));?>" />
<input type="submit" class="kbutton kreply-submit" name="submit" value="<?php echo JText::_('COM_KUNENA_SUBMIT') ?>" title="<?php echo (JText::_('COM_KUNENA_EDITOR_HELPLINE_SUBMIT'));?>" />
<input type="reset" class="kbutton kreply-cancel" name="cancel" value="<?php echo JText::_('COM_KUNENA_CANCEL') ?>" title="<?php echo (JText::_('COM_KUNENA_EDITOR_HELPLINE_CANCEL'));?>" />
<small><?php echo JText::_('COM_KUNENA_QMESSAGE_NOTE') ?></small>
</form>
@@ -45,7 +45,7 @@
<li id="kpost-category" class="postmessage-row kbox-hover kbox-hover_list-row">
<div class="form-label">
<div class="innerspacer-left kbox-full">
<label for="kpostcatid"><?php echo JText::_('COM_KUNENA_POST_IN_CATEGORY')?></label>
<label for="kpostcatid"><?php echo JText::_('COM_KUNENA_GEN_CATEGORY')?></label>
</div>
</div>
<div class="form-field">
@@ -224,8 +224,8 @@
</div>
</div>
<div class="kpost-buttons">
<button class="kbutton hasTip" type="submit" title="<?php echo JText::_('COM_KUNENA_GEN_CONTINUE').' :: '.JText::_('COM_KUNENA_EDITOR_HELPLINE_SUBMIT') ?>"><?php echo JText::_('COM_KUNENA_GEN_CONTINUE') ?></button>
<button class="kbutton hasTip" type="button" title="<?php echo JText::_('COM_KUNENA_GEN_CANCEL').' :: '.JText::_('COM_KUNENA_EDITOR_HELPLINE_CANCEL') ?>" onclick="javascript:window.history.back();"><?php echo JText::_('COM_KUNENA_GEN_CANCEL') ?></button>
<button class="kbutton hasTip" type="submit" title="<?php echo JText::_('COM_KUNENA_SUBMIT').' :: '.JText::_('COM_KUNENA_EDITOR_HELPLINE_SUBMIT') ?>"><?php echo JText::_('COM_KUNENA_SUBMIT') ?></button>
<button class="kbutton hasTip" type="button" title="<?php echo JText::_('COM_KUNENA_CANCEL').' :: '.JText::_('COM_KUNENA_EDITOR_HELPLINE_CANCEL') ?>" onclick="javascript:window.history.back();"><?php echo JText::_('COM_KUNENA_CANCEL') ?></button>
</div>
</form>
</div>
@@ -68,7 +68,7 @@
<i><?php echo JText::_('COM_KUNENA_POST_NOTIFIED'); ?></i>
<br />
<?php endif; ?>
<input type="submit" class="kbutton kreply-submit" name="submit" value="<?php echo JText::_('COM_KUNENA_GEN_CONTINUE') ?>" title="<?php echo (JText::_('COM_KUNENA_EDITOR_HELPLINE_SUBMIT'));?>" />
<input type="submit" class="kbutton kreply-submit" name="submit" value="<?php echo JText::_('COM_KUNENA_SUBMIT') ?>" title="<?php echo (JText::_('COM_KUNENA_EDITOR_HELPLINE_SUBMIT'));?>" />
<input type="reset" class="kbutton kreply-cancel" name="cancel" value="<?php echo JText::_('COM_KUNENA_CANCEL') ?>" title="<?php echo (JText::_('COM_KUNENA_EDITOR_HELPLINE_CANCEL'));?>" />
<small><?php echo JText::_('COM_KUNENA_QMESSAGE_NOTE') ?></small>
</form>
@@ -98,7 +98,7 @@
</li>
</ul>
<div class="kpost-buttons">
<button title="<?php echo (JText::_('COM_KUNENA_EDITOR_HELPLINE_SUBMIT'));?>" type="submit" class="kbutton"> <?php echo JText::_('COM_KUNENA_GEN_CONTINUE') ?> </button>
<button title="<?php echo (JText::_('COM_KUNENA_EDITOR_HELPLINE_SUBMIT'));?>" type="submit" class="kbutton"> <?php echo JText::_('COM_KUNENA_SUBMIT') ?> </button>
<button onclick="javascript:window.history.back();" title="<?php echo (JText::_('COM_KUNENA_EDITOR_HELPLINE_CANCEL'));?>" type="button" class="kbutton"> <?php echo JText::_('COM_KUNENA_CANCEL') ?> </button>
</div>
<div class="clr"></div>
@@ -15,7 +15,7 @@
<div class="topic-report-kbox kbox kbox-color kbox-border kbox-border_radius kbox-border_radius-vchild kbox-shadow">
<div class="headerbox-wrapper kbox-full">
<div class="header">
<h2 class="header"><?php echo JText::_('COM_KUNENA_COM_A_REPORT') ?></h2>
<h2 class="header"><?php echo JText::_('COM_KUNENA_REPORT_TO_MODERATOR') ?></h2>
</div>
</div>
<form action="<?php echo KunenaRoute::_('index.php?option=com_kunena') ?>" method="post" class="kform kform-report">
@@ -19,7 +19,7 @@
<?php // TODO: better place? ?>
<li class="kfilter-total">
<strong><?php echo intval($this->total) ?></strong>
<?php echo JText::_('COM_KUNENA_DISCUSSIONS')?>
<?php echo JText::_('COM_KUNENA_TOPICS')?>
</li>
<!-- li class="kfilter-title">Filter posts by:</li>
<li>
@@ -19,7 +19,7 @@
<div class="headerbox-wrapper kbox-full">
<div class="header">
<h2 class="header"><a class="section link-header2" rel="topic-detailsbox"><?php echo $this->headerText ?></a> (<strong><?php echo intval($this->total) ?></strong>
<?php echo JText::_('COM_KUNENA_DISCUSSIONS')?>)</h2>
<?php echo JText::_('COM_KUNENA_TOPICS')?>)</h2>
</div>
</div>
<div class="detailsbox-wrapper innerspacer kbox-full">
@@ -30,7 +30,7 @@
</dd>-->
<dd class="post-topic">
<div class="innerspacer-header">
<span class="bold"><?php echo JText::_('COM_KUNENA_GEN_TOPICS') ?></span>
<span class="bold"><?php echo JText::_('COM_KUNENA_TOPICS') ?></span>
</div>
</dd>
<dd class="post-category">
@@ -54,10 +54,10 @@
<div class="form-field">
<ul class="button-list button-user-form">
<li class="item-button">
<button title="<?php echo JText::_('COM_KUNENA_EDITOR_HELPLINE_SAVE') ?>" type="submit" class="kbutton button-type-standard"><span><?php echo JText::_('COM_KUNENA_GEN_SAVE') ?></span></button>
<button title="<?php echo JText::_('COM_KUNENA_EDITOR_HELPLINE_SAVE') ?>" type="submit" class="kbutton button-type-standard"><span><?php echo JText::_('COM_KUNENA_SAVE') ?></span></button>
</li>
<li class="item-button">
<button onclick="javascript:window.history.back();" title="<?php echo JText::_('COM_KUNENA_EDITOR_HELPLINE_CANCEL') ?>" type="button" class="kbutton button-type-standard"><span><?php echo (JText::_('COM_KUNENA_GEN_CANCEL')) ?></span></button>
<button onclick="javascript:window.history.back();" title="<?php echo JText::_('COM_KUNENA_EDITOR_HELPLINE_CANCEL') ?>" type="button" class="kbutton button-type-standard"><span><?php echo (JText::_('COM_KUNENA_CANCEL')) ?></span></button>
</li>
</ul>
</div>
@@ -36,7 +36,7 @@
<li class="user-edit-information-row kbox-hover kbox-hover_list-row kbox-full">
<div class="form-label">
<div class="innerspacer-left kbox-full">
<label for="kname"><?php echo JText::_( 'COM_KUNENA_USRL_NAME' ) ?></label>
<label for="kname"><?php echo JText::_( 'COM_KUNENA_REALNAME' ) ?></label>
</div>
</div>
<div class="form-field">
@@ -23,9 +23,9 @@
</div>
<ul class="kuserlist-details">
<?php if (!$this->config->username) : ?>
<li class="kdetails-username"><span><?php echo JText::_('COM_KUNENA_USRL_USERNAME') ?>:</span> <?php echo $this->escape($this->user->username) ?></li>
<li class="kdetails-username"><span><?php echo JText::_('COM_KUNENA_USERNAME') ?>:</span> <?php echo $this->escape($this->user->username) ?></li>
<?php else : ?>
<li class="kdetails-username"><span><?php echo JText::_('COM_KUNENA_USRL_NAME') ?>:</span> <?php echo $this->escape($this->user->name) ?></li>
<li class="kdetails-username"><span><?php echo JText::_('COM_KUNENA_REALNAME') ?>:</span> <?php echo $this->escape($this->user->name) ?></li>
<?php endif; ?>
<?php if (!empty($this->email)) : ?>
<li class="kdetails-joindate"><span><?php echo JText::_('COM_KUNENA_USRL_EMAIL') ?>:</span> <?php echo $this->email ?></li>
@@ -60,7 +60,7 @@ function displayDefault($tpl = null) {
function createItem($title, $url, $description, $category, $date, $userid, $username) {
if ($this->config->rss_author_in_title) {
// We want author in item titles
$title .= ' - '. JText::_('COM_KUNENA_GEN_BY') .': '. $username;
$title .= ' - '. JText::_('COM_KUNENA_BY') .': '. $username;
}
$description = preg_replace ( '/\[confidential\](.*?)\[\/confidential\]/s', '', $description );
$description = preg_replace ( '/\[hide\](.*?)\[\/hide\]/s', '', $description );
@@ -81,7 +81,7 @@ function displaySortByList($id, $attributes = '') {
// $options[] = JHTML::_('select.option', 'threadstart', JText::_('COM_KUNENA_SEARCH_SORTBY_START') );
$options[] = JHTML::_('select.option', 'lastpost', JText::_('COM_KUNENA_SEARCH_SORTBY_POST') );
// $options[] = JHTML::_('select.option', 'postusername', JText::_('COM_KUNENA_SEARCH_SORTBY_USER') );
$options[] = JHTML::_('select.option', 'forum', JText::_('COM_KUNENA_SEARCH_SORTBY_FORUM') );
$options[] = JHTML::_('select.option', 'forum', JText::_('COM_KUNENA_GEN_CATEGORY') );
echo JHTML::_('select.genericlist', $options, 'sortby', $attributes, 'value', 'text', $this->state->get('query.sortby'), $id );
}
function displayOrderList($id, $attributes = '') {
@@ -202,7 +202,7 @@ function displayPostRows() {
function createItem($title, $url, $description, $category, $date, $userid, $username) {
if ($this->config->rss_author_in_title) {
// We want author in item titles
$title .= ' - '. JText::_('COM_KUNENA_GEN_BY') .': '. $username;
$title .= ' - '. JText::_('COM_KUNENA_BY') .': '. $username;
}
$description = preg_replace ( '/\[confidential\](.*?)\[\/confidential\]/s', '', $description );
$description = preg_replace ( '/\[hide\](.*?)\[\/hide\]/s', '', $description );
@@ -454,17 +454,17 @@ function displayEditSettings() {
$item->name = 'hidemail';
$item->label = JText::_('COM_KUNENA_USER_HIDEEMAIL');
$options = array();
$options[] = JHTML::_('select.option', 0, JText::_('COM_KUNENA_A_NO'));
$options[] = JHTML::_('select.option', 1, JText::_('COM_KUNENA_A_YES'));
$options[] = JHTML::_('select.option', 0, JText::_('COM_KUNENA_NO'));
$options[] = JHTML::_('select.option', 1, JText::_('COM_KUNENA_YES'));
$item->field = JHTML::_('select.genericlist', $options, 'hidemail', 'class="kinputbox" size="1"', 'value', 'text', $this->escape($this->profile->hideEmail), 'khidemail');
$this->settings[] = $item;

$item = new StdClass();
$item->name = 'showonline';
$item->label = JText::_('COM_KUNENA_USER_SHOWONLINE');
$options = array();
$options[] = JHTML::_('select.option', 0, JText::_('COM_KUNENA_A_NO'));
$options[] = JHTML::_('select.option', 1, JText::_('COM_KUNENA_A_YES'));
$options[] = JHTML::_('select.option', 0, JText::_('COM_KUNENA_NO'));
$options[] = JHTML::_('select.option', 1, JText::_('COM_KUNENA_YES'));
$item->field = JHTML::_('select.genericlist', $options, 'showonline', 'class="kinputbox" size="1"', 'value', 'text', $this->escape($this->profile->showOnline), 'kshowonline');
$this->settings[] = $item;