diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-12-20 01:56:24 -0500 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-12-20 01:56:24 -0500 |
commit | 5a54ca380de60d256d52c6d0b17a44bbc25648b5 (patch) | |
tree | 883df94c69ec939ccef688ca784365a28a8e9d98 /lib/l10n/en_GB.js | |
parent | fb7e4f69886fdcdefdb16718f395a22c9e6f782b (diff) | |
download | nextcloud-server-5a54ca380de60d256d52c6d0b17a44bbc25648b5.tar.gz nextcloud-server-5a54ca380de60d256d52c6d0b17a44bbc25648b5.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/en_GB.js')
-rw-r--r-- | lib/l10n/en_GB.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/l10n/en_GB.js b/lib/l10n/en_GB.js index 146fe095ad0..52df26e8bf9 100644 --- a/lib/l10n/en_GB.js +++ b/lib/l10n/en_GB.js @@ -8,7 +8,15 @@ OC.L10N.register( "Sample configuration detected" : "Sample configuration detected", "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php", "PHP %s or higher is required." : "PHP %s or higher is required.", + "PHP with a version lower than %s is required." : "PHP with a version lower than %s is required.", "Following databases are supported: %s" : "Following databases are supported: %s", + "The command line tool %s could not be found" : "The command line tool %s could not be found", + "The library %s is not available." : "The library %s is not available.", + "Library %s with a version higher than %s is required - available version %s." : "Library %s with a version higher than %s is required - available version %s.", + "Library %s with a version lower than %s is required - available version %s." : "Library %s with a version lower than %s is required - available version %s.", + "Following platforms are supported: %s" : "Following platforms are supported: %s", + "ownCloud %s or higher is required." : "ownCloud %s or higher is required.", + "ownCloud with a version lower than %s is required." : "ownCloud with a version lower than %s is required.", "Help" : "Help", "Personal" : "Personal", "Settings" : "Settings", @@ -16,6 +24,7 @@ OC.L10N.register( "Admin" : "Admin", "Recommended" : "Recommended", "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud.", + "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", "No app name specified" : "No app name specified", "Unknown filetype" : "Unknown filetype", "Invalid image" : "Invalid image", |