[ Index ]

PHP Cross Reference of MyBB

title

Body

[close]

/inc/languages/english/admin/ -> config_smilies.lang.php (source)

   1  <?php
   2  /**
   3   * MyBB 1.6 English Language Pack
   4   * Copyright 2010 MyBB Group, All Rights Reserved
   5   * 
   6   * $Id: config_smilies.lang.php 5833 2012-05-24 08:39:00Z Tomm $
   7   */
   8  
   9  $l['smilies'] = "Smilies";
  10  $l['manage_smilies'] = "Manage Smilies";
  11  $l['manage_smilies_desc'] = "This section allows you to edit and delete your smilies.";
  12  $l['add_smilie'] = "Add New Smilie";
  13  $l['add_smilie_desc'] = "Here you can add a single new smilie.";
  14  $l['add_multiple_smilies'] = "Add Multiple Smilies";
  15  $l['add_multiple_smilies_desc'] = "Here you can add multiple new smilies at once.";
  16  $l['edit_smilie'] = "Edit Smilie";
  17  $l['edit_smilie_desc'] = "Here you can edit a single smilie.";
  18  $l['mass_edit'] = "Mass Edit";
  19  $l['mass_edit_desc'] = "Here you can easily edit all your smilies in one go.";
  20  
  21  $l['no_smilies'] = "There are no smilies on your forum at this time.";
  22  
  23  $l['image'] = "Image";
  24  $l['name'] = "Name";
  25  $l['text_replace'] = "Text to Replace";
  26  $l['image_path'] = "Image Path";
  27  $l['image_path_desc'] = "This is the path to the smilie image.";
  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_missing_clickable'] = "You did not specify yes or no for the \"Show Clickable\" option";
  49  $l['error_no_smilies'] = "There are no smilies in the specified directory, or all smilies in the directory have already been added.";
  50  $l['error_no_images'] = "There are no images in the specified directory";
  51  $l['error_none_included'] = "You did not select any smilies to include.";
  52  $l['error_invalid_path'] = "You did not enter a valid path";
  53  $l['error_invalid_smilie'] = "The specified smilie does not exist.";
  54  
  55  $l['success_smilie_added'] = "The smilie has been added successfully.";
  56  $l['success_multiple_smilies_added'] = "The selected smilies have been added successfully.";
  57  $l['success_smilie_updated'] = "The smilie has been updated successfully.";
  58  $l['success_multiple_smilies_updated'] = "The smilies have been updated successfully.";
  59  $l['success_smilie_deleted'] = "The selected smilie has been deleted successfully.";
  60  $l['success_mass_edit_updated'] = "The smilies have been updated successfully.";
  61  
  62  $l['confirm_smilie_deletion'] = "Are you sure you wish to delete this smilie?";
  63  
  64  ?>


Generated: Tue Oct 8 19:19:50 2013 Cross-referenced by PHPXref 0.7.1