[ Index ]

PHP Cross Reference of MyBB 1.8.37

title

Body

[close]

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

   1  <?php
   2  /**
   3   * MyBB 1.8 English Language Pack
   4   * Copyright 2014 MyBB Group, All Rights Reserved
   5   *
   6   */
   7  
   8  $l['languages'] = "Languages";
   9  $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.";
  10  $l['find_language_packs'] = "Find Language Packs";
  11  $l['language_files'] = "Language Files";
  12  $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.";
  13  $l['quick_phrases'] = "Quick Phrases";
  14  $l['quick_phrases_desc'] = "Quick access to commonly modified language phrases.";
  15  
  16  $l['edit_with'] = "Edit with {1}";
  17  $l['edit_language_variables'] = "Edit Language Variables";
  18  $l['edit_language_variables_desc'] = "Here you can edit the different language strings to your liking.";
  19  $l['edit_properties_desc'] = "Here you can edit a language pack properties.";
  20  $l['installed_language_packs'] = "Installed Language Packs";
  21  $l['front_end'] = "Front End";
  22  $l['admin_cp'] = "Admin CP";
  23  $l['save_language_file'] = "Save Language File";
  24  $l['nav_editing_set'] = "Editing Language Set Properties";
  25  $l['edit_properties'] = "Edit Language Pack Properties";
  26  $l['friendly_name'] = "Friendly Name";
  27  $l['language_in_html'] = "Language in &lt;html&gt; tag";
  28  $l['charset'] = "Character Set";
  29  $l['admin'] = "Contains Admin CP language variables?";
  30  $l['rtl'] = "Right-To-Left?";
  31  
  32  $l['quickphrases_agreement'] = 'Registration Agreement - Title';
  33  $l['quickphrases_agreement_1'] = 'Registration Agreement - Paragraph 1';
  34  $l['quickphrases_agreement_2'] = 'Registration Agreement - Paragraph 2';
  35  $l['quickphrases_agreement_3'] = 'Registration Agreement - Paragraph 3';
  36  $l['quickphrases_agreement_4'] = 'Registration Agreement - Paragraph 4';
  37  $l['quickphrases_agreement_5'] = 'Registration Agreement - Paragraph 5';
  38  
  39  $l['quickphrases_error_nopermission_guest_1'] = 'No Permissions Message - Paragraph 1';
  40  $l['quickphrases_error_nopermission_guest_2'] = 'No Permissions Message - Paragraph 2';
  41  $l['quickphrases_error_nopermission_guest_3'] = 'No Permissions Message - Paragraph 3';
  42  $l['quickphrases_error_nopermission_guest_4'] = 'No Permissions Message - Paragraph 4';
  43  
  44  $l['no_languages'] = "No Languages";
  45  $l['no_language_files_front_end'] = "There are no Front End Language files found.";
  46  $l['no_language_files_admin_cp'] = "There are no Admin CP Language files found.";
  47  
  48  $l['error_invalid_set'] = "Invalid language set specified.";
  49  $l['error_invalid_file'] = "Invalid language file specified.";
  50  $l['error_cannot_write_to_file'] = "Cannot write to file.  Check the file permissions for this language set and try again";
  51  $l['error_folders_fail'] = "There was problem accessing requested language pack folders. Please make sure they exists and are writable.";
  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  $l['issues'] = "Issues";
  60  $l['phrases'] = "Phrases";
  61  $l['issues_ok'] = "It seems like everything should be ok here.";
  62  $l['issues_nothingtocompare'] = "There is nothing to compare here.";
  63  $l['issues_warning'] = "This file may require your attention.\nPlease make sure to check it.";


2005 - 2021 © MyBB.de | Alle Rechte vorbehalten! | Sponsor: netcup Cross-referenced by PHPXref