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