[ Index ]

PHP Cross Reference of MyBB

title

Body

[close]

/inc/languages/english/admin/ -> global.lang.php (source)

   1  <?php
   2  /**
   3   * MyBB 1.6 English Language Pack
   4   * Copyright 2010 MyBB Group, All Rights Reserved
   5   * 
   6   * $Id$
   7   */
   8   
   9  $l['today'] = "Today";
  10  $l['yesterday'] = "Yesterday";
  11  
  12  $l['size_yb'] = "YB";
  13  $l['size_zb'] = "ZB";
  14  $l['size_eb'] = "EB";
  15  $l['size_pb'] = "PB";
  16  $l['size_tb'] = "TB";
  17  $l['size_gb'] = "GB";
  18  $l['size_mb'] = "MB";
  19  $l['size_kb'] = "KB";
  20  $l['size_bytes'] = "bytes";
  21  $l['na'] = "N/A";
  22  
  23  // Header language strings
  24  $l['mybb_admin_panel'] = "MyBB Control Panel";
  25  $l['mybb_admin_cp'] = "MyBB Admin CP";
  26  $l['logged_in_as'] = "Logged in as";
  27  $l['view_board'] = "View Forum";
  28  $l['logout'] = "Log Out";
  29  
  30  // Footer language strings
  31  $l['generated_in'] = "Generated in {1} seconds with {2} queries. Memory Usage: {3}";
  32  
  33  // Login page
  34  $l['enter_username_and_password'] = "Please enter your username and password to continue.";
  35  $l['mybb_admin_login'] = "MyBB Control Panel - Login";
  36  $l['return_to_forum'] = "Return to forum";
  37  $l['please_login'] = "Please Login";
  38  $l['username'] = "Username:";
  39  $l['username1'] = "Email:";
  40  $l['username2'] = "Username/Email:";
  41  $l['password'] = "Password:";
  42  $l['login'] = "Login";
  43  $l['lost_password'] = "Forgot your password?";
  44  
  45  $l['error_invalid_admin_session'] = "Invalid administration session";
  46  $l['error_admin_session_expired'] = "Your administration session has expired";
  47  $l['error_invalid_ip'] = "Your IP address is not valid for this session";
  48  $l['error_mybb_admin_lockedout'] = "This account has been locked out";
  49  $l['error_mybb_admin_lockedout_message'] = "Your account is currently locked out after failing to login {1} times. You have been sent an email with instructions on how to unlock your account.";
  50  
  51  $l['error_invalid_username'] = "The username you entered is invalid.";
  52  $l['error_invalid_uid'] = "The user id you entered is invalid.";
  53  $l['error_invalid_token'] = "The activation code you entered is invalid.";
  54  
  55  $l['success_logged_out'] = "You have been logged out successfully.";
  56  $l['error_invalid_username_password'] = "The username and password combination you entered is invalid.";
  57  
  58  // Action Confirmation
  59  $l['confirm_action'] = "Are you sure you wish to perform this action?";
  60  
  61  // Common words and phrases
  62  $l['home'] = "Home";
  63  $l['name'] = "Name";
  64  $l['size'] = "Size";
  65  $l['controls'] = "Controls";
  66  $l['view'] = "View";
  67  $l['yes'] = "Yes";
  68  $l['no'] = "No";
  69  $l['cancel'] = "Cancel";
  70  $l['options'] = "Options";
  71  $l['proceed'] = "Proceed";
  72  $l['ok'] = "OK";
  73  $l['error'] = "Error";
  74  $l['edit'] = "Edit";
  75  $l['never'] = "Never";
  76  $l['legend'] = "Legend";
  77  $l['version'] = "Version";
  78  $l['languagevar'] = "Language";
  79  $l['use_default'] = "Use Default";
  80  $l['file'] = "File";
  81  $l['go'] = "Go";
  82  $l['clear'] = "Clear";
  83  $l['unknown'] = "Unknown";
  84  $l['year'] = "Year";
  85  $l['year_short'] = "y";
  86  $l['years'] = "Years";
  87  $l['years_short'] = "y";
  88  $l['month'] = "Month";
  89  $l['month_short'] = "m";
  90  $l['months'] = "Months";
  91  $l['months_short'] = "m";
  92  $l['week'] = "Week";
  93  $l['week_short'] = "w";
  94  $l['weeks'] = "Weeks";
  95  $l['weeks_short'] = "w";
  96  $l['day'] = "Day";
  97  $l['day_short'] = "d";
  98  $l['days'] = "Days";
  99  $l['days_short'] = "d";
 100  $l['hour'] = "Hour";
 101  $l['hour_short'] = "h";
 102  $l['hours'] = "Hours";
 103  $l['hours_short'] = "h";
 104  $l['minute'] = "Minute";
 105  $l['minute_short'] = "m";
 106  $l['minutes'] = "Minutes";
 107  $l['minutes_short'] = "m";
 108  $l['second'] = "Second";
 109  $l['second_short'] = "s";
 110  $l['seconds'] = "Seconds";
 111  $l['seconds_short'] = "s";
 112  $l['permanent'] = "Permanent";
 113  $l['all_forums'] = "All Forums";
 114  $l['mybb_acp'] = "MyBB ACP";
 115  $l['pages'] = "Pages";
 116  $l['previous'] = "Previous";
 117  $l['page'] = "Page";
 118  $l['next'] = "Next";
 119  $l['delete'] = "Delete";
 120  $l['reset'] = "Reset";
 121  $l['and'] = "and";
 122  $l['on'] = "On";
 123  $l['off'] = "Off";
 124  
 125  // Parser bits
 126  $l['quote'] = "Quote:";
 127  $l['wrote'] = "Wrote:";
 128  $l['code'] = "Code:";
 129  $l['php_code'] = "PHP Code:";
 130  $l['linkback'] = "Original Post";
 131  
 132  // The months of the year
 133  $l['january'] = "January";
 134  $l['february'] = "February";
 135  $l['march'] = "March";
 136  $l['april'] = "April";
 137  $l['may'] = "May";
 138  $l['june'] = "June";
 139  $l['july'] = "July";
 140  $l['august'] = "August";
 141  $l['september'] = "September";
 142  $l['october'] = "October";
 143  $l['november'] = "November";
 144  $l['december'] = "December";
 145  
 146  // Access Denied
 147  $l['access_denied'] = "Access Denied";
 148  $l['access_denied_desc'] = "You do not have permission to access this part of the administration control panel.";
 149  
 150  // Super Administrator required
 151  $l['cannot_perform_action_super_admin_general'] = "Sorry, but you cannot perform this action because you are not a super administrator.<br /><br />To be able to perform this action, you need to add your user ID to the list of super administrators in inc/config.php.";
 152  
 153  // AJAX
 154  $l['loading_text'] = "Loading<br />Please wait...";
 155  
 156  // Time zone selection boxes
 157  $l['timezone_gmt_minus_1200'] = "(GMT -12:00) Eniwetok, Kwajalein";
 158  $l['timezone_gmt_minus_1100'] = "(GMT -11:00) Nome, Midway Island, Samoa";
 159  $l['timezone_gmt_minus_1000'] = "(GMT -10:00) Hawaii";
 160  $l['timezone_gmt_minus_900'] = "(GMT -9:00) Alaska";
 161  $l['timezone_gmt_minus_800'] = "(GMT -8:00) Pacific Time";
 162  $l['timezone_gmt_minus_700'] = "(GMT -7:00) Mountain Time";
 163  $l['timezone_gmt_minus_600'] = "(GMT -6:00) Central Time, Mexico City";
 164  $l['timezone_gmt_minus_500'] = "(GMT -5:00) Eastern Time, Bogota, Lima, Quito";
 165  $l['timezone_gmt_minus_450'] = "(GMT -4:30) Venezuela (September)";
 166  $l['timezone_gmt_minus_400'] = "(GMT -4:00) Atlantic Time, Caracas, La Paz";
 167  $l['timezone_gmt_minus_350'] = "(GMT -3:30) Newfoundland";
 168  $l['timezone_gmt_minus_300'] = "(GMT -3:00) Brazil, Buenos Aires, Georgetown, Falkland Is.";
 169  $l['timezone_gmt_minus_200'] = "(GMT -2:00) Mid-Atlantic, Ascension Is., St Helena";
 170  $l['timezone_gmt_minus_100'] = "(GMT -1:00) Azores, Cape Verde Islands";
 171  $l['timezone_gmt'] = "(GMT) Casablanca, Dublin, Edinburgh, London, Lisbon, Monrovia";
 172  $l['timezone_gmt_100'] = "(GMT +1:00) Berlin, Brussels, Copenhagen, Madrid, Paris, Rome";
 173  $l['timezone_gmt_200'] = "(GMT +2:00) Kaliningrad, South Africa, Warsaw";
 174  $l['timezone_gmt_300'] = "(GMT +3:00) Baghdad, Riyadh, Moscow, Nairobi";
 175  $l['timezone_gmt_350'] = "(GMT +3:30) Tehran";
 176  $l['timezone_gmt_400'] = "(GMT +4:00) Abu Dhabi, Baku, Muscat, Tbilisi";
 177  $l['timezone_gmt_450'] = "(GMT +4:30) Kabul";
 178  $l['timezone_gmt_500'] = "(GMT +5:00) Islamabad, Karachi, Tashkent";
 179  $l['timezone_gmt_550'] = "(GMT +5:30) Mumbai, Calcutta, Madras, New Delhi";
 180  $l['timezone_gmt_600'] = "(GMT +6:00) Almaty, Colomba, Dhakra";
 181  $l['timezone_gmt_700'] = "(GMT +7:00) Bangkok, Hanoi, Jakarta";
 182  $l['timezone_gmt_800'] = "(GMT +8:00) Beijing, Hong Kong, Perth, Singapore, Taipei";
 183  $l['timezone_gmt_900'] = "(GMT +9:00) Osaka, Sapporo, Seoul, Tokyo, Yakutsk";
 184  $l['timezone_gmt_950'] = "(GMT +9:30) Adelaide, Darwin";
 185  $l['timezone_gmt_1000'] = "(GMT +10:00) Melbourne, Papua New Guinea, Sydney, Vladivostok";
 186  $l['timezone_gmt_1100'] = "(GMT +11:00) Magadan, New Caledonia, Solomon Islands";
 187  $l['timezone_gmt_1200'] = "(GMT +12:00) Auckland, Wellington, Fiji, Marshall Island";
 188  $l['timezone_gmt_short'] = "GMT {1}({2})";
 189  
 190  // Global language strings used for log deletion pages
 191  $l['confirm_delete_logs'] = "Prune the selected log entries?";
 192  $l['confirm_delete_all_logs'] = "Prune all log entries?";
 193  $l['selected_logs_deleted'] = "The selected log entries have been deleted.";
 194  $l['all_logs_deleted'] = "All log entries have been deleted.";
 195  $l['delete_selected'] = "Delete Selected";
 196  $l['delete_all'] = "Delete All Filtered";
 197  
 198  // Misc
 199  $l['encountered_errors'] = "The following errors were encountered:";
 200  $l['invalid_post_verify_key'] = "An authorization code mismatch occurred. Please confirm that you wish to perform the action below.";
 201  $l['invalid_post_verify_key2'] = "An authorization code mismatch occurred. Please double check that you are accessing this page correctly.";
 202  $l['forums_colon'] = "Forums:";
 203  
 204  // Code buttons editor language strings
 205  $l['editor_title_bold'] = "Insert bold text";
 206  $l['editor_title_italic'] = "Insert italic text";
 207  $l['editor_title_underline'] = "Insert underlined text";
 208  $l['editor_title_left'] = "Align text to the left";
 209  $l['editor_title_center'] = "Align text to the center";
 210  $l['editor_title_right'] = "Align text to the right";
 211  $l['editor_title_justify'] = "Justify text";
 212  $l['editor_title_numlist'] = "Insert numbered list";
 213  $l['editor_title_bulletlist'] = "Insert bulleted list";
 214  $l['editor_title_image'] = "Insert image";
 215  $l['editor_title_hyperlink'] = "Insert hyperlink";
 216  $l['editor_title_email'] = "Insert email address";
 217  $l['editor_title_quote'] = "Insert quoted text";
 218  $l['editor_title_code'] = "Insert formatted code";
 219  $l['editor_title_php'] = "Insert formatted PHP code";
 220  $l['editor_title_close_tags'] = "Close any open MyCode tags that you currently have open";
 221  $l['editor_enter_list_item'] = "Enter a list item. Click cancel or leave blank to end the list.";
 222  $l['editor_enter_url'] = "Please enter the URL of the website.";
 223  $l['editor_enter_url_title'] = "Optionally, you can also enter a title for the URL.";
 224  $l['editor_enter_email'] = "Please enter the email address you wish to insert.";
 225  $l['editor_enter_email_title'] = "Optionally, you may also enter a title for the email address.";
 226  $l['editor_enter_image'] = "Please enter the remote URL of the image you wish to insert.";
 227  $l['editor_enter_video_url'] = "Please enter the URL of the video.";
 228  $l['editor_video_dailymotion'] = "Dailymotion";
 229  $l['editor_video_metacafe'] = "MetaCafe";
 230  $l['editor_video_myspacetv'] = "MySpace TV";
 231  $l['editor_video_vimeo'] = "Vimeo";
 232  $l['editor_video_yahoo'] = "Yahoo Video";
 233  $l['editor_video_youtube'] = "YouTube";
 234  $l['editor_size_xx_small'] = "XX Small";
 235  $l['editor_size_x_small'] = "X Small";
 236  $l['editor_size_small'] = "Small";
 237  $l['editor_size_medium'] = "Medium";
 238  $l['editor_size_large'] = "Large";
 239  $l['editor_size_x_large'] = "X Large";
 240  $l['editor_size_xx_large'] = "XX Large";
 241  $l['editor_font'] = "Font";
 242  $l['editor_size'] = "Text Size";
 243  $l['editor_color'] = "Text Color";
 244  
 245  $l['missing_task'] = "Error: Task file does not exist";
 246  $l['task_backup_cannot_write_backup'] = "Error: The database backup task cannot write to backups directory.";
 247  $l['task_backup_ran'] = "The database backup task successfully ran.";
 248  $l['task_checktables_ran'] = "The check tables task successfully ran with no corrupted tables found.";
 249  $l['task_checktables_ran_found'] = "Notice: The check tables task successfully ran and repaired the {1} table(s).";
 250  $l['task_dailycleanup_ran'] = "The daily cleanup task successfully ran.";
 251  $l['task_hourlycleanup_ran'] = "The hourly cleanup task successfully ran.";
 252  $l['task_logcleanup_ran'] = "The log cleanup task successfully ran and pruned any old logs.";
 253  $l['task_promotions_ran'] = "The promotions task successfully ran.";
 254  $l['task_threadviews_ran'] = "The thread views task successfully ran.";
 255  $l['task_usercleanup_ran'] = "The user cleanup task successfully ran.";
 256  $l['task_massmail_ran'] = "The mass mail task successfully ran.";
 257  $l['task_userpruning_ran'] = "The user pruning task successfully ran.";
 258  $l['task_delayedmoderation_ran'] = "The delayed moderation task successfully ran.";
 259  $l['task_massmail_ran_errors'] = "One or more problems occured sending to \"{1}\":
 260  {2}";
 261  
 262  $l['massmail_username'] = "Username";
 263  $l['email_addr'] = "Email Address";
 264  $l['board_name'] = "Board Name";
 265  $l['board_url'] = "Board URL";
 266  
 267  // Unlock ACP
 268  $l['lockout_unlock'] = "Unlock Admin Control Panel";
 269  $l['enter_username_and_token'] = "Please enter your username and the activation code to continue.";
 270  $l['unlock_token'] = "Activation code:";
 271  $l['unlock_account'] = "Unlock Account";
 272  
 273  // Email message for if an admin account has been locked out
 274  $l['locked_out_subject'] = "Administrator Account Locked Out at {1}";
 275  $l['locked_out_message'] = "{1},
 276  
 277  Your administrator account at {2} has been locked after {3} failed login attempts.
 278  
 279  To unlock your account, please go to the URL below in your web browser.
 280  
 281  {4}/{5}/index.php?action=unlock&uid={7}&token={6}
 282  
 283  If the above link does not work correctly, go to
 284  
 285  {4}/{5}/index.php?action=unlock
 286  
 287  You will need to enter the following:
 288  Username: {1}
 289  Activation Code: {6}
 290  
 291  Thank you,
 292  {2} Staff";
 293  
 294  $l['comma'] = ", ";
 295  
 296  // If the language string for "Username" is too cramped in the ACP Login box
 297  // then use this to define how much larger you want the gap to be (in px)
 298  // $l['login_field_width'] = "0";
 299  ?>


Generated: Tue Oct 8 19:19:50 2013 Cross-referenced by PHPXref 0.7.1