[tx-robot] updated from transifex

This commit is contained in:
Jenkins for ownCloud 2016-02-07 00:28:16 -05:00
parent c51d8d4777
commit f067232941
3 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,7 @@ OC.L10N.register(
"You can <a href=\"{login}\">log in now</a>." : "Vous pouvez maintenant <a href=\"{login}\">vous connecter</a>.",
"Verification email successfully sent." : "Courriel de vérification envoyé avec succès.",
"Invalid verification URL. No registration request with this verification URL is found." : "Lien de vérification non valable. Aucune demande d'inscription correspondante n'a été trouvée.",
"Unable to create user, there are problems with the user backend." : "Impossible de créer l'utilisateur, il y a des problèmes avec l'infrastructure utilisateur",
"Unable to set user email: " : "Impossible de définir l'email utilisateur :",
"Failed to delete pending registration request" : "Erreur lors de la suppression de la demande d'enregistrement en attente",
"Your account has been successfully created, you can <a href=\"{link}\">log in now</a>." : "Votre compte a bien été créé, vous pouvez maintenant <a href=\"{link}\">vous connecter</a>.",

View File

@ -7,6 +7,7 @@
"You can <a href=\"{login}\">log in now</a>." : "Vous pouvez maintenant <a href=\"{login}\">vous connecter</a>.",
"Verification email successfully sent." : "Courriel de vérification envoyé avec succès.",
"Invalid verification URL. No registration request with this verification URL is found." : "Lien de vérification non valable. Aucune demande d'inscription correspondante n'a été trouvée.",
"Unable to create user, there are problems with the user backend." : "Impossible de créer l'utilisateur, il y a des problèmes avec l'infrastructure utilisateur",
"Unable to set user email: " : "Impossible de définir l'email utilisateur :",
"Failed to delete pending registration request" : "Erreur lors de la suppression de la demande d'enregistrement en attente",
"Your account has been successfully created, you can <a href=\"{link}\">log in now</a>." : "Votre compte a bien été créé, vous pouvez maintenant <a href=\"{link}\">vous connecter</a>.",

View File

@ -8,6 +8,7 @@ $TRANSLATIONS = array(
"You can <a href=\"{login}\">log in now</a>." => "Vous pouvez maintenant <a href=\"{login}\">vous connecter</a>.",
"Verification email successfully sent." => "Courriel de vérification envoyé avec succès.",
"Invalid verification URL. No registration request with this verification URL is found." => "Lien de vérification non valable. Aucune demande d'inscription correspondante n'a été trouvée.",
"Unable to create user, there are problems with the user backend." => "Impossible de créer l'utilisateur, il y a des problèmes avec l'infrastructure utilisateur",
"Unable to set user email: " => "Impossible de définir l'email utilisateur :",
"Failed to delete pending registration request" => "Erreur lors de la suppression de la demande d'enregistrement en attente",
"Your account has been successfully created, you can <a href=\"{link}\">log in now</a>." => "Votre compte a bien été créé, vous pouvez maintenant <a href=\"{link}\">vous connecter</a>.",