mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-07 17:27:16 +02:00
language additions
some small fixes git-svn-id: file:///svn/phpbb/trunk@4893 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -71,8 +71,6 @@ $lang += array(
|
||||
'CONFIRM_CODE' => 'Confirmation code',
|
||||
'CONFIRM_CODE_EXPLAIN' => 'Enter the code exactly as you see it in the image, it is case sensitive, zero has a diagonal line through it.',
|
||||
'CONFIRM_CODE_WRONG' => 'The confirmation code you entered was incorrect.',
|
||||
'CONFIRM_DELETE_ATTACHMENT' => 'Are you sure you want to delete this attachment?',
|
||||
'CONFIRM_DELETE_ATTACHMENTS'=> 'Are you sure you want to delete these attachments?',
|
||||
'CONFIRM_EMAIL' => 'Confirm email address',
|
||||
'CONFIRM_EMAIL_EXPLAIN' => 'You only need to specify this if you are changing your email address.',
|
||||
'CONFIRM_EXPLAIN' => 'To prevent automated registrations the board administrator requires you to enter a confirmation code. The code is displayed in the image you should see below. If you are visually impaired or cannot otherwise read this code please contact the %sBoard Administrator%s.',
|
||||
@@ -94,8 +92,15 @@ $lang += array(
|
||||
'DEFAULT_SMILE' => 'Enable smilies by default',
|
||||
'DEFINED_RULES' => 'Defined Rules',
|
||||
'DELETE_ALL' => 'Delete all',
|
||||
'DELETE_ATTACHMENT' => 'Delete Attachment',
|
||||
'DELETE_ATTACHMENTS' => 'Delete Attachments',
|
||||
'DELETE_ATTACHMENT_CONFIRM' => 'Are you sure you want to delete this attachment?',
|
||||
'DELETE_ATTACHMENTS_CONFIRM'=> 'Are you sure you want to delete these attachments?',
|
||||
'DELETE_AVATAR' => 'Delete Image',
|
||||
'DELETE_MARKED' => 'Delete Marked',
|
||||
'DELETE_MARKED_PM' => 'Delete Marked Messages',
|
||||
'DELETE_MARKED_PM_CONFIRM' => 'Are you sure you want to delete all marked messages?',
|
||||
'DELETE_PM' => 'Delete PM',
|
||||
'DELETE_RULE' => 'Delete Rule',
|
||||
'DELETE_RULE_CONFIRM' => 'Are you sure you want to delete this rule?',
|
||||
'DISABLE_CENSORS' => 'Enable Word censoring',
|
||||
@@ -114,16 +119,21 @@ $lang += array(
|
||||
'EXPORT_AS_TXT' => 'Export as TXT',
|
||||
'EXPORT_AS_MSG' => 'Export as MSG',
|
||||
|
||||
'FOE_MESSAGE' => 'Message from foe',
|
||||
'FOES_EXPLAIN' => 'Foes are users which will be ignored by default. Posts by these users will not be fully visible and personal messages will not be permitted. Please note that you cannot ignore moderators or administrators.',
|
||||
'FOES_UPDATED' => 'Your foes list has been updated successfully',
|
||||
'FOLDER_ADDED' => 'Folder successfully added',
|
||||
'FOLDER_MESSAGE_STATUS' => '%1$d from %2$d messages stored',
|
||||
'FOLDER_NAME_EXIST' => 'Folder <b>%s</b> already exist',
|
||||
'FOLDER_STATUS_MSG' => 'Folder is %1$d%% full (%2$d from %3$d messages stored)',
|
||||
'FORWARD_PM' => 'Forward PM',
|
||||
'FRIEND_MESSAGE' => 'Message from friend',
|
||||
'FRIENDS' => 'Friends',
|
||||
'FRIENDS_EXPLAIN' => 'Friends enable you quick access to members you communicate with frequently. If the template has relevant support any posts made by a friend may be highlighted.',
|
||||
'FRIENDS_OFFLINE' => 'Offline',
|
||||
'FRIENDS_ONLINE' => 'Online',
|
||||
'FRIENDS_UPDATED' => 'Your friends list has been updated successfully',
|
||||
'FULL_FOLDER_OPTION_CHANGED'=> 'Full Folder Option changed successfully',
|
||||
|
||||
'HIDE_ONLINE' => 'Hide my online status',
|
||||
|
||||
@@ -139,10 +149,10 @@ $lang += array(
|
||||
|
||||
'MARK_IMPORTANT' => 'Mark as Important',
|
||||
'MARKED_MESSAGE' => 'Marked Message',
|
||||
'MAX_FOLDER_REACHED' => 'Maximum number of allowed user defined folder reached',
|
||||
'MESSAGE_COLOURS' => 'Message Colours',
|
||||
'MESSAGE_FROM_FOE' => 'Message from foe',
|
||||
'MESSAGE_FROM_FRIEND' => 'Message from friend',
|
||||
'MESSAGE_HISTORY' => 'Message History',
|
||||
'MESSAGE_REPORTED_MESSAGE' => 'Reported Message',
|
||||
'MINIMUM_KARMA' => 'Minimum User Karma',
|
||||
'MINIMUM_KARMA_EXPLAIN' => 'Posts by users with Karma less than this will be ignored.',
|
||||
|
||||
@@ -175,10 +185,12 @@ $lang += array(
|
||||
'PASSWORD_ACTIVATED' => 'Your new password has been activated',
|
||||
'PASSWORD_UPDATED' => 'Your password has been sent successfully to your original email address.',
|
||||
'PM_DISABLED' => 'Private messaging has been disabled on this board',
|
||||
'PM_FROM' => 'From',
|
||||
'PM_ICON' => 'PM Icon',
|
||||
'PM_INBOX' => 'Inbox',
|
||||
'PM_OUTBOX' => 'Outbox',
|
||||
'PM_SENTBOX' => 'Sentbox',
|
||||
'PM_SUBJECT' => 'Message Subject',
|
||||
'PM_TO' => 'Send To',
|
||||
'POPUP_ON_PM' => 'Pop up window on new private message',
|
||||
'POST_EDIT_PM' => 'Edit message',
|
||||
@@ -199,10 +211,12 @@ $lang += array(
|
||||
'REMOVE_ADDRESS' => 'Remove address',
|
||||
'REMOVE_FOLDER' => 'Remove folder',
|
||||
'REPLIED_MESSAGE' => 'Replied to Message',
|
||||
'REPORTED_MESSAGE' => 'Reported Message',
|
||||
'RETURN_PAGE' => 'Click %sHere%s to return to the previous page',
|
||||
'REPORT_PM' => 'Report PM',
|
||||
'RETURN_UCP' => 'Click %sHere%s to return to the User Control Panel',
|
||||
'RULE_ADDED' => 'Rule successfully added',
|
||||
'RULE_ALREADY_DEFINED' => 'This rule was defined previously',
|
||||
'RULE_DELETED' => 'Rule successfully removed',
|
||||
'RULE_NOT_DEFINED' => 'Rule not correctly specified',
|
||||
|
||||
'SEARCH_YOUR_POSTS' => 'Show your posts',
|
||||
'SEND_PASSWORD' => 'Send password',
|
||||
@@ -228,6 +242,7 @@ $lang += array(
|
||||
'UCP_ADMIN_ACTIVATE' => 'Please note that you will need to enter a valid email address before your account is activated. The administrator will review your account and if approved you will an email at the address you specified.',
|
||||
'UCP_AGREEMENT' => 'While the administrators and moderators of this forum will attempt to remove or edit any generally objectionable material as quickly as possible, it is impossible to review every message. Therefore you acknowledge that all posts made to these forums express the views and opinions of the author and not the administrators, moderators or webmaster (except for posts by these people) and hence will not be held liable.<br /><br />You agree not to post any abusive, obscene, vulgar, slanderous, hateful, threatening, sexually-orientated or any other material that may violate any applicable laws. Doing so may lead to you being immediately and permanently banned (and your service provider being informed). The IP address of all posts is recorded to aid in enforcing these conditions. You agree that the webmaster, administrator and moderators of this forum have the right to remove, edit, move or close any topic at any time should they see fit. As a user you agree to any information you have entered above being stored in a database. While this information will not be disclosed to any third party without your consent the webmaster, administrator and moderators cannot be held responsible for any hacking attempt that may lead to the data being compromised.<br /><br />This forum system uses cookies to store information on your local computer. These cookies do not contain any of the information you have entered above, they serve only to improve your viewing pleasure. The email address is used only for confirming your registration details and password (and for sending new passwords should you forget your current one).<br /><br />By clicking Register below you agree to be bound by these conditions.',
|
||||
'UCP_AIM' => 'AOL Instant Messenger',
|
||||
'UCP_ATTACHMENTS' => 'Attachments',
|
||||
'UCP_COPPA_BEFORE' => 'Before %s',
|
||||
'UCP_COPPA_ON_AFTER' => 'On or After %s',
|
||||
'UCP_EMAIL_ACTIVATE' => 'Please note that you will need to enter a valid email address before your account is activated. You will recieve an email at the address you provide that contains an account activation link.',
|
||||
|
Reference in New Issue
Block a user