[ Index ]

PHP Cross Reference of MyBB

title

Body

[close]

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

   1  <?php
   2  /**
   3   * MyBB 1.6 English Language Pack
   4   * Copyright 2010 MyBB Group, All Rights Reserved
   5   * 
   6   * $Id: config_languages.lang.php 5828 2012-05-08 16:06:16Z Tomm $
   7   */
   8  
   9  $l['languages'] = "Languages";
  10  $l['languages_desc'] = "The language packs you have installed on your forum are shown below. You can choose to edit the language files, edit the files with another language, or edit the language's properties.";
  11  $l['find_language_packs'] = "Find Language Packs";
  12  $l['language_files'] = "Language Files";
  13  $l['language_files_desc'] = "Below are the files within the selected language, for both the front-end and the admin control panel. Here you can choose to edit these files.";
  14  $l['quick_phrases'] = "Quick Phrases";
  15  $l['quick_phrases_desc'] = "Quick access to commonly modified language phrases.";
  16  
  17  $l['edit_with'] = "Edit with {1}";
  18  $l['edit_language_variables'] = "Edit Language Variables";
  19  $l['edit_language_variables_desc'] = "Here you can edit the different language strings to your liking.";
  20  $l['edit_properties_desc'] = "Here you can edit a language pack properties.";
  21  $l['installed_language_packs'] = "Installed Language Packs";
  22  $l['front_end'] = "Front End";
  23  $l['admin_cp'] = "Admin CP";
  24  $l['save_language_file'] = "Save Language File";
  25  $l['nav_editing_set'] = "Editing Language Set Properties";
  26  $l['edit_properties'] = "Edit Language Pack Properties";
  27  $l['friendly_name'] = "Friendly Name";
  28  $l['language_in_html'] = "Language in &lt;html&gt; tag";
  29  $l['charset'] = "Character Set";
  30  $l['admin'] = "Contains Admin CP language variables?";
  31  $l['rtl'] = "Right-To-Left?";
  32  
  33  $l['quickphrases_agreement'] = 'Registration Agreement - Title';
  34  $l['quickphrases_agreement_1'] = 'Registration Agreement - Paragraph 1';
  35  $l['quickphrases_agreement_2'] = 'Registration Agreement - Paragraph 2';
  36  $l['quickphrases_agreement_3'] = 'Registration Agreement - Paragraph 3';
  37  $l['quickphrases_agreement_4'] = 'Registration Agreement - Paragraph 4';
  38  $l['quickphrases_agreement_5'] = 'Registration Agreement - Paragraph 5';
  39  
  40  $l['quickphrases_error_nopermission_guest_1'] = 'No Permissions Message - Paragraph 1';
  41  $l['quickphrases_error_nopermission_guest_2'] = 'No Permissions Message - Paragraph 2';
  42  $l['quickphrases_error_nopermission_guest_3'] = 'No Permissions Message - Paragraph 3';
  43  $l['quickphrases_error_nopermission_guest_4'] = 'No Permissions Message - Paragraph 4';
  44  
  45  $l['no_languages'] = "No Languages";
  46  $l['no_language_files_front_end'] = "There are no Front End Language files found.";
  47  $l['no_language_files_admin_cp'] = "There are no Admin CP Language files found.";
  48  
  49  $l['error_invalid_set'] = "Invalid language set specified.";
  50  $l['error_invalid_file'] = "Invalid language file specified.";
  51  $l['error_cannot_write_to_file'] = "Cannot write to file.  Check the file permissions for this language set and try again";
  52  
  53  $l['alert_note_cannot_write'] = "Before you can edit the language file, you must CHMOD the files in this language set so that the server has permission to write to them.";
  54  
  55  $l['success_langfile_updated'] = "The language file has been updated successfully.";
  56  $l['success_langprops_updated'] = "The language properties have been updated successfully.";
  57  $l['success_quickphrases_updated'] = "The quick language phrases have been updated successfully.";
  58  
  59  ?>


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