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

passage a Fluxbb 1.4.7

Location:
branches/rsr.v5.1.dev/web/punbb/lang/English
Files:
25 added
23 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);
  • branches/rsr.v5.1.dev/web/punbb/lang/English/delete.php

    r1 r3  
    55
    66'Delete post'                   =>      'Delete post',
    7 'Warning'                               =>      'Warning! If this is the first post in the topic, the whole topic will be deleted.',
    8 'Delete'                                =>      'Delete',       // The submit button
    9 'Post del redirect'             =>      'Post deleted. Redirection ...',
    10 'Topic del redirect'    =>      'Topic deleted. Redirection ...'
     7'Warning'                               =>      'You are about to permanently delete this post.',
     8'Topic warning'                 =>      'Warning! This is the first post in the topic, the whole topic will be permanently deleted.',
     9'Delete info'                   =>      'The post you have chosen to delete is set out below for you to review before proceeding.',
     10'Reply by'                              =>      'Reply by %s - %s',
     11'Topic by'                              =>      'Topic started by %s - %s',
     12'Delete'                                =>      'Delete', // The submit button
     13'Post del redirect'             =>      'Post deleted. Redirecting 
',
     14'Topic del redirect'    =>      'Topic deleted. Redirecting 
'
    1115
    1216);
  • branches/rsr.v5.1.dev/web/punbb/lang/English/forum.php

    r1 r3  
    66'Post topic'    =>      'Post new topic',
    77'Views'                 =>      'Views',
    8 'Moved'                 =>      'Moved',
    9 'Sticky'                =>      'Sticky',
    10 'Empty forum'   =>      'Forum is empty.'
     8'Moved'                 =>      'Moved:',
     9'Sticky'                =>      'Sticky:',
     10'Closed'                =>      'Closed:',
     11'Empty forum'   =>      'Forum is empty.',
     12'Mod controls'  =>      'Moderator controls',
     13'Is subscribed' =>      'You are currently subscribed to this forum',
     14'Unsubscribe'   =>      'Unsubscribe',
     15'Subscribe'             =>      'Subscribe to this forum'
    1116
    1217);
  • branches/rsr.v5.1.dev/web/punbb/lang/English/help.php

    r1 r3  
    77'produces'                              =>      'produces',
    88
     9'BBCode'                                =>      'BBCode',
    910'BBCode info 1'                 =>      'BBCode is a collection of formatting tags that are used to change the look of text in this forum. BBCode is based on the same principal as, and is very similar to, HTML. Below is a list of all the available BBCodes and instructions on how to use them.',
    1011'BBCode info 2'                 =>      'Administrators have the ability to enable or disable BBCode. You can tell if BBCode is enabled or disabled out in the left margin whenever you post a message or edit your signature.',
     
    1516'Underlined text'               =>      'Underlined text',
    1617'Italic text'                   =>      'Italic text',
     18'Strike-through text'   =>      'Strike-through text',
    1719'Red text'                              =>      'Red text',
    1820'Blue text'                             =>      'Blue text',
     21'Heading text'                  =>      'Heading text',
     22'Deleted text'                  =>      'Deleted text',
     23'Inserted text'                 =>      'Inserted text',
     24'Emphasised text'               =>      'Emphasised text',
    1925
    2026'Links and images'              =>      'Links and images',
    21 'Links info'                    =>      'You can create links to other documents or to e-mail addresses using the following tags:',
    22 'My e-mail address'             =>      'My e-mail address',
    23 'Images info'                   =>      'If you want to display an image you can use the img tag.',
     27'Links info'                    =>      'You can create links to other documents or to email addresses using the following tags:',
     28'This help page'                =>      'This help page',
     29'My email address'              =>      'My email address',
     30'Images info'                   =>      'If you want to display an image you can use the img tag. The text appearing after the "=" sign in the opening tag is used for the alt attribute and should be included whenever possible.',
     31'FluxBB bbcode test'    =>      'FluxBB bbcode test',
     32
     33'Test topic'                    =>      'Test topic',
     34'Test post'                             =>      'Test post',
     35'Test forum'                    =>      'Test forum',
     36'Test user'                             =>      'Test user',
    2437
    2538'Quotes'                                =>      'Quotes',
     
    2841'Quote text'                    =>      'This is the text i want to quote.',
    2942'produces quote box'    =>      'produces a quote box like this:',
     43'quote note'                    =>      'Note: If a username contains the characters [ or ] you can enclose it in quote marks.',
    3044
    3145'Code'                                  =>      'Code',
     
    3852'Bold, underlined text' =>      'Bold, underlined text',
    3953
     54'Lists'                                 =>      'Lists',
     55'List info'                             =>      'To create a list you can use the list tag. You can create 3 types of lists using the list tag.',
     56'List text 1'                   =>      'Example list item 1.',
     57'List text 2'                   =>      'Example list item 2.',
     58'List text 3'                   =>      'Example list item 3.',
     59'produces list'                 =>      'produces a bulleted list.',
     60'produces decimal list' =>      'produces a numbered list.',
     61'produces alpha list'   =>      'produces an alphabetically labelled list.',
     62
     63'Smilies'                               =>      'Smilies',
    4064'Smilies info'                  =>      'If you like (and if it is enabled), the forum can convert a series of smilies to images representations of that smiley. This forum recognizes the following smilies and replaces them with images:'
    4165
  • branches/rsr.v5.1.dev/web/punbb/lang/English/index.html

    r1 r3  
    1 <html>
    2 <head>
    3 <title>.</title>
    4 </head>
    5 <body>
    6 .
    7 </body>
    8 </html>
     1<html><head><title>.</title></head><body>.</body></html>
  • branches/rsr.v5.1.dev/web/punbb/lang/English/index.php

    r1 r3  
    44$lang_index = array(
    55
    6 'Topics'                                =>  'Topics',
    7 'Moderators'                    =>  'Moderators',
    8 'Link to'                               =>      'Link to',      // As in "Link to http://www.punbb.org/"
    9 'Empty board'                   =>      'Board is empty.',
    10 'Newest user'                   =>      'Newest registered user',
    11 'Users online'                  =>      'Registered users online',
    12 'Guests online'                 =>      'Guests online',
    13 'No of users'                   =>      'Total number of registered users',
    14 'No of topics'                  =>      'Total number of topics',
    15 'No of posts'                   =>      'Total number of posts',
    16 'Online'                                =>      'Online',       // As in "Online: User A, User B etc."
    17 'Board info'                    =>      'Board information',
    18 'Board stats'                   =>      'Board statistics',
    19 'User info'                             =>      'User information'
     6'Topics'                =>      'Topics',
     7'Link to'               =>      'Link to:', // As in "Link to: http://fluxbb.org/"
     8'Empty board'   =>      'Board is empty.',
     9'Newest user'   =>      'Newest registered user: %s',
     10'Users online'  =>      'Registered users online: %s',
     11'Guests online' =>      'Guests online: %s',
     12'No of users'   =>      'Total number of registered users: %s',
     13'No of topics'  =>      'Total number of topics: %s',
     14'No of posts'   =>      'Total number of posts: %s',
     15'Online'                =>      'Online:', // As in "Online: User A, User B etc."
     16'Board info'    =>      'Board information',
     17'Board stats'   =>      'Board statistics',
     18'User info'             =>      'User information'
    2019
    2120);
  • branches/rsr.v5.1.dev/web/punbb/lang/English/login.php

    r1 r3  
    11<?php
    22
    3 // Language definitions used in delete.php
     3// Language definitions used in login.php
    44$lang_login = array(
    55
    66// Miscellaneous
    7 'Wrong user/pass'               =>      'Wrong username and/or password.',
    8 'Forgotten pass'                =>      'Forgotten your password?',
    9 'Login redirect'                =>      'Logged in successfully. Redirection ...',
    10 'Logout redirect'               =>      'Logged out. Redirection ...',
    11 'No e-mail match'               =>      'There is no user registered with the e-mail address',
    12 'Request pass'                  =>      'Request password',
    13 'Request pass legend'   =>      'Enter the e-mail address with which you registered',
    14 'Request pass info'             =>      'A new password together with a link to activate the new password will be sent to that address.',
    15 'Not registered'                =>      'Not registered yet?',
    16 'Login legend'                  =>      'Enter your username and password below',
    17 'Login info'                    =>      'If you have not registered or have forgotten your password click on the appropriate link below.',
     7'Wrong user/pass'                       =>      'Wrong username and/or password.',
     8'Forgotten pass'                        =>      'Forgotten your password?',
     9'Login redirect'                        =>      'Logged in successfully. Redirecting 
',
     10'Logout redirect'                       =>      'Logged out. Redirecting 
',
     11'No email match'                        =>      'There is no user registered with the email address',
     12'Request pass'                          =>      'Request password',
     13'Request pass legend'           =>      'Enter the email address with which you registered',
     14'Request pass info'                     =>      'A new password together with a link to activate the new password will be sent to that address.',
     15'Not registered'                        =>      'Not registered yet?',
     16'Login legend'                          =>      'Enter your username and password below',
     17'Remember me'                           =>      'Log me in automatically each time I visit.',
     18'Login info'                            =>      'If you have not registered or have forgotten your password click on the appropriate link below.',
     19'New password errors'           =>      'Password request error',
     20'New passworderrors info'       =>      'The following error needs to be corrected before a new password can be sent:',
    1821
    1922// Forget password mail stuff
    20 'Forget mail'                   =>      'An e-mail has been sent to the specified address with instructions on how to change your password. If it does not arrive you can contact the forum administrator at'
     23'Forget mail'                           =>      'An email has been sent to the specified address with instructions on how to change your password. If it does not arrive you can contact the forum administrator at',
     24'Email flood'                           =>      'This account has already requested a password reset in the past hour. Please wait a while before requesting a new password again.'
    2125
    2226);
  • branches/rsr.v5.1.dev/web/punbb/lang/English/mail_templates/activate_email.tpl

    r1 r3  
    1 Subject: Change e-mail address requested
     1Subject: Change email address requested
    22
    33Hello <username>,
    44
    5 You have requested to have a new e-mail address assigned to your account in the discussion forum at <base_url>. If you didn't request this or if you don't want to change your e-mail address you should just ignore this message. Only if you visit the activation page below will your e-mail address be changed. In order for the activation page to work, you must be logged in to the forum.
     5You have requested to have a new email address assigned to your account in the discussion forum at <base_url>. If you didn't request this or if you don't want to change your email address you should just ignore this message. Only if you visit the activation page below will your email address be changed. In order for the activation page to work, you must be logged in to the forum.
    66
    7 To change your e-mail address, please visit the following page:
     7To change your email address, please visit the following page:
    88<activation_url>
    99
    10 -- 
    11 <board_mailer>
     10--
     11<board_mailer> Mailer
    1212(Do not reply to this message)
  • branches/rsr.v5.1.dev/web/punbb/lang/English/mail_templates/activate_password.tpl

    r1 r3  
    1010<activation_url>
    1111
    12 -- 
    13 <board_mailer>
     12--
     13<board_mailer> Mailer
    1414(Do not reply to this message)
  • branches/rsr.v5.1.dev/web/punbb/lang/English/mail_templates/form_email.tpl

    r1 r3  
    11Subject: <mail_subject>
    22
    3 <sender> from <board_title> has sent you a message. You can reply to <sender> by replying to this e-mail.
     3<sender> from <board_title> has sent you a message. You can reply to <sender> by replying to this email.
    44
    55The message reads as follows:
     
    1010-----------------------------------------------------------------------
    1111
    12 -- 
    13 <board_mailer>
     12--
     13<board_mailer> Mailer
  • branches/rsr.v5.1.dev/web/punbb/lang/English/mail_templates/index.html

    r1 r3  
    1 <html>
    2 <head>
    3 <title>.</title>
    4 </head>
    5 <body>
    6 .
    7 </body>
    8 </html>
     1<html><head><title>.</title></head><body>.</body></html>
  • branches/rsr.v5.1.dev/web/punbb/lang/English/mail_templates/new_reply.tpl

    r1 r3  
    1 Subject: Reply to topic: <topic_subject>
     1Subject: Reply to topic: '<topic_subject>'
    22
    3 <replier> has replied to the topic <topic_subject> to which you are subscribed. There may be more new replies, but this is the only notification you will receive until you visit the board again.
     3<replier> has replied to the topic '<topic_subject>' to which you are subscribed. There may be more new replies, but this is the only notification you will receive until you visit the board again.
    44
    55The post is located at <post_url>
     
    77You can unsubscribe by going to <unsubscribe_url>
    88
    9 -- 
    10 <board_mailer>
     9--
     10<board_mailer> Mailer
    1111(Do not reply to this message)
  • branches/rsr.v5.1.dev/web/punbb/lang/English/mail_templates/new_reply_full.tpl

    r1 r3  
    1 Subject: Reply to topic: <topic_subject>
     1Subject: Reply to topic: '<topic_subject>'
    22
    3 <replier> has replied to the topic <topic_subject> to which you are subscribed. There may be more new replies, but this is the only notification you will receive until you visit the board again.
     3<replier> has replied to the topic '<topic_subject>' to which you are subscribed. There may be more new replies, but this is the only notification you will receive until you visit the board again.
    44
    55The message reads as follows:
     
    1414You can unsubscribe by going to <unsubscribe_url>
    1515
    16 -- 
    17 <board_mailer>
     16--
     17<board_mailer> Mailer
    1818(Do not reply to this message)
  • branches/rsr.v5.1.dev/web/punbb/lang/English/mail_templates/welcome.tpl

    r1 r3  
    99
    1010--
    11 <board_mailer>
     11<board_mailer> Mailer
    1212(Do not reply to this message)
  • branches/rsr.v5.1.dev/web/punbb/lang/English/misc.php

    r1 r3  
    44$lang_misc = array(
    55
    6 'Mark read redirect'            =>      'All topics and forums have been marked as read. Redirection ...',
     6'Mark read redirect'                    =>      'All topics and forums have been marked as read. Redirecting 
',
     7'Mark forum read redirect'              =>      'All topics in the specified forum have been marked as read. Redirecting 
',
    78
    8 // Send e-mail
    9 'Form e-mail disabled'          =>      'The user you are trying to send an e-mail to has disabled form e-mail.',
    10 'No e-mail subject'                     =>      'You must enter a subject.',
    11 'No e-mail message'                     =>      'You must enter a message.',
    12 'Too long e-mail message'       =>      'Messages cannot be longer than 65535 characters (64 KB).',
    13 'E-mail sent redirect'          =>      'E-mail sent. Redirection ...',
    14 'Send e-mail to'                        =>      'Send e-mail to',
    15 'E-mail subject'                        =>      'Subject',
    16 'E-mail message'                        =>      'Message',
    17 'E-mail disclosure note'        =>      'Please note that by using this form, your e-mail address will be disclosed to the recipient.',
    18 'Write e-mail'                          =>      'Write and submit your e-mail message',
     9// Send email
     10'Form email disabled'                   =>      'The user you are trying to send an email to has disabled form email.',
     11'No email subject'                              =>      'You must enter a subject.',
     12'No email message'                              =>      'You must enter a message.',
     13'Too long email message'                =>      'Messages cannot be longer than 65535 characters (64 KB).',
     14'Email flood'                                   =>      'At least %s seconds have to pass between sent emails. Please wait a while and try sending again.',
     15'Email sent redirect'                   =>      'Email sent. Redirecting 
',
     16'Send email to'                                 =>      'Send email to',
     17'Email subject'                                 =>      'Subject',
     18'Email message'                                 =>      'Message',
     19'Email disclosure note'                 =>      'Please note that by using this form, your email address will be disclosed to the recipient.',
     20'Write email'                                   =>      'Write and submit your email message',
    1921
    2022// Report
    21 'No reason'                                     =>      'You must enter a reason.',
    22 'Report redirect'                       =>      'Post reported. Redirection ...',
    23 'Report post'                           =>      'Report post',
    24 'Reason'                                        =>      'Reason',
    25 'Reason desc'                           =>      'Please enter a short reason why you are reporting this post',
     23'No reason'                                             =>      'You must enter a reason.',
     24'Reason too long'                               =>      'Your message must be under 65535 bytes (~64kb).',
     25'Report flood'                                  =>      'At least %s seconds have to pass between reports. Please wait a while and try sending again.',
     26'Report redirect'                               =>      'Post reported. Redirecting 
',
     27'Report post'                                   =>      'Report post',
     28'Reason'                                                =>      'Reason',
     29'Reason desc'                                   =>      'Please enter a short reason why you are reporting this post',
    2630
    2731// Subscriptions
    28 'Already subscribed'            =>      'You are already subscribed to this topic.',
    29 'Subscribe redirect'            =>      'Your subscription has been added. Redirection ...',
    30 'Not subscribed'                        =>      'You are not subscribed to this topic.',
    31 'Unsubscribe redirect'          =>      'Your subscription has been removed. Redirection ...',
     32'Already subscribed topic'              =>      'You are already subscribed to this topic.',
     33'Already subscribed forum'              =>      'You are already subscribed to this forum.',
     34'Subscribe redirect'                    =>      'Your subscription has been added. Redirecting 
',
     35'Not subscribed topic'                  =>      'You are not subscribed to this topic.',
     36'Not subscribed forum'                  =>      'You are not subscribed to this forum.',
     37'Unsubscribe redirect'                  =>      'Your subscription has been removed. Redirecting 
',
    3238
    3339// General forum and topic moderation
    34 'Moderate'                                      =>      'Moderate',
    35 'Select'                                        =>      'Select',       // the header of a column of checkboxes
    36 'Move'                                          =>      'Move',
    37 'Delete'                                        =>      'Delete',
     40'Moderate'                                              =>      'Moderate',
     41'Select'                                                =>      'Select', // the header of a column of checkboxes
     42'Move'                                                  =>      'Move',
     43'Split'                                                 =>      'Split',
     44'Delete'                                                =>      'Delete',
     45'Merge'                                                 =>      'Merge',
    3846
    3947// Moderate forum
    40 'Open'                                          =>      'Open',
    41 'Close'                                         =>      'Close',
    42 'Move topic'                            =>      'Move topic',
    43 'Move topics'                           =>      'Move topics',
    44 'Move legend'                           =>      'Select destination of move',
    45 'Move to'                                       =>      'Move to',
    46 'Leave redirect'                        =>      'Leave redirect topic(s)',
    47 'Move topic redirect'           =>      'Topic moved. Redirection ...',
    48 'Move topics redirect'          =>      'Topics moved. Redirection ...',
    49 'Confirm delete legend'         =>      'Please confirm deletion',
    50 'Delete topics'                         =>      'Delete topics',
    51 'Delete topics comply'          =>      'Are you sure you want to delete the selected topics?',
    52 'Delete topics redirect'        =>      'Topics deleted. Redirection ...',
    53 'Open topic redirect'           =>      'Topic opened. Redirection ...',
    54 'Open topics redirect'          =>      'Topics opened. Redirection ...',
    55 'Close topic redirect'          =>      'Topic closed. Redirection ...',
    56 'Close topics redirect'         =>      'Topics closed. Redirection ...',
    57 'No topics selected'            =>      'You must select at least one topic for move/delete/open/close.',
    58 'Stick topic redirect'          =>      'Topic sticked. Redirection ...',
    59 'Unstick topic redirect'        =>      'Topic unsticked. Redirection ...',
     48'Open'                                                  =>      'Open',
     49'Close'                                                 =>      'Close',
     50'Move topic'                                    =>      'Move topic',
     51'Move topics'                                   =>      'Move topics',
     52'Move legend'                                   =>      'Select destination of move',
     53'Move to'                                               =>      'Move to',
     54'Nowhere to move'                               =>      'There are no forums into which you can move topics.',
     55'Leave redirect'                                =>      'Leave redirect topic(s)',
     56'Move topic redirect'                   =>      'Topic moved. Redirecting 
',
     57'Move topics redirect'                  =>      'Topics moved. Redirecting 
',
     58'Confirm delete legend'                 =>      'Please confirm deletion',
     59'Delete topics'                                 =>      'Delete topics',
     60'Delete topics comply'                  =>      'Are you sure you want to delete the selected topics?',
     61'Delete topics redirect'                =>      'Topics deleted. Redirecting 
',
     62'Open topic redirect'                   =>      'Topic opened. Redirecting 
',
     63'Open topics redirect'                  =>      'Topics opened. Redirecting 
',
     64'Close topic redirect'                  =>      'Topic closed. Redirecting 
',
     65'Close topics redirect'                 =>      'Topics closed. Redirecting 
',
     66'No topics selected'                    =>      'You must select at least one topic for move/delete/open/close.',
     67'Not enough topics selected'    =>      'You must select at least two topics for merge.',
     68'Stick topic redirect'                  =>      'Topic sticked. Redirecting 
',
     69'Unstick topic redirect'                =>      'Topic unsticked. Redirecting 
',
     70'Merge topics'                                  =>      'Merge topics',
     71'Merge topics redirect'                 =>      'Topics merged. Redirecting 
',
     72'Confirm merge legend'                  =>      'Please confirm merge',
     73'New subject'                                   =>      'New subject',
     74
     75// Split multiple posts in topic
     76'Confirm split legend'                  =>      'Please confirm split of selected posts and select destination of move.',
     77'Split posts'                                   =>      'Split posts',
     78'Split posts comply'                    =>      'Are you sure you want to split the selected posts?',
     79'Split posts redirect'                  =>      'Posts have been split. Redirecting 
',
    6080
    6181// Delete multiple posts in topic
    62 'Delete posts'                          =>      'Delete posts',
    63 'Delete posts comply'           =>      'Are you sure you want to delete the selected posts?',
    64 'Delete posts redirect'         =>      'Posts deleted. Redirection ...',
    65 'No posts selected'                     =>      'You must select at least one post to be deleted.'
     82'Delete posts'                                  =>      'Delete posts',
     83'Cannot select first'                   =>      'First post cannot be selected for split/delete.',
     84'Delete posts comply'                   =>      'Are you sure you want to delete the selected posts?',
     85'Delete posts redirect'                 =>      'Posts deleted. Redirecting 
',
     86'No posts selected'                             =>      'You must select at least one post for split/delete.',
     87
     88// Get host
     89'Host info 1'                                   =>      'The IP address is: %s',
     90'Host info 2'                                   =>      'The host name is: %s',
     91'Show more users'                               =>      'Show more users for this IP',
    6692
    6793);
  • branches/rsr.v5.1.dev/web/punbb/lang/English/post.php

    r1 r3  
    55
    66// Post validation stuff (many are similiar to those in edit.php)
    7 'No subject'                    =>      'Topics must contain a subject.',
    8 'Too long subject'              =>      'Subjects cannot be longer than 70 characters.',
    9 'No message'                    =>      'You must enter a message.',
    10 'Too long message'              =>      'Posts cannot be longer that 65535 characters (64 KB).',
     7'No subject'            =>      'Topics must contain a subject.',
     8'No subject after censoring'    =>      'Topics must contain a subject. After applying censoring filters, your subject was empty.',
     9'Too long subject'      =>      'Subjects cannot be longer than 70 characters.',
     10'No message'            =>      'You must enter a message.',
     11'No message after censoring'    =>      'You must enter a message. After applying censoring filters, your message was empty.',
     12'Too long message'      =>      'Posts cannot be longer that %s bytes.',
     13'All caps subject'      =>      'Subjects cannot contain only capital letters.',
     14'All caps message'      =>      'Posts cannot contain only capital letters.',
     15'Empty after strip'     =>      'It seems your post consisted of empty BBCodes only. It is possible that this happened because e.g. the innermost quote was discarded because of the maximum quote depth level.',
    1116
    1217// Posting
    13 'Post errors'                   =>      'Post errors',
    14 'Post errors info'              =>      'The following errors need to be corrected before the message can be posted:',
    15 'Post preview'                  =>      'Post preview',
    16 'Guest name'                    =>      'Name', // For guests (instead of Username)
    17 'Post redirect'                 =>      'Post entered. Redirection ...',
    18 'Post a reply'                  =>      'Post a reply',
    19 'Post new topic'                =>      'Post new topic',
    20 'Hide smilies'                  =>      'Never show smilies as icons for this post',
    21 'Subscribe'                             =>      'Subscribe to this topic',
    22 'Topic review'                  =>      'Topic review (newest first)',
    23 'Flood start'                   =>      'At least',
    24 'flood end'                             =>      'seconds have to pass between posts. Please wait a little while and try posting again.',
    25 'Preview'                               =>      'Preview',      // submit button to preview message
     18'Post errors'           =>      'Post errors',
     19'Post errors info'      =>      'The following errors need to be corrected before the message can be posted:',
     20'Post preview'          =>      'Post preview',
     21'Guest name'            =>      'Name', // For guests (instead of Username)
     22'Post redirect'         =>      'Post entered. Redirecting 
',
     23'Post a reply'          =>      'Post a reply',
     24'Post new topic'        =>      'Post new topic',
     25'Hide smilies'          =>      'Never show smilies as icons for this post',
     26'Subscribe'                     =>      'Subscribe to this topic',
     27'Stay subscribed'       =>      'Stay subscribed to this topic',
     28'Topic review'          =>      'Topic review (newest first)',
     29'Flood start'           =>      'At least',
     30'flood end'                     =>      'seconds have to pass between posts. Please wait a little while and try posting again.',
     31'Preview'                       =>      'Preview', // submit button to preview message
    2632
    2733// Edit post
    28 'Edit post legend'              =>      'Edit the post and submit changes',
    29 'Silent edit'                   =>      'Silent edit (don\'t display "Edited by ..." in topic view)',
    30 'Edit post'                             =>      'Edit post',
    31 'Edit redirect'                 =>      'Post updated. Redirection ...'
     34'Edit post legend'      =>      'Edit the post and submit changes',
     35'Silent edit'           =>      'Silent edit (don\'t display "Edited by ..." in topic view)',
     36'Edit post'                     =>      'Edit post',
     37'Edit redirect'         =>      'Post updated. Redirecting 
'
    3238
    3339);
  • branches/rsr.v5.1.dev/web/punbb/lang/English/prof_reg.php

    r1 r3  
    44$lang_prof_reg = array(
    55
    6 'E-mail legend'                         =>      'Enter a valid e-mail address',
    7 'E-mail legend 2'                       =>      'Enter and confirm a valid e-mail address',
     6'Email legend'                          =>      'Enter a valid email address',
     7'Email legend 2'                        =>      'Enter and confirm a valid email address',
    88'Localisation legend'           =>      'Set your localisation options',
    9 'Timezone'                                      =>      'Timezone',
    10 'Timezone info'                         =>      'For the forum to display times correctly you must select your local timezone.',
     9'Time zone'                                     =>      'Time zone',
     10'Time zone info'                        =>      'For the forum to display times correctly you must select your local time zone. If Daylight Savings Time is in effect you should also check the option provided which will advance times by 1 hour.',
     11'DST'                                           =>      'Daylight Savings Time is in effect (advance time by 1 hour).',
     12'Time format'                           =>      'Time format',
     13'Date format'                           =>      'Date format',
     14'Default'                                       =>      'Default',
    1115'Language'                                      =>      'Language',
    12 'Language info'                         =>      'You can choose which language you wish to use to view the forum.',
    13 'E-mail setting info'           =>      'Select whether you want your e-mail address to be viewable to other users or not and if you want other users to be able to send you e-mail via the forum (form e-mail) or not.',
    14 'E-mail setting 1'                      =>      'Display your e-mail address.',
    15 'E-mail setting 2'                      =>      'Hide your e-mail address but allow form e-mail.',
    16 'E-mail setting 3'                      =>      'Hide your e-mail address and disallow form e-mail.',
     16'Email setting info'            =>      'Select whether you want your email address to be viewable to other users or not and if you want other users to be able to send you email via the forum (form email) or not.',
     17'Email setting 1'                       =>      'Display your email address.',
     18'Email setting 2'                       =>      'Hide your email address but allow form email.',
     19'Email setting 3'                       =>      'Hide your email address and disallow form email.',
    1720'Privacy options legend'        =>      'Set your privacy options',
    18 'Save user/pass'                        =>      'Save username and password between visits.',
    19 'Save user/pass info'           =>      'This option sets whether the forum should "remember" you between visits. If enabled, you will not have to login every time you visit the forum. You will be logged in automatically. Recommended.',
    2021'Confirm pass'                          =>      'Confirm password',
    2122
    2223'Username too short'            =>      'Usernames must be at least 2 characters long. Please choose another (longer) username.',
     24'Username too long'                     =>      'Usernames must not be more than 25 characters long. Please choose another (shorter) username.',
    2325'Username guest'                        =>      'The username guest is reserved. Please choose another username.',
    2426'Username IP'                           =>      'Usernames may not be in the form of an IP address. Please choose another username.',
    2527'Username reserved chars'       =>      'Usernames may not contain all the characters \', " and [ or ] at once. Please choose another username.',
    2628'Username BBCode'                       =>      'Usernames may not contain any of the text formatting tags (BBCode) that the forum uses. Please choose another username.',
    27 'Dupe username'                         =>      'Someone else has already registered with that username. Please choose another username.',
     29'Banned username'                       =>      'The username you entered is banned in this forum. Please choose another username.',
    2830'Pass too short'                        =>      'Passwords must be at least 4 characters long. Please choose another (longer) password.',
    29 'Pass not match'                        =>      'Passwords do not match. Please go back and correct.',
    30 'Banned e-mail'                         =>      'The e-mail address you entered is banned in this forum. Please choose another e-mail address.',
    31 'Dupe e-mail'                           =>      'Someone else is already registered with that e-mail address. Please choose another e-mail address.',
    32 'Sig too long'                          =>      'Signatures cannot be longer than',
    33 'characters'                            =>      'characters',
    34 'Sig too many lines'            =>      'Signatures cannot have more than',
    35 'lines'                                         =>      'lines',
    36 'Signature quote/code'          =>      'The quote and code BBCodes are not allowed in signatures. Please go back and correct.',
    37 'Bad ICQ'                                       =>      'You entered an invalid ICQ UIN. Please go back and correct.'
     31'Pass not match'                        =>      'Passwords do not match.',
     32'Banned email'                          =>      'The email address you entered is banned in this forum. Please choose another email address.',
     33'Dupe email'                            =>      'Someone else is already registered with that email address. Please choose another email address.',
     34'Sig too long'                          =>      'Signatures cannot be longer than %1$s characters. Please reduce your signature by %2$s characters.',
     35'Sig too many lines'            =>      'Signatures cannot have more than %s lines.',
     36'Bad ICQ'                                       =>      'You entered an invalid ICQ UIN. Please go back and correct.',
     37
     38'UTC-12:00'                                     =>      '(UTC-12:00) International Date Line West',
     39'UTC-11:00'                                     =>      '(UTC-11:00) Niue, Samoa',
     40'UTC-10:00'                                     =>      '(UTC-10:00) Hawaii-Aleutian, Cook Island',
     41'UTC-09:30'                                     =>      '(UTC-09:30) Marquesas Islands',
     42'UTC-09:00'                                     =>      '(UTC-09:00) Alaska, Gambier Island',
     43'UTC-08:30'                                     =>      '(UTC-08:30) Pitcairn Islands',
     44'UTC-08:00'                                     =>      '(UTC-08:00) Pacific',
     45'UTC-07:00'                                     =>      '(UTC-07:00) Mountain',
     46'UTC-06:00'                                     =>      '(UTC-06:00) Central',
     47'UTC-05:00'                                     =>      '(UTC-05:00) Eastern',
     48'UTC-04:00'                                     =>      '(UTC-04:00) Atlantic',
     49'UTC-03:30'                                     =>      '(UTC-03:30) Newfoundland',
     50'UTC-03:00'                                     =>      '(UTC-03:00) Amazon, Central Greenland',
     51'UTC-02:00'                                     =>      '(UTC-02:00) Mid-Atlantic',
     52'UTC-01:00'                                     =>      '(UTC-01:00) Azores, Cape Verde, Eastern Greenland',
     53'UTC'                                           =>      '(UTC) Western European, Greenwich',
     54'UTC+01:00'                                     =>      '(UTC+01:00) Central European, West African',
     55'UTC+02:00'                                     =>      '(UTC+02:00) Eastern European, Central African',
     56'UTC+03:00'                                     =>      '(UTC+03:00) Moscow, Eastern African',
     57'UTC+03:30'                                     =>      '(UTC+03:30) Iran',
     58'UTC+04:00'                                     =>      '(UTC+04:00) Gulf, Samara',
     59'UTC+04:30'                                     =>      '(UTC+04:30) Afghanistan',
     60'UTC+05:00'                                     =>      '(UTC+05:00) Pakistan, Yekaterinburg',
     61'UTC+05:30'                                     =>      '(UTC+05:30) India, Sri Lanka',
     62'UTC+05:45'                                     =>      '(UTC+05:45) Nepal',
     63'UTC+06:00'                                     =>      '(UTC+06:00) Bangladesh, Bhutan, Novosibirsk',
     64'UTC+06:30'                                     =>      '(UTC+06:30) Cocos Islands, Myanmar',
     65'UTC+07:00'                                     =>      '(UTC+07:00) Indochina, Krasnoyarsk',
     66'UTC+08:00'                                     =>      '(UTC+08:00) Greater China, Australian Western, Irkutsk',
     67'UTC+08:45'                                     =>      '(UTC+08:45) Southeastern Western Australia',
     68'UTC+09:00'                                     =>      '(UTC+09:00) Japan, Korea, Chita',
     69'UTC+09:30'                                     =>      '(UTC+09:30) Australian Central',
     70'UTC+10:00'                                     =>      '(UTC+10:00) Australian Eastern, Vladivostok',
     71'UTC+10:30'                                     =>      '(UTC+10:30) Lord Howe',
     72'UTC+11:00'                                     =>      '(UTC+11:00) Solomon Island, Magadan',
     73'UTC+11:30'                                     =>      '(UTC+11:30) Norfolk Island',
     74'UTC+12:00'                                     =>      '(UTC+12:00) New Zealand, Fiji, Kamchatka',
     75'UTC+12:45'                                     =>      '(UTC+12:45) Chatham Islands',
     76'UTC+13:00'                                     =>      '(UTC+13:00) Tonga, Phoenix Islands',
     77'UTC+14:00'                                     =>      '(UTC+14:00) Line Islands'
    3878
    3979);
  • branches/rsr.v5.1.dev/web/punbb/lang/English/profile.php

    r1 r3  
    55
    66// 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',
    1515
    1616// 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.',
    2422
    2523// 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.',
    3534
    36 // E-mail stuff
    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',
    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',
    4443
    4544// 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 admins
    64 'File'                                          =>      'File',
    65 'Upload'                                        =>      'Upload',       // submit button
     45'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
    6665
    6766// 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 
',
    7169
    7270// 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.',
    122119
    123120// 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 ban user',
    131 'Delete user'                           =>      'Delete user',
    132 'Ban user'                                      =>      'Ban user',
    133 'Confirm delete legend'         =>      'Important: read before deleting user',
    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 string
    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.',
    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.',
    143140
    144141);
  • branches/rsr.v5.1.dev/web/punbb/lang/English/register.php

    r1 r3  
    66// Miscellaneous
    77'No new regs'                           =>      'This forum is not accepting new registrations.',
    8 'Reg cancel redirect'           =>      'Registration cancelled. Redirection ...',
     8'Reg cancel redirect'           =>      'Registration cancelled. Redirecting 
',
    99'Forum rules'                           =>      'Forum rules',
    1010'Rules legend'                          =>      'You must agree to the following in order to register',
     11'Registration flood'            =>      'A new user was registered with the same IP address as you within the last hour. To prevent registration flooding, at least an hour has to pass between registrations from the same IP. Sorry for the inconvenience.',
    1112'Agree'                                         =>      'Agree',
    1213'Cancel'                                        =>      'Cancel',
     
    1415
    1516// Form validation stuff (some of these are also used in post.php)
     17'Registration errors'           =>      'Registration errors',
     18'Registration errors info'      =>      'The following errors need to be corrected before you can register:',
    1619'Username censor'                       =>      'The username you entered contains one or more censored words. Please choose a different username.',
    1720'Username dupe 1'                       =>      'Someone is already registered with the username',
    1821'Username dupe 2'                       =>      'The username you entered is too similar. The username must differ from that by at least one alphanumerical character (a-z or 0-9). Please choose a different username.',
    19 'E-mail not match'                      =>      'E-mail addresses do not match. Please go back and correct.',
     22'Email not match'                       =>      'Email addresses do not match.',
    2023
    21 // Registration e-mail stuff
    22 'Reg e-mail'                            =>      'Thank you for registering. Your password has been sent to the specified address. If it doesn\'t arrive you can contact the forum administrator at',
    23 'Reg complete'                          =>      'Registration complete. Logging in and Redirection ...',
     24// Registration email stuff
     25'Reg email'                                     =>      'Thank you for registering. Your password has been sent to the specified address. If it doesn\'t arrive you can contact the forum administrator at',
     26'Reg complete'                          =>      'Registration complete. Logging in and redirecting 
',
    2427
    2528// Register info
     
    2730'Desc 2'                                        =>      'Below is a form you must fill out in order to register. Once you are registered you should visit your profile and review the different settings you can change. The fields below only make up a small part of all the settings you can alter in your profile.',
    2831'Username legend'                       =>      'Please enter a username between 2 and 25 characters long',
    29 'Pass legend 1'                         =>      'Please enter and confirm your chosen password',
    30 'Pass legend 2'                         =>      'Please read the instructions below',
    31 'Pass info'                                     =>      'Passwords can be between 4 and 16 characters long. Passwords are case sensitive.',
    32 'E-mail info'                           =>      'You must enter a valid e-mail address as your randomly generated password will be sent to that address.',
    33 'Confirm e-mail'                        =>      'Confirm e-mail address',
     32'Pass legend'                           =>      'Please enter and confirm your chosen password',
     33'Pass info'                                     =>      'Passwords must be at least 4 characters long. Passwords are case sensitive.',
     34'Email info'                            =>      'You must enter a valid email address as your randomly generated password will be sent to that address.',
     35'Confirm email'                         =>      'Confirm email address',
    3436
    3537);
  • branches/rsr.v5.1.dev/web/punbb/lang/English/search.php

    r1 r3  
    55
    66// The search form
    7 'User search'                           =>      'User search',
    8 'No search permission'          =>      'You do not have permission to use the search feature.',
    9 'Search'                                        =>      'Search',
    10 'Search criteria legend'        =>      'Enter your search criteria',
    11 'Search info'                           =>      'To search by keyword, enter a term or terms to search for. Separate terms with spaces. Use AND, OR and NOT to refine your search. To search by author enter the username of the author whose posts you wish to search for. Use wildcard character * for partial matches.',
    12 'Keyword search'                        =>      'Keyword search',
    13 'Author search'                         =>      'Author search',
    14 'Search in legend'                      =>      'Select where to search',
    15 'Search in info'                        =>      'Choose in which forum you would like to search and if you want to search in topic subjects, message text or both.',
    16 'Forum search'                          =>      'Forum',
    17 'All forums'                            =>      'All forums',
    18 'Search in'                                     =>      'Search in',
    19 'Message and subject'           =>      'Message text and topic subject',
    20 'Message only'                          =>      'Message text only',
    21 'Topic only'                            =>      'Topic subject only',
    22 'Sort by'                                       =>      'Sort by',
    23 'Sort order'                            =>      'Sort order',
    24 'Search results legend'         =>      'Select how to view search results',
    25 'Search results info'           =>      'You can choose how you wish to sort and show your results.',
    26 'Sort by post time'                     =>      'Post time',
    27 'Sort by author'                        =>      'Author',
    28 'Sort by subject'                       =>      'Subject',
    29 'Sort by forum'                         =>      'Forum',
    30 'Ascending'                                     =>      'Ascending',
    31 'Descending'                            =>      'Descending',
    32 'Show as'                                       =>      'Show results as',
    33 'Show as topics'                        =>      'Topics',
    34 'Show as posts'                         =>      'Posts',
     7'User search'                                           =>      'User search',
     8'No search permission'                          =>      'You do not have permission to use the search feature.',
     9'Search flood'                                          =>      'At least %s seconds have to pass between searches. Please wait a while and try searching again.',
     10'Search'                                                        =>      'Search',
     11'Search criteria legend'                        =>      'Enter your search criteria',
     12'Search info'                                           =>      'To search by keyword, enter a term or terms to search for. Separate terms with spaces. Use AND, OR and NOT to refine your search. To search by author enter the username of the author whose posts you wish to search for. Use wildcard character * for partial matches.',
     13'Keyword search'                                        =>      'Keyword search',
     14'Author search'                                         =>      'Author search',
     15'Search in legend'                                      =>      'Select where to search',
     16'Search in info'                                        =>      'Choose in which forum you would like to search and if you want to search in topic subjects, message text or both.',
     17'Search multiple forums info'           =>      'If no forums are selected, all forums will be searched.',
     18'Forum search'                                          =>      'Forum',
     19'All forums'                                            =>      'All forums',
     20'Search in'                                                     =>      'Search in',
     21'Message and subject'                           =>      'Message text and topic subject',
     22'Message only'                                          =>      'Message text only',
     23'Topic only'                                            =>      'Topic subject only',
     24'Sort by'                                                       =>      'Sort by',
     25'Sort order'                                            =>      'Sort order',
     26'Search results legend'                         =>      'Select how to view search results',
     27'Search results info'                           =>      'You can choose how you wish to sort and show your results.',
     28'Sort by post time'                                     =>      'Post time',
     29'Sort by author'                                        =>      'Author',
     30'Sort by subject'                                       =>      'Subject',
     31'Sort by forum'                                         =>      'Forum',
     32'Ascending'                                                     =>      'Ascending',
     33'Descending'                                            =>      'Descending',
     34'Show as'                                                       =>      'Show results as',
     35'Show as topics'                                        =>      'Topics',
     36'Show as posts'                                         =>      'Posts',
    3537
    3638// Results
    37 'Search results'                        =>      'Search results',
    38 'No terms'                                      =>      'You have to enter at least one keyword and/or an author to search for.',
    39 'No hits'                                       =>      'Your search returned no hits.',
    40 'No user posts'                         =>      'There are no posts by this user in this forum.',
    41 'No subscriptions'                      =>      'You are currently not subscribed to any topics.',
    42 'No new posts'                          =>      'There are no topics with new posts since your last visit.',
    43 'No recent posts'                       =>      'No new posts have been made within the last 24 hours.',
    44 'No unanswered'                         =>      'There are no unanswered posts in this forum.',
    45 'Go to post'                            =>      'Go to post'
     39'Search'                                                        =>      'Search',
     40'Search results'                                        =>      'Search results',
     41'Quick search show_new'                         =>      'New',
     42'Quick search show_recent'                      =>      'Active',
     43'Quick search show_unanswered'          =>      'Unanswered',
     44'Quick search show_replies'                     =>      'Posted',
     45'Quick search show_user_topics'         =>      'Topics by %s',
     46'Quick search show_user_posts'          =>      'Posts by %s',
     47'Quick search show_subscriptions'       =>      'Subscribed by %s',
     48'By keywords show as topics'            =>      'Topics with posts containing \'%s\'',
     49'By keywords show as posts'                     =>      'Posts containing \'%s\'',
     50'By user show as topics'                        =>      'Topics with posts by %s',
     51'By user show as posts'                         =>      'Posts by %s',
     52'By both show as topics'                        =>      'Topics with posts containing \'%s\', by %s',
     53'By both show as posts'                         =>      'Posts containing \'%s\', by %s',
     54'No terms'                                                      =>      'You have to enter at least one keyword and/or an author to search for.',
     55'No hits'                                                       =>      'Your search returned no hits.',
     56'No user posts'                                         =>      'There are no posts by this user in this forum.',
     57'No user topics'                                        =>      'There are no topics by this user in this forum.',
     58'No subscriptions'                                      =>      'This user is currently not subscribed to any topics.',
     59'No new posts'                                          =>      'There are no topics with new posts since your last visit.',
     60'No recent posts'                                       =>      'No new posts have been made within the last 24 hours.',
     61'No unanswered'                                         =>      'There are no unanswered posts in this forum.',
     62'Go to post'                                            =>      'Go to post',
     63'Go to topic'                                           =>      'Go to topic'
    4664
    4765);
  • branches/rsr.v5.1.dev/web/punbb/lang/English/stopwords.txt

    r1 r3  
    1111are
    1212arent
     13aren't
    1314around
    1415ask
     
    2122can
    2223cant
     24can't
    2325come
    2426could
    2527couldnt
     28couldn't
    2629did
    2730didnt
     31didn't
    2832does
    2933doesnt
     34doesn't
    3035dont
     36don't
    3137each
    3238either
     
    4753have
    4854havent
     55haven't
    4956having
    5057her
     
    5562how
    5663ill
     64i'll
     65i'm
    5766into
    5867isnt
     68isn't
     69itll
     70it'll
    5971its
     72it's
    6073ive
     74i've
    6175just
    6276know
     
    8397our
    8498ours
     99our's
    85100out
    86101over
     
    103118that
    104119thats
     120that's
    105121the
    106122their
     
    148164you
    149165your
     166youre
     167you're
    150168yours
     169http
     170https
     171ftp
     172www
     173com
     174net
     175org
  • branches/rsr.v5.1.dev/web/punbb/lang/English/topic.php

    r1 r3  
    66'Post reply'            =>      'Post reply',
    77'Topic closed'          =>      'Topic closed',
    8 'From'                          =>      'From',                         // User location
    9 'Note'                          =>      'Note',                         // Admin note
     8'From'                          =>      'From:', // User location
     9'IP address logged'     =>      'IP address logged',
     10'Note'                          =>      'Note:', // Admin note
     11'Posts'                         =>      'Posts:',
     12'Registered'            =>      'Registered:',
     13'Replies'                       =>      'Replies:',
    1014'Website'                       =>      'Website',
    1115'Guest'                         =>      'Guest',
     
    2125'Subscribe'                     =>      'Subscribe to this topic',
    2226'Quick post'            =>      'Quick post',
    23 
    24 'Link separator'        =>      ' | ',  // The text that separates links in posts (website, e-mail, report, edit etc.)
    25 'Mod controls'          =>      'Moderator controls'
     27'Mod controls'          =>      'Moderator controls',
     28'New icon'                      =>      'New post',
     29'Re'                            =>      'Re:',
     30'Preview'                       =>      'Preview'
    2631
    2732);
  • branches/rsr.v5.1.dev/web/punbb/lang/English/userlist.php

    r1 r3  
    44$lang_ul = array(
    55
    6 'User find legend'              =>      'Find and sort users',
    7 'User search info'              =>      'Enter a username to search for and/or a user group to filter by. The username field can be left blank. Use the wildcard character * for partial matches. Sort users by name, date registered or number of posts and in ascending/descending order.',
    8 'User group'                    =>      'User group',
    9 'No of posts'                   =>      'No. of posts',
    10 'All users'                             =>      'All'
     6'User find legend'      =>      'Find and sort users',
     7'User search info'      =>      'Enter a username to search for and/or a user group to filter by. The username field can be left blank. Use the wildcard character * for partial matches.',
     8'User sort info'        =>      'Sort users by name, date registered or number of posts and in ascending/descending order.',
     9'User group'            =>      'User group',
     10'No of posts'           =>      'Number of posts',
     11'All users'                     =>      'All'
    1112
    1213);
Note: See TracChangeset for help on using the changeset viewer.