[ Index ] |
PHP Cross Reference of MyBB |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * MyBB 1.6 English Language Pack 4 * Copyright 2010 MyBB Group, All Rights Reserved 5 * 6 * $Id: config_module_meta.lang.php 5297 2010-12-28 22:01:14Z Tomm $ 7 */ 8 9 $l['configuration'] = "Configuration"; 10 11 $l['bbsettings'] = "Settings"; 12 $l['banning'] = "Banning"; 13 $l['custom_profile_fields'] = "Custom Profile Fields"; 14 $l['smilies'] = "Smilies"; 15 $l['word_filters'] = "Word Filters"; 16 $l['mycode'] = "MyCode"; 17 $l['languages'] = "Languages"; 18 $l['post_icons'] = "Post Icons"; 19 $l['help_documents'] = "Help Documents"; 20 $l['plugins'] = "Plugins"; 21 $l['attachment_types'] = "Attachment Types"; 22 $l['moderator_tools'] = "Moderator Tools"; 23 $l['spiders_bots'] = "Spiders / Bots"; 24 $l['calendars'] = "Calendars"; 25 $l['warning_system'] = "Warning System"; 26 $l['thread_prefixes'] = "Thread Prefixes"; 27 28 $l['can_manage_settings'] = "Can manage settings?"; 29 $l['can_manage_banned_accounts'] = "Can manage banned accounts?"; 30 $l['can_manage_custom_profile_fields'] = "Can manage custom profile fields?"; 31 $l['can_manage_smilies'] = "Can manage smilies?"; 32 $l['can_manage_bad_words'] = "Can manage word filters?"; 33 $l['can_manage_custom_mycode'] = "Can manage custom MyCode?"; 34 $l['can_manage_language_packs'] = "Can manage language packs?"; 35 $l['can_manage_post_icons'] = "Can manage post icons?"; 36 $l['can_manage_help_documents'] = "Can manage help documents?"; 37 $l['can_manage_plugins'] = "Can manage plugins?"; 38 $l['can_manage_attachment_types'] = "Can manage attachment types?"; 39 $l['can_manage_spiders_bots'] = "Can manage spiders / bots?"; 40 $l['can_manage_calendars'] = "Can manage calendars?"; 41 $l['can_manage_warning_system'] = "Can manage warning system?"; 42 $l['can_manage_mod_tools'] = "Can manage moderator tools?"; 43 $l['can_manage_thread_prefixes'] = "Can manage thread prefixes?"; 44 45 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Tue Oct 8 19:19:50 2013 | Cross-referenced by PHPXref 0.7.1 |