diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-05-06 01:54:56 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-05-06 01:54:56 -0400 |
commit | 6a95af0a4b78bfe824fafbea2191e2311730ce19 (patch) | |
tree | 62ecad931626b550b1cc740377f387a1b8b952d3 /lib | |
parent | 48be0b781a07860b4c29b2dd98b0b95207594245 (diff) | |
download | nextcloud-server-6a95af0a4b78bfe824fafbea2191e2311730ce19.tar.gz nextcloud-server-6a95af0a4b78bfe824fafbea2191e2311730ce19.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib')
-rw-r--r-- | lib/l10n/en_GB.js | 2 | ||||
-rw-r--r-- | lib/l10n/en_GB.json | 2 | ||||
-rw-r--r-- | lib/l10n/fr.js | 2 | ||||
-rw-r--r-- | lib/l10n/fr.json | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/lib/l10n/en_GB.js b/lib/l10n/en_GB.js index 2aad1bcd3b5..75dca0b3fbf 100644 --- a/lib/l10n/en_GB.js +++ b/lib/l10n/en_GB.js @@ -160,6 +160,8 @@ OC.L10N.register( "Username contains whitespace at the beginning or at the end" : "Username contains whitespace at the beginning or at the end", "A valid password must be provided" : "A valid password must be provided", "The username is already being used" : "The username is already being used", + "Login canceled by app" : "Login cancelled by app", + "User disabled" : "User disabled", "Could not obtain lock type %d on \"%s\"." : "Could not obtain lock type %d on \"%s\".", "Storage unauthorized. %s" : "Storage unauthorised. %s", "Storage incomplete configuration. %s" : "Storage incomplete configuration. %s", diff --git a/lib/l10n/en_GB.json b/lib/l10n/en_GB.json index 9e12d5c3f89..549d3675216 100644 --- a/lib/l10n/en_GB.json +++ b/lib/l10n/en_GB.json @@ -158,6 +158,8 @@ "Username contains whitespace at the beginning or at the end" : "Username contains whitespace at the beginning or at the end", "A valid password must be provided" : "A valid password must be provided", "The username is already being used" : "The username is already being used", + "Login canceled by app" : "Login cancelled by app", + "User disabled" : "User disabled", "Could not obtain lock type %d on \"%s\"." : "Could not obtain lock type %d on \"%s\".", "Storage unauthorized. %s" : "Storage unauthorised. %s", "Storage incomplete configuration. %s" : "Storage incomplete configuration. %s", diff --git a/lib/l10n/fr.js b/lib/l10n/fr.js index 6ada293e44b..d54e722a925 100644 --- a/lib/l10n/fr.js +++ b/lib/l10n/fr.js @@ -9,6 +9,7 @@ OC.L10N.register( "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" : "Il a été détecté que la configuration donnée à titre d'exemple a été copiée. Cela peut rendre votre installation inopérante et n'est pas pris en charge. Veuillez lire la documentation avant d'effectuer des modifications dans config.php", "PHP %s or higher is required." : "PHP %s ou supérieur est requis.", "PHP with a version lower than %s is required." : "PHP avec une version antérieure à %s est requis.", + "%sbit or higher PHP required." : "%sbit ou PHP supérieur est requis.", "Following databases are supported: %s" : "Les bases de données suivantes sont supportées : %s", "The command line tool %s could not be found" : "La commande %s est introuvable", "The library %s is not available." : "La librairie %s n'est pas disponible.", @@ -159,6 +160,7 @@ OC.L10N.register( "Username contains whitespace at the beginning or at the end" : "Le nom d'utilisateur contient des espaces au début ou à la fin", "A valid password must be provided" : "Un mot de passe valide doit être saisi", "The username is already being used" : "Ce nom d'utilisateur est déjà utilisé", + "Login canceled by app" : "L'authentification a été annulé par l'application", "User disabled" : "Utilisateur désactivé", "Could not obtain lock type %d on \"%s\"." : "Impossible d'obtenir le verrouillage de type %d sur \"%s\".", "Storage unauthorized. %s" : "Espace de stockage non autorisé. %s", diff --git a/lib/l10n/fr.json b/lib/l10n/fr.json index d9958dc65b3..eb964a8f4e4 100644 --- a/lib/l10n/fr.json +++ b/lib/l10n/fr.json @@ -7,6 +7,7 @@ "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" : "Il a été détecté que la configuration donnée à titre d'exemple a été copiée. Cela peut rendre votre installation inopérante et n'est pas pris en charge. Veuillez lire la documentation avant d'effectuer des modifications dans config.php", "PHP %s or higher is required." : "PHP %s ou supérieur est requis.", "PHP with a version lower than %s is required." : "PHP avec une version antérieure à %s est requis.", + "%sbit or higher PHP required." : "%sbit ou PHP supérieur est requis.", "Following databases are supported: %s" : "Les bases de données suivantes sont supportées : %s", "The command line tool %s could not be found" : "La commande %s est introuvable", "The library %s is not available." : "La librairie %s n'est pas disponible.", @@ -157,6 +158,7 @@ "Username contains whitespace at the beginning or at the end" : "Le nom d'utilisateur contient des espaces au début ou à la fin", "A valid password must be provided" : "Un mot de passe valide doit être saisi", "The username is already being used" : "Ce nom d'utilisateur est déjà utilisé", + "Login canceled by app" : "L'authentification a été annulé par l'application", "User disabled" : "Utilisateur désactivé", "Could not obtain lock type %d on \"%s\"." : "Impossible d'obtenir le verrouillage de type %d sur \"%s\".", "Storage unauthorized. %s" : "Espace de stockage non autorisé. %s", |