[ Index ]

PHP Cross Reference of MyBB

title

Body

[close]

/inc/languages/english/admin/ -> config_mycode.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_mycode.lang.php 5297 2010-12-28 22:01:14Z Tomm $
   7   */
   8  
   9  $l['custom_mycode'] = "Custom MyCode";
  10  $l['mycode'] = "MyCode";
  11  $l['mycode_desc'] = "Custom MyCode allows you to create additional MyCode for your members to use in their messages.";
  12  $l['add_new_mycode'] = "Add New MyCode";
  13  $l['add_new_mycode_desc'] = "Here you can add a new custom MyCode to your forum. You can use the MyCode Sandbox below the form to test your regular expression and replacement before saving.";
  14  $l['edit_mycode_desc'] = "Here you can edit a custom MyCode. You can use the MyCode Sandbox below the form to test your regular expression and replacement before saving your changes.";
  15  
  16  $l['title'] = "Title";
  17  $l['short_description'] = "Short Description";
  18  $l['regular_expression'] = "Regular Expression";
  19  $l['regular_expression_desc'] = "Enter a regular expression that will search for a specific combination of characters.  You must make sure the regular expression is valid and safe&mdash;no validation is performed.";
  20  $l['replacement'] = "Replacement";
  21  $l['replacement_desc'] = "Enter a replacement for the regular expression.";
  22  $l['example'] = "Example:";
  23  $l['enabled'] = "Enabled?";
  24  $l['parse_order'] = "Parse Order";
  25  $l['parse_order_desc'] = "MyCodes will be parsed in ascending order relative to other MyCodes.";
  26  $l['edit_mycode'] = "Edit MyCode";
  27  $l['activate_mycode'] = "Activate MyCode";
  28  $l['deactivate_mycode'] = "Deactivate MyCode";
  29  $l['delete_mycode'] = "Delete MyCode";
  30  $l['no_mycode'] = "No custom MyCodes exist at this time.";
  31  $l['save_mycode'] = "Save MyCode";
  32  $l['add_mycode'] = "Add MyCode";
  33  $l['changes_not_saved'] = "Your changes have not yet been saved.";
  34  $l['deactivated'] = "Deactivated";
  35  
  36  $l['sandbox'] = "Sandbox";
  37  $l['sandbox_desc'] = "You can use this area to test the regular expression and replacement above before saving your changes.";
  38  $l['test_value'] = "Test Value";
  39  $l['test_value_desc'] = "Enter in text to be tested in the box below.";
  40  $l['result_html'] = "HTML Result";
  41  $l['result_html_desc'] = "The text area below shows the resulting HTML using the regular expression on the test value.";
  42  $l['result_actual'] = "Actual Result";
  43  $l['result_actual_desc'] = "The area below shows the actual result when the HTML is rendered.";
  44  $l['test'] = "Test MyCode";
  45  
  46  $l['error_missing_title'] = "You did not enter a title.";
  47  $l['error_missing_regex'] = "You did not enter a regular expression.";
  48  $l['error_missing_replacement'] = "You did not enter a replacement.";
  49  $l['error_invalid_mycode'] = "The specified MyCode does not exist.";
  50  
  51  $l['success_added_mycode'] = "The MyCode has been added successfully.";
  52  $l['success_deleted_mycode'] = "The selected MyCode has been deleted successfully.";
  53  $l['success_updated_mycode'] = "The MyCode has been updated successfully.";
  54  $l['success_deactivated_mycode'] = "The selected MyCode has been deactivated successfully.";
  55  $l['success_activated_mycode'] = "The selected MyCode has been activated successfully.";
  56  
  57  $l['confirm_mycode_deletion'] = "Are you sure you wish to delete this MyCode?";
  58  
  59  
  60  ?>


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