Changeset 702 for trunk/forum/language/en/ucp.php
- Timestamp:
- Mar 31, 2010, 6:32:40 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/forum/language/en/ucp.php
r400 r702 5 5 * 6 6 * @package language 7 * @version $Id : ucp.php 9162 2008-12-03 11:18:31Z acydburn$7 * @version $Id$ 8 8 * @copyright (c) 2005 phpBB Group 9 9 * @license http://opensource.org/licenses/gpl-license.php GNU Public License … … 80 80 'ADD_RULE' => 'Add rule', 81 81 'ADD_TO' => 'Add [To]', 82 'ADD_USERS_UCP_EXPLAIN' => 'Here you can add new users to the group. You may select whether this group becomes the new default for the selected users. Please enter each username on a separate line.', 82 83 'ADMIN_EMAIL' => 'Administrators can e-mail me information', 83 84 'AGREE' => 'I agree to these terms', … … 93 94 'AVATAR_GALLERY' => 'Local gallery', 94 95 'AVATAR_GENERAL_UPLOAD_ERROR' => 'Could not upload avatar to %s.', 96 'AVATAR_NOT_ALLOWED' => 'Your avatar cannot be displayed because avatars have been disallowed.', 95 97 'AVATAR_PAGE' => 'Page', 98 'AVATAR_TYPE_NOT_ALLOWED' => 'Your current avatar cannot be displayed because its type has been disallowed.', 96 99 97 100 'BACK_TO_DRAFTS' => 'Back to saved drafts', … … 123 126 'CONFIRM_EMAIL_EXPLAIN' => 'You only need to specify this if you are changing your e-mail address.', 124 127 'CONFIRM_EXPLAIN' => 'To prevent automated registrations the board 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.', 128 'VC_REFRESH' => 'Refresh confirmation code', 129 'VC_REFRESH_EXPLAIN' => 'If you cannot read the code you can request a new one by clicking the button.', 130 125 131 'CONFIRM_PASSWORD' => 'Confirm password', 126 132 'CONFIRM_PASSWORD_EXPLAIN' => 'You only need to confirm your password if you changed it above.', … … 195 201 'FOLDER_ADDED' => 'Folder successfully added.', 196 202 'FOLDER_MESSAGE_STATUS' => '%1$d from %2$d messages stored', 203 'FOLDER_NAME_EMPTY' => 'You must enter a name for this folder.', 197 204 'FOLDER_NAME_EXIST' => 'Folder <strong>%s</strong> already exists.', 198 205 'FOLDER_OPTIONS' => 'Folder options', … … 271 278 'NOTIFY_ON_PM' => 'Notify me on new private messages', 272 279 'NOT_ADDED_FRIENDS_ANONYMOUS' => 'You cannot add the anonymous user to your friends list.', 280 'NOT_ADDED_FRIENDS_BOTS' => 'You cannot add bots to your friends list.', 273 281 'NOT_ADDED_FRIENDS_FOES' => 'You cannot add users to your friends list who are on your foes list.', 274 282 'NOT_ADDED_FRIENDS_SELF' => 'You cannot add yourself to the friends list.', 275 283 'NOT_ADDED_FOES_MOD_ADMIN' => 'You cannot add administrators and moderators to your foes list.', 276 284 'NOT_ADDED_FOES_ANONYMOUS' => 'You cannot add the anonymous user to your foes list.', 285 'NOT_ADDED_FOES_BOTS' => 'You cannot add bots to your foes list.', 277 286 'NOT_ADDED_FOES_FRIENDS' => 'You cannot add users to your foes list who are on your friends list.', 278 287 'NOT_ADDED_FOES_SELF' => 'You cannot add yourself to the foes list.', … … 326 335 'PASSWORD' => 'Password', 327 336 'PASSWORD_ACTIVATED' => 'Your new password has been activated.', 328 'PASSWORD_UPDATED' => ' Your password has been sent successfully to your originale-mail address.',337 'PASSWORD_UPDATED' => 'A new password was sent to your registered e-mail address.', 329 338 'PERMISSIONS_RESTORED' => 'Successfully restored original permissions.', 330 339 'PERMISSIONS_TRANSFERRED' => 'Successfully transferred permissions from <strong>%s</strong>, you are now able to browse the board with this user’s permissions.<br />Please note that admin permissions were not transferred. You are able to revert to your permission set at any time.', … … 344 353 'POST_FORWARD_PM' => 'Forward message', 345 354 'POST_NEW_PM' => 'Compose message', 346 'POST_PM_LOCKED' => 'Private messaging is locked ',355 'POST_PM_LOCKED' => 'Private messaging is locked.', 347 356 'POST_PM_POST' => 'Quote post', 348 357 'POST_QUOTE_PM' => 'Quote message', … … 366 375 'RENAME_FOLDER' => 'Rename folder', 367 376 'REPLIED_MESSAGE' => 'Replied to message', 377 'REPLY_TO_ALL' => 'Reply to sender and all recipients.', 378 'REPORT_PM' => 'Report private message', 368 379 'RESIGN_SELECTED' => 'Resign selected', 369 380 'RETURN_FOLDER' => '%1$sReturn to previous folder%2$s', … … 415 426 'UCP_MAIN_SUBSCRIBED' => 'Manage subscriptions', 416 427 417 'UCP_MSNM' => ' MSN Messenger',428 'UCP_MSNM' => 'WL/MSN Messenger', 418 429 'UCP_NO_ATTACHMENTS' => 'You have posted no files.', 419 430 … … 450 461 'UCP_ZEBRA_FOES' => 'Manage foes', 451 462 'UCP_ZEBRA_FRIENDS' => 'Manage friends', 463 'UNDISCLOSED_RECIPIENT' => 'Undisclosed Recipient', 452 464 'UNKNOWN_FOLDER' => 'Unknown folder', 453 465 'UNWATCH_MARKED' => 'Unwatch marked',
Note:
See TracChangeset
for help on using the changeset viewer.