Welcome to mirror list, hosted at ThFree Co, Russian Federation.

tr_TR.po « language « Application « module - github.com/bareos/bareos-webui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ccce6eec7e8f8b605cc215719715dda3fd901910 (plain)
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
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
msgid ""
msgstr ""
"Project-Id-Version: bareos-webui\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-10-06 11:51+0200\n"
"PO-Revision-Date: 2017-02-02 15:44+0200\n"
"Last-Translator: Enes Yalcin, Serefhan YeterLanguage-Team: \n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 1.8.5\n"
"X-Poedit-Basepath: ../..\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Poedit-KeywordsList: translate;_;setLabel;setValue;setLegend\n"
"X-Poedit-SearchPath-0: .\n"

#: ../../../module/Application/config/module.config.php:125
#: ../../../module/Dashboard/view/dashboard/dashboard/index.phtml:26
msgid "Dashboard"
msgstr "genel bakış"

#: ../../../module/Application/config/module.config.php:129
#: ../../../module/Dashboard/view/partial/JobTotals.phtml:40
msgid "Jobs"
msgstr "emir"

#: ../../../module/Application/config/module.config.php:133
#: ../../../module/Schedule/view/schedule/schedule/details.phtml:33
#: ../../../module/Schedule/view/schedule/schedule/overview.phtml:33
#: ../../../module/Schedule/view/schedule/schedule/status.phtml:32
#: ../../../module/Schedule/view/schedule/schedule/index.phtml:33
msgid "Overview"
msgstr "paneli"

#: ../../../module/Application/config/module.config.php:138
#: ../../../module/Job/view/job/job/run.phtml:34
#: ../../../module/Job/view/job/job/actions.phtml:34
#: ../../../module/Job/view/job/job/actions.phtml:138
#: ../../../module/Job/view/job/job/actions.phtml:141
#: ../../../module/Job/view/job/job/details.phtml:34
#: ../../../module/Job/view/job/job/index.phtml:34
msgid "Run"
msgstr "yapmak"

#: ../../../module/Application/config/module.config.php:145
#: ../../../module/Client/view/client/client/details.phtml:142
#: ../../../module/Client/view/client/client/index.phtml:217
#: ../../../module/Job/view/job/job/index.phtml:262
#: ../../../module/Job/view/job/job/index.phtml:264
#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:594
#: ../../../module/Restore/view/restore/restore/index.phtml:26
msgid "Restore"
msgstr "restorasyon"

#: ../../../module/Application/config/module.config.php:149
#: ../../../module/Client/view/client/client/index.phtml:26
#: ../../../module/Client/view/client/client/index.phtml:45
msgid "Clients"
msgstr "Clients"

#: ../../../module/Application/config/module.config.php:153
#: ../../../module/Schedule/view/schedule/schedule/overview.phtml:26
#: ../../../module/Schedule/view/schedule/schedule/overview.phtml:47
#: ../../../module/Schedule/view/schedule/schedule/index.phtml:26
#: ../../../module/Schedule/view/schedule/schedule/index.phtml:68
msgid "Schedules"
msgstr "programları"

#: ../../../module/Application/config/module.config.php:157
#: ../../../module/Storage/view/storage/storage/index.phtml:26
msgid "Storages"
msgstr "hafızalar"

#: ../../../module/Application/config/module.config.php:161
#: ../../../module/Application/config/module.config.php:166
#: ../../../module/Job/src/Job/Form/RunJobForm.php:121
#: ../../../module/Job/view/job/job/details.phtml:155
#: ../../../module/Job/view/job/job/index.phtml:156
#: ../../../module/Pool/view/pool/pool/details.phtml:48
#: ../../../module/Storage/src/Storage/Form/StorageForm.php:61
#: ../../../module/Storage/view/storage/storage/details.phtml:159
msgid "Pool"
msgstr "Pool"

#: ../../../module/Application/config/module.config.php:171
#: ../../../module/Application/config/module.config.php:176
#: ../../../module/Media/view/media/media/details.phtml:34
#: ../../../module/Media/view/media/media/index.phtml:26
#: ../../../module/Media/view/media/media/index.phtml:34
#: ../../../module/Media/view/media/media/index.phtml:47
#: ../../../module/Pool/view/pool/pool/details.phtml:34
#: ../../../module/Pool/view/pool/pool/details.phtml:58
#: ../../../module/Pool/view/pool/pool/details.phtml:79
#: ../../../module/Pool/view/pool/pool/index.phtml:34
#: ../../../module/Pool/view/pool/pool/index.phtml:57
#: ../../../module/Storage/view/storage/storage/status.phtml:11
#: ../../../module/Storage/view/storage/storage/details.phtml:34
#: ../../../module/Storage/view/storage/storage/index.phtml:34
msgid "Volumes"
msgstr "hafıza kartları"

#: ../../../module/Application/config/module.config.php:183
#: ../../../module/Director/view/director/director/index.phtml:27
#: ../../../module/Director/view/director/director/messages.phtml:26
msgid "Director"
msgstr "Director"

#: ../../../module/Application/src/Application/View/Helper/ACLAlert.php:37
msgid ""
"Sorry, it seems you are not authorized to run this module. If you think this "
"is an error, please contact your local administrator."
msgstr ""

#: ../../../module/Application/src/Application/View/Helper/ACLAlert.php:38
msgid ""
"Please read the <a href=\"http://doc.bareos.org/master/html/bareos-manual-"
"main-reference.html#sec:webui-console\" target=\"_blank\">Bareos "
"documentation</a> for any additional information on how to configure the "
"Command ACL directive of your Console/Profile resources. Following is a list "
"of required commands which need to be in your Command ACL to run this module "
"properly:"
msgstr ""

#: ../../../module/Application/view/error/404.phtml:3
msgid "A 404 error occurred"
msgstr ""

#: ../../../module/Application/view/error/404.phtml:12
msgid "The requested controller was unable to dispatch the request."
msgstr ""

#: ../../../module/Application/view/error/404.phtml:15
msgid ""
"The requested controller could not be mapped to an existing controller class."
msgstr ""

#: ../../../module/Application/view/error/404.phtml:18
msgid "The requested controller was not dispatchable."
msgstr ""

#: ../../../module/Application/view/error/404.phtml:21
msgid "The requested URL could not be matched by routing."
msgstr ""

#: ../../../module/Application/view/error/404.phtml:24
msgid "We cannot determine at this time why a 404 was generated."
msgstr ""

#: ../../../module/Application/view/error/404.phtml:36
msgid "Controller"
msgstr "Controller"

#: ../../../module/Application/view/error/404.phtml:43
#, php-format
msgid "resolves to %s"
msgstr ""

#: ../../../module/Application/view/error/404.phtml:55
#: ../../../module/Application/view/error/index.phtml:11
msgid "Additional information"
msgstr "bilgi"

#: ../../../module/Application/view/error/404.phtml:58
#: ../../../module/Application/view/error/404.phtml:82
#: ../../../module/Application/view/error/index.phtml:14
#: ../../../module/Application/view/error/index.phtml:38
msgid "File"
msgstr ""

#: ../../../module/Application/view/error/404.phtml:62
#: ../../../module/Application/view/error/404.phtml:86
#: ../../../module/Application/view/error/index.phtml:18
#: ../../../module/Application/view/error/index.phtml:42
#: ../../../module/Job/view/job/job/details.phtml:87
msgid "Message"
msgstr "mesajlar"

#: ../../../module/Application/view/error/404.phtml:66
#: ../../../module/Application/view/error/404.phtml:90
#: ../../../module/Application/view/error/index.phtml:22
#: ../../../module/Application/view/error/index.phtml:46
msgid "Stack trace"
msgstr "Stack trace"

#: ../../../module/Application/view/error/404.phtml:76
#: ../../../module/Application/view/error/index.phtml:32
msgid "Previous exceptions"
msgstr ""

#: ../../../module/Application/view/error/404.phtml:105
#: ../../../module/Application/view/error/index.phtml:61
msgid "No Exception available"
msgstr ""

#: ../../../module/Application/view/error/index.phtml:4
msgid "An error occurred"
msgstr ""

#: ../../../module/Application/view/layout/layout.phtml:97
msgid "Documentation"
msgstr ""

#: ../../../module/Application/view/layout/layout.phtml:98
msgid "Mailinglists"
msgstr ""

#: ../../../module/Application/view/layout/layout.phtml:99
msgid "Bugtracker"
msgstr ""

#: ../../../module/Application/view/layout/layout.phtml:100
msgid "Support"
msgstr ""

#: ../../../module/Application/view/layout/layout.phtml:101
msgid "Subscription"
msgstr ""

#: ../../../module/Application/view/layout/layout.phtml:103
msgid "Logout"
msgstr "Yapmak"

#: ../../../module/Client/view/client/client/status.phtml:9
#: ../../../module/Client/view/client/client/details.phtml:32
#: ../../../module/Client/view/client/client/index.phtml:32
#: ../../../module/Job/view/job/job/run.phtml:32
#: ../../../module/Job/view/job/job/actions.phtml:32
#: ../../../module/Job/view/job/job/details.phtml:32
#: ../../../module/Job/view/job/job/index.phtml:32
#: ../../../module/Schedule/view/schedule/schedule/details.phtml:32
#: ../../../module/Schedule/view/schedule/schedule/overview.phtml:32
#: ../../../module/Schedule/view/schedule/schedule/status.phtml:31
#: ../../../module/Schedule/view/schedule/schedule/index.phtml:32
msgid "Show"
msgstr "göstermek"

#: ../../../module/Client/view/client/client/status.phtml:20
#, fuzzy
msgid "Client Status"
msgstr "Client durumu"

#: ../../../module/Client/view/client/client/details.phtml:26
msgid "Client details"
msgstr "Client detaylar"

#: ../../../module/Client/view/client/client/details.phtml:43
#: ../../../module/Dashboard/view/partial/JobsLastStatus.phtml:43
#: ../../../module/Job/src/Job/Form/RunJobForm.php:53
#: ../../../module/Job/view/job/job/details.phtml:59
#: ../../../module/Job/view/job/job/index.phtml:76
#: ../../../module/Media/view/media/media/details.phtml:88
#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:130
#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:147
#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:165
msgid "Client"
msgstr "Client"

#: ../../../module/Client/view/client/client/details.phtml:50
#: ../../../module/Client/view/client/client/index.phtml:53
#: ../../../module/Fileset/view/fileset/fileset/details.phtml:46
#: ../../../module/Media/view/media/media/details.phtml:55
#: ../../../module/Media/view/media/media/index.phtml:55
#: ../../../module/Pool/view/pool/pool/details.phtml:56
#: ../../../module/Pool/view/pool/pool/details.phtml:87
#: ../../../module/Pool/view/pool/pool/index.phtml:55
#: ../../../module/Restore/view/restore/restore/index.phtml:289
#: ../../../module/Storage/view/storage/storage/index.phtml:55
#: ../../../module/Schedule/view/schedule/schedule/index.phtml:76
msgid "Name"
msgstr "Isim"

#: ../../../module/Client/view/client/client/details.phtml:51
#: ../../../module/Client/view/client/client/index.phtml:54
msgid "Version"
msgstr "Versiyon"

#: ../../../module/Client/view/client/client/details.phtml:52
msgid "Autoprune"
msgstr "Otomatik temizlemek"

#: ../../../module/Client/view/client/client/details.phtml:53
msgid "Fileretention"
msgstr "File tutmamak"

#: ../../../module/Client/view/client/client/details.phtml:54
msgid "Jobretention"
msgstr "emir tutmamak"

#: ../../../module/Client/view/client/client/details.phtml:55
#: ../../../module/Client/view/client/client/details.phtml:84
#: ../../../module/Client/view/client/client/index.phtml:57
#: ../../../module/Job/view/job/job/run.phtml:33
#: ../../../module/Job/view/job/job/actions.phtml:33
#: ../../../module/Job/view/job/job/actions.phtml:78
#: ../../../module/Job/view/job/job/details.phtml:33
#: ../../../module/Job/view/job/job/details.phtml:66
#: ../../../module/Job/view/job/job/index.phtml:33
#: ../../../module/Job/view/job/job/index.phtml:83
#: ../../../module/Storage/view/storage/storage/details.phtml:113
#: ../../../module/Storage/view/storage/storage/details.phtml:129
#: ../../../module/Storage/view/storage/storage/details.phtml:162
#: ../../../module/Storage/view/storage/storage/index.phtml:57
#: ../../../module/Schedule/view/schedule/schedule/index.phtml:78
msgid "Actions"
msgstr "Eylemler"

#: ../../../module/Client/view/client/client/details.phtml:69
msgid "Last successful backups"
msgstr "Letzte Sicherungen"

#: ../../../module/Client/view/client/client/details.phtml:76
#: ../../../module/Dashboard/view/partial/JobsLastStatus.phtml:42
#: ../../../module/Job/view/job/job/details.phtml:57
#: ../../../module/Job/view/job/job/index.phtml:74
#: ../../../module/Media/view/media/media/details.phtml:86
msgid "Job ID"
msgstr "emir ID"

#: ../../../module/Client/view/client/client/details.phtml:77
#: ../../../module/Dashboard/view/partial/JobsLastStatus.phtml:39
#: ../../../module/Job/src/Job/Form/JobForm.php:53
#: ../../../module/Job/view/job/job/actions.phtml:76
#: ../../../module/Job/view/job/job/details.phtml:58
#: ../../../module/Job/view/job/job/index.phtml:75
#: ../../../module/Media/view/media/media/details.phtml:87
msgid "Job name"
msgstr "emir isim"

#: ../../../module/Client/view/client/client/details.phtml:78
#: ../../../module/Job/view/job/job/details.phtml:86
msgid "Timestamp"
msgstr "Zaman damgası"

#: ../../../module/Client/view/client/client/details.phtml:79
#: ../../../module/Fileset/view/fileset/fileset/details.phtml:37
#: ../../../module/Job/src/Job/Form/RunJobForm.php:87
#: ../../../module/Job/view/job/job/details.phtml:151
#: ../../../module/Job/view/job/job/index.phtml:152
#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:236
#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:251
msgid "Fileset"
msgstr "Fileset"

#: ../../../module/Client/view/client/client/details.phtml:80
#: ../../../module/Dashboard/view/partial/JobsLastStatus.phtml:44
#: ../../../module/Job/src/Job/Form/RunJobForm.php:138
#: ../../../module/Job/view/job/job/details.phtml:61
#: ../../../module/Job/view/job/job/index.phtml:78
#: ../../../module/Media/view/media/media/details.phtml:90
msgid "Level"
msgstr "seviye"

#: ../../../module/Client/view/client/client/details.phtml:81
#: ../../../module/Dashboard/view/partial/JobTotals.phtml:41
#: ../../../module/Job/view/job/job/details.phtml:62
#: ../../../module/Job/view/job/job/index.phtml:79
#: ../../../module/Media/view/media/media/details.phtml:91
msgid "Files"
msgstr "dosyalar"

#: ../../../module/Client/view/client/client/details.phtml:82
#: ../../../module/Dashboard/view/partial/JobTotals.phtml:42
#: ../../../module/Dashboard/view/partial/JobsLastStatus.phtml:47
#: ../../../module/Job/view/job/job/details.phtml:63
#: ../../../module/Job/view/job/job/index.phtml:80
#: ../../../module/Media/view/media/media/details.phtml:92
#: ../../../module/Storage/view/storage/storage/details.phtml:154
msgid "Bytes"
msgstr "Bytes"

#: ../../../module/Client/view/client/client/details.phtml:83
#: ../../../module/Client/view/client/client/details.phtml:142
#: ../../../module/Client/view/client/client/index.phtml:56
#: ../../../module/Client/view/client/client/index.phtml:217
#: ../../../module/Dashboard/view/partial/JobsLastStatus.phtml:40
#: ../../../module/Dashboard/view/partial/JobsLastStatus.phtml:41
#: ../../../module/Director/view/director/director/console.phtml:32
#: ../../../module/Director/view/director/director/index.phtml:33
#: ../../../module/Director/view/director/director/messages.phtml:32
#: ../../../module/Job/src/Job/Form/JobForm.php:95
#: ../../../module/Job/view/job/job/actions.phtml:77
#: ../../../module/Job/view/job/job/details.phtml:65
#: ../../../module/Job/view/job/job/index.phtml:82
#: ../../../module/Media/view/media/media/details.phtml:59
#: ../../../module/Media/view/media/media/index.phtml:59
#: ../../../module/Pool/view/pool/pool/details.phtml:91
#: ../../../module/Storage/view/storage/storage/details.phtml:157
#: ../../../module/Storage/view/storage/storage/index.phtml:116
#: ../../../module/Storage/view/storage/storage/index.phtml:119
#: ../../../module/Schedule/view/schedule/schedule/index.phtml:77
msgid "Status"
msgstr "durum"

#: ../../../module/Client/view/client/client/details.phtml:221
msgid "Show Files"
msgstr "Dosyaları göster"

#: ../../../module/Client/view/client/client/index.phtml:91
#: ../../../module/Job/view/job/job/actions.phtml:55
#: ../../../module/Job/view/job/job/details.phtml:133
#: ../../../module/Job/view/job/job/index.phtml:115
#: ../../../module/Job/view/job/job/index.phtml:136
#: ../../../module/Media/view/media/media/details.phtml:126
#: ../../../module/Media/view/media/media/index.phtml:93
#: ../../../module/Pool/view/pool/pool/details.phtml:125
#: ../../../module/Restore/view/restore/restore/index.phtml:46
#: ../../../module/Restore/view/restore/restore/index.phtml:67
#: ../../../module/Storage/view/storage/storage/details.phtml:57
#: ../../../module/Schedule/view/schedule/schedule/index.phtml:55
msgid "Close"
msgstr "kapamak"

#: ../../../module/Client/view/client/client/index.phtml:206
#: ../../../module/Job/view/job/job/actions.phtml:127
#: ../../../module/Media/view/media/media/details.phtml:342
#: ../../../module/Schedule/view/schedule/schedule/index.phtml:131
msgid "Enabled"
msgstr "açik"

#: ../../../module/Client/view/client/client/index.phtml:209
#: ../../../module/Job/view/job/job/actions.phtml:130
#: ../../../module/Schedule/view/schedule/schedule/index.phtml:134
#, fuzzy
msgid "Disabled"
msgstr "kapalı"

#: ../../../module/Client/view/client/client/index.phtml:220
#: ../../../module/Job/view/job/job/actions.phtml:138
#: ../../../module/Schedule/view/schedule/schedule/index.phtml:142
#, fuzzy
msgid "Disable"
msgstr "kapalı"

#: ../../../module/Client/view/client/client/index.phtml:223
#: ../../../module/Job/view/job/job/actions.phtml:141
#: ../../../module/Schedule/view/schedule/schedule/index.phtml:145
#, fuzzy
msgid "Enable"
msgstr "açmak"

#: ../../../module/Dashboard/view/dashboard/dashboard/index.phtml:219
msgid ""
"Not enough data to estimate progress or statistics collection is disabled."
msgstr ""

#: ../../../module/Dashboard/view/dashboard/dashboard/index.phtml:227
msgid "There are no jobs running."
msgstr ""

#: ../../../module/Dashboard/view/partial/JobTotals.phtml:31
#, fuzzy
msgid "Job Totals"
msgstr "emir listesi"

#: ../../../module/Dashboard/view/partial/JobsLastStatus.phtml:31
msgid "Most recent job status per job name"
msgstr "İş adına göre en son iş durumu"

#: ../../../module/Dashboard/view/partial/JobsLastStatus.phtml:45
#: ../../../module/Job/view/job/job/details.phtml:163
#: ../../../module/Job/view/job/job/index.phtml:164
msgid "Start"
msgstr "başlangıç"

#: ../../../module/Dashboard/view/partial/JobsLastStatus.phtml:46
#: ../../../module/Job/view/job/job/details.phtml:167
#: ../../../module/Job/view/job/job/index.phtml:168
msgid "End"
msgstr "sonuç"

#: ../../../module/Dashboard/view/partial/JobsPast24h.phtml:31
msgid "Jobs started during the past 24 hours"
msgstr "Işler son 24 saat içinde başladı"

#: ../../../module/Dashboard/view/partial/JobsPast24h.phtml:44
msgid "Running"
msgstr "çalışma"

#: ../../../module/Dashboard/view/partial/JobsPast24h.phtml:55
msgid "Waiting"
msgstr "bekleme"

#: ../../../module/Dashboard/view/partial/JobsPast24h.phtml:66
msgid "Successful"
msgstr "erfolgreich beendet"

#: ../../../module/Dashboard/view/partial/JobsPast24h.phtml:77
#, fuzzy
msgid "Failed"
msgstr "Fehlgeschlagen"

#: ../../../module/Dashboard/view/partial/LastDirectorMessages.phtml:32
msgid "Current Director messages"
msgstr "Geçerli director mesajları"

#: ../../../module/Dashboard/view/partial/RunningJobs.phtml:31
#, fuzzy
msgid "Running Jobs"
msgstr "çalışma"

#: ../../../module/Director/view/director/director/console.phtml:33
#: ../../../module/Director/view/director/director/index.phtml:34
#: ../../../module/Director/view/director/director/messages.phtml:33
#: ../../../module/Job/view/job/job/details.phtml:81
msgid "Messages"
msgstr "mesaj"

#: ../../../module/Director/view/director/director/console.phtml:34
#: ../../../module/Director/view/director/director/index.phtml:35
#: ../../../module/Director/view/director/director/messages.phtml:34
msgid "Console"
msgstr "konsol"

#: ../../../module/Director/view/director/director/console.phtml:42
msgid "bconsole (batch-mode), please handle with care."
msgstr ""

#: ../../../module/Director/view/director/director/console.phtml:42
msgid "All commands have to be a one liner, dialogs are not working."
msgstr ""

#: ../../../module/Director/view/director/director/console.phtml:42
msgid "Type help for a list of commands."
msgstr ""

#: ../../../module/Director/view/director/director/index.phtml:48
msgid "Director Status"
msgstr "Director"

#: ../../../module/Director/view/director/director/messages.phtml:44
msgid "Refresh"
msgstr "Yenileme"

#: ../../../module/Director/view/director/director/messages.phtml:51
msgid "Director messages"
msgstr "Director Mesajlar"

#: ../../../module/Fileset/view/fileset/fileset/index.phtml:26
msgid "Filesets"
msgstr "Filesets"

#: ../../../module/Fileset/view/fileset/fileset/details.phtml:26
msgid "Fileset details"
msgstr "Fileset detaylar"

#: ../../../module/Fileset/view/fileset/fileset/details.phtml:45
msgid "Id"
msgstr "Id"

#: ../../../module/Fileset/view/fileset/fileset/details.phtml:47
msgid "MD5 checksum"
msgstr "MD5"

#: ../../../module/Fileset/view/fileset/fileset/details.phtml:48
msgid "Creation time"
msgstr "Yaratılış zamanı"

#: ../../../module/Job/src/Job/Form/JobForm.php:60
#, fuzzy
msgid "jobname"
msgstr "emir isim"

#: ../../../module/Job/src/Job/Form/JobForm.php:71
msgid "Time period"
msgstr "zaman dönemi"

#: ../../../module/Job/src/Job/Form/JobForm.php:73
msgid "last 24 hours"
msgstr "son 24 saat"

#: ../../../module/Job/src/Job/Form/JobForm.php:74
msgid "last 3 days"
msgstr "son 3 gün"

#: ../../../module/Job/src/Job/Form/JobForm.php:75
msgid "last week"
msgstr "son hafta"

#: ../../../module/Job/src/Job/Form/JobForm.php:76
msgid "last month"
msgstr "son ay"

#: ../../../module/Job/src/Job/Form/JobForm.php:77
msgid "last year"
msgstr "son yıl"

#: ../../../module/Job/src/Job/Form/JobForm.php:78
msgid "unlimited"
msgstr "sınırsız"

#: ../../../module/Job/src/Job/Form/JobForm.php:84
msgid "period"
msgstr "dönemi"

#: ../../../module/Job/src/Job/Form/JobForm.php:97
msgid "all"
msgstr "herşey"

#: ../../../module/Job/src/Job/Form/JobForm.php:98
msgid "running"
msgstr "çalışma"

#: ../../../module/Job/src/Job/Form/JobForm.php:99
msgid "waiting"
msgstr "bekleme"

#: ../../../module/Job/src/Job/Form/JobForm.php:100
msgid "terminated unsuccessfully"
msgstr "başarısız"

#: ../../../module/Job/src/Job/Form/JobForm.php:101
msgid "terminated successfully"
msgstr "Başarıyla sonlandırıldı"

#: ../../../module/Job/src/Job/Form/RunJobForm.php:70
#: ../../../module/Job/view/job/job/details.phtml:49
msgid "Job"
msgstr "emir"

#: ../../../module/Job/src/Job/Form/RunJobForm.php:104
#: ../../../module/Media/view/media/media/details.phtml:56
#: ../../../module/Media/view/media/media/index.phtml:56
#: ../../../module/Pool/view/pool/pool/details.phtml:88
msgid "Storage"
msgstr "depolama"

#: ../../../module/Job/src/Job/Form/RunJobForm.php:155
msgid "Priority"
msgstr ""

#: ../../../module/Job/src/Job/Form/RunJobForm.php:185
msgid "When"
msgstr ""

#: ../../../module/Job/src/Job/Form/RunJobForm.php:200
#: ../../../module/Storage/src/Storage/Form/StorageForm.php:93
msgid "Submit"
msgstr "göndermek"

#: ../../../module/Job/view/job/job/actions.phtml:69
#, fuzzy
msgid "Job Actions"
msgstr "emir eylemler"

#: ../../../module/Job/view/job/job/details.phtml:60
#: ../../../module/Job/view/job/job/index.phtml:77
#: ../../../module/Media/view/media/media/details.phtml:57
#: ../../../module/Media/view/media/media/details.phtml:89
#: ../../../module/Media/view/media/media/index.phtml:57
#: ../../../module/Pool/view/pool/pool/details.phtml:57
#: ../../../module/Pool/view/pool/pool/details.phtml:89
#: ../../../module/Pool/view/pool/pool/index.phtml:56
msgid "Type"
msgstr "türü"

#: ../../../module/Job/view/job/job/details.phtml:64
#: ../../../module/Job/view/job/job/index.phtml:81
msgid "Errors"
msgstr "hata"

#: ../../../module/Job/view/job/job/details.phtml:97
#, fuzzy
msgid "Used Volumes"
msgstr "hafıza kartları"

#: ../../../module/Job/view/job/job/details.phtml:102
#: ../../../module/Storage/view/storage/storage/details.phtml:112
#: ../../../module/Storage/view/storage/storage/details.phtml:128
#: ../../../module/Storage/view/storage/storage/details.phtml:153
msgid "Volume"
msgstr "hafıza Kartı"

#: ../../../module/Job/view/job/job/details.phtml:126
#: ../../../module/Job/view/job/job/index.phtml:107
#: ../../../module/Media/view/media/media/details.phtml:119
#: ../../../module/Media/view/media/media/index.phtml:86
#: ../../../module/Pool/view/pool/pool/details.phtml:118
#: ../../../module/Restore/view/restore/restore/index.phtml:39
msgid "Failed to retrieve data from Bareos director"
msgstr ""

#: ../../../module/Job/view/job/job/details.phtml:129
#: ../../../module/Job/view/job/job/index.phtml:111
#: ../../../module/Media/view/media/media/details.phtml:122
#: ../../../module/Media/view/media/media/index.phtml:89
#: ../../../module/Pool/view/pool/pool/details.phtml:121
msgid "Error message received from director:"
msgstr ""

#: ../../../module/Job/view/job/job/details.phtml:130
#: ../../../module/Job/view/job/job/index.phtml:112
#: ../../../module/Media/view/media/media/details.phtml:123
#: ../../../module/Media/view/media/media/index.phtml:90
#: ../../../module/Pool/view/pool/pool/details.phtml:122
msgid "Failed to send result as json. Maybe the result message is too long?"
msgstr ""

#: ../../../module/Job/view/job/job/details.phtml:159
#: ../../../module/Job/view/job/job/index.phtml:160
msgid "Scheduled"
msgstr "tarifeli"

#: ../../../module/Job/view/job/job/details.phtml:180
msgid "First Index"
msgstr ""

#: ../../../module/Job/view/job/job/details.phtml:184
msgid "Last Index"
msgstr ""

#: ../../../module/Job/view/job/job/details.phtml:188
#, fuzzy
msgid "Start Block"
msgstr "başlangıç"

#: ../../../module/Job/view/job/job/details.phtml:192
msgid "End Block"
msgstr ""

#: ../../../module/Job/view/job/job/details.phtml:265
#: ../../../module/Job/view/job/job/index.phtml:262
#: ../../../module/Job/view/job/job/index.phtml:272
msgid "Rerun"
msgstr "tekrarlamak"

#: ../../../module/Job/view/job/job/details.phtml:280
#: ../../../module/Job/view/job/job/index.phtml:293
#: ../../../module/Job/view/job/job/index.phtml:299
#: ../../../module/Storage/view/storage/storage/details.phtml:88
msgid "Cancel"
msgstr "iptal etmek"

#: ../../../module/Job/view/job/job/index.phtml:66
msgid "Job list"
msgstr "emir listesi"

#: ../../../module/Job/view/job/job/index.phtml:110
msgid ""
"Please try to reduce the amount of data to display, e.g. reduce time period."
msgstr ""

#: ../../../module/Media/view/media/media/details.phtml:26
msgid "Volume details"
msgstr "medya detaylar"

#: ../../../module/Media/view/media/media/details.phtml:32
#: ../../../module/Media/view/media/media/index.phtml:32
#: ../../../module/Pool/view/pool/pool/details.phtml:32
#: ../../../module/Pool/view/pool/pool/index.phtml:32
#: ../../../module/Storage/view/storage/storage/status.phtml:9
#: ../../../module/Storage/view/storage/storage/details.phtml:32
#: ../../../module/Storage/view/storage/storage/index.phtml:32
msgid "Devices"
msgstr "cihazlar"

#: ../../../module/Media/view/media/media/details.phtml:33
#: ../../../module/Media/view/media/media/index.phtml:33
#: ../../../module/Pool/view/pool/pool/details.phtml:33
#: ../../../module/Pool/view/pool/pool/index.phtml:26
#: ../../../module/Pool/view/pool/pool/index.phtml:33
#: ../../../module/Pool/view/pool/pool/index.phtml:47
#: ../../../module/Storage/view/storage/storage/status.phtml:10
#: ../../../module/Storage/view/storage/storage/details.phtml:33
#: ../../../module/Storage/view/storage/storage/index.phtml:33
msgid "Pools"
msgstr "Pools"

#: ../../../module/Media/view/media/media/details.phtml:58
#: ../../../module/Media/view/media/media/details.phtml:282
#: ../../../module/Media/view/media/media/index.phtml:58
#: ../../../module/Media/view/media/media/index.phtml:196
#: ../../../module/Pool/view/pool/pool/details.phtml:90
#: ../../../module/Pool/view/pool/pool/details.phtml:261
#: ../../../module/Storage/view/storage/storage/details.phtml:155
msgid "Last written"
msgstr "Son yazılmış"

#: ../../../module/Media/view/media/media/details.phtml:60
#: ../../../module/Media/view/media/media/index.phtml:60
#: ../../../module/Pool/view/pool/pool/details.phtml:92
msgid "Retention/Expiration"
msgstr "tutma/son"

#: ../../../module/Media/view/media/media/details.phtml:61
#: ../../../module/Media/view/media/media/index.phtml:61
#: ../../../module/Pool/view/pool/pool/details.phtml:93
msgid "Maximum bytes"
msgstr "maksimum bytes"

#: ../../../module/Media/view/media/media/details.phtml:62
#: ../../../module/Media/view/media/media/index.phtml:62
#: ../../../module/Pool/view/pool/pool/details.phtml:94
msgid "Current bytes"
msgstr "Şu an kullanılan bytes"

#: ../../../module/Media/view/media/media/details.phtml:78
msgid "Jobs on volume"
msgstr "medyaya emir"

#: ../../../module/Media/view/media/media/details.phtml:93
msgid "Starttime"
msgstr "başlangıç"

#: ../../../module/Media/view/media/media/details.phtml:94
msgid "Endtime"
msgstr "sonuç"

#: ../../../module/Media/view/media/media/details.phtml:274
#: ../../../module/Media/view/media/media/index.phtml:188
#: ../../../module/Pool/view/pool/pool/details.phtml:253
msgid "Label date"
msgstr "Label tarih"

#: ../../../module/Media/view/media/media/details.phtml:278
#: ../../../module/Media/view/media/media/index.phtml:192
#: ../../../module/Pool/view/pool/pool/details.phtml:257
msgid "First written"
msgstr "Ilk yazılmış"

#: ../../../module/Media/view/media/media/details.phtml:286
#: ../../../module/Media/view/media/media/index.phtml:200
#: ../../../module/Pool/view/pool/pool/details.phtml:265
msgid "Volume jobs"
msgstr "medya görev"

#: ../../../module/Media/view/media/media/details.phtml:290
#: ../../../module/Media/view/media/media/index.phtml:204
#: ../../../module/Pool/view/pool/pool/details.phtml:269
msgid "Recycle"
msgstr "Geri dönüşüm"

#: ../../../module/Media/view/media/media/details.phtml:294
msgid "Volume writes"
msgstr ""

#: ../../../module/Media/view/media/media/details.phtml:298
#: ../../../module/Storage/view/storage/storage/details.phtml:111
#: ../../../module/Storage/view/storage/storage/details.phtml:152
msgid "Slot"
msgstr "yer"

#: ../../../module/Media/view/media/media/details.phtml:302
msgid "Media Id"
msgstr "Medya ID"

#: ../../../module/Media/view/media/media/details.phtml:306
msgid "Volume Blocks"
msgstr ""

#: ../../../module/Media/view/media/media/details.phtml:310
msgid "Volume use duration"
msgstr ""

#: ../../../module/Media/view/media/media/details.phtml:314
msgid "Volume Pool Id"
msgstr ""

#: ../../../module/Media/view/media/media/details.phtml:318
msgid "In changer"
msgstr ""

#: ../../../module/Media/view/media/media/details.phtml:322
msgid "Volume Files"
msgstr ""

#: ../../../module/Media/view/media/media/details.phtml:326
msgid "Max. volume jobs"
msgstr ""

#: ../../../module/Media/view/media/media/details.phtml:330
msgid "Volume mounts"
msgstr ""

#: ../../../module/Media/view/media/media/details.phtml:334
msgid "Volume capacity bytes"
msgstr ""

#: ../../../module/Media/view/media/media/details.phtml:338
msgid "Volume errors"
msgstr ""

#: ../../../module/Media/view/media/media/details.phtml:346
msgid "Max. volume files"
msgstr ""

#: ../../../module/Media/view/media/media/details.phtml:350
msgid "Endfile"
msgstr ""

#: ../../../module/Media/view/media/media/details.phtml:354
msgid "Endblock"
msgstr ""

#: ../../../module/Media/view/media/media/details.phtml:358
msgid "Labeltype"
msgstr ""

#: ../../../module/Media/view/media/media/details.phtml:362
msgid "Device Id"
msgstr ""

#: ../../../module/Media/view/media/media/details.phtml:366
msgid "Location Id"
msgstr ""

#: ../../../module/Media/view/media/media/details.phtml:370
msgid "Recycle count"
msgstr ""

#: ../../../module/Media/view/media/media/details.phtml:374
msgid "Initial write"
msgstr ""

#: ../../../module/Media/view/media/media/details.phtml:378
msgid "Scratch Pool Id"
msgstr ""

#: ../../../module/Media/view/media/media/details.phtml:382
#, fuzzy
msgid "Recycle Pool Id"
msgstr "Geri dönüşüm"

#: ../../../module/Media/view/media/media/details.phtml:386
msgid "Comment"
msgstr "yorum"

#: ../../../module/Pool/view/pool/pool/details.phtml:26
msgid "Pool details"
msgstr "Pool detaylar"

#: ../../../module/Pool/view/pool/pool/details.phtml:59
#: ../../../module/Pool/view/pool/pool/index.phtml:58
msgid "Maximum volumes"
msgstr "maksimum hafıza kartları"

#: ../../../module/Pool/view/pool/pool/details.phtml:60
#: ../../../module/Pool/view/pool/pool/index.phtml:59
msgid "Volume retention"
msgstr "Saklama"

#: ../../../module/Pool/view/pool/pool/details.phtml:61
#: ../../../module/Pool/view/pool/pool/index.phtml:60
msgid "Maximum volume jobs"
msgstr "medya başına maksimum emir"

#: ../../../module/Pool/view/pool/pool/details.phtml:62
#: ../../../module/Pool/view/pool/pool/index.phtml:61
msgid "Maximum volume bytes"
msgstr "medya başına maksimum bytes"

#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:94
msgid "Backup jobs"
msgstr "emirler backup"

#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:111
msgid "Backups"
msgstr "backups"

#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:184
#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:201
msgid "Restore to client"
msgstr ""

#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:218
msgid "Restore to (another) client"
msgstr ""

#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:237
#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:252
msgid "Please choose a fileset"
msgstr ""

#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:267
#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:285
#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:302
msgid "Restore job"
msgstr ""

#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:321
#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:340
msgid "Merge all client filesets"
msgstr ""

#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:323
#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:342
#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:363
#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:382
#: ../../../module/Storage/view/storage/storage/index.phtml:107
msgid "Yes"
msgstr "evet"

#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:324
#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:343
#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:364
#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:383
#: ../../../module/Storage/view/storage/storage/index.phtml:105
msgid "No"
msgstr "hayır"

#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:361
msgid "Merge all related jobs to last full backup of selected backup job"
msgstr ""

#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:380
msgid "Merge jobs"
msgstr ""

#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:400
msgid "Replace files on client"
msgstr ""

#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:402
msgid "always"
msgstr "her zaman"

#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:403
msgid "never"
msgstr "asla"

#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:404
msgid "if file being restored is older than existing file"
msgstr ""

#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:405
msgid "if file being restored is newer than existing file"
msgstr ""

#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:421
msgid "Restore location on client"
msgstr ""

#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:428
msgid "e.g. / or /tmp/bareos-restores/"
msgstr ""

#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:439
#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:456
msgid "Path"
msgstr ""

#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:475
#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:492
msgid "Limit"
msgstr ""

#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:511
#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:528
msgid "Offset"
msgstr ""

#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:557
msgid "Related jobs for a most recent full restore"
msgstr ""

#: ../../../module/Restore/view/restore/restore/index.phtml:42
msgid "Error message received:"
msgstr ""

#: ../../../module/Restore/view/restore/restore/index.phtml:59
#: ../../../module/Storage/view/storage/storage/details.phtml:51
msgid "Director message"
msgstr "Director mesajları"

#: ../../../module/Restore/view/restore/restore/index.phtml:121
msgid "File selection"
msgstr ""

#: ../../../module/Restore/view/restore/restore/index.phtml:294
msgid "Size"
msgstr "büyüklük"

#: ../../../module/Restore/view/restore/restore/index.phtml:305
msgid "Date"
msgstr "zaman"

#: ../../../module/Storage/src/Storage/Form/StorageForm.php:77
#: ../../../module/Storage/view/storage/storage/details.phtml:126
msgid "Drive"
msgstr "sürücü"

#: ../../../module/Storage/view/storage/storage/status.phtml:24
#, fuzzy
msgid "Storage Status"
msgstr "hafıza durumu"

#: ../../../module/Storage/view/storage/storage/details.phtml:26
msgid "Storage details"
msgstr "hafıza ayrıntıları"

#: ../../../module/Storage/view/storage/storage/details.phtml:72
#: ../../../module/Storage/view/storage/storage/details.phtml:147
msgid "Label barcodes"
msgstr "Etiket barkodları"

#: ../../../module/Storage/view/storage/storage/details.phtml:82
msgid "Assign media to this pool."
msgstr ""

#: ../../../module/Storage/view/storage/storage/details.phtml:84
msgid "Use this drive for labeling."
msgstr ""

#: ../../../module/Storage/view/storage/storage/details.phtml:103
msgid "Import/Export Slots"
msgstr "Import/Export yerler"

#: ../../../module/Storage/view/storage/storage/details.phtml:107
msgid "Import all"
msgstr "Hepsini almak"

#: ../../../module/Storage/view/storage/storage/details.phtml:121
msgid "Drives"
msgstr "sürücüler"

#: ../../../module/Storage/view/storage/storage/details.phtml:127
msgid "Loaded"
msgstr "yüklü"

#: ../../../module/Storage/view/storage/storage/details.phtml:141
msgid "Slots"
msgstr "yerler"

#: ../../../module/Storage/view/storage/storage/details.phtml:145
msgid "Update slots"
msgstr "yerler güncelleştirme"

#: ../../../module/Storage/view/storage/storage/details.phtml:156
msgid "Expiration"
msgstr "son"

#: ../../../module/Storage/view/storage/storage/details.phtml:158
msgid "Media Type"
msgstr "medya türü"

#: ../../../module/Storage/view/storage/storage/details.phtml:226
msgid "Import"
msgstr "Import"

#: ../../../module/Storage/view/storage/storage/details.phtml:273
msgid "Release"
msgstr "bırakmak"

#: ../../../module/Storage/view/storage/storage/details.phtml:363
msgid "not in catalog"
msgstr "Katalogda değil"

#: ../../../module/Storage/view/storage/storage/details.phtml:401
msgid "Export"
msgstr "Export"

#: ../../../module/Storage/view/storage/storage/index.phtml:47
msgid "Storage Devices"
msgstr "hafıza sürücüler"

#: ../../../module/Storage/view/storage/storage/index.phtml:56
msgid "Autochanger"
msgstr "Otomatik değiştirici"

#: ../../../module/Storage/view/storage/storage/index.phtml:116
#, fuzzy
msgid "Manage autochanger"
msgstr "Otomatik değiştiriciyi yönet"

#: ../../../module/Schedule/view/schedule/schedule/details.phtml:26
#: ../../../module/Schedule/view/schedule/schedule/details.phtml:47
#, fuzzy
msgid "Schedule Details"
msgstr "program detaylar"

#: ../../../module/Schedule/view/schedule/schedule/details.phtml:34
#: ../../../module/Schedule/view/schedule/schedule/overview.phtml:34
#: ../../../module/Schedule/view/schedule/schedule/status.phtml:33
#: ../../../module/Schedule/view/schedule/schedule/index.phtml:34
msgid "Scheduler status"
msgstr "program status"

#: ../../../module/Schedule/view/schedule/schedule/status.phtml:26
#: ../../../module/Schedule/view/schedule/schedule/status.phtml:46
#, fuzzy
msgid "Status Scheduler"
msgstr "program durumu"

#~ msgid "Last backups"
#~ msgstr "son backup"

#~ msgid "Terminated successfully"
#~ msgstr "Sonlandırıldı başarılı"

#~ msgid "Terminated unsuccessfully"
#~ msgstr "başarısızlık"

#~ msgid "Help"
#~ msgstr "Hilfe"

#~ msgid "Storage ID"
#~ msgstr "Storage ID"

#~ msgid "Scheduler Status"
#~ msgstr "Aktuelle Zeitplanung"

#~ msgid "day(s)"
#~ msgstr "Tag(e)"

#~ msgid "expired"
#~ msgstr "abgelaufen"

#~ msgid "expires in"
#~ msgstr "läuft ab in"

#~ msgid "days"
#~ msgstr "Tage"

#~ msgid "today"
#~ msgstr "heute"

#~ msgid "enabled"
#~ msgstr "ein"

#~ msgid "Success"
#~ msgstr "Erfolgreich"

#~ msgid "Last 500 Director messages"
#~ msgstr "Director Meldungen"

#~ msgid "Unsuccessful"
#~ msgstr "nicht erfolgreich beendet"

#~ msgid "Merge all client filesets?"
#~ msgstr "Alle Client Filesets einbeziehen"

#~ msgid "Merge all related jobs to last full backup of selected backup job?"
#~ msgstr "Aufträge bis zur letzten Vollsicherung zusammenführen"

#~ msgid "Merge jobs?"
#~ msgstr "Aufträge zusammenführen"

#~ msgid "Select files to restore"
#~ msgstr "Dateiauswahl"

#~ msgid "successful"
#~ msgstr "Erfolgreich"

#~ msgid "History"
#~ msgstr "Historie"

#~ msgid "Unsuccessful (past 24 hours)"
#~ msgstr "Fehlerhaft (letzte 24 h)"

#~ msgid "Successful (past 24 hours)"
#~ msgstr "Erfolgreich (letzte 24h)"

#~ msgid "Timeline"
#~ msgstr "Zeitlinie"

#~ msgid "if older"
#~ msgstr "wenn älter"

#~ msgid "if newer"
#~ msgstr "wenn neuer"

#~ msgid "Free bytes"
#~ msgstr "Bytes frei"

#~ msgid "restore"
#~ msgstr "Wiederherstellen"