[ 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_post_icons.lang.php 5833 2012-05-24 08:39:00Z Tomm $ 7 */ 8 9 $l['post_icons'] = "Post Icons"; 10 $l['add_post_icon'] = "Add New Post Icon"; 11 $l['add_post_icon_desc'] = "Here you can add a single new post icon."; 12 $l['add_multiple_post_icons'] = "Add Multiple Post Icons"; 13 $l['add_multiple_post_icons_desc'] = "Here you can add multiple new post icons."; 14 $l['edit_post_icon'] = "Edit Post Icon"; 15 $l['edit_post_icon_desc'] = "Here you can edit a post icon."; 16 $l['manage_post_icons'] = "Manage Post Icons"; 17 $l['manage_post_icons_desc'] = "This section allows you to edit, delete, and manage your post icons."; 18 19 $l['name_desc'] = "This is the name for the post icon."; 20 $l['image_path'] = "Image Path"; 21 $l['image_path_desc'] = "This is the path to the post icon image."; 22 $l['save_post_icon'] = "Save Post Icon"; 23 $l['reset'] = "Reset"; 24 25 $l['path_to_images'] = "Path to Images"; 26 $l['path_to_images_desc'] = "This is the path to the folder that the images are in."; 27 $l['show_post_icons'] = "Show Post Icons"; 28 $l['image'] = "Image"; 29 $l['add'] = "Add?"; 30 $l['save_post_icons'] = "Save Post Icons"; 31 32 $l['no_post_icons'] = "There are no post icons on your forum at this time."; 33 34 $l['error_missing_name'] = "You did not enter a name for this post icon"; 35 $l['error_missing_path'] = "You did not enter a path to this post icon"; 36 $l['error_missing_path_multiple'] = "You did not enter a path"; 37 $l['error_invalid_path'] = "You did not enter a valid path"; 38 $l['error_no_images'] = "There are no post icons in the specified directory, or all post icons in the directory have already been added."; 39 $l['error_none_included'] = "You did not select any post icons to include."; 40 $l['error_invalid_post_icon'] = "The specified post icon does not exist."; 41 42 $l['success_post_icon_added'] = "The post icon has been added successfully."; 43 $l['success_post_icons_added'] = "The selected post icons have been added successfully."; 44 $l['success_post_icon_updated'] = "The post icon has been updated successfully."; 45 $l['success_post_icon_deleted'] = "The selected post icon has been deleted successfully."; 46 47 $l['confirm_post_icon_deletion'] = "Are you sure you wish to delete this post icon?"; 48 ?>
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 |