e2babb376bce38feec6ea3ede0ff4dccac124976
[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 = '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 'menu.create_team' => 'Créer une équipe',
48 'menu.profile' => 'Profil',
49 'menu.time' => 'Temps',
50 'menu.expenses' => 'Dépenses',
51 'menu.reports' => 'Rapports',
52 'menu.charts' => 'Graphiques',
53 'menu.projects' => 'Projets',
54 'menu.tasks' => 'Tâches',
55 'menu.users' => 'Utilisateurs',
56 'menu.teams' => 'Équipes',
57 'menu.export' => 'Exporter',
58 'menu.clients' => 'Clients',
59 'menu.options' => 'Options',
60
61 // Footer - strings on the bottom of most pages.
62 'footer.contribute_msg' => 'Vous pouvez contribuer à Time Tracker de différentes façons.',
63 'footer.credits' => 'Crédits',
64 'footer.license' => 'License',
65 'footer.improve' => 'Contribuer',
66
67 // Error messages.
68 'error.access_denied' => 'Accès refusé.',
69 'error.sys' => 'Erreur système.',
70 'error.db' => 'Erreur de base de données.',
71 'error.field' => 'Donnée "{0}" incorrecte.',
72 'error.empty' => 'Le champ "{0}" est vide.',
73 'error.not_equal' => 'Le champ "{0}" n\\\'est pas égal au champ "{1}".',
74 'error.interval' => 'Le champ "{0}" doit être supérieur à "{1}".',
75 'error.project' => 'Sélectionner un projet.',
76 'error.task' => 'Sélectionner une tâche.',
77 'error.client' => 'Sélectionner un client.',
78 'error.report' => 'Sélectionner un rapport.',
79 // TODO: translate the following.
80 // 'error.record' => 'Select record.',
81 'error.auth' => 'Nom d\\\'utilisateur ou mot de passe incorrect.',
82 'error.user_exists' => 'Un utilisateur avec cet identifiant existe déjà.',
83 // TODO: translate the following.
84 // 'error.object_exists' => 'Object with this name already exists.',
85 'error.project_exists' => 'Un projet avec ce nom existe déjà.',
86 'error.task_exists' => 'Une tâche avec ce nom existe déjà.',
87 'error.client_exists' => 'Un client avec ce nom existe déjà.',
88 'error.invoice_exists' => 'Une facture avec ce numéro existe déjà.',
89 'error.no_invoiceable_items' => 'Il n\\\'y a pas d\\\'éléments à facturer.',
90 'error.no_login' => 'Aucun utilisateur avec cet identifiant.',
91 'error.no_teams' => 'Votre base de données est vide. Connectez-vous comme administrateur et créez une nouvelle équipe.',
92 'error.upload' => 'Erreur de chargement du fichier.',
93 'error.range_locked' => 'Plage de date vérouillée.',
94 'error.mail_send' => 'Erreur lors de l\\\'envoi du courriel.',
95 'error.no_email' => 'Aucune adresse courriel n\\\'est associée à cet identifiant.',
96 'error.uncompleted_exists' => 'Une entrée non terminée existe déjà. Fermer ou supprimer.',
97 'error.goto_uncompleted' => 'Aller à l\\\'entrée non terminée.',
98 'error.overlap' => 'Les heures des projets ne peuvent se chevaucher.',
99 'error.future_date' => 'Date ultérieure.',
100
101 // Labels for buttons.
102 'button.login' => 'Connexion',
103 'button.now' => 'Maintenant',
104 'button.save' => 'Sauvegarder',
105 'button.copy' => 'Copier',
106 'button.cancel' => 'Annuler',
107 'button.submit' => 'Soumettre',
108 'button.add' => 'Ajouter',
109 'button.delete' => 'Supprimer',
110 'button.generate' => 'Générer',
111 'button.reset_password' => 'Réinitialiser',
112 'button.send' => 'Envoyer',
113 'button.send_by_email' => 'Envoyer par courriel',
114 'button.create_team' => 'Créer une équipe',
115 'button.export' => 'Exporter l\\\'équipe',
116 'button.import' => 'Importer une équipe',
117 'button.close' => 'Fermer',
118 'button.stop' => 'Arrêter',
119
120 // Labels for controls on forms. Labels in this section are used on multiple forms.
121 'label.team_name' => 'Nom équipe',
122 'label.address' => 'Adresse',
123 'label.currency' => 'Devise',
124 'label.manager_name' => 'Nom du responsable',
125 'label.manager_login' => 'Identifiant du responsable',
126 'label.person_name' => 'Nom',
127 'label.thing_name' => 'Nom',
128 'label.login' => 'Identifiant',
129 'label.password' => 'Mot de passe',
130 'label.confirm_password' => 'Confirmez le mot de passe',
131 'label.email' => 'Adresse courriel',
132 'label.cc' => 'Cc',
133 'label.bcc' => 'Cci',
134 'label.subject' => 'Objet',
135 'label.date' => 'Date',
136 'label.start_date' => 'Date de début',
137 'label.end_date' => 'Date de fin',
138 'label.user' => 'Utilisateur',
139 'label.users' => 'Utilisateurs',
140 // TODO: translate the following.
141 // 'label.roles' => 'Roles',
142 'label.client' => 'Client',
143 'label.clients' => 'Clients',
144 'label.option' => 'Option',
145 'label.invoice' => 'Facture',
146 'label.project' => 'Projet',
147 'label.projects' => 'Projets',
148 'label.task' => 'Tâche',
149 'label.tasks' => 'Tâches',
150 'label.description' => 'Description',
151 'label.start' => 'Début',
152 'label.finish' => 'Fin',
153 'label.duration' => 'Durée',
154 'label.note' => 'Note',
155 // TODO: translate the following.
156 // 'label.notes' => 'Notes',
157 'label.item' => 'Item',
158 'label.cost' => 'Coût',
159 'label.day_total' => 'Total quotidien',
160 'label.week_total' => 'Total hebdomadaire',
161 'label.month_total' => 'Total mensuel',
162 'label.today' => 'Aujourd\\\'hui',
163 'label.view' => 'Visionner',
164 'label.edit' => 'Modifier',
165 'label.delete' => 'Supprimer',
166 'label.configure' => 'Configurer',
167 'label.select_all' => 'Tout sélectionner',
168 'label.select_none' => 'Aucun',
169 // TODO: translate the following.
170 // 'label.day_view' => 'Day view',
171 // 'label.week_view' => 'Week view',
172 'label.id' => 'ID',
173 'label.language' => 'Langage',
174 'label.decimal_mark' => 'Séparateur de décimal',
175 'label.date_format' => 'Format date',
176 'label.time_format' => 'Format heure',
177 'label.week_start' => '1er jour de la semaine',
178 'label.comment' => 'Commentaire',
179 'label.status' => 'Statut',
180 'label.tax' => 'Taxe',
181 'label.subtotal' => 'Sous-total',
182 'label.total' => 'Total',
183 'label.client_name' => 'Nom du client',
184 'label.client_address' => 'Adresse du client',
185 'label.or' => 'ou',
186 'label.error' => 'Erreur',
187 'label.ldap_hint' => 'Entrer votre <b>Identifiant Windows</b> et <b>votre mot de passe</b> dans les champs suivants.',
188 'label.required_fields' => '* - champs obligatoires',
189 'label.on_behalf' => 'de la part de',
190 'label.role_manager' => '(responsable)',
191 'label.role_comanager' => '(coresponsable)',
192 'label.role_admin' => '(administrateur)',
193 'label.page' => 'Page',
194 'label.condition' => 'Condition',
195 // TODO: translate the following.
196 // 'label.yes' => 'yes',
197 // 'label.no' => 'no',
198 // Labels for plugins (extensions to Time Tracker that provide additional features).
199 'label.custom_fields' => 'Champs personalisés',
200 'label.monthly_quotas' => 'Quotas mensuels',
201 'label.type' => 'Type',
202 'label.type_dropdown' => 'Liste déroulante',
203 'label.type_text' => 'Texte',
204 'label.required' => 'Obligatoire',
205 'label.fav_report' => 'Rapport favori',
206 'label.cron_schedule' => 'Horaire Cron',
207 'label.what_is_it' => 'Qu\\\'est-ce que c\\\'est?',
208 // 'label.expense' => 'Expense',
209 // 'label.quantity' => 'Quantity',
210 // 'label.paid_status' => 'Paid status',
211 // 'label.paid' => 'Paid',
212 // 'label.mark_paid' => 'Mark paid',
213 // 'label.week_note' => 'Week note',
214 // 'label.week_list' => 'Week list',
215
216 // Form titles.
217 'title.login' => 'Connexion',
218 'title.teams' => 'Équipes',
219 'title.create_team' => 'Création d\\\'une nouvelle équipe',
220 'title.edit_team' => 'Modification d\\\'une équipe',
221 'title.delete_team' => 'Suppression d\\\'une équipe',
222 'title.reset_password' => 'Réinitialisation du mot de passe',
223 'title.change_password' => 'Modification du mot de passe',
224 'title.time' => 'Temps',
225 'title.edit_time_record' => 'Modification de l\\\'entrée de temps',
226 'title.delete_time_record' => 'Suppression de l\\\'entrée de temps',
227 'title.expenses' => 'Dépenses',
228 'title.edit_expense' => 'Modification d\\\'une dépense',
229 'title.delete_expense' => 'Suppression d\\\'une dépense',
230 'title.reports' => 'Rapports',
231 'title.report' => 'Rapport',
232 'title.send_report' => 'Envoi du rapport',
233 'title.invoice' => 'Facture',
234 'title.send_invoice' => 'Envoi de la facture',
235 'title.charts' => 'Graphiques',
236 'title.projects' => 'Projets',
237 'title.add_project' => 'Ajout d\\\'un projet',
238 'title.edit_project' => 'Modification d\\\'un projet',
239 'title.delete_project' => 'Suppression d\\\'un projet',
240 'title.tasks' => 'Tâches',
241 'title.add_task' => 'Ajout d\\\'une tâche',
242 'title.edit_task' => 'Modification d\\\'une tâche',
243 'title.delete_task' => 'Suppression d\\\'une tâche',
244 'title.users' => 'Utilisateurs',
245 'title.add_user' => 'Création d\\\'un utilisateur',
246 'title.edit_user' => 'Modification d\\\'un utilisateur',
247 'title.delete_user' => 'Suppression d\\\'un utilisateur',
248 // TODO: translate the following.
249 // 'title.roles' => 'Roles',
250 // 'title.add_role' => 'Adding Role',
251 // 'title.edit_role' => 'Editing Role',
252 // 'title.delete_role' => 'Deleting Role',
253 'title.clients' => 'Clients',
254 'title.add_client' => 'Ajout d\\\'un client',
255 'title.edit_client' => 'Modification d\\\'un client',
256 'title.delete_client' => 'Suppression d\\\'un client',
257 'title.invoices' => 'Factures',
258 'title.add_invoice' => 'Ajout d\\\'une facture',
259 'title.view_invoice' => 'Visionnement d\\\'une facture',
260 'title.delete_invoice' => 'Suppression d\\\'une facture',
261 'title.notifications' => 'Notifications',
262 'title.add_notification' => 'Ajout d\\\'une notification',
263 'title.edit_notification' => 'Modification d\\\'une notification',
264 'title.delete_notification' => 'Suppression d\\\'une notification',
265 'title.monthly_quotas' => 'Quotas mensuels',
266 'title.export' => 'Exportation des données',
267 'title.import' => 'Importation des données',
268 'title.options' => 'Options',
269 'title.profile' => 'Profil',
270 'title.cf_custom_fields' => 'Champs personalisés',
271 'title.cf_add_custom_field' => 'Ajout d\\\'un champ',
272 'title.cf_edit_custom_field' => 'Édition d\\\'un champ',
273 'title.cf_delete_custom_field' => 'Suppression d\\\'un champ',
274 'title.cf_dropdown_options' => 'Options de liste',
275 'title.cf_add_dropdown_option' => 'Ajout d\\\'une option',
276 'title.cf_edit_dropdown_option' => 'Modification d\\\'une option',
277 'title.cf_delete_dropdown_option' => 'Suppression d\\\'une option',
278 'title.locking' => 'Vérouillage',
279 // TODO: translate the following.
280 // 'title.week_view' => 'Week View',
281
282 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
283 // Strings that are used in a single form must go to the specific form section.
284 'dropdown.all' => '--- tous ---',
285 'dropdown.no' => '--- aucun ---',
286 'dropdown.current_day' => 'aujourd\\\'hui',
287 'dropdown.previous_day' => 'hier',
288 'dropdown.selected_day' => 'jour',
289 'dropdown.current_week' => 'semaine en cours',
290 'dropdown.previous_week' => 'la semaine dernière',
291 'dropdown.selected_week' => 'semaine',
292 'dropdown.current_month' => 'mois en cours',
293 'dropdown.previous_month' => 'le mois dernier',
294 'dropdown.selected_month' => 'mois',
295 'dropdown.current_year' => 'année en cours',
296 'dropdown.previous_year' => 'année dernière',
297 'dropdown.selected_year' => 'année',
298 'dropdown.all_time' => 'depuis toujours',
299 'dropdown.projects' => 'Projets',
300 'dropdown.tasks' => 'Tâches',
301 'dropdown.clients' => 'Clients',
302 'dropdown.select' => '--- sélectionnez ---',
303 'dropdown.select_invoice' => '--- selectionnez facture ---',
304 'dropdown.status_active' => 'actif',
305 'dropdown.status_inactive' => 'inactif',
306 'dropdown.delete' => 'supprimer',
307 'dropdown.do_not_delete' => 'ne pas supprimer',
308 // TODO: translate the following.
309 // 'dropdown.paid' => 'paid',
310 // 'dropdown.not_paid' => 'not paid',
311
312 // 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.
313 // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases
314 // a string can be defined on the main form and used on related forms. The reasoning for this is to make translation effort easier.
315 // Strings that are used on multiple unrelated forms should be placed in shared sections such as label.<stringname>, etc.
316
317 // Login form. See example at https://timetracker.anuko.com/login.php.
318 'form.login.forgot_password' => 'Mot de passe oublié?',
319 '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.',
320
321 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
322 'form.reset_password.message' => 'Une demande de réinitialisation du mot de passe a été envoyé par courriel.',
323 'form.reset_password.email_subject' => 'Demande de réinitialisation de mot de passe Anuko Time Tracker',
324 'form.reset_password.email_body' => "Cher utilisateur,\n\nQuelqu\'un, probablement vous, 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",
325
326 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
327 'form.change_password.tip' => 'Saisissez votre nouveau mot de passe et cliquez sur Sauvegarder.',
328
329 // Time form. See example at https://timetracker.anuko.com/time.php.
330 'form.time.duration_format' => '(hh:mm ou 0.0h)',
331 'form.time.billable' => 'Facturable',
332 'form.time.uncompleted' => 'Non terminée',
333 'form.time.remaining_quota' => 'Quota restant',
334 'form.time.over_quota' => 'Quota dépassé',
335
336 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
337 'form.time_edit.uncompleted' => 'Cet enregistrement a été sauvegardé avec une heure de début seulement. Il ne s\\\'agit pas d\\\'une erreur.',
338
339 // Week view form. See example at https://timetracker.anuko.com/week.php.
340 // TODO: translate the following.
341 // 'form.week.new_entry' => 'New entry',
342
343 // Reports form. See example at https://timetracker.anuko.com/reports.php
344 'form.reports.save_as_favorite' => 'Enregistrer comme favori',
345 'form.reports.confirm_delete' => 'Êtes-vous certain de vouloir supprimer ce rapport des favoris?',
346 'form.reports.include_billable' => 'facturables',
347 'form.reports.include_not_billable' => 'non facturables',
348 'form.reports.include_invoiced' => 'facturé',
349 'form.reports.include_not_invoiced' => 'non facturé',
350 'form.reports.select_period' => 'Sélectionner la période de temps',
351 'form.reports.set_period' => 'ou dates indiquées',
352 'form.reports.show_fields' => 'Afficher les champs',
353 'form.reports.group_by' => 'Regroupés par',
354 'form.reports.group_by_no' => '--- Aucun regroupement ---',
355 'form.reports.group_by_date' => 'Date',
356 'form.reports.group_by_user' => 'Utilisateur',
357 'form.reports.group_by_client' => 'Client',
358 'form.reports.group_by_project' => 'Projet',
359 'form.reports.group_by_task' => 'Tâche',
360 'form.reports.totals_only' => 'Totaux uniquement',
361
362 // Report form. See example at https://timetracker.anuko.com/report.php
363 // (after generating a report at https://timetracker.anuko.com/reports.php).
364 'form.report.export' => 'Exporter',
365 // TODO: translate the following.
366 // 'form.report.assign_to_invoice' => 'Assign to invoice',
367
368 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
369 // (you can get to this form after generating a report).
370 'form.invoice.number' => 'Numéro de facture',
371 'form.invoice.person' => 'Personne',
372
373 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
374 'form.invoice.invoice_to_delete' => 'Facture à supprimer',
375 'form.invoice.invoice_entries' => 'Entrées de facture',
376 // TODO: translate the following.
377 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
378
379 // Charts form. See example at https://timetracker.anuko.com/charts.php
380 'form.charts.interval' => 'Intervalle',
381 'form.charts.chart' => 'Graphique',
382
383 // Projects form. See example at https://timetracker.anuko.com/projects.php
384 'form.projects.active_projects' => 'Projets actifs',
385 'form.projects.inactive_projects' => 'Projets inactifs',
386
387 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
388 'form.tasks.active_tasks' => 'Tâches actives',
389 'form.tasks.inactive_tasks' => 'Tâches inactives',
390
391 // Users form. See example at https://timetracker.anuko.com/users.php
392 'form.users.active_users' => 'Utilisateurs actifs',
393 'form.users.inactive_users' => 'Utilisateurs inactifs',
394 'form.users.uncompleted_entry' => 'L\\\'utilisateur a une entrée incomplète',
395 'form.users.role' => 'Rôle',
396 'form.users.manager' => 'Responsable',
397 'form.users.comanager' => 'Coresponsable',
398 'form.users.rate' => 'Tarif',
399 'form.users.default_rate' => 'Tarif horaire par défaut',
400
401 // Roles form. See example at https://timetracker.anuko.com/roles.php
402 // TODO: translate the following.
403 // 'form.roles.active_roles' => 'Active Roles',
404 // 'form.roles.inactive_roles' => 'Inactive Roles',
405 // 'form.roles.rights' => 'Rights',
406
407 // Clients form. See example at https://timetracker.anuko.com/clients.php
408 'form.clients.active_clients' => 'Clients actifs',
409 'form.clients.inactive_clients' => 'Clients inactifs',
410
411 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
412 'form.client.client_to_delete' => 'Client à supprimer',
413 'form.client.client_entries' => 'Entrées de client',
414
415 // Exporting Team Data form. See example at https://timetracker.anuko.com/export.php
416 '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.',
417 'form.export.compression' => 'Compression',
418 'form.export.compression_none' => 'Aucune',
419 'form.export.compression_bzip' => 'bzip',
420
421 // Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first).
422 'form.import.hint' => 'Importer les donnés des équipes depuis un fichier xml.',
423 'form.import.file' => 'Sélectionner le fichier',
424 'form.import.success' => 'Importation réussie.',
425
426 // Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first).
427 'form.teams.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).',
428
429 // Profile form. See example at https://timetracker.anuko.com/profile_edit.php.
430 'form.profile.12_hours' => '12 heures',
431 'form.profile.24_hours' => '24 heures',
432 // TODO: translate the following.
433 // 'form.profile.show_holidays' => 'Show holidays',
434 'form.profile.tracking_mode' => 'Mode suivi',
435 'form.profile.mode_time' => 'Heures',
436 'form.profile.mode_projects' => 'Projets',
437 'form.profile.mode_projects_and_tasks' => 'Projets et tâches',
438 'form.profile.record_type' => 'Type d\\\'enregistrement',
439 'form.profile.type_all' => 'Tous',
440 'form.profile.type_start_finish' => 'Début et fin',
441 'form.profile.type_duration' => 'Durée',
442 // TODO: translate the following.
443 // 'form.profile.punch_mode' => 'Punch mode',
444 // 'form.profile.allow_overlap' => 'Allow overlap',
445 // 'form.profile.future_entries' => 'Future entries',
446 // 'form.profile.uncompleted_indicators' => 'Uncompleted indicators',
447 'form.profile.plugins' => 'Plugins',
448
449 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
450 'form.mail.from' => 'De',
451 'form.mail.to' => 'À',
452 'form.mail.report_subject' => 'Rapport Time Tracker',
453 '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.',
454 'form.mail.report_sent' => 'Le rapport a été envoyé.',
455 'form.mail.invoice_sent' => 'La facture a été envoyée.',
456
457 // Quotas configuration form.
458 'form.quota.year' => 'Année',
459 'form.quota.month' => 'Mois',
460 'form.quota.quota' => 'Quota',
461 'form.quota.workday_hours' => 'Heures journée de travail',
462 '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.',
463
464 // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.
465 // TODO: translate the following.
466 // 'role.user.label' => 'User',
467 // 'role.user.low_case_label' => 'user',
468 // 'role.user.description' => 'A regular member without management rights.',
469 // 'role.client.label' => 'Client',
470 // 'role.client.low_case_label' => 'client',
471 // 'role.client.description' => 'A client can view its own reports, charts, and invoices.',
472 // 'role.supervisor.label' => 'Supervisor',
473 // 'role.supervisor.low_case_label' => 'supervisor',
474 // 'role.supervisor.description' => 'A person with a small set of management rights.',
475 // 'role.comanager.label' => 'Co-manager',
476 // 'role.comanager.low_case_label' => 'co-manager',
477 // 'role.comanager.description' => 'A person with a big set of management functions.',
478 // 'role.manager.label' => 'Manager',
479 // 'role.manager.low_case_label' => 'manager',
480 // 'role.manager.description' => 'Group manager. Can do most of things for a group.',
481 // 'role.top_manager.label' => 'Top manager',
482 // 'role.top_manager.low_case_label' => 'top manager',
483 // 'role.top_manager.description' => 'Top group manager. Can do everything in a tree of groups.',
484 // 'role.admin.label' => 'Administrator',
485 // 'role.admin.low_case_label' => 'administrator',
486 // 'role.admin.description' => 'Site adminsitrator.',
487 );