summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2014-04-11 01:55:15 -0400
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2014-04-11 01:55:15 -0400
commit36107e1bad9f696be9ac15141b120c7c30ee4e7f (patch)
treed9a01fae2b1b9b781466baeb34781ed069d0dcc4 /lib
parentdcca5f7bdd224f9fdd773d2a9ff8ac6f3199823a (diff)
downloadnextcloud-server-36107e1bad9f696be9ac15141b120c7c30ee4e7f.tar.gz
nextcloud-server-36107e1bad9f696be9ac15141b120c7c30ee4e7f.zip
[tx-robot] updated from transifex
Diffstat (limited to 'lib')
-rw-r--r--lib/l10n/fr.php1
-rw-r--r--lib/l10n/nl.php4
2 files changed, 4 insertions, 1 deletions
diff --git a/lib/l10n/fr.php b/lib/l10n/fr.php
index 52cbfb85b40..b13970c610d 100644
--- a/lib/l10n/fr.php
+++ b/lib/l10n/fr.php
@@ -67,6 +67,7 @@ $TRANSLATIONS = array(
"_%n month ago_::_%n months ago_" => array("","Il y a %n mois"),
"last year" => "l'année dernière",
"years ago" => "il y a plusieurs années",
+"Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" => "Seuls les caractères suivants sont autorisés dans un nom d'utilisateur : \"a-z\", \"A-Z\", \"0-9\", et \"_.@-\"",
"A valid username must be provided" => "Un nom d'utilisateur valide doit être saisi",
"A valid password must be provided" => "Un mot de passe valide doit être saisi",
"The username is already being used" => "Le nom d'utilisateur est déjà utilisé"
diff --git a/lib/l10n/nl.php b/lib/l10n/nl.php
index c7a1609a770..c43703c504e 100644
--- a/lib/l10n/nl.php
+++ b/lib/l10n/nl.php
@@ -67,7 +67,9 @@ $TRANSLATIONS = array(
"_%n month ago_::_%n months ago_" => array("%n maand geleden","%n maanden geleden"),
"last year" => "vorig jaar",
"years ago" => "jaar geleden",
+"Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" => "Alleen de volgende tekens zijn toegestaan in een gebruikersnaam: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"",
"A valid username must be provided" => "Er moet een geldige gebruikersnaam worden opgegeven",
-"A valid password must be provided" => "Er moet een geldig wachtwoord worden opgegeven"
+"A valid password must be provided" => "Er moet een geldig wachtwoord worden opgegeven",
+"The username is already being used" => "De gebruikersnaam bestaat al"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";