punbb/lang/English/common.php
changeset 7 98bbc533541c
equal deleted inserted replaced
6:5e1f1e916419 7:98bbc533541c
       
     1 <?php
       
     2 
       
     3 // Language definitions for frequently used strings
       
     4 $lang_common = array(
       
     5 
       
     6 // Text orientation and encoding
       
     7 'lang_direction'		=>	'ltr',	// ltr (Left-To-Right) or rtl (Right-To-Left)
       
     8 'lang_identifier'		=>	'en',
       
     9 
       
    10 // Notices
       
    11 'Bad request'			=>	'Bad request. The link you followed is incorrect or outdated.',
       
    12 'No view'				=>	'You do not have permission to view these forums.',
       
    13 'No permission'			=>	'You do not have permission to access this page.',
       
    14 'CSRF token mismatch'	=>	'Unable to confirm security token. A likely cause for this is that some time passed between when you first entered the page and when you submitted a form or clicked a link. If that is the case and you would like to continue with your action, please click the Confirm button. Otherwise, you should click the Cancel button to return to where you were.',
       
    15 'No cookie'				=>	'You appear to have logged in successfully, however a cookie has not been set. Please check your settings and if applicable, enable cookies for this website.',
       
    16 
       
    17 // Topic/forum indicators
       
    18 'Closed'				=>	'[Closed]',
       
    19 'Redirected forum'		=>	'Redirected forum',
       
    20 
       
    21 // Miscellaneous
       
    22 'Forum index'			=>	'Forum index',
       
    23 'Submit'				=>	'Submit',	// "name" of submit buttons
       
    24 'Cancel'				=>	'Cancel', // "name" of cancel buttons
       
    25 'Submit title'			=>	'Accesskey: s', // "title" for submit buttons
       
    26 'Preview'				=>	'Preview',	// submit button to preview message
       
    27 'Preview title'			=>	'Accesskey: p', // "title" for preview buttons
       
    28 'Delete'				=>	'Delete',
       
    29 'Ban message'			=>	'You are banned from this forum.',
       
    30 'Ban message 2'			=>	'The ban expires at the end of %s.',
       
    31 'Ban message 3'			=>	'The administrator or moderator that banned you left the following message:',
       
    32 'Ban message 4'			=>	'Please direct any inquiries to the forum administrator at %s.',
       
    33 'Unknown'				=>	'Unknown',
       
    34 'Never'					=>	'Never',
       
    35 'Today'					=>	'Today',
       
    36 'Yesterday'				=>	'Yesterday',
       
    37 'Info'					=>	'Info',		// a common message box header
       
    38 'Forum message'			=>	'Forum message',
       
    39 'Maintenance'			=>	'Maintenance',
       
    40 'Redirecting'			=>	'Redirecting',
       
    41 'Forwarding info'		=>	'You should automatically be forwarded to a new page in %s seconds.',
       
    42 'Click redirect'		=>	'Click here if you do not want to wait any longer (or if your browser does not automatically forward you)',
       
    43 'Invalid e-mail'		=>	'The e-mail address you entered is invalid.',
       
    44 'Last post'				=>	'Last post',
       
    45 'By user'				=>	'by&#160;%s',
       
    46 'by'					=>	'by',
       
    47 'Posted by'				=>	'Posted by',
       
    48 'New posts'				=>	'New posts',	// the link that leads to the first new post
       
    49 'New posts info'		=>	'Go to the first new post in this topic.',	// the popup text for new posts links
       
    50 'Username'				=>	'Username',
       
    51 'Password'				=>	'Password',
       
    52 'E-mail'				=>	'E-mail',
       
    53 'E-mail address'		=>	'E-mail address',
       
    54 'Send e-mail'			=>	'Send&#160;e-mail',
       
    55 'Send forum e-mail'		=>	'Send e-mail via forum',
       
    56 'Registered'			=>	'Registered',
       
    57 'Subject'				=>	'Subject',
       
    58 'Message'				=>	'Message',
       
    59 'Write message'			=>	'Write message:',
       
    60 'Topic'					=>	'Topic',
       
    61 'Topics'				=>	'Topics',
       
    62 'Forum'					=>	'Forum',
       
    63 'Posts'					=>	'Posts',
       
    64 'Replies'				=>	'Replies',
       
    65 'Author'				=>	'Author',
       
    66 'Pages'					=>	'Pages',
       
    67 'Page'					=>	'Page',
       
    68 'BBCode'				=>	'BBCode',	// You probably shouldn't change this
       
    69 'Smilies'				=>	'Smilies',
       
    70 'Images'				=>	'Images',
       
    71 'You may use'			=>	'You may use: %s',
       
    72 'and'					=>	'and',
       
    73 'Image link'			=>	'image',	// This is displayed (i.e. <image>) instead of images when "Show images" is disabled in the profile
       
    74 'wrote'					=>	'wrote',	// For [quote]'s (e.g., User wrote:)
       
    75 'Code'					=>	'Code',		// For [code]'s
       
    76 'Forum mailer'			=>	'%s Mailer',	// As in "MyForums Mailer" in the signature of outgoing e-mails
       
    77 'Write message legend'	=>	'Compose your post',
       
    78 'Required information'	=>	'Required information',
       
    79 'Required mark'			=>	'*',
       
    80 'Required'				=>	'(Required)',
       
    81 'Required warn'			=>	'<strong>Important!</strong> All fields marked %s must be completed before submitting this form.',
       
    82 'You are here'			=>	'You are here: ',
       
    83 'Crumb separator'		=>	' -&#160;', // The character or text that seperates links in breadcrumbs
       
    84 'Title separator'		=>	' - ',
       
    85 'Page separator'		=>	'&#160;', //The character or text that seperates page numbers
       
    86 'Previous'				=>	'Previous',
       
    87 'Next'					=>	'Next',
       
    88 'Cancel redirect'		=>	'Operation cancelled. Redirecting ...',
       
    89 'No confirm redirect'	=>	'No confirmation provided. Operation cancelled. Redirecting...',
       
    90 'Please confirm'		=>	'Please confirm:',
       
    91 'Help page'				=>	'Help with: %s',
       
    92 'Re'					=>	'Re:',
       
    93 'Forum rules'			=>	'Forum rules.',
       
    94 
       
    95 // CSRF confirmation form
       
    96 'Confirm'				=>	'Confirm',	// Button
       
    97 'Confirm action'		=>	'Confirm action',
       
    98 'Confirm action head'	=>	'Please confirm or cancel your last action',
       
    99 
       
   100 // Title
       
   101 'Title'					=>	'Title',
       
   102 'Member'				=>	'Member',	// Default title
       
   103 'Moderator'				=>	'Moderator',
       
   104 'Administrator'			=>	'Administrator',
       
   105 'Banned'				=>	'Banned',
       
   106 'Guest'					=>	'Guest',
       
   107 
       
   108 // Stuff for include/parser.php
       
   109 'BBCode error'			=>	'The BBCode syntax in the message is incorrect.',
       
   110 'BBCode error 1'		=>	'Missing start tag for [/quote].',
       
   111 'BBCode error 2'		=>	'Missing end tag for [code].',
       
   112 'BBCode error 3'		=>	'Missing start tag for [/code].',
       
   113 'BBCode error 4'		=>	'Missing one or more end tags for [quote].',
       
   114 'BBCode error 5'		=>	'Missing one or more start tags for [/quote].',
       
   115 
       
   116 // Stuff for the navigator (top of every page)
       
   117 'Navigation'			=>	'Forum navigation',
       
   118 'Index'					=>	'Index',
       
   119 'User list'				=>	'User list',
       
   120 'Rules'					=>  'Rules',
       
   121 'Search'				=>  'Search',
       
   122 'Register'				=>  'Register',
       
   123 'Login'					=>  'Login',
       
   124 'Not logged in'			=>  'You are not logged in.',
       
   125 'Profile'				=>	'Profile',
       
   126 'Logout'				=>	'Logout',
       
   127 'Logged in as'			=>	'Logged in as %s.',
       
   128 'Admin'					=>	'Administration',
       
   129 'Last visit'			=>	'Last visit: %s',
       
   130 'Mark all as read'		=>	'Mark all topics as read',
       
   131 'Login nag'				=>	'Please login or register',
       
   132 'New reports'			=>	'New reports',
       
   133 'Attention'				=>	'Attention!',
       
   134 
       
   135 // Alerts
       
   136 'Maintenance mode'		=>	'Maintenance mode is enabled!',
       
   137 'Maintenance alert'		=>	'This board is in maintenance mode. DO NOT logout, if you do you will not be able to login.',
       
   138 'Updates'				=>	'PunBB updates',
       
   139 'Updates failed'		=>	'The latest attempt at checking for updates against the PunBB.org updates service failed. This probably just means that the service is temporarily overloaded or out of order. However, if this alert does not disappear within a day or two, you should disable the automatic check for updates and check for updates manually in the future.',
       
   140 'Updates version n hf'	=>	'A newer version of PunBB, version %s, is available for download at <a href="http://punbb.org/">PunBB.org</a>. Furthermore, one or more hotfix extensions are available for install on the Extensions tab of the admin interface.',
       
   141 'Updates version'		=>	'A newer version of PunBB, version %s, is available for download at <a href="http://punbb.org/">PunBB.org</a>.',
       
   142 'Updates hf'			=>	'One or more hotfix extensions are available for install on the Extensions tab of the admin interface.',
       
   143 
       
   144 // Stuff for Search links and jump menu
       
   145 'New posts info'		=>	'Lists topics that have new posts since your last visit',
       
   146 'Recent posts'			=>	'Recent posts',
       
   147 'Unanswered topics'		=>	'Unanswered topics',
       
   148 'Your posts'			=>	'Your posts',
       
   149 'Your topics'			=>	'Your topics',
       
   150 'Your subscriptions'	=>	'Your subscriptions',
       
   151 'Page info'				=>	'%s [ %s ]',
       
   152 'Page number'			=>	'Page [ %s of %s ]',
       
   153 'Paged info'			=>	'%s [ %s to %s of %s ]',
       
   154 'Jump to'				=>	'Go to selected forum',
       
   155 'Quick jump legend'		=>	'Forum quick jump menu',
       
   156 'Go'					=>	'Go',		// submit button in forum jump
       
   157 'Debug table'			=>	'Debug information',
       
   158 
       
   159 // For extern.php RSS feed
       
   160 'ATOM Feed'				=>	'Atom Feed',
       
   161 'RSS Feed'				=>	'RSS Feed',
       
   162 'RSS description'		=>	'The most recent topics at %s.',
       
   163 'RSS description topic'	=>	'The most recent posts in %s.',
       
   164 'RSS reply'				=>	'Re: ',	// The topic subject will be appended to this string (to signify a reply)
       
   165 
       
   166 // Accessibility
       
   167 'Skip to content'		=>	'Skip to forum content',
       
   168 'New window warn'		=>	'Opens in a new window if javascript is enabled.',
       
   169 'Back to'				=>	'Back to:',
       
   170 
       
   171 );