aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/common.php
diff options
context:
space:
mode:
authorRichard McGirr <rmcgirr83@gmail.com>2016-03-27 06:54:50 -0400
committerRichard McGirr <rmcgirr83@gmail.com>2016-03-27 06:54:50 -0400
commit4a14eb8488992a83a79e93a4e21eea4ccb747c71 (patch)
tree418eb324121f86d64e9060c34fa70e6577b03150 /phpBB/language/en/acp/common.php
parent7d5a853b21a5be53d0364f1e02a9cddfc789a5fb (diff)
downloadforums-4a14eb8488992a83a79e93a4e21eea4ccb747c71.tar
forums-4a14eb8488992a83a79e93a4e21eea4ccb747c71.tar.gz
forums-4a14eb8488992a83a79e93a4e21eea4ccb747c71.tar.bz2
forums-4a14eb8488992a83a79e93a4e21eea4ccb747c71.tar.xz
forums-4a14eb8488992a83a79e93a4e21eea4ccb747c71.zip
[ticket/14329] Add missing ACP language vars
PHPBB3-14329
Diffstat (limited to 'phpBB/language/en/acp/common.php')
-rw-r--r--phpBB/language/en/acp/common.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/common.php b/phpBB/language/en/acp/common.php
index 3d1ab7f873..f30d1e7198 100644
--- a/phpBB/language/en/acp/common.php
+++ b/phpBB/language/en/acp/common.php
@@ -225,6 +225,16 @@ $lang = array_merge($lang, array(
'BACK' => 'Back',
+ 'CANNOT_CHANGE_FILE_GROUP' => 'Unable to change file group',
+ 'CANNOT_CHANGE_FILE_PERMISSIONS' => 'Unable to change file permissions',
+ 'CANNOT_COPY_FILES' => 'Unable to copy files',
+ 'CANNOT_CREATE_SYMLINK' => 'Unable to create a symlink',
+ 'CANNOT_DELETE_FILES' => 'Unable to delete files from the system',
+ 'CANNOT_DUMP_FILE' => 'Unable to dump file',
+ 'CANNOT_MIRROR_DIRECTORY' => 'Unable to mirror directory',
+ 'CANNOT_RENAME_FILE' => 'Unable to rename a file from the system',
+ 'CANNOT_TOUCH_FILES' => 'Unable to determine if the file exists',
+
'CONTAINER_EXCEPTION' => 'phpBB encountered an error building the container due to an installed extension. For this reason, all extensions have been temporarily disabled. Please try purging your forum cache. All extensions will automatically be re-enabled once the container error is resolved. If this error continues, please visit <a href="https://www.phpbb.com/support">phpBB.com</a> for support.',
'EXCEPTION' => 'Exception',