diff options
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é", |