diff options
author | Chris Smith <toonarmy@phpbb.com> | 2011-09-20 22:18:06 +0100 |
---|---|---|
committer | Chris Smith <toonarmy@phpbb.com> | 2011-09-20 22:18:06 +0100 |
commit | 6d24a7191f2f4ba0b4cb8c079dfa0a78c3dc3ef0 (patch) | |
tree | f67274af89ec3a23e87eb064f6d0d4fb0263bf3a /phpBB/language/en/acp/styles.php | |
parent | cb245f5d04bcd36dd1ad8d3a95d7718ef5b15858 (diff) | |
download | forums-6d24a7191f2f4ba0b4cb8c079dfa0a78c3dc3ef0.tar forums-6d24a7191f2f4ba0b4cb8c079dfa0a78c3dc3ef0.tar.gz forums-6d24a7191f2f4ba0b4cb8c079dfa0a78c3dc3ef0.tar.bz2 forums-6d24a7191f2f4ba0b4cb8c079dfa0a78c3dc3ef0.tar.xz forums-6d24a7191f2f4ba0b4cb8c079dfa0a78c3dc3ef0.zip |
[feature/remove-db-styles] Add error if template/theme file is unwritable.
PHPBB3-9741
Diffstat (limited to 'phpBB/language/en/acp/styles.php')
-rw-r--r-- | phpBB/language/en/acp/styles.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/styles.php b/phpBB/language/en/acp/styles.php index 32c82de45d..b1a158d357 100644 --- a/phpBB/language/en/acp/styles.php +++ b/phpBB/language/en/acp/styles.php @@ -372,6 +372,7 @@ $lang = array_merge($lang, array( 'THEME_ERR_REFRESH_FS' => 'This theme is stored on the filesystem so there is no need to refresh it.', 'THEME_ERR_STYLE_NAME' => 'You must supply a name for this theme.', 'THEME_FILE' => 'Theme file', + 'THEME_FILE_NOT_WRITABLE' => 'Unable to write to theme file %s. Please check the permissions for the directory and the files.', 'THEME_EXPORT' => 'Export Theme', 'THEME_EXPORT_EXPLAIN' => 'Here you can export a theme in the form of an archive. This archive will contain all the data necessary to install the theme on another board. You may select whether to download the file directly or to place it in your store folder for download later or via FTP.', 'THEME_EXPORTED' => 'Theme exported successfully and stored in %s.', |