1 # Swedish translations for PACKAGE package.
2 # Copyright (C) 2007 Kern Sibbald
3 # This file is distributed under the same license as the PACKAGE package.
4 # Kern Sibbald <kern@bacula.org>, 2007.
8 "Project-Id-Version: Bacula 2.1.x\n"
9 "Report-Msgid-Bugs-To: bacula-devel@lists.sourceforge.net\n"
10 "POT-Creation-Date: 2007-07-12 12:33+0200\n"
11 "PO-Revision-Date: 2007-06-22 19:18+0200\n"
12 "Last-Translator: Kern Sibbald <kern@bacula.org>\n"
13 "Language-Team: Swedish <bacula-devel@lists.soureforge.net>\n"
15 "Content-Type: text/plain; charset=ASCII\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20 msgid "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n"
24 msgid "WARNING!!!! The Internal Database is NOT OPERATIONAL!\n"
28 msgid "You should use SQLite, PostgreSQL, or MySQL\n"
31 #: src/cats/bdb.c:185 src/cats/mysql.c:152 src/cats/postgresql.c:161
32 #: src/cats/sqlite.c:160
34 msgid "Unable to initialize DB lock. ERR=%s\n"
39 msgid "Unable to open Catalog DB control file %s: ERR=%s\n"
44 msgid "Error reading catalog DB control file. ERR=%s\n"
50 "Error, catalog DB control file wrong version. Wanted %d, got %d\n"
51 "Please reinitialize the working directory.\n"
54 #: src/cats/bdb_update.c:88 src/cats/bdb_update.c:119
56 msgid "Error updating DB Job file. ERR=%s\n"
59 #: src/cats/bdb_update.c:158 src/cats/bdb_update.c:194
61 msgid "Error updating DB Media file. ERR=%s\n"
64 #: src/cats/mysql.c:82
65 msgid "A user name for MySQL must be supplied.\n"
68 #: src/cats/mysql.c:190
71 "Unable to connect to MySQL server.\n"
72 "Database=%s User=%s\n"
73 "MySQL connect failed either server not running or your authorization is "
77 #: src/cats/mysql.c:367 src/cats/postgresql.c:304 src/cats/sqlite.c:351
79 msgid "Query failed: %s: ERR=%s\n"
82 #: src/cats/postgresql.c:85
83 msgid "A user name for PostgreSQL must be supplied.\n"
86 #: src/cats/postgresql.c:148
88 "PostgreSQL configuration problem. PostgreSQL library is not thread safe. "
92 #: src/cats/postgresql.c:198
95 "Unable to connect to PostgreSQL server.\n"
96 "Database=%s User=%s\n"
97 "It is probably not running or your password is incorrect.\n"
100 #: src/cats/postgresql.c:588
102 msgid "error fetching currval: %s\n"
105 #: src/cats/postgresql.c:680 src/cats/postgresql.c:727
107 msgid "error ending batch mode: %s\n"
110 #: src/cats/sql.c:139
117 #: src/cats/sql.c:161
120 "insert %s failed:\n"
124 #: src/cats/sql.c:175
126 msgid "Insertion problem: affected_rows=%s\n"
129 #: src/cats/sql.c:195
132 "update %s failed:\n"
136 #: src/cats/sql.c:205
138 msgid "Update failed: affected_rows=%s for %s\n"
141 #: src/cats/sql.c:226
144 "delete %s failed:\n"
148 #: src/cats/sql.c:252 src/cats/sql.c:259 src/cats/sql_create.c:1018
149 #: src/cats/sql_get.c:185 src/cats/sql_get.c:236 src/cats/sql_get.c:604
150 #: src/cats/sql_get.c:680 src/cats/sql_get.c:951
152 msgid "error fetching row: %s\n"
155 #: src/cats/sql.c:369 src/dird/catreq.c:404 src/dird/catreq.c:478
156 #: src/dird/fd_cmds.c:640 src/dird/fd_cmds.c:698
158 msgid "Attribute create error. %s"
161 #: src/cats/sql.c:450
163 msgid "Path length is zero. File=%s\n"
166 #: src/cats/sql.c:494
167 msgid "No results to list.\n"
170 #: src/cats/sql_create.c:95
172 msgid "Create DB Job record %s failed. ERR=%s\n"
175 #: src/cats/sql_create.c:146
177 msgid "Create JobMedia record %s failed: ERR=%s\n"
180 #: src/cats/sql_create.c:155
182 msgid "Update Media record %s failed: ERR=%s\n"
185 #: src/cats/sql_create.c:185
187 msgid "pool record %s already exists\n"
190 #: src/cats/sql_create.c:212
192 msgid "Create db Pool record %s failed: ERR=%s\n"
195 #: src/cats/sql_create.c:243
197 msgid "Device record %s already exists\n"
200 #: src/cats/sql_create.c:259
202 msgid "Create db Device record %s failed: ERR=%s\n"
205 #: src/cats/sql_create.c:292
207 msgid "More than one Storage record!: %d\n"
210 #: src/cats/sql_create.c:297
212 msgid "error fetching Storage row: %s\n"
215 #: src/cats/sql_create.c:317
217 msgid "Create DB Storage record %s failed. ERR=%s\n"
220 #: src/cats/sql_create.c:349
222 msgid "mediatype record %s already exists\n"
225 #: src/cats/sql_create.c:365
227 msgid "Create db mediatype record %s failed: ERR=%s\n"
230 #: src/cats/sql_create.c:400
232 msgid "Volume \"%s\" already exists.\n"
235 #: src/cats/sql_create.c:445
237 msgid "Create DB Media record %s failed. ERR=%s\n"
240 #: src/cats/sql_create.c:493
242 msgid "More than one Client!: %d\n"
245 #: src/cats/sql_create.c:498
247 msgid "error fetching Client row: %s\n"
250 #: src/cats/sql_create.c:525
252 msgid "Create DB Client record %s failed. ERR=%s\n"
255 #: src/cats/sql_create.c:568
257 msgid "Create DB Counters record %s failed. ERR=%s\n"
260 #: src/cats/sql_create.c:601
262 msgid "More than one FileSet!: %d\n"
265 #: src/cats/sql_create.c:606
267 msgid "error fetching FileSet row: ERR=%s\n"
270 #: src/cats/sql_create.c:636
272 msgid "Create DB FileSet record %s failed. ERR=%s\n"
275 #: src/cats/sql_create.c:850 src/dird/job.c:131 src/dird/ua_output.c:628
277 msgid "Could not open database \"%s\".\n"
280 #: src/cats/sql_create.c:873 src/cats/sql_create.c:914
282 msgid "Attempt to put non-attributes into catalog. Stream=%d\n"
285 #: src/cats/sql_create.c:978
287 msgid "Create db File record %s failed. ERR=%s"
290 #: src/cats/sql_create.c:1011 src/cats/sql_get.c:229
292 msgid "More than one Path!: %s for path: %s\n"
295 #: src/cats/sql_create.c:1042
297 msgid "Create db Path record %s failed. ERR=%s\n"
300 #: src/cats/sql_create.c:1075
302 msgid "More than one Filename! %s for file: %s\n"
305 #: src/cats/sql_create.c:1081
307 msgid "Error fetching row for file=%s: ERR=%s\n"
310 #: src/cats/sql_create.c:1097
312 msgid "Create db Filename record %s failed. ERR=%s\n"
315 #: src/cats/sql_delete.c:80
317 msgid "No pool record %s exists\n"
320 #: src/cats/sql_delete.c:85
322 msgid "Expecting one pool record, got %d\n"
325 #: src/cats/sql_delete.c:91
327 msgid "Error fetching row %s\n"
330 #: src/cats/sql_find.c:98 src/cats/sql_find.c:127
333 "Query error for start time request: ERR=%s\n"
337 #: src/cats/sql_find.c:104
338 msgid "No prior Full backup Job record found.\n"
341 #: src/cats/sql_find.c:116
343 msgid "Unknown level=%d\n"
346 #: src/cats/sql_find.c:133
349 "No Job record found: ERR=%s\n"
353 #: src/cats/sql_find.c:232
355 msgid "Unknown Job level=%d\n"
358 #: src/cats/sql_find.c:242
360 msgid "No Job found for: %s.\n"
363 #: src/cats/sql_find.c:253
365 msgid "No Job found for: %s\n"
368 #: src/cats/sql_find.c:328
370 msgid "Request for Volume item %d greater than max %d or less than 1\n"
373 #: src/cats/sql_find.c:343
375 msgid "No Volume record found for item %d.\n"
378 #: src/cats/sql_get.c:135
380 msgid "get_file_record want 1 got rows=%d\n"
383 #: src/cats/sql_get.c:140
385 msgid "Error fetching row: %s\n"
388 #: src/cats/sql_get.c:148
390 msgid "File record for PathId=%s FilenameId=%s not found.\n"
393 #: src/cats/sql_get.c:154
394 msgid "File record not found in Catalog.\n"
397 #: src/cats/sql_get.c:179
399 msgid "More than one Filename!: %s for file: %s\n"
402 #: src/cats/sql_get.c:189
404 msgid "Get DB Filename record %s found bad record: %d\n"
407 #: src/cats/sql_get.c:195
409 msgid "Filename record: %s not found.\n"
412 #: src/cats/sql_get.c:199
414 msgid "Filename record: %s not found in Catalog.\n"
417 #: src/cats/sql_get.c:240
419 msgid "Get DB path record %s found bad record: %s\n"
422 #: src/cats/sql_get.c:253
424 msgid "Path record: %s not found.\n"
427 #: src/cats/sql_get.c:257
429 msgid "Path record: %s not found in Catalog.\n"
432 #: src/cats/sql_get.c:294
434 msgid "No Job found for JobId %s\n"
437 #: src/cats/sql_get.c:363 src/cats/sql_get.c:419
439 msgid "No volumes found for JobId=%d\n"
442 #: src/cats/sql_get.c:369 src/cats/sql_get.c:430
444 msgid "Error fetching row %d: ERR=%s\n"
447 #: src/cats/sql_get.c:383
449 msgid "No Volume for JobId %d found in Catalog.\n"
452 #: src/cats/sql_get.c:520
454 msgid "Pool id select failed: ERR=%s\n"
457 #: src/cats/sql_get.c:557
459 msgid "Client id select failed: ERR=%s\n"
462 #: src/cats/sql_get.c:599
464 msgid "More than one Pool!: %s\n"
467 #: src/cats/sql_get.c:641
468 msgid "Pool record not found in Catalog.\n"
471 #: src/cats/sql_get.c:675
473 msgid "More than one Client!: %s\n"
476 #: src/cats/sql_get.c:692 src/cats/sql_get.c:696
477 msgid "Client record not found in Catalog.\n"
480 #: src/cats/sql_get.c:721
482 msgid "More than one Counter!: %d\n"
485 #: src/cats/sql_get.c:726
487 msgid "error fetching Counter row: %s\n"
490 #: src/cats/sql_get.c:746
492 msgid "Counter record: %s not found in Catalog.\n"
495 #: src/cats/sql_get.c:782
497 msgid "Error got %s FileSets but expected only one!\n"
500 #: src/cats/sql_get.c:787
502 msgid "FileSet record \"%s\" not found.\n"
505 #: src/cats/sql_get.c:797
506 msgid "FileSet record not found in Catalog.\n"
509 #: src/cats/sql_get.c:855
511 msgid "Media id select failed: ERR=%s\n"
514 #: src/cats/sql_get.c:893
516 msgid "query dbids failed: ERR=%s\n"
519 #: src/cats/sql_get.c:946
521 msgid "More than one Volume!: %s\n"
524 #: src/cats/sql_get.c:1001
526 msgid "Media record MediaId=%s not found.\n"
529 #: src/cats/sql_get.c:1004
531 msgid "Media record for Volume \"%s\" not found.\n"
534 #: src/cats/sql_get.c:1011
536 msgid "Media record for MediaId=%u not found in Catalog.\n"
539 #: src/cats/sql_get.c:1014
541 msgid "Media record for Vol=%s not found in Catalog.\n"
544 #: src/cats/sql_list.c:61
546 msgid "Query failed: %s\n"
549 #: src/cats/sqlite.c:174
551 msgid "Database %s does not exist, please create it.\n"
554 #: src/cats/sqlite.c:204
556 msgid "Unable to open Database=%s. ERR=%s\n"
559 #: src/cats/sqlite.c:205 src/lib/bnet_server.c:389
563 #: src/dird/admin.c:63
565 msgid "Start Admin JobId %d, Job=%s\n"
568 #: src/dird/admin.c:89 src/dird/backup.c:355 src/dird/migrate.c:1077
570 msgid "Error getting Job record for Job report: ERR=%s"
573 #: src/dird/admin.c:97
577 #: src/dird/admin.c:101
578 msgid "*** Admin Error ***"
581 #: src/dird/admin.c:105
582 msgid "Admin Canceled"
585 #: src/dird/admin.c:109 src/dird/backup.c:405 src/dird/restore.c:279
587 msgid "Inappropriate term code: %c\n"
590 #: src/dird/admin.c:115
594 #: src/dird/authenticate.c:80 src/dird/authenticate.c:81
595 #: src/tray-monitor/authenticate.c:132
597 msgid "Error sending Hello to Storage daemon. ERR=%s\n"
600 #: src/dird/authenticate.c:106
601 msgid "Director and Storage daemon passwords or names not the same.\n"
604 #: src/dird/authenticate.c:108
607 "Director unable to authenticate with Storage daemon at \"%s:%d\". Possible "
609 "Passwords or names not the same or\n"
610 "Maximum Concurrent Jobs exceeded on the SD or\n"
611 "SD networking messed up (restart daemon).\n"
612 "Please see http://www.bacula.org/rel-manual/faq.html#AuthorizationErrors for "
616 #: src/dird/authenticate.c:120 src/console/authenticate.c:114
617 #: src/filed/authenticate.c:251 src/stored/authenticate.c:131
618 #: src/stored/authenticate.c:232 src/wx-console/authenticate.c:127
620 "Authorization problem: Remote server did not advertise required TLS "
624 #: src/dird/authenticate.c:127 src/console/authenticate.c:121
625 #: src/filed/authenticate.c:147 src/filed/authenticate.c:259
626 #: src/stored/authenticate.c:139 src/stored/authenticate.c:240
627 #: src/wx-console/authenticate.c:133
628 msgid "Authorization problem: Remote server requires TLS.\n"
631 #: src/dird/authenticate.c:136
633 msgid "TLS negotiation failed with SD at \"%s:%d\"\n"
636 #: src/dird/authenticate.c:145
638 msgid "bdird<stored: \"%s:%s\" bad response to Hello command: ERR=%s\n"
641 #: src/dird/authenticate.c:152 src/tray-monitor/authenticate.c:152
642 msgid "Storage daemon rejected Hello command\n"
645 #: src/dird/authenticate.c:153
647 msgid "Storage daemon at \"%s:%d\" rejected Hello command\n"
650 #: src/dird/authenticate.c:182
652 msgid "Error sending Hello to File daemon at \"%s:%d\". ERR=%s\n"
655 #: src/dird/authenticate.c:208
656 msgid "Director and File daemon passwords or names not the same.\n"
659 #: src/dird/authenticate.c:210
662 "Unable to authenticate with File daemon at \"%s:%d\". Possible causes:\n"
663 "Passwords or names not the same or\n"
664 "Maximum Concurrent Jobs exceeded on the FD or\n"
665 "FD networking messed up (restart daemon).\n"
666 "Please see http://www.bacula.org/rel-manual/faq.html#AuthorizationErrors for "
670 #: src/dird/authenticate.c:222
673 "Authorization problem: FD \"%s:%s\" did not advertise required TLS support.\n"
676 #: src/dird/authenticate.c:230
678 msgid "Authorization problem: FD at \"%s:%d\" requires TLS.\n"
681 #: src/dird/authenticate.c:241
683 msgid "TLS negotiation failed with FD at \"%s:%d\".\n"
686 #: src/dird/authenticate.c:250 src/tray-monitor/authenticate.c:191
688 msgid "Bad response from File daemon to Hello command: ERR=%s\n"
691 #: src/dird/authenticate.c:252
693 msgid "Bad response from File daemon at \"%s:%d\" to Hello command: ERR=%s\n"
696 #: src/dird/authenticate.c:259 src/tray-monitor/authenticate.c:198
697 msgid "File daemon rejected Hello command\n"
700 #: src/dird/authenticate.c:260
702 msgid "File daemon at \"%s:%d\" rejected Hello command\n"
705 #: src/dird/authenticate.c:283
707 msgid "UA Hello from %s:%s:%d is invalid. Len=%d\n"
710 #: src/dird/authenticate.c:290
712 msgid "UA Hello from %s:%s:%d is invalid. Got: %s\n"
715 #: src/dird/authenticate.c:345
717 "Authorization problem: Remote client did not advertise required TLS "
721 #: src/dird/authenticate.c:353
722 msgid "Authorization problem: Remote client requires TLS.\n"
725 #: src/dird/authenticate.c:368 src/filed/authenticate.c:156
726 #: src/filed/authenticate.c:267 src/stored/authenticate.c:147
727 #: src/stored/authenticate.c:248
728 msgid "TLS negotiation failed.\n"
731 #: src/dird/authenticate.c:379
733 msgid "Unable to authenticate console \"%s\" at %s:%s:%d.\n"
736 #: src/dird/authenticate.c:384
738 msgid "1000 OK: %s Version: %s (%s)\n"
741 #: src/dird/autoprune.c:63
742 msgid "Begin pruning Jobs.\n"
745 #: src/dird/autoprune.c:71
746 msgid "Begin pruning Files.\n"
749 #: src/dird/autoprune.c:76
755 #: src/dird/backup.c:87 src/dird/job.c:868 src/dird/job.c:914
756 #: src/dird/migrate.c:230 src/dird/migrate.c:231
757 msgid "Pool resource"
760 #: src/dird/backup.c:90
761 msgid "No Storage specification found in Job or Pool.\n"
764 #: src/dird/backup.c:115
766 msgid "Start Backup JobId %s, Job=%s\n"
769 #: src/dird/backup.c:286
771 msgid "Unexpected Client Job message: %s\n"
774 #: src/dird/backup.c:295
776 msgid "Network error with FD during %s: ERR=%s\n"
779 #: src/dird/backup.c:313
780 msgid "No Job status returned from FD.\n"
783 #: src/dird/backup.c:362
785 msgid "Error getting Client record for Job report: ERR=%s"
788 #: src/dird/backup.c:368 src/dird/migrate.c:1084
790 msgid "Error getting Media record for Volume \"%s\": ERR=%s"
793 #: src/dird/backup.c:378
794 msgid "Backup OK -- with warnings"
797 #: src/dird/backup.c:380 src/stored/bscan.c:1124
801 #: src/dird/backup.c:385 src/stored/bscan.c:1128
802 msgid "*** Backup Error ***"
805 #: src/dird/backup.c:395 src/stored/bscan.c:1131
806 msgid "Backup Canceled"
809 #: src/dird/backup.c:445
812 "Bacula %s %s (%s): %s\n"
813 " Build OS: %s %s %s\n"
816 " Backup Level: %s%s\n"
817 " Client: \"%s\" %s\n"
818 " FileSet: \"%s\" %s\n"
819 " Pool: \"%s\" (From %s)\n"
820 " Storage: \"%s\" (From %s)\n"
821 " Scheduled time: %s\n"
824 " Elapsed time: %s\n"
826 " FD Files Written: %s\n"
827 " SD Files Written: %s\n"
828 " FD Bytes Written: %s (%sB)\n"
829 " SD Bytes Written: %s (%sB)\n"
831 " Software Compression: %s\n"
834 " Volume name(s): %s\n"
835 " Volume Session Id: %d\n"
836 " Volume Session Time: %d\n"
837 " Last Volume Bytes: %s (%sB)\n"
838 " Non-fatal FD errors: %d\n"
840 " FD termination status: %s\n"
841 " SD termination status: %s\n"
846 #: src/dird/backup.c:541
848 msgid "Could not get Job Volume Parameters to update Bootstrap file. ERR=%s\n"
851 #: src/dird/backup.c:575
854 "Could not open WriteBootstrap file:\n"
858 #: src/dird/bsr.c:188
860 msgid "Unable to get Job record. ERR=%s\n"
863 #: src/dird/bsr.c:195
865 msgid "Unable to get Job Volume Parameters. ERR=%s\n"
868 #: src/dird/bsr.c:247
870 msgid "Unable to create bootstrap file %s. ERR=%s\n"
873 #: src/dird/bsr.c:256
874 msgid "No files found to restore/migrate. No bootstrap file written.\n"
877 #: src/dird/bsr.c:260
878 msgid "Error writing bsr file.\n"
881 #: src/dird/bsr.c:266
883 msgid "Bootstrap records written to %s\n"
886 #: src/dird/bsr.c:270
888 "The job will require the following\n"
889 " Volume(s) Storage(s) SD Device(s)\n"
890 "===========================================================================\n"
893 #: src/dird/bsr.c:316
894 msgid "No Volumes found to restore.\n"
897 #: src/dird/catreq.c:129 src/dird/catreq.c:331
899 msgid "1990 Invalid Catalog Request: %s"
902 #: src/dird/catreq.c:130
904 msgid "Invalid Catalog request; DB not open: %s"
907 #: src/dird/catreq.c:154
908 msgid "1901 No Media.\n"
911 #: src/dird/catreq.c:182
915 #: src/dird/catreq.c:184
916 msgid "not correct MediaType"
919 #: src/dird/catreq.c:194
920 msgid "is not Enabled"
923 #: src/dird/catreq.c:203
925 msgid "1998 Volume \"%s\" status is %s, %s.\n"
928 #: src/dird/catreq.c:208
930 msgid "1997 Volume \"%s\" not in catalog.\n"
933 #: src/dird/catreq.c:230
935 msgid "Unable to get Media record for Volume %s: ERR=%s\n"
938 #: src/dird/catreq.c:232
940 msgid "1991 Catalog Request for vol=%s failed: %s"
943 #: src/dird/catreq.c:259
946 "Volume Files at %u being set to %u for Volume \"%s\". This is incorrect.\n"
949 #: src/dird/catreq.c:262
951 msgid "1992 Update Media error. VolFiles=%u, CatFiles=%u\n"
954 #: src/dird/catreq.c:294
956 msgid "Catalog error updating Media record. %s"
959 #: src/dird/catreq.c:296
960 msgid "1993 Update Media error\n"
963 #: src/dird/catreq.c:320
965 msgid "Catalog error creating JobMedia record. %s"
968 #: src/dird/catreq.c:322
969 msgid "1991 Update JobMedia error\n"
972 #: src/dird/catreq.c:332
974 msgid "Invalid Catalog request: %s"
977 #: src/dird/catreq.c:367
979 msgid "1991 Invalid Catalog Update: %s"
982 #: src/dird/catreq.c:368
984 msgid "Invalid Catalog Update; DB not open: %s"
987 #: src/dird/catreq.c:441
989 msgid "Got %s but not same File as attributes\n"
992 #: src/dird/catreq.c:467
994 msgid "Catalog error updating file digest. Unsupported digest stream type: %d"
997 #: src/dird/catreq.c:483
999 msgid "Catalog error updating file digest. %s"
1002 #: src/dird/dird.c:94
1006 "Version: %s (%s)\n"
1008 "Usage: dird [-f -s] [-c config_file] [-d debug_level] [config_file]\n"
1009 " -c <file> set configuration file to file\n"
1010 " -dnn set debug level to nn\n"
1011 " -f run in foreground (for debugging)\n"
1013 " -r <job> run <job> now\n"
1015 " -t test - read configuration and exit\n"
1017 " -v verbose user messages\n"
1018 " -? print this message.\n"
1022 #: src/dird/dird.c:224 src/console/console.c:426 src/filed/filed.c:182
1023 #: src/gnome2-console/console.c:286 src/stored/stored.c:210
1024 msgid "Cryptography library initialization failed.\n"
1027 #: src/dird/dird.c:228 src/dird/dird.c:234 src/dird/dird.c:474
1028 #: src/dird/dird.c:477 src/console/console.c:430 src/filed/filed.c:187
1029 #: src/gnome2-console/console.c:290 src/stored/stored.c:214
1031 msgid "Please correct configuration file: %s\n"
1034 #: src/dird/dird.c:460
1035 msgid "Too many open reload requests. Request ignored.\n"
1038 #: src/dird/dird.c:475
1039 msgid "Out of reload table entries. Giving up.\n"
1042 #: src/dird/dird.c:478
1043 msgid "Resetting previous configuration.\n"
1046 #: src/dird/dird.c:541
1049 "No Director resource defined in %s\n"
1050 "Without that I don't know who I am :-(\n"
1053 #: src/dird/dird.c:549 src/filed/filed.c:281
1055 msgid "No Messages resource defined in %s\n"
1058 #: src/dird/dird.c:554
1060 msgid "Only one Director resource permitted in %s\n"
1063 #: src/dird/dird.c:563 src/dird/dird.c:764 src/dird/dird.c:816
1064 #: src/dird/dird.c:920 src/console/console.c:657 src/console/console.c:686
1065 #: src/filed/filed.c:288 src/filed/filed.c:446
1066 #: src/gnome2-console/console.c:153 src/gnome2-console/console.c:182
1067 #: src/stored/stored.c:332 src/wx-console/console_thread.cpp:114
1068 #: src/wx-console/console_thread.cpp:140
1069 msgid "TLS required but not configured in Bacula.\n"
1072 #: src/dird/dird.c:569 src/filed/filed.c:455 src/stored/stored.c:384
1074 msgid "\"TLS Certificate\" file not defined for Director \"%s\" in %s.\n"
1077 #: src/dird/dird.c:575 src/filed/filed.c:461 src/stored/stored.c:390
1079 msgid "\"TLS Key\" file not defined for Director \"%s\" in %s.\n"
1082 #: src/dird/dird.c:581 src/filed/filed.c:467 src/stored/stored.c:396
1085 "Neither \"TLS CA Certificate\" or \"TLS CA Certificate Dir\" are defined for "
1086 "Director \"%s\" in %s. At least one CA certificate store is required when "
1087 "using \"TLS Verify Peer\".\n"
1090 #: src/dird/dird.c:600 src/filed/filed.c:486 src/stored/stored.c:415
1092 msgid "Failed to initialize TLS context for Director \"%s\" in %s.\n"
1095 #: src/dird/dird.c:608
1097 msgid "No Job records defined in %s\n"
1100 #: src/dird/dird.c:666 src/dird/dird.c:679
1102 msgid "Hey something is wrong. p=0x%lu\n"
1105 #: src/dird/dird.c:738
1107 msgid "\"%s\" directive in Job \"%s\" resource is required, but not found.\n"
1110 #: src/dird/dird.c:745
1111 msgid "Too many items in Job resource\n"
1114 #: src/dird/dird.c:749
1116 msgid "No storage specified in Job \"%s\" nor in Pool.\n"
1119 #: src/dird/dird.c:771
1121 msgid "\"TLS Certificate\" file not defined for Console \"%s\" in %s.\n"
1124 #: src/dird/dird.c:777
1126 msgid "\"TLS Key\" file not defined for Console \"%s\" in %s.\n"
1129 #: src/dird/dird.c:783
1132 "Neither \"TLS CA Certificate\" or \"TLS CA Certificate Dir\" are defined for "
1133 "Console \"%s\" in %s. At least one CA certificate store is required when "
1134 "using \"TLS Verify Peer\".\n"
1137 #: src/dird/dird.c:800 src/dird/dird.c:840 src/filed/filed.c:312
1139 msgid "Failed to initialize TLS context for File daemon \"%s\" in %s.\n"
1142 #: src/dird/dird.c:823
1145 "Neither \"TLS CA Certificate\" or \"TLS CA Certificate Dir\" are defined for "
1146 "File daemon \"%s\" in %s.\n"
1149 #: src/dird/dird.c:872 src/dird/dird.c:874
1151 msgid "Could not open Catalog \"%s\", database \"%s\".\n"
1154 #: src/dird/dird.c:877
1159 #: src/dird/dird.c:926
1162 "Neither \"TLS CA Certificate\" or \"TLS CA Certificate Dir\" are defined for "
1163 "Storage \"%s\" in %s.\n"
1166 #: src/dird/dird.c:942 src/stored/stored.c:370
1168 msgid "Failed to initialize TLS context for Storage \"%s\" in %s.\n"
1171 #: src/dird/dird_conf.c:508 src/tray-monitor/tray_conf.c:168
1173 msgid "No %s resource defined\n"
1176 #: src/dird/dird_conf.c:517
1178 msgid "Director: name=%s MaxJobs=%d FDtimeout=%s SDtimeout=%s\n"
1181 #: src/dird/dird_conf.c:522
1183 msgid " query_file=%s\n"
1186 #: src/dird/dird_conf.c:525 src/dird/dird_conf.c:545 src/dird/dird_conf.c:559
1187 #: src/dird/dird_conf.c:607 src/dird/dird_conf.c:611 src/dird/dird_conf.c:615
1188 #: src/dird/dird_conf.c:633 src/dird/dird_conf.c:650 src/dird/dird_conf.c:654
1189 #: src/dird/dird_conf.c:658 src/dird/dird_conf.c:662 src/dird/dird_conf.c:666
1190 #: src/dird/dird_conf.c:679 src/dird/dird_conf.c:880
1194 #: src/dird/dird_conf.c:530
1196 msgid "Console: name=%s SSL=%d\n"
1199 #: src/dird/dird_conf.c:535
1201 msgid "Counter: name=%s min=%d max=%d cur=%d wrapcntr=%s\n"
1204 #: src/dird/dird_conf.c:540
1206 msgid "Counter: name=%s min=%d max=%d\n"
1209 #: src/dird/dird_conf.c:551
1211 msgid "Client: name=%s address=%s FDport=%d MaxJobs=%u\n"
1214 #: src/dird/dird_conf.c:554
1216 msgid " JobRetention=%s FileRetention=%s AutoPrune=%d\n"
1219 #: src/dird/dird_conf.c:566
1222 "Device: name=%s ok=%d num_writers=%d max_writers=%d\n"
1223 " reserved=%d open=%d append=%d read=%d labeled=%d offline=%d autochgr=%"
1225 " poolid=%s volname=%s MediaType=%s\n"
1228 #: src/dird/dird_conf.c:576
1231 "Storage: name=%s address=%s SDport=%d MaxJobs=%u\n"
1232 " DeviceName=%s MediaType=%s StorageId=%s\n"
1235 #: src/dird/dird_conf.c:585
1238 "Catalog: name=%s address=%s DBport=%d db_name=%s\n"
1239 " db_user=%s MutliDBConn=%d\n"
1242 #: src/dird/dird_conf.c:593
1244 msgid "%s: name=%s JobType=%d level=%s Priority=%d Enabled=%d\n"
1247 #: src/dird/dird_conf.c:594 src/dird/ua_cmds.c:478 src/dird/ua_prune.c:365
1248 #: src/dird/ua_run.c:266 src/dird/ua_select.c:263 src/dird/ua_select.c:286
1252 #: src/dird/dird_conf.c:594
1256 #: src/dird/dird_conf.c:598
1259 " MaxJobs=%u Resched=%d Times=%d Interval=%s Spool=%d WritePartAfterJob=%"
1263 #: src/dird/dird_conf.c:604
1265 msgid " SelectionType=%d\n"
1268 #: src/dird/dird_conf.c:619
1270 msgid " --> Where=%s\n"
1273 #: src/dird/dird_conf.c:622
1275 msgid " --> RegexWhere=%s\n"
1278 #: src/dird/dird_conf.c:625
1280 msgid " --> Bootstrap=%s\n"
1283 #: src/dird/dird_conf.c:628
1285 msgid " --> WriteBootstrap=%s\n"
1288 #: src/dird/dird_conf.c:640 src/lib/runscript.c:266
1289 msgid " --> RunScript\n"
1292 #: src/dird/dird_conf.c:641 src/lib/runscript.c:267
1294 msgid " --> Command=%s\n"
1297 #: src/dird/dird_conf.c:642 src/lib/runscript.c:268
1299 msgid " --> Target=%s\n"
1302 #: src/dird/dird_conf.c:643 src/lib/runscript.c:269
1304 msgid " --> RunOnSuccess=%u\n"
1307 #: src/dird/dird_conf.c:644 src/lib/runscript.c:270
1309 msgid " --> RunOnFailure=%u\n"
1312 #: src/dird/dird_conf.c:645 src/lib/runscript.c:271
1314 msgid " --> AbortJobOnError=%u\n"
1317 #: src/dird/dird_conf.c:646 src/lib/runscript.c:272
1319 msgid " --> RunWhen=%u\n"
1322 #: src/dird/dird_conf.c:672
1324 msgid " --> Run=%s\n"
1327 #: src/dird/dird_conf.c:676
1329 msgid " --> SelectionPattern=%s\n"
1332 #: src/dird/dird_conf.c:686
1334 msgid "FileSet: name=%s\n"
1337 #: src/dird/dird_conf.c:763 src/dird/dird_conf.c:842
1339 msgid "Schedule: name=%s\n"
1342 #: src/dird/dird_conf.c:768
1344 msgid " --> Run Level=%s\n"
1347 #: src/dird/dird_conf.c:769
1351 #: src/dird/dird_conf.c:778
1355 #: src/dird/dird_conf.c:787
1359 #: src/dird/dird_conf.c:796
1363 #: src/dird/dird_conf.c:805
1367 #: src/dird/dird_conf.c:814
1371 #: src/dird/dird_conf.c:823
1376 #: src/dird/dird_conf.c:825 src/dird/dird_conf.c:829 src/dird/dird_conf.c:833
1380 #: src/dird/dird_conf.c:846
1382 msgid "Pool: name=%s PoolType=%s\n"
1385 #: src/dird/dird_conf.c:848
1387 msgid " use_cat=%d use_once=%d cat_files=%d\n"
1390 #: src/dird/dird_conf.c:851
1392 msgid " max_vols=%d auto_prune=%d VolRetention=%s\n"
1395 #: src/dird/dird_conf.c:854
1397 msgid " VolUse=%s recycle=%d LabelFormat=%s\n"
1400 #: src/dird/dird_conf.c:858
1402 msgid " CleaningPrefix=%s LabelType=%d\n"
1405 #: src/dird/dird_conf.c:860
1407 msgid " RecyleOldest=%d PurgeOldest=%d\n"
1410 #: src/dird/dird_conf.c:863
1412 msgid " MaxVolJobs=%d MaxVolFiles=%d MaxVolBytes=%s\n"
1415 #: src/dird/dird_conf.c:867
1417 msgid " MigTime=%s MigHiBytes=%s MigLoBytes=%s\n"
1420 #: src/dird/dird_conf.c:872
1422 msgid " NextPool=%s\n"
1425 #: src/dird/dird_conf.c:875
1427 msgid " RecyclePool=%s\n"
1430 #: src/dird/dird_conf.c:886
1432 msgid "Messages: name=%s\n"
1435 #: src/dird/dird_conf.c:888
1437 msgid " mailcmd=%s\n"
1440 #: src/dird/dird_conf.c:890
1445 #: src/dird/dird_conf.c:893 src/tray-monitor/tray_conf.c:199
1447 msgid "Unknown resource type %d in dump_resource.\n"
1450 #: src/dird/dird_conf.c:1199 src/tray-monitor/tray_conf.c:257
1452 msgid "Unknown resource type %d in free_resource.\n"
1455 #: src/dird/dird_conf.c:1231 src/dird/dird_conf.c:1246
1456 #: src/dird/dird_conf.c:1841 src/console/console_conf.c:257
1457 #: src/filed/filed_conf.c:347 src/gnome2-console/console_conf.c:258
1458 #: src/tray-monitor/tray_conf.c:288 src/wx-console/console_conf.c:265
1460 msgid "%s item is required in %s resource, but not found.\n"
1463 #: src/dird/dird_conf.c:1237 src/lib/parse_conf.c:234
1464 #: src/tray-monitor/tray_conf.c:294
1466 msgid "Too many items in %s resource\n"
1469 #: src/dird/dird_conf.c:1277
1471 msgid "Cannot find Pool resource %s\n"
1474 #: src/dird/dird_conf.c:1286
1476 msgid "Cannot find Console resource %s\n"
1479 #: src/dird/dird_conf.c:1292 src/filed/filed_conf.c:367
1480 #: src/stored/stored_conf.c:584
1482 msgid "Cannot find Director resource %s\n"
1485 #: src/dird/dird_conf.c:1299 src/stored/stored_conf.c:590
1487 msgid "Cannot find Storage resource %s\n"
1490 #: src/dird/dird_conf.c:1308
1492 msgid "Cannot find Job resource %s\n"
1495 #: src/dird/dird_conf.c:1357
1497 msgid "Cannot find Counter resource %s\n"
1500 #: src/dird/dird_conf.c:1365 src/filed/filed_conf.c:373
1502 msgid "Cannot find Client resource %s\n"
1505 #: src/dird/dird_conf.c:1378
1507 msgid "Cannot find Schedule resource %s\n"
1510 #: src/dird/dird_conf.c:1383 src/dird/dird_conf.c:1443
1511 #: src/tray-monitor/tray_conf.c:314 src/tray-monitor/tray_conf.c:352
1513 msgid "Unknown resource type %d in save_resource.\n"
1516 #: src/dird/dird_conf.c:1458
1518 msgid "Name item is required in %s resource, but not found.\n"
1521 #: src/dird/dird_conf.c:1466 src/console/console_conf.c:320
1522 #: src/filed/filed_conf.c:432 src/gnome2-console/console_conf.c:327
1523 #: src/tray-monitor/tray_conf.c:372 src/wx-console/console_conf.c:328
1525 msgid "Attempt to define second %s resource named \"%s\" is not permitted.\n"
1528 #: src/dird/dird_conf.c:1471
1530 msgid "Inserting %s res: %s index=%d pass=%d\n"
1533 #: src/dird/dird_conf.c:1543
1535 msgid "Expected a Migration Job Type keyword, got: %s"
1538 #: src/dird/dird_conf.c:1569
1540 msgid "Expected a Job Type keyword, got: %s"
1543 #: src/dird/dird_conf.c:1593
1545 msgid "Expected a Job Level keyword, got: %s"
1548 #: src/dird/dird_conf.c:1613
1550 msgid "Expected a Restore replacement option, got: %s"
1553 #: src/dird/dird_conf.c:1661 src/dird/dird_conf.c:1771
1554 #: src/lib/parse_conf.c:723 src/lib/parse_conf.c:738
1556 msgid "Expect %s, got: %s"
1559 #: src/dird/dird_conf.c:1683 src/lib/parse_conf.c:482
1561 msgid "Could not find config Resource %s referenced on line %d : %s\n"
1564 #: src/dird/dird_conf.c:1810 src/dird/inc_conf.c:645
1566 msgid "Expecting open brace. Got %s"
1569 #: src/dird/dird_conf.c:1818 src/dird/inc_conf.c:360 src/dird/inc_conf.c:660
1571 msgid "Expecting keyword, got: %s\n"
1574 #: src/dird/dird_conf.c:1824 src/dird/inc_conf.c:368 src/dird/inc_conf.c:666
1575 #: src/lib/parse_conf.c:874
1577 msgid "expected an equals, got: %s"
1580 #: src/dird/dird_conf.c:1835 src/dird/inc_conf.c:378 src/dird/inc_conf.c:675
1582 msgid "Keyword %s not permitted in this resource"
1585 #: src/dird/expand.c:255
1587 msgid "Count not update counter %s: ERR=%s\n"
1590 #: src/dird/expand.c:427
1592 msgid "Cannot create var context: ERR=%s\n"
1595 #: src/dird/expand.c:432
1597 msgid "Cannot set var callback: ERR=%s\n"
1600 #: src/dird/expand.c:438
1602 msgid "Cannot set var operate: ERR=%s\n"
1605 #: src/dird/expand.c:444 src/dird/expand.c:459
1607 msgid "Cannot unescape string: ERR=%s\n"
1610 #: src/dird/expand.c:452
1612 msgid "Cannot expand expression \"%s\": ERR=%s\n"
1615 #: src/dird/expand.c:470
1617 msgid "Cannot destroy var context: ERR=%s\n"
1620 #: src/dird/fd_cmds.c:94 src/tray-monitor/tray-monitor.c:914
1624 #: src/dird/fd_cmds.c:125
1626 msgid "File daemon \"%s\" rejected Job command: %s\n"
1629 #: src/dird/fd_cmds.c:138
1631 msgid "Error updating Client record. ERR=%s\n"
1634 #: src/dird/fd_cmds.c:143
1636 msgid "FD gave bad response to JobId command: %s\n"
1639 #: src/dird/fd_cmds.c:165 src/dird/fd_cmds.c:201
1643 #: src/dird/fd_cmds.c:185
1644 msgid "No prior or suitable Full backup found in catalog. Doing FULL backup.\n"
1647 #: src/dird/fd_cmds.c:186 src/dird/fd_cmds.c:194
1649 msgid " (upgraded from %s)"
1652 #: src/dird/fd_cmds.c:192
1654 msgid "Prior failed job found in catalog. Upgrading to %s.\n"
1657 #: src/dird/fd_cmds.c:253
1659 msgid "Unimplemented backup level %d %c\n"
1662 #: src/dird/fd_cmds.c:356 src/filed/job.c:636
1664 msgid "Cannot run program: %s. ERR=%s\n"
1667 #: src/dird/fd_cmds.c:367 src/dird/fd_cmds.c:392 src/dird/fd_cmds.c:406
1668 msgid ">filed: write error on socket\n"
1671 #: src/dird/fd_cmds.c:373
1673 msgid "Error running program: %s. ERR=%s\n"
1676 #: src/dird/fd_cmds.c:382
1678 msgid "Cannot open included file: %s. ERR=%s\n"
1681 #: src/dird/fd_cmds.c:477 src/filed/job.c:1827
1683 msgid "Could not open bootstrap file %s: ERR=%s\n"
1686 #: src/dird/fd_cmds.c:621
1689 "<filed: bad attributes, expected 3 fields got %d\n"
1690 "msglen=%d msg=%s\n"
1693 #: src/dird/fd_cmds.c:676
1695 msgid "%s index %d not same as attributes %d\n"
1698 #: src/dird/fd_cmds.c:690
1700 msgid "<filed: Network error getting attributes. ERR=%s\n"
1703 #: src/dird/getmsg.c:145
1705 msgid "bget_dirmsg: unknown bnet signal %d\n"
1708 #: src/dird/getmsg.c:163 src/dird/getmsg.c:176 src/dird/getmsg.c:188
1709 #: src/dird/getmsg.c:235 src/dird/getmsg.c:262
1711 msgid "Malformed message: %s\n"
1714 #: src/dird/getmsg.c:169
1716 msgid "Job not found: %s\n"
1719 #: src/dird/getmsg.c:333
1721 msgid "Bad response to %s command: wanted %s, got %s\n"
1724 #: src/dird/getmsg.c:338
1726 msgid "Socket error on %s command: ERR=%s\n"
1729 #: src/dird/inc_conf.c:279
1731 msgid "Expected a strip path positive integer, got:%s:"
1734 #: src/dird/inc_conf.c:299
1736 msgid "Expected a FileSet option keyword, got:%s:"
1739 #: src/dird/inc_conf.c:332
1740 msgid "Old style Include/Exclude not supported\n"
1743 #: src/dird/inc_conf.c:431
1745 msgid "Regex compile error. ERR=%s\n"
1748 #: src/dird/inc_conf.c:452
1750 msgid "Expected a regex string, got: %s\n"
1753 #: src/dird/inc_conf.c:544
1755 msgid "Expected a wild-card string, got: %s\n"
1758 #: src/dird/inc_conf.c:567
1760 msgid "Expected an fstype string, got: %s\n"
1763 #: src/dird/inc_conf.c:590
1765 msgid "Expected an drivetype string, got: %s\n"
1768 #: src/dird/inc_conf.c:614
1770 msgid "Backslash found. Use forward slashes or quote the string.: %s\n"
1773 #: src/dird/inc_conf.c:629
1775 msgid "Expected a filename, got: %s"
1778 #: src/dird/inc_conf.c:700
1780 msgid "Expected a FileSet keyword, got: %s"
1783 #: src/dird/job.c:62
1785 msgid "Could not init job queue: ERR=%s\n"
1788 #: src/dird/job.c:94
1790 msgid "Could not add job queue: ERR=%s\n"
1793 #: src/dird/job.c:113 src/dird/jobq.c:228 src/stored/dircmd.c:189
1794 #: src/stored/stored.c:474
1796 msgid "Unable to init job cond variable: ERR=%s\n"
1799 #: src/dird/job.c:146 src/dird/job.c:152 src/dird/job.c:894 src/dird/job.c:906
1800 #: src/dird/ua_cmds.c:773 src/dird/ua_cmds.c:1427 src/dird/ua_dotcmds.c:174
1801 #: src/dird/ua_status.c:308
1802 msgid "unknown source"
1805 #: src/dird/job.c:210 src/dird/job.c:328
1807 msgid "Unimplemented job type: %d\n"
1810 #: src/dird/job.c:252
1811 msgid "Job canceled because max start delay time exceeded.\n"
1814 #: src/dird/job.c:369
1816 msgid "JobId %s, Job %s marked to be canceled.\n"
1819 #: src/dird/job.c:379
1820 msgid "Failed to connect to File daemon.\n"
1823 #: src/dird/job.c:397 src/dird/job.c:399 src/dird/job.c:871 src/dird/job.c:912
1824 #: src/dird/job.c:921
1825 msgid "Job resource"
1828 #: src/dird/job.c:412 src/dird/ua_cmds.c:779 src/dird/ua_cmds.c:1441
1829 #: src/dird/ua_dotcmds.c:180 src/dird/ua_label.c:759
1830 msgid "Failed to connect to Storage daemon.\n"
1833 #: src/dird/job.c:458
1834 msgid "Max wait time exceeded. Job canceled.\n"
1837 #: src/dird/job.c:463
1838 msgid "Max run time exceeded. Job canceled.\n"
1841 #: src/dird/job.c:548 src/dird/ua_output.c:641
1843 msgid "Pool %s not in database. %s"
1846 #: src/dird/job.c:552 src/dird/ua_output.c:649
1848 msgid "Pool %s created in database.\n"
1851 #: src/dird/job.c:561 src/dird/job.c:858
1852 msgid "Run pool override"
1855 #: src/dird/job.c:571
1856 msgid "Run FullPool override"
1859 #: src/dird/job.c:573
1860 msgid "Job FullPool override"
1863 #: src/dird/job.c:581
1864 msgid "Run IncPool override"
1867 #: src/dird/job.c:583
1868 msgid "Job IncPool override"
1871 #: src/dird/job.c:591
1872 msgid "Run DiffPool override"
1875 #: src/dird/job.c:593
1876 msgid "Job DiffPool override"
1879 #: src/dird/job.c:618 src/stored/bscan.c:972
1881 msgid "Could not create Client record. ERR=%s\n"
1884 #: src/dird/job.c:654
1885 msgid "FileSet MD5 digest not found.\n"
1888 #: src/dird/job.c:659
1890 msgid "Could not create FileSet \"%s\" record. ERR=%s\n"
1893 #: src/dird/job.c:699
1895 msgid "Error updating job record. %s"
1898 #: src/dird/job.c:863
1899 msgid "Run storage override"
1902 #: src/dird/job.c:983 src/dird/ua_run.c:1211
1903 msgid "No storage specified.\n"
1906 #: src/dird/job.c:1144
1907 msgid "Could not start clone job.\n"
1910 #: src/dird/job.c:1146
1912 msgid "Clone JobId %d started.\n"
1915 #: src/dird/jobq.c:75
1917 msgid "pthread_attr_init: ERR=%s\n"
1920 #: src/dird/jobq.c:84
1922 msgid "pthread_mutex_init: ERR=%s\n"
1925 #: src/dird/jobq.c:90
1927 msgid "pthread_cond_init: ERR=%s\n"
1930 #: src/dird/jobq.c:123 src/dird/jobq.c:257 src/dird/jobq.c:322
1931 #: src/dird/jobq.c:403
1933 msgid "pthread_mutex_lock: ERR=%s\n"
1936 #: src/dird/jobq.c:136
1938 msgid "pthread_cond_broadcast: ERR=%s\n"
1941 #: src/dird/jobq.c:144
1943 msgid "pthread_cond_wait: ERR=%s\n"
1946 #: src/dird/jobq.c:152
1948 msgid "pthread_mutex_unlock: ERR=%s\n"
1951 #: src/dird/jobq.c:188
1953 msgid "Job %s waiting %d seconds for scheduled start time.\n"
1956 #: src/dird/jobq.c:250
1958 msgid "pthread_thread_create: ERR=%s\n"
1961 #: src/dird/jobq.c:368
1963 msgid "pthread_cond_signal: ERR=%s\n"
1966 #: src/dird/jobq.c:377
1968 msgid "pthread_create: ERR=%s\n"
1971 #: src/dird/jobq.c:514
1973 msgid "Rescheduled Job %s at %s to re-run in %d seconds (%s).\n"
1976 #: src/dird/jobq.c:543 src/dird/jobq.c:548
1977 msgid "previous Job"
1980 #: src/dird/jobq.c:704
1983 "Job canceled. Attempt to read and write same device.\n"
1984 " Read storage \"%s\" (From %s) -- Write storage \"%s\" (From %s)\n"
1987 #: src/dird/migrate.c:110
1988 msgid "Could not get or create a Pool record.\n"
1991 #: src/dird/migrate.c:138 src/dird/migrate.c:154
1992 msgid "No previous Job found to migrate.\n"
1995 #: src/dird/migrate.c:144
1996 msgid "Could not get or create the FileSet record.\n"
1999 #: src/dird/migrate.c:156
2000 msgid "Previous Job has no data to migrate.\n"
2003 #: src/dird/migrate.c:176
2005 msgid "Job resource not found for \"%s\".\n"
2008 #: src/dird/migrate.c:180
2010 msgid "Previous Job resource not found for \"%s\".\n"
2013 #: src/dird/migrate.c:197
2014 msgid "setup job failed.\n"
2017 #: src/dird/migrate.c:218
2019 msgid "Pool for JobId %s not in database. ERR=%s\n"
2022 #: src/dird/migrate.c:225
2024 msgid "Pool resource \"%s\" not found.\n"
2027 #: src/dird/migrate.c:248
2028 msgid "Job Pool's NextPool resource"
2031 #: src/dird/migrate.c:278
2033 msgid "Start Migration JobId %s, Job=%s\n"
2036 #: src/dird/migrate.c:306
2038 msgid "Read storage \"%s\" same as write storage.\n"
2041 #: src/dird/migrate.c:649
2042 msgid "No Migration SQL selection pattern specified.\n"
2045 #: src/dird/migrate.c:656 src/dird/migrate.c:676 src/dird/migrate.c:697
2046 #: src/dird/migrate.c:733 src/dird/migrate.c:761 src/dird/migrate.c:877
2047 #: src/dird/migrate.c:910 src/dird/migrate.c:1007
2049 msgid "SQL failed. ERR=%s\n"
2052 #: src/dird/migrate.c:680 src/dird/migrate.c:687 src/dird/migrate.c:701
2053 #: src/dird/migrate.c:765
2054 msgid "No Volumes found to migrate.\n"
2057 #: src/dird/migrate.c:715 src/dird/migrate.c:800 src/dird/migrate.c:813
2058 msgid "Invalid JobId found.\n"
2061 #: src/dird/migrate.c:772
2062 msgid "Unknown Migration Selection Type.\n"
2065 #: src/dird/migrate.c:784 src/dird/migrate.c:803 src/dird/migrate.c:816
2066 msgid "No JobIds found to migrate.\n"
2069 #: src/dird/migrate.c:788
2071 msgid "The following %u JobId%s were chosen to be migrated: %s\n"
2074 #: src/dird/migrate.c:824
2076 msgid "Could not get job record for JobId %s to migrate. ERR=%s"
2079 #: src/dird/migrate.c:829
2081 msgid "Migration using JobId=%s Job=%s\n"
2084 #: src/dird/migrate.c:860
2085 msgid "Could not start migration job.\n"
2088 #: src/dird/migrate.c:862
2090 msgid "Migration JobId %d started.\n"
2093 #: src/dird/migrate.c:881
2095 msgid "No %s found to migrate.\n"
2098 #: src/dird/migrate.c:885
2100 msgid "SQL error. Expected 1 MediaId got %d\n"
2103 #: src/dird/migrate.c:914 src/dird/migrate.c:1012
2105 msgid "No %ss found to migrate.\n"
2108 #: src/dird/migrate.c:936
2110 msgid "No Migration %s selection pattern specified.\n"
2113 #: src/dird/migrate.c:947
2115 msgid "SQL to get %s failed. ERR=%s\n"
2118 #: src/dird/migrate.c:952
2120 msgid "Query of Pool \"%s\" returned no Jobs to migrate.\n"
2123 #: src/dird/migrate.c:961
2125 msgid "Could not compile regex pattern \"%s\" ERR=%s\n"
2128 #: src/dird/migrate.c:990
2129 msgid "Regex pattern matched no Jobs to migrate.\n"
2132 #: src/dird/migrate.c:1106
2134 msgid "%s OK -- with warnings"
2137 #: src/dird/migrate.c:1108
2142 #: src/dird/migrate.c:1113
2144 msgid "*** %s Error ***"
2147 #: src/dird/migrate.c:1123
2152 #: src/dird/migrate.c:1132
2154 msgid "Inappropriate %s term code"
2157 #: src/dird/migrate.c:1143
2159 msgid "%s -- no files to migrate"
2162 #: src/dird/migrate.c:1159
2165 "Bacula %s %s (%s): %s\n"
2166 " Build OS: %s %s %s\n"
2167 " Prev Backup JobId: %s\n"
2168 " New Backup JobId: %s\n"
2169 " Migration JobId: %s\n"
2170 " Migration Job: %s\n"
2171 " Backup Level: %s%s\n"
2173 " FileSet: \"%s\" %s\n"
2174 " Read Pool: \"%s\" (From %s)\n"
2175 " Read Storage: \"%s\" (From %s)\n"
2176 " Write Pool: \"%s\" (From %s)\n"
2177 " Write Storage: \"%s\" (From %s)\n"
2180 " Elapsed time: %s\n"
2182 " SD Files Written: %s\n"
2183 " SD Bytes Written: %s (%sB)\n"
2184 " Rate: %.1f KB/s\n"
2185 " Volume name(s): %s\n"
2186 " Volume Session Id: %d\n"
2187 " Volume Session Time: %d\n"
2188 " Last Volume Bytes: %s (%sB)\n"
2190 " SD termination status: %s\n"
2191 " Termination: %s\n"
2195 #: src/dird/migrate.c:1265
2197 msgid "No Next Pool specification found in Pool \"%s\".\n"
2200 #: src/dird/migrate.c:1271
2202 msgid "No Storage specification found in Next Pool \"%s\".\n"
2205 #: src/dird/migrate.c:1277
2206 msgid "Storage from Pool's NextPool resource"
2209 #: src/dird/msgchan.c:106 src/filed/job.c:1297
2210 #: src/tray-monitor/tray-monitor.c:921
2211 msgid "Storage daemon"
2214 #: src/dird/msgchan.c:197
2216 msgid "Storage daemon rejected Job command: %s\n"
2219 #: src/dird/msgchan.c:204
2221 msgid "<stored: bad response to Job command: %s\n"
2224 #: src/dird/msgchan.c:296
2228 " Storage daemon didn't accept Device \"%s\" because:\n"
2232 #: src/dird/msgchan.c:300
2236 " Storage daemon didn't accept Device \"%s\" command.\n"
2239 #: src/dird/msgchan.c:305
2241 msgid "Using Device \"%s\"\n"
2244 #: src/dird/msgchan.c:325 src/dird/msgchan.c:474
2246 msgid "Cannot create message thread: %s\n"
2249 #: src/dird/newvol.c:90
2251 msgid "Illegal character in Volume name \"%s\"\n"
2254 #: src/dird/newvol.c:103
2256 msgid "Created new Volume \"%s\" in catalog.\n"
2259 #: src/dird/newvol.c:131
2261 msgid "Wanted to create Volume \"%s\", but it already exists. Trying again.\n"
2264 #: src/dird/newvol.c:140
2265 msgid "Too many failures. Giving up creating Volume name.\n"
2268 #: src/dird/next_vol.c:145
2270 msgid "Purging oldest volume \"%s\"\n"
2273 #: src/dird/next_vol.c:151
2275 msgid "Pruning oldest volume \"%s\"\n"
2278 #: src/dird/next_vol.c:170
2279 msgid "We seem to be looping trying to find the next volume. I give up.\n"
2282 #: src/dird/next_vol.c:196
2284 msgid "Max Volume bytes exceeded. Marking Volume \"%s\" as Full.\n"
2287 #: src/dird/next_vol.c:203
2289 msgid "Volume used once. Marking Volume \"%s\" as Used.\n"
2292 #: src/dird/next_vol.c:210
2294 msgid "Max Volume jobs exceeded. Marking Volume \"%s\" as Used.\n"
2297 #: src/dird/next_vol.c:217
2299 msgid "Max Volume files exceeded. Marking Volume \"%s\" as Used.\n"
2302 #: src/dird/next_vol.c:227
2304 msgid "Max configured use duration exceeded. Marking Volume \"%s\" as Used.\n"
2307 #: src/dird/next_vol.c:237
2309 msgid "Catalog error updating volume \"%s\". ERR=%s"
2312 #: src/dird/next_vol.c:258
2313 msgid "volume has expired"
2316 #: src/dird/next_vol.c:276 src/dird/next_vol.c:312
2318 msgid "Recycled current volume \"%s\"\n"
2321 #: src/dird/next_vol.c:281
2322 msgid "and recycling of current volume failed"
2325 #: src/dird/next_vol.c:287
2326 msgid "but should be Append, Purged or Recycle"
2329 #: src/dird/next_vol.c:315
2331 "but should be Append, Purged or Recycle (recycling of the current volume "
2335 #: src/dird/next_vol.c:319
2337 "but should be Append, Purged or Recycle (cannot automatically recycle "
2338 "current volume, as it still contains unpruned data or the Volume Retention "
2339 "time has not expired.)"
2342 #: src/dird/next_vol.c:377
2344 msgid "Unable to get Pool record: ERR=%s"
2347 #: src/dird/next_vol.c:382
2349 msgid "Unable add Scratch Volume, Pool \"%s\" full MaxVols=%d\n"
2352 #: src/dird/next_vol.c:395
2354 msgid "Failed to move Scratch Volume. ERR=%s\n"
2357 #: src/dird/next_vol.c:399
2359 msgid "Using Volume \"%s\" from 'Scratch' pool.\n"
2362 #: src/dird/next_vol.c:406
2364 msgid "Unable to get Volume record: ERR=%s"
2367 #: src/dird/next_vol.c:418
2369 msgid "Unable to update Volume record: ERR=%s"
2372 #: src/dird/pythondir.c:126 src/filed/pythonfd.c:109 src/filed/pythonfd.c:163
2373 #: src/filed/pythonfd.c:227 src/stored/pythonsd.c:103
2374 #: src/stored/pythonsd.c:168
2375 msgid "Job pointer not found."
2378 #: src/dird/pythondir.c:158
2379 msgid "Pool record not found."
2382 #: src/dird/pythondir.c:214 src/filed/pythonfd.c:140 src/stored/pythonsd.c:145
2384 msgid "Attribute %s not found."
2387 #: src/dird/pythondir.c:257 src/dird/pythondir.c:263 src/filed/pythonfd.c:182
2388 #: src/stored/pythonsd.c:185
2389 msgid "Read-only attribute"
2392 #: src/dird/pythondir.c:289
2393 msgid "Priority must be 1-100"
2396 #: src/dird/pythondir.c:294
2397 msgid "Job Level can be set only during JobInit"
2400 #: src/dird/pythondir.c:306
2401 msgid "Bad JobLevel string"
2404 #: src/dird/recycle.c:112
2406 msgid "Recycled volume \"%s\"\n"
2409 #: src/dird/restore.c:87
2411 "Cannot restore without a bootstrap file.\n"
2412 "You probably ran a restore job directly. All restore jobs must\n"
2413 "be run using the restore command.\n"
2416 #: src/dird/restore.c:96
2418 msgid "Start Restore Job %s\n"
2421 #: src/dird/restore.c:252
2422 msgid "Restore OK -- warning file count mismatch"
2425 #: src/dird/restore.c:254
2429 #: src/dird/restore.c:259
2430 msgid "*** Restore Error ***"
2433 #: src/dird/restore.c:269
2434 msgid "Restore Canceled"
2437 #: src/dird/restore.c:296
2440 "Bacula %s %s (%s): %s\n"
2441 " Build OS: %s %s %s\n"
2444 " Restore Client: %s\n"
2447 " Files Expected: %s\n"
2448 " Files Restored: %s\n"
2449 " Bytes Restored: %s\n"
2450 " Rate: %.1f KB/s\n"
2452 " FD termination status: %s\n"
2453 " SD termination status: %s\n"
2454 " Termination: %s\n"
2458 #: src/dird/run_conf.c:207
2460 msgid "Expected an equals, got: %s"
2463 #: src/dird/run_conf.c:220 src/dird/run_conf.c:232
2465 msgid "Expect a YES or NO, got: %s"
2468 #: src/dird/run_conf.c:246
2470 msgid "Job level field: %s not found in run record"
2473 #: src/dird/run_conf.c:264
2475 msgid "Could not find specified Pool Resource: %s"
2478 #: src/dird/run_conf.c:289
2480 msgid "Could not find specified Storage Resource: %s"
2483 #: src/dird/run_conf.c:301
2485 msgid "Could not find specified Messages Resource: %s"
2488 #: src/dird/run_conf.c:309
2490 msgid "Expected a keyword name, got: %s"
2493 #: src/dird/run_conf.c:348
2494 msgid "Day number out of range (1-31)"
2497 #: src/dird/run_conf.c:365 src/dird/run_conf.c:520
2498 msgid "Week number out of range (0-53)"
2501 #: src/dird/run_conf.c:381
2503 msgid "Job type field: %s in run record not found"
2506 #: src/dird/run_conf.c:388
2508 msgid "Unexpected token: %d:%s"
2511 #: src/dird/run_conf.c:432
2512 msgid "Time must be preceded by keyword AT."
2515 #: src/dird/run_conf.c:441
2516 msgid "Time logic error.\n"
2519 #: src/dird/run_conf.c:456 src/dird/run_conf.c:475
2520 msgid "Bad time specification."
2523 #: src/dird/run_conf.c:489
2524 msgid "Range logic error.\n"
2527 #: src/dird/run_conf.c:498
2528 msgid "Bad day range specification."
2531 #: src/dird/run_conf.c:545
2532 msgid "Invalid month, week or position day range"
2535 #: src/dird/run_conf.c:560
2536 msgid "Invalid month, weekday or position range"
2539 #: src/dird/run_conf.c:619
2540 msgid "Unexpected run state\n"
2543 #: src/dird/scheduler.c:113
2545 msgid "Job %s not found\n"
2548 #: src/dird/scheduler.c:136
2552 #: src/dird/scheduler.c:146
2553 msgid "Dequeued job"
2556 #: src/dird/scheduler.c:149
2557 msgid "Scheduler logic error\n"
2560 #: src/dird/scheduler.c:190
2564 #: src/dird/scheduler.c:223
2565 msgid "run override"
2568 #: src/dird/scheduler.c:420
2569 msgid "Inserted job"
2572 #: src/dird/scheduler.c:428
2573 msgid "Appended job"
2576 #: src/dird/scheduler.c:432
2580 #: src/dird/ua_cmds.c:104
2581 msgid "add media to a pool"
2584 #: src/dird/ua_cmds.c:105
2585 msgid "autodisplay [on|off] -- console messages"
2588 #: src/dird/ua_cmds.c:106
2589 msgid "automount [on|off] -- after label"
2592 #: src/dird/ua_cmds.c:107
2593 msgid "cancel [<jobid=nnn> | <job=name>] -- cancel a job"
2596 #: src/dird/ua_cmds.c:108
2597 msgid "create DB Pool from resource"
2600 #: src/dird/ua_cmds.c:109
2601 msgid "delete [pool=<pool-name> | media volume=<volume-name>]"
2604 #: src/dird/ua_cmds.c:110
2605 msgid "disable <job=name> -- disable a job"
2608 #: src/dird/ua_cmds.c:111
2609 msgid "enable <job=name> -- enable a job"
2612 #: src/dird/ua_cmds.c:112
2613 msgid "performs FileSet estimate, listing gives full listing"
2616 #: src/dird/ua_cmds.c:113 src/console/console.c:171
2620 #: src/dird/ua_cmds.c:114
2621 msgid "gui [on|off] -- non-interactive gui mode"
2624 #: src/dird/ua_cmds.c:115 src/stored/btape.c:2540
2625 msgid "print this command"
2628 #: src/dird/ua_cmds.c:116
2630 "list [pools | jobs | jobtotals | media <pool=pool-name> | files <jobid=nn>]; "
2634 #: src/dird/ua_cmds.c:117
2635 msgid "label a tape"
2638 #: src/dird/ua_cmds.c:118
2639 msgid "full or long list like list command"
2642 #: src/dird/ua_cmds.c:119
2643 msgid "print current memory usage"
2646 #: src/dird/ua_cmds.c:120
2650 #: src/dird/ua_cmds.c:121
2651 msgid "mount <storage-name>"
2654 #: src/dird/ua_cmds.c:122
2655 msgid "prune expired records from catalog"
2658 #: src/dird/ua_cmds.c:123
2659 msgid "purge records from catalog"
2662 #: src/dird/ua_cmds.c:124
2663 msgid "python control commands"
2666 #: src/dird/ua_cmds.c:125 src/console/console.c:164
2670 #: src/dird/ua_cmds.c:126
2671 msgid "query catalog"
2674 #: src/dird/ua_cmds.c:127
2675 msgid "restore files"
2678 #: src/dird/ua_cmds.c:128
2679 msgid "relabel a tape"
2682 #: src/dird/ua_cmds.c:129
2683 msgid "release <storage-name>"
2686 #: src/dird/ua_cmds.c:130
2687 msgid "reload conf file"
2690 #: src/dird/ua_cmds.c:131
2691 msgid "run <job-name>"
2694 #: src/dird/ua_cmds.c:132
2695 msgid "status [storage | client]=<name>"
2698 #: src/dird/ua_cmds.c:133
2699 msgid "sets debug level"
2702 #: src/dird/ua_cmds.c:134
2703 msgid "sets new client address -- if authorized"
2706 #: src/dird/ua_cmds.c:135
2707 msgid "show (resource records) [jobs | pools | ... | all]"
2710 #: src/dird/ua_cmds.c:136
2711 msgid "use SQL to query catalog"
2714 #: src/dird/ua_cmds.c:137 src/console/console.c:167
2715 msgid "print current time"
2718 #: src/dird/ua_cmds.c:138
2719 msgid "turn on/off trace to file"
2722 #: src/dird/ua_cmds.c:139
2723 msgid "unmount <storage-name>"
2726 #: src/dird/ua_cmds.c:140
2727 msgid "umount <storage-name> for old-time Unix guys"
2730 #: src/dird/ua_cmds.c:141
2731 msgid "update Volume, Pool or slots"
2734 #: src/dird/ua_cmds.c:142
2735 msgid "use catalog xxx"
2738 #: src/dird/ua_cmds.c:143
2739 msgid "does variable expansion"
2742 #: src/dird/ua_cmds.c:144
2743 msgid "print Director version"
2746 #: src/dird/ua_cmds.c:145
2748 "wait until no jobs are running [<jobname=name> | <jobid=nnn> | "
2749 "<ujobid=complete_name>]"
2752 #: src/dird/ua_cmds.c:186
2754 msgid "%s: is an invalid command.\n"
2757 #: src/dird/ua_cmds.c:227
2759 "You probably don't want to be using this command since it\n"
2760 "creates database records without labeling the Volumes.\n"
2761 "You probably want to use the \"label\" command.\n"
2765 #: src/dird/ua_cmds.c:246
2767 msgid "Pool already has maximum volumes=%d\n"
2770 #: src/dird/ua_cmds.c:248
2771 msgid "Enter new maximum (zero for unlimited): "
2774 #: src/dird/ua_cmds.c:269
2776 msgid "Enter number of Volumes to create. 0=>fixed name. Max=%d: "
2779 #: src/dird/ua_cmds.c:275
2781 msgid "The number must be between 0 and %d\n"
2784 #: src/dird/ua_cmds.c:282
2785 msgid "Enter Volume name: "
2788 #: src/dird/ua_cmds.c:286
2789 msgid "Enter base volume name: "
2792 #: src/dird/ua_cmds.c:295 src/dird/ua_label.c:645
2793 msgid "Volume name too long.\n"
2796 #: src/dird/ua_cmds.c:299 src/dird/ua_label.c:651 src/lib/edit.c:459
2797 msgid "Volume name must be at least one character long.\n"
2800 #: src/dird/ua_cmds.c:308
2801 msgid "Enter the starting number: "
2804 #: src/dird/ua_cmds.c:313
2805 msgid "Start number must be greater than zero.\n"
2808 #: src/dird/ua_cmds.c:324
2809 msgid "Enter slot (0 for none): "
2812 #: src/dird/ua_cmds.c:328
2813 msgid "InChanger? yes/no: "
2816 #: src/dird/ua_cmds.c:356
2818 msgid "%d Volumes created in pool %s\n"
2821 #: src/dird/ua_cmds.c:372 src/dird/ua_cmds.c:1026
2822 msgid "Turn on or off? "
2825 #: src/dird/ua_cmds.c:403
2827 msgid "JobId %s is not running. Use Job name to cancel inactive jobs.\n"
2830 #: src/dird/ua_cmds.c:412 src/dird/ua_cmds.c:422
2832 msgid "Warning Job %s is not running. Continuing anyway ...\n"
2835 #: src/dird/ua_cmds.c:432 src/dird/ua_cmds.c:699 src/dird/ua_cmds.c:745
2836 msgid "Unauthorized command from this console.\n"
2839 #: src/dird/ua_cmds.c:457 src/filed/status.c:201 src/stored/status.c:447
2840 msgid "No Jobs running.\n"
2843 #: src/dird/ua_cmds.c:459
2844 msgid "None of your jobs are running.\n"
2847 #: src/dird/ua_cmds.c:464
2848 msgid "Select Job:\n"
2851 #: src/dird/ua_cmds.c:473
2853 msgid "JobId=%s Job=%s"
2856 #: src/dird/ua_cmds.c:478
2857 msgid "Choose Job to cancel"
2860 #: src/dird/ua_cmds.c:482
2861 msgid "Confirm cancel (yes/no): "
2864 #: src/dird/ua_cmds.c:489 src/dird/ua_cmds.c:740
2866 msgid "Job \"%s\" not found.\n"
2869 #: src/dird/ua_cmds.c:586
2872 "Can't set %s RecyclePool to %s, %s is not in database.\n"
2873 "Try to update it with 'update pool=%s'\n"
2876 #: src/dird/ua_cmds.c:653
2879 "Error: Pool %s already exists.\n"
2880 "Use update to change it.\n"
2883 #: src/dird/ua_cmds.c:664
2885 msgid "Pool %s created.\n"
2888 #: src/dird/ua_cmds.c:681
2889 msgid "Python interpreter restarted.\n"
2892 #: src/dird/ua_cmds.c:683 src/dird/ua_cmds.c:1266
2893 msgid "Nothing done.\n"
2896 #: src/dird/ua_cmds.c:706 src/dird/ua_run.c:1224
2898 msgid "Client \"%s\" not found.\n"
2901 #: src/dird/ua_cmds.c:715
2903 msgid "Client \"%s\" address set to %s\n"
2906 #: src/dird/ua_cmds.c:749
2908 msgid "Job \"%s\" %sabled\n"
2911 #: src/dird/ua_cmds.c:776 src/dird/ua_dotcmds.c:177 src/dird/ua_status.c:311
2913 msgid "Connecting to Storage daemon %s at %s:%d\n"
2916 #: src/dird/ua_cmds.c:782 src/dird/ua_dotcmds.c:183 src/dird/ua_status.c:322
2917 msgid "Connected to storage daemon\n"
2920 #: src/dird/ua_cmds.c:802 src/dird/ua_cmds.c:1153 src/dird/ua_dotcmds.c:203
2921 #: src/dird/ua_status.c:349
2923 msgid "Connecting to Client %s at %s:%d\n"
2926 #: src/dird/ua_cmds.c:805 src/dird/ua_cmds.c:1156 src/dird/ua_dotcmds.c:206
2927 msgid "Failed to connect to Client.\n"
2930 #: src/dird/ua_cmds.c:921
2931 msgid "Enter new debug level: "
2934 #: src/dird/ua_cmds.c:987 src/dird/ua_dotcmds.c:282
2935 msgid "Available daemons are: \n"
2938 #: src/dird/ua_cmds.c:988 src/dird/ua_dotcmds.c:283
2942 #: src/dird/ua_cmds.c:989 src/dird/ua_dotcmds.c:284 src/dird/ua_run.c:265
2943 #: src/dird/ua_select.c:168 src/wx-console/wxbrestorepanel.cpp:338
2944 #: src/wx-console/wxbrestorepanel.cpp:354
2945 #: src/wx-console/wxbrestorepanel.cpp:478
2946 #: src/wx-console/wxbrestorepanel.cpp:479
2947 #: src/wx-console/wxbrestorepanel.cpp:489
2948 #: src/wx-console/wxbrestorepanel.cpp:490
2949 #: src/wx-console/wxbrestorepanel.cpp:1153
2950 #: src/wx-console/wxbrestorepanel.cpp:1817
2951 #: src/wx-console/wxbrestorepanel.cpp:1888
2955 #: src/dird/ua_cmds.c:990 src/dird/ua_dotcmds.c:285 src/dird/ua_run.c:271
2956 #: src/dird/ua_select.c:311 src/dird/ua_select.c:420
2957 #: src/wx-console/wxbrestorepanel.cpp:335
2958 #: src/wx-console/wxbrestorepanel.cpp:353
2959 #: src/wx-console/wxbrestorepanel.cpp:430
2960 #: src/wx-console/wxbrestorepanel.cpp:431
2961 #: src/wx-console/wxbrestorepanel.cpp:441
2962 #: src/wx-console/wxbrestorepanel.cpp:442
2963 #: src/wx-console/wxbrestorepanel.cpp:689
2964 #: src/wx-console/wxbrestorepanel.cpp:1123
2965 #: src/wx-console/wxbrestorepanel.cpp:1210
2966 #: src/wx-console/wxbrestorepanel.cpp:1810
2967 #: src/wx-console/wxbrestorepanel.cpp:1812
2968 #: src/wx-console/wxbrestorepanel.cpp:1886
2969 #: src/wx-console/wxbrestorepanel.cpp:1942
2973 #: src/dird/ua_cmds.c:991
2977 #: src/dird/ua_cmds.c:992
2978 msgid "Select daemon type to set debug level"
2981 #: src/dird/ua_cmds.c:1082 src/dird/ua_cmds.c:1121 src/dird/ua_cmds.c:1783
2983 msgid "No authorization for Job \"%s\"\n"
2986 #: src/dird/ua_cmds.c:1092
2988 msgid "No authorization for FileSet \"%s\"\n"
2991 #: src/dird/ua_cmds.c:1104 src/dird/ua_run.c:217
2993 msgid "Level %s not valid.\n"
2996 #: src/dird/ua_cmds.c:1117
2997 msgid "No job specified.\n"
3000 #: src/dird/ua_cmds.c:1161
3001 msgid "Error sending include list.\n"
3004 #: src/dird/ua_cmds.c:1166
3005 msgid "Error sending exclude list.\n"
3008 #: src/dird/ua_cmds.c:1252
3010 "In general it is not a good idea to delete either a\n"
3011 "Pool or a Volume since they may contain data.\n"
3015 #: src/dird/ua_cmds.c:1255
3016 msgid "Choose catalog item to delete"
3019 #: src/dird/ua_cmds.c:1323
3020 msgid "Enter JobId to delete: "
3023 #: src/dird/ua_cmds.c:1358
3025 msgid "Job %s and associated records deleted from the catalog.\n"
3028 #: src/dird/ua_cmds.c:1371
3032 "This command will delete volume %s\n"
3033 "and all Jobs saved on that volume from the Catalog\n"
3036 #: src/dird/ua_cmds.c:1375
3037 msgid "Are you sure you want to delete this Volume? (yes/no): "
3040 #: src/dird/ua_cmds.c:1396
3041 msgid "Are you sure you want to delete this Pool? (yes/no): "
3044 #: src/dird/ua_cmds.c:1508
3046 msgid "Using Catalog name=%s DB=%s\n"
3049 #: src/dird/ua_cmds.c:1568
3050 msgid "ERR: Can't open db\n"
3053 #: src/dird/ua_cmds.c:1604
3054 msgid "ERR: Job was not found\n"
3057 #: src/dird/ua_cmds.c:1680 src/dird/ua_tree.c:664 src/stored/btape.c:2587
3060 " Command Description\n"
3061 " ======= ===========\n"
3064 #: src/dird/ua_cmds.c:1682
3069 #: src/dird/ua_cmds.c:1684
3072 "When at a prompt, entering a period cancels the command.\n"
3076 #: src/dird/ua_cmds.c:1701 src/dird/ua_status.c:263 src/stored/status.c:79
3078 msgid "%s Version: %s (%s) %s %s %s\n"
3081 #: src/dird/ua_cmds.c:1744 src/dird/ua_cmds.c:1771 src/dird/ua_cmds.c:1793
3083 msgid "No authorization for Catalog \"%s\"\n"
3086 #: src/dird/ua_cmds.c:1761
3088 msgid "No authorization for Client \"%s\"\n"
3091 #: src/dird/ua_cmds.c:1816 src/dird/ua_select.c:221
3092 msgid "Could not find a Catalog resource\n"
3095 #: src/dird/ua_cmds.c:1829
3097 msgid "Could not open catalog database \"%s\".\n"
3100 #: src/dird/ua_cmds.c:1839
3102 msgid "Using Catalog \"%s\"\n"
3105 #: src/dird/ua_dotcmds.c:138
3106 msgid ": is an invalid command.\n"
3109 #: src/dird/ua_dotcmds.c:238 src/dird/ua_dotcmds.c:288
3110 msgid "The Director will segment fault.\n"
3113 #: src/dird/ua_dotcmds.c:286
3114 msgid "Select daemon type to make die"
3117 #: src/dird/ua_dotcmds.c:453
3118 msgid "Access to specified Client or FileSet not allowed.\n"
3121 #: src/dird/ua_dotcmds.c:458 src/dird/ua_dotcmds.c:494
3122 #: src/dird/ua_restore.c:881 src/dird/ua_restore.c:910
3123 #: src/dird/ua_restore.c:931
3125 msgid "Query failed: %s. ERR=%s\n"
3128 #: src/dird/ua_dotcmds.c:489
3129 msgid "query keyword not found.\n"
3132 #: src/dird/ua_input.c:95
3136 #: src/dird/ua_input.c:99 src/dird/ua_input.c:105
3138 msgid "Expected a positive integer, got: %s\n"
3141 #: src/dird/ua_input.c:123 src/dird/ua_run.c:446 src/dird/ua_update.c:245
3142 #: src/dird/ua_update.c:265 src/dird/ua_update.c:608
3143 #: src/stored/parse_bsr.c:779 src/tools/dbcheck.c:1202
3147 #: src/dird/ua_input.c:127 src/dird/ua_update.c:245 src/dird/ua_update.c:265
3148 #: src/dird/ua_update.c:608 src/stored/parse_bsr.c:779
3152 #: src/dird/ua_input.c:161
3153 msgid "Invalid response. You must answer yes or no.\n"
3156 #: src/dird/ua_input.c:184
3157 msgid "Invalid Enabled value, it must be yes, no, archived, 0, 1, or 2\n"
3160 #: src/dird/ua_label.c:102
3161 msgid "Negative numbers not permitted\n"
3164 #: src/dird/ua_label.c:108
3165 msgid "Range end is not integer.\n"
3168 #: src/dird/ua_label.c:113
3169 msgid "Range start is not an integer.\n"
3172 #: src/dird/ua_label.c:119
3173 msgid "Range end not bigger than start.\n"
3176 #: src/dird/ua_label.c:125
3177 msgid "Input value is not an integer.\n"
3180 #: src/dird/ua_label.c:131
3181 msgid "Values must be be greater than zero.\n"
3184 #: src/dird/ua_label.c:135
3185 msgid "Slot too large.\n"
3188 #: src/dird/ua_label.c:184 src/dird/ua_label.c:349 src/dird/ua_run.c:1199
3189 msgid "command line"
3192 #: src/dird/ua_label.c:202 src/dird/ua_label.c:513
3193 msgid "No slots in changer to scan.\n"
3196 #: src/dird/ua_label.c:214 src/dird/ua_label.c:524
3197 msgid "No Volumes found to label, or no barcodes.\n"
3200 #: src/dird/ua_label.c:224
3202 msgid "Slot %d greater than max %d ignored.\n"
3205 #: src/dird/ua_label.c:253
3207 msgid "No VolName for Slot=%d InChanger set to zero.\n"
3210 #: src/dird/ua_label.c:271
3212 msgid "Catalog record for Volume \"%s\" updated to reference slot %d.\n"
3215 #: src/dird/ua_label.c:275
3217 msgid "Catalog record for Volume \"%s\" is up to date.\n"
3220 #: src/dird/ua_label.c:281
3222 msgid "Volume \"%s\" not found in catalog. Slot=%d InChanger set to zero.\n"
3225 #: src/dird/ua_label.c:378
3228 "Volume \"%s\" has VolStatus %s. It must be Purged or Recycled before "
3232 #: src/dird/ua_label.c:394
3233 msgid "Enter new Volume name: "
3236 #: src/dird/ua_label.c:407
3238 msgid "Media record for new Volume \"%s\" already exists.\n"
3241 #: src/dird/ua_label.c:425
3242 msgid "Enter slot (0 or Enter for none): "
3245 #: src/dird/ua_label.c:453
3247 msgid "Delete of Volume \"%s\" failed. ERR=%s"
3250 #: src/dird/ua_label.c:456
3252 msgid "Old volume \"%s\" deleted from catalog.\n"
3255 #: src/dird/ua_label.c:467
3257 msgid "Requesting to mount %s ...\n"
3260 #: src/dird/ua_label.c:489
3261 msgid "Do not forget to mount the drive!!!\n"
3264 #: src/dird/ua_label.c:529
3266 "The following Volumes will be labeled:\n"
3271 #: src/dird/ua_label.c:538
3272 msgid "Do you want to continue? (yes|no): "
3275 #: src/dird/ua_label.c:559
3277 msgid "Media record for Slot %d Volume \"%s\" already exists.\n"
3280 #: src/dird/ua_label.c:565
3282 msgid "Error setting InChanger: ERR=%s"
3285 #: src/dird/ua_label.c:588
3287 msgid "Maximum pool Volumes=%d reached.\n"
3290 #: src/dird/ua_label.c:595
3292 msgid "Catalog record for cleaning tape \"%s\" successfully created.\n"
3295 #: src/dird/ua_label.c:602
3297 msgid "Catalog error on cleaning tape: %s"
3300 #: src/dird/ua_label.c:638
3302 msgid "Illegal character \"%c\" in a volume name.\n"
3305 #: src/dird/ua_label.c:685
3307 msgid "Sending relabel command from \"%s\" to \"%s\" ...\n"
3310 #: src/dird/ua_label.c:692
3312 msgid "Sending label command for Volume \"%s\" Slot %d ...\n"
3315 #: src/dird/ua_label.c:733
3317 msgid "Catalog record for Volume \"%s\", Slot %d successfully created.\n"
3320 #: src/dird/ua_label.c:746
3322 msgid "Label command failed for Volume %s.\n"
3325 #: src/dird/ua_label.c:756
3327 msgid "Connecting to Storage daemon %s at %s:%d ...\n"
3330 #: src/dird/ua_label.c:784
3331 msgid "Could not open SD socket.\n"
3334 #: src/dird/ua_label.c:856 src/dird/ua_label.c:866
3336 msgid "Invalid Slot number: %s\n"
3339 #: src/dird/ua_label.c:875
3341 msgid "Invalid Volume name: %s\n"
3344 #: src/dird/ua_label.c:954
3346 msgid "Device \"%s\" has %d slots.\n"
3349 #: src/dird/ua_label.c:1003
3351 msgid "Pool \"%s\" resource not found for volume \"%s\"!\n"
3354 #: src/dird/ua_output.c:73 src/dird/ua_output.c:97
3355 msgid "ON or OFF keyword missing.\n"
3358 #: src/dird/ua_output.c:185
3359 msgid "Keywords for the show command are:\n"
3362 #: src/dird/ua_output.c:191
3364 msgid "%s resource %s not found.\n"
3367 #: src/dird/ua_output.c:194
3369 msgid "Resource %s not found\n"
3372 #: src/dird/ua_output.c:262
3373 msgid "Hey! DB is NULL\n"
3376 #: src/dird/ua_output.c:376
3378 msgid "Jobid %d used %d Volume(s): %s\n"
3381 #: src/dird/ua_output.c:394
3382 msgid "No Pool specified.\n"
3385 #: src/dird/ua_output.c:405 src/dird/ua_select.c:488
3387 msgid "Error obtaining pool ids. ERR=%s\n"
3390 #: src/dird/ua_output.c:415
3395 #: src/dird/ua_output.c:431 src/dird/ua_status.c:481
3396 msgid "Ignoring invalid value for days. Max is 50.\n"
3399 #: src/dird/ua_output.c:440
3401 msgid "Unknown list keyword: %s\n"
3404 #: src/dird/ua_output.c:466
3406 msgid "%s is not a job name.\n"
3409 #: src/dird/ua_output.c:477
3411 msgid "Could not Pool Job %s\n"
3414 #: src/dird/ua_output.c:489
3416 msgid "Could not find next Volume for Job %s (Pool=%s, Level=%s).\n"
3419 #: src/dird/ua_output.c:493
3422 "The next Volume to be used by Job \"%s\" (Pool=%s, Level=%s) will be %s\n"
3425 #: src/dird/ua_output.c:503
3427 msgid "Could not find next Volume for Job %s.\n"
3430 #: src/dird/ua_output.c:702
3431 msgid "You have no messages.\n"
3434 #: src/dird/ua_prune.c:132
3435 msgid "Choose item to prune"
3438 #: src/dird/ua_prune.c:156
3440 msgid "Cannot prune Volume \"%s\" because it is archived.\n"
3443 #: src/dird/ua_prune.c:218
3444 msgid "No Files found to prune.\n"
3447 #: src/dird/ua_prune.c:240
3449 msgid "Pruned Files from %s Jobs for client %s from catalog.\n"
3452 #: src/dird/ua_prune.c:364
3454 msgid "Pruned %d %s for client %s from catalog.\n"
3457 #: src/dird/ua_prune.c:365
3461 #: src/dird/ua_prune.c:367
3462 msgid "No Jobs found to prune.\n"
3465 #: src/dird/ua_purge.c:90
3468 "This command is can be DANGEROUS!!!\n"
3470 "It purges (deletes) all Files from a Job,\n"
3471 "JobId, Client or Volume; or it purges (deletes)\n"
3472 "all Jobs from a Client or Volume without regard\n"
3473 "for retention periods. Normally you should use the\n"
3474 "PRUNE command, which respects retention periods.\n"
3477 #: src/dird/ua_purge.c:152
3478 msgid "Choose item to purge"
3481 #: src/dird/ua_purge.c:199
3483 msgid "Begin purging files for Client \"%s\"\n"
3486 #: src/dird/ua_purge.c:208 src/dird/ua_purge.c:258
3488 msgid "No Files found for client %s to purge from %s catalog.\n"
3491 #: src/dird/ua_purge.c:211
3493 msgid "Files for %d Jobs for client \"%s\" purged from %s catalog.\n"
3496 #: src/dird/ua_purge.c:249
3498 msgid "Begin purging jobs from Client \"%s\"\n"
3501 #: src/dird/ua_purge.c:261
3503 msgid "%d Jobs for client %s purged from %s catalog.\n"
3506 #: src/dird/ua_purge.c:407
3510 "Volume \"%s\" has VolStatus \"%s\" and cannot be purged.\n"
3511 "The VolStatus must be: Append, Full, Used, or Error to be purged.\n"
3514 #: src/dird/ua_purge.c:440
3516 msgid "%d File%s on Volume \"%s\" purged from catalog.\n"
3519 #: src/dird/ua_purge.c:481
3522 "There are no more Jobs associated with Volume \"%s\". Marking it purged.\n"
3525 #: src/dird/ua_purge.c:522
3527 msgid "Unable move recycled Volume in full Pool \"%s\" MaxVols=%d\n"
3530 #: src/dird/ua_purge.c:535
3532 msgid "All records pruned from Volume \"%s\"; marking it \"Purged\"\n"
3535 #: src/dird/ua_purge.c:540
3537 msgid "Cannot purge Volume with VolStatus=%s\n"
3540 #: src/dird/ua_query.c:72 src/findlib/create_file.c:283
3541 #: src/findlib/create_file.c:383
3543 msgid "Could not open %s: ERR=%s\n"
3546 #: src/dird/ua_query.c:77
3547 msgid "Available queries:\n"
3550 #: src/dird/ua_query.c:84
3551 msgid "Choose a query"
3554 #: src/dird/ua_query.c:98
3555 msgid "Could not find query.\n"
3558 #: src/dird/ua_query.c:116
3559 msgid "Too many prompts in query, max is 9.\n"
3562 #: src/dird/ua_query.c:219
3564 msgid "Warning prompt %d missing.\n"
3567 #: src/dird/ua_query.c:264
3569 "Entering SQL query mode.\n"
3570 "Terminate each query with a semicolon.\n"
3571 "Terminate query mode with a blank line.\n"
3574 #: src/dird/ua_query.c:267 src/dird/ua_query.c:283
3575 msgid "Enter SQL query: "
3578 #: src/dird/ua_query.c:285
3579 msgid "Add to SQL query: "
3582 #: src/dird/ua_query.c:288
3583 msgid "End query mode.\n"
3586 #: src/dird/ua_restore.c:133
3587 msgid "\"RegexWhere\" specification not authorized.\n"
3590 #: src/dird/ua_restore.c:140
3591 msgid "\"where\" specification not authorized.\n"
3594 #: src/dird/ua_restore.c:162
3596 "No Restore Job Resource found in bacula-dir.conf.\n"
3597 "You must create at least one before running this command.\n"
3600 #: src/dird/ua_restore.c:178
3601 msgid "Restore not done.\n"
3604 #: src/dird/ua_restore.c:190
3605 msgid "Unable to construct a valid BSR. Cannot continue.\n"
3608 #: src/dird/ua_restore.c:194 src/dird/ua_restore.c:209
3609 msgid "No files selected to be restored.\n"
3612 #: src/dird/ua_restore.c:202
3615 "1 file selected to be restored.\n"
3619 #: src/dird/ua_restore.c:205
3623 "%s files selected to be restored.\n"
3627 #: src/dird/ua_restore.c:224
3628 msgid "No Client resource found!\n"
3631 #: src/dird/ua_restore.c:329
3633 msgid "Missing value for keyword: %s\n"
3636 #: src/dird/ua_restore.c:407
3637 msgid "List last 20 Jobs run"
3640 #: src/dird/ua_restore.c:408
3641 msgid "List Jobs where a given File is saved"
3644 #: src/dird/ua_restore.c:409
3645 msgid "Enter list of comma separated JobIds to select"
3648 #: src/dird/ua_restore.c:410
3649 msgid "Enter SQL list command"
3652 #: src/dird/ua_restore.c:411
3653 msgid "Select the most recent backup for a client"
3656 #: src/dird/ua_restore.c:412
3657 msgid "Select backup for a client before a specified time"
3660 #: src/dird/ua_restore.c:413
3661 msgid "Enter a list of files to restore"
3664 #: src/dird/ua_restore.c:414
3665 msgid "Enter a list of files to restore before a specified time"
3668 #: src/dird/ua_restore.c:415
3669 msgid "Find the JobIds of the most recent backup for a client"
3672 #: src/dird/ua_restore.c:416
3673 msgid "Find the JobIds for a backup for a client before a specified time"
3676 #: src/dird/ua_restore.c:417
3677 msgid "Enter a list of directories to restore for found JobIds"
3680 #: src/dird/ua_restore.c:418 src/dird/ua_status.c:760 src/filed/status.c:256
3681 #: src/stored/status.c:521 src/wx-console/wxbconfigpanel.cpp:212
3685 #: src/dird/ua_restore.c:458
3687 msgid "Unknown keyword: %s\n"
3690 #: src/dird/ua_restore.c:487 src/dird/ua_update.c:830
3692 msgid "Improper date format: %s\n"
3695 #: src/dird/ua_restore.c:522 src/dird/ua_select.c:620
3697 msgid "Error: Pool resource \"%s\" does not exist.\n"
3700 #: src/dird/ua_restore.c:527
3702 msgid "Error: Pool resource \"%s\" access not allowed.\n"
3705 #: src/dird/ua_restore.c:543
3708 "First you select one or more JobIds that contain files\n"
3709 "to be restored. You will be presented several methods\n"
3710 "of specifying the JobIds. Then you will be allowed to\n"
3711 "select which files from those JobIds are to be restored.\n"
3715 #: src/dird/ua_restore.c:555
3716 msgid "To select the JobIds, you have the following choices:\n"
3719 #: src/dird/ua_restore.c:560
3720 msgid "Select item: "
3723 #: src/dird/ua_restore.c:565 src/dird/ua_restore.c:600
3724 msgid "SQL query not authorized.\n"
3727 #: src/dird/ua_restore.c:578
3728 msgid "Enter Filename (no path):"
3731 #: src/dird/ua_restore.c:593 src/dird/ua_restore.c:701
3732 msgid "Enter JobId(s), comma separated, to restore: "
3735 #: src/dird/ua_restore.c:603
3736 msgid "Enter SQL list command: "
3739 #: src/dird/ua_restore.c:637 src/dird/ua_restore.c:660
3741 "Enter file names with paths, or < to enter a filename\n"
3742 "containing a list of file names with paths, and terminate\n"
3743 "them with a blank line.\n"
3746 #: src/dird/ua_restore.c:641 src/dird/ua_restore.c:664
3747 msgid "Enter full filename: "
3750 #: src/dird/ua_restore.c:699
3752 msgid "You have already selected the following JobIds: %s\n"
3755 #: src/dird/ua_restore.c:716
3757 "Enter full directory names or start the name\n"
3758 "with a < to indicate it is a filename containing a list\n"
3759 "of directories and terminate them with a blank line.\n"
3762 #: src/dird/ua_restore.c:720
3763 msgid "Enter directory name: "
3766 #: src/dird/ua_restore.c:751
3767 msgid "Invalid JobId in list.\n"
3770 #: src/dird/ua_restore.c:764
3772 msgid "Unable to get Job record for JobId=%s: ERR=%s\n"
3775 #: src/dird/ua_restore.c:770
3777 msgid "Access to JobId=%s (Job \"%s\") not authorized. Not selected.\n"
3780 #: src/dird/ua_restore.c:783
3781 msgid "No Jobs selected.\n"
3784 #: src/dird/ua_restore.c:787
3786 msgid "You have selected the following JobIds: %s\n"
3789 #: src/dird/ua_restore.c:789
3791 msgid "You have selected the following JobId: %s\n"
3794 #: src/dird/ua_restore.c:799
3796 "The restored files will the most current backup\n"
3797 "BEFORE the date you specify below.\n"
3801 #: src/dird/ua_restore.c:802
3802 msgid "Enter date as YYYY-MM-DD HH:MM:SS :"
3805 #: src/dird/ua_restore.c:808
3806 msgid "Improper date format.\n"
3809 #: src/dird/ua_restore.c:829
3811 msgid "Cannot open file %s: ERR=%s\n"
3814 #: src/dird/ua_restore.c:837 src/dird/ua_restore.c:841
3816 msgid "Error occurred on line %d of file \"%s\"\n"
3819 #: src/dird/ua_restore.c:885 src/dird/ua_restore.c:914
3821 msgid "No database record found for: %s\n"
3824 #: src/dird/ua_restore.c:901
3825 msgid "No JobId specified cannot continue.\n"
3828 #: src/dird/ua_restore.c:935
3830 msgid "No table found: %s\n"
3833 #: src/dird/ua_restore.c:1032
3837 "Building directory tree for JobId %s ... "
3840 #: src/dird/ua_restore.c:1044
3843 "There were no files inserted into the tree, so file selection\n"
3844 "is not possible.Most likely your retention policy pruned the files\n"
3847 #: src/dird/ua_restore.c:1046
3850 "Do you want to restore all the files? (yes|no): "
3853 #: src/dird/ua_restore.c:1062
3857 "1 Job, %s files inserted into the tree and marked for extraction.\n"
3860 #: src/dird/ua_restore.c:1066
3864 "1 Job, %s files inserted into the tree.\n"
3867 #: src/dird/ua_restore.c:1072
3871 "%d Jobs, %s files inserted into the tree and marked for extraction.\n"
3874 #: src/dird/ua_restore.c:1076
3878 "%d Jobs, %s files inserted into the tree.\n"
3881 #: src/dird/ua_restore.c:1149
3883 msgid "Error getting FileSet \"%s\": ERR=%s\n"
3886 #: src/dird/ua_restore.c:1157 src/dird/ua_select.c:183
3887 msgid "The defined FileSet resources are:\n"
3890 #: src/dird/ua_restore.c:1161 src/dird/ua_run.c:267 src/dird/ua_select.c:191
3894 #: src/dird/ua_restore.c:1161 src/dird/ua_select.c:191
3895 msgid "Select FileSet resource"
3898 #: src/dird/ua_restore.c:1163
3900 msgid "No FileSet found for client \"%s\".\n"
3903 #: src/dird/ua_restore.c:1169
3905 msgid "Error getting FileSet record: %s\n"
3908 #: src/dird/ua_restore.c:1170
3910 "This probably means you modified the FileSet.\n"
3911 "Continuing anyway.\n"
3914 #: src/dird/ua_restore.c:1185
3916 msgid "Pool \"%s\" not found, using any pool.\n"
3919 #: src/dird/ua_restore.c:1212 src/dird/ua_restore.c:1228
3921 msgid "No Full backup before %s found.\n"
3924 #: src/dird/ua_restore.c:1251
3925 msgid "No jobs found.\n"
3928 #: src/dird/ua_restore.c:1408
3930 msgid "Warning default storage overridden by \"%s\" on command line.\n"
3933 #: src/dird/ua_restore.c:1424
3935 msgid "Storage \"%s\" not found, using Storage \"%s\" from MediaType \"%s\".\n"
3938 #: src/dird/ua_restore.c:1432
3942 "Unable to find Storage resource for\n"
3943 "MediaType \"%s\", needed by the Jobs you selected.\n"
3946 #: src/dird/ua_run.c:152 src/dird/ua_run.c:338
3947 msgid "Invalid time, using current time.\n"
3950 #: src/dird/ua_run.c:174
3952 msgid "Invalid replace option: %s\n"
3955 #: src/dird/ua_run.c:242
3956 msgid "OK to run? (yes/mod/no): "
3959 #: src/dird/ua_run.c:260 src/dird/ua_select.c:63
3963 #: src/dird/ua_run.c:263 src/dird/ua_update.c:517
3964 msgid "Parameters to modify:\n"
3967 #: src/dird/ua_run.c:264
3971 #: src/dird/ua_run.c:269
3972 msgid "Restore Client"
3975 #: src/dird/ua_run.c:273 src/wx-console/wxbrestorepanel.cpp:355
3976 #: src/wx-console/wxbrestorepanel.cpp:843
3977 #: src/wx-console/wxbrestorepanel.cpp:1890
3981 #: src/dird/ua_run.c:274 src/wx-console/wxbrestorepanel.cpp:356
3982 #: src/wx-console/wxbrestorepanel.cpp:1116
3983 #: src/wx-console/wxbrestorepanel.cpp:1893
3987 #: src/dird/ua_run.c:278 src/dird/ua_select.c:506 src/dird/ua_select.c:596
3988 #: src/dird/ua_update.c:528 src/wx-console/wxbrestorepanel.cpp:337
3989 #: src/wx-console/wxbrestorepanel.cpp:526
3990 #: src/wx-console/wxbrestorepanel.cpp:536
3991 #: src/wx-console/wxbrestorepanel.cpp:1806
3995 #: src/dird/ua_run.c:280
3999 #: src/dird/ua_run.c:283 src/wx-console/wxbrestorepanel.cpp:348
4000 #: src/wx-console/wxbrestorepanel.cpp:1871
4004 #: src/dird/ua_run.c:284 src/wx-console/wxbrestorepanel.cpp:349
4005 #: src/wx-console/wxbrestorepanel.cpp:1092
4006 #: src/wx-console/wxbrestorepanel.cpp:1873
4010 #: src/dird/ua_run.c:285
4011 msgid "File Relocation"
4014 #: src/dird/ua_run.c:286 src/wx-console/wxbrestorepanel.cpp:351
4015 #: src/wx-console/wxbrestorepanel.cpp:1100
4016 #: src/wx-console/wxbrestorepanel.cpp:1877
4017 #: src/wx-console/wxbrestorepanel.cpp:1878
4018 #: src/wx-console/wxbrestorepanel.cpp:1879
4019 #: src/wx-console/wxbrestorepanel.cpp:1880
4020 #: src/wx-console/wxbrestorepanel.cpp:1881
4024 #: src/dird/ua_run.c:287
4028 #: src/dird/ua_run.c:289 src/dird/ua_run.c:487 src/dird/ua_update.c:534
4029 msgid "Select parameter to modify"
4032 #: src/dird/ua_run.c:298 src/dird/ua_run.c:1205
4033 msgid "user selection"
4036 #: src/dird/ua_run.c:330
4038 "Please enter desired start time as YYYY-MM-DD HH:MM:SS (return for now): "
4041 #: src/dird/ua_run.c:345
4042 msgid "Enter new Priority: "
4045 #: src/dird/ua_run.c:349
4046 msgid "Priority must be a positive integer.\n"
4049 #: src/dird/ua_run.c:369
4050 msgid "Please enter the Bootstrap file name: "
4053 #: src/dird/ua_run.c:380
4055 msgid "Warning cannot open %s: ERR=%s\n"
4058 #: src/dird/ua_run.c:399
4059 msgid "Please enter path prefix for restore (/ for none): "
4062 #: src/dird/ua_run.c:421
4066 #: src/dird/ua_run.c:425
4067 msgid "Select replace option"
4070 #: src/dird/ua_run.c:435
4072 "You must set the bootstrap file to NULL to be able to specify a JobId.\n"
4075 #: src/dird/ua_run.c:455
4076 msgid "Job failed.\n"
4079 #: src/dird/ua_run.c:458
4081 msgid "Job queued. JobId=%s\n"
4084 #: src/dird/ua_run.c:464
4085 msgid "Job not run.\n"
4088 #: src/dird/ua_run.c:476
4090 msgid "strip_prefix=%s add_prefix=%s add_suffix=%s\n"
4093 #: src/dird/ua_run.c:479
4094 msgid "This will replace your current Where value\n"
4097 #: src/dird/ua_run.c:480
4098 msgid "Strip prefix"
4101 #: src/dird/ua_run.c:481
4105 #: src/dird/ua_run.c:482
4106 msgid "Add file suffix"
4109 #: src/dird/ua_run.c:483
4110 msgid "Enter a regexp"
4113 #: src/dird/ua_run.c:484
4114 msgid "Test filename manipulation"
4117 #: src/dird/ua_run.c:485
4121 #: src/dird/ua_run.c:490
4122 msgid "Please enter path prefix to strip: "
4125 #: src/dird/ua_run.c:498
4126 msgid "Please enter path prefix to add (/ for none): "
4129 #: src/dird/ua_run.c:509
4130 msgid "Please enter file suffix to add: "
4133 #: src/dird/ua_run.c:516
4134 msgid "Please enter a valid regexp (!from!to!): "
4137 #: src/dird/ua_run.c:529
4139 msgid "regexwhere=%s\n"
4142 #: src/dird/ua_run.c:535
4144 msgid "strip_prefix=%s add_prefix=%s add_suffix=%s result=%s\n"
4147 #: src/dird/ua_run.c:542
4148 msgid "Cannot use your regexp\n"
4151 #: src/dird/ua_run.c:546
4152 msgid "Please enter filename to test: "
4155 #: src/dird/ua_run.c:548
4160 #: src/dird/ua_run.c:592
4161 msgid "Cannot use your regexp.\n"
4164 #: src/dird/ua_run.c:605 src/dird/ua_run.c:631
4168 #: src/dird/ua_run.c:606 src/filed/status.c:373 src/lib/util.c:329
4169 #: src/stored/status.c:560
4173 #: src/dird/ua_run.c:607 src/filed/status.c:375 src/lib/util.c:331
4174 #: src/stored/status.c:562
4178 #: src/dird/ua_run.c:608 src/filed/status.c:378 src/lib/util.c:334
4179 #: src/stored/status.c:565
4183 #: src/dird/ua_run.c:609 src/filed/status.c:381 src/lib/util.c:337
4184 #: src/stored/status.c:568
4185 msgid "Differential"
4188 #: src/dird/ua_run.c:610 src/filed/status.c:384 src/lib/util.c:340
4189 #: src/stored/status.c:571
4193 #: src/dird/ua_run.c:611 src/dird/ua_run.c:637
4194 msgid "Select level"
4197 #: src/dird/ua_run.c:632
4198 msgid "Initialize Catalog"
4201 #: src/dird/ua_run.c:633 src/filed/status.c:387 src/lib/util.c:343
4202 #: src/stored/status.c:574
4203 msgid "Verify Catalog"
4206 #: src/dird/ua_run.c:634 src/lib/util.c:349
4207 msgid "Verify Volume to Catalog"
4210 #: src/dird/ua_run.c:635 src/lib/util.c:352
4211 msgid "Verify Disk to Catalog"
4214 #: src/dird/ua_run.c:636
4215 msgid "Verify Volume Data (not yet implemented)"
4218 #: src/dird/ua_run.c:657
4219 msgid "Level not appropriate for this Job. Cannot be changed.\n"
4222 #: src/dird/ua_run.c:671
4234 #: src/dird/ua_run.c:678 src/lib/util.c:296
4238 #: src/dird/ua_run.c:691
4246 "Pool: %s (From %s)\n"
4247 "Storage: %s (From %s)\n"
4252 #: src/dird/ua_run.c:700 src/lib/util.c:287
4256 #: src/dird/ua_run.c:723
4264 "Pool: %s (From %s)\n"
4265 "Storage: %s (From %s)\n"
4272 #: src/dird/ua_run.c:734 src/lib/util.c:290
4276 #: src/dird/ua_run.c:752
4277 msgid "Please enter a JobId for restore: "
4280 #: src/dird/ua_run.c:764
4289 "Backup Client: %s\n"
4290 "Restore Client: %s\n"
4297 #: src/dird/ua_run.c:789
4306 "Backup Client: %s\n"
4307 "Restore Client: %s\n"
4314 #: src/dird/ua_run.c:816
4322 #: src/dird/ua_run.c:824
4324 msgid "RegexWhere: %s\n"
4327 #: src/dird/ua_run.c:827
4332 #: src/dird/ua_run.c:831
4344 #: src/dird/ua_run.c:850
4347 "Run Migration job\n"
4352 "Pool: %s (From %s)\n"
4353 "Read Storage: %s (From %s)\n"
4354 "Write Storage: %s (From %s)\n"
4361 #: src/dird/ua_run.c:875
4363 msgid "Unknown Job Type=%d\n"
4366 #: src/dird/ua_run.c:935
4368 msgid "Value missing for keyword %s\n"
4371 #: src/dird/ua_run.c:942
4372 msgid "Job name specified twice.\n"
4375 #: src/dird/ua_run.c:950
4376 msgid "JobId specified twice.\n"
4379 #: src/dird/ua_run.c:959 src/dird/ua_run.c:1103
4380 msgid "Client specified twice.\n"
4383 #: src/dird/ua_run.c:967
4384 msgid "FileSet specified twice.\n"
4387 #: src/dird/ua_run.c:975
4388 msgid "Level specified twice.\n"
4391 #: src/dird/ua_run.c:984
4392 msgid "Storage specified twice.\n"
4395 #: src/dird/ua_run.c:992
4396 msgid "RegexWhere or Where specified twice.\n"
4399 #: src/dird/ua_run.c:997
4400 msgid "No authorization for \"regexwhere\" specification.\n"
4403 #: src/dird/ua_run.c:1004
4404 msgid "Where or RegexWhere specified twice.\n"
4407 #: src/dird/ua_run.c:1009
4408 msgid "No authoriztion for \"where\" specification.\n"
4411 #: src/dird/ua_run.c:1016
4412 msgid "Bootstrap specified twice.\n"
4415 #: src/dird/ua_run.c:1024
4416 msgid "Replace specified twice.\n"
4419 #: src/dird/ua_run.c:1032
4420 msgid "When specified twice.\n"
4423 #: src/dird/ua_run.c:1040
4424 msgid "Priority specified twice.\n"
4427 #: src/dird/ua_run.c:1045
4428 msgid "Priority must be positive nonzero setting it to 10.\n"
4431 #: src/dird/ua_run.c:1055
4432 msgid "Verify Job specified twice.\n"
4435 #: src/dird/ua_run.c:1087
4436 msgid "Migration Job specified twice.\n"
4439 #: src/dird/ua_run.c:1095
4440 msgid "Pool specified twice.\n"
4443 #: src/dird/ua_run.c:1111
4444 msgid "Restore Client specified twice.\n"
4447 #: src/dird/ua_run.c:1135
4449 msgid "Invalid keyword: %s\n"
4452 #: src/dird/ua_run.c:1146
4454 msgid "Catalog \"%s\" not found\n"
4457 #: src/dird/ua_run.c:1150
4459 msgid "No authorization. Catalog \"%s\".\n"
4462 #: src/dird/ua_run.c:1161
4464 msgid "Job \"%s\" not found\n"
4467 #: src/dird/ua_run.c:1168
4468 msgid "A job name must be specified.\n"
4471 #: src/dird/ua_run.c:1174
4473 msgid "No authorization. Job \"%s\".\n"
4476 #: src/dird/ua_run.c:1182
4478 msgid "Pool \"%s\" not found.\n"
4481 #: src/dird/ua_run.c:1192
4483 msgid "No authorization. Pool \"%s\".\n"
4486 #: src/dird/ua_run.c:1202
4488 msgid "Storage \"%s\" not found.\n"
4491 #: src/dird/ua_run.c:1214
4493 msgid "No authorization. Storage \"%s\".\n"
4496 #: src/dird/ua_run.c:1234 src/dird/ua_run.c:1254
4498 msgid "No authorization. Client \"%s\".\n"
4501 #: src/dird/ua_run.c:1244
4503 msgid "Restore Client \"%s\" not found.\n"
4506 #: src/dird/ua_run.c:1264
4508 msgid "FileSet \"%s\" not found.\n"
4511 #: src/dird/ua_run.c:1273
4513 msgid "No authorization. FileSet \"%s\".\n"
4516 #: src/dird/ua_run.c:1281
4518 msgid "Verify Job \"%s\" not found.\n"
4521 #: src/dird/ua_run.c:1291
4523 msgid "Migration Job \"%s\" not found.\n"
4526 #: src/dird/ua_select.c:55
4528 msgid "The current %s retention period is: %s\n"
4531 #: src/dird/ua_select.c:60
4532 msgid "Continue? (yes/mod/no): "
4535 #: src/dird/ua_select.c:64
4536 msgid "Enter new retention period: "
4539 #: src/dird/ua_select.c:68
4540 msgid "Invalid period.\n"
4543 #: src/dird/ua_select.c:144
4544 msgid "You have the following choices:\n"
4547 #: src/dird/ua_select.c:160
4548 msgid "The defined Storage resources are:\n"
4551 #: src/dird/ua_select.c:168
4552 msgid "Select Storage resource"
4555 #: src/dird/ua_select.c:224
4556 msgid "You must specify a \"use <catalog-name>\" command before continuing.\n"
4559 #: src/dird/ua_select.c:230
4560 msgid "The defined Catalog resources are:\n"
4563 #: src/dird/ua_select.c:238
4567 #: src/dird/ua_select.c:238
4568 msgid "Select Catalog resource"
4571 #: src/dird/ua_select.c:255
4572 msgid "The defined Job resources are:\n"
4575 #: src/dird/ua_select.c:263
4576 msgid "Select Job resource"
4579 #: src/dird/ua_select.c:278
4580 msgid "The defined Restore Job resources are:\n"
4583 #: src/dird/ua_select.c:286
4584 msgid "Select Restore Job"
4587 #: src/dird/ua_select.c:303
4588 msgid "The defined Client resources are:\n"
4591 #: src/dird/ua_select.c:311
4592 msgid "Select Client (File daemon) resource"
4595 #: src/dird/ua_select.c:338
4597 msgid "Error: Client resource %s does not exist.\n"
4600 #: src/dird/ua_select.c:363
4602 msgid "Could not find Client %s: ERR=%s"
4605 #: src/dird/ua_select.c:373 src/dird/ua_select.c:427
4607 msgid "Could not find Client \"%s\": ERR=%s"
4610 #: src/dird/ua_select.c:402
4612 msgid "Error obtaining client ids. ERR=%s\n"
4615 #: src/dird/ua_select.c:406
4616 msgid "No clients defined. You must run a job before using this command.\n"
4619 #: src/dird/ua_select.c:410
4620 msgid "Defined Clients:\n"
4623 #: src/dird/ua_select.c:420
4624 msgid "Select the Client"
4627 #: src/dird/ua_select.c:453 src/dird/ua_select.c:477 src/dird/ua_select.c:513
4629 msgid "Could not find Pool \"%s\": ERR=%s"
4632 #: src/dird/ua_select.c:492
4633 msgid "No pools defined. Use the \"create\" command to create one.\n"
4636 #: src/dird/ua_select.c:496
4637 msgid "Defined Pools:\n"
4640 #: src/dird/ua_select.c:506
4641 msgid "Select the Pool"
4644 #: src/dird/ua_select.c:536
4646 msgid "No access to Pool \"%s\"\n"
4649 #: src/dird/ua_select.c:562
4650 msgid "Enter MediaId or Volume name: "
4653 #: src/dird/ua_select.c:588
4654 msgid "The defined Pool resources are:\n"
4657 #: src/dird/ua_select.c:596
4658 msgid "Select Pool resource"
4661 #: src/dird/ua_select.c:631
4662 msgid "Enter the JobId to select: "
4665 #: src/dird/ua_select.c:669
4667 msgid "Could not find Job \"%s\": ERR=%s"
4670 #: src/dird/ua_select.c:749
4672 msgid "Automatically selected %s: %s\n"
4675 #: src/dird/ua_select.c:754
4677 msgid "Cannot select %s in batch mode.\n"
4680 #: src/dird/ua_select.c:772
4682 msgid "Selection list for \"%s\" is empty!\n"
4685 #: src/dird/ua_select.c:778
4687 msgid "Automatically selected: %s\n"
4690 #: src/dird/ua_select.c:790
4691 msgid "Selection aborted, nothing done.\n"
4694 #: src/dird/ua_select.c:795
4696 msgid "Please enter a number between 1 and %d\n"
4699 #: src/dird/ua_select.c:844
4700 msgid "Storage name given twice.\n"
4703 #: src/dird/ua_select.c:861
4705 msgid "Expecting jobid=nn command, got: %s\n"
4708 #: src/dird/ua_select.c:865
4710 msgid "JobId %s is not running.\n"
4713 #: src/dird/ua_select.c:875
4715 msgid "Expecting job=xxx, got: %s.\n"
4718 #: src/dird/ua_select.c:879 src/dird/ua_select.c:891
4720 msgid "Job \"%s\" is not running.\n"
4723 #: src/dird/ua_select.c:887
4725 msgid "Expecting ujobid=xxx, got: %s.\n"
4728 #: src/dird/ua_select.c:907
4730 msgid "Storage resource \"%s\": not found\n"
4733 #: src/dird/ua_select.c:939
4734 msgid "Enter autochanger drive[0]: "
4737 #: src/dird/ua_select.c:960
4738 msgid "Enter autochanger slot: "
4741 #: src/dird/ua_select.c:990
4742 msgid "Media Types defined in conf file:\n"
4745 #: src/dird/ua_select.c:996
4749 #: src/dird/ua_select.c:996
4750 msgid "Select the Media Type"
4753 #: src/dird/ua_server.c:72
4755 msgid "Cannot create UA thread: %s\n"
4758 #: src/dird/ua_server.c:159
4759 msgid "You have messages.\n"
4762 #: src/dird/ua_status.c:143
4763 msgid "Status available for:\n"
4766 #: src/dird/ua_status.c:149
4767 msgid "Select daemon type for status"
4770 #: src/dird/ua_status.c:267
4772 msgid "Daemon started %s, 1 Job run since started.\n"
4775 #: src/dird/ua_status.c:270
4777 msgid "Daemon started %s, %d Jobs run since started.\n"
4780 #: src/dird/ua_status.c:273 src/filed/status.c:129 src/stored/status.c:90
4782 msgid " Heap: heap=%s smbytes=%s max_bytes=%s bufs=%s max_bufs=%s\n"
4785 #: src/dird/ua_status.c:299 src/dird/ua_status.c:526 src/dird/ua_status.c:702
4786 #: src/filed/status.c:204 src/filed/status.c:220 src/filed/status.c:282
4790 #: src/dird/ua_status.c:314
4794 "Failed to connect to Storage daemon %s.\n"
4798 #: src/dird/ua_status.c:352
4801 "Failed to connect to Client %s.\n"
4805 #: src/dird/ua_status.c:360
4806 msgid "Connected to file daemon\n"
4809 #: src/dird/ua_status.c:375
4815 #: src/dird/ua_status.c:376
4817 "Level Type Pri Scheduled Name Volume\n"
4820 #: src/dird/ua_status.c:377
4821 msgid "===================================================================================\n"
4824 #: src/dird/ua_status.c:429
4826 msgid "%-14s %-8s %3d %-18s %-18s %s\n"
4829 #: src/dird/ua_status.c:524
4830 msgid "No Scheduled Jobs.\n"
4833 #: src/dird/ua_status.c:541 src/filed/status.c:144 src/stored/status.c:370
4839 #: src/dird/ua_status.c:549
4841 msgid "Console connected at %s\n"
4844 #: src/dird/ua_status.c:559
4846 "No Jobs running.\n"
4850 #: src/dird/ua_status.c:564
4851 msgid " JobId Level Name Status\n"
4854 #: src/dird/ua_status.c:565 src/filed/status.c:226
4855 msgid "======================================================================\n"
4858 #: src/dird/ua_status.c:573
4859 msgid "is waiting execution"
4862 #: src/dird/ua_status.c:576
4866 #: src/dird/ua_status.c:579
4870 #: src/dird/ua_status.c:582
4871 msgid "has terminated"
4874 #: src/dird/ua_status.c:585
4878 #: src/dird/ua_status.c:588
4882 #: src/dird/ua_status.c:591
4883 msgid "has a fatal error"
4886 #: src/dird/ua_status.c:594
4887 msgid "has verify differences"
4890 #: src/dird/ua_status.c:597
4891 msgid "has been canceled"
4894 #: src/dird/ua_status.c:602
4895 msgid "is waiting on Client"
4898 #: src/dird/ua_status.c:604
4900 msgid "is waiting on Client %s"
4903 #: src/dird/ua_status.c:612 src/dird/ua_status.c:614
4905 msgid "is waiting on Storage %s"
4908 #: src/dird/ua_status.c:616
4909 msgid "is waiting on Storage"
4912 #: src/dird/ua_status.c:622
4913 msgid "is waiting on max Storage jobs"
4916 #: src/dird/ua_status.c:625
4917 msgid "is waiting on max Client jobs"
4920 #: src/dird/ua_status.c:628
4921 msgid "is waiting on max Job jobs"
4924 #: src/dird/ua_status.c:631
4925 msgid "is waiting on max total jobs"
4928 #: src/dird/ua_status.c:634
4929 msgid "is waiting for its start time"
4932 #: src/dird/ua_status.c:637
4933 msgid "is waiting for higher priority jobs to finish"
4936 #: src/dird/ua_status.c:642
4938 msgid "is in unknown state %c"
4941 #: src/dird/ua_status.c:656
4942 msgid "is waiting for a mount request"
4945 #: src/dird/ua_status.c:663
4946 msgid "is waiting for an appendable Volume"
4949 #: src/dird/ua_status.c:671
4950 msgid "is waiting for Client to connect to Storage daemon"
4953 #: src/dird/ua_status.c:673
4955 msgid "is waiting for Client %s to connect to Storage %s"
4958 #: src/dird/ua_status.c:690
4960 msgid "%6d %-6s %-20s %s\n"
4963 #: src/dird/ua_status.c:712
4964 msgid "No Terminated Jobs.\n"
4967 #: src/dird/ua_status.c:717 src/filed/status.c:216 src/stored/status.c:482
4970 "Terminated Jobs:\n"
4973 #: src/dird/ua_status.c:718 src/filed/status.c:224 src/stored/status.c:489
4974 msgid " JobId Level Files Bytes Status Finished Name \n"
4977 #: src/dird/ua_status.c:719
4978 msgid "====================================================================\n"
4981 #: src/dird/ua_status.c:750 src/filed/status.c:246 src/lib/util.c:179
4982 #: src/stored/status.c:511
4986 #: src/dird/ua_status.c:754 src/filed/status.c:250 src/lib/util.c:192
4987 #: src/lib/util.c:259 src/stored/status.c:515
4991 #: src/dird/ua_status.c:757 src/filed/status.c:253 src/stored/status.c:518
4995 #: src/dird/ua_status.c:763 src/filed/status.c:259 src/lib/util.c:188
4996 #: src/lib/util.c:255 src/stored/btape.c:1189 src/stored/status.c:524
4997 #: src/wx-console/wxbconfigpanel.cpp:201
5001 #: src/dird/ua_status.c:766 src/filed/status.c:262 src/stored/status.c:527
5005 #: src/dird/ua_status.c:769 src/filed/status.c:273 src/stored/status.c:538
5007 msgid "%6d %-6s %8s %10s %-7s %-8s %s\n"
5010 #: src/dird/ua_status.c:777
5014 #: src/dird/ua_tree.c:72
5015 msgid "change current directory"
5018 #: src/dird/ua_tree.c:73
5019 msgid "count marked files in and below the cd"
5022 #: src/dird/ua_tree.c:74 src/dird/ua_tree.c:75
5023 msgid "long list current directory, wildcards allowed"
5026 #: src/dird/ua_tree.c:76
5027 msgid "leave file selection mode"
5030 #: src/dird/ua_tree.c:77
5031 msgid "estimate restore size"
5034 #: src/dird/ua_tree.c:78
5035 msgid "same as done command"
5038 #: src/dird/ua_tree.c:79
5039 msgid "find files, wildcards allowed"
5042 #: src/dird/ua_tree.c:80 src/dird/ua_tree.c:90
5046 #: src/dird/ua_tree.c:81
5047 msgid "list current directory, wildcards allowed"
5050 #: src/dird/ua_tree.c:82
5051 msgid "list the marked files in and below the cd"
5054 #: src/dird/ua_tree.c:83
5055 msgid "mark dir/file to be restored recursively, wildcards allowed"
5058 #: src/dird/ua_tree.c:84
5059 msgid "mark directory name to be restored (no files)"
5062 #: src/dird/ua_tree.c:85 src/dird/ua_tree.c:86
5063 msgid "print current working directory"
5066 #: src/dird/ua_tree.c:87
5067 msgid "unmark dir/file to be restored recursively in dir"
5070 #: src/dird/ua_tree.c:88
5071 msgid "unmark directory name only no recursion"
5074 #: src/dird/ua_tree.c:89
5075 msgid "quit and do not do restore"
5078 #: src/dird/ua_tree.c:110
5081 "You are now entering file selection mode where you add (mark) and\n"
5082 "remove (unmark) files to be restored. No files are initially added, unless\n"
5083 "you used the \"all\" keyword on the command line.\n"
5084 "Enter \"done\" to leave this mode.\n"
5088 #: src/dird/ua_tree.c:120 src/dird/ua_tree.c:716
5090 msgid "cwd is: %s\n"
5093 #: src/dird/ua_tree.c:129 src/dird/ua_tree.c:144
5094 msgid "Invalid command. Enter \"done\" to exit.\n"
5097 #: src/dird/ua_tree.c:331 src/dird/ua_tree.c:343 src/dird/ua_tree.c:360
5098 msgid "No files marked.\n"
5101 #: src/dird/ua_tree.c:345
5102 msgid "1 file marked.\n"
5105 #: src/dird/ua_tree.c:347
5107 msgid "%s files marked.\n"
5110 #: src/dird/ua_tree.c:375
5111 msgid "No directories marked.\n"
5114 #: src/dird/ua_tree.c:377
5115 msgid "1 directory marked.\n"
5118 #: src/dird/ua_tree.c:379
5120 msgid "%s directories marked.\n"
5123 #: src/dird/ua_tree.c:400
5125 msgid "%s total files/dirs. %s marked to be restored.\n"
5128 #: src/dird/ua_tree.c:411
5129 msgid "No file specification given.\n"
5132 #: src/dird/ua_tree.c:562
5134 msgid "Node %s has no children.\n"
5137 #: src/dird/ua_tree.c:653
5139 msgid "%d total files; %d marked to be restored; %s bytes.\n"
5142 #: src/dird/ua_tree.c:687
5143 msgid "Too few or too many arguments. Try using double quotes.\n"
5146 #: src/dird/ua_tree.c:699
5147 msgid "Invalid path given.\n"
5150 #: src/dird/ua_tree.c:735 src/dird/ua_tree.c:747
5151 msgid "No files unmarked.\n"
5154 #: src/dird/ua_tree.c:749
5155 msgid "1 file unmarked.\n"
5158 #: src/dird/ua_tree.c:752
5160 msgid "%s files unmarked.\n"
5163 #: src/dird/ua_tree.c:763 src/dird/ua_tree.c:780
5164 msgid "No directories unmarked.\n"
5167 #: src/dird/ua_tree.c:782
5168 msgid "1 directory unmarked.\n"
5171 #: src/dird/ua_tree.c:784
5173 msgid "%d directories unmarked.\n"
5176 #: src/dird/ua_update.c:89
5177 msgid "Update choice:\n"
5180 #: src/dird/ua_update.c:90
5181 msgid "Volume parameters"
5184 #: src/dird/ua_update.c:91
5185 msgid "Pool from resource"
5188 #: src/dird/ua_update.c:92
5189 msgid "Slots from autochanger"
5192 #: src/dird/ua_update.c:93
5196 #: src/dird/ua_update.c:93
5197 msgid "Choose catalog item to update"
5200 #: src/dird/ua_update.c:133
5202 msgid "Invalid VolStatus specified: %s\n"
5205 #: src/dird/ua_update.c:142
5207 msgid "New Volume status is: %s\n"
5210 #: src/dird/ua_update.c:152
5212 msgid "Invalid retention period specified: %s\n"
5215 #: src/dird/ua_update.c:160
5217 msgid "New retention period is: %s\n"
5220 #: src/dird/ua_update.c:171
5222 msgid "Invalid use duration specified: %s\n"
5225 #: src/dird/ua_update.c:179
5227 msgid "New use duration is: %s\n"
5230 #: src/dird/ua_update.c:193
5232 msgid "New max jobs is: %s\n"
5235 #: src/dird/ua_update.c:206
5237 msgid "New max files is: %s\n"
5240 #: src/dird/ua_update.c:217
5242 msgid "Invalid max. bytes specification: %s\n"
5245 #: src/dird/ua_update.c:225
5247 msgid "New Max bytes is: %s\n"
5250 #: src/dird/ua_update.c:236 src/dird/ua_update.c:256
5251 msgid "Invalid value. It must be yes or no.\n"
5254 #: src/dird/ua_update.c:244
5256 msgid "New Recycle flag is: %s\n"
5259 #: src/dird/ua_update.c:264
5261 msgid "New InChanger flag is: %s\n"
5264 #: src/dird/ua_update.c:282
5266 msgid "Invalid slot, it must be between 0 and MaxVols=%d\n"
5269 #: src/dird/ua_update.c:291 src/dird/ua_update.c:634
5271 msgid "Error updating media record Slot: ERR=%s"
5274 #: src/dird/ua_update.c:293
5276 msgid "New Slot is: %d\n"
5279 #: src/dird/ua_update.c:318
5281 msgid "New Pool is: %s\n"
5284 #: src/dird/ua_update.c:352
5286 msgid "New RecyclePool is: %s\n"
5289 #: src/dird/ua_update.c:372
5291 msgid "Error updating Volume record: ERR=%s"
5294 #: src/dird/ua_update.c:374
5296 msgid "Volume defaults updated from \"%s\" Pool record.\n"
5299 #: src/dird/ua_update.c:398
5301 msgid "Error updating Volume records: ERR=%s"
5304 #: src/dird/ua_update.c:400
5306 msgid "All Volume defaults updated from \"%s\" Pool record.\n"
5309 #: src/dird/ua_update.c:412
5311 msgid "Error updating media record Enabled: ERR=%s"
5314 #: src/dird/ua_update.c:414
5316 msgid "New Enabled is: %d\n"
5319 #: src/dird/ua_update.c:518
5320 msgid "Volume Status"
5323 #: src/dird/ua_update.c:519
5324 msgid "Volume Retention Period"
5327 #: src/dird/ua_update.c:520
5328 msgid "Volume Use Duration"
5331 #: src/dird/ua_update.c:521
5332 msgid "Maximum Volume Jobs"
5335 #: src/dird/ua_update.c:522
5336 msgid "Maximum Volume Files"
5339 #: src/dird/ua_update.c:523
5340 msgid "Maximum Volume Bytes"
5343 #: src/dird/ua_update.c:524
5344 msgid "Recycle Flag"
5347 #: src/dird/ua_update.c:525
5351 #: src/dird/ua_update.c:526
5352 msgid "InChanger Flag"
5355 #: src/dird/ua_update.c:527
5356 msgid "Volume Files"
5359 #: src/dird/ua_update.c:529
5360 msgid "Volume from Pool"
5363 #: src/dird/ua_update.c:530
5364 msgid "All Volumes from Pool"
5367 #: src/dird/ua_update.c:531
5371 #: src/dird/ua_update.c:532
5375 #: src/dird/ua_update.c:533
5379 #: src/dird/ua_update.c:541
5381 msgid "Updating Volume \"%s\"\n"
5384 #: src/dird/ua_update.c:546
5386 msgid "Current Volume status is: %s\n"
5389 #: src/dird/ua_update.c:547
5390 msgid "Possible Values are:\n"
5393 #: src/dird/ua_update.c:558
5394 msgid "Choose new Volume Status"
5397 #: src/dird/ua_update.c:564
5399 msgid "Current retention period is: %s\n"
5402 #: src/dird/ua_update.c:566
5403 msgid "Enter Volume Retention period: "
5406 #: src/dird/ua_update.c:573
5408 msgid "Current use duration is: %s\n"
5411 #: src/dird/ua_update.c:575
5412 msgid "Enter Volume Use Duration: "
5415 #: src/dird/ua_update.c:582
5417 msgid "Current max jobs is: %u\n"
5420 #: src/dird/ua_update.c:583
5421 msgid "Enter new Maximum Jobs: "
5424 #: src/dird/ua_update.c:590
5426 msgid "Current max files is: %u\n"
5429 #: src/dird/ua_update.c:591
5430 msgid "Enter new Maximum Files: "
5433 #: src/dird/ua_update.c:598
5435 msgid "Current value is: %s\n"
5438 #: src/dird/ua_update.c:599
5439 msgid "Enter new Maximum Bytes: "
5442 #: src/dird/ua_update.c:607
5444 msgid "Current recycle flag is: %s\n"
5447 #: src/dird/ua_update.c:609
5448 msgid "Enter new Recycle status: "
5451 #: src/dird/ua_update.c:616
5453 msgid "Current Slot is: %d\n"
5456 #: src/dird/ua_update.c:617
5457 msgid "Enter new Slot: "
5460 #: src/dird/ua_update.c:624
5462 msgid "Current InChanger flag is: %d\n"
5465 #: src/dird/ua_update.c:625
5466 msgid "Set InChanger flag? yes/no: "
5469 #: src/dird/ua_update.c:636
5471 msgid "New InChanger flag is: %d\n"
5474 #: src/dird/ua_update.c:643
5476 "Warning changing Volume Files can result\n"
5477 "in loss of data on your Volume\n"
5481 #: src/dird/ua_update.c:645
5483 msgid "Current Volume Files is: %u\n"
5486 #: src/dird/ua_update.c:646
5487 msgid "Enter new number of Files for Volume: "
5490 #: src/dird/ua_update.c:651
5491 msgid "Normally, you should only increase Volume Files by one!\n"
5494 #: src/dird/ua_update.c:652
5495 msgid "Continue? (yes/no): "
5498 #: src/dird/ua_update.c:662
5500 msgid "New Volume Files is: %u\n"
5503 #: src/dird/ua_update.c:674
5505 msgid "Current Pool is: %s\n"
5508 #: src/dird/ua_update.c:675
5509 msgid "Enter new Pool name: "
5512 #: src/dird/ua_update.c:692
5514 msgid "Current Enabled is: %d\n"
5517 #: src/dird/ua_update.c:693
5518 msgid "Enter new Enabled: "
5521 #: src/dird/ua_update.c:712
5523 msgid "Current RecyclePool is: %s\n"
5526 #: src/dird/ua_update.c:714
5527 msgid "No current RecyclePool\n"
5530 #: src/dird/ua_update.c:716
5531 msgid "Enter new RecyclePool name: "
5534 #: src/dird/ua_update.c:723
5535 msgid "Selection terminated.\n"
5538 #: src/dird/ua_update.c:757
5540 msgid "db_update_pool_record returned %d. ERR=%s\n"
5543 #: src/dird/ua_update.c:764
5544 msgid "Pool DB record updated from resource.\n"
5547 #: src/dird/ua_update.c:791
5548 msgid "Expect JobId keyword, not found.\n"
5551 #: src/dird/ua_update.c:816
5552 msgid "Neither Client nor StartTime specified.\n"
5555 #: src/dird/verify.c:120
5557 "Unable to find JobId of previous InitCatalog Job.\n"
5558 "Please run a Verify with Level=InitCatalog before\n"
5559 "running the current Job.\n"
5562 #: src/dird/verify.c:125
5563 msgid "Unable to find JobId of previous Job for this client.\n"
5566 #: src/dird/verify.c:141
5568 msgid "Could not get job record for previous Job. ERR=%s"
5571 #: src/dird/verify.c:146
5573 msgid "Last Job %d did not terminate normally. JobStatus=%c\n"
5576 #: src/dird/verify.c:150
5578 msgid "Verifying against JobId=%d Job=%s\n"
5581 #: src/dird/verify.c:179
5583 msgid "Start Verify JobId=%s Level=%s Job=%s\n"
5586 #: src/dird/verify.c:263
5587 msgid "Deprecated feature ... use bootstrap.\n"
5590 #: src/dird/verify.c:276
5592 msgid "Unimplemented Verify level %d(%c)\n"
5595 #: src/dird/verify.c:330
5597 msgid "Unimplemented verify level %d\n"
5600 #: src/dird/verify.c:384
5604 #: src/dird/verify.c:388
5605 msgid "*** Verify Error ***"
5608 #: src/dird/verify.c:392
5609 msgid "Verify warnings"
5612 #: src/dird/verify.c:395
5613 msgid "Verify Canceled"
5616 #: src/dird/verify.c:398
5617 msgid "Verify Differences"
5620 #: src/dird/verify.c:403
5622 msgid "Inappropriate term code: %d %c\n"
5625 #: src/dird/verify.c:417
5628 "Bacula %s %s (%s): %s\n"
5629 " Build OS: %s %s %s\n"
5633 " Verify Level: %s\n"
5635 " Verify JobId: %d\n"
5639 " Files Expected: %s\n"
5640 " Files Examined: %s\n"
5641 " Non-fatal FD errors: %d\n"
5642 " FD termination status: %s\n"
5643 " SD termination status: %s\n"
5644 " Termination: %s\n"
5648 #: src/dird/verify.c:452
5651 "Bacula %s %s (%s): %s\n"
5652 " Build: %s %s %s\n"
5656 " Verify Level: %s\n"
5658 " Verify JobId: %d\n"
5662 " Files Examined: %s\n"
5663 " Non-fatal FD errors: %d\n"
5664 " FD termination status: %s\n"
5665 " Termination: %s\n"
5669 #: src/dird/verify.c:531
5672 "bird<filed: bad attributes, expected 3 fields got %d\n"
5673 " mslen=%d msg=%s\n"
5676 #: src/dird/verify.c:575
5678 msgid "New file: %s\n"
5681 #: src/dird/verify.c:576
5683 msgid "File not in catalog: %s\n"
5686 #: src/dird/verify.c:600
5688 msgid " st_ino differ. Cat: %s File: %s\n"
5691 #: src/dird/verify.c:609
5693 msgid " st_mode differ. Cat: %x File: %x\n"
5696 #: src/dird/verify.c:617
5698 msgid " st_nlink differ. Cat: %d File: %d\n"
5701 #: src/dird/verify.c:625
5703 msgid " st_uid differ. Cat: %u File: %u\n"
5706 #: src/dird/verify.c:633
5708 msgid " st_gid differ. Cat: %u File: %u\n"
5711 #: src/dird/verify.c:641
5713 msgid " st_size differ. Cat: %s File: %s\n"
5716 #: src/dird/verify.c:650
5717 msgid " st_atime differs\n"
5720 #: src/dird/verify.c:657
5721 msgid " st_mtime differs\n"
5724 #: src/dird/verify.c:664
5725 msgid " st_ctime differs\n"
5728 #: src/dird/verify.c:671
5730 msgid " st_size decrease. Cat: %s File: %s\n"
5733 #: src/dird/verify.c:701
5735 msgid "MD5/SHA1 index %d not same as attributes %d\n"
5738 #: src/dird/verify.c:710
5740 msgid " %s not same. File=%s Cat=%s\n"
5743 #: src/dird/verify.c:713
5745 msgid " %s differs.\n"
5748 #: src/dird/verify.c:725
5750 msgid "bdird<filed: bad attributes from filed n=%d : %s\n"
5753 #: src/dird/verify.c:765
5754 msgid "The following files are in the Catalog but not on disk:\n"
5757 #: src/dird/verify.c:779 src/tools/testfind.c:407
5762 #: src/console/authenticate.c:131 src/wx-console/authenticate.c:142
5763 msgid "TLS negotiation failed\n"
5766 #: src/console/authenticate.c:143 src/gnome2-console/authenticate.c:98
5767 #: src/tray-monitor/authenticate.c:97
5769 msgid "Bad response to Hello command: ERR=%s\n"
5772 #: src/console/authenticate.c:150 src/gnome2-console/authenticate.c:108
5773 #: src/tray-monitor/authenticate.c:104 src/wx-console/authenticate.c:157
5774 msgid "Director rejected Hello command\n"
5777 #: src/console/authenticate.c:160 src/wx-console/authenticate.c:167
5779 "Director authorization problem.\n"
5780 "Most likely the passwords do not agree.\n"
5781 "If you are using TLS, there may have been a certificate validation error "
5782 "during the TLS handshake.\n"
5783 "Please see http://www.bacula.org/rel-manual/faq.html#AuthorizationErrors for "
5787 #: src/console/console.c:114
5794 #: src/console/console.c:162
5795 msgid "input from file"
5798 #: src/console/console.c:163
5799 msgid "output to file"
5802 #: src/console/console.c:165
5803 msgid "output to file and terminal"
5806 #: src/console/console.c:166
5807 msgid "sleep specified time"
5810 #: src/console/console.c:168
5811 msgid "print Console's version"
5814 #: src/console/console.c:169
5815 msgid "echo command string"
5818 #: src/console/console.c:170
5819 msgid "execute an external command"
5822 #: src/console/console.c:172
5823 msgid "zed_keys = use zed keys instead of bash keys"
5826 #: src/console/console.c:205
5827 msgid ": is an invalid command\n"
5830 #: src/console/console.c:462
5831 msgid "Available Directors:\n"
5834 #: src/console/console.c:466
5836 msgid "%2d: %s at %s:%d\n"
5839 #: src/console/console.c:470
5840 msgid "Select Director by entering a number: "
5843 #: src/console/console.c:475
5845 msgid "%s is not a number. You must enter a number between 1 and %d\n"
5848 #: src/console/console.c:481
5850 msgid "You must enter a number between 1 and %d\n"
5853 #: src/console/console.c:521 src/tray-monitor/tray-monitor.c:905
5855 msgid "Connecting to Director %s:%d\n"
5858 #: src/console/console.c:538 src/gnome2-console/console.c:526
5859 #: src/wx-console/console_thread.cpp:391
5861 msgid "Failed to initialize TLS context for Console \"%s\".\n"
5864 #: src/console/console.c:558 src/gnome2-console/console.c:548
5865 #: src/wx-console/console_thread.cpp:412
5867 msgid "Failed to initialize TLS context for Director \"%s\".\n"
5870 #: src/console/console.c:588
5871 msgid "Enter a period to cancel a command.\n"
5874 #: src/console/console.c:664 src/gnome2-console/console.c:160
5877 "Neither \"TLS CA Certificate\" or \"TLS CA Certificate Dir\" are defined for "
5878 "Director \"%s\" in %s. At least one CA certificate store is required.\n"
5881 #: src/console/console.c:673 src/gnome2-console/console.c:169
5884 "No Director resource defined in %s\n"
5885 "Without that I don't how to speak to the Director :-(\n"
5888 #: src/console/console.c:693 src/gnome2-console/console.c:189
5891 "Neither \"TLS CA Certificate\" or \"TLS CA Certificate Dir\" are defined for "
5892 "Console \"%s\" in %s.\n"
5895 #: src/console/console.c:849
5896 msgid "Too many arguments on input command.\n"
5899 #: src/console/console.c:853
5900 msgid "First argument to input command must be a filename.\n"
5903 #: src/console/console.c:858
5905 msgid "Cannot open file %s for input. ERR=%s\n"
5908 #: src/console/console.c:888
5909 msgid "Too many arguments on output/tee command.\n"
5912 #: src/console/console.c:905
5914 msgid "Cannot open file %s for output. ERR=%s\n"
5917 #: src/console/console.c:924
5918 msgid "Too many arguments. Enclose command in double quotes.\n"
5921 #: src/console/console.c:933
5923 msgid "Cannot popen(\"%s\", \"r\"): ERR=%s\n"
5926 #: src/console/console.c:945 src/stored/autochanger.c:549
5928 msgid "Autochanger error: ERR=%s\n"
5931 #: src/console/console_conf.c:138 src/gnome2-console/console_conf.c:134
5932 #: src/wx-console/console_conf.c:147
5934 msgid "No record for %d %s\n"
5937 #: src/console/console_conf.c:147 src/wx-console/console_conf.c:156
5939 msgid "Console: name=%s rcfile=%s histfile=%s\n"
5942 #: src/console/console_conf.c:151 src/gnome2-console/console_conf.c:143
5943 #: src/wx-console/console_conf.c:160
5945 msgid "Director: name=%s address=%s DIRport=%d\n"
5948 #: src/console/console_conf.c:155 src/console/console_conf.c:231
5949 #: src/console/console_conf.c:276 src/console/console_conf.c:303
5950 #: src/filed/filed_conf.c:319 src/filed/filed_conf.c:384
5951 #: src/filed/filed_conf.c:414 src/gnome2-console/console_conf.c:154
5952 #: src/gnome2-console/console_conf.c:232 src/gnome2-console/console_conf.c:280
5953 #: src/gnome2-console/console_conf.c:310 src/stored/stored_conf.c:528
5954 #: src/stored/stored_conf.c:616 src/stored/stored_conf.c:651
5955 #: src/wx-console/console_conf.c:164 src/wx-console/console_conf.c:239
5956 #: src/wx-console/console_conf.c:284 src/wx-console/console_conf.c:311
5958 msgid "Unknown resource type %d\n"
5961 #: src/filed/acl.c:104 src/filed/acl.c:110
5962 msgid "ACL support not configured for your machine.\n"
5965 #: src/filed/acl.c:186
5967 msgid "acl_to_text error on file \"%s\": ERR=%s\n"
5970 #: src/filed/acl.c:215
5972 msgid "acl_delete_def_file error on file \"%s\": ERR=%s\n"
5975 #: src/filed/acl.c:223
5977 msgid "acl_from_text error on file \"%s\": ERR=%s\n"
5980 #: src/filed/acl.c:237
5982 msgid "ac_valid error on file \"%s\": ERR=%s\n"
5985 #: src/filed/acl.c:252
5987 msgid "acl_set_file error on file \"%s\": ERR=%s\n"
5990 #: src/filed/acl.c:286
5992 msgid "acltostr error on file \"%s\": ERR=%s\n"
5995 #: src/filed/acl.c:303 src/filed/acl.c:311
5997 msgid "strtoacl error on file \"%s\": ERR=%s\n"
6000 #: src/filed/acl.c:323
6002 msgid "setacl error on file \"%s\": ERR=%s\n"
6005 #: src/filed/acl.c:359
6007 msgid "acltotext error on file \"%s\": ERR=%s\n"
6010 #: src/filed/acl.c:376
6012 msgid "aclfromtext error on file \"%s\": ERR=%s\n"
6015 #: src/filed/acl.c:388
6017 msgid "acl(SETACL) error on file \"%s\": ERR=%s\n"
6020 #: src/filed/authenticate.c:60
6022 msgid "I only authenticate directors, not %d\n"
6025 #: src/filed/authenticate.c:68 src/stored/authenticate.c:66
6027 msgid "Bad Hello command from Director at %s. Len=%d.\n"
6030 #: src/filed/authenticate.c:80 src/stored/authenticate.c:77
6032 msgid "Bad Hello command from Director at %s: %s\n"
6035 #: src/filed/authenticate.c:92
6037 msgid "Connection from unknown Director %s at %s rejected.\n"
6040 #: src/filed/authenticate.c:132
6042 msgid "Incorrect password given by Director at %s.\n"
6045 #: src/filed/authenticate.c:139
6047 "Authorization problem: Remote server did not advertize required TLS "
6051 #: src/filed/authenticate.c:193 src/stored/dircmd.c:199
6052 msgid "Unable to authenticate Director\n"
6055 #: src/filed/authenticate.c:244
6057 "Authorization key rejected by Storage daemon.\n"
6058 "Please see http://www.bacula.org/rel-manual/faq.html#AuthorizationErrors for "
6062 #: src/filed/backup.c:86
6063 msgid "Cannot set buffer size FD->SD.\n"
6066 #: src/filed/backup.c:129 src/filed/backup.c:138
6067 msgid "An error occurred while encrypting the stream.\n"
6070 #: src/filed/backup.c:255
6072 msgid " Recursion turned off. Will not descend from %s into %s\n"
6075 #: src/filed/backup.c:262
6077 msgid " %s is a different filesystem. Will not descend from %s into %s\n"
6080 #: src/filed/backup.c:268
6082 msgid " Disallowed filesystem. Will not descend from %s into %s\n"
6085 #: src/filed/backup.c:273
6087 msgid " Disallowed drive type. Will not descend into %s\n"
6090 #: src/filed/backup.c:292 src/filed/verify.c:123
6092 msgid " Could not access %s: ERR=%s\n"
6095 #: src/filed/backup.c:299 src/filed/verify.c:130
6097 msgid " Could not follow link %s: ERR=%s\n"
6100 #: src/filed/backup.c:306 src/filed/verify.c:137
6102 msgid " Could not stat %s: ERR=%s\n"
6105 #: src/filed/backup.c:313 src/filed/verify.c:143
6107 msgid " Unchanged file skipped: %s\n"
6110 #: src/filed/backup.c:316
6112 msgid " Archive file not saved: %s\n"
6115 #: src/filed/backup.c:320 src/filed/verify.c:158
6117 msgid " Could not open directory %s: ERR=%s\n"
6120 #: src/filed/backup.c:326
6122 msgid " Unknown file type %d; not saved: %s\n"
6125 #: src/filed/backup.c:366 src/filed/verify.c:239
6127 msgid "%s digest initialization failed\n"
6130 #: src/filed/backup.c:380
6132 msgid "%s signature digest initialization failed\n"
6135 #: src/filed/backup.c:400
6137 msgid "Python reader program \"%s\" not found.\n"
6140 #: src/filed/backup.c:462 src/filed/verify.c:300
6142 msgid " Cannot open %s: ERR=%s.\n"
6145 #: src/filed/backup.c:499 src/filed/verify.c:314
6147 msgid " Cannot open resource fork for %s: ERR=%s.\n"
6150 #: src/filed/backup.c:556
6151 msgid "Failed to allocate memory for crypto signature.\n"
6154 #: src/filed/backup.c:561 src/filed/backup.c:567 src/filed/backup.c:582
6155 msgid "An error occurred while signing the stream.\n"
6158 #: src/filed/backup.c:606
6159 msgid "An error occurred finalizing signing the stream.\n"
6162 #: src/filed/backup.c:693
6164 msgid "Compression deflateParams error: %d\n"
6167 #: src/filed/backup.c:705
6168 msgid "Encrypting sparse data not supported.\n"
6171 #: src/filed/backup.c:712
6172 msgid "Failed to initialize encryption context.\n"
6175 #: src/filed/backup.c:735 src/filed/backup.c:891 src/filed/backup.c:926
6176 #: src/filed/backup.c:937 src/filed/backup.c:983 src/filed/backup.c:996
6177 #: src/filed/backup.c:1004 src/filed/backup.c:1050 src/filed/backup.c:1086
6179 msgid "Network send error to SD. ERR=%s\n"
6182 #: src/filed/backup.c:814
6184 msgid "Compression deflate error: %d\n"
6187 #: src/filed/backup.c:821
6189 msgid "Compression deflateReset error: %d\n"
6192 #: src/filed/backup.c:864 src/filed/backup.c:880
6193 msgid "Encryption error\n"
6196 #: src/filed/backup.c:904
6198 msgid "Read error on file %s. ERR=%s\n"
6201 #: src/filed/backup.c:907
6202 msgid "Too many errors.\n"
6205 #: src/filed/backup.c:917
6206 msgid "Encryption padding error\n"
6209 #: src/filed/backup.c:974
6211 msgid "Error reading ACL of %s\n"
6214 #: src/filed/backup.c:1029
6215 msgid "Invalid file flags, no supported data stream type.\n"
6218 #: src/filed/filed.c:65
6222 "Version: %s (%s)\n"
6224 "Usage: bacula-fd [-f -s] [-c config_file] [-d debug_level]\n"
6225 " -c <file> use <file> as configuration file\n"
6226 " -dnn set debug level to nn\n"
6227 " -f run in foreground (for debugging)\n"
6229 " -s no signals (for debugging)\n"
6230 " -t test configuration file and exit\n"
6232 " -v verbose user messages\n"
6233 " -? print this message.\n"
6237 #: src/filed/filed.c:268
6240 "No File daemon resource defined in %s\n"
6241 "Without that I don't know who I am :-(\n"
6244 #: src/filed/filed.c:273
6246 msgid "Only one Client resource permitted in %s\n"
6249 #: src/filed/filed.c:296
6252 "Neither \"TLS CA Certificate\" or \"TLS CA Certificate Dir\" are defined for "
6253 "File daemon in %s.\n"
6256 #: src/filed/filed.c:320
6257 msgid "PKI encryption/signing enabled but not compiled into Bacula.\n"
6260 #: src/filed/filed.c:331
6263 "\"PKI Key Pair\" must be defined for File daemon \"%s\" in %s if either "
6264 "\"PKI Sign\" or \"PKI Encrypt\" are enabled.\n"
6267 #: src/filed/filed.c:343 src/filed/filed.c:374 src/filed/filed.c:415
6268 msgid "Failed to allocate a new keypair object.\n"
6271 #: src/filed/filed.c:347
6273 msgid "Failed to load public certificate for File daemon \"%s\" in %s.\n"
6276 #: src/filed/filed.c:353
6278 msgid "Failed to load private key for File daemon \"%s\" in %s.\n"
6281 #: src/filed/filed.c:383
6283 msgid "Failed to load private key from file %s for File daemon \"%s\" in %s.\n"
6286 #: src/filed/filed.c:390
6289 "Failed to load trusted signer certificate from file %s for File daemon \"%s"
6293 #: src/filed/filed.c:421
6296 "Failed to load master key certificate from file %s for File daemon \"%s\" in "
6300 #: src/filed/filed.c:437
6302 msgid "No Director resource defined in %s\n"
6305 #: src/filed/job.c:373
6307 msgid "2901 Job %s not found.\n"
6310 #: src/filed/job.c:382
6312 msgid "2001 Job %s marked to be canceled.\n"
6315 #: src/filed/job.c:385
6316 msgid "2902 Error scanning cancel command.\n"
6319 #: src/filed/job.c:404
6321 msgid "2991 Bad setdebug command: %s\n"
6324 #: src/filed/job.c:420
6326 msgid "Bad estimate command: %s"
6329 #: src/filed/job.c:421
6330 msgid "2992 Bad estimate command.\n"
6333 #: src/filed/job.c:444
6335 msgid "Bad Job Command: %s"
6338 #: src/filed/job.c:465
6340 msgid "Bad RunBeforeJob command: %s\n"
6343 #: src/filed/job.c:466 src/filed/job.c:484
6344 msgid "2905 Bad RunBeforeJob command.\n"
6347 #: src/filed/job.c:495
6348 msgid "2905 Bad RunBeforeNow command.\n"
6351 #: src/filed/job.c:510
6353 msgid "Bad RunAfter command: %s\n"
6356 #: src/filed/job.c:511
6357 msgid "2905 Bad RunAfterJob command.\n"
6360 #: src/filed/job.c:545
6362 msgid "Bad RunScript command: %s\n"
6365 #: src/filed/job.c:546
6366 msgid "2905 Bad RunScript command.\n"
6369 #: src/filed/job.c:648
6371 msgid "Error running program: %s. stat=%d: ERR=%s\n"
6374 #: src/filed/job.c:658
6376 msgid "Cannot open FileSet input file: %s. ERR=%s\n"
6379 #: src/filed/job.c:754
6381 msgid "REGEX %s compile error. ERR=%s\n"
6384 #: src/filed/job.c:816
6386 msgid "Invalid FileSet command: %s\n"
6389 #: src/filed/job.c:1050 src/findlib/match.c:199 src/tools/testfind.c:635
6391 msgid "Unknown include/exclude option: %c\n"
6394 #: src/filed/job.c:1119 src/stored/fd_cmds.c:355
6396 msgid "Could not create bootstrap file %s: ERR=%s\n"
6399 #: src/filed/job.c:1228
6401 msgid "DIR and FD clocks differ by %d seconds, FD automatically adjusting.\n"
6404 #: src/filed/job.c:1236
6406 msgid "Unknown backup level: %s\n"
6409 #: src/filed/job.c:1248
6411 msgid "Bad level command: %s\n"
6414 #: src/filed/job.c:1269
6416 msgid "Bad session command: %s"
6419 #: src/filed/job.c:1290
6421 msgid "Bad storage command: %s"
6424 #: src/filed/job.c:1299
6426 msgid "Failed to connect to Storage daemon: %s:%d\n"
6429 #: src/filed/job.c:1311
6430 msgid "Failed to authenticate Storage daemon.\n"
6433 #: src/filed/job.c:1349
6434 msgid "Cannot contact Storage daemon\n"
6437 #: src/filed/job.c:1367
6439 msgid "Bad response to append open: %s\n"
6442 #: src/filed/job.c:1372
6443 msgid "Bad response from stored to open command\n"
6446 #: src/filed/job.c:1399
6448 msgid "Generate VSS snapshots. Driver=\"%s\", Drive(s)=\"%s\"\n"
6451 #: src/filed/job.c:1401
6452 msgid "Generate VSS snapshots failed.\n"
6455 #: src/filed/job.c:1408
6458 "Generate VSS snapshot of drive \"%c:\\\" failed. VSS support is disabled on "
6462 #: src/filed/job.c:1415
6464 msgid "VSS Writer (PrepareForBackup): %s\n"
6467 #: src/filed/job.c:1420
6468 msgid "No drive letters found for generating VSS snapshots.\n"
6471 #: src/filed/job.c:1424
6473 msgid "VSS was not initialized properly. VSS support is disabled. ERR=%s\n"
6476 #: src/filed/job.c:1474
6477 msgid "Append Close with SD failed.\n"
6480 #: src/filed/job.c:1478
6482 msgid "Bad status %d returned from Storage Daemon.\n"
6485 #: src/filed/job.c:1496
6487 msgid "VSS Writer (BackupComplete): %s\n"
6490 #: src/filed/job.c:1524
6492 msgid "2994 Bad verify command: %s\n"
6495 #: src/filed/job.c:1539 src/filed/job.c:1578
6497 msgid "2994 Bad verify level: %s\n"
6500 #: src/filed/job.c:1622
6502 msgid "Bad replace command. CMD=%s\n"
6505 #: src/filed/job.c:1640
6507 msgid "Bad where regexp. where=%s\n"
6510 #: src/filed/job.c:1714
6511 msgid "Improper calling sequence.\n"
6514 #: src/filed/job.c:1734
6516 msgid "Bad response to SD read open: %s\n"
6519 #: src/filed/job.c:1739
6520 msgid "Bad response from stored to read open command\n"
6523 #: src/filed/job.c:1803
6525 msgid "Comm error with SD. bad response to %s. ERR=%s\n"
6528 #: src/filed/job.c:1806
6530 msgid "Bad response to %s command. Wanted %s, got %s\n"
6533 #: src/filed/pythonfd.c:157 src/stored/pythonsd.c:162
6535 msgid "Cannot delete attribute %s"
6538 #: src/filed/pythonfd.c:175 src/filed/pythonfd.c:191 src/stored/pythonsd.c:195
6540 msgid "Cannot find attribute %s"
6543 #: src/filed/restore.c:133
6545 msgid "Size of data or stream of %s not correct. Original %s, restored %s.\n"
6548 #: src/filed/restore.c:255 src/filed/verify_vol.c:99
6550 msgid "Record header scan error: %s\n"
6553 #: src/filed/restore.c:263 src/filed/verify_vol.c:108
6555 msgid "Data record error. ERR=%s\n"
6558 #: src/filed/restore.c:267 src/filed/verify_vol.c:112
6560 msgid "Actual data size %d not same as header %d\n"
6563 #: src/filed/restore.c:294 src/filed/restore.c:639
6564 msgid "Logic error: output file should be open\n"
6567 #: src/filed/restore.c:315 src/filed/restore.c:652
6568 msgid "Logic error: output file should not be open\n"
6571 #: src/filed/restore.c:326 src/filed/verify_vol.c:151
6572 #: src/stored/bextract.c:302 src/stored/bls.c:383 src/stored/bscan.c:663
6574 msgid "Record header file index %ld not equal record index %ld\n"
6577 #: src/filed/restore.c:339 src/stored/bextract.c:311
6579 msgid "%s stream not supported on this Client.\n"
6582 #: src/filed/restore.c:391
6583 msgid "Unexpected cryptographic session data stream.\n"
6586 #: src/filed/restore.c:399
6588 "No private decryption keys have been defined to decrypt encrypted backup "
6592 #: src/filed/restore.c:410
6593 msgid "Could not create digest.\n"
6596 #: src/filed/restore.c:424
6597 msgid "Missing private key required to decrypt encrypted backup data.\n"
6600 #: src/filed/restore.c:427
6601 msgid "Decrypt of the session key failed.\n"
6604 #: src/filed/restore.c:431
6606 msgid "An error occurred while decoding encrypted session data stream: %s\n"
6609 #: src/filed/restore.c:480 src/filed/restore.c:526
6611 msgid "Missing encryption session data stream for %s\n"
6614 #: src/filed/restore.c:488 src/filed/restore.c:533
6616 msgid "Failed to initialize decryption context for %s\n"
6619 #: src/filed/restore.c:545
6621 msgid " Cannot open resource fork for %s.\n"
6624 #: src/filed/restore.c:571
6626 msgid " Invalid length of Finder Info (got %d, not 32)\n"
6629 #: src/filed/restore.c:575
6631 msgid " Could not set Finder Info on %s\n"
6634 #: src/filed/restore.c:588
6636 msgid "Can't restore ACL of %s\n"
6639 #: src/filed/restore.c:600
6641 msgid "Can't restore default ACL of %s\n"
6644 #: src/filed/restore.c:610
6645 msgid "Unexpected cryptographic signature data stream.\n"
6648 #: src/filed/restore.c:616
6650 msgid "Failed to decode message signature for %s\n"
6653 #: src/filed/restore.c:655 src/stored/bextract.c:469
6655 msgid "Unknown stream=%d ignored. This shouldn't happen!\n"
6658 #: src/filed/restore.c:732
6661 "%d non-supported data streams and %d non-supported attrib streams ignored.\n"
6664 #: src/filed/restore.c:736
6666 msgid "%d non-supported resource fork streams ignored.\n"
6669 #: src/filed/restore.c:739
6671 msgid "%d non-supported Finder Info streams ignored.\n"
6674 #: src/filed/restore.c:742
6676 msgid "%d non-supported acl streams ignored.\n"
6679 #: src/filed/restore.c:745
6681 msgid "%d non-supported crypto streams ignored.\n"
6684 #: src/filed/restore.c:757
6688 #: src/filed/restore.c:761
6692 #: src/filed/restore.c:763
6693 msgid "Zlib stream error"
6696 #: src/filed/restore.c:765
6697 msgid "Zlib data error"
6700 #: src/filed/restore.c:767
6701 msgid "Zlib memory error"
6704 #: src/filed/restore.c:769
6705 msgid "Zlib buffer error"
6708 #: src/filed/restore.c:771
6709 msgid "Zlib version error"
6712 #: src/filed/restore.c:773 src/lib/util.c:591 src/lib/util.c:601
6713 #: src/lib/util.c:609 src/lib/util.c:616 src/lib/util.c:623 src/lib/util.c:637
6714 #: src/lib/util.c:647 src/lib/util.c:654 src/lib/util.c:665
6718 #: src/filed/restore.c:809
6720 msgid "Missing cryptographic signature for %s\n"
6723 #: src/filed/restore.c:838 src/filed/restore.c:862
6725 msgid "Signature validation failed for file %s: ERR=%s\n"
6728 #: src/filed/restore.c:852
6730 msgid "Digest one file failed for file: %s\n"
6733 #: src/filed/restore.c:883
6735 msgid "Signature validation failed for %s: %s\n"
6738 #: src/filed/restore.c:909 src/stored/bextract.c:400
6740 msgid "Seek to %s error on %s: ERR=%s\n"
6743 #: src/filed/restore.c:936
6745 msgid "Uncompression error on file %s. ERR=%s\n"
6748 #: src/filed/restore.c:945 src/stored/bextract.c:434
6749 msgid "GZIP data stream found, but GZIP not configured!\n"
6752 #: src/filed/restore.c:968
6754 msgid "Write error in Win32 Block Decomposition on %s: %s\n"
6757 #: src/filed/restore.c:974 src/stored/bextract.c:372 src/stored/bextract.c:422
6759 msgid "Write error on %s: %s\n"
6762 #: src/filed/restore.c:1023
6763 msgid "Decryption error\n"
6766 #: src/filed/restore.c:1113
6768 msgid "Decryption error. buf_len=%d decrypt_len=%d on file %s\n"
6771 #: src/filed/restore.c:1217
6772 msgid "Open File Manager paused\n"
6775 #: src/filed/restore.c:1221
6776 msgid "FAILED to pause Open File Manager\n"
6779 #: src/filed/restore.c:1229
6781 msgid "Running as '%s'. Privmask=%#08x\n"
6784 #: src/filed/restore.c:1231
6785 msgid "Failed to retrieve current UserName\n"
6788 #: src/filed/status.c:77
6790 msgid "%s Version: %s (%s) %s %s %s %s\n"
6793 #: src/filed/status.c:81 src/stored/status.c:86
6795 msgid "Daemon started %s, %d Job%s run since started.\n"
6798 #: src/filed/status.c:136
6800 msgid " Sizeof: boffset_t=%d size_t=%d debug=%d trace=%d\n"
6803 #: src/filed/status.c:155
6805 msgid "Director connected at: %s\n"
6808 #: src/filed/status.c:157
6810 msgid "JobId %d Job %s is running.\n"
6813 #: src/filed/status.c:160
6815 msgid " %s%s Job started: %s\n"
6818 #: src/filed/status.c:172 src/stored/status.c:424
6820 msgid " Files=%s Bytes=%s Bytes/sec=%s\n"
6823 #: src/filed/status.c:177
6825 msgid " Files Examined=%s Errors=%d\n"
6828 #: src/filed/status.c:183
6830 msgid " Processing file: %s\n"
6833 #: src/filed/status.c:194
6834 msgid " SDSocket closed.\n"
6837 #: src/filed/status.c:328 src/filed/status.c:352 src/stored/status.c:636
6838 #: src/stored/status.c:659
6840 msgid "Bad .status command: %s\n"
6843 #: src/filed/status.c:329
6844 msgid "2900 Bad .status command, missing argument.\n"
6847 #: src/filed/status.c:353
6848 msgid "2900 Bad .status command, wrong argument.\n"
6851 #: src/filed/status.c:390 src/stored/status.c:577
6852 msgid "Init Catalog"
6855 #: src/filed/status.c:393 src/stored/status.c:580
6856 msgid "Volume to Catalog"
6859 #: src/filed/status.c:396 src/stored/status.c:583
6860 msgid "Disk to Catalog"
6863 #: src/filed/status.c:399 src/stored/status.c:586
6867 #: src/filed/status.c:405 src/lib/util.c:361 src/stored/status.c:592
6868 msgid "Unknown Job Level"
6871 #: src/filed/status.c:421
6872 msgid "Bacula Client: Idle"
6875 #: src/filed/status.c:432
6876 msgid "Bacula Client: Running"
6879 #: src/filed/status.c:446
6880 msgid "Bacula Client: Last Job Canceled"
6883 #: src/filed/status.c:450
6884 msgid "Bacula Client: Last Job Failed"
6887 #: src/filed/status.c:454
6888 msgid "Bacula Client: Last Job had Warnings"
6891 #: src/filed/verify.c:53
6893 msgid "Cannot malloc %d network read buffer\n"
6896 #: src/filed/verify.c:146
6898 msgid " Archive file skipped: %s\n"
6901 #: src/filed/verify.c:149
6903 msgid " Recursion turned off. Directory skipped: %s\n"
6906 #: src/filed/verify.c:153
6908 msgid " File system change prohibited. Directory skipped: %s\n"
6911 #: src/filed/verify.c:163
6913 msgid " Unknown file type %d: %s\n"
6916 #: src/filed/verify.c:206 src/filed/verify_vol.c:209
6918 msgid "Network error in send to Director: ERR=%s\n"
6921 #: src/filed/verify.c:352
6923 msgid "Error reading file %s: ERR=%s\n"
6926 #: src/filed/verify_vol.c:65
6927 msgid "Storage command not issued before Verify.\n"
6930 #: src/filed/verify_vol.c:145
6932 msgid "Error scanning record header: %s\n"
6935 #: src/findlib/attribs.c:408
6937 msgid "File size of restored file %s not correct. Original %s, restored %s.\n"
6940 #: src/findlib/attribs.c:434 src/findlib/attribs.c:441
6942 msgid "Unable to set file owner %s: ERR=%s\n"
6945 #: src/findlib/attribs.c:447
6947 msgid "Unable to set file modes %s: ERR=%s\n"
6950 #: src/findlib/attribs.c:457
6952 msgid "Unable to set file times %s: ERR=%s\n"
6955 #: src/findlib/attribs.c:471
6957 msgid "Unable to set file flags %s: ERR=%s\n"
6960 #: src/findlib/attribs.c:714
6962 msgid "Error in %s file %s: ERR=%s\n"
6965 #: src/findlib/attribs.c:731
6967 msgid "Error in %s: ERR=%s\n"
6970 #: src/findlib/bfile.c:82
6971 msgid "Unix attributes"
6974 #: src/findlib/bfile.c:84
6978 #: src/findlib/bfile.c:86
6982 #: src/findlib/bfile.c:88
6986 #: src/findlib/bfile.c:90
6987 msgid "Extended attributes"
6990 #: src/findlib/bfile.c:92
6994 #: src/findlib/bfile.c:94
6995 msgid "GZIP sparse data"
6998 #: src/findlib/bfile.c:96
6999 msgid "Program names"
7002 #: src/findlib/bfile.c:98
7003 msgid "Program data"
7006 #: src/findlib/bfile.c:100
7010 #: src/findlib/bfile.c:102
7014 #: src/findlib/bfile.c:104
7015 msgid "Win32 GZIP data"
7018 #: src/findlib/bfile.c:106
7019 msgid "MacOS Fork data"
7022 #: src/findlib/bfile.c:108
7023 msgid "HFS+ attribs"
7026 #: src/findlib/bfile.c:110
7027 msgid "Standard Unix ACL attribs"
7030 #: src/findlib/bfile.c:112
7031 msgid "Default Unix ACL attribs"
7034 #: src/findlib/bfile.c:114
7035 msgid "SHA256 digest"
7038 #: src/findlib/bfile.c:116
7039 msgid "SHA512 digest"
7042 #: src/findlib/bfile.c:118
7043 msgid "Signed digest"
7046 #: src/findlib/bfile.c:120
7047 msgid "Encrypted File data"
7050 #: src/findlib/bfile.c:122
7051 msgid "Encrypted Win32 data"
7054 #: src/findlib/bfile.c:124
7055 msgid "Encrypted session data"
7058 #: src/findlib/bfile.c:126
7059 msgid "Encrypted GZIP data"
7062 #: src/findlib/bfile.c:128
7063 msgid "Encrypted Win32 GZIP data"
7066 #: src/findlib/bfile.c:130
7067 msgid "Encrypted MacOS fork data"
7070 #: src/findlib/create_file.c:123
7072 msgid "File skipped. Not newer: %s\n"
7075 #: src/findlib/create_file.c:130
7077 msgid "File skipped. Not older: %s\n"
7080 #: src/findlib/create_file.c:136
7082 msgid "File skipped. Already exists: %s\n"
7085 #: src/findlib/create_file.c:162
7087 msgid "File %s already exists and could not be replaced. ERR=%s.\n"
7090 #: src/findlib/create_file.c:214 src/findlib/create_file.c:277
7091 #: src/findlib/create_file.c:370
7093 msgid "bpkt already open fid=%d\n"
7096 #: src/findlib/create_file.c:222
7098 msgid "Could not create %s: ERR=%s\n"
7101 #: src/findlib/create_file.c:236
7103 msgid "Cannot make fifo %s: ERR=%s\n"
7106 #: src/findlib/create_file.c:254
7108 msgid "Cannot make node %s: ERR=%s\n"
7111 #: src/findlib/create_file.c:299
7113 msgid "Could not symlink %s -> %s: ERR=%s\n"
7116 #: src/findlib/create_file.c:324 src/findlib/create_file.c:335
7118 msgid "Could not restore file flags for file %s: ERR=%s\n"
7121 #: src/findlib/create_file.c:328 src/findlib/create_file.c:343
7123 msgid "Could not hard link %s -> %s: ERR=%s\n"
7126 #: src/findlib/create_file.c:339
7128 msgid "Could not reset file flags for file %s: ERR=%s\n"
7131 #: src/findlib/create_file.c:402
7133 msgid "Original file %s not saved: type=%d\n"
7136 #: src/findlib/create_file.c:405
7138 msgid "Unknown file type %d; not restored: %s\n"
7141 #: src/findlib/create_file.c:449
7143 msgid "Zero length filename: %s\n"
7146 #: src/findlib/enable_priv.c:92
7147 msgid "AdjustTokenPrivileges set "
7150 #: src/findlib/find_one.c:228
7152 msgid "Cannot stat file %s: ERR=%s\n"
7155 #: src/findlib/find_one.c:234
7157 msgid "%s mtime changed during backup.\n"
7160 #: src/findlib/find_one.c:240
7162 msgid "%s ctime changed during backup.\n"
7165 #: src/findlib/find_one.c:246 src/findlib/find_one.c:253
7167 msgid "%s size changed during backup.\n"
7170 #: src/findlib/find_one.c:310
7172 msgid "Top level directory \"%s\" has unlisted fstype \"%s\"\n"
7175 #: src/findlib/find_one.c:325
7177 msgid "Top level directory \"%s\" has an unlisted drive type \"%s\"\n"
7180 #: src/findlib/makepath.c:144
7182 msgid "Cannot create directory %s: ERR=%s\n"
7185 #: src/findlib/makepath.c:148 src/findlib/makepath.c:426
7187 msgid "%s exists but is not a directory\n"
7190 #: src/findlib/makepath.c:257
7192 msgid "%c: is not a valid drive\n"
7195 #: src/findlib/makepath.c:324 src/findlib/makepath.c:385
7196 #: src/findlib/makepath.c:445
7198 msgid "Cannot change owner and/or group of %s: ERR=%s\n"
7201 #: src/findlib/makepath.c:345
7203 msgid "Cannot chdir to directory, %s: ERR=%s\n"
7206 #: src/findlib/makepath.c:400 src/findlib/makepath.c:416
7207 #: src/findlib/makepath.c:450
7209 msgid "Cannot change permissions of %s: ERR=%s\n"
7212 #: src/findlib/save-cwd.c:77
7214 msgid "Cannot open current directory: %s\n"
7217 #: src/findlib/save-cwd.c:91
7219 msgid "Current directory: %s\n"
7222 #: src/findlib/save-cwd.c:113
7224 msgid "Cannot get current directory: %s\n"
7227 #: src/findlib/save-cwd.c:134
7229 msgid "Cannot return to %s from %s: %s\n"
7232 #: src/findlib/save-cwd.c:138
7234 msgid "Cannot return to saved working directory from %s: %s\n"
7237 #: src/findlib/save-cwd.c:144
7239 msgid "Cannot return to %s: %s\n"
7242 #: src/findlib/save-cwd.c:148
7244 msgid "Cannot return to saved working directory: %s\n"
7247 #: src/gnome2-console/authenticate.c:87
7249 msgid "%s: Director authorization problem.\n"
7252 #: src/gnome2-console/authenticate.c:88
7253 msgid "Director authorization problem.\n"
7256 #: src/gnome2-console/authenticate.c:90
7258 "Please see http://www.bacula.org/rel-manual/faq.html#AuthorizationErrors for "
7262 #: src/gnome2-console/authenticate.c:100
7264 msgid "%s: Bad response to Hello command: ERR=%s\n"
7267 #: src/gnome2-console/authenticate.c:102
7268 msgid "The Director is probably not running.\n"
7271 #: src/gnome2-console/console.c:102
7275 "Version: %s (%s) %s %s %s\n"
7277 "Usage: bgnome-console [-s] [-c config_file] [-d debug_level] [config_file]\n"
7278 " -c <file> set configuration file to file\n"
7279 " -dnn set debug level to nn\n"
7281 " -t test - read configuration and exit\n"
7282 " -? print this message.\n"
7286 #: src/gnome2-console/console.c:234
7288 msgid "Pthread cond init error = %s\n"
7291 #: src/gnome2-console/console.c:379
7292 msgid " Not Connected"
7295 #: src/gnome2-console/console.c:500
7297 msgid " Connecting to Director %s:%d"
7300 #: src/gnome2-console/console.c:501
7303 "Connecting to Director %s:%d\n"
7307 #: src/gnome2-console/console.c:516 src/wx-console/console_thread.cpp:381
7309 msgid "Passphrase for Console \"%s\" TLS private key: "
7312 #: src/gnome2-console/console.c:538 src/wx-console/console_thread.cpp:402
7314 msgid "Passphrase for Director \"%s\" TLS private key: "
7317 #: src/gnome2-console/console.c:557 src/tray-monitor/tray-monitor.c:907
7318 #: src/wx-console/console_thread.cpp:420
7319 msgid "Director daemon"
7322 #: src/gnome2-console/console.c:569
7323 msgid " Initializing ..."
7326 #: src/gnome2-console/console.c:605
7330 #: src/gnome2-console/console.c:613
7331 msgid " Processing command ..."
7334 #: src/gnome2-console/console.c:648
7335 msgid " At prompt waiting for input ..."
7338 #: src/gnome2-console/console.c:768
7342 #: src/gnome2-console/console_conf.c:147
7344 msgid "Console: name=%s\n"
7347 #: src/gnome2-console/console_conf.c:150 src/tray-monitor/tray_conf.c:195
7349 msgid "ConsoleFont: name=%s font face=%s\n"
7352 #: src/gnome2-console/interface.c:202
7353 msgid "Bacula Console"
7356 #: src/gnome2-console/interface.c:235 src/wx-console/wxbmainframe.cpp:248
7357 #: src/wx-console/wxbmainframe.cpp:619
7361 #: src/gnome2-console/interface.c:238
7362 msgid "Connect to Director"
7365 #: src/gnome2-console/interface.c:242
7369 #: src/gnome2-console/interface.c:245 src/gnome2-console/interface.c:682
7370 #: src/gnome2-console/interface.c:696
7374 #: src/gnome2-console/interface.c:249
7378 #: src/gnome2-console/interface.c:255 src/lib/util.c:293
7379 #: src/wx-console/wxbrestorepanel.cpp:403
7380 #: src/wx-console/wxbrestorepanel.cpp:1973
7384 #: src/gnome2-console/interface.c:261
7388 #: src/gnome2-console/interface.c:267
7392 #: src/gnome2-console/interface.c:270
7393 msgid "Display Messages"
7396 #: src/gnome2-console/interface.c:294
7400 #: src/gnome2-console/interface.c:303
7401 msgid "Enter Commands Here"
7404 #: src/gnome2-console/interface.c:314
7408 #: src/gnome2-console/interface.c:323 src/gnome2-console/interface.c:1709
7412 #: src/gnome2-console/interface.c:424
7413 msgid "About Bacula Console"
7416 #: src/gnome2-console/interface.c:439
7417 msgid "Bacula Console\n"
7420 #: src/gnome2-console/interface.c:448
7421 msgid "Copyright (c) 2000 - 2004, Kern Sibbald and John Walker"
7424 #: src/gnome2-console/interface.c:453
7425 msgid "Authors: Kern Sibbald and John Walker"
7428 #: src/gnome2-console/interface.c:458
7429 msgid "It comes by night and sucks the essence from your computers"
7432 #: src/gnome2-console/interface.c:523 src/gnome2-console/interface.c:540
7433 msgid "Select Director"
7436 #: src/gnome2-console/interface.c:570
7440 #: src/gnome2-console/interface.c:715 src/gnome2-console/interface.c:1631
7444 #: src/gnome2-console/interface.c:736
7448 #: src/gnome2-console/interface.c:756 src/gnome2-console/interface.c:785
7449 #: src/gnome2-console/interface.c:1284 src/gnome2-console/interface.c:1680
7453 #: src/gnome2-console/interface.c:765 src/gnome2-console/interface.c:1660
7454 #: src/wx-console/wxbrestorepanel.cpp:1885
7458 #: src/gnome2-console/interface.c:795 src/gnome2-console/interface.c:1689
7462 #: src/gnome2-console/interface.c:820 src/wx-console/wxbrestorepanel.cpp:1892
7466 #: src/gnome2-console/interface.c:836
7470 #: src/gnome2-console/interface.c:857
7474 #: src/gnome2-console/interface.c:867 src/gnome2-console/interface.c:1433
7475 #: src/gnome2-console/interface.c:1718
7479 #: src/gnome2-console/interface.c:888 src/gnome2-console/interface.c:919
7480 #: src/gnome2-console/interface.c:949 src/gnome2-console/interface.c:969
7481 #: src/gnome2-console/interface.c:989 src/gnome2-console/interface.c:1009
7482 #: src/gnome2-console/interface.c:1014 src/gnome2-console/interface.c:1483
7483 #: src/gnome2-console/interface.c:1739 src/gnome2-console/interface.c:1769
7484 #: src/gnome2-console/interface.c:1788 src/gnome2-console/interface.c:1793
7488 #: src/gnome2-console/interface.c:898 src/gnome2-console/interface.c:1407
7489 #: src/gnome2-console/interface.c:1748 src/wx-console/wxbrestorepanel.cpp:1887
7493 #: src/gnome2-console/interface.c:929
7497 #: src/gnome2-console/interface.c:959
7501 #: src/gnome2-console/interface.c:979 src/wx-console/wxbrestorepanel.cpp:1889
7505 #: src/gnome2-console/interface.c:999 src/wx-console/wxbrestorepanel.cpp:1870
7509 #: src/gnome2-console/interface.c:1194
7510 msgid "Restore File Selection"
7513 #: src/gnome2-console/interface.c:1238
7514 msgid "Current dir:"
7517 #: src/gnome2-console/interface.c:1265
7518 msgid "Files Selected: "
7521 #: src/gnome2-console/interface.c:1385 src/gnome2-console/interface.c:1396
7522 msgid "Label a Volume"
7525 #: src/gnome2-console/interface.c:1458
7526 msgid "Volume Name:"
7529 #: src/gnome2-console/interface.c:1472
7533 #: src/gnome2-console/interface.c:1598
7534 msgid "Restore Files Dialog"
7537 #: src/gnome2-console/interface.c:1613
7538 msgid "Restore Files"
7541 #: src/gnome2-console/interface.c:1778
7545 #: src/gnome2-console/interface.c:1824
7546 msgid "Select Files"
7549 #: src/gnome2-console/interface.c:1907
7553 #: src/gnome2-console/restore.c:149
7557 #: src/gnome2-console/restore.c:149
7561 #: src/gnome2-console/restore.c:149
7565 #: src/gnome2-console/restore.c:149 src/wx-console/wxbrestorepanel.cpp:305
7569 #: src/gnome2-console/restore.c:149 src/wx-console/wxbrestorepanel.cpp:309
7573 #: src/gnome2-console/restore.c:149 src/wx-console/wxbrestorepanel.cpp:293
7577 #: src/gnome2-console/restore.c:149 src/wx-console/wxbrestorepanel.cpp:297
7581 #: src/gnome2-console/support.c:60 src/gnome2-console/support.c:85
7583 msgid "Couldn't find pixmap file: %s"
7586 #: src/lib/address_conf.c:63
7588 msgid "Only ipv4 and ipv6 are supported (%d)\n"
7591 #: src/lib/address_conf.c:67
7593 msgid "Only ipv4 is supported (%d)\n"
7596 #: src/lib/address_conf.c:176
7598 msgid "It was tried to assign a ipv6 address to a ipv4(%d)\n"
7601 #: src/lib/address_conf.c:185
7603 msgid "It was tried to assign a ipv4 address to a ipv6(%d)\n"
7606 #: src/lib/address_conf.c:264
7608 msgid "Can't add default address (%s)\n"
7611 #: src/lib/address_conf.c:293
7612 msgid "the old style addresses cannot be mixed with new style"
7615 #: src/lib/address_conf.c:314
7617 msgid "can't resolve service(%s)"
7620 #: src/lib/address_conf.c:323
7622 msgid "can't resolve hostname(%s) %s"
7625 #: src/lib/address_conf.c:413 src/lib/address_conf.c:444
7627 msgid "Expected a block begin { , got: %s"
7630 #: src/lib/address_conf.c:418
7631 msgid "Empty addr block is not allowed"
7634 #: src/lib/address_conf.c:422
7636 msgid "Expected a string, got: %s"
7639 #: src/lib/address_conf.c:431
7641 msgid "Expected a string [ip|ipv4|ipv6], got: %s"
7644 #: src/lib/address_conf.c:435
7646 msgid "Expected a string [ip|ipv4], got: %s"
7649 #: src/lib/address_conf.c:440 src/lib/address_conf.c:470
7651 msgid "Expected a equal =, got: %s"
7654 #: src/lib/address_conf.c:451 src/lib/address_conf.c:466
7656 msgid "Expected a identifier [addr|port], got: %s"
7659 #: src/lib/address_conf.c:456
7660 msgid "Only one port per address block"
7663 #: src/lib/address_conf.c:462
7664 msgid "Only one addr per address block"
7667 #: src/lib/address_conf.c:478
7669 msgid "Expected a number or a string, got: %s"
7672 #: src/lib/address_conf.c:484 src/lib/address_conf.c:517
7674 msgid "Expected an IP number or a hostname, got: %s"
7677 #: src/lib/address_conf.c:490
7678 msgid "State machine missmatch"
7681 #: src/lib/address_conf.c:496 src/lib/address_conf.c:508
7683 msgid "Expected a end of block }, got: %s"
7686 #: src/lib/address_conf.c:502
7688 msgid "Can't add hostname(%s) and port(%s) to addrlist (%s)"
7691 #: src/lib/address_conf.c:522 src/lib/address_conf.c:536
7693 msgid "can't add port (%s) to (%s)"
7696 #: src/lib/address_conf.c:531
7698 msgid "Expected a port number or string, got: %s"
7701 #: src/lib/attr.c:76
7703 msgid "Error scanning attributes: %s\n"
7706 #: src/lib/berrno.c:62
7707 msgid "Child exited normally."
7710 #: src/lib/berrno.c:69
7711 msgid "Unknown error during program execvp"
7714 #: src/lib/berrno.c:72
7716 msgid "Child exited with code %d"
7719 #: src/lib/berrno.c:80
7721 msgid "Child died from signal %d: %s"
7724 #: src/lib/berrno.c:86
7725 msgid "Invalid errno. No error message possible."
7728 #: src/lib/bget_msg.c:99
7732 #: src/lib/bget_msg.c:103
7734 msgid "bget_msg: unknown signal %d\n"
7737 #: src/lib/bnet.c:118
7739 msgid "Attr spool write error. ERR=%s\n"
7742 #: src/lib/bnet.c:244 src/lib/bnet.c:283
7743 msgid "TLS connection initialization failed.\n"
7746 #: src/lib/bnet.c:252
7747 msgid "TLS Negotiation failed.\n"
7750 #: src/lib/bnet.c:258 src/lib/bnet.c:298
7752 "TLS certificate verification failed. Peer certificate did not match a "
7753 "required commonName\n"
7756 #: src/lib/bnet.c:305
7759 "TLS host certificate verification failed. Host %s did not match presented "
7763 #: src/lib/bnet.c:322
7764 msgid "TLS enabled but not configured.\n"
7767 #: src/lib/bnet.c:328
7768 msgid "TLS enable but not configured.\n"
7771 #: src/lib/bnet.c:386
7775 #: src/lib/bnet.c:389
7776 msgid "Authoritative answer for host not found."
7779 #: src/lib/bnet.c:392
7780 msgid "Non-authoritative for host not found, or ServerFail."
7783 #: src/lib/bnet.c:395
7784 msgid "Non-recoverable errors, FORMERR, REFUSED, or NOTIMP."
7787 #: src/lib/bnet.c:398
7788 msgid "Valid name, no data record of resquested type."
7791 #: src/lib/bnet.c:401
7792 msgid "Unknown error."
7795 #: src/lib/bnet.c:655
7797 msgid "Unknown sig %d"
7800 #: src/lib/bnet_server.c:109
7802 msgid "Cannot open stream socket. ERR=%s. Current %s All %s\n"
7805 #: src/lib/bnet_server.c:122 src/lib/bnet_server.c:273
7807 msgid "Cannot set SO_REUSEADDR on socket: %s\n"
7810 #: src/lib/bnet_server.c:131
7812 msgid "Cannot bind port %d: ERR=%s: Retrying ...\n"
7815 #: src/lib/bnet_server.c:136
7817 msgid "Cannot bind port %d: ERR=%s.\n"
7820 #: src/lib/bnet_server.c:147
7822 msgid "Could not init client queue: ERR=%s\n"
7825 #: src/lib/bnet_server.c:170 src/lib/bnet_server.c:336
7827 msgid "Error in select: %s\n"
7830 #: src/lib/bnet_server.c:191 src/lib/bnet_server.c:355
7832 msgid "Connection from %s:%d refused by hosts.access\n"
7835 #: src/lib/bnet_server.c:206 src/lib/bnet_server.c:368
7837 msgid "Cannot set SO_KEEPALIVE on socket: %s\n"
7840 #: src/lib/bnet_server.c:217
7841 msgid "Could not create client BSOCK.\n"
7844 #: src/lib/bnet_server.c:224
7846 msgid "Could not add job to client queue: ERR=%s\n"
7849 #: src/lib/bnet_server.c:235
7851 msgid "Could not destroy client queue: ERR=%s\n"
7854 #: src/lib/bnet_server.c:263
7856 msgid "Cannot open stream socket: %s\n"
7859 #: src/lib/bnet_server.c:293
7861 msgid "Cannot bind port %d: ERR=%s: retrying ...\n"
7864 #: src/lib/bnet_server.c:299
7865 msgid "Server socket"
7868 #: src/lib/bnet_server.c:299 src/lib/bnet_server.c:396
7872 #: src/lib/bnet_server.c:384
7874 msgid "Socket accept error for %s. ERR=%s\n"
7877 #: src/lib/bpipe.c:362 src/lib/bpipe.c:452
7878 msgid "Program killed by Bacula watchdog (timeout)\n"
7881 #: src/lib/bsys.c:208 src/lib/bsys.c:225 src/lib/bsys.c:249 src/lib/bsys.c:262
7883 msgid "Out of memory: ERR=%s\n"
7886 #: src/lib/bsys.c:304
7887 msgid "Buffer overflow.\n"
7890 #: src/lib/bsys.c:370
7894 #: src/lib/bsys.c:387
7895 msgid "Possible mutex deadlock.\n"
7898 #: src/lib/bsys.c:391 src/lib/bsys.c:424
7900 msgid "Mutex lock failure. ERR=%s\n"
7903 #: src/lib/bsys.c:394
7904 msgid "Possible mutex deadlock resolved.\n"
7907 #: src/lib/bsys.c:407
7909 msgid "Mutex unlock not locked. ERR=%s\n"
7912 #: src/lib/bsys.c:412 src/lib/bsys.c:434
7914 msgid "Mutex unlock failure. ERR=%s\n"
7917 #: src/lib/bsys.c:448
7919 msgid "Memset for %d bytes at %s:%d\n"
7922 #: src/lib/bsys.c:477
7924 msgid "Cannot open pid file. %s ERR=%s\n"
7927 #: src/lib/bsys.c:491
7930 "%s is already running. pid=%d\n"
7934 #: src/lib/bsys.c:504
7936 msgid "Could not open pid file. %s ERR=%s\n"
7939 #: src/lib/bsys.c:609
7941 msgid "Could not create state file. %s ERR=%s\n"
7944 #: src/lib/bsys.c:628
7946 msgid "Write final hdr error: ERR=%s\n"
7949 #: src/lib/bsys.c:664
7951 msgid "Could not find userid=%s: ERR=%s\n"
7954 #: src/lib/bsys.c:670
7956 msgid "Could not find password entry. ERR=%s\n"
7959 #: src/lib/bsys.c:683
7961 msgid "Could not find group=%s: ERR=%s\n"
7964 #: src/lib/bsys.c:691
7966 msgid "Could not initgroups for group=%s, userid=%s: ERR=%s\n"
7969 #: src/lib/bsys.c:694
7971 msgid "Could not initgroups for userid=%s: ERR=%s\n"
7974 #: src/lib/bsys.c:701
7976 msgid "Could not set group=%s: ERR=%s\n"
7979 #: src/lib/bsys.c:707
7981 msgid "Could not set specified userid: %s\n"
7984 #: src/lib/btimers.c:254
7985 msgid "stop_btimer called with NULL btimer_id\n"
7988 #: src/lib/cram-md5.c:109 src/lib/cram-md5.c:137
7989 msgid "1999 Authorization failed.\n"
7992 #: src/lib/crypto.c:435
7993 msgid "Unable to open certificate file"
7996 #: src/lib/crypto.c:442
7997 msgid "Unable to read certificate from file"
8000 #: src/lib/crypto.c:448
8001 msgid "Unable to extract public key from certificate"
8004 #: src/lib/crypto.c:455
8006 "Provided certificate does not include the required subjectKeyIdentifier "
8010 #: src/lib/crypto.c:462
8012 msgid "Unsupported key type provided: %d\n"
8015 #: src/lib/crypto.c:499 src/lib/crypto.c:547
8016 msgid "Unable to open private key file"
8019 #: src/lib/crypto.c:529 src/lib/crypto.c:563
8020 msgid "Unable to read private key from file"
8023 #: src/lib/crypto.c:622
8025 msgid "Unsupported digest type: %d\n"
8028 #: src/lib/crypto.c:636
8029 msgid "OpenSSL digest initialization failed"
8032 #: src/lib/crypto.c:650
8033 msgid "OpenSSL digest update failed"
8036 #: src/lib/crypto.c:668
8037 msgid "OpenSSL digest finalize failed"
8040 #: src/lib/crypto.c:766
8041 msgid "OpenSSL digest_new failed"
8044 #: src/lib/crypto.c:772
8045 msgid "OpenSSL sign get digest failed"
8048 #: src/lib/crypto.c:811 src/lib/crypto.c:815
8049 msgid "OpenSSL digest Verify final failed"
8052 #: src/lib/crypto.c:820
8053 msgid "No signers found for crypto verify.\n"
8056 #: src/lib/crypto.c:881
8057 msgid "Signature creation failed"
8060 #: src/lib/crypto.c:959
8061 msgid "Signature decoding failed"
8064 #: src/lib/crypto.c:1036
8065 msgid "Unsupported cipher type specified\n"
8068 #: src/lib/crypto.c:1185
8069 msgid "CryptoData decoding failed"
8072 #: src/lib/crypto.c:1229
8073 msgid "Failure decrypting the session key"
8076 #: src/lib/crypto.c:1280
8078 msgid "Unsupported contentEncryptionAlgorithm: %d\n"
8081 #: src/lib/crypto.c:1290 src/lib/crypto.c:1296
8082 msgid "OpenSSL cipher context initialization failed"
8085 #: src/lib/crypto.c:1303
8086 msgid "Encryption session provided an invalid symmetric key"
8089 #: src/lib/crypto.c:1309
8090 msgid "Encryption session provided an invalid IV"
8093 #: src/lib/crypto.c:1315
8094 msgid "OpenSSL cipher context key/IV initialization failed"
8097 #: src/lib/crypto.c:1385
8099 msgid "Unable to init OpenSSL threading: ERR=%s\n"
8102 #: src/lib/crypto.c:1398
8103 msgid "Failed to seed OpenSSL PRNG\n"
8106 #: src/lib/crypto.c:1424
8107 msgid "Failed to save OpenSSL PRNG\n"
8110 #: src/lib/crypto.c:1485
8112 msgid "Unsupported digest type=%d specified\n"
8115 #: src/lib/crypto.c:1505
8117 msgid "SHA1Update() returned an error: %d\n"
8120 #: src/lib/crypto.c:1648
8124 #: src/lib/crypto.c:1650
8125 msgid "Signer not found"
8128 #: src/lib/crypto.c:1652
8129 msgid "Recipient not found"
8132 #: src/lib/crypto.c:1654
8133 msgid "Unsupported digest algorithm"
8136 #: src/lib/crypto.c:1656
8137 msgid "Unsupported encryption algorithm"
8140 #: src/lib/crypto.c:1658
8141 msgid "Signature is invalid"
8144 #: src/lib/crypto.c:1660
8145 msgid "Decryption error"
8148 #: src/lib/crypto.c:1663
8149 msgid "Internal error"
8152 #: src/lib/crypto.c:1665
8153 msgid "Unknown error"
8156 #: src/lib/daemon.c:66
8158 msgid "Cannot fork to become daemon: %s\n"
8161 #: src/lib/edit.c:446
8163 msgid "Illegal character \"%c\" in name.\n"
8166 #: src/lib/edit.c:453
8167 msgid "Name too long.\n"
8170 #: src/lib/jcr.c:297
8174 #: src/lib/jcr.c:430
8176 msgid "JCR use_count=%d JobId=%d\n"
8179 #: src/lib/jcr.c:750
8182 "Watchdog sending kill after %d secs to thread stalled reading Storage "
8186 #: src/lib/jcr.c:762
8189 "Watchdog sending kill after %d secs to thread stalled reading File daemon.\n"
8192 #: src/lib/jcr.c:774
8195 "Watchdog sending kill after %d secs to thread stalled reading Director.\n"
8198 #: src/lib/lex.c:93 src/wx-console/console_thread.cpp:208
8200 msgid "Problem probably begins at line %d.\n"
8203 #: src/lib/lex.c:98 src/wx-console/console_thread.cpp:213
8206 "Config error: %s\n"
8207 " : line %d, col %d of file %s\n"
8212 #: src/lib/lex.c:102
8214 msgid "Config error: %s\n"
8217 #: src/lib/lex.c:131
8218 msgid "Close of NULL file\n"
8221 #: src/lib/lex.c:226
8222 msgid "get_char: called after EOF\n"
8225 #: src/lib/lex.c:268
8227 msgid "Config token too long, file: %s, line %d, begins at line %d\n"
8230 #: src/lib/lex.c:292
8234 #: src/lib/lex.c:293
8238 #: src/lib/lex.c:294
8242 #: src/lib/lex.c:295
8246 #: src/lib/lex.c:296
8250 #: src/lib/lex.c:297
8254 #: src/lib/lex.c:298
8255 msgid "quoted_string"
8258 #: src/lib/lex.c:299
8259 msgid "UTF-8 Byte Order Mark"
8262 #: src/lib/lex.c:300
8263 msgid "UTF-16le Byte Order Mark"
8266 #: src/lib/lex.c:338 src/lib/lex.c:344
8268 msgid "expected a positive integer number, got: %s"
8271 #: src/lib/lex.c:454
8273 "This config file appears to be in an unsupported Unicode format (UTF-16be). "
8274 "Please resave as UTF-8\n"
8277 #: src/lib/lex.c:583
8279 msgid "Cannot open included config file %s: %s\n"
8282 #: src/lib/lex.c:642
8284 msgid "expected an integer or a range, got %s: %s"
8287 #: src/lib/lex.c:656 src/lib/lex.c:664 src/lib/lex.c:675 src/lib/lex.c:683
8289 msgid "expected an integer number, got %s: %s"
8292 #: src/lib/lex.c:693
8294 msgid "expected a name, got %s: %s"
8297 #: src/lib/lex.c:697
8299 msgid "name %s length %d too long, max is %d\n"
8302 #: src/lib/lex.c:705
8304 msgid "expected a string, got %s: %s"
8307 #: src/lib/mem_pool.c:108
8309 msgid "MemPool index %d larger than max %d\n"
8312 #: src/lib/mem_pool.c:126 src/lib/mem_pool.c:146 src/lib/mem_pool.c:181
8313 #: src/lib/mem_pool.c:253 src/lib/mem_pool.c:273 src/lib/mem_pool.c:311
8314 #: src/lib/mem_pool.c:583
8316 msgid "Out of memory requesting %d bytes\n"
8319 #: src/lib/message.c:268 src/lib/message.c:278
8321 msgid "Could not open console message file %s: ERR=%s\n"
8324 #: src/lib/message.c:283
8326 msgid "Could not get con mutex: ERR=%s\n"
8329 #: src/lib/message.c:387
8331 msgid "open mail pipe %s failed: ERR=%s\n"
8334 #: src/lib/message.c:393
8335 msgid "Bacula Message"
8338 #: src/lib/message.c:453
8339 msgid "open mail pipe failed.\n"
8342 #: src/lib/message.c:465
8344 msgid "close error: ERR=%s\n"
8347 #: src/lib/message.c:476
8349 msgid "Mail prog: %s"
8352 #: src/lib/message.c:485
8355 "Mail program terminated in error.\n"
8360 #: src/lib/message.c:584 src/lib/message.c:735
8362 msgid "fopen %s failed: ERR=%s\n"
8365 #: src/lib/message.c:717
8368 "Operator mail program terminated in error.\n"
8373 #: src/lib/message.c:1015
8375 msgid "%s: ABORTING due to ERROR in %s:%d\n"
8378 #: src/lib/message.c:1019
8380 msgid "%s: ERROR TERMINATION at %s:%d\n"
8383 #: src/lib/message.c:1024
8385 msgid "%s: Fatal Error because: "
8388 #: src/lib/message.c:1026
8390 msgid "%s: Fatal Error at %s:%d because:\n"
8393 #: src/lib/message.c:1030
8398 #: src/lib/message.c:1032
8400 msgid "%s: ERROR in %s:%d "
8403 #: src/lib/message.c:1035
8405 msgid "%s: Warning: "
8408 #: src/lib/message.c:1038
8410 msgid "%s: Security violation: "
8413 #: src/lib/message.c:1114
8415 msgid "%s ABORTING due to ERROR\n"
8418 #: src/lib/message.c:1117
8420 msgid "%s ERROR TERMINATION\n"
8423 #: src/lib/message.c:1120
8425 msgid "%s: %s Fatal error: "
8428 #: src/lib/message.c:1126
8430 msgid "%s: %s Error: "
8433 #: src/lib/message.c:1132
8435 msgid "%s: %s Warning: "
8438 #: src/lib/message.c:1135
8440 msgid "%s: %s Security violation: "
8443 #: src/lib/openssl.c:118 src/lib/openssl.c:179 src/stored/dev.c:218
8444 #: src/stored/dev.c:236 src/stored/dev.c:243 src/stored/stored_conf.c:611
8446 msgid "Unable to init mutex: ERR=%s\n"
8449 #: src/lib/openssl.c:140 src/lib/openssl.c:213
8451 msgid "Unable to destroy mutex: ERR=%s\n"
8454 #: src/lib/parse_conf.c:180
8455 msgid "***UNKNOWN***"
8458 #: src/lib/parse_conf.c:200
8460 msgid "Unable to initialize resource lock. ERR=%s\n"
8463 #: src/lib/parse_conf.c:287 src/lib/parse_conf.c:306
8465 msgid "expected an =, got: %s"
8468 #: src/lib/parse_conf.c:314
8470 msgid "Unknown item code: %d\n"
8473 #: src/lib/parse_conf.c:354
8475 msgid "message type: %s not found"
8478 #: src/lib/parse_conf.c:391
8480 msgid "Attempt to redefine name \"%s\" to \"%s\"."
8483 #: src/lib/parse_conf.c:486
8485 msgid "Attempt to redefine resource \"%s\" referenced on line %d : %s\n"
8488 #: src/lib/parse_conf.c:521
8490 msgid "Too many %s directives. Max. is %d. line %d: %s\n"
8493 #: src/lib/parse_conf.c:531
8495 msgid "Could not find config Resource \"%s\" referenced on line %d : %s\n"
8498 #: src/lib/parse_conf.c:593
8500 msgid "Missing config Resource \"%s\" referenced on line %d : %s\n"
8503 #: src/lib/parse_conf.c:657
8505 msgid "expected a size number, got: %s"
8508 #: src/lib/parse_conf.c:662
8510 msgid "expected a size, got: %s"
8513 #: src/lib/parse_conf.c:699 src/lib/parse_conf.c:704
8515 msgid "expected a time period, got: %s"
8518 #: src/lib/parse_conf.c:763
8520 msgid "Expected a Tape Label keyword, got: %s"
8523 #: src/lib/parse_conf.c:819
8525 msgid "Cannot open config file \"%s\": %s\n"
8528 #: src/lib/parse_conf.c:835
8530 "Currently we cannot handle UTF-16 source files. Please convert the conf file "
8534 #: src/lib/parse_conf.c:839
8536 msgid "Expected a Resource name identifier, got: %s"
8539 #: src/lib/parse_conf.c:852
8541 msgid "expected resource name, got: %s"
8544 #: src/lib/parse_conf.c:863
8546 msgid "not in resource definition: %s"
8549 #: src/lib/parse_conf.c:888
8552 "Keyword \"%s\" not permitted in this resource.\n"
8553 "Perhaps you left the trailing brace off of the previous resource."
8556 #: src/lib/parse_conf.c:899
8557 msgid "Name not specified for resource"
8560 #: src/lib/parse_conf.c:908
8562 msgid "unexpected token %d %s in resource definition"
8565 #: src/lib/parse_conf.c:914
8567 msgid "Unknown parser state %d\n"
8570 #: src/lib/parse_conf.c:919
8571 msgid "End of conf file reached with unclosed resource."
8574 #: src/lib/pythonlib.c:127
8575 msgid "Could not initialize Python\n"
8578 #: src/lib/pythonlib.c:132
8580 msgid "Could not Run Python string %s\n"
8583 #: src/lib/pythonlib.c:144
8584 msgid "Could not initialize Python Job type.\n"
8587 #: src/lib/pythonlib.c:149
8589 msgid "Could not import Python script %s/%s. Python disabled.\n"
8592 #: src/lib/pythonlib.c:252
8593 msgid "Could not create Python Job Object.\n"
8596 #: src/lib/pythonlib.c:265 src/lib/pythonlib.c:289
8598 msgid "Python function \"%s\" not found.\n"
8601 #: src/lib/pythonlib.c:304
8603 msgid "Unknown Python daemon event %s\n"
8606 #: src/lib/pythonlib.c:329
8608 msgid "Unable to initialize the Python lock. ERR=%s\n"
8613 msgid "rwl_writelock failure at %s:%d: ERR=%s\n"
8618 msgid "rwl_writeunlock failure at %s:%d:. ERR=%s\n"
8621 #: src/lib/runscript.c:226
8623 msgid "%s: run command \"%s\"\n"
8626 #: src/lib/runscript.c:232
8628 msgid "Runscript: %s could not execute. ERR=%s\n"
8631 #: src/lib/runscript.c:241
8636 #: src/lib/runscript.c:246
8638 msgid "Runscript: %s returned non-zero status=%d. ERR=%s\n"
8641 #: src/lib/rwlock.c:297
8642 msgid "rwl_writeunlock called too many times.\n"
8645 #: src/lib/rwlock.c:301
8646 msgid "rwl_writeunlock by non-owner.\n"
8649 #: src/lib/rwlock.c:367
8651 msgid "Write lock failed. ERR=%s\n"
8654 #: src/lib/rwlock.c:375
8656 msgid "Write unlock failed. ERR=%s\n"
8659 #: src/lib/rwlock.c:386
8661 msgid "Read lock failed. ERR=%s\n"
8664 #: src/lib/rwlock.c:394
8666 msgid "Read unlock failed. ERR=%s\n"
8669 #: src/lib/rwlock.c:403
8671 msgid "Thread %d found unchanged elements %d times\n"
8674 #: src/lib/rwlock.c:436
8676 msgid "Init rwlock failed. ERR=%s\n"
8679 #: src/lib/rwlock.c:452
8681 msgid "Create thread failed. ERR=%s\n"
8684 #: src/lib/rwlock.c:464
8686 msgid "Join thread failed. ERR=%s\n"
8689 #: src/lib/rwlock.c:467
8691 msgid "%02d: interval %d, writes %d, reads %d\n"
8694 #: src/lib/rwlock.c:477
8696 msgid "data %02d: value %d, %d writes\n"
8699 #: src/lib/rwlock.c:482
8701 msgid "Total: %d thread writes, %d data writes\n"
8704 #: src/lib/rwlock.c:554
8705 msgid "Try write lock"
8708 #: src/lib/rwlock.c:560
8709 msgid "Try read lock"
8712 #: src/lib/rwlock.c:615
8713 msgid "Create thread"
8716 #: src/lib/rwlock.c:625
8720 #: src/lib/rwlock.c:627
8722 msgid "%02d: interval %d, updates %d, r_collisions %d, w_collisions %d\n"
8725 #: src/lib/rwlock.c:639
8727 msgid "data %02d: value %d, %d updates\n"
8730 #: src/lib/signal.c:68
8731 msgid "Invalid signal number"
8734 #: src/lib/signal.c:94
8736 msgid "Bacula interrupted by signal %d: %s\n"
8739 #: src/lib/signal.c:107
8741 msgid "Kaboom! %s, %s got signal %d - %s. Attempting traceback.\n"
8744 #: src/lib/signal.c:109
8746 msgid "Kaboom! exepath=%s\n"
8749 #: src/lib/signal.c:143
8751 msgid "Fork error: ERR=%s\n"
8754 #: src/lib/signal.c:150
8756 msgid "Calling: %s %s %s\n"
8759 #: src/lib/signal.c:153
8761 msgid "execv: %s failed: ERR=%s\n"
8764 #: src/lib/signal.c:168
8766 msgid "Traceback complete, attempting cleanup ...\n"
8769 #: src/lib/signal.c:176
8771 msgid "It looks like the traceback worked ...\n"
8774 #: src/lib/signal.c:205
8776 msgid "BA_NSIG too small (%d) should be (%d)\n"
8779 #: src/lib/signal.c:211
8780 msgid "UNKNOWN SIGNAL"
8783 #: src/lib/signal.c:212
8787 #: src/lib/signal.c:213
8791 #: src/lib/signal.c:214
8795 #: src/lib/signal.c:215
8796 msgid "Illegal instruction"
8799 #: src/lib/signal.c:216
8800 msgid "Trace/Breakpoint trap"
8803 #: src/lib/signal.c:217
8807 #: src/lib/signal.c:219
8808 msgid "EMT instruction (Emulation Trap)"
8811 #: src/lib/signal.c:222
8815 #: src/lib/signal.c:224
8819 #: src/lib/signal.c:225
8820 msgid "Floating-point exception"
8823 #: src/lib/signal.c:226
8824 msgid "Kill, unblockable"
8827 #: src/lib/signal.c:227
8828 msgid "User-defined signal 1"
8831 #: src/lib/signal.c:228
8832 msgid "Segmentation violation"
8835 #: src/lib/signal.c:229
8836 msgid "User-defined signal 2"
8839 #: src/lib/signal.c:230
8843 #: src/lib/signal.c:231
8847 #: src/lib/signal.c:232
8851 #: src/lib/signal.c:234
8855 #: src/lib/signal.c:236
8856 msgid "Child status has changed"
8859 #: src/lib/signal.c:237
8863 #: src/lib/signal.c:238
8864 msgid "Stop, unblockable"
8867 #: src/lib/signal.c:239
8868 msgid "Keyboard stop"
8871 #: src/lib/signal.c:240
8872 msgid "Background read from tty"
8875 #: src/lib/signal.c:241
8876 msgid "Background write to tty"
8879 #: src/lib/signal.c:242
8880 msgid "Urgent condition on socket"
8883 #: src/lib/signal.c:243
8884 msgid "CPU limit exceeded"
8887 #: src/lib/signal.c:244
8888 msgid "File size limit exceeded"
8891 #: src/lib/signal.c:245
8892 msgid "Virtual alarm clock"
8895 #: src/lib/signal.c:246
8896 msgid "Profiling alarm clock"
8899 #: src/lib/signal.c:247
8900 msgid "Window size change"
8903 #: src/lib/signal.c:248
8904 msgid "I/O now possible"
8907 #: src/lib/signal.c:250
8908 msgid "Power failure restart"
8911 #: src/lib/signal.c:253
8912 msgid "No runnable lwp"
8915 #: src/lib/signal.c:256
8916 msgid "SIGLWP special signal used by thread library"
8919 #: src/lib/signal.c:259
8920 msgid "Checkpoint Freeze"
8923 #: src/lib/signal.c:262
8924 msgid "Checkpoint Thaw"
8927 #: src/lib/signal.c:265
8928 msgid "Thread Cancellation"
8931 #: src/lib/signal.c:268
8932 msgid "Resource Lost (e.g. record-lock lost)"
8935 #: src/lib/smartall.c:146 src/lib/smartall.c:255 src/lib/smartall.c:270
8936 msgid "Out of memory\n"
8939 #: src/lib/smartall.c:151
8940 msgid "Too much memory used."
8943 #: src/lib/smartall.c:180
8945 msgid "Attempt to free NULL called from %s:%d\n"
8948 #: src/lib/smartall.c:194
8950 msgid "double free from %s:%d\n"
8953 #: src/lib/smartall.c:202
8955 msgid "qp->qnext->qprev != qp called from %s:%d\n"
8958 #: src/lib/smartall.c:206
8960 msgid "qp->qprev->qnext != qp called from %s:%d\n"
8963 #: src/lib/smartall.c:215
8965 msgid "Buffer overrun called from %s:%d\n"
8968 #: src/lib/smartall.c:292
8970 msgid "sm_realloc size: %d\n"
8973 #: src/lib/smartall.c:330
8975 msgid "sm_realloc %d at %x from %s:%d\n"
8978 #: src/lib/smartall.c:392
8982 "Orphaned buffers exist. Dump terminated following\n"
8983 " discovery of bad links in chain of orphaned buffers.\n"
8984 " Buffer address with bad links: %p\n"
8987 #: src/lib/smartall.c:404
8989 msgid "%s buffer: %s %6u bytes buf=%p allocated at %s:%d\n"
8992 #: src/lib/smartall.c:440
8994 msgid "Damaged buffer found. Called from %s:%d\n"
8997 #: src/lib/smartall.c:470
9001 "Damaged buffers found at %s:%d\n"
9004 #: src/lib/smartall.c:473
9006 msgid " discovery of bad prev link.\n"
9009 #: src/lib/smartall.c:476
9011 msgid " discovery of bad next link.\n"
9014 #: src/lib/smartall.c:479
9016 msgid " discovery of data overrun.\n"
9019 #: src/lib/smartall.c:482
9021 msgid " Buffer address: %p\n"
9024 #: src/lib/smartall.c:489
9026 msgid "Damaged buffer: %6u bytes allocated at line %d of %s %s\n"
9032 "Error with certificate at depth: %d, issuer = %s, subject = %s, ERR=%d:%s\n"
9035 #: src/lib/tls.c:130
9036 msgid "Error initializing SSL context"
9039 #: src/lib/tls.c:151
9040 msgid "Error loading certificate verification stores"
9043 #: src/lib/tls.c:156
9045 "Either a certificate file or a directory must be specified as a verification "
9049 #: src/lib/tls.c:167
9050 msgid "Error loading certificate file"
9053 #: src/lib/tls.c:175
9054 msgid "Error loading private key"
9057 #: src/lib/tls.c:183
9058 msgid "Unable to open DH parameters file"
9061 #: src/lib/tls.c:189
9062 msgid "Unable to load DH parameters from specified file"
9065 #: src/lib/tls.c:193
9066 msgid "Failed to set TLS Diffie-Hellman parameters"
9069 #: src/lib/tls.c:203
9070 msgid "Error setting cipher list, no valid ciphers available\n"
9073 #: src/lib/tls.c:262
9074 msgid "Peer failed to present a TLS certificate\n"
9077 #: src/lib/tls.c:305
9079 msgid "Peer %s failed to present a TLS certificate\n"
9082 #: src/lib/tls.c:407
9083 msgid "Error creating file descriptor-based BIO"
9086 #: src/lib/tls.c:418
9087 msgid "Error creating new SSL object"
9090 #: src/lib/tls.c:481 src/lib/tls.c:504
9091 msgid "Connect failure"
9094 #: src/lib/tls.c:576 src/lib/tls.c:580
9095 msgid "TLS shutdown failure."
9098 #: src/lib/tls.c:639
9099 msgid "TLS read/write failure."
9102 #: src/lib/util.c:182
9106 #: src/lib/util.c:185
9110 #: src/lib/util.c:195
9111 msgid "Non-fatal error"
9114 #: src/lib/util.c:198 src/lib/util.c:265
9118 #: src/lib/util.c:201
9119 msgid "Verify differences"
9122 #: src/lib/util.c:204
9123 msgid "Waiting on FD"
9126 #: src/lib/util.c:207
9130 #: src/lib/util.c:210
9131 msgid "Wait for new Volume"
9134 #: src/lib/util.c:213
9135 msgid "Waiting for mount"
9138 #: src/lib/util.c:216
9139 msgid "Waiting for Storage resource"
9142 #: src/lib/util.c:219
9143 msgid "Waiting for Job resource"
9146 #: src/lib/util.c:222
9147 msgid "Waiting for Client resource"
9150 #: src/lib/util.c:225
9151 msgid "Waiting on Max Jobs"
9154 #: src/lib/util.c:228
9155 msgid "Waiting for Start Time"
9158 #: src/lib/util.c:231
9159 msgid "Waiting on Priority"
9162 #: src/lib/util.c:238
9164 msgid "Unknown Job termination status=%d"
9167 #: src/lib/util.c:262
9171 #: src/lib/util.c:268
9175 #: src/lib/util.c:271
9176 msgid "Unknown term code"
9179 #: src/lib/util.c:299
9183 #: src/lib/util.c:302
9187 #: src/lib/util.c:305 src/wx-console/wxbmainframe.cpp:276
9191 #: src/lib/util.c:308
9192 msgid "System or Console"
9195 #: src/lib/util.c:311
9199 #: src/lib/util.c:314
9200 msgid "Unknown Type"
9203 #: src/lib/util.c:346
9204 msgid "Verify Init Catalog"
9207 #: src/lib/util.c:355
9211 #: src/lib/util.c:692
9212 msgid "Working directory not defined. Cannot continue.\n"
9215 #: src/lib/util.c:695
9217 msgid "Working Directory: \"%s\" not found. Cannot continue.\n"
9220 #: src/lib/util.c:699
9222 msgid "Working Directory: \"%s\" is not a directory. Cannot continue.\n"
9225 #: src/lib/var.c:2669
9226 msgid "everything ok"
9229 #: src/lib/var.c:2670
9230 msgid "incomplete named character"
9233 #: src/lib/var.c:2671
9234 msgid "incomplete hexadecimal value"
9237 #: src/lib/var.c:2672
9238 msgid "invalid hexadecimal value"
9241 #: src/lib/var.c:2673
9242 msgid "octal value too large"
9245 #: src/lib/var.c:2674
9246 msgid "invalid octal value"
9249 #: src/lib/var.c:2675
9250 msgid "incomplete octal value"
9253 #: src/lib/var.c:2676
9254 msgid "incomplete grouped hexadecimal value"
9257 #: src/lib/var.c:2677
9258 msgid "incorrect character class specification"
9261 #: src/lib/var.c:2678
9262 msgid "invalid expansion configuration"
9265 #: src/lib/var.c:2679
9266 msgid "out of memory"
9269 #: src/lib/var.c:2680
9270 msgid "incomplete variable specification"
9273 #: src/lib/var.c:2681
9274 msgid "undefined variable"
9277 #: src/lib/var.c:2682
9278 msgid "input is neither text nor variable"
9281 #: src/lib/var.c:2683
9282 msgid "unknown command character in variable"
9285 #: src/lib/var.c:2684
9286 msgid "malformatted search and replace operation"
9289 #: src/lib/var.c:2685
9290 msgid "unknown flag in search and replace operation"
9293 #: src/lib/var.c:2686
9294 msgid "invalid regex in search and replace operation"
9297 #: src/lib/var.c:2687
9298 msgid "missing parameter in command"
9301 #: src/lib/var.c:2688
9302 msgid "empty search string in search and replace operation"
9305 #: src/lib/var.c:2689
9306 msgid "start offset missing in cut operation"
9309 #: src/lib/var.c:2690
9310 msgid "offsets in cut operation delimited by unknown character"
9313 #: src/lib/var.c:2691
9314 msgid "range out of bounds in cut operation"
9317 #: src/lib/var.c:2692
9318 msgid "offset out of bounds in cut operation"
9321 #: src/lib/var.c:2693
9322 msgid "logic error in cut operation"
9325 #: src/lib/var.c:2694
9326 msgid "malformatted transpose operation"
9329 #: src/lib/var.c:2695
9330 msgid "source and target class mismatch in transpose operation"
9333 #: src/lib/var.c:2696
9334 msgid "empty character class in transpose operation"
9337 #: src/lib/var.c:2697
9338 msgid "incorrect character class in transpose operation"
9341 #: src/lib/var.c:2698
9342 msgid "malformatted padding operation"
9345 #: src/lib/var.c:2699
9346 msgid "width parameter missing in padding operation"
9349 #: src/lib/var.c:2700
9350 msgid "fill string missing in padding operation"
9353 #: src/lib/var.c:2701
9354 msgid "unknown quoted pair in search and replace operation"
9357 #: src/lib/var.c:2702
9358 msgid "sub-matching reference out of range"
9361 #: src/lib/var.c:2703
9362 msgid "invalid argument"
9365 #: src/lib/var.c:2704
9366 msgid "incomplete quoted pair"
9369 #: src/lib/var.c:2705
9370 msgid "lookup function does not support variable arrays"
9373 #: src/lib/var.c:2706
9374 msgid "index of array variable contains an invalid character"
9377 #: src/lib/var.c:2707
9378 msgid "index of array variable is incomplete"
9381 #: src/lib/var.c:2708
9382 msgid "bracket expression in array variable's index not closed"
9385 #: src/lib/var.c:2709
9386 msgid "division by zero error in index specification"
9389 #: src/lib/var.c:2710
9390 msgid "unterminated loop construct"
9393 #: src/lib/var.c:2711
9394 msgid "invalid character in loop limits"
9397 #: src/lib/var.c:2712
9398 msgid "malformed operation argument list"
9401 #: src/lib/var.c:2713
9402 msgid "undefined operation"
9405 #: src/lib/var.c:2714
9406 msgid "formatting failure"
9409 #: src/lib/var.c:2723
9410 msgid "unknown error"
9413 #: src/lib/watchdog.c:83
9415 msgid "Unable to initialize watchdog lock. ERR=%s\n"
9418 #: src/lib/watchdog.c:180
9419 msgid "BUG! register_watchdog called before start_watchdog\n"
9422 #: src/lib/watchdog.c:183
9424 msgid "BUG! Watchdog %p has NULL callback\n"
9427 #: src/lib/watchdog.c:186
9429 msgid "BUG! Watchdog %p has zero interval\n"
9432 #: src/lib/watchdog.c:206
9433 msgid "BUG! unregister_watchdog_unlocked called before start_watchdog\n"
9436 #: src/lib/watchdog.c:325
9438 msgid "rwl_writelock failure. ERR=%s\n"
9441 #: src/lib/watchdog.c:340
9443 msgid "rwl_writeunlock failure. ERR=%s\n"
9446 #: src/stored/acquire.c:69
9448 msgid "Acquire read: num_writers=%d not zero. Job %d canceled.\n"
9451 #: src/stored/acquire.c:78
9453 msgid "No volumes specified for reading. Job %s canceled.\n"
9456 #: src/stored/acquire.c:87
9458 msgid "Logic error: no next volume to read. Numvol=%d Curvol=%d\n"
9461 #: src/stored/acquire.c:108
9464 "Changing device. Want Media Type=\"%s\" have=\"%s\"\n"
9468 #: src/stored/acquire.c:147
9470 msgid "Media Type change. New device %s chosen.\n"
9473 #: src/stored/acquire.c:158
9475 msgid "No suitable device found to read Volume \"%s\"\n"
9478 #: src/stored/acquire.c:188
9480 msgid "Job %s canceled.\n"
9483 #: src/stored/acquire.c:202
9485 msgid "Read open device %s Volume \"%s\" failed: ERR=%s\n"
9488 #: src/stored/acquire.c:274
9490 msgid "Too many errors trying to mount device %s for reading.\n"
9493 #: src/stored/acquire.c:283
9495 msgid "Ready to read from volume \"%s\" on device %s.\n"
9498 #: src/stored/acquire.c:326
9500 msgid "Want to append, but device %s is busy reading.\n"
9503 #: src/stored/acquire.c:356
9506 "Wanted to append to Volume \"%s\", but device %s is busy writing on \"%s"
9510 #: src/stored/acquire.c:375
9513 "Cannot recycle volume \"%s\" on device %s because it is in use by another "
9517 #: src/stored/acquire.c:400
9520 "Invalid tape position on volume \"%s\" on device %s. Expected %d, got %d\n"
9523 #: src/stored/acquire.c:420
9525 msgid "Could not ready device %s for append.\n"
9528 #: src/stored/acquire.c:504 src/stored/block.c:367 src/stored/block.c:713
9529 #: src/stored/block.c:788
9531 msgid "Could not create JobMedia record for Volume=\"%s\" Job=%s\n"
9534 #: src/stored/acquire.c:545
9539 #: src/stored/acquire.c:553
9541 msgid "3997 Bad alert command: %s: ERR=%s.\n"
9544 #: src/stored/ansi_label.c:96
9546 msgid "Read error on device %s in ANSI label. ERR=%s\n"
9549 #: src/stored/ansi_label.c:106
9550 msgid "Insane! End of tape while reading ANSI label.\n"
9553 #: src/stored/ansi_label.c:130
9554 msgid "No VOL1 label while reading ANSI/IBM label.\n"
9557 #: src/stored/ansi_label.c:150
9559 msgid "Wanted ANSI Volume \"%s\" got \"%s\"\n"
9562 #: src/stored/ansi_label.c:161
9563 msgid "No HDR1 label while reading ANSI label.\n"
9566 #: src/stored/ansi_label.c:167
9568 msgid "ANSI/IBM Volume \"%s\" does not belong to Bacula.\n"
9571 #: src/stored/ansi_label.c:178
9572 msgid "No HDR2 label while reading ANSI/IBM label.\n"
9575 #: src/stored/ansi_label.c:192
9576 msgid "Unknown or bad ANSI/IBM label record.\n"
9579 #: src/stored/ansi_label.c:199
9580 msgid "Too many records in while reading ANSI/IBM label.\n"
9583 #: src/stored/ansi_label.c:298
9585 msgid "ANSI Volume label name \"%s\" longer than 6 chars.\n"
9588 #: src/stored/ansi_label.c:315
9590 msgid "Could not write ANSI VOL1 label. ERR=%s\n"
9593 #: src/stored/ansi_label.c:353 src/stored/ansi_label.c:382
9595 msgid "Could not write ANSI HDR1 label. ERR=%s\n"
9598 #: src/stored/ansi_label.c:358 src/stored/ansi_label.c:389
9599 msgid "Could not write ANSI HDR1 label.\n"
9602 #: src/stored/ansi_label.c:394
9604 msgid "Error writing EOF to tape. ERR=%s"
9607 #: src/stored/ansi_label.c:399
9608 msgid "write_ansi_ibm_label called for non-ANSI/IBM type\n"
9611 #: src/stored/append.c:64
9612 msgid "DCR is NULL!!!\n"
9615 #: src/stored/append.c:69
9616 msgid "DEVICE is NULL!!!\n"
9619 #: src/stored/append.c:81
9620 msgid "Unable to set network buffer size.\n"
9623 #: src/stored/append.c:94 src/stored/append.c:103 src/stored/append.c:115
9624 #: src/stored/append.c:298 src/stored/append.c:309 src/stored/askdir.c:332
9625 #: src/stored/askdir.c:333
9626 msgid "NULL Volume name. This shouldn't happen!!!\n"
9629 #: src/stored/append.c:109 src/stored/btape.c:1889
9631 msgid "Write session label failed. ERR=%s\n"
9634 #: src/stored/append.c:121
9636 msgid "Network send error to FD. ERR=%s\n"
9639 #: src/stored/append.c:158
9641 msgid "Error reading data header from FD. ERR=%s\n"
9644 #: src/stored/append.c:180
9646 msgid "Malformed data header from FD: %s\n"
9649 #: src/stored/append.c:190
9650 msgid "File index from FD not positive or sequential\n"
9653 #: src/stored/append.c:244 src/stored/mac.c:248
9655 msgid "Error updating file attributes. ERR=%s\n"
9658 #: src/stored/append.c:258
9660 msgid "Network error on data channel. ERR=%s\n"
9663 #: src/stored/append.c:279
9666 "Job write elapsed time = %02d:%02d:%02d, Transfer rate = %s bytes/second\n"
9669 #: src/stored/append.c:292 src/stored/btape.c:2013
9671 msgid "Error writting end session label. ERR=%s\n"
9674 #: src/stored/append.c:303 src/stored/mac.c:124 src/stored/mac.c:220
9675 #: src/stored/spool.c:293
9677 msgid "Fatal append error on device %s: ERR=%s\n"
9680 #: src/stored/append.c:305 src/stored/mac.c:126
9681 msgid "Set ok=FALSE after write_block_to_device.\n"
9684 #: src/stored/askdir.c:178
9685 msgid "Network error on bnet_recv in req_vol_info.\n"
9688 #: src/stored/askdir.c:195
9690 msgid "Error getting Volume info: %s"
9693 #: src/stored/askdir.c:363
9695 msgid "Didn't get vol info vol=%s: ERR=%s"
9698 #: src/stored/askdir.c:405
9700 msgid "Error creating JobMedia record: ERR=%s\n"
9703 #: src/stored/askdir.c:412
9705 msgid "Error creating JobMedia record: %s\n"
9708 #: src/stored/askdir.c:478
9710 msgid "Job %s canceled while waiting for mount on Storage Device \"%s\".\n"
9713 #: src/stored/askdir.c:491
9716 "Job %s waiting. Cannot find any appendable volumes.\n"
9717 "Please use the \"label\" command to create a new Volume for:\n"
9723 #: src/stored/askdir.c:515 src/stored/askdir.c:605
9725 msgid "Max time exceeded waiting to mount Storage Device %s for Job %s\n"
9728 #: src/stored/askdir.c:525
9729 msgid "pthread error in mount_next_volume.\n"
9732 #: src/stored/askdir.c:557
9733 msgid "Cannot request another volume: no volume name given.\n"
9736 #: src/stored/askdir.c:563
9738 msgid "Job %s canceled while waiting for mount on Storage Device %s.\n"
9741 #: src/stored/askdir.c:578
9744 "Please mount Volume \"%s\" or label a new one for:\n"
9751 #: src/stored/askdir.c:615
9752 msgid "pthread error in mount_volume\n"
9755 #: src/stored/authenticate.c:60
9757 msgid "I only authenticate Directors, not %d\n"
9760 #: src/stored/authenticate.c:90
9763 "Connection from unknown Director %s at %s rejected.\n"
9764 "Please see http://www.bacula.org/rel-manual/faq.html#AuthorizationErrors for "
9768 #: src/stored/authenticate.c:123
9770 "Incorrect password given by Director.\n"
9771 "Please see http://www.bacula.org/rel-manual/faq.html#AuthorizationErrors for "
9775 #: src/stored/authenticate.c:179
9777 msgid "Unable to authenticate Director at %s.\n"
9780 #: src/stored/authenticate.c:223 src/stored/authenticate.c:257
9783 "Incorrect authorization key from File daemon at %s rejected.\n"
9784 "Please see http://www.bacula.org/rel-manual/faq.html#AuthorizationErrors for "
9788 #: src/stored/autochanger.c:66
9790 msgid "No Changer Name given for device %s. Cannot continue.\n"
9793 #: src/stored/autochanger.c:72
9795 msgid "No Changer Command given for device %s. Cannot continue.\n"
9798 #: src/stored/autochanger.c:85
9801 "Media Type not the same for all devices in changer %s. Cannot continue.\n"
9804 #: src/stored/autochanger.c:149
9807 "Invalid slot=%d defined in catalog for Volume \"%s\" on %s. Manual load my "
9811 #: src/stored/autochanger.c:154
9813 msgid "No \"Changer Device\" for %s. Manual load of Volume may be required.\n"
9816 #: src/stored/autochanger.c:158
9818 msgid "No \"Changer Command\" for %s. Manual load of Volume may be requird.\n"
9821 #: src/stored/autochanger.c:188
9823 msgid "3304 Issuing autochanger \"load slot %d, drive %d\" command.\n"
9826 #: src/stored/autochanger.c:196
9828 msgid "3305 Autochanger \"load slot %d, drive %d\", status is OK.\n"
9831 #: src/stored/autochanger.c:205
9834 "3992 Bad autochanger \"load slot %d, drive %d\": ERR=%s.\n"
9838 #: src/stored/autochanger.c:251
9839 msgid "3992 Missing Changer command.\n"
9842 #: src/stored/autochanger.c:265
9844 msgid "3301 Issuing autochanger \"loaded? drive %d\" command.\n"
9847 #: src/stored/autochanger.c:275
9849 msgid "3302 Autochanger \"loaded? drive %d\", result is Slot %d.\n"
9852 #: src/stored/autochanger.c:279
9854 msgid "3302 Autochanger \"loaded? drive %d\", result: nothing loaded.\n"
9857 #: src/stored/autochanger.c:286
9860 "3991 Bad autochanger \"loaded? drive %d\" command: ERR=%s.\n"
9864 #: src/stored/autochanger.c:345 src/stored/autochanger.c:436
9866 msgid "3307 Issuing autochanger \"unload slot %d, drive %d\" command.\n"
9869 #: src/stored/autochanger.c:359
9872 "3995 Bad autochanger \"unload slot %d, drive %d\": ERR=%s\n"
9876 #: src/stored/autochanger.c:423
9878 msgid "Volume \"%s\" is in use by device %s\n"
9881 #: src/stored/autochanger.c:458
9883 msgid "3995 Bad autochanger \"unload slot %d, drive %d\": ERR=%s.\n"
9886 #: src/stored/autochanger.c:498
9888 msgid "3993 Device %s not an autochanger device.\n"
9891 #: src/stored/autochanger.c:519
9893 msgid "3306 Issuing autochanger \"%s\" command.\n"
9896 #: src/stored/autochanger.c:522
9897 msgid "3996 Open bpipe failed.\n"
9900 #: src/stored/bcopy.c:72
9904 "Version: %s (%s)\n"
9906 "Usage: bcopy [-d debug_level] <input-archive> <output-archive>\n"
9907 " -b bootstrap specify a bootstrap file\n"
9908 " -c <file> specify configuration file\n"
9909 " -d <nn> set debug level to nn\n"
9910 " -i specify input Volume names (separated by |)\n"
9911 " -o specify output Volume names (separated by |)\n"
9912 " -p proceed inspite of errors\n"
9914 " -w <dir> specify working directory (default /tmp)\n"
9915 " -? print this message\n"
9919 #: src/stored/bcopy.c:151 src/stored/bextract.c:187 src/stored/bscan.c:228
9920 msgid "Wrong number of arguments: \n"
9923 #: src/stored/bcopy.c:191 src/stored/btape.c:364 src/stored/device.c:296
9925 msgid "dev open failed: %s\n"
9928 #: src/stored/bcopy.c:204
9929 msgid "Write of last block failed.\n"
9932 #: src/stored/bcopy.c:207
9934 msgid "%u Jobs copied. %u records copied.\n"
9937 #: src/stored/bcopy.c:224 src/stored/bscan.c:402
9939 msgid "Record: SessId=%u SessTim=%u FileIndex=%d Stream=%d len=%u\n"
9942 #: src/stored/bcopy.c:239
9943 msgid "Volume is prelabeled. This volume cannot be copied.\n"
9946 #: src/stored/bcopy.c:242
9947 msgid "Volume label not copied.\n"
9950 #: src/stored/bcopy.c:254 src/stored/bcopy.c:261 src/stored/bcopy.c:284
9951 #: src/stored/btape.c:2386
9953 msgid "Cannot fixup device error. %s\n"
9956 #: src/stored/bcopy.c:266
9957 msgid "EOM label not copied.\n"
9960 #: src/stored/bcopy.c:269
9961 msgid "EOT label not copied.\n"
9964 #: src/stored/bcopy.c:305 src/stored/bextract.c:489 src/stored/bls.c:452
9965 #: src/stored/bscan.c:1283 src/stored/btape.c:2685
9967 msgid "Mount Volume \"%s\" on device %s and press return when ready: "
9970 #: src/stored/bextract.c:78
9974 "Version: %s (%s)\n"
9976 "Usage: bextract <options> <bacula-archive-device-name> <directory-to-store-"
9978 " -b <file> specify a bootstrap file\n"
9979 " -c <file> specify a configuration file\n"
9980 " -d <nn> set debug level to nn\n"
9981 " -e <file> exclude list\n"
9982 " -i <file> include list\n"
9983 " -p proceed inspite of I/O errors\n"
9985 " -V <volumes> specify Volume names (separated by |)\n"
9986 " -? print this message\n"
9990 #: src/stored/bextract.c:137 src/stored/bls.c:140
9992 msgid "Could not open exclude file: %s, ERR=%s\n"
9995 #: src/stored/bextract.c:152 src/stored/bls.c:154
9997 msgid "Could not open include file: %s, ERR=%s\n"
10000 #: src/stored/bextract.c:208
10002 msgid "%d Program Name and/or Program Data Stream records ignored.\n"
10005 #: src/stored/bextract.c:212
10007 msgid "%d Win32 data or Win32 gzip data stream records. Ignored.\n"
10010 #: src/stored/bextract.c:239
10012 msgid "Cannot stat %s. It must exist. ERR=%s\n"
10015 #: src/stored/bextract.c:243
10017 msgid "%s must be a directory.\n"
10020 #: src/stored/bextract.c:264
10022 msgid "%u files restored.\n"
10025 #: src/stored/bextract.c:291 src/stored/bextract.c:464
10026 msgid "Logic error output file should be open but is not.\n"
10029 #: src/stored/bextract.c:298 src/stored/bls.c:376 src/stored/bscan.c:659
10030 msgid "Cannot continue.\n"
10033 #: src/stored/bextract.c:360
10035 msgid "Seek error on %s: %s\n"
10038 #: src/stored/bextract.c:413
10040 msgid "Uncompression error. ERR=%d\n"
10043 #: src/stored/bextract.c:421
10044 msgid "===Write error===\n"
10047 #: src/stored/bextract.c:455
10048 msgid "Got Program Name or Data Stream. Ignored.\n"
10051 #: src/stored/block.c:91
10054 "Dump block %s %x: size=%d BlkNum=%d\n"
10055 " Hdrcksum=%x cksum=%x\n"
10058 #: src/stored/block.c:104
10060 msgid " Rec: VId=%u VT=%u FI=%s Strm=%s len=%d p=%x\n"
10063 #: src/stored/block.c:160
10065 msgid "%d block read errors not printed.\n"
10068 #: src/stored/block.c:248 src/stored/block.c:264 src/stored/block.c:274
10071 "Volume data error at %u:%u! Wanted ID: \"%s\", got \"%s\". Buffer "
10075 #: src/stored/block.c:288
10078 "Volume data error at %u:%u! Block length %u is insane (too large), probably "
10079 "due to a bad archive.\n"
10082 #: src/stored/block.c:314
10085 "Volume data error at %u:%u!\n"
10086 "Block checksum mismatch in block=%u len=%d: calc=%x blk=%x\n"
10089 #: src/stored/block.c:425
10090 msgid "Cannot write block. Device at EOM.\n"
10093 #: src/stored/block.c:430
10094 msgid "Attempt to write on read-only Volume.\n"
10097 #: src/stored/block.c:482
10099 msgid "User defined maximum volume capacity %s exceeded on device %s.\n"
10102 #: src/stored/block.c:497
10104 msgid "Unable to write EOF. ERR=%s\n"
10107 #: src/stored/block.c:523 src/stored/block.c:548
10108 msgid "Write block header zeroed.\n"
10111 #: src/stored/block.c:567
10113 msgid "Write error at %u:%u on device %s. ERR=%s.\n"
10116 #: src/stored/block.c:574
10118 msgid "End of Volume \"%s\" at %u:%u on device %s. Write of %u bytes got %d.\n"
10121 #: src/stored/block.c:650 src/stored/block.c:656
10123 msgid "Backspace file at EOT failed. ERR=%s\n"
10126 #: src/stored/block.c:663
10128 msgid "Backspace record at EOT failed. ERR=%s\n"
10131 #: src/stored/block.c:680
10133 msgid "Re-read last block at EOT failed. ERR=%s"
10136 #: src/stored/block.c:690
10139 "Re-read of last block OK, but block numbers differ. Last block=%u Current "
10143 #: src/stored/block.c:693
10144 msgid "Re-read of last block succeeded.\n"
10147 #: src/stored/block.c:721
10150 "Error writing final EOF to tape. This Volume may not be readable.\n"
10154 #: src/stored/block.c:735
10157 "Error writing final part to DVD. This Volume may not be readable.\n"
10161 #: src/stored/block.c:837
10164 "Error while writing, current part number is less than the total number of "
10165 "parts (%d/%d, device=%s)\n"
10168 #: src/stored/block.c:845
10170 msgid "Unable to open device next part %s: ERR=%s\n"
10173 #: src/stored/block.c:865
10176 "End of Volume \"%s\" at %u:%u on device %s (part_size=%s, free_space=%s, "
10177 "free_space_errno=%d, errmsg=%s).\n"
10180 #: src/stored/block.c:878
10183 "End of Volume \"%s\" at %u:%u on device %s (part_size=%s, free_space=%s, "
10184 "free_space_errno=%d).\n"
10187 #: src/stored/block.c:934
10189 msgid "Block buffer size looping problem on device %s\n"
10192 #: src/stored/block.c:962
10194 msgid "Unable to open device part=%d %s: ERR=%s\n"
10197 #: src/stored/block.c:988
10199 msgid "Read error on fd=%d at file:blk %u:%u on device %s. ERR=%s.\n"
10202 #: src/stored/block.c:1001
10204 msgid "Read zero bytes at %u:%u on device %s.\n"
10207 #: src/stored/block.c:1014
10210 "Volume data error at %u:%u! Very short block of %d bytes on device %s "
10214 #: src/stored/block.c:1039
10216 msgid "Block length %u is greater than buffer %u. Attempting recovery.\n"
10219 #: src/stored/block.c:1058
10221 msgid "Setting block buffer size to %u bytes.\n"
10224 #: src/stored/block.c:1073
10227 "Volume data error at %u:%u! Short block of %d bytes on device %s discarded.\n"
10230 #: src/stored/bls.c:78
10234 "Version: %s (%s)\n"
10236 "Usage: bls [options] <device-name>\n"
10237 " -b <file> specify a bootstrap file\n"
10238 " -c <file> specify a config file\n"
10239 " -d <level> specify debug level\n"
10240 " -e <file> exclude list\n"
10241 " -i <file> include list\n"
10243 " -k list blocks\n"
10244 " (no j or k option) list saved files\n"
10246 " -p proceed inspite of errors\n"
10248 " -V specify Volume names (separated by |)\n"
10249 " -? print this message\n"
10253 #: src/stored/bls.c:201
10254 msgid "No archive name specified\n"
10257 #: src/stored/bls.c:236
10261 "Warning, this Volume is a continuation of Volume %s\n"
10264 #: src/stored/bls.c:279
10266 msgid "Got EOM at file %u on device %s, Volume \"%s\"\n"
10269 #: src/stored/bls.c:290
10271 msgid "Mounted Volume \"%s\".\n"
10274 #: src/stored/bls.c:292
10276 msgid "End of file %u on device %s, Volume \"%s\"\n"
10279 #: src/stored/bls.c:316
10282 "File:blk=%u:%u blk_num=%u blen=%u First rec FI=%s SessId=%u SessTim=%u Strm=%"
10286 #: src/stored/bls.c:325
10288 msgid "Block: %d size=%d\n"
10291 #: src/stored/bls.c:392
10293 msgid "FileIndex=%d VolSessionId=%d VolSessionTime=%d Stream=%d DataLen=%d\n"
10296 #: src/stored/bls.c:409 src/stored/read_record.c:387
10297 msgid "Fresh Volume Label"
10300 #: src/stored/bls.c:412 src/stored/read_record.c:390
10301 msgid "Volume Label"
10304 #: src/stored/bls.c:416 src/stored/label.c:1031
10305 msgid "Begin Job Session"
10308 #: src/stored/bls.c:420 src/stored/label.c:1034
10309 msgid "End Job Session"
10312 #: src/stored/bls.c:424
10313 msgid "End of Medium"
10316 #: src/stored/bls.c:427 src/stored/label.c:1043
10320 #: src/stored/bls.c:433 src/stored/read_record.c:408
10322 msgid "%s Record: VolSessionId=%d VolSessionTime=%d JobId=%d DataLen=%d\n"
10325 #: src/stored/bscan.c:115
10329 "Version: %s (%s)\n"
10331 "Usage: bscan [ options ] <bacula-archive>\n"
10332 " -b bootstrap specify a bootstrap file\n"
10333 " -c <file> specify configuration file\n"
10334 " -d <nn> set debug level to nn\n"
10335 " -m update media info in database\n"
10336 " -n <name> specify the database name (default bacula)\n"
10337 " -u <user> specify database user name (default bacula)\n"
10338 " -P <password specify database password (default none)\n"
10339 " -h <host> specify database host (default NULL)\n"
10340 " -p proceed inspite of I/O errors\n"
10341 " -r list records\n"
10342 " -s synchronize or store in database\n"
10343 " -S show scan progress periodically\n"
10345 " -V <Volumes> specify Volume names (separated by |)\n"
10346 " -w <dir> specify working directory (default from conf file)\n"
10347 " -? print this message\n"
10351 #: src/stored/bscan.c:241 src/stored/stored.c:288
10353 msgid "No Storage resource defined in %s. Cannot continue.\n"
10356 #: src/stored/bscan.c:249 src/stored/stored.c:319
10358 msgid "No Working Directory defined in %s. Cannot continue.\n"
10361 #: src/stored/bscan.c:257
10363 msgid "Working Directory: %s not found. Cannot continue.\n"
10366 #: src/stored/bscan.c:261
10368 msgid "Working Directory: %s is not a directory. Cannot continue.\n"
10371 #: src/stored/bscan.c:275 src/stored/bscan.c:349
10373 msgid "First Volume Size = %sn"
10376 #: src/stored/bscan.c:281
10377 msgid "Could not init Bacula database\n"
10380 #: src/stored/bscan.c:288
10382 msgid "Using Database: %s, User: %s\n"
10385 #: src/stored/bscan.c:323
10387 msgid "Create JobMedia for Job %s\n"
10390 #: src/stored/bscan.c:331
10392 msgid "Could not create JobMedia record for Volume=%s Job=%s\n"
10395 #: src/stored/bscan.c:394
10397 msgid "done: %d%%\n"
10400 #: src/stored/bscan.c:418
10401 msgid "Volume is prelabeled. This tape cannot be scanned.\n"
10404 #: src/stored/bscan.c:430
10406 msgid "Pool record for %s found in DB.\n"
10409 #: src/stored/bscan.c:434
10411 msgid "VOL_LABEL: Pool record not found for Pool: %s\n"
10414 #: src/stored/bscan.c:440
10416 msgid "VOL_LABEL: PoolType mismatch. DB=%s Vol=%s\n"
10419 #: src/stored/bscan.c:444
10421 msgid "Pool type \"%s\" is OK.\n"
10424 #: src/stored/bscan.c:454
10426 msgid "Media record for %s found in DB.\n"
10429 #: src/stored/bscan.c:461
10431 msgid "VOL_LABEL: Media record not found for Volume: %s\n"
10434 #: src/stored/bscan.c:468
10436 msgid "VOL_LABEL: MediaType mismatch. DB=%s Vol=%s\n"
10439 #: src/stored/bscan.c:472
10441 msgid "Media type \"%s\" is OK.\n"
10444 #: src/stored/bscan.c:481
10446 msgid "VOL_LABEL: OK for Volume: %s\n"
10449 #: src/stored/bscan.c:488
10451 msgid "%d \"errors\" ignored before first Start of Session record.\n"
10454 #: src/stored/bscan.c:499
10456 msgid "SOS_LABEL: Found Job record for JobId: %d\n"
10459 #: src/stored/bscan.c:504
10461 msgid "SOS_LABEL: Job record not found for JobId: %d\n"
10464 #: src/stored/bscan.c:544
10466 msgid "SOS_LABEL: VolSessId mismatch for JobId=%u. DB=%d Vol=%d\n"
10469 #: src/stored/bscan.c:550
10471 msgid "SOS_LABEL: VolSessTime mismatch for JobId=%u. DB=%d Vol=%d\n"
10474 #: src/stored/bscan.c:556
10476 msgid "SOS_LABEL: PoolId mismatch for JobId=%u. DB=%d Vol=%d\n"
10479 #: src/stored/bscan.c:574 src/stored/bscan.c:1077
10481 msgid "Could not find SessId=%d SessTime=%d for EOS record.\n"
10484 #: src/stored/bscan.c:618
10486 msgid "Could not update job record. ERR=%s\n"
10489 #: src/stored/bscan.c:629
10491 msgid "End of all Volumes. VolFiles=%u VolBlocks=%u VolBytes=%s\n"
10494 #: src/stored/bscan.c:641
10496 msgid "Could not find Job for SessId=%d SessTime=%d record.\n"
10499 #: src/stored/bscan.c:677
10501 msgid "%s file records. At file:blk=%s:%s bytes=%s\n"
10504 #: src/stored/bscan.c:731
10506 msgid "Got MD5 record: %s\n"
10509 #: src/stored/bscan.c:739
10511 msgid "Got SHA1 record: %s\n"
10514 #: src/stored/bscan.c:747
10516 msgid "Got SHA256 record: %s\n"
10519 #: src/stored/bscan.c:755
10521 msgid "Got SHA512 record: %s\n"
10524 #: src/stored/bscan.c:763 src/stored/bscan.c:770
10525 msgid "Got signed digest record\n"
10528 #: src/stored/bscan.c:776
10530 msgid "Got Prog Names Stream: %s\n"
10533 #: src/stored/bscan.c:782
10534 msgid "Got Prog Data Stream record.\n"
10537 #: src/stored/bscan.c:792
10539 msgid "Unknown stream type!!! stream=%d len=%i\n"
10542 #: src/stored/bscan.c:856
10544 msgid "Could not create File Attributes record. ERR=%s\n"
10547 #: src/stored/bscan.c:862
10549 msgid "Created File record: %s\n"
10552 #: src/stored/bscan.c:906
10554 msgid "Could not create media record. ERR=%s\n"
10557 #: src/stored/bscan.c:910 src/stored/bscan.c:931
10559 msgid "Could not update media record. ERR=%s\n"
10562 #: src/stored/bscan.c:914
10564 msgid "Created Media record for Volume: %s\n"
10567 #: src/stored/bscan.c:935
10569 msgid "Updated Media record at end of Volume: %s\n"
10572 #: src/stored/bscan.c:952
10574 msgid "Could not create pool record. ERR=%s\n"
10577 #: src/stored/bscan.c:956
10579 msgid "Created Pool record for Pool: %s\n"
10582 #: src/stored/bscan.c:976
10584 msgid "Created Client record for Client: %s\n"
10587 #: src/stored/bscan.c:993
10589 msgid "Fileset \"%s\" already exists.\n"
10592 #: src/stored/bscan.c:997
10594 msgid "Could not create FileSet record \"%s\". ERR=%s\n"
10597 #: src/stored/bscan.c:1002
10599 msgid "Created FileSet record \"%s\"\n"
10602 #: src/stored/bscan.c:1049
10604 msgid "Could not create JobId record. ERR=%s\n"
10607 #: src/stored/bscan.c:1055
10609 msgid "Could not update job start record. ERR=%s\n"
10612 #: src/stored/bscan.c:1058
10614 msgid "Created new JobId=%u record for original JobId=%u\n"
10617 #: src/stored/bscan.c:1108
10619 msgid "Could not update JobId=%u record. ERR=%s\n"
10622 #: src/stored/bscan.c:1113
10624 msgid "Updated Job termination record for JobId=%u Level=%s TermStat=%c\n"
10627 #: src/stored/bscan.c:1135
10629 msgid "Job Termination code: %d"
10632 #: src/stored/bscan.c:1140
10639 "Backup Level: %s\n"
10643 "Files Written: %s\n"
10644 "Bytes Written: %s\n"
10645 "Volume Session Id: %d\n"
10646 "Volume Session Time: %d\n"
10647 "Last Volume Bytes: %s\n"
10648 "Termination: %s\n"
10652 #: src/stored/bscan.c:1197
10654 msgid "Could not create JobMedia record. ERR=%s\n"
10657 #: src/stored/bscan.c:1201
10659 msgid "Created JobMedia record JobId %d, MediaId %d\n"
10662 #: src/stored/bscan.c:1217
10664 msgid "Could not find SessId=%d SessTime=%d for MD5/SHA1 record.\n"
10667 #: src/stored/bscan.c:1231
10669 msgid "Could not add MD5/SHA1 to File record. ERR=%s\n"
10672 #: src/stored/bscan.c:1236
10673 msgid "Updated MD5/SHA1 record\n"
10676 #: src/stored/btape.c:172 src/stored/stored.c:128
10678 msgid "Tape block size (%d) not multiple of system size (%d)\n"
10681 #: src/stored/btape.c:176 src/stored/stored.c:132
10683 msgid "Tape block size (%d) is not a power of 2\n"
10686 #: src/stored/btape.c:179
10691 "!!!! Warning large disk addressing disabled. boffset_t=%d should be 8 or "
10697 #: src/stored/btape.c:186
10699 msgid "32 bit printf/scanf problem. i=%d x32=%u y32=%u\n"
10702 #: src/stored/btape.c:195
10703 msgid "64 bit printf/scanf problem. i=%d x64=%"
10706 #: src/stored/btape.c:200
10708 msgid "Tape block granularity is %d bytes.\n"
10711 #: src/stored/btape.c:269
10712 msgid "No archive name specified.\n"
10715 #: src/stored/btape.c:273
10716 msgid "Improper number of arguments specified.\n"
10719 #: src/stored/btape.c:287
10720 msgid "btape does not work with DVD storage.\n"
10723 #: src/stored/btape.c:292
10724 msgid "btape only works with tape storage.\n"
10727 #: src/stored/btape.c:368
10729 msgid "open device %s: OK\n"
10732 #: src/stored/btape.c:391
10733 msgid "Enter Volume Name: "
10736 #: src/stored/btape.c:398
10738 msgid "Device open failed. ERR=%s\n"
10741 #: src/stored/btape.c:404
10743 msgid "Wrote Volume label for volume \"%s\".\n"
10746 #: src/stored/btape.c:418
10747 msgid "Volume has no label.\n"
10750 #: src/stored/btape.c:421
10751 msgid "Volume label read correctly.\n"
10754 #: src/stored/btape.c:424
10756 msgid "I/O error on device: ERR=%s"
10759 #: src/stored/btape.c:427
10760 msgid "Volume name error\n"
10763 #: src/stored/btape.c:430
10765 msgid "Error creating label. ERR=%s"
10768 #: src/stored/btape.c:433
10769 msgid "Volume version error.\n"
10772 #: src/stored/btape.c:436
10773 msgid "Bad Volume label type.\n"
10776 #: src/stored/btape.c:439
10777 msgid "Unknown error.\n"
10780 #: src/stored/btape.c:457
10782 msgid "Bad status from load. ERR=%s\n"
10785 #: src/stored/btape.c:459
10787 msgid "Loaded %s\n"
10790 #: src/stored/btape.c:468 src/stored/btape.c:807 src/stored/btape.c:849
10791 #: src/stored/btape.c:919 src/stored/btape.c:961 src/stored/btape.c:1229
10793 msgid "Bad status from rewind. ERR=%s\n"
10796 #: src/stored/btape.c:471 src/stored/btape.c:1237
10798 msgid "Rewound %s\n"
10801 #: src/stored/btape.c:497 src/stored/btape.c:1241
10803 msgid "Bad status from weof. ERR=%s\n"
10806 #: src/stored/btape.c:501
10808 msgid "Wrote 1 EOF to %s\n"
10811 #: src/stored/btape.c:504
10813 msgid "Wrote %d EOFs to %s\n"
10816 #: src/stored/btape.c:522
10817 msgid "Moved to end of medium.\n"
10820 #: src/stored/btape.c:549
10822 msgid "Bad status from bsf. ERR=%s\n"
10825 #: src/stored/btape.c:551
10827 msgid "Backspaced %d file%s.\n"
10830 #: src/stored/btape.c:568
10832 msgid "Bad status from bsr. ERR=%s\n"
10835 #: src/stored/btape.c:570
10837 msgid "Backspaced %d record%s.\n"
10840 #: src/stored/btape.c:580 src/stored/status.c:302
10842 msgid "Configured device capabilities:\n"
10845 #: src/stored/btape.c:598
10847 msgid "Device status:\n"
10850 #: src/stored/btape.c:612 src/stored/status.c:341
10852 msgid "Device parameters:\n"
10855 #: src/stored/btape.c:617
10860 #: src/stored/btape.c:632
10862 "Test writting larger and larger records.\n"
10863 "This is a torture test for records.\n"
10864 "I am going to write\n"
10865 "larger and larger records. It will stop when the record size\n"
10866 "plus the header exceeds the block size (by default about 64K)\n"
10869 #: src/stored/btape.c:638
10870 msgid "Do you want to continue? (y/n): "
10873 #: src/stored/btape.c:640 src/stored/btape.c:1857
10874 msgid "Command aborted.\n"
10877 #: src/stored/btape.c:656
10879 msgid "Block %d i=%d\n"
10882 #: src/stored/btape.c:682
10883 msgid "Skipping read backwards test because BSR turned off.\n"
10886 #: src/stored/btape.c:686
10889 "=== Write, backup, and re-read test ===\n"
10891 "I'm going to write three records and an EOF\n"
10892 "then backup over the EOF and re-read the last record.\n"
10893 "Bacula does this after writing the last block on the\n"
10894 "tape to verify that the block was written correctly.\n"
10896 "This is not an *essential* feature ...\n"
10900 #: src/stored/btape.c:699 src/stored/btape.c:710 src/stored/btape.c:721
10901 #: src/stored/btape.c:819 src/stored/btape.c:835 src/stored/btape.c:931
10902 #: src/stored/btape.c:947 src/stored/btape.c:1566 src/stored/btape.c:2451
10903 msgid "Error writing record to block.\n"
10906 #: src/stored/btape.c:703 src/stored/btape.c:714 src/stored/btape.c:725
10907 #: src/stored/btape.c:823 src/stored/btape.c:839 src/stored/btape.c:935
10908 #: src/stored/btape.c:951 src/stored/btape.c:1570 src/stored/btape.c:2455
10909 msgid "Error writing block to device.\n"
10912 #: src/stored/btape.c:706
10914 msgid "Wrote first record of %d bytes.\n"
10917 #: src/stored/btape.c:717
10919 msgid "Wrote second record of %d bytes.\n"
10922 #: src/stored/btape.c:728
10924 msgid "Wrote third record of %d bytes.\n"
10927 #: src/stored/btape.c:735 src/stored/btape.c:740
10929 msgid "Backspace file failed! ERR=%s\n"
10932 #: src/stored/btape.c:744
10933 msgid "Backspaced over EOF OK.\n"
10936 #: src/stored/btape.c:746
10938 msgid "Backspace record failed! ERR=%s\n"
10941 #: src/stored/btape.c:749
10942 msgid "Backspace record OK.\n"
10945 #: src/stored/btape.c:752 src/stored/btape.c:758
10947 msgid "Read block failed! ERR=%s\n"
10950 #: src/stored/btape.c:763
10951 msgid "Bad data in record. Test failed!\n"
10954 #: src/stored/btape.c:767
10957 "Block re-read correct. Test succeeded!\n"
10960 #: src/stored/btape.c:768
10962 "=== End Write, backup, and re-read test ===\n"
10966 #: src/stored/btape.c:775
10968 "This is not terribly serious since Bacula only uses\n"
10969 "this function to verify the last block written to the\n"
10970 "tape. Bacula will skip the last block verification\n"
10973 "Backward Space Record = No\n"
10975 "to your Storage daemon's Device resource definition.\n"
10978 #: src/stored/btape.c:799
10981 "=== Write, rewind, and re-read test ===\n"
10983 "I'm going to write 1000 records and an EOF\n"
10984 "then write 1000 records and an EOF, then rewind,\n"
10985 "and re-read the data to verify that it is correct.\n"
10987 "This is an *essential* feature ...\n"
10991 #: src/stored/btape.c:827 src/stored/btape.c:843 src/stored/btape.c:939
10992 #: src/stored/btape.c:955
10994 msgid "Wrote 1000 blocks of %d bytes.\n"
10997 #: src/stored/btape.c:852 src/stored/btape.c:964
10998 msgid "Rewind OK.\n"
11001 #: src/stored/btape.c:859 src/stored/btape.c:1013
11002 msgid "Got EOF on tape.\n"
11005 #: src/stored/btape.c:864
11007 msgid "Read block %d failed! ERR=%s\n"
11010 #: src/stored/btape.c:870
11012 msgid "Read record failed. Block %d! ERR=%s\n"
11015 #: src/stored/btape.c:876 src/stored/btape.c:1043
11017 msgid "Bad data in record. Expected %d, got %d at byte %d. Test failed!\n"
11020 #: src/stored/btape.c:883
11021 msgid "1000 blocks re-read correctly.\n"
11024 #: src/stored/btape.c:886 src/stored/btape.c:1050
11026 "=== Test Succeeded. End Write, rewind, and re-read test ===\n"
11030 #: src/stored/btape.c:911
11033 "=== Write, rewind, and position test ===\n"
11035 "I'm going to write 1000 records and an EOF\n"
11036 "then write 1000 records and an EOF, then rewind,\n"
11037 "and position to a few blocks and verify that it is correct.\n"
11039 "This is an *essential* feature ...\n"
11043 #: src/stored/btape.c:1004
11045 msgid "Reposition to file:block %d:%d\n"
11048 #: src/stored/btape.c:1006
11049 msgid "Reposition error.\n"
11052 #: src/stored/btape.c:1019
11055 "Read block %d failed! file=%d blk=%d. ERR=%s\n"
11059 #: src/stored/btape.c:1021
11061 "This may be because the tape drive block size is not\n"
11062 " set to variable blocking as normally used by Bacula.\n"
11063 " Please see the Tape Testing chapter in the manual and \n"
11064 " look for using mt with defblksize and setoptions\n"
11065 "If your tape drive block size is correct, then perhaps\n"
11066 " your SCSI driver is *really* stupid and does not\n"
11067 " correctly report the file:block after a FSF. In this\n"
11068 " case try setting:\n"
11069 " Fast Forward Space File = no\n"
11070 " in your Device resource.\n"
11073 #: src/stored/btape.c:1037
11075 msgid "Read record failed! ERR=%s\n"
11078 #: src/stored/btape.c:1048
11080 msgid "Block %d re-read correctly.\n"
11083 #: src/stored/btape.c:1069
11087 "=== Append files test ===\n"
11089 "This test is essential to Bacula.\n"
11091 "I'm going to write one record in file 0,\n"
11092 " two records in file 1,\n"
11093 " and three records in file 2\n"
11097 #: src/stored/btape.c:1093
11098 msgid "Now moving to end of medium.\n"
11101 #: src/stored/btape.c:1095 src/stored/btape.c:1324
11103 msgid "We should be in file 3. I am at file %d. %s\n"
11106 #: src/stored/btape.c:1096 src/stored/btape.c:1114 src/stored/btape.c:1313
11107 #: src/stored/btape.c:1325 src/stored/btape.c:1338 src/stored/btape.c:1355
11108 msgid "This is correct!"
11111 #: src/stored/btape.c:1096 src/stored/btape.c:1114 src/stored/btape.c:1313
11112 #: src/stored/btape.c:1325 src/stored/btape.c:1338 src/stored/btape.c:1355
11113 msgid "This is NOT correct!!!!"
11116 #: src/stored/btape.c:1102
11119 "Now the important part, I am going to attempt to append to the tape.\n"
11123 #: src/stored/btape.c:1109
11125 "Done appending, there should be no I/O errors\n"
11129 #: src/stored/btape.c:1110
11130 msgid "Doing Bacula scan of blocks:\n"
11133 #: src/stored/btape.c:1112
11134 msgid "End scanning the tape.\n"
11137 #: src/stored/btape.c:1113 src/stored/btape.c:1337
11139 msgid "We should be in file 4. I am at file %d. %s\n"
11142 #: src/stored/btape.c:1138
11145 "Autochanger enabled, but no name or no command device specified.\n"
11148 #: src/stored/btape.c:1142
11151 "Ah, I see you have an autochanger configured.\n"
11152 "To test the autochanger you must have a blank tape\n"
11153 " that I can write on in Slot 1.\n"
11156 #: src/stored/btape.c:1145
11159 "Do you wish to continue with the Autochanger test? (y/n): "
11162 #: src/stored/btape.c:1152
11166 "=== Autochanger test ===\n"
11170 #: src/stored/btape.c:1161
11171 msgid "3301 Issuing autochanger \"loaded\" command.\n"
11174 #: src/stored/btape.c:1170
11176 msgid "3991 Bad autochanger command: %s\n"
11179 #: src/stored/btape.c:1171
11181 msgid "3991 result=\"%s\": ERR=%s\n"
11184 #: src/stored/btape.c:1175
11186 msgid "Slot %d loaded. I am going to unload it.\n"
11189 #: src/stored/btape.c:1177
11190 msgid "Nothing loaded in the drive. OK.\n"
11193 #: src/stored/btape.c:1184
11195 msgid "3302 Issuing autochanger \"unload %d %d\" command.\n"
11198 #: src/stored/btape.c:1189
11200 msgid "unload status=%s %d\n"
11203 #: src/stored/btape.c:1189
11207 #: src/stored/btape.c:1192
11209 msgid "3992 Bad autochanger command: %s\n"
11212 #: src/stored/btape.c:1193
11214 msgid "3992 result=\"%s\": ERR=%s\n"
11217 #: src/stored/btape.c:1203
11219 msgid "3303 Issuing autochanger \"load %d %d\" command.\n"
11222 #: src/stored/btape.c:1211
11224 msgid "3303 Autochanger \"load %d %d\" status is OK.\n"
11227 #: src/stored/btape.c:1215
11229 msgid "3993 Bad autochanger command: %s\n"
11232 #: src/stored/btape.c:1216
11234 msgid "3993 result=\"%s\": ERR=%s\n"
11237 #: src/stored/btape.c:1231
11240 "The test failed, probably because you need to put\n"
11241 "a longer sleep time in the mtx-script in the load) case.\n"
11242 "Adding a 30 second sleep and trying again ...\n"
11245 #: src/stored/btape.c:1244
11247 msgid "Wrote EOF to %s\n"
11250 #: src/stored/btape.c:1248
11254 "The test worked this time. Please add:\n"
11258 "to your mtx-changer script in the load) case.\n"
11262 #: src/stored/btape.c:1253
11265 "The test autochanger worked!!\n"
11269 #: src/stored/btape.c:1264
11270 msgid "You must correct this error or the Autochanger will not work.\n"
11273 #: src/stored/btape.c:1282
11277 "=== Forward space files test ===\n"
11279 "This test is essential to Bacula.\n"
11281 "I'm going to write five files then test forward spacing\n"
11285 #: src/stored/btape.c:1307
11286 msgid "Now forward spacing 1 file.\n"
11289 #: src/stored/btape.c:1309 src/stored/btape.c:1321 src/stored/btape.c:1334
11290 #: src/stored/btape.c:1352 src/stored/btape.c:1521
11292 msgid "Bad status from fsr. ERR=%s\n"
11295 #: src/stored/btape.c:1312
11297 msgid "We should be in file 1. I am at file %d. %s\n"
11300 #: src/stored/btape.c:1319
11301 msgid "Now forward spacing 2 files.\n"
11304 #: src/stored/btape.c:1332
11305 msgid "Now forward spacing 4 files.\n"
11308 #: src/stored/btape.c:1344
11310 "The test worked this time. Please add:\n"
11312 " Fast Forward Space File = no\n"
11314 "to your Device resource for this drive.\n"
11317 #: src/stored/btape.c:1350
11318 msgid "Now forward spacing 1 more file.\n"
11321 #: src/stored/btape.c:1354
11323 msgid "We should be in file 5. I am at file %d. %s\n"
11326 #: src/stored/btape.c:1359
11329 "=== End Forward space files test ===\n"
11333 #: src/stored/btape.c:1363
11336 "The forward space file test failed.\n"
11339 #: src/stored/btape.c:1365
11341 "You have Fast Forward Space File enabled.\n"
11342 "I am turning it off then retrying the test.\n"
11345 #: src/stored/btape.c:1371
11347 "You must correct this error or Bacula will not work.\n"
11348 "Some systems, e.g. OpenBSD, require you to set\n"
11349 " Use MTIOCGET= no\n"
11350 "in your device resource. Use with caution.\n"
11353 #: src/stored/btape.c:1403
11356 "Append test failed. Attempting again.\n"
11357 "Setting \"Hardware End of Medium = no\n"
11358 " and \"Fast Forward Space File = no\n"
11359 "and retrying append test.\n"
11363 #: src/stored/btape.c:1411
11367 "It looks like the test worked this time, please add:\n"
11369 " Hardware End of Medium = No\n"
11371 " Fast Forward Space File = No\n"
11372 "to your Device resource in the Storage conf file.\n"
11375 #: src/stored/btape.c:1418
11379 "That appears *NOT* to have corrected the problem.\n"
11382 #: src/stored/btape.c:1423
11386 "It looks like the append failed. Attempting again.\n"
11387 "Setting \"BSF at EOM = yes\" and retrying append test.\n"
11390 #: src/stored/btape.c:1428
11394 "It looks like the test worked this time, please add:\n"
11396 " Hardware End of Medium = No\n"
11397 " Fast Forward Space File = No\n"
11398 " BSF at EOM = yes\n"
11400 "to your Device resource in the Storage conf file.\n"
11403 #: src/stored/btape.c:1439
11406 "Append test failed.\n"
11409 "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n"
11410 "Unable to correct the problem. You MUST fix this\n"
11411 "problem before Bacula can use your tape drive correctly\n"
11413 "Perhaps running Bacula in fixed block mode will work.\n"
11414 "Do so by setting:\n"
11416 "Minimum Block Size = nnn\n"
11417 "Maximum Block Size = nnn\n"
11419 "in your Storage daemon's Device definition.\n"
11420 "nnn must match your tape driver's block size, which\n"
11421 "can be determined by reading your tape manufacturers\n"
11422 "information, and the information on your kernel dirver.\n"
11423 "Fixed block sizes, however, are not normally an ideal solution.\n"
11425 "Some systems, e.g. OpenBSD, require you to set\n"
11426 " Use MTIOCGET= no\n"
11427 "in your device resource. Use with caution.\n"
11430 #: src/stored/btape.c:1460
11433 "The above Bacula scan should have output identical to what follows.\n"
11434 "Please double check it ...\n"
11435 "=== Sample correct output ===\n"
11436 "1 block of 64448 bytes in file 1\n"
11437 "End of File mark.\n"
11438 "2 blocks of 64448 bytes in file 2\n"
11439 "End of File mark.\n"
11440 "3 blocks of 64448 bytes in file 3\n"
11441 "End of File mark.\n"
11442 "1 block of 64448 bytes in file 4\n"
11443 "End of File mark.\n"
11444 "Total files=4, blocks=7, bytes = 451,136\n"
11445 "=== End sample correct output ===\n"
11447 "If the above scan output is not identical to the\n"
11448 "sample output, you MUST correct the problem\n"
11449 "or Bacula will not be able to write multiple Jobs to \n"
11454 #: src/stored/btape.c:1499
11456 msgid "Bad status from fsf. ERR=%s\n"
11459 #: src/stored/btape.c:1503
11460 msgid "Forward spaced 1 file.\n"
11463 #: src/stored/btape.c:1506
11465 msgid "Forward spaced %d files.\n"
11468 #: src/stored/btape.c:1525
11469 msgid "Forward spaced 1 record.\n"
11472 #: src/stored/btape.c:1528
11474 msgid "Forward spaced %d records.\n"
11477 #: src/stored/btape.c:1573
11479 msgid "Wrote one record of %d bytes.\n"
11482 #: src/stored/btape.c:1575
11483 msgid "Wrote block to device.\n"
11486 #: src/stored/btape.c:1590
11487 msgid "Enter length to read: "
11490 #: src/stored/btape.c:1595
11491 msgid "Bad length entered, using default of 1024 bytes.\n"
11494 #: src/stored/btape.c:1604
11496 msgid "Read of %d bytes gives stat=%d. ERR=%s\n"
11499 #: src/stored/btape.c:1627 src/stored/btape.c:1676
11501 msgid "End of tape\n"
11504 #: src/stored/btape.c:1632
11506 msgid "Starting scan at file %u\n"
11509 #: src/stored/btape.c:1637 src/stored/dev.c:1314
11511 msgid "read error on %s. ERR=%s.\n"
11514 #: src/stored/btape.c:1639
11516 msgid "Bad status from read %d. ERR=%s\n"
11519 #: src/stored/btape.c:1642 src/stored/btape.c:1656 src/stored/btape.c:1720
11520 #: src/stored/btape.c:1732 src/stored/btape.c:1745 src/stored/btape.c:1761
11522 msgid "1 block of %d bytes in file %d\n"
11525 #: src/stored/btape.c:1645 src/stored/btape.c:1659 src/stored/btape.c:1723
11526 #: src/stored/btape.c:1735 src/stored/btape.c:1748 src/stored/btape.c:1764
11528 msgid "%d blocks of %d bytes in file %d\n"
11531 #: src/stored/btape.c:1667 src/stored/btape.c:1739
11533 msgid "End of File mark.\n"
11536 #: src/stored/btape.c:1688 src/stored/btape.c:1792
11538 msgid "Total files=%d, blocks=%d, bytes = %s\n"
11541 #: src/stored/btape.c:1752
11543 msgid "Short block read.\n"
11546 #: src/stored/btape.c:1755
11548 msgid "Error reading block. ERR=%s\n"
11551 #: src/stored/btape.c:1779
11554 "Blk_block: %u dev_blk=%u blen=%u First rec FI=%s SessId=%u SessTim=%u Strm=%"
11558 #: src/stored/btape.c:1801
11560 msgid "Device status: %u. ERR=%s\n"
11563 #: src/stored/btape.c:1831
11566 "This command simulates Bacula writing to a tape.\n"
11567 "It requires either one or two blank tapes, which it\n"
11568 "will label and write.\n"
11570 "If you have an autochanger configured, it will use\n"
11571 "the tapes that are in slots 1 and 2, otherwise, you will\n"
11572 "be prompted to insert the tapes when necessary.\n"
11574 "It will print a status approximately\n"
11575 "every 322 MB, and write an EOF every 3.2 GB. If you have\n"
11576 "selected the simple test option, after writing the first tape\n"
11577 "it will rewind it and re-read the last block written.\n"
11579 "If you have selected the multiple tape test, when the first tape\n"
11580 "fills, it will ask for a second, and after writing a few more \n"
11581 "blocks, it will stop. Then it will begin re-reading the\n"
11584 "This may take a long time -- hours! ...\n"
11588 #: src/stored/btape.c:1848
11590 "Do you want to run the simplified test (s) with one tape\n"
11591 "or the complete multiple tape (m) test: (s/m) "
11594 #: src/stored/btape.c:1851
11595 msgid "Simple test (single tape) selected.\n"
11598 #: src/stored/btape.c:1854
11599 msgid "Multiple tape test selected.\n"
11602 #: src/stored/btape.c:1893
11603 msgid "Wrote Start of Session label.\n"
11606 #: src/stored/btape.c:1924
11608 msgid "%s Begin writing Bacula records to tape ...\n"
11611 #: src/stored/btape.c:1926
11613 msgid "%s Begin writing Bacula records to first tape ...\n"
11616 #: src/stored/btape.c:1967
11618 msgid "Wrote blk_block=%u, dev_blk_num=%u VolBytes=%s rate=%.1f KB/s\n"
11621 #: src/stored/btape.c:1977
11623 msgid "%s Flush block, write EOF\n"
11626 #: src/stored/btape.c:1988
11630 #: src/stored/btape.c:2018
11631 msgid "Set ok=false after write_block_to_device.\n"
11634 #: src/stored/btape.c:2021
11635 msgid "Wrote End of Session label.\n"
11638 #: src/stored/btape.c:2045
11640 msgid "Wrote state file last_block_num1=%d last_block_num2=%d\n"
11643 #: src/stored/btape.c:2049
11645 msgid "Could not create state file: %s ERR=%s\n"
11648 #: src/stored/btape.c:2057
11653 "%s Done filling tape at %d:%d. Now beginning re-read of tape ...\n"
11656 #: src/stored/btape.c:2061
11661 "%s Done filling tapes at %d:%d. Now beginning re-read of first tape ...\n"
11664 #: src/stored/btape.c:2100
11667 "The state file level has changed. You must redo\n"
11668 "the fill command.\n"
11671 #: src/stored/btape.c:2106
11675 "Could not find the state file: %s ERR=%s\n"
11676 "You must redo the fill command.\n"
11679 #: src/stored/btape.c:2162
11680 msgid "Mount first tape. Press enter when ready: "
11683 #: src/stored/btape.c:2177
11684 msgid "Rewinding.\n"
11687 #: src/stored/btape.c:2182
11689 msgid "Reading the first 10000 records from %u:%u.\n"
11692 #: src/stored/btape.c:2186 src/stored/btape.c:2251
11694 msgid "Reposition from %u:%u to %u:%u\n"
11697 #: src/stored/btape.c:2189 src/stored/btape.c:2238 src/stored/btape.c:2254
11699 msgid "Reposition error. ERR=%s\n"
11702 #: src/stored/btape.c:2192
11704 msgid "Reading block %u.\n"
11707 #: src/stored/btape.c:2194 src/stored/btape.c:2243 src/stored/btape.c:2259
11709 msgid "Error reading block: ERR=%s\n"
11712 #: src/stored/btape.c:2199
11715 "The last block on the tape matches. Test succeeded.\n"
11719 #: src/stored/btape.c:2201
11722 "The last block of the first tape matches.\n"
11726 #: src/stored/btape.c:2224
11727 msgid "Mount second tape. Press enter when ready: "
11730 #: src/stored/btape.c:2236
11732 msgid "Reposition from %u:%u to 0:1\n"
11735 #: src/stored/btape.c:2241 src/stored/btape.c:2257
11737 msgid "Reading block %d.\n"
11740 #: src/stored/btape.c:2247
11743 "The first block on the second tape matches.\n"
11747 #: src/stored/btape.c:2263
11750 "The last block on the second tape matches. Test succeeded.\n"
11754 #: src/stored/btape.c:2278
11756 msgid "10000 records read now at %d:%d\n"
11759 #: src/stored/btape.c:2301 src/stored/btape.c:2312 src/stored/btape.c:2360
11760 msgid "Last block written"
11763 #: src/stored/btape.c:2303 src/stored/btape.c:2313
11764 msgid "Block read back"
11767 #: src/stored/btape.c:2304
11772 "The blocks differ at byte %u\n"
11775 #: src/stored/btape.c:2305
11779 "!!!! The last block written and the block\n"
11780 "that was read back differ. The test FAILED !!!!\n"
11781 "This must be corrected before you use Bacula\n"
11782 "to write multi-tape Volumes.!!!!\n"
11785 #: src/stored/btape.c:2344
11787 msgid "Last block at: %u:%u this_dev_block_num=%d\n"
11790 #: src/stored/btape.c:2358
11792 msgid "Block not written: FileIndex=%u blk_block=%u Size=%u\n"
11795 #: src/stored/btape.c:2362
11796 msgid "Block not written"
11799 #: src/stored/btape.c:2377
11801 msgid "End of tape %d:%d. VolumeCapacity=%s. Write rate = %.1f KB/s\n"
11804 #: src/stored/btape.c:2427
11805 msgid "Test writing blocks of 64512 bytes to tape.\n"
11808 #: src/stored/btape.c:2429
11809 msgid "How many blocks do you want to write? (1000): "
11812 #: src/stored/btape.c:2444
11814 msgid "Begin writing %d Bacula blocks to tape ...\n"
11817 #: src/stored/btape.c:2496
11819 msgid "Begin writing raw blocks of %u bytes.\n"
11822 #: src/stored/btape.c:2520
11824 msgid "Write failed at block %u. stat=%d ERR=%s\n"
11827 #: src/stored/btape.c:2529
11828 msgid "test autochanger"
11831 #: src/stored/btape.c:2530
11832 msgid "backspace file"
11835 #: src/stored/btape.c:2531
11836 msgid "backspace record"
11839 #: src/stored/btape.c:2532
11840 msgid "list device capabilities"
11843 #: src/stored/btape.c:2533
11844 msgid "clear tape errors"
11847 #: src/stored/btape.c:2534
11848 msgid "go to end of Bacula data for append"
11851 #: src/stored/btape.c:2535
11852 msgid "go to the physical end of medium"
11855 #: src/stored/btape.c:2536
11856 msgid "fill tape, write onto second volume"
11859 #: src/stored/btape.c:2537
11860 msgid "read filled tape"
11863 #: src/stored/btape.c:2538
11864 msgid "forward space a file"
11867 #: src/stored/btape.c:2539
11868 msgid "forward space a record"
11871 #: src/stored/btape.c:2541
11872 msgid "write a Bacula label to the tape"
11875 #: src/stored/btape.c:2542
11876 msgid "load a tape"
11879 #: src/stored/btape.c:2543
11883 #: src/stored/btape.c:2544
11884 msgid "use write() to fill tape"
11887 #: src/stored/btape.c:2545
11888 msgid "read and print the Bacula tape label"
11891 #: src/stored/btape.c:2546
11892 msgid "test record handling functions"
11895 #: src/stored/btape.c:2547
11896 msgid "rewind the tape"
11899 #: src/stored/btape.c:2548
11900 msgid "read() tape block by block to EOT and report"
11903 #: src/stored/btape.c:2549
11904 msgid "Bacula read block by block to EOT and report"
11907 #: src/stored/btape.c:2550
11908 msgid "print tape status"
11911 #: src/stored/btape.c:2551
11912 msgid "General test Bacula tape functions"
11915 #: src/stored/btape.c:2552
11916 msgid "write an EOF on the tape"
11919 #: src/stored/btape.c:2553
11920 msgid "write a single Bacula block"
11923 #: src/stored/btape.c:2554
11924 msgid "read a single record"
11927 #: src/stored/btape.c:2555
11928 msgid "read a single Bacula block"
11931 #: src/stored/btape.c:2556
11932 msgid "quick fill command"
11935 #: src/stored/btape.c:2577
11937 msgid "\"%s\" is an invalid command\n"
11940 #: src/stored/btape.c:2586
11942 msgid "Interactive commands:\n"
11945 #: src/stored/btape.c:2597
11949 "Version: %s (%s)\n"
11951 "Usage: btape <options> <device_name>\n"
11952 " -b <file> specify bootstrap file\n"
11953 " -c <file> set configuration file to file\n"
11954 " -d <nn> set debug level to nn\n"
11955 " -p proceed inspite of I/O errors\n"
11956 " -s turn off signals\n"
11958 " -? print this message.\n"
11962 #: src/stored/btape.c:2682
11964 msgid "Mount second Volume on device %s and press return when ready: "
11967 #: src/stored/btape.c:2709
11969 msgid "Mount blank Volume on device %s and press return when ready: "
11972 #: src/stored/btape.c:2727
11974 msgid "End of Volume \"%s\" %d records.\n"
11977 #: src/stored/btape.c:2740
11979 msgid "Read block=%u, VolBytes=%s rate=%.1f KB/s\n"
11982 #: src/stored/btape.c:2752 src/stored/mount.c:627
11984 msgid "Cannot open Dev=%s, Vol=%s\n"
11987 #: src/stored/butil.c:59
11991 #: src/stored/butil.c:62
11995 #: src/stored/butil.c:65
11999 #: src/stored/butil.c:68
12003 #: src/stored/butil.c:71
12007 #: src/stored/butil.c:147
12008 msgid "Volume name or names is too long. Please use a .bsr file.\n"
12011 #: src/stored/butil.c:167
12013 msgid "Cannot find device \"%s\" in config file %s.\n"
12016 #: src/stored/butil.c:174
12018 msgid "Cannot init device %s\n"
12021 #: src/stored/butil.c:194
12023 msgid "Cannot open %s\n"
12026 #: src/stored/butil.c:277
12028 msgid "Could not find device \"%s\" in config file %s.\n"
12031 #: src/stored/butil.c:282
12033 msgid "Using device: \"%s\" for reading.\n"
12036 #: src/stored/butil.c:285
12038 msgid "Using device: \"%s\" for writing.\n"
12041 #: src/stored/butil.c:301
12042 msgid "Unexpected End of Data\n"
12045 #: src/stored/butil.c:303
12046 msgid "Unexpected End of Tape\n"
12049 #: src/stored/butil.c:305
12050 msgid "Unexpected End of File\n"
12053 #: src/stored/butil.c:307
12054 msgid "Tape Door is Open\n"
12057 #: src/stored/butil.c:309
12058 msgid "Unexpected Tape is Off-line\n"
12061 #: src/stored/dev.c:119
12063 msgid "Unable to stat device %s: ERR=%s\n"
12066 #: src/stored/dev.c:130
12069 "%s is an unknown device type. Must be tape or directory\n"
12070 " or have RequiresMount=yes for DVD. st_mode=%x\n"
12073 #: src/stored/dev.c:189
12075 msgid "Unable to stat mount point %s: ERR=%s\n"
12078 #: src/stored/dev.c:195
12080 "Mount and unmount commands must defined for a device which requires mount.\n"
12083 #: src/stored/dev.c:198
12084 msgid "Write part command must be defined for a device which requires mount.\n"
12087 #: src/stored/dev.c:203
12089 msgid "Block size %u on device %s is too large, using default %u\n"
12092 #: src/stored/dev.c:208
12094 msgid "Max block size %u not multiple of device %s block size.\n"
12097 #: src/stored/dev.c:224 src/stored/dev.c:230
12099 msgid "Unable to init cond variable: ERR=%s\n"
12102 #: src/stored/dev.c:326
12103 msgid "Illegal mode given to open dev.\n"
12106 #: src/stored/dev.c:421 src/stored/device.c:325
12108 msgid "Unable to open device %s: ERR=%s\n"
12111 #: src/stored/dev.c:456
12113 msgid "Could not open file device %s. No Volume name given.\n"
12116 #: src/stored/dev.c:479 src/stored/dev.c:647
12118 msgid "Could not open: %s, ERR=%s\n"
12121 #: src/stored/dev.c:523
12123 msgid "Could not open DVD device %s. No Volume name given.\n"
12126 #: src/stored/dev.c:572
12128 msgid "The DVD in device %s contains data, please blank it before writing.\n"
12131 #: src/stored/dev.c:593
12133 msgid "Unable to stat DVD part 1 file %s: ERR=%s\n"
12136 #: src/stored/dev.c:601
12138 msgid "DVD part 1 is not a regular file %s.\n"
12141 #: src/stored/dev.c:621
12143 msgid "There is no valid DVD in device %s.\n"
12146 #: src/stored/dev.c:627
12148 msgid "Could not mount DVD device %s.\n"
12151 #: src/stored/dev.c:677
12153 msgid "Could not fstat: %s, ERR=%s\n"
12156 #: src/stored/dev.c:711
12158 msgid "Bad call to rewind. Device %s not open\n"
12161 #: src/stored/dev.c:750
12163 msgid "No tape loaded or drive offline on %s.\n"
12166 #: src/stored/dev.c:760
12168 msgid "Rewind error on %s. ERR=%s.\n"
12171 #: src/stored/dev.c:770 src/stored/dev.c:848 src/stored/dev.c:985
12172 #: src/stored/dev.c:1561
12174 msgid "lseek error on %s. ERR=%s.\n"
12177 #: src/stored/dev.c:819
12179 msgid "Bad call to eod. Device %s not open\n"
12182 #: src/stored/dev.c:884
12184 msgid "ioctl MTEOM error on %s. ERR=%s.\n"
12187 #: src/stored/dev.c:893 src/stored/dev.c:1026
12189 msgid "ioctl MTIOCGET error on %s. ERR=%s.\n"
12192 #: src/stored/dev.c:971
12193 msgid "Bad device call. Device not open\n"
12196 #: src/stored/dev.c:984
12198 msgid "Seek error: ERR=%s\n"
12201 #: src/stored/dev.c:1021
12202 msgid " Bacula status:"
12205 #: src/stored/dev.c:1022 src/stored/dev.c:1105 src/stored/dev.c:1107
12207 msgid " file=%d block=%d\n"
12210 #: src/stored/dev.c:1030
12211 msgid " Device status:"
12214 #: src/stored/dev.c:1129
12215 msgid "Bad call to load_dev. Device not open\n"
12218 #: src/stored/dev.c:1140 src/stored/dev.c:1153
12220 msgid "ioctl MTLOAD error on %s. ERR=%s.\n"
12223 #: src/stored/dev.c:1184
12225 msgid "ioctl MTOFFL error on %s. ERR=%s.\n"
12228 #: src/stored/dev.c:1225
12229 msgid "Bad call to fsf. Device not open\n"
12232 #: src/stored/dev.c:1236 src/stored/dev.c:1363
12234 msgid "Device %s at End of Tape.\n"
12237 #: src/stored/dev.c:1267 src/stored/dev.c:1343
12239 msgid "ioctl MTFSF error on %s. ERR=%s.\n"
12242 #: src/stored/dev.c:1392
12243 msgid "Bad call to bsf. Device not open\n"
12246 #: src/stored/dev.c:1398
12248 msgid "Device %s cannot BSF because it is not a tape.\n"
12251 #: src/stored/dev.c:1415
12253 msgid "ioctl MTBSF error on %s. ERR=%s.\n"
12256 #: src/stored/dev.c:1434
12257 msgid "Bad call to fsr. Device not open\n"
12260 #: src/stored/dev.c:1444
12262 msgid "ioctl MTFSR not permitted on %s.\n"
12265 #: src/stored/dev.c:1472
12267 msgid "ioctl MTFSR %d error on %s. ERR=%s.\n"
12270 #: src/stored/dev.c:1490
12271 msgid "Bad call to bsr_dev. Device not open\n"
12274 #: src/stored/dev.c:1500
12276 msgid "ioctl MTBSR not permitted on %s.\n"
12279 #: src/stored/dev.c:1514
12281 msgid "ioctl MTBSR error on %s. ERR=%s.\n"
12284 #: src/stored/dev.c:1550
12285 msgid "Bad call to reposition. Device not open\n"
12288 #: src/stored/dev.c:1629
12289 msgid "Bad call to weof_dev. Device not open\n"
12292 #: src/stored/dev.c:1639
12293 msgid "Attempt to WEOF on non-appendable Volume\n"
12296 #: src/stored/dev.c:1657
12298 msgid "ioctl MTWEOF error on %s. ERR=%s.\n"
12301 #: src/stored/dev.c:1756
12303 msgid "unknown func code %d"
12306 #: src/stored/dev.c:1762
12308 msgid "I/O function \"%s\" not supported on this device.\n"
12311 #: src/stored/dev.c:1917
12313 msgid "Unable to truncate device %s. ERR=%s\n"
12316 #: src/stored/dev.c:2016 src/stored/dev.c:2021
12318 msgid "Device %s cannot be %smounted. ERR=%s\n"
12321 #: src/stored/dev.c:2429
12323 msgid "Unable to set eotmodel on device %s: ERR=%s\n"
12326 #: src/stored/device.c:120
12328 msgid "End of medium on Volume \"%s\" Bytes=%s Blocks=%s at %s.\n"
12331 #: src/stored/device.c:136
12333 msgid "New volume \"%s\" mounted on device %s at %s.\n"
12336 #: src/stored/device.c:148
12338 msgid "write_block_to_device Volume label failed. ERR=%s"
12341 #: src/stored/device.c:183
12343 msgid "write_block_to_device overflow block failed. ERR=%s"
12346 #: src/stored/device.c:327
12348 msgid "Unable to open archive %s: ERR=%s\n"
12351 #: src/stored/dircmd.c:154
12352 msgid "Connection request failed.\n"
12355 #: src/stored/dircmd.c:163
12357 msgid "Invalid connection. Len=%d\n"
12360 #: src/stored/dircmd.c:274
12362 msgid "3991 Bad setdebug command: %s\n"
12365 #: src/stored/dircmd.c:295
12367 msgid "3904 Job %s not found.\n"
12370 #: src/stored/dircmd.c:321
12372 msgid "Job %s marked to be canceled.\n"
12375 #: src/stored/dircmd.c:322
12377 msgid "3000 Job %s marked to be canceled.\n"
12380 #: src/stored/dircmd.c:326
12381 msgid "3903 Error scanning cancel command.\n"
12384 #: src/stored/dircmd.c:402 src/stored/dircmd.c:758 src/stored/dircmd.c:848
12385 #: src/stored/dircmd.c:920 src/stored/dircmd.c:983 src/stored/dircmd.c:1026
12387 msgid "3999 Device \"%s\" not found or could not be opened.\n"
12390 #: src/stored/dircmd.c:407
12392 msgid "3903 Error scanning label command: %s\n"
12395 #: src/stored/dircmd.c:457
12397 msgid "3910 Unable to open device %s: ERR=%s\n"
12400 #: src/stored/dircmd.c:474
12402 msgid "3920 Cannot label Volume because it is already labeled: \"%s\"\n"
12405 #: src/stored/dircmd.c:481
12406 msgid "3921 Wrong volume mounted.\n"
12409 #: src/stored/dircmd.c:485
12410 msgid "3922 Cannot relabel an ANSI/IBM labeled Volume.\n"
12413 #: src/stored/dircmd.c:493
12415 msgid "3912 Failed to label Volume: ERR=%s\n"
12418 #: src/stored/dircmd.c:503
12420 msgid "3914 Failed to label Volume (no media): ERR=%s\n"
12423 #: src/stored/dircmd.c:506
12425 msgid "3913 Cannot label Volume. Unknown status %d from read_volume_label()\n"
12428 #: src/stored/dircmd.c:539
12430 msgid "3001 Mounted Volume: %s\n"
12433 #: src/stored/dircmd.c:543 src/stored/dircmd.c:1062
12436 "3902 Cannot mount Volume on Storage Device %s because:\n"
12440 #: src/stored/dircmd.c:571 src/stored/reserve.c:1075
12444 " Device \"%s\" requested by DIR could not be opened or does not exist.\n"
12447 #: src/stored/dircmd.c:593 src/stored/reserve.c:1071
12451 " Device \"%s\" in changer \"%s\" requested by DIR could not be opened or "
12452 "does not exist.\n"
12455 #: src/stored/dircmd.c:668 src/stored/dircmd.c:725
12457 msgid "3901 open device failed: ERR=%s\n"
12460 #: src/stored/dircmd.c:688 src/stored/dircmd.c:716
12462 msgid "3001 Device %s is mounted with Volume \"%s\"\n"
12465 #: src/stored/dircmd.c:691 src/stored/dircmd.c:719 src/stored/dircmd.c:734
12468 "3905 Device %s open but no Bacula volume is mounted.\n"
12469 "If this is not a blank tape, try unmounting and remounting the Volume.\n"
12472 #: src/stored/dircmd.c:701
12474 msgid "3001 Device %s is doing acquire.\n"
12477 #: src/stored/dircmd.c:706 src/stored/dircmd.c:820
12479 msgid "3903 Device %s is being labeled.\n"
12482 #: src/stored/dircmd.c:731
12484 msgid "3001 Device %s is already mounted with Volume \"%s\"\n"
12487 #: src/stored/dircmd.c:740
12489 msgid "3002 Device %s is mounted.\n"
12492 #: src/stored/dircmd.c:743 src/stored/dircmd.c:793 src/stored/dircmd.c:808
12493 #: src/stored/dircmd.c:839
12498 #: src/stored/dircmd.c:746
12500 msgid "3906 File device %s is always mounted.\n"
12503 #: src/stored/dircmd.c:752
12505 msgid "3905 Bizarre wait state %d\n"
12508 #: src/stored/dircmd.c:762
12510 msgid "3909 Error scanning mount command: %s\n"
12513 #: src/stored/dircmd.c:790 src/stored/dircmd.c:841
12515 msgid "3002 Device %s unmounted.\n"
12518 #: src/stored/dircmd.c:797
12520 msgid "3901 Device %s is already unmounted.\n"
12523 #: src/stored/dircmd.c:811
12525 msgid "3001 Device %s unmounted.\n"
12528 #: src/stored/dircmd.c:816
12530 msgid "3902 Device %s is busy in acquire.\n"
12533 #: src/stored/dircmd.c:853
12535 msgid "3907 Error scanning unmount command: %s\n"
12538 #: src/stored/dircmd.c:884
12540 msgid "3921 Device %s already released.\n"
12543 #: src/stored/dircmd.c:891
12545 msgid "3922 Device %s waiting for sysop.\n"
12548 #: src/stored/dircmd.c:897
12550 msgid "3922 Device %s waiting for mount.\n"
12553 #: src/stored/dircmd.c:901
12555 msgid "3923 Device %s is busy in acquire.\n"
12558 #: src/stored/dircmd.c:905
12560 msgid "3914 Device %s is being labeled.\n"
12563 #: src/stored/dircmd.c:914
12565 msgid "3022 Device %s released.\n"
12568 #: src/stored/dircmd.c:925
12570 msgid "3927 Error scanning release command: %s\n"
12573 #: src/stored/dircmd.c:970
12575 msgid "3995 Device %s is not an autochanger.\n"
12578 #: src/stored/dircmd.c:987
12580 msgid "3908 Error scanning autocharger drives/list/slots command: %s\n"
12583 #: src/stored/dircmd.c:1030
12585 msgid "3909 Error scanning readlabel command: %s\n"
12588 #: src/stored/dircmd.c:1058
12590 msgid "3001 Volume=%s Slot=%d\n"
12593 #: src/stored/dircmd.c:1090
12595 msgid "3931 Device %s is BLOCKED. user unmounted.\n"
12598 #: src/stored/dircmd.c:1094
12601 "3932 Device %s is BLOCKED. user unmounted during wait for media/mount.\n"
12604 #: src/stored/dircmd.c:1098
12606 msgid "3933 Device %s is BLOCKED waiting for media.\n"
12609 #: src/stored/dircmd.c:1102
12611 msgid "3934 Device %s is being initialized.\n"
12614 #: src/stored/dircmd.c:1106
12616 msgid "3935 Device %s is blocked labeling a Volume.\n"
12619 #: src/stored/dircmd.c:1110
12621 msgid "3935 Device %s is blocked for unknown reason.\n"
12624 #: src/stored/dircmd.c:1115
12626 msgid "3936 Device %s is busy reading.\n"
12629 #: src/stored/dircmd.c:1118
12631 msgid "3937 Device %s is busy with %d writer(s).\n"
12634 #: src/stored/dvd.c:112
12635 msgid "No FreeSpace command defined.\n"
12638 #: src/stored/dvd.c:146
12640 msgid "Cannot run free space command. Results=%s ERR=%s\n"
12643 #: src/stored/dvd.c:262
12645 msgid "Error writing part %d to the DVD: ERR=%s\n"
12648 #: src/stored/dvd.c:264
12650 msgid "Error while writing current part to the DVD: %s"
12653 #: src/stored/dvd.c:274
12655 msgid "Part %d (%lld bytes) written to DVD.\n"
12658 #: src/stored/dvd.c:293
12660 msgid "Remaining free space %s on %s\n"
12663 #: src/stored/dvd.c:359
12665 msgid "Next Volume part already exists on DVD. Cannot continue: %s\n"
12668 #: src/stored/dvd.c:378
12670 msgid "open_next_part can't unlink existing part %s, ERR=%s\n"
12673 #: src/stored/dvd.c:579
12676 "Error writing. Current part less than total number of parts (%d/%d, device=%"
12680 #: src/stored/dvd.c:586
12682 msgid "Unable to write last on %s: ERR=%s\n"
12685 #: src/stored/fd_cmds.c:368
12686 msgid "Error parsing bootstrap file.\n"
12689 #: src/stored/job.c:207
12691 msgid "Job name not found: %s\n"
12694 #: src/stored/job.c:218
12696 msgid "Hey!!!! JobId %u Job %s already authenticated.\n"
12699 #: src/stored/job.c:229
12700 msgid "Unable to authenticate File daemon\n"
12703 #: src/stored/job.c:351
12704 msgid "In free_jcr(), but still attached to device!!!!\n"
12707 #: src/stored/label.c:91 src/stored/label.c:132 src/stored/label.c:226
12709 msgid "Wrong Volume mounted on device %s: Wanted %s have %s\n"
12712 #: src/stored/label.c:98 src/stored/label.c:135 src/stored/label.c:208
12714 msgid "Too many tries: %s"
12717 #: src/stored/label.c:114
12719 msgid "Couldn't rewind device %s: ERR=%s\n"
12722 #: src/stored/label.c:152
12725 "Requested Volume \"%s\" on %s is not a Bacula labeled Volume, because: ERR=%s"
12728 #: src/stored/label.c:157
12729 msgid "Could not read Volume label from block.\n"
12732 #: src/stored/label.c:160
12734 msgid "Could not unserialize Volume label: ERR=%s\n"
12737 #: src/stored/label.c:165
12739 msgid "Volume Header Id bad: %s\n"
12742 #: src/stored/label.c:193
12744 msgid "Volume on %s has wrong Bacula version. Wanted %d got %d\n"
12747 #: src/stored/label.c:204
12749 msgid "Volume on %s has bad Bacula label type: %x\n"
12752 #: src/stored/label.c:217 src/stored/label.c:402
12754 msgid "Could not reserve volume %s on %s\n"
12757 #: src/stored/label.c:290
12759 msgid "Cannot write Volume label to block for device %s\n"
12762 #: src/stored/label.c:449
12764 msgid "Rewind error on device %s: ERR=%s\n"
12767 #: src/stored/label.c:455
12769 msgid "Truncate error on device %s: ERR=%s\n"
12772 #: src/stored/label.c:461
12774 msgid "Failed to re-open DVD after truncate on device %s: ERR=%s\n"
12777 #: src/stored/label.c:484
12779 msgid "Unable to write device %s: ERR=%s\n"
12782 #: src/stored/label.c:512
12784 msgid "Recycled volume \"%s\" on device %s, all previous data lost.\n"
12787 #: src/stored/label.c:515
12789 msgid "Wrote label to prelabeled Volume \"%s\" on device %s\n"
12792 #: src/stored/label.c:719
12794 msgid "Bad session label = %d\n"
12797 #: src/stored/label.c:737 src/stored/label.c:744
12799 msgid "Error writing Session label to %s: %s\n"
12802 #: src/stored/label.c:779
12804 msgid "Expecting Volume Label, got FI=%s Stream=%s len=%d\n"
12807 #: src/stored/label.c:906
12812 #: src/stored/label.c:910
12817 "Id : %sVerNo : %d\n"
12819 "PrevVolName : %s\n"
12829 #: src/stored/label.c:932
12831 msgid "Date label written: %s\n"
12834 #: src/stored/label.c:938
12836 msgid "Date label written: %04d-%02d-%02d at %02d:%02d\n"
12839 #: src/stored/label.c:958
12849 "ClientName : %s\n"
12852 #: src/stored/label.c:971
12855 "Job (unique name) : %s\n"
12861 #: src/stored/label.c:980
12866 "StartBlock : %s\n"
12874 #: src/stored/label.c:1001
12876 msgid "Date written : %s\n"
12879 #: src/stored/label.c:1006
12881 msgid "Date written : %04d-%02d-%02d at %02d:%02d\n"
12884 #: src/stored/label.c:1025
12885 msgid "Fresh Volume"
12888 #: src/stored/label.c:1028
12892 #: src/stored/label.c:1037 src/stored/read_record.c:401
12893 msgid "End of Media"
12896 #: src/stored/label.c:1040
12897 msgid "End of Tape"
12900 #: src/stored/label.c:1060 src/stored/label.c:1068 src/stored/label.c:1101
12902 msgid "%s Record: File:blk=%u:%u SessId=%d SessTime=%d JobId=%d DataLen=%d\n"
12905 #: src/stored/label.c:1065
12906 msgid "End of physical tape.\n"
12909 #: src/stored/label.c:1080 src/stored/label.c:1089
12911 msgid "%s Record: File:blk=%u:%u SessId=%d SessTime=%d JobId=%d\n"
12914 #: src/stored/label.c:1082
12916 msgid " Job=%s Date=%s Level=%c Type=%c\n"
12919 #: src/stored/label.c:1091
12921 msgid " Date=%s Level=%c Type=%c Files=%s Bytes=%s Errors=%d Status=%c\n"
12924 #: src/stored/mac.c:79
12925 msgid "Read and write devices not properly initialized.\n"
12928 #: src/stored/mac.c:87
12930 msgid "No Volume names found for %s.\n"
12933 #: src/stored/mount.c:90
12935 msgid "Too many errors trying to mount device %s.\n"
12938 #: src/stored/mount.c:96
12940 msgid "Job %d canceled.\n"
12943 #: src/stored/mount.c:211
12945 msgid "Could not open device %s: ERR=%s\n"
12948 #: src/stored/mount.c:254 src/stored/mount.c:533
12950 msgid "Volume \"%s\" not on device %s.\n"
12953 #: src/stored/mount.c:292
12956 "Director wanted Volume \"%s\".\n"
12957 " Current Volume \"%s\" not acceptable because:\n"
12961 #: src/stored/mount.c:375
12963 msgid "Volume \"%s\" previously written, moving to end of data.\n"
12966 #: src/stored/mount.c:378
12968 msgid "Unable to position to end of data on device %s: ERR=%s\n"
12971 #: src/stored/mount.c:386
12973 msgid "Ready to append to end of Volume \"%s\" part=%d size=%s\n"
12976 #: src/stored/mount.c:390
12979 "Bacula cannot write on DVD Volume \"%s\" because: The sizes do not match! "
12980 "Volume=%s Catalog=%s\n"
12983 #: src/stored/mount.c:404
12985 msgid "Ready to append to end of Volume \"%s\" at file=%d.\n"
12988 #: src/stored/mount.c:407
12991 "Bacula cannot write on tape Volume \"%s\" because:\n"
12992 "The number of files mismatch! Volume=%u Catalog=%u\n"
12995 #: src/stored/mount.c:418
12997 msgid "Ready to append to end of Volume \"%s\" size=%s\n"
13000 #: src/stored/mount.c:422
13003 "Bacula cannot write on disk Volume \"%s\" because: The sizes do not match! "
13004 "Volume=%s Catalog=%s\n"
13007 #: src/stored/mount.c:452
13009 msgid "Ready to append to end of Volume \"%s\" at file address=%u.\n"
13012 #: src/stored/mount.c:456
13015 "Bacula cannot write on Volume \"%s\" because:\n"
13016 "The EOD file address is wrong: Volume file address=%u != Catalog Endblock=%u"
13018 "Perhaps You removed the DVD last part in spool directory.\n"
13021 #: src/stored/mount.c:523
13023 msgid "Labeled new Volume \"%s\" on device %s.\n"
13026 #: src/stored/mount.c:528
13028 msgid "Device %s not configured to autolabel Volumes.\n"
13031 #: src/stored/mount.c:548
13033 msgid "Marking Volume \"%s\" in Error in Catalog.\n"
13036 #: src/stored/mount.c:564
13039 "Autochanger Volume \"%s\" not found in slot %d.\n"
13040 " Setting InChanger to zero in catalog.\n"
13043 #: src/stored/mount.c:583
13044 msgid "Hey!!!!! WroteVol non-zero !!!!!\n"
13047 #: src/stored/parse_bsr.c:118 src/stored/parse_bsr.c:122
13050 "Bootstrap file error: %s\n"
13051 " : Line %d, col %d of file %s\n"
13055 #: src/stored/parse_bsr.c:144
13057 msgid "Cannot open bootstrap file %s: %s\n"
13060 #: src/stored/parse_bsr.c:274
13062 msgid "MediaType %s in bsr at inappropriate place.\n"
13065 #: src/stored/parse_bsr.c:295
13067 msgid "Device \"%s\" in bsr at inappropriate place.\n"
13070 #: src/stored/parse_bsr.c:452
13071 msgid "JobType not yet implemented\n"
13074 #: src/stored/parse_bsr.c:460
13075 msgid "JobLevel not yet implemented\n"
13078 #: src/stored/parse_bsr.c:643
13080 msgid "Slot %d in bsr at inappropriate place.\n"
13083 #: src/stored/parse_bsr.c:667
13085 msgid "VolFile : %u-%u\n"
13088 #: src/stored/parse_bsr.c:675
13090 msgid "VolBlock : %u-%u\n"
13093 #: src/stored/parse_bsr.c:685
13095 msgid "FileIndex : %u\n"
13098 #: src/stored/parse_bsr.c:687
13100 msgid "FileIndex : %u-%u\n"
13103 #: src/stored/parse_bsr.c:697
13105 msgid "JobId : %u\n"
13108 #: src/stored/parse_bsr.c:699
13110 msgid "JobId : %u-%u\n"
13113 #: src/stored/parse_bsr.c:709
13115 msgid "SessId : %u\n"
13118 #: src/stored/parse_bsr.c:711
13120 msgid "SessId : %u-%u\n"
13123 #: src/stored/parse_bsr.c:720
13125 msgid "VolumeName : %s\n"
13128 #: src/stored/parse_bsr.c:721
13130 msgid " MediaType : %s\n"
13133 #: src/stored/parse_bsr.c:722
13135 msgid " Device : %s\n"
13138 #: src/stored/parse_bsr.c:723
13140 msgid " Slot : %d\n"
13143 #: src/stored/parse_bsr.c:732
13145 msgid "Client : %s\n"
13148 #: src/stored/parse_bsr.c:740
13153 #: src/stored/parse_bsr.c:748
13155 msgid "SessTime : %u\n"
13158 #: src/stored/parse_bsr.c:759
13159 msgid "BSR is NULL\n"
13162 #: src/stored/parse_bsr.c:763
13164 msgid "Next : 0x%x\n"
13167 #: src/stored/parse_bsr.c:764
13169 msgid "Root bsr : 0x%x\n"
13172 #: src/stored/parse_bsr.c:775
13174 msgid "count : %u\n"
13177 #: src/stored/parse_bsr.c:776
13179 msgid "found : %u\n"
13182 #: src/stored/parse_bsr.c:779
13184 msgid "done : %s\n"
13187 #: src/stored/parse_bsr.c:780
13189 msgid "positioning : %d\n"
13192 #: src/stored/parse_bsr.c:781
13194 msgid "fast_reject : %d\n"
13197 #: src/stored/pythonsd.c:210
13198 msgid "Error in ParseTuple\n"
13201 #: src/stored/pythonsd.c:226
13202 msgid "Parse tuple error in job_write\n"
13205 #: src/stored/pythonsd.c:263
13207 msgid "Error in Python method %s\n"
13210 #: src/stored/read.c:68
13211 msgid "No Volume names found for restore.\n"
13214 #: src/stored/read.c:122
13216 msgid ">filed: Error Hdr=%s\n"
13219 #: src/stored/read.c:123 src/stored/read.c:138
13221 msgid "Error sending to File daemon. ERR=%s\n"
13224 #: src/stored/read.c:137
13226 msgid "Error sending to FD. ERR=%s\n"
13229 #: src/stored/read_record.c:83
13231 msgid "End of Volume at file %u on device %s, Volume \"%s\"\n"
13234 #: src/stored/read_record.c:86
13235 msgid "End of all volumes.\n"
13238 #: src/stored/read_record.c:128
13242 #: src/stored/read_record.c:131
13246 #: src/stored/read_record.c:134
13248 msgid "End of %s %u on device %s, Volume \"%s\"\n"
13251 #: src/stored/read_record.c:148
13252 msgid "Did fsr in attemp to skip bad record.\n"
13255 #: src/stored/read_record.c:341
13257 msgid "Reposition from (file:block) %u:%u to %u:%u\n"
13260 #: src/stored/read_record.c:369
13262 msgid "Forward spacing Volume \"%s\" to file:block %u:%u.\n"
13265 #: src/stored/read_record.c:394
13266 msgid "Begin Session"
13269 #: src/stored/read_record.c:398
13270 msgid "End Session"
13273 #: src/stored/read_record.c:404
13275 msgid "Unknown code %d\n"
13278 #: src/stored/record.c:71
13280 msgid "unknown: %d"
13283 #: src/stored/record.c:378
13284 msgid "Damaged buffer\n"
13287 #: src/stored/record.c:549
13289 msgid "Sanity check failed. maxlen=%d datalen=%d. Block discarded.\n"
13292 #: src/stored/reserve.c:93
13294 msgid "Unable to initialize reservation lock. ERR=%s\n"
13297 #: src/stored/reserve.c:99
13299 msgid "Unable to initialize volume list lock. ERR=%s\n"
13302 #: src/stored/reserve.c:430
13304 msgid "Hey! num_writers=%d!!!!\n"
13307 #: src/stored/reserve.c:645
13308 msgid "3939 Could not get dcr\n"
13311 #: src/stored/reserve.c:768 src/stored/reserve.c:779
13313 msgid "Failed command: %s\n"
13316 #: src/stored/reserve.c:769
13320 " Device \"%s\" with MediaType \"%s\" requested by DIR not found in SD "
13321 "Device resources.\n"
13324 #: src/stored/reserve.c:1087
13326 msgid "3926 Could not get dcr for device: %s\n"
13329 #: src/stored/reserve.c:1182
13331 msgid "3601 JobId=%u device %s is BLOCKED due to user unmount.\n"
13334 #: src/stored/reserve.c:1192
13336 msgid "3602 JobId=%u device %s is busy (already reading/writing).\n"
13339 #: src/stored/reserve.c:1239
13341 msgid "3603 JobId=%u device %s is busy reading.\n"
13344 #: src/stored/reserve.c:1248
13346 msgid "3604 JobId=%u device %s is BLOCKED due to user unmount.\n"
13349 #: src/stored/reserve.c:1316
13351 msgid "3605 JobId=%u wants free drive but device %s is busy.\n"
13354 #: src/stored/reserve.c:1324
13356 msgid "3606 JobId=%u prefers mounted drives, but drive %s has no Volume.\n"
13359 #: src/stored/reserve.c:1347
13361 msgid "3607 JobId=%u wants Vol=\"%s\" drive has Vol=\"%s\" on drive %s.\n"
13364 #: src/stored/reserve.c:1389
13367 "3608 JobId=%u wants Pool=\"%s\" but have Pool=\"%s\" nreserve=%d on drive %"
13371 #: src/stored/reserve.c:1433
13373 msgid "3609 JobId=%u wants Pool=\"%s\" but has Pool=\"%s\" on drive %s.\n"
13376 #: src/stored/reserve.c:1441
13378 msgid "Logic error!!!! JobId=%u Should not get here.\n"
13381 #: src/stored/reserve.c:1442
13383 msgid "3910 JobId=%u Logic error!!!! drive %s Should not get here.\n"
13386 #: src/stored/reserve.c:1445
13387 msgid "Logic error!!!! Should not get here.\n"
13390 #: src/stored/reserve.c:1448
13392 msgid "3911 JobId=%u failed reserve drive %s.\n"
13395 #: src/stored/spool.c:84
13396 msgid "Spooling statistics:\n"
13399 #: src/stored/spool.c:87
13402 "Data spooling: %u active jobs, %s bytes; %u total jobs, %s max bytes/job.\n"
13405 #: src/stored/spool.c:95
13407 msgid "Attr spooling: %u active jobs, %s bytes; %u total jobs, %s max bytes.\n"
13410 #: src/stored/spool.c:115
13411 msgid "Spooling data ...\n"
13414 #: src/stored/spool.c:141
13416 msgid "Bad return from despool WroteVol=%d\n"
13419 #: src/stored/spool.c:174
13421 msgid "Open data spool file %s failed: ERR=%s\n"
13424 #: src/stored/spool.c:232
13426 msgid "Committing spooled data to Volume \"%s\". Despooling %s bytes ...\n"
13429 #: src/stored/spool.c:236
13431 msgid "Writing spooled data to Volume. Despooling %s bytes ...\n"
13434 #: src/stored/spool.c:306
13437 "Despooling elapsed time = %02d:%02d:%02d, Transfer rate = %s bytes/second\n"
13440 #: src/stored/spool.c:315 src/stored/spool.c:504 src/stored/spool.c:546
13442 msgid "Ftruncate spool file failed: ERR=%s\n"
13445 #: src/stored/spool.c:376
13447 msgid "Spool header read error. ERR=%s\n"
13450 #: src/stored/spool.c:379
13452 msgid "Spool read error. Wanted %u bytes, got %d\n"
13455 #: src/stored/spool.c:380
13457 msgid "Spool header read error. Wanted %u bytes, got %d\n"
13460 #: src/stored/spool.c:386 src/stored/spool.c:387
13462 msgid "Spool block too big. Max %u bytes, got %u\n"
13465 #: src/stored/spool.c:392 src/stored/spool.c:393
13467 msgid "Spool data read error. Wanted %u bytes, got %d\n"
13470 #: src/stored/spool.c:450
13471 msgid "User specified spool size reached.\n"
13474 #: src/stored/spool.c:452
13475 msgid "Bad return from despool in write_block.\n"
13478 #: src/stored/spool.c:460
13479 msgid "Spooling data again ...\n"
13482 #: src/stored/spool.c:491
13484 msgid "Error writing header to spool file. ERR=%s\n"
13487 #: src/stored/spool.c:510 src/stored/spool.c:552
13488 msgid "Fatal despooling error."
13491 #: src/stored/spool.c:517
13492 msgid "Retrying after header spooling error failed.\n"
13495 #: src/stored/spool.c:531
13497 msgid "Error writing data to spool file. ERR=%s\n"
13500 #: src/stored/spool.c:562
13501 msgid "Retrying after data spooling error failed.\n"
13504 #: src/stored/spool.c:617 src/stored/spool.c:624
13506 msgid "Fseek on attributes file failed: ERR=%s\n"
13509 #: src/stored/spool.c:634
13511 msgid "Sending spooled attrs to the Director. Despooling %s bytes ...\n"
13514 #: src/stored/spool.c:661
13516 msgid "fopen attr spool file %s failed: ERR=%s\n"
13519 #: src/stored/status.c:120
13525 #: src/stored/status.c:124
13527 msgid "Autochanger \"%s\" with devices:\n"
13530 #: src/stored/status.c:142
13533 "Device %s is mounted with:\n"
13536 " Media type: %s\n"
13539 #: src/stored/status.c:152
13541 msgid "Device %s open but no Bacula volume is currently mounted.\n"
13544 #: src/stored/status.c:163
13546 msgid " Total Bytes=%s Blocks=%s Bytes/block=%s\n"
13549 #: src/stored/status.c:178
13551 msgid " Total Bytes Read=%s Blocks Read=%s Bytes/block=%s\n"
13554 #: src/stored/status.c:184
13556 msgid " Positioned at File=%s Block=%s\n"
13559 #: src/stored/status.c:191
13561 msgid "Device %s is not open.\n"
13564 #: src/stored/status.c:195
13566 msgid "Device \"%s\" is not open or does not exist.\n"
13569 #: src/stored/status.c:201
13570 msgid "In Use Volume status:\n"
13573 #: src/stored/status.c:208 src/stored/status.c:210
13579 #: src/stored/status.c:227
13581 "No DEVICE structure.\n"
13585 #: src/stored/status.c:234
13586 msgid " Device is BLOCKED. User unmounted.\n"
13589 #: src/stored/status.c:238
13590 msgid " Device is BLOCKED. User unmounted during wait for media/mount.\n"
13593 #: src/stored/status.c:250
13596 " Device is BLOCKED waiting for mount of volume \"%s\",\n"
13598 " Media type: %s\n"
13601 #: src/stored/status.c:259
13604 " Device is BLOCKED waiting to create a volume for:\n"
13606 " Media type: %s\n"
13609 #: src/stored/status.c:271
13610 msgid " Device is BLOCKED waiting for media.\n"
13613 #: src/stored/status.c:277
13614 msgid " Device is being initialized.\n"
13617 #: src/stored/status.c:281
13618 msgid " Device is blocked labeling a Volume.\n"
13621 #: src/stored/status.c:290
13623 msgid " Slot %d is loaded in drive %d.\n"
13626 #: src/stored/status.c:294
13628 msgid " Drive %d is not loaded.\n"
13631 #: src/stored/status.c:297
13633 msgid " Drive %d status unknown.\n"
13636 #: src/stored/status.c:320
13637 msgid "Device state:\n"
13640 #: src/stored/status.c:338
13643 "num_writers=%d block=%d\n"
13647 #: src/stored/status.c:344
13649 msgid "Archive name: %s Device name: %s\n"
13652 #: src/stored/status.c:348
13654 msgid "File=%u block=%u\n"
13657 #: src/stored/status.c:351
13659 msgid "Min block=%u Max block=%u\n"
13662 #: src/stored/status.c:375
13664 msgid "%s Job %s waiting for Client connection.\n"
13667 #: src/stored/status.c:391
13670 "Reading: %s %s job %s JobId=%d Volume=\"%s\"\n"
13671 " pool=\"%s\" device=%s\n"
13674 #: src/stored/status.c:404
13677 "Writing: %s %s job %s JobId=%d Volume=\"%s\"\n"
13678 " pool=\"%s\" device=%s\n"
13681 #: src/stored/status.c:415
13683 msgid " spooling=%d despooling=%d despool_wait=%d\n"
13686 #: src/stored/status.c:432
13688 msgid " FDReadSeqNo=%s in_msg=%u out_msg=%d fd=%d\n"
13691 #: src/stored/status.c:438
13692 msgid " FDSocket closed\n"
13695 #: src/stored/status.c:460
13698 "Jobs waiting to reserve a drive:\n"
13701 #: src/stored/status.c:491
13702 msgid "===================================================================\n"
13705 #: src/stored/status.c:637
13706 msgid "3900 Bad .status command, missing argument.\n"
13709 #: src/stored/status.c:660
13710 msgid "3900 Bad .status command, wrong argument.\n"
13713 #: src/stored/status.c:674
13714 msgid "Bacula Storage: Idle"
13717 #: src/stored/status.c:685
13718 msgid "Bacula Storage: Running"
13721 #: src/stored/status.c:699
13722 msgid "Bacula Storage: Last Job Canceled"
13725 #: src/stored/status.c:703
13726 msgid "Bacula Storage: Last Job Failed"
13729 #: src/stored/status.c:707
13730 msgid "Bacula Storage: Last Job had Warnings"
13733 #: src/stored/stored.c:82
13737 "Version: %s (%s)\n"
13739 "Usage: stored [options] [-c config_file] [config_file]\n"
13740 " -c <file> use <file> as configuration file\n"
13741 " -dnn set debug level to nn\n"
13742 " -f run in foreground (for debugging)\n"
13743 " -g <group> set groupid to group\n"
13744 " -p proceed despite I/O errors\n"
13745 " -s no signals (for debugging)\n"
13746 " -t test - read config and exit\n"
13747 " -u <user> userid to <user>\n"
13748 " -v verbose user messages\n"
13749 " -? print this message.\n"
13753 #: src/stored/stored.c:243
13754 msgid "Volume Session Time is ZERO!\n"
13757 #: src/stored/stored.c:256
13759 msgid "Unable to create thread. ERR=%s\n"
13762 #: src/stored/stored.c:294
13764 msgid "Only one Storage resource permitted in %s\n"
13767 #: src/stored/stored.c:299
13769 msgid "No Director resource defined in %s. Cannot continue.\n"
13772 #: src/stored/stored.c:304
13774 msgid "No Device resource defined in %s. Cannot continue.\n"
13777 #: src/stored/stored.c:312
13779 msgid "No Messages resource defined in %s. Cannot continue.\n"
13782 #: src/stored/stored.c:339
13784 msgid "\"TLS Certificate\" file not defined for Storage \"%s\" in %s.\n"
13787 #: src/stored/stored.c:345
13789 msgid "\"TLS Key\" file not defined for Storage \"%s\" in %s.\n"
13792 #: src/stored/stored.c:351
13795 "Neither \"TLS CA Certificate\" or \"TLS CA Certificate Dir\" are defined for "
13796 "Storage \"%s\" in %s. At least one CA certificate store is required when "
13797 "using \"TLS Verify Peer\".\n"
13800 #: src/stored/stored.c:482
13802 msgid "Could not initialize %s\n"
13805 #: src/stored/stored.c:495
13807 msgid "Could not open device %s\n"
13810 #: src/stored/stored.c:508
13812 msgid "Could not mount device %s\n"
13815 #: src/stored/stored_conf.c:234
13817 msgid "Expected a Device Type keyword, got: %s"
13820 #: src/stored/stored_conf.c:249
13822 msgid "Warning: no \"%s\" resource (%d) defined.\n"
13825 #: src/stored/stored_conf.c:252
13827 msgid "dump_resource type=%d\n"
13830 #: src/stored/stored_conf.c:368
13832 msgid "Warning: unknown resource type %d\n"
13835 #: src/stored/stored_conf.c:557
13837 msgid "\"%s\" item is required in \"%s\" resource, but not found.\n"
13840 #: src/stored/stored_conf.c:563
13842 msgid "Too many items in \"%s\" resource\n"
13845 #: src/stored/stored_conf.c:597
13847 msgid "Cannot find AutoChanger resource %s\n"
13850 #: src/stored/stored_conf.c:669
13853 "Attempt to define second \"%s\" resource named \"%s\" is not permitted.\n"
13856 #: src/stored/wait.c:127
13858 msgid "pthread timedwait error. ERR=%s\n"
13861 #: src/stored/wait.c:217
13863 msgid "JobId=%s, Job %s waiting to reserve a device.\n"
13866 #: src/tools/bregex.c:147 src/tools/bwild.c:122
13868 msgid "Could not open data file: %s\n"
13871 #: src/tools/bsmtp.c:117
13873 msgid "Fatal malformed reply from %s: %s\n"
13876 #: src/tools/bsmtp.c:125
13878 msgid "Fatal fgets error: ERR=%s\n"
13881 #: src/tools/bsmtp.c:156
13885 "Usage: %s [-f from] [-h mailhost] [-s subject] [-c copy] [recipient ...]\n"
13886 " -8 set charset utf-8\n"
13887 " -c set the Cc: field\n"
13888 " -dnn set debug level to nn\n"
13889 " -f set the From: field\n"
13890 " -h use mailhost:port as the SMTP server\n"
13891 " -s set the Subject: field\n"
13892 " -r set the Reply-To: field\n"
13893 " -l set the maximum number of lines that should be sent "
13894 "(default: unlimited)\n"
13895 " -? print this message.\n"
13899 #: src/tools/bsmtp.c:287
13900 msgid "Fatal error: no recipient given.\n"
13903 #: src/tools/bsmtp.c:318
13905 msgid "Fatal gethostname error: ERR=%s\n"
13908 #: src/tools/bsmtp.c:322
13910 msgid "Fatal gethostbyname for myself failed \"%s\": ERR=%s\n"
13913 #: src/tools/bsmtp.c:358
13915 msgid "Error unknown mail host \"%s\": ERR=%s\n"
13918 #: src/tools/bsmtp.c:361
13919 msgid "Retrying connection using \"localhost\".\n"
13922 #: src/tools/bsmtp.c:369
13924 msgid "Fatal error: Unknown address family for smtp host: %d\n"
13927 #: src/tools/bsmtp.c:378 src/tools/bsmtp.c:383
13929 msgid "Fatal socket error: ERR=%s\n"
13932 #: src/tools/bsmtp.c:388
13934 msgid "Fatal connect error to %s: ERR=%s\n"
13937 #: src/tools/bsmtp.c:396
13939 msgid "Fatal _open_osfhandle error: ERR=%s\n"
13942 #: src/tools/bsmtp.c:403 src/tools/bsmtp.c:407 src/tools/bsmtp.c:416
13943 #: src/tools/bsmtp.c:420
13945 msgid "Fatal fdopen error: ERR=%s\n"
13948 #: src/tools/bsmtp.c:412
13950 msgid "Fatal dup error: ERR=%s\n"
13953 #: src/tools/dbcheck.c:175
13955 "Warning skipping the additional parameters for working directory/dbname/user/"
13959 #: src/tools/dbcheck.c:191
13961 msgid "Error can not find the Catalog name[%s] in the given config file [%s]\n"
13964 #: src/tools/dbcheck.c:193
13966 msgid "Error there is no Catalog section in the given config file [%s]\n"
13969 #: src/tools/dbcheck.c:202
13970 msgid "Error no Director resource defined.\n"
13973 #: src/tools/dbcheck.c:216
13974 msgid "Wrong number of arguments.\n"
13977 #: src/tools/dbcheck.c:221
13978 msgid "Working directory not supplied.\n"
13981 #: src/tools/dbcheck.c:285
13983 msgid "Hello, this is the database check/correct program.\n"
13986 #: src/tools/dbcheck.c:287
13988 msgid "Modify database is on."
13991 #: src/tools/dbcheck.c:289
13993 msgid "Modify database is off."
13996 #: src/tools/dbcheck.c:291 src/tools/dbcheck.c:352
13998 msgid " Verbose is on.\n"
14001 #: src/tools/dbcheck.c:293 src/tools/dbcheck.c:354
14003 msgid " Verbose is off.\n"
14006 #: src/tools/dbcheck.c:295
14008 msgid "Please select the fuction you want to perform.\n"
14011 #: src/tools/dbcheck.c:299
14015 " 1) Toggle modify database flag\n"
14016 " 2) Toggle verbose flag\n"
14017 " 3) Repair bad Filename records\n"
14018 " 4) Repair bad Path records\n"
14019 " 5) Eliminate duplicate Filename records\n"
14020 " 6) Eliminate duplicate Path records\n"
14021 " 7) Eliminate orphaned Jobmedia records\n"
14022 " 8) Eliminate orphaned File records\n"
14023 " 9) Eliminate orphaned Path records\n"
14024 " 10) Eliminate orphaned Filename records\n"
14025 " 11) Eliminate orphaned FileSet records\n"
14026 " 12) Eliminate orphaned Client records\n"
14027 " 13) Eliminate orphaned Job records\n"
14028 " 14) Eliminate all Admin records\n"
14029 " 15) Eliminate all Restore records\n"
14030 " 16) All (3-15)\n"
14034 #: src/tools/dbcheck.c:318
14038 " 1) Toggle modify database flag\n"
14039 " 2) Toggle verbose flag\n"
14040 " 3) Check for bad Filename records\n"
14041 " 4) Check for bad Path records\n"
14042 " 5) Check for duplicate Filename records\n"
14043 " 6) Check for duplicate Path records\n"
14044 " 7) Check for orphaned Jobmedia records\n"
14045 " 8) Check for orphaned File records\n"
14046 " 9) Check for orphaned Path records\n"
14047 " 10) Check for orphaned Filename records\n"
14048 " 11) Check for orphaned FileSet records\n"
14049 " 12) Check for orphaned Client records\n"
14050 " 13) Check for orphaned Job records\n"
14051 " 14) Check for all Admin records\n"
14052 " 15) Check for all Restore records\n"
14053 " 16) All (3-15)\n"
14057 #: src/tools/dbcheck.c:338
14058 msgid "Select function number: "
14061 #: src/tools/dbcheck.c:345
14063 msgid "Database will be modified.\n"
14066 #: src/tools/dbcheck.c:347
14068 msgid "Database will NOT be modified.\n"
14071 #: src/tools/dbcheck.c:437
14073 msgid "JobId=%s Name=\"%s\" StartTime=%s\n"
14076 #: src/tools/dbcheck.c:445
14078 msgid "Orphaned JobMediaId=%s JobId=%s Volume=\"%s\"\n"
14081 #: src/tools/dbcheck.c:452
14083 msgid "Orphaned FileId=%s JobId=%s Volume=\"%s\"\n"
14086 #: src/tools/dbcheck.c:459
14088 msgid "Orphaned FileSetId=%s FileSet=\"%s\" MD5=%s\n"
14091 #: src/tools/dbcheck.c:466
14093 msgid "Orphaned ClientId=%s Name=\"%s\"\n"
14096 #: src/tools/dbcheck.c:520
14098 msgid "Deleting: %s\n"
14101 #: src/tools/dbcheck.c:594
14103 msgid "Checking for duplicate Filename entries.\n"
14106 #: src/tools/dbcheck.c:603
14108 msgid "Found %d duplicate Filename records.\n"
14111 #: src/tools/dbcheck.c:604
14112 msgid "Print the list? (yes/no): "
14115 #: src/tools/dbcheck.c:623 src/tools/dbcheck.c:681
14117 msgid "Found %d for: %s\n"
14120 #: src/tools/dbcheck.c:651
14122 msgid "Checking for duplicate Path entries.\n"
14125 #: src/tools/dbcheck.c:661
14127 msgid "Found %d duplicate Path records.\n"
14130 #: src/tools/dbcheck.c:662 src/tools/dbcheck.c:716 src/tools/dbcheck.c:760
14131 #: src/tools/dbcheck.c:803 src/tools/dbcheck.c:842 src/tools/dbcheck.c:880
14132 #: src/tools/dbcheck.c:921 src/tools/dbcheck.c:962 src/tools/dbcheck.c:1000
14133 #: src/tools/dbcheck.c:1033 src/tools/dbcheck.c:1070 src/tools/dbcheck.c:1134
14134 msgid "Print them? (yes/no): "
14137 #: src/tools/dbcheck.c:709
14139 msgid "Checking for orphaned JobMedia entries.\n"
14142 #: src/tools/dbcheck.c:715
14144 msgid "Found %d orphaned JobMedia records.\n"
14147 #: src/tools/dbcheck.c:733
14149 msgid "Deleting %d orphaned JobMedia records.\n"
14152 #: src/tools/dbcheck.c:750
14154 msgid "Checking for orphaned File entries. This may take some time!\n"
14157 #: src/tools/dbcheck.c:759
14159 msgid "Found %d orphaned File records.\n"
14162 #: src/tools/dbcheck.c:776
14164 msgid "Deleting %d orphaned File records.\n"
14167 #: src/tools/dbcheck.c:793
14169 msgid "Checking for orphaned Path entries. This may take some time!\n"
14172 #: src/tools/dbcheck.c:802
14174 msgid "Found %d orphaned Path records.\n"
14177 #: src/tools/dbcheck.c:815
14179 msgid "Deleting %d orphaned Path records.\n"
14182 #: src/tools/dbcheck.c:832
14184 msgid "Checking for orphaned Filename entries. This may take some time!\n"
14187 #: src/tools/dbcheck.c:841
14189 msgid "Found %d orphaned Filename records.\n"
14192 #: src/tools/dbcheck.c:854
14194 msgid "Deleting %d orphaned Filename records.\n"
14197 #: src/tools/dbcheck.c:869
14199 msgid "Checking for orphaned FileSet entries. This takes some time!\n"
14202 #: src/tools/dbcheck.c:879
14204 msgid "Found %d orphaned FileSet records.\n"
14207 #: src/tools/dbcheck.c:894
14209 msgid "Deleting %d orphaned FileSet records.\n"
14212 #: src/tools/dbcheck.c:903
14214 msgid "Checking for orphaned Client entries.\n"
14217 #: src/tools/dbcheck.c:920
14219 msgid "Found %d orphaned Client records.\n"
14222 #: src/tools/dbcheck.c:935
14224 msgid "Deleting %d orphaned Client records.\n"
14227 #: src/tools/dbcheck.c:944
14229 msgid "Checking for orphaned Job entries.\n"
14232 #: src/tools/dbcheck.c:961
14234 msgid "Found %d orphaned Job records.\n"
14237 #: src/tools/dbcheck.c:976
14239 msgid "Deleting %d orphaned Job records.\n"
14242 #: src/tools/dbcheck.c:978
14244 msgid "Deleting JobMedia records of orphaned Job records.\n"
14247 #: src/tools/dbcheck.c:980
14249 msgid "Deleting Log records of orphaned Job records.\n"
14252 #: src/tools/dbcheck.c:990
14254 msgid "Checking for Admin Job entries.\n"
14257 #: src/tools/dbcheck.c:999
14259 msgid "Found %d Admin Job records.\n"
14262 #: src/tools/dbcheck.c:1014
14264 msgid "Deleting %d Admin Job records.\n"
14267 #: src/tools/dbcheck.c:1023
14269 msgid "Checking for Restore Job entries.\n"
14272 #: src/tools/dbcheck.c:1032
14274 msgid "Found %d Restore Job records.\n"
14277 #: src/tools/dbcheck.c:1047
14279 msgid "Deleting %d Restore Job records.\n"
14282 #: src/tools/dbcheck.c:1060
14284 msgid "Checking for Filenames with a trailing slash\n"
14287 #: src/tools/dbcheck.c:1069
14289 msgid "Found %d bad Filename records.\n"
14292 #: src/tools/dbcheck.c:1087 src/tools/dbcheck.c:1150
14294 msgid "Reparing %d bad Filename records.\n"
14297 #: src/tools/dbcheck.c:1124
14299 msgid "Checking for Paths without a trailing slash\n"
14302 #: src/tools/dbcheck.c:1133
14304 msgid "Found %d bad Path records.\n"
14307 #: src/tools/drivetype.c:47
14311 "Usage: drivetype [-v] path ...\n"
14313 " Print the drive type a given file/directory is on.\n"
14314 " The following options are supported:\n"
14316 " -v print both path and file system type.\n"
14317 " -? print this message.\n"
14321 #: src/tools/drivetype.c:101 src/tools/fstype.c:101
14323 msgid "%s: unknown\n"
14326 #: src/tools/fstype.c:47
14330 "Usage: fstype [-v] path ...\n"
14332 " Print the file system type a given file/directory is on.\n"
14333 " The following options are supported:\n"
14335 " -v print both path and file system type.\n"
14336 " -? print this message.\n"
14340 #: src/tools/testfind.c:66
14344 "Usage: testfind [-d debug_level] [-] [pattern1 ...]\n"
14345 " -a print extended attributes (Win32 debug)\n"
14346 " -dnn set debug level to nn\n"
14347 " -c specify config file containing FileSet resources\n"
14348 " -f specify which FileSet to use\n"
14349 " -? print this message.\n"
14351 "Patterns are used for file inclusion -- normally directories.\n"
14352 "Debug level >= 1 prints each file found.\n"
14353 "Debug level >= 10 prints path/file for catalog.\n"
14354 "Errors are always printed.\n"
14355 "Files/paths truncated is the number of files/paths with len > 255.\n"
14356 "Truncation is only in the catalog.\n"
14360 #: src/tools/testfind.c:225
14364 "Total files : %d\n"
14365 "Max file length: %d\n"
14366 "Max path length: %d\n"
14367 "Files truncated: %d\n"
14368 "Paths truncated: %d\n"
14369 "Hard links : %d\n"
14372 #: src/tools/testfind.c:265
14377 #: src/tools/testfind.c:287
14378 msgid "\t[will not descend: recursion turned off]"
14381 #: src/tools/testfind.c:289
14382 msgid "\t[will not descend: file system change not allowed]"
14385 #: src/tools/testfind.c:291
14386 msgid "\t[will not descend: disallowed file system]"
14389 #: src/tools/testfind.c:293
14390 msgid "\t[will not descend: disallowed drive type]"
14393 #: src/tools/testfind.c:309 src/tools/testls.c:188
14395 msgid "Err: Could not access %s: %s\n"
14398 #: src/tools/testfind.c:312 src/tools/testls.c:191
14400 msgid "Err: Could not follow ff->link %s: %s\n"
14403 #: src/tools/testfind.c:315 src/tools/testls.c:194
14405 msgid "Err: Could not stat %s: %s\n"
14408 #: src/tools/testfind.c:318 src/tools/testls.c:197
14410 msgid "Skip: File not saved. No change. %s\n"
14413 #: src/tools/testfind.c:321 src/tools/testls.c:200
14415 msgid "Err: Attempt to backup archive. Not saved. %s\n"
14418 #: src/tools/testfind.c:324 src/tools/testls.c:209
14420 msgid "Err: Could not open directory %s: %s\n"
14423 #: src/tools/testfind.c:327 src/tools/testls.c:212
14425 msgid "Err: Unknown file ff->type %d: %s\n"
14428 #: src/tools/testfind.c:377
14430 msgid "===== Filename truncated to 255 chars: %s\n"
14433 #: src/tools/testfind.c:394
14435 msgid "========== Path name truncated to 255 chars: %s\n"
14438 #: src/tools/testfind.c:403
14440 msgid "========== Path length is zero. File=%s\n"
14443 #: src/tools/testfind.c:406
14448 #: src/tools/testls.c:55
14452 "Usage: testls [-d debug_level] [-] [pattern1 ...]\n"
14453 " -a print extended attributes (Win32 debug)\n"
14454 " -dnn set debug level to nn\n"
14455 " -e specify file of exclude patterns\n"
14456 " -i specify file of include patterns\n"
14457 " - read pattern(s) from stdin\n"
14458 " -? print this message.\n"
14460 "Patterns are file inclusion -- normally directories.\n"
14461 "Debug level >= 1 prints each file found.\n"
14462 "Debug level >= 10 prints path/file for catalog.\n"
14463 "Errors always printed.\n"
14464 "Files/paths truncated is number with len > 255.\n"
14465 "Truncation is only in catalog.\n"
14469 #: src/tools/testls.c:140
14471 msgid "Could not open include file: %s\n"
14474 #: src/tools/testls.c:153
14476 msgid "Could not open exclude file: %s\n"
14479 #: src/tools/testls.c:203
14481 msgid "Recursion turned off. Directory not entered. %s\n"
14484 #: src/tools/testls.c:206
14486 msgid "Skip: File system change prohibited. Directory not entered. %s\n"
14489 #: src/tray-monitor/authenticate.c:88
14491 "Director authorization problem.\n"
14492 "Most likely the passwords do not agree.\n"
14493 "Please see http://www.bacula.org/rel-manual/faq.html#AuthorizationErrors for "
14497 #: src/tray-monitor/authenticate.c:138
14499 "Director and Storage daemon passwords or names not the same.\n"
14500 "Please see http://www.bacula.org/rel-manual/faq.html#AuthorizationErrors for "
14504 #: src/tray-monitor/authenticate.c:145
14506 msgid "bdird<stored: bad response to Hello command: ERR=%s\n"
14509 #: src/tray-monitor/authenticate.c:178
14511 msgid "Error sending Hello to File daemon. ERR=%s\n"
14514 #: src/tray-monitor/authenticate.c:184
14516 "Director and File daemon passwords or names not the same.\n"
14517 "Please see http://www.bacula.org/rel-manual/faq.html#AuthorizationErrors for "
14521 #: src/tray-monitor/tray-monitor.c:113
14524 "Written by Nicolas Boichat (2004)\n"
14526 "Version: %s (%s) %s %s %s\n"
14528 "Usage: tray-monitor [-c config_file] [-d debug_level]\n"
14529 " -c <file> set configuration file to file\n"
14530 " -dnn set debug level to nn\n"
14531 " -t test - read configuration and exit\n"
14532 " -? print this message.\n"
14536 #: src/tray-monitor/tray-monitor.c:262
14539 "Error: %d Monitor resources defined in %s. You must define one and only one "
14540 "Monitor resource.\n"
14543 #: src/tray-monitor/tray-monitor.c:293
14546 "No Client, Storage or Director resource defined in %s\n"
14547 "Without that I don't how to get status from the File, Storage or Director "
14551 #: src/tray-monitor/tray-monitor.c:315
14554 "Invalid refresh interval defined in %s\n"
14555 "This value must be greater or equal to 1 second and less or equal to 10 "
14556 "minutes (read value: %d).\n"
14559 #: src/tray-monitor/tray-monitor.c:330
14560 msgid "Open status window..."
14563 #: src/tray-monitor/tray-monitor.c:336
14567 #: src/tray-monitor/tray-monitor.c:348
14568 msgid "Bacula tray monitor"
14571 #: src/tray-monitor/tray-monitor.c:373
14575 #: src/tray-monitor/tray-monitor.c:377
14579 #: src/tray-monitor/tray-monitor.c:381
14583 #: src/tray-monitor/tray-monitor.c:394
14584 msgid "Unknown status."
14587 #: src/tray-monitor/tray-monitor.c:464
14588 msgid "Refresh interval in seconds: "
14591 #: src/tray-monitor/tray-monitor.c:472
14592 msgid "Refresh now"
14595 #: src/tray-monitor/tray-monitor.c:476
14599 #: src/tray-monitor/tray-monitor.c:480
14603 #: src/tray-monitor/tray-monitor.c:500
14605 msgid "Disconnecting from Director %s:%d\n"
14608 #: src/tray-monitor/tray-monitor.c:503
14610 msgid "Disconnecting from Client %s:%d\n"
14613 #: src/tray-monitor/tray-monitor.c:506
14615 msgid "Disconnecting from Storage %s:%d\n"
14618 #: src/tray-monitor/tray-monitor.c:543 src/tray-monitor/tray-monitor.c:554
14619 msgid "Bacula Tray Monitor"
14622 #: src/tray-monitor/tray-monitor.c:545 src/tray-monitor/tray-monitor.c:556
14623 msgid "Written by Nicolas Boichat\n"
14626 #: src/tray-monitor/tray-monitor.c:546 src/tray-monitor/tray-monitor.c:557
14630 #: src/tray-monitor/tray-monitor.c:625
14632 msgid "Error, currentitem is not a Client or a Storage..\n"
14635 #: src/tray-monitor/tray-monitor.c:699
14638 "Current job: %s\n"
14642 #: src/tray-monitor/tray-monitor.c:711
14644 msgid " (%d errors)"
14647 #: src/tray-monitor/tray-monitor.c:714
14649 msgid " (%d error)"
14652 #: src/tray-monitor/tray-monitor.c:752
14653 msgid "No current job."
14656 #: src/tray-monitor/tray-monitor.c:755
14657 msgid "No last job."
14660 #: src/tray-monitor/tray-monitor.c:763
14661 msgid "Job status: Created"
14664 #: src/tray-monitor/tray-monitor.c:768
14665 msgid "Job status: Running"
14668 #: src/tray-monitor/tray-monitor.c:772
14669 msgid "Job status: Blocked"
14672 #: src/tray-monitor/tray-monitor.c:777
14673 msgid "Job status: Terminated"
14676 #: src/tray-monitor/tray-monitor.c:782
14677 msgid "Job status: Terminated in error"
14680 #: src/tray-monitor/tray-monitor.c:788
14681 msgid "Job status: Error"
14684 #: src/tray-monitor/tray-monitor.c:792
14685 msgid "Job status: Fatal error"
14688 #: src/tray-monitor/tray-monitor.c:797
14689 msgid "Job status: Verify differences"
14692 #: src/tray-monitor/tray-monitor.c:802
14693 msgid "Job status: Canceled"
14696 #: src/tray-monitor/tray-monitor.c:807
14697 msgid "Job status: Waiting on File daemon"
14700 #: src/tray-monitor/tray-monitor.c:812
14701 msgid "Job status: Waiting on the Storage daemon"
14704 #: src/tray-monitor/tray-monitor.c:817
14705 msgid "Job status: Waiting for new media"
14708 #: src/tray-monitor/tray-monitor.c:822
14709 msgid "Job status: Waiting for Mount"
14712 #: src/tray-monitor/tray-monitor.c:827
14713 msgid "Job status: Waiting for storage resource"
14716 #: src/tray-monitor/tray-monitor.c:832
14717 msgid "Job status: Waiting for job resource"
14720 #: src/tray-monitor/tray-monitor.c:837
14721 msgid "Job status: Waiting for Client resource"
14724 #: src/tray-monitor/tray-monitor.c:842
14725 msgid "Job status: Waiting for maximum jobs"
14728 #: src/tray-monitor/tray-monitor.c:847
14729 msgid "Job status: Waiting for start time"
14732 #: src/tray-monitor/tray-monitor.c:852
14733 msgid "Job status: Waiting for higher priority jobs to finish"
14736 #: src/tray-monitor/tray-monitor.c:857
14738 msgid "Unknown job status %c."
14741 #: src/tray-monitor/tray-monitor.c:858
14743 msgid "Job status: Unknown(%c)"
14746 #: src/tray-monitor/tray-monitor.c:865
14748 msgid "Bad scan : '%s' %d\n"
14751 #: src/tray-monitor/tray-monitor.c:906
14753 msgid "Connecting to Director %s:%d"
14756 #: src/tray-monitor/tray-monitor.c:912
14758 msgid "Connecting to Client %s:%d\n"
14761 #: src/tray-monitor/tray-monitor.c:913
14763 msgid "Connecting to Client %s:%d"
14766 #: src/tray-monitor/tray-monitor.c:919
14768 msgid "Connecting to Storage %s:%d\n"
14771 #: src/tray-monitor/tray-monitor.c:920
14773 msgid "Connecting to Storage %s:%d"
14776 #: src/tray-monitor/tray-monitor.c:925 src/tray-monitor/tray-monitor.c:963
14778 msgid "Error, currentitem is not a Client, a Storage or a Director..\n"
14781 #: src/tray-monitor/tray-monitor.c:931
14782 msgid "Cannot connect to daemon.\n"
14785 #: src/tray-monitor/tray-monitor.c:932
14786 msgid "Cannot connect to daemon."
14789 #: src/tray-monitor/tray-monitor.c:944
14791 msgid "Authentication error : %s"
14794 #: src/tray-monitor/tray-monitor.c:951
14795 msgid "Opened connection with Director daemon.\n"
14798 #: src/tray-monitor/tray-monitor.c:952
14799 msgid "Opened connection with Director daemon."
14802 #: src/tray-monitor/tray-monitor.c:955
14803 msgid "Opened connection with File daemon.\n"
14806 #: src/tray-monitor/tray-monitor.c:956
14807 msgid "Opened connection with File daemon."
14810 #: src/tray-monitor/tray-monitor.c:959
14811 msgid "Opened connection with Storage daemon.\n"
14814 #: src/tray-monitor/tray-monitor.c:960
14815 msgid "Opened connection with Storage daemon."
14818 #: src/tray-monitor/tray-monitor.c:997
14819 msgid "<< Error: BNET_PROMPT signal received. >>\n"
14822 #: src/tray-monitor/tray-monitor.c:1002 src/wx-console/console_thread.cpp:486
14823 msgid "<< Heartbeat signal received, answered. >>\n"
14826 #: src/tray-monitor/tray-monitor.c:1006
14828 msgid "<< Unexpected signal received : %s >>\n"
14831 #: src/tray-monitor/tray-monitor.c:1011
14835 #: src/tray-monitor/tray-monitor.c:1015
14836 msgid "Error : BNET_HARDEOF or BNET_ERROR"
14839 #: src/tray-monitor/tray-monitor.c:1021
14843 #: src/tray-monitor/tray-monitor.c:1025
14844 msgid "Error : Connection closed."
14847 #: src/tray-monitor/tray_conf.c:177
14849 msgid "Monitor: name=%s FDtimeout=%s SDtimeout=%s\n"
14852 #: src/tray-monitor/tray_conf.c:183
14854 msgid "Director: name=%s address=%s FDport=%d\n"
14857 #: src/tray-monitor/tray_conf.c:187
14859 msgid "Client: name=%s address=%s FDport=%d\n"
14862 #: src/tray-monitor/tray_conf.c:191
14864 msgid "Storage: name=%s address=%s SDport=%d\n"
14867 #: src/wx-console/authenticate.c:150
14868 msgid "Bad response to Hello command: ERR="
14871 #: src/baconfig.h:72
14873 msgid "Failed ASSERT: %s\n"
14876 #: src/baconfig.h:79
14880 #: src/win32/dird/winmain.cpp:193 src/win32/dird/winmain.cpp:200
14881 #: src/win32/filed/winmain.cpp:224 src/win32/filed/winmain.cpp:231
14882 #: src/win32/stored/baculasd/winmain.cpp:225
14883 #: src/win32/stored/baculasd/winmain.cpp:232
14884 msgid "Bacula Usage"
14887 #: src/win32/dird/winmain.cpp:197 src/win32/filed/winmain.cpp:228
14888 #: src/win32/stored/baculasd/winmain.cpp:229
14889 msgid "Bad Command Line Options"
14892 #: src/win32/dird/winservice.cpp:119 src/win32/filed/winservice.cpp:238
14893 #: src/win32/stored/baculasd/winservice.cpp:169
14894 msgid "StartServiceCtrlDispatcher failed."
14897 #: src/win32/dird/winservice.cpp:135 src/win32/filed/winservice.cpp:256
14898 #: src/win32/stored/baculasd/winservice.cpp:185
14899 msgid "RegisterServiceCtlHandler failed"
14902 #: src/win32/dird/winservice.cpp:136 src/win32/filed/winservice.cpp:257
14903 #: src/win32/stored/baculasd/winservice.cpp:186
14904 msgid "Contact Register Service Handler failure"
14907 #: src/win32/dird/winservice.cpp:152 src/win32/filed/winservice.cpp:273
14908 #: src/win32/stored/baculasd/winservice.cpp:202
14909 msgid "ReportStatus STOPPED failed 1"
14912 #: src/win32/dird/winservice.cpp:175 src/win32/filed/winservice.cpp:296
14913 #: src/win32/stored/baculasd/winservice.cpp:225
14914 msgid "Report Service failure"
14917 #: src/win32/dird/winservice.cpp:211
14918 msgid "Unable to install Bacula Director service"
14921 #: src/win32/dird/winservice.cpp:219 src/win32/filed/winservice.cpp:340
14922 #: src/win32/stored/baculasd/winservice.cpp:269
14923 msgid "Service command length too long"
14926 #: src/win32/dird/winservice.cpp:220 src/win32/filed/winservice.cpp:341
14927 #: src/win32/stored/baculasd/winservice.cpp:270
14928 msgid "Service command length too long. Service not registered."
14931 #: src/win32/dird/winservice.cpp:233
14933 "The Service Control Manager could not be contacted - the Bacula Director "
14934 "service was not installed"
14937 #: src/win32/dird/winservice.cpp:258
14938 msgid "The Bacula Director service could not be installed"
14941 #: src/win32/dird/winservice.cpp:264
14942 msgid "Provides director services. Bacula -- the network backup solution."
14945 #: src/win32/dird/winservice.cpp:272
14947 "The Bacula Director service was successfully installed.\n"
14948 "The service may be started from the Control Panel and will\n"
14949 "automatically be run the next time this machine is rebooted."
14952 #: src/win32/dird/winservice.cpp:311
14953 msgid "The Bacula Director service could not be stopped"
14956 #: src/win32/dird/winservice.cpp:318
14957 msgid "The Bacula Director service has been removed"
14960 #: src/win32/dird/winservice.cpp:321
14961 msgid "The Bacula Director service could not be removed"
14964 #: src/win32/dird/winservice.cpp:326
14965 msgid "The Bacula Director service could not be found"
14968 #: src/win32/dird/winservice.cpp:331
14970 "The SCM could not be contacted - the Bacula Director service was not removed"
14973 #: src/win32/dird/winservice.cpp:393 src/win32/filed/winservice.cpp:604
14974 #: src/win32/stored/baculasd/winservice.cpp:443
14975 msgid "SetServiceStatus failed"
14978 #: src/win32/dird/winservice.cpp:421 src/win32/filed/winservice.cpp:632
14979 #: src/win32/stored/baculasd/winservice.cpp:471
14984 "%s error: %ld at %s:%d"
14987 #: src/win32/dird/winservice.cpp:496 src/win32/filed/winservice.cpp:707
14988 #: src/win32/stored/baculasd/winservice.cpp:546
14990 msgid "Locked by: %s, duration: %ld seconds\n"
14993 #: src/win32/dird/winservice.cpp:500 src/win32/filed/winservice.cpp:711
14994 #: src/win32/stored/baculasd/winservice.cpp:550
14996 msgid "No longer locked\n"
14999 #: src/win32/dird/winservice.cpp:504 src/win32/filed/winservice.cpp:715
15000 #: src/win32/stored/baculasd/winservice.cpp:554
15001 msgid "Could not lock database"
15004 #: src/win32/filed/winmain.cpp:326 src/win32/stored/baculasd/winmain.cpp:326
15005 msgid "Another instance of Bacula is already running"
15008 #: src/win32/filed/winservice.cpp:111 src/win32/filed/winservice.cpp:125
15009 msgid "No existing instance of Bacula File service could be contacted"
15012 #: src/win32/filed/winservice.cpp:196
15013 msgid "KERNEL32.DLL not found: Bacula service not started"
15016 #: src/win32/filed/winservice.cpp:206
15017 msgid "Registry service not found: Bacula service not started"
15020 #: src/win32/filed/winservice.cpp:208
15021 msgid "Registry service not found"
15024 #: src/win32/filed/winservice.cpp:332
15025 msgid "Unable to install Bacula File service"
15028 #: src/win32/filed/winservice.cpp:356
15029 msgid "Cannot write System Registry"
15032 #: src/win32/filed/winservice.cpp:357
15034 "The System Registry could not be updated - the Bacula service was not "
15038 #: src/win32/filed/winservice.cpp:364
15039 msgid "Cannot add Bacula key to System Registry"
15042 #: src/win32/filed/winservice.cpp:365 src/win32/filed/winservice.cpp:418
15043 msgid "The Bacula service could not be installed"
15046 #: src/win32/filed/winservice.cpp:374
15048 "The Bacula File service was successfully installed.\n"
15049 "The service may be started by double clicking on the\n"
15050 "Bacula \"Start\" icon and will be automatically\n"
15051 "be run the next time this machine is rebooted. "
15054 #: src/win32/filed/winservice.cpp:393
15056 "The Service Control Manager could not be contacted - the Bacula service was "
15060 #: src/win32/filed/winservice.cpp:424
15062 "Provides file backup and restore services. Bacula -- the network backup "
15066 #: src/win32/filed/winservice.cpp:432
15068 "The Bacula File service was successfully installed.\n"
15069 "The service may be started from the Control Panel and will\n"
15070 "automatically be run the next time this machine is rebooted."
15073 #: src/win32/filed/winservice.cpp:442
15075 "Unknown Windows operating system.\n"
15076 "Cannot install Bacula service.\n"
15079 #: src/win32/filed/winservice.cpp:467
15081 "Could not find registry entry.\n"
15082 "Service probably not registerd - the Bacula service was not removed"
15085 #: src/win32/filed/winservice.cpp:472
15087 "Could not delete Registry key.\n"
15088 "The Bacula service could not be removed"
15091 #: src/win32/filed/winservice.cpp:482
15092 msgid "Bacula could not be contacted, probably not running"
15095 #: src/win32/filed/winservice.cpp:489
15096 msgid "The Bacula service has been removed"
15099 #: src/win32/filed/winservice.cpp:520
15100 msgid "The Bacula file service could not be stopped"
15103 #: src/win32/filed/winservice.cpp:527
15104 msgid "The Bacula file service has been removed"
15107 #: src/win32/filed/winservice.cpp:530
15108 msgid "The Bacula file service could not be removed"
15111 #: src/win32/filed/winservice.cpp:535
15112 msgid "The Bacula file service could not be found"
15115 #: src/win32/filed/winservice.cpp:540
15117 "The SCM could not be contacted - the Bacula file service was not removed"
15120 #: src/win32/stored/baculasd/winservice.cpp:85
15121 #: src/win32/stored/baculasd/winservice.cpp:99
15122 msgid "No existing instance of Bacula storage service could be contacted"
15125 #: src/win32/stored/baculasd/winservice.cpp:261
15126 msgid "Unable to install Bacula Storage service"
15129 #: src/win32/stored/baculasd/winservice.cpp:283
15131 "The Service Control Manager could not be contacted - the Bacula Storage "
15132 "service was not installed"
15135 #: src/win32/stored/baculasd/winservice.cpp:308
15136 msgid "The Bacula Storage service could not be installed"
15139 #: src/win32/stored/baculasd/winservice.cpp:314
15140 msgid "Provides storage services. Bacula -- the network backup solution."
15143 #: src/win32/stored/baculasd/winservice.cpp:322
15145 "The Bacula Storage service was successfully installed.\n"
15146 "The service may be started from the Control Panel and will\n"
15147 "automatically be run the next time this machine is rebooted."
15150 #: src/win32/stored/baculasd/winservice.cpp:361
15151 msgid "The Bacula Storage service could not be stopped"
15154 #: src/win32/stored/baculasd/winservice.cpp:368
15155 msgid "The Bacula Storage service has been removed"
15158 #: src/win32/stored/baculasd/winservice.cpp:371
15159 msgid "The Bacula Storage service could not be removed"
15162 #: src/win32/stored/baculasd/winservice.cpp:376
15163 msgid "The Bacula Storage service could not be found"
15166 #: src/win32/stored/baculasd/winservice.cpp:381
15168 "The SCM could not be contacted - the Bacula Storage service was not removed"
15171 #: src/wx-console/console_thread.cpp:121
15174 "Neither \"TLS CA Certificate\" or \"TLS CA Certificate Dir\" are defined for "
15175 "Director \"%s\" in config file.\n"
15176 "At least one CA certificate store is required.\n"
15179 #: src/wx-console/console_thread.cpp:128
15181 "No Director resource defined in config file.\n"
15182 "Without that I don't how to speak to the Director :-(\n"
15185 #: src/wx-console/console_thread.cpp:147
15188 "Neither \"TLS CA Certificate\" or \"TLS CA Certificate Dir\" are defined for "
15189 "Console \"%s\" in config file.\n"
15192 #: src/wx-console/console_thread.cpp:169
15193 msgid "Error while initializing windows sockets...\n"
15196 #: src/wx-console/console_thread.cpp:185
15197 msgid "Error while cleaning up windows sockets...\n"
15200 #: src/wx-console/console_thread.cpp:224
15201 msgid "Error while initializing library."
15204 #: src/wx-console/console_thread.cpp:248
15205 msgid "Cryptographic library initialization failed.\n"
15208 #: src/wx-console/console_thread.cpp:252
15209 msgid "Please correct configuration file.\n"
15212 #: src/wx-console/console_thread.cpp:294
15213 msgid "Error : Library not initialized\n"
15216 #: src/wx-console/console_thread.cpp:305
15217 msgid "Error : No configuration file loaded\n"
15220 #: src/wx-console/console_thread.cpp:315
15221 msgid "Connecting...\n"
15224 #: src/wx-console/console_thread.cpp:331
15225 msgid "Error : No director defined in config file.\n"
15228 #: src/wx-console/console_thread.cpp:343
15229 msgid "Multiple directors found in your config file.\n"
15232 #: src/wx-console/console_thread.cpp:352
15234 msgid "Please choose a director (1-%d): "
15237 #: src/wx-console/console_thread.cpp:424
15238 msgid "Failed to connect to the director\n"
15241 #: src/wx-console/console_thread.cpp:434
15242 msgid "Connected\n"
15245 #: src/wx-console/console_thread.cpp:491
15246 msgid "<< Unexpected signal received : "
15249 #: src/wx-console/console_thread.cpp:511
15250 msgid "Connection terminated\n"
15253 #: src/wx-console/main.cpp:119
15254 msgid "Bacula bwx-console"
15257 #: src/wx-console/main.cpp:124 src/wx-console/wxbmainframe.cpp:267
15259 msgid "Welcome to bacula bwx-console %s (%s)!\n"
15262 #: src/wx-console/wxbconfigfileeditor.cpp:65
15263 msgid "Config file editor"
15266 #: src/wx-console/wxbconfigfileeditor.cpp:75
15267 msgid "# Bacula bwx-console Configuration File\n"
15270 #: src/wx-console/wxbconfigfileeditor.cpp:111
15271 msgid "Save and close"
15274 #: src/wx-console/wxbconfigfileeditor.cpp:112
15275 msgid "Close without saving"
15278 #: src/wx-console/wxbconfigfileeditor.cpp:139
15280 msgid "Unable to write to %s\n"
15283 #: src/wx-console/wxbconfigfileeditor.cpp:140
15284 msgid "Error while saving"
15287 #: src/wx-console/wxbconfigpanel.cpp:205
15291 #: src/wx-console/wxbhistorytextctrl.cpp:82
15292 #: src/wx-console/wxbhistorytextctrl.cpp:153
15293 #: src/wx-console/wxbmainframe.cpp:291
15294 msgid "Type your command below:"
15297 #: src/wx-console/wxbhistorytextctrl.cpp:117
15298 msgid "Unknown command."
15301 #: src/wx-console/wxbhistorytextctrl.cpp:126
15302 msgid "Possible completions: "
15305 #: src/wx-console/wxbmainframe.cpp:246
15306 msgid "&About...\tF1"
15309 #: src/wx-console/wxbmainframe.cpp:246
15310 msgid "Show about dialog"
15313 #: src/wx-console/wxbmainframe.cpp:248 src/wx-console/wxbmainframe.cpp:620
15314 msgid "Connect to the director"
15317 #: src/wx-console/wxbmainframe.cpp:249
15321 #: src/wx-console/wxbmainframe.cpp:249
15322 msgid "Disconnect of the director"
15325 #: src/wx-console/wxbmainframe.cpp:251
15326 msgid "Change of configuration file"
15329 #: src/wx-console/wxbmainframe.cpp:251
15330 msgid "Change your default configuration file"
15333 #: src/wx-console/wxbmainframe.cpp:252
15334 msgid "Edit your configuration file"
15337 #: src/wx-console/wxbmainframe.cpp:254
15338 msgid "E&xit\tAlt-X"
15341 #: src/wx-console/wxbmainframe.cpp:254
15342 msgid "Quit this program"
15345 #: src/wx-console/wxbmainframe.cpp:258
15349 #: src/wx-console/wxbmainframe.cpp:259
15353 #: src/wx-console/wxbmainframe.cpp:283
15355 "Warning : Unicode is disabled because you are using wxWidgets for GTK+ 1.2.\n"
15358 #: src/wx-console/wxbmainframe.cpp:287
15360 "Warning : There is a problem with wxWidgets for GTK+ 2.0 without Unicode "
15361 "support when handling non-ASCII filenames: Every non-ASCII character in such "
15362 "filenames will be replaced by an interrogation mark.\n"
15363 "If this behaviour disturbs you, please build bwx-console against a Unicode "
15364 "version of wxWidgets for GTK+ 2.0.\n"
15368 #: src/wx-console/wxbmainframe.cpp:298
15372 #: src/wx-console/wxbmainframe.cpp:375 src/wx-console/wxbmainframe.cpp:387
15373 msgid "Error while parsing command line arguments, using defaults.\n"
15376 #: src/wx-console/wxbmainframe.cpp:376 src/wx-console/wxbmainframe.cpp:388
15377 msgid "Usage: bwx-console [-c configfile] [-w tmp]\n"
15380 #: src/wx-console/wxbmainframe.cpp:417
15383 "It seems that it is the first time you run bwx-console.\n"
15384 "This file (%s) has been choosen as default configuration file.\n"
15385 "Do you want to edit it? (if you click No you will have to select another "
15389 #: src/wx-console/wxbmainframe.cpp:419
15393 #: src/wx-console/wxbmainframe.cpp:436
15396 "Unable to read %s\n"
15398 "Do you want to choose another one? (Press no to edit this file)"
15401 #: src/wx-console/wxbmainframe.cpp:438
15402 msgid "Unable to read configuration file"
15405 #: src/wx-console/wxbmainframe.cpp:450
15406 msgid "Please choose a configuration file to use"
15409 #: src/wx-console/wxbmainframe.cpp:463
15410 msgid "This configuration file has been successfully read, use it as default?"
15413 #: src/wx-console/wxbmainframe.cpp:464
15414 msgid "Configuration file read successfully"
15417 #: src/wx-console/wxbmainframe.cpp:474
15419 msgid "Using this configuration file: %s\n"
15422 #: src/wx-console/wxbmainframe.cpp:479
15423 msgid "Connecting to the director..."
15426 #: src/wx-console/wxbmainframe.cpp:494
15427 msgid "Failed to unregister a data parser !"
15430 #: src/wx-console/wxbmainframe.cpp:502
15431 msgid "Quitting.\n"
15434 #: src/wx-console/wxbmainframe.cpp:517
15436 "Welcome to Bacula bwx-console.\n"
15437 "Written by Nicolas Boichat <nicolas@boichat.ch>\n"
15438 "Copyright (C), 2005-2007 Free Software Foundation Europe, e.V.\n"
15441 #: src/wx-console/wxbmainframe.cpp:521
15442 msgid "About Bacula bwx-console"
15445 #: src/wx-console/wxbmainframe.cpp:527
15446 msgid "Please choose your default configuration file"
15449 #: src/wx-console/wxbmainframe.cpp:531
15450 msgid "Use this configuration file as default?"
15453 #: src/wx-console/wxbmainframe.cpp:532
15454 msgid "Configuration file"
15457 #: src/wx-console/wxbmainframe.cpp:603
15458 msgid "Console thread terminated."
15461 #: src/wx-console/wxbmainframe.cpp:611
15462 msgid "Connection to the director lost. Quit program?"
15465 #: src/wx-console/wxbmainframe.cpp:612
15466 msgid "Connection lost"
15469 #: src/wx-console/wxbmainframe.cpp:628
15470 msgid "Connected to the director."
15473 #: src/wx-console/wxbmainframe.cpp:651
15477 #: src/wx-console/wxbmainframe.cpp:652
15478 msgid "Reconnect to the director"
15481 #: src/wx-console/wxbmainframe.cpp:666
15482 msgid "Disconnected of the director."
15485 #: src/wx-console/wxbmainframe.cpp:685 src/wx-console/wxbrestorepanel.cpp:709
15486 msgid "Unexpected question has been received.\n"
15489 #: src/wx-console/wxbmainframe.cpp:708 src/wx-console/wxbmainframe.cpp:725
15490 msgid "bwx-console: unexpected director's question."
15493 #: src/wx-console/wxbrestorepanel.cpp:233
15494 #: src/wx-console/wxbrestorepanel.cpp:1919
15495 #: src/wx-console/wxbrestorepanel.cpp:1948
15496 msgid "Enter restore mode"
15499 #: src/wx-console/wxbrestorepanel.cpp:236
15500 msgid "Cancel restore"
15503 #: src/wx-console/wxbrestorepanel.cpp:262
15504 #: src/wx-console/wxbrestorepanel.cpp:316
15508 #: src/wx-console/wxbrestorepanel.cpp:264
15509 #: src/wx-console/wxbrestorepanel.cpp:318
15513 #: src/wx-console/wxbrestorepanel.cpp:266
15514 #: src/wx-console/wxbrestorepanel.cpp:320
15518 #: src/wx-console/wxbrestorepanel.cpp:285
15522 #: src/wx-console/wxbrestorepanel.cpp:289
15526 #: src/wx-console/wxbrestorepanel.cpp:301
15530 #: src/wx-console/wxbrestorepanel.cpp:334
15531 #: src/wx-console/wxbrestorepanel.cpp:347
15532 #: src/wx-console/wxbrestorepanel.cpp:502
15533 #: src/wx-console/wxbrestorepanel.cpp:512
15534 #: src/wx-console/wxbrestorepanel.cpp:515
15535 #: src/wx-console/wxbrestorepanel.cpp:1783
15536 #: src/wx-console/wxbrestorepanel.cpp:1869
15540 #: src/wx-console/wxbrestorepanel.cpp:336
15541 #: src/wx-console/wxbrestorepanel.cpp:352
15542 #: src/wx-console/wxbrestorepanel.cpp:454
15543 #: src/wx-console/wxbrestorepanel.cpp:455
15544 #: src/wx-console/wxbrestorepanel.cpp:465
15545 #: src/wx-console/wxbrestorepanel.cpp:466
15546 #: src/wx-console/wxbrestorepanel.cpp:1138
15547 #: src/wx-console/wxbrestorepanel.cpp:1211
15548 #: src/wx-console/wxbrestorepanel.cpp:1821
15549 #: src/wx-console/wxbrestorepanel.cpp:1823
15550 #: src/wx-console/wxbrestorepanel.cpp:1884
15554 #: src/wx-console/wxbrestorepanel.cpp:339
15555 #: src/wx-console/wxbrestorepanel.cpp:1205
15556 #: src/wx-console/wxbrestorepanel.cpp:1221
15557 #: src/wx-console/wxbrestorepanel.cpp:1223
15558 #: src/wx-console/wxbrestorepanel.cpp:1231
15559 #: src/wx-console/wxbrestorepanel.cpp:1233
15560 #: src/wx-console/wxbrestorepanel.cpp:1252
15561 #: src/wx-console/wxbrestorepanel.cpp:1259
15562 #: src/wx-console/wxbrestorepanel.cpp:1811
15563 #: src/wx-console/wxbrestorepanel.cpp:1822
15564 #: src/wx-console/wxbrestorepanel.cpp:1943
15568 #: src/wx-console/wxbrestorepanel.cpp:341
15569 msgid "Please configure parameters concerning files to restore :"
15572 #: src/wx-console/wxbrestorepanel.cpp:350
15573 #: src/wx-console/wxbrestorepanel.cpp:1877
15577 #: src/wx-console/wxbrestorepanel.cpp:350
15581 #: src/wx-console/wxbrestorepanel.cpp:350
15585 #: src/wx-console/wxbrestorepanel.cpp:350
15586 #: src/wx-console/wxbrestorepanel.cpp:1880
15590 #: src/wx-console/wxbrestorepanel.cpp:358
15591 msgid "Please configure parameters concerning files restoration :"
15594 #: src/wx-console/wxbrestorepanel.cpp:426
15595 msgid "Getting parameters list."
15598 #: src/wx-console/wxbrestorepanel.cpp:434
15599 msgid "Error : no clients returned by the director."
15602 #: src/wx-console/wxbrestorepanel.cpp:458
15603 msgid "Error : no filesets returned by the director."
15606 #: src/wx-console/wxbrestorepanel.cpp:482
15607 msgid "Error : no storage returned by the director."
15610 #: src/wx-console/wxbrestorepanel.cpp:505
15611 #: src/wx-console/wxbrestorepanel.cpp:529
15612 msgid "Error : no jobs returned by the director."
15615 #: src/wx-console/wxbrestorepanel.cpp:515
15616 msgid "RestoreFiles"
15619 #: src/wx-console/wxbrestorepanel.cpp:550
15620 msgid "Please configure your restore parameters."
15623 #: src/wx-console/wxbrestorepanel.cpp:561
15624 msgid "Building restore tree..."
15627 #: src/wx-console/wxbrestorepanel.cpp:604
15628 msgid "Error while starting restore: "
15631 #: src/wx-console/wxbrestorepanel.cpp:694
15633 "Right click on a file or on a directory, or double-click on its mark to add "
15634 "it to the restore list."
15637 #: src/wx-console/wxbrestorepanel.cpp:731
15638 #: src/wx-console/wxbrestorepanel.cpp:753
15639 msgid "bwx-console: unexpected restore question."
15642 #: src/wx-console/wxbrestorepanel.cpp:764
15643 msgid " files selected to be restored."
15646 #: src/wx-console/wxbrestorepanel.cpp:769
15647 msgid " file selected to be restored."
15650 #: src/wx-console/wxbrestorepanel.cpp:776
15652 msgid "Please configure your restore (%ld files selected to be restored)..."
15655 #: src/wx-console/wxbrestorepanel.cpp:786
15656 msgid "Restore failed : no file selected.\n"
15659 #: src/wx-console/wxbrestorepanel.cpp:787
15660 msgid "Restore failed : no file selected."
15663 #: src/wx-console/wxbrestorepanel.cpp:797
15664 msgid "Restoring, please wait..."
15667 #: src/wx-console/wxbrestorepanel.cpp:810
15668 msgid "Job queued. JobId="
15671 #: src/wx-console/wxbrestorepanel.cpp:812
15672 msgid "Restore queued, jobid="
15675 #: src/wx-console/wxbrestorepanel.cpp:816
15676 msgid "Job failed."
15679 #: src/wx-console/wxbrestorepanel.cpp:817
15680 msgid "Restore failed, please look at messages.\n"
15683 #: src/wx-console/wxbrestorepanel.cpp:818
15684 msgid "Restore failed, please look at messages in console."
15687 #: src/wx-console/wxbrestorepanel.cpp:824
15688 #: src/wx-console/wxbrestorepanel.cpp:825
15689 msgid "Failed to retrieve jobid.\n"
15692 #: src/wx-console/wxbrestorepanel.cpp:851
15694 "Restore is scheduled in more than two minutes, bwx-console will not wait for "
15695 "its completion.\n"
15698 #: src/wx-console/wxbrestorepanel.cpp:852
15700 "Restore is scheduled in more than two minutes, bwx-console will not wait for "
15704 #: src/wx-console/wxbrestorepanel.cpp:878
15705 msgid "Restore job created, but not yet running."
15708 #: src/wx-console/wxbrestorepanel.cpp:883
15710 msgid "Restore job running, please wait (%ld of %ld files restored)..."
15713 #: src/wx-console/wxbrestorepanel.cpp:887
15714 msgid "Restore job terminated successfully."
15717 #: src/wx-console/wxbrestorepanel.cpp:888
15718 msgid "Restore job terminated successfully.\n"
15721 #: src/wx-console/wxbrestorepanel.cpp:893
15722 msgid "Restore job terminated in error, see messages in console."
15725 #: src/wx-console/wxbrestorepanel.cpp:894
15726 msgid "Restore job terminated in error, see messages.\n"
15729 #: src/wx-console/wxbrestorepanel.cpp:899
15730 msgid "Restore job reported a non-fatal error."
15733 #: src/wx-console/wxbrestorepanel.cpp:903
15734 msgid "Restore job reported a fatal error."
15737 #: src/wx-console/wxbrestorepanel.cpp:908
15738 msgid "Restore job cancelled by user."
15741 #: src/wx-console/wxbrestorepanel.cpp:909
15742 msgid "Restore job cancelled by user.\n"
15745 #: src/wx-console/wxbrestorepanel.cpp:914
15746 msgid "Restore job is waiting on File daemon."
15749 #: src/wx-console/wxbrestorepanel.cpp:918
15750 msgid "Restore job is waiting for new media."
15753 #: src/wx-console/wxbrestorepanel.cpp:922
15754 msgid "Restore job is waiting for storage resource."
15757 #: src/wx-console/wxbrestorepanel.cpp:926
15758 msgid "Restore job is waiting for job resource."
15761 #: src/wx-console/wxbrestorepanel.cpp:930
15762 msgid "Restore job is waiting for Client resource."
15765 #: src/wx-console/wxbrestorepanel.cpp:934
15766 msgid "Restore job is waiting for maximum jobs."
15769 #: src/wx-console/wxbrestorepanel.cpp:938
15770 msgid "Restore job is waiting for start time."
15773 #: src/wx-console/wxbrestorepanel.cpp:942
15774 msgid "Restore job is waiting for higher priority jobs to finish."
15777 #: src/wx-console/wxbrestorepanel.cpp:991
15779 "The restore job has not been started within one minute, bwx-console will not "
15780 "wait for its completion anymore.\n"
15783 #: src/wx-console/wxbrestorepanel.cpp:992
15785 "The restore job has not been started within one minute, bwx-console will not "
15786 "wait for its completion anymore."
15789 #: src/wx-console/wxbrestorepanel.cpp:1002
15790 msgid "Restore done successfully.\n"
15793 #: src/wx-console/wxbrestorepanel.cpp:1003
15794 msgid "Restore done successfully."
15797 #: src/wx-console/wxbrestorepanel.cpp:1074
15798 msgid "Applying restore configuration changes..."
15801 #: src/wx-console/wxbrestorepanel.cpp:1125
15802 msgid "Failed to find the selected client."
15805 #: src/wx-console/wxbrestorepanel.cpp:1140
15806 msgid "Failed to find the selected fileset."
15809 #: src/wx-console/wxbrestorepanel.cpp:1155
15810 msgid "Failed to find the selected storage."
15813 #: src/wx-console/wxbrestorepanel.cpp:1172
15814 #: src/wx-console/wxbrestorepanel.cpp:1858
15815 msgid "Run Restore job"
15818 #: src/wx-console/wxbrestorepanel.cpp:1188
15819 msgid "Restore configuration changes were applied."
15822 #: src/wx-console/wxbrestorepanel.cpp:1197
15823 msgid "Restore cancelled.\n"
15826 #: src/wx-console/wxbrestorepanel.cpp:1198
15827 msgid "Restore cancelled."
15830 #: src/wx-console/wxbrestorepanel.cpp:1220
15831 msgid "No results to list."
15834 #: src/wx-console/wxbrestorepanel.cpp:1222
15835 msgid "No backup found for this client."
15838 #: src/wx-console/wxbrestorepanel.cpp:1229
15842 #: src/wx-console/wxbrestorepanel.cpp:1230
15843 msgid "Query failed"
15846 #: src/wx-console/wxbrestorepanel.cpp:1232
15847 msgid "Cannot get previous backups list, see console."
15850 #: src/wx-console/wxbrestorepanel.cpp:1868
15854 #: src/wx-console/wxbrestorepanel.cpp:1872
15858 #: src/wx-console/wxbrestorepanel.cpp:1875
15862 #: src/wx-console/wxbrestorepanel.cpp:1878
15866 #: src/wx-console/wxbrestorepanel.cpp:1879
15870 #: src/wx-console/wxbrestorepanel.cpp:1883
15874 #: src/wx-console/wxbrestorepanel.cpp:2000
15875 msgid "Restoring..."