[ Index ]

PHP Cross Reference of MyBB 1.8.37

title

Body

[close]

/inc/languages/english/admin/ -> config_smilies.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['smilies'] = "Smilies";
   9  $l['manage_smilies'] = "Manage Smilies";
  10  $l['manage_smilies_desc'] = "This section allows you to edit and delete your smilies.";
  11  $l['add_smilie'] = "Add New Smilie";
  12  $l['add_smilie_desc'] = "Here you can add a single new smilie.";
  13  $l['add_multiple_smilies'] = "Add Multiple Smilies";
  14  $l['add_multiple_smilies_desc'] = "Here you can add multiple new smilies at once.";
  15  $l['edit_smilie'] = "Edit Smilie";
  16  $l['edit_smilie_desc'] = "Here you can edit a single smilie.";
  17  $l['mass_edit'] = "Mass Edit";
  18  $l['mass_edit_desc'] = "Here you can easily edit all your smilies in one go.";
  19  
  20  $l['no_smilies'] = "There are no smilies on your forum at this time.";
  21  
  22  $l['image'] = "Image";
  23  $l['name'] = "Name";
  24  $l['text_replace'] = "Text to Replace";
  25  $l['text_replace_desc'] = "This is the text to replace with the smilie (enter one per line).";
  26  $l['image_path'] = "Image Path";
  27  $l['image_path_desc'] = "This is the path to the smilie image. If you want to use different smilie images for different themes, please use <strong>{theme}</strong> to represent the image directory of each theme.";
  28  $l['order'] = "Order";
  29  $l['display_order'] = "Display Order";
  30  $l['display_order_desc'] = "The order on the smilies list that this will appear. This number should not be the same as another smilie's.";
  31  $l['mass_edit_show_clickable'] = "Show on Clickable?";
  32  $l['show_clickable'] = "Show on clickable list?";
  33  $l['show_clickable_desc'] = "Do you want this smilie to show on the clickable smilie list on the post editor?";
  34  $l['include'] = "Add?";
  35  $l['path_to_images'] = "Path to Images";
  36  $l['path_to_images_desc'] = "This is the path to the folder that the images are in.";
  37  $l['smilie_delete'] = "Delete?";
  38  $l['save_smilie'] = "Save Smilie";
  39  $l['save_smilies'] = "Save Smilies";
  40  $l['show_smilies'] = "Show Smilies";
  41  $l['reset'] = "Reset";
  42  
  43  $l['error_missing_name'] = "You did not enter a name for this smilie.";
  44  $l['error_missing_text_replacement'] = "You did not enter a text replacement for this smilie.";
  45  $l['error_missing_path'] = "You did not enter a path for this smilie.";
  46  $l['error_missing_path_multiple'] = "You did not enter a path.";
  47  $l['error_missing_order'] = "You did not enter a display order for this smilie.";
  48  $l['error_duplicate_order'] = "You did not enter a valid display order for this smilie.";
  49  $l['error_missing_clickable'] = "You did not specify yes or no for the \"Show Clickable\" option.";
  50  $l['error_no_smilies'] = "There are no smilies in the specified directory, or all smilies in the directory have already been added.";
  51  $l['error_no_images'] = "There are no images in the specified directory.";
  52  $l['error_none_included'] = "You did not select any smilies to include.";
  53  $l['error_invalid_path'] = "You did not enter a valid path.";
  54  $l['error_invalid_smilie'] = "The specified smilie does not exist.";
  55  
  56  $l['success_smilie_added'] = "The smilie has been added successfully.";
  57  $l['success_multiple_smilies_added'] = "The selected smilies have been added successfully.";
  58  $l['success_smilie_updated'] = "The smilie has been updated successfully.";
  59  $l['success_multiple_smilies_updated'] = "The smilies have been updated successfully.";
  60  $l['success_smilie_deleted'] = "The selected smilie has been deleted successfully.";
  61  $l['success_mass_edit_updated'] = "The smilies have been updated successfully.";
  62  
  63  $l['confirm_smilie_deletion'] = "Are you sure you wish to delete this smilie?";
  64  


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