[ Index ]

PHP Cross Reference of MyBB 1.8.37

title

Body

[close]

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


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