[ Index ] |
PHP Cross Reference of MyBB 1.8.38 |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * MyBB 1.8 English Language Pack 4 * Copyright 2014 MyBB Group, All Rights Reserved 5 * 6 */ 7 8 $l['thread_prefixes'] = "Thread Prefixes"; 9 $l['thread_prefixes_in'] = "Thread Prefixes in \"{1}\""; 10 $l['thread_prefixes_desc'] = "Thread prefixes allow you to define prefixes that users can assign to their threads. Threads can then be filtered by prefix within a forum."; 11 12 $l['add_new_thread_prefix'] = "Add New Thread Prefix"; 13 $l['add_new_thread_prefix_desc'] = "Here you can add a new thread prefix and define where it is available, as well as which usergroups can use it."; 14 15 $l['edit_prefix'] = "Edit Prefix"; 16 $l['edit_prefix_desc'] = "Here you can edit a thread prefix and change how it is displayed, where it is available and which usergroups can use it."; 17 $l['edit_thread_prefix'] = "Edit Thread Prefix"; 18 $l['delete_thread_prefix'] = "Delete Thread Prefix"; 19 20 $l['prefix_options'] = "Prefix Options"; 21 $l['save_thread_prefix'] = "Save Thread Prefix"; 22 23 $l['prefix'] = "Prefix"; 24 $l['forums'] = "Available in Forums"; 25 $l['prefix_desc'] = "Plain text version of the prefix to be displayed in selection menus."; 26 $l['display_style'] = "Display Style"; 27 $l['display_style_desc'] = "This is how the prefix will appear next to thread subjects. You may enter HTML markup here or simply use the same as the plain text version above."; 28 $l['available_in_forums'] = "Available in forums"; 29 $l['available_to_groups'] = "Available to groups"; 30 31 $l['no_thread_prefixes'] = "There are no thread prefixes setup."; 32 33 $l['confirm_thread_prefix_deletion'] = "Are you sure you want to delete this thread prefix? Note: You should remember to update any custom moderator tools which use this prefix after deletion."; 34 35 $l['success_thread_prefix_created'] = "The thread prefix has been created successfully."; 36 $l['success_thread_prefix_updated'] = "The thread prefix has been updated successfully."; 37 $l['success_thread_prefix_deleted'] = "The thread prefix has been deleted successfully. Please update any custom moderator tools which use this prefix"; 38 39 $l['error_missing_prefix'] = "Please enter the prefix you wish to add."; 40 $l['error_missing_display_style'] = "Please enter a display style for this prefix."; 41 $l['error_no_forums_selected'] = "Please select the forums in which this prefix will be available."; 42 $l['error_no_groups_selected'] = "Please select the groups to which this prefix will be available."; 43 $l['error_invalid_prefix'] = "The specified thread prefix does not exist."; 44
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
2005 - 2021 © MyBB.de | Alle Rechte vorbehalten! | Sponsor: netcup | Cross-referenced by PHPXref |