Changeset 3 for branches/rsr.v5.1.dev/web/punbb/lang/English/profile.php
- Timestamp:
- Nov 14, 2011, 11:17:15 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/rsr.v5.1.dev/web/punbb/lang/English/profile.php
r1 r3 5 5 6 6 // Navigation and sections 7 'Profile menu' => 'Profile menu',8 'Section essentials' => 'Essentials',9 'Section personal' => 'Personal',10 'Section messaging' => 'Messaging',11 'Section personality' => 'Personality',12 'Section display' => 'Display',13 'Section privacy' => 'Privacy',14 'Section admin' => 'Administration',7 'Profile menu' => 'Profile menu', 8 'Section essentials' => 'Essentials', 9 'Section personal' => 'Personal', 10 'Section messaging' => 'Messaging', 11 'Section personality' => 'Personality', 12 'Section display' => 'Display', 13 'Section privacy' => 'Privacy', 14 'Section admin' => 'Administration', 15 15 16 16 // Miscellaneous 17 'Username and pass legend' => 'Enter your username and password', 18 'Personal details legend' => 'Enter your personal details', 19 'Contact details legend' => 'Enter your messaging details', 20 'Options display' => 'Set your display options', 21 'Options post' => 'Set your post viewing options', 22 'User activity' => 'User activity', 23 'Paginate info' => 'Enter the number of topics and posts you wish to view on each page.', 17 'Username and pass legend' => 'Enter your username and password', 18 'Personal details legend' => 'Enter your personal details', 19 'Contact details legend' => 'Enter your messaging details', 20 'User activity' => 'User activity', 21 'Paginate info' => 'Enter the number of topics and posts you wish to view on each page.', 24 22 25 23 // Password stuff 26 'Pass key bad' => 'The specified password activation key was incorrect or has expired. Please re-request a new password. If that fails, contact the forum administrator at', 27 'Pass updated' => 'Your password has been updated. You can now login with your new password.', 28 'Pass updated redirect' => 'Password updated. Redirection ...', 29 'Wrong pass' => 'Wrong old password.', 30 'Change pass' => 'Change password', 31 'Change pass legend' => 'Enter and confirm your new password', 32 'Old pass' => 'Old password', 33 'New pass' => 'New password', 34 'Confirm new pass' => 'Confirm new password', 24 'Pass key bad' => 'The specified password activation key was incorrect or has expired. Please re-request a new password. If that fails, contact the forum administrator at', 25 'Pass updated' => 'Your password has been updated. You can now login with your new password.', 26 'Pass updated redirect' => 'Password updated. Redirecting âŠ', 27 'Wrong pass' => 'Wrong old password.', 28 'Change pass' => 'Change password', 29 'Change pass legend' => 'Enter and confirm your new password', 30 'Old pass' => 'Old password', 31 'New pass' => 'New password', 32 'Confirm new pass' => 'Confirm new password', 33 'Pass info' => 'Passwords must be at least 4 characters long. Passwords are case sensitive.', 35 34 36 // E -mail stuff37 'E -mail key bad' => 'The specified e-mail activation key was incorrect or has expired. Please re-request change of e-mail address. If that fails, contact the forum administrator at',38 'E -mail updated' => 'Your e-mail address has been updated.',39 'Activate e -mail sent' => 'An email has been sent to the specified address with instructions on how to activate the new e-mail address. If it doesn\'t arrive you can contact the forum administrator at',40 'E -mail legend' => 'Enter your new e-mail address',41 'E -mail instructions' => 'An e-mail will be sent to your new address with an activation link. You must click the link in the e-mail you receive to activate the new address.',42 'Change e -mail' => 'Change e-mail address',43 'New e -mail' => 'New e-mail',35 // Email stuff 36 'Email key bad' => 'The specified email activation key was incorrect or has expired. Please re-request change of email address. If that fails, contact the forum administrator at', 37 'Email updated' => 'Your email address has been updated.', 38 'Activate email sent' => 'An email has been sent to the specified address with instructions on how to activate the new email address. If it doesn\'t arrive you can contact the forum administrator at', 39 'Email legend' => 'Enter your new email address', 40 'Email instructions' => 'An email will be sent to your new address with an activation link. You must click the link in the email you receive to activate the new address.', 41 'Change email' => 'Change email address', 42 'New email' => 'New email', 44 43 45 44 // Avatar upload stuff 46 'Avatars disabled' => 'The administrator has disabled avatar support.',47 'Too large ini' => 'The selected file was too large to upload. The server didn\'t allow the upload.',48 'Partial upload' => 'The selected file was only partially uploaded. Please try again.',49 'No tmp directory' => 'PHP was unable to save the uploaded file to a temporary location.',50 'No file' => 'You did not select a file for upload.',51 'Bad type' => 'The file you tried to upload is not of an allowed type. Allowed types are gif, jpeg and png.',52 'Too wide or high' => 'The file you tried to upload is wider and/or higher than the maximum allowed',53 'Too large' => 'The file you tried to upload is larger than the maximum allowed',54 'pixels' => 'pixels',55 'bytes' => 'bytes',56 'Move failed' => 'The server was unable to save the uploaded file. Please contact the forum administrator at',57 'Unknown failure' => 'An unknown error occurred. Please try again.',58 'Avatar upload redirect' => 'Avatar uploaded. Redirection ...',59 'Avatar deleted redirect' => 'Avatar deleted. Redirection ...',60 'Avatar desc' => 'An avatar is a small image that will be displayed under your username in your posts. It must not be any bigger than',61 'Upload avatar' => 'Upload avatar',62 'Upload avatar legend' => 'Enter an avatar file to upload',63 'Delete avatar' => 'Delete avatar',// only for admins64 'File' => 'File',65 'Upload' => 'Upload',// submit button45 'Avatars disabled' => 'The administrator has disabled avatar support.', 46 'Too large ini' => 'The selected file was too large to upload. The server didn\'t allow the upload.', 47 'Partial upload' => 'The selected file was only partially uploaded. Please try again.', 48 'No tmp directory' => 'PHP was unable to save the uploaded file to a temporary location.', 49 'No file' => 'You did not select a file for upload.', 50 'Bad type' => 'The file you tried to upload is not of an allowed type. Allowed types are gif, jpeg and png.', 51 'Too wide or high' => 'The file you tried to upload is wider and/or higher than the maximum allowed', 52 'Too large' => 'The file you tried to upload is larger than the maximum allowed', 53 'pixels' => 'pixels', 54 'bytes' => 'bytes', 55 'Move failed' => 'The server was unable to save the uploaded file. Please contact the forum administrator at', 56 'Unknown failure' => 'An unknown error occurred. Please try again.', 57 'Avatar upload redirect' => 'Avatar uploaded. Redirecting âŠ', 58 'Avatar deleted redirect' => 'Avatar deleted. Redirecting âŠ', 59 'Avatar desc' => 'An avatar is a small image that will be displayed under your username in your posts. It must not be any bigger than', 60 'Upload avatar' => 'Upload avatar', 61 'Upload avatar legend' => 'Enter an avatar file to upload', 62 'Delete avatar' => 'Delete avatar', // only for admins 63 'File' => 'File', 64 'Upload' => 'Upload', // submit button 66 65 67 66 // Form validation stuff 68 'Dupe username' => 'Someone else has already registered with that username. Please go back and try a different username.', 69 'Forbidden title' => 'The title you entered contains a forbidden word. You must choose a different title.', 70 'Profile redirect' => 'Profile updated. Redirection ...', 67 'Forbidden title' => 'The title you entered contains a forbidden word. You must choose a different title.', 68 'Profile redirect' => 'Profile updated. Redirecting âŠ', 71 69 72 70 // Profile display stuff 73 'Not activated' => 'This user hasn\'t activated his/her account yet. The account is activated when he/she logs in the first time.', 74 'Unknown' => '(Unknown)', // This is displayed when a user hasn't filled out profile field (e.g. Location) 75 'Private' => '(Private)', // This is displayed when a user does not want to receive e-mails 76 'No avatar' => '(No avatar)', 77 'Show posts' => 'Show all posts', 78 'Realname' => 'Real name', 79 'Location' => 'Location', 80 'Website' => 'Website', 81 'Jabber' => 'Jabber', 82 'ICQ' => 'ICQ', 83 'MSN' => 'MSN Messenger', 84 'AOL IM' => 'AOL IM', 85 'Yahoo' => 'Yahoo! Messenger', 86 'Avatar' => 'Avatar', 87 'Signature' => 'Signature', 88 'Sig max length' => 'Max length', 89 'Sig max lines' => 'Max lines', 90 'Avatar legend' => 'Set your avatar display options', 91 'Avatar info' => 'An avatar is a small image that will be displayed with all your posts. You can upload an avatar by clicking the link below. The checkbox \'Use avatar\' below must be checked in order for the avatar to be visible in your posts.', 92 'Change avatar' => 'Change avatar', 93 'Use avatar' => 'Use avatar.', 94 'Signature legend' => 'Compose your signature', 95 'Signature info' => 'A signature is a small piece of text that is attached to your posts. In it, you can enter just about anything you like. Perhaps you would like to enter your favourite quote or your star sign. It\'s up to you! In your signature you can use BBCode if it is allowed in this particular forum. You can see the features that are allowed/enabled listed below whenever you edit your signature.', 96 'Sig preview' => 'Current signature preview:', 97 'No sig' => 'No signature currently stored in profile.', 98 'Topics per page' => 'Topics', 99 'Topics per page info' => 'This setting controls how many topics are displayed per page when you view a forum. If you are uncertain about what to use, you can just leave it blank and the forum default will be used.', 100 'Posts per page' => 'Posts', 101 'Posts per page info' => 'This setting controls how many posts are displayed per page when you view a topic. If you are uncertain about what to use, you can just leave it blank and the forum default will be used.', 102 'Leave blank' => 'Leave blank to use forum default.', 103 'Notify full' => 'Include post in subscription e-mails.', 104 'Notify full info' => 'With this enabled, a plain text version of the new post will be included in subscription notification e-mails.', 105 'Show smilies' => 'Show smilies as graphic icons', 106 'Show smilies info' => 'If you enable this option, small images will be displayed instead of text smilies.', 107 'Show images' => 'Show images in posts.', 108 'Show images info' => 'Disable this if you don\'t want to see images in posts (i.e. images displayed with the [img]-tag).', 109 'Show images sigs' => 'Show images in user signatures.', 110 'Show images sigs info' => 'Disable this if you don\'t want to see images in signatures (i.e. images displayed with the [img]-tag).', 111 'Show avatars' => 'Show user avatars in posts.', 112 'Show avatars info' => 'This option toggles whether user avatar images will be displayed in posts or not.', 113 'Show sigs' => 'Show user signatures.', 114 'Show sigs info' => 'Enable if you would like to see user signatures.', 115 'Style legend' => 'Select your preferred style', 116 'Style info' => 'If you like you can use a different visual style for this forum.', 117 'Admin note' => 'Admin note', 118 'Pagination legend' => 'Enter your pagination options', 119 'Post display legend' => 'Set your options for viewing posts', 120 'Post display info' => 'If you are on a slow connection, disabling these options, particularly showing images in posts and signatures, will make pages load faster.', 121 'Instructions' => 'When you update your profile, you will be redirected back to this page.', 71 'Users profile' => '%s\'s profile', 72 'Username info' => 'Username: %s', 73 'Email info' => 'Email: %s', 74 'Posts info' => 'Posts: %s', 75 'Registered info' => 'Registered: %s', 76 'Last post info' => 'Last post: %s', 77 'Last visit info' => 'Last visit: %s', 78 'Show posts' => 'Show all posts', 79 'Show topics' => 'Show all topics', 80 'Show subscriptions' => 'Show all subscriptions', 81 'Realname' => 'Real name', 82 'Location' => 'Location', 83 'Website' => 'Website', 84 'Invalid website URL' => 'The website URL you entered is invalid.', 85 'Jabber' => 'Jabber', 86 'ICQ' => 'ICQ', 87 'MSN' => 'MSN Messenger', 88 'AOL IM' => 'AOL IM', 89 'Yahoo' => 'Yahoo! Messenger', 90 'Avatar' => 'Avatar', 91 'Signature' => 'Signature', 92 'Sig max size' => 'Max length: %s characters / Max lines: %s', 93 'Avatar legend' => 'Set your avatar display options', 94 'Avatar info' => 'An avatar is a small image that will be displayed with all your posts. You can upload an avatar by clicking the link below.', 95 'Change avatar' => 'Change avatar', 96 'Signature legend' => 'Compose your signature', 97 'Signature info' => 'A signature is a small piece of text that is attached to your posts. In it, you can enter just about anything you like. Perhaps you would like to enter your favourite quote or your star sign. It\'s up to you! In your signature you can use BBCode if it is allowed in this particular forum. You can see the features that are allowed/enabled listed below whenever you edit your signature.', 98 'Sig preview' => 'Current signature preview:', 99 'No sig' => 'No signature currently stored in profile.', 100 'Signature quote/code/list/h' => 'The quote, code, list, and heading BBCodes are not allowed in signatures.', 101 'Topics per page' => 'Topics', 102 'Posts per page' => 'Posts', 103 'Leave blank' => 'Leave blank to use forum default.', 104 'Subscription legend' => 'Set your subscription options', 105 'Notify full' => 'Include a plain text version of new posts in subscription notification emails.', 106 'Auto notify full' => 'Automatically subscribe to every topic you post in.', 107 'Show smilies' => 'Show smilies as graphic icons.', 108 'Show images' => 'Show images in posts.', 109 'Show images sigs' => 'Show images in user signatures.', 110 'Show avatars' => 'Show user avatars in posts.', 111 'Show sigs' => 'Show user signatures.', 112 'Style legend' => 'Select your preferred style', 113 'Styles' => 'Styles', 114 'Admin note' => 'Admin note', 115 'Pagination legend' => 'Enter your pagination options', 116 'Post display legend' => 'Set your options for viewing posts', 117 'Post display info' => 'If you are on a slow connection, disabling these options, particularly showing images in posts and signatures, will make pages load faster.', 118 'Instructions' => 'When you update your profile, you will be redirected back to this page.', 122 119 123 120 // Administration stuff 124 'Group membership legend' => 'Choose user group',125 'Save' => 'Save',126 'Set mods legend' => 'Set moderator access',127 'Moderator in ' => 'Moderator in',128 ' Moderator in info' => 'Choose what forums this user should be allowed to moderate. Note: This only applies to moderators. Administrators always have full permissions in all forums.',129 ' Update forums' => 'Update forums',130 'Delete ban legend' => 'Delete (administrators only) or banuser',131 ' Delete user' => 'Deleteuser',132 ' Ban user' => 'Banuser',133 'Confirm delete legend' => 'Important: read before deletinguser',134 'Confirm delete user' => 'Confirm delete user',135 ' Confirmation info' => 'Please confirm that you want to delete the user', // the username will be appended to this string136 'Delete warning' => 'Warning! Deleted users and/or posts cannot be restored. If you choose not to delete the posts made by this user, the posts can only be deleted manually at a later time.',137 'Delete posts' => 'Delete any posts and topics this user has made.',138 ' Delete' => 'Delete', // submit button (confirm user delete)139 ' User delete redirect' => 'User deleted. Redirection ...',140 ' Group membership redirect' => 'Group membership saved. Redirection ...',141 ' Update forums redirect' => 'Forum moderator rights updated. Redirection ...',142 ' Ban redirect' => 'Redirection ...'121 'Group membership legend' => 'Choose user group', 122 'Save' => 'Save', 123 'Set mods legend' => 'Set moderator access', 124 'Moderator in info' => 'Choose which forums this user should be allowed to moderate. Note: This only applies to moderators. Administrators always have full permissions in all forums.', 125 'Update forums' => 'Update forums', 126 'Delete ban legend' => 'Delete (administrators only) or ban user', 127 'Delete user' => 'Delete user', 128 'Ban user' => 'Ban user', 129 'Confirm delete legend' => 'Important: read before deleting user', 130 'Confirm delete user' => 'Confirm delete user', 131 'Confirmation info' => 'Please confirm that you want to delete the user', // the username will be appended to this string 132 'Delete warning' => 'Warning! Deleted users and/or posts cannot be restored. If you choose not to delete the posts made by this user, the posts can only be deleted manually at a later time.', 133 'Delete posts' => 'Delete any posts and topics this user has made.', 134 'Delete' => 'Delete', // submit button (confirm user delete) 135 'User delete redirect' => 'User deleted. Redirecting âŠ', 136 'Group membership redirect' => 'Group membership saved. Redirecting âŠ', 137 'Update forums redirect' => 'Forum moderator rights updated. Redirecting âŠ', 138 'Ban redirect' => 'Redirecting âŠ', 139 'No delete admin message' => 'Administrators cannot be deleted. In order to delete this user, you must first move him/her to a different user group.', 143 140 144 141 );
Note: See TracChangeset
for help on using the changeset viewer.