Ignore:
Timestamp:
Nov 14, 2011, 11:17:15 PM (13 years ago)
Author:
dj3c1t
Message:

passage a Fluxbb 1.4.7

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/rsr.v5.1.dev/web/punbb/lang/English/common.php

    r1 r3  
    11<?php
    22
    3 /*
    4 // Determine what locale to use
    5 switch (PHP_OS)
    6 {
    7         case 'WINNT':
    8         case 'WIN32':
    9                 $locale = 'english';
    10                 break;
    11 
    12         case 'FreeBSD':
    13         case 'NetBSD':
    14         case 'OpenBSD':
    15                 $locale = 'en_US.US-ASCII';
    16                 break;
    17 
    18         default:
    19                 $locale = 'en_US';
    20                 break;
    21 }
    22 
    23 // Attempt to set the locale
    24 setlocale(LC_CTYPE, $locale);
    25 */
    26 
    273// Language definitions for frequently used strings
    28 
    294$lang_common = array(
    305
    316// Text orientation and encoding
    32 'lang_direction'                =>      'ltr',  // ltr (Left-To-Right) or rtl (Right-To-Left)
    33 'lang_encoding'                 =>      'iso-8859-1',
    34 'lang_multibyte'                =>      false,
     7'lang_direction'                                        =>      'ltr', // ltr (Left-To-Right) or rtl (Right-To-Left)
     8'lang_identifier'                                       =>      'en',
     9
     10// Number formatting
     11'lang_decimal_point'                            =>      '.',
     12'lang_thousands_sep'                            =>      ',',
    3513
    3614// Notices
    37 'Bad request'                   =>      'Bad request. The link you followed is incorrect or outdated.',
    38 'No view'                               =>      'You do not have permission to view these forums.',
    39 'No permission'                 =>      'You do not have permission to access this page.',
    40 'Bad referrer'                  =>      'Bad HTTP_REFERER. You were referred to this page from an unauthorized source. If the problem persists please make sure that \'Base URL\' is correctly set in Admin/Options and that you are visiting the forum by navigating to that URL. More information regarding the referrer check can be found in the PunBB documentation.',
    41 
    42 // Topic/forum indicators
    43 'New icon'                              =>      'There are new posts',
    44 'Normal icon'                   =>      '<!-- -->',
    45 'Closed icon'                   =>      'This topic is closed',
    46 'Redirect icon'                 =>      'Redirected forum',
     15'Bad request'                                           =>      'Bad request. The link you followed is incorrect or outdated.',
     16'No view'                                                       =>      'You do not have permission to view these forums.',
     17'No permission'                                         =>      'You do not have permission to access this page.',
     18'Bad referrer'                                          =>      'Bad HTTP_REFERER. You were referred to this page from an unauthorized source. If the problem persists please make sure that \'Base URL\' is correctly set in Admin/Options and that you are visiting the forum by navigating to that URL. More information regarding the referrer check can be found in the FluxBB documentation.',
     19'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.',
     20'Pun include error'                                     =>      'Unable to process user include %s from template %s. There is no such file in neither the template directory nor in the user include directory.',
    4721
    4822// Miscellaneous
    49 'Announcement'                  =>      'Announcement',
    50 'Options'                               =>      'Options',
    51 'Actions'                               =>      'Actions',
    52 'Submit'                                =>      'Submit',       // "name" of submit buttons
    53 'Ban message'                   =>      'You are banned from this forum.',
    54 'Ban message 2'                 =>      'The ban expires at the end of',
    55 'Ban message 3'                 =>      'The administrator or moderator that banned you left the following message:',
    56 'Ban message 4'                 =>      'Please direct any inquiries to the forum administrator at',
    57 'Never'                                 =>      'Never',
    58 'Today'                                 =>      'Today',
    59 'Yesterday'                             =>      'Yesterday',
    60 'Info'                                  =>      'Info',         // a common table header
    61 'Go back'                               =>      'Go back',
    62 'Maintenance'                   =>      'Maintenance',
    63 'Redirecting'                   =>      'Redirecting',
    64 'Click redirect'                =>      'Click here if you do not want to wait any longer (or if your browser does not automatically forward you)',
    65 'on'                                    =>      'on',           // as in "BBCode is on"
    66 'off'                                   =>      'off',
    67 'Invalid e-mail'                =>      'The e-mail address you entered is invalid.',
    68 'required field'                =>      'is a required field in this form.',    // for javascript form validation
    69 'Last post'                             =>      'Last post',
    70 'by'                                    =>      'by',   // as in last post by someuser
    71 'New posts'                             =>      'New&#160;posts',       // the link that leads to the first new post (use &#160; for spaces)
    72 'New posts info'                =>      'Go to the first new post in this topic.',      // the popup text for new posts links
    73 'Username'                              =>      'Username',
    74 'Password'                              =>      'Password',
    75 'E-mail'                                =>      'E-mail',
    76 'Send e-mail'                   =>      'Send e-mail',
    77 'Moderated by'                  =>      'Moderated by',
    78 'Registered'                    =>      'Registered',
    79 'Subject'                               =>      'Subject',
    80 'Message'                               =>      'Message',
    81 'Topic'                                 =>      'Topic',
    82 'Forum'                                 =>      'Forum',
    83 'Posts'                                 =>      'Posts',
    84 'Replies'                               =>      'Replies',
    85 'Author'                                =>      'Author',
    86 'Pages'                                 =>      'Pages',
    87 'BBCode'                                =>      'BBCode',       // You probably shouldn't change this
    88 'img tag'                               =>      '[img] tag',
    89 'Smilies'                               =>      'Smilies',
    90 'and'                                   =>      'and',
    91 'Image link'                    =>      'image',        // This is displayed (i.e. <image>) instead of images when "Show images" is disabled in the profile
    92 'wrote'                                 =>      'wrote',        // For [quote]'s
    93 'Code'                                  =>      'Code',         // For [code]'s
    94 'Mailer'                                =>      'Mailer',       // As in "MyForums Mailer" in the signature of outgoing e-mails
    95 'Important information' =>      'Important information',
    96 'Write message legend'  =>      'Write your message and submit',
     23'Announcement'                                          =>      'Announcement',
     24'Options'                                                       =>      'Options',
     25'Submit'                                                        =>      'Submit', // "Name" of submit buttons
     26'Ban message'                                           =>      'You are banned from this forum.',
     27'Ban message 2'                                         =>      'The ban expires at the end of',
     28'Ban message 3'                                         =>      'The administrator or moderator that banned you left the following message:',
     29'Ban message 4'                                         =>      'Please direct any inquiries to the forum administrator at',
     30'Never'                                                         =>      'Never',
     31'Today'                                                         =>      'Today',
     32'Yesterday'                                                     =>      'Yesterday',
     33'Info'                                                          =>      'Info', // A common table header
     34'Go back'                                                       =>      'Go back',
     35'Maintenance'                                           =>      'Maintenance',
     36'Redirecting'                                           =>      'Redirecting',
     37'Click redirect'                                        =>      'Click here if you do not want to wait any longer (or if your browser does not automatically forward you)',
     38'on'                                                            =>      'on', // As in "BBCode is on"
     39'off'                                                           =>      'off',
     40'Invalid email'                                         =>      'The email address you entered is invalid.',
     41'Required'                                                      =>      '(Required)',
     42'required field'                                        =>      'is a required field in this form.', // For javascript form validation
     43'Last post'                                                     =>      'Last post',
     44'by'                                                            =>      'by', // As in last post by someuser
     45'New posts'                                                     =>      'New posts', // The link that leads to the first new post
     46'New posts info'                                        =>      'Go to the first new post in this topic.', // The popup text for new posts links
     47'Username'                                                      =>      'Username',
     48'Password'                                                      =>      'Password',
     49'Email'                                                         =>      'Email',
     50'Send email'                                            =>      'Send email',
     51'Moderated by'                                          =>      'Moderated by',
     52'Registered'                                            =>      'Registered',
     53'Subject'                                                       =>      'Subject',
     54'Message'                                                       =>      'Message',
     55'Topic'                                                         =>      'Topic',
     56'Forum'                                                         =>      'Forum',
     57'Posts'                                                         =>      'Posts',
     58'Replies'                                                       =>      'Replies',
     59'Pages'                                                         =>      'Pages:',
     60'Page'                                                          =>      'Page %s',
     61'BBCode'                                                        =>      'BBCode:', // You probably shouldn't change this
     62'img tag'                                                       =>      '[img] tag:',
     63'Smilies'                                                       =>      'Smilies:',
     64'and'                                                           =>      'and',
     65'Image link'                                            =>      'image', // This is displayed (i.e. <image>) instead of images when "Show images" is disabled in the profile
     66'wrote'                                                         =>      'wrote:', // For [quote]'s
     67'Mailer'                                                        =>      '%s Mailer', // As in "MyForums Mailer" in the signature of outgoing emails
     68'Important information'                         =>      'Important information',
     69'Write message legend'                          =>      'Write your message and submit',
     70'Previous'                                                      =>      'Previous',
     71'Next'                                                          =>      'Next',
     72'Spacer'                                                        =>      '
', // Ellipsis for paginate
    9773
    9874// Title
    99 'Title'                                 =>      'Title',
    100 'Member'                                =>      'Member',       // Default title
    101 'Moderator'                             =>      'Moderator',
    102 'Administrator'                 =>      'Administrator',
    103 'Banned'                                =>      'Banned',
    104 'Guest'                                 =>      'Guest',
     75'Title'                                                         =>      'Title',
     76'Member'                                                        =>      'Member', // Default title
     77'Moderator'                                                     =>      'Moderator',
     78'Administrator'                                         =>      'Administrator',
     79'Banned'                                                        =>      'Banned',
     80'Guest'                                                         =>      'Guest',
    10581
    10682// Stuff for include/parser.php
    107 'BBCode error'                  =>      'The BBCode syntax in the message is incorrect.',
    108 'BBCode error 1'                =>      'Missing start tag for [/quote].',
    109 'BBCode error 2'                =>      'Missing end tag for [code].',
    110 'BBCode error 3'                =>      'Missing start tag for [/code].',
    111 'BBCode error 4'                =>      'Missing one or more end tags for [quote].',
    112 'BBCode error 5'                =>      'Missing one or more start tags for [/quote].',
     83'BBCode error no opening tag'           =>      '[/%1$s] was found without a matching [%1$s]',
     84'BBCode error invalid nesting'          =>      '[%1$s] was opened within [%2$s], this is not allowed',
     85'BBCode error invalid self-nesting'     =>      '[%s] was opened within itself, this is not allowed',
     86'BBCode error no closing tag'           =>      '[%1$s] was found without a matching [/%1$s]',
     87'BBCode error empty attribute'          =>      '[%s] tag had an empty attribute section',
     88'BBCode code problem'                           =>      'There is a problem with your [code] tags',
     89'BBCode list size error'                        =>      'Your list was too long to parse, please make it smaller!',
    11390
    11491// Stuff for the navigator (top of every page)
    115 'Index'                                 =>      'Index',
    116 'User list'                             =>      'User list',
    117 'Rules'                                 =>  'Rules',
    118 'Search'                                =>  'Search',
    119 'Register'                              =>  'Register',
    120 'Login'                                 =>  'Login',
    121 'Not logged in'                 =>  'You are not logged in.',
    122 'Profile'                               =>      'Profile',
    123 'Logout'                                =>      'Logout',
    124 'Logged in as'                  =>      'Logged in as',
    125 'Admin'                                 =>      'Administration',
    126 'Last visit'                    =>      'Last visit',
    127 'Show new posts'                =>      'Show new posts since last visit',
    128 'Mark all as read'              =>      'Mark all topics as read',
    129 'Link separator'                =>      '',     // The text that separates links in the navigator
     92'Index'                                                         =>      'Index',
     93'User list'                                                     =>      'User list',
     94'Rules'                                                         =>      'Rules',
     95'Search'                                                        =>      'Search',
     96'Register'                                                      =>      'Register',
     97'Login'                                                         =>      'Login',
     98'Not logged in'                                         =>      'You are not logged in.',
     99'Profile'                                                       =>      'Profile',
     100'Logout'                                                        =>      'Logout',
     101'Logged in as'                                          =>      'Logged in as',
     102'Admin'                                                         =>      'Administration',
     103'Last visit'                                            =>      'Last visit: %s',
     104'Topic searches'                                        =>      'Topics:',
     105'New posts header'                                      =>      'New',
     106'Active topics'                                         =>      'Active',
     107'Unanswered topics'                                     =>      'Unanswered',
     108'Posted topics'                                         =>      'Posted',
     109'Show new posts'                                        =>      'Find topics with new posts since your last visit.',
     110'Show active topics'                            =>      'Find topics with recent posts.',
     111'Show unanswered topics'                        =>      'Find topics with no replies.',
     112'Show posted topics'                            =>      'Find topics you have posted to.',
     113'Mark all as read'                                      =>      'Mark all topics as read',
     114'Mark forum read'                                       =>      'Mark this forum as read',
     115'Title separator'                                       =>      ' / ',
    130116
    131117// Stuff for the page footer
    132 'Board footer'                  =>      'Board footer',
    133 'Search links'                  =>      'Search links',
    134 'Show recent posts'             =>      'Show recent posts',
    135 'Show unanswered posts' =>      'Show unanswered posts',
    136 'Show your posts'               =>      'Show your posts',
    137 'Show subscriptions'    =>      'Show your subscribed topics',
    138 'Jump to'                               =>      'Jump to',
    139 'Go'                                    =>      ' Go ',         // submit button in forum jump
    140 'Move topic'                    =>  'Move topic',
    141 'Open topic'                    =>  'Open topic',
    142 'Close topic'                   =>  'Close topic',
    143 'Unstick topic'                 =>  'Unstick topic',
    144 'Stick topic'                   =>  'Stick topic',
    145 'Moderate forum'                =>      'Moderate forum',
    146 'Delete posts'                  =>      'Delete multiple posts',
    147 'Debug table'                   =>      'Debug information',
     118'Board footer'                                          =>      'Board footer',
     119'Jump to'                                                       =>      'Jump to',
     120'Go'                                                            =>      ' Go ', // Submit button in forum jump
     121'Moderate topic'                                        =>      'Moderate topic',
     122'Move topic'                                            =>      'Move topic',
     123'Open topic'                                            =>      'Open topic',
     124'Close topic'                                           =>      'Close topic',
     125'Unstick topic'                                         =>      'Unstick topic',
     126'Stick topic'                                           =>      'Stick topic',
     127'Moderate forum'                                        =>      'Moderate forum',
     128'Powered by'                                            =>      'Powered by %s',
     129
     130// Debug information
     131'Debug table'                                           =>      'Debug information',
     132'Querytime'                                                     =>      'Generated in %1$s seconds, %2$s queries executed',
     133'Memory usage'                                          =>      'Memory usage: %1$s',
     134'Peak usage'                                            =>      '(Peak: %1$s)',
     135'Query times'                                           =>      'Time (s)',
     136'Query'                                                         =>      'Query',
     137'Total query time'                                      =>      'Total query time: %s',
    148138
    149139// For extern.php RSS feed
    150 'RSS Desc Active'               =>      'The most recently active topics at',   // board_title will be appended to this string
    151 'RSS Desc New'                  =>      'The newest topics at',                                 // board_title will be appended to this string
    152 'Posted'                                =>      'Posted'        // The date/time a topic was started
     140'RSS description'                                       =>      'The most recent topics at %s.',
     141'RSS description topic'                         =>      'The most recent posts in %s.',
     142'RSS reply'                                                     =>      'Re: ', // The topic subject will be appended to this string (to signify a reply)
     143'RSS active topics feed'                        =>      'RSS active topics feed',
     144'Atom active topics feed'                       =>      'Atom active topics feed',
     145'RSS forum feed'                                        =>      'RSS forum feed',
     146'Atom forum feed'                                       =>      'Atom forum feed',
     147'RSS topic feed'                                        =>      'RSS topic feed',
     148'Atom topic feed'                                       =>      'Atom topic feed',
     149
     150// Admin related stuff in the header
     151'New reports'                                           =>      'There are new reports',
     152'Maintenance mode enabled'                      =>      'Maintenance mode is enabled!',
     153
     154// Units for file sizes
     155'Size unit B'                                           =>      '%s B',
     156'Size unit KiB'                                         =>      '%s KiB',
     157'Size unit MiB'                                         =>      '%s MiB',
     158'Size unit GiB'                                         =>      '%s GiB',
     159'Size unit TiB'                                         =>      '%s TiB',
     160'Size unit PiB'                                         =>      '%s PiB',
     161'Size unit EiB'                                         =>      '%s EiB',
    153162
    154163);
Note: See TracChangeset for help on using the changeset viewer.