-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathen_GB.po
More file actions
1960 lines (1507 loc) · 49.2 KB
/
en_GB.po
File metadata and controls
1960 lines (1507 loc) · 49.2 KB
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
# English translations for PACKAGE package.
# Copyright (C) 2023 THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# Automatically generated, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-07-05 08:07+0000\n"
"PO-Revision-Date: 2023-07-05 08:07+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ASCII\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: inc/task.class.php:2399 inc/task.class.php:2442
msgid ", actors: "
msgstr ", actors: "
#: inc/deployuserinteraction.class.php:483
msgid "Abort"
msgstr "Abort"
#: inc/deployuserinteractiontemplate.class.php:183
msgid "Abort - Retry - Ignore"
msgstr "Abort - Retry - Ignore"
#: inc/taskjob.class.php:1036 inc/taskjob.class.php:1431
msgid "Action"
msgstr "Action"
#: inc/deployaction.class.php:296 inc/deployaction.class.php:350
msgid "Action label"
msgstr "Action label"
#: inc/deploypackage.class.php:527 b/deploy/index.php:140
msgid "Actions"
msgstr "Actions"
#: inc/agentmodule.class.php:112
msgid "Activation (by default)"
msgstr "Activation (by default)"
#: inc/taskjobview.class.php:408
msgid "Actor Item"
msgstr "Actor Item"
#: inc/taskjobview.class.php:362
msgid "Actor Type"
msgstr "Actor Type"
#: inc/taskjobview.class.php:711 inc/taskjobview.class.php:754
msgid "Actors"
msgstr "Actors"
#: inc/taskjobview.class.php:255
msgid "Add a job"
msgstr "Add a job"
#: inc/deploypackage.class.php:1143
msgid "Add a target for self-service"
msgstr "Add a target for self-service"
#: inc/deploygroup.class.php:379
msgid "Add group"
msgstr "Add group"
#: inc/deploytask.class.php:163
msgid "Add task"
msgstr "Add task"
#: inc/taskjoblog.class.php:422
msgid "Add the item"
msgstr "Add the item"
#: hook.php:454 inc/deploygroup_staticdata.class.php:154
#: inc/deploygroup_staticdata.class.php:170
msgid "Add to static group"
msgstr "Add to static group"
#: inc/deployuserinteraction.class.php:104
msgid "After actions"
msgstr "After actions"
#: inc/deployuserinteraction.class.php:103
msgid "After download"
msgstr "After download"
#: inc/statediscovery.class.php:179 inc/stateinventory.class.php:118
#: inc/taskjoblog.class.php:232
msgid "Agent"
msgstr "Agent"
#: inc/taskjoblog.class.php:426
msgid "Agent communication error, impossible to start agent"
msgstr "Agent communication error, impossible to start agent"
#: inc/config.class.php:337
msgid "Agent port"
msgstr "Agent port"
#: inc/taskjobstate.class.php:141
msgid "Agent replied with data to the server"
msgstr "Agent replied with data to the server"
#: inc/taskjoblog.class.php:427
msgid "Agent stopped/crashed"
msgstr "Agent stopped/crashed"
#: inc/taskview.class.php:365
msgid "Agent wakeup interval (in minutes)"
msgstr "Agent wakeup interval (in minutes)"
#: inc/menu.class.php:212
msgid "Agents management"
msgstr "Agents management"
#: inc/agentmodule.class.php:63 inc/agentmodule.class.php:65
msgid "Agents modules"
msgstr "Agents modules"
#: templates/forms/deployuserinteractiontemplate.html.twig
msgid "Alert display timeout"
msgstr "Alert display timeout"
#: inc/deployuserinteraction.class.php:471
msgid "Alert displayed, no input required"
msgstr "Alert displayed, no input required"
#: inc/deployuserinteraction.class.php:492
msgid "Alert duration exceeded"
msgstr "Alert duration exceeded"
#: templates/forms/deployuserinteractiontemplate.html.twig
msgid "Alert icon"
msgstr "Alert icon"
#: inc/deployuserinteractiontemplate.class.php:469
msgid "Alert timeout exceeded"
msgstr "Alert timeout exceeded"
#: front/deployfile_download.php:79
msgid "An error occurs"
msgstr "An error occurs"
#: inc/menu.class.php:290
msgid "Asset skipped during import"
msgstr "Asset skipped during import"
#: inc/iprange_snmpcredential.class.php:106
msgid "Associated SNMP credentials"
msgstr "Associated SNMP credentials"
#: inc/task.class.php:183
msgid "Associated tasks"
msgstr "Associated tasks"
#: inc/deploycheck.class.php:309 inc/deploycheck.class.php:466
msgid "Audit label"
msgstr "Audit label"
#: inc/deploypackage.class.php:525
msgid "Audits"
msgstr "Audits"
#: inc/profile.class.php:357 inc/menu.class.php:359 inc/credential.class.php:80
#: inc/credential.class.php:180 inc/credentialip.class.php:131
#: inc/credentialip.class.php:154
msgid "Authentication for remote devices (VMware)"
msgstr "Authentication for remote devices (VMware)"
#: inc/staticmisc.class.php:491 inc/staticmisc.class.php:497
#: inc/taskjob.class.php:1090
msgid "Auto managenement dynamic of agents"
msgstr "Auto managenement dynamic of agents"
#: inc/taskjob.class.php:1092
msgid "Auto managenement dynamic of agents (same subnet)"
msgstr "Auto managenement dynamic of agents (same subnet)"
#: inc/iprange.class.php:232
msgid "Bad IP"
msgstr "Bad IP"
#: inc/deployuserinteraction.class.php:452
msgid "Bad event sent to the agent"
msgstr "Bad event sent to the agent"
#: inc/collect_file.class.php:126
msgid "Base folder"
msgstr "Base folder"
#: inc/deployuserinteraction.class.php:102
msgid "Before download"
msgstr "Before download"
#: inc/deployuserinteractiontemplate.class.php:107
msgid "Behavior"
msgid_plural "Behaviors"
msgstr[0] "Behavior"
msgstr[1] "Behaviors"
#: inc/deployuserinteractiontemplate.class.php:578
msgid "Behaviors"
msgstr "Behaviors"
#: inc/deployuserinteractiontemplate.class.php:466
msgid "Button abort"
msgstr "Button abort"
#: inc/deployuserinteractiontemplate.class.php:465
msgid "Button cancel"
msgstr "Button cancel"
#: inc/deployuserinteractiontemplate.class.php:461
msgid "Button continue"
msgstr "Button continue"
#: inc/deployuserinteractiontemplate.class.php:467
msgid "Button ignore"
msgstr "Button ignore"
#: inc/deployuserinteractiontemplate.class.php:464
msgid "Button no"
msgstr "Button no"
#: inc/deployuserinteractiontemplate.class.php:459
msgid "Button ok"
msgstr "Button ok"
#: inc/deployuserinteractiontemplate.class.php:462
msgid "Button retry"
msgstr "Button retry"
#: inc/deployuserinteractiontemplate.class.php:463
msgid "Button try"
msgstr "Button try"
#: inc/deployuserinteractiontemplate.class.php:460
msgid "Button yes"
msgstr "Button yes"
#: inc/iprange_snmpcredential.class.php:219
msgid "By order of priority"
msgstr "By order of priority"
#: inc/deploygroup_staticdata.class.php:107
msgid "CSV import"
msgstr "CSV import"
#: front/popup.php:55
msgid "Cache informations"
msgstr "Cache informations"
#: inc/deployuserinteractiontemplate.class.php:184
msgid "Cancel - Try - Continue"
msgstr "Cancel - Try - Continue"
#: inc/deploypackage.class.php:1505
#: inc/deployuserinteractiontemplate.class.php:232
msgid "Cancel job"
msgstr "Cancel job"
#: inc/taskjobview.class.php:789
msgid "Cancel modifications"
msgstr "Cancel modifications"
#: inc/deploypackage.class.php:1376 inc/taskview.class.php:239
#: inc/taskjobstate.class.php:144
msgid "Cancelled"
msgstr "Cancelled"
#: inc/config.class.php:388
msgid "Change the status"
msgstr "Change the status"
#: b/deploy/index.php:137
msgid "Checks"
msgstr "Checks"
#: inc/collect_file.class.php:67 inc/collect_file.class.php:168
msgid "Checksum SHA2"
msgstr "Checksum SHA2"
#: inc/collect_file.class.php:66 inc/collect_file.class.php:162
msgid "Checksum SHA512"
msgstr "Checksum SHA512"
#: inc/deployfile.class.php:307
msgid "Choose"
msgstr "Choose"
#: inc/collect_wmi.class.php:61 inc/collect_wmi.class.php:87
#: inc/collect_wmi_content.class.php:121
msgid "Class"
msgstr "Class"
#: inc/config.class.php:391
msgid "Clean agents"
msgstr "Clean agents"
#: inc/menu.class.php:160
msgid "Clean unused files"
msgstr "Clean unused files"
#: inc/taskjobview.class.php:740 inc/taskjobview.class.php:762
msgid "Clear list"
msgstr "Clear list"
#: hook.php:90
msgid "Collect"
msgstr "Collect"
#: inc/staticmisc.class.php:101
msgid "Collect data"
msgstr "Collect data"
#: inc/staticmisc.class.php:706 inc/collect.class.php:59
msgid "Collect information"
msgstr "Collect information"
#: front/collect.form.php:37
msgid "Collect management"
msgstr "Collect management"
#: inc/collect.class.php:722
msgid "Collect module has been disabled for this agent"
msgstr "Collect module has been disabled for this agent"
#: inc/deployaction.class.php:72
msgid "Command"
msgstr "Command"
#: inc/deployaction.class.php:58
msgid "Command output contains"
msgstr "Command output contains"
#: inc/deployaction.class.php:59
msgid "Command output does not contains"
msgstr "Command output does not contains"
#: inc/deployaction.class.php:209
msgid "Command to execute"
msgstr "Command to execute"
#: inc/iprange.class.php:83
msgid "Communication mode"
msgstr "Communication mode"
#: inc/staticmisc.class.php:65
msgid "Computer Inventory"
msgstr "Computer Inventory"
#: inc/menu.class.php:309
msgid "Computer collect rules"
msgstr "Computer collect rules"
#: inc/menu.class.php:296
msgid "Computer entity rules"
msgstr "Computer entity rules"
#: inc/profile.class.php:422 inc/menu.class.php:258
msgid "Computer information"
msgstr "Computer information"
#: inc/collectrulecollection.class.php:72 inc/profile.class.php:307
#: inc/collectrule.class.php:73
msgid "Computer information rules"
msgstr "Computer information rules"
#: inc/deploygroup_staticdata.class.php:384
msgid "Computers imported successfully from CSV file"
msgstr "Computers imported successfully from CSV file"
#: report/computer_last_inventory.php:59
msgid "Computers not inventoried since xx days"
msgstr "Computers not inventoried since xx days"
#: inc/profile.class.php:410
msgid "Configuration"
msgstr "Configuration"
#: inc/menu.class.php:477
msgid "Configure SNMP credentials"
msgstr "Configure SNMP credentials"
#: inc/taskjobview.class.php:799
msgid "Confirm the final deletion ?"
msgstr "Confirm the final deletion ?"
#: inc/deployuserinteractiontemplate.class.php:230
msgid "Continue job with no user interaction"
msgstr "Continue job with no user interaction"
#: inc/deployaction.class.php:74
msgid "Copy"
msgstr "Copy"
#: inc/menu.class.php:498
msgid ""
"Create a new Task with discovery module and the agent defined previously"
msgstr ""
"Create a new Task with discovery module and the agent defined previously"
#: inc/menu.class.php:515
msgid ""
"Create a new Task with network inventory module and the agent defined "
"previously"
msgstr ""
"Create a new Task with network inventory module and the agent defined "
"previously"
#: inc/deployaction.class.php:76
msgid "Create directory"
msgstr "Create directory"
#: inc/task.class.php:2441
msgid "Created a deployment job, package: "
msgstr "Created a deployment job, package: "
#: inc/collect_registry_content.class.php:173
#: inc/collect_registry_content.class.php:220
msgid "Data"
msgstr "Data"
#: inc/menu.class.php:490
msgid "Define IP Ranges of your network + related SNMP credentials"
msgstr "Define IP Ranges of your network + related SNMP credentials"
#: inc/menu.class.php:494
msgid "Define an agent allowed to discover the network"
msgstr "Define an agent allowed to discover the network"
#: inc/menu.class.php:511
msgid "Define an agent allowed to inventory the network by SNMP"
msgstr "Define an agent allowed to inventory the network by SNMP"
#: inc/menu.class.php:481
msgid ""
"Define rules for import : merge and create new devices (CAUTION: same rules "
"for computer inventory)"
msgstr ""
"Define rules for import : merge and create new devices (CAUTION: same rules "
"for computer inventory)"
#: inc/taskjob.class.php:1035 inc/taskjob.class.php:1414
msgid "Definition"
msgstr "Definition"
#: inc/deployuserinteraction.class.php:300 inc/deployfile.class.php:244
#: inc/deployaction.class.php:251 inc/taskjobview.class.php:284
#: inc/taskjob.class.php:1461 inc/deploycheck.class.php:290
msgid "Delete"
msgstr "Delete"
#: install/update.php:1007
msgid "Delete agents that have not contacted the server since \"xxx\" days."
msgstr "Delete agents that have not contacted the server since \"xxx\" days."
#: inc/deployaction.class.php:75
msgid "Delete directory"
msgstr "Delete directory"
#: inc/taskjobview.class.php:745 inc/taskjobview.class.php:767
msgid "Delete selected items"
msgstr "Delete selected items"
#: inc/config.class.php:510
msgid "Delete successful on demand tasks after (in days)"
msgstr "Delete successful on demand tasks after (in days)"
#: inc/config.class.php:324
msgid "Delete tasks logs after"
msgstr "Delete tasks logs after"
#: hook.php:48 inc/menu.class.php:427
msgid "Deploy"
msgstr "Deploy"
#: b/deploy/index.php:66
msgid "Deploy module has been disabled for this agent"
msgstr "Deploy module has been disabled for this agent"
#: inc/profile.class.php:231 inc/profile.class.php:337
msgid "Deploy packages on demand"
msgstr "Deploy packages on demand"
#: inc/task.class.php:2381
msgid "Deployment job, package: "
msgstr "Deployment job, package: "
#: inc/taskjoblog.class.php:425
msgid "Detail"
msgstr "Detail"
#: inc/task.class.php:801
msgid "Device no longer defined in definition of job"
msgstr "Device no longer defined in definition of job"
#: inc/statediscovery.class.php:188
msgid "Devices imported"
msgstr "Devices imported"
#: inc/statediscovery.class.php:187
msgid "Devices linked"
msgstr "Devices linked"
#: inc/statediscovery.class.php:186
msgid "Devices not imported"
msgstr "Devices not imported"
#: inc/deploycheck.class.php:394
msgid "Directory"
msgstr "Directory"
#: inc/deploycheck.class.php:74
msgid "Directory exists"
msgstr "Directory exists"
#: inc/deploycheck.class.php:75
msgid "Directory is missing"
msgstr "Directory is missing"
#: inc/collect_file.class.php:151 inc/collect_file.class.php:181
msgid "Disabled"
msgstr "Disabled"
#: inc/menu.class.php:367
msgid "Discovery status"
msgstr "Discovery status"
#: inc/deploycheck.class.php:414
msgid "Disk or directory"
msgstr "Disk or directory"
#: inc/deploypackage.class.php:1670
msgid "Don't wakeup"
msgstr "Don't wakeup"
#: inc/deployfile.class.php:195
msgid "Download"
msgstr "Download"
#: inc/deploygroup.class.php:88 inc/deploygroup.class.php:796
msgid "Dynamic group"
msgstr "Dynamic group"
#: hook.php:69
msgid "ESX/VMWare"
msgstr "ESX/VMWare"
#: inc/deploytask.class.php:195
msgid "Edit impossible, this task is active"
msgstr "Edit impossible, this task is active"
#: inc/deploypackage.class.php:383 inc/deploypackage.class.php:502
msgid "Enable deploy on demand for the following group"
msgstr "Enable deploy on demand for the following group"
#: templates/forms/iprange.html.twig inc/iprange.class.php:149
#: inc/iprange.class.php:237
msgid "End of IP range"
msgstr "End of IP range"
#: inc/timeslotentry.class.php:161
msgid "End time"
msgstr "End time"
#: inc/statediscovery.class.php:182 inc/stateinventory.class.php:121
msgid "Ending date"
msgstr "Ending date"
#: inc/menu.class.php:282
msgid "Equipment import and link rules"
msgstr "Equipment import and link rules"
#: inc/taskjobstate.class.php:143
msgid "Error"
msgstr "Error"
#: inc/taskjoblog.class.php:317
msgid "Error / rescheduled"
msgstr "Error / rescheduled"
#: inc/stateinventory.class.php:126
msgid "Error(s)"
msgstr "Error(s)"
#: inc/commonview.class.php:311
msgid "Error:"
msgstr "Error:"
#: inc/deploycheck.class.php:354
msgid "Example of registry key"
msgstr "Example of registry key"
#: inc/deploycheck.class.php:362 inc/deploycheck.class.php:370
#: inc/deploycheck.class.php:382
msgid "Example of registry value"
msgstr "Example of registry value"
#: inc/agentmodule.class.php:113
msgid "Exceptions"
msgstr "Exceptions"
#: inc/deployaction.class.php:377
msgid "Execution checks"
msgstr "Execution checks"
#: inc/taskview.class.php:358
msgid "Execution timeslot"
msgstr "Execution timeslot"
#: inc/deploypackage.class.php:153
msgid "Export"
msgstr "Export"
#: inc/taskview.class.php:104
msgid "Export task result"
msgstr "Export task result"
#: inc/config.class.php:344
msgid "Extra-debug"
msgstr "Extra-debug"
#: inc/deployfile.class.php:676 inc/deployfile.class.php:734
msgid "Failed to copy file"
msgstr "Failed to copy file"
#: inc/deployfile.class.php:641
msgid "Failed to write file to disk"
msgstr "Failed to write file to disk"
#: front/config.form.php:39
msgid "Features"
msgstr "Features"
#: inc/collect_file.class.php:86 inc/collect_file.class.php:192
#: inc/deployfile.class.php:294 inc/deploycheck.class.php:388
#: inc/deploycheck.class.php:401 inc/deploycheck.class.php:408
msgid "File"
msgstr "File"
#: inc/deploycheck.class.php:65
msgid "File exists"
msgstr "File exists"
#: inc/deploycheck.class.php:66
msgid "File is missing"
msgstr "File is missing"
#: inc/deployfile.class.php:680 inc/deployfile.class.php:738
msgid "File missing"
msgstr "File missing"
#: inc/collectrule.class.php:212
msgid "File name"
msgstr "File name"
#: front/deployfile_download.php:82 front/deployfile_download.php:85
msgid "File not found"
msgstr "File not found"
#: inc/collectrule.class.php:215
msgid "File path"
msgstr "File path"
#: inc/deployfile.class.php:673 inc/deployfile.class.php:731
msgid "File saved!"
msgstr "File saved!"
#: inc/collectrule.class.php:218
msgid "File size"
msgstr "File size"
#: inc/deploycheck.class.php:68
msgid "File size is equal to"
msgstr "File size is equal to"
#: inc/deploycheck.class.php:67
msgid "File size is greater than"
msgstr "File size is greater than"
#: inc/deploycheck.class.php:69
msgid "File size is lower than"
msgstr "File size is lower than"
#: inc/collect_file.class.php:177
msgid "Filename"
msgstr "Filename"
#: inc/deploypackage.class.php:526
msgid "Files"
msgstr "Files"
#: b/deploy/index.php:138
msgid "Files download"
msgstr "Files download"
#: inc/deployfile.class.php:415
#, php-format
msgid "Files need to be uploaded to %s folder to be displayed here"
msgstr "Files need to be uploaded to %s folder to be displayed here"
#: b/deploy/index.php:139
msgid "Files preparation"
msgstr "Files preparation"
#: inc/collect_file.class.php:120
msgid "Filter"
msgid_plural "Filters"
msgstr[0] "Filter"
msgstr[1] "Filters"
#: inc/collect.class.php:150 inc/collect.class.php:241
#: inc/collect.class.php:256
msgid "Find file"
msgstr "Find file"
#: inc/taskjobstate.class.php:142
msgid "Finished"
msgstr "Finished"
#: inc/statediscovery.class.php:274 inc/stateinventory.class.php:207
msgid "Finished tasks"
msgstr "Finished tasks"
#: inc/collect_file.class.php:62 inc/collect_file.class.php:88
#: inc/collect_file.class.php:193
msgid "Folder"
msgstr "Folder"
#: inc/collect_file.class.php:132
msgid "Folder recursive"
msgstr "Folder recursive"
#: inc/taskview.class.php:419
msgid "Force start"
msgstr "Force start"
#: inc/taskjob.class.php:1484
msgid "Force the end"
msgstr "Force the end"
#: inc/collect_wmi.class.php:53
msgid "Found WMI"
msgid_plural "Found WMIs"
msgstr[0] "Found WMI"
msgstr[1] "Found WMIs"
#: inc/collect_registry.class.php:53
msgid "Found entry"
msgid_plural "Found entries"
msgstr[0] "Found entry"
msgstr[1] "Found entries"
#: inc/collect_file.class.php:53
msgid "Found file"
msgid_plural "Found files"
msgstr[0] "Found file"
msgstr[1] "Found files"
#: inc/deploycheck.class.php:78
msgid "Free space is greater than"
msgstr "Free space is greater than"
#: inc/deployaction.class.php:307
msgid "From"
msgstr "From"
#: index.php:48 inc/menu.class.php:53 report/switch_ports.history.php:41
#: report/computer_last_inventory.php:40 report/not_queried_recently.php:42
#: report/ports_date_connections.php:40 front/credential.php:37
#: front/taskjob.php:37 front/timeslot.php:40 front/collect.php:37
#: front/credential.form.php:41 front/collectrule.php:38
#: front/taskjob.form.php:39 front/taskjoblog.php:37 front/iprange.form.php:39
#: front/menu_snmpinventory.php:38 front/credentialip.php:37
#: front/statediscovery.php:37 front/agentmodule.form.php:37
#: front/iprange.php:37 front/task.php:38 front/credentialip.form.php:44
#: front/task.form.php:42 front/collectrule.form.php:37
#: front/stateinventory.php:37 front/menu.php:38
msgid "GLPI Inventory"
msgstr "GLPI Inventory"
#: inc/deployaction.class.php:442 inc/deploycheck.class.php:244
#: inc/deploycheck.class.php:363 inc/deploycheck.class.php:374
#: inc/deploycheck.class.php:383
#, php-format
msgid "GLPI-Agent or Fusioninventory-Agent >= %1s mandatory"
msgstr "GLPI-Agent or Fusioninventory-Agent >= %1s mandatory"
#: inc/deploycheck.class.php:355 inc/deploycheck.class.php:372
#, php-format
msgid "GLPI-Agent or Fusioninventory-Agent >= %1s recommended"
msgstr "GLPI-Agent or Fusioninventory-Agent >= %1s recommended"
#: inc/profile.class.php:174 inc/menu.class.php:231
msgid "General"
msgstr "General"
#: inc/menu.class.php:224
msgid "General configuration"
msgstr "General configuration"
#: inc/profile.class.php:419 inc/menu.class.php:218
#: inc/deploytaskjob.class.php:223 front/deploygroup.php:38
msgid "Groups of computers"
msgstr "Groups of computers"
#: inc/menu.class.php:446
msgid "Guide"
msgstr "Guide"
#: inc/collect_registry.class.php:72 inc/collect_registry.class.php:91
msgid "Hive"
msgstr "Hive"
#: inc/deploypackage.class.php:1669
msgid "I'm not on this computer: wakeup from the server"
msgstr "I'm not on this computer: wakeup from the server"
#: inc/deploypackage.class.php:1668
msgid "I'm on this computer: local wakeup"
msgstr "I'm on this computer: local wakeup"
#: inc/staticmisc.class.php:388 inc/staticmisc.class.php:422
#: inc/iprange.class.php:88 inc/iprange.class.php:91 inc/menu.class.php:335
msgid "IP Ranges"
msgstr "IP Ranges"
#: inc/iprange.class.php:118 inc/profile.class.php:354
msgid "IP range configuration"
msgstr "IP range configuration"
#: inc/deploycheck.class.php:548
msgid "If not successful"
msgstr "If not successful"
#: inc/menu.class.php:502
msgid "If you have devices not typed, import them from unmanaged devices"
msgstr "If you have devices not typed, import them from unmanaged devices"
#: inc/deployuserinteraction.class.php:486
msgid "Ignore"
msgstr "Ignore"
#: inc/deploypackage.class.php:150 inc/menu.class.php:154
msgid "Import"
msgstr "Import"
#: inc/deploygroup_staticdata.class.php:338
msgid ""
"Import a list of computers from a CSV file (the first column must contain "
"the computer ID)"
msgstr ""
"Import a list of computers from a CSV file (the first column must contain "
"the computer ID)"
#: inc/menu.class.php:252
msgid "Import agent XML file"
msgstr "Import agent XML file"
#: inc/taskjoblog.class.php:428
msgid "Import denied"
msgstr "Import denied"
#: inc/deploygroup_staticdata.class.php:387
msgid "Impossible to read the CSV file"
msgstr "Impossible to read the CSV file"
#: inc/deploypackage.class.php:1372 inc/taskview.class.php:234
msgid "In error"
msgstr "In error"
#: inc/collect_file.class.php:69
msgid "Iname"
msgstr "Iname"
#: inc/taskview.class.php:66
msgid "Include old jobs"
msgstr "Include old jobs"
#: inc/taskjoblog.class.php:101
msgid "Info"
msgstr "Info"
#: templates/forms/deployuserinteractiontemplate.html.twig
msgid "Interaction format"
msgstr "Interaction format"
#: inc/deployuserinteraction.class.php:212
msgid "Interaction label"
msgstr "Interaction label"
#: templates/forms/deployuserinteractiontemplate.html.twig
msgid "Interaction type"
msgstr "Interaction type"
#: inc/profile.class.php:184
msgid "Inventory"
msgstr "Inventory"
#: inc/deploygroup.class.php:101
msgid "Inventory group"
msgstr "Inventory group"
#: inc/taskjoblog.class.php:424
msgid "Inventory started"
msgstr "Inventory started"
#: inc/deploypackage.class.php:677
msgid "JSON package representation"
msgstr "JSON package representation"
#: inc/task.class.php:2270 inc/taskjob.class.php:58
#: inc/agentwakeup.class.php:59 inc/taskjoblog.class.php:190
msgid "Job"
msgstr "Job"
#: inc/taskjobstate.class.php:520
#, php-format
msgid "Job available for next execution at %s"
msgstr "Job available for next execution at %s"
#: inc/deployuserinteraction.class.php:432
#, php-format
msgid "Job cancelled by the user %1$s"
msgstr "Job cancelled by the user %1$s"
#: inc/taskjobview.class.php:69
msgid "Job configuration"
msgstr "Job configuration"
#: inc/taskjobstate.class.php:125
msgid "Job executions"
msgstr "Job executions"
#: inc/deployuserinteraction.class.php:446
#, php-format
msgid "Job postponed by the user %1$s"
msgstr "Job postponed by the user %1$s"
#: inc/collect_registry.class.php:74 inc/collect_registry.class.php:108
msgid "Key"
msgstr "Key"
#: report/computer_last_inventory.php:133 report/not_queried_recently.php:135
msgid "Last inventory"
msgstr "Last inventory"
#: inc/collect_file.class.php:61 inc/collect_file.class.php:108
msgid "Limit"
msgstr "Limit"
#: hook.php:62
msgid "Local inventory"
msgstr "Local inventory"
#: front/rule.common.php:191
msgid "Local rules"
msgstr "Local rules"
#: inc/deploygroup_staticdata.class.php:153
#, php-format
msgid ""
"Make a search to get desired computer, then use massive actions and use %s"
msgstr ""
"Make a search to get desired computer, then use massive actions and use %s"
#: inc/profile.class.php:328
msgid "Manage packages"
msgstr "Manage packages"
#: inc/config.class.php:494
msgid "Match mirrors to agents"
msgstr "Match mirrors to agents"
#: inc/deployfile.class.php:1072
msgid "Max file size"
msgstr "Max file size"
#: inc/config.class.php:357
msgid "Maximum number of agents to wake up in a task"
msgstr "Maximum number of agents to wake up in a task"
#: templates/forms/deployuserinteractiontemplate.html.twig
msgid "Maximum number of retry allowed"
msgstr "Maximum number of retry allowed"
#: inc/taskjobstate.class.php:537
msgid "Maximum number of retry reached: force deployment"
msgstr "Maximum number of retry reached: force deployment"
#: inc/profile.class.php:400
msgid "Menu"
msgstr "Menu"