diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-05-13 19:59:44 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-05-13 20:00:34 +0200 |
commit | ee0294bbb1770fa74c808158ab2f7899a8304441 (patch) | |
tree | c212c22456dda38d4b59434762d115f03ae87e28 /core/l10n/fr.php | |
parent | 3926e2d4f3d786be64230350db982a695d329d97 (diff) | |
download | nextcloud-server-ee0294bbb1770fa74c808158ab2f7899a8304441.tar.gz nextcloud-server-ee0294bbb1770fa74c808158ab2f7899a8304441.zip |
update translations
Diffstat (limited to 'core/l10n/fr.php')
-rw-r--r-- | core/l10n/fr.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/core/l10n/fr.php b/core/l10n/fr.php index 64215442d89..8459fbbb664 100644 --- a/core/l10n/fr.php +++ b/core/l10n/fr.php @@ -1,5 +1,9 @@ <?php $TRANSLATIONS = array( +"Application name not provided." => "Nom de l'application non fourni.", +"No category to add?" => "Pas de catégorie à ajouter ?", +"This category already exists: " => "Cette catégorie existe déjà : ", "Owncloud password reset" => "Réinitialisation de votre mot de passe Owncloud", +"ownCloud password reset" => "Réinitialisation de votre mot de passe Owncloud", "Use the following link to reset your password: {link}" => "Utilisez le lien suivant pour réinitialiser votre mot de passe : {link}", "You will receive a link to reset your password via Email." => "Vous allez recevoir un e-mail contenant un lien pour réinitialiser votre mot de passe", "Requested" => "Demande envoyée", @@ -15,7 +19,10 @@ "Apps" => "Applications", "Admin" => "Administration", "Help" => "Aide", +"Access forbidden" => "Accès interdit", "Cloud not found" => "Introuvable", +"Edit categories" => "Modifier les catégories", +"Add" => "Ajouter", "Create an <strong>admin account</strong>" => "Créer un <strong>compte administrateur</strong>", "Password" => "Mot de passe", "Advanced" => "Avancé", |