diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-09-24 23:12:18 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-09-24 23:12:18 +0200 |
commit | 700ac755655698d43e9c66f1aeca70680c43c807 (patch) | |
tree | f81954f381609867104ff9607b9656521d1549ce /apps/calendar/l10n/fr.php | |
parent | a54ea3246cb2d20e3527211d3413f5d3a8dd529f (diff) | |
download | nextcloud-server-700ac755655698d43e9c66f1aeca70680c43c807.tar.gz nextcloud-server-700ac755655698d43e9c66f1aeca70680c43c807.zip |
updated translations
Diffstat (limited to 'apps/calendar/l10n/fr.php')
-rw-r--r-- | apps/calendar/l10n/fr.php | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/apps/calendar/l10n/fr.php b/apps/calendar/l10n/fr.php index 21c6af78f69..c12d773a67a 100644 --- a/apps/calendar/l10n/fr.php +++ b/apps/calendar/l10n/fr.php @@ -1,8 +1,24 @@ <?php $TRANSLATIONS = array( "Authentication error" => "Erreur d'authentification", +"Wrong calendar" => "Mauvais calendrier", "Timezone changed" => "Fuseau horaire modifié", "Invalid request" => "Requête invalide", "Calendar" => "Calendrier", +"Birthday" => "Anniversaire", +"Business" => "Business", +"Call" => "Appel", +"Clients" => "Clients", +"Deliverer" => "Livreur", +"Holidays" => "Vacances", +"Ideas" => "Idées", +"Journey" => "Journée", +"Jubilee" => "Jubilé", +"Meeting" => "Meeting", +"Other" => "Autre", +"Personal" => "Personnel", +"Projects" => "Projets", +"Questions" => "Questions", +"Work" => "Travail", "Does not repeat" => "Pas de répétition", "Daily" => "Tous les jours", "Weekly" => "Toutes les semaines", @@ -10,6 +26,7 @@ "Bi-Weekly" => "Bimestriel", "Monthly" => "Tous les mois", "Yearly" => "Tous les ans", +"Not an array" => "Ce n'est pas un tableau", "All day" => "Tous les jours", "Sunday" => "Dimanche", "Monday" => "Lundi", @@ -41,6 +58,7 @@ "Feb." => "Fév.", "Mar." => "Mar.", "Apr." => "Avr.", +"May." => "Peut-être *****", "Jun." => "Juin", "Jul." => "Juil.", "Aug." => "Aoû.", @@ -50,27 +68,36 @@ "Dec." => "Déc.", "Week" => "Semaine", "Weeks" => "Semaines", +"More before {startdate}" => "Voir plus avant {startdate}", +"More after {enddate}" => "Voir plus après {enddate}", "Day" => "Jour", "Month" => "Mois", +"List" => "Liste", "Today" => "Aujourd'hui", "Calendars" => "Calendriers", "Time" => "Heure", "There was a fail, while parsing the file." => "Une erreur est survenue pendant la lecture du fichier.", "Choose active calendars" => "Choix des calendriers actifs", +"New Calendar" => "Nouveau Calendrier", +"CalDav Link" => "Lien CalDav", "Download" => "Télécharger", "Edit" => "Éditer", +"New calendar" => "Nouveau calendrier", "Edit calendar" => "Éditer le calendrier", "Displayname" => "Nom d'affichage", "Active" => "Actif", "Description" => "Description", "Calendar color" => "Couleur du calendrier", +"Save" => "Sauvegarder", "Submit" => "Soumettre", +"Cancel" => "Annuler", "Edit an event" => "Éditer un événement", "Title" => "Titre", "Title of the Event" => "Titre de l'événement", "Location" => "Localisation", "Location of the Event" => "Localisation de l'événement", "Category" => "Catégorie", +"Select category" => "Sélectionner une catégorie", "All Day Event" => "Événement de toute une journée", "From" => "De", "To" => "À", |