From baa01d15f2e1ee735e52fa1217261fee36f6a5e2 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Sat, 9 Aug 2003 22:04:28 +0000 Subject: Most style operations functional ... broke various theme, imageset and template operations in the process git-svn-id: file:///svn/phpbb/trunk@4358 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/en/lang_admin.php | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'phpBB/language/en/lang_admin.php') diff --git a/phpBB/language/en/lang_admin.php b/phpBB/language/en/lang_admin.php index 0c8bf121f7..fd99891d1e 100644 --- a/phpBB/language/en/lang_admin.php +++ b/phpBB/language/en/lang_admin.php @@ -100,10 +100,6 @@ $lang += array( 'log_delete_word' => 'Deleted word censor', 'log_edit_word' => 'Edited word censor
» %s', 'log_add_word' => 'Added word censor
» %s', - 'log_template_edit' => 'Edited template
%s / %s', - 'log_imageset_edit' => 'Edited imageset
» %s', - 'log_style_edit' => 'Edited style
» %s', - 'log_theme_edit' => 'Edited theme
» %s', 'log_db_backup' => 'Database backup', 'log_db_restore' => 'Database restore', 'log_search_index' => 'Re-indexed search system
» %s', @@ -184,6 +180,8 @@ $lang += array( 'LOG_ADD_STYLE' => 'Added new style
» %s', 'LOG_EDIT_STYLE' => 'Edited style
» %s', + 'LOG_EXPORT_STYLE' => 'Exported style
» %s', + 'LOG_DELETE_STYLE' => 'Deleted style
» %s', 'LOG_EDIT_TEMPLATE' => 'Edited template
» %s [%s]', 'LOG_CLEAR_TPLCACHE'=> 'Cleared template cache
» %s', @@ -973,6 +971,14 @@ $lang += array( 'INCLUDE_IMAGESET' => 'Include imageset', 'STYLE_EXPORTED' => 'Style exported succesfully and stored in %s', + 'DELETE_STYLE' => 'Delete style', + 'DELETE_STYLE_EXPLAIN' => 'Here you can remove the selected style. You cannot remove all the style elements from here. These must be deleted individually via their respective forms. Take care in deleting styles there is no undo facility.', + 'REPLACE_STYLE' => 'Replace style with', + 'REPLACE_STYLE_EXPLAIN' => 'This style will replace the one being deleted for members that use it.', + 'ONLY_STYLE' => 'This is the only remaining style, you cannot delete it', + 'STYLE_DELETED' => 'Style deleted successfully', + + 'STYLE_ERR_NOT_STYLE' => 'The imported or uploaded file did not contain a valid style archive.', 'STYLE_ERR_MORE_ELEMENTS'=> 'You must select at least two style elements.', 'STYLE_ERR_STYLE_NAME' => 'You must supply a name for this style', 'STYLE_ERR_NAME_LONG' => 'The style name can be no longer than 30 characters', @@ -1249,6 +1255,7 @@ $lang += array( 'EXPORT_DOWNLOAD' => 'Download', 'INSTALL' => 'Install', 'FROM' => 'from', // "Create new style .... from ..." + 'OPTIONAL_BASIS' => 'Optional basis', 'NO_IMAGESET' => 'Cannot find imageset on filesystem', 'NO_THEME' => 'Cannot find theme on filesystem', 'NO_TEMPLATE' => 'Cannot find template on filesystem', -- cgit v1.2.1