X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Ffr.lang.php;h=46eb3f3305fa36e1ba52ee843e6259391f7d8ce4;hb=a67c7fec533237be9be83379eb19fbbf51174c9a;hp=23e9d4aeed8b1175b7dccf04655d443522c0323e;hpb=10a6f13349f497f4e2e5c7c4812fcb48db65310e;p=timetracker.git diff --git a/WEB-INF/resources/fr.lang.php b/WEB-INF/resources/fr.lang.php index 23e9d4ae..46eb3f33 100644 --- a/WEB-INF/resources/fr.lang.php +++ b/WEB-INF/resources/fr.lang.php @@ -222,13 +222,14 @@ $i18n_key_words = array( // 'label.mark_paid' => 'Mark paid', // 'label.week_note' => 'Week note', // 'label.week_list' => 'Week list', +// 'label.work_units' => 'Work units', // Form titles. 'title.login' => 'Connexion', 'title.groups' => 'Équipes', // TODO: change "teams" to "groups". -'title.create_team' => 'Création d\\\'une nouvelle équipe', -'title.edit_team' => 'Modification d\\\'une équipe', -'title.delete_team' => 'Suppression d\\\'une équipe', +'title.create_group' => 'Création d\\\'une nouvelle équipe', // TODO: change "team" to "group". +'title.edit_group' => 'Modification d\\\'une équipe', // TODO: change "team" to "group". +'title.delete_group' => 'Suppression d\\\'une équipe', // TODO: change "team" to "group". 'title.reset_password' => 'Réinitialisation du mot de passe', 'title.change_password' => 'Modification du mot de passe', 'title.time' => 'Temps', @@ -291,6 +292,7 @@ $i18n_key_words = array( // TODO: translate the following. // 'title.week_view' => 'Week View', // 'title.swap_roles' => 'Swapping Roles', +// 'title.work_units' => 'Work Units', // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here. // Strings that are used in a single form must go to the specific form section. @@ -414,6 +416,10 @@ $i18n_key_words = array( 'form.users.rate' => 'Tarif', 'form.users.default_rate' => 'Tarif horaire par défaut', +// Editing User form. See example at https://timetracker.anuko.com/user_edit.php +// TODO: translate the following. +// 'form.user_edit.swap_roles' => 'Swap roles', + // Roles form. See example at https://timetracker.anuko.com/roles.php // TODO: translate the following. // 'form.roles.active_roles' => 'Active Roles', @@ -431,42 +437,46 @@ $i18n_key_words = array( 'form.client.client_to_delete' => 'Client à supprimer', 'form.client.client_entries' => 'Entrées de client', -// Exporting Team Data form. See example at https://timetracker.anuko.com/export.php +// Exporting Group Data form. See example at https://timetracker.anuko.com/export.php +// TODO: replace "team" with "group" in the string below. 'form.export.hint' => 'Vous pouvez exporter toutes les données d\\\'une équipe dans un ficheir xml. Cela peut être utile si vous transférez des données vers votre serveur.', 'form.export.compression' => 'Compression', 'form.export.compression_none' => 'Aucune', 'form.export.compression_bzip' => 'bzip', -// Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). -'form.import.hint' => 'Importer les donnés des équipes depuis un fichier xml.', +// Importing Group Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). +'form.import.hint' => 'Importer les donnés des équipes depuis un fichier xml.', // TODO: replace "team" with "group". Also, it's about 1 group, not many. 'form.import.file' => 'Sélectionner le fichier', 'form.import.success' => 'Importation réussie.', -// Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). -'form.teams.hint' => 'Créez une nouvelle équipe en créant un nouveau compte de responsable d\\\'équipe.
Vous pouvez également importer des données d\\\'une équipe depuis un fichier xml provenant d\\\'un autre serveur Anuko Time Tracker (les doublons d\\\'identifiants ne sont pas autorisés).', +// Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first). +// TODO: replace "team" with "group" in the string below. +'form.groups.hint' => 'Créez une nouvelle équipe en créant un nouveau compte de responsable d\\\'équipe.
Vous pouvez également importer des données d\\\'une équipe depuis un fichier xml provenant d\\\'un autre serveur Anuko Time Tracker (les doublons d\\\'identifiants ne sont pas autorisés).', -// Profile form. See example at https://timetracker.anuko.com/profile_edit.php. +// Group Settings form. See example at https://timetracker.anuko.com/group_edit.php. +'form.group_edit.12_hours' => '12 heures', +'form.group_edit.24_hours' => '24 heures', // TODO: translate the following. -// 'form.profile.swap_roles' => 'Swap roles', -'form.profile.12_hours' => '12 heures', -'form.profile.24_hours' => '24 heures', +// 'form.group_edit.show_holidays' => 'Show holidays', +'form.group_edit.tracking_mode' => 'Mode suivi', +'form.group_edit.mode_time' => 'Heures', +'form.group_edit.mode_projects' => 'Projets', +'form.group_edit.mode_projects_and_tasks' => 'Projets et tâches', +'form.group_edit.record_type' => 'Type d\\\'enregistrement', +'form.group_edit.type_all' => 'Tous', +'form.group_edit.type_start_finish' => 'Début et fin', +'form.group_edit.type_duration' => 'Durée', // TODO: translate the following. -// 'form.profile.show_holidays' => 'Show holidays', -'form.profile.tracking_mode' => 'Mode suivi', -'form.profile.mode_time' => 'Heures', -'form.profile.mode_projects' => 'Projets', -'form.profile.mode_projects_and_tasks' => 'Projets et tâches', -'form.profile.record_type' => 'Type d\\\'enregistrement', -'form.profile.type_all' => 'Tous', -'form.profile.type_start_finish' => 'Début et fin', -'form.profile.type_duration' => 'Durée', +// 'form.group_edit.punch_mode' => 'Punch mode', +// 'form.group_edit.allow_overlap' => 'Allow overlap', +// 'form.group_edit.future_entries' => 'Future entries', +// 'form.group_edit.uncompleted_indicators' => 'Uncompleted indicators', +// 'form.group_edit.allow_ip' => 'Allow IP', +'form.group_edit.plugins' => 'Plugins', + +// Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php // TODO: translate the following. -// 'form.profile.punch_mode' => 'Punch mode', -// 'form.profile.allow_overlap' => 'Allow overlap', -// 'form.profile.future_entries' => 'Future entries', -// 'form.profile.uncompleted_indicators' => 'Uncompleted indicators', -// 'form.profile.allow_ip' => 'Allow IP', -'form.profile.plugins' => 'Plugins', +// 'form.group_delete.hint' => 'Are you sure you want to delete the entire group?', // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report. 'form.mail.from' => 'De',