punbb/lang/English/profile.php
author Dan
Wed, 11 Jul 2007 21:01:48 -0400
changeset 0 f9ffdbd96607
permissions -rw-r--r--
Initial population
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     1
<?php
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     2
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     3
// Language definitions used in profile.php
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     4
$lang_profile = array(
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     5
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     6
// Navigation and sections
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     7
'Profile menu'				=>	'Profile menu',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     8
'Section essentials'		=>	'Essentials',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
     9
'Section personal'			=>	'Personal',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    10
'Section messaging'			=>	'Messaging',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    11
'Section personality'		=>	'Personality',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    12
'Section display'			=>	'Display',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    13
'Section privacy'			=>	'Privacy',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    14
'Section admin'				=>	'Administration',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    15
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    16
// Miscellaneous
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    17
'Username and pass legend'	=>	'Enter your username and password',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    18
'Personal details legend'	=>	'Enter your personal details',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    19
'Contact details legend'	=>	'Enter your messaging details',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    20
'Options display'			=>	'Set your display options',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    21
'Options post'				=>	'Set your post viewing options',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    22
'User activity'				=>	'User activity',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    23
'Paginate info'				=>	'Enter the number of topics and posts you wish to view on each page.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    24
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    25
// Password stuff
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    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',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    27
'Pass updated'				=>	'Your password has been updated. You can now login with your new password.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    28
'Pass updated redirect'		=>	'Password updated. Redirecting &hellip;',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    29
'Wrong pass'				=>	'Wrong old password.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    30
'Change pass'				=>	'Change password',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    31
'Change pass legend'		=>	'Enter and confirm your new password',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    32
'Old pass'					=>	'Old password',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    33
'New pass'					=>	'New password',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    34
'Confirm new pass'			=>	'Confirm new password',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    35
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    36
// E-mail stuff
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    37
'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',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    38
'E-mail updated'			=>	'Your e-mail address has been updated.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    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',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    40
'E-mail legend'				=>	'Enter your new e-mail address',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    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.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    42
'Change e-mail'				=>	'Change e-mail address',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    43
'New e-mail'				=>	'New e-mail',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    44
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    45
// Avatar upload stuff
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    46
'Avatars disabled'			=>	'The administrator has disabled avatar support.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    47
'Too large ini'				=>	'The selected file was too large to upload. The server didn\'t allow the upload.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    48
'Partial upload'			=>	'The selected file was only partially uploaded. Please try again.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    49
'No tmp directory'			=>	'PHP was unable to save the uploaded file to a temporary location.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    50
'No file'					=>	'You did not select a file for upload.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    51
'Bad type'					=>	'The file you tried to upload is not of an allowed type. Allowed types are gif, jpeg and png.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    52
'Too wide or high'			=>	'The file you tried to upload is wider and/or higher than the maximum allowed',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    53
'Too large'					=>	'The file you tried to upload is larger than the maximum allowed',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    54
'pixels'					=>	'pixels',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    55
'bytes'						=>	'bytes',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    56
'Move failed'				=>	'The server was unable to save the uploaded file. Please contact the forum administrator at',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    57
'Unknown failure'			=>	'An unknown error occurred. Please try again.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    58
'Avatar upload redirect'	=>	'Avatar uploaded. Redirecting &hellip;',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    59
'Avatar deleted redirect'	=>	'Avatar deleted. Redirecting &hellip;',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    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',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    61
'Upload avatar'				=>	'Upload avatar',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    62
'Upload avatar legend'		=>	'Enter an avatar file to upload',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    63
'Delete avatar'				=>	'Delete avatar',	// only for admins
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    64
'File'						=>	'File',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    65
'Upload'					=>	'Upload',	// submit button
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    66
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    67
// Form validation stuff
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    68
'Dupe username'				=>	'Someone else has already registered with that username. Please go back and try a different username.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    69
'Forbidden title'			=>	'The title you entered contains a forbidden word. You must choose a different title.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    70
'Profile redirect'			=>	'Profile updated. Redirecting &hellip;',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    71
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    72
// Profile display stuff
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    73
'Not activated'				=>	'This user hasn\'t activated his/her account yet. The account is activated when he/she logs in the first time.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    74
'Unknown'					=>	'(Unknown)',	// This is displayed when a user hasn't filled out profile field (e.g. Location)
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    75
'Private'					=>	'(Private)',	// This is displayed when a user does not want to receive e-mails
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    76
'No avatar'					=>	'(No avatar)',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    77
'Show posts'				=>	'Show all posts',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    78
'Realname'					=>	'Real name',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    79
'Location'					=>	'Location',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    80
'Website'					=>	'Website',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    81
'Jabber'					=>	'Jabber',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    82
'ICQ'						=>	'ICQ',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    83
'MSN'						=>	'MSN Messenger',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    84
'AOL IM'					=>	'AOL IM',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    85
'Yahoo'						=>	'Yahoo! Messenger',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    86
'Avatar'					=>	'Avatar',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    87
'Signature'					=>	'Signature',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    88
'Sig max length'			=>	'Max length',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    89
'Sig max lines'				=>	'Max lines',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    90
'Avatar legend'				=>	'Set your avatar display options',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    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.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    92
'Change avatar'				=>	'Change avatar',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    93
'Use avatar'				=>	'Use avatar.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    94
'Signature legend'			=>	'Compose your signature',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    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.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    96
'Sig preview'				=>	'Current signature preview:',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    97
'No sig'					=>	'No signature currently stored in profile.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    98
'Topics per page'			=>	'Topics',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
    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.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   100
'Posts per page'			=>	'Posts',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   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.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   102
'Leave blank'				=>	'Leave blank to use forum default.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   103
'Notify full'				=>	'Include post in subscription e-mails.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   104
'Notify full info'			=>	'With this enabled, a plain text version of the new post will be included in subscription notification e-mails.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   105
'Show smilies'				=>	'Show smilies as graphic icons',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   106
'Show smilies info'			=>	'If you enable this option, small images will be displayed instead of text smilies.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   107
'Show images'				=>	'Show images in posts.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   108
'Show images info'			=>	'Disable this if you don\'t want to see images in posts (i.e. images displayed with the [img]-tag).',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   109
'Show images sigs'			=>	'Show images in user signatures.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   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).',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   111
'Show avatars'				=>	'Show user avatars in posts.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   112
'Show avatars info'			=>	'This option toggles whether user avatar images will be displayed in posts or not.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   113
'Show sigs'					=>	'Show user signatures.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   114
'Show sigs info'			=>	'Enable if you would like to see user signatures.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   115
'Style legend'				=>	'Select your preferred style',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   116
'Style info'				=>	'If you like you can use a different visual style for this forum.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   117
'Admin note'				=>	'Admin note',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   118
'Pagination legend'			=>	'Enter your pagination options',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   119
'Post display legend'		=>	'Set your options for viewing posts',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   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.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   121
'Instructions'				=>	'When you update your profile, you will be redirected back to this page.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   122
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   123
// Administration stuff
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   124
'Group membership legend'	=>	'Choose user group',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   125
'Save'						=>	'Save',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   126
'Set mods legend'			=>	'Set moderator access',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   127
'Moderator in'				=>	'Moderator in',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   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.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   129
'Update forums'				=>	'Update forums',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   130
'Delete ban legend'			=>	'Delete (administrators only) or ban user',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   131
'Delete user'				=>	'Delete user',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   132
'Ban user'					=>	'Ban user',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   133
'Confirm delete legend'		=>	'Important: read before deleting user',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   134
'Confirm delete user'		=>	'Confirm delete user',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   135
'Confirmation info'			=>	'Please confirm that you want to delete the user',	// the username will be appended to this string
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   136
'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.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   137
'Delete posts'				=>	'Delete any posts and topics this user has made.',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   138
'Delete'					=>	'Delete',		// submit button (confirm user delete)
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   139
'User delete redirect'		=>	'User deleted. Redirecting &hellip;',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   140
'Group membership redirect'	=>	'Group membership saved. Redirecting &hellip;',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   141
'Update forums redirect'	=>	'Forum moderator rights updated. Redirecting &hellip;',
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   142
'Ban redirect'				=>	'Redirecting &hellip;'
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   143
f9ffdbd96607 Initial population
Dan
parents:
diff changeset
   144
);