diff options
Diffstat (limited to 'core/l10n/fr.js')
-rw-r--r-- | core/l10n/fr.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/core/l10n/fr.js b/core/l10n/fr.js index 5da982d9463..098b7135cf7 100644 --- a/core/l10n/fr.js +++ b/core/l10n/fr.js @@ -138,8 +138,10 @@ OC.L10N.register( "More apps" : "Plus d'applications", "Currently open" : "Actuellement ouvert", "_{count} notification_::_{count} notifications_" : ["{count} notification","{count} notifications","{count} notifications"], + "Date range filter" : "Filtre de plage de dates", "Pick start date" : "Sélectionner une date de début", "Pick end date" : "Sélectionner une date de fin", + "Apply range" : "Appliquer la plage", "Log in" : "Se connecter", "Logging in …" : "Connexion…", "Server side authentication failed!" : "L'authentification sur le serveur a échoué !", @@ -194,13 +196,20 @@ OC.L10N.register( "Loading your contacts …" : "Chargement de vos contacts...", "Looking for {term} …" : "Recherche de {term} ...", "Global search" : "Recherche globale", + "Search apps, files, tags, messages" : "Rechercher des apps, fichiers, étiquettes, messages", "Apps and Settings" : "Applications et Paramètres", "Modified" : "Modifié", "Today" : "Auj.", + "Last 7 days" : "7 derniers jours", + "Last 30 days" : "30 derniers jours", "This year" : "Cette année", "Last year" : "Année dernière", + "Custom date range" : "Plage de dates personnalisée", + "Search people" : "Rechercher des personnes", "Not found" : "Non trouvé", "People" : "Personnes", + "Start typing in search" : "Commencez à saisir dans la recherche", + "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "Du ${this.dateFilter.startFrom.toLocaleDateString()} au ${this.dateFilter.endAt.toLocaleDateString()}", "Forgot password?" : "Mot de passe oublié ?", "Back to login form" : "Retour au formulaire de connexion", "Back" : "Retour", |