- Kód: Vybrať všetko
/ Start add - ModCP
$lang['Modcp'] = 'Moderátor Panel';
$lang['Modcp_title'] = 'Moderator Control Panel';
$lang['Modcp_explain'] = 'The form below will allow you to customize all the Moderator CP options.';
$lang['Modcp_permissions'] = 'Module Permissions';
$lang['New_modules'] = 'New Modules';
$lang['New_modules_explain'] = 'Below is a list of modules that you have not configured yet. Select the permissions for each new module then click submit to install them.';
$lang['Module_no_install'] = 'Modules that cannot be installed.';
$lang['Module_no_install_explain'] = 'These modules cannot be configured. This probably means that they have not been modified to work with the modcp. Please contact your site administrator about this.<br /><strong>Note:</strong> These modules will be <u>enabled</u> by default.';
$lang['New_modules_no_install'] = 'There are no modules installed. Please see below.';
$lang['Module_not_present'] = 'This module no longer seems to be present. Please remove this module.';
$lang['Module_not_configure'] = 'This module cannot be configured. Please check that the module file has been modified to work with the modcp.';
$lang['Module_disabled'] = 'You do not have permission to access this module. Please contact your forum administrator to gain access.';
$lang['No_one'] = 'No one';
$lang['Disable'] = 'Disable';
$lang['Remove'] = 'Remove';
$lang['Who_access'] = 'Who can access?';
// End add - ModCP
// Start add - Last visit MOD
$lang['Hidde_last_logon'] = "Hidden last logon time";
$lang['Hidde_last_logon_expain'] = "If this is set to yes, users last logon time, is hidden to other users except administrators";
// End add - Last visit MOD
// Medal MOD
$lang['Medals'] = 'Medaily';
$lang['Manage'] = 'Administrácia';
$lang['Medal_Config'] = 'Medal Configuration';
$lang['Medal_Config_explain'] = 'The form below will allow you to customize all the general medal options.';
$lang['Medal_setting'] = 'Medal Setting';
$lang['Allow_medal'] = 'Allow Medal Display in Viewtopic';
$lang['Medal_rand'] = 'Allow Random Medal Image in Viewtopic';
$lang['Medal_rand_explain'] = 'Image will displayed in random order, only work if you allow medal display in viewtopic';
$lang['Medal_display'] = 'Medal table (Rows x Columns)';
$lang['Medal_display_explain'] = 'Define how many rows and columns the medal table in <b>viewtopic</b>.<br />E.g. 1 row and 1 column display 1 image, and 1 row 2 columns display 2 images. <br />Make sure you set this correctly so it does not distort or introduce extra spaces your viewtopic.';
$lang['Medal_size'] = 'Maximum Medal Dimensions in Viewtopic';
$lang['Medal_size_explain'] = '(Height x Width in pixels)<br />If blank, images will display in it\'s original size';
$lang['Click_return_medalcfg'] = 'Click %sHere%s to return to Medal Configuration.';
$lang['Medal_admin'] = 'Medal Administration';
$lang['Medal_admin_explain'] = 'From this panel you can administer all your medals. You can delete, create and edit existing medals. You may choose moderators and set the medal name and description';
$lang['Updated_medal'] = 'Medal was successfully updated';
$lang['Updated_medal_category'] = 'Medal category was successfully updated';
$lang['Added_new_medal'] = 'New medal was successfully created';
$lang['Added_new_category'] = 'New medal category was successfully created';
$lang['Deleted_medal'] = 'Medal was successfully deleted';
$lang['Deleted_medal_category'] = 'Medal category was successfully deleted';
$lang['New_medal'] = 'Create new medal';
$lang['medal_name'] = 'Medal name';
$lang['medal_description'] = 'Medal description';
$lang['medal_image'] = 'Medal Image';
$lang['medal_image_explain'] = 'Use this to define a image associated with the medal<br />(Relative to phpBB2 root path)';
$lang['No_medal_name'] = 'You must specify a name for this medal';
$lang['No_medal_description'] = 'You must specify a description for this medal';
$lang['No_medal_image'] = 'You must specify an image for this medal';
$lang['Must_select_medal'] = 'Must specify a medal';
$lang['Click_return_medaladmin'] = 'Click %sHere%s to return to Medal Administration.';
$lang['Medal_mod'] = 'Medal Moderator';
$lang['Medal_mod_admin'] = 'Medal Moderator Administration';
$lang['Medal_mod_admin_explain'] = 'From this panel you can appoint medal moderators for your medals.';
$lang['Medal_mod_username'] = 'Appoint one or more specific users to be Medal Moderator';
$lang['Medal_unmod_username'] = 'Remove one or more specific users from Medal Moderator';
$lang['Medal_unmod_username_explain'] = 'You can remove multiple users in one go using the appropriate combination of mouse and keyboard for your computer and browser';
$lang['No_medal_mod'] = 'No Medal Moderator';
$lang['No_medal_in_cat'] = 'No medal in this category';
$lang['Must_delete_medal'] = 'You need to delete all medals before you can delete this category';
$lang['Category_delete'] = 'Delete Medal Category';
$lang['Category_delete_explain'] = 'The form below will allow you to delete a category and decide where you want to put all medals it contained.';
$lang['Move_medals'] = 'Move medals to';
$lang['Category_name'] = 'Category Name';
$lang['Medal_mod_update_sucessful'] = 'Medal Moderator has been updated successfully';
$lang['Click_return_medal_mod_admin'] = 'Click %sHere%s to return to Medal Moderator Administration.';
?>
lang_admin_priv_msgs.php
- Kód: Vybrať všetko
<?php
/***************************************************************************
* $RCSfile: lang_admin_priv_msgs.php,v $
* -------------------
* begin : Tue January 20 2002
* copyright : (C) 2002-2003 Nivisec.com
* email : support@nivisec.com
*
* $Id: lang_admin_priv_msgs.php,v 1.1 2005/07/21 15:49:49 Nivisec Exp $
*
*
***************************************************************************/
/***************************************************************************
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
***************************************************************************/
/*************/
/* IF YOU TRANSLATE THIS FILE, PLEASE UPLOAD IT AT:
/* http://www.nivisec.com/phpbb.php?l=ad
/*************/
/* Added in 1.6.0 */
$lang['PM_View_Type'] = 'PM View Type';
$lang['Show_IP'] = 'Show IP Address';
$lang['Rows_Per_Page'] = 'Rows Per Page';
$lang['Archive_Feature'] = 'Archive Feature';
$lang['Inline'] = 'Inline';
$lang['Pop_up'] = 'Pop-up';
$lang['Current'] = 'Current';
$lang['Rows_Plus_5'] = 'Add 5 Rows';
$lang['Rows_Minus_5'] = 'Remove 5 Rows';
$lang['Enable'] = 'Enable';
$lang['Disable'] = 'Disable';
$lang['Inserted_Default_Value'] = '%s Configuration Item did not exist, inserted a default value<br />'; // %s = config name
$lang['Updated_Config'] = 'Updated Configuration Item %s<br />'; // %s = config item
$lang['Archive_Table_Inserted'] = 'Archive Table did not exist, created it<br />';
$lang['Switch_Normal'] = 'Switch To Normal Mode';
$lang['Switch_Archive'] = 'Switch To Archive Mode';
/* General */
$lang['Deleted_Message'] = 'Deleted Private Message - %s <br />'; // %s = PM title
$lang['Archived_Message'] = 'Archived Private Message - %s <br />'; // %s = PM title
$lang['Archived_Message_No_Delete'] = 'Cannot Delete %s, It Was Marked For Archive As Well <br />'; // %s = PM title
$lang['Private_Messages'] = 'Private Messages';
$lang['Private_Messages_Archive'] = 'Private Messages Archive';
$lang['Archive'] = 'Archive';
$lang['To'] = 'To';
$lang['Subject'] = 'Subject';
$lang['Sent_Date'] = 'Sent Date';
$lang['Delete'] = 'Delete';
$lang['From'] = 'From';
$lang['Sort'] = 'Sort';
$lang['Filter_By'] = 'Filter By';
$lang['PM_Type'] = 'PM Type';
$lang['Status'] = 'Status';
$lang['No_PMS'] = 'No Private Messages Matching Your Sort Criteria To Display';
$lang['Archive_Desc'] = 'Private Messages you have chosen to archive are listed here. Users are no longer able to access these (sender and reciever), but you can view or delete them at any time.';
$lang['Normal_Desc'] = 'All the Private Messages on your board may be managed here. You can read any you\'d like and choose to delete or archive (keep, but users cannot view) the messages as well.';
$lang['Version'] = 'Version';
$lang['Remove_Old'] = 'Orphan PMs:</a> <span class="gensmall">Users who no longer exist could have left PMs behind, this will remove them.</span>';
$lang['Remove_Sent'] = 'Sent Box PMs:</a> <span class="gensmall">PMs in the sent box are just copies of the exact same message that was sent, except assigned to the sender after the other user has read the PM. These are not needed really.</span>';
$lang['Affected_Rows'] = '%d known entries removed<br>';
$lang['Removed_Old'] = 'Removed All Orphan PMs<br>';
$lang['Removed_Sent'] = 'Removed All Sent PMs<br>';
$lang['Utilities'] = 'Mass Deletion Utilities';
$lang['Nivisec_Com'] = 'Nivisec.com';
/* PM Types */
$lang['PM_-1'] = 'All Types'; //PRIVMSGS_ALL_MAIL = -1
$lang['PM_0'] = 'Read PMs'; //PRIVMSGS_READ_MAIL = 0
$lang['PM_1'] = 'New PMs'; //PRIVMSGS_NEW_MAIL = 1
$lang['PM_2'] = 'Sent PMs'; //PRIVMSGS_SENT_MAIL = 2
$lang['PM_3'] = 'Saved PMs (In)'; //PRIVMSGS_SAVED_IN_MAIL = 3
$lang['PM_4'] = 'Saved PMs (Out)'; //PRIVMSGS_SAVED_OUT_MAIL = 4
$lang['PM_5'] = 'Unread PMs'; //PRIVMSGS_UNREAD_MAIL = 5
/* Errors */
$lang['Error_Other_Table'] = 'Error querying a required table.';
$lang['Error_Posts_Text_Table'] = 'Error querying Private Messages Text table.';
$lang['Error_Posts_Table'] = 'Error querying Private Messages table.';
$lang['Error_Posts_Archive_Table'] = 'Error querying Private Messages Archive table.';
$lang['No_Message_ID'] = 'No message ID was specified.';
/*Special Cases, Do not bother to change for another language */
$lang['ASC'] = $lang['Sort_Ascending'];
$lang['DESC'] = $lang['Sort_Descending'];
$lang['privmsgs_date'] = $lang['Sent_Date'];
$lang['privmsgs_subject'] = $lang['Subject'];
$lang['privmsgs_from_userid'] = $lang['From'];
$lang['privmsgs_to_userid'] = $lang['To'];
$lang['privmsgs_type'] = $lang['PM_Type'];
?>
lang_erc.php
- Kód: Vybrať všetko
<?php
/***************************************************************************
* lang_erc.php [English]
* -------------------
* begin : Sat June 24 2004
* copyright : (C) 2004 gendo
* email : gendo@denturax.com
* $Id: lang_erc.php, v 1.6.0 2005/01/09 19:11 gendo Exp $
*
****************************************************************************/
/***************************************************************************
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
***************************************************************************/
$lang['whosonline_ranks_title'] = 'Extend rank color managment';
$lang['Ranks_whosonline'] = 'Extend rank color managment';
$lang['whosonline_ranks_explain'] ='From this page you can manage the "color ranks" which are displayed on the Who is Online, and on the "Who is Online" index part.';
$lang['whosonline_rank_title'] = 'Rank';
$lang['Order_and_priority'] = 'Order/priority';
$lang['Rank_order_updated'] = 'Ranks order was updated with success';
$lang['color'] = 'Color';
$lang['color_dark_red'] = 'Dark red';
$lang['color_red'] = 'Red';
$lang['color_orange'] = 'Orange';
$lang['color_brown'] = 'Brown';
$lang['color_yellow'] = 'Yellow';
$lang['color_green'] = 'Green';
$lang['color_olive'] = 'Olive';
$lang['color_cyan'] = 'Cyan';
$lang['color_blue'] = 'Blue';
$lang['color_dark_blue'] = 'Dark blue';
$lang['color_indigo'] = 'Indigo';
$lang['color_violet'] = 'Violet';
$lang['color_white'] = 'White';
$lang['color_black'] = 'Black';
$lang['Enable'] = 'Enable';
$lang['Disable'] = 'Disable';
$lang['groups_index'] = 'Groups colors on the index page';
$lang['group_color_updated'] = 'The display of groups colors on the index page has been %s%s with success';
$lang['use_lang_key'] = 'Use a language key';
$lang['use_lang_key_explain'] = 'To use an language key like $lang[\'demo\'], Enter "demo" for the rank name, and check yes.';
$lang['use_colour_explain'] = 'You can also use hexadecimal colour, like #000099 or #FF0000';
?>
lang_extend_merge.php
- Kód: Vybrať všetko
<?php
/***************************************************************************
* lang_extend_merge.php [English]
* -------------------------------
* begin : 28/09/2003
* copyright : Ptirhiik
* email : ptirhiik@clanmckeen.com
*
* version : 1.0.1 - 21/10/2003
*
*
***************************************************************************/
/***************************************************************************
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
***************************************************************************/
if ( !defined('IN_PHPBB') )
{
die("Hacking attempt");
}
// admin part
if ( $lang_extend_admin )
{
$lang['Lang_extend_merge'] = 'Simply Merge Threads';
}
$lang['Refresh'] = 'Refresh';
$lang['Merge_topics'] = 'Merge topics';
$lang['Merge_title'] = 'New topic title';
$lang['Merge_title_explain'] = 'This will be the new title of the final topic. Let it blank if you want the system to use the title of the destination topic';
$lang['Merge_topic_from'] = 'Topic to merge';
$lang['Merge_topic_from_explain'] = 'This topic will be merge to the other topic. You can input the topic id, the url of the topic, or the url of a post in this topic';
$lang['Merge_topic_to'] = 'Destination topic';
$lang['Merge_topic_to_explain'] = 'This topic will get all the posts of the precedent topic. You can input the topic id, the url of the topic, or the url of a post in this topic';
$lang['Merge_from_not_found'] = 'The topic to merge hasn\'t been found';
$lang['Merge_to_not_found'] = 'The destination topic hasn\'t been found';
$lang['Merge_topics_equals'] = 'You can\'t merge a topic with itself';
$lang['Merge_from_not_authorized'] = 'You are not a authorized to moderate topics coming from the forum of the topic to merge';
$lang['Merge_to_not_authorized'] = 'You are not a authorized to moderate topics coming from the forum of the destination topic';
$lang['Merge_poll_from'] = 'There is a poll on the topic to merge. It will be copied to the destination topic';
$lang['Merge_poll_from_and_to'] = 'The destination topic already has got a poll. The poll of the topic to merge will be deleted';
$lang['Merge_confirm_process'] = 'Are you sure you want to merge <br />"<b>%s</b>"<br />to<br />"<b>%s</b>"';
$lang['Merge_topic_done'] = 'The topics have been successfully merged.';
?>
ĎAKUJEM!




News
![Validate my Atom 1.0 feed [Valid Atom 1.0]](http://validator.w3.org/feed/images/valid-atom.png)