diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-05-29 01:55:25 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-05-29 01:55:25 -0400 |
commit | c870e7754696d179a9ba8f84a1c1379e5ad1a274 (patch) | |
tree | 9c600841aa814e93bcd100986cd753623653c8f6 /core | |
parent | c778fa062c786a5a895158c360411d8689a3a501 (diff) | |
download | nextcloud-server-c870e7754696d179a9ba8f84a1c1379e5ad1a274.tar.gz nextcloud-server-c870e7754696d179a9ba8f84a1c1379e5ad1a274.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core')
-rw-r--r-- | core/l10n/fr.js | 3 | ||||
-rw-r--r-- | core/l10n/fr.json | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/core/l10n/fr.js b/core/l10n/fr.js index 7b7f62ffb7c..d43f7fe4739 100644 --- a/core/l10n/fr.js +++ b/core/l10n/fr.js @@ -195,6 +195,7 @@ OC.L10N.register( "Warning" : "Attention", "Error while sending notification" : "Erreur lors de l'envoi de la notification", "Non-existing tag #{tag}" : "Étiquette #{tag} inexistante", + "restricted" : "Restreint", "invisible" : "invisible", "({scope})" : "({scope})", "Delete" : "Supprimer", @@ -295,6 +296,8 @@ OC.L10N.register( "This means only administrators can use the instance." : "Cela signifie que seuls les administrateurs peuvent utiliser l'instance.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Veuillez contacter votre administrateur système si ce message persiste ou apparaît de façon inattendue.", "Thank you for your patience." : "Merci de votre patience.", + "Two-step verification" : "Vérification en deux étapes", + "An error occured while verifying the token" : "Une erreur est survenue lors de la vérification du jeton", "You are accessing the server from an untrusted domain." : "Vous accédez au serveur à partir d'un domaine non approuvé.", "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Veuillez contacter votre administrateur. Si vous être l'administrateur de cette instance, configurez la variable \"trusted_domains\" dans le fichier config/config.php. Un exemple de configuration est fournit dans le fichier config/config.sample.php.", "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "En fonction de votre configuration, en tant qu'administrateur vous pouvez également utiliser le bouton ci-dessous pour approuver ce domaine.", diff --git a/core/l10n/fr.json b/core/l10n/fr.json index 278af3f913a..d96f83f804e 100644 --- a/core/l10n/fr.json +++ b/core/l10n/fr.json @@ -193,6 +193,7 @@ "Warning" : "Attention", "Error while sending notification" : "Erreur lors de l'envoi de la notification", "Non-existing tag #{tag}" : "Étiquette #{tag} inexistante", + "restricted" : "Restreint", "invisible" : "invisible", "({scope})" : "({scope})", "Delete" : "Supprimer", @@ -293,6 +294,8 @@ "This means only administrators can use the instance." : "Cela signifie que seuls les administrateurs peuvent utiliser l'instance.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Veuillez contacter votre administrateur système si ce message persiste ou apparaît de façon inattendue.", "Thank you for your patience." : "Merci de votre patience.", + "Two-step verification" : "Vérification en deux étapes", + "An error occured while verifying the token" : "Une erreur est survenue lors de la vérification du jeton", "You are accessing the server from an untrusted domain." : "Vous accédez au serveur à partir d'un domaine non approuvé.", "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Veuillez contacter votre administrateur. Si vous être l'administrateur de cette instance, configurez la variable \"trusted_domains\" dans le fichier config/config.php. Un exemple de configuration est fournit dans le fichier config/config.sample.php.", "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "En fonction de votre configuration, en tant qu'administrateur vous pouvez également utiliser le bouton ci-dessous pour approuver ce domaine.", |