diff --git a/l10n/fr.js b/l10n/fr.js index dbe15413..7f35afb1 100644 --- a/l10n/fr.js +++ b/l10n/fr.js @@ -2,7 +2,7 @@ OC.L10N.register( "bookmarks", { "No file provided for import" : "Aucun fichier fourni pour l'importation", - "Unsupported file type for import" : "Type de fichier non supporté pour l'importation", + "Unsupported file type for import" : "Type de fichier non pris en charge à l'importation", "Bookmarks" : "Favoris", "Tags" : "Étiquettes", "Filter by tag" : "Filtrer par étiquette", diff --git a/l10n/fr.json b/l10n/fr.json index aa615c0b..d319707a 100644 --- a/l10n/fr.json +++ b/l10n/fr.json @@ -1,6 +1,6 @@ { "translations": { "No file provided for import" : "Aucun fichier fourni pour l'importation", - "Unsupported file type for import" : "Type de fichier non supporté pour l'importation", + "Unsupported file type for import" : "Type de fichier non pris en charge à l'importation", "Bookmarks" : "Favoris", "Tags" : "Étiquettes", "Filter by tag" : "Filtrer par étiquette", diff --git a/l10n/fr.php b/l10n/fr.php index 05defe64..264780cc 100644 --- a/l10n/fr.php +++ b/l10n/fr.php @@ -1,7 +1,7 @@ "Aucun fichier fourni pour l'importation", -"Unsupported file type for import" => "Type de fichier non supporté pour l'importation", +"Unsupported file type for import" => "Type de fichier non pris en charge à l'importation", "Bookmarks" => "Favoris", "Tags" => "Étiquettes", "Filter by tag" => "Filtrer par étiquette",