[ Index ]

PHP Cross Reference of MyBB

title

Body

[close]

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

   1  <?php
   2  /**
   3   * MyBB 1.6 English Language Pack
   4   * Copyright 2010 MyBB Group, All Rights Reserved
   5   * 
   6   * $Id: home_preferences.lang.php 5297 2010-12-28 22:01:14Z Tomm $
   7   */
   8  
   9  $l['preferences_and_personal_notes'] = "Preferences &amp; Personal Notes";
  10  $l['prefs_and_personal_notes_description'] = "Here you can manage your Admin Control Panel preferences and leave personal notes for yourself.";
  11  
  12  $l['preferences'] = "Preferences";
  13  $l['global_preferences'] = "Global Preferences";
  14  $l['acp_theme'] = "Admin Control Panel Theme";
  15  $l['select_acp_theme'] = "Please select a theme to use in the Admin Control Panel";
  16  $l['notes_not_shared'] = "These notes are not shared with other Administrators.";
  17  $l['save_notes_and_prefs'] = "Save Personal Notes & Preferences";
  18  $l['personal_notes'] = "Personal Notes";
  19  $l['codepress'] = "Turn on / off Codepress";
  20  $l['use_codepress_desc'] = "This preference allows you to turn off Codepress (used in template editing and stylesheet editing for syntax highlighing) if you are experiencing issues / slow loading.";
  21  
  22  $l['success_preferences_updated'] = "The preferences have been successfully updated.";
  23  
  24  ?>


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