Added label.mark_approved to translation files.
[timetracker.git] / WEB-INF / resources / fr.lang.php
1 <?php
2 // +----------------------------------------------------------------------+
3 // | Anuko Time Tracker
4 // +----------------------------------------------------------------------+
5 // | Copyright (c) Anuko International Ltd. (https://www.anuko.com)
6 // +----------------------------------------------------------------------+
7 // | LIBERAL FREEWARE LICENSE: This source code document may be used
8 // | by anyone for any purpose, and freely redistributed alone or in
9 // | combination with other software, provided that the license is obeyed.
10 // |
11 // | There are only two ways to violate the license:
12 // |
13 // | 1. To redistribute this code in source form, with the copyright
14 // |    notice or license removed or altered. (Distributing in compiled
15 // |    forms without embedded copyright notices is permitted).
16 // |
17 // | 2. To redistribute modified versions of this code in *any* form
18 // |    that bears insufficient indications that the modifications are
19 // |    not the work of the original author(s).
20 // |
21 // | This license applies to this document only, not any other software
22 // | that it may be combined with.
23 // |
24 // +----------------------------------------------------------------------+
25 // | Contributors:
26 // | https://www.anuko.com/time_tracker/credits.htm
27 // +----------------------------------------------------------------------+
28
29 // Note: escape apostrophes with THREE backslashes, like here:  choisir l\\\'option.
30 // Other characters (such as double-quotes in http links, etc.) do not have to be escaped.
31
32 $i18n_language = 'French (Français)';
33 $i18n_months = array('Janvier', 'Février', 'Mars', 'Avril', 'Mai', 'Juin', 'Juillet', 'Août', 'Septembre', 'Octobre', 'Novembre', 'Décembre'); 
34 $i18n_weekdays = array('Dimanche', 'Lundi', 'Mardi', 'Mercredi', 'Jeudi', 'Vendredi', 'Samedi');
35 $i18n_weekdays_short = array('Di', 'Lu', 'Ma', 'Me', 'Je', 'Ve', 'Sa');
36 // format mm/dd
37 $i18n_holidays = array('01/01', '04/06', '04/09', '05/01', '05/08', '05/17', '05/28', '07/14', '08/15', '11/01', '11/11', '12/25');
38
39 $i18n_key_words = array(
40
41 // Menus - short selection strings that are displayed on top of application web pages.
42 // Example: https://timetracker.anuko.com (black menu on top).
43 'menu.login' => 'Connexion',
44 'menu.logout' => 'Quitter',
45 'menu.forum' => 'Forum',
46 'menu.help' => 'Aide',
47 // TODO: translate the following.
48 // 'menu.create_group' => 'Create Group',
49 'menu.profile' => 'Profil',
50 // TODO: translate the following.
51 // 'menu.group' => 'Group',
52 'menu.plugins' => 'Plugins',
53 'menu.time' => 'Temps',
54 'menu.expenses' => 'Dépenses',
55 'menu.reports' => 'Rapports',
56 // TODO: translate the following.
57 // 'menu.timesheets' => 'Timesheets',
58 'menu.charts' => 'Graphiques',
59 'menu.projects' => 'Projets',
60 'menu.tasks' => 'Tâches',
61 'menu.users' => 'Utilisateurs',
62 // TODO: translate the following.
63 // 'menu.groups' => 'Groups',
64 // 'menu.subgroups' => 'Subgroups',
65 'menu.export' => 'Exporter',
66 'menu.clients' => 'Clients',
67 'menu.options' => 'Options',
68
69 // Footer - strings on the bottom of most pages.
70 'footer.contribute_msg' => 'Vous pouvez contribuer à Time Tracker de différentes façons.',
71 'footer.credits' => 'Crédits',
72 'footer.license' => 'License',
73 'footer.improve' => 'Contribuer',
74
75 // Error messages.
76 'error.access_denied' => 'Accès refusé.',
77 'error.sys' => 'Erreur système.',
78 'error.db' => 'Erreur de base de données.',
79 // TODO: translate the following.
80 // 'error.feature_disabled' => 'Feature is disabled.',
81 'error.field' => 'Donnée "{0}" incorrecte.',
82 'error.empty' => 'Le champ "{0}" est vide.',
83 'error.not_equal' => 'Le champ "{0}" n\\\'est pas égal au champ "{1}".',
84 'error.interval' => 'Le champ "{0}" doit être supérieur à "{1}".',
85 'error.project' => 'Sélectionner un projet.',
86 'error.task' => 'Sélectionner une tâche.',
87 'error.client' => 'Sélectionner un client.',
88 'error.report' => 'Sélectionner un rapport.',
89 // TODO: translate the following.
90 // 'error.record' => 'Select record.',
91 'error.auth' => 'Nom d\\\'utilisateur ou mot de passe incorrect.',
92 'error.user_exists' => 'Un utilisateur avec cet identifiant existe déjà.',
93 // TODO: translate the following.
94 // 'error.object_exists' => 'Object with this name already exists.',
95 'error.invoice_exists' => 'Une facture avec ce numéro existe déjà.',
96 // TODO: translate the following.
97 // 'error.role_exists' => 'Role with this rank already exists.',
98 'error.no_invoiceable_items' => 'Il n\\\'y a pas d\\\'éléments à facturer.',
99 'error.no_login' => 'Aucun utilisateur avec cet identifiant.',
100 'error.no_groups' => 'Votre base de données est vide. Connectez-vous comme administrateur et créez une nouvelle équipe.',  // TODO: replace "team" with "group".
101 'error.upload' => 'Erreur de chargement du fichier.',
102 'error.range_locked' => 'Plage de date vérouillée.',
103 'error.mail_send' => 'Erreur lors de l\\\'envoi du courriel.',
104 // TODO: improve the translation above by adding MAIL_SMTP_DEBUG part.
105 // 'error.mail_send' => 'Error sending mail. Use MAIL_SMTP_DEBUG for diagnostics.',
106 'error.no_email' => 'Aucune adresse courriel n\\\'est associée à cet identifiant.',
107 'error.uncompleted_exists' => 'Une entrée non terminée existe déjà. Fermer ou supprimer.',
108 'error.goto_uncompleted' => 'Aller à l\\\'entrée non terminée.',
109 'error.overlap' => 'Les heures des projets ne peuvent se chevaucher.',
110 'error.future_date' => 'Date ultérieure.',
111 // TODO: translate the following.
112 // 'error.xml' => 'Error in XML file at line %d: %s.',
113 // 'error.cannot_import' => 'Cannot import: %s.',
114 // 'error.format' => 'Invalid file format.',
115 // 'error.user_count' => 'Limit on user count.',
116 // 'error.expired' => 'Expiration date reached.',
117
118 // Warning messages.
119 // TODO: translate the following.
120 // 'warn.sure' => 'Are you sure?',
121 // 'warn.confirm_save' => 'Date has changed. Confirm saving, not copying this item.',
122
123 // Success messages.
124 // TODO: translate the following.
125 // 'msg.success' => 'Operation completed successfully.',
126
127 // Labels for buttons.
128 'button.login' => 'Connexion',
129 'button.now' => 'Maintenant',
130 'button.save' => 'Sauvegarder',
131 'button.copy' => 'Copier',
132 'button.cancel' => 'Annuler',
133 'button.submit' => 'Soumettre',
134 'button.add' => 'Ajouter',
135 'button.delete' => 'Supprimer',
136 'button.generate' => 'Générer',
137 'button.reset_password' => 'Réinitialiser',
138 'button.send' => 'Envoyer',
139 'button.send_by_email' => 'Envoyer par courriel',
140 'button.create_group' => 'Créer une équipe', // TODO: replace "team" with "group".
141 // TODO: translate the following.
142 // 'button.create_timesheet' => 'Create timesheet',
143 'button.export' => 'Exporter l\\\'équipe', // TODO: replace "team" with "group".
144 'button.import' => 'Importer une équipe', // TODO: replace "team" with "group".
145 'button.close' => 'Fermer',
146 'button.stop' => 'Arrêter',
147 // TODO: translate the following.
148 // 'button.approve' => 'Approve',
149 // 'button.disapprove' => 'Disapprove',
150
151 // Labels for controls on forms. Labels in this section are used on multiple forms.
152 'label.group_name' => 'Nom équipe', // TODO: replace "team" with "group".
153 'label.address' => 'Adresse',
154 'label.currency' => 'Devise',
155 'label.manager_name' => 'Nom du responsable',
156 'label.manager_login' => 'Identifiant du responsable',
157 'label.person_name' => 'Nom',
158 'label.thing_name' => 'Nom',
159 'label.login' => 'Identifiant',
160 'label.password' => 'Mot de passe',
161 'label.confirm_password' => 'Confirmez le mot de passe',
162 'label.email' => 'Adresse courriel',
163 'label.cc' => 'Cc',
164 'label.bcc' => 'Cci',
165 'label.subject' => 'Objet',
166 'label.date' => 'Date',
167 'label.start_date' => 'Date de début',
168 'label.end_date' => 'Date de fin',
169 'label.user' => 'Utilisateur',
170 'label.users' => 'Utilisateurs',
171 // TODO: translate the following.
172 // 'label.group' => 'Group',
173 // 'label.subgroups' => 'Subgroups',
174 // 'label.roles' => 'Roles',
175 'label.client' => 'Client',
176 'label.clients' => 'Clients',
177 'label.option' => 'Option',
178 'label.invoice' => 'Facture',
179 'label.project' => 'Projet',
180 'label.projects' => 'Projets',
181 'label.task' => 'Tâche',
182 'label.tasks' => 'Tâches',
183 'label.description' => 'Description',
184 'label.start' => 'Début',
185 'label.finish' => 'Fin',
186 'label.duration' => 'Durée',
187 'label.note' => 'Note',
188 // TODO: translate the following.
189 // 'label.notes' => 'Notes',
190 'label.item' => 'Item',
191 'label.cost' => 'Coût',
192 // TODO: translate the following.
193 // 'label.ip' => 'IP',
194 'label.day_total' => 'Total quotidien',
195 'label.week_total' => 'Total hebdomadaire',
196 'label.month_total' => 'Total mensuel',
197 'label.today' => 'Aujourd\\\'hui',
198 'label.view' => 'Visionner',
199 'label.edit' => 'Modifier',
200 'label.delete' => 'Supprimer',
201 'label.configure' => 'Configurer',
202 'label.select_all' => 'Tout sélectionner',
203 'label.select_none' => 'Aucun',
204 // TODO: translate the following.
205 // 'label.day_view' => 'Day view',
206 // 'label.week_view' => 'Week view',
207 'label.id' => 'ID',
208 'label.language' => 'Langage',
209 'label.decimal_mark' => 'Séparateur de décimal',
210 'label.date_format' => 'Format date',
211 'label.time_format' => 'Format heure',
212 'label.week_start' => '1er jour de la semaine',
213 'label.comment' => 'Commentaire',
214 'label.status' => 'Statut',
215 'label.tax' => 'Taxe',
216 'label.subtotal' => 'Sous-total',
217 'label.total' => 'Total',
218 'label.client_name' => 'Nom du client',
219 'label.client_address' => 'Adresse du client',
220 'label.or' => 'ou',
221 'label.error' => 'Erreur',
222 'label.ldap_hint' => 'Entrer votre <b>Identifiant Windows</b> et <b>votre mot de passe</b> dans les champs suivants.',
223 'label.required_fields' => '* - champs obligatoires',
224 'label.on_behalf' => 'de la part de',
225 'label.role_manager' => '(responsable)',
226 'label.role_comanager' => '(coresponsable)',
227 'label.role_admin' => '(administrateur)',
228 'label.page' => 'Page',
229 'label.condition' => 'Condition',
230 // TODO: translate the following.
231 // 'label.yes' => 'yes',
232 // 'label.no' => 'no',
233 // Labels for plugins (extensions to Time Tracker that provide additional features).
234 'label.custom_fields' => 'Champs personalisés',
235 'label.monthly_quotas' => 'Quotas mensuels',
236 'label.type' => 'Type',
237 'label.type_dropdown' => 'Liste déroulante',
238 'label.type_text' => 'Texte',
239 'label.required' => 'Obligatoire',
240 'label.fav_report' => 'Rapport favori',
241 'label.schedule' => 'Horaire',
242 'label.what_is_it' => 'Qu\\\'est-ce que c\\\'est?',
243 // 'label.expense' => 'Expense',
244 // 'label.quantity' => 'Quantity',
245 // 'label.paid_status' => 'Paid status',
246 // 'label.paid' => 'Paid',
247 // 'label.mark_paid' => 'Mark paid',
248 // 'label.week_note' => 'Week note',
249 // 'label.week_list' => 'Week list',
250 // 'label.work_units' => 'Work units',
251 // 'label.work_units_short' => 'Units',
252 'label.totals_only' => 'Totaux uniquement',
253 'label.quota' => 'Quota',
254 // TODO: translate the following.
255 // 'label.timesheet' => 'Timesheet',
256 // 'label.submitted' => 'Submitted',
257 // 'label.approved' => 'Approved',
258 // 'label.approval' => 'Report approval',
259 // 'label.mark_approved' => 'Mark approved',
260
261 // Form titles.
262 'title.error' => 'Erreur',
263 // TODO: Translate the following.
264 // 'title.success' => 'Success',
265 'title.login' => 'Connexion',
266 'title.groups' => 'Équipes', // TODO: change "teams" to "groups".
267 // TODO: translate the following.
268 // 'title.subgroups' => 'Subgroups',
269 // 'title.add_group' => 'Adding Group',
270 'title.edit_group' => 'Modification d\\\'une équipe', // TODO: change "team" to "group".
271 'title.delete_group' => 'Suppression d\\\'une équipe', // TODO: change "team" to "group".
272 'title.reset_password' => 'Réinitialisation du mot de passe',
273 'title.change_password' => 'Modification du mot de passe',
274 'title.time' => 'Temps',
275 'title.edit_time_record' => 'Modification de l\\\'entrée de temps',
276 'title.delete_time_record' => 'Suppression de l\\\'entrée de temps',
277 'title.expenses' => 'Dépenses',
278 'title.edit_expense' => 'Modification d\\\'une dépense',
279 'title.delete_expense' => 'Suppression d\\\'une dépense',
280 'title.reports' => 'Rapports',
281 'title.report' => 'Rapport',
282 'title.send_report' => 'Envoi du rapport',
283 // TODO: Translate the following.
284 // 'title.timesheets' => 'Timesheets',
285 // 'title.timesheet' => 'Timesheet',
286 'title.invoice' => 'Facture',
287 'title.send_invoice' => 'Envoi de la facture',
288 'title.charts' => 'Graphiques',
289 'title.projects' => 'Projets',
290 'title.add_project' => 'Ajout d\\\'un projet',
291 'title.edit_project' => 'Modification d\\\'un projet',
292 'title.delete_project' => 'Suppression d\\\'un projet',
293 'title.tasks' => 'Tâches',
294 'title.add_task' => 'Ajout d\\\'une tâche',
295 'title.edit_task' => 'Modification d\\\'une tâche',
296 'title.delete_task' => 'Suppression d\\\'une tâche',
297 'title.users' => 'Utilisateurs',
298 'title.add_user' => 'Création d\\\'un utilisateur',
299 'title.edit_user' => 'Modification d\\\'un utilisateur',
300 'title.delete_user' => 'Suppression d\\\'un utilisateur',
301 // TODO: translate the following.
302 // 'title.roles' => 'Roles',
303 // 'title.add_role' => 'Adding Role',
304 // 'title.edit_role' => 'Editing Role',
305 // 'title.delete_role' => 'Deleting Role',
306 'title.clients' => 'Clients',
307 'title.add_client' => 'Ajout d\\\'un client',
308 'title.edit_client' => 'Modification d\\\'un client',
309 'title.delete_client' => 'Suppression d\\\'un client',
310 'title.invoices' => 'Factures',
311 'title.add_invoice' => 'Ajout d\\\'une facture',
312 'title.view_invoice' => 'Visionnement d\\\'une facture',
313 'title.delete_invoice' => 'Suppression d\\\'une facture',
314 'title.notifications' => 'Notifications',
315 'title.add_notification' => 'Ajout d\\\'une notification',
316 'title.edit_notification' => 'Modification d\\\'une notification',
317 'title.delete_notification' => 'Suppression d\\\'une notification',
318 // TODO: translate the following.
319 // 'title.add_timesheet' => 'Adding Timesheet',
320 // 'title.edit_timesheet' => 'Editing Timesheet',
321 // 'title.delete_timesheet' => 'Deleting Timesheet',
322 'title.monthly_quotas' => 'Quotas mensuels',
323 'title.export' => 'Exportation des données',
324 'title.import' => 'Importation des données',
325 'title.options' => 'Options',
326 'title.profile' => 'Profil',
327 'title.plugins' => 'Plugins',
328 'title.cf_custom_fields' => 'Champs personalisés',
329 'title.cf_add_custom_field' => 'Ajout d\\\'un champ',
330 'title.cf_edit_custom_field' => 'Édition d\\\'un champ',
331 'title.cf_delete_custom_field' => 'Suppression d\\\'un champ',
332 'title.cf_dropdown_options' => 'Options de liste',
333 'title.cf_add_dropdown_option' => 'Ajout d\\\'une option',
334 'title.cf_edit_dropdown_option' => 'Modification d\\\'une option',
335 'title.cf_delete_dropdown_option' => 'Suppression d\\\'une option',
336 'title.locking' => 'Vérouillage',
337 // TODO: translate the following.
338 // 'title.week_view' => 'Week View',
339 // 'title.swap_roles' => 'Swapping Roles',
340 // 'title.work_units' => 'Work Units',
341
342 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
343 // Strings that are used in a single form must go to the specific form section.
344 'dropdown.all' => '--- tous ---',
345 'dropdown.no' => '--- aucun ---',
346 'dropdown.current_day' => 'aujourd\\\'hui',
347 'dropdown.previous_day' => 'hier',
348 'dropdown.selected_day' => 'jour',
349 'dropdown.current_week' => 'semaine en cours',
350 'dropdown.previous_week' => 'la semaine dernière',
351 'dropdown.selected_week' => 'semaine',
352 'dropdown.current_month' => 'mois en cours',
353 'dropdown.previous_month' => 'le mois dernier',
354 'dropdown.selected_month' => 'mois',
355 'dropdown.current_year' => 'année en cours',
356 'dropdown.previous_year' => 'année dernière',
357 'dropdown.selected_year' => 'année',
358 'dropdown.all_time' => 'depuis toujours',
359 'dropdown.projects' => 'Projets',
360 'dropdown.tasks' => 'Tâches',
361 'dropdown.clients' => 'Clients',
362 'dropdown.select' => '--- sélectionnez ---',
363 'dropdown.select_invoice' => '--- selectionnez facture ---',
364 'dropdown.status_active' => 'actif',
365 'dropdown.status_inactive' => 'inactif',
366 'dropdown.delete' => 'supprimer',
367 'dropdown.do_not_delete' => 'ne pas supprimer',
368 // TODO: translate the following.
369 // 'dropdown.paid' => 'paid',
370 // 'dropdown.not_paid' => 'not paid',
371
372 // Below is a section for strings that are used on individual forms. When a string is used only on one form it should be placed here.
373 // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases
374 // a string can be defined on the main form and used on related forms. The reasoning for this is to make translation effort easier.
375 // Strings that are used on multiple unrelated forms should be placed in shared sections such as label.<stringname>, etc.
376
377 // Login form. See example at https://timetracker.anuko.com/login.php.
378 'form.login.forgot_password' => 'Mot de passe oublié?',
379 'form.login.about' => 'Anuko <a href="https://www.anuko.com/lp/tt_2.htm" target="_blank">Time Tracker</a> est un système de gestion du temps, open source, simple et facile à utiliser.',
380
381 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
382 'form.reset_password.message' => 'Une demande de réinitialisation du mot de passe a été envoyé par courriel.',
383 'form.reset_password.email_subject' => 'Demande de réinitialisation de mot de passe Anuko Time Tracker',
384 // TODO: English string has changed. "from IP added. Re-translate the beginning.
385 // 'form.reset_password.email_body' => "Dear User,\n\nSomeone from IP %s requested your Anuko Time Tracker password reset. Please visit this link if you want to reset your password.\n\n%s\n\nAnuko Time Tracker is a simple, easy to use, open source time tracking system. Visit https://www.anuko.com for more information.\n\n",
386 // "IP %s" probably sounds awkward.
387 'form.reset_password.email_body' => "Cher utilisateur,\n\nQuelqu\'un, IP %s, avez demandé une réinitialisation de votre mot de passe. Veuillez de suivre ce lien pour le réinitialiser\n\n%s\n\nAnuko Time Tracker est un système de gestion du temps, open source, simple et facile à utiliser. Visitez https://www.anuko.com pour plus d\'informations.\n\n",
388
389 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
390 'form.change_password.tip' => 'Saisissez votre nouveau mot de passe et cliquez sur Sauvegarder.',
391
392 // Time form. See example at https://timetracker.anuko.com/time.php.
393 'form.time.duration_format' => '(hh:mm ou 0.0h)',
394 'form.time.billable' => 'Facturable',
395 'form.time.uncompleted' => 'Non terminée',
396 'form.time.remaining_quota' => 'Quota restant',
397 'form.time.over_quota' => 'Quota dépassé',
398 // TODO: translate the following.
399 // 'form.time.remaining_balance' => 'Remaining balance',
400 // 'form.time.over_balance' => 'Over balance',
401
402 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
403 'form.time_edit.uncompleted' => 'Cet enregistrement a été sauvegardé avec une heure de début seulement. Il ne s\\\'agit pas d\\\'une erreur.',
404
405 // Week view form. See example at https://timetracker.anuko.com/week.php.
406 // TODO: translate the following.
407 // 'form.week.new_entry' => 'New entry',
408
409 // Reports form. See example at https://timetracker.anuko.com/reports.php
410 'form.reports.save_as_favorite' => 'Enregistrer comme favori',
411 'form.reports.confirm_delete' => 'Êtes-vous certain de vouloir supprimer ce rapport des favoris?',
412 'form.reports.include_billable' => 'facturables',
413 'form.reports.include_not_billable' => 'non facturables',
414 'form.reports.include_invoiced' => 'facturé',
415 'form.reports.include_not_invoiced' => 'non facturé',
416 // TODO: translate the following.
417 // 'form.reports.include_assigned' => 'assigned',
418 // 'form.reports.include_not_assigned' => 'not assigned',
419 // 'form.reports.include_pending' => 'pending',
420 // 'form.reports.include_approved' => 'approved',
421 // 'form.reports.include_not_approved' => 'not approved',
422 'form.reports.select_period' => 'Sélectionner la période de temps',
423 'form.reports.set_period' => 'ou dates indiquées',
424 'form.reports.show_fields' => 'Afficher les champs',
425 'form.reports.group_by' => 'Regroupés par',
426 'form.reports.group_by_no' => '--- Aucun regroupement ---',
427 'form.reports.group_by_date' => 'Date',
428 'form.reports.group_by_user' => 'Utilisateur',
429 'form.reports.group_by_client' => 'Client',
430 'form.reports.group_by_project' => 'Projet',
431 'form.reports.group_by_task' => 'Tâche',
432
433 // Report form. See example at https://timetracker.anuko.com/report.php
434 // (after generating a report at https://timetracker.anuko.com/reports.php).
435 'form.report.export' => 'Exporter',
436 // TODO: translate the following.
437 // 'form.report.assign_to_invoice' => 'Assign to invoice',
438
439 // Timesheets form. See example at https://timetracker.anuko.com/timesheets.php
440 // TODO: translate the following.
441 // form.timesheets.hint' => 'Use reports to add new timesheets.',
442 // 'form.timesheets.active_timesheets' => 'Active Timesheets',
443 // 'form.timesheets.inactive_timesheets' => 'Inactive Timesheets',
444
445 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
446 // (you can get to this form after generating a report).
447 'form.invoice.number' => 'Numéro de facture',
448 'form.invoice.person' => 'Personne',
449
450 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
451 'form.invoice.invoice_to_delete' => 'Facture à supprimer',
452 'form.invoice.invoice_entries' => 'Entrées de facture',
453 // TODO: translate the following.
454 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
455
456 // Charts form. See example at https://timetracker.anuko.com/charts.php
457 'form.charts.interval' => 'Intervalle',
458 'form.charts.chart' => 'Graphique',
459
460 // Projects form. See example at https://timetracker.anuko.com/projects.php
461 'form.projects.active_projects' => 'Projets actifs',
462 'form.projects.inactive_projects' => 'Projets inactifs',
463
464 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
465 'form.tasks.active_tasks' => 'Tâches actives',
466 'form.tasks.inactive_tasks' => 'Tâches inactives',
467
468 // Users form. See example at https://timetracker.anuko.com/users.php
469 'form.users.active_users' => 'Utilisateurs actifs',
470 'form.users.inactive_users' => 'Utilisateurs inactifs',
471 'form.users.uncompleted_entry' => 'L\\\'utilisateur a une entrée incomplète',
472 'form.users.role' => 'Rôle',
473 'form.users.manager' => 'Responsable',
474 'form.users.comanager' => 'Coresponsable',
475 'form.users.rate' => 'Tarif',
476 'form.users.default_rate' => 'Tarif horaire par défaut',
477
478 // Editing User form. See example at https://timetracker.anuko.com/user_edit.php
479 // TODO: translate the following.
480 // 'form.user_edit.swap_roles' => 'Swap roles',
481
482 // Roles form. See example at https://timetracker.anuko.com/roles.php
483 // TODO: translate the following.
484 // 'form.roles.active_roles' => 'Active Roles',
485 // 'form.roles.inactive_roles' => 'Inactive Roles',
486 // 'form.roles.rank' => 'Rank',
487 // 'form.roles.rights' => 'Rights',
488 // 'form.roles.assigned' => 'Assigned',
489 // 'form.roles.not_assigned' => 'Not assigned',
490
491 // Clients form. See example at https://timetracker.anuko.com/clients.php
492 'form.clients.active_clients' => 'Clients actifs',
493 'form.clients.inactive_clients' => 'Clients inactifs',
494
495 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
496 'form.client.client_to_delete' => 'Client à supprimer',
497 'form.client.client_entries' => 'Entrées de client',
498
499 // Exporting Group Data form. See example at https://timetracker.anuko.com/export.php
500 // TODO: replace "team" with "group" in the string below.
501 '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.',
502 'form.export.compression' => 'Compression',
503 'form.export.compression_none' => 'Aucune',
504 'form.export.compression_bzip' => 'bzip',
505
506 // Importing Group Data form. See example at https://timetracker.anuko.com/import.php (login as admin first).
507 '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.
508 'form.import.file' => 'Sélectionner le fichier',
509 'form.import.success' => 'Importation réussie.',
510
511 // Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first).
512 // TODO: replace "team" with "group" in the string below.
513 'form.groups.hint' => 'Créez une nouvelle équipe en créant un nouveau compte de responsable d\\\'équipe.<br>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).',
514
515 // Group Settings form. See example at https://timetracker.anuko.com/group_edit.php.
516 'form.group_edit.12_hours' => '12 heures',
517 'form.group_edit.24_hours' => '24 heures',
518 // TODO: translate the following.
519 // 'form.group_edit.show_holidays' => 'Show holidays',
520 'form.group_edit.tracking_mode' => 'Mode suivi',
521 'form.group_edit.mode_time' => 'Heures',
522 'form.group_edit.mode_projects' => 'Projets',
523 'form.group_edit.mode_projects_and_tasks' => 'Projets et tâches',
524 'form.group_edit.record_type' => 'Type d\\\'enregistrement',
525 'form.group_edit.type_all' => 'Tous',
526 'form.group_edit.type_start_finish' => 'Début et fin',
527 'form.group_edit.type_duration' => 'Durée',
528 // TODO: translate the following.
529 // 'form.group_edit.punch_mode' => 'Punch mode',
530 // 'form.group_edit.allow_overlap' => 'Allow overlap',
531 // 'form.group_edit.future_entries' => 'Future entries',
532 // 'form.group_edit.uncompleted_indicators' => 'Uncompleted indicators',
533 // 'form.group_edit.confirm_save' => 'Confirm saving',
534 // 'form.group_edit.allow_ip' => 'Allow IP',
535
536 // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php
537 // TODO: translate the following.
538 // 'form.group_delete.hint' => 'Are you sure you want to delete the entire group?',
539
540 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
541 'form.mail.from' => 'De',
542 'form.mail.to' => 'À',
543 'form.mail.report_subject' => 'Rapport Time Tracker',
544 'form.mail.footer' => 'Anuko Time Tracker est un système de gestion du temps, open source, simple et facile à utiliser. Visitez <a href="https://www.anuko.com">www.anuko.com</a> pour plus d\\\'informations.',
545 'form.mail.report_sent' => 'Le rapport a été envoyé.',
546 'form.mail.invoice_sent' => 'La facture a été envoyée.',
547
548 // Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin.
549 'form.quota.year' => 'Année',
550 'form.quota.month' => 'Mois',
551 'form.quota.workday_hours' => 'Heures journée de travail',
552 'form.quota.hint' => 'Si les valeurs sont vides, les quotas sont calculés automatiquement selon les heures des journées de travail et des congés.',
553
554 // Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php.
555 // TODO: translate the following.
556 // 'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.',
557 // 'form.swap.swap_with' => 'Swap roles with',
558
559 // Work Units configuration form. See example at https://timetracker.anuko.com/work_units.php after enabling Work units plugin.
560 // TODO: translate the following.
561 // 'form.work_units.minutes_in_unit' => 'Minutes in unit',
562 // 'form.work_units.1st_unit_threshold' => '1st unit threshold',
563
564 // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.
565 // TODO: translate the following.
566 // 'role.user.label' => 'User',
567 // 'role.user.low_case_label' => 'user',
568 // 'role.user.description' => 'A regular member without management rights.',
569 // 'role.client.label' => 'Client',
570 // 'role.client.low_case_label' => 'client',
571 // 'role.client.description' => 'A client can view its own data.',
572 // 'role.supervisor.label' => 'Supervisor',
573 // 'role.supervisor.low_case_label' => 'supervisor',
574 // 'role.supervisor.description' => 'A person with a small set of management rights.',
575 // 'role.comanager.label' => 'Co-manager',
576 // 'role.comanager.low_case_label' => 'co-manager',
577 // 'role.comanager.description' => 'A person with a big set of management functions.',
578 // 'role.manager.label' => 'Manager',
579 // 'role.manager.low_case_label' => 'manager',
580 // 'role.manager.description' => 'Group manager. Can do most of things for a group.',
581 // 'role.top_manager.label' => 'Top manager',
582 // 'role.top_manager.low_case_label' => 'top manager',
583 // 'role.top_manager.description' => 'Top group manager. Can do everything in a tree of groups.',
584 // 'role.admin.label' => 'Administrator',
585 // 'role.admin.low_case_label' => 'administrator',
586 // 'role.admin.description' => 'Site adminsitrator.',
587 );