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_themes.lang.php 5380 2011-02-21 12:04:43Z Tomm $
| * $Id: style_themes.lang.php 5497 2011-07-13 09:06:41Z Tomm $
|
*/
$l['themes'] = "Themes";
| */
$l['themes'] = "Themes";
|
Zeile 148 | Zeile 148 |
---|
$l['error_missing_name'] = "Please enter a name for this theme."; $l['error_missing_url'] = "Please enter a theme a import."; $l['error_theme_already_exists'] = "The theme specified already exists. Please enter a new name for this theme.";
|
$l['error_missing_name'] = "Please enter a name for this theme."; $l['error_missing_url'] = "Please enter a theme a import."; $l['error_theme_already_exists'] = "The theme specified already exists. Please enter a new name for this theme.";
|
| $l['error_theme_security_problem'] = "A potential security issue was found in the theme. It was not imported. Please contact the Author or MyBB Group for support.";
|
$l['error_local_file'] = "Could not open the local file. Does it exist? Please check and try again."; $l['error_uploadfailed'] = "Upload failed. Please try again."; $l['error_uploadfailed_detail'] = "Error details: ";
| $l['error_local_file'] = "Could not open the local file. Does it exist? Please check and try again."; $l['error_uploadfailed'] = "Upload failed. Please try again."; $l['error_uploadfailed_detail'] = "Error details: ";
|
Zeile 185 | Zeile 187 |
---|
$l['confirm_theme_deletion'] = "Are you sure you want to delete this theme?"; $l['confirm_stylesheet_deletion'] = "Are you sure you want to delete / revert this stylesheet?"; $l['confirm_theme_forced'] = "Are you sure you want to force this theme on all users?";
|
$l['confirm_theme_deletion'] = "Are you sure you want to delete this theme?"; $l['confirm_stylesheet_deletion'] = "Are you sure you want to delete / revert this stylesheet?"; $l['confirm_theme_forced'] = "Are you sure you want to force this theme on all users?";
|
| |
?>
| ?>
|