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