-
Notifications
You must be signed in to change notification settings - Fork 223
/
messages.po
9857 lines (7807 loc) · 304 KB
/
messages.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
# English translations for PACKAGE package.
# Copyright (C) 2016 THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# Automatically generated, 2016.
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-13 23:53-0500\n"
"PO-Revision-Date: 2016-05-22 15:14-0400\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: /var/www/fog/status/getfiles.php:32
#, fuzzy
msgid "Path is unavailable"
msgstr "No hash available"
#: /var/www/fog/status/logtoview.php:56
msgid "Invalid Folder"
msgstr "Invalid Folder"
#: /var/www/fog/status/logtoview.php:61
msgid "Unable to open file for reading"
msgstr "Unable to open file for reading"
#: /var/www/fog/status/logtoview.php:107
msgid "IP Passed is incorrect"
msgstr "IP Passed is incorrect"
#: /var/www/fog/status/bandwidth.php:44
#, fuzzy
msgid "Device must be a string"
msgstr "Event must be a string"
#: /var/www/fog/status/bandwidth.php:47
#: /var/www/fog/lib/fog/fogbase.class.php:1220
#, fuzzy
msgid "File must be a string"
msgstr "Event must be a string"
#: /var/www/fog/status/bandwidth.php:50
msgid "Only tx and rx bytes files can be read"
msgstr ""
#: /var/www/fog/lib/fog/fogsubmenu.class.php:126
#: /var/www/fog/lib/fog/fogsubmenu.class.php:180
#, fuzzy
msgid "Node must be a string"
msgstr "Event must be a string"
#: /var/www/fog/lib/fog/fogsubmenu.class.php:131
msgid "Items must be an array"
msgstr ""
#: /var/www/fog/lib/fog/fogsubmenu.class.php:185
msgid "Data must be an array or a callable item."
msgstr ""
#: /var/www/fog/lib/fog/fogsubmenu.class.php:295
#, fuzzy
msgid "Title must be a string"
msgstr "Event must be a string"
#: /var/www/fog/lib/fog/fogsubmenu.class.php:315
#, fuzzy
msgid "Link must be a string"
msgstr "Event must be a string"
#: /var/www/fog/lib/fog/eventmanager.class.php:58
#: /var/www/fog/lib/fog/eventmanager.class.php:134
msgid "Event must be a string"
msgstr "Event must be a string"
#: /var/www/fog/lib/fog/eventmanager.class.php:61
msgid "Listener must be an array or an object"
msgstr ""
#: /var/www/fog/lib/fog/eventmanager.class.php:66
msgid "Class must extend event"
msgstr "Class must extend event"
#: /var/www/fog/lib/fog/eventmanager.class.php:75
msgid "Not registering to mobile page"
msgstr "Not registering to mobile page"
#: /var/www/fog/lib/fog/eventmanager.class.php:79
#, fuzzy
msgid "Second paramater must be in array(class,function)"
msgstr "Second parameter must be in the form array(Hook class,Function to run)"
#: /var/www/fog/lib/fog/eventmanager.class.php:83
msgid "Class must extend hook"
msgstr "Class must extend hook"
#: /var/www/fog/lib/fog/eventmanager.class.php:88
msgid "Method does not exist"
msgstr "Method does not exist"
#: /var/www/fog/lib/fog/eventmanager.class.php:98
msgid "Register must be managed from hooks or events"
msgstr ""
#: /var/www/fog/lib/fog/eventmanager.class.php:105
#, fuzzy
msgid "Could not register"
msgstr "Could not create printer"
#: /var/www/fog/lib/fog/eventmanager.class.php:106
#: /var/www/fog/lib/fog/eventmanager.class.php:156
#: /var/www/fog/lib/fog/fogcontroller.class.php:144
#: /var/www/fog/lib/fog/fogcontroller.class.php:304
#: /var/www/fog/lib/fog/fogcontroller.class.php:368
#: /var/www/fog/lib/fog/fogcontroller.class.php:438
#: /var/www/fog/lib/fog/fogcontroller.class.php:562
#: /var/www/fog/lib/fog/fogcontroller.class.php:572
#: /var/www/fog/lib/fog/fogcontroller.class.php:583
#: /var/www/fog/lib/fog/fogcontroller.class.php:671
#: /var/www/fog/lib/fog/fogcontroller.class.php:792
#: /var/www/fog/lib/fog/fogcontroller.class.php:802
#: /var/www/fog/lib/fog/fogcontroller.class.php:813
#: /var/www/fog/lib/fog/fogcontroller.class.php:951
#: /var/www/fog/lib/fog/foggetset.class.php:92
#: /var/www/fog/lib/fog/fogpage.class.php:2293
#: /var/www/fog/lib/pages/schemaupdaterpage.class.php:170
#: /var/www/fog/lib/pages/schemaupdaterpage.class.php:188
#: /var/www/fog/lib/db/pdodb.class.php:177
#: /var/www/fog/lib/db/pdodb.class.php:216
#: /var/www/fog/lib/db/pdodb.class.php:272
#: /var/www/fog/lib/db/pdodb.class.php:328
#: /var/www/fog/lib/db/pdodb.class.php:381
#: /var/www/fog/lib/db/mysql.class.php:72 /var/www/fog/commons/text.php:97
msgid "Error"
msgstr "Error"
#: /var/www/fog/lib/fog/eventmanager.class.php:108
#: /var/www/fog/lib/fog/eventmanager.class.php:158
#, fuzzy
msgid "Event"
msgstr "Add Event"
#: /var/www/fog/lib/fog/eventmanager.class.php:110
#, fuzzy
msgid "Class"
msgstr "Tasks"
#: /var/www/fog/lib/fog/eventmanager.class.php:137
#, fuzzy
msgid "Event Data must be an array"
msgstr "Event must be a string"
#: /var/www/fog/lib/fog/eventmanager.class.php:140
msgid "Event and data are not set"
msgstr ""
#: /var/www/fog/lib/fog/eventmanager.class.php:155
#, fuzzy
msgid "Could not notify"
msgstr "Could not read tmp file."
#: /var/www/fog/lib/fog/reportmaker.class.php:156
msgid "Invalid type"
msgstr "Invalid type"
#: /var/www/fog/lib/fog/fogcontroller.class.php:129
#, fuzzy
msgid "Table not defined for this class"
msgstr "No database table defined for this class"
#: /var/www/fog/lib/fog/fogcontroller.class.php:132
#, fuzzy
msgid "Fields not defined for this class"
msgstr "No database fields defined for this class"
#: /var/www/fog/lib/fog/fogcontroller.class.php:143
#, fuzzy
msgid "Record not found"
msgstr "Record not found, Error: %s"
#: /var/www/fog/lib/fog/fogcontroller.class.php:174
#: /var/www/fog/lib/fog/fogcontroller.class.php:559
#: /var/www/fog/lib/fog/fogcontroller.class.php:766
#: /var/www/fog/lib/fog/fogcontroller.class.php:789
#: /var/www/fog/lib/fog/fogpage.class.php:3056
#: /var/www/fog/lib/fog/fogpage.class.php:3177
#: /var/www/fog/lib/pages/groupmanagementpage.class.php:92
#: /var/www/fog/lib/pages/reportmanagementpage.class.php:1790
#: /var/www/fog/lib/plugins/fileintegrity/pages/fileintegritymanagementpage.class.php:53
#: /var/www/fog/lib/plugins/tasktypeedit/pages/tasktypeeditmanagementpage.class.php:18
#: /var/www/fog/lib/plugins/tasktypeedit/pages/tasktypeeditmanagementpage.class.php:25
#: /var/www/fog/lib/plugins/tasktypeedit/pages/tasktypeeditmanagementpage.class.php:76
#: /var/www/fog/lib/plugins/tasktypeedit/pages/tasktypeeditmanagementpage.class.php:155
#: /var/www/fog/lib/plugins/taskstateedit/pages/taskstateeditmanagementpage.class.php:18
#: /var/www/fog/lib/plugins/taskstateedit/pages/taskstateeditmanagementpage.class.php:25
#: /var/www/fog/lib/plugins/taskstateedit/pages/taskstateeditmanagementpage.class.php:62
#: /var/www/fog/lib/plugins/taskstateedit/pages/taskstateeditmanagementpage.class.php:122
#: /var/www/fog/lib/plugins/pushbullet/pages/pushbulletmanagementpage.class.php:54
#: /var/www/fog/lib/service/fogservice.class.php:376
#: /var/www/fog/lib/service/fogservice.class.php:405
#: /var/www/fog/lib/service/fogservice.class.php:480
#: /var/www/fog/commons/text.php:66
msgid "Name"
msgstr "Name"
#: /var/www/fog/lib/fog/fogcontroller.class.php:221
#: /var/www/fog/lib/fog/fogcontroller.class.php:235
#: /var/www/fog/lib/fog/foggetset.class.php:117
#: /var/www/fog/lib/fog/foggetset.class.php:131
msgid "Returning value of key"
msgstr "Returning value of key"
#: /var/www/fog/lib/fog/fogcontroller.class.php:223
#: /var/www/fog/lib/fog/fogcontroller.class.php:277
#: /var/www/fog/lib/fog/fogcontroller.class.php:341
#: /var/www/fog/lib/fog/fogcontroller.class.php:410
#: /var/www/fog/lib/fog/foggetset.class.php:65
#: /var/www/fog/lib/fog/foggetset.class.php:119
msgid "Object"
msgstr "Object"
#: /var/www/fog/lib/fog/fogcontroller.class.php:229
#: /var/www/fog/lib/fog/foggetset.class.php:125
msgid "Returning array within key"
msgstr "Returning array within key"
#: /var/www/fog/lib/fog/fogcontroller.class.php:237
#: /var/www/fog/lib/fog/fogcontroller.class.php:292
#: /var/www/fog/lib/fog/fogcontroller.class.php:356
#: /var/www/fog/lib/fog/fogcontroller.class.php:425
#: /var/www/fog/lib/fog/foggetset.class.php:80
#: /var/www/fog/lib/fog/foggetset.class.php:133
msgid "Value"
msgstr "Value"
#: /var/www/fog/lib/fog/fogcontroller.class.php:260
#: /var/www/fog/lib/fog/fogcontroller.class.php:327
#: /var/www/fog/lib/fog/fogcontroller.class.php:391
#: /var/www/fog/lib/fog/fogcontroller.class.php:609
#: /var/www/fog/lib/fog/fogcontroller.class.php:724
#: /var/www/fog/lib/fog/fogcontroller.class.php:852
#: /var/www/fog/lib/fog/fogcontroller.class.php:887
#: /var/www/fog/lib/fog/foggetset.class.php:55
msgid "No key being requested"
msgstr "No key being requested"
#: /var/www/fog/lib/fog/fogcontroller.class.php:264
msgid "Invalid key being set"
msgstr "Invalid key being set"
#: /var/www/fog/lib/fog/fogcontroller.class.php:270
#: /var/www/fog/lib/fog/foggetset.class.php:58
msgid "Invalid numeric entry"
msgstr "Invalid numeric entry"
#: /var/www/fog/lib/fog/fogcontroller.class.php:275
#: /var/www/fog/lib/fog/fogcontroller.class.php:283
#: /var/www/fog/lib/fog/fogcontroller.class.php:290
#: /var/www/fog/lib/fog/foggetset.class.php:63
#: /var/www/fog/lib/fog/foggetset.class.php:71
#: /var/www/fog/lib/fog/foggetset.class.php:78
msgid "Setting Key"
msgstr "Setting Key"
#: /var/www/fog/lib/fog/fogcontroller.class.php:285
#: /var/www/fog/lib/fog/fogcontroller.class.php:349
#: /var/www/fog/lib/fog/fogcontroller.class.php:418
#: /var/www/fog/lib/fog/foggetset.class.php:73
msgid "Array"
msgstr ""
#: /var/www/fog/lib/fog/fogcontroller.class.php:301
#, fuzzy
msgid "Set failed"
msgstr "Service update failed"
#: /var/www/fog/lib/fog/fogcontroller.class.php:302
#: /var/www/fog/lib/fog/fogcontroller.class.php:366
#: /var/www/fog/lib/fog/fogcontroller.class.php:436
#: /var/www/fog/lib/fog/fogcontroller.class.php:669
#: /var/www/fog/lib/fog/foggetset.class.php:90
#, fuzzy
msgid "Key"
msgstr "DMI Key"
#: /var/www/fog/lib/fog/fogcontroller.class.php:331
#: /var/www/fog/lib/fog/fogcontroller.class.php:613
msgid "Invalid key being added"
msgstr "Invalid key being added"
#: /var/www/fog/lib/fog/fogcontroller.class.php:339
#: /var/www/fog/lib/fog/fogcontroller.class.php:347
#: /var/www/fog/lib/fog/fogcontroller.class.php:354
msgid "Adding Key"
msgstr "Adding Key"
#: /var/www/fog/lib/fog/fogcontroller.class.php:365
#, fuzzy
msgid "Add failed"
msgstr "Add snapin failed!"
#: /var/www/fog/lib/fog/fogcontroller.class.php:395
msgid "Invalid key being removed"
msgstr "Invalid key being removed"
#: /var/www/fog/lib/fog/fogcontroller.class.php:408
#: /var/www/fog/lib/fog/fogcontroller.class.php:416
#: /var/www/fog/lib/fog/fogcontroller.class.php:423
#, fuzzy
msgid "Removing Key"
msgstr "Setting Key"
#: /var/www/fog/lib/fog/fogcontroller.class.php:435
#, fuzzy
msgid "Remove failed"
msgstr "Removed"
#: /var/www/fog/lib/fog/fogcontroller.class.php:520
#, fuzzy
msgid "Saving data for"
msgstr "Saving data for %s object"
#: /var/www/fog/lib/fog/fogcontroller.class.php:522
#, fuzzy
msgid "object"
msgstr "Object"
#: /var/www/fog/lib/fog/fogcontroller.class.php:534
#: /var/www/fog/lib/fog/fogcontroller.class.php:544
#: /var/www/fog/lib/fog/fogcontroller.class.php:557
#: /var/www/fog/lib/fog/fogcontroller.class.php:569
#: /var/www/fog/lib/fog/fogcontroller.class.php:581
#: /var/www/fog/lib/fog/fogcontroller.class.php:764
#: /var/www/fog/lib/fog/fogcontroller.class.php:774
#: /var/www/fog/lib/fog/fogcontroller.class.php:787
#: /var/www/fog/lib/fog/fogcontroller.class.php:799
#: /var/www/fog/lib/fog/fogcontroller.class.php:811
#: /var/www/fog/lib/pages/schemaupdaterpage.class.php:167
#: /var/www/fog/lib/pages/schemaupdaterpage.class.php:185
#: /var/www/fog/commons/text.php:302
msgid "ID"
msgstr "ID"
#: /var/www/fog/lib/fog/fogcontroller.class.php:536
msgid "NAME"
msgstr ""
#: /var/www/fog/lib/fog/fogcontroller.class.php:538
#: /var/www/fog/lib/fog/fogcontroller.class.php:546
msgid "has been successfully updated"
msgstr "has been successfully updated"
#: /var/www/fog/lib/fog/fogcontroller.class.php:561
#: /var/www/fog/lib/fog/fogcontroller.class.php:571
msgid "has failed to save"
msgstr "has failed to save"
#: /var/www/fog/lib/fog/fogcontroller.class.php:580
#, fuzzy
msgid "Database save failed"
msgstr "Database update failed"
#: /var/www/fog/lib/fog/fogcontroller.class.php:606
#, fuzzy
msgid "Key field must be a string"
msgstr "Event must be a string"
#: /var/www/fog/lib/fog/fogcontroller.class.php:620
#: /var/www/fog/lib/fog/fogcontroller.class.php:735
#, fuzzy
msgid "Operation field not set"
msgstr "Operation Field not set: %s"
#: /var/www/fog/lib/fog/fogcontroller.class.php:652
#, fuzzy
msgid "Loading data to field"
msgstr "Loading data to field %s"
#: /var/www/fog/lib/fog/fogcontroller.class.php:668
#, fuzzy
msgid "Load failed"
msgstr "Load failed: %s"
#: /var/www/fog/lib/fog/fogcontroller.class.php:728
#, fuzzy
msgid "Invalid key being destroyed"
msgstr "Invalid key being removed"
#: /var/www/fog/lib/fog/fogcontroller.class.php:768
#: /var/www/fog/lib/fog/fogcontroller.class.php:776
#, fuzzy
msgid "has been successfully destroyed"
msgstr "has been successfully updated"
#: /var/www/fog/lib/fog/fogcontroller.class.php:791
#: /var/www/fog/lib/fog/fogcontroller.class.php:801
#, fuzzy
msgid "has failed to destroy"
msgstr "has failed to be destroyed"
#: /var/www/fog/lib/fog/fogcontroller.class.php:810
#, fuzzy
msgid "Destroy failed"
msgstr "Destroy failed: %s"
#: /var/www/fog/lib/fog/fogcontroller.class.php:891
#, fuzzy
msgid "Invalid key being requested"
msgstr "Invalid key being removed"
#: /var/www/fog/lib/fog/fogcontroller.class.php:895
msgid "Invalid type, merge to add, diff to remove"
msgstr ""
#: /var/www/fog/lib/fog/fogcontroller.class.php:906
#, fuzzy
msgid "Array type"
msgstr "Array of data"
#: /var/www/fog/lib/fog/fogcontroller.class.php:907
#: /var/www/fog/lib/fog/fogbase.class.php:2144
#: /var/www/fog/lib/fog/fogftp.class.php:370
#: /var/www/fog/lib/pages/taskmobile.class.php:45
#: /var/www/fog/lib/pages/taskmanagementpage.class.php:964
#: /var/www/fog/lib/pages/reportmanagementpage.class.php:318
#: /var/www/fog/lib/pages/hostmanagementpage.class.php:1980
#: /var/www/fog/lib/plugins/tasktypeedit/pages/tasktypeeditmanagementpage.class.php:20
#: /var/www/fog/lib/plugins/tasktypeedit/pages/tasktypeeditmanagementpage.class.php:81
#: /var/www/fog/lib/plugins/tasktypeedit/pages/tasktypeeditmanagementpage.class.php:161
#: /var/www/fog/commons/text.php:119
msgid "Type"
msgstr "Type"
#: /var/www/fog/lib/fog/fogcontroller.class.php:909
#, fuzzy
msgid "is not callable"
msgstr "Not Available"
#: /var/www/fog/lib/fog/fogcontroller.class.php:942
#, fuzzy
msgid "Invalid ID passed"
msgstr "Invalid unit passed"
#: /var/www/fog/lib/fog/fogcontroller.class.php:950
#: /var/www/fog/lib/fog/fogpage.class.php:2295
#: /var/www/fog/lib/fog/fogpage.class.php:3622 /var/www/fog/service/av.php:36
msgid "Failed"
msgstr "Failed"
#: /var/www/fog/lib/fog/fogurlrequests.class.php:363
msgid "Window size must be greater than 1"
msgstr ""
#: /var/www/fog/lib/fog/powermanagementmanager.class.php:108
#: /var/www/fog/lib/fog/fogpage.class.php:1124
#: /var/www/fog/lib/pages/serviceconfigurationpage.class.php:490
#: /var/www/fog/lib/pages/serviceconfigurationpage.class.php:512
#: /var/www/fog/lib/pages/pluginmanagementpage.class.php:408
#: /var/www/fog/commons/text.php:77
msgid "Shutdown"
msgstr "Shutdown"
#: /var/www/fog/lib/fog/powermanagementmanager.class.php:109
#: /var/www/fog/lib/pages/serviceconfigurationpage.class.php:491
#: /var/www/fog/lib/pages/serviceconfigurationpage.class.php:509
#: /var/www/fog/commons/text.php:78
msgid "Reboot"
msgstr "Reboot"
#: /var/www/fog/lib/fog/powermanagementmanager.class.php:110
#, fuzzy
msgid "Wake On Lan"
msgstr "Wake on lan?"
#: /var/www/fog/lib/fog/tasktype.class.php:70
msgid "Icon File not found"
msgstr "Icon File not found"
#: /var/www/fog/lib/fog/tasktype.class.php:96
msgid "No icons found"
msgstr "No icons found"
#: /var/www/fog/lib/fog/snapin.class.php:344
#: /var/www/fog/lib/fog/image.class.php:377
msgid "No viable storage groups found"
msgstr ""
#: /var/www/fog/lib/fog/group.class.php:389
msgid "Select a valid image"
msgstr "Select a valid image"
#: /var/www/fog/lib/fog/group.class.php:403
#: /var/www/fog/lib/fog/group.class.php:460
msgid "There is a host in a tasking"
msgstr "There is a host in a tasking"
#: /var/www/fog/lib/fog/group.class.php:446
#, fuzzy
msgid "No hosts to task"
msgstr "Hosts in Task"
#: /var/www/fog/lib/fog/group.class.php:483
#: /var/www/fog/lib/fog/host.class.php:1346
#: /var/www/fog/lib/fog/host.class.php:1527
msgid "Image is not enabled"
msgstr "Image is not enabled"
#: /var/www/fog/lib/fog/group.class.php:491
#, fuzzy
msgid "Unable to find master Storage Node"
msgstr "Failed to destroy Storage Node"
#: /var/www/fog/lib/fog/uploadexception.class.php:50
#, fuzzy
msgid "The uploaded file exceeds the upload_max_filesize"
msgstr "The uploaded file exceeds the upload_max_filesize directive in php.ini"
#: /var/www/fog/lib/fog/uploadexception.class.php:51
msgid "directive in php.ini"
msgstr ""
#: /var/www/fog/lib/fog/uploadexception.class.php:57
#, fuzzy
msgid "The uploaded file exceeds the max_file_size"
msgstr "The uploaded file exceeds the upload_max_filesize directive in php.ini"
#: /var/www/fog/lib/fog/uploadexception.class.php:58
#, fuzzy
msgid "directive specified in the HTML form"
msgstr ""
"The uploaded file exceeds the max_file_size directive specified in the HTML "
"form"
#: /var/www/fog/lib/fog/uploadexception.class.php:62
msgid "The uploaded file was only partially uploaded"
msgstr "The uploaded file was only partially uploaded"
#: /var/www/fog/lib/fog/uploadexception.class.php:65
msgid "No file was uploaded"
msgstr "No file was uploaded"
#: /var/www/fog/lib/fog/uploadexception.class.php:68
msgid "Missing a temporary folder"
msgstr "Missing a temporary folder"
#: /var/www/fog/lib/fog/uploadexception.class.php:71
msgid "Failed to write file to disk"
msgstr "Failed to write file to disk"
#: /var/www/fog/lib/fog/uploadexception.class.php:74
msgid "File upload stopped by an extension"
msgstr "File upload stopped by an extension"
#: /var/www/fog/lib/fog/uploadexception.class.php:79
#, fuzzy
msgid "Unknown upload error occurred"
msgstr "Unknown upload error occurred. Return code: "
#: /var/www/fog/lib/fog/uploadexception.class.php:80
#, fuzzy
msgid "Return code"
msgstr "Return Code"
#: /var/www/fog/lib/fog/fogmanagercontroller.class.php:567
msgid "No fields passed"
msgstr "No fields passed"
#: /var/www/fog/lib/fog/fogmanagercontroller.class.php:570
msgid "No values passed"
msgstr "No values passed"
#: /var/www/fog/lib/fog/fogmanagercontroller.class.php:607
#, fuzzy
msgid "No data to insert"
msgstr "No data returned"
#: /var/www/fog/lib/fog/fogmanagercontroller.class.php:900
#, fuzzy
msgid "No items found"
msgstr "No icons found"
#: /var/www/fog/lib/fog/system.class.php:38
#, fuzzy
msgid "Your system PHP Version is not sufficient"
msgstr ""
"Your systems PHP version is not sufficient. You have version %s, version %s "
"is required."
#: /var/www/fog/lib/fog/system.class.php:39
#, fuzzy
msgid "You have version"
msgstr "Latest Version"
#: /var/www/fog/lib/fog/system.class.php:41
#, fuzzy
msgid "version"
msgstr "Version"
#: /var/www/fog/lib/fog/system.class.php:43
#, fuzzy
msgid "is required"
msgstr "%s is required"
#: /var/www/fog/lib/fog/fogbase.class.php:352
#, fuzzy
msgid "Class name must be a string"
msgstr "Event must be a string"
#: /var/www/fog/lib/fog/fogbase.class.php:471
msgid "Invalid Host"
msgstr "Invalid Host"
#: /var/www/fog/lib/fog/fogbase.class.php:719
#: /var/www/fog/lib/fog/fogbase.class.php:745
#, fuzzy
msgid "Key must be a string or index"
msgstr "Event must be a string"
#: /var/www/fog/lib/fog/fogbase.class.php:769
msgid "Key must be an array of keys or a string."
msgstr ""
#: /var/www/fog/lib/fog/fogbase.class.php:971
#: /var/www/fog/lib/fog/fogbase.class.php:984
msgid "No Data"
msgstr "No Data"
#: /var/www/fog/lib/fog/fogbase.class.php:981
msgid "Not a number"
msgstr "Not a number"
#: /var/www/fog/lib/fog/fogbase.class.php:1061
msgid "Space variable must be boolean"
msgstr ""
#: /var/www/fog/lib/fog/fogbase.class.php:1086
msgid "Ago must be boolean"
msgstr ""
#: /var/www/fog/lib/fog/fogbase.class.php:1179
msgid "Diff parameter must be numeric"
msgstr ""
#: /var/www/fog/lib/fog/fogbase.class.php:1182
#, fuzzy
msgid "Unit of time must be a string"
msgstr "Event must be a string"
#: /var/www/fog/lib/fog/fogbase.class.php:1186
#, fuzzy
msgid "In"
msgstr "In "
#: /var/www/fog/lib/fog/fogbase.class.php:1189
#, fuzzy
msgid "ago"
msgstr " ago"
#: /var/www/fog/lib/fog/fogbase.class.php:1217
#, fuzzy
msgid "StorageNode must be a valid node"
msgstr "Storage Node Max Clients"
#: /var/www/fog/lib/fog/fogbase.class.php:1227
msgid "Cannot connect to node."
msgstr "Cannot connect to node."
#: /var/www/fog/lib/fog/fogbase.class.php:1247
msgid "Keepkeys must be boolean"
msgstr ""
#: /var/www/fog/lib/fog/fogbase.class.php:1272
#, fuzzy
msgid "Old key must be a string"
msgstr "Event must be a string"
#: /var/www/fog/lib/fog/fogbase.class.php:1275
#, fuzzy
msgid "New key must be a string"
msgstr "Event must be a string"
#: /var/www/fog/lib/fog/fogbase.class.php:1494
msgid "Private key path not found"
msgstr "Private key path not found"
#: /var/www/fog/lib/fog/fogbase.class.php:1507
msgid "Private key not found"
msgstr "Private key not found"
#: /var/www/fog/lib/fog/fogbase.class.php:1510
msgid "Private key not readable"
msgstr "Private key not readable"
#: /var/www/fog/lib/fog/fogbase.class.php:1515
msgid "Private key failed"
msgstr "Private key failed"
#: /var/www/fog/lib/fog/fogbase.class.php:1534
msgid "Failed to decrypt data"
msgstr "Failed to decrypt data"
#: /var/www/fog/lib/fog/fogbase.class.php:1749
#, fuzzy
msgid "Txt must be a string"
msgstr "Event must be a string"
#: /var/www/fog/lib/fog/fogbase.class.php:1752
#, fuzzy
msgid "Level must be an integer"
msgstr "Event must be a string"
#: /var/www/fog/lib/fog/fogbase.class.php:1780
#, fuzzy
msgid "String must be a string"
msgstr "Event must be a string"
#: /var/www/fog/lib/fog/fogbase.class.php:1906
#, fuzzy
msgid "Key must be a string"
msgstr "Event must be a string"
#: /var/www/fog/lib/fog/fogbase.class.php:2146
#: /var/www/fog/lib/fog/fogftp.class.php:372
#: /var/www/fog/lib/pages/fogconfigurationpage.class.php:2198
#: /var/www/fog/lib/pages/printermanagementpage.class.php:85
#: /var/www/fog/lib/pages/reportmanagementpage.class.php:827
#: /var/www/fog/lib/pages/reportmanagementpage.class.php:834
#: /var/www/fog/lib/pages/hostmanagementpage.class.php:1739
#: /var/www/fog/commons/text.php:75
msgid "File"
msgstr "File"
#: /var/www/fog/lib/fog/fogbase.class.php:2148
#: /var/www/fog/lib/fog/fogftp.class.php:374
msgid "Line"
msgstr "Line"
#: /var/www/fog/lib/fog/fogbase.class.php:2150
#: /var/www/fog/lib/fog/fogftp.class.php:376
#: /var/www/fog/lib/db/mysql.class.php:189
msgid "Message"
msgstr "Message"
#: /var/www/fog/lib/fog/host.class.php:334
msgid "This MAC Belongs to another host"
msgstr "This MAC Belongs to another host"
#: /var/www/fog/lib/fog/host.class.php:394
msgid "Cannot add Primary mac as additional mac"
msgstr "Cannot add Primary mac as additional mac"
#: /var/www/fog/lib/fog/host.class.php:493
#, fuzzy
msgid "Cannot add a pre-existing primary mac"
msgstr "Cannot add a pre-existing Primary MAC as a pending MAC"
#: /var/www/fog/lib/fog/host.class.php:1178
msgid "Cancelled due to new tasking."
msgstr "Cancelled due to new tasking."
#: /var/www/fog/lib/fog/host.class.php:1228
#, fuzzy
msgid "No snapins associated with this host"
msgstr "There are no snapins associated with this host"
#: /var/www/fog/lib/fog/host.class.php:1242
msgid "Failed to create Snapin Job"
msgstr "Failed to create Snapin Job"
#: /var/www/fog/lib/fog/host.class.php:1360
#, fuzzy
msgid "Could not find any"
msgstr "Could not find temp filename"
#: /var/www/fog/lib/fog/host.class.php:1361
#, fuzzy
msgid "nodes containing this image"
msgstr "Could not find any nodes containing this image"
#: /var/www/fog/lib/fog/host.class.php:1524
#, fuzzy
msgid "No valid Image defined for this host"
msgstr "No Image defined for this host"
#: /var/www/fog/lib/fog/host.class.php:1675
#, fuzzy
msgid "No viable macs to use"
msgstr "Not able to update"
#: /var/www/fog/lib/fog/host.class.php:1742
#: /var/www/fog/lib/service/snapinhash.class.php:161
#, fuzzy
msgid "snapin"
msgstr "Snapin"
#: /var/www/fog/lib/fog/host.class.php:1744
#, fuzzy
msgid "per host"
msgstr "snapin per host"
#: /var/www/fog/lib/fog/host.class.php:1749
msgid "You are only allowed to assign"
msgstr "You are only allowed to assign"
#: /var/www/fog/lib/fog/fogftp.class.php:378
#: /var/www/fog/lib/fog/fogpage.class.php:3054
#: /var/www/fog/lib/fog/fogpage.class.php:3165
#: /var/www/fog/lib/pages/taskmobile.class.php:44
#: /var/www/fog/lib/pages/reportmanagementpage.class.php:313
#: /var/www/fog/lib/pages/hostmanagementpage.class.php:171
#: /var/www/fog/commons/text.php:47
msgid "Host"
msgstr "Host"
#: /var/www/fog/lib/fog/fogftp.class.php:380
#: /var/www/fog/lib/pages/dashboardpage.class.php:161
#: /var/www/fog/lib/pages/serviceconfigurationpage.class.php:89
#: /var/www/fog/lib/pages/serviceconfigurationpage.class.php:553
#: /var/www/fog/lib/pages/usermanagementpage.class.php:67
#: /var/www/fog/lib/pages/reportmanagementpage.class.php:1042
#: /var/www/fog/lib/pages/reportmanagementpage.class.php:1266
#: /var/www/fog/lib/pages/reportmanagementpage.class.php:1286
#: /var/www/fog/lib/pages/hostmanagementpage.class.php:1832
#: /var/www/fog/commons/text.php:85
msgid "Username"
msgstr "Username"
#: /var/www/fog/lib/fog/schema.class.php:197
msgid "Could not read tmp file."
msgstr "Could not read tmp file."
#: /var/www/fog/lib/fog/schema.class.php:231
msgid "Error Opening DB File"
msgstr "Error Opening DB File"
#: /var/www/fog/lib/fog/schema.class.php:242
msgid "Error performing query"
msgstr "Error performing query"
#: /var/www/fog/lib/fog/schema.class.php:270
msgid "Exists item must be boolean"
msgstr ""
#: /var/www/fog/lib/fog/schema.class.php:315
msgid "Must have a name to create the table"
msgstr ""
#: /var/www/fog/lib/fog/schema.class.php:320
#, fuzzy
msgid "Fields and types must have equal count"
msgstr "Field and values do not have equal parameters."
#: /var/www/fog/lib/fog/schema.class.php:409
msgid "Need the table name to drop"
msgstr ""
#: /var/www/fog/lib/fog/user.class.php:230
#: /var/www/fog/lib/fog/user.class.php:270
msgid "user successfully logged in"
msgstr "user successfully logged in"
#: /var/www/fog/lib/fog/user.class.php:280
msgid "user failed to login"
msgstr "user failed to login"
#: /var/www/fog/lib/fog/user.class.php:380
msgid "IP Address Changed"
msgstr "IP Address Changed"
#: /var/www/fog/lib/fog/user.class.php:389
msgid "User Agent Changed"
msgstr "User Agent Changed"
#: /var/www/fog/lib/fog/user.class.php:398
msgid "Session altered improperly"
msgstr "Session altered improperly"
#: /var/www/fog/lib/fog/fogpagemanager.class.php:196
msgid "No FOGPage Class found for this node"
msgstr "No FOGPage Class found for this node"
#: /var/www/fog/lib/fog/fogpagemanager.class.php:225
#, php-format
msgid "Failed to Render Page: Node: %s, Error: %s"
msgstr "Failed to Render Page: Node: %s, Error: %s"
#: /var/www/fog/lib/fog/fogpagemanager.class.php:269
msgid "No class value sent"
msgstr "No class value sent"
#: /var/www/fog/lib/fog/fogpagemanager.class.php:276
msgid "No node associated"
msgstr "No node associated"
#: /var/www/fog/lib/fog/fogpagemanager.class.php:280
#, php-format
msgid "Adding FOGPage: %s, Node: %s"
msgstr "Adding FOGPage: %s, Node: %s"
#: /var/www/fog/lib/fog/page.class.php:130
msgid "Mobile Manager"
msgstr "Mobile Manager"
#: /var/www/fog/lib/fog/page.class.php:131 /var/www/fog/commons/text.php:72
msgid "Version"
msgstr "Version"
#: /var/www/fog/lib/fog/fogcore.class.php:90
msgid "day"
msgstr ""
#: /var/www/fog/lib/fog/fogcore.class.php:99
#, fuzzy
msgid "hr"
msgstr "here"
#: /var/www/fog/lib/fog/fogcore.class.php:108
#, fuzzy
msgid "min"
msgstr "minutes"
#: /var/www/fog/lib/fog/event.class.php:171
msgid "Registered"
msgstr "Registered"
#: /var/www/fog/lib/fog/foggetset.class.php:89
#, fuzzy
msgid "Set Failed"
msgstr "Failed"
#: /var/www/fog/lib/fog/bootmenu.class.php:1357
#, fuzzy
msgid "No valid storage nodes found"
msgstr "Invalid storage node"
#: /var/www/fog/lib/fog/fogpage.class.php:249
#, fuzzy
msgid "ID Must be set to edit"
msgstr "Must be encrypted"
#: /var/www/fog/lib/fog/fogpage.class.php:334
#, fuzzy, php-format
msgid "%s ID %d is not valid"
msgstr "%s ID %s is not valid"
#: /var/www/fog/lib/fog/fogpage.class.php:356
#: /var/www/fog/lib/pages/groupmanagementpage.class.php:1160
#: /var/www/fog/lib/pages/reportmanagementpage.class.php:351
#: /var/www/fog/lib/pages/reportmanagementpage.class.php:477
#: /var/www/fog/lib/pages/reportmanagementpage.class.php:612
#: /var/www/fog/lib/pages/reportmanagementpage.class.php:679
#: /var/www/fog/lib/pages/reportmanagementpage.class.php:1522
msgid "Host ID"
msgstr "Host ID"
#: /var/www/fog/lib/fog/fogpage.class.php:357
#: /var/www/fog/lib/pages/groupmanagementpage.class.php:1125
#: /var/www/fog/lib/pages/groupmanagementpage.class.php:1165
#: /var/www/fog/lib/pages/reportmanagementpage.class.php:581
#: /var/www/fog/lib/pages/reportmanagementpage.class.php:615
#: /var/www/fog/lib/pages/reportmanagementpage.class.php:680
#: /var/www/fog/lib/pages/reportmanagementpage.class.php:693
#: /var/www/fog/lib/pages/reportmanagementpage.class.php:832
#: /var/www/fog/lib/pages/reportmanagementpage.class.php:898
msgid "Host name"
msgstr "Host name"
#: /var/www/fog/lib/fog/fogpage.class.php:358
#: /var/www/fog/lib/pages/groupmanagementpage.class.php:1170
#: /var/www/fog/lib/pages/reportmanagementpage.class.php:353
#: /var/www/fog/lib/pages/reportmanagementpage.class.php:480
#: /var/www/fog/lib/pages/reportmanagementpage.class.php:499
#: /var/www/fog/lib/pages/reportmanagementpage.class.php:618
#: /var/www/fog/lib/pages/reportmanagementpage.class.php:1288
#: /var/www/fog/lib/pages/reportmanagementpage.class.php:1524
msgid "Host MAC"
msgstr "Host MAC"
#: /var/www/fog/lib/fog/fogpage.class.php:359
#: /var/www/fog/lib/pages/groupmanagementpage.class.php:1175
#: /var/www/fog/lib/pages/reportmanagementpage.class.php:354
#: /var/www/fog/lib/pages/reportmanagementpage.class.php:479
#: /var/www/fog/lib/pages/reportmanagementpage.class.php:621
#: /var/www/fog/lib/pages/reportmanagementpage.class.php:682
#: /var/www/fog/lib/pages/reportmanagementpage.class.php:1289
msgid "Host Desc"
msgstr "Host Desc"
#: /var/www/fog/lib/fog/fogpage.class.php:360
msgid "Inventory ID"
msgstr "Inventory ID"
#: /var/www/fog/lib/fog/fogpage.class.php:361
msgid "Inventory Desc"
msgstr "Inventory Desc"