diff options
Diffstat (limited to 'lib/l10n/en_GB.js')
-rw-r--r-- | lib/l10n/en_GB.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/en_GB.js b/lib/l10n/en_GB.js index 72ee2308e21..ab013de98b1 100644 --- a/lib/l10n/en_GB.js +++ b/lib/l10n/en_GB.js @@ -180,6 +180,7 @@ OC.L10N.register( "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator.", "PHP modules have been installed, but they are still listed as missing?" : "PHP modules have been installed, but they are still listed as missing?", "Please ask your server administrator to restart the web server." : "Please ask your server administrator to restart the web server.", + "PostgreSQL >= 9 required" : "PostgreSQL >= 9 required", "Please upgrade your database version" : "Please upgrade your database version", "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Please change the permissions to 0770 so that the directory cannot be listed by other users.", "Your data directory is readable by other users" : "Your data directory is readable by other users", @@ -227,7 +228,6 @@ OC.L10N.register( "%s shared »%s« with you" : "%s shared \"%s\" with you", "%s shared »%s« with you." : "%s shared »%s« with you.", "%s via %s" : "%s via %s", - "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s", - "PostgreSQL >= 9 required" : "PostgreSQL >= 9 required" + "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" }, "nplurals=2; plural=(n != 1);"); |