Zeile 3 | Zeile 3 |
---|
* MyBB 1.6 English Language Pack * Copyright 2010 MyBB Group, All Rights Reserved *
|
* MyBB 1.6 English Language Pack * Copyright 2010 MyBB Group, All Rights Reserved *
|
* $Id: style_templates.lang.php 5016 2010-06-12 00:24:02Z RyanGordon $
| * $Id: style_templates.lang.php 5383 2011-02-23 16:57:30Z Tomm $
|
*/ $l['template_sets'] = "Template Sets";
| */ $l['template_sets'] = "Template Sets";
|
Zeile 137 | Zeile 137 |
---|
$l['confirm_template_deletion'] = "Are you sure you want to delete this template?"; $l['confirm_template_revertion'] = "Are you sure you want to revert this template?";
|
$l['confirm_template_deletion'] = "Are you sure you want to delete this template?"; $l['confirm_template_revertion'] = "Are you sure you want to revert this template?";
|
| $l['error_security_problem'] = "A potential security issue was found in the template. Please review your changes or contact the MyBB Group for support.";
|
$l['error_missing_input'] = "Please make sure you have all the input required to edit this template (tid and sid)"; $l['error_already_exists'] = "The template title is already in use. Please use a different title."; $l['error_invalid_template'] = "Please select a valid template.";
| $l['error_missing_input'] = "Please make sure you have all the input required to edit this template (tid and sid)"; $l['error_already_exists'] = "The template title is already in use. Please use a different title."; $l['error_invalid_template'] = "Please select a valid template.";
|