Added Bcc option for team managers.
[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 $i18n_language = 'Français';
30 $i18n_months = array('Janvier', 'Février', 'Mars', 'Avril', 'Mai', 'Juin', 'Juillet', 'Août', 'Septembre', 'Octobre', 'Novembre', 'Décembre'); 
31 $i18n_weekdays = array('Dimanche', 'Lundi', 'Mardi', 'Mercredi', 'Jeudi', 'Vendredi', 'Samedi');
32 $i18n_weekdays_short = array('Di', 'Lu', 'Ma', 'Me', 'Je', 'Ve', 'Sa');
33 // format mm/dd
34 $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');
35
36 $i18n_key_words = array(
37
38 // Menus - short selection strings that are displayed on the top of application web pages.
39 // Example: https://timetracker.anuko.com (black menu on top).
40 'menu.login' => 'Connexion',
41 'menu.logout' => 'Quitter',
42 'menu.forum' => 'Forum',
43 'menu.help' => 'Aide',
44 // Note to translators: menu.create_team needs a more accurate translation.
45 // Meaning that we are now creating a "team", not a manager account. The translation should reflect that (creating a TEAM).
46 // 'menu.create_team' => 'Créer un compte pour un responsable',
47 'menu.profile' => 'Profil',
48 'menu.time' => 'Temps',
49 // TODO: translate the following.
50 // 'menu.expenses' => 'Expenses',
51 'menu.reports' => 'Rapports',
52 'menu.charts' => 'Graphiques',
53 'menu.projects' => 'Projets',
54 'menu.tasks' => 'Tâches',
55 'menu.users' => 'Personnes',
56 'menu.teams' => 'Équipes',
57 'menu.export' => 'Export',
58 'menu.clients' => 'Clients',
59 'menu.options' => 'Options',
60
61 // Footer - strings on the bottom of most pages.
62 // TODO: translate the following.
63 // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.',
64 'footer.credits' => 'Credits',
65 'footer.license' => 'License',
66 // TODO: translate the following.
67 // 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language.
68                                      // This is a link to a webpage that describes how to contribute to the project.
69
70 // Error messages.
71 // TODO: translate the following.
72 // 'error.access_denied' => 'Access denied.',
73 'error.sys' => 'Erreur système.',
74 'error.db' => 'Erreur de base de données.',
75 'error.field' => 'Données "{0}" incorrecte.',
76 'error.empty' => 'Le champ "{0}" est vide.',
77 'error.not_equal' => 'Le champ "{0}" n\\\'est pas égal au champ "{1}".',
78 // TODO: trabslate error.interval.
79 // 'error.interval' => 'Field "{0}" must be greater than "{1}".',
80 'error.project' => 'Sélectionner un projet.',
81 'error.task' => 'Selectionner une tâche.',
82 'error.client' => 'Selectionner un client.',
83 // TODO: translate the following string.
84 // 'error.report' => 'Select report.',
85 'error.auth' => 'Nom d\\\'utilisateur ou mot de passe incorrect.',
86 'error.user_exists' => 'Un utilisateur avec ce login existe déjà.',
87 'error.project_exists' => 'Un projet avec ce nom existe déjà.',
88 'error.task_exists' => 'Une tâche avec ce nom existe déjà.',
89 'error.client_exists' => 'Un client avec ce nom existe déjà.',
90 'error.invoice_exists' => 'Une facture avec ce numéro existe déjà.',
91 'error.no_invoiceable_items' => 'Il n\\\'y a pas d\\\'éléments à facturer.',
92 // Note to translators: this string needs to be properly translated (e-mail replaced with login).
93 // Meaning that email should not be referenced at all here. There are no user with this LOGIN (not email).
94 // 'error.no_login' => 'Aucun utilisateur avec cette adresse email.',
95 'error.no_teams' => 'Votre base de données est vide. Connectez-vous comme administrateur et créez une nouvelle équipe.',
96 'error.upload' => 'Erreur de chargement de fichier.',
97 // TODO: translate the following.
98 // 'error.range_locked' => 'Date range is locked.',
99 'error.mail_send' => 'Erreur durant l\\\'envoi de l\\\'e-mail.',
100 'error.no_email' => 'Aucun e-mail associé à ce login.',
101 'error.uncompleted_exists' => 'Une entrée non terminée existe déjà. Fermer ou supprimer.',
102 'error.goto_uncompleted' => 'Aller à l\\\'entrée non terminée.',
103 // TODO: translate the following strings.
104 // 'error.overlap' => 'Time interval overlaps with existing records.',
105 // 'error.future_date' => 'Date is in future.',
106
107 // Labels for buttons.
108 'button.login' => 'Connexion',
109 'button.now' => 'Maintenant',
110 'button.save' => 'Sauvegarder',
111 // TODO: translate the following string.
112 // 'button.copy' => 'Copy',
113 'button.cancel' => 'Annuler',
114 'button.submit' => 'Soumettre',
115 'button.add_user' => 'Ajouter un utilisateur',
116 'button.add_project' => 'Ajouter un projet',
117 'button.add_task' => 'Ajouter une tâche',
118 'button.add_client' => 'Ajouter un client',
119 'button.add_invoice' => 'Ajouter une facture',
120 'button.add_option' => 'Ajouter une option',
121 'button.add' => 'Ajouter',
122 'button.generate' => 'Générer',
123 'button.reset_password' => 'Réinitialiser',
124 'button.send' => 'Envoyer',
125 'button.send_by_email' => 'Envoyer par email',
126 'button.create_team' => 'Créer une équipe',
127 'button.export' => 'Exporter l\\\'équipe',
128 'button.import' => 'Importer une équipe',
129 'button.close' => 'Fermer',
130 // TODO: translate the following string. 
131 // 'button.stop' => 'Stop',
132
133 // Labels for controls on forms. Labels in this section are used on multiple forms.
134 'label.team_name' => 'Nom équipe',
135 'label.address' => 'Adresse',
136 'label.currency' => 'Devise',
137 'label.manager_name' => 'Nom du responsable',
138 'label.manager_login' => 'Identifiant responsable',
139 'label.person_name' => 'Nom',
140 'label.thing_name' => 'Nom',
141 'label.login' => 'Identifiant',
142 'label.password' => 'Mot de passe',
143 'label.confirm_password' => 'Confirmez le mot de passe',
144 'label.email' => 'Email',
145 // TODO: translate the following.
146 // 'label.bcc' => 'Bcc',
147 'label.date' => 'Date',
148 'label.start_date' => 'Date de début',
149 'label.end_date' => 'Date de fin',
150 'label.user' => 'Utilisateur',
151 'label.users' => 'Personnes',
152 'label.client' => 'Client',
153 'label.clients' => 'Clients',
154 'label.option' => 'Option',
155 'label.invoice' => 'Facture',
156 'label.project' => 'Projet',
157 'label.projects' => 'Projets',
158 'label.task' => 'Tâche',
159 'label.tasks' => 'Tâches',
160 'label.description' => 'Description',
161 'label.start' => 'Début',
162 'label.finish' => 'Fin',
163 'label.duration' => 'Durée',
164 'label.note' => 'Note',
165 // TODO: translate label.item
166 // 'label.item' => 'Item',
167 'label.cost' => 'Coût',
168 // TODO: translate the following string.
169 // 'label.day_total' => 'Day total',
170 'label.week_total' => 'Total hebdomadaire',
171 // TODO: translate the following.
172 // 'label.month_total' => 'Month total',
173 'label.today' => 'Aujourd\\\'hui',
174 'label.total_hours' => 'Total d\\\'heures',
175 'label.total_cost' => 'Coût total',
176 'label.view' => 'Voir',
177 'label.edit' => 'Modifier',
178 'label.delete' => 'Supprimer',
179 'label.configure' => 'Configurer',
180 'label.select_all' => 'Tout sélectionner',
181 'label.select_none' => 'Tout désélectionner',
182 'label.id' => 'ID',
183 'label.language' => 'Langage',
184 // TODO: translate the following string.
185 // 'label.decimal_mark' => 'Decimal mark',
186 'label.date_format' => 'Format date',
187 'label.time_format' => 'Format heure',
188 'label.week_start' => '1er jour de la semaine',
189 'label.comment' => 'Commentaire',
190 'label.status' => 'Statut',
191 'label.tax' => 'Taxe',
192 'label.subtotal' => 'Sous-total',
193 'label.total' => 'Total',
194 'label.client_name' => 'Nom du client',
195 'label.client_address' => 'Adresse du client',
196 'label.or' => 'ou',
197 'label.error' => 'Erreur',
198 'label.ldap_hint' => 'Entrer votre <b>Identifiant Windows</b> et <b>votre mot de passe</b> dans les champs suivants.',
199 'label.required_fields' => '* - champs obligatoires',
200 'label.on_behalf' => 'de la part de',
201 'label.role_manager' => '(responsable)',
202 'label.role_comanager' => '(co-responsable)',
203 'label.role_admin' => '(administrateur)',
204 // TODO: translate the following.
205 // 'label.page' => 'Page',
206 // 'label.condition' => 'Condition',
207 // Labels for plugins (extensions to Time Tracker that provide additional features).
208 'label.custom_fields' => 'Champs personalisés',
209 // Translate the following.
210 // 'label.monthly_quotas' => 'Monthly quotas',
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 // TODO: translate the following strings.
217 // 'label.cron_schedule' => 'Cron schedule',
218 // 'label.what_is_it' => 'What is it?',
219
220 // Form titles.
221 'title.login' => 'Connexion',
222 'title.teams' => 'Équipes',
223 // TODO: for consistency, the titles below need to be refactored. Recommended way is using nouns such as in 'Modification du projet', not 'Modifier la tâche'.
224 // Notice usage of the noun Modification versus the verb Modifier.
225 'title.create_team' => 'Créez une nouvelle équipe', // TODO: use a noun.
226 // TODO: translate the following string.
227 // 'title.edit_team' => 'Editing Team',
228 'title.delete_team' => 'Suppression de l\\\'équipe',
229 'title.reset_password' => 'Réinitialisation du mot de passer',
230 'title.change_password' => 'Modification du mot de passe',
231 'title.time' => 'Temps',
232 'title.edit_time_record' => 'Édition du l\\\'entrée de temps',
233 'title.delete_time_record' => 'Supprimer l\\\'entrée de temps', // TODO: use a noun.
234 // TODO: translate the following strings.
235 // 'title.expenses' => 'Expenses',
236 // 'title.edit_expense' => 'Editing Expense Item',
237 // 'title.delete_expense' => 'Deleting Expense Item',
238 'title.reports' => 'Rapports',
239 'title.report' => 'Rapport',
240 'title.send_report' => 'Envoyer rapport', // TODO: use a noun.
241 'title.invoice' => 'Facture',
242 'title.send_invoice' => 'Envoi de la facture',
243 'title.charts' => 'Graphiques',
244 'title.projects' => 'Projets',
245 'title.add_project' => 'Ajout du projet',
246 'title.edit_project' => 'Modification du projet',
247 'title.delete_project' => 'Suppression du projet',
248 'title.tasks' => 'Tâches',
249 'title.add_task' => 'Ajouter une tâche', // TODO: use a noun.
250 'title.edit_task' => 'Modifier la tâche', // TODO: use a noun.
251 'title.delete_task' => 'Supprimer une tâche', // TODO: use a noun.
252 'title.users' => 'Personnes',
253 'title.add_user' => 'Création de l\\\'utilisateur',
254 'title.edit_user' => 'Modification de l\\\'utilisateur',
255 'title.delete_user' => 'Suppression de l\\\'utilisateur',
256 'title.clients' => 'Clients',
257 'title.add_client' => 'Ajouter un client', // TODO: use a noun.
258 'title.edit_client' => 'Modifier un client', // TODO: use a noun.
259 'title.delete_client' => 'Supprimer un client', // TODO: use a noun.
260 'title.invoices' => 'Factures',
261 'title.add_invoice' => 'Ajouter une facture', // TODO: use a noun.
262 'title.view_invoice' => 'Voir la facture', // TODO: use a noun.
263 'title.delete_invoice' => 'Supprimer la facture', // TODO: use a noun.
264 // TODO: translate the following strings.
265 // 'title.notifications' => 'Notifications',
266 // 'title.add_notification' => 'Adding Notification',
267 // 'title.edit_notification' => 'Editing Notification',
268 // 'title.delete_notification' => 'Deleting Notification',
269 // 'title.monthly_quotas' => 'Monthly Quotas',
270 'title.export' => 'Exporter les données', // TODO: use a noun.
271 'title.import' => 'Importer les données', // TODO: use a noun.
272 'title.options' => 'Options',
273 'title.profile' => 'Profil',
274 'title.cf_custom_fields' => 'Champs personalisés',
275 'title.cf_add_custom_field' => 'Ajouter un champ', // TODO: use a noun.
276 'title.cf_edit_custom_field' => 'Editer un champ', // TODO: use a noun.
277 'title.cf_delete_custom_field' => 'Supprimer un champ', // TODO: use a noun.
278 'title.cf_dropdown_options' => 'Options de liste',
279 'title.cf_add_dropdown_option' => 'Ajouter une option', // TODO: use a noun.
280 'title.cf_edit_dropdown_option' => 'Modifier l\\\'option', // TODO: use a noun.
281 'title.cf_delete_dropdown_option' => 'Supprimer l\\\'option', // TODO: use a noun.
282 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
283 // It is also a name for the Locking plugin on the Team profile page.
284 // TODO: translate the following.
285 // 'title.locking' => 'Locking',
286
287 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
288 // Strings that are used in a single form must go to the specific form section.
289 'dropdown.all' => '--- tous ---',
290 'dropdown.no' => '--- non ---',
291 'dropdown.this_day' => 'ce jour',
292 'dropdown.this_week' => 'cette semaine',
293 'dropdown.last_week' => 'la semaine passée',
294 'dropdown.this_month' => 'ce mois',
295 'dropdown.last_month' => 'le mois passé',
296 'dropdown.this_year' => 'cette année',
297 'dropdown.all_time' => 'depuis toujours',
298 'dropdown.projects' => 'projets',
299 'dropdown.tasks' => 'tâches',
300 // TODO: translate the following string.
301 // 'dropdown.clients' => 'clients',
302 'dropdown.select' =>  '--- choisir ---',
303 // TODO: translate the following string.
304 // 'dropdown.select_invoice' => '--- select invoice ---',
305 'dropdown.status_active' => 'actif',
306 'dropdown.status_inactive' => 'inactif',
307 // TODO: translate the following strings.
308 // 'dropdown.delete'=>'delete',
309 // 'dropdown.do_not_delete'=>'do not delete',
310
311 // 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.
312 // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases
313 // a string can be defined on the main form and used on related forms. The reasoning for this is to make translation effort easier.
314 // Strings that are used on multiple unrelated forms should be placed in shared sections such as label.<stringname>, etc.
315
316 // Login form. See example at https://timetracker.anuko.com/login.php.
317 'form.login.forgot_password' => 'Mot de passe oublié?',
318 // TODO: check translation of the form.login.about. It does not look like a complete sentence. The English equivalent is:
319 // 'Anuko <a href="https://www.anuko.com/lp/tt_2.htm" target="_blank">Time Tracker</a> is a simple, easy to use, open source time tracking system.'
320 // 'form.login.about' =>'Anuko <a href="https://www.anuko.com/lp/tt_2.htm" target="_blank">Time Tracker</a> système de gestion des temps open source simple et facile à utiliser.',
321
322 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
323 // TODO: improve translation of form.reset_password.message and form.reset_password.email_subject.
324 // The English equivalents have changed. This means that French translations below are now inaccurate. The difference is that
325 // we no longer send passwords, but RESET REQUESTS. Compare with master English file:
326 // 'form.reset_password.message' => 'Password reset request sent by email.',
327 // 'form.reset_password.email_subject' => 'Anuko Time Tracker password reset request',
328 'form.reset_password.message' => 'Le mot de passe a été envoyé.', // TODO: redo this line, see the comment above.
329 'form.reset_password.email_subject' => 'Votre mot de passe Anuko Time Tracker', // TODO: redo this line, see the comment above.
330 // Note to translators: the sentence BEFORE LAST in form.reset_password.email_body needs to be translated.
331 'form.reset_password.email_body' => "Cher utilisateur,\n\nQuelqu\'un, probablement vous, avez demandé une réinitialisation de votre mot de passe. Merci d\'aller à ce lien pour le réinitialiser\n\n%s\n\nAnuko Time Tracker is a simple, easy to use, open source time tracking system. Visiter https://www.anuko.com pour plus d\'informations.\n\n",
332
333 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
334 // TODO: improve translation of form.change_password.tip.
335 // The English line is: 'form.change_password.tip' => 'Type new password and click on Save.',
336 'form.change_password.tip' => 'Pour réinitialiser votre mot de passe, saisissez le et cliquez sur Sauvegarder.',
337
338 // Time form. See example at https://timetracker.anuko.com/time.php.
339 'form.time.duration_format' => '(hh:mm ou 0.0h)',
340 'form.time.billable' => 'Facturable',
341 'form.time.uncompleted' => 'Non terminée',
342 // TODO: translate the following.
343 // 'form.time.remaining_quota' => 'Remaining quota',
344 // 'form.time.over_quota' => 'Over quota',
345
346 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
347 'form.time_edit.uncompleted' => 'Cet enregistrement a été enregistré avec seulement une heure de début. Il ne s\\\'agit pas d\\\'une erreur.',
348
349 // Reports form. See example at https://timetracker.anuko.com/reports.php
350 'form.reports.save_as_favorite' => 'Enregistrer comme favori',
351 'form.reports.confirm_delete' => 'Êtes-vous sur de vouloir supprimer ce rapport favori?',
352 'form.reports.include_records' => 'Inclure les enregistrements',
353 'form.reports.include_billable' => 'facturables',
354 'form.reports.include_not_billable' => 'non facturables',
355 // TODO: translate the following strings.
356 // 'form.reports.include_invoiced' => 'invoiced',
357 // 'form.reports.include_not_invoiced' => 'not invoiced',
358 'form.reports.select_period' => 'Choisissez la période de temps', // TODO: should this be Choisir as above?
359 'form.reports.set_period' => 'ou dates indiquées',
360 'form.reports.show_fields' => 'Montrer les champs',
361 'form.reports.group_by' => 'Regroupés par',
362 'form.reports.group_by_no' => '--- aucun regroupage ---',
363 'form.reports.group_by_date' => 'date',
364 'form.reports.group_by_user' => 'utilisateur',
365 'form.reports.group_by_client' => 'client',
366 'form.reports.group_by_project' => 'projet',
367 'form.reports.group_by_task' => 'tâche',
368 'form.reports.totals_only' => 'Totaux uniquement',
369
370 // Report form. See example at https://timetracker.anuko.com/report.php
371 // (after generating a report at https://timetracker.anuko.com/reports.php).
372 'form.report.export' => 'Export',
373
374 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
375 // (you can get to this form after generating a report).
376 'form.invoice.number' => 'Numéro de facture',
377 'form.invoice.person' => 'Personne',
378 // TODO: translate the following stings.
379 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
380 // 'form.invoice.invoice_entries' => 'Invoice entries',
381
382 // Charts form. See example at https://timetracker.anuko.com/charts.php
383 'form.charts.interval' => 'Intervalle',
384 'form.charts.chart' => 'Graphique',
385
386 // Projects form. See example at https://timetracker.anuko.com/projects.php
387 'form.projects.active_projects' => 'Projets actifs',
388 'form.projects.inactive_projects' => 'Projets inactifs',
389
390 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
391 // 'form.tasks.active_tasks' => 'Active Tasks',
392 // 'form.tasks.inactive_tasks' => 'Inactive Tasks',
393
394 // Users form. See example at https://timetracker.anuko.com/users.php
395 // TODO: translate the following strings.
396 // 'form.users.active_users' => 'Active Users',
397 // 'form.users.inactive_users' => 'Inactive Users',
398 // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
399 'form.users.role' => 'Rôle',
400 'form.users.manager' => 'Responsable',
401 'form.users.comanager' => 'Co-responsable',
402 'form.users.rate' => 'Tarif',
403 'form.users.default_rate' => 'Tarif horaire standard',
404
405 // Client delete form. See example at https://timetracker.anuko.com/client_delete.php
406 // TODO: translate the following strings.
407 // 'form.client.client_to_delete' => 'Client to delete',
408 // 'form.client.client_entries' => 'Client entries',
409
410 // Clients form. See example at https://timetracker.anuko.com/clients.php
411 // TODO: translate the following strings.
412 // 'form.clients.active_clients' => 'Active Clients',
413 // 'form.clients.inactive_clients' => 'Inactive Clients',
414
415 // Strings for Exporting Team Data form. See example at https://timetracker.anuko.com/export.php
416 'form.export.hint' => 'Vous pouvez exporter toute les données d\\\'une équipe dans un ficheir xml. Cela peut être utile si vous transférer 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 // Strings for 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' => 'Import réussi.',
425
426 // Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first).
427 // TODO: improve translation of form.admin.hint. No login collisions are allowed (not email).
428 // Current translations says that no emails may collide. The truth is that no LOGINS (not emails) may collide. Emails actually MAY collide. The English string is:
429 // 'form.teams.hint' =>  'Create a new team by creating a new team manager account.<br>You can also import team data from an xml file from another Anuko Time Tracker server (no login collisions are allowed).',
430 'form.teams.hint' => 'Créer une nouvelle équipe en créant un nouveau compte de responsable d\\\'équipe.<br>Vous pouvez également importer des données sur une équipe depuis un fichier xml provenant d\\\'un autre serveur Anuko Time Tracker (les doublons d\\\'email ne sont pas autorisés).',
431
432 // Profile form. See example at https://timetracker.anuko.com/profile_edit.php.
433 'form.profile.12_hours' => '12 heures',
434 'form.profile.24_hours' => '24 heures',
435 // TODO: translate the following strings.
436 // 'form.profile.tracking_mode' => 'Tracking mode',
437 // 'form.profile.mode_time' => 'time',
438 // 'form.profile.mode_projects' => 'projects',
439 // 'form.profile.mode_projects_and_tasks' => 'projects and tasks',
440 // 'form.profile.record_type' => 'Record type',
441 // 'form.profile.type_all' => 'all',
442 // 'form.profile.type_start_finish' => 'start and finish',
443 // 'form.profile.type_duration' => 'duration',
444 'form.profile.plugins' => 'Plugins',
445
446 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
447 'form.mail.from' => 'De',
448 'form.mail.to' => 'À',
449 'form.mail.cc' => 'Cc',
450 'form.mail.subject' => 'Objet',
451 'form.mail.report_subject' => 'Rapport Time Tracker',
452 // Note to translators: the following strings need to be translated.
453 // The problem seems to be that the first sentence does not seem like a complete sentence.
454 // 'form.mail.footer' => 'Anuko Time Tracker système de gestion des temps open source simple et facile à utiliser. Visiter <a href="https://www.anuko.com">www.anuko.com</a> pour plus d\\\'informations.',
455 'form.mail.report_sent' => 'Le rapport a été envoyé.',
456 'form.mail.invoice_sent' => 'La facture a été envoyée.',
457
458 // Quotas configuration form.
459 // TODO: translate the following.
460 // 'form.quota.year' => 'Year',
461 // 'form.quota.month' => 'Month',
462 // 'form.quota.quota' => 'Quota',
463 // 'form.quota.workday_hours' => 'Hours in a work day',
464 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
465 );