-
-
Notifications
You must be signed in to change notification settings - Fork 349
/
Copy pathfr.po
1375 lines (1148 loc) · 52 KB
/
fr.po
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_timesheet_sheet
#
# Translators:
# Xavier Belmere <[email protected]>, 2016
# Martin Trigaux <[email protected]>, 2016
# Olivier Lenoir <[email protected]>, 2016
# Leo Schmitt <[email protected]>, 2016
# Benedicte HANET <[email protected]>, 2016
# Maxime Chambreuil <[email protected]>, 2016
# Adriana Ierfino <[email protected]>, 2016
# Xavier Symons <[email protected]>, 2016
# Tony Galmiche <[email protected]>, 2016
# Nicolas JEUDY <[email protected]>, 2016
# Nancy Bolognesi <[email protected]>, 2016
# Frédéric LIETART <[email protected]>, 2016
# Clo <[email protected]>, 2016
# Fabien Pinckaers <[email protected]>, 2016
# Lucas Deliege <[email protected]>, 2016
# lucasdeliege <[email protected]>, 2016
# Olivier Dony <[email protected]>, 2016
# Richard Mathot <[email protected]>, 2017
# Sébastien Le Ray <[email protected]>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-09-07 08:56+0000\n"
"PO-Revision-Date: 2024-12-19 10:06+0000\n"
"Last-Translator: ahmedtrigui <[email protected]>\n"
"Language-Team: French (https://www.transifex.com/odoo/teams/41243/fr/)\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 5.6.2\n"
#. module: hr_timesheet_sheet
#: model_terms:ir.ui.view,arch_db:hr_timesheet_sheet.res_config_settings_view_form
msgid ""
"<span class=\"fa fa-lg fa-building\" title=\"Values set here are company-"
"specific.\" aria-label=\"Values set here are company-specific.\" groups="
"\"base.group_multi_company\" role=\"img\"/>"
msgstr ""
"<span class=\"fa fa-lg fa-building\" title=\"Ces valeurs sont propres à la "
"société.\" aria-label=\"Ces valeurs sont propres à la société.\" groups="
"\"base.group_multi_company\" role=\"img\"/>"
#. module: hr_timesheet_sheet
#: model_terms:ir.ui.view,arch_db:hr_timesheet_sheet.view_hr_timesheet_sheet_kanban
msgid "<span class=\"text-muted text-nowrap\">Period</span>"
msgstr "<span class=\"text-muted text-nowrap\">Periode</span>"
#. module: hr_timesheet_sheet
#: model_terms:ir.ui.view,arch_db:hr_timesheet_sheet.view_hr_timesheet_sheet_kanban
msgid "<span class=\"text-muted text-nowrap\">Total time</span>"
msgstr "<span class=\"text-muted text-nowrap\">Temps Total</span>"
#. module: hr_timesheet_sheet
#: model:ir.model,name:hr_timesheet_sheet.model_hr_timesheet_sheet_line_abstract
msgid "Abstract Timesheet Sheet Line"
msgstr "Lignes des feuilles de temps"
#. module: hr_timesheet_sheet
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet__access_warning
msgid "Access warning"
msgstr "Avertissement d’accès"
#. module: hr_timesheet_sheet
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet__message_needaction
msgid "Action Needed"
msgstr "Action nécessaire"
#. module: hr_timesheet_sheet
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet__activity_ids
msgid "Activities"
msgstr "Activités de la feuille de temps"
#. module: hr_timesheet_sheet
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet__activity_exception_decoration
msgid "Activity Exception Decoration"
msgstr "Activité d’exception de décoration"
#. module: hr_timesheet_sheet
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet__activity_state
msgid "Activity State"
msgstr "Etat de l'activité"
#. module: hr_timesheet_sheet
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet__activity_type_icon
msgid "Activity Type Icon"
msgstr "Icône de type d’activité"
#. module: hr_timesheet_sheet
#: model_terms:ir.ui.view,arch_db:hr_timesheet_sheet.hr_timesheet_sheet_form
msgid "Add new line"
msgstr "Ajouter une ligne"
#. module: hr_timesheet_sheet
#: model:ir.actions.act_window,name:hr_timesheet_sheet.act_hr_timesheet_sheet_all_timesheets
#: model:ir.ui.menu,name:hr_timesheet_sheet.menu_act_hr_timesheet_sheet_all_timesheets
msgid "All Timesheet Sheets"
msgstr "Lignes des feuilles de temps"
#. module: hr_timesheet_sheet
#: model:ir.model,name:hr_timesheet_sheet.model_account_analytic_account
msgid "Analytic Account"
msgstr "Compte analytique"
#. module: hr_timesheet_sheet
#: model:ir.model,name:hr_timesheet_sheet.model_account_analytic_line
msgid "Analytic Line"
msgstr "Ligne analytique"
#. module: hr_timesheet_sheet
#: model_terms:ir.ui.view,arch_db:hr_timesheet_sheet.hr_timesheet_sheet_form
#: model_terms:ir.ui.view,arch_db:hr_timesheet_sheet.view_hr_timesheet_sheet_kanban
msgid "Approve"
msgstr "Approuver"
#. module: hr_timesheet_sheet
#: model:ir.model.fields.selection,name:hr_timesheet_sheet.selection__hr_timesheet_sheet__state__done
#: model:mail.message.subtype,description:hr_timesheet_sheet.mt_timesheet_approved
#: model:mail.message.subtype,name:hr_timesheet_sheet.mt_timesheet_approved
msgid "Approved"
msgstr "Confirmé par responsable"
#. module: hr_timesheet_sheet
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet__message_attachment_count
msgid "Attachment Count"
msgstr "Pièces jointes"
#. module: hr_timesheet_sheet
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet__available_task_ids
msgid "Available Tasks"
msgstr "Tâches Disponibles"
#. module: hr_timesheet_sheet
#: model:ir.model.fields.selection,name:hr_timesheet_sheet.selection__res_company__timesheet_sheet_review_policy__hr_manager
msgid "By HR Managers"
msgstr "Par les gestionnaires R.H."
#. module: hr_timesheet_sheet
#: model:ir.model.fields.selection,name:hr_timesheet_sheet.selection__res_company__timesheet_sheet_review_policy__hr
msgid "By HR Officers"
msgstr "Par les responsables R.H."
#. module: hr_timesheet_sheet
#: model:ir.model.fields.selection,name:hr_timesheet_sheet.selection__res_company__timesheet_sheet_review_policy__timesheet_manager
msgid "By Timesheets Managers"
msgstr "Par les gestionnaires de feuille de temps"
#. module: hr_timesheet_sheet
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet__can_review
msgid "Can Review"
msgstr "Peut vérifier"
#. module: hr_timesheet_sheet
#. odoo-python
#: code:addons/hr_timesheet_sheet/models/hr_timesheet_sheet.py:0
#, python-format
msgid "Cannot approve a non-submitted sheet."
msgstr "Ne peut pas approuver une feuille non soumise."
#. module: hr_timesheet_sheet
#. odoo-python
#: code:addons/hr_timesheet_sheet/models/hr_timesheet_sheet.py:0
#, python-format
msgid "Cannot reject a non-submitted sheet."
msgstr "Ne peut pas rejeter une feuille non soumise."
#. module: hr_timesheet_sheet
#. odoo-python
#: code:addons/hr_timesheet_sheet/models/hr_timesheet_sheet.py:0
#, python-format
msgid "Cannot revert to draft a non-approved sheet."
msgstr "Ne peut pas remettre en brouillon une feuille non approuvée."
#. module: hr_timesheet_sheet
#: model_terms:ir.ui.view,arch_db:hr_timesheet_sheet.res_config_settings_view_form
msgid "Choose the week start day."
msgstr "Choisissez le jour de début de semaine."
#. module: hr_timesheet_sheet
#: model_terms:ir.ui.view,arch_db:hr_timesheet_sheet.res_config_settings_view_form
msgid "Choose timesheet sheets review policy."
msgstr "Choisissez la méthode de vérification des feuilles de temps."
#. module: hr_timesheet_sheet
#: model_terms:ir.ui.view,arch_db:hr_timesheet_sheet.res_config_settings_view_form
msgid "Choose which timesheet sheet ranges should be used by default"
msgstr "Choisissez les feuilles de temps qui doivent être utilisées par défaut"
#. module: hr_timesheet_sheet
#: model:ir.model,name:hr_timesheet_sheet.model_res_company
msgid "Companies"
msgstr "Sociétés"
#. module: hr_timesheet_sheet
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet__company_id
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet_line__company_id
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet_line_abstract__company_id
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet_new_analytic_line__company_id
msgid "Company"
msgstr "Société"
#. module: hr_timesheet_sheet
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet__complete_name
msgid "Complete Name"
msgstr "Nom complet"
#. module: hr_timesheet_sheet
#: model:ir.model,name:hr_timesheet_sheet.model_res_config_settings
msgid "Config Settings"
msgstr "Paramètres de configuration"
#. module: hr_timesheet_sheet
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet__create_uid
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet_line__create_uid
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet_new_analytic_line__create_uid
msgid "Created by"
msgstr "Créé par"
#. module: hr_timesheet_sheet
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet__create_date
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet_line__create_date
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet_new_analytic_line__create_date
msgid "Created on"
msgstr "Créé le"
#. module: hr_timesheet_sheet
#: model:ir.model.fields,help:hr_timesheet_sheet.field_hr_timesheet_sheet__access_url
msgid "Customer Portal URL"
msgstr "URL du portail client"
#. module: hr_timesheet_sheet
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet_line__date
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet_line_abstract__date
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet_new_analytic_line__date
msgid "Date"
msgstr "Date"
#. module: hr_timesheet_sheet
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet__date_start
msgid "Date From"
msgstr "Date début"
#. module: hr_timesheet_sheet
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet_line__value_x
msgid "Date Name"
msgstr "Date"
#. module: hr_timesheet_sheet
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet__date_end
msgid "Date To"
msgstr "Date de fin"
#. module: hr_timesheet_sheet
#: model:ir.model.fields.selection,name:hr_timesheet_sheet.selection__res_company__sheet_range__daily
msgid "Day"
msgstr "Jour"
#. module: hr_timesheet_sheet
#: model_terms:ir.ui.view,arch_db:hr_timesheet_sheet.view_hr_timesheet_sheet_kanban
msgid "Delete"
msgstr "Supprimer"
#. module: hr_timesheet_sheet
#: model:ir.model,name:hr_timesheet_sheet.model_hr_department
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet__department_id
#: model_terms:ir.ui.view,arch_db:hr_timesheet_sheet.view_hr_timesheet_sheet_filter
msgid "Department"
msgstr "Département"
#. module: hr_timesheet_sheet
#: model_terms:ir.ui.view,arch_db:hr_timesheet_sheet.hr_timesheet_sheet_form
msgid "Details"
msgstr "Détails"
#. module: hr_timesheet_sheet
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet__display_name
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet_line__display_name
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet_new_analytic_line__display_name
msgid "Display Name"
msgstr "Nom affiché"
#. module: hr_timesheet_sheet
#: model_terms:ir.ui.view,arch_db:hr_timesheet_sheet.view_hr_timesheet_sheet_filter
msgid "Draft Timesheet Sheets"
msgstr "Feuilles de temps en brouillon"
#. module: hr_timesheet_sheet
#: model_terms:ir.ui.view,arch_db:hr_timesheet_sheet.view_hr_timesheet_sheet_kanban
msgid "Dropdown menu"
msgstr "Menu déroulant"
#. module: hr_timesheet_sheet
#: model_terms:ir.ui.view,arch_db:hr_timesheet_sheet.view_hr_timesheet_sheet_kanban
msgid "Edit"
msgstr "Modifier"
#. module: hr_timesheet_sheet
#: model:ir.model,name:hr_timesheet_sheet.model_hr_employee
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet__employee_id
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet_line__employee_id
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet_line_abstract__employee_id
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet_new_analytic_line__employee_id
msgid "Employee"
msgstr "Employé"
#. module: hr_timesheet_sheet
#: model_terms:ir.ui.view,arch_db:hr_timesheet_sheet.hr_timesheet_sheet_form
msgid "Employee's Name"
msgstr "Nom de l'employé"
#. module: hr_timesheet_sheet
#: model_terms:ir.ui.view,arch_db:hr_timesheet_sheet.view_hr_timesheet_sheet_filter
msgid "Employees"
msgstr "Employés"
#. module: hr_timesheet_sheet
#: model_terms:ir.actions.act_window,help:hr_timesheet_sheet.act_hr_timesheet_line_to_submit
#: model_terms:ir.actions.act_window,help:hr_timesheet_sheet.act_hr_timesheet_sheet_to_review
msgid ""
"Employees must record timesheets every day and confirm at the end\n"
" of the reporting period. Once the timesheet sheet is confirmed, "
"it should be\n"
" validated by a reviewer."
msgstr ""
"Les employés doivent enregistrer les feuilles de temps chaque jour et "
"confirmer à la fin\n"
" de la période de référence. Une fois que la feuille de temps est "
"confirmée, elle doit être\n"
" validée par un vérificateur."
#. module: hr_timesheet_sheet
#: model_terms:ir.actions.act_window,help:hr_timesheet_sheet.act_hr_timesheet_sheet_all_timesheets
msgid ""
"Employees must record timesheets in the sheet every day and confirm at the "
"end\n"
" of the reporting period. Once the timesheet sheet is confirmed, "
"it should be\n"
" validated by a reviewer."
msgstr ""
"Les employés doivent enregistrer les feuilles de temps chaque jour et "
"confirmer à la fin\n"
" de la période de référence. Une fois que la feuille de temps est "
"confirmée, elle doit être\n"
" validée par un vérificateur."
#. module: hr_timesheet_sheet
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet__message_follower_ids
msgid "Followers"
msgstr "Abonnés"
#. module: hr_timesheet_sheet
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet__message_partner_ids
msgid "Followers (Partners)"
msgstr "Abonnés (partenaires)"
#. module: hr_timesheet_sheet
#: model:ir.model.fields,help:hr_timesheet_sheet.field_hr_timesheet_sheet__activity_type_icon
msgid "Font awesome icon e.g. fa-tasks"
msgstr "Icône de Font awesome, par exemple fa-tasks"
#. module: hr_timesheet_sheet
#: model:ir.model.fields.selection,name:hr_timesheet_sheet.selection__res_company__timesheet_week_start__4
msgid "Friday"
msgstr "Vendredi"
#. module: hr_timesheet_sheet
#: model_terms:ir.ui.view,arch_db:hr_timesheet_sheet.view_hr_timesheet_sheet_filter
msgid "Group By"
msgstr "Grouper par"
#. module: hr_timesheet_sheet
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet__has_message
msgid "Has Message"
msgstr "A un message"
#. module: hr_timesheet_sheet
#: model_terms:ir.ui.view,arch_db:hr_timesheet_sheet.hr_timesheet_sheet_form
msgid "Hours"
msgstr "Heures"
#. module: hr_timesheet_sheet
#: model:ir.model.fields,help:hr_timesheet_sheet.field_res_company__timesheet_sheet_review_policy
#: model:ir.model.fields,help:hr_timesheet_sheet.field_res_config_settings__timesheet_sheet_review_policy
msgid "How Timesheet Sheets review is performed."
msgstr "Comment la révision des feuilles de temps est effectuée."
#. module: hr_timesheet_sheet
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet__id
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet_line__id
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet_new_analytic_line__id
msgid "ID"
msgstr "ID"
#. module: hr_timesheet_sheet
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet__activity_exception_icon
msgid "Icon"
msgstr "Icône"
#. module: hr_timesheet_sheet
#: model:ir.model.fields,help:hr_timesheet_sheet.field_hr_timesheet_sheet__activity_exception_icon
msgid "Icon to indicate an exception activity."
msgstr "Icône indiquant une activité d’exception."
#. module: hr_timesheet_sheet
#: model:ir.model.fields,help:hr_timesheet_sheet.field_hr_timesheet_sheet__message_needaction
msgid "If checked, new messages require your attention."
msgstr "Si coché, de nouveaux messages requièrent votre attention."
#. module: hr_timesheet_sheet
#: model:ir.model.fields,help:hr_timesheet_sheet.field_hr_timesheet_sheet__message_has_error
#: model:ir.model.fields,help:hr_timesheet_sheet.field_hr_timesheet_sheet__message_has_sms_error
msgid "If checked, some messages have a delivery error."
msgstr "Si coché, certains messages ont un erreur de livraison."
#. module: hr_timesheet_sheet
#: model:ir.model.fields,help:hr_timesheet_sheet.field_hr_timesheet_sheet__add_line_project_id
msgid ""
"If selected, the associated project is added to the timesheet sheet when "
"clicked the button."
msgstr ""
"Si cette option est sélectionnée, le projet associé est ajouté à la feuille "
"de temps lorsque l'on clique sur le bouton."
#. module: hr_timesheet_sheet
#: model:ir.model.fields,help:hr_timesheet_sheet.field_hr_timesheet_sheet__add_line_task_id
msgid ""
"If selected, the associated task is added to the timesheet sheet when "
"clicked the button."
msgstr ""
"Si cette option est sélectionnée, la tâche associée est ajoutée à la feuille "
"de temps lorsque l'on clique sur le bouton."
#. module: hr_timesheet_sheet
#: model_terms:ir.ui.view,arch_db:hr_timesheet_sheet.view_hr_timesheet_sheet_filter
msgid "In Draft"
msgstr "A l'état \"Brouillon\""
#. module: hr_timesheet_sheet
#. odoo-python
#: code:addons/hr_timesheet_sheet/models/hr_timesheet_sheet.py:0
#, python-format
msgid ""
"In order to create a sheet for this employee, you must link him/her to an "
"user: %s"
msgstr ""
"Pour créer une feuille de temps pour cet employé, vous devez lier l’employé "
"à un utilisateur : %s"
#. module: hr_timesheet_sheet
#. odoo-python
#: code:addons/hr_timesheet_sheet/models/hr_timesheet_sheet.py:0
#, python-format
msgid ""
"In order to review a timesheet sheet, your user needs to be linked to an "
"employee."
msgstr ""
"Pour pouvoir examiner une feuille de temps, votre utilisateur doit être lié "
"à un employé."
#. module: hr_timesheet_sheet
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet__message_is_follower
msgid "Is Follower"
msgstr "Est abonné"
#. module: hr_timesheet_sheet
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet____last_update
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet_line____last_update
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet_new_analytic_line____last_update
msgid "Last Modified on"
msgstr "Dernière Modification le"
#. module: hr_timesheet_sheet
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet__write_uid
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet_line__write_uid
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet_new_analytic_line__write_uid
msgid "Last Updated by"
msgstr "Dernière mise à jour par"
#. module: hr_timesheet_sheet
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet__write_date
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet_line__write_date
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet_new_analytic_line__write_date
msgid "Last Updated on"
msgstr "Dernière mise à jour le"
#. module: hr_timesheet_sheet
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet__message_main_attachment_id
msgid "Main Attachment"
msgstr "Pièce jointe principale"
#. module: hr_timesheet_sheet
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet__message_has_error
msgid "Message Delivery error"
msgstr "Erreur d’envoi du message"
#. module: hr_timesheet_sheet
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet__message_ids
msgid "Messages"
msgstr "Messages"
#. module: hr_timesheet_sheet
#: model:ir.model.fields.selection,name:hr_timesheet_sheet.selection__res_company__timesheet_week_start__0
msgid "Monday"
msgstr "Lundi"
#. module: hr_timesheet_sheet
#: model:ir.model.fields.selection,name:hr_timesheet_sheet.selection__res_company__sheet_range__monthly
msgid "Month"
msgstr "Mois"
#. module: hr_timesheet_sheet
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet__my_activity_date_deadline
msgid "My Activity Deadline"
msgstr "Échéance de mon activité"
#. module: hr_timesheet_sheet
#: model:ir.actions.act_window,name:hr_timesheet_sheet.act_hr_timesheet_sheet_my_timesheets
#: model:ir.ui.menu,name:hr_timesheet_sheet.menu_act_hr_timesheet_sheet_my_timesheets
msgid "My Timesheet Sheets"
msgstr "Mes feuilles de temps"
#. module: hr_timesheet_sheet
#: model:ir.ui.menu,name:hr_timesheet_sheet.menu_hr_my_timesheets
msgid "My Timesheets"
msgstr "Mes feuilles de temps"
#. module: hr_timesheet_sheet
#: model:ir.actions.act_window,name:hr_timesheet_sheet.act_hr_timesheet_line_to_submit_my
#: model:ir.ui.menu,name:hr_timesheet_sheet.menu_act_hr_timesheet_line_to_submit_my
msgid "My Timesheets to Submit"
msgstr "Mes feuilles de temps à soumettre"
#. module: hr_timesheet_sheet
#: model_terms:ir.actions.act_window,help:hr_timesheet_sheet.act_hr_timesheet_line_to_submit_my
msgid "My timesheets to submit."
msgstr "Mes Feuilles de temps à approuver."
#. module: hr_timesheet_sheet
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet__name
msgid "Name"
msgstr "Nom"
#. module: hr_timesheet_sheet
#: model:ir.model.fields.selection,name:hr_timesheet_sheet.selection__hr_timesheet_sheet__state__new
msgid "New"
msgstr "Nouveau"
#. module: hr_timesheet_sheet
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet_line__new_line_id
msgid "New Line"
msgstr "Ajouter une ligne"
#. module: hr_timesheet_sheet
#: model_terms:ir.actions.act_window,help:hr_timesheet_sheet.act_hr_timesheet_sheet_my_timesheets
msgid "New timesheet sheet."
msgstr "Nouvelle feuille de temps."
#. module: hr_timesheet_sheet
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet__activity_calendar_event_id
msgid "Next Activity Calendar Event"
msgstr "Prochaine activité du calendrier d'événement"
#. module: hr_timesheet_sheet
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet__activity_date_deadline
msgid "Next Activity Deadline"
msgstr "Date limite de la prochaine activité"
#. module: hr_timesheet_sheet
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet__activity_summary
msgid "Next Activity Summary"
msgstr "Résumé d'activité suivant"
#. module: hr_timesheet_sheet
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet__activity_type_id
msgid "Next Activity Type"
msgstr "Type d'activités à venir"
#. module: hr_timesheet_sheet
#: model_terms:ir.ui.view,arch_db:hr_timesheet_sheet.hr_timesheet_line_search
msgid "Not Submitted"
msgstr "Non soumise"
#. module: hr_timesheet_sheet
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet__message_needaction_counter
msgid "Number of Actions"
msgstr "Nombre d’actions"
#. module: hr_timesheet_sheet
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet__message_has_error_counter
msgid "Number of errors"
msgstr "Nombre d’erreurs"
#. module: hr_timesheet_sheet
#: model:ir.model.fields,help:hr_timesheet_sheet.field_hr_timesheet_sheet__message_needaction_counter
msgid "Number of messages requiring action"
msgstr "Nombre de messages nécessitant une action"
#. module: hr_timesheet_sheet
#: model:ir.model.fields,help:hr_timesheet_sheet.field_hr_timesheet_sheet__message_has_error_counter
msgid "Number of messages with delivery error"
msgstr "Nombre de message avec une erreur d’envoi"
#. module: hr_timesheet_sheet
#. odoo-python
#: code:addons/hr_timesheet_sheet/models/hr_timesheet_sheet.py:0
#, python-format
msgid "Only a HR Officer or Manager can review the sheet."
msgstr "Seul un responsable ou un gestionnaire peut revoir cette feuille."
#. module: hr_timesheet_sheet
#: model:ir.model.fields.selection,name:hr_timesheet_sheet.selection__hr_timesheet_sheet__state__draft
msgid "Open"
msgstr "Ouvertes"
#. module: hr_timesheet_sheet
#: model_terms:ir.ui.view,arch_db:hr_timesheet_sheet.hr_timesheet_sheet_tree
msgid "Period"
msgstr "Période"
#. module: hr_timesheet_sheet
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet__access_url
msgid "Portal Access URL"
msgstr "Adresse unifié d’accès au portail"
#. module: hr_timesheet_sheet
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet_line__project_id
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet_line_abstract__project_id
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet_new_analytic_line__project_id
msgid "Project"
msgstr "Projet"
#. module: hr_timesheet_sheet
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet_line__value_y
msgid "Project Name"
msgstr "Nom du projet"
#. module: hr_timesheet_sheet
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet_line__unit_amount
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet_line_abstract__unit_amount
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet_new_analytic_line__unit_amount
msgid "Quantity"
msgstr "Quantité"
#. module: hr_timesheet_sheet
#: model_terms:ir.ui.view,arch_db:hr_timesheet_sheet.hr_timesheet_sheet_form
#: model_terms:ir.ui.view,arch_db:hr_timesheet_sheet.view_hr_timesheet_sheet_kanban
msgid "Refuse"
msgstr "Refuser"
#. module: hr_timesheet_sheet
#: model:ir.model.fields,help:hr_timesheet_sheet.field_hr_timesheet_sheet__user_id
msgid "Related user name for the resource to manage its access."
msgstr "Utilisateur associé à la ressource pour gérer les droits d'accès."
#. module: hr_timesheet_sheet
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet__activity_user_id
msgid "Responsible User"
msgstr "Utilisateur responsable"
#. module: hr_timesheet_sheet
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet__review_policy
msgid "Review Policy"
msgstr "Politique de revue"
#. module: hr_timesheet_sheet
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet__reviewer_id
#: model_terms:ir.ui.view,arch_db:hr_timesheet_sheet.view_hr_timesheet_sheet_filter
msgid "Reviewer"
msgstr "Vérificateur"
#. module: hr_timesheet_sheet
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet__message_has_sms_error
msgid "SMS Delivery error"
msgstr "Erreur d’envoi du minimessage"
#. module: hr_timesheet_sheet
#: model:ir.model.fields.selection,name:hr_timesheet_sheet.selection__res_company__timesheet_week_start__5
msgid "Saturday"
msgstr "Samedi"
#. module: hr_timesheet_sheet
#. odoo-python
#: code:addons/hr_timesheet_sheet/models/hr_timesheet_sheet.py:0
#, python-format
msgid "Save the Timesheet Sheet first."
msgstr "Enregistrez d'abord la feuille de temps."
#. module: hr_timesheet_sheet
#: model_terms:ir.ui.view,arch_db:hr_timesheet_sheet.view_hr_timesheet_sheet_filter
msgid "Search Timesheet"
msgstr "Rechercher dans les feuilles de temps"
#. module: hr_timesheet_sheet
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet__access_token
msgid "Security Token"
msgstr "Jeton de sécurité"
#. module: hr_timesheet_sheet
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet__add_line_project_id
msgid "Select Project"
msgstr "Sélectionner un projet"
#. module: hr_timesheet_sheet
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet__add_line_task_id
msgid "Select Task"
msgstr "Sélectionner une tâche"
#. module: hr_timesheet_sheet
#: model_terms:ir.ui.view,arch_db:hr_timesheet_sheet.hr_timesheet_sheet_form
#: model_terms:ir.ui.view,arch_db:hr_timesheet_sheet.view_hr_timesheet_sheet_kanban
msgid "Set to Draft"
msgstr "Marquer comme brouillon"
#. module: hr_timesheet_sheet
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_account_analytic_line__sheet_id
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet_line__sheet_id
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet_line_abstract__sheet_id
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet_new_analytic_line__sheet_id
msgid "Sheet"
msgstr "Feuille"
#. module: hr_timesheet_sheet
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_account_analytic_line__sheet_state
msgid "Sheet State"
msgstr "Etat de la feuille"
#. module: hr_timesheet_sheet
#: model:ir.model.fields,help:hr_timesheet_sheet.field_res_config_settings__timesheet_week_start
msgid "Starting day for Timesheet Sheets."
msgstr "Jour de début de la feuille de temps."
#. module: hr_timesheet_sheet
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet__state
msgid "Status"
msgstr "État"
#. module: hr_timesheet_sheet
#: model:ir.model.fields,help:hr_timesheet_sheet.field_hr_timesheet_sheet__activity_state
msgid ""
"Status based on activities\n"
"Overdue: Due date is already passed\n"
"Today: Activity date is today\n"
"Planned: Future activities."
msgstr ""
"Statut basé sur les activités\n"
"En retard : La date d'échéance est déjà dépassée\n"
"Aujourd'hui : La date de l'activité est aujourd'hui\n"
"Planifié : Activités futures."
#. module: hr_timesheet_sheet
#: model_terms:ir.ui.view,arch_db:hr_timesheet_sheet.hr_timesheet_sheet_form
#: model_terms:ir.ui.view,arch_db:hr_timesheet_sheet.view_hr_timesheet_sheet_kanban
msgid "Submit to Reviewer"
msgstr "Soumettre au responsable"
#. module: hr_timesheet_sheet
#: model_terms:ir.ui.view,arch_db:hr_timesheet_sheet.view_hr_timesheet_sheet_filter
msgid "Submitted"
msgstr "Soumis au responsable"
#. module: hr_timesheet_sheet
#: model_terms:ir.ui.view,arch_db:hr_timesheet_sheet.view_hr_timesheet_sheet_filter
msgid "Submitted Timesheet Sheets"
msgstr "Feuilles de temps soumises"
#. module: hr_timesheet_sheet
#: model_terms:ir.ui.view,arch_db:hr_timesheet_sheet.hr_timesheet_sheet_form
msgid "Summary"
msgstr "Résumé"
#. module: hr_timesheet_sheet
#: model:ir.model.fields.selection,name:hr_timesheet_sheet.selection__res_company__timesheet_week_start__6
msgid "Sunday"
msgstr "Dimanche"
#. module: hr_timesheet_sheet
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet_line__task_id
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet_line_abstract__task_id
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet_new_analytic_line__task_id
msgid "Task"
msgstr "Tâche"
#. module: hr_timesheet_sheet
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet__new_line_ids
msgid "Temporary Timesheets"
msgstr "Feuilles de temps temporaires"
#. module: hr_timesheet_sheet
#. odoo-python
#: code:addons/hr_timesheet_sheet/models/hr_timesheet_sheet.py:0
#, python-format
msgid ""
"The Company in the Timesheet Sheet and in the Department must be the same."
msgstr ""
"La société dans la feuille de temps et dans le département doit être la même."
#. module: hr_timesheet_sheet
#. odoo-python
#: code:addons/hr_timesheet_sheet/models/hr_timesheet_sheet.py:0
#, python-format
msgid ""
"The Company in the Timesheet Sheet and in the Employee must be the same."
msgstr ""
"La société dans la feuille de temps doit être la même que celle de l'employé."
#. module: hr_timesheet_sheet
#. odoo-python
#: code:addons/hr_timesheet_sheet/models/hr_timesheet_sheet.py:0
#, python-format
msgid "The Company in the Timesheet Sheet and in the Project must be the same."
msgstr ""
"La société dans la feuille de temps et dans le projet doit être la même."
#. module: hr_timesheet_sheet
#. odoo-python
#: code:addons/hr_timesheet_sheet/models/hr_timesheet_sheet.py:0
#, python-format
msgid "The Company in the Timesheet Sheet and in the Task must be the same."
msgstr ""
"La société dans la feuille de temps et dans la tâche doit être la même."
#. module: hr_timesheet_sheet
#: model:ir.model.fields,help:hr_timesheet_sheet.field_res_company__sheet_range
#: model:ir.model.fields,help:hr_timesheet_sheet.field_res_config_settings__sheet_range
msgid "The range of your Timesheet Sheet."
msgstr "La plage de votre feuille de temps."
#. module: hr_timesheet_sheet
#. odoo-python
#: code:addons/hr_timesheet_sheet/models/hr_timesheet_sheet.py:0
#, python-format
msgid "The start date cannot be later than the end date."
msgstr "La date de début ne peut être postérieure à la date de fin."
#. module: hr_timesheet_sheet
#: model:ir.model.fields.selection,name:hr_timesheet_sheet.selection__res_company__timesheet_week_start__3
msgid "Thursday"
msgstr "Jeudi"
#. module: hr_timesheet_sheet
#: model_terms:ir.ui.view,arch_db:hr_timesheet_sheet.hr_timesheet_sheet_form
msgid "Timesheet Activities"
msgstr "Activités de la feuille de temps"
#. module: hr_timesheet_sheet
#: model_terms:ir.ui.view,arch_db:hr_timesheet_sheet.res_config_settings_view_form
msgid "Timesheet Options"
msgstr "Options des feuilles de temps"
#. module: hr_timesheet_sheet
#: model_terms:ir.ui.view,arch_db:hr_timesheet_sheet.hr_timesheet_sheet_form
msgid "Timesheet Period"
msgstr "Période des feuilles de temps"
#. module: hr_timesheet_sheet
#: model:ir.model,name:hr_timesheet_sheet.model_hr_timesheet_sheet
#: model_terms:ir.ui.view,arch_db:hr_timesheet_sheet.hr_timesheet_sheet_form
msgid "Timesheet Sheet"
msgstr "Feuille de temps"
#. module: hr_timesheet_sheet
#: model:ir.model,name:hr_timesheet_sheet.model_hr_timesheet_sheet_line
msgid "Timesheet Sheet Line"
msgstr "Ligne de feuille de temps"
#. module: hr_timesheet_sheet
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet__line_ids
msgid "Timesheet Sheet Lines"
msgstr "Lignes des feuilles de temps"
#. module: hr_timesheet_sheet
#: model:ir.model,name:hr_timesheet_sheet.model_hr_timesheet_sheet_new_analytic_line
msgid "Timesheet Sheet New Analytic Line"
msgstr "Nouvelle ligne analytique de feuille de temps"
#. module: hr_timesheet_sheet
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_res_company__sheet_range
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_res_config_settings__sheet_range
msgid "Timesheet Sheet Range"
msgstr "Plage de la feuille de temps"
#. module: hr_timesheet_sheet
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_res_company__timesheet_sheet_review_policy
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_res_config_settings__timesheet_sheet_review_policy
msgid "Timesheet Sheet Review Policy"
msgstr "Politique de révision des feuilles de temps"
#. module: hr_timesheet_sheet
#: model:ir.actions.act_window,name:hr_timesheet_sheet.act_hr_employee_2_hr_timesheet
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_employee__timesheet_sheet_ids
msgid "Timesheet Sheets"
msgstr "Feuilles de temps"
#. module: hr_timesheet_sheet
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_employee__timesheet_sheet_count
msgid "Timesheet Sheets Count"
msgstr "Nbre de Feuilles de temps"
#. module: hr_timesheet_sheet
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_department__timesheet_sheet_to_approve_count
msgid "Timesheet Sheets to Approve"
msgstr "Feuilles de temps à approuver"
#. module: hr_timesheet_sheet
#: model:ir.actions.act_window,name:hr_timesheet_sheet.act_hr_timesheet_sheet_to_review
#: model:ir.ui.menu,name:hr_timesheet_sheet.menu_act_hr_timesheet_sheet_to_review
#: model_terms:ir.ui.view,arch_db:hr_timesheet_sheet.view_hr_timesheet_sheet_filter
msgid "Timesheet Sheets to Review"
msgstr "Feuilles de temps à vérifier"
#. module: hr_timesheet_sheet
#: model_terms:ir.actions.act_window,help:hr_timesheet_sheet.act_hr_timesheet_sheet_all_timesheets
#: model_terms:ir.actions.act_window,help:hr_timesheet_sheet.act_hr_timesheet_sheet_my_timesheets
msgid ""
"Timesheet sheets can also be invoiced to customers, depending on\n"
" the configuration of each project's related contract."
msgstr ""
"Les feuilles de temps peuvent être facturées au client, en fonction\n"
"de la configuration de chaque projet / contrat."
#. module: hr_timesheet_sheet
#: model_terms:ir.actions.act_window,help:hr_timesheet_sheet.act_hr_timesheet_sheet_all_timesheets
msgid "Timesheet sheets."
msgstr "Feuilles de temps."
#. module: hr_timesheet_sheet
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet__timesheet_ids
#: model_terms:ir.ui.view,arch_db:hr_timesheet_sheet.hr_department_view_kanban
#: model_terms:ir.ui.view,arch_db:hr_timesheet_sheet.hr_timesheet_sheet_employee_extd_form
msgid "Timesheets"
msgstr "Feuilles de temps"
#. module: hr_timesheet_sheet
#: model_terms:ir.actions.act_window,help:hr_timesheet_sheet.act_hr_timesheet_line_to_submit
#: model_terms:ir.actions.act_window,help:hr_timesheet_sheet.act_hr_timesheet_sheet_to_review
msgid ""
"Timesheets can also be invoiced to customers, depending on the\n"
" configuration of each project's related contract."
msgstr ""
"Les feuilles de temps peuvent être facturées au client, en fonction\n"
"de la configuration du contrat de chaque projet."
#. module: hr_timesheet_sheet
#: model:ir.actions.act_window,name:hr_timesheet_sheet.hr_timesheet_action_from_department
msgid "Timesheets to Review"
msgstr "Feuilles de temps à vérifier"
#. module: hr_timesheet_sheet
#: model:ir.actions.act_window,name:hr_timesheet_sheet.act_hr_timesheet_line_to_submit
#: model:ir.ui.menu,name:hr_timesheet_sheet.menu_act_hr_timesheet_line_to_submit
msgid "Timesheets to Submit"
msgstr "Feuille de temps à soumettre"
#. module: hr_timesheet_sheet
#: model_terms:ir.actions.act_window,help:hr_timesheet_sheet.act_hr_timesheet_sheet_to_review
msgid "Timesheets to review."
msgstr "Feuilles de temps à vérifier."
#. module: hr_timesheet_sheet
#: model_terms:ir.actions.act_window,help:hr_timesheet_sheet.act_hr_timesheet_line_to_submit
msgid "Timesheets to submit."
msgstr "Feuilles de temps à soumettre."
#. module: hr_timesheet_sheet
#: model:ir.ui.menu,name:hr_timesheet_sheet.menu_hr_to_review
#: model_terms:ir.ui.view,arch_db:hr_timesheet_sheet.view_hr_timesheet_sheet_filter
msgid "To Review"
msgstr "A vérifier"
#. module: hr_timesheet_sheet
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet__total_time
msgid "Total Time"
msgstr "Temps total"
#. module: hr_timesheet_sheet
#: model:ir.model.fields.selection,name:hr_timesheet_sheet.selection__res_company__timesheet_week_start__1
msgid "Tuesday"
msgstr "Mardi"
#. module: hr_timesheet_sheet
#: model:ir.model.fields,help:hr_timesheet_sheet.field_hr_timesheet_sheet__activity_exception_decoration
msgid "Type of the exception activity on record."
msgstr "Type d’activité d'exception enregistrée."
#. module: hr_timesheet_sheet
#: model_terms:ir.ui.view,arch_db:hr_timesheet_sheet.view_hr_timesheet_sheet_filter
msgid "Unread Messages"
msgstr "Messages non lus"
#. module: hr_timesheet_sheet
#: model:ir.model.fields,field_description:hr_timesheet_sheet.field_hr_timesheet_sheet__user_id
msgid "User"
msgstr "Utilisateur"