[ Index ] |
PHP Cross Reference of MyBB 1.8.38 |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * MyBB 1.8 English Language Pack 4 * Copyright 2014 MyBB Group, All Rights Reserved 5 * 6 */ 7 8 $l['custom_mycode'] = "Custom MyCode"; 9 $l['mycode'] = "MyCode"; 10 $l['mycode_desc'] = "Custom MyCode allows you to create additional MyCode for your members to use in their messages."; 11 $l['add_new_mycode'] = "Add New MyCode"; 12 $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."; 13 $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."; 14 15 $l['title'] = "Title"; 16 $l['short_description'] = "Short Description"; 17 $l['regular_expression'] = "Regular Expression"; 18 $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—no validation is performed."; 19 $l['replacement'] = "Replacement"; 20 $l['replacement_desc'] = "Enter a replacement for the regular expression."; 21 $l['example'] = "Example:"; 22 $l['enabled'] = "Enabled?"; 23 $l['parse_order'] = "Parse Order"; 24 $l['parse_order_desc'] = "MyCodes will be parsed in ascending order relative to other MyCodes."; 25 $l['edit_mycode'] = "Edit MyCode"; 26 $l['activate_mycode'] = "Activate MyCode"; 27 $l['deactivate_mycode'] = "Deactivate MyCode"; 28 $l['delete_mycode'] = "Delete MyCode"; 29 $l['no_mycode'] = "No custom MyCodes exist at this time."; 30 $l['save_mycode'] = "Save MyCode"; 31 $l['add_mycode'] = "Add MyCode"; 32 $l['changes_not_saved'] = "Your changes have not yet been saved."; 33 34 $l['sandbox'] = "Sandbox"; 35 $l['sandbox_desc'] = "You can use this area to test the regular expression and replacement above before saving your changes."; 36 $l['test_value'] = "Test Value"; 37 $l['test_value_desc'] = "Enter in text to be tested in the box below."; 38 $l['result_html'] = "HTML Result"; 39 $l['result_html_desc'] = "The text area below shows the resulting HTML using the regular expression on the test value."; 40 $l['result_actual'] = "Actual Result"; 41 $l['result_actual_desc'] = "The area below shows the actual result when the HTML is rendered."; 42 $l['test'] = "Test MyCode"; 43 44 $l['error_missing_title'] = "You did not enter a title."; 45 $l['error_missing_regex'] = "You did not enter a regular expression."; 46 $l['error_regex_already_available'] = "You entered a regular expression which is already defined in another MyCode. Please provide a different regular expression for this MyCode."; 47 $l['error_missing_replacement'] = "You did not enter a replacement."; 48 $l['error_invalid_mycode'] = "The specified MyCode does not exist."; 49 50 $l['success_added_mycode'] = "The MyCode has been added successfully."; 51 $l['success_deleted_mycode'] = "The selected MyCode has been deleted successfully."; 52 $l['success_updated_mycode'] = "The MyCode has been updated successfully."; 53 $l['success_deactivated_mycode'] = "The selected MyCode has been deactivated successfully."; 54 $l['success_activated_mycode'] = "The selected MyCode has been activated successfully."; 55 56 $l['confirm_mycode_deletion'] = "Are you sure you wish to delete this MyCode?"; 57 58 $l['mycode_sandbox_test_error'] = 'There was an error fetching the test results.'; 59
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
2005 - 2021 © MyBB.de | Alle Rechte vorbehalten! | Sponsor: netcup | Cross-referenced by PHPXref |