diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-03-20 01:55:09 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-03-20 01:55:09 -0400 |
commit | 1f1d87d4130480d5632eac75ac74340b59d5eb19 (patch) | |
tree | b8004d7e7a84a75af4d3989dcdf0a329323d4112 /lib/l10n/en_GB.js | |
parent | 9c053ed46521467efc1838e806a5481e8390eac7 (diff) | |
download | nextcloud-server-1f1d87d4130480d5632eac75ac74340b59d5eb19.tar.gz nextcloud-server-1f1d87d4130480d5632eac75ac74340b59d5eb19.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/en_GB.js')
-rw-r--r-- | lib/l10n/en_GB.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/l10n/en_GB.js b/lib/l10n/en_GB.js index a83ae8e9f1a..6d9df892737 100644 --- a/lib/l10n/en_GB.js +++ b/lib/l10n/en_GB.js @@ -65,6 +65,7 @@ OC.L10N.register( "Authentication error" : "Authentication error", "Token expired. Please reload page." : "Token expired. Please reload page.", "Unknown user" : "Unknown user", + "%s enter the database username and name." : "%s enter the database username and name.", "%s enter the database username." : "%s enter the database username.", "%s enter the database name." : "%s enter the database name.", "%s you may not use dots in the database name" : "%s you may not use dots in the database name", @@ -140,6 +141,8 @@ OC.L10N.register( "Adjusting this setting in php.ini will make ownCloud run again" : "Adjusting this setting in php.ini will make ownCloud run again", "mbstring.func_overload is set to \"%s\" instead of the expected value \"0\"" : "mbstring.func_overload is set to \"%s\" instead of the expected value \"0\"", "To fix this issue set <code>mbstring.func_overload</code> to <code>0</code> in your php.ini" : "To fix this issue set <code>mbstring.func_overload</code> to <code>0</code> in your php.ini", + "libxml2 2.7.0 is at least required. Currently %s is installed." : "libxml2 2.7.0 is at least required. Currently %s is installed.", + "To fix this issue update your libxml2 version and restart your web server." : "To fix this issue update your libxml2 version and restart your web server.", "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible.", "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?", |