forum_punbb_1_0_php8/lang/en/en_profile.php

116 lines
7.3 KiB
PHP

<?php
// Language definitions used in profile.php
$lang_profile = array(
// Miscellaneous
'Profile' => 'Profile',
// Password stuff
'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',
'Pass updated' => 'Your password has been updated. You can now login with your new password.',
'Pass updated redirect' => 'Password updated. Redirecting ...',
'Wrong pass' => 'Wrong old password.',
'Change pass' => 'Change password',
'Old pass' => 'Old password',
'New pass' => 'New password',
// E-mail stuff
'E-mail key bad' => 'The specified e-mail activation key was incorrect or has expired. Please re-request change of e-mail adress. If that fails, contact the forum administrator at',
'E-mail updated' => 'Your e-mail address has been updated.',
'Change mail 1' => 'Change e-mail address requested',
'Change mail 2' => 'Hello', // as in "Hello $username"
'Change mail 3' => 'You have requested to have a new e-mail address assigned to your account in the discussion forum at',
'Change mail 4' => 'Only if you visit the activation URL below will your e-mail address be changed. In order for the activation URL to work, you must be logged in to the forum.',
'Change mail 5' => 'To change your e-mail address, please visit the URL below:',
'Change mail 6' => 'Do not reply to this message',
'Change mail 7' => 'An email has been sent to',
'Change mail 8' => 'with instructions on how to activate the new e-mail address. If it doesn\'t arrive you can contact the forum administrator at',
'E-mail instructions' => 'Enter the new e-mail address and an e-mail will be sent to that address with an activation link. You must click the link in the e-mail you recieve to activate the new address.',
'Change e-mail' => 'Change e-mail address',
'New e-mail' => 'New e-mail',
// Avatar upload stuff
'Avatars disabled' => 'The administrator has disabled avatar support.',
'Too large ini' => 'The selected file was too large to upload. The server didn\'t allow the upload.',
'Partial upload' => 'The selected file was only partially uploaded. Please try again.',
'No file' => 'You did not select a file for upload.',
'Bad type' => 'The file you tried to upload is not of an allowed type. Allowed types are gif, jpeg and png.',
'Too wide' => 'The file you tried to upload is wider than the maximum allowed',
'Too high' => 'The file you tried to upload is higher than the maximum allowed',
'Too large' => 'The file you tried to upload is larger than the maximum allowed',
'pixels' => 'pixels',
'bytes' => 'bytes',
'Move failed' => 'The server was unable to save the uploaded file. Please contact the forum administrator at',
'Unknown failure' => 'An unknown error occured. Please try again.',
'Upload redirect' => 'Avatar uploaded. Redirecting ...',
'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',
'Upload avatar' => 'Upload avatar',
'File' => 'File',
'Upload' => 'Upload', // submit button
// Form validation stuff
'Dupe username' => 'Someone else has already registered with that username. Please go back and try a different username.',
'Forbidden title' => 'The title you entered contains a forbidden word. You must choose a different title.',
'Profile redirect' => 'Profile updated. Redirecting ...',
// Profile display stuff
'Not activated' => 'This user hasn\'t activated his/her account yet. The account is activated when he/she logs in the first time.',
'Not displayed' => 'Not displayed',
'No avatar' => 'No avatar',
'Show posts' => 'Show posts by this user',
'Realname' => 'Realname',
'Website' => 'Website',
'ICQ' => 'ICQ',
'AOL IM' => 'AOL IM',
'Yahoo' => 'Yahoo! Messenger',
'Location' => 'Location',
'Sig max length' => 'Max length',
'Sig max lines' => 'Max lines',
'Avatar' => 'Avatar',
'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.',
'Change avatar' => 'Change avatar',
'Use avatar' => 'Use avatar.',
'Signature' => 'Signature',
'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 favorite quote or your star sign. It\'s up to you! In your signature you can use embedded HTML or BBCode depending on the what is allowed in this particular forum. You can tell what features are allowed/enabled out in the left margin whenever you edit your signature.',
'Sig preview' => 'Current signature preview:',
'No sig' => 'No signature currently stored in profile.',
'Topics per page' => 'Topics per page',
'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.',
'Posts per page' => 'Posts per page',
'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.',
'Leave blank' => 'Leave blank to use forum default.',
'Use smilies' => 'Convert smilies to images by default.',
'Use smilies info' => 'If you enable this option, small images instead of text smilies will be displayed in your posts by default. You can still disable this by unchecking the checkbox on a post per post basis.',
'Show images' => 'Show images.',
'Show images info' => 'Disable this if you don\'t want to see images and icons in posts (this includes smilies and images displayed with the [img]-tag).',
'Show sigs' => 'Show user signatures.',
'Show sigs info' => 'Enable if you would like to see user signatures.',
'Open links new win' => 'Open links in new window.',
'Open links new win info' => 'This option sets whether you want links in posts to open new windows or not.',
'Style' => 'Style',
'Style info' => 'If you like you can use a different visual style for this forum.',
'Admin note' => 'Admin note',
'Instructions' => 'When you update your profile, you will be redirected back to this page.',
// Administration stuff
'User admin' => 'User administration',
'Choose status' => 'Status',
'Choose status info' => 'Choose what status this user should have.',
'Update status' => 'Update status',
'Moderator in' => 'Moderator in',
'Moderator in info' => 'Choose what forums this user should be allowed to moderate. Note: This only applies to moderators.',
'Update forums' => 'Update forums',
'Delete user' => 'Delete user',
'Ban user' => 'Ban user',
'Confirm delete user' => 'Confirm delete user',
'Are you sure' => 'Are you sure that you want to delete this user?',
'Warning' => 'Warning! Deleted users cannot be restored.',
'OK' => ' OK ', // submit button (confirm user delete)
'User delete redirect' => 'User deleted. Redirecting ...',
'Update status redirect' => 'User status updated. Redirecting ...',
'Update forums redirect' => 'Forum moderator rights updated. Redirecting ...',
'Ban redirect' => 'Redirecting ...'
);