mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-13 20:28:44 +01:00
Added UCP relevent lines and some capilization
git-svn-id: file:///svn/phpbb/trunk@3434 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
b1d7522d06
commit
1e1629fb15
@ -398,6 +398,9 @@ $lang = array_merge($lang, array(
|
||||
'Site_desc' => 'Site description',
|
||||
'Board_disable' => 'Disable board',
|
||||
'Board_disable_explain' => 'This will make the board unavailable to users. You can also enter a short (255 character) message to display if you wish.',
|
||||
'VISUAL_CONFIRM' => 'Enable visual confirmation',
|
||||
'VISUAL_CONFIRM_EXPLAIN' => 'Requires new users enter a random code matching an image to help prevent mass registrations.',
|
||||
|
||||
'IP_valid' => 'Session IP validation',
|
||||
'IP_valid_explain' => 'Determines how much of the users IP is used to validate a session; All compares the complete address, A.B.C the first x.x.x, A.B the first x.x, None disables checking.',
|
||||
'All' => 'All',
|
||||
|
@ -366,6 +366,14 @@ $lang = array_merge($lang, array(
|
||||
'STYLES_TIP' => 'Tip: Styles can be applied quickly to selected text',
|
||||
'CLOSE_WINDOW' => 'Close Window',
|
||||
'Topic_reply_notification' => 'Topic Reply Notification',
|
||||
|
||||
'User_control_panel' => 'User Control Panel',
|
||||
'UCP_Main' => 'Control Panel',
|
||||
'UCP_Profile' => 'Profile Settings',
|
||||
'UCP_Lists' => 'Black/White Lists',
|
||||
'UCP_Priv_messages' => 'Private Messages',
|
||||
'Subscribed_topics' => 'Subscribed Topics',
|
||||
|
||||
|
||||
'Private_Messaging' => 'Private Messaging',
|
||||
'Unread_message' => 'Unread message',
|
||||
@ -521,11 +529,17 @@ $lang = array_merge($lang, array(
|
||||
'Reactivate' => 'Reactivate your account!',
|
||||
'Already_activated' => 'You have already activated your account',
|
||||
'COPPA' => 'Your account has been created but has to be approved, please check your email for details.',
|
||||
'Registration' => 'Registration Agreement Terms',
|
||||
'Reg_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.',
|
||||
'Agree_under_13' => 'I Agree to these terms and am <b>under</b> 13 years of age',
|
||||
'Agree_over_13' => 'I Agree to these terms and am <b>over</b> 13 years of age',
|
||||
'Agree_not' => 'I do not agree to these terms',
|
||||
'REGISTRATION' => 'Registration Agreement Terms',
|
||||
'REG_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.',
|
||||
'REG_EMAIL_ACTIVATION' => 'Please note that you will need to enter a valid email address before your account is actived. You will recieve an email at the address you provide that contains an account activation link.',
|
||||
'REG_ADMIN_ACTIVATION' => 'Please note that the administrator of this forum will have to approve your account before it is activated. You will recieve and email once your account has been activated.',
|
||||
'AGREE_UNDER_13' => 'I Agree to these terms and am <b>under</b> 13 years of age',
|
||||
'AGREE_OVER_13' => 'I Agree to these terms and am <b>over</b> 13 years of age',
|
||||
'AGREE_NOT' => 'I do not agree to these terms',
|
||||
'AGREE' => 'I agree to these terms',
|
||||
'CONFIRM_CODE' => 'Confirmation code',
|
||||
'CONFIRM_CODE_EXPLAIN' => 'Enter the code exactly as you see it in the image',
|
||||
|
||||
'Wrong_activation' => 'The activation key you supplied does not match any in the database',
|
||||
'Send_password' => 'Send me a new password',
|
||||
'Password_updated' => 'A new password has been created, please check your email for details on how to activate it',
|
||||
|
Loading…
x
Reference in New Issue
Block a user