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-06-22 19:23+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:171 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:124
117 #: src/cats/sql.c:146
120 "insert %s failed:\n"
124 #: src/cats/sql.c:160
126 msgid "Insertion problem: affected_rows=%s\n"
129 #: src/cats/sql.c:180
132 "update %s failed:\n"
136 #: src/cats/sql.c:190
138 msgid "Update failed: affected_rows=%s for %s\n"
141 #: src/cats/sql.c:211
144 "delete %s failed:\n"
148 #: src/cats/sql.c:237 src/cats/sql.c:244 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:912
152 msgid "error fetching row: %s\n"
155 #: src/cats/sql.c:354 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:435
163 msgid "Path length is zero. File=%s\n"
166 #: src/cats/sql.c:479
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:907
516 msgid "More than one Volume!: %s\n"
519 #: src/cats/sql_get.c:962
521 msgid "Media record MediaId=%s not found.\n"
524 #: src/cats/sql_get.c:965
526 msgid "Media record for Volume \"%s\" not found.\n"
529 #: src/cats/sql_get.c:972
531 msgid "Media record for MediaId=%u not found in Catalog.\n"
534 #: src/cats/sql_get.c:975
536 msgid "Media record for Vol=%s not found in Catalog.\n"
539 #: src/cats/sql_list.c:61
541 msgid "Query failed: %s\n"
544 #: src/cats/sqlite.c:174
546 msgid "Database %s does not exist, please create it.\n"
549 #: src/cats/sqlite.c:204
551 msgid "Unable to open Database=%s. ERR=%s\n"
554 #: src/cats/sqlite.c:205 src/lib/bnet_server.c:389
558 #: src/dird/admin.c:63
560 msgid "Start Admin JobId %d, Job=%s\n"
563 #: src/dird/admin.c:89 src/dird/backup.c:355 src/dird/migrate.c:1085
565 msgid "Error getting Job record for Job report: ERR=%s"
568 #: src/dird/admin.c:97
572 #: src/dird/admin.c:101
573 msgid "*** Admin Error ***"
576 #: src/dird/admin.c:105
577 msgid "Admin Canceled"
580 #: src/dird/admin.c:109 src/dird/backup.c:405 src/dird/restore.c:279
582 msgid "Inappropriate term code: %c\n"
585 #: src/dird/admin.c:115
589 #: src/dird/authenticate.c:80 src/dird/authenticate.c:81
590 #: src/tray-monitor/authenticate.c:132
592 msgid "Error sending Hello to Storage daemon. ERR=%s\n"
595 #: src/dird/authenticate.c:106
596 msgid "Director and Storage daemon passwords or names not the same.\n"
599 #: src/dird/authenticate.c:108
602 "Director unable to authenticate with Storage daemon at \"%s:%d\". Possible "
604 "Passwords or names not the same or\n"
605 "Maximum Concurrent Jobs exceeded on the SD or\n"
606 "SD networking messed up (restart daemon).\n"
607 "Please see http://www.bacula.org/rel-manual/faq.html#AuthorizationErrors for "
611 #: src/dird/authenticate.c:120 src/console/authenticate.c:114
612 #: src/filed/authenticate.c:251 src/stored/authenticate.c:131
613 #: src/stored/authenticate.c:232 src/wx-console/authenticate.c:127
615 "Authorization problem: Remote server did not advertise required TLS "
619 #: src/dird/authenticate.c:127 src/console/authenticate.c:121
620 #: src/filed/authenticate.c:147 src/filed/authenticate.c:259
621 #: src/stored/authenticate.c:139 src/stored/authenticate.c:240
622 #: src/wx-console/authenticate.c:133
623 msgid "Authorization problem: Remote server requires TLS.\n"
626 #: src/dird/authenticate.c:136
628 msgid "TLS negotiation failed with SD at \"%s:%d\"\n"
631 #: src/dird/authenticate.c:145
633 msgid "bdird<stored: \"%s:%s\" bad response to Hello command: ERR=%s\n"
636 #: src/dird/authenticate.c:152 src/tray-monitor/authenticate.c:152
637 msgid "Storage daemon rejected Hello command\n"
640 #: src/dird/authenticate.c:153
642 msgid "Storage daemon at \"%s:%d\" rejected Hello command\n"
645 #: src/dird/authenticate.c:182
647 msgid "Error sending Hello to File daemon at \"%s:%d\". ERR=%s\n"
650 #: src/dird/authenticate.c:208
651 msgid "Director and File daemon passwords or names not the same.\n"
654 #: src/dird/authenticate.c:210
657 "Unable to authenticate with File daemon at \"%s:%d\". Possible causes:\n"
658 "Passwords or names not the same or\n"
659 "Maximum Concurrent Jobs exceeded on the FD or\n"
660 "FD networking messed up (restart daemon).\n"
661 "Please see http://www.bacula.org/rel-manual/faq.html#AuthorizationErrors for "
665 #: src/dird/authenticate.c:222
668 "Authorization problem: FD \"%s:%s\" did not advertise required TLS support.\n"
671 #: src/dird/authenticate.c:230
673 msgid "Authorization problem: FD at \"%s:%d\" requires TLS.\n"
676 #: src/dird/authenticate.c:241
678 msgid "TLS negotiation failed with FD at \"%s:%d\".\n"
681 #: src/dird/authenticate.c:250 src/tray-monitor/authenticate.c:191
683 msgid "Bad response from File daemon to Hello command: ERR=%s\n"
686 #: src/dird/authenticate.c:252
688 msgid "Bad response from File daemon at \"%s:%d\" to Hello command: ERR=%s\n"
691 #: src/dird/authenticate.c:259 src/tray-monitor/authenticate.c:198
692 msgid "File daemon rejected Hello command\n"
695 #: src/dird/authenticate.c:260
697 msgid "File daemon at \"%s:%d\" rejected Hello command\n"
700 #: src/dird/authenticate.c:283
702 msgid "UA Hello from %s:%s:%d is invalid. Len=%d\n"
705 #: src/dird/authenticate.c:290
707 msgid "UA Hello from %s:%s:%d is invalid. Got: %s\n"
710 #: src/dird/authenticate.c:345
712 "Authorization problem: Remote client did not advertise required TLS "
716 #: src/dird/authenticate.c:353
717 msgid "Authorization problem: Remote client requires TLS.\n"
720 #: src/dird/authenticate.c:368 src/filed/authenticate.c:156
721 #: src/filed/authenticate.c:267 src/stored/authenticate.c:147
722 #: src/stored/authenticate.c:248
723 msgid "TLS negotiation failed.\n"
726 #: src/dird/authenticate.c:379
728 msgid "Unable to authenticate console \"%s\" at %s:%s:%d.\n"
731 #: src/dird/authenticate.c:384
733 msgid "1000 OK: %s Version: %s (%s)\n"
736 #: src/dird/autoprune.c:63
737 msgid "Begin pruning Jobs.\n"
740 #: src/dird/autoprune.c:71
741 msgid "Begin pruning Files.\n"
744 #: src/dird/autoprune.c:76
750 #: src/dird/backup.c:87 src/dird/job.c:868 src/dird/job.c:914
751 #: src/dird/migrate.c:230 src/dird/migrate.c:231
752 msgid "Pool resource"
755 #: src/dird/backup.c:90
756 msgid "No Storage specification found in Job or Pool.\n"
759 #: src/dird/backup.c:115
761 msgid "Start Backup JobId %s, Job=%s\n"
764 #: src/dird/backup.c:286
766 msgid "Unexpected Client Job message: %s\n"
769 #: src/dird/backup.c:295
771 msgid "Network error with FD during %s: ERR=%s\n"
774 #: src/dird/backup.c:313
775 msgid "No Job status returned from FD.\n"
778 #: src/dird/backup.c:362
780 msgid "Error getting Client record for Job report: ERR=%s"
783 #: src/dird/backup.c:368 src/dird/migrate.c:1092
785 msgid "Error getting Media record for Volume \"%s\": ERR=%s"
788 #: src/dird/backup.c:378
789 msgid "Backup OK -- with warnings"
792 #: src/dird/backup.c:380 src/stored/bscan.c:1124
796 #: src/dird/backup.c:385 src/stored/bscan.c:1128
797 msgid "*** Backup Error ***"
800 #: src/dird/backup.c:395 src/stored/bscan.c:1131
801 msgid "Backup Canceled"
804 #: src/dird/backup.c:445
807 "Bacula %s %s (%s): %s\n"
808 " Build OS: %s %s %s\n"
811 " Backup Level: %s%s\n"
812 " Client: \"%s\" %s\n"
813 " FileSet: \"%s\" %s\n"
814 " Pool: \"%s\" (From %s)\n"
815 " Storage: \"%s\" (From %s)\n"
816 " Scheduled time: %s\n"
819 " Elapsed time: %s\n"
821 " FD Files Written: %s\n"
822 " SD Files Written: %s\n"
823 " FD Bytes Written: %s (%sB)\n"
824 " SD Bytes Written: %s (%sB)\n"
826 " Software Compression: %s\n"
829 " Volume name(s): %s\n"
830 " Volume Session Id: %d\n"
831 " Volume Session Time: %d\n"
832 " Last Volume Bytes: %s (%sB)\n"
833 " Non-fatal FD errors: %d\n"
835 " FD termination status: %s\n"
836 " SD termination status: %s\n"
841 #: src/dird/backup.c:541
843 msgid "Could not get Job Volume Parameters to update Bootstrap file. ERR=%s\n"
846 #: src/dird/backup.c:575
849 "Could not open WriteBootstrap file:\n"
853 #: src/dird/bsr.c:188
855 msgid "Unable to get Job record. ERR=%s\n"
858 #: src/dird/bsr.c:195
860 msgid "Unable to get Job Volume Parameters. ERR=%s\n"
863 #: src/dird/bsr.c:247
865 msgid "Unable to create bootstrap file %s. ERR=%s\n"
868 #: src/dird/bsr.c:256
869 msgid "No files found to restore/migrate. No bootstrap file written.\n"
872 #: src/dird/bsr.c:260
873 msgid "Error writing bsr file.\n"
876 #: src/dird/bsr.c:266
878 msgid "Bootstrap records written to %s\n"
881 #: src/dird/bsr.c:270
883 "The job will require the following\n"
884 " Volume(s) Storage(s) SD Device(s)\n"
885 "===========================================================================\n"
888 #: src/dird/bsr.c:316
889 msgid "No Volumes found to restore.\n"
892 #: src/dird/catreq.c:129 src/dird/catreq.c:331
894 msgid "1990 Invalid Catalog Request: %s"
897 #: src/dird/catreq.c:130
899 msgid "Invalid Catalog request; DB not open: %s"
902 #: src/dird/catreq.c:154
903 msgid "1901 No Media.\n"
906 #: src/dird/catreq.c:182
910 #: src/dird/catreq.c:184
911 msgid "not correct MediaType"
914 #: src/dird/catreq.c:194
915 msgid "is not Enabled"
918 #: src/dird/catreq.c:203
920 msgid "1998 Volume \"%s\" status is %s, %s.\n"
923 #: src/dird/catreq.c:208
925 msgid "1997 Volume \"%s\" not in catalog.\n"
928 #: src/dird/catreq.c:230
930 msgid "Unable to get Media record for Volume %s: ERR=%s\n"
933 #: src/dird/catreq.c:232
935 msgid "1991 Catalog Request for vol=%s failed: %s"
938 #: src/dird/catreq.c:259
941 "Volume Files at %u being set to %u for Volume \"%s\". This is incorrect.\n"
944 #: src/dird/catreq.c:262
946 msgid "1992 Update Media error. VolFiles=%u, CatFiles=%u\n"
949 #: src/dird/catreq.c:294
951 msgid "Catalog error updating Media record. %s"
954 #: src/dird/catreq.c:296
955 msgid "1993 Update Media error\n"
958 #: src/dird/catreq.c:320
960 msgid "Catalog error creating JobMedia record. %s"
963 #: src/dird/catreq.c:322
964 msgid "1991 Update JobMedia error\n"
967 #: src/dird/catreq.c:332
969 msgid "Invalid Catalog request: %s"
972 #: src/dird/catreq.c:367
974 msgid "1991 Invalid Catalog Update: %s"
977 #: src/dird/catreq.c:368
979 msgid "Invalid Catalog Update; DB not open: %s"
982 #: src/dird/catreq.c:441
984 msgid "Got %s but not same File as attributes\n"
987 #: src/dird/catreq.c:467
989 msgid "Catalog error updating file digest. Unsupported digest stream type: %d"
992 #: src/dird/catreq.c:483
994 msgid "Catalog error updating file digest. %s"
997 #: src/dird/dird.c:94
1001 "Version: %s (%s)\n"
1003 "Usage: dird [-f -s] [-c config_file] [-d debug_level] [config_file]\n"
1004 " -c <file> set configuration file to file\n"
1005 " -dnn set debug level to nn\n"
1006 " -f run in foreground (for debugging)\n"
1008 " -r <job> run <job> now\n"
1010 " -t test - read configuration and exit\n"
1012 " -v verbose user messages\n"
1013 " -? print this message.\n"
1017 #: src/dird/dird.c:224 src/console/console.c:426 src/filed/filed.c:182
1018 #: src/gnome2-console/console.c:286 src/stored/stored.c:210
1019 msgid "Cryptography library initialization failed.\n"
1022 #: src/dird/dird.c:228 src/dird/dird.c:234 src/dird/dird.c:474
1023 #: src/dird/dird.c:477 src/console/console.c:430 src/filed/filed.c:187
1024 #: src/gnome2-console/console.c:290 src/stored/stored.c:214
1026 msgid "Please correct configuration file: %s\n"
1029 #: src/dird/dird.c:460
1030 msgid "Too many open reload requests. Request ignored.\n"
1033 #: src/dird/dird.c:475
1034 msgid "Out of reload table entries. Giving up.\n"
1037 #: src/dird/dird.c:478
1038 msgid "Resetting previous configuration.\n"
1041 #: src/dird/dird.c:541
1044 "No Director resource defined in %s\n"
1045 "Without that I don't know who I am :-(\n"
1048 #: src/dird/dird.c:549 src/filed/filed.c:281
1050 msgid "No Messages resource defined in %s\n"
1053 #: src/dird/dird.c:554
1055 msgid "Only one Director resource permitted in %s\n"
1058 #: src/dird/dird.c:563 src/dird/dird.c:764 src/dird/dird.c:816
1059 #: src/dird/dird.c:920 src/console/console.c:657 src/console/console.c:686
1060 #: src/filed/filed.c:288 src/filed/filed.c:446
1061 #: src/gnome2-console/console.c:153 src/gnome2-console/console.c:182
1062 #: src/stored/stored.c:332 src/wx-console/console_thread.cpp:114
1063 #: src/wx-console/console_thread.cpp:140
1064 msgid "TLS required but not configured in Bacula.\n"
1067 #: src/dird/dird.c:569 src/filed/filed.c:455 src/stored/stored.c:384
1069 msgid "\"TLS Certificate\" file not defined for Director \"%s\" in %s.\n"
1072 #: src/dird/dird.c:575 src/filed/filed.c:461 src/stored/stored.c:390
1074 msgid "\"TLS Key\" file not defined for Director \"%s\" in %s.\n"
1077 #: src/dird/dird.c:581 src/filed/filed.c:467 src/stored/stored.c:396
1080 "Neither \"TLS CA Certificate\" or \"TLS CA Certificate Dir\" are defined for "
1081 "Director \"%s\" in %s. At least one CA certificate store is required when "
1082 "using \"TLS Verify Peer\".\n"
1085 #: src/dird/dird.c:600 src/filed/filed.c:486 src/stored/stored.c:415
1087 msgid "Failed to initialize TLS context for Director \"%s\" in %s.\n"
1090 #: src/dird/dird.c:608
1092 msgid "No Job records defined in %s\n"
1095 #: src/dird/dird.c:666 src/dird/dird.c:679
1097 msgid "Hey something is wrong. p=0x%lu\n"
1100 #: src/dird/dird.c:738
1102 msgid "\"%s\" directive in Job \"%s\" resource is required, but not found.\n"
1105 #: src/dird/dird.c:745
1106 msgid "Too many items in Job resource\n"
1109 #: src/dird/dird.c:749
1111 msgid "No storage specified in Job \"%s\" nor in Pool.\n"
1114 #: src/dird/dird.c:771
1116 msgid "\"TLS Certificate\" file not defined for Console \"%s\" in %s.\n"
1119 #: src/dird/dird.c:777
1121 msgid "\"TLS Key\" file not defined for Console \"%s\" in %s.\n"
1124 #: src/dird/dird.c:783
1127 "Neither \"TLS CA Certificate\" or \"TLS CA Certificate Dir\" are defined for "
1128 "Console \"%s\" in %s. At least one CA certificate store is required when "
1129 "using \"TLS Verify Peer\".\n"
1132 #: src/dird/dird.c:800 src/dird/dird.c:840 src/filed/filed.c:312
1134 msgid "Failed to initialize TLS context for File daemon \"%s\" in %s.\n"
1137 #: src/dird/dird.c:823
1140 "Neither \"TLS CA Certificate\" or \"TLS CA Certificate Dir\" are defined for "
1141 "File daemon \"%s\" in %s.\n"
1144 #: src/dird/dird.c:872 src/dird/dird.c:874
1146 msgid "Could not open Catalog \"%s\", database \"%s\".\n"
1149 #: src/dird/dird.c:877
1154 #: src/dird/dird.c:926
1157 "Neither \"TLS CA Certificate\" or \"TLS CA Certificate Dir\" are defined for "
1158 "Storage \"%s\" in %s.\n"
1161 #: src/dird/dird.c:942 src/stored/stored.c:370
1163 msgid "Failed to initialize TLS context for Storage \"%s\" in %s.\n"
1166 #: src/dird/dird_conf.c:508 src/tray-monitor/tray_conf.c:168
1168 msgid "No %s resource defined\n"
1171 #: src/dird/dird_conf.c:517
1173 msgid "Director: name=%s MaxJobs=%d FDtimeout=%s SDtimeout=%s\n"
1176 #: src/dird/dird_conf.c:522
1178 msgid " query_file=%s\n"
1181 #: src/dird/dird_conf.c:525 src/dird/dird_conf.c:545 src/dird/dird_conf.c:559
1182 #: src/dird/dird_conf.c:607 src/dird/dird_conf.c:611 src/dird/dird_conf.c:615
1183 #: src/dird/dird_conf.c:633 src/dird/dird_conf.c:650 src/dird/dird_conf.c:654
1184 #: src/dird/dird_conf.c:658 src/dird/dird_conf.c:662 src/dird/dird_conf.c:666
1185 #: src/dird/dird_conf.c:679 src/dird/dird_conf.c:880
1189 #: src/dird/dird_conf.c:530
1191 msgid "Console: name=%s SSL=%d\n"
1194 #: src/dird/dird_conf.c:535
1196 msgid "Counter: name=%s min=%d max=%d cur=%d wrapcntr=%s\n"
1199 #: src/dird/dird_conf.c:540
1201 msgid "Counter: name=%s min=%d max=%d\n"
1204 #: src/dird/dird_conf.c:551
1206 msgid "Client: name=%s address=%s FDport=%d MaxJobs=%u\n"
1209 #: src/dird/dird_conf.c:554
1211 msgid " JobRetention=%s FileRetention=%s AutoPrune=%d\n"
1214 #: src/dird/dird_conf.c:566
1217 "Device: name=%s ok=%d num_writers=%d max_writers=%d\n"
1218 " reserved=%d open=%d append=%d read=%d labeled=%d offline=%d autochgr=%"
1220 " poolid=%s volname=%s MediaType=%s\n"
1223 #: src/dird/dird_conf.c:576
1226 "Storage: name=%s address=%s SDport=%d MaxJobs=%u\n"
1227 " DeviceName=%s MediaType=%s StorageId=%s\n"
1230 #: src/dird/dird_conf.c:585
1233 "Catalog: name=%s address=%s DBport=%d db_name=%s\n"
1234 " db_user=%s MutliDBConn=%d\n"
1237 #: src/dird/dird_conf.c:593
1239 msgid "%s: name=%s JobType=%d level=%s Priority=%d Enabled=%d\n"
1242 #: src/dird/dird_conf.c:594 src/dird/ua_cmds.c:478 src/dird/ua_prune.c:365
1243 #: src/dird/ua_run.c:266 src/dird/ua_select.c:263 src/dird/ua_select.c:286
1247 #: src/dird/dird_conf.c:594
1251 #: src/dird/dird_conf.c:598
1254 " MaxJobs=%u Resched=%d Times=%d Interval=%s Spool=%d WritePartAfterJob=%"
1258 #: src/dird/dird_conf.c:604
1260 msgid " SelectionType=%d\n"
1263 #: src/dird/dird_conf.c:619
1265 msgid " --> Where=%s\n"
1268 #: src/dird/dird_conf.c:622
1270 msgid " --> RegexWhere=%s\n"
1273 #: src/dird/dird_conf.c:625
1275 msgid " --> Bootstrap=%s\n"
1278 #: src/dird/dird_conf.c:628
1280 msgid " --> WriteBootstrap=%s\n"
1283 #: src/dird/dird_conf.c:640 src/lib/runscript.c:266
1284 msgid " --> RunScript\n"
1287 #: src/dird/dird_conf.c:641 src/lib/runscript.c:267
1289 msgid " --> Command=%s\n"
1292 #: src/dird/dird_conf.c:642 src/lib/runscript.c:268
1294 msgid " --> Target=%s\n"
1297 #: src/dird/dird_conf.c:643 src/lib/runscript.c:269
1299 msgid " --> RunOnSuccess=%u\n"
1302 #: src/dird/dird_conf.c:644 src/lib/runscript.c:270
1304 msgid " --> RunOnFailure=%u\n"
1307 #: src/dird/dird_conf.c:645 src/lib/runscript.c:271
1309 msgid " --> AbortJobOnError=%u\n"
1312 #: src/dird/dird_conf.c:646 src/lib/runscript.c:272
1314 msgid " --> RunWhen=%u\n"
1317 #: src/dird/dird_conf.c:672
1319 msgid " --> Run=%s\n"
1322 #: src/dird/dird_conf.c:676
1324 msgid " --> SelectionPattern=%s\n"
1327 #: src/dird/dird_conf.c:686
1329 msgid "FileSet: name=%s\n"
1332 #: src/dird/dird_conf.c:763 src/dird/dird_conf.c:842
1334 msgid "Schedule: name=%s\n"
1337 #: src/dird/dird_conf.c:768
1339 msgid " --> Run Level=%s\n"
1342 #: src/dird/dird_conf.c:769
1346 #: src/dird/dird_conf.c:778
1350 #: src/dird/dird_conf.c:787
1354 #: src/dird/dird_conf.c:796
1358 #: src/dird/dird_conf.c:805
1362 #: src/dird/dird_conf.c:814
1366 #: src/dird/dird_conf.c:823
1371 #: src/dird/dird_conf.c:825 src/dird/dird_conf.c:829 src/dird/dird_conf.c:833
1375 #: src/dird/dird_conf.c:846
1377 msgid "Pool: name=%s PoolType=%s\n"
1380 #: src/dird/dird_conf.c:848
1382 msgid " use_cat=%d use_once=%d cat_files=%d\n"
1385 #: src/dird/dird_conf.c:851
1387 msgid " max_vols=%d auto_prune=%d VolRetention=%s\n"
1390 #: src/dird/dird_conf.c:854
1392 msgid " VolUse=%s recycle=%d LabelFormat=%s\n"
1395 #: src/dird/dird_conf.c:858
1397 msgid " CleaningPrefix=%s LabelType=%d\n"
1400 #: src/dird/dird_conf.c:860
1402 msgid " RecyleOldest=%d PurgeOldest=%d\n"
1405 #: src/dird/dird_conf.c:863
1407 msgid " MaxVolJobs=%d MaxVolFiles=%d MaxVolBytes=%s\n"
1410 #: src/dird/dird_conf.c:867
1412 msgid " MigTime=%s MigHiBytes=%s MigLoBytes=%s\n"
1415 #: src/dird/dird_conf.c:872
1417 msgid " NextPool=%s\n"
1420 #: src/dird/dird_conf.c:875
1422 msgid " RecyclePool=%s\n"
1425 #: src/dird/dird_conf.c:886
1427 msgid "Messages: name=%s\n"
1430 #: src/dird/dird_conf.c:888
1432 msgid " mailcmd=%s\n"
1435 #: src/dird/dird_conf.c:890
1440 #: src/dird/dird_conf.c:893 src/tray-monitor/tray_conf.c:199
1442 msgid "Unknown resource type %d in dump_resource.\n"
1445 #: src/dird/dird_conf.c:1199 src/tray-monitor/tray_conf.c:257
1447 msgid "Unknown resource type %d in free_resource.\n"
1450 #: src/dird/dird_conf.c:1231 src/dird/dird_conf.c:1246
1451 #: src/dird/dird_conf.c:1841 src/console/console_conf.c:257
1452 #: src/filed/filed_conf.c:347 src/gnome2-console/console_conf.c:258
1453 #: src/tray-monitor/tray_conf.c:288 src/wx-console/console_conf.c:265
1455 msgid "%s item is required in %s resource, but not found.\n"
1458 #: src/dird/dird_conf.c:1237 src/lib/parse_conf.c:234
1459 #: src/tray-monitor/tray_conf.c:294
1461 msgid "Too many items in %s resource\n"
1464 #: src/dird/dird_conf.c:1277
1466 msgid "Cannot find Pool resource %s\n"
1469 #: src/dird/dird_conf.c:1286
1471 msgid "Cannot find Console resource %s\n"
1474 #: src/dird/dird_conf.c:1292 src/filed/filed_conf.c:367
1475 #: src/stored/stored_conf.c:584
1477 msgid "Cannot find Director resource %s\n"
1480 #: src/dird/dird_conf.c:1299 src/stored/stored_conf.c:590
1482 msgid "Cannot find Storage resource %s\n"
1485 #: src/dird/dird_conf.c:1308
1487 msgid "Cannot find Job resource %s\n"
1490 #: src/dird/dird_conf.c:1357
1492 msgid "Cannot find Counter resource %s\n"
1495 #: src/dird/dird_conf.c:1365 src/filed/filed_conf.c:373
1497 msgid "Cannot find Client resource %s\n"
1500 #: src/dird/dird_conf.c:1378
1502 msgid "Cannot find Schedule resource %s\n"
1505 #: src/dird/dird_conf.c:1383 src/dird/dird_conf.c:1443
1506 #: src/tray-monitor/tray_conf.c:314 src/tray-monitor/tray_conf.c:352
1508 msgid "Unknown resource type %d in save_resource.\n"
1511 #: src/dird/dird_conf.c:1458
1513 msgid "Name item is required in %s resource, but not found.\n"
1516 #: src/dird/dird_conf.c:1466 src/console/console_conf.c:320
1517 #: src/filed/filed_conf.c:432 src/gnome2-console/console_conf.c:327
1518 #: src/tray-monitor/tray_conf.c:372 src/wx-console/console_conf.c:328
1520 msgid "Attempt to define second %s resource named \"%s\" is not permitted.\n"
1523 #: src/dird/dird_conf.c:1471
1525 msgid "Inserting %s res: %s index=%d pass=%d\n"
1528 #: src/dird/dird_conf.c:1543
1530 msgid "Expected a Migration Job Type keyword, got: %s"
1533 #: src/dird/dird_conf.c:1569
1535 msgid "Expected a Job Type keyword, got: %s"
1538 #: src/dird/dird_conf.c:1593
1540 msgid "Expected a Job Level keyword, got: %s"
1543 #: src/dird/dird_conf.c:1613
1545 msgid "Expected a Restore replacement option, got: %s"
1548 #: src/dird/dird_conf.c:1661 src/dird/dird_conf.c:1771
1549 #: src/lib/parse_conf.c:723 src/lib/parse_conf.c:738
1551 msgid "Expect %s, got: %s"
1554 #: src/dird/dird_conf.c:1683 src/lib/parse_conf.c:482
1556 msgid "Could not find config Resource %s referenced on line %d : %s\n"
1559 #: src/dird/dird_conf.c:1810 src/dird/inc_conf.c:645
1561 msgid "Expecting open brace. Got %s"
1564 #: src/dird/dird_conf.c:1818 src/dird/inc_conf.c:360 src/dird/inc_conf.c:660
1566 msgid "Expecting keyword, got: %s\n"
1569 #: src/dird/dird_conf.c:1824 src/dird/inc_conf.c:368 src/dird/inc_conf.c:666
1570 #: src/lib/parse_conf.c:874
1572 msgid "expected an equals, got: %s"
1575 #: src/dird/dird_conf.c:1835 src/dird/inc_conf.c:378 src/dird/inc_conf.c:675
1577 msgid "Keyword %s not permitted in this resource"
1580 #: src/dird/expand.c:255
1582 msgid "Count not update counter %s: ERR=%s\n"
1585 #: src/dird/expand.c:427
1587 msgid "Cannot create var context: ERR=%s\n"
1590 #: src/dird/expand.c:432
1592 msgid "Cannot set var callback: ERR=%s\n"
1595 #: src/dird/expand.c:438
1597 msgid "Cannot set var operate: ERR=%s\n"
1600 #: src/dird/expand.c:444 src/dird/expand.c:459
1602 msgid "Cannot unescape string: ERR=%s\n"
1605 #: src/dird/expand.c:452
1607 msgid "Cannot expand expression \"%s\": ERR=%s\n"
1610 #: src/dird/expand.c:470
1612 msgid "Cannot destroy var context: ERR=%s\n"
1615 #: src/dird/fd_cmds.c:94 src/tray-monitor/tray-monitor.c:914
1619 #: src/dird/fd_cmds.c:125
1621 msgid "File daemon \"%s\" rejected Job command: %s\n"
1624 #: src/dird/fd_cmds.c:138
1626 msgid "Error updating Client record. ERR=%s\n"
1629 #: src/dird/fd_cmds.c:143
1631 msgid "FD gave bad response to JobId command: %s\n"
1634 #: src/dird/fd_cmds.c:165 src/dird/fd_cmds.c:201
1638 #: src/dird/fd_cmds.c:185
1639 msgid "No prior or suitable Full backup found in catalog. Doing FULL backup.\n"
1642 #: src/dird/fd_cmds.c:186 src/dird/fd_cmds.c:194
1644 msgid " (upgraded from %s)"
1647 #: src/dird/fd_cmds.c:192
1649 msgid "Prior failed job found in catalog. Upgrading to %s.\n"
1652 #: src/dird/fd_cmds.c:253
1654 msgid "Unimplemented backup level %d %c\n"
1657 #: src/dird/fd_cmds.c:356 src/filed/job.c:636
1659 msgid "Cannot run program: %s. ERR=%s\n"
1662 #: src/dird/fd_cmds.c:367 src/dird/fd_cmds.c:392 src/dird/fd_cmds.c:406
1663 msgid ">filed: write error on socket\n"
1666 #: src/dird/fd_cmds.c:373
1668 msgid "Error running program: %s. ERR=%s\n"
1671 #: src/dird/fd_cmds.c:382
1673 msgid "Cannot open included file: %s. ERR=%s\n"
1676 #: src/dird/fd_cmds.c:477 src/filed/job.c:1827
1678 msgid "Could not open bootstrap file %s: ERR=%s\n"
1681 #: src/dird/fd_cmds.c:621
1684 "<filed: bad attributes, expected 3 fields got %d\n"
1685 "msglen=%d msg=%s\n"
1688 #: src/dird/fd_cmds.c:676
1690 msgid "%s index %d not same as attributes %d\n"
1693 #: src/dird/fd_cmds.c:690
1695 msgid "<filed: Network error getting attributes. ERR=%s\n"
1698 #: src/dird/getmsg.c:145
1700 msgid "bget_dirmsg: unknown bnet signal %d\n"
1703 #: src/dird/getmsg.c:163 src/dird/getmsg.c:176 src/dird/getmsg.c:188
1704 #: src/dird/getmsg.c:235 src/dird/getmsg.c:262
1706 msgid "Malformed message: %s\n"
1709 #: src/dird/getmsg.c:169
1711 msgid "Job not found: %s\n"
1714 #: src/dird/getmsg.c:333
1716 msgid "Bad response to %s command: wanted %s, got %s\n"
1719 #: src/dird/getmsg.c:338
1721 msgid "Socket error on %s command: ERR=%s\n"
1724 #: src/dird/inc_conf.c:279
1726 msgid "Expected a strip path positive integer, got:%s:"
1729 #: src/dird/inc_conf.c:299
1731 msgid "Expected a FileSet option keyword, got:%s:"
1734 #: src/dird/inc_conf.c:332
1735 msgid "Old style Include/Exclude not supported\n"
1738 #: src/dird/inc_conf.c:431
1740 msgid "Regex compile error. ERR=%s\n"
1743 #: src/dird/inc_conf.c:452
1745 msgid "Expected a regex string, got: %s\n"
1748 #: src/dird/inc_conf.c:544
1750 msgid "Expected a wild-card string, got: %s\n"
1753 #: src/dird/inc_conf.c:567
1755 msgid "Expected an fstype string, got: %s\n"
1758 #: src/dird/inc_conf.c:590
1760 msgid "Expected an drivetype string, got: %s\n"
1763 #: src/dird/inc_conf.c:614
1765 msgid "Backslash found. Use forward slashes or quote the string.: %s\n"
1768 #: src/dird/inc_conf.c:629
1770 msgid "Expected a filename, got: %s"
1773 #: src/dird/inc_conf.c:700
1775 msgid "Expected a FileSet keyword, got: %s"
1778 #: src/dird/job.c:62
1780 msgid "Could not init job queue: ERR=%s\n"
1783 #: src/dird/job.c:94
1785 msgid "Could not add job queue: ERR=%s\n"
1788 #: src/dird/job.c:113 src/dird/jobq.c:228 src/stored/dircmd.c:189
1789 #: src/stored/stored.c:474
1791 msgid "Unable to init job cond variable: ERR=%s\n"
1794 #: src/dird/job.c:146 src/dird/job.c:152 src/dird/job.c:894 src/dird/job.c:906
1795 #: src/dird/ua_cmds.c:773 src/dird/ua_cmds.c:1427 src/dird/ua_dotcmds.c:174
1796 #: src/dird/ua_status.c:308
1797 msgid "unknown source"
1800 #: src/dird/job.c:210 src/dird/job.c:328
1802 msgid "Unimplemented job type: %d\n"
1805 #: src/dird/job.c:252
1806 msgid "Job canceled because max start delay time exceeded.\n"
1809 #: src/dird/job.c:369
1811 msgid "JobId %s, Job %s marked to be canceled.\n"
1814 #: src/dird/job.c:379
1815 msgid "Failed to connect to File daemon.\n"
1818 #: src/dird/job.c:397 src/dird/job.c:399 src/dird/job.c:871 src/dird/job.c:912
1819 #: src/dird/job.c:921
1820 msgid "Job resource"
1823 #: src/dird/job.c:412 src/dird/ua_cmds.c:779 src/dird/ua_cmds.c:1441
1824 #: src/dird/ua_dotcmds.c:180 src/dird/ua_label.c:759
1825 msgid "Failed to connect to Storage daemon.\n"
1828 #: src/dird/job.c:458
1829 msgid "Max wait time exceeded. Job canceled.\n"
1832 #: src/dird/job.c:463
1833 msgid "Max run time exceeded. Job canceled.\n"
1836 #: src/dird/job.c:548 src/dird/ua_output.c:641
1838 msgid "Pool %s not in database. %s"
1841 #: src/dird/job.c:552 src/dird/ua_output.c:649
1843 msgid "Pool %s created in database.\n"
1846 #: src/dird/job.c:561 src/dird/job.c:858
1847 msgid "Run pool override"
1850 #: src/dird/job.c:571
1851 msgid "Run FullPool override"
1854 #: src/dird/job.c:573
1855 msgid "Job FullPool override"
1858 #: src/dird/job.c:581
1859 msgid "Run IncPool override"
1862 #: src/dird/job.c:583
1863 msgid "Job IncPool override"
1866 #: src/dird/job.c:591
1867 msgid "Run DiffPool override"
1870 #: src/dird/job.c:593
1871 msgid "Job DiffPool override"
1874 #: src/dird/job.c:618 src/stored/bscan.c:972
1876 msgid "Could not create Client record. ERR=%s\n"
1879 #: src/dird/job.c:654
1880 msgid "FileSet MD5 digest not found.\n"
1883 #: src/dird/job.c:659
1885 msgid "Could not create FileSet \"%s\" record. ERR=%s\n"
1888 #: src/dird/job.c:699
1890 msgid "Error updating job record. %s"
1893 #: src/dird/job.c:863
1894 msgid "Run storage override"
1897 #: src/dird/job.c:983 src/dird/ua_run.c:1211
1898 msgid "No storage specified.\n"
1901 #: src/dird/job.c:1144
1902 msgid "Could not start clone job.\n"
1905 #: src/dird/job.c:1146
1907 msgid "Clone JobId %d started.\n"
1910 #: src/dird/jobq.c:75
1912 msgid "pthread_attr_init: ERR=%s\n"
1915 #: src/dird/jobq.c:84
1917 msgid "pthread_mutex_init: ERR=%s\n"
1920 #: src/dird/jobq.c:90
1922 msgid "pthread_cond_init: ERR=%s\n"
1925 #: src/dird/jobq.c:123 src/dird/jobq.c:257 src/dird/jobq.c:322
1926 #: src/dird/jobq.c:403
1928 msgid "pthread_mutex_lock: ERR=%s\n"
1931 #: src/dird/jobq.c:136
1933 msgid "pthread_cond_broadcast: ERR=%s\n"
1936 #: src/dird/jobq.c:144
1938 msgid "pthread_cond_wait: ERR=%s\n"
1941 #: src/dird/jobq.c:152
1943 msgid "pthread_mutex_unlock: ERR=%s\n"
1946 #: src/dird/jobq.c:188
1948 msgid "Job %s waiting %d seconds for scheduled start time.\n"
1951 #: src/dird/jobq.c:250
1953 msgid "pthread_thread_create: ERR=%s\n"
1956 #: src/dird/jobq.c:368
1958 msgid "pthread_cond_signal: ERR=%s\n"
1961 #: src/dird/jobq.c:377
1963 msgid "pthread_create: ERR=%s\n"
1966 #: src/dird/jobq.c:514
1968 msgid "Rescheduled Job %s at %s to re-run in %d seconds (%s).\n"
1971 #: src/dird/jobq.c:543 src/dird/jobq.c:548
1972 msgid "previous Job"
1975 #: src/dird/jobq.c:704
1978 "Job canceled. Attempt to read and write same device.\n"
1979 " Read storage \"%s\" (From %s) -- Write storage \"%s\" (From %s)\n"
1982 #: src/dird/migrate.c:110
1983 msgid "Could not get or create a Pool record.\n"
1986 #: src/dird/migrate.c:138 src/dird/migrate.c:154
1987 msgid "No previous Job found to migrate.\n"
1990 #: src/dird/migrate.c:144
1991 msgid "Could not get or create the FileSet record.\n"
1994 #: src/dird/migrate.c:156
1995 msgid "Previous Job has no data to migrate.\n"
1998 #: src/dird/migrate.c:176
2000 msgid "Job resource not found for \"%s\".\n"
2003 #: src/dird/migrate.c:180
2005 msgid "Previous Job resource not found for \"%s\".\n"
2008 #: src/dird/migrate.c:197
2009 msgid "setup job failed.\n"
2012 #: src/dird/migrate.c:218
2014 msgid "Pool for JobId %s not in database. ERR=%s\n"
2017 #: src/dird/migrate.c:225
2019 msgid "Pool resource \"%s\" not found.\n"
2022 #: src/dird/migrate.c:248
2023 msgid "Job Pool's NextPool resource"
2026 #: src/dird/migrate.c:278
2028 msgid "Start Migration JobId %s, Job=%s\n"
2031 #: src/dird/migrate.c:306
2033 msgid "Read storage \"%s\" same as write storage.\n"
2036 #: src/dird/migrate.c:649
2037 msgid "No Migration SQL selection pattern specified.\n"
2040 #: src/dird/migrate.c:656 src/dird/migrate.c:676 src/dird/migrate.c:697
2041 #: src/dird/migrate.c:740 src/dird/migrate.c:769 src/dird/migrate.c:885
2042 #: src/dird/migrate.c:918 src/dird/migrate.c:1015
2044 msgid "SQL failed. ERR=%s\n"
2047 #: src/dird/migrate.c:680 src/dird/migrate.c:687 src/dird/migrate.c:701
2048 #: src/dird/migrate.c:773
2049 msgid "No Volumes found to migrate.\n"
2052 #: src/dird/migrate.c:715
2053 msgid "Invalid MediaId found.\n"
2056 #: src/dird/migrate.c:780
2057 msgid "Unknown Migration Selection Type.\n"
2060 #: src/dird/migrate.c:792 src/dird/migrate.c:811 src/dird/migrate.c:824
2061 msgid "No JobIds found to migrate.\n"
2064 #: src/dird/migrate.c:796
2066 msgid "The following %u JobId%s were chosen to be migrated: %s\n"
2069 #: src/dird/migrate.c:808 src/dird/migrate.c:821
2070 msgid "Invalid JobId found.\n"
2073 #: src/dird/migrate.c:832
2075 msgid "Could not get job record for JobId %s to migrate. ERR=%s"
2078 #: src/dird/migrate.c:837
2080 msgid "Migration using JobId=%s Job=%s\n"
2083 #: src/dird/migrate.c:868
2084 msgid "Could not start migration job.\n"
2087 #: src/dird/migrate.c:870
2089 msgid "Migration JobId %d started.\n"
2092 #: src/dird/migrate.c:889
2094 msgid "No %s found to migrate.\n"
2097 #: src/dird/migrate.c:893
2099 msgid "SQL error. Expected 1 MediaId got %d\n"
2102 #: src/dird/migrate.c:922 src/dird/migrate.c:1020
2104 msgid "No %ss found to migrate.\n"
2107 #: src/dird/migrate.c:944
2109 msgid "No Migration %s selection pattern specified.\n"
2112 #: src/dird/migrate.c:955
2114 msgid "SQL to get %s failed. ERR=%s\n"
2117 #: src/dird/migrate.c:960
2119 msgid "Query of Pool \"%s\" returned no Jobs to migrate.\n"
2122 #: src/dird/migrate.c:969
2124 msgid "Could not compile regex pattern \"%s\" ERR=%s\n"
2127 #: src/dird/migrate.c:998
2128 msgid "Regex pattern matched no Jobs to migrate.\n"
2131 #: src/dird/migrate.c:1114
2133 msgid "%s OK -- with warnings"
2136 #: src/dird/migrate.c:1116
2141 #: src/dird/migrate.c:1121
2143 msgid "*** %s Error ***"
2146 #: src/dird/migrate.c:1131
2151 #: src/dird/migrate.c:1140
2153 msgid "Inappropriate %s term code"
2156 #: src/dird/migrate.c:1151
2158 msgid "%s -- no files to migrate"
2161 #: src/dird/migrate.c:1167
2164 "Bacula %s %s (%s): %s\n"
2165 " Build OS: %s %s %s\n"
2166 " Prev Backup JobId: %s\n"
2167 " New Backup JobId: %s\n"
2168 " Migration JobId: %s\n"
2169 " Migration Job: %s\n"
2170 " Backup Level: %s%s\n"
2172 " FileSet: \"%s\" %s\n"
2173 " Read Pool: \"%s\" (From %s)\n"
2174 " Read Storage: \"%s\" (From %s)\n"
2175 " Write Pool: \"%s\" (From %s)\n"
2176 " Write Storage: \"%s\" (From %s)\n"
2179 " Elapsed time: %s\n"
2181 " SD Files Written: %s\n"
2182 " SD Bytes Written: %s (%sB)\n"
2183 " Rate: %.1f KB/s\n"
2184 " Volume name(s): %s\n"
2185 " Volume Session Id: %d\n"
2186 " Volume Session Time: %d\n"
2187 " Last Volume Bytes: %s (%sB)\n"
2189 " SD termination status: %s\n"
2190 " Termination: %s\n"
2194 #: src/dird/migrate.c:1273
2196 msgid "No Next Pool specification found in Pool \"%s\".\n"
2199 #: src/dird/migrate.c:1279
2201 msgid "No Storage specification found in Next Pool \"%s\".\n"
2204 #: src/dird/migrate.c:1285
2205 msgid "Storage from Pool's NextPool resource"
2208 #: src/dird/msgchan.c:106 src/filed/job.c:1297
2209 #: src/tray-monitor/tray-monitor.c:921
2210 msgid "Storage daemon"
2213 #: src/dird/msgchan.c:197
2215 msgid "Storage daemon rejected Job command: %s\n"
2218 #: src/dird/msgchan.c:204
2220 msgid "<stored: bad response to Job command: %s\n"
2223 #: src/dird/msgchan.c:296
2227 " Storage daemon didn't accept Device \"%s\" because:\n"
2231 #: src/dird/msgchan.c:300
2235 " Storage daemon didn't accept Device \"%s\" command.\n"
2238 #: src/dird/msgchan.c:305
2240 msgid "Using Device \"%s\"\n"
2243 #: src/dird/msgchan.c:325 src/dird/msgchan.c:474
2245 msgid "Cannot create message thread: %s\n"
2248 #: src/dird/newvol.c:90
2250 msgid "Illegal character in Volume name \"%s\"\n"
2253 #: src/dird/newvol.c:103
2255 msgid "Created new Volume \"%s\" in catalog.\n"
2258 #: src/dird/newvol.c:131
2260 msgid "Wanted to create Volume \"%s\", but it already exists. Trying again.\n"
2263 #: src/dird/newvol.c:140
2264 msgid "Too many failures. Giving up creating Volume name.\n"
2267 #: src/dird/next_vol.c:148
2269 msgid "Purging oldest volume \"%s\"\n"
2272 #: src/dird/next_vol.c:154
2274 msgid "Pruning oldest volume \"%s\"\n"
2277 #: src/dird/next_vol.c:173
2278 msgid "We seem to be looping trying to find the next volume. I give up.\n"
2281 #: src/dird/next_vol.c:199
2283 msgid "Max Volume bytes exceeded. Marking Volume \"%s\" as Full.\n"
2286 #: src/dird/next_vol.c:206
2288 msgid "Volume used once. Marking Volume \"%s\" as Used.\n"
2291 #: src/dird/next_vol.c:213
2293 msgid "Max Volume jobs exceeded. Marking Volume \"%s\" as Used.\n"
2296 #: src/dird/next_vol.c:220
2298 msgid "Max Volume files exceeded. Marking Volume \"%s\" as Used.\n"
2301 #: src/dird/next_vol.c:230
2303 msgid "Max configured use duration exceeded. Marking Volume \"%s\" as Used.\n"
2306 #: src/dird/next_vol.c:240
2308 msgid "Catalog error updating volume \"%s\". ERR=%s"
2311 #: src/dird/next_vol.c:261
2312 msgid "volume has expired"
2315 #: src/dird/next_vol.c:279 src/dird/next_vol.c:315
2317 msgid "Recycled current volume \"%s\"\n"
2320 #: src/dird/next_vol.c:284
2321 msgid "and recycling of current volume failed"
2324 #: src/dird/next_vol.c:290
2325 msgid "but should be Append, Purged or Recycle"
2328 #: src/dird/next_vol.c:318
2330 "but should be Append, Purged or Recycle (recycling of the current volume "
2334 #: src/dird/next_vol.c:322
2336 "but should be Append, Purged or Recycle (cannot automatically recycle "
2337 "current volume, as it still contains unpruned data or the Volume Retention "
2338 "time has not expired.)"
2341 #: src/dird/next_vol.c:380
2343 msgid "Unable to get Pool record: ERR=%s"
2346 #: src/dird/next_vol.c:385
2348 msgid "Unable add Scratch Volume, Pool \"%s\" full MaxVols=%d\n"
2351 #: src/dird/next_vol.c:398
2353 msgid "Failed to move Scratch Volume. ERR=%s\n"
2356 #: src/dird/next_vol.c:402
2358 msgid "Using Volume \"%s\" from 'Scratch' pool.\n"
2361 #: src/dird/next_vol.c:413
2363 msgid "Unable to update Volume record: ERR=%s"
2366 #: src/dird/pythondir.c:126 src/filed/pythonfd.c:109 src/filed/pythonfd.c:163
2367 #: src/filed/pythonfd.c:227 src/stored/pythonsd.c:103
2368 #: src/stored/pythonsd.c:168
2369 msgid "Job pointer not found."
2372 #: src/dird/pythondir.c:158
2373 msgid "Pool record not found."
2376 #: src/dird/pythondir.c:214 src/filed/pythonfd.c:140 src/stored/pythonsd.c:145
2378 msgid "Attribute %s not found."
2381 #: src/dird/pythondir.c:257 src/dird/pythondir.c:263 src/filed/pythonfd.c:182
2382 #: src/stored/pythonsd.c:185
2383 msgid "Read-only attribute"
2386 #: src/dird/pythondir.c:289
2387 msgid "Priority must be 1-100"
2390 #: src/dird/pythondir.c:294
2391 msgid "Job Level can be set only during JobInit"
2394 #: src/dird/pythondir.c:306
2395 msgid "Bad JobLevel string"
2398 #: src/dird/recycle.c:111
2400 msgid "Recycled volume \"%s\"\n"
2403 #: src/dird/restore.c:87
2405 "Cannot restore without a bootstrap file.\n"
2406 "You probably ran a restore job directly. All restore jobs must\n"
2407 "be run using the restore command.\n"
2410 #: src/dird/restore.c:96
2412 msgid "Start Restore Job %s\n"
2415 #: src/dird/restore.c:252
2416 msgid "Restore OK -- warning file count mismatch"
2419 #: src/dird/restore.c:254
2423 #: src/dird/restore.c:259
2424 msgid "*** Restore Error ***"
2427 #: src/dird/restore.c:269
2428 msgid "Restore Canceled"
2431 #: src/dird/restore.c:296
2434 "Bacula %s %s (%s): %s\n"
2435 " Build OS: %s %s %s\n"
2438 " Restore Client: %s\n"
2441 " Files Expected: %s\n"
2442 " Files Restored: %s\n"
2443 " Bytes Restored: %s\n"
2444 " Rate: %.1f KB/s\n"
2446 " FD termination status: %s\n"
2447 " SD termination status: %s\n"
2448 " Termination: %s\n"
2452 #: src/dird/run_conf.c:207
2454 msgid "Expected an equals, got: %s"
2457 #: src/dird/run_conf.c:220 src/dird/run_conf.c:232
2459 msgid "Expect a YES or NO, got: %s"
2462 #: src/dird/run_conf.c:246
2464 msgid "Job level field: %s not found in run record"
2467 #: src/dird/run_conf.c:264
2469 msgid "Could not find specified Pool Resource: %s"
2472 #: src/dird/run_conf.c:289
2474 msgid "Could not find specified Storage Resource: %s"
2477 #: src/dird/run_conf.c:301
2479 msgid "Could not find specified Messages Resource: %s"
2482 #: src/dird/run_conf.c:309
2484 msgid "Expected a keyword name, got: %s"
2487 #: src/dird/run_conf.c:348
2488 msgid "Day number out of range (1-31)"
2491 #: src/dird/run_conf.c:365 src/dird/run_conf.c:520
2492 msgid "Week number out of range (0-53)"
2495 #: src/dird/run_conf.c:381
2497 msgid "Job type field: %s in run record not found"
2500 #: src/dird/run_conf.c:388
2502 msgid "Unexpected token: %d:%s"
2505 #: src/dird/run_conf.c:432
2506 msgid "Time must be preceded by keyword AT."
2509 #: src/dird/run_conf.c:441
2510 msgid "Time logic error.\n"
2513 #: src/dird/run_conf.c:456 src/dird/run_conf.c:475
2514 msgid "Bad time specification."
2517 #: src/dird/run_conf.c:489
2518 msgid "Range logic error.\n"
2521 #: src/dird/run_conf.c:498
2522 msgid "Bad day range specification."
2525 #: src/dird/run_conf.c:545
2526 msgid "Invalid month, week or position day range"
2529 #: src/dird/run_conf.c:560
2530 msgid "Invalid month, weekday or position range"
2533 #: src/dird/run_conf.c:619
2534 msgid "Unexpected run state\n"
2537 #: src/dird/scheduler.c:113
2539 msgid "Job %s not found\n"
2542 #: src/dird/scheduler.c:136
2546 #: src/dird/scheduler.c:146
2547 msgid "Dequeued job"
2550 #: src/dird/scheduler.c:149
2551 msgid "Scheduler logic error\n"
2554 #: src/dird/scheduler.c:190
2558 #: src/dird/scheduler.c:223
2559 msgid "run override"
2562 #: src/dird/scheduler.c:420
2563 msgid "Inserted job"
2566 #: src/dird/scheduler.c:428
2567 msgid "Appended job"
2570 #: src/dird/scheduler.c:432
2574 #: src/dird/ua_cmds.c:104
2575 msgid "add media to a pool"
2578 #: src/dird/ua_cmds.c:105
2579 msgid "autodisplay [on|off] -- console messages"
2582 #: src/dird/ua_cmds.c:106
2583 msgid "automount [on|off] -- after label"
2586 #: src/dird/ua_cmds.c:107
2587 msgid "cancel [<jobid=nnn> | <job=name>] -- cancel a job"
2590 #: src/dird/ua_cmds.c:108
2591 msgid "create DB Pool from resource"
2594 #: src/dird/ua_cmds.c:109
2595 msgid "delete [pool=<pool-name> | media volume=<volume-name>]"
2598 #: src/dird/ua_cmds.c:110
2599 msgid "disable <job=name> -- disable a job"
2602 #: src/dird/ua_cmds.c:111
2603 msgid "enable <job=name> -- enable a job"
2606 #: src/dird/ua_cmds.c:112
2607 msgid "performs FileSet estimate, listing gives full listing"
2610 #: src/dird/ua_cmds.c:113 src/console/console.c:171
2614 #: src/dird/ua_cmds.c:114
2615 msgid "gui [on|off] -- non-interactive gui mode"
2618 #: src/dird/ua_cmds.c:115 src/stored/btape.c:2540
2619 msgid "print this command"
2622 #: src/dird/ua_cmds.c:116
2624 "list [pools | jobs | jobtotals | media <pool=pool-name> | files <jobid=nn>]; "
2628 #: src/dird/ua_cmds.c:117
2629 msgid "label a tape"
2632 #: src/dird/ua_cmds.c:118
2633 msgid "full or long list like list command"
2636 #: src/dird/ua_cmds.c:119
2637 msgid "print current memory usage"
2640 #: src/dird/ua_cmds.c:120
2644 #: src/dird/ua_cmds.c:121
2645 msgid "mount <storage-name>"
2648 #: src/dird/ua_cmds.c:122
2649 msgid "prune expired records from catalog"
2652 #: src/dird/ua_cmds.c:123
2653 msgid "purge records from catalog"
2656 #: src/dird/ua_cmds.c:124
2657 msgid "python control commands"
2660 #: src/dird/ua_cmds.c:125 src/console/console.c:164
2664 #: src/dird/ua_cmds.c:126
2665 msgid "query catalog"
2668 #: src/dird/ua_cmds.c:127
2669 msgid "restore files"
2672 #: src/dird/ua_cmds.c:128
2673 msgid "relabel a tape"
2676 #: src/dird/ua_cmds.c:129
2677 msgid "release <storage-name>"
2680 #: src/dird/ua_cmds.c:130
2681 msgid "reload conf file"
2684 #: src/dird/ua_cmds.c:131
2685 msgid "run <job-name>"
2688 #: src/dird/ua_cmds.c:132
2689 msgid "status [storage | client]=<name>"
2692 #: src/dird/ua_cmds.c:133
2693 msgid "sets debug level"
2696 #: src/dird/ua_cmds.c:134
2697 msgid "sets new client address -- if authorized"
2700 #: src/dird/ua_cmds.c:135
2701 msgid "show (resource records) [jobs | pools | ... | all]"
2704 #: src/dird/ua_cmds.c:136
2705 msgid "use SQL to query catalog"
2708 #: src/dird/ua_cmds.c:137 src/console/console.c:167
2709 msgid "print current time"
2712 #: src/dird/ua_cmds.c:138
2713 msgid "turn on/off trace to file"
2716 #: src/dird/ua_cmds.c:139
2717 msgid "unmount <storage-name>"
2720 #: src/dird/ua_cmds.c:140
2721 msgid "umount <storage-name> for old-time Unix guys"
2724 #: src/dird/ua_cmds.c:141
2725 msgid "update Volume, Pool or slots"
2728 #: src/dird/ua_cmds.c:142
2729 msgid "use catalog xxx"
2732 #: src/dird/ua_cmds.c:143
2733 msgid "does variable expansion"
2736 #: src/dird/ua_cmds.c:144
2737 msgid "print Director version"
2740 #: src/dird/ua_cmds.c:145
2742 "wait until no jobs are running [<jobname=name> | <jobid=nnn> | "
2743 "<ujobid=complete_name>]"
2746 #: src/dird/ua_cmds.c:186
2748 msgid "%s: is an invalid command.\n"
2751 #: src/dird/ua_cmds.c:227
2753 "You probably don't want to be using this command since it\n"
2754 "creates database records without labeling the Volumes.\n"
2755 "You probably want to use the \"label\" command.\n"
2759 #: src/dird/ua_cmds.c:246
2761 msgid "Pool already has maximum volumes=%d\n"
2764 #: src/dird/ua_cmds.c:248
2765 msgid "Enter new maximum (zero for unlimited): "
2768 #: src/dird/ua_cmds.c:269
2770 msgid "Enter number of Volumes to create. 0=>fixed name. Max=%d: "
2773 #: src/dird/ua_cmds.c:275
2775 msgid "The number must be between 0 and %d\n"
2778 #: src/dird/ua_cmds.c:282
2779 msgid "Enter Volume name: "
2782 #: src/dird/ua_cmds.c:286
2783 msgid "Enter base volume name: "
2786 #: src/dird/ua_cmds.c:295 src/dird/ua_label.c:645
2787 msgid "Volume name too long.\n"
2790 #: src/dird/ua_cmds.c:299 src/dird/ua_label.c:651 src/lib/edit.c:459
2791 msgid "Volume name must be at least one character long.\n"
2794 #: src/dird/ua_cmds.c:308
2795 msgid "Enter the starting number: "
2798 #: src/dird/ua_cmds.c:313
2799 msgid "Start number must be greater than zero.\n"
2802 #: src/dird/ua_cmds.c:324
2803 msgid "Enter slot (0 for none): "
2806 #: src/dird/ua_cmds.c:328
2807 msgid "InChanger? yes/no: "
2810 #: src/dird/ua_cmds.c:356
2812 msgid "%d Volumes created in pool %s\n"
2815 #: src/dird/ua_cmds.c:372 src/dird/ua_cmds.c:1026
2816 msgid "Turn on or off? "
2819 #: src/dird/ua_cmds.c:403
2821 msgid "JobId %s is not running. Use Job name to cancel inactive jobs.\n"
2824 #: src/dird/ua_cmds.c:412 src/dird/ua_cmds.c:422
2826 msgid "Warning Job %s is not running. Continuing anyway ...\n"
2829 #: src/dird/ua_cmds.c:432 src/dird/ua_cmds.c:699 src/dird/ua_cmds.c:745
2830 msgid "Unauthorized command from this console.\n"
2833 #: src/dird/ua_cmds.c:457 src/filed/status.c:200 src/stored/status.c:443
2834 msgid "No Jobs running.\n"
2837 #: src/dird/ua_cmds.c:459
2838 msgid "None of your jobs are running.\n"
2841 #: src/dird/ua_cmds.c:464
2842 msgid "Select Job:\n"
2845 #: src/dird/ua_cmds.c:473
2847 msgid "JobId=%s Job=%s"
2850 #: src/dird/ua_cmds.c:478
2851 msgid "Choose Job to cancel"
2854 #: src/dird/ua_cmds.c:482
2855 msgid "Confirm cancel (yes/no): "
2858 #: src/dird/ua_cmds.c:489 src/dird/ua_cmds.c:740
2860 msgid "Job \"%s\" not found.\n"
2863 #: src/dird/ua_cmds.c:586
2866 "Can't set %s RecyclePool to %s, %s is not in database.\n"
2867 "Try to update it with 'update pool=%s'\n"
2870 #: src/dird/ua_cmds.c:653
2873 "Error: Pool %s already exists.\n"
2874 "Use update to change it.\n"
2877 #: src/dird/ua_cmds.c:664
2879 msgid "Pool %s created.\n"
2882 #: src/dird/ua_cmds.c:681
2883 msgid "Python interpreter restarted.\n"
2886 #: src/dird/ua_cmds.c:683 src/dird/ua_cmds.c:1266
2887 msgid "Nothing done.\n"
2890 #: src/dird/ua_cmds.c:706 src/dird/ua_run.c:1224
2892 msgid "Client \"%s\" not found.\n"
2895 #: src/dird/ua_cmds.c:715
2897 msgid "Client \"%s\" address set to %s\n"
2900 #: src/dird/ua_cmds.c:749
2902 msgid "Job \"%s\" %sabled\n"
2905 #: src/dird/ua_cmds.c:776 src/dird/ua_dotcmds.c:177 src/dird/ua_status.c:311
2907 msgid "Connecting to Storage daemon %s at %s:%d\n"
2910 #: src/dird/ua_cmds.c:782 src/dird/ua_dotcmds.c:183 src/dird/ua_status.c:322
2911 msgid "Connected to storage daemon\n"
2914 #: src/dird/ua_cmds.c:802 src/dird/ua_cmds.c:1153 src/dird/ua_dotcmds.c:203
2915 #: src/dird/ua_status.c:349
2917 msgid "Connecting to Client %s at %s:%d\n"
2920 #: src/dird/ua_cmds.c:805 src/dird/ua_cmds.c:1156 src/dird/ua_dotcmds.c:206
2921 msgid "Failed to connect to Client.\n"
2924 #: src/dird/ua_cmds.c:921
2925 msgid "Enter new debug level: "
2928 #: src/dird/ua_cmds.c:987 src/dird/ua_dotcmds.c:282
2929 msgid "Available daemons are: \n"
2932 #: src/dird/ua_cmds.c:988 src/dird/ua_dotcmds.c:283
2936 #: src/dird/ua_cmds.c:989 src/dird/ua_dotcmds.c:284 src/dird/ua_run.c:265
2937 #: src/dird/ua_select.c:168 src/wx-console/wxbrestorepanel.cpp:338
2938 #: src/wx-console/wxbrestorepanel.cpp:354
2939 #: src/wx-console/wxbrestorepanel.cpp:478
2940 #: src/wx-console/wxbrestorepanel.cpp:479
2941 #: src/wx-console/wxbrestorepanel.cpp:489
2942 #: src/wx-console/wxbrestorepanel.cpp:490
2943 #: src/wx-console/wxbrestorepanel.cpp:1153
2944 #: src/wx-console/wxbrestorepanel.cpp:1817
2945 #: src/wx-console/wxbrestorepanel.cpp:1888
2949 #: src/dird/ua_cmds.c:990 src/dird/ua_dotcmds.c:285 src/dird/ua_run.c:271
2950 #: src/dird/ua_select.c:311 src/dird/ua_select.c:420
2951 #: src/wx-console/wxbrestorepanel.cpp:335
2952 #: src/wx-console/wxbrestorepanel.cpp:353
2953 #: src/wx-console/wxbrestorepanel.cpp:430
2954 #: src/wx-console/wxbrestorepanel.cpp:431
2955 #: src/wx-console/wxbrestorepanel.cpp:441
2956 #: src/wx-console/wxbrestorepanel.cpp:442
2957 #: src/wx-console/wxbrestorepanel.cpp:689
2958 #: src/wx-console/wxbrestorepanel.cpp:1123
2959 #: src/wx-console/wxbrestorepanel.cpp:1210
2960 #: src/wx-console/wxbrestorepanel.cpp:1810
2961 #: src/wx-console/wxbrestorepanel.cpp:1812
2962 #: src/wx-console/wxbrestorepanel.cpp:1886
2963 #: src/wx-console/wxbrestorepanel.cpp:1942
2967 #: src/dird/ua_cmds.c:991
2971 #: src/dird/ua_cmds.c:992
2972 msgid "Select daemon type to set debug level"
2975 #: src/dird/ua_cmds.c:1082 src/dird/ua_cmds.c:1121 src/dird/ua_cmds.c:1763
2977 msgid "No authorization for Job \"%s\"\n"
2980 #: src/dird/ua_cmds.c:1092
2982 msgid "No authorization for FileSet \"%s\"\n"
2985 #: src/dird/ua_cmds.c:1104 src/dird/ua_run.c:217
2987 msgid "Level %s not valid.\n"
2990 #: src/dird/ua_cmds.c:1117
2991 msgid "No job specified.\n"
2994 #: src/dird/ua_cmds.c:1161
2995 msgid "Error sending include list.\n"
2998 #: src/dird/ua_cmds.c:1166
2999 msgid "Error sending exclude list.\n"
3002 #: src/dird/ua_cmds.c:1252
3004 "In general it is not a good idea to delete either a\n"
3005 "Pool or a Volume since they may contain data.\n"
3009 #: src/dird/ua_cmds.c:1255
3010 msgid "Choose catalog item to delete"
3013 #: src/dird/ua_cmds.c:1323
3014 msgid "Enter JobId to delete: "
3017 #: src/dird/ua_cmds.c:1358
3019 msgid "Job %s and associated records deleted from the catalog.\n"
3022 #: src/dird/ua_cmds.c:1371
3026 "This command will delete volume %s\n"
3027 "and all Jobs saved on that volume from the Catalog\n"
3030 #: src/dird/ua_cmds.c:1375
3031 msgid "Are you sure you want to delete this Volume? (yes/no): "
3034 #: src/dird/ua_cmds.c:1396
3035 msgid "Are you sure you want to delete this Pool? (yes/no): "
3038 #: src/dird/ua_cmds.c:1508
3040 msgid "Using Catalog name=%s DB=%s\n"
3043 #: src/dird/ua_cmds.c:1568
3044 msgid "ERR: Can't open db\n"
3047 #: src/dird/ua_cmds.c:1604
3048 msgid "ERR: Job was not found\n"
3051 #: src/dird/ua_cmds.c:1680 src/dird/ua_tree.c:664 src/stored/btape.c:2587
3054 " Command Description\n"
3055 " ======= ===========\n"
3058 #: src/dird/ua_cmds.c:1682
3063 #: src/dird/ua_cmds.c:1684
3066 "When at a prompt, entering a period cancels the command.\n"
3070 #: src/dird/ua_cmds.c:1700 src/dird/ua_status.c:263 src/stored/status.c:79
3072 msgid "%s Version: %s (%s) %s %s %s\n"
3075 #: src/dird/ua_cmds.c:1724 src/dird/ua_cmds.c:1751 src/dird/ua_cmds.c:1773
3077 msgid "No authorization for Catalog \"%s\"\n"
3080 #: src/dird/ua_cmds.c:1741
3082 msgid "No authorization for Client \"%s\"\n"
3085 #: src/dird/ua_cmds.c:1796 src/dird/ua_select.c:221
3086 msgid "Could not find a Catalog resource\n"
3089 #: src/dird/ua_cmds.c:1809
3091 msgid "Could not open catalog database \"%s\".\n"
3094 #: src/dird/ua_cmds.c:1819
3096 msgid "Using Catalog \"%s\"\n"
3099 #: src/dird/ua_dotcmds.c:138
3100 msgid ": is an invalid command.\n"
3103 #: src/dird/ua_dotcmds.c:238 src/dird/ua_dotcmds.c:288
3104 msgid "The Director will segment fault.\n"
3107 #: src/dird/ua_dotcmds.c:286
3108 msgid "Select daemon type to make die"
3111 #: src/dird/ua_dotcmds.c:453
3112 msgid "Access to specified Client or FileSet not allowed.\n"
3115 #: src/dird/ua_dotcmds.c:458 src/dird/ua_dotcmds.c:494
3116 #: src/dird/ua_restore.c:881 src/dird/ua_restore.c:910
3117 #: src/dird/ua_restore.c:931
3119 msgid "Query failed: %s. ERR=%s\n"
3122 #: src/dird/ua_dotcmds.c:489
3123 msgid "query keyword not found.\n"
3126 #: src/dird/ua_input.c:95
3130 #: src/dird/ua_input.c:99 src/dird/ua_input.c:105
3132 msgid "Expected a positive integer, got: %s\n"
3135 #: src/dird/ua_input.c:123 src/dird/ua_run.c:446 src/dird/ua_update.c:245
3136 #: src/dird/ua_update.c:265 src/dird/ua_update.c:614
3137 #: src/stored/parse_bsr.c:779 src/tools/dbcheck.c:1202
3141 #: src/dird/ua_input.c:127 src/dird/ua_update.c:245 src/dird/ua_update.c:265
3142 #: src/dird/ua_update.c:614 src/stored/parse_bsr.c:779
3146 #: src/dird/ua_input.c:161
3147 msgid "Invalid response. You must answer yes or no.\n"
3150 #: src/dird/ua_input.c:184
3151 msgid "Invalid Enabled value, it must be yes, no, archived, 0, 1, or 2\n"
3154 #: src/dird/ua_label.c:102
3155 msgid "Negative numbers not permitted\n"
3158 #: src/dird/ua_label.c:108
3159 msgid "Range end is not integer.\n"
3162 #: src/dird/ua_label.c:113
3163 msgid "Range start is not an integer.\n"
3166 #: src/dird/ua_label.c:119
3167 msgid "Range end not bigger than start.\n"
3170 #: src/dird/ua_label.c:125
3171 msgid "Input value is not an integer.\n"
3174 #: src/dird/ua_label.c:131
3175 msgid "Values must be be greater than zero.\n"
3178 #: src/dird/ua_label.c:135
3179 msgid "Slot too large.\n"
3182 #: src/dird/ua_label.c:184 src/dird/ua_label.c:349 src/dird/ua_run.c:1199
3183 msgid "command line"
3186 #: src/dird/ua_label.c:202 src/dird/ua_label.c:513
3187 msgid "No slots in changer to scan.\n"
3190 #: src/dird/ua_label.c:214 src/dird/ua_label.c:524
3191 msgid "No Volumes found to label, or no barcodes.\n"
3194 #: src/dird/ua_label.c:224
3196 msgid "Slot %d greater than max %d ignored.\n"
3199 #: src/dird/ua_label.c:253
3201 msgid "No VolName for Slot=%d InChanger set to zero.\n"
3204 #: src/dird/ua_label.c:271
3206 msgid "Catalog record for Volume \"%s\" updated to reference slot %d.\n"
3209 #: src/dird/ua_label.c:275
3211 msgid "Catalog record for Volume \"%s\" is up to date.\n"
3214 #: src/dird/ua_label.c:281
3216 msgid "Volume \"%s\" not found in catalog. Slot=%d InChanger set to zero.\n"
3219 #: src/dird/ua_label.c:378
3222 "Volume \"%s\" has VolStatus %s. It must be Purged or Recycled before "
3226 #: src/dird/ua_label.c:394
3227 msgid "Enter new Volume name: "
3230 #: src/dird/ua_label.c:407
3232 msgid "Media record for new Volume \"%s\" already exists.\n"
3235 #: src/dird/ua_label.c:425
3236 msgid "Enter slot (0 or Enter for none): "
3239 #: src/dird/ua_label.c:453
3241 msgid "Delete of Volume \"%s\" failed. ERR=%s"
3244 #: src/dird/ua_label.c:456
3246 msgid "Old volume \"%s\" deleted from catalog.\n"
3249 #: src/dird/ua_label.c:467
3251 msgid "Requesting to mount %s ...\n"
3254 #: src/dird/ua_label.c:489
3255 msgid "Do not forget to mount the drive!!!\n"
3258 #: src/dird/ua_label.c:529
3260 "The following Volumes will be labeled:\n"
3265 #: src/dird/ua_label.c:538
3266 msgid "Do you want to continue? (yes|no): "
3269 #: src/dird/ua_label.c:559
3271 msgid "Media record for Slot %d Volume \"%s\" already exists.\n"
3274 #: src/dird/ua_label.c:565
3276 msgid "Error setting InChanger: ERR=%s"
3279 #: src/dird/ua_label.c:588
3281 msgid "Maximum pool Volumes=%d reached.\n"
3284 #: src/dird/ua_label.c:595
3286 msgid "Catalog record for cleaning tape \"%s\" successfully created.\n"
3289 #: src/dird/ua_label.c:602
3291 msgid "Catalog error on cleaning tape: %s"
3294 #: src/dird/ua_label.c:638
3296 msgid "Illegal character \"%c\" in a volume name.\n"
3299 #: src/dird/ua_label.c:685
3301 msgid "Sending relabel command from \"%s\" to \"%s\" ...\n"
3304 #: src/dird/ua_label.c:692
3306 msgid "Sending label command for Volume \"%s\" Slot %d ...\n"
3309 #: src/dird/ua_label.c:733
3311 msgid "Catalog record for Volume \"%s\", Slot %d successfully created.\n"
3314 #: src/dird/ua_label.c:746
3316 msgid "Label command failed for Volume %s.\n"
3319 #: src/dird/ua_label.c:756
3321 msgid "Connecting to Storage daemon %s at %s:%d ...\n"
3324 #: src/dird/ua_label.c:784
3325 msgid "Could not open SD socket.\n"
3328 #: src/dird/ua_label.c:856 src/dird/ua_label.c:866
3330 msgid "Invalid Slot number: %s\n"
3333 #: src/dird/ua_label.c:875
3335 msgid "Invalid Volume name: %s\n"
3338 #: src/dird/ua_label.c:954
3340 msgid "Device \"%s\" has %d slots.\n"
3343 #: src/dird/ua_label.c:1003
3345 msgid "Pool \"%s\" resource not found for volume \"%s\"!\n"
3348 #: src/dird/ua_output.c:73 src/dird/ua_output.c:97
3349 msgid "ON or OFF keyword missing.\n"
3352 #: src/dird/ua_output.c:185
3353 msgid "Keywords for the show command are:\n"
3356 #: src/dird/ua_output.c:191
3358 msgid "%s resource %s not found.\n"
3361 #: src/dird/ua_output.c:194
3363 msgid "Resource %s not found\n"
3366 #: src/dird/ua_output.c:262
3367 msgid "Hey! DB is NULL\n"
3370 #: src/dird/ua_output.c:376
3372 msgid "Jobid %d used %d Volume(s): %s\n"
3375 #: src/dird/ua_output.c:394
3376 msgid "No Pool specified.\n"
3379 #: src/dird/ua_output.c:405 src/dird/ua_select.c:488
3381 msgid "Error obtaining pool ids. ERR=%s\n"
3384 #: src/dird/ua_output.c:415
3389 #: src/dird/ua_output.c:431 src/dird/ua_status.c:481
3390 msgid "Ignoring invalid value for days. Max is 50.\n"
3393 #: src/dird/ua_output.c:440
3395 msgid "Unknown list keyword: %s\n"
3398 #: src/dird/ua_output.c:466
3400 msgid "%s is not a job name.\n"
3403 #: src/dird/ua_output.c:477
3405 msgid "Could not Pool Job %s\n"
3408 #: src/dird/ua_output.c:489
3410 msgid "Could not find next Volume for Job %s (Pool=%s, Level=%s).\n"
3413 #: src/dird/ua_output.c:493
3416 "The next Volume to be used by Job \"%s\" (Pool=%s, Level=%s) will be %s\n"
3419 #: src/dird/ua_output.c:503
3421 msgid "Could not find next Volume for Job %s.\n"
3424 #: src/dird/ua_output.c:702
3425 msgid "You have no messages.\n"
3428 #: src/dird/ua_prune.c:132
3429 msgid "Choose item to prune"
3432 #: src/dird/ua_prune.c:156
3434 msgid "Cannot prune Volume \"%s\" because it is archived.\n"
3437 #: src/dird/ua_prune.c:218
3438 msgid "No Files found to prune.\n"
3441 #: src/dird/ua_prune.c:240
3443 msgid "Pruned Files from %s Jobs for client %s from catalog.\n"
3446 #: src/dird/ua_prune.c:364
3448 msgid "Pruned %d %s for client %s from catalog.\n"
3451 #: src/dird/ua_prune.c:365
3455 #: src/dird/ua_prune.c:367
3456 msgid "No Jobs found to prune.\n"
3459 #: src/dird/ua_purge.c:90
3462 "This command is can be DANGEROUS!!!\n"
3464 "It purges (deletes) all Files from a Job,\n"
3465 "JobId, Client or Volume; or it purges (deletes)\n"
3466 "all Jobs from a Client or Volume without regard\n"
3467 "for retention periods. Normally you should use the\n"
3468 "PRUNE command, which respects retention periods.\n"
3471 #: src/dird/ua_purge.c:152
3472 msgid "Choose item to purge"
3475 #: src/dird/ua_purge.c:199
3477 msgid "Begin purging files for Client \"%s\"\n"
3480 #: src/dird/ua_purge.c:208 src/dird/ua_purge.c:258
3482 msgid "No Files found for client %s to purge from %s catalog.\n"
3485 #: src/dird/ua_purge.c:211
3487 msgid "Files for %d Jobs for client \"%s\" purged from %s catalog.\n"
3490 #: src/dird/ua_purge.c:249
3492 msgid "Begin purging jobs from Client \"%s\"\n"
3495 #: src/dird/ua_purge.c:261
3497 msgid "%d Jobs for client %s purged from %s catalog.\n"
3500 #: src/dird/ua_purge.c:407
3504 "Volume \"%s\" has VolStatus \"%s\" and cannot be purged.\n"
3505 "The VolStatus must be: Append, Full, Used, or Error to be purged.\n"
3508 #: src/dird/ua_purge.c:440
3510 msgid "%d File%s on Volume \"%s\" purged from catalog.\n"
3513 #: src/dird/ua_purge.c:481
3516 "There are no more Jobs associated with Volume \"%s\". Marking it purged.\n"
3519 #: src/dird/ua_purge.c:522
3521 msgid "Unable move recycled Volume in full Pool \"%s\" MaxVols=%d\n"
3524 #: src/dird/ua_purge.c:535
3526 msgid "All records pruned from Volume \"%s\"; marking it \"Purged\"\n"
3529 #: src/dird/ua_purge.c:540
3531 msgid "Cannot purge Volume with VolStatus=%s\n"
3534 #: src/dird/ua_query.c:72 src/findlib/create_file.c:282
3535 #: src/findlib/create_file.c:379
3537 msgid "Could not open %s: ERR=%s\n"
3540 #: src/dird/ua_query.c:77
3541 msgid "Available queries:\n"
3544 #: src/dird/ua_query.c:84
3545 msgid "Choose a query"
3548 #: src/dird/ua_query.c:98
3549 msgid "Could not find query.\n"
3552 #: src/dird/ua_query.c:116
3553 msgid "Too many prompts in query, max is 9.\n"
3556 #: src/dird/ua_query.c:219
3558 msgid "Warning prompt %d missing.\n"
3561 #: src/dird/ua_query.c:264
3563 "Entering SQL query mode.\n"
3564 "Terminate each query with a semicolon.\n"
3565 "Terminate query mode with a blank line.\n"
3568 #: src/dird/ua_query.c:267 src/dird/ua_query.c:283
3569 msgid "Enter SQL query: "
3572 #: src/dird/ua_query.c:285
3573 msgid "Add to SQL query: "
3576 #: src/dird/ua_query.c:288
3577 msgid "End query mode.\n"
3580 #: src/dird/ua_restore.c:133
3581 msgid "\"RegexWhere\" specification not authorized.\n"
3584 #: src/dird/ua_restore.c:140
3585 msgid "\"where\" specification not authorized.\n"
3588 #: src/dird/ua_restore.c:162
3590 "No Restore Job Resource found in bacula-dir.conf.\n"
3591 "You must create at least one before running this command.\n"
3594 #: src/dird/ua_restore.c:178
3595 msgid "Restore not done.\n"
3598 #: src/dird/ua_restore.c:190
3599 msgid "Unable to construct a valid BSR. Cannot continue.\n"
3602 #: src/dird/ua_restore.c:194 src/dird/ua_restore.c:209
3603 msgid "No files selected to be restored.\n"
3606 #: src/dird/ua_restore.c:202
3609 "1 file selected to be restored.\n"
3613 #: src/dird/ua_restore.c:205
3617 "%s files selected to be restored.\n"
3621 #: src/dird/ua_restore.c:224
3622 msgid "No Client resource found!\n"
3625 #: src/dird/ua_restore.c:329
3627 msgid "Missing value for keyword: %s\n"
3630 #: src/dird/ua_restore.c:407
3631 msgid "List last 20 Jobs run"
3634 #: src/dird/ua_restore.c:408
3635 msgid "List Jobs where a given File is saved"
3638 #: src/dird/ua_restore.c:409
3639 msgid "Enter list of comma separated JobIds to select"
3642 #: src/dird/ua_restore.c:410
3643 msgid "Enter SQL list command"
3646 #: src/dird/ua_restore.c:411
3647 msgid "Select the most recent backup for a client"
3650 #: src/dird/ua_restore.c:412
3651 msgid "Select backup for a client before a specified time"
3654 #: src/dird/ua_restore.c:413
3655 msgid "Enter a list of files to restore"
3658 #: src/dird/ua_restore.c:414
3659 msgid "Enter a list of files to restore before a specified time"
3662 #: src/dird/ua_restore.c:415
3663 msgid "Find the JobIds of the most recent backup for a client"
3666 #: src/dird/ua_restore.c:416
3667 msgid "Find the JobIds for a backup for a client before a specified time"
3670 #: src/dird/ua_restore.c:417
3671 msgid "Enter a list of directories to restore for found JobIds"
3674 #: src/dird/ua_restore.c:418 src/dird/ua_status.c:760 src/filed/status.c:255
3675 #: src/stored/status.c:517 src/wx-console/wxbconfigpanel.cpp:212
3679 #: src/dird/ua_restore.c:458
3681 msgid "Unknown keyword: %s\n"
3684 #: src/dird/ua_restore.c:487 src/dird/ua_update.c:836
3686 msgid "Improper date format: %s\n"
3689 #: src/dird/ua_restore.c:522 src/dird/ua_select.c:620
3691 msgid "Error: Pool resource \"%s\" does not exist.\n"
3694 #: src/dird/ua_restore.c:527
3696 msgid "Error: Pool resource \"%s\" access not allowed.\n"
3699 #: src/dird/ua_restore.c:543
3702 "First you select one or more JobIds that contain files\n"
3703 "to be restored. You will be presented several methods\n"
3704 "of specifying the JobIds. Then you will be allowed to\n"
3705 "select which files from those JobIds are to be restored.\n"
3709 #: src/dird/ua_restore.c:555
3710 msgid "To select the JobIds, you have the following choices:\n"
3713 #: src/dird/ua_restore.c:560
3714 msgid "Select item: "
3717 #: src/dird/ua_restore.c:565 src/dird/ua_restore.c:600
3718 msgid "SQL query not authorized.\n"
3721 #: src/dird/ua_restore.c:578
3722 msgid "Enter Filename (no path):"
3725 #: src/dird/ua_restore.c:593 src/dird/ua_restore.c:701
3726 msgid "Enter JobId(s), comma separated, to restore: "
3729 #: src/dird/ua_restore.c:603
3730 msgid "Enter SQL list command: "
3733 #: src/dird/ua_restore.c:637 src/dird/ua_restore.c:660
3735 "Enter file names with paths, or < to enter a filename\n"
3736 "containing a list of file names with paths, and terminate\n"
3737 "them with a blank line.\n"
3740 #: src/dird/ua_restore.c:641 src/dird/ua_restore.c:664
3741 msgid "Enter full filename: "
3744 #: src/dird/ua_restore.c:699
3746 msgid "You have already selected the following JobIds: %s\n"
3749 #: src/dird/ua_restore.c:716
3751 "Enter full directory names or start the name\n"
3752 "with a < to indicate it is a filename containing a list\n"
3753 "of directories and terminate them with a blank line.\n"
3756 #: src/dird/ua_restore.c:720
3757 msgid "Enter directory name: "
3760 #: src/dird/ua_restore.c:751
3761 msgid "Invalid JobId in list.\n"
3764 #: src/dird/ua_restore.c:764
3766 msgid "Unable to get Job record for JobId=%s: ERR=%s\n"
3769 #: src/dird/ua_restore.c:770
3771 msgid "Access to JobId=%s (Job \"%s\") not authorized. Not selected.\n"
3774 #: src/dird/ua_restore.c:783
3775 msgid "No Jobs selected.\n"
3778 #: src/dird/ua_restore.c:787
3780 msgid "You have selected the following JobIds: %s\n"
3783 #: src/dird/ua_restore.c:789
3785 msgid "You have selected the following JobId: %s\n"
3788 #: src/dird/ua_restore.c:799
3790 "The restored files will the most current backup\n"
3791 "BEFORE the date you specify below.\n"
3795 #: src/dird/ua_restore.c:802
3796 msgid "Enter date as YYYY-MM-DD HH:MM:SS :"
3799 #: src/dird/ua_restore.c:808
3800 msgid "Improper date format.\n"
3803 #: src/dird/ua_restore.c:829
3805 msgid "Cannot open file %s: ERR=%s\n"
3808 #: src/dird/ua_restore.c:837 src/dird/ua_restore.c:841
3810 msgid "Error occurred on line %d of file \"%s\"\n"
3813 #: src/dird/ua_restore.c:885 src/dird/ua_restore.c:914
3815 msgid "No database record found for: %s\n"
3818 #: src/dird/ua_restore.c:901
3819 msgid "No JobId specified cannot continue.\n"
3822 #: src/dird/ua_restore.c:935
3824 msgid "No table found: %s\n"
3827 #: src/dird/ua_restore.c:1032
3831 "Building directory tree for JobId %s ... "
3834 #: src/dird/ua_restore.c:1044
3837 "There were no files inserted into the tree, so file selection\n"
3838 "is not possible.Most likely your retention policy pruned the files\n"
3841 #: src/dird/ua_restore.c:1046
3844 "Do you want to restore all the files? (yes|no): "
3847 #: src/dird/ua_restore.c:1062
3851 "1 Job, %s files inserted into the tree and marked for extraction.\n"
3854 #: src/dird/ua_restore.c:1066
3858 "1 Job, %s files inserted into the tree.\n"
3861 #: src/dird/ua_restore.c:1072
3865 "%d Jobs, %s files inserted into the tree and marked for extraction.\n"
3868 #: src/dird/ua_restore.c:1076
3872 "%d Jobs, %s files inserted into the tree.\n"
3875 #: src/dird/ua_restore.c:1149
3877 msgid "Error getting FileSet \"%s\": ERR=%s\n"
3880 #: src/dird/ua_restore.c:1157 src/dird/ua_select.c:183
3881 msgid "The defined FileSet resources are:\n"
3884 #: src/dird/ua_restore.c:1161 src/dird/ua_run.c:267 src/dird/ua_select.c:191
3888 #: src/dird/ua_restore.c:1161 src/dird/ua_select.c:191
3889 msgid "Select FileSet resource"
3892 #: src/dird/ua_restore.c:1163
3894 msgid "No FileSet found for client \"%s\".\n"
3897 #: src/dird/ua_restore.c:1169
3899 msgid "Error getting FileSet record: %s\n"
3902 #: src/dird/ua_restore.c:1170
3904 "This probably means you modified the FileSet.\n"
3905 "Continuing anyway.\n"
3908 #: src/dird/ua_restore.c:1185
3910 msgid "Pool \"%s\" not found, using any pool.\n"
3913 #: src/dird/ua_restore.c:1212 src/dird/ua_restore.c:1228
3915 msgid "No Full backup before %s found.\n"
3918 #: src/dird/ua_restore.c:1251
3919 msgid "No jobs found.\n"
3922 #: src/dird/ua_restore.c:1408
3924 msgid "Warning default storage overridden by \"%s\" on command line.\n"
3927 #: src/dird/ua_restore.c:1424
3929 msgid "Storage \"%s\" not found, using Storage \"%s\" from MediaType \"%s\".\n"
3932 #: src/dird/ua_restore.c:1432
3936 "Unable to find Storage resource for\n"
3937 "MediaType \"%s\", needed by the Jobs you selected.\n"
3940 #: src/dird/ua_run.c:152 src/dird/ua_run.c:338
3941 msgid "Invalid time, using current time.\n"
3944 #: src/dird/ua_run.c:174
3946 msgid "Invalid replace option: %s\n"
3949 #: src/dird/ua_run.c:242
3950 msgid "OK to run? (yes/mod/no): "
3953 #: src/dird/ua_run.c:260 src/dird/ua_select.c:63
3957 #: src/dird/ua_run.c:263 src/dird/ua_update.c:523
3958 msgid "Parameters to modify:\n"
3961 #: src/dird/ua_run.c:264
3965 #: src/dird/ua_run.c:269
3966 msgid "Restore Client"
3969 #: src/dird/ua_run.c:273 src/wx-console/wxbrestorepanel.cpp:355
3970 #: src/wx-console/wxbrestorepanel.cpp:843
3971 #: src/wx-console/wxbrestorepanel.cpp:1890
3975 #: src/dird/ua_run.c:274 src/wx-console/wxbrestorepanel.cpp:356
3976 #: src/wx-console/wxbrestorepanel.cpp:1116
3977 #: src/wx-console/wxbrestorepanel.cpp:1893
3981 #: src/dird/ua_run.c:278 src/dird/ua_select.c:506 src/dird/ua_select.c:596
3982 #: src/dird/ua_update.c:534 src/wx-console/wxbrestorepanel.cpp:337
3983 #: src/wx-console/wxbrestorepanel.cpp:526
3984 #: src/wx-console/wxbrestorepanel.cpp:536
3985 #: src/wx-console/wxbrestorepanel.cpp:1806
3989 #: src/dird/ua_run.c:280
3993 #: src/dird/ua_run.c:283 src/wx-console/wxbrestorepanel.cpp:348
3994 #: src/wx-console/wxbrestorepanel.cpp:1871
3998 #: src/dird/ua_run.c:284 src/wx-console/wxbrestorepanel.cpp:349
3999 #: src/wx-console/wxbrestorepanel.cpp:1092
4000 #: src/wx-console/wxbrestorepanel.cpp:1873
4004 #: src/dird/ua_run.c:285
4005 msgid "File Relocation"
4008 #: src/dird/ua_run.c:286 src/wx-console/wxbrestorepanel.cpp:351
4009 #: src/wx-console/wxbrestorepanel.cpp:1100
4010 #: src/wx-console/wxbrestorepanel.cpp:1877
4011 #: src/wx-console/wxbrestorepanel.cpp:1878
4012 #: src/wx-console/wxbrestorepanel.cpp:1879
4013 #: src/wx-console/wxbrestorepanel.cpp:1880
4014 #: src/wx-console/wxbrestorepanel.cpp:1881
4018 #: src/dird/ua_run.c:287
4022 #: src/dird/ua_run.c:289 src/dird/ua_run.c:487 src/dird/ua_update.c:540
4023 msgid "Select parameter to modify"
4026 #: src/dird/ua_run.c:298 src/dird/ua_run.c:1205
4027 msgid "user selection"
4030 #: src/dird/ua_run.c:330
4032 "Please enter desired start time as YYYY-MM-DD HH:MM:SS (return for now): "
4035 #: src/dird/ua_run.c:345
4036 msgid "Enter new Priority: "
4039 #: src/dird/ua_run.c:349
4040 msgid "Priority must be a positive integer.\n"
4043 #: src/dird/ua_run.c:369
4044 msgid "Please enter the Bootstrap file name: "
4047 #: src/dird/ua_run.c:380
4049 msgid "Warning cannot open %s: ERR=%s\n"
4052 #: src/dird/ua_run.c:399
4053 msgid "Please enter path prefix for restore (/ for none): "
4056 #: src/dird/ua_run.c:421
4060 #: src/dird/ua_run.c:425
4061 msgid "Select replace option"
4064 #: src/dird/ua_run.c:435
4066 "You must set the bootstrap file to NULL to be able to specify a JobId.\n"
4069 #: src/dird/ua_run.c:455
4070 msgid "Job failed.\n"
4073 #: src/dird/ua_run.c:458
4075 msgid "Job queued. JobId=%s\n"
4078 #: src/dird/ua_run.c:464
4079 msgid "Job not run.\n"
4082 #: src/dird/ua_run.c:476
4084 msgid "strip_prefix=%s add_prefix=%s add_suffix=%s\n"
4087 #: src/dird/ua_run.c:479
4088 msgid "This will replace your current Where value\n"
4091 #: src/dird/ua_run.c:480
4092 msgid "Strip prefix"
4095 #: src/dird/ua_run.c:481
4099 #: src/dird/ua_run.c:482
4100 msgid "Add file suffix"
4103 #: src/dird/ua_run.c:483
4104 msgid "Enter a regexp"
4107 #: src/dird/ua_run.c:484
4108 msgid "Test filename manipulation"
4111 #: src/dird/ua_run.c:485
4115 #: src/dird/ua_run.c:490
4116 msgid "Please enter path prefix to strip: "
4119 #: src/dird/ua_run.c:498
4120 msgid "Please enter path prefix to add (/ for none): "
4123 #: src/dird/ua_run.c:509
4124 msgid "Please enter file suffix to add: "
4127 #: src/dird/ua_run.c:516
4128 msgid "Please enter a valid regexp (!from!to!): "
4131 #: src/dird/ua_run.c:529
4133 msgid "regexwhere=%s\n"
4136 #: src/dird/ua_run.c:535
4138 msgid "strip_prefix=%s add_prefix=%s add_suffix=%s result=%s\n"
4141 #: src/dird/ua_run.c:542
4142 msgid "Cannot use your regexp\n"
4145 #: src/dird/ua_run.c:546
4146 msgid "Please enter filename to test: "
4149 #: src/dird/ua_run.c:548
4154 #: src/dird/ua_run.c:592
4155 msgid "Cannot use your regexp.\n"
4158 #: src/dird/ua_run.c:605 src/dird/ua_run.c:631
4162 #: src/dird/ua_run.c:606 src/filed/status.c:372 src/lib/util.c:329
4163 #: src/stored/status.c:556
4167 #: src/dird/ua_run.c:607 src/filed/status.c:374 src/lib/util.c:331
4168 #: src/stored/status.c:558
4172 #: src/dird/ua_run.c:608 src/filed/status.c:377 src/lib/util.c:334
4173 #: src/stored/status.c:561
4177 #: src/dird/ua_run.c:609 src/filed/status.c:380 src/lib/util.c:337
4178 #: src/stored/status.c:564
4179 msgid "Differential"
4182 #: src/dird/ua_run.c:610 src/filed/status.c:383 src/lib/util.c:340
4183 #: src/stored/status.c:567
4187 #: src/dird/ua_run.c:611 src/dird/ua_run.c:637
4188 msgid "Select level"
4191 #: src/dird/ua_run.c:632
4192 msgid "Initialize Catalog"
4195 #: src/dird/ua_run.c:633 src/filed/status.c:386 src/lib/util.c:343
4196 #: src/stored/status.c:570
4197 msgid "Verify Catalog"
4200 #: src/dird/ua_run.c:634 src/lib/util.c:349
4201 msgid "Verify Volume to Catalog"
4204 #: src/dird/ua_run.c:635 src/lib/util.c:352
4205 msgid "Verify Disk to Catalog"
4208 #: src/dird/ua_run.c:636
4209 msgid "Verify Volume Data (not yet implemented)"
4212 #: src/dird/ua_run.c:657
4213 msgid "Level not appropriate for this Job. Cannot be changed.\n"
4216 #: src/dird/ua_run.c:671
4228 #: src/dird/ua_run.c:678 src/lib/util.c:296
4232 #: src/dird/ua_run.c:691
4240 "Pool: %s (From %s)\n"
4241 "Storage: %s (From %s)\n"
4246 #: src/dird/ua_run.c:700 src/lib/util.c:287
4250 #: src/dird/ua_run.c:723
4258 "Pool: %s (From %s)\n"
4259 "Storage: %s (From %s)\n"
4266 #: src/dird/ua_run.c:734 src/lib/util.c:290
4270 #: src/dird/ua_run.c:752
4271 msgid "Please enter a JobId for restore: "
4274 #: src/dird/ua_run.c:764
4283 "Backup Client: %s\n"
4284 "Restore Client: %s\n"
4291 #: src/dird/ua_run.c:789
4300 "Backup Client: %s\n"
4301 "Restore Client: %s\n"
4308 #: src/dird/ua_run.c:816
4316 #: src/dird/ua_run.c:824
4318 msgid "RegexWhere: %s\n"
4321 #: src/dird/ua_run.c:827
4326 #: src/dird/ua_run.c:831
4338 #: src/dird/ua_run.c:850
4341 "Run Migration job\n"
4346 "Pool: %s (From %s)\n"
4347 "Read Storage: %s (From %s)\n"
4348 "Write Storage: %s (From %s)\n"
4355 #: src/dird/ua_run.c:875
4357 msgid "Unknown Job Type=%d\n"
4360 #: src/dird/ua_run.c:935
4362 msgid "Value missing for keyword %s\n"
4365 #: src/dird/ua_run.c:942
4366 msgid "Job name specified twice.\n"
4369 #: src/dird/ua_run.c:950
4370 msgid "JobId specified twice.\n"
4373 #: src/dird/ua_run.c:959 src/dird/ua_run.c:1103
4374 msgid "Client specified twice.\n"
4377 #: src/dird/ua_run.c:967
4378 msgid "FileSet specified twice.\n"
4381 #: src/dird/ua_run.c:975
4382 msgid "Level specified twice.\n"
4385 #: src/dird/ua_run.c:984
4386 msgid "Storage specified twice.\n"
4389 #: src/dird/ua_run.c:992
4390 msgid "RegexWhere or Where specified twice.\n"
4393 #: src/dird/ua_run.c:997
4394 msgid "No authorization for \"regexwhere\" specification.\n"
4397 #: src/dird/ua_run.c:1004
4398 msgid "Where or RegexWhere specified twice.\n"
4401 #: src/dird/ua_run.c:1009
4402 msgid "No authoriztion for \"where\" specification.\n"
4405 #: src/dird/ua_run.c:1016
4406 msgid "Bootstrap specified twice.\n"
4409 #: src/dird/ua_run.c:1024
4410 msgid "Replace specified twice.\n"
4413 #: src/dird/ua_run.c:1032
4414 msgid "When specified twice.\n"
4417 #: src/dird/ua_run.c:1040
4418 msgid "Priority specified twice.\n"
4421 #: src/dird/ua_run.c:1045
4422 msgid "Priority must be positive nonzero setting it to 10.\n"
4425 #: src/dird/ua_run.c:1055
4426 msgid "Verify Job specified twice.\n"
4429 #: src/dird/ua_run.c:1087
4430 msgid "Migration Job specified twice.\n"
4433 #: src/dird/ua_run.c:1095
4434 msgid "Pool specified twice.\n"
4437 #: src/dird/ua_run.c:1111
4438 msgid "Restore Client specified twice.\n"
4441 #: src/dird/ua_run.c:1135
4443 msgid "Invalid keyword: %s\n"
4446 #: src/dird/ua_run.c:1146
4448 msgid "Catalog \"%s\" not found\n"
4451 #: src/dird/ua_run.c:1150
4453 msgid "No authorization. Catalog \"%s\".\n"
4456 #: src/dird/ua_run.c:1161
4458 msgid "Job \"%s\" not found\n"
4461 #: src/dird/ua_run.c:1168
4462 msgid "A job name must be specified.\n"
4465 #: src/dird/ua_run.c:1174
4467 msgid "No authorization. Job \"%s\".\n"
4470 #: src/dird/ua_run.c:1182
4472 msgid "Pool \"%s\" not found.\n"
4475 #: src/dird/ua_run.c:1192
4477 msgid "No authorization. Pool \"%s\".\n"
4480 #: src/dird/ua_run.c:1202
4482 msgid "Storage \"%s\" not found.\n"
4485 #: src/dird/ua_run.c:1214
4487 msgid "No authorization. Storage \"%s\".\n"
4490 #: src/dird/ua_run.c:1234 src/dird/ua_run.c:1254
4492 msgid "No authorization. Client \"%s\".\n"
4495 #: src/dird/ua_run.c:1244
4497 msgid "Restore Client \"%s\" not found.\n"
4500 #: src/dird/ua_run.c:1264
4502 msgid "FileSet \"%s\" not found.\n"
4505 #: src/dird/ua_run.c:1273
4507 msgid "No authorization. FileSet \"%s\".\n"
4510 #: src/dird/ua_run.c:1281
4512 msgid "Verify Job \"%s\" not found.\n"
4515 #: src/dird/ua_run.c:1291
4517 msgid "Migration Job \"%s\" not found.\n"
4520 #: src/dird/ua_select.c:55
4522 msgid "The current %s retention period is: %s\n"
4525 #: src/dird/ua_select.c:60
4526 msgid "Continue? (yes/mod/no): "
4529 #: src/dird/ua_select.c:64
4530 msgid "Enter new retention period: "
4533 #: src/dird/ua_select.c:68
4534 msgid "Invalid period.\n"
4537 #: src/dird/ua_select.c:144
4538 msgid "You have the following choices:\n"
4541 #: src/dird/ua_select.c:160
4542 msgid "The defined Storage resources are:\n"
4545 #: src/dird/ua_select.c:168
4546 msgid "Select Storage resource"
4549 #: src/dird/ua_select.c:224
4550 msgid "You must specify a \"use <catalog-name>\" command before continuing.\n"
4553 #: src/dird/ua_select.c:230
4554 msgid "The defined Catalog resources are:\n"
4557 #: src/dird/ua_select.c:238
4561 #: src/dird/ua_select.c:238
4562 msgid "Select Catalog resource"
4565 #: src/dird/ua_select.c:255
4566 msgid "The defined Job resources are:\n"
4569 #: src/dird/ua_select.c:263
4570 msgid "Select Job resource"
4573 #: src/dird/ua_select.c:278
4574 msgid "The defined Restore Job resources are:\n"
4577 #: src/dird/ua_select.c:286
4578 msgid "Select Restore Job"
4581 #: src/dird/ua_select.c:303
4582 msgid "The defined Client resources are:\n"
4585 #: src/dird/ua_select.c:311
4586 msgid "Select Client (File daemon) resource"
4589 #: src/dird/ua_select.c:338
4591 msgid "Error: Client resource %s does not exist.\n"
4594 #: src/dird/ua_select.c:363
4596 msgid "Could not find Client %s: ERR=%s"
4599 #: src/dird/ua_select.c:373 src/dird/ua_select.c:427
4601 msgid "Could not find Client \"%s\": ERR=%s"
4604 #: src/dird/ua_select.c:402
4606 msgid "Error obtaining client ids. ERR=%s\n"
4609 #: src/dird/ua_select.c:406
4610 msgid "No clients defined. You must run a job before using this command.\n"
4613 #: src/dird/ua_select.c:410
4614 msgid "Defined Clients:\n"
4617 #: src/dird/ua_select.c:420
4618 msgid "Select the Client"
4621 #: src/dird/ua_select.c:453 src/dird/ua_select.c:477 src/dird/ua_select.c:513
4623 msgid "Could not find Pool \"%s\": ERR=%s"
4626 #: src/dird/ua_select.c:492
4627 msgid "No pools defined. Use the \"create\" command to create one.\n"
4630 #: src/dird/ua_select.c:496
4631 msgid "Defined Pools:\n"
4634 #: src/dird/ua_select.c:506
4635 msgid "Select the Pool"
4638 #: src/dird/ua_select.c:536
4640 msgid "No access to Pool \"%s\"\n"
4643 #: src/dird/ua_select.c:562
4644 msgid "Enter MediaId or Volume name: "
4647 #: src/dird/ua_select.c:588
4648 msgid "The defined Pool resources are:\n"
4651 #: src/dird/ua_select.c:596
4652 msgid "Select Pool resource"
4655 #: src/dird/ua_select.c:631
4656 msgid "Enter the JobId to select: "
4659 #: src/dird/ua_select.c:669
4661 msgid "Could not find Job \"%s\": ERR=%s"
4664 #: src/dird/ua_select.c:749
4666 msgid "Automatically selected %s: %s\n"
4669 #: src/dird/ua_select.c:754
4671 msgid "Cannot select %s in batch mode.\n"
4674 #: src/dird/ua_select.c:772
4676 msgid "Selection list for \"%s\" is empty!\n"
4679 #: src/dird/ua_select.c:778
4681 msgid "Automatically selected: %s\n"
4684 #: src/dird/ua_select.c:790
4685 msgid "Selection aborted, nothing done.\n"
4688 #: src/dird/ua_select.c:795
4690 msgid "Please enter a number between 1 and %d\n"
4693 #: src/dird/ua_select.c:844
4694 msgid "Storage name given twice.\n"
4697 #: src/dird/ua_select.c:861
4699 msgid "Expecting jobid=nn command, got: %s\n"
4702 #: src/dird/ua_select.c:865
4704 msgid "JobId %s is not running.\n"
4707 #: src/dird/ua_select.c:875
4709 msgid "Expecting job=xxx, got: %s.\n"
4712 #: src/dird/ua_select.c:879 src/dird/ua_select.c:891
4714 msgid "Job \"%s\" is not running.\n"
4717 #: src/dird/ua_select.c:887
4719 msgid "Expecting ujobid=xxx, got: %s.\n"
4722 #: src/dird/ua_select.c:907
4724 msgid "Storage resource \"%s\": not found\n"
4727 #: src/dird/ua_select.c:939
4728 msgid "Enter autochanger drive[0]: "
4731 #: src/dird/ua_select.c:960
4732 msgid "Enter autochanger slot: "
4735 #: src/dird/ua_select.c:990
4736 msgid "Media Types defined in conf file:\n"
4739 #: src/dird/ua_select.c:996
4743 #: src/dird/ua_select.c:996
4744 msgid "Select the Media Type"
4747 #: src/dird/ua_server.c:72
4749 msgid "Cannot create UA thread: %s\n"
4752 #: src/dird/ua_server.c:159
4753 msgid "You have messages.\n"
4756 #: src/dird/ua_status.c:143
4757 msgid "Status available for:\n"
4760 #: src/dird/ua_status.c:149
4761 msgid "Select daemon type for status"
4764 #: src/dird/ua_status.c:267
4766 msgid "Daemon started %s, 1 Job run since started.\n"
4769 #: src/dird/ua_status.c:270
4771 msgid "Daemon started %s, %d Jobs run since started.\n"
4774 #: src/dird/ua_status.c:273 src/filed/status.c:129 src/stored/status.c:90
4776 msgid " Heap: heap=%s smbytes=%s max_bytes=%s bufs=%s max_bufs=%s\n"
4779 #: src/dird/ua_status.c:299 src/dird/ua_status.c:526 src/dird/ua_status.c:702
4780 #: src/filed/status.c:203 src/filed/status.c:219 src/filed/status.c:281
4784 #: src/dird/ua_status.c:314
4788 "Failed to connect to Storage daemon %s.\n"
4792 #: src/dird/ua_status.c:352
4795 "Failed to connect to Client %s.\n"
4799 #: src/dird/ua_status.c:360
4800 msgid "Connected to file daemon\n"
4803 #: src/dird/ua_status.c:375
4809 #: src/dird/ua_status.c:376
4811 "Level Type Pri Scheduled Name Volume\n"
4814 #: src/dird/ua_status.c:377
4815 msgid "===================================================================================\n"
4818 #: src/dird/ua_status.c:429
4820 msgid "%-14s %-8s %3d %-18s %-18s %s\n"
4823 #: src/dird/ua_status.c:524
4824 msgid "No Scheduled Jobs.\n"
4827 #: src/dird/ua_status.c:541 src/filed/status.c:144 src/stored/status.c:366
4833 #: src/dird/ua_status.c:549
4835 msgid "Console connected at %s\n"
4838 #: src/dird/ua_status.c:559
4840 "No Jobs running.\n"
4844 #: src/dird/ua_status.c:564
4845 msgid " JobId Level Name Status\n"
4848 #: src/dird/ua_status.c:565 src/filed/status.c:225
4849 msgid "======================================================================\n"
4852 #: src/dird/ua_status.c:573
4853 msgid "is waiting execution"
4856 #: src/dird/ua_status.c:576
4860 #: src/dird/ua_status.c:579
4864 #: src/dird/ua_status.c:582
4865 msgid "has terminated"
4868 #: src/dird/ua_status.c:585
4872 #: src/dird/ua_status.c:588
4876 #: src/dird/ua_status.c:591
4877 msgid "has a fatal error"
4880 #: src/dird/ua_status.c:594
4881 msgid "has verify differences"
4884 #: src/dird/ua_status.c:597
4885 msgid "has been canceled"
4888 #: src/dird/ua_status.c:602
4889 msgid "is waiting on Client"
4892 #: src/dird/ua_status.c:604
4894 msgid "is waiting on Client %s"
4897 #: src/dird/ua_status.c:612 src/dird/ua_status.c:614
4899 msgid "is waiting on Storage %s"
4902 #: src/dird/ua_status.c:616
4903 msgid "is waiting on Storage"
4906 #: src/dird/ua_status.c:622
4907 msgid "is waiting on max Storage jobs"
4910 #: src/dird/ua_status.c:625
4911 msgid "is waiting on max Client jobs"
4914 #: src/dird/ua_status.c:628
4915 msgid "is waiting on max Job jobs"
4918 #: src/dird/ua_status.c:631
4919 msgid "is waiting on max total jobs"
4922 #: src/dird/ua_status.c:634
4923 msgid "is waiting for its start time"
4926 #: src/dird/ua_status.c:637
4927 msgid "is waiting for higher priority jobs to finish"
4930 #: src/dird/ua_status.c:642
4932 msgid "is in unknown state %c"
4935 #: src/dird/ua_status.c:656
4936 msgid "is waiting for a mount request"
4939 #: src/dird/ua_status.c:663
4940 msgid "is waiting for an appendable Volume"
4943 #: src/dird/ua_status.c:671
4944 msgid "is waiting for Client to connect to Storage daemon"
4947 #: src/dird/ua_status.c:673
4949 msgid "is waiting for Client %s to connect to Storage %s"
4952 #: src/dird/ua_status.c:690
4954 msgid "%6d %-6s %-20s %s\n"
4957 #: src/dird/ua_status.c:712
4958 msgid "No Terminated Jobs.\n"
4961 #: src/dird/ua_status.c:717 src/filed/status.c:215 src/stored/status.c:478
4964 "Terminated Jobs:\n"
4967 #: src/dird/ua_status.c:718 src/filed/status.c:223 src/stored/status.c:485
4968 msgid " JobId Level Files Bytes Status Finished Name \n"
4971 #: src/dird/ua_status.c:719
4972 msgid "====================================================================\n"
4975 #: src/dird/ua_status.c:750 src/filed/status.c:245 src/lib/util.c:179
4976 #: src/stored/status.c:507
4980 #: src/dird/ua_status.c:754 src/filed/status.c:249 src/lib/util.c:192
4981 #: src/lib/util.c:259 src/stored/status.c:511
4985 #: src/dird/ua_status.c:757 src/filed/status.c:252 src/stored/status.c:514
4989 #: src/dird/ua_status.c:763 src/filed/status.c:258 src/lib/util.c:188
4990 #: src/lib/util.c:255 src/stored/btape.c:1189 src/stored/status.c:520
4991 #: src/wx-console/wxbconfigpanel.cpp:201
4995 #: src/dird/ua_status.c:766 src/filed/status.c:261 src/stored/status.c:523
4999 #: src/dird/ua_status.c:769 src/filed/status.c:272 src/stored/status.c:534
5001 msgid "%6d %-6s %8s %10s %-7s %-8s %s\n"
5004 #: src/dird/ua_status.c:777
5008 #: src/dird/ua_tree.c:72
5009 msgid "change current directory"
5012 #: src/dird/ua_tree.c:73
5013 msgid "count marked files in and below the cd"
5016 #: src/dird/ua_tree.c:74 src/dird/ua_tree.c:75
5017 msgid "long list current directory, wildcards allowed"
5020 #: src/dird/ua_tree.c:76
5021 msgid "leave file selection mode"
5024 #: src/dird/ua_tree.c:77
5025 msgid "estimate restore size"
5028 #: src/dird/ua_tree.c:78
5029 msgid "same as done command"
5032 #: src/dird/ua_tree.c:79
5033 msgid "find files, wildcards allowed"
5036 #: src/dird/ua_tree.c:80 src/dird/ua_tree.c:90
5040 #: src/dird/ua_tree.c:81
5041 msgid "list current directory, wildcards allowed"
5044 #: src/dird/ua_tree.c:82
5045 msgid "list the marked files in and below the cd"
5048 #: src/dird/ua_tree.c:83
5049 msgid "mark dir/file to be restored recursively, wildcards allowed"
5052 #: src/dird/ua_tree.c:84
5053 msgid "mark directory name to be restored (no files)"
5056 #: src/dird/ua_tree.c:85 src/dird/ua_tree.c:86
5057 msgid "print current working directory"
5060 #: src/dird/ua_tree.c:87
5061 msgid "unmark dir/file to be restored recursively in dir"
5064 #: src/dird/ua_tree.c:88
5065 msgid "unmark directory name only no recursion"
5068 #: src/dird/ua_tree.c:89
5069 msgid "quit and do not do restore"
5072 #: src/dird/ua_tree.c:110
5075 "You are now entering file selection mode where you add (mark) and\n"
5076 "remove (unmark) files to be restored. No files are initially added, unless\n"
5077 "you used the \"all\" keyword on the command line.\n"
5078 "Enter \"done\" to leave this mode.\n"
5082 #: src/dird/ua_tree.c:120 src/dird/ua_tree.c:716
5084 msgid "cwd is: %s\n"
5087 #: src/dird/ua_tree.c:129 src/dird/ua_tree.c:144
5088 msgid "Invalid command. Enter \"done\" to exit.\n"
5091 #: src/dird/ua_tree.c:331 src/dird/ua_tree.c:343 src/dird/ua_tree.c:360
5092 msgid "No files marked.\n"
5095 #: src/dird/ua_tree.c:345
5096 msgid "1 file marked.\n"
5099 #: src/dird/ua_tree.c:347
5101 msgid "%s files marked.\n"
5104 #: src/dird/ua_tree.c:375
5105 msgid "No directories marked.\n"
5108 #: src/dird/ua_tree.c:377
5109 msgid "1 directory marked.\n"
5112 #: src/dird/ua_tree.c:379
5114 msgid "%s directories marked.\n"
5117 #: src/dird/ua_tree.c:400
5119 msgid "%s total files/dirs. %s marked to be restored.\n"
5122 #: src/dird/ua_tree.c:411
5123 msgid "No file specification given.\n"
5126 #: src/dird/ua_tree.c:562
5128 msgid "Node %s has no children.\n"
5131 #: src/dird/ua_tree.c:653
5133 msgid "%d total files; %d marked to be restored; %s bytes.\n"
5136 #: src/dird/ua_tree.c:687
5137 msgid "Too few or too many arguments. Try using double quotes.\n"
5140 #: src/dird/ua_tree.c:699
5141 msgid "Invalid path given.\n"
5144 #: src/dird/ua_tree.c:735 src/dird/ua_tree.c:747
5145 msgid "No files unmarked.\n"
5148 #: src/dird/ua_tree.c:749
5149 msgid "1 file unmarked.\n"
5152 #: src/dird/ua_tree.c:752
5154 msgid "%s files unmarked.\n"
5157 #: src/dird/ua_tree.c:763 src/dird/ua_tree.c:780
5158 msgid "No directories unmarked.\n"
5161 #: src/dird/ua_tree.c:782
5162 msgid "1 directory unmarked.\n"
5165 #: src/dird/ua_tree.c:784
5167 msgid "%d directories unmarked.\n"
5170 #: src/dird/ua_update.c:89
5171 msgid "Update choice:\n"
5174 #: src/dird/ua_update.c:90
5175 msgid "Volume parameters"
5178 #: src/dird/ua_update.c:91
5179 msgid "Pool from resource"
5182 #: src/dird/ua_update.c:92
5183 msgid "Slots from autochanger"
5186 #: src/dird/ua_update.c:93
5190 #: src/dird/ua_update.c:93
5191 msgid "Choose catalog item to update"
5194 #: src/dird/ua_update.c:133
5196 msgid "Invalid VolStatus specified: %s\n"
5199 #: src/dird/ua_update.c:142
5201 msgid "New Volume status is: %s\n"
5204 #: src/dird/ua_update.c:152
5206 msgid "Invalid retention period specified: %s\n"
5209 #: src/dird/ua_update.c:160
5211 msgid "New retention period is: %s\n"
5214 #: src/dird/ua_update.c:171
5216 msgid "Invalid use duration specified: %s\n"
5219 #: src/dird/ua_update.c:179
5221 msgid "New use duration is: %s\n"
5224 #: src/dird/ua_update.c:193
5226 msgid "New max jobs is: %s\n"
5229 #: src/dird/ua_update.c:206
5231 msgid "New max files is: %s\n"
5234 #: src/dird/ua_update.c:217
5236 msgid "Invalid max. bytes specification: %s\n"
5239 #: src/dird/ua_update.c:225
5241 msgid "New Max bytes is: %s\n"
5244 #: src/dird/ua_update.c:236 src/dird/ua_update.c:256
5245 msgid "Invalid value. It must be yes or no.\n"
5248 #: src/dird/ua_update.c:244
5250 msgid "New Recycle flag is: %s\n"
5253 #: src/dird/ua_update.c:264
5255 msgid "New InChanger flag is: %s\n"
5258 #: src/dird/ua_update.c:282
5260 msgid "Invalid slot, it must be between 0 and MaxVols=%d\n"
5263 #: src/dird/ua_update.c:291 src/dird/ua_update.c:640
5265 msgid "Error updating media record Slot: ERR=%s"
5268 #: src/dird/ua_update.c:293
5270 msgid "New Slot is: %d\n"
5273 #: src/dird/ua_update.c:320
5275 msgid "New Pool is: %s\n"
5278 #: src/dird/ua_update.c:357
5280 msgid "New RecyclePool is: %s\n"
5283 #: src/dird/ua_update.c:378
5285 msgid "Error updating Volume record: ERR=%s"
5288 #: src/dird/ua_update.c:380
5290 msgid "Volume defaults updated from \"%s\" Pool record.\n"
5293 #: src/dird/ua_update.c:404
5295 msgid "Error updating Volume records: ERR=%s"
5298 #: src/dird/ua_update.c:406
5300 msgid "All Volume defaults updated from \"%s\" Pool record.\n"
5303 #: src/dird/ua_update.c:418
5305 msgid "Error updating media record Enabled: ERR=%s"
5308 #: src/dird/ua_update.c:420
5310 msgid "New Enabled is: %d\n"
5313 #: src/dird/ua_update.c:524
5314 msgid "Volume Status"
5317 #: src/dird/ua_update.c:525
5318 msgid "Volume Retention Period"
5321 #: src/dird/ua_update.c:526
5322 msgid "Volume Use Duration"
5325 #: src/dird/ua_update.c:527
5326 msgid "Maximum Volume Jobs"
5329 #: src/dird/ua_update.c:528
5330 msgid "Maximum Volume Files"
5333 #: src/dird/ua_update.c:529
5334 msgid "Maximum Volume Bytes"
5337 #: src/dird/ua_update.c:530
5338 msgid "Recycle Flag"
5341 #: src/dird/ua_update.c:531
5345 #: src/dird/ua_update.c:532
5346 msgid "InChanger Flag"
5349 #: src/dird/ua_update.c:533
5350 msgid "Volume Files"
5353 #: src/dird/ua_update.c:535
5354 msgid "Volume from Pool"
5357 #: src/dird/ua_update.c:536
5358 msgid "All Volumes from Pool"
5361 #: src/dird/ua_update.c:537
5365 #: src/dird/ua_update.c:538
5369 #: src/dird/ua_update.c:539
5373 #: src/dird/ua_update.c:547
5375 msgid "Updating Volume \"%s\"\n"
5378 #: src/dird/ua_update.c:552
5380 msgid "Current Volume status is: %s\n"
5383 #: src/dird/ua_update.c:553
5384 msgid "Possible Values are:\n"
5387 #: src/dird/ua_update.c:564
5388 msgid "Choose new Volume Status"
5391 #: src/dird/ua_update.c:570
5393 msgid "Current retention period is: %s\n"
5396 #: src/dird/ua_update.c:572
5397 msgid "Enter Volume Retention period: "
5400 #: src/dird/ua_update.c:579
5402 msgid "Current use duration is: %s\n"
5405 #: src/dird/ua_update.c:581
5406 msgid "Enter Volume Use Duration: "
5409 #: src/dird/ua_update.c:588
5411 msgid "Current max jobs is: %u\n"
5414 #: src/dird/ua_update.c:589
5415 msgid "Enter new Maximum Jobs: "
5418 #: src/dird/ua_update.c:596
5420 msgid "Current max files is: %u\n"
5423 #: src/dird/ua_update.c:597
5424 msgid "Enter new Maximum Files: "
5427 #: src/dird/ua_update.c:604
5429 msgid "Current value is: %s\n"
5432 #: src/dird/ua_update.c:605
5433 msgid "Enter new Maximum Bytes: "
5436 #: src/dird/ua_update.c:613
5438 msgid "Current recycle flag is: %s\n"
5441 #: src/dird/ua_update.c:615
5442 msgid "Enter new Recycle status: "
5445 #: src/dird/ua_update.c:622
5447 msgid "Current Slot is: %d\n"
5450 #: src/dird/ua_update.c:623
5451 msgid "Enter new Slot: "
5454 #: src/dird/ua_update.c:630
5456 msgid "Current InChanger flag is: %d\n"
5459 #: src/dird/ua_update.c:631
5460 msgid "Set InChanger flag? yes/no: "
5463 #: src/dird/ua_update.c:642
5465 msgid "New InChanger flag is: %d\n"
5468 #: src/dird/ua_update.c:649
5470 "Warning changing Volume Files can result\n"
5471 "in loss of data on your Volume\n"
5475 #: src/dird/ua_update.c:651
5477 msgid "Current Volume Files is: %u\n"
5480 #: src/dird/ua_update.c:652
5481 msgid "Enter new number of Files for Volume: "
5484 #: src/dird/ua_update.c:657
5485 msgid "Normally, you should only increase Volume Files by one!\n"
5488 #: src/dird/ua_update.c:658
5489 msgid "Continue? (yes/no): "
5492 #: src/dird/ua_update.c:668
5494 msgid "New Volume Files is: %u\n"
5497 #: src/dird/ua_update.c:680
5499 msgid "Current Pool is: %s\n"
5502 #: src/dird/ua_update.c:681
5503 msgid "Enter new Pool name: "
5506 #: src/dird/ua_update.c:698
5508 msgid "Current Enabled is: %d\n"
5511 #: src/dird/ua_update.c:699
5512 msgid "Enter new Enabled: "
5515 #: src/dird/ua_update.c:718
5517 msgid "Current RecyclePool is: %s\n"
5520 #: src/dird/ua_update.c:720
5521 msgid "No current RecyclePool\n"
5524 #: src/dird/ua_update.c:722
5525 msgid "Enter new RecyclePool name: "
5528 #: src/dird/ua_update.c:729
5529 msgid "Selection terminated.\n"
5532 #: src/dird/ua_update.c:763
5534 msgid "db_update_pool_record returned %d. ERR=%s\n"
5537 #: src/dird/ua_update.c:770
5538 msgid "Pool DB record updated from resource.\n"
5541 #: src/dird/ua_update.c:797
5542 msgid "Expect JobId keyword, not found.\n"
5545 #: src/dird/ua_update.c:822
5546 msgid "Neither Client nor StartTime specified.\n"
5549 #: src/dird/verify.c:120
5551 "Unable to find JobId of previous InitCatalog Job.\n"
5552 "Please run a Verify with Level=InitCatalog before\n"
5553 "running the current Job.\n"
5556 #: src/dird/verify.c:125
5557 msgid "Unable to find JobId of previous Job for this client.\n"
5560 #: src/dird/verify.c:141
5562 msgid "Could not get job record for previous Job. ERR=%s"
5565 #: src/dird/verify.c:146
5567 msgid "Last Job %d did not terminate normally. JobStatus=%c\n"
5570 #: src/dird/verify.c:150
5572 msgid "Verifying against JobId=%d Job=%s\n"
5575 #: src/dird/verify.c:179
5577 msgid "Start Verify JobId=%s Level=%s Job=%s\n"
5580 #: src/dird/verify.c:263
5581 msgid "Deprecated feature ... use bootstrap.\n"
5584 #: src/dird/verify.c:276
5586 msgid "Unimplemented Verify level %d(%c)\n"
5589 #: src/dird/verify.c:330
5591 msgid "Unimplemented verify level %d\n"
5594 #: src/dird/verify.c:384
5598 #: src/dird/verify.c:388
5599 msgid "*** Verify Error ***"
5602 #: src/dird/verify.c:392
5603 msgid "Verify warnings"
5606 #: src/dird/verify.c:395
5607 msgid "Verify Canceled"
5610 #: src/dird/verify.c:398
5611 msgid "Verify Differences"
5614 #: src/dird/verify.c:403
5616 msgid "Inappropriate term code: %d %c\n"
5619 #: src/dird/verify.c:417
5622 "Bacula %s %s (%s): %s\n"
5623 " Build OS: %s %s %s\n"
5627 " Verify Level: %s\n"
5629 " Verify JobId: %d\n"
5633 " Files Expected: %s\n"
5634 " Files Examined: %s\n"
5635 " Non-fatal FD errors: %d\n"
5636 " FD termination status: %s\n"
5637 " SD termination status: %s\n"
5638 " Termination: %s\n"
5642 #: src/dird/verify.c:452
5645 "Bacula %s %s (%s): %s\n"
5646 " Build: %s %s %s\n"
5650 " Verify Level: %s\n"
5652 " Verify JobId: %d\n"
5656 " Files Examined: %s\n"
5657 " Non-fatal FD errors: %d\n"
5658 " FD termination status: %s\n"
5659 " Termination: %s\n"
5663 #: src/dird/verify.c:531
5666 "bird<filed: bad attributes, expected 3 fields got %d\n"
5667 " mslen=%d msg=%s\n"
5670 #: src/dird/verify.c:575
5672 msgid "New file: %s\n"
5675 #: src/dird/verify.c:576
5677 msgid "File not in catalog: %s\n"
5680 #: src/dird/verify.c:600
5682 msgid " st_ino differ. Cat: %s File: %s\n"
5685 #: src/dird/verify.c:609
5687 msgid " st_mode differ. Cat: %x File: %x\n"
5690 #: src/dird/verify.c:617
5692 msgid " st_nlink differ. Cat: %d File: %d\n"
5695 #: src/dird/verify.c:625
5697 msgid " st_uid differ. Cat: %u File: %u\n"
5700 #: src/dird/verify.c:633
5702 msgid " st_gid differ. Cat: %u File: %u\n"
5705 #: src/dird/verify.c:641
5707 msgid " st_size differ. Cat: %s File: %s\n"
5710 #: src/dird/verify.c:650
5711 msgid " st_atime differs\n"
5714 #: src/dird/verify.c:657
5715 msgid " st_mtime differs\n"
5718 #: src/dird/verify.c:664
5719 msgid " st_ctime differs\n"
5722 #: src/dird/verify.c:671
5724 msgid " st_size decrease. Cat: %s File: %s\n"
5727 #: src/dird/verify.c:701
5729 msgid "MD5/SHA1 index %d not same as attributes %d\n"
5732 #: src/dird/verify.c:710
5734 msgid " %s not same. File=%s Cat=%s\n"
5737 #: src/dird/verify.c:713
5739 msgid " %s differs.\n"
5742 #: src/dird/verify.c:725
5744 msgid "bdird<filed: bad attributes from filed n=%d : %s\n"
5747 #: src/dird/verify.c:765
5748 msgid "The following files are in the Catalog but not on disk:\n"
5751 #: src/dird/verify.c:779 src/tools/testfind.c:407
5756 #: src/console/authenticate.c:131 src/wx-console/authenticate.c:142
5757 msgid "TLS negotiation failed\n"
5760 #: src/console/authenticate.c:143 src/gnome2-console/authenticate.c:98
5761 #: src/tray-monitor/authenticate.c:97
5763 msgid "Bad response to Hello command: ERR=%s\n"
5766 #: src/console/authenticate.c:150 src/gnome2-console/authenticate.c:108
5767 #: src/tray-monitor/authenticate.c:104 src/wx-console/authenticate.c:157
5768 msgid "Director rejected Hello command\n"
5771 #: src/console/authenticate.c:160 src/wx-console/authenticate.c:167
5773 "Director authorization problem.\n"
5774 "Most likely the passwords do not agree.\n"
5775 "If you are using TLS, there may have been a certificate validation error "
5776 "during the TLS handshake.\n"
5777 "Please see http://www.bacula.org/rel-manual/faq.html#AuthorizationErrors for "
5781 #: src/console/console.c:114
5788 #: src/console/console.c:162
5789 msgid "input from file"
5792 #: src/console/console.c:163
5793 msgid "output to file"
5796 #: src/console/console.c:165
5797 msgid "output to file and terminal"
5800 #: src/console/console.c:166
5801 msgid "sleep specified time"
5804 #: src/console/console.c:168
5805 msgid "print Console's version"
5808 #: src/console/console.c:169
5809 msgid "echo command string"
5812 #: src/console/console.c:170
5813 msgid "execute an external command"
5816 #: src/console/console.c:172
5817 msgid "zed_keys = use zed keys instead of bash keys"
5820 #: src/console/console.c:205
5821 msgid ": is an invalid command\n"
5824 #: src/console/console.c:462
5825 msgid "Available Directors:\n"
5828 #: src/console/console.c:466
5830 msgid "%2d: %s at %s:%d\n"
5833 #: src/console/console.c:470
5834 msgid "Select Director by entering a number: "
5837 #: src/console/console.c:475
5839 msgid "%s is not a number. You must enter a number between 1 and %d\n"
5842 #: src/console/console.c:481
5844 msgid "You must enter a number between 1 and %d\n"
5847 #: src/console/console.c:521 src/tray-monitor/tray-monitor.c:905
5849 msgid "Connecting to Director %s:%d\n"
5852 #: src/console/console.c:538 src/gnome2-console/console.c:526
5853 #: src/wx-console/console_thread.cpp:391
5855 msgid "Failed to initialize TLS context for Console \"%s\".\n"
5858 #: src/console/console.c:558 src/gnome2-console/console.c:548
5859 #: src/wx-console/console_thread.cpp:412
5861 msgid "Failed to initialize TLS context for Director \"%s\".\n"
5864 #: src/console/console.c:588
5865 msgid "Enter a period to cancel a command.\n"
5868 #: src/console/console.c:664 src/gnome2-console/console.c:160
5871 "Neither \"TLS CA Certificate\" or \"TLS CA Certificate Dir\" are defined for "
5872 "Director \"%s\" in %s. At least one CA certificate store is required.\n"
5875 #: src/console/console.c:673 src/gnome2-console/console.c:169
5878 "No Director resource defined in %s\n"
5879 "Without that I don't how to speak to the Director :-(\n"
5882 #: src/console/console.c:693 src/gnome2-console/console.c:189
5885 "Neither \"TLS CA Certificate\" or \"TLS CA Certificate Dir\" are defined for "
5886 "Console \"%s\" in %s.\n"
5889 #: src/console/console.c:849
5890 msgid "Too many arguments on input command.\n"
5893 #: src/console/console.c:853
5894 msgid "First argument to input command must be a filename.\n"
5897 #: src/console/console.c:858
5899 msgid "Cannot open file %s for input. ERR=%s\n"
5902 #: src/console/console.c:888
5903 msgid "Too many arguments on output/tee command.\n"
5906 #: src/console/console.c:905
5908 msgid "Cannot open file %s for output. ERR=%s\n"
5911 #: src/console/console.c:924
5912 msgid "Too many arguments. Enclose command in double quotes.\n"
5915 #: src/console/console.c:933
5917 msgid "Cannot popen(\"%s\", \"r\"): ERR=%s\n"
5920 #: src/console/console.c:945 src/stored/autochanger.c:545
5922 msgid "Autochanger error: ERR=%s\n"
5925 #: src/console/console_conf.c:138 src/gnome2-console/console_conf.c:134
5926 #: src/wx-console/console_conf.c:147
5928 msgid "No record for %d %s\n"
5931 #: src/console/console_conf.c:147 src/wx-console/console_conf.c:156
5933 msgid "Console: name=%s rcfile=%s histfile=%s\n"
5936 #: src/console/console_conf.c:151 src/gnome2-console/console_conf.c:143
5937 #: src/wx-console/console_conf.c:160
5939 msgid "Director: name=%s address=%s DIRport=%d\n"
5942 #: src/console/console_conf.c:155 src/console/console_conf.c:231
5943 #: src/console/console_conf.c:276 src/console/console_conf.c:303
5944 #: src/filed/filed_conf.c:319 src/filed/filed_conf.c:384
5945 #: src/filed/filed_conf.c:414 src/gnome2-console/console_conf.c:154
5946 #: src/gnome2-console/console_conf.c:232 src/gnome2-console/console_conf.c:280
5947 #: src/gnome2-console/console_conf.c:310 src/stored/stored_conf.c:528
5948 #: src/stored/stored_conf.c:616 src/stored/stored_conf.c:651
5949 #: src/wx-console/console_conf.c:164 src/wx-console/console_conf.c:239
5950 #: src/wx-console/console_conf.c:284 src/wx-console/console_conf.c:311
5952 msgid "Unknown resource type %d\n"
5955 #: src/filed/acl.c:104 src/filed/acl.c:110
5956 msgid "ACL support not configured for your machine.\n"
5959 #: src/filed/acl.c:186
5961 msgid "acl_to_text error on file \"%s\": ERR=%s\n"
5964 #: src/filed/acl.c:215
5966 msgid "acl_delete_def_file error on file \"%s\": ERR=%s\n"
5969 #: src/filed/acl.c:223
5971 msgid "acl_from_text error on file \"%s\": ERR=%s\n"
5974 #: src/filed/acl.c:237
5976 msgid "ac_valid error on file \"%s\": ERR=%s\n"
5979 #: src/filed/acl.c:252
5981 msgid "acl_set_file error on file \"%s\": ERR=%s\n"
5984 #: src/filed/acl.c:286
5986 msgid "acltostr error on file \"%s\": ERR=%s\n"
5989 #: src/filed/acl.c:303 src/filed/acl.c:311
5991 msgid "strtoacl error on file \"%s\": ERR=%s\n"
5994 #: src/filed/acl.c:323
5996 msgid "setacl error on file \"%s\": ERR=%s\n"
5999 #: src/filed/acl.c:359
6001 msgid "acltotext error on file \"%s\": ERR=%s\n"
6004 #: src/filed/acl.c:376
6006 msgid "aclfromtext error on file \"%s\": ERR=%s\n"
6009 #: src/filed/acl.c:388
6011 msgid "acl(SETACL) error on file \"%s\": ERR=%s\n"
6014 #: src/filed/authenticate.c:60
6016 msgid "I only authenticate directors, not %d\n"
6019 #: src/filed/authenticate.c:68 src/stored/authenticate.c:66
6021 msgid "Bad Hello command from Director at %s. Len=%d.\n"
6024 #: src/filed/authenticate.c:80 src/stored/authenticate.c:77
6026 msgid "Bad Hello command from Director at %s: %s\n"
6029 #: src/filed/authenticate.c:92
6031 msgid "Connection from unknown Director %s at %s rejected.\n"
6034 #: src/filed/authenticate.c:132
6036 msgid "Incorrect password given by Director at %s.\n"
6039 #: src/filed/authenticate.c:139
6041 "Authorization problem: Remote server did not advertize required TLS "
6045 #: src/filed/authenticate.c:193 src/stored/dircmd.c:199
6046 msgid "Unable to authenticate Director\n"
6049 #: src/filed/authenticate.c:244
6051 "Authorization key rejected by Storage daemon.\n"
6052 "Please see http://www.bacula.org/rel-manual/faq.html#AuthorizationErrors for "
6056 #: src/filed/backup.c:86
6057 msgid "Cannot set buffer size FD->SD.\n"
6060 #: src/filed/backup.c:129 src/filed/backup.c:138
6061 msgid "An error occurred while encrypting the stream.\n"
6064 #: src/filed/backup.c:255
6066 msgid " Recursion turned off. Will not descend from %s into %s\n"
6069 #: src/filed/backup.c:262
6071 msgid " %s is a different filesystem. Will not descend from %s into %s\n"
6074 #: src/filed/backup.c:268
6076 msgid " Disallowed filesystem. Will not descend from %s into %s\n"
6079 #: src/filed/backup.c:273
6081 msgid " Disallowed drive type. Will not descend into %s\n"
6084 #: src/filed/backup.c:291 src/filed/verify.c:122
6086 msgid " Could not access %s: ERR=%s\n"
6089 #: src/filed/backup.c:298 src/filed/verify.c:129
6091 msgid " Could not follow link %s: ERR=%s\n"
6094 #: src/filed/backup.c:305 src/filed/verify.c:136
6096 msgid " Could not stat %s: ERR=%s\n"
6099 #: src/filed/backup.c:312 src/filed/verify.c:142
6101 msgid " Unchanged file skipped: %s\n"
6104 #: src/filed/backup.c:315
6106 msgid " Archive file not saved: %s\n"
6109 #: src/filed/backup.c:319 src/filed/verify.c:157
6111 msgid " Could not open directory %s: ERR=%s\n"
6114 #: src/filed/backup.c:325
6116 msgid " Unknown file type %d; not saved: %s\n"
6119 #: src/filed/backup.c:365 src/filed/verify.c:238
6121 msgid "%s digest initialization failed\n"
6124 #: src/filed/backup.c:379
6126 msgid "%s signature digest initialization failed\n"
6129 #: src/filed/backup.c:399
6131 msgid "Python reader program \"%s\" not found.\n"
6134 #: src/filed/backup.c:459 src/filed/verify.c:299
6136 msgid " Cannot open %s: ERR=%s.\n"
6139 #: src/filed/backup.c:496 src/filed/verify.c:313
6141 msgid " Cannot open resource fork for %s: ERR=%s.\n"
6144 #: src/filed/backup.c:553
6145 msgid "Failed to allocate memory for crypto signature.\n"
6148 #: src/filed/backup.c:558 src/filed/backup.c:564 src/filed/backup.c:579
6149 msgid "An error occurred while signing the stream.\n"
6152 #: src/filed/backup.c:603
6153 msgid "An error occurred finalizing signing the stream.\n"
6156 #: src/filed/backup.c:690
6158 msgid "Compression deflateParams error: %d\n"
6161 #: src/filed/backup.c:702
6162 msgid "Encrypting sparse data not supported.\n"
6165 #: src/filed/backup.c:709
6166 msgid "Failed to initialize encryption context.\n"
6169 #: src/filed/backup.c:732 src/filed/backup.c:888 src/filed/backup.c:923
6170 #: src/filed/backup.c:934 src/filed/backup.c:980 src/filed/backup.c:993
6171 #: src/filed/backup.c:1001 src/filed/backup.c:1047 src/filed/backup.c:1083
6173 msgid "Network send error to SD. ERR=%s\n"
6176 #: src/filed/backup.c:811
6178 msgid "Compression deflate error: %d\n"
6181 #: src/filed/backup.c:818
6183 msgid "Compression deflateReset error: %d\n"
6186 #: src/filed/backup.c:861 src/filed/backup.c:877
6187 msgid "Encryption error\n"
6190 #: src/filed/backup.c:901
6192 msgid "Read error on file %s. ERR=%s\n"
6195 #: src/filed/backup.c:904
6196 msgid "Too many errors.\n"
6199 #: src/filed/backup.c:914
6200 msgid "Encryption padding error\n"
6203 #: src/filed/backup.c:971
6205 msgid "Error reading ACL of %s\n"
6208 #: src/filed/backup.c:1026
6209 msgid "Invalid file flags, no supported data stream type.\n"
6212 #: src/filed/filed.c:65
6216 "Version: %s (%s)\n"
6218 "Usage: bacula-fd [-f -s] [-c config_file] [-d debug_level]\n"
6219 " -c <file> use <file> as configuration file\n"
6220 " -dnn set debug level to nn\n"
6221 " -f run in foreground (for debugging)\n"
6223 " -s no signals (for debugging)\n"
6224 " -t test configuration file and exit\n"
6226 " -v verbose user messages\n"
6227 " -? print this message.\n"
6231 #: src/filed/filed.c:268
6234 "No File daemon resource defined in %s\n"
6235 "Without that I don't know who I am :-(\n"
6238 #: src/filed/filed.c:273
6240 msgid "Only one Client resource permitted in %s\n"
6243 #: src/filed/filed.c:296
6246 "Neither \"TLS CA Certificate\" or \"TLS CA Certificate Dir\" are defined for "
6247 "File daemon in %s.\n"
6250 #: src/filed/filed.c:320
6251 msgid "PKI encryption/signing enabled but not compiled into Bacula.\n"
6254 #: src/filed/filed.c:331
6257 "\"PKI Key Pair\" must be defined for File daemon \"%s\" in %s if either "
6258 "\"PKI Sign\" or \"PKI Encrypt\" are enabled.\n"
6261 #: src/filed/filed.c:343 src/filed/filed.c:374 src/filed/filed.c:415
6262 msgid "Failed to allocate a new keypair object.\n"
6265 #: src/filed/filed.c:347
6267 msgid "Failed to load public certificate for File daemon \"%s\" in %s.\n"
6270 #: src/filed/filed.c:353
6272 msgid "Failed to load private key for File daemon \"%s\" in %s.\n"
6275 #: src/filed/filed.c:383
6277 msgid "Failed to load private key from file %s for File daemon \"%s\" in %s.\n"
6280 #: src/filed/filed.c:390
6283 "Failed to load trusted signer certificate from file %s for File daemon \"%s"
6287 #: src/filed/filed.c:421
6290 "Failed to load master key certificate from file %s for File daemon \"%s\" in "
6294 #: src/filed/filed.c:437
6296 msgid "No Director resource defined in %s\n"
6299 #: src/filed/job.c:373
6301 msgid "2901 Job %s not found.\n"
6304 #: src/filed/job.c:382
6306 msgid "2001 Job %s marked to be canceled.\n"
6309 #: src/filed/job.c:385
6310 msgid "2902 Error scanning cancel command.\n"
6313 #: src/filed/job.c:404
6315 msgid "2991 Bad setdebug command: %s\n"
6318 #: src/filed/job.c:420
6320 msgid "Bad estimate command: %s"
6323 #: src/filed/job.c:421
6324 msgid "2992 Bad estimate command.\n"
6327 #: src/filed/job.c:444
6329 msgid "Bad Job Command: %s"
6332 #: src/filed/job.c:465
6334 msgid "Bad RunBeforeJob command: %s\n"
6337 #: src/filed/job.c:466 src/filed/job.c:484
6338 msgid "2905 Bad RunBeforeJob command.\n"
6341 #: src/filed/job.c:495
6342 msgid "2905 Bad RunBeforeNow command.\n"
6345 #: src/filed/job.c:510
6347 msgid "Bad RunAfter command: %s\n"
6350 #: src/filed/job.c:511
6351 msgid "2905 Bad RunAfterJob command.\n"
6354 #: src/filed/job.c:545
6356 msgid "Bad RunScript command: %s\n"
6359 #: src/filed/job.c:546
6360 msgid "2905 Bad RunScript command.\n"
6363 #: src/filed/job.c:648
6365 msgid "Error running program: %s. stat=%d: ERR=%s\n"
6368 #: src/filed/job.c:658
6370 msgid "Cannot open FileSet input file: %s. ERR=%s\n"
6373 #: src/filed/job.c:754
6375 msgid "REGEX %s compile error. ERR=%s\n"
6378 #: src/filed/job.c:816
6380 msgid "Invalid FileSet command: %s\n"
6383 #: src/filed/job.c:1050 src/findlib/match.c:199 src/tools/testfind.c:635
6385 msgid "Unknown include/exclude option: %c\n"
6388 #: src/filed/job.c:1119 src/stored/fd_cmds.c:355
6390 msgid "Could not create bootstrap file %s: ERR=%s\n"
6393 #: src/filed/job.c:1228
6395 msgid "DIR and FD clocks differ by %d seconds, FD automatically adjusting.\n"
6398 #: src/filed/job.c:1236
6400 msgid "Unknown backup level: %s\n"
6403 #: src/filed/job.c:1248
6405 msgid "Bad level command: %s\n"
6408 #: src/filed/job.c:1269
6410 msgid "Bad session command: %s"
6413 #: src/filed/job.c:1290
6415 msgid "Bad storage command: %s"
6418 #: src/filed/job.c:1299
6420 msgid "Failed to connect to Storage daemon: %s:%d\n"
6423 #: src/filed/job.c:1311
6424 msgid "Failed to authenticate Storage daemon.\n"
6427 #: src/filed/job.c:1349
6428 msgid "Cannot contact Storage daemon\n"
6431 #: src/filed/job.c:1367
6433 msgid "Bad response to append open: %s\n"
6436 #: src/filed/job.c:1372
6437 msgid "Bad response from stored to open command\n"
6440 #: src/filed/job.c:1399
6442 msgid "Generate VSS snapshots. Driver=\"%s\", Drive(s)=\"%s\"\n"
6445 #: src/filed/job.c:1401
6446 msgid "Generate VSS snapshots failed.\n"
6449 #: src/filed/job.c:1408
6452 "Generate VSS snapshot of drive \"%c:\\\" failed. VSS support is disabled on "
6456 #: src/filed/job.c:1415
6458 msgid "VSS Writer (PrepareForBackup): %s\n"
6461 #: src/filed/job.c:1420
6462 msgid "No drive letters found for generating VSS snapshots.\n"
6465 #: src/filed/job.c:1424
6467 msgid "VSS was not initialized properly. VSS support is disabled. ERR=%s\n"
6470 #: src/filed/job.c:1474
6471 msgid "Append Close with SD failed.\n"
6474 #: src/filed/job.c:1478
6476 msgid "Bad status %d returned from Storage Daemon.\n"
6479 #: src/filed/job.c:1496
6481 msgid "VSS Writer (BackupComplete): %s\n"
6484 #: src/filed/job.c:1524
6486 msgid "2994 Bad verify command: %s\n"
6489 #: src/filed/job.c:1539 src/filed/job.c:1578
6491 msgid "2994 Bad verify level: %s\n"
6494 #: src/filed/job.c:1622
6496 msgid "Bad replace command. CMD=%s\n"
6499 #: src/filed/job.c:1640
6501 msgid "Bad where regexp. where=%s\n"
6504 #: src/filed/job.c:1714
6505 msgid "Improper calling sequence.\n"
6508 #: src/filed/job.c:1734
6510 msgid "Bad response to SD read open: %s\n"
6513 #: src/filed/job.c:1739
6514 msgid "Bad response from stored to read open command\n"
6517 #: src/filed/job.c:1803
6519 msgid "Comm error with SD. bad response to %s. ERR=%s\n"
6522 #: src/filed/job.c:1806
6524 msgid "Bad response to %s command. Wanted %s, got %s\n"
6527 #: src/filed/pythonfd.c:157 src/stored/pythonsd.c:162
6529 msgid "Cannot delete attribute %s"
6532 #: src/filed/pythonfd.c:175 src/filed/pythonfd.c:191 src/stored/pythonsd.c:195
6534 msgid "Cannot find attribute %s"
6537 #: src/filed/restore.c:133
6539 msgid "Size of data or stream of %s not correct. Original %s, restored %s.\n"
6542 #: src/filed/restore.c:255 src/filed/verify_vol.c:99
6544 msgid "Record header scan error: %s\n"
6547 #: src/filed/restore.c:263 src/filed/verify_vol.c:108
6549 msgid "Data record error. ERR=%s\n"
6552 #: src/filed/restore.c:267 src/filed/verify_vol.c:112
6554 msgid "Actual data size %d not same as header %d\n"
6557 #: src/filed/restore.c:294 src/filed/restore.c:639
6558 msgid "Logic error: output file should be open\n"
6561 #: src/filed/restore.c:315 src/filed/restore.c:652
6562 msgid "Logic error: output file should not be open\n"
6565 #: src/filed/restore.c:326 src/filed/verify_vol.c:151
6566 #: src/stored/bextract.c:302 src/stored/bls.c:383 src/stored/bscan.c:663
6568 msgid "Record header file index %ld not equal record index %ld\n"
6571 #: src/filed/restore.c:339 src/stored/bextract.c:311
6573 msgid "%s stream not supported on this Client.\n"
6576 #: src/filed/restore.c:391
6577 msgid "Unexpected cryptographic session data stream.\n"
6580 #: src/filed/restore.c:399
6582 "No private decryption keys have been defined to decrypt encrypted backup "
6586 #: src/filed/restore.c:410
6587 msgid "Could not create digest.\n"
6590 #: src/filed/restore.c:424
6591 msgid "Missing private key required to decrypt encrypted backup data.\n"
6594 #: src/filed/restore.c:427
6595 msgid "Decrypt of the session key failed.\n"
6598 #: src/filed/restore.c:431
6600 msgid "An error occurred while decoding encrypted session data stream: %s\n"
6603 #: src/filed/restore.c:480 src/filed/restore.c:526
6605 msgid "Missing encryption session data stream for %s\n"
6608 #: src/filed/restore.c:488 src/filed/restore.c:533
6610 msgid "Failed to initialize decryption context for %s\n"
6613 #: src/filed/restore.c:545
6615 msgid " Cannot open resource fork for %s.\n"
6618 #: src/filed/restore.c:571
6620 msgid " Invalid length of Finder Info (got %d, not 32)\n"
6623 #: src/filed/restore.c:575
6625 msgid " Could not set Finder Info on %s\n"
6628 #: src/filed/restore.c:588
6630 msgid "Can't restore ACL of %s\n"
6633 #: src/filed/restore.c:600
6635 msgid "Can't restore default ACL of %s\n"
6638 #: src/filed/restore.c:610
6639 msgid "Unexpected cryptographic signature data stream.\n"
6642 #: src/filed/restore.c:616
6644 msgid "Failed to decode message signature for %s\n"
6647 #: src/filed/restore.c:655 src/stored/bextract.c:469
6649 msgid "Unknown stream=%d ignored. This shouldn't happen!\n"
6652 #: src/filed/restore.c:732
6655 "%d non-supported data streams and %d non-supported attrib streams ignored.\n"
6658 #: src/filed/restore.c:736
6660 msgid "%d non-supported resource fork streams ignored.\n"
6663 #: src/filed/restore.c:739
6665 msgid "%d non-supported Finder Info streams ignored.\n"
6668 #: src/filed/restore.c:742
6670 msgid "%d non-supported acl streams ignored.\n"
6673 #: src/filed/restore.c:745
6675 msgid "%d non-supported crypto streams ignored.\n"
6678 #: src/filed/restore.c:757
6682 #: src/filed/restore.c:761
6686 #: src/filed/restore.c:763
6687 msgid "Zlib stream error"
6690 #: src/filed/restore.c:765
6691 msgid "Zlib data error"
6694 #: src/filed/restore.c:767
6695 msgid "Zlib memory error"
6698 #: src/filed/restore.c:769
6699 msgid "Zlib buffer error"
6702 #: src/filed/restore.c:771
6703 msgid "Zlib version error"
6706 #: src/filed/restore.c:773 src/lib/util.c:591 src/lib/util.c:601
6707 #: src/lib/util.c:609 src/lib/util.c:616 src/lib/util.c:623 src/lib/util.c:637
6708 #: src/lib/util.c:647 src/lib/util.c:654 src/lib/util.c:665
6712 #: src/filed/restore.c:809
6714 msgid "Missing cryptographic signature for %s\n"
6717 #: src/filed/restore.c:838 src/filed/restore.c:862
6719 msgid "Signature validation failed for file %s: ERR=%s\n"
6722 #: src/filed/restore.c:852
6724 msgid "Digest one file failed for file: %s\n"
6727 #: src/filed/restore.c:883
6729 msgid "Signature validation failed for %s: %s\n"
6732 #: src/filed/restore.c:909 src/stored/bextract.c:400
6734 msgid "Seek to %s error on %s: ERR=%s\n"
6737 #: src/filed/restore.c:936
6739 msgid "Uncompression error on file %s. ERR=%s\n"
6742 #: src/filed/restore.c:945 src/stored/bextract.c:434
6743 msgid "GZIP data stream found, but GZIP not configured!\n"
6746 #: src/filed/restore.c:968
6748 msgid "Write error in Win32 Block Decomposition on %s: %s\n"
6751 #: src/filed/restore.c:974 src/stored/bextract.c:372 src/stored/bextract.c:422
6753 msgid "Write error on %s: %s\n"
6756 #: src/filed/restore.c:1023
6757 msgid "Decryption error\n"
6760 #: src/filed/restore.c:1113
6762 msgid "Decryption error. buf_len=%d decrypt_len=%d on file %s\n"
6765 #: src/filed/restore.c:1217
6766 msgid "Open File Manager paused\n"
6769 #: src/filed/restore.c:1221
6770 msgid "FAILED to pause Open File Manager\n"
6773 #: src/filed/restore.c:1229
6775 msgid "Running as '%s'. Privmask=%#08x\n"
6778 #: src/filed/restore.c:1231
6779 msgid "Failed to retrieve current UserName\n"
6782 #: src/filed/status.c:77
6784 msgid "%s Version: %s (%s) %s %s %s %s\n"
6787 #: src/filed/status.c:81 src/stored/status.c:86
6789 msgid "Daemon started %s, %d Job%s run since started.\n"
6792 #: src/filed/status.c:136
6794 msgid " Sizeof: boffset_t=%d size_t=%d debug=%d trace=%d\n"
6797 #: src/filed/status.c:155
6799 msgid "Director connected at: %s\n"
6802 #: src/filed/status.c:157
6804 msgid "JobId %d Job %s is running.\n"
6807 #: src/filed/status.c:160
6809 msgid " %s%s Job started: %s\n"
6812 #: src/filed/status.c:172 src/stored/status.c:420
6814 msgid " Files=%s Bytes=%s Bytes/sec=%s\n"
6817 #: src/filed/status.c:177
6819 msgid " Files Examined=%s\n"
6822 #: src/filed/status.c:182
6824 msgid " Processing file: %s\n"
6827 #: src/filed/status.c:193
6828 msgid " SDSocket closed.\n"
6831 #: src/filed/status.c:327 src/filed/status.c:351 src/stored/status.c:632
6832 #: src/stored/status.c:655
6834 msgid "Bad .status command: %s\n"
6837 #: src/filed/status.c:328
6838 msgid "2900 Bad .status command, missing argument.\n"
6841 #: src/filed/status.c:352
6842 msgid "2900 Bad .status command, wrong argument.\n"
6845 #: src/filed/status.c:389 src/stored/status.c:573
6846 msgid "Init Catalog"
6849 #: src/filed/status.c:392 src/stored/status.c:576
6850 msgid "Volume to Catalog"
6853 #: src/filed/status.c:395 src/stored/status.c:579
6854 msgid "Disk to Catalog"
6857 #: src/filed/status.c:398 src/stored/status.c:582
6861 #: src/filed/status.c:404 src/lib/util.c:361 src/stored/status.c:588
6862 msgid "Unknown Job Level"
6865 #: src/filed/status.c:420
6866 msgid "Bacula Client: Idle"
6869 #: src/filed/status.c:431
6870 msgid "Bacula Client: Running"
6873 #: src/filed/status.c:445
6874 msgid "Bacula Client: Last Job Canceled"
6877 #: src/filed/status.c:449
6878 msgid "Bacula Client: Last Job Failed"
6881 #: src/filed/status.c:453
6882 msgid "Bacula Client: Last Job had Warnings"
6885 #: src/filed/verify.c:53
6887 msgid "Cannot malloc %d network read buffer\n"
6890 #: src/filed/verify.c:145
6892 msgid " Archive file skipped: %s\n"
6895 #: src/filed/verify.c:148
6897 msgid " Recursion turned off. Directory skipped: %s\n"
6900 #: src/filed/verify.c:152
6902 msgid " File system change prohibited. Directory skipped: %s\n"
6905 #: src/filed/verify.c:162
6907 msgid " Unknown file type %d: %s\n"
6910 #: src/filed/verify.c:205 src/filed/verify_vol.c:209
6912 msgid "Network error in send to Director: ERR=%s\n"
6915 #: src/filed/verify.c:351
6917 msgid "Error reading file %s: ERR=%s\n"
6920 #: src/filed/verify_vol.c:65
6921 msgid "Storage command not issued before Verify.\n"
6924 #: src/filed/verify_vol.c:145
6926 msgid "Error scanning record header: %s\n"
6929 #: src/findlib/attribs.c:408
6931 msgid "File size of restored file %s not correct. Original %s, restored %s.\n"
6934 #: src/findlib/attribs.c:434 src/findlib/attribs.c:441
6936 msgid "Unable to set file owner %s: ERR=%s\n"
6939 #: src/findlib/attribs.c:447
6941 msgid "Unable to set file modes %s: ERR=%s\n"
6944 #: src/findlib/attribs.c:457
6946 msgid "Unable to set file times %s: ERR=%s\n"
6949 #: src/findlib/attribs.c:471
6951 msgid "Unable to set file flags %s: ERR=%s\n"
6954 #: src/findlib/attribs.c:714
6956 msgid "Error in %s file %s: ERR=%s\n"
6959 #: src/findlib/attribs.c:731
6961 msgid "Error in %s: ERR=%s\n"
6964 #: src/findlib/bfile.c:82
6965 msgid "Unix attributes"
6968 #: src/findlib/bfile.c:84
6972 #: src/findlib/bfile.c:86
6976 #: src/findlib/bfile.c:88
6980 #: src/findlib/bfile.c:90
6981 msgid "Extended attributes"
6984 #: src/findlib/bfile.c:92
6988 #: src/findlib/bfile.c:94
6989 msgid "GZIP sparse data"
6992 #: src/findlib/bfile.c:96
6993 msgid "Program names"
6996 #: src/findlib/bfile.c:98
6997 msgid "Program data"
7000 #: src/findlib/bfile.c:100
7004 #: src/findlib/bfile.c:102
7008 #: src/findlib/bfile.c:104
7009 msgid "Win32 GZIP data"
7012 #: src/findlib/bfile.c:106
7013 msgid "MacOS Fork data"
7016 #: src/findlib/bfile.c:108
7017 msgid "HFS+ attribs"
7020 #: src/findlib/bfile.c:110
7021 msgid "Standard Unix ACL attribs"
7024 #: src/findlib/bfile.c:112
7025 msgid "Default Unix ACL attribs"
7028 #: src/findlib/bfile.c:114
7029 msgid "SHA256 digest"
7032 #: src/findlib/bfile.c:116
7033 msgid "SHA512 digest"
7036 #: src/findlib/bfile.c:118
7037 msgid "Signed digest"
7040 #: src/findlib/bfile.c:120
7041 msgid "Encrypted File data"
7044 #: src/findlib/bfile.c:122
7045 msgid "Encrypted Win32 data"
7048 #: src/findlib/bfile.c:124
7049 msgid "Encrypted session data"
7052 #: src/findlib/bfile.c:126
7053 msgid "Encrypted GZIP data"
7056 #: src/findlib/bfile.c:128
7057 msgid "Encrypted Win32 GZIP data"
7060 #: src/findlib/bfile.c:130
7061 msgid "Encrypted MacOS fork data"
7064 #: src/findlib/create_file.c:122
7066 msgid "File skipped. Not newer: %s\n"
7069 #: src/findlib/create_file.c:129
7071 msgid "File skipped. Not older: %s\n"
7074 #: src/findlib/create_file.c:135
7076 msgid "File skipped. Already exists: %s\n"
7079 #: src/findlib/create_file.c:161
7081 msgid "File %s already exists and could not be replaced. ERR=%s.\n"
7084 #: src/findlib/create_file.c:213 src/findlib/create_file.c:276
7085 #: src/findlib/create_file.c:366
7087 msgid "bpkt already open fid=%d\n"
7090 #: src/findlib/create_file.c:221
7092 msgid "Could not create %s: ERR=%s\n"
7095 #: src/findlib/create_file.c:235
7097 msgid "Cannot make fifo %s: ERR=%s\n"
7100 #: src/findlib/create_file.c:253
7102 msgid "Cannot make node %s: ERR=%s\n"
7105 #: src/findlib/create_file.c:298
7107 msgid "Could not symlink %s -> %s: ERR=%s\n"
7110 #: src/findlib/create_file.c:323 src/findlib/create_file.c:334
7112 msgid "Could not restore file flags for file %s: ERR=%s\n"
7115 #: src/findlib/create_file.c:327 src/findlib/create_file.c:342
7117 msgid "Could not hard link %s -> %s: ERR=%s\n"
7120 #: src/findlib/create_file.c:338
7122 msgid "Could not reset file flags for file %s: ERR=%s\n"
7125 #: src/findlib/create_file.c:398
7127 msgid "Original file %s not saved: type=%d\n"
7130 #: src/findlib/create_file.c:401
7132 msgid "Unknown file type %d; not restored: %s\n"
7135 #: src/findlib/create_file.c:445
7137 msgid "Zero length filename: %s\n"
7140 #: src/findlib/enable_priv.c:92
7141 msgid "AdjustTokenPrivileges set "
7144 #: src/findlib/find_one.c:228
7146 msgid "Cannot stat file %s: ERR=%s\n"
7149 #: src/findlib/find_one.c:234
7151 msgid "%s mtime changed during backup.\n"
7154 #: src/findlib/find_one.c:240
7156 msgid "%s ctime changed during backup.\n"
7159 #: src/findlib/find_one.c:246 src/findlib/find_one.c:253
7161 msgid "%s size changed during backup.\n"
7164 #: src/findlib/find_one.c:310
7166 msgid "Top level directory \"%s\" has unlisted fstype \"%s\"\n"
7169 #: src/findlib/find_one.c:325
7171 msgid "Top level directory \"%s\" has an unlisted drive type \"%s\"\n"
7174 #: src/findlib/makepath.c:144
7176 msgid "Cannot create directory %s: ERR=%s\n"
7179 #: src/findlib/makepath.c:148 src/findlib/makepath.c:426
7181 msgid "%s exists but is not a directory\n"
7184 #: src/findlib/makepath.c:257
7186 msgid "%c: is not a valid drive\n"
7189 #: src/findlib/makepath.c:324 src/findlib/makepath.c:385
7190 #: src/findlib/makepath.c:445
7192 msgid "Cannot change owner and/or group of %s: ERR=%s\n"
7195 #: src/findlib/makepath.c:345
7197 msgid "Cannot chdir to directory, %s: ERR=%s\n"
7200 #: src/findlib/makepath.c:400 src/findlib/makepath.c:416
7201 #: src/findlib/makepath.c:450
7203 msgid "Cannot change permissions of %s: ERR=%s\n"
7206 #: src/findlib/save-cwd.c:77
7208 msgid "Cannot open current directory: %s\n"
7211 #: src/findlib/save-cwd.c:91
7213 msgid "Current directory: %s\n"
7216 #: src/findlib/save-cwd.c:113
7218 msgid "Cannot get current directory: %s\n"
7221 #: src/findlib/save-cwd.c:134
7223 msgid "Cannot return to %s from %s: %s\n"
7226 #: src/findlib/save-cwd.c:138
7228 msgid "Cannot return to saved working directory from %s: %s\n"
7231 #: src/findlib/save-cwd.c:144
7233 msgid "Cannot return to %s: %s\n"
7236 #: src/findlib/save-cwd.c:148
7238 msgid "Cannot return to saved working directory: %s\n"
7241 #: src/gnome2-console/authenticate.c:87
7243 msgid "%s: Director authorization problem.\n"
7246 #: src/gnome2-console/authenticate.c:88
7247 msgid "Director authorization problem.\n"
7250 #: src/gnome2-console/authenticate.c:90
7252 "Please see http://www.bacula.org/rel-manual/faq.html#AuthorizationErrors for "
7256 #: src/gnome2-console/authenticate.c:100
7258 msgid "%s: Bad response to Hello command: ERR=%s\n"
7261 #: src/gnome2-console/authenticate.c:102
7262 msgid "The Director is probably not running.\n"
7265 #: src/gnome2-console/console.c:102
7269 "Version: %s (%s) %s %s %s\n"
7271 "Usage: bgnome-console [-s] [-c config_file] [-d debug_level] [config_file]\n"
7272 " -c <file> set configuration file to file\n"
7273 " -dnn set debug level to nn\n"
7275 " -t test - read configuration and exit\n"
7276 " -? print this message.\n"
7280 #: src/gnome2-console/console.c:234
7282 msgid "Pthread cond init error = %s\n"
7285 #: src/gnome2-console/console.c:379
7286 msgid " Not Connected"
7289 #: src/gnome2-console/console.c:500
7291 msgid " Connecting to Director %s:%d"
7294 #: src/gnome2-console/console.c:501
7297 "Connecting to Director %s:%d\n"
7301 #: src/gnome2-console/console.c:516 src/wx-console/console_thread.cpp:381
7303 msgid "Passphrase for Console \"%s\" TLS private key: "
7306 #: src/gnome2-console/console.c:538 src/wx-console/console_thread.cpp:402
7308 msgid "Passphrase for Director \"%s\" TLS private key: "
7311 #: src/gnome2-console/console.c:557 src/tray-monitor/tray-monitor.c:907
7312 #: src/wx-console/console_thread.cpp:420
7313 msgid "Director daemon"
7316 #: src/gnome2-console/console.c:569
7317 msgid " Initializing ..."
7320 #: src/gnome2-console/console.c:605
7324 #: src/gnome2-console/console.c:613
7325 msgid " Processing command ..."
7328 #: src/gnome2-console/console.c:648
7329 msgid " At prompt waiting for input ..."
7332 #: src/gnome2-console/console.c:768
7336 #: src/gnome2-console/console_conf.c:147
7338 msgid "Console: name=%s\n"
7341 #: src/gnome2-console/console_conf.c:150 src/tray-monitor/tray_conf.c:195
7343 msgid "ConsoleFont: name=%s font face=%s\n"
7346 #: src/gnome2-console/interface.c:202
7347 msgid "Bacula Console"
7350 #: src/gnome2-console/interface.c:235 src/wx-console/wxbmainframe.cpp:248
7351 #: src/wx-console/wxbmainframe.cpp:619
7355 #: src/gnome2-console/interface.c:238
7356 msgid "Connect to Director"
7359 #: src/gnome2-console/interface.c:242
7363 #: src/gnome2-console/interface.c:245 src/gnome2-console/interface.c:682
7364 #: src/gnome2-console/interface.c:696
7368 #: src/gnome2-console/interface.c:249
7372 #: src/gnome2-console/interface.c:255 src/lib/util.c:293
7373 #: src/wx-console/wxbrestorepanel.cpp:403
7374 #: src/wx-console/wxbrestorepanel.cpp:1973
7378 #: src/gnome2-console/interface.c:261
7382 #: src/gnome2-console/interface.c:267
7386 #: src/gnome2-console/interface.c:270
7387 msgid "Display Messages"
7390 #: src/gnome2-console/interface.c:294
7394 #: src/gnome2-console/interface.c:303
7395 msgid "Enter Commands Here"
7398 #: src/gnome2-console/interface.c:314
7402 #: src/gnome2-console/interface.c:323 src/gnome2-console/interface.c:1709
7406 #: src/gnome2-console/interface.c:424
7407 msgid "About Bacula Console"
7410 #: src/gnome2-console/interface.c:439
7411 msgid "Bacula Console\n"
7414 #: src/gnome2-console/interface.c:448
7415 msgid "Copyright (c) 2000 - 2004, Kern Sibbald and John Walker"
7418 #: src/gnome2-console/interface.c:453
7419 msgid "Authors: Kern Sibbald and John Walker"
7422 #: src/gnome2-console/interface.c:458
7423 msgid "It comes by night and sucks the essence from your computers"
7426 #: src/gnome2-console/interface.c:523 src/gnome2-console/interface.c:540
7427 msgid "Select Director"
7430 #: src/gnome2-console/interface.c:570
7434 #: src/gnome2-console/interface.c:715 src/gnome2-console/interface.c:1631
7438 #: src/gnome2-console/interface.c:736
7442 #: src/gnome2-console/interface.c:756 src/gnome2-console/interface.c:785
7443 #: src/gnome2-console/interface.c:1284 src/gnome2-console/interface.c:1680
7447 #: src/gnome2-console/interface.c:765 src/gnome2-console/interface.c:1660
7448 #: src/wx-console/wxbrestorepanel.cpp:1885
7452 #: src/gnome2-console/interface.c:795 src/gnome2-console/interface.c:1689
7456 #: src/gnome2-console/interface.c:820 src/wx-console/wxbrestorepanel.cpp:1892
7460 #: src/gnome2-console/interface.c:836
7464 #: src/gnome2-console/interface.c:857
7468 #: src/gnome2-console/interface.c:867 src/gnome2-console/interface.c:1433
7469 #: src/gnome2-console/interface.c:1718
7473 #: src/gnome2-console/interface.c:888 src/gnome2-console/interface.c:919
7474 #: src/gnome2-console/interface.c:949 src/gnome2-console/interface.c:969
7475 #: src/gnome2-console/interface.c:989 src/gnome2-console/interface.c:1009
7476 #: src/gnome2-console/interface.c:1014 src/gnome2-console/interface.c:1483
7477 #: src/gnome2-console/interface.c:1739 src/gnome2-console/interface.c:1769
7478 #: src/gnome2-console/interface.c:1788 src/gnome2-console/interface.c:1793
7482 #: src/gnome2-console/interface.c:898 src/gnome2-console/interface.c:1407
7483 #: src/gnome2-console/interface.c:1748 src/wx-console/wxbrestorepanel.cpp:1887
7487 #: src/gnome2-console/interface.c:929
7491 #: src/gnome2-console/interface.c:959
7495 #: src/gnome2-console/interface.c:979 src/wx-console/wxbrestorepanel.cpp:1889
7499 #: src/gnome2-console/interface.c:999 src/wx-console/wxbrestorepanel.cpp:1870
7503 #: src/gnome2-console/interface.c:1194
7504 msgid "Restore File Selection"
7507 #: src/gnome2-console/interface.c:1238
7508 msgid "Current dir:"
7511 #: src/gnome2-console/interface.c:1265
7512 msgid "Files Selected: "
7515 #: src/gnome2-console/interface.c:1385 src/gnome2-console/interface.c:1396
7516 msgid "Label a Volume"
7519 #: src/gnome2-console/interface.c:1458
7520 msgid "Volume Name:"
7523 #: src/gnome2-console/interface.c:1472
7527 #: src/gnome2-console/interface.c:1598
7528 msgid "Restore Files Dialog"
7531 #: src/gnome2-console/interface.c:1613
7532 msgid "Restore Files"
7535 #: src/gnome2-console/interface.c:1778
7539 #: src/gnome2-console/interface.c:1824
7540 msgid "Select Files"
7543 #: src/gnome2-console/interface.c:1907
7547 #: src/gnome2-console/restore.c:149
7551 #: src/gnome2-console/restore.c:149
7555 #: src/gnome2-console/restore.c:149
7559 #: src/gnome2-console/restore.c:149 src/wx-console/wxbrestorepanel.cpp:305
7563 #: src/gnome2-console/restore.c:149 src/wx-console/wxbrestorepanel.cpp:309
7567 #: src/gnome2-console/restore.c:149 src/wx-console/wxbrestorepanel.cpp:293
7571 #: src/gnome2-console/restore.c:149 src/wx-console/wxbrestorepanel.cpp:297
7575 #: src/gnome2-console/support.c:60 src/gnome2-console/support.c:85
7577 msgid "Couldn't find pixmap file: %s"
7580 #: src/lib/address_conf.c:63
7582 msgid "Only ipv4 and ipv6 are supported (%d)\n"
7585 #: src/lib/address_conf.c:67
7587 msgid "Only ipv4 is supported (%d)\n"
7590 #: src/lib/address_conf.c:176
7592 msgid "It was tried to assign a ipv6 address to a ipv4(%d)\n"
7595 #: src/lib/address_conf.c:185
7597 msgid "It was tried to assign a ipv4 address to a ipv6(%d)\n"
7600 #: src/lib/address_conf.c:264
7602 msgid "Can't add default address (%s)\n"
7605 #: src/lib/address_conf.c:293
7606 msgid "the old style addresses cannot be mixed with new style"
7609 #: src/lib/address_conf.c:314
7611 msgid "can't resolve service(%s)"
7614 #: src/lib/address_conf.c:323
7616 msgid "can't resolve hostname(%s) %s"
7619 #: src/lib/address_conf.c:413 src/lib/address_conf.c:444
7621 msgid "Expected a block begin { , got: %s"
7624 #: src/lib/address_conf.c:418
7625 msgid "Empty addr block is not allowed"
7628 #: src/lib/address_conf.c:422
7630 msgid "Expected a string, got: %s"
7633 #: src/lib/address_conf.c:431
7635 msgid "Expected a string [ip|ipv4|ipv6], got: %s"
7638 #: src/lib/address_conf.c:435
7640 msgid "Expected a string [ip|ipv4], got: %s"
7643 #: src/lib/address_conf.c:440 src/lib/address_conf.c:470
7645 msgid "Expected a equal =, got: %s"
7648 #: src/lib/address_conf.c:451 src/lib/address_conf.c:466
7650 msgid "Expected a identifier [addr|port], got: %s"
7653 #: src/lib/address_conf.c:456
7654 msgid "Only one port per address block"
7657 #: src/lib/address_conf.c:462
7658 msgid "Only one addr per address block"
7661 #: src/lib/address_conf.c:478
7663 msgid "Expected a number or a string, got: %s"
7666 #: src/lib/address_conf.c:484 src/lib/address_conf.c:517
7668 msgid "Expected an IP number or a hostname, got: %s"
7671 #: src/lib/address_conf.c:490
7672 msgid "State machine missmatch"
7675 #: src/lib/address_conf.c:496 src/lib/address_conf.c:508
7677 msgid "Expected a end of block }, got: %s"
7680 #: src/lib/address_conf.c:502
7682 msgid "Can't add hostname(%s) and port(%s) to addrlist (%s)"
7685 #: src/lib/address_conf.c:522 src/lib/address_conf.c:536
7687 msgid "can't add port (%s) to (%s)"
7690 #: src/lib/address_conf.c:531
7692 msgid "Expected a port number or string, got: %s"
7695 #: src/lib/attr.c:76
7697 msgid "Error scanning attributes: %s\n"
7700 #: src/lib/berrno.c:62
7701 msgid "Child exited normally."
7704 #: src/lib/berrno.c:69
7705 msgid "Unknown error during program execvp"
7708 #: src/lib/berrno.c:72
7710 msgid "Child exited with code %d"
7713 #: src/lib/berrno.c:80
7715 msgid "Child died from signal %d: %s"
7718 #: src/lib/berrno.c:86
7719 msgid "Invalid errno. No error message possible."
7722 #: src/lib/bget_msg.c:99
7726 #: src/lib/bget_msg.c:103
7728 msgid "bget_msg: unknown signal %d\n"
7731 #: src/lib/bnet.c:118
7733 msgid "Attr spool write error. ERR=%s\n"
7736 #: src/lib/bnet.c:244 src/lib/bnet.c:283
7737 msgid "TLS connection initialization failed.\n"
7740 #: src/lib/bnet.c:252
7741 msgid "TLS Negotiation failed.\n"
7744 #: src/lib/bnet.c:258 src/lib/bnet.c:298
7746 "TLS certificate verification failed. Peer certificate did not match a "
7747 "required commonName\n"
7750 #: src/lib/bnet.c:305
7753 "TLS host certificate verification failed. Host %s did not match presented "
7757 #: src/lib/bnet.c:322
7758 msgid "TLS enabled but not configured.\n"
7761 #: src/lib/bnet.c:328
7762 msgid "TLS enable but not configured.\n"
7765 #: src/lib/bnet.c:386
7769 #: src/lib/bnet.c:389
7770 msgid "Authoritative answer for host not found."
7773 #: src/lib/bnet.c:392
7774 msgid "Non-authoritative for host not found, or ServerFail."
7777 #: src/lib/bnet.c:395
7778 msgid "Non-recoverable errors, FORMERR, REFUSED, or NOTIMP."
7781 #: src/lib/bnet.c:398
7782 msgid "Valid name, no data record of resquested type."
7785 #: src/lib/bnet.c:401
7786 msgid "Unknown error."
7789 #: src/lib/bnet.c:655
7791 msgid "Unknown sig %d"
7794 #: src/lib/bnet_server.c:109
7796 msgid "Cannot open stream socket. ERR=%s. Current %s All %s\n"
7799 #: src/lib/bnet_server.c:122 src/lib/bnet_server.c:273
7801 msgid "Cannot set SO_REUSEADDR on socket: %s\n"
7804 #: src/lib/bnet_server.c:131
7806 msgid "Cannot bind port %d: ERR=%s: Retrying ...\n"
7809 #: src/lib/bnet_server.c:136
7811 msgid "Cannot bind port %d: ERR=%s.\n"
7814 #: src/lib/bnet_server.c:147
7816 msgid "Could not init client queue: ERR=%s\n"
7819 #: src/lib/bnet_server.c:170 src/lib/bnet_server.c:336
7821 msgid "Error in select: %s\n"
7824 #: src/lib/bnet_server.c:191 src/lib/bnet_server.c:355
7826 msgid "Connection from %s:%d refused by hosts.access\n"
7829 #: src/lib/bnet_server.c:206 src/lib/bnet_server.c:368
7831 msgid "Cannot set SO_KEEPALIVE on socket: %s\n"
7834 #: src/lib/bnet_server.c:217
7835 msgid "Could not create client BSOCK.\n"
7838 #: src/lib/bnet_server.c:224
7840 msgid "Could not add job to client queue: ERR=%s\n"
7843 #: src/lib/bnet_server.c:235
7845 msgid "Could not destroy client queue: ERR=%s\n"
7848 #: src/lib/bnet_server.c:263
7850 msgid "Cannot open stream socket: %s\n"
7853 #: src/lib/bnet_server.c:293
7855 msgid "Cannot bind port %d: ERR=%s: retrying ...\n"
7858 #: src/lib/bnet_server.c:299
7859 msgid "Server socket"
7862 #: src/lib/bnet_server.c:299 src/lib/bnet_server.c:396
7866 #: src/lib/bnet_server.c:384
7868 msgid "Socket accept error for %s. ERR=%s\n"
7871 #: src/lib/bpipe.c:362 src/lib/bpipe.c:452
7872 msgid "Program killed by Bacula watchdog (timeout)\n"
7875 #: src/lib/bsys.c:203 src/lib/bsys.c:220 src/lib/bsys.c:244 src/lib/bsys.c:257
7877 msgid "Out of memory: ERR=%s\n"
7880 #: src/lib/bsys.c:299
7881 msgid "Buffer overflow.\n"
7884 #: src/lib/bsys.c:365
7888 #: src/lib/bsys.c:382
7889 msgid "Possible mutex deadlock.\n"
7892 #: src/lib/bsys.c:386 src/lib/bsys.c:419
7894 msgid "Mutex lock failure. ERR=%s\n"
7897 #: src/lib/bsys.c:389
7898 msgid "Possible mutex deadlock resolved.\n"
7901 #: src/lib/bsys.c:402
7903 msgid "Mutex unlock not locked. ERR=%s\n"
7906 #: src/lib/bsys.c:407 src/lib/bsys.c:429
7908 msgid "Mutex unlock failure. ERR=%s\n"
7911 #: src/lib/bsys.c:443
7913 msgid "Memset for %d bytes at %s:%d\n"
7916 #: src/lib/bsys.c:472
7918 msgid "Cannot open pid file. %s ERR=%s\n"
7921 #: src/lib/bsys.c:486
7924 "%s is already running. pid=%d\n"
7928 #: src/lib/bsys.c:499
7930 msgid "Could not open pid file. %s ERR=%s\n"
7933 #: src/lib/bsys.c:604
7935 msgid "Could not create state file. %s ERR=%s\n"
7938 #: src/lib/bsys.c:623
7940 msgid "Write final hdr error: ERR=%s\n"
7943 #: src/lib/bsys.c:659
7945 msgid "Could not find userid=%s: ERR=%s\n"
7948 #: src/lib/bsys.c:665
7950 msgid "Could not find password entry. ERR=%s\n"
7953 #: src/lib/bsys.c:678
7955 msgid "Could not find group=%s: ERR=%s\n"
7958 #: src/lib/bsys.c:686
7960 msgid "Could not initgroups for group=%s, userid=%s: ERR=%s\n"
7963 #: src/lib/bsys.c:689
7965 msgid "Could not initgroups for userid=%s: ERR=%s\n"
7968 #: src/lib/bsys.c:696
7970 msgid "Could not set group=%s: ERR=%s\n"
7973 #: src/lib/bsys.c:702
7975 msgid "Could not set specified userid: %s\n"
7978 #: src/lib/btimers.c:254
7979 msgid "stop_btimer called with NULL btimer_id\n"
7982 #: src/lib/cram-md5.c:109 src/lib/cram-md5.c:137
7983 msgid "1999 Authorization failed.\n"
7986 #: src/lib/crypto.c:435
7987 msgid "Unable to open certificate file"
7990 #: src/lib/crypto.c:442
7991 msgid "Unable to read certificate from file"
7994 #: src/lib/crypto.c:448
7995 msgid "Unable to extract public key from certificate"
7998 #: src/lib/crypto.c:455
8000 "Provided certificate does not include the required subjectKeyIdentifier "
8004 #: src/lib/crypto.c:462
8006 msgid "Unsupported key type provided: %d\n"
8009 #: src/lib/crypto.c:499 src/lib/crypto.c:547
8010 msgid "Unable to open private key file"
8013 #: src/lib/crypto.c:529 src/lib/crypto.c:563
8014 msgid "Unable to read private key from file"
8017 #: src/lib/crypto.c:622
8019 msgid "Unsupported digest type: %d\n"
8022 #: src/lib/crypto.c:636
8023 msgid "OpenSSL digest initialization failed"
8026 #: src/lib/crypto.c:650
8027 msgid "OpenSSL digest update failed"
8030 #: src/lib/crypto.c:668
8031 msgid "OpenSSL digest finalize failed"
8034 #: src/lib/crypto.c:766
8035 msgid "OpenSSL digest_new failed"
8038 #: src/lib/crypto.c:772
8039 msgid "OpenSSL sign get digest failed"
8042 #: src/lib/crypto.c:811 src/lib/crypto.c:815
8043 msgid "OpenSSL digest Verify final failed"
8046 #: src/lib/crypto.c:820
8047 msgid "No signers found for crypto verify.\n"
8050 #: src/lib/crypto.c:881
8051 msgid "Signature creation failed"
8054 #: src/lib/crypto.c:959
8055 msgid "Signature decoding failed"
8058 #: src/lib/crypto.c:1036
8059 msgid "Unsupported cipher type specified\n"
8062 #: src/lib/crypto.c:1185
8063 msgid "CryptoData decoding failed"
8066 #: src/lib/crypto.c:1229
8067 msgid "Failure decrypting the session key"
8070 #: src/lib/crypto.c:1280
8072 msgid "Unsupported contentEncryptionAlgorithm: %d\n"
8075 #: src/lib/crypto.c:1290 src/lib/crypto.c:1296
8076 msgid "OpenSSL cipher context initialization failed"
8079 #: src/lib/crypto.c:1303
8080 msgid "Encryption session provided an invalid symmetric key"
8083 #: src/lib/crypto.c:1309
8084 msgid "Encryption session provided an invalid IV"
8087 #: src/lib/crypto.c:1315
8088 msgid "OpenSSL cipher context key/IV initialization failed"
8091 #: src/lib/crypto.c:1385
8093 msgid "Unable to init OpenSSL threading: ERR=%s\n"
8096 #: src/lib/crypto.c:1398
8097 msgid "Failed to seed OpenSSL PRNG\n"
8100 #: src/lib/crypto.c:1424
8101 msgid "Failed to save OpenSSL PRNG\n"
8104 #: src/lib/crypto.c:1485
8106 msgid "Unsupported digest type=%d specified\n"
8109 #: src/lib/crypto.c:1505
8111 msgid "SHA1Update() returned an error: %d\n"
8114 #: src/lib/crypto.c:1648
8118 #: src/lib/crypto.c:1650
8119 msgid "Signer not found"
8122 #: src/lib/crypto.c:1652
8123 msgid "Recipient not found"
8126 #: src/lib/crypto.c:1654
8127 msgid "Unsupported digest algorithm"
8130 #: src/lib/crypto.c:1656
8131 msgid "Unsupported encryption algorithm"
8134 #: src/lib/crypto.c:1658
8135 msgid "Signature is invalid"
8138 #: src/lib/crypto.c:1660
8139 msgid "Decryption error"
8142 #: src/lib/crypto.c:1663
8143 msgid "Internal error"
8146 #: src/lib/crypto.c:1665
8147 msgid "Unknown error"
8150 #: src/lib/daemon.c:66
8152 msgid "Cannot fork to become daemon: %s\n"
8155 #: src/lib/edit.c:446
8157 msgid "Illegal character \"%c\" in name.\n"
8160 #: src/lib/edit.c:453
8161 msgid "Name too long.\n"
8164 #: src/lib/jcr.c:297
8168 #: src/lib/jcr.c:430
8170 msgid "JCR use_count=%d JobId=%d\n"
8173 #: src/lib/jcr.c:750
8176 "Watchdog sending kill after %d secs to thread stalled reading Storage "
8180 #: src/lib/jcr.c:762
8183 "Watchdog sending kill after %d secs to thread stalled reading File daemon.\n"
8186 #: src/lib/jcr.c:774
8189 "Watchdog sending kill after %d secs to thread stalled reading Director.\n"
8192 #: src/lib/lex.c:93 src/wx-console/console_thread.cpp:208
8194 msgid "Problem probably begins at line %d.\n"
8197 #: src/lib/lex.c:98 src/wx-console/console_thread.cpp:213
8200 "Config error: %s\n"
8201 " : line %d, col %d of file %s\n"
8206 #: src/lib/lex.c:102
8208 msgid "Config error: %s\n"
8211 #: src/lib/lex.c:131
8212 msgid "Close of NULL file\n"
8215 #: src/lib/lex.c:226
8216 msgid "get_char: called after EOF\n"
8219 #: src/lib/lex.c:268
8221 msgid "Config token too long, file: %s, line %d, begins at line %d\n"
8224 #: src/lib/lex.c:292
8228 #: src/lib/lex.c:293
8232 #: src/lib/lex.c:294
8236 #: src/lib/lex.c:295
8240 #: src/lib/lex.c:296
8244 #: src/lib/lex.c:297
8248 #: src/lib/lex.c:298
8249 msgid "quoted_string"
8252 #: src/lib/lex.c:299
8253 msgid "UTF-8 Byte Order Mark"
8256 #: src/lib/lex.c:300
8257 msgid "UTF-16le Byte Order Mark"
8260 #: src/lib/lex.c:338 src/lib/lex.c:344
8262 msgid "expected a positive integer number, got: %s"
8265 #: src/lib/lex.c:454
8267 "This config file appears to be in an unsupported Unicode format (UTF-16be). "
8268 "Please resave as UTF-8\n"
8271 #: src/lib/lex.c:583
8273 msgid "Cannot open included config file %s: %s\n"
8276 #: src/lib/lex.c:642
8278 msgid "expected an integer or a range, got %s: %s"
8281 #: src/lib/lex.c:656 src/lib/lex.c:664 src/lib/lex.c:675 src/lib/lex.c:683
8283 msgid "expected an integer number, got %s: %s"
8286 #: src/lib/lex.c:693
8288 msgid "expected a name, got %s: %s"
8291 #: src/lib/lex.c:697
8293 msgid "name %s length %d too long, max is %d\n"
8296 #: src/lib/lex.c:705
8298 msgid "expected a string, got %s: %s"
8301 #: src/lib/mem_pool.c:108
8303 msgid "MemPool index %d larger than max %d\n"
8306 #: src/lib/mem_pool.c:126 src/lib/mem_pool.c:146 src/lib/mem_pool.c:181
8307 #: src/lib/mem_pool.c:253 src/lib/mem_pool.c:273 src/lib/mem_pool.c:311
8308 #: src/lib/mem_pool.c:583
8310 msgid "Out of memory requesting %d bytes\n"
8313 #: src/lib/message.c:268 src/lib/message.c:278
8315 msgid "Could not open console message file %s: ERR=%s\n"
8318 #: src/lib/message.c:283
8320 msgid "Could not get con mutex: ERR=%s\n"
8323 #: src/lib/message.c:387
8325 msgid "open mail pipe %s failed: ERR=%s\n"
8328 #: src/lib/message.c:393
8329 msgid "Bacula Message"
8332 #: src/lib/message.c:453
8333 msgid "open mail pipe failed.\n"
8336 #: src/lib/message.c:465
8338 msgid "close error: ERR=%s\n"
8341 #: src/lib/message.c:476
8343 msgid "Mail prog: %s"
8346 #: src/lib/message.c:485
8349 "Mail program terminated in error.\n"
8354 #: src/lib/message.c:584 src/lib/message.c:735
8356 msgid "fopen %s failed: ERR=%s\n"
8359 #: src/lib/message.c:717
8362 "Operator mail program terminated in error.\n"
8367 #: src/lib/message.c:1015
8369 msgid "%s: ABORTING due to ERROR in %s:%d\n"
8372 #: src/lib/message.c:1019
8374 msgid "%s: ERROR TERMINATION at %s:%d\n"
8377 #: src/lib/message.c:1024
8379 msgid "%s: Fatal Error because: "
8382 #: src/lib/message.c:1026
8384 msgid "%s: Fatal Error at %s:%d because:\n"
8387 #: src/lib/message.c:1030
8392 #: src/lib/message.c:1032
8394 msgid "%s: ERROR in %s:%d "
8397 #: src/lib/message.c:1035
8399 msgid "%s: Warning: "
8402 #: src/lib/message.c:1038
8404 msgid "%s: Security violation: "
8407 #: src/lib/message.c:1114
8409 msgid "%s ABORTING due to ERROR\n"
8412 #: src/lib/message.c:1117
8414 msgid "%s ERROR TERMINATION\n"
8417 #: src/lib/message.c:1120
8419 msgid "%s: %s Fatal error: "
8422 #: src/lib/message.c:1126
8424 msgid "%s: %s Error: "
8427 #: src/lib/message.c:1132
8429 msgid "%s: %s Warning: "
8432 #: src/lib/message.c:1135
8434 msgid "%s: %s Security violation: "
8437 #: src/lib/openssl.c:118 src/lib/openssl.c:179 src/stored/dev.c:224
8438 #: src/stored/dev.c:242 src/stored/dev.c:249 src/stored/stored_conf.c:611
8440 msgid "Unable to init mutex: ERR=%s\n"
8443 #: src/lib/openssl.c:140 src/lib/openssl.c:213
8445 msgid "Unable to destroy mutex: ERR=%s\n"
8448 #: src/lib/parse_conf.c:180
8449 msgid "***UNKNOWN***"
8452 #: src/lib/parse_conf.c:200
8454 msgid "Unable to initialize resource lock. ERR=%s\n"
8457 #: src/lib/parse_conf.c:287 src/lib/parse_conf.c:306
8459 msgid "expected an =, got: %s"
8462 #: src/lib/parse_conf.c:314
8464 msgid "Unknown item code: %d\n"
8467 #: src/lib/parse_conf.c:354
8469 msgid "message type: %s not found"
8472 #: src/lib/parse_conf.c:391
8474 msgid "Attempt to redefine name \"%s\" to \"%s\"."
8477 #: src/lib/parse_conf.c:486
8479 msgid "Attempt to redefine resource \"%s\" referenced on line %d : %s\n"
8482 #: src/lib/parse_conf.c:521
8484 msgid "Too many %s directives. Max. is %d. line %d: %s\n"
8487 #: src/lib/parse_conf.c:531
8489 msgid "Could not find config Resource \"%s\" referenced on line %d : %s\n"
8492 #: src/lib/parse_conf.c:593
8494 msgid "Missing config Resource \"%s\" referenced on line %d : %s\n"
8497 #: src/lib/parse_conf.c:657
8499 msgid "expected a size number, got: %s"
8502 #: src/lib/parse_conf.c:662
8504 msgid "expected a size, got: %s"
8507 #: src/lib/parse_conf.c:699 src/lib/parse_conf.c:704
8509 msgid "expected a time period, got: %s"
8512 #: src/lib/parse_conf.c:763
8514 msgid "Expected a Tape Label keyword, got: %s"
8517 #: src/lib/parse_conf.c:819
8519 msgid "Cannot open config file \"%s\": %s\n"
8522 #: src/lib/parse_conf.c:835
8524 "Currently we cannot handle UTF-16 source files. Please convert the conf file "
8528 #: src/lib/parse_conf.c:839
8530 msgid "Expected a Resource name identifier, got: %s"
8533 #: src/lib/parse_conf.c:852
8535 msgid "expected resource name, got: %s"
8538 #: src/lib/parse_conf.c:863
8540 msgid "not in resource definition: %s"
8543 #: src/lib/parse_conf.c:888
8546 "Keyword \"%s\" not permitted in this resource.\n"
8547 "Perhaps you left the trailing brace off of the previous resource."
8550 #: src/lib/parse_conf.c:899
8551 msgid "Name not specified for resource"
8554 #: src/lib/parse_conf.c:908
8556 msgid "unexpected token %d %s in resource definition"
8559 #: src/lib/parse_conf.c:914
8561 msgid "Unknown parser state %d\n"
8564 #: src/lib/parse_conf.c:919
8565 msgid "End of conf file reached with unclosed resource."
8568 #: src/lib/pythonlib.c:127
8569 msgid "Could not initialize Python\n"
8572 #: src/lib/pythonlib.c:132
8574 msgid "Could not Run Python string %s\n"
8577 #: src/lib/pythonlib.c:144
8578 msgid "Could not initialize Python Job type.\n"
8581 #: src/lib/pythonlib.c:149
8583 msgid "Could not import Python script %s/%s. Python disabled.\n"
8586 #: src/lib/pythonlib.c:252
8587 msgid "Could not create Python Job Object.\n"
8590 #: src/lib/pythonlib.c:265 src/lib/pythonlib.c:289
8592 msgid "Python function \"%s\" not found.\n"
8595 #: src/lib/pythonlib.c:304
8597 msgid "Unknown Python daemon event %s\n"
8600 #: src/lib/pythonlib.c:329
8602 msgid "Unable to initialize the Python lock. ERR=%s\n"
8607 msgid "rwl_writelock failure at %s:%d: ERR=%s\n"
8612 msgid "rwl_writeunlock failure at %s:%d:. ERR=%s\n"
8615 #: src/lib/runscript.c:226
8617 msgid "%s: run command \"%s\"\n"
8620 #: src/lib/runscript.c:232
8622 msgid "Runscript: %s could not execute. ERR=%s\n"
8625 #: src/lib/runscript.c:241
8630 #: src/lib/runscript.c:246
8632 msgid "Runscript: %s returned non-zero status=%d. ERR=%s\n"
8635 #: src/lib/rwlock.c:297
8636 msgid "rwl_writeunlock called too many times.\n"
8639 #: src/lib/rwlock.c:301
8640 msgid "rwl_writeunlock by non-owner.\n"
8643 #: src/lib/rwlock.c:367
8645 msgid "Write lock failed. ERR=%s\n"
8648 #: src/lib/rwlock.c:375
8650 msgid "Write unlock failed. ERR=%s\n"
8653 #: src/lib/rwlock.c:386
8655 msgid "Read lock failed. ERR=%s\n"
8658 #: src/lib/rwlock.c:394
8660 msgid "Read unlock failed. ERR=%s\n"
8663 #: src/lib/rwlock.c:403
8665 msgid "Thread %d found unchanged elements %d times\n"
8668 #: src/lib/rwlock.c:436
8670 msgid "Init rwlock failed. ERR=%s\n"
8673 #: src/lib/rwlock.c:452
8675 msgid "Create thread failed. ERR=%s\n"
8678 #: src/lib/rwlock.c:464
8680 msgid "Join thread failed. ERR=%s\n"
8683 #: src/lib/rwlock.c:467
8685 msgid "%02d: interval %d, writes %d, reads %d\n"
8688 #: src/lib/rwlock.c:477
8690 msgid "data %02d: value %d, %d writes\n"
8693 #: src/lib/rwlock.c:482
8695 msgid "Total: %d thread writes, %d data writes\n"
8698 #: src/lib/rwlock.c:554
8699 msgid "Try write lock"
8702 #: src/lib/rwlock.c:560
8703 msgid "Try read lock"
8706 #: src/lib/rwlock.c:615
8707 msgid "Create thread"
8710 #: src/lib/rwlock.c:625
8714 #: src/lib/rwlock.c:627
8716 msgid "%02d: interval %d, updates %d, r_collisions %d, w_collisions %d\n"
8719 #: src/lib/rwlock.c:639
8721 msgid "data %02d: value %d, %d updates\n"
8724 #: src/lib/signal.c:68
8725 msgid "Invalid signal number"
8728 #: src/lib/signal.c:94
8730 msgid "Bacula interrupted by signal %d: %s\n"
8733 #: src/lib/signal.c:107
8735 msgid "Kaboom! %s, %s got signal %d - %s. Attempting traceback.\n"
8738 #: src/lib/signal.c:109
8740 msgid "Kaboom! exepath=%s\n"
8743 #: src/lib/signal.c:143
8745 msgid "Fork error: ERR=%s\n"
8748 #: src/lib/signal.c:150
8750 msgid "Calling: %s %s %s\n"
8753 #: src/lib/signal.c:153
8755 msgid "execv: %s failed: ERR=%s\n"
8758 #: src/lib/signal.c:168
8760 msgid "Traceback complete, attempting cleanup ...\n"
8763 #: src/lib/signal.c:176
8765 msgid "It looks like the traceback worked ...\n"
8768 #: src/lib/signal.c:205
8770 msgid "BA_NSIG too small (%d) should be (%d)\n"
8773 #: src/lib/signal.c:211
8774 msgid "UNKNOWN SIGNAL"
8777 #: src/lib/signal.c:212
8781 #: src/lib/signal.c:213
8785 #: src/lib/signal.c:214
8789 #: src/lib/signal.c:215
8790 msgid "Illegal instruction"
8793 #: src/lib/signal.c:216
8794 msgid "Trace/Breakpoint trap"
8797 #: src/lib/signal.c:217
8801 #: src/lib/signal.c:219
8802 msgid "EMT instruction (Emulation Trap)"
8805 #: src/lib/signal.c:222
8809 #: src/lib/signal.c:224
8813 #: src/lib/signal.c:225
8814 msgid "Floating-point exception"
8817 #: src/lib/signal.c:226
8818 msgid "Kill, unblockable"
8821 #: src/lib/signal.c:227
8822 msgid "User-defined signal 1"
8825 #: src/lib/signal.c:228
8826 msgid "Segmentation violation"
8829 #: src/lib/signal.c:229
8830 msgid "User-defined signal 2"
8833 #: src/lib/signal.c:230
8837 #: src/lib/signal.c:231
8841 #: src/lib/signal.c:232
8845 #: src/lib/signal.c:234
8849 #: src/lib/signal.c:236
8850 msgid "Child status has changed"
8853 #: src/lib/signal.c:237
8857 #: src/lib/signal.c:238
8858 msgid "Stop, unblockable"
8861 #: src/lib/signal.c:239
8862 msgid "Keyboard stop"
8865 #: src/lib/signal.c:240
8866 msgid "Background read from tty"
8869 #: src/lib/signal.c:241
8870 msgid "Background write to tty"
8873 #: src/lib/signal.c:242
8874 msgid "Urgent condition on socket"
8877 #: src/lib/signal.c:243
8878 msgid "CPU limit exceeded"
8881 #: src/lib/signal.c:244
8882 msgid "File size limit exceeded"
8885 #: src/lib/signal.c:245
8886 msgid "Virtual alarm clock"
8889 #: src/lib/signal.c:246
8890 msgid "Profiling alarm clock"
8893 #: src/lib/signal.c:247
8894 msgid "Window size change"
8897 #: src/lib/signal.c:248
8898 msgid "I/O now possible"
8901 #: src/lib/signal.c:250
8902 msgid "Power failure restart"
8905 #: src/lib/signal.c:253
8906 msgid "No runnable lwp"
8909 #: src/lib/signal.c:256
8910 msgid "SIGLWP special signal used by thread library"
8913 #: src/lib/signal.c:259
8914 msgid "Checkpoint Freeze"
8917 #: src/lib/signal.c:262
8918 msgid "Checkpoint Thaw"
8921 #: src/lib/signal.c:265
8922 msgid "Thread Cancellation"
8925 #: src/lib/signal.c:268
8926 msgid "Resource Lost (e.g. record-lock lost)"
8929 #: src/lib/smartall.c:146 src/lib/smartall.c:255 src/lib/smartall.c:270
8930 msgid "Out of memory\n"
8933 #: src/lib/smartall.c:151
8934 msgid "Too much memory used."
8937 #: src/lib/smartall.c:180
8939 msgid "Attempt to free NULL called from %s:%d\n"
8942 #: src/lib/smartall.c:194
8944 msgid "double free from %s:%d\n"
8947 #: src/lib/smartall.c:202
8949 msgid "qp->qnext->qprev != qp called from %s:%d\n"
8952 #: src/lib/smartall.c:206
8954 msgid "qp->qprev->qnext != qp called from %s:%d\n"
8957 #: src/lib/smartall.c:215
8959 msgid "Buffer overrun called from %s:%d\n"
8962 #: src/lib/smartall.c:292
8964 msgid "sm_realloc size: %d\n"
8967 #: src/lib/smartall.c:330
8969 msgid "sm_realloc %d at %x from %s:%d\n"
8972 #: src/lib/smartall.c:392
8976 "Orphaned buffers exist. Dump terminated following\n"
8977 " discovery of bad links in chain of orphaned buffers.\n"
8978 " Buffer address with bad links: %p\n"
8981 #: src/lib/smartall.c:404
8983 msgid "%s buffer: %s %6u bytes buf=%p allocated at %s:%d\n"
8986 #: src/lib/smartall.c:440
8988 msgid "Damaged buffer found. Called from %s:%d\n"
8991 #: src/lib/smartall.c:470
8995 "Damaged buffers found at %s:%d\n"
8998 #: src/lib/smartall.c:473
9000 msgid " discovery of bad prev link.\n"
9003 #: src/lib/smartall.c:476
9005 msgid " discovery of bad next link.\n"
9008 #: src/lib/smartall.c:479
9010 msgid " discovery of data overrun.\n"
9013 #: src/lib/smartall.c:482
9015 msgid " Buffer address: %p\n"
9018 #: src/lib/smartall.c:489
9020 msgid "Damaged buffer: %6u bytes allocated at line %d of %s %s\n"
9026 "Error with certificate at depth: %d, issuer = %s, subject = %s, ERR=%d:%s\n"
9029 #: src/lib/tls.c:130
9030 msgid "Error initializing SSL context"
9033 #: src/lib/tls.c:151
9034 msgid "Error loading certificate verification stores"
9037 #: src/lib/tls.c:156
9039 "Either a certificate file or a directory must be specified as a verification "
9043 #: src/lib/tls.c:167
9044 msgid "Error loading certificate file"
9047 #: src/lib/tls.c:175
9048 msgid "Error loading private key"
9051 #: src/lib/tls.c:183
9052 msgid "Unable to open DH parameters file"
9055 #: src/lib/tls.c:189
9056 msgid "Unable to load DH parameters from specified file"
9059 #: src/lib/tls.c:193
9060 msgid "Failed to set TLS Diffie-Hellman parameters"
9063 #: src/lib/tls.c:203
9064 msgid "Error setting cipher list, no valid ciphers available\n"
9067 #: src/lib/tls.c:262
9068 msgid "Peer failed to present a TLS certificate\n"
9071 #: src/lib/tls.c:305
9073 msgid "Peer %s failed to present a TLS certificate\n"
9076 #: src/lib/tls.c:407
9077 msgid "Error creating file descriptor-based BIO"
9080 #: src/lib/tls.c:418
9081 msgid "Error creating new SSL object"
9084 #: src/lib/tls.c:482 src/lib/tls.c:505
9085 msgid "Connect failure"
9088 #: src/lib/tls.c:582 src/lib/tls.c:586
9089 msgid "TLS shutdown failure."
9092 #: src/lib/tls.c:635 src/lib/tls.c:655
9093 msgid "TLS read/write failure."
9096 #: src/lib/util.c:182
9100 #: src/lib/util.c:185
9104 #: src/lib/util.c:195
9105 msgid "Non-fatal error"
9108 #: src/lib/util.c:198 src/lib/util.c:265
9112 #: src/lib/util.c:201
9113 msgid "Verify differences"
9116 #: src/lib/util.c:204
9117 msgid "Waiting on FD"
9120 #: src/lib/util.c:207
9124 #: src/lib/util.c:210
9125 msgid "Wait for new Volume"
9128 #: src/lib/util.c:213
9129 msgid "Waiting for mount"
9132 #: src/lib/util.c:216
9133 msgid "Waiting for Storage resource"
9136 #: src/lib/util.c:219
9137 msgid "Waiting for Job resource"
9140 #: src/lib/util.c:222
9141 msgid "Waiting for Client resource"
9144 #: src/lib/util.c:225
9145 msgid "Waiting on Max Jobs"
9148 #: src/lib/util.c:228
9149 msgid "Waiting for Start Time"
9152 #: src/lib/util.c:231
9153 msgid "Waiting on Priority"
9156 #: src/lib/util.c:238
9158 msgid "Unknown Job termination status=%d"
9161 #: src/lib/util.c:262
9165 #: src/lib/util.c:268
9169 #: src/lib/util.c:271
9170 msgid "Unknown term code"
9173 #: src/lib/util.c:299
9177 #: src/lib/util.c:302
9181 #: src/lib/util.c:305 src/wx-console/wxbmainframe.cpp:276
9185 #: src/lib/util.c:308
9186 msgid "System or Console"
9189 #: src/lib/util.c:311
9193 #: src/lib/util.c:314
9194 msgid "Unknown Type"
9197 #: src/lib/util.c:346
9198 msgid "Verify Init Catalog"
9201 #: src/lib/util.c:355
9205 #: src/lib/util.c:692
9206 msgid "Working directory not defined. Cannot continue.\n"
9209 #: src/lib/util.c:695
9211 msgid "Working Directory: \"%s\" not found. Cannot continue.\n"
9214 #: src/lib/util.c:699
9216 msgid "Working Directory: \"%s\" is not a directory. Cannot continue.\n"
9219 #: src/lib/var.c:2669
9220 msgid "everything ok"
9223 #: src/lib/var.c:2670
9224 msgid "incomplete named character"
9227 #: src/lib/var.c:2671
9228 msgid "incomplete hexadecimal value"
9231 #: src/lib/var.c:2672
9232 msgid "invalid hexadecimal value"
9235 #: src/lib/var.c:2673
9236 msgid "octal value too large"
9239 #: src/lib/var.c:2674
9240 msgid "invalid octal value"
9243 #: src/lib/var.c:2675
9244 msgid "incomplete octal value"
9247 #: src/lib/var.c:2676
9248 msgid "incomplete grouped hexadecimal value"
9251 #: src/lib/var.c:2677
9252 msgid "incorrect character class specification"
9255 #: src/lib/var.c:2678
9256 msgid "invalid expansion configuration"
9259 #: src/lib/var.c:2679
9260 msgid "out of memory"
9263 #: src/lib/var.c:2680
9264 msgid "incomplete variable specification"
9267 #: src/lib/var.c:2681
9268 msgid "undefined variable"
9271 #: src/lib/var.c:2682
9272 msgid "input is neither text nor variable"
9275 #: src/lib/var.c:2683
9276 msgid "unknown command character in variable"
9279 #: src/lib/var.c:2684
9280 msgid "malformatted search and replace operation"
9283 #: src/lib/var.c:2685
9284 msgid "unknown flag in search and replace operation"
9287 #: src/lib/var.c:2686
9288 msgid "invalid regex in search and replace operation"
9291 #: src/lib/var.c:2687
9292 msgid "missing parameter in command"
9295 #: src/lib/var.c:2688
9296 msgid "empty search string in search and replace operation"
9299 #: src/lib/var.c:2689
9300 msgid "start offset missing in cut operation"
9303 #: src/lib/var.c:2690
9304 msgid "offsets in cut operation delimited by unknown character"
9307 #: src/lib/var.c:2691
9308 msgid "range out of bounds in cut operation"
9311 #: src/lib/var.c:2692
9312 msgid "offset out of bounds in cut operation"
9315 #: src/lib/var.c:2693
9316 msgid "logic error in cut operation"
9319 #: src/lib/var.c:2694
9320 msgid "malformatted transpose operation"
9323 #: src/lib/var.c:2695
9324 msgid "source and target class mismatch in transpose operation"
9327 #: src/lib/var.c:2696
9328 msgid "empty character class in transpose operation"
9331 #: src/lib/var.c:2697
9332 msgid "incorrect character class in transpose operation"
9335 #: src/lib/var.c:2698
9336 msgid "malformatted padding operation"
9339 #: src/lib/var.c:2699
9340 msgid "width parameter missing in padding operation"
9343 #: src/lib/var.c:2700
9344 msgid "fill string missing in padding operation"
9347 #: src/lib/var.c:2701
9348 msgid "unknown quoted pair in search and replace operation"
9351 #: src/lib/var.c:2702
9352 msgid "sub-matching reference out of range"
9355 #: src/lib/var.c:2703
9356 msgid "invalid argument"
9359 #: src/lib/var.c:2704
9360 msgid "incomplete quoted pair"
9363 #: src/lib/var.c:2705
9364 msgid "lookup function does not support variable arrays"
9367 #: src/lib/var.c:2706
9368 msgid "index of array variable contains an invalid character"
9371 #: src/lib/var.c:2707
9372 msgid "index of array variable is incomplete"
9375 #: src/lib/var.c:2708
9376 msgid "bracket expression in array variable's index not closed"
9379 #: src/lib/var.c:2709
9380 msgid "division by zero error in index specification"
9383 #: src/lib/var.c:2710
9384 msgid "unterminated loop construct"
9387 #: src/lib/var.c:2711
9388 msgid "invalid character in loop limits"
9391 #: src/lib/var.c:2712
9392 msgid "malformed operation argument list"
9395 #: src/lib/var.c:2713
9396 msgid "undefined operation"
9399 #: src/lib/var.c:2714
9400 msgid "formatting failure"
9403 #: src/lib/var.c:2723
9404 msgid "unknown error"
9407 #: src/lib/watchdog.c:83
9409 msgid "Unable to initialize watchdog lock. ERR=%s\n"
9412 #: src/lib/watchdog.c:180
9413 msgid "BUG! register_watchdog called before start_watchdog\n"
9416 #: src/lib/watchdog.c:183
9418 msgid "BUG! Watchdog %p has NULL callback\n"
9421 #: src/lib/watchdog.c:186
9423 msgid "BUG! Watchdog %p has zero interval\n"
9426 #: src/lib/watchdog.c:206
9427 msgid "BUG! unregister_watchdog_unlocked called before start_watchdog\n"
9430 #: src/lib/watchdog.c:325
9432 msgid "rwl_writelock failure. ERR=%s\n"
9435 #: src/lib/watchdog.c:340
9437 msgid "rwl_writeunlock failure. ERR=%s\n"
9440 #: src/stored/acquire.c:69
9442 msgid "Acquire read: num_writers=%d not zero. Job %d canceled.\n"
9445 #: src/stored/acquire.c:78
9447 msgid "No volumes specified for reading. Job %s canceled.\n"
9450 #: src/stored/acquire.c:87
9452 msgid "Logic error: no next volume to read. Numvol=%d Curvol=%d\n"
9455 #: src/stored/acquire.c:108
9458 "Changing device. Want Media Type=\"%s\" have=\"%s\"\n"
9462 #: src/stored/acquire.c:147
9464 msgid "Media Type change. New device %s chosen.\n"
9467 #: src/stored/acquire.c:158
9469 msgid "No suitable device found to read Volume \"%s\"\n"
9472 #: src/stored/acquire.c:188
9474 msgid "Job %s canceled.\n"
9477 #: src/stored/acquire.c:202
9479 msgid "Read open device %s Volume \"%s\" failed: ERR=%s\n"
9482 #: src/stored/acquire.c:274
9484 msgid "Too many errors trying to mount device %s for reading.\n"
9487 #: src/stored/acquire.c:283
9489 msgid "Ready to read from volume \"%s\" on device %s.\n"
9492 #: src/stored/acquire.c:326
9494 msgid "Want to append, but device %s is busy reading.\n"
9497 #: src/stored/acquire.c:356
9500 "Wanted to append to Volume \"%s\", but device %s is busy writing on \"%s"
9504 #: src/stored/acquire.c:375
9507 "Cannot recycle volume \"%s\" on device %s because it is in use by another "
9511 #: src/stored/acquire.c:400
9514 "Invalid tape position on volume \"%s\" on device %s. Expected %d, got %d\n"
9517 #: src/stored/acquire.c:420
9519 msgid "Could not ready device %s for append.\n"
9522 #: src/stored/acquire.c:504 src/stored/block.c:366 src/stored/block.c:711
9523 #: src/stored/block.c:786
9525 msgid "Could not create JobMedia record for Volume=\"%s\" Job=%s\n"
9528 #: src/stored/acquire.c:545
9533 #: src/stored/acquire.c:553
9535 msgid "3997 Bad alert command: %s: ERR=%s.\n"
9538 #: src/stored/ansi_label.c:96
9540 msgid "Read error on device %s in ANSI label. ERR=%s\n"
9543 #: src/stored/ansi_label.c:106
9544 msgid "Insane! End of tape while reading ANSI label.\n"
9547 #: src/stored/ansi_label.c:130
9548 msgid "No VOL1 label while reading ANSI/IBM label.\n"
9551 #: src/stored/ansi_label.c:150
9553 msgid "Wanted ANSI Volume \"%s\" got \"%s\"\n"
9556 #: src/stored/ansi_label.c:161
9557 msgid "No HDR1 label while reading ANSI label.\n"
9560 #: src/stored/ansi_label.c:167
9562 msgid "ANSI/IBM Volume \"%s\" does not belong to Bacula.\n"
9565 #: src/stored/ansi_label.c:178
9566 msgid "No HDR2 label while reading ANSI/IBM label.\n"
9569 #: src/stored/ansi_label.c:192
9570 msgid "Unknown or bad ANSI/IBM label record.\n"
9573 #: src/stored/ansi_label.c:199
9574 msgid "Too many records in while reading ANSI/IBM label.\n"
9577 #: src/stored/ansi_label.c:298
9579 msgid "ANSI Volume label name \"%s\" longer than 6 chars.\n"
9582 #: src/stored/ansi_label.c:315
9584 msgid "Could not write ANSI VOL1 label. ERR=%s\n"
9587 #: src/stored/ansi_label.c:353 src/stored/ansi_label.c:382
9589 msgid "Could not write ANSI HDR1 label. ERR=%s\n"
9592 #: src/stored/ansi_label.c:358 src/stored/ansi_label.c:389
9593 msgid "Could not write ANSI HDR1 label.\n"
9596 #: src/stored/ansi_label.c:394
9598 msgid "Error writing EOF to tape. ERR=%s"
9601 #: src/stored/ansi_label.c:399
9602 msgid "write_ansi_ibm_label called for non-ANSI/IBM type\n"
9605 #: src/stored/append.c:64
9606 msgid "DCR is NULL!!!\n"
9609 #: src/stored/append.c:69
9610 msgid "DEVICE is NULL!!!\n"
9613 #: src/stored/append.c:81
9614 msgid "Unable to set network buffer size.\n"
9617 #: src/stored/append.c:94 src/stored/append.c:103 src/stored/append.c:115
9618 #: src/stored/append.c:298 src/stored/append.c:309 src/stored/askdir.c:332
9619 #: src/stored/askdir.c:333
9620 msgid "NULL Volume name. This shouldn't happen!!!\n"
9623 #: src/stored/append.c:109 src/stored/btape.c:1889
9625 msgid "Write session label failed. ERR=%s\n"
9628 #: src/stored/append.c:121
9630 msgid "Network send error to FD. ERR=%s\n"
9633 #: src/stored/append.c:158
9635 msgid "Error reading data header from FD. ERR=%s\n"
9638 #: src/stored/append.c:180
9640 msgid "Malformed data header from FD: %s\n"
9643 #: src/stored/append.c:190
9644 msgid "File index from FD not positive or sequential\n"
9647 #: src/stored/append.c:244 src/stored/mac.c:248
9649 msgid "Error updating file attributes. ERR=%s\n"
9652 #: src/stored/append.c:258
9654 msgid "Network error on data channel. ERR=%s\n"
9657 #: src/stored/append.c:279
9660 "Job write elapsed time = %02d:%02d:%02d, Transfer rate = %s bytes/second\n"
9663 #: src/stored/append.c:292 src/stored/btape.c:2013
9665 msgid "Error writting end session label. ERR=%s\n"
9668 #: src/stored/append.c:303 src/stored/mac.c:124 src/stored/mac.c:220
9669 #: src/stored/spool.c:289
9671 msgid "Fatal append error on device %s: ERR=%s\n"
9674 #: src/stored/append.c:305 src/stored/mac.c:126
9675 msgid "Set ok=FALSE after write_block_to_device.\n"
9678 #: src/stored/askdir.c:178
9679 msgid "Network error on bnet_recv in req_vol_info.\n"
9682 #: src/stored/askdir.c:195
9684 msgid "Error getting Volume info: %s"
9687 #: src/stored/askdir.c:363
9689 msgid "Didn't get vol info vol=%s: ERR=%s"
9692 #: src/stored/askdir.c:405
9694 msgid "Error creating JobMedia record: ERR=%s\n"
9697 #: src/stored/askdir.c:412
9699 msgid "Error creating JobMedia record: %s\n"
9702 #: src/stored/askdir.c:478
9704 msgid "Job %s canceled while waiting for mount on Storage Device \"%s\".\n"
9707 #: src/stored/askdir.c:491
9710 "Job %s waiting. Cannot find any appendable volumes.\n"
9711 "Please use the \"label\" command to create a new Volume for:\n"
9717 #: src/stored/askdir.c:515 src/stored/askdir.c:605
9719 msgid "Max time exceeded waiting to mount Storage Device %s for Job %s\n"
9722 #: src/stored/askdir.c:525
9723 msgid "pthread error in mount_next_volume.\n"
9726 #: src/stored/askdir.c:557
9727 msgid "Cannot request another volume: no volume name given.\n"
9730 #: src/stored/askdir.c:563
9732 msgid "Job %s canceled while waiting for mount on Storage Device %s.\n"
9735 #: src/stored/askdir.c:578
9738 "Please mount Volume \"%s\" or label a new one for:\n"
9745 #: src/stored/askdir.c:615
9746 msgid "pthread error in mount_volume\n"
9749 #: src/stored/authenticate.c:60
9751 msgid "I only authenticate Directors, not %d\n"
9754 #: src/stored/authenticate.c:90
9757 "Connection from unknown Director %s at %s rejected.\n"
9758 "Please see http://www.bacula.org/rel-manual/faq.html#AuthorizationErrors for "
9762 #: src/stored/authenticate.c:123
9764 "Incorrect password given by Director.\n"
9765 "Please see http://www.bacula.org/rel-manual/faq.html#AuthorizationErrors for "
9769 #: src/stored/authenticate.c:179
9771 msgid "Unable to authenticate Director at %s.\n"
9774 #: src/stored/authenticate.c:223 src/stored/authenticate.c:257
9777 "Incorrect authorization key from File daemon at %s rejected.\n"
9778 "Please see http://www.bacula.org/rel-manual/faq.html#AuthorizationErrors for "
9782 #: src/stored/autochanger.c:66
9784 msgid "No Changer Name given for device %s. Cannot continue.\n"
9787 #: src/stored/autochanger.c:72
9789 msgid "No Changer Command given for device %s. Cannot continue.\n"
9792 #: src/stored/autochanger.c:85
9795 "Media Type not the same for all devices in changer %s. Cannot continue.\n"
9798 #: src/stored/autochanger.c:149
9800 msgid "Invalid slot=%d defined in catalog. Manual load my be required.\n"
9803 #: src/stored/autochanger.c:152
9804 msgid "No \"Changer Device\" manual load of Volume may be required.\n"
9807 #: src/stored/autochanger.c:155
9808 msgid "No \"Changer Command\" manual load of Volume may be requird.\n"
9811 #: src/stored/autochanger.c:184
9813 msgid "3304 Issuing autochanger \"load slot %d, drive %d\" command.\n"
9816 #: src/stored/autochanger.c:192
9818 msgid "3305 Autochanger \"load slot %d, drive %d\", status is OK.\n"
9821 #: src/stored/autochanger.c:201
9824 "3992 Bad autochanger \"load slot %d, drive %d\": ERR=%s.\n"
9828 #: src/stored/autochanger.c:247
9829 msgid "3992 Missing Changer command.\n"
9832 #: src/stored/autochanger.c:261
9834 msgid "3301 Issuing autochanger \"loaded? drive %d\" command.\n"
9837 #: src/stored/autochanger.c:271
9839 msgid "3302 Autochanger \"loaded? drive %d\", result is Slot %d.\n"
9842 #: src/stored/autochanger.c:275
9844 msgid "3302 Autochanger \"loaded? drive %d\", result: nothing loaded.\n"
9847 #: src/stored/autochanger.c:282
9850 "3991 Bad autochanger \"loaded? drive %d\" command: ERR=%s.\n"
9854 #: src/stored/autochanger.c:341 src/stored/autochanger.c:432
9856 msgid "3307 Issuing autochanger \"unload slot %d, drive %d\" command.\n"
9859 #: src/stored/autochanger.c:355
9862 "3995 Bad autochanger \"unload slot %d, drive %d\": ERR=%s\n"
9866 #: src/stored/autochanger.c:419
9868 msgid "Volume \"%s\" is in use by device %s\n"
9871 #: src/stored/autochanger.c:454
9873 msgid "3995 Bad autochanger \"unload slot %d, drive %d\": ERR=%s.\n"
9876 #: src/stored/autochanger.c:494
9878 msgid "3993 Device %s not an autochanger device.\n"
9881 #: src/stored/autochanger.c:515
9883 msgid "3306 Issuing autochanger \"%s\" command.\n"
9886 #: src/stored/autochanger.c:518
9887 msgid "3996 Open bpipe failed.\n"
9890 #: src/stored/bcopy.c:72
9894 "Version: %s (%s)\n"
9896 "Usage: bcopy [-d debug_level] <input-archive> <output-archive>\n"
9897 " -b bootstrap specify a bootstrap file\n"
9898 " -c <file> specify configuration file\n"
9899 " -d <nn> set debug level to nn\n"
9900 " -i specify input Volume names (separated by |)\n"
9901 " -o specify output Volume names (separated by |)\n"
9902 " -p proceed inspite of errors\n"
9904 " -w <dir> specify working directory (default /tmp)\n"
9905 " -? print this message\n"
9909 #: src/stored/bcopy.c:151 src/stored/bextract.c:187 src/stored/bscan.c:228
9910 msgid "Wrong number of arguments: \n"
9913 #: src/stored/bcopy.c:191 src/stored/btape.c:364 src/stored/device.c:287
9915 msgid "dev open failed: %s\n"
9918 #: src/stored/bcopy.c:204
9919 msgid "Write of last block failed.\n"
9922 #: src/stored/bcopy.c:207
9924 msgid "%u Jobs copied. %u records copied.\n"
9927 #: src/stored/bcopy.c:224 src/stored/bscan.c:402
9929 msgid "Record: SessId=%u SessTim=%u FileIndex=%d Stream=%d len=%u\n"
9932 #: src/stored/bcopy.c:239
9933 msgid "Volume is prelabeled. This volume cannot be copied.\n"
9936 #: src/stored/bcopy.c:242
9937 msgid "Volume label not copied.\n"
9940 #: src/stored/bcopy.c:254 src/stored/bcopy.c:261 src/stored/bcopy.c:284
9941 #: src/stored/btape.c:2386
9943 msgid "Cannot fixup device error. %s\n"
9946 #: src/stored/bcopy.c:266
9947 msgid "EOM label not copied.\n"
9950 #: src/stored/bcopy.c:269
9951 msgid "EOT label not copied.\n"
9954 #: src/stored/bcopy.c:305 src/stored/bextract.c:489 src/stored/bls.c:452
9955 #: src/stored/bscan.c:1283 src/stored/btape.c:2685
9957 msgid "Mount Volume \"%s\" on device %s and press return when ready: "
9960 #: src/stored/bextract.c:78
9964 "Version: %s (%s)\n"
9966 "Usage: bextract <options> <bacula-archive-device-name> <directory-to-store-"
9968 " -b <file> specify a bootstrap file\n"
9969 " -c <file> specify a configuration file\n"
9970 " -d <nn> set debug level to nn\n"
9971 " -e <file> exclude list\n"
9972 " -i <file> include list\n"
9973 " -p proceed inspite of I/O errors\n"
9975 " -V <volumes> specify Volume names (separated by |)\n"
9976 " -? print this message\n"
9980 #: src/stored/bextract.c:137 src/stored/bls.c:140
9982 msgid "Could not open exclude file: %s, ERR=%s\n"
9985 #: src/stored/bextract.c:152 src/stored/bls.c:154
9987 msgid "Could not open include file: %s, ERR=%s\n"
9990 #: src/stored/bextract.c:208
9992 msgid "%d Program Name and/or Program Data Stream records ignored.\n"
9995 #: src/stored/bextract.c:212
9997 msgid "%d Win32 data or Win32 gzip data stream records. Ignored.\n"
10000 #: src/stored/bextract.c:239
10002 msgid "Cannot stat %s. It must exist. ERR=%s\n"
10005 #: src/stored/bextract.c:243
10007 msgid "%s must be a directory.\n"
10010 #: src/stored/bextract.c:264
10012 msgid "%u files restored.\n"
10015 #: src/stored/bextract.c:291 src/stored/bextract.c:464
10016 msgid "Logic error output file should be open but is not.\n"
10019 #: src/stored/bextract.c:298 src/stored/bls.c:376 src/stored/bscan.c:659
10020 msgid "Cannot continue.\n"
10023 #: src/stored/bextract.c:360
10025 msgid "Seek error on %s: %s\n"
10028 #: src/stored/bextract.c:413
10030 msgid "Uncompression error. ERR=%d\n"
10033 #: src/stored/bextract.c:421
10034 msgid "===Write error===\n"
10037 #: src/stored/bextract.c:455
10038 msgid "Got Program Name or Data Stream. Ignored.\n"
10041 #: src/stored/block.c:91
10044 "Dump block %s %x: size=%d BlkNum=%d\n"
10045 " Hdrcksum=%x cksum=%x\n"
10048 #: src/stored/block.c:104
10050 msgid " Rec: VId=%u VT=%u FI=%s Strm=%s len=%d p=%x\n"
10053 #: src/stored/block.c:160
10055 msgid "%d block read errors not printed.\n"
10058 #: src/stored/block.c:248 src/stored/block.c:264 src/stored/block.c:274
10061 "Volume data error at %u:%u! Wanted ID: \"%s\", got \"%s\". Buffer "
10065 #: src/stored/block.c:288
10068 "Volume data error at %u:%u! Block length %u is insane (too large), probably "
10069 "due to a bad archive.\n"
10072 #: src/stored/block.c:314
10075 "Volume data error at %u:%u!\n"
10076 "Block checksum mismatch in block=%u len=%d: calc=%x blk=%x\n"
10079 #: src/stored/block.c:423
10080 msgid "Cannot write block. Device at EOM.\n"
10083 #: src/stored/block.c:428
10084 msgid "Attempt to write on read-only Volume.\n"
10087 #: src/stored/block.c:480
10089 msgid "User defined maximum volume capacity %s exceeded on device %s.\n"
10092 #: src/stored/block.c:495
10094 msgid "Unable to write EOF. ERR=%s\n"
10097 #: src/stored/block.c:521 src/stored/block.c:546
10098 msgid "Write block header zeroed.\n"
10101 #: src/stored/block.c:565
10103 msgid "Write error at %u:%u on device %s. ERR=%s.\n"
10106 #: src/stored/block.c:572
10108 msgid "End of Volume \"%s\" at %u:%u on device %s. Write of %u bytes got %d.\n"
10111 #: src/stored/block.c:648 src/stored/block.c:654
10113 msgid "Backspace file at EOT failed. ERR=%s\n"
10116 #: src/stored/block.c:661
10118 msgid "Backspace record at EOT failed. ERR=%s\n"
10121 #: src/stored/block.c:678
10123 msgid "Re-read last block at EOT failed. ERR=%s"
10126 #: src/stored/block.c:688
10129 "Re-read of last block OK, but block numbers differ. Last block=%u Current "
10133 #: src/stored/block.c:691
10134 msgid "Re-read of last block succeeded.\n"
10137 #: src/stored/block.c:719
10140 "Error writing final EOF to tape. This Volume may not be readable.\n"
10144 #: src/stored/block.c:733
10147 "Error writing final part to DVD. This Volume may not be readable.\n"
10151 #: src/stored/block.c:835
10154 "Error while writing, current part number is less than the total number of "
10155 "parts (%d/%d, device=%s)\n"
10158 #: src/stored/block.c:843
10160 msgid "Unable to open device next part %s: ERR=%s\n"
10163 #: src/stored/block.c:863
10166 "End of Volume \"%s\" at %u:%u on device %s (part_size=%s, free_space=%s, "
10167 "free_space_errno=%d, errmsg=%s).\n"
10170 #: src/stored/block.c:876
10173 "End of Volume \"%s\" at %u:%u on device %s (part_size=%s, free_space=%s, "
10174 "free_space_errno=%d).\n"
10177 #: src/stored/block.c:932
10179 msgid "Block buffer size looping problem on device %s\n"
10182 #: src/stored/block.c:960
10184 msgid "Unable to open device part=%d %s: ERR=%s\n"
10187 #: src/stored/block.c:986
10189 msgid "Read error on fd=%d at file:blk %u:%u on device %s. ERR=%s.\n"
10192 #: src/stored/block.c:999
10194 msgid "Read zero bytes at %u:%u on device %s.\n"
10197 #: src/stored/block.c:1012
10200 "Volume data error at %u:%u! Very short block of %d bytes on device %s "
10204 #: src/stored/block.c:1037
10206 msgid "Block length %u is greater than buffer %u. Attempting recovery.\n"
10209 #: src/stored/block.c:1056
10211 msgid "Setting block buffer size to %u bytes.\n"
10214 #: src/stored/block.c:1071
10217 "Volume data error at %u:%u! Short block of %d bytes on device %s discarded.\n"
10220 #: src/stored/bls.c:78
10224 "Version: %s (%s)\n"
10226 "Usage: bls [options] <device-name>\n"
10227 " -b <file> specify a bootstrap file\n"
10228 " -c <file> specify a config file\n"
10229 " -d <level> specify debug level\n"
10230 " -e <file> exclude list\n"
10231 " -i <file> include list\n"
10233 " -k list blocks\n"
10234 " (no j or k option) list saved files\n"
10236 " -p proceed inspite of errors\n"
10238 " -V specify Volume names (separated by |)\n"
10239 " -? print this message\n"
10243 #: src/stored/bls.c:201
10244 msgid "No archive name specified\n"
10247 #: src/stored/bls.c:236
10251 "Warning, this Volume is a continuation of Volume %s\n"
10254 #: src/stored/bls.c:279
10256 msgid "Got EOM at file %u on device %s, Volume \"%s\"\n"
10259 #: src/stored/bls.c:290
10261 msgid "Mounted Volume \"%s\".\n"
10264 #: src/stored/bls.c:292
10266 msgid "End of file %u on device %s, Volume \"%s\"\n"
10269 #: src/stored/bls.c:316
10272 "File:blk=%u:%u blk_num=%u blen=%u First rec FI=%s SessId=%u SessTim=%u Strm=%"
10276 #: src/stored/bls.c:325
10278 msgid "Block: %d size=%d\n"
10281 #: src/stored/bls.c:392
10283 msgid "FileIndex=%d VolSessionId=%d VolSessionTime=%d Stream=%d DataLen=%d\n"
10286 #: src/stored/bls.c:409 src/stored/read_record.c:387
10287 msgid "Fresh Volume Label"
10290 #: src/stored/bls.c:412 src/stored/read_record.c:390
10291 msgid "Volume Label"
10294 #: src/stored/bls.c:416 src/stored/label.c:1031
10295 msgid "Begin Job Session"
10298 #: src/stored/bls.c:420 src/stored/label.c:1034
10299 msgid "End Job Session"
10302 #: src/stored/bls.c:424
10303 msgid "End of Medium"
10306 #: src/stored/bls.c:427 src/stored/label.c:1043
10310 #: src/stored/bls.c:433 src/stored/read_record.c:408
10312 msgid "%s Record: VolSessionId=%d VolSessionTime=%d JobId=%d DataLen=%d\n"
10315 #: src/stored/bscan.c:115
10319 "Version: %s (%s)\n"
10321 "Usage: bscan [ options ] <bacula-archive>\n"
10322 " -b bootstrap specify a bootstrap file\n"
10323 " -c <file> specify configuration file\n"
10324 " -d <nn> set debug level to nn\n"
10325 " -m update media info in database\n"
10326 " -n <name> specify the database name (default bacula)\n"
10327 " -u <user> specify database user name (default bacula)\n"
10328 " -P <password specify database password (default none)\n"
10329 " -h <host> specify database host (default NULL)\n"
10330 " -p proceed inspite of I/O errors\n"
10331 " -r list records\n"
10332 " -s synchronize or store in database\n"
10333 " -S show scan progress periodically\n"
10335 " -V <Volumes> specify Volume names (separated by |)\n"
10336 " -w <dir> specify working directory (default from conf file)\n"
10337 " -? print this message\n"
10341 #: src/stored/bscan.c:241 src/stored/stored.c:288
10343 msgid "No Storage resource defined in %s. Cannot continue.\n"
10346 #: src/stored/bscan.c:249 src/stored/stored.c:319
10348 msgid "No Working Directory defined in %s. Cannot continue.\n"
10351 #: src/stored/bscan.c:257
10353 msgid "Working Directory: %s not found. Cannot continue.\n"
10356 #: src/stored/bscan.c:261
10358 msgid "Working Directory: %s is not a directory. Cannot continue.\n"
10361 #: src/stored/bscan.c:275 src/stored/bscan.c:349
10363 msgid "First Volume Size = %sn"
10366 #: src/stored/bscan.c:281
10367 msgid "Could not init Bacula database\n"
10370 #: src/stored/bscan.c:288
10372 msgid "Using Database: %s, User: %s\n"
10375 #: src/stored/bscan.c:323
10377 msgid "Create JobMedia for Job %s\n"
10380 #: src/stored/bscan.c:331
10382 msgid "Could not create JobMedia record for Volume=%s Job=%s\n"
10385 #: src/stored/bscan.c:394
10387 msgid "done: %d%%\n"
10390 #: src/stored/bscan.c:418
10391 msgid "Volume is prelabeled. This tape cannot be scanned.\n"
10394 #: src/stored/bscan.c:430
10396 msgid "Pool record for %s found in DB.\n"
10399 #: src/stored/bscan.c:434
10401 msgid "VOL_LABEL: Pool record not found for Pool: %s\n"
10404 #: src/stored/bscan.c:440
10406 msgid "VOL_LABEL: PoolType mismatch. DB=%s Vol=%s\n"
10409 #: src/stored/bscan.c:444
10411 msgid "Pool type \"%s\" is OK.\n"
10414 #: src/stored/bscan.c:454
10416 msgid "Media record for %s found in DB.\n"
10419 #: src/stored/bscan.c:461
10421 msgid "VOL_LABEL: Media record not found for Volume: %s\n"
10424 #: src/stored/bscan.c:468
10426 msgid "VOL_LABEL: MediaType mismatch. DB=%s Vol=%s\n"
10429 #: src/stored/bscan.c:472
10431 msgid "Media type \"%s\" is OK.\n"
10434 #: src/stored/bscan.c:481
10436 msgid "VOL_LABEL: OK for Volume: %s\n"
10439 #: src/stored/bscan.c:488
10441 msgid "%d \"errors\" ignored before first Start of Session record.\n"
10444 #: src/stored/bscan.c:499
10446 msgid "SOS_LABEL: Found Job record for JobId: %d\n"
10449 #: src/stored/bscan.c:504
10451 msgid "SOS_LABEL: Job record not found for JobId: %d\n"
10454 #: src/stored/bscan.c:544
10456 msgid "SOS_LABEL: VolSessId mismatch for JobId=%u. DB=%d Vol=%d\n"
10459 #: src/stored/bscan.c:550
10461 msgid "SOS_LABEL: VolSessTime mismatch for JobId=%u. DB=%d Vol=%d\n"
10464 #: src/stored/bscan.c:556
10466 msgid "SOS_LABEL: PoolId mismatch for JobId=%u. DB=%d Vol=%d\n"
10469 #: src/stored/bscan.c:574 src/stored/bscan.c:1077
10471 msgid "Could not find SessId=%d SessTime=%d for EOS record.\n"
10474 #: src/stored/bscan.c:618
10476 msgid "Could not update job record. ERR=%s\n"
10479 #: src/stored/bscan.c:629
10481 msgid "End of all Volumes. VolFiles=%u VolBlocks=%u VolBytes=%s\n"
10484 #: src/stored/bscan.c:641
10486 msgid "Could not find Job for SessId=%d SessTime=%d record.\n"
10489 #: src/stored/bscan.c:677
10491 msgid "%s file records. At file:blk=%s:%s bytes=%s\n"
10494 #: src/stored/bscan.c:731
10496 msgid "Got MD5 record: %s\n"
10499 #: src/stored/bscan.c:739
10501 msgid "Got SHA1 record: %s\n"
10504 #: src/stored/bscan.c:747
10506 msgid "Got SHA256 record: %s\n"
10509 #: src/stored/bscan.c:755
10511 msgid "Got SHA512 record: %s\n"
10514 #: src/stored/bscan.c:763 src/stored/bscan.c:770
10515 msgid "Got signed digest record\n"
10518 #: src/stored/bscan.c:776
10520 msgid "Got Prog Names Stream: %s\n"
10523 #: src/stored/bscan.c:782
10524 msgid "Got Prog Data Stream record.\n"
10527 #: src/stored/bscan.c:792
10529 msgid "Unknown stream type!!! stream=%d len=%i\n"
10532 #: src/stored/bscan.c:856
10534 msgid "Could not create File Attributes record. ERR=%s\n"
10537 #: src/stored/bscan.c:862
10539 msgid "Created File record: %s\n"
10542 #: src/stored/bscan.c:906
10544 msgid "Could not create media record. ERR=%s\n"
10547 #: src/stored/bscan.c:910 src/stored/bscan.c:931
10549 msgid "Could not update media record. ERR=%s\n"
10552 #: src/stored/bscan.c:914
10554 msgid "Created Media record for Volume: %s\n"
10557 #: src/stored/bscan.c:935
10559 msgid "Updated Media record at end of Volume: %s\n"
10562 #: src/stored/bscan.c:952
10564 msgid "Could not create pool record. ERR=%s\n"
10567 #: src/stored/bscan.c:956
10569 msgid "Created Pool record for Pool: %s\n"
10572 #: src/stored/bscan.c:976
10574 msgid "Created Client record for Client: %s\n"
10577 #: src/stored/bscan.c:993
10579 msgid "Fileset \"%s\" already exists.\n"
10582 #: src/stored/bscan.c:997
10584 msgid "Could not create FileSet record \"%s\". ERR=%s\n"
10587 #: src/stored/bscan.c:1002
10589 msgid "Created FileSet record \"%s\"\n"
10592 #: src/stored/bscan.c:1049
10594 msgid "Could not create JobId record. ERR=%s\n"
10597 #: src/stored/bscan.c:1055
10599 msgid "Could not update job start record. ERR=%s\n"
10602 #: src/stored/bscan.c:1058
10604 msgid "Created new JobId=%u record for original JobId=%u\n"
10607 #: src/stored/bscan.c:1108
10609 msgid "Could not update JobId=%u record. ERR=%s\n"
10612 #: src/stored/bscan.c:1113
10614 msgid "Updated Job termination record for JobId=%u Level=%s TermStat=%c\n"
10617 #: src/stored/bscan.c:1135
10619 msgid "Job Termination code: %d"
10622 #: src/stored/bscan.c:1140
10629 "Backup Level: %s\n"
10633 "Files Written: %s\n"
10634 "Bytes Written: %s\n"
10635 "Volume Session Id: %d\n"
10636 "Volume Session Time: %d\n"
10637 "Last Volume Bytes: %s\n"
10638 "Termination: %s\n"
10642 #: src/stored/bscan.c:1197
10644 msgid "Could not create JobMedia record. ERR=%s\n"
10647 #: src/stored/bscan.c:1201
10649 msgid "Created JobMedia record JobId %d, MediaId %d\n"
10652 #: src/stored/bscan.c:1217
10654 msgid "Could not find SessId=%d SessTime=%d for MD5/SHA1 record.\n"
10657 #: src/stored/bscan.c:1231
10659 msgid "Could not add MD5/SHA1 to File record. ERR=%s\n"
10662 #: src/stored/bscan.c:1236
10663 msgid "Updated MD5/SHA1 record\n"
10666 #: src/stored/btape.c:172 src/stored/stored.c:128
10668 msgid "Tape block size (%d) not multiple of system size (%d)\n"
10671 #: src/stored/btape.c:176 src/stored/stored.c:132
10673 msgid "Tape block size (%d) is not a power of 2\n"
10676 #: src/stored/btape.c:179
10681 "!!!! Warning large disk addressing disabled. boffset_t=%d should be 8 or "
10687 #: src/stored/btape.c:186
10689 msgid "32 bit printf/scanf problem. i=%d x32=%u y32=%u\n"
10692 #: src/stored/btape.c:195
10693 msgid "64 bit printf/scanf problem. i=%d x64=%"
10696 #: src/stored/btape.c:200
10698 msgid "Tape block granularity is %d bytes.\n"
10701 #: src/stored/btape.c:269
10702 msgid "No archive name specified.\n"
10705 #: src/stored/btape.c:273
10706 msgid "Improper number of arguments specified.\n"
10709 #: src/stored/btape.c:287
10710 msgid "btape does not work with DVD storage.\n"
10713 #: src/stored/btape.c:292
10714 msgid "btape only works with tape storage.\n"
10717 #: src/stored/btape.c:368
10719 msgid "open device %s: OK\n"
10722 #: src/stored/btape.c:391
10723 msgid "Enter Volume Name: "
10726 #: src/stored/btape.c:398
10728 msgid "Device open failed. ERR=%s\n"
10731 #: src/stored/btape.c:404
10733 msgid "Wrote Volume label for volume \"%s\".\n"
10736 #: src/stored/btape.c:418
10737 msgid "Volume has no label.\n"
10740 #: src/stored/btape.c:421
10741 msgid "Volume label read correctly.\n"
10744 #: src/stored/btape.c:424
10746 msgid "I/O error on device: ERR=%s"
10749 #: src/stored/btape.c:427
10750 msgid "Volume name error\n"
10753 #: src/stored/btape.c:430
10755 msgid "Error creating label. ERR=%s"
10758 #: src/stored/btape.c:433
10759 msgid "Volume version error.\n"
10762 #: src/stored/btape.c:436
10763 msgid "Bad Volume label type.\n"
10766 #: src/stored/btape.c:439
10767 msgid "Unknown error.\n"
10770 #: src/stored/btape.c:457
10772 msgid "Bad status from load. ERR=%s\n"
10775 #: src/stored/btape.c:459
10777 msgid "Loaded %s\n"
10780 #: src/stored/btape.c:468 src/stored/btape.c:807 src/stored/btape.c:849
10781 #: src/stored/btape.c:919 src/stored/btape.c:961 src/stored/btape.c:1229
10783 msgid "Bad status from rewind. ERR=%s\n"
10786 #: src/stored/btape.c:471 src/stored/btape.c:1237
10788 msgid "Rewound %s\n"
10791 #: src/stored/btape.c:497 src/stored/btape.c:1241
10793 msgid "Bad status from weof. ERR=%s\n"
10796 #: src/stored/btape.c:501
10798 msgid "Wrote 1 EOF to %s\n"
10801 #: src/stored/btape.c:504
10803 msgid "Wrote %d EOFs to %s\n"
10806 #: src/stored/btape.c:522
10807 msgid "Moved to end of medium.\n"
10810 #: src/stored/btape.c:549
10812 msgid "Bad status from bsf. ERR=%s\n"
10815 #: src/stored/btape.c:551
10817 msgid "Backspaced %d file%s.\n"
10820 #: src/stored/btape.c:568
10822 msgid "Bad status from bsr. ERR=%s\n"
10825 #: src/stored/btape.c:570
10827 msgid "Backspaced %d record%s.\n"
10830 #: src/stored/btape.c:580 src/stored/status.c:298
10832 msgid "Configured device capabilities:\n"
10835 #: src/stored/btape.c:598
10837 msgid "Device status:\n"
10840 #: src/stored/btape.c:612 src/stored/status.c:337
10842 msgid "Device parameters:\n"
10845 #: src/stored/btape.c:617
10850 #: src/stored/btape.c:632
10852 "Test writting larger and larger records.\n"
10853 "This is a torture test for records.\n"
10854 "I am going to write\n"
10855 "larger and larger records. It will stop when the record size\n"
10856 "plus the header exceeds the block size (by default about 64K)\n"
10859 #: src/stored/btape.c:638
10860 msgid "Do you want to continue? (y/n): "
10863 #: src/stored/btape.c:640 src/stored/btape.c:1857
10864 msgid "Command aborted.\n"
10867 #: src/stored/btape.c:656
10869 msgid "Block %d i=%d\n"
10872 #: src/stored/btape.c:682
10873 msgid "Skipping read backwards test because BSR turned off.\n"
10876 #: src/stored/btape.c:686
10879 "=== Write, backup, and re-read test ===\n"
10881 "I'm going to write three records and an EOF\n"
10882 "then backup over the EOF and re-read the last record.\n"
10883 "Bacula does this after writing the last block on the\n"
10884 "tape to verify that the block was written correctly.\n"
10886 "This is not an *essential* feature ...\n"
10890 #: src/stored/btape.c:699 src/stored/btape.c:710 src/stored/btape.c:721
10891 #: src/stored/btape.c:819 src/stored/btape.c:835 src/stored/btape.c:931
10892 #: src/stored/btape.c:947 src/stored/btape.c:1566 src/stored/btape.c:2451
10893 msgid "Error writing record to block.\n"
10896 #: src/stored/btape.c:703 src/stored/btape.c:714 src/stored/btape.c:725
10897 #: src/stored/btape.c:823 src/stored/btape.c:839 src/stored/btape.c:935
10898 #: src/stored/btape.c:951 src/stored/btape.c:1570 src/stored/btape.c:2455
10899 msgid "Error writing block to device.\n"
10902 #: src/stored/btape.c:706
10904 msgid "Wrote first record of %d bytes.\n"
10907 #: src/stored/btape.c:717
10909 msgid "Wrote second record of %d bytes.\n"
10912 #: src/stored/btape.c:728
10914 msgid "Wrote third record of %d bytes.\n"
10917 #: src/stored/btape.c:735 src/stored/btape.c:740
10919 msgid "Backspace file failed! ERR=%s\n"
10922 #: src/stored/btape.c:744
10923 msgid "Backspaced over EOF OK.\n"
10926 #: src/stored/btape.c:746
10928 msgid "Backspace record failed! ERR=%s\n"
10931 #: src/stored/btape.c:749
10932 msgid "Backspace record OK.\n"
10935 #: src/stored/btape.c:752 src/stored/btape.c:758
10937 msgid "Read block failed! ERR=%s\n"
10940 #: src/stored/btape.c:763
10941 msgid "Bad data in record. Test failed!\n"
10944 #: src/stored/btape.c:767
10947 "Block re-read correct. Test succeeded!\n"
10950 #: src/stored/btape.c:768
10952 "=== End Write, backup, and re-read test ===\n"
10956 #: src/stored/btape.c:775
10958 "This is not terribly serious since Bacula only uses\n"
10959 "this function to verify the last block written to the\n"
10960 "tape. Bacula will skip the last block verification\n"
10963 "Backward Space Record = No\n"
10965 "to your Storage daemon's Device resource definition.\n"
10968 #: src/stored/btape.c:799
10971 "=== Write, rewind, and re-read test ===\n"
10973 "I'm going to write 1000 records and an EOF\n"
10974 "then write 1000 records and an EOF, then rewind,\n"
10975 "and re-read the data to verify that it is correct.\n"
10977 "This is an *essential* feature ...\n"
10981 #: src/stored/btape.c:827 src/stored/btape.c:843 src/stored/btape.c:939
10982 #: src/stored/btape.c:955
10984 msgid "Wrote 1000 blocks of %d bytes.\n"
10987 #: src/stored/btape.c:852 src/stored/btape.c:964
10988 msgid "Rewind OK.\n"
10991 #: src/stored/btape.c:859 src/stored/btape.c:1013
10992 msgid "Got EOF on tape.\n"
10995 #: src/stored/btape.c:864
10997 msgid "Read block %d failed! ERR=%s\n"
11000 #: src/stored/btape.c:870
11002 msgid "Read record failed. Block %d! ERR=%s\n"
11005 #: src/stored/btape.c:876 src/stored/btape.c:1043
11007 msgid "Bad data in record. Expected %d, got %d at byte %d. Test failed!\n"
11010 #: src/stored/btape.c:883
11011 msgid "1000 blocks re-read correctly.\n"
11014 #: src/stored/btape.c:886 src/stored/btape.c:1050
11016 "=== Test Succeeded. End Write, rewind, and re-read test ===\n"
11020 #: src/stored/btape.c:911
11023 "=== Write, rewind, and position test ===\n"
11025 "I'm going to write 1000 records and an EOF\n"
11026 "then write 1000 records and an EOF, then rewind,\n"
11027 "and position to a few blocks and verify that it is correct.\n"
11029 "This is an *essential* feature ...\n"
11033 #: src/stored/btape.c:1004
11035 msgid "Reposition to file:block %d:%d\n"
11038 #: src/stored/btape.c:1006
11039 msgid "Reposition error.\n"
11042 #: src/stored/btape.c:1019
11045 "Read block %d failed! file=%d blk=%d. ERR=%s\n"
11049 #: src/stored/btape.c:1021
11051 "This may be because the tape drive block size is not\n"
11052 " set to variable blocking as normally used by Bacula.\n"
11053 " Please see the Tape Testing chapter in the manual and \n"
11054 " look for using mt with defblksize and setoptions\n"
11055 "If your tape drive block size is correct, then perhaps\n"
11056 " your SCSI driver is *really* stupid and does not\n"
11057 " correctly report the file:block after a FSF. In this\n"
11058 " case try setting:\n"
11059 " Fast Forward Space File = no\n"
11060 " in your Device resource.\n"
11063 #: src/stored/btape.c:1037
11065 msgid "Read record failed! ERR=%s\n"
11068 #: src/stored/btape.c:1048
11070 msgid "Block %d re-read correctly.\n"
11073 #: src/stored/btape.c:1069
11077 "=== Append files test ===\n"
11079 "This test is essential to Bacula.\n"
11081 "I'm going to write one record in file 0,\n"
11082 " two records in file 1,\n"
11083 " and three records in file 2\n"
11087 #: src/stored/btape.c:1093
11088 msgid "Now moving to end of medium.\n"
11091 #: src/stored/btape.c:1095 src/stored/btape.c:1324
11093 msgid "We should be in file 3. I am at file %d. %s\n"
11096 #: src/stored/btape.c:1096 src/stored/btape.c:1114 src/stored/btape.c:1313
11097 #: src/stored/btape.c:1325 src/stored/btape.c:1338 src/stored/btape.c:1355
11098 msgid "This is correct!"
11101 #: src/stored/btape.c:1096 src/stored/btape.c:1114 src/stored/btape.c:1313
11102 #: src/stored/btape.c:1325 src/stored/btape.c:1338 src/stored/btape.c:1355
11103 msgid "This is NOT correct!!!!"
11106 #: src/stored/btape.c:1102
11109 "Now the important part, I am going to attempt to append to the tape.\n"
11113 #: src/stored/btape.c:1109
11115 "Done appending, there should be no I/O errors\n"
11119 #: src/stored/btape.c:1110
11120 msgid "Doing Bacula scan of blocks:\n"
11123 #: src/stored/btape.c:1112
11124 msgid "End scanning the tape.\n"
11127 #: src/stored/btape.c:1113 src/stored/btape.c:1337
11129 msgid "We should be in file 4. I am at file %d. %s\n"
11132 #: src/stored/btape.c:1138
11135 "Autochanger enabled, but no name or no command device specified.\n"
11138 #: src/stored/btape.c:1142
11141 "Ah, I see you have an autochanger configured.\n"
11142 "To test the autochanger you must have a blank tape\n"
11143 " that I can write on in Slot 1.\n"
11146 #: src/stored/btape.c:1145
11149 "Do you wish to continue with the Autochanger test? (y/n): "
11152 #: src/stored/btape.c:1152
11156 "=== Autochanger test ===\n"
11160 #: src/stored/btape.c:1161
11161 msgid "3301 Issuing autochanger \"loaded\" command.\n"
11164 #: src/stored/btape.c:1170
11166 msgid "3991 Bad autochanger command: %s\n"
11169 #: src/stored/btape.c:1171
11171 msgid "3991 result=\"%s\": ERR=%s\n"
11174 #: src/stored/btape.c:1175
11176 msgid "Slot %d loaded. I am going to unload it.\n"
11179 #: src/stored/btape.c:1177
11180 msgid "Nothing loaded in the drive. OK.\n"
11183 #: src/stored/btape.c:1184
11185 msgid "3302 Issuing autochanger \"unload %d %d\" command.\n"
11188 #: src/stored/btape.c:1189
11190 msgid "unload status=%s %d\n"
11193 #: src/stored/btape.c:1189
11197 #: src/stored/btape.c:1192
11199 msgid "3992 Bad autochanger command: %s\n"
11202 #: src/stored/btape.c:1193
11204 msgid "3992 result=\"%s\": ERR=%s\n"
11207 #: src/stored/btape.c:1203
11209 msgid "3303 Issuing autochanger \"load %d %d\" command.\n"
11212 #: src/stored/btape.c:1211
11214 msgid "3303 Autochanger \"load %d %d\" status is OK.\n"
11217 #: src/stored/btape.c:1215
11219 msgid "3993 Bad autochanger command: %s\n"
11222 #: src/stored/btape.c:1216
11224 msgid "3993 result=\"%s\": ERR=%s\n"
11227 #: src/stored/btape.c:1231
11230 "The test failed, probably because you need to put\n"
11231 "a longer sleep time in the mtx-script in the load) case.\n"
11232 "Adding a 30 second sleep and trying again ...\n"
11235 #: src/stored/btape.c:1244
11237 msgid "Wrote EOF to %s\n"
11240 #: src/stored/btape.c:1248
11244 "The test worked this time. Please add:\n"
11248 "to your mtx-changer script in the load) case.\n"
11252 #: src/stored/btape.c:1253
11255 "The test autochanger worked!!\n"
11259 #: src/stored/btape.c:1264
11260 msgid "You must correct this error or the Autochanger will not work.\n"
11263 #: src/stored/btape.c:1282
11267 "=== Forward space files test ===\n"
11269 "This test is essential to Bacula.\n"
11271 "I'm going to write five files then test forward spacing\n"
11275 #: src/stored/btape.c:1307
11276 msgid "Now forward spacing 1 file.\n"
11279 #: src/stored/btape.c:1309 src/stored/btape.c:1321 src/stored/btape.c:1334
11280 #: src/stored/btape.c:1352 src/stored/btape.c:1521
11282 msgid "Bad status from fsr. ERR=%s\n"
11285 #: src/stored/btape.c:1312
11287 msgid "We should be in file 1. I am at file %d. %s\n"
11290 #: src/stored/btape.c:1319
11291 msgid "Now forward spacing 2 files.\n"
11294 #: src/stored/btape.c:1332
11295 msgid "Now forward spacing 4 files.\n"
11298 #: src/stored/btape.c:1344
11300 "The test worked this time. Please add:\n"
11302 " Fast Forward Space File = no\n"
11304 "to your Device resource for this drive.\n"
11307 #: src/stored/btape.c:1350
11308 msgid "Now forward spacing 1 more file.\n"
11311 #: src/stored/btape.c:1354
11313 msgid "We should be in file 5. I am at file %d. %s\n"
11316 #: src/stored/btape.c:1359
11319 "=== End Forward space files test ===\n"
11323 #: src/stored/btape.c:1363
11326 "The forward space file test failed.\n"
11329 #: src/stored/btape.c:1365
11331 "You have Fast Forward Space File enabled.\n"
11332 "I am turning it off then retrying the test.\n"
11335 #: src/stored/btape.c:1371
11337 "You must correct this error or Bacula will not work.\n"
11338 "Some systems, e.g. OpenBSD, require you to set\n"
11339 " Use MTIOCGET= no\n"
11340 "in your device resource. Use with caution.\n"
11343 #: src/stored/btape.c:1403
11346 "Append test failed. Attempting again.\n"
11347 "Setting \"Hardware End of Medium = no\n"
11348 " and \"Fast Forward Space File = no\n"
11349 "and retrying append test.\n"
11353 #: src/stored/btape.c:1411
11357 "It looks like the test worked this time, please add:\n"
11359 " Hardware End of Medium = No\n"
11361 " Fast Forward Space File = No\n"
11362 "to your Device resource in the Storage conf file.\n"
11365 #: src/stored/btape.c:1418
11369 "That appears *NOT* to have corrected the problem.\n"
11372 #: src/stored/btape.c:1423
11376 "It looks like the append failed. Attempting again.\n"
11377 "Setting \"BSF at EOM = yes\" and retrying append test.\n"
11380 #: src/stored/btape.c:1428
11384 "It looks like the test worked this time, please add:\n"
11386 " Hardware End of Medium = No\n"
11387 " Fast Forward Space File = No\n"
11388 " BSF at EOM = yes\n"
11390 "to your Device resource in the Storage conf file.\n"
11393 #: src/stored/btape.c:1439
11396 "Append test failed.\n"
11399 "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n"
11400 "Unable to correct the problem. You MUST fix this\n"
11401 "problem before Bacula can use your tape drive correctly\n"
11403 "Perhaps running Bacula in fixed block mode will work.\n"
11404 "Do so by setting:\n"
11406 "Minimum Block Size = nnn\n"
11407 "Maximum Block Size = nnn\n"
11409 "in your Storage daemon's Device definition.\n"
11410 "nnn must match your tape driver's block size, which\n"
11411 "can be determined by reading your tape manufacturers\n"
11412 "information, and the information on your kernel dirver.\n"
11413 "Fixed block sizes, however, are not normally an ideal solution.\n"
11415 "Some systems, e.g. OpenBSD, require you to set\n"
11416 " Use MTIOCGET= no\n"
11417 "in your device resource. Use with caution.\n"
11420 #: src/stored/btape.c:1460
11423 "The above Bacula scan should have output identical to what follows.\n"
11424 "Please double check it ...\n"
11425 "=== Sample correct output ===\n"
11426 "1 block of 64448 bytes in file 1\n"
11427 "End of File mark.\n"
11428 "2 blocks of 64448 bytes in file 2\n"
11429 "End of File mark.\n"
11430 "3 blocks of 64448 bytes in file 3\n"
11431 "End of File mark.\n"
11432 "1 block of 64448 bytes in file 4\n"
11433 "End of File mark.\n"
11434 "Total files=4, blocks=7, bytes = 451,136\n"
11435 "=== End sample correct output ===\n"
11437 "If the above scan output is not identical to the\n"
11438 "sample output, you MUST correct the problem\n"
11439 "or Bacula will not be able to write multiple Jobs to \n"
11444 #: src/stored/btape.c:1499
11446 msgid "Bad status from fsf. ERR=%s\n"
11449 #: src/stored/btape.c:1503
11450 msgid "Forward spaced 1 file.\n"
11453 #: src/stored/btape.c:1506
11455 msgid "Forward spaced %d files.\n"
11458 #: src/stored/btape.c:1525
11459 msgid "Forward spaced 1 record.\n"
11462 #: src/stored/btape.c:1528
11464 msgid "Forward spaced %d records.\n"
11467 #: src/stored/btape.c:1573
11469 msgid "Wrote one record of %d bytes.\n"
11472 #: src/stored/btape.c:1575
11473 msgid "Wrote block to device.\n"
11476 #: src/stored/btape.c:1590
11477 msgid "Enter length to read: "
11480 #: src/stored/btape.c:1595
11481 msgid "Bad length entered, using default of 1024 bytes.\n"
11484 #: src/stored/btape.c:1604
11486 msgid "Read of %d bytes gives stat=%d. ERR=%s\n"
11489 #: src/stored/btape.c:1627 src/stored/btape.c:1676
11491 msgid "End of tape\n"
11494 #: src/stored/btape.c:1632
11496 msgid "Starting scan at file %u\n"
11499 #: src/stored/btape.c:1637 src/stored/dev.c:1358
11501 msgid "read error on %s. ERR=%s.\n"
11504 #: src/stored/btape.c:1639
11506 msgid "Bad status from read %d. ERR=%s\n"
11509 #: src/stored/btape.c:1642 src/stored/btape.c:1656 src/stored/btape.c:1720
11510 #: src/stored/btape.c:1732 src/stored/btape.c:1745 src/stored/btape.c:1761
11512 msgid "1 block of %d bytes in file %d\n"
11515 #: src/stored/btape.c:1645 src/stored/btape.c:1659 src/stored/btape.c:1723
11516 #: src/stored/btape.c:1735 src/stored/btape.c:1748 src/stored/btape.c:1764
11518 msgid "%d blocks of %d bytes in file %d\n"
11521 #: src/stored/btape.c:1667 src/stored/btape.c:1739
11523 msgid "End of File mark.\n"
11526 #: src/stored/btape.c:1688 src/stored/btape.c:1792
11528 msgid "Total files=%d, blocks=%d, bytes = %s\n"
11531 #: src/stored/btape.c:1752
11533 msgid "Short block read.\n"
11536 #: src/stored/btape.c:1755
11538 msgid "Error reading block. ERR=%s\n"
11541 #: src/stored/btape.c:1779
11544 "Blk_block: %u dev_blk=%u blen=%u First rec FI=%s SessId=%u SessTim=%u Strm=%"
11548 #: src/stored/btape.c:1801
11550 msgid "Device status: %u. ERR=%s\n"
11553 #: src/stored/btape.c:1831
11556 "This command simulates Bacula writing to a tape.\n"
11557 "It requires either one or two blank tapes, which it\n"
11558 "will label and write.\n"
11560 "If you have an autochanger configured, it will use\n"
11561 "the tapes that are in slots 1 and 2, otherwise, you will\n"
11562 "be prompted to insert the tapes when necessary.\n"
11564 "It will print a status approximately\n"
11565 "every 322 MB, and write an EOF every 3.2 GB. If you have\n"
11566 "selected the simple test option, after writing the first tape\n"
11567 "it will rewind it and re-read the last block written.\n"
11569 "If you have selected the multiple tape test, when the first tape\n"
11570 "fills, it will ask for a second, and after writing a few more \n"
11571 "blocks, it will stop. Then it will begin re-reading the\n"
11574 "This may take a long time -- hours! ...\n"
11578 #: src/stored/btape.c:1848
11580 "Do you want to run the simplified test (s) with one tape\n"
11581 "or the complete multiple tape (m) test: (s/m) "
11584 #: src/stored/btape.c:1851
11585 msgid "Simple test (single tape) selected.\n"
11588 #: src/stored/btape.c:1854
11589 msgid "Multiple tape test selected.\n"
11592 #: src/stored/btape.c:1893
11593 msgid "Wrote Start of Session label.\n"
11596 #: src/stored/btape.c:1924
11598 msgid "%s Begin writing Bacula records to tape ...\n"
11601 #: src/stored/btape.c:1926
11603 msgid "%s Begin writing Bacula records to first tape ...\n"
11606 #: src/stored/btape.c:1967
11608 msgid "Wrote blk_block=%u, dev_blk_num=%u VolBytes=%s rate=%.1f KB/s\n"
11611 #: src/stored/btape.c:1977
11613 msgid "%s Flush block, write EOF\n"
11616 #: src/stored/btape.c:1988
11620 #: src/stored/btape.c:2018
11621 msgid "Set ok=false after write_block_to_device.\n"
11624 #: src/stored/btape.c:2021
11625 msgid "Wrote End of Session label.\n"
11628 #: src/stored/btape.c:2045
11630 msgid "Wrote state file last_block_num1=%d last_block_num2=%d\n"
11633 #: src/stored/btape.c:2049
11635 msgid "Could not create state file: %s ERR=%s\n"
11638 #: src/stored/btape.c:2057
11643 "%s Done filling tape at %d:%d. Now beginning re-read of tape ...\n"
11646 #: src/stored/btape.c:2061
11651 "%s Done filling tapes at %d:%d. Now beginning re-read of first tape ...\n"
11654 #: src/stored/btape.c:2100
11657 "The state file level has changed. You must redo\n"
11658 "the fill command.\n"
11661 #: src/stored/btape.c:2106
11665 "Could not find the state file: %s ERR=%s\n"
11666 "You must redo the fill command.\n"
11669 #: src/stored/btape.c:2162
11670 msgid "Mount first tape. Press enter when ready: "
11673 #: src/stored/btape.c:2177
11674 msgid "Rewinding.\n"
11677 #: src/stored/btape.c:2182
11679 msgid "Reading the first 10000 records from %u:%u.\n"
11682 #: src/stored/btape.c:2186 src/stored/btape.c:2251
11684 msgid "Reposition from %u:%u to %u:%u\n"
11687 #: src/stored/btape.c:2189 src/stored/btape.c:2238 src/stored/btape.c:2254
11689 msgid "Reposition error. ERR=%s\n"
11692 #: src/stored/btape.c:2192
11694 msgid "Reading block %u.\n"
11697 #: src/stored/btape.c:2194 src/stored/btape.c:2243 src/stored/btape.c:2259
11699 msgid "Error reading block: ERR=%s\n"
11702 #: src/stored/btape.c:2199
11705 "The last block on the tape matches. Test succeeded.\n"
11709 #: src/stored/btape.c:2201
11712 "The last block of the first tape matches.\n"
11716 #: src/stored/btape.c:2224
11717 msgid "Mount second tape. Press enter when ready: "
11720 #: src/stored/btape.c:2236
11722 msgid "Reposition from %u:%u to 0:1\n"
11725 #: src/stored/btape.c:2241 src/stored/btape.c:2257
11727 msgid "Reading block %d.\n"
11730 #: src/stored/btape.c:2247
11733 "The first block on the second tape matches.\n"
11737 #: src/stored/btape.c:2263
11740 "The last block on the second tape matches. Test succeeded.\n"
11744 #: src/stored/btape.c:2278
11746 msgid "10000 records read now at %d:%d\n"
11749 #: src/stored/btape.c:2301 src/stored/btape.c:2312 src/stored/btape.c:2360
11750 msgid "Last block written"
11753 #: src/stored/btape.c:2303 src/stored/btape.c:2313
11754 msgid "Block read back"
11757 #: src/stored/btape.c:2304
11762 "The blocks differ at byte %u\n"
11765 #: src/stored/btape.c:2305
11769 "!!!! The last block written and the block\n"
11770 "that was read back differ. The test FAILED !!!!\n"
11771 "This must be corrected before you use Bacula\n"
11772 "to write multi-tape Volumes.!!!!\n"
11775 #: src/stored/btape.c:2344
11777 msgid "Last block at: %u:%u this_dev_block_num=%d\n"
11780 #: src/stored/btape.c:2358
11782 msgid "Block not written: FileIndex=%u blk_block=%u Size=%u\n"
11785 #: src/stored/btape.c:2362
11786 msgid "Block not written"
11789 #: src/stored/btape.c:2377
11791 msgid "End of tape %d:%d. VolumeCapacity=%s. Write rate = %.1f KB/s\n"
11794 #: src/stored/btape.c:2427
11795 msgid "Test writing blocks of 64512 bytes to tape.\n"
11798 #: src/stored/btape.c:2429
11799 msgid "How many blocks do you want to write? (1000): "
11802 #: src/stored/btape.c:2444
11804 msgid "Begin writing %d Bacula blocks to tape ...\n"
11807 #: src/stored/btape.c:2496
11809 msgid "Begin writing raw blocks of %u bytes.\n"
11812 #: src/stored/btape.c:2520
11814 msgid "Write failed at block %u. stat=%d ERR=%s\n"
11817 #: src/stored/btape.c:2529
11818 msgid "test autochanger"
11821 #: src/stored/btape.c:2530
11822 msgid "backspace file"
11825 #: src/stored/btape.c:2531
11826 msgid "backspace record"
11829 #: src/stored/btape.c:2532
11830 msgid "list device capabilities"
11833 #: src/stored/btape.c:2533
11834 msgid "clear tape errors"
11837 #: src/stored/btape.c:2534
11838 msgid "go to end of Bacula data for append"
11841 #: src/stored/btape.c:2535
11842 msgid "go to the physical end of medium"
11845 #: src/stored/btape.c:2536
11846 msgid "fill tape, write onto second volume"
11849 #: src/stored/btape.c:2537
11850 msgid "read filled tape"
11853 #: src/stored/btape.c:2538
11854 msgid "forward space a file"
11857 #: src/stored/btape.c:2539
11858 msgid "forward space a record"
11861 #: src/stored/btape.c:2541
11862 msgid "write a Bacula label to the tape"
11865 #: src/stored/btape.c:2542
11866 msgid "load a tape"
11869 #: src/stored/btape.c:2543
11873 #: src/stored/btape.c:2544
11874 msgid "use write() to fill tape"
11877 #: src/stored/btape.c:2545
11878 msgid "read and print the Bacula tape label"
11881 #: src/stored/btape.c:2546
11882 msgid "test record handling functions"
11885 #: src/stored/btape.c:2547
11886 msgid "rewind the tape"
11889 #: src/stored/btape.c:2548
11890 msgid "read() tape block by block to EOT and report"
11893 #: src/stored/btape.c:2549
11894 msgid "Bacula read block by block to EOT and report"
11897 #: src/stored/btape.c:2550
11898 msgid "print tape status"
11901 #: src/stored/btape.c:2551
11902 msgid "General test Bacula tape functions"
11905 #: src/stored/btape.c:2552
11906 msgid "write an EOF on the tape"
11909 #: src/stored/btape.c:2553
11910 msgid "write a single Bacula block"
11913 #: src/stored/btape.c:2554
11914 msgid "read a single record"
11917 #: src/stored/btape.c:2555
11918 msgid "read a single Bacula block"
11921 #: src/stored/btape.c:2556
11922 msgid "quick fill command"
11925 #: src/stored/btape.c:2577
11927 msgid "\"%s\" is an invalid command\n"
11930 #: src/stored/btape.c:2586
11932 msgid "Interactive commands:\n"
11935 #: src/stored/btape.c:2597
11939 "Version: %s (%s)\n"
11941 "Usage: btape <options> <device_name>\n"
11942 " -b <file> specify bootstrap file\n"
11943 " -c <file> set configuration file to file\n"
11944 " -d <nn> set debug level to nn\n"
11945 " -p proceed inspite of I/O errors\n"
11946 " -s turn off signals\n"
11948 " -? print this message.\n"
11952 #: src/stored/btape.c:2682
11954 msgid "Mount second Volume on device %s and press return when ready: "
11957 #: src/stored/btape.c:2709
11959 msgid "Mount blank Volume on device %s and press return when ready: "
11962 #: src/stored/btape.c:2727
11964 msgid "End of Volume \"%s\" %d records.\n"
11967 #: src/stored/btape.c:2740
11969 msgid "Read block=%u, VolBytes=%s rate=%.1f KB/s\n"
11972 #: src/stored/btape.c:2752 src/stored/mount.c:627
11974 msgid "Cannot open Dev=%s, Vol=%s\n"
11977 #: src/stored/butil.c:59
11981 #: src/stored/butil.c:62
11985 #: src/stored/butil.c:65
11989 #: src/stored/butil.c:68
11993 #: src/stored/butil.c:71
11997 #: src/stored/butil.c:147
11998 msgid "Volume name or names is too long. Please use a .bsr file.\n"
12001 #: src/stored/butil.c:167
12003 msgid "Cannot find device \"%s\" in config file %s.\n"
12006 #: src/stored/butil.c:174
12008 msgid "Cannot init device %s\n"
12011 #: src/stored/butil.c:194
12013 msgid "Cannot open %s\n"
12016 #: src/stored/butil.c:277
12018 msgid "Could not find device \"%s\" in config file %s.\n"
12021 #: src/stored/butil.c:282
12023 msgid "Using device: \"%s\" for reading.\n"
12026 #: src/stored/butil.c:285
12028 msgid "Using device: \"%s\" for writing.\n"
12031 #: src/stored/butil.c:301
12032 msgid "Unexpected End of Data\n"
12035 #: src/stored/butil.c:303
12036 msgid "Unexpected End of Tape\n"
12039 #: src/stored/butil.c:305
12040 msgid "Unexpected End of File\n"
12043 #: src/stored/butil.c:307
12044 msgid "Tape Door is Open\n"
12047 #: src/stored/butil.c:309
12048 msgid "Unexpected Tape is Off-line\n"
12051 #: src/stored/dev.c:125
12053 msgid "Unable to stat device %s: ERR=%s\n"
12056 #: src/stored/dev.c:136
12059 "%s is an unknown device type. Must be tape or directory\n"
12060 " or have RequiresMount=yes for DVD. st_mode=%x\n"
12063 #: src/stored/dev.c:195
12065 msgid "Unable to stat mount point %s: ERR=%s\n"
12068 #: src/stored/dev.c:201
12070 "Mount and unmount commands must defined for a device which requires mount.\n"
12073 #: src/stored/dev.c:204
12074 msgid "Write part command must be defined for a device which requires mount.\n"
12077 #: src/stored/dev.c:209
12079 msgid "Block size %u on device %s is too large, using default %u\n"
12082 #: src/stored/dev.c:214
12084 msgid "Max block size %u not multiple of device %s block size.\n"
12087 #: src/stored/dev.c:230 src/stored/dev.c:236
12089 msgid "Unable to init cond variable: ERR=%s\n"
12092 #: src/stored/dev.c:332
12093 msgid "Illegal mode given to open dev.\n"
12096 #: src/stored/dev.c:427 src/stored/device.c:316
12098 msgid "Unable to open device %s: ERR=%s\n"
12101 #: src/stored/dev.c:462
12103 msgid "Could not open file device %s. No Volume name given.\n"
12106 #: src/stored/dev.c:485 src/stored/dev.c:653
12108 msgid "Could not open: %s, ERR=%s\n"
12111 #: src/stored/dev.c:529
12113 msgid "Could not open DVD device %s. No Volume name given.\n"
12116 #: src/stored/dev.c:578
12118 msgid "The DVD in device %s contains data, please blank it before writing.\n"
12121 #: src/stored/dev.c:599
12123 msgid "Unable to stat DVD part 1 file %s: ERR=%s\n"
12126 #: src/stored/dev.c:607
12128 msgid "DVD part 1 is not a regular file %s.\n"
12131 #: src/stored/dev.c:627
12133 msgid "There is no valid DVD in device %s.\n"
12136 #: src/stored/dev.c:633
12138 msgid "Could not mount DVD device %s.\n"
12141 #: src/stored/dev.c:683
12143 msgid "Could not fstat: %s, ERR=%s\n"
12146 #: src/stored/dev.c:717
12148 msgid "Bad call to rewind. Device %s not open\n"
12151 #: src/stored/dev.c:756
12153 msgid "No tape loaded or drive offline on %s.\n"
12156 #: src/stored/dev.c:766
12158 msgid "Rewind error on %s. ERR=%s.\n"
12161 #: src/stored/dev.c:776 src/stored/dev.c:892 src/stored/dev.c:1029
12162 #: src/stored/dev.c:1605
12164 msgid "lseek error on %s. ERR=%s.\n"
12167 #: src/stored/dev.c:819
12168 msgid "unknown blocked code"
12171 #: src/stored/dev.c:863
12173 msgid "Bad call to eod. Device %s not open\n"
12176 #: src/stored/dev.c:928
12178 msgid "ioctl MTEOM error on %s. ERR=%s.\n"
12181 #: src/stored/dev.c:937 src/stored/dev.c:1070
12183 msgid "ioctl MTIOCGET error on %s. ERR=%s.\n"
12186 #: src/stored/dev.c:1015
12187 msgid "Bad device call. Device not open\n"
12190 #: src/stored/dev.c:1028
12192 msgid "Seek error: ERR=%s\n"
12195 #: src/stored/dev.c:1065
12196 msgid " Bacula status:"
12199 #: src/stored/dev.c:1066 src/stored/dev.c:1149 src/stored/dev.c:1151
12201 msgid " file=%d block=%d\n"
12204 #: src/stored/dev.c:1074
12205 msgid " Device status:"
12208 #: src/stored/dev.c:1173
12209 msgid "Bad call to load_dev. Device not open\n"
12212 #: src/stored/dev.c:1184 src/stored/dev.c:1197
12214 msgid "ioctl MTLOAD error on %s. ERR=%s.\n"
12217 #: src/stored/dev.c:1228
12219 msgid "ioctl MTOFFL error on %s. ERR=%s.\n"
12222 #: src/stored/dev.c:1269
12223 msgid "Bad call to fsf. Device not open\n"
12226 #: src/stored/dev.c:1280 src/stored/dev.c:1407
12228 msgid "Device %s at End of Tape.\n"
12231 #: src/stored/dev.c:1311 src/stored/dev.c:1387
12233 msgid "ioctl MTFSF error on %s. ERR=%s.\n"
12236 #: src/stored/dev.c:1436
12237 msgid "Bad call to bsf. Device not open\n"
12240 #: src/stored/dev.c:1442
12242 msgid "Device %s cannot BSF because it is not a tape.\n"
12245 #: src/stored/dev.c:1459
12247 msgid "ioctl MTBSF error on %s. ERR=%s.\n"
12250 #: src/stored/dev.c:1478
12251 msgid "Bad call to fsr. Device not open\n"
12254 #: src/stored/dev.c:1488
12256 msgid "ioctl MTFSR not permitted on %s.\n"
12259 #: src/stored/dev.c:1516
12261 msgid "ioctl MTFSR %d error on %s. ERR=%s.\n"
12264 #: src/stored/dev.c:1534
12265 msgid "Bad call to bsr_dev. Device not open\n"
12268 #: src/stored/dev.c:1544
12270 msgid "ioctl MTBSR not permitted on %s.\n"
12273 #: src/stored/dev.c:1558
12275 msgid "ioctl MTBSR error on %s. ERR=%s.\n"
12278 #: src/stored/dev.c:1594
12279 msgid "Bad call to reposition. Device not open\n"
12282 #: src/stored/dev.c:1673
12283 msgid "Bad call to weof_dev. Device not open\n"
12286 #: src/stored/dev.c:1683
12287 msgid "Attempt to WEOF on non-appendable Volume\n"
12290 #: src/stored/dev.c:1701
12292 msgid "ioctl MTWEOF error on %s. ERR=%s.\n"
12295 #: src/stored/dev.c:1800
12297 msgid "unknown func code %d"
12300 #: src/stored/dev.c:1806
12302 msgid "I/O function \"%s\" not supported on this device.\n"
12305 #: src/stored/dev.c:1961
12307 msgid "Unable to truncate device %s. ERR=%s\n"
12310 #: src/stored/dev.c:2060 src/stored/dev.c:2065
12312 msgid "Device %s cannot be %smounted. ERR=%s\n"
12315 #: src/stored/dev.c:2473
12317 msgid "Unable to set eotmodel on device %s: ERR=%s\n"
12320 #: src/stored/device.c:118
12322 msgid "End of medium on Volume \"%s\" Bytes=%s Blocks=%s at %s.\n"
12325 #: src/stored/device.c:135
12327 msgid "New volume \"%s\" mounted on device %s at %s.\n"
12330 #: src/stored/device.c:147
12332 msgid "write_block_to_device Volume label failed. ERR=%s"
12335 #: src/stored/device.c:183
12337 msgid "write_block_to_device overflow block failed. ERR=%s"
12340 #: src/stored/device.c:318
12342 msgid "Unable to open archive %s: ERR=%s\n"
12345 #: src/stored/device.c:402
12347 msgid "pthread_cond_wait failure. ERR=%s\n"
12350 #: src/stored/dircmd.c:154
12351 msgid "Connection request failed.\n"
12354 #: src/stored/dircmd.c:163
12356 msgid "Invalid connection. Len=%d\n"
12359 #: src/stored/dircmd.c:274
12361 msgid "3991 Bad setdebug command: %s\n"
12364 #: src/stored/dircmd.c:295
12366 msgid "3904 Job %s not found.\n"
12369 #: src/stored/dircmd.c:321
12371 msgid "Job %s marked to be canceled.\n"
12374 #: src/stored/dircmd.c:322
12376 msgid "3000 Job %s marked to be canceled.\n"
12379 #: src/stored/dircmd.c:326
12380 msgid "3903 Error scanning cancel command.\n"
12383 #: src/stored/dircmd.c:402 src/stored/dircmd.c:758 src/stored/dircmd.c:848
12384 #: src/stored/dircmd.c:920 src/stored/dircmd.c:983 src/stored/dircmd.c:1026
12386 msgid "3999 Device \"%s\" not found or could not be opened.\n"
12389 #: src/stored/dircmd.c:407
12391 msgid "3903 Error scanning label command: %s\n"
12394 #: src/stored/dircmd.c:457
12396 msgid "3910 Unable to open device %s: ERR=%s\n"
12399 #: src/stored/dircmd.c:474
12401 msgid "3920 Cannot label Volume because it is already labeled: \"%s\"\n"
12404 #: src/stored/dircmd.c:481
12405 msgid "3921 Wrong volume mounted.\n"
12408 #: src/stored/dircmd.c:485
12409 msgid "3922 Cannot relabel an ANSI/IBM labeled Volume.\n"
12412 #: src/stored/dircmd.c:493
12414 msgid "3912 Failed to label Volume: ERR=%s\n"
12417 #: src/stored/dircmd.c:503
12419 msgid "3914 Failed to label Volume (no media): ERR=%s\n"
12422 #: src/stored/dircmd.c:506
12424 msgid "3913 Cannot label Volume. Unknown status %d from read_volume_label()\n"
12427 #: src/stored/dircmd.c:539
12429 msgid "3001 Mounted Volume: %s\n"
12432 #: src/stored/dircmd.c:543 src/stored/dircmd.c:1062
12435 "3902 Cannot mount Volume on Storage Device %s because:\n"
12439 #: src/stored/dircmd.c:571 src/stored/reserve.c:1094
12443 " Device \"%s\" requested by DIR could not be opened or does not exist.\n"
12446 #: src/stored/dircmd.c:593 src/stored/reserve.c:1090
12450 " Device \"%s\" in changer \"%s\" requested by DIR could not be opened or "
12451 "does not exist.\n"
12454 #: src/stored/dircmd.c:668 src/stored/dircmd.c:725
12456 msgid "3901 open device failed: ERR=%s\n"
12459 #: src/stored/dircmd.c:688 src/stored/dircmd.c:716
12461 msgid "3001 Device %s is mounted with Volume \"%s\"\n"
12464 #: src/stored/dircmd.c:691 src/stored/dircmd.c:719 src/stored/dircmd.c:734
12467 "3905 Device %s open but no Bacula volume is mounted.\n"
12468 "If this is not a blank tape, try unmounting and remounting the Volume.\n"
12471 #: src/stored/dircmd.c:701
12473 msgid "3001 Device %s is doing acquire.\n"
12476 #: src/stored/dircmd.c:706 src/stored/dircmd.c:820
12478 msgid "3903 Device %s is being labeled.\n"
12481 #: src/stored/dircmd.c:731
12483 msgid "3001 Device %s is already mounted with Volume \"%s\"\n"
12486 #: src/stored/dircmd.c:740
12488 msgid "3002 Device %s is mounted.\n"
12491 #: src/stored/dircmd.c:743 src/stored/dircmd.c:793 src/stored/dircmd.c:808
12492 #: src/stored/dircmd.c:839
12497 #: src/stored/dircmd.c:746
12499 msgid "3906 File device %s is always mounted.\n"
12502 #: src/stored/dircmd.c:752
12504 msgid "3905 Bizarre wait state %d\n"
12507 #: src/stored/dircmd.c:762
12509 msgid "3909 Error scanning mount command: %s\n"
12512 #: src/stored/dircmd.c:790 src/stored/dircmd.c:841
12514 msgid "3002 Device %s unmounted.\n"
12517 #: src/stored/dircmd.c:797
12519 msgid "3901 Device %s is already unmounted.\n"
12522 #: src/stored/dircmd.c:811
12524 msgid "3001 Device %s unmounted.\n"
12527 #: src/stored/dircmd.c:816
12529 msgid "3902 Device %s is busy in acquire.\n"
12532 #: src/stored/dircmd.c:853
12534 msgid "3907 Error scanning unmount command: %s\n"
12537 #: src/stored/dircmd.c:884
12539 msgid "3921 Device %s already released.\n"
12542 #: src/stored/dircmd.c:891
12544 msgid "3922 Device %s waiting for sysop.\n"
12547 #: src/stored/dircmd.c:897
12549 msgid "3922 Device %s waiting for mount.\n"
12552 #: src/stored/dircmd.c:901
12554 msgid "3923 Device %s is busy in acquire.\n"
12557 #: src/stored/dircmd.c:905
12559 msgid "3914 Device %s is being labeled.\n"
12562 #: src/stored/dircmd.c:914
12564 msgid "3022 Device %s released.\n"
12567 #: src/stored/dircmd.c:925
12569 msgid "3927 Error scanning release command: %s\n"
12572 #: src/stored/dircmd.c:970
12574 msgid "3995 Device %s is not an autochanger.\n"
12577 #: src/stored/dircmd.c:987
12579 msgid "3908 Error scanning autocharger drives/list/slots command: %s\n"
12582 #: src/stored/dircmd.c:1030
12584 msgid "3909 Error scanning readlabel command: %s\n"
12587 #: src/stored/dircmd.c:1058
12589 msgid "3001 Volume=%s Slot=%d\n"
12592 #: src/stored/dircmd.c:1090
12594 msgid "3931 Device %s is BLOCKED. user unmounted.\n"
12597 #: src/stored/dircmd.c:1094
12600 "3932 Device %s is BLOCKED. user unmounted during wait for media/mount.\n"
12603 #: src/stored/dircmd.c:1098
12605 msgid "3933 Device %s is BLOCKED waiting for media.\n"
12608 #: src/stored/dircmd.c:1102
12610 msgid "3934 Device %s is being initialized.\n"
12613 #: src/stored/dircmd.c:1106
12615 msgid "3935 Device %s is blocked labeling a Volume.\n"
12618 #: src/stored/dircmd.c:1110
12620 msgid "3935 Device %s is blocked for unknown reason.\n"
12623 #: src/stored/dircmd.c:1115
12625 msgid "3936 Device %s is busy reading.\n"
12628 #: src/stored/dircmd.c:1118
12630 msgid "3937 Device %s is busy with %d writer(s).\n"
12633 #: src/stored/dvd.c:112
12634 msgid "No FreeSpace command defined.\n"
12637 #: src/stored/dvd.c:146
12639 msgid "Cannot run free space command. Results=%s ERR=%s\n"
12642 #: src/stored/dvd.c:262
12644 msgid "Error writing part %d to the DVD: ERR=%s\n"
12647 #: src/stored/dvd.c:264
12649 msgid "Error while writing current part to the DVD: %s"
12652 #: src/stored/dvd.c:274
12654 msgid "Part %d (%lld bytes) written to DVD.\n"
12657 #: src/stored/dvd.c:293
12659 msgid "Remaining free space %s on %s\n"
12662 #: src/stored/dvd.c:359
12664 msgid "Next Volume part already exists on DVD. Cannot continue: %s\n"
12667 #: src/stored/dvd.c:378
12669 msgid "open_next_part can't unlink existing part %s, ERR=%s\n"
12672 #: src/stored/dvd.c:579
12675 "Error writing. Current part less than total number of parts (%d/%d, device=%"
12679 #: src/stored/dvd.c:586
12681 msgid "Unable to write last on %s: ERR=%s\n"
12684 #: src/stored/fd_cmds.c:368
12685 msgid "Error parsing bootstrap file.\n"
12688 #: src/stored/job.c:207
12690 msgid "Job name not found: %s\n"
12693 #: src/stored/job.c:218
12695 msgid "Hey!!!! JobId %u Job %s already authenticated.\n"
12698 #: src/stored/job.c:229
12699 msgid "Unable to authenticate File daemon\n"
12702 #: src/stored/job.c:351
12703 msgid "In free_jcr(), but still attached to device!!!!\n"
12706 #: src/stored/label.c:91 src/stored/label.c:132 src/stored/label.c:226
12708 msgid "Wrong Volume mounted on device %s: Wanted %s have %s\n"
12711 #: src/stored/label.c:98 src/stored/label.c:135 src/stored/label.c:208
12713 msgid "Too many tries: %s"
12716 #: src/stored/label.c:114
12718 msgid "Couldn't rewind device %s: ERR=%s\n"
12721 #: src/stored/label.c:152
12724 "Requested Volume \"%s\" on %s is not a Bacula labeled Volume, because: ERR=%s"
12727 #: src/stored/label.c:157
12728 msgid "Could not read Volume label from block.\n"
12731 #: src/stored/label.c:160
12733 msgid "Could not unserialize Volume label: ERR=%s\n"
12736 #: src/stored/label.c:165
12738 msgid "Volume Header Id bad: %s\n"
12741 #: src/stored/label.c:193
12743 msgid "Volume on %s has wrong Bacula version. Wanted %d got %d\n"
12746 #: src/stored/label.c:204
12748 msgid "Volume on %s has bad Bacula label type: %x\n"
12751 #: src/stored/label.c:217 src/stored/label.c:402
12753 msgid "Could not reserve volume %s on %s\n"
12756 #: src/stored/label.c:290
12758 msgid "Cannot write Volume label to block for device %s\n"
12761 #: src/stored/label.c:449
12763 msgid "Rewind error on device %s: ERR=%s\n"
12766 #: src/stored/label.c:455
12768 msgid "Truncate error on device %s: ERR=%s\n"
12771 #: src/stored/label.c:461
12773 msgid "Failed to re-open DVD after truncate on device %s: ERR=%s\n"
12776 #: src/stored/label.c:484
12778 msgid "Unable to write device %s: ERR=%s\n"
12781 #: src/stored/label.c:512
12783 msgid "Recycled volume \"%s\" on device %s, all previous data lost.\n"
12786 #: src/stored/label.c:515
12788 msgid "Wrote label to prelabeled Volume \"%s\" on device %s\n"
12791 #: src/stored/label.c:719
12793 msgid "Bad session label = %d\n"
12796 #: src/stored/label.c:737 src/stored/label.c:744
12798 msgid "Error writing Session label to %s: %s\n"
12801 #: src/stored/label.c:779
12803 msgid "Expecting Volume Label, got FI=%s Stream=%s len=%d\n"
12806 #: src/stored/label.c:906
12811 #: src/stored/label.c:910
12816 "Id : %sVerNo : %d\n"
12818 "PrevVolName : %s\n"
12828 #: src/stored/label.c:932
12830 msgid "Date label written: %s\n"
12833 #: src/stored/label.c:938
12835 msgid "Date label written: %04d-%02d-%02d at %02d:%02d\n"
12838 #: src/stored/label.c:958
12848 "ClientName : %s\n"
12851 #: src/stored/label.c:971
12854 "Job (unique name) : %s\n"
12860 #: src/stored/label.c:980
12865 "StartBlock : %s\n"
12873 #: src/stored/label.c:1001
12875 msgid "Date written : %s\n"
12878 #: src/stored/label.c:1006
12880 msgid "Date written : %04d-%02d-%02d at %02d:%02d\n"
12883 #: src/stored/label.c:1025
12884 msgid "Fresh Volume"
12887 #: src/stored/label.c:1028
12891 #: src/stored/label.c:1037 src/stored/read_record.c:401
12892 msgid "End of Media"
12895 #: src/stored/label.c:1040
12896 msgid "End of Tape"
12899 #: src/stored/label.c:1060 src/stored/label.c:1068 src/stored/label.c:1101
12901 msgid "%s Record: File:blk=%u:%u SessId=%d SessTime=%d JobId=%d DataLen=%d\n"
12904 #: src/stored/label.c:1065
12905 msgid "End of physical tape.\n"
12908 #: src/stored/label.c:1080 src/stored/label.c:1089
12910 msgid "%s Record: File:blk=%u:%u SessId=%d SessTime=%d JobId=%d\n"
12913 #: src/stored/label.c:1082
12915 msgid " Job=%s Date=%s Level=%c Type=%c\n"
12918 #: src/stored/label.c:1091
12920 msgid " Date=%s Level=%c Type=%c Files=%s Bytes=%s Errors=%d Status=%c\n"
12923 #: src/stored/mac.c:79
12924 msgid "Read and write devices not properly initialized.\n"
12927 #: src/stored/mac.c:87
12929 msgid "No Volume names found for %s.\n"
12932 #: src/stored/mount.c:90
12934 msgid "Too many errors trying to mount device %s.\n"
12937 #: src/stored/mount.c:96
12939 msgid "Job %d canceled.\n"
12942 #: src/stored/mount.c:211
12944 msgid "Could not open device %s: ERR=%s\n"
12947 #: src/stored/mount.c:254 src/stored/mount.c:533
12949 msgid "Volume \"%s\" not on device %s.\n"
12952 #: src/stored/mount.c:292
12955 "Director wanted Volume \"%s\".\n"
12956 " Current Volume \"%s\" not acceptable because:\n"
12960 #: src/stored/mount.c:375
12962 msgid "Volume \"%s\" previously written, moving to end of data.\n"
12965 #: src/stored/mount.c:378
12967 msgid "Unable to position to end of data on device %s: ERR=%s\n"
12970 #: src/stored/mount.c:386
12972 msgid "Ready to append to end of Volume \"%s\" part=%d size=%s\n"
12975 #: src/stored/mount.c:390
12978 "Bacula cannot write on DVD Volume \"%s\" because: The sizes do not match! "
12979 "Volume=%s Catalog=%s\n"
12982 #: src/stored/mount.c:404
12984 msgid "Ready to append to end of Volume \"%s\" at file=%d.\n"
12987 #: src/stored/mount.c:407
12990 "Bacula cannot write on tape Volume \"%s\" because:\n"
12991 "The number of files mismatch! Volume=%u Catalog=%u\n"
12994 #: src/stored/mount.c:418
12996 msgid "Ready to append to end of Volume \"%s\" size=%s\n"
12999 #: src/stored/mount.c:422
13002 "Bacula cannot write on disk Volume \"%s\" because: The sizes do not match! "
13003 "Volume=%s Catalog=%s\n"
13006 #: src/stored/mount.c:452
13008 msgid "Ready to append to end of Volume \"%s\" at file address=%u.\n"
13011 #: src/stored/mount.c:456
13014 "Bacula cannot write on Volume \"%s\" because:\n"
13015 "The EOD file address is wrong: Volume file address=%u != Catalog Endblock=%u"
13017 "Perhaps You removed the DVD last part in spool directory.\n"
13020 #: src/stored/mount.c:523
13022 msgid "Labeled new Volume \"%s\" on device %s.\n"
13025 #: src/stored/mount.c:528
13027 msgid "Device %s not configured to autolabel Volumes.\n"
13030 #: src/stored/mount.c:548
13032 msgid "Marking Volume \"%s\" in Error in Catalog.\n"
13035 #: src/stored/mount.c:564
13038 "Autochanger Volume \"%s\" not found in slot %d.\n"
13039 " Setting InChanger to zero in catalog.\n"
13042 #: src/stored/mount.c:583
13043 msgid "Hey!!!!! WroteVol non-zero !!!!!\n"
13046 #: src/stored/parse_bsr.c:118 src/stored/parse_bsr.c:122
13049 "Bootstrap file error: %s\n"
13050 " : Line %d, col %d of file %s\n"
13054 #: src/stored/parse_bsr.c:144
13056 msgid "Cannot open bootstrap file %s: %s\n"
13059 #: src/stored/parse_bsr.c:274
13061 msgid "MediaType %s in bsr at inappropriate place.\n"
13064 #: src/stored/parse_bsr.c:295
13066 msgid "Device \"%s\" in bsr at inappropriate place.\n"
13069 #: src/stored/parse_bsr.c:452
13070 msgid "JobType not yet implemented\n"
13073 #: src/stored/parse_bsr.c:460
13074 msgid "JobLevel not yet implemented\n"
13077 #: src/stored/parse_bsr.c:643
13079 msgid "Slot %d in bsr at inappropriate place.\n"
13082 #: src/stored/parse_bsr.c:667
13084 msgid "VolFile : %u-%u\n"
13087 #: src/stored/parse_bsr.c:675
13089 msgid "VolBlock : %u-%u\n"
13092 #: src/stored/parse_bsr.c:685
13094 msgid "FileIndex : %u\n"
13097 #: src/stored/parse_bsr.c:687
13099 msgid "FileIndex : %u-%u\n"
13102 #: src/stored/parse_bsr.c:697
13104 msgid "JobId : %u\n"
13107 #: src/stored/parse_bsr.c:699
13109 msgid "JobId : %u-%u\n"
13112 #: src/stored/parse_bsr.c:709
13114 msgid "SessId : %u\n"
13117 #: src/stored/parse_bsr.c:711
13119 msgid "SessId : %u-%u\n"
13122 #: src/stored/parse_bsr.c:720
13124 msgid "VolumeName : %s\n"
13127 #: src/stored/parse_bsr.c:721
13129 msgid " MediaType : %s\n"
13132 #: src/stored/parse_bsr.c:722
13134 msgid " Device : %s\n"
13137 #: src/stored/parse_bsr.c:723
13139 msgid " Slot : %d\n"
13142 #: src/stored/parse_bsr.c:732
13144 msgid "Client : %s\n"
13147 #: src/stored/parse_bsr.c:740
13152 #: src/stored/parse_bsr.c:748
13154 msgid "SessTime : %u\n"
13157 #: src/stored/parse_bsr.c:759
13158 msgid "BSR is NULL\n"
13161 #: src/stored/parse_bsr.c:763
13163 msgid "Next : 0x%x\n"
13166 #: src/stored/parse_bsr.c:764
13168 msgid "Root bsr : 0x%x\n"
13171 #: src/stored/parse_bsr.c:775
13173 msgid "count : %u\n"
13176 #: src/stored/parse_bsr.c:776
13178 msgid "found : %u\n"
13181 #: src/stored/parse_bsr.c:779
13183 msgid "done : %s\n"
13186 #: src/stored/parse_bsr.c:780
13188 msgid "positioning : %d\n"
13191 #: src/stored/parse_bsr.c:781
13193 msgid "fast_reject : %d\n"
13196 #: src/stored/pythonsd.c:210
13197 msgid "Error in ParseTuple\n"
13200 #: src/stored/pythonsd.c:226
13201 msgid "Parse tuple error in job_write\n"
13204 #: src/stored/pythonsd.c:263
13206 msgid "Error in Python method %s\n"
13209 #: src/stored/read.c:68
13210 msgid "No Volume names found for restore.\n"
13213 #: src/stored/read.c:122
13215 msgid ">filed: Error Hdr=%s\n"
13218 #: src/stored/read.c:123 src/stored/read.c:138
13220 msgid "Error sending to File daemon. ERR=%s\n"
13223 #: src/stored/read.c:137
13225 msgid "Error sending to FD. ERR=%s\n"
13228 #: src/stored/read_record.c:83
13230 msgid "End of Volume at file %u on device %s, Volume \"%s\"\n"
13233 #: src/stored/read_record.c:86
13234 msgid "End of all volumes.\n"
13237 #: src/stored/read_record.c:128
13241 #: src/stored/read_record.c:131
13245 #: src/stored/read_record.c:134
13247 msgid "End of %s %u on device %s, Volume \"%s\"\n"
13250 #: src/stored/read_record.c:148
13251 msgid "Did fsr in attemp to skip bad record.\n"
13254 #: src/stored/read_record.c:341
13256 msgid "Reposition from (file:block) %u:%u to %u:%u\n"
13259 #: src/stored/read_record.c:369
13261 msgid "Forward spacing Volume \"%s\" to file:block %u:%u.\n"
13264 #: src/stored/read_record.c:394
13265 msgid "Begin Session"
13268 #: src/stored/read_record.c:398
13269 msgid "End Session"
13272 #: src/stored/read_record.c:404
13274 msgid "Unknown code %d\n"
13277 #: src/stored/record.c:71
13279 msgid "unknown: %d"
13282 #: src/stored/record.c:378
13283 msgid "Damaged buffer\n"
13286 #: src/stored/record.c:549
13288 msgid "Sanity check failed. maxlen=%d datalen=%d. Block discarded.\n"
13291 #: src/stored/reserve.c:92
13293 msgid "Unable to initialize reservation lock. ERR=%s\n"
13296 #: src/stored/reserve.c:98
13298 msgid "Unable to initialize volume list lock. ERR=%s\n"
13301 #: src/stored/reserve.c:429
13303 msgid "Hey! num_writers=%d!!!!\n"
13306 #: src/stored/reserve.c:646
13307 msgid "3939 Could not get dcr\n"
13310 #: src/stored/reserve.c:771 src/stored/reserve.c:782
13312 msgid "Failed command: %s\n"
13315 #: src/stored/reserve.c:772
13319 " Device \"%s\" with MediaType \"%s\" requested by DIR not found in SD "
13320 "Device resources.\n"
13323 #: src/stored/reserve.c:1106
13325 msgid "3926 Could not get dcr for device: %s\n"
13328 #: src/stored/reserve.c:1201
13330 msgid "3601 JobId=%u device %s is BLOCKED due to user unmount.\n"
13333 #: src/stored/reserve.c:1211
13335 msgid "3602 JobId=%u device %s is busy (already reading/writing).\n"
13338 #: src/stored/reserve.c:1258
13340 msgid "3603 JobId=%u device %s is busy reading.\n"
13343 #: src/stored/reserve.c:1267
13345 msgid "3604 JobId=%u device %s is BLOCKED due to user unmount.\n"
13348 #: src/stored/reserve.c:1335
13350 msgid "3605 JobId=%u wants free drive but device %s is busy.\n"
13353 #: src/stored/reserve.c:1343
13355 msgid "3606 JobId=%u prefers mounted drives, but drive %s has no Volume.\n"
13358 #: src/stored/reserve.c:1366
13360 msgid "3607 JobId=%u wants Vol=\"%s\" drive has Vol=\"%s\" on drive %s.\n"
13363 #: src/stored/reserve.c:1408
13366 "3608 JobId=%u wants Pool=\"%s\" but have Pool=\"%s\" nreserve=%d on drive %"
13370 #: src/stored/reserve.c:1452
13372 msgid "3609 JobId=%u wants Pool=\"%s\" but has Pool=\"%s\" on drive %s.\n"
13375 #: src/stored/reserve.c:1460
13377 msgid "Logic error!!!! JobId=%u Should not get here.\n"
13380 #: src/stored/reserve.c:1461
13382 msgid "3910 JobId=%u Logic error!!!! drive %s Should not get here.\n"
13385 #: src/stored/reserve.c:1464
13386 msgid "Logic error!!!! Should not get here.\n"
13389 #: src/stored/reserve.c:1467
13391 msgid "3911 JobId=%u failed reserve drive %s.\n"
13394 #: src/stored/spool.c:84
13395 msgid "Spooling statistics:\n"
13398 #: src/stored/spool.c:87
13401 "Data spooling: %u active jobs, %s bytes; %u total jobs, %s max bytes/job.\n"
13404 #: src/stored/spool.c:95
13406 msgid "Attr spooling: %u active jobs, %s bytes; %u total jobs, %s max bytes.\n"
13409 #: src/stored/spool.c:115
13410 msgid "Spooling data ...\n"
13413 #: src/stored/spool.c:141
13415 msgid "Bad return from despool WroteVol=%d\n"
13418 #: src/stored/spool.c:174
13420 msgid "Open data spool file %s failed: ERR=%s\n"
13423 #: src/stored/spool.c:232
13425 msgid "Committing spooled data to Volume \"%s\". Despooling %s bytes ...\n"
13428 #: src/stored/spool.c:236
13430 msgid "Writing spooled data to Volume. Despooling %s bytes ...\n"
13433 #: src/stored/spool.c:302
13436 "Despooling elapsed time = %02d:%02d:%02d, Transfer rate = %s bytes/second\n"
13439 #: src/stored/spool.c:311 src/stored/spool.c:494 src/stored/spool.c:536
13441 msgid "Ftruncate spool file failed: ERR=%s\n"
13444 #: src/stored/spool.c:366
13446 msgid "Spool header read error. ERR=%s\n"
13449 #: src/stored/spool.c:369
13451 msgid "Spool read error. Wanted %u bytes, got %d\n"
13454 #: src/stored/spool.c:370
13456 msgid "Spool header read error. Wanted %u bytes, got %d\n"
13459 #: src/stored/spool.c:376 src/stored/spool.c:377
13461 msgid "Spool block too big. Max %u bytes, got %u\n"
13464 #: src/stored/spool.c:382 src/stored/spool.c:383
13466 msgid "Spool data read error. Wanted %u bytes, got %d\n"
13469 #: src/stored/spool.c:440
13470 msgid "User specified spool size reached.\n"
13473 #: src/stored/spool.c:442
13474 msgid "Bad return from despool in write_block.\n"
13477 #: src/stored/spool.c:450
13478 msgid "Spooling data again ...\n"
13481 #: src/stored/spool.c:481
13483 msgid "Error writing header to spool file. ERR=%s\n"
13486 #: src/stored/spool.c:500 src/stored/spool.c:542
13487 msgid "Fatal despooling error."
13490 #: src/stored/spool.c:507
13491 msgid "Retrying after header spooling error failed.\n"
13494 #: src/stored/spool.c:521
13496 msgid "Error writing data to spool file. ERR=%s\n"
13499 #: src/stored/spool.c:552
13500 msgid "Retrying after data spooling error failed.\n"
13503 #: src/stored/spool.c:607 src/stored/spool.c:614
13505 msgid "Fseek on attributes file failed: ERR=%s\n"
13508 #: src/stored/spool.c:624
13510 msgid "Sending spooled attrs to the Director. Despooling %s bytes ...\n"
13513 #: src/stored/spool.c:651
13515 msgid "fopen attr spool file %s failed: ERR=%s\n"
13518 #: src/stored/status.c:116
13524 #: src/stored/status.c:120
13526 msgid "Autochanger \"%s\" with devices:\n"
13529 #: src/stored/status.c:138
13532 "Device %s is mounted with:\n"
13535 " Media type: %s\n"
13538 #: src/stored/status.c:148
13540 msgid "Device %s open but no Bacula volume is currently mounted.\n"
13543 #: src/stored/status.c:159
13545 msgid " Total Bytes=%s Blocks=%s Bytes/block=%s\n"
13548 #: src/stored/status.c:174
13550 msgid " Total Bytes Read=%s Blocks Read=%s Bytes/block=%s\n"
13553 #: src/stored/status.c:180
13555 msgid " Positioned at File=%s Block=%s\n"
13558 #: src/stored/status.c:187
13560 msgid "Device %s is not open.\n"
13563 #: src/stored/status.c:191
13565 msgid "Device \"%s\" is not open or does not exist.\n"
13568 #: src/stored/status.c:197
13569 msgid "In Use Volume status:\n"
13572 #: src/stored/status.c:204 src/stored/status.c:206
13578 #: src/stored/status.c:223
13580 "No DEVICE structure.\n"
13584 #: src/stored/status.c:230
13585 msgid " Device is BLOCKED. User unmounted.\n"
13588 #: src/stored/status.c:234
13589 msgid " Device is BLOCKED. User unmounted during wait for media/mount.\n"
13592 #: src/stored/status.c:246
13595 " Device is BLOCKED waiting for mount of volume \"%s\",\n"
13597 " Media type: %s\n"
13600 #: src/stored/status.c:255
13603 " Device is BLOCKED waiting to create a volume for:\n"
13605 " Media type: %s\n"
13608 #: src/stored/status.c:267
13609 msgid " Device is BLOCKED waiting for media.\n"
13612 #: src/stored/status.c:273
13613 msgid " Device is being initialized.\n"
13616 #: src/stored/status.c:277
13617 msgid " Device is blocked labeling a Volume.\n"
13620 #: src/stored/status.c:286
13622 msgid " Slot %d is loaded in drive %d.\n"
13625 #: src/stored/status.c:290
13627 msgid " Drive %d is not loaded.\n"
13630 #: src/stored/status.c:293
13632 msgid " Drive %d status unknown.\n"
13635 #: src/stored/status.c:316
13636 msgid "Device state:\n"
13639 #: src/stored/status.c:334
13642 "num_writers=%d block=%d\n"
13646 #: src/stored/status.c:340
13648 msgid "Archive name: %s Device name: %s\n"
13651 #: src/stored/status.c:344
13653 msgid "File=%u block=%u\n"
13656 #: src/stored/status.c:347
13658 msgid "Min block=%u Max block=%u\n"
13661 #: src/stored/status.c:371
13663 msgid "%s Job %s waiting for Client connection.\n"
13666 #: src/stored/status.c:387
13669 "Reading: %s %s job %s JobId=%d Volume=\"%s\"\n"
13670 " pool=\"%s\" device=%s\n"
13673 #: src/stored/status.c:400
13676 "Writing: %s %s job %s JobId=%d Volume=\"%s\"\n"
13677 " pool=\"%s\" device=%s\n"
13680 #: src/stored/status.c:411
13682 msgid " spooling=%d despooling=%d despool_wait=%d\n"
13685 #: src/stored/status.c:428
13687 msgid " FDReadSeqNo=%s in_msg=%u out_msg=%d fd=%d\n"
13690 #: src/stored/status.c:434
13691 msgid " FDSocket closed\n"
13694 #: src/stored/status.c:456
13697 "Jobs waiting to reserve a drive:\n"
13700 #: src/stored/status.c:487
13701 msgid "===================================================================\n"
13704 #: src/stored/status.c:633
13705 msgid "3900 Bad .status command, missing argument.\n"
13708 #: src/stored/status.c:656
13709 msgid "3900 Bad .status command, wrong argument.\n"
13712 #: src/stored/status.c:670
13713 msgid "Bacula Storage: Idle"
13716 #: src/stored/status.c:681
13717 msgid "Bacula Storage: Running"
13720 #: src/stored/status.c:695
13721 msgid "Bacula Storage: Last Job Canceled"
13724 #: src/stored/status.c:699
13725 msgid "Bacula Storage: Last Job Failed"
13728 #: src/stored/status.c:703
13729 msgid "Bacula Storage: Last Job had Warnings"
13732 #: src/stored/stored.c:82
13736 "Version: %s (%s)\n"
13738 "Usage: stored [options] [-c config_file] [config_file]\n"
13739 " -c <file> use <file> as configuration file\n"
13740 " -dnn set debug level to nn\n"
13741 " -f run in foreground (for debugging)\n"
13742 " -g <group> set groupid to group\n"
13743 " -p proceed despite I/O errors\n"
13744 " -s no signals (for debugging)\n"
13745 " -t test - read config and exit\n"
13746 " -u <user> userid to <user>\n"
13747 " -v verbose user messages\n"
13748 " -? print this message.\n"
13752 #: src/stored/stored.c:243
13753 msgid "Volume Session Time is ZERO!\n"
13756 #: src/stored/stored.c:256
13758 msgid "Unable to create thread. ERR=%s\n"
13761 #: src/stored/stored.c:294
13763 msgid "Only one Storage resource permitted in %s\n"
13766 #: src/stored/stored.c:299
13768 msgid "No Director resource defined in %s. Cannot continue.\n"
13771 #: src/stored/stored.c:304
13773 msgid "No Device resource defined in %s. Cannot continue.\n"
13776 #: src/stored/stored.c:312
13778 msgid "No Messages resource defined in %s. Cannot continue.\n"
13781 #: src/stored/stored.c:339
13783 msgid "\"TLS Certificate\" file not defined for Storage \"%s\" in %s.\n"
13786 #: src/stored/stored.c:345
13788 msgid "\"TLS Key\" file not defined for Storage \"%s\" in %s.\n"
13791 #: src/stored/stored.c:351
13794 "Neither \"TLS CA Certificate\" or \"TLS CA Certificate Dir\" are defined for "
13795 "Storage \"%s\" in %s. At least one CA certificate store is required when "
13796 "using \"TLS Verify Peer\".\n"
13799 #: src/stored/stored.c:482
13801 msgid "Could not initialize %s\n"
13804 #: src/stored/stored.c:495
13806 msgid "Could not open device %s\n"
13809 #: src/stored/stored.c:508
13811 msgid "Could not mount device %s\n"
13814 #: src/stored/stored_conf.c:234
13816 msgid "Expected a Device Type keyword, got: %s"
13819 #: src/stored/stored_conf.c:249
13821 msgid "Warning: no \"%s\" resource (%d) defined.\n"
13824 #: src/stored/stored_conf.c:252
13826 msgid "dump_resource type=%d\n"
13829 #: src/stored/stored_conf.c:368
13831 msgid "Warning: unknown resource type %d\n"
13834 #: src/stored/stored_conf.c:557
13836 msgid "\"%s\" item is required in \"%s\" resource, but not found.\n"
13839 #: src/stored/stored_conf.c:563
13841 msgid "Too many items in \"%s\" resource\n"
13844 #: src/stored/stored_conf.c:597
13846 msgid "Cannot find AutoChanger resource %s\n"
13849 #: src/stored/stored_conf.c:669
13852 "Attempt to define second \"%s\" resource named \"%s\" is not permitted.\n"
13855 #: src/stored/wait.c:127
13857 msgid "pthread timedwait error. ERR=%s\n"
13860 #: src/stored/wait.c:217
13862 msgid "JobId=%s, Job %s waiting to reserve a device.\n"
13865 #: src/tools/bregex.c:147 src/tools/bwild.c:122
13867 msgid "Could not open data file: %s\n"
13870 #: src/tools/bsmtp.c:117
13872 msgid "Fatal malformed reply from %s: %s\n"
13875 #: src/tools/bsmtp.c:125
13877 msgid "Fatal fgets error: ERR=%s\n"
13880 #: src/tools/bsmtp.c:156
13884 "Usage: %s [-f from] [-h mailhost] [-s subject] [-c copy] [recipient ...]\n"
13885 " -8 set charset utf-8\n"
13886 " -c set the Cc: field\n"
13887 " -dnn set debug level to nn\n"
13888 " -f set the From: field\n"
13889 " -h use mailhost:port as the SMTP server\n"
13890 " -s set the Subject: field\n"
13891 " -r set the Reply-To: field\n"
13892 " -l set the maximum number of lines that should be sent "
13893 "(default: unlimited)\n"
13894 " -? print this message.\n"
13898 #: src/tools/bsmtp.c:287
13899 msgid "Fatal error: no recipient given.\n"
13902 #: src/tools/bsmtp.c:318
13904 msgid "Fatal gethostname error: ERR=%s\n"
13907 #: src/tools/bsmtp.c:322
13909 msgid "Fatal gethostbyname for myself failed \"%s\": ERR=%s\n"
13912 #: src/tools/bsmtp.c:358
13914 msgid "Error unknown mail host \"%s\": ERR=%s\n"
13917 #: src/tools/bsmtp.c:361
13918 msgid "Retrying connection using \"localhost\".\n"
13921 #: src/tools/bsmtp.c:369
13923 msgid "Fatal error: Unknown address family for smtp host: %d\n"
13926 #: src/tools/bsmtp.c:378 src/tools/bsmtp.c:383
13928 msgid "Fatal socket error: ERR=%s\n"
13931 #: src/tools/bsmtp.c:388
13933 msgid "Fatal connect error to %s: ERR=%s\n"
13936 #: src/tools/bsmtp.c:396
13938 msgid "Fatal _open_osfhandle error: ERR=%s\n"
13941 #: src/tools/bsmtp.c:403 src/tools/bsmtp.c:407 src/tools/bsmtp.c:416
13942 #: src/tools/bsmtp.c:420
13944 msgid "Fatal fdopen error: ERR=%s\n"
13947 #: src/tools/bsmtp.c:412
13949 msgid "Fatal dup error: ERR=%s\n"
13952 #: src/tools/dbcheck.c:175
13954 "Warning skipping the additional parameters for working directory/dbname/user/"
13958 #: src/tools/dbcheck.c:191
13960 msgid "Error can not find the Catalog name[%s] in the given config file [%s]\n"
13963 #: src/tools/dbcheck.c:193
13965 msgid "Error there is no Catalog section in the given config file [%s]\n"
13968 #: src/tools/dbcheck.c:202
13969 msgid "Error no Director resource defined.\n"
13972 #: src/tools/dbcheck.c:216
13973 msgid "Wrong number of arguments.\n"
13976 #: src/tools/dbcheck.c:221
13977 msgid "Working directory not supplied.\n"
13980 #: src/tools/dbcheck.c:285
13982 msgid "Hello, this is the database check/correct program.\n"
13985 #: src/tools/dbcheck.c:287
13987 msgid "Modify database is on."
13990 #: src/tools/dbcheck.c:289
13992 msgid "Modify database is off."
13995 #: src/tools/dbcheck.c:291 src/tools/dbcheck.c:352
13997 msgid " Verbose is on.\n"
14000 #: src/tools/dbcheck.c:293 src/tools/dbcheck.c:354
14002 msgid " Verbose is off.\n"
14005 #: src/tools/dbcheck.c:295
14007 msgid "Please select the fuction you want to perform.\n"
14010 #: src/tools/dbcheck.c:299
14014 " 1) Toggle modify database flag\n"
14015 " 2) Toggle verbose flag\n"
14016 " 3) Repair bad Filename records\n"
14017 " 4) Repair bad Path records\n"
14018 " 5) Eliminate duplicate Filename records\n"
14019 " 6) Eliminate duplicate Path records\n"
14020 " 7) Eliminate orphaned Jobmedia records\n"
14021 " 8) Eliminate orphaned File records\n"
14022 " 9) Eliminate orphaned Path records\n"
14023 " 10) Eliminate orphaned Filename records\n"
14024 " 11) Eliminate orphaned FileSet records\n"
14025 " 12) Eliminate orphaned Client records\n"
14026 " 13) Eliminate orphaned Job records\n"
14027 " 14) Eliminate all Admin records\n"
14028 " 15) Eliminate all Restore records\n"
14029 " 16) All (3-15)\n"
14033 #: src/tools/dbcheck.c:318
14037 " 1) Toggle modify database flag\n"
14038 " 2) Toggle verbose flag\n"
14039 " 3) Check for bad Filename records\n"
14040 " 4) Check for bad Path records\n"
14041 " 5) Check for duplicate Filename records\n"
14042 " 6) Check for duplicate Path records\n"
14043 " 7) Check for orphaned Jobmedia records\n"
14044 " 8) Check for orphaned File records\n"
14045 " 9) Check for orphaned Path records\n"
14046 " 10) Check for orphaned Filename records\n"
14047 " 11) Check for orphaned FileSet records\n"
14048 " 12) Check for orphaned Client records\n"
14049 " 13) Check for orphaned Job records\n"
14050 " 14) Check for all Admin records\n"
14051 " 15) Check for all Restore records\n"
14052 " 16) All (3-15)\n"
14056 #: src/tools/dbcheck.c:338
14057 msgid "Select function number: "
14060 #: src/tools/dbcheck.c:345
14062 msgid "Database will be modified.\n"
14065 #: src/tools/dbcheck.c:347
14067 msgid "Database will NOT be modified.\n"
14070 #: src/tools/dbcheck.c:437
14072 msgid "JobId=%s Name=\"%s\" StartTime=%s\n"
14075 #: src/tools/dbcheck.c:445
14077 msgid "Orphaned JobMediaId=%s JobId=%s Volume=\"%s\"\n"
14080 #: src/tools/dbcheck.c:452
14082 msgid "Orphaned FileId=%s JobId=%s Volume=\"%s\"\n"
14085 #: src/tools/dbcheck.c:459
14087 msgid "Orphaned FileSetId=%s FileSet=\"%s\" MD5=%s\n"
14090 #: src/tools/dbcheck.c:466
14092 msgid "Orphaned ClientId=%s Name=\"%s\"\n"
14095 #: src/tools/dbcheck.c:520
14097 msgid "Deleting: %s\n"
14100 #: src/tools/dbcheck.c:594
14102 msgid "Checking for duplicate Filename entries.\n"
14105 #: src/tools/dbcheck.c:603
14107 msgid "Found %d duplicate Filename records.\n"
14110 #: src/tools/dbcheck.c:604
14111 msgid "Print the list? (yes/no): "
14114 #: src/tools/dbcheck.c:623 src/tools/dbcheck.c:681
14116 msgid "Found %d for: %s\n"
14119 #: src/tools/dbcheck.c:651
14121 msgid "Checking for duplicate Path entries.\n"
14124 #: src/tools/dbcheck.c:661
14126 msgid "Found %d duplicate Path records.\n"
14129 #: src/tools/dbcheck.c:662 src/tools/dbcheck.c:716 src/tools/dbcheck.c:760
14130 #: src/tools/dbcheck.c:803 src/tools/dbcheck.c:842 src/tools/dbcheck.c:880
14131 #: src/tools/dbcheck.c:921 src/tools/dbcheck.c:962 src/tools/dbcheck.c:1000
14132 #: src/tools/dbcheck.c:1033 src/tools/dbcheck.c:1070 src/tools/dbcheck.c:1134
14133 msgid "Print them? (yes/no): "
14136 #: src/tools/dbcheck.c:709
14138 msgid "Checking for orphaned JobMedia entries.\n"
14141 #: src/tools/dbcheck.c:715
14143 msgid "Found %d orphaned JobMedia records.\n"
14146 #: src/tools/dbcheck.c:733
14148 msgid "Deleting %d orphaned JobMedia records.\n"
14151 #: src/tools/dbcheck.c:750
14153 msgid "Checking for orphaned File entries. This may take some time!\n"
14156 #: src/tools/dbcheck.c:759
14158 msgid "Found %d orphaned File records.\n"
14161 #: src/tools/dbcheck.c:776
14163 msgid "Deleting %d orphaned File records.\n"
14166 #: src/tools/dbcheck.c:793
14168 msgid "Checking for orphaned Path entries. This may take some time!\n"
14171 #: src/tools/dbcheck.c:802
14173 msgid "Found %d orphaned Path records.\n"
14176 #: src/tools/dbcheck.c:815
14178 msgid "Deleting %d orphaned Path records.\n"
14181 #: src/tools/dbcheck.c:832
14183 msgid "Checking for orphaned Filename entries. This may take some time!\n"
14186 #: src/tools/dbcheck.c:841
14188 msgid "Found %d orphaned Filename records.\n"
14191 #: src/tools/dbcheck.c:854
14193 msgid "Deleting %d orphaned Filename records.\n"
14196 #: src/tools/dbcheck.c:869
14198 msgid "Checking for orphaned FileSet entries. This takes some time!\n"
14201 #: src/tools/dbcheck.c:879
14203 msgid "Found %d orphaned FileSet records.\n"
14206 #: src/tools/dbcheck.c:894
14208 msgid "Deleting %d orphaned FileSet records.\n"
14211 #: src/tools/dbcheck.c:903
14213 msgid "Checking for orphaned Client entries.\n"
14216 #: src/tools/dbcheck.c:920
14218 msgid "Found %d orphaned Client records.\n"
14221 #: src/tools/dbcheck.c:935
14223 msgid "Deleting %d orphaned Client records.\n"
14226 #: src/tools/dbcheck.c:944
14228 msgid "Checking for orphaned Job entries.\n"
14231 #: src/tools/dbcheck.c:961
14233 msgid "Found %d orphaned Job records.\n"
14236 #: src/tools/dbcheck.c:976
14238 msgid "Deleting %d orphaned Job records.\n"
14241 #: src/tools/dbcheck.c:978
14243 msgid "Deleting JobMedia records of orphaned Job records.\n"
14246 #: src/tools/dbcheck.c:980
14248 msgid "Deleting Log records of orphaned Job records.\n"
14251 #: src/tools/dbcheck.c:990
14253 msgid "Checking for Admin Job entries.\n"
14256 #: src/tools/dbcheck.c:999
14258 msgid "Found %d Admin Job records.\n"
14261 #: src/tools/dbcheck.c:1014
14263 msgid "Deleting %d Admin Job records.\n"
14266 #: src/tools/dbcheck.c:1023
14268 msgid "Checking for Restore Job entries.\n"
14271 #: src/tools/dbcheck.c:1032
14273 msgid "Found %d Restore Job records.\n"
14276 #: src/tools/dbcheck.c:1047
14278 msgid "Deleting %d Restore Job records.\n"
14281 #: src/tools/dbcheck.c:1060
14283 msgid "Checking for Filenames with a trailing slash\n"
14286 #: src/tools/dbcheck.c:1069
14288 msgid "Found %d bad Filename records.\n"
14291 #: src/tools/dbcheck.c:1087 src/tools/dbcheck.c:1150
14293 msgid "Reparing %d bad Filename records.\n"
14296 #: src/tools/dbcheck.c:1124
14298 msgid "Checking for Paths without a trailing slash\n"
14301 #: src/tools/dbcheck.c:1133
14303 msgid "Found %d bad Path records.\n"
14306 #: src/tools/drivetype.c:47
14310 "Usage: drivetype [-v] path ...\n"
14312 " Print the drive type a given file/directory is on.\n"
14313 " The following options are supported:\n"
14315 " -v print both path and file system type.\n"
14316 " -? print this message.\n"
14320 #: src/tools/drivetype.c:101 src/tools/fstype.c:101
14322 msgid "%s: unknown\n"
14325 #: src/tools/fstype.c:47
14329 "Usage: fstype [-v] path ...\n"
14331 " Print the file system type a given file/directory is on.\n"
14332 " The following options are supported:\n"
14334 " -v print both path and file system type.\n"
14335 " -? print this message.\n"
14339 #: src/tools/testfind.c:66
14343 "Usage: testfind [-d debug_level] [-] [pattern1 ...]\n"
14344 " -a print extended attributes (Win32 debug)\n"
14345 " -dnn set debug level to nn\n"
14346 " -c specify config file containing FileSet resources\n"
14347 " -f specify which FileSet to use\n"
14348 " -? print this message.\n"
14350 "Patterns are used for file inclusion -- normally directories.\n"
14351 "Debug level >= 1 prints each file found.\n"
14352 "Debug level >= 10 prints path/file for catalog.\n"
14353 "Errors are always printed.\n"
14354 "Files/paths truncated is the number of files/paths with len > 255.\n"
14355 "Truncation is only in the catalog.\n"
14359 #: src/tools/testfind.c:225
14363 "Total files : %d\n"
14364 "Max file length: %d\n"
14365 "Max path length: %d\n"
14366 "Files truncated: %d\n"
14367 "Paths truncated: %d\n"
14368 "Hard links : %d\n"
14371 #: src/tools/testfind.c:265
14376 #: src/tools/testfind.c:287
14377 msgid "\t[will not descend: recursion turned off]"
14380 #: src/tools/testfind.c:289
14381 msgid "\t[will not descend: file system change not allowed]"
14384 #: src/tools/testfind.c:291
14385 msgid "\t[will not descend: disallowed file system]"
14388 #: src/tools/testfind.c:293
14389 msgid "\t[will not descend: disallowed drive type]"
14392 #: src/tools/testfind.c:309 src/tools/testls.c:188
14394 msgid "Err: Could not access %s: %s\n"
14397 #: src/tools/testfind.c:312 src/tools/testls.c:191
14399 msgid "Err: Could not follow ff->link %s: %s\n"
14402 #: src/tools/testfind.c:315 src/tools/testls.c:194
14404 msgid "Err: Could not stat %s: %s\n"
14407 #: src/tools/testfind.c:318 src/tools/testls.c:197
14409 msgid "Skip: File not saved. No change. %s\n"
14412 #: src/tools/testfind.c:321 src/tools/testls.c:200
14414 msgid "Err: Attempt to backup archive. Not saved. %s\n"
14417 #: src/tools/testfind.c:324 src/tools/testls.c:209
14419 msgid "Err: Could not open directory %s: %s\n"
14422 #: src/tools/testfind.c:327 src/tools/testls.c:212
14424 msgid "Err: Unknown file ff->type %d: %s\n"
14427 #: src/tools/testfind.c:377
14429 msgid "===== Filename truncated to 255 chars: %s\n"
14432 #: src/tools/testfind.c:394
14434 msgid "========== Path name truncated to 255 chars: %s\n"
14437 #: src/tools/testfind.c:403
14439 msgid "========== Path length is zero. File=%s\n"
14442 #: src/tools/testfind.c:406
14447 #: src/tools/testls.c:55
14451 "Usage: testls [-d debug_level] [-] [pattern1 ...]\n"
14452 " -a print extended attributes (Win32 debug)\n"
14453 " -dnn set debug level to nn\n"
14454 " -e specify file of exclude patterns\n"
14455 " -i specify file of include patterns\n"
14456 " - read pattern(s) from stdin\n"
14457 " -? print this message.\n"
14459 "Patterns are file inclusion -- normally directories.\n"
14460 "Debug level >= 1 prints each file found.\n"
14461 "Debug level >= 10 prints path/file for catalog.\n"
14462 "Errors always printed.\n"
14463 "Files/paths truncated is number with len > 255.\n"
14464 "Truncation is only in catalog.\n"
14468 #: src/tools/testls.c:140
14470 msgid "Could not open include file: %s\n"
14473 #: src/tools/testls.c:153
14475 msgid "Could not open exclude file: %s\n"
14478 #: src/tools/testls.c:203
14480 msgid "Recursion turned off. Directory not entered. %s\n"
14483 #: src/tools/testls.c:206
14485 msgid "Skip: File system change prohibited. Directory not entered. %s\n"
14488 #: src/tray-monitor/authenticate.c:88
14490 "Director authorization problem.\n"
14491 "Most likely the passwords do not agree.\n"
14492 "Please see http://www.bacula.org/rel-manual/faq.html#AuthorizationErrors for "
14496 #: src/tray-monitor/authenticate.c:138
14498 "Director and Storage daemon passwords or names not the same.\n"
14499 "Please see http://www.bacula.org/rel-manual/faq.html#AuthorizationErrors for "
14503 #: src/tray-monitor/authenticate.c:145
14505 msgid "bdird<stored: bad response to Hello command: ERR=%s\n"
14508 #: src/tray-monitor/authenticate.c:178
14510 msgid "Error sending Hello to File daemon. ERR=%s\n"
14513 #: src/tray-monitor/authenticate.c:184
14515 "Director and File daemon passwords or names not the same.\n"
14516 "Please see http://www.bacula.org/rel-manual/faq.html#AuthorizationErrors for "
14520 #: src/tray-monitor/tray-monitor.c:113
14523 "Written by Nicolas Boichat (2004)\n"
14525 "Version: %s (%s) %s %s %s\n"
14527 "Usage: tray-monitor [-c config_file] [-d debug_level]\n"
14528 " -c <file> set configuration file to file\n"
14529 " -dnn set debug level to nn\n"
14530 " -t test - read configuration and exit\n"
14531 " -? print this message.\n"
14535 #: src/tray-monitor/tray-monitor.c:262
14538 "Error: %d Monitor resources defined in %s. You must define one and only one "
14539 "Monitor resource.\n"
14542 #: src/tray-monitor/tray-monitor.c:293
14545 "No Client, Storage or Director resource defined in %s\n"
14546 "Without that I don't how to get status from the File, Storage or Director "
14550 #: src/tray-monitor/tray-monitor.c:315
14553 "Invalid refresh interval defined in %s\n"
14554 "This value must be greater or equal to 1 second and less or equal to 10 "
14555 "minutes (read value: %d).\n"
14558 #: src/tray-monitor/tray-monitor.c:330
14559 msgid "Open status window..."
14562 #: src/tray-monitor/tray-monitor.c:336
14566 #: src/tray-monitor/tray-monitor.c:348
14567 msgid "Bacula tray monitor"
14570 #: src/tray-monitor/tray-monitor.c:373
14574 #: src/tray-monitor/tray-monitor.c:377
14578 #: src/tray-monitor/tray-monitor.c:381
14582 #: src/tray-monitor/tray-monitor.c:394
14583 msgid "Unknown status."
14586 #: src/tray-monitor/tray-monitor.c:464
14587 msgid "Refresh interval in seconds: "
14590 #: src/tray-monitor/tray-monitor.c:472
14591 msgid "Refresh now"
14594 #: src/tray-monitor/tray-monitor.c:476
14598 #: src/tray-monitor/tray-monitor.c:480
14602 #: src/tray-monitor/tray-monitor.c:500
14604 msgid "Disconnecting from Director %s:%d\n"
14607 #: src/tray-monitor/tray-monitor.c:503
14609 msgid "Disconnecting from Client %s:%d\n"
14612 #: src/tray-monitor/tray-monitor.c:506
14614 msgid "Disconnecting from Storage %s:%d\n"
14617 #: src/tray-monitor/tray-monitor.c:543 src/tray-monitor/tray-monitor.c:554
14618 msgid "Bacula Tray Monitor"
14621 #: src/tray-monitor/tray-monitor.c:545 src/tray-monitor/tray-monitor.c:556
14622 msgid "Written by Nicolas Boichat\n"
14625 #: src/tray-monitor/tray-monitor.c:546 src/tray-monitor/tray-monitor.c:557
14629 #: src/tray-monitor/tray-monitor.c:625
14631 msgid "Error, currentitem is not a Client or a Storage..\n"
14634 #: src/tray-monitor/tray-monitor.c:699
14637 "Current job: %s\n"
14641 #: src/tray-monitor/tray-monitor.c:711
14643 msgid " (%d errors)"
14646 #: src/tray-monitor/tray-monitor.c:714
14648 msgid " (%d error)"
14651 #: src/tray-monitor/tray-monitor.c:752
14652 msgid "No current job."
14655 #: src/tray-monitor/tray-monitor.c:755
14656 msgid "No last job."
14659 #: src/tray-monitor/tray-monitor.c:763
14660 msgid "Job status: Created"
14663 #: src/tray-monitor/tray-monitor.c:768
14664 msgid "Job status: Running"
14667 #: src/tray-monitor/tray-monitor.c:772
14668 msgid "Job status: Blocked"
14671 #: src/tray-monitor/tray-monitor.c:777
14672 msgid "Job status: Terminated"
14675 #: src/tray-monitor/tray-monitor.c:782
14676 msgid "Job status: Terminated in error"
14679 #: src/tray-monitor/tray-monitor.c:788
14680 msgid "Job status: Error"
14683 #: src/tray-monitor/tray-monitor.c:792
14684 msgid "Job status: Fatal error"
14687 #: src/tray-monitor/tray-monitor.c:797
14688 msgid "Job status: Verify differences"
14691 #: src/tray-monitor/tray-monitor.c:802
14692 msgid "Job status: Canceled"
14695 #: src/tray-monitor/tray-monitor.c:807
14696 msgid "Job status: Waiting on File daemon"
14699 #: src/tray-monitor/tray-monitor.c:812
14700 msgid "Job status: Waiting on the Storage daemon"
14703 #: src/tray-monitor/tray-monitor.c:817
14704 msgid "Job status: Waiting for new media"
14707 #: src/tray-monitor/tray-monitor.c:822
14708 msgid "Job status: Waiting for Mount"
14711 #: src/tray-monitor/tray-monitor.c:827
14712 msgid "Job status: Waiting for storage resource"
14715 #: src/tray-monitor/tray-monitor.c:832
14716 msgid "Job status: Waiting for job resource"
14719 #: src/tray-monitor/tray-monitor.c:837
14720 msgid "Job status: Waiting for Client resource"
14723 #: src/tray-monitor/tray-monitor.c:842
14724 msgid "Job status: Waiting for maximum jobs"
14727 #: src/tray-monitor/tray-monitor.c:847
14728 msgid "Job status: Waiting for start time"
14731 #: src/tray-monitor/tray-monitor.c:852
14732 msgid "Job status: Waiting for higher priority jobs to finish"
14735 #: src/tray-monitor/tray-monitor.c:857
14737 msgid "Unknown job status %c."
14740 #: src/tray-monitor/tray-monitor.c:858
14742 msgid "Job status: Unknown(%c)"
14745 #: src/tray-monitor/tray-monitor.c:865
14747 msgid "Bad scan : '%s' %d\n"
14750 #: src/tray-monitor/tray-monitor.c:906
14752 msgid "Connecting to Director %s:%d"
14755 #: src/tray-monitor/tray-monitor.c:912
14757 msgid "Connecting to Client %s:%d\n"
14760 #: src/tray-monitor/tray-monitor.c:913
14762 msgid "Connecting to Client %s:%d"
14765 #: src/tray-monitor/tray-monitor.c:919
14767 msgid "Connecting to Storage %s:%d\n"
14770 #: src/tray-monitor/tray-monitor.c:920
14772 msgid "Connecting to Storage %s:%d"
14775 #: src/tray-monitor/tray-monitor.c:925 src/tray-monitor/tray-monitor.c:963
14777 msgid "Error, currentitem is not a Client, a Storage or a Director..\n"
14780 #: src/tray-monitor/tray-monitor.c:931
14781 msgid "Cannot connect to daemon.\n"
14784 #: src/tray-monitor/tray-monitor.c:932
14785 msgid "Cannot connect to daemon."
14788 #: src/tray-monitor/tray-monitor.c:944
14790 msgid "Authentication error : %s"
14793 #: src/tray-monitor/tray-monitor.c:951
14794 msgid "Opened connection with Director daemon.\n"
14797 #: src/tray-monitor/tray-monitor.c:952
14798 msgid "Opened connection with Director daemon."
14801 #: src/tray-monitor/tray-monitor.c:955
14802 msgid "Opened connection with File daemon.\n"
14805 #: src/tray-monitor/tray-monitor.c:956
14806 msgid "Opened connection with File daemon."
14809 #: src/tray-monitor/tray-monitor.c:959
14810 msgid "Opened connection with Storage daemon.\n"
14813 #: src/tray-monitor/tray-monitor.c:960
14814 msgid "Opened connection with Storage daemon."
14817 #: src/tray-monitor/tray-monitor.c:997
14818 msgid "<< Error: BNET_PROMPT signal received. >>\n"
14821 #: src/tray-monitor/tray-monitor.c:1002 src/wx-console/console_thread.cpp:486
14822 msgid "<< Heartbeat signal received, answered. >>\n"
14825 #: src/tray-monitor/tray-monitor.c:1006
14827 msgid "<< Unexpected signal received : %s >>\n"
14830 #: src/tray-monitor/tray-monitor.c:1011
14834 #: src/tray-monitor/tray-monitor.c:1015
14835 msgid "Error : BNET_HARDEOF or BNET_ERROR"
14838 #: src/tray-monitor/tray-monitor.c:1021
14842 #: src/tray-monitor/tray-monitor.c:1025
14843 msgid "Error : Connection closed."
14846 #: src/tray-monitor/tray_conf.c:177
14848 msgid "Monitor: name=%s FDtimeout=%s SDtimeout=%s\n"
14851 #: src/tray-monitor/tray_conf.c:183
14853 msgid "Director: name=%s address=%s FDport=%d\n"
14856 #: src/tray-monitor/tray_conf.c:187
14858 msgid "Client: name=%s address=%s FDport=%d\n"
14861 #: src/tray-monitor/tray_conf.c:191
14863 msgid "Storage: name=%s address=%s SDport=%d\n"
14866 #: src/wx-console/authenticate.c:150
14867 msgid "Bad response to Hello command: ERR="
14870 #: src/baconfig.h:72
14872 msgid "Failed ASSERT: %s\n"
14875 #: src/baconfig.h:79
14879 #: src/win32/dird/winmain.cpp:193 src/win32/dird/winmain.cpp:200
14880 #: src/win32/filed/winmain.cpp:224 src/win32/filed/winmain.cpp:231
14881 #: src/win32/stored/baculasd/winmain.cpp:225
14882 #: src/win32/stored/baculasd/winmain.cpp:232
14883 msgid "Bacula Usage"
14886 #: src/win32/dird/winmain.cpp:197 src/win32/filed/winmain.cpp:228
14887 #: src/win32/stored/baculasd/winmain.cpp:229
14888 msgid "Bad Command Line Options"
14891 #: src/win32/dird/winservice.cpp:119 src/win32/filed/winservice.cpp:238
14892 #: src/win32/stored/baculasd/winservice.cpp:169
14893 msgid "StartServiceCtrlDispatcher failed."
14896 #: src/win32/dird/winservice.cpp:135 src/win32/filed/winservice.cpp:256
14897 #: src/win32/stored/baculasd/winservice.cpp:185
14898 msgid "RegisterServiceCtlHandler failed"
14901 #: src/win32/dird/winservice.cpp:136 src/win32/filed/winservice.cpp:257
14902 #: src/win32/stored/baculasd/winservice.cpp:186
14903 msgid "Contact Register Service Handler failure"
14906 #: src/win32/dird/winservice.cpp:152 src/win32/filed/winservice.cpp:273
14907 #: src/win32/stored/baculasd/winservice.cpp:202
14908 msgid "ReportStatus STOPPED failed 1"
14911 #: src/win32/dird/winservice.cpp:175 src/win32/filed/winservice.cpp:296
14912 #: src/win32/stored/baculasd/winservice.cpp:225
14913 msgid "Report Service failure"
14916 #: src/win32/dird/winservice.cpp:211
14917 msgid "Unable to install Bacula Director service"
14920 #: src/win32/dird/winservice.cpp:219 src/win32/filed/winservice.cpp:340
14921 #: src/win32/stored/baculasd/winservice.cpp:269
14922 msgid "Service command length too long"
14925 #: src/win32/dird/winservice.cpp:220 src/win32/filed/winservice.cpp:341
14926 #: src/win32/stored/baculasd/winservice.cpp:270
14927 msgid "Service command length too long. Service not registered."
14930 #: src/win32/dird/winservice.cpp:233
14932 "The Service Control Manager could not be contacted - the Bacula Director "
14933 "service was not installed"
14936 #: src/win32/dird/winservice.cpp:258
14937 msgid "The Bacula Director service could not be installed"
14940 #: src/win32/dird/winservice.cpp:264
14941 msgid "Provides director services. Bacula -- the network backup solution."
14944 #: src/win32/dird/winservice.cpp:272
14946 "The Bacula Director service was successfully installed.\n"
14947 "The service may be started from the Control Panel and will\n"
14948 "automatically be run the next time this machine is rebooted."
14951 #: src/win32/dird/winservice.cpp:311
14952 msgid "The Bacula Director service could not be stopped"
14955 #: src/win32/dird/winservice.cpp:318
14956 msgid "The Bacula Director service has been removed"
14959 #: src/win32/dird/winservice.cpp:321
14960 msgid "The Bacula Director service could not be removed"
14963 #: src/win32/dird/winservice.cpp:326
14964 msgid "The Bacula Director service could not be found"
14967 #: src/win32/dird/winservice.cpp:331
14969 "The SCM could not be contacted - the Bacula Director service was not removed"
14972 #: src/win32/dird/winservice.cpp:393 src/win32/filed/winservice.cpp:604
14973 #: src/win32/stored/baculasd/winservice.cpp:443
14974 msgid "SetServiceStatus failed"
14977 #: src/win32/dird/winservice.cpp:421 src/win32/filed/winservice.cpp:632
14978 #: src/win32/stored/baculasd/winservice.cpp:471
14983 "%s error: %ld at %s:%d"
14986 #: src/win32/dird/winservice.cpp:496 src/win32/filed/winservice.cpp:707
14987 #: src/win32/stored/baculasd/winservice.cpp:546
14989 msgid "Locked by: %s, duration: %ld seconds\n"
14992 #: src/win32/dird/winservice.cpp:500 src/win32/filed/winservice.cpp:711
14993 #: src/win32/stored/baculasd/winservice.cpp:550
14995 msgid "No longer locked\n"
14998 #: src/win32/dird/winservice.cpp:504 src/win32/filed/winservice.cpp:715
14999 #: src/win32/stored/baculasd/winservice.cpp:554
15000 msgid "Could not lock database"
15003 #: src/win32/filed/winmain.cpp:326 src/win32/stored/baculasd/winmain.cpp:326
15004 msgid "Another instance of Bacula is already running"
15007 #: src/win32/filed/winservice.cpp:111 src/win32/filed/winservice.cpp:125
15008 msgid "No existing instance of Bacula File service could be contacted"
15011 #: src/win32/filed/winservice.cpp:196
15012 msgid "KERNEL32.DLL not found: Bacula service not started"
15015 #: src/win32/filed/winservice.cpp:206
15016 msgid "Registry service not found: Bacula service not started"
15019 #: src/win32/filed/winservice.cpp:208
15020 msgid "Registry service not found"
15023 #: src/win32/filed/winservice.cpp:332
15024 msgid "Unable to install Bacula File service"
15027 #: src/win32/filed/winservice.cpp:356
15028 msgid "Cannot write System Registry"
15031 #: src/win32/filed/winservice.cpp:357
15033 "The System Registry could not be updated - the Bacula service was not "
15037 #: src/win32/filed/winservice.cpp:364
15038 msgid "Cannot add Bacula key to System Registry"
15041 #: src/win32/filed/winservice.cpp:365 src/win32/filed/winservice.cpp:418
15042 msgid "The Bacula service could not be installed"
15045 #: src/win32/filed/winservice.cpp:374
15047 "The Bacula File service was successfully installed.\n"
15048 "The service may be started by double clicking on the\n"
15049 "Bacula \"Start\" icon and will be automatically\n"
15050 "be run the next time this machine is rebooted. "
15053 #: src/win32/filed/winservice.cpp:393
15055 "The Service Control Manager could not be contacted - the Bacula service was "
15059 #: src/win32/filed/winservice.cpp:424
15061 "Provides file backup and restore services. Bacula -- the network backup "
15065 #: src/win32/filed/winservice.cpp:432
15067 "The Bacula File service was successfully installed.\n"
15068 "The service may be started from the Control Panel and will\n"
15069 "automatically be run the next time this machine is rebooted."
15072 #: src/win32/filed/winservice.cpp:442
15074 "Unknown Windows operating system.\n"
15075 "Cannot install Bacula service.\n"
15078 #: src/win32/filed/winservice.cpp:467
15080 "Could not find registry entry.\n"
15081 "Service probably not registerd - the Bacula service was not removed"
15084 #: src/win32/filed/winservice.cpp:472
15086 "Could not delete Registry key.\n"
15087 "The Bacula service could not be removed"
15090 #: src/win32/filed/winservice.cpp:482
15091 msgid "Bacula could not be contacted, probably not running"
15094 #: src/win32/filed/winservice.cpp:489
15095 msgid "The Bacula service has been removed"
15098 #: src/win32/filed/winservice.cpp:520
15099 msgid "The Bacula file service could not be stopped"
15102 #: src/win32/filed/winservice.cpp:527
15103 msgid "The Bacula file service has been removed"
15106 #: src/win32/filed/winservice.cpp:530
15107 msgid "The Bacula file service could not be removed"
15110 #: src/win32/filed/winservice.cpp:535
15111 msgid "The Bacula file service could not be found"
15114 #: src/win32/filed/winservice.cpp:540
15116 "The SCM could not be contacted - the Bacula file service was not removed"
15119 #: src/win32/stored/baculasd/winservice.cpp:85
15120 #: src/win32/stored/baculasd/winservice.cpp:99
15121 msgid "No existing instance of Bacula storage service could be contacted"
15124 #: src/win32/stored/baculasd/winservice.cpp:261
15125 msgid "Unable to install Bacula Storage service"
15128 #: src/win32/stored/baculasd/winservice.cpp:283
15130 "The Service Control Manager could not be contacted - the Bacula Storage "
15131 "service was not installed"
15134 #: src/win32/stored/baculasd/winservice.cpp:308
15135 msgid "The Bacula Storage service could not be installed"
15138 #: src/win32/stored/baculasd/winservice.cpp:314
15139 msgid "Provides storage services. Bacula -- the network backup solution."
15142 #: src/win32/stored/baculasd/winservice.cpp:322
15144 "The Bacula Storage service was successfully installed.\n"
15145 "The service may be started from the Control Panel and will\n"
15146 "automatically be run the next time this machine is rebooted."
15149 #: src/win32/stored/baculasd/winservice.cpp:361
15150 msgid "The Bacula Storage service could not be stopped"
15153 #: src/win32/stored/baculasd/winservice.cpp:368
15154 msgid "The Bacula Storage service has been removed"
15157 #: src/win32/stored/baculasd/winservice.cpp:371
15158 msgid "The Bacula Storage service could not be removed"
15161 #: src/win32/stored/baculasd/winservice.cpp:376
15162 msgid "The Bacula Storage service could not be found"
15165 #: src/win32/stored/baculasd/winservice.cpp:381
15167 "The SCM could not be contacted - the Bacula Storage service was not removed"
15170 #: src/wx-console/console_thread.cpp:121
15173 "Neither \"TLS CA Certificate\" or \"TLS CA Certificate Dir\" are defined for "
15174 "Director \"%s\" in config file.\n"
15175 "At least one CA certificate store is required.\n"
15178 #: src/wx-console/console_thread.cpp:128
15180 "No Director resource defined in config file.\n"
15181 "Without that I don't how to speak to the Director :-(\n"
15184 #: src/wx-console/console_thread.cpp:147
15187 "Neither \"TLS CA Certificate\" or \"TLS CA Certificate Dir\" are defined for "
15188 "Console \"%s\" in config file.\n"
15191 #: src/wx-console/console_thread.cpp:169
15192 msgid "Error while initializing windows sockets...\n"
15195 #: src/wx-console/console_thread.cpp:185
15196 msgid "Error while cleaning up windows sockets...\n"
15199 #: src/wx-console/console_thread.cpp:224
15200 msgid "Error while initializing library."
15203 #: src/wx-console/console_thread.cpp:248
15204 msgid "Cryptographic library initialization failed.\n"
15207 #: src/wx-console/console_thread.cpp:252
15208 msgid "Please correct configuration file.\n"
15211 #: src/wx-console/console_thread.cpp:294
15212 msgid "Error : Library not initialized\n"
15215 #: src/wx-console/console_thread.cpp:305
15216 msgid "Error : No configuration file loaded\n"
15219 #: src/wx-console/console_thread.cpp:315
15220 msgid "Connecting...\n"
15223 #: src/wx-console/console_thread.cpp:331
15224 msgid "Error : No director defined in config file.\n"
15227 #: src/wx-console/console_thread.cpp:343
15228 msgid "Multiple directors found in your config file.\n"
15231 #: src/wx-console/console_thread.cpp:352
15233 msgid "Please choose a director (1-%d): "
15236 #: src/wx-console/console_thread.cpp:424
15237 msgid "Failed to connect to the director\n"
15240 #: src/wx-console/console_thread.cpp:434
15241 msgid "Connected\n"
15244 #: src/wx-console/console_thread.cpp:491
15245 msgid "<< Unexpected signal received : "
15248 #: src/wx-console/console_thread.cpp:511
15249 msgid "Connection terminated\n"
15252 #: src/wx-console/main.cpp:119
15253 msgid "Bacula bwx-console"
15256 #: src/wx-console/main.cpp:124 src/wx-console/wxbmainframe.cpp:267
15258 msgid "Welcome to bacula bwx-console %s (%s)!\n"
15261 #: src/wx-console/wxbconfigfileeditor.cpp:65
15262 msgid "Config file editor"
15265 #: src/wx-console/wxbconfigfileeditor.cpp:75
15266 msgid "# Bacula bwx-console Configuration File\n"
15269 #: src/wx-console/wxbconfigfileeditor.cpp:111
15270 msgid "Save and close"
15273 #: src/wx-console/wxbconfigfileeditor.cpp:112
15274 msgid "Close without saving"
15277 #: src/wx-console/wxbconfigfileeditor.cpp:139
15279 msgid "Unable to write to %s\n"
15282 #: src/wx-console/wxbconfigfileeditor.cpp:140
15283 msgid "Error while saving"
15286 #: src/wx-console/wxbconfigpanel.cpp:205
15290 #: src/wx-console/wxbhistorytextctrl.cpp:82
15291 #: src/wx-console/wxbhistorytextctrl.cpp:153
15292 #: src/wx-console/wxbmainframe.cpp:291
15293 msgid "Type your command below:"
15296 #: src/wx-console/wxbhistorytextctrl.cpp:117
15297 msgid "Unknown command."
15300 #: src/wx-console/wxbhistorytextctrl.cpp:126
15301 msgid "Possible completions: "
15304 #: src/wx-console/wxbmainframe.cpp:246
15305 msgid "&About...\tF1"
15308 #: src/wx-console/wxbmainframe.cpp:246
15309 msgid "Show about dialog"
15312 #: src/wx-console/wxbmainframe.cpp:248 src/wx-console/wxbmainframe.cpp:620
15313 msgid "Connect to the director"
15316 #: src/wx-console/wxbmainframe.cpp:249
15320 #: src/wx-console/wxbmainframe.cpp:249
15321 msgid "Disconnect of the director"
15324 #: src/wx-console/wxbmainframe.cpp:251
15325 msgid "Change of configuration file"
15328 #: src/wx-console/wxbmainframe.cpp:251
15329 msgid "Change your default configuration file"
15332 #: src/wx-console/wxbmainframe.cpp:252
15333 msgid "Edit your configuration file"
15336 #: src/wx-console/wxbmainframe.cpp:254
15337 msgid "E&xit\tAlt-X"
15340 #: src/wx-console/wxbmainframe.cpp:254
15341 msgid "Quit this program"
15344 #: src/wx-console/wxbmainframe.cpp:258
15348 #: src/wx-console/wxbmainframe.cpp:259
15352 #: src/wx-console/wxbmainframe.cpp:283
15354 "Warning : Unicode is disabled because you are using wxWidgets for GTK+ 1.2.\n"
15357 #: src/wx-console/wxbmainframe.cpp:287
15359 "Warning : There is a problem with wxWidgets for GTK+ 2.0 without Unicode "
15360 "support when handling non-ASCII filenames: Every non-ASCII character in such "
15361 "filenames will be replaced by an interrogation mark.\n"
15362 "If this behaviour disturbs you, please build bwx-console against a Unicode "
15363 "version of wxWidgets for GTK+ 2.0.\n"
15367 #: src/wx-console/wxbmainframe.cpp:298
15371 #: src/wx-console/wxbmainframe.cpp:375 src/wx-console/wxbmainframe.cpp:387
15372 msgid "Error while parsing command line arguments, using defaults.\n"
15375 #: src/wx-console/wxbmainframe.cpp:376 src/wx-console/wxbmainframe.cpp:388
15376 msgid "Usage: bwx-console [-c configfile] [-w tmp]\n"
15379 #: src/wx-console/wxbmainframe.cpp:417
15382 "It seems that it is the first time you run bwx-console.\n"
15383 "This file (%s) has been choosen as default configuration file.\n"
15384 "Do you want to edit it? (if you click No you will have to select another "
15388 #: src/wx-console/wxbmainframe.cpp:419
15392 #: src/wx-console/wxbmainframe.cpp:436
15395 "Unable to read %s\n"
15397 "Do you want to choose another one? (Press no to edit this file)"
15400 #: src/wx-console/wxbmainframe.cpp:438
15401 msgid "Unable to read configuration file"
15404 #: src/wx-console/wxbmainframe.cpp:450
15405 msgid "Please choose a configuration file to use"
15408 #: src/wx-console/wxbmainframe.cpp:463
15409 msgid "This configuration file has been successfully read, use it as default?"
15412 #: src/wx-console/wxbmainframe.cpp:464
15413 msgid "Configuration file read successfully"
15416 #: src/wx-console/wxbmainframe.cpp:474
15418 msgid "Using this configuration file: %s\n"
15421 #: src/wx-console/wxbmainframe.cpp:479
15422 msgid "Connecting to the director..."
15425 #: src/wx-console/wxbmainframe.cpp:494
15426 msgid "Failed to unregister a data parser !"
15429 #: src/wx-console/wxbmainframe.cpp:502
15430 msgid "Quitting.\n"
15433 #: src/wx-console/wxbmainframe.cpp:517
15435 "Welcome to Bacula bwx-console.\n"
15436 "Written by Nicolas Boichat <nicolas@boichat.ch>\n"
15437 "Copyright (C), 2005-2007 Free Software Foundation Europe, e.V.\n"
15440 #: src/wx-console/wxbmainframe.cpp:521
15441 msgid "About Bacula bwx-console"
15444 #: src/wx-console/wxbmainframe.cpp:527
15445 msgid "Please choose your default configuration file"
15448 #: src/wx-console/wxbmainframe.cpp:531
15449 msgid "Use this configuration file as default?"
15452 #: src/wx-console/wxbmainframe.cpp:532
15453 msgid "Configuration file"
15456 #: src/wx-console/wxbmainframe.cpp:603
15457 msgid "Console thread terminated."
15460 #: src/wx-console/wxbmainframe.cpp:611
15461 msgid "Connection to the director lost. Quit program?"
15464 #: src/wx-console/wxbmainframe.cpp:612
15465 msgid "Connection lost"
15468 #: src/wx-console/wxbmainframe.cpp:628
15469 msgid "Connected to the director."
15472 #: src/wx-console/wxbmainframe.cpp:651
15476 #: src/wx-console/wxbmainframe.cpp:652
15477 msgid "Reconnect to the director"
15480 #: src/wx-console/wxbmainframe.cpp:666
15481 msgid "Disconnected of the director."
15484 #: src/wx-console/wxbmainframe.cpp:685 src/wx-console/wxbrestorepanel.cpp:709
15485 msgid "Unexpected question has been received.\n"
15488 #: src/wx-console/wxbmainframe.cpp:708 src/wx-console/wxbmainframe.cpp:725
15489 msgid "bwx-console: unexpected director's question."
15492 #: src/wx-console/wxbrestorepanel.cpp:233
15493 #: src/wx-console/wxbrestorepanel.cpp:1919
15494 #: src/wx-console/wxbrestorepanel.cpp:1948
15495 msgid "Enter restore mode"
15498 #: src/wx-console/wxbrestorepanel.cpp:236
15499 msgid "Cancel restore"
15502 #: src/wx-console/wxbrestorepanel.cpp:262
15503 #: src/wx-console/wxbrestorepanel.cpp:316
15507 #: src/wx-console/wxbrestorepanel.cpp:264
15508 #: src/wx-console/wxbrestorepanel.cpp:318
15512 #: src/wx-console/wxbrestorepanel.cpp:266
15513 #: src/wx-console/wxbrestorepanel.cpp:320
15517 #: src/wx-console/wxbrestorepanel.cpp:285
15521 #: src/wx-console/wxbrestorepanel.cpp:289
15525 #: src/wx-console/wxbrestorepanel.cpp:301
15529 #: src/wx-console/wxbrestorepanel.cpp:334
15530 #: src/wx-console/wxbrestorepanel.cpp:347
15531 #: src/wx-console/wxbrestorepanel.cpp:502
15532 #: src/wx-console/wxbrestorepanel.cpp:512
15533 #: src/wx-console/wxbrestorepanel.cpp:515
15534 #: src/wx-console/wxbrestorepanel.cpp:1783
15535 #: src/wx-console/wxbrestorepanel.cpp:1869
15539 #: src/wx-console/wxbrestorepanel.cpp:336
15540 #: src/wx-console/wxbrestorepanel.cpp:352
15541 #: src/wx-console/wxbrestorepanel.cpp:454
15542 #: src/wx-console/wxbrestorepanel.cpp:455
15543 #: src/wx-console/wxbrestorepanel.cpp:465
15544 #: src/wx-console/wxbrestorepanel.cpp:466
15545 #: src/wx-console/wxbrestorepanel.cpp:1138
15546 #: src/wx-console/wxbrestorepanel.cpp:1211
15547 #: src/wx-console/wxbrestorepanel.cpp:1821
15548 #: src/wx-console/wxbrestorepanel.cpp:1823
15549 #: src/wx-console/wxbrestorepanel.cpp:1884
15553 #: src/wx-console/wxbrestorepanel.cpp:339
15554 #: src/wx-console/wxbrestorepanel.cpp:1205
15555 #: src/wx-console/wxbrestorepanel.cpp:1221
15556 #: src/wx-console/wxbrestorepanel.cpp:1223
15557 #: src/wx-console/wxbrestorepanel.cpp:1231
15558 #: src/wx-console/wxbrestorepanel.cpp:1233
15559 #: src/wx-console/wxbrestorepanel.cpp:1252
15560 #: src/wx-console/wxbrestorepanel.cpp:1259
15561 #: src/wx-console/wxbrestorepanel.cpp:1811
15562 #: src/wx-console/wxbrestorepanel.cpp:1822
15563 #: src/wx-console/wxbrestorepanel.cpp:1943
15567 #: src/wx-console/wxbrestorepanel.cpp:341
15568 msgid "Please configure parameters concerning files to restore :"
15571 #: src/wx-console/wxbrestorepanel.cpp:350
15572 #: src/wx-console/wxbrestorepanel.cpp:1877
15576 #: src/wx-console/wxbrestorepanel.cpp:350
15580 #: src/wx-console/wxbrestorepanel.cpp:350
15584 #: src/wx-console/wxbrestorepanel.cpp:350
15585 #: src/wx-console/wxbrestorepanel.cpp:1880
15589 #: src/wx-console/wxbrestorepanel.cpp:358
15590 msgid "Please configure parameters concerning files restoration :"
15593 #: src/wx-console/wxbrestorepanel.cpp:426
15594 msgid "Getting parameters list."
15597 #: src/wx-console/wxbrestorepanel.cpp:434
15598 msgid "Error : no clients returned by the director."
15601 #: src/wx-console/wxbrestorepanel.cpp:458
15602 msgid "Error : no filesets returned by the director."
15605 #: src/wx-console/wxbrestorepanel.cpp:482
15606 msgid "Error : no storage returned by the director."
15609 #: src/wx-console/wxbrestorepanel.cpp:505
15610 #: src/wx-console/wxbrestorepanel.cpp:529
15611 msgid "Error : no jobs returned by the director."
15614 #: src/wx-console/wxbrestorepanel.cpp:515
15615 msgid "RestoreFiles"
15618 #: src/wx-console/wxbrestorepanel.cpp:550
15619 msgid "Please configure your restore parameters."
15622 #: src/wx-console/wxbrestorepanel.cpp:561
15623 msgid "Building restore tree..."
15626 #: src/wx-console/wxbrestorepanel.cpp:604
15627 msgid "Error while starting restore: "
15630 #: src/wx-console/wxbrestorepanel.cpp:694
15632 "Right click on a file or on a directory, or double-click on its mark to add "
15633 "it to the restore list."
15636 #: src/wx-console/wxbrestorepanel.cpp:731
15637 #: src/wx-console/wxbrestorepanel.cpp:753
15638 msgid "bwx-console: unexpected restore question."
15641 #: src/wx-console/wxbrestorepanel.cpp:764
15642 msgid " files selected to be restored."
15645 #: src/wx-console/wxbrestorepanel.cpp:769
15646 msgid " file selected to be restored."
15649 #: src/wx-console/wxbrestorepanel.cpp:776
15651 msgid "Please configure your restore (%ld files selected to be restored)..."
15654 #: src/wx-console/wxbrestorepanel.cpp:786
15655 msgid "Restore failed : no file selected.\n"
15658 #: src/wx-console/wxbrestorepanel.cpp:787
15659 msgid "Restore failed : no file selected."
15662 #: src/wx-console/wxbrestorepanel.cpp:797
15663 msgid "Restoring, please wait..."
15666 #: src/wx-console/wxbrestorepanel.cpp:810
15667 msgid "Job queued. JobId="
15670 #: src/wx-console/wxbrestorepanel.cpp:812
15671 msgid "Restore queued, jobid="
15674 #: src/wx-console/wxbrestorepanel.cpp:816
15675 msgid "Job failed."
15678 #: src/wx-console/wxbrestorepanel.cpp:817
15679 msgid "Restore failed, please look at messages.\n"
15682 #: src/wx-console/wxbrestorepanel.cpp:818
15683 msgid "Restore failed, please look at messages in console."
15686 #: src/wx-console/wxbrestorepanel.cpp:824
15687 #: src/wx-console/wxbrestorepanel.cpp:825
15688 msgid "Failed to retrieve jobid.\n"
15691 #: src/wx-console/wxbrestorepanel.cpp:851
15693 "Restore is scheduled in more than two minutes, bwx-console will not wait for "
15694 "its completion.\n"
15697 #: src/wx-console/wxbrestorepanel.cpp:852
15699 "Restore is scheduled in more than two minutes, bwx-console will not wait for "
15703 #: src/wx-console/wxbrestorepanel.cpp:878
15704 msgid "Restore job created, but not yet running."
15707 #: src/wx-console/wxbrestorepanel.cpp:883
15709 msgid "Restore job running, please wait (%ld of %ld files restored)..."
15712 #: src/wx-console/wxbrestorepanel.cpp:887
15713 msgid "Restore job terminated successfully."
15716 #: src/wx-console/wxbrestorepanel.cpp:888
15717 msgid "Restore job terminated successfully.\n"
15720 #: src/wx-console/wxbrestorepanel.cpp:893
15721 msgid "Restore job terminated in error, see messages in console."
15724 #: src/wx-console/wxbrestorepanel.cpp:894
15725 msgid "Restore job terminated in error, see messages.\n"
15728 #: src/wx-console/wxbrestorepanel.cpp:899
15729 msgid "Restore job reported a non-fatal error."
15732 #: src/wx-console/wxbrestorepanel.cpp:903
15733 msgid "Restore job reported a fatal error."
15736 #: src/wx-console/wxbrestorepanel.cpp:908
15737 msgid "Restore job cancelled by user."
15740 #: src/wx-console/wxbrestorepanel.cpp:909
15741 msgid "Restore job cancelled by user.\n"
15744 #: src/wx-console/wxbrestorepanel.cpp:914
15745 msgid "Restore job is waiting on File daemon."
15748 #: src/wx-console/wxbrestorepanel.cpp:918
15749 msgid "Restore job is waiting for new media."
15752 #: src/wx-console/wxbrestorepanel.cpp:922
15753 msgid "Restore job is waiting for storage resource."
15756 #: src/wx-console/wxbrestorepanel.cpp:926
15757 msgid "Restore job is waiting for job resource."
15760 #: src/wx-console/wxbrestorepanel.cpp:930
15761 msgid "Restore job is waiting for Client resource."
15764 #: src/wx-console/wxbrestorepanel.cpp:934
15765 msgid "Restore job is waiting for maximum jobs."
15768 #: src/wx-console/wxbrestorepanel.cpp:938
15769 msgid "Restore job is waiting for start time."
15772 #: src/wx-console/wxbrestorepanel.cpp:942
15773 msgid "Restore job is waiting for higher priority jobs to finish."
15776 #: src/wx-console/wxbrestorepanel.cpp:991
15778 "The restore job has not been started within one minute, bwx-console will not "
15779 "wait for its completion anymore.\n"
15782 #: src/wx-console/wxbrestorepanel.cpp:992
15784 "The restore job has not been started within one minute, bwx-console will not "
15785 "wait for its completion anymore."
15788 #: src/wx-console/wxbrestorepanel.cpp:1002
15789 msgid "Restore done successfully.\n"
15792 #: src/wx-console/wxbrestorepanel.cpp:1003
15793 msgid "Restore done successfully."
15796 #: src/wx-console/wxbrestorepanel.cpp:1074
15797 msgid "Applying restore configuration changes..."
15800 #: src/wx-console/wxbrestorepanel.cpp:1125
15801 msgid "Failed to find the selected client."
15804 #: src/wx-console/wxbrestorepanel.cpp:1140
15805 msgid "Failed to find the selected fileset."
15808 #: src/wx-console/wxbrestorepanel.cpp:1155
15809 msgid "Failed to find the selected storage."
15812 #: src/wx-console/wxbrestorepanel.cpp:1172
15813 #: src/wx-console/wxbrestorepanel.cpp:1858
15814 msgid "Run Restore job"
15817 #: src/wx-console/wxbrestorepanel.cpp:1188
15818 msgid "Restore configuration changes were applied."
15821 #: src/wx-console/wxbrestorepanel.cpp:1197
15822 msgid "Restore cancelled.\n"
15825 #: src/wx-console/wxbrestorepanel.cpp:1198
15826 msgid "Restore cancelled."
15829 #: src/wx-console/wxbrestorepanel.cpp:1220
15830 msgid "No results to list."
15833 #: src/wx-console/wxbrestorepanel.cpp:1222
15834 msgid "No backup found for this client."
15837 #: src/wx-console/wxbrestorepanel.cpp:1229
15841 #: src/wx-console/wxbrestorepanel.cpp:1230
15842 msgid "Query failed"
15845 #: src/wx-console/wxbrestorepanel.cpp:1232
15846 msgid "Cannot get previous backups list, see console."
15849 #: src/wx-console/wxbrestorepanel.cpp:1868
15853 #: src/wx-console/wxbrestorepanel.cpp:1872
15857 #: src/wx-console/wxbrestorepanel.cpp:1875
15861 #: src/wx-console/wxbrestorepanel.cpp:1878
15865 #: src/wx-console/wxbrestorepanel.cpp:1879
15869 #: src/wx-console/wxbrestorepanel.cpp:1883
15873 #: src/wx-console/wxbrestorepanel.cpp:2000
15874 msgid "Restoring..."