From c0e1af835b65e53b4506f37f235c7cdc820dffa8 Mon Sep 17 00:00:00 2001 From: jlovell Date: Mon, 2 Apr 2007 15:56:16 +0000 Subject: [PATCH] Load cups into easysw/current. git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@303 a1ca3aef-8c08-0410-bb20-df032aa958be --- CHANGES-1.2.txt | 17 + CREDITS.txt | 1 + backend/Dependencies | 22 +- backend/Makefile | 4 +- backend/backend-private.h | 5 +- backend/ipp.c | 250 +- backend/lpd.c | 157 +- backend/parallel.c | 30 +- backend/runloop.c | 18 +- backend/scsi-irix.c | 22 +- backend/scsi-linux.c | 24 +- backend/scsi.c | 8 +- backend/serial.c | 20 +- backend/snmp.c | 18 +- backend/socket.c | 90 +- backend/test1284.c | 5 +- backend/usb-darwin.c | 36 +- backend/usb-unix.c | 37 +- backend/usb.c | 15 +- conf/mime.convs | 10 +- conf/mime.types | 10 +- config-scripts/cups-defaults.m4 | 8 +- cups/language.c | 6 +- cups/request.c | 27 +- desktop/cups.desktop | 2 + doc/Makefile | 6 +- doc/he/cups.css | 265 + doc/he/images/button-accept-jobs.gif | Bin 0 -> 478 bytes doc/he/images/button-add-class.gif | Bin 0 -> 494 bytes doc/he/images/button-add-printer.gif | Bin 0 -> 499 bytes doc/he/images/button-add-this-printer.gif | Bin 0 -> 530 bytes doc/he/images/button-cancel-all-jobs.gif | Bin 0 -> 540 bytes doc/he/images/button-cancel-job.gif | Bin 0 -> 435 bytes doc/he/images/button-change-settings.gif | Bin 0 -> 464 bytes doc/he/images/button-clean-print-heads.gif | Bin 0 -> 557 bytes doc/he/images/button-clear.gif | Bin 0 -> 316 bytes doc/he/images/button-continue.gif | Bin 0 -> 368 bytes doc/he/images/button-delete-class.gif | Bin 0 -> 470 bytes doc/he/images/button-delete-printer.gif | Bin 0 -> 478 bytes .../images/button-edit-configuration-file.gif | Bin 0 -> 572 bytes doc/he/images/button-export-samba.gif | Bin 0 -> 696 bytes doc/he/images/button-help.gif | Bin 0 -> 349 bytes doc/he/images/button-hold-job.gif | Bin 0 -> 485 bytes doc/he/images/button-manage-classes.gif | Bin 0 -> 485 bytes doc/he/images/button-manage-jobs.gif | Bin 0 -> 458 bytes doc/he/images/button-manage-printers.gif | Bin 0 -> 476 bytes doc/he/images/button-manage-server.gif | Bin 0 -> 412 bytes doc/he/images/button-modify-class.gif | Bin 0 -> 480 bytes doc/he/images/button-modify-printer.gif | Bin 0 -> 482 bytes doc/he/images/button-move-job.gif | Bin 0 -> 467 bytes doc/he/images/button-move-jobs.gif | Bin 0 -> 556 bytes doc/he/images/button-print-self-test-page.gif | Bin 0 -> 644 bytes doc/he/images/button-print-test-page.gif | Bin 0 -> 566 bytes doc/he/images/button-publish-printer.gif | Bin 0 -> 494 bytes doc/he/images/button-reject-jobs.gif | Bin 0 -> 467 bytes doc/he/images/button-release-job.gif | Bin 0 -> 495 bytes doc/he/images/button-restart-job.gif | Bin 0 -> 472 bytes doc/he/images/button-save-changes.gif | Bin 0 -> 476 bytes doc/he/images/button-search.gif | Bin 0 -> 343 bytes doc/he/images/button-set-allowed-users.gif | Bin 0 -> 674 bytes doc/he/images/button-set-as-default.gif | Bin 0 -> 572 bytes doc/he/images/button-set-printer-options.gif | Bin 0 -> 673 bytes doc/he/images/button-show-active.gif | Bin 0 -> 612 bytes doc/he/images/button-show-all.gif | Bin 0 -> 543 bytes doc/he/images/button-show-completed.gif | Bin 0 -> 661 bytes doc/he/images/button-show-next.gif | Bin 0 -> 409 bytes doc/he/images/button-show-previous.gif | Bin 0 -> 445 bytes doc/he/images/button-sort-ascending.gif | Bin 0 -> 626 bytes doc/he/images/button-sort-descending.gif | Bin 0 -> 579 bytes doc/he/images/button-start-class.gif | Bin 0 -> 524 bytes doc/he/images/button-start-printer.gif | Bin 0 -> 521 bytes doc/he/images/button-stop-class.gif | Bin 0 -> 520 bytes doc/he/images/button-stop-printer.gif | Bin 0 -> 523 bytes doc/he/images/button-unpublish-printer.gif | Bin 0 -> 580 bytes doc/he/images/button-use-default-config.gif | Bin 0 -> 779 bytes doc/he/images/button-view-access-log.gif | Bin 0 -> 529 bytes doc/he/images/button-view-error-log.gif | Bin 0 -> 583 bytes doc/he/images/button-view-page-log.gif | Bin 0 -> 502 bytes .../images/button-view-printable-version.gif | Bin 0 -> 570 bytes doc/he/index.html.in | 136 + filter/gziptoany.c | 12 +- filter/hpgl-attr.c | 37 +- filter/hpgl-input.c | 7 +- filter/hpgl-main.c | 12 +- filter/hpgl-prolog.c | 9 +- filter/hpgl-vector.c | 10 +- filter/image-bmp.c | 14 +- filter/image-gif.c | 8 +- filter/image-jpeg.c | 10 +- filter/image-pix.c | 8 +- filter/image-png.c | 10 +- filter/image-pnm.c | 10 +- filter/image-sgi.c | 8 +- filter/image-sun.c | 8 +- filter/image-tiff.c | 24 +- filter/imagetops.c | 17 +- filter/imagetoraster.c | 31 +- filter/pstops.c | 90 +- filter/rastertoepson.c | 16 +- filter/rastertohp.c | 16 +- filter/rastertolabel.c | 14 +- filter/textcommon.c | 11 +- filter/texttops.c | 31 +- locale/Makefile | 12 +- locale/cups.header | 2 +- locale/cups.pot | 2895 ++++++---- locale/cups_de.po | 4865 ++++++++-------- locale/cups_es.po | 4858 +++++++++------- locale/cups_et.po | 4654 +++++++++------- locale/cups_fr.po | 4715 +++++++++------- locale/cups_he.po | 2824 ++++++++++ locale/cups_it.po | 4831 +++++++++------- locale/cups_ja.po | 4749 +++++++++------- locale/cups_pl.po | 4871 +++++++++-------- locale/cups_sv.po | 4634 +++++++++------- packaging/cups.list.in | 18 +- packaging/cups.spec.in | 24 +- pdftops/pdftops.cxx | 10 +- scheduler/classes.c | 27 +- scheduler/conf.c | 13 +- scheduler/job.c | 16 +- scheduler/printers.c | 25 +- scheduler/select.c | 66 +- systemv/cupstestppd.c | 84 +- templates/he/add-class.tmpl | 33 + templates/he/add-printer.tmpl | 28 + templates/he/admin.tmpl | 77 + templates/he/choose-device.tmpl | 26 + templates/he/choose-make.tmpl | 42 + templates/he/choose-model.tmpl | 34 + templates/he/choose-serial.tmpl | 47 + templates/he/choose-uri.tmpl | 42 + templates/he/class-added.tmpl | 1 + templates/he/class-confirm.tmpl | 6 + templates/he/class-deleted.tmpl | 1 + templates/he/class-jobs-header.tmpl | 1 + templates/he/class-modified.tmpl | 1 + templates/he/classes-header.tmpl | 1 + templates/he/classes.tmpl | 54 + templates/he/edit-config.tmpl.in | 91 + templates/he/error-op.tmpl | 3 + templates/he/error.tmpl | 3 + templates/he/header.tmpl.in | 63 + templates/he/help-header.tmpl | 42 + templates/he/help-printable.tmpl | 11 + templates/he/job-cancel.tmpl | 1 + templates/he/job-hold.tmpl | 1 + templates/he/job-move.tmpl | 22 + templates/he/job-moved.tmpl | 2 + templates/he/job-release.tmpl | 1 + templates/he/job-restart.tmpl | 1 + templates/he/jobs-header.tmpl | 15 + templates/he/jobs.tmpl | 42 + templates/he/maintenance.tmpl | 2 + templates/he/modify-class.tmpl | 34 + templates/he/modify-printer.tmpl | 29 + templates/he/norestart.tmpl | 1 + templates/he/option-boolean.tmpl | 6 + templates/he/option-conflict.tmpl | 7 + templates/he/option-header.tmpl | 3 + templates/he/option-pickmany.tmpl | 6 + templates/he/option-pickone.tmpl | 6 + templates/he/option-trailer.tmpl | 5 + templates/he/pager.tmpl | 7 + templates/he/printer-accept.tmpl | 3 + templates/he/printer-added.tmpl | 1 + templates/he/printer-configured.tmpl | 1 + templates/he/printer-confirm.tmpl | 6 + templates/he/printer-default.tmpl | 6 + templates/he/printer-deleted.tmpl | 1 + templates/he/printer-jobs-header.tmpl | 1 + templates/he/printer-modified.tmpl | 1 + templates/he/printer-purge.tmpl | 2 + templates/he/printer-reject.tmpl | 3 + templates/he/printer-start.tmpl | 3 + templates/he/printer-stop.tmpl | 3 + templates/he/printers-header.tmpl | 1 + templates/he/printers.tmpl | 64 + templates/he/restart.tmpl | 1 + templates/he/samba-export.tmpl | 53 + templates/he/samba-exported.tmpl | 1 + templates/he/search.tmpl | 13 + templates/he/set-printer-options-header.tmpl | 3 + templates/he/set-printer-options-trailer.tmpl | 1 + templates/he/test-page.tmpl | 2 + templates/he/trailer.tmpl | 21 + templates/he/users.tmpl | 26 + 187 files changed, 28790 insertions(+), 18080 deletions(-) create mode 100644 doc/he/cups.css create mode 100644 doc/he/images/button-accept-jobs.gif create mode 100644 doc/he/images/button-add-class.gif create mode 100644 doc/he/images/button-add-printer.gif create mode 100644 doc/he/images/button-add-this-printer.gif create mode 100644 doc/he/images/button-cancel-all-jobs.gif create mode 100644 doc/he/images/button-cancel-job.gif create mode 100644 doc/he/images/button-change-settings.gif create mode 100644 doc/he/images/button-clean-print-heads.gif create mode 100644 doc/he/images/button-clear.gif create mode 100644 doc/he/images/button-continue.gif create mode 100644 doc/he/images/button-delete-class.gif create mode 100644 doc/he/images/button-delete-printer.gif create mode 100644 doc/he/images/button-edit-configuration-file.gif create mode 100644 doc/he/images/button-export-samba.gif create mode 100644 doc/he/images/button-help.gif create mode 100644 doc/he/images/button-hold-job.gif create mode 100644 doc/he/images/button-manage-classes.gif create mode 100644 doc/he/images/button-manage-jobs.gif create mode 100644 doc/he/images/button-manage-printers.gif create mode 100644 doc/he/images/button-manage-server.gif create mode 100644 doc/he/images/button-modify-class.gif create mode 100644 doc/he/images/button-modify-printer.gif create mode 100644 doc/he/images/button-move-job.gif create mode 100644 doc/he/images/button-move-jobs.gif create mode 100644 doc/he/images/button-print-self-test-page.gif create mode 100644 doc/he/images/button-print-test-page.gif create mode 100644 doc/he/images/button-publish-printer.gif create mode 100644 doc/he/images/button-reject-jobs.gif create mode 100644 doc/he/images/button-release-job.gif create mode 100644 doc/he/images/button-restart-job.gif create mode 100644 doc/he/images/button-save-changes.gif create mode 100644 doc/he/images/button-search.gif create mode 100644 doc/he/images/button-set-allowed-users.gif create mode 100644 doc/he/images/button-set-as-default.gif create mode 100644 doc/he/images/button-set-printer-options.gif create mode 100644 doc/he/images/button-show-active.gif create mode 100644 doc/he/images/button-show-all.gif create mode 100644 doc/he/images/button-show-completed.gif create mode 100644 doc/he/images/button-show-next.gif create mode 100644 doc/he/images/button-show-previous.gif create mode 100644 doc/he/images/button-sort-ascending.gif create mode 100644 doc/he/images/button-sort-descending.gif create mode 100644 doc/he/images/button-start-class.gif create mode 100644 doc/he/images/button-start-printer.gif create mode 100644 doc/he/images/button-stop-class.gif create mode 100644 doc/he/images/button-stop-printer.gif create mode 100644 doc/he/images/button-unpublish-printer.gif create mode 100644 doc/he/images/button-use-default-config.gif create mode 100644 doc/he/images/button-view-access-log.gif create mode 100644 doc/he/images/button-view-error-log.gif create mode 100644 doc/he/images/button-view-page-log.gif create mode 100644 doc/he/images/button-view-printable-version.gif create mode 100644 doc/he/index.html.in create mode 100644 locale/cups_he.po create mode 100644 templates/he/add-class.tmpl create mode 100644 templates/he/add-printer.tmpl create mode 100644 templates/he/admin.tmpl create mode 100644 templates/he/choose-device.tmpl create mode 100644 templates/he/choose-make.tmpl create mode 100644 templates/he/choose-model.tmpl create mode 100644 templates/he/choose-serial.tmpl create mode 100644 templates/he/choose-uri.tmpl create mode 100644 templates/he/class-added.tmpl create mode 100644 templates/he/class-confirm.tmpl create mode 100644 templates/he/class-deleted.tmpl create mode 100644 templates/he/class-jobs-header.tmpl create mode 100644 templates/he/class-modified.tmpl create mode 100644 templates/he/classes-header.tmpl create mode 100644 templates/he/classes.tmpl create mode 100644 templates/he/edit-config.tmpl.in create mode 100644 templates/he/error-op.tmpl create mode 100644 templates/he/error.tmpl create mode 100644 templates/he/header.tmpl.in create mode 100644 templates/he/help-header.tmpl create mode 100644 templates/he/help-printable.tmpl create mode 100644 templates/he/job-cancel.tmpl create mode 100644 templates/he/job-hold.tmpl create mode 100644 templates/he/job-move.tmpl create mode 100644 templates/he/job-moved.tmpl create mode 100644 templates/he/job-release.tmpl create mode 100644 templates/he/job-restart.tmpl create mode 100644 templates/he/jobs-header.tmpl create mode 100644 templates/he/jobs.tmpl create mode 100644 templates/he/maintenance.tmpl create mode 100644 templates/he/modify-class.tmpl create mode 100644 templates/he/modify-printer.tmpl create mode 100644 templates/he/norestart.tmpl create mode 100644 templates/he/option-boolean.tmpl create mode 100644 templates/he/option-conflict.tmpl create mode 100644 templates/he/option-header.tmpl create mode 100644 templates/he/option-pickmany.tmpl create mode 100644 templates/he/option-pickone.tmpl create mode 100644 templates/he/option-trailer.tmpl create mode 100644 templates/he/pager.tmpl create mode 100644 templates/he/printer-accept.tmpl create mode 100644 templates/he/printer-added.tmpl create mode 100644 templates/he/printer-configured.tmpl create mode 100644 templates/he/printer-confirm.tmpl create mode 100644 templates/he/printer-default.tmpl create mode 100644 templates/he/printer-deleted.tmpl create mode 100644 templates/he/printer-jobs-header.tmpl create mode 100644 templates/he/printer-modified.tmpl create mode 100644 templates/he/printer-purge.tmpl create mode 100644 templates/he/printer-reject.tmpl create mode 100644 templates/he/printer-start.tmpl create mode 100644 templates/he/printer-stop.tmpl create mode 100644 templates/he/printers-header.tmpl create mode 100644 templates/he/printers.tmpl create mode 100644 templates/he/restart.tmpl create mode 100644 templates/he/samba-export.tmpl create mode 100644 templates/he/samba-exported.tmpl create mode 100644 templates/he/search.tmpl create mode 100644 templates/he/set-printer-options-header.tmpl create mode 100644 templates/he/set-printer-options-trailer.tmpl create mode 100644 templates/he/test-page.tmpl create mode 100644 templates/he/trailer.tmpl create mode 100644 templates/he/users.tmpl diff --git a/CHANGES-1.2.txt b/CHANGES-1.2.txt index 4c1149982..f7e03a8f3 100644 --- a/CHANGES-1.2.txt +++ b/CHANGES-1.2.txt @@ -3,6 +3,23 @@ CHANGES-1.2.txt CHANGES IN CUPS V1.2.11 + - The printer-state-reasons attribute was incorrectly + cleared after a job completed (STR #2323) + - The scheduler did not set the printer operation policy + on startup, only on soft reload (STR #2319) + - The AP_FIRSTPAGE_InputSlot option did not clear any + ManualFeed setting that was made, which caused problems + with some PPD files (STR #2318) + - cupsDoFileRequest() and cupsDoRequest() did not abort + when getting an error in the response (STR #2315) + - The scheduler did not schedule jobs properly to remote + or nested classes (STR #2317) + - Updated the mime.types and mime.convs headers to warn + that the files are overwritten when CUPS is installed. + Local changes should go in local.types or local.convs, + respectively (STR #2310) + - The scheduler could get in an infinite loop if a + printer in an implicit class disappeared (STR #2311) - The pstops filter did not handle %%EndFeature comments properly (STR #2306) - Fixed a problem with the Polish web page printer icons diff --git a/CREDITS.txt b/CREDITS.txt index 221ebb6ac..99d92f29a 100644 --- a/CREDITS.txt +++ b/CREDITS.txt @@ -33,6 +33,7 @@ like to thank the following individuals for their contributions: Vincenzo Reale - Italian localization. Petter Reinholdtsen - HP-UX compiler stuff. Juan Pablo González Riopedre - Spanish localization. + Opher Shachar - Hebrew localization. Stuart Stevens - HP JetDirect IPP information. Andrea Suatoni - IRIX desktop integration and testing. Tomohiro Kato - Japanese localization. diff --git a/backend/Dependencies b/backend/Dependencies index 48771748a..af2a02674 100644 --- a/backend/Dependencies +++ b/backend/Dependencies @@ -1,41 +1,43 @@ -# DO NOT DELETE +# DO NOT DELETE THIS LINE -- make depend depends on it. betest.o: ../cups/string.h ../config.h ipp.o: ../cups/http-private.h ../config.h ../cups/http.h ../cups/md5.h ipp.o: ../cups/ipp-private.h ../cups/ipp.h ../cups/backend.h ../cups/cups.h ipp.o: ../cups/ppd.h ../cups/array.h ../cups/file.h ../cups/language.h -ipp.o: ../cups/language.h ../cups/string.h +ipp.o: ../cups/language.h ../cups/i18n.h ../cups/transcode.h ../cups/string.h lpd.o: ../cups/backend.h ../cups/http-private.h ../config.h ../cups/http.h lpd.o: ../cups/md5.h ../cups/ipp-private.h ../cups/ipp.h ../cups/cups.h lpd.o: ../cups/ppd.h ../cups/array.h ../cups/file.h ../cups/language.h -lpd.o: ../cups/string.h +lpd.o: ../cups/i18n.h ../cups/transcode.h ../cups/string.h pap.o: ../config.h ../cups/cups.h ../cups/ipp.h ../cups/http.h ../cups/ppd.h pap.o: ../cups/array.h ../cups/file.h ../cups/language.h ../cups/backend.h parallel.o: backend-private.h ../cups/backend.h ../cups/sidechannel.h parallel.o: ../cups/cups.h ../cups/ipp.h ../cups/http.h ../cups/ppd.h parallel.o: ../cups/array.h ../cups/file.h ../cups/language.h ../cups/debug.h -parallel.o: ../cups/string.h ../config.h +parallel.o: ../cups/i18n.h ../cups/transcode.h ../cups/string.h ../config.h scsi.o: ../cups/backend.h ../cups/cups.h ../cups/ipp.h ../cups/http.h scsi.o: ../cups/ppd.h ../cups/array.h ../cups/file.h ../cups/language.h -scsi.o: ../cups/string.h ../config.h +scsi.o: ../cups/string.h ../config.h ../cups/i18n.h ../cups/transcode.h serial.o: backend-private.h ../cups/backend.h ../cups/sidechannel.h serial.o: ../cups/cups.h ../cups/ipp.h ../cups/http.h ../cups/ppd.h serial.o: ../cups/array.h ../cups/file.h ../cups/language.h ../cups/debug.h -serial.o: ../cups/string.h ../config.h +serial.o: ../cups/i18n.h ../cups/transcode.h ../cups/string.h ../config.h snmp.o: ../cups/http-private.h ../config.h ../cups/http.h ../cups/md5.h snmp.o: ../cups/ipp-private.h ../cups/ipp.h backend-private.h snmp.o: ../cups/backend.h ../cups/sidechannel.h ../cups/cups.h ../cups/ppd.h snmp.o: ../cups/array.h ../cups/file.h ../cups/language.h ../cups/debug.h -snmp.o: ../cups/string.h ../cups/array.h ../cups/file.h +snmp.o: ../cups/i18n.h ../cups/transcode.h ../cups/string.h ../cups/array.h +snmp.o: ../cups/file.h socket.o: ../cups/http-private.h ../config.h ../cups/http.h ../cups/md5.h socket.o: ../cups/ipp-private.h ../cups/ipp.h backend-private.h socket.o: ../cups/backend.h ../cups/sidechannel.h ../cups/cups.h socket.o: ../cups/ppd.h ../cups/array.h ../cups/file.h ../cups/language.h -socket.o: ../cups/debug.h ../cups/string.h +socket.o: ../cups/debug.h ../cups/i18n.h ../cups/transcode.h ../cups/string.h test1284.o: ../cups/string.h ../config.h ieee1284.c backend-private.h test1284.o: ../cups/backend.h ../cups/sidechannel.h ../cups/cups.h test1284.o: ../cups/ipp.h ../cups/http.h ../cups/ppd.h ../cups/array.h -test1284.o: ../cups/file.h ../cups/language.h ../cups/debug.h +test1284.o: ../cups/file.h ../cups/language.h ../cups/debug.h ../cups/i18n.h +test1284.o: ../cups/transcode.h usb.o: ../cups/backend.h ../cups/cups.h ../cups/ipp.h ../cups/http.h usb.o: ../cups/ppd.h ../cups/array.h ../cups/file.h ../cups/language.h -usb.o: ../cups/string.h ../config.h +usb.o: ../cups/string.h ../cups/i18n.h ../config.h diff --git a/backend/Makefile b/backend/Makefile index ae8f30bbf..37031b34c 100644 --- a/backend/Makefile +++ b/backend/Makefile @@ -1,5 +1,5 @@ # -# "$Id: Makefile 6058 2006-10-23 00:20:09Z mike $" +# "$Id: Makefile 6414 2007-03-30 13:40:57Z mike $" # # Backend makefile for the Common UNIX Printing System (CUPS). # @@ -222,5 +222,5 @@ include Dependencies # -# End of "$Id: Makefile 6058 2006-10-23 00:20:09Z mike $". +# End of "$Id: Makefile 6414 2007-03-30 13:40:57Z mike $". # diff --git a/backend/backend-private.h b/backend/backend-private.h index 91a9926df..2aa96e47e 100644 --- a/backend/backend-private.h +++ b/backend/backend-private.h @@ -1,5 +1,5 @@ /* - * "$Id: backend-private.h 6170 2007-01-02 17:26:41Z mike $" + * "$Id: backend-private.h 6402 2007-03-27 07:54:14Z mike $" * * Backend support definitions for the Common UNIX Printing System (CUPS). * @@ -36,6 +36,7 @@ # include # include # include +# include # include # include # include @@ -72,5 +73,5 @@ extern ssize_t backendRunLoop(int print_fd, int device_fd, int use_bc, /* - * End of "$Id: backend-private.h 6170 2007-01-02 17:26:41Z mike $". + * End of "$Id: backend-private.h 6402 2007-03-27 07:54:14Z mike $". */ diff --git a/backend/ipp.c b/backend/ipp.c index 3cc342f2c..616c18c62 100644 --- a/backend/ipp.c +++ b/backend/ipp.c @@ -1,5 +1,5 @@ /* - * "$Id: ipp.c 6365 2007-03-19 20:56:57Z mike $" + * "$Id: ipp.c 6422 2007-03-30 20:49:37Z mike $" * * IPP backend for the Common UNIX Printing System (CUPS). * @@ -50,6 +50,7 @@ #include #include #include +#include #include #include #include @@ -121,6 +122,10 @@ main(int argc, /* I - Number of command-line args */ ipp_t *request, /* IPP request */ *response, /* IPP response */ *supported; /* get-printer-attributes response */ + time_t start_time; /* Time of first connect */ + int recoverable; /* Recoverable error shown? */ + int contimeout; /* Connection timeout */ + int delay; /* Delay for retries... */ int compression, /* Do compression of the job data? */ waitjob, /* Wait for job complete? */ waitprinter; /* Wait for printer ready? */ @@ -200,8 +205,7 @@ main(int argc, /* I - Number of command-line args */ } else if (argc < 6) { - fprintf(stderr, - "Usage: %s job-id user title copies options [file ... fileN]\n", + fprintf(stderr, _("Usage: %s job-id user title copies options [file]\n"), argv[0]); return (CUPS_BACKEND_STOP); } @@ -226,8 +230,8 @@ main(int argc, /* I - Number of command-line args */ hostname, sizeof(hostname), &port, resource, sizeof(resource)) < HTTP_URI_OK) { - fputs("ERROR: Missing device URI on command-line and no DEVICE_URI " - "environment variable!\n", stderr); + fputs(_("ERROR: Missing device URI on command-line and no " + "DEVICE_URI environment variable!\n"), stderr); return (CUPS_BACKEND_STOP); } @@ -244,6 +248,7 @@ main(int argc, /* I - Number of command-line args */ version = 1; waitjob = 1; waitprinter = 1; + contimeout = 7 * 24 * 60 * 60; if ((optptr = strchr(resource, '?')) != NULL) { @@ -328,8 +333,9 @@ main(int argc, /* I - Number of command-line args */ cupsSetEncryption(HTTP_ENCRYPT_IF_REQUESTED); else { - fprintf(stderr, "ERROR: Unknown encryption option value \"%s\"!\n", - value); + fprintf(stderr, + _("ERROR: Unknown encryption option value \"%s\"!\n"), + value); } } else if (!strcasecmp(name, "version")) @@ -340,8 +346,9 @@ main(int argc, /* I - Number of command-line args */ version = 1; else { - fprintf(stderr, "ERROR: Unknown version option value \"%s\"!\n", - value); + fprintf(stderr, + _("ERROR: Unknown version option value \"%s\"!\n"), + value); } } #ifdef HAVE_LIBZ @@ -353,13 +360,22 @@ main(int argc, /* I - Number of command-line args */ !strcasecmp(value, "gzip"); } #endif /* HAVE_LIBZ */ + else if (!strcasecmp(name, "contimeout")) + { + /* + * Set the connection timeout... + */ + + if (atoi(value) > 0) + contimeout = atoi(value); + } else { /* * Unknown option... */ - fprintf(stderr, "ERROR: Unknown option \"%s\" with value \"%s\"!\n", + fprintf(stderr, _("ERROR: Unknown option \"%s\" with value \"%s\"!\n"), name, value); } } @@ -513,11 +529,16 @@ main(int argc, /* I - Number of command-line args */ * Try connecting to the remote server... */ + delay = 5; + recoverable = 0; + start_time = time(NULL); + fputs("STATE: +connecting-to-device\n", stderr); do { - fprintf(stderr, "INFO: Connecting to %s on port %d...\n", hostname, port); + fprintf(stderr, _("INFO: Connecting to %s on port %d...\n"), + hostname, port); if ((http = httpConnectEncrypt(hostname, port, cupsEncryption())) == NULL) { @@ -533,10 +554,8 @@ main(int argc, /* I - Number of command-line args */ * available printer in the class. */ - fprintf(stderr, - "INFO: Unable to connect to %s, queuing on next printer in " - "class...\n", - hostname); + fputs(_("INFO: Unable to contact printer, queuing on next " + "printer in class...\n"), stderr); if (argc == 6 || strcmp(filename, argv[6])) unlink(filename); @@ -553,21 +572,37 @@ main(int argc, /* I - Number of command-line args */ if (errno == ECONNREFUSED || errno == EHOSTDOWN || errno == EHOSTUNREACH) { + if (contimeout && (time(NULL) - start_time) > contimeout) + { + fputs(_("ERROR: Printer not responding!\n"), stderr); + return (CUPS_BACKEND_FAILED); + } + + recoverable = 1; + fprintf(stderr, - "INFO: Network host \'%s\' is busy; will retry in 30 " - "seconds...\n", - hostname); - sleep(30); + _("WARNING: recoverable: Network host \'%s\' is busy; will " + "retry in %d seconds...\n"), + hostname, delay); + + sleep(delay); + + if (delay < 30) + delay += 5; } else if (h_errno) { - fprintf(stderr, "INFO: Unable to lookup host \'%s\' - %s\n", - hostname, hstrerror(h_errno)); - sleep(30); + fprintf(stderr, _("ERROR: Unable to locate printer \'%s\'!\n"), + hostname); + return (CUPS_BACKEND_STOP); } else { - perror("ERROR: Unable to connect to IPP host"); + recoverable = 1; + + fprintf(stderr, "DEBUG: Connection error: %s\n", strerror(errno)); + fputs(_("ERROR: recoverable: Unable to connect to printer; will " + "retry in 30 seconds...\n"), stderr); sleep(30); } @@ -586,19 +621,19 @@ main(int argc, /* I - Number of command-line args */ } fputs("STATE: -connecting-to-device\n", stderr); - fprintf(stderr, "INFO: Connected to %s...\n", hostname); + fprintf(stderr, _("INFO: Connected to %s...\n"), hostname); #ifdef AF_INET6 if (http->hostaddr->addr.sa_family == AF_INET6) - fprintf(stderr, "DEBUG: Connected to [%s]:%d (IPv6)...\n", - httpAddrString(http->hostaddr, addrname, sizeof(addrname)), - ntohs(http->hostaddr->ipv6.sin6_port)); + fprintf(stderr, "DEBUG: Connected to [%s]:%d (IPv6)...\n", + httpAddrString(http->hostaddr, addrname, sizeof(addrname)), + ntohs(http->hostaddr->ipv6.sin6_port)); else #endif /* AF_INET6 */ if (http->hostaddr->addr.sa_family == AF_INET) fprintf(stderr, "DEBUG: Connected to %s:%d (IPv4)...\n", - httpAddrString(http->hostaddr, addrname, sizeof(addrname)), - ntohs(http->hostaddr->ipv4.sin_port)); + httpAddrString(http->hostaddr, addrname, sizeof(addrname)), + ntohs(http->hostaddr->ipv4.sin_port)); /* * Build a URI for the printer and fill the standard IPP attributes for @@ -650,9 +685,25 @@ main(int argc, /* I - Number of command-line args */ if (ipp_status == IPP_PRINTER_BUSY || ipp_status == IPP_SERVICE_UNAVAILABLE) { - fputs("INFO: Printer busy; will retry in 10 seconds...\n", stderr); + if (contimeout && (time(NULL) - start_time) > contimeout) + { + fputs(_("ERROR: Printer not responding!\n"), stderr); + return (CUPS_BACKEND_FAILED); + } + + recoverable = 1; + + fprintf(stderr, + _("WARNING: recoverable: Network host \'%s\' is busy; will " + "retry in %d seconds...\n"), + hostname, delay); + report_printer_state(supported); - sleep(10); + + sleep(delay); + + if (delay < 30) + delay += 5; } else if ((ipp_status == IPP_BAD_REQUEST || ipp_status == IPP_VERSION_NOT_SUPPORTED) && version == 1) @@ -661,14 +712,14 @@ main(int argc, /* I - Number of command-line args */ * Switch to IPP/1.0... */ - fputs("INFO: Printer does not support IPP/1.1, trying IPP/1.0...\n", + fputs(_("INFO: Printer does not support IPP/1.1, trying IPP/1.0...\n"), stderr); version = 0; httpReconnect(http); } else if (ipp_status == IPP_NOT_FOUND) { - fputs("ERROR: Destination printer does not exist!\n", stderr); + fputs(_("ERROR: Destination printer does not exist!\n"), stderr); if (supported) ippDelete(supported); @@ -677,8 +728,8 @@ main(int argc, /* I - Number of command-line args */ } else { - fprintf(stderr, "ERROR: Unable to get printer status (%s)!\n", - ippErrorString(ipp_status)); + fprintf(stderr, _("ERROR: Unable to get printer status (%s)!\n"), + cupsLastErrorString()); sleep(10); } @@ -740,10 +791,8 @@ main(int argc, /* I - Number of command-line args */ * available printer in the class. */ - fprintf(stderr, - "INFO: Unable to queue job on %s, queuing on next printer in " - "class...\n", - hostname); + fputs(_("INFO: Unable to contact printer, queuing on next " + "printer in class...\n"), stderr); ippDelete(supported); httpClose(http); @@ -761,6 +810,18 @@ main(int argc, /* I - Number of command-line args */ } } + if (recoverable) + { + /* + * If we've shown a recoverable error make sure the printer proxies + * have a chance to see the recovered message. Not pretty but + * necessary for now... + */ + + fputs("INFO: recovered: \n", stderr); + sleep(5); + } + /* * See if the printer supports multiple copies... */ @@ -931,7 +992,7 @@ main(int argc, /* I - Number of command-line args */ if (ipp_status == IPP_SERVICE_UNAVAILABLE || ipp_status == IPP_PRINTER_BUSY) { - fputs("INFO: Printer is busy; retrying print job...\n", stderr); + fputs(_("INFO: Printer busy; will retry in 10 seconds...\n"), stderr); sleep(10); } else if ((ipp_status == IPP_BAD_REQUEST || @@ -941,25 +1002,25 @@ main(int argc, /* I - Number of command-line args */ * Switch to IPP/1.0... */ - fputs("INFO: Printer does not support IPP/1.1, trying IPP/1.0...\n", + fputs(_("INFO: Printer does not support IPP/1.1, trying IPP/1.0...\n"), stderr); version = 0; httpReconnect(http); } else - fprintf(stderr, "ERROR: Print file was not accepted (%s)!\n", + fprintf(stderr, _("ERROR: Print file was not accepted (%s)!\n"), cupsLastErrorString()); } else if ((job_id_attr = ippFindAttribute(response, "job-id", IPP_TAG_INTEGER)) == NULL) { - fputs("NOTICE: Print file accepted - job ID unknown.\n", stderr); + fputs(_("NOTICE: Print file accepted - job ID unknown.\n"), stderr); job_id = 0; } else { job_id = job_id_attr->values[0].integer; - fprintf(stderr, "NOTICE: Print file accepted - job ID %d.\n", job_id); + fprintf(stderr, _("NOTICE: Print file accepted - job ID %d.\n"), job_id); } ippDelete(response); @@ -997,7 +1058,7 @@ main(int argc, /* I - Number of command-line args */ { ipp_status = cupsLastError(); - fprintf(stderr, "ERROR: Unable to add file %d to job: %s\n", + fprintf(stderr, _("ERROR: Unable to add file %d to job: %s\n"), job_id, cupsLastErrorString()); break; } @@ -1022,7 +1083,7 @@ main(int argc, /* I - Number of command-line args */ if (!job_id || !waitjob) continue; - fputs("INFO: Waiting for job to complete...\n", stderr); + fputs(_("INFO: Waiting for job to complete...\n"), stderr); for (; !job_cancelled;) { @@ -1076,8 +1137,8 @@ main(int argc, /* I - Number of command-line args */ { ippDelete(response); - fprintf(stderr, "ERROR: Unable to get job %d attributes (%s)!\n", - job_id, ippErrorString(ipp_status)); + fprintf(stderr, _("ERROR: Unable to get job %d attributes (%s)!\n"), + job_id, cupsLastErrorString()); break; } } @@ -1186,7 +1247,7 @@ cancel_job(http_t *http, /* I - HTTP connection */ ipp_t *request; /* Cancel-Job request */ - fputs("INFO: Cancelling print job...\n", stderr); + fputs(_("INFO: Canceling print job...\n"), stderr); request = ippNewRequest(IPP_CANCEL_JOB); request->request.op.version[1] = version; @@ -1206,7 +1267,7 @@ cancel_job(http_t *http, /* I - HTTP connection */ ippDelete(cupsDoRequest(http, request, resource)); if (cupsLastError() > IPP_OK_CONFLICT) - fprintf(stderr, "ERROR: Unable to cancel job %d: %s\n", id, + fprintf(stderr, _("ERROR: Unable to cancel job %d: %s\n"), id, cupsLastErrorString()); } @@ -1281,19 +1342,23 @@ compress_files(int num_files, /* I - Number of files */ { if ((fd = cupsTempFd(filename, sizeof(filename))) < 0) { - perror("ERROR: Unable to create temporary compressed print file"); + fprintf(stderr, + _("ERROR: Unable to create temporary compressed print file: %s\n"), + strerror(errno)); exit(CUPS_BACKEND_FAILED); } if ((out = cupsFileOpenFd(fd, "w9")) == NULL) { - perror("ERROR: Unable to open temporary compressed print file"); + fprintf(stderr, + _("ERROR: Unable to open temporary compressed print file: %s\n"), + strerror(errno)); exit(CUPS_BACKEND_FAILED); } if ((in = cupsFileOpen(files[i], "r")) == NULL) { - fprintf(stderr, "ERROR: Unable to open print file \"%s\": %s\n", + fprintf(stderr, _("ERROR: Unable to open print file \"%s\": %s\n"), files[i], strerror(errno)); cupsFileClose(out); exit(CUPS_BACKEND_FAILED); @@ -1303,8 +1368,8 @@ compress_files(int num_files, /* I - Number of files */ while ((bytes = cupsFileRead(in, buffer, sizeof(buffer))) > 0) if (cupsFileWrite(out, buffer, bytes) < bytes) { - fprintf(stderr, "ERROR: Unable to write " CUPS_LLFMT " bytes to \"%s\": %s\n", - CUPS_LLCAST bytes, filename, strerror(errno)); + fprintf(stderr, _("ERROR: Unable to write %d bytes to \"%s\": %s\n"), + (int)bytes, filename, strerror(errno)); cupsFileClose(in); cupsFileClose(out); exit(CUPS_BACKEND_FAILED); @@ -1398,60 +1463,60 @@ report_printer_state(ipp_t *ipp) /* I - IPP response */ message = ""; if (!strncmp(reason, "media-needed", 12)) - message = "Media tray needs to be filled."; + message = _("Media tray needs to be filled."); else if (!strncmp(reason, "media-jam", 9)) - message = "Media jam!"; + message = _("Media jam!"); else if (!strncmp(reason, "moving-to-paused", 16) || !strncmp(reason, "paused", 6) || !strncmp(reason, "shutdown", 8)) - message = "Printer off-line."; + message = _("Printer off-line."); else if (!strncmp(reason, "toner-low", 9)) - message = "Toner low."; + message = _("Toner low."); else if (!strncmp(reason, "toner-empty", 11)) - message = "Out of toner!"; + message = _("Out of toner!"); else if (!strncmp(reason, "cover-open", 10)) - message = "Cover open."; + message = _("Cover open."); else if (!strncmp(reason, "interlock-open", 14)) - message = "Interlock open."; + message = _("Interlock open."); else if (!strncmp(reason, "door-open", 9)) - message = "Door open."; + message = _("Door open."); else if (!strncmp(reason, "input-tray-missing", 18)) - message = "Media tray missing!"; + message = _("Media tray missing!"); else if (!strncmp(reason, "media-low", 9)) - message = "Media tray almost empty."; + message = _("Media tray almost empty."); else if (!strncmp(reason, "media-empty", 11)) - message = "Media tray empty!"; + message = _("Media tray empty!"); else if (!strncmp(reason, "output-tray-missing", 19)) - message = "Output tray missing!"; + message = _("Output tray missing!"); else if (!strncmp(reason, "output-area-almost-full", 23)) - message = "Output bin almost full."; + message = _("Output bin almost full."); else if (!strncmp(reason, "output-area-full", 16)) - message = "Output bin full!"; + message = _("Output bin full!"); else if (!strncmp(reason, "marker-supply-low", 17)) - message = "Ink/toner almost empty."; + message = _("Ink/toner almost empty."); else if (!strncmp(reason, "marker-supply-empty", 19)) - message = "Ink/toner empty!"; + message = _("Ink/toner empty!"); else if (!strncmp(reason, "marker-waste-almost-full", 24)) - message = "Ink/toner waste bin almost full."; + message = _("Ink/toner waste bin almost full."); else if (!strncmp(reason, "marker-waste-full", 17)) - message = "Ink/toner waste bin full!"; + message = _("Ink/toner waste bin full!"); else if (!strncmp(reason, "fuser-over-temp", 15)) - message = "Fuser temperature high!"; + message = _("Fuser temperature high!"); else if (!strncmp(reason, "fuser-under-temp", 16)) - message = "Fuser temperature low!"; + message = _("Fuser temperature low!"); else if (!strncmp(reason, "opc-near-eol", 12)) - message = "OPC almost at end-of-life."; + message = _("OPC almost at end-of-life."); else if (!strncmp(reason, "opc-life-over", 13)) - message = "OPC at end-of-life!"; + message = _("OPC at end-of-life!"); else if (!strncmp(reason, "developer-low", 13)) - message = "Developer almost empty."; + message = _("Developer almost empty."); else if (!strncmp(reason, "developer-empty", 15)) - message = "Developer empty!"; + message = _("Developer empty!"); else if (strstr(reason, "error") != NULL) { message = unknown; - snprintf(unknown, sizeof(unknown), "Unknown printer error (%s)!", + snprintf(unknown, sizeof(unknown), _("Unknown printer error (%s)!"), reason); } @@ -1505,15 +1570,15 @@ run_pictwps_filter(char **argv, /* I - Command-line arguments */ printer = getenv("PRINTER"); if (!printer) { - fputs("ERROR: PRINTER environment variable not defined!\n", stderr); + fputs(_("ERROR: PRINTER environment variable not defined!\n"), stderr); return (-1); } if ((ppdfile = cupsGetPPD(printer)) == NULL) { - fprintf(stderr, "ERROR: Unable to get PPD file for printer \"%s\" - %s.\n", - printer, ippErrorString(cupsLastError())); - /*return (-1);*/ + fprintf(stderr, + _("ERROR: Unable to get PPD file for printer \"%s\" - %s.\n"), + printer, cupsLastErrorString()); } else { @@ -1527,7 +1592,7 @@ run_pictwps_filter(char **argv, /* I - Command-line arguments */ if ((fd = cupsTempFd(pstmpname, sizeof(pstmpname))) < 0) { - fprintf(stderr, "ERROR: Unable to create temporary file - %s.\n", + fprintf(stderr, _("ERROR: Unable to create temporary file - %s.\n"), strerror(errno)); if (ppdfile) unlink(ppdfile); @@ -1584,7 +1649,8 @@ run_pictwps_filter(char **argv, /* I - Command-line arguments */ execlp("pictwpstops", printer, argv[1], argv[2], argv[3], argv[4], argv[5], filename, NULL); - perror("ERROR: Unable to exec pictwpstops"); + fprintf(stderr, _("ERROR: Unable to exec pictwpstops: %s\n"), + strerror(errno)); return (errno); } @@ -1596,7 +1662,8 @@ run_pictwps_filter(char **argv, /* I - Command-line arguments */ * Error! */ - perror("ERROR: Unable to fork pictwpstops"); + fprintf(stderr, _("ERROR: Unable to fork pictwpstops: %s\n"), + strerror(errno)); unlink(filename); if (ppdfile) unlink(ppdfile); @@ -1609,7 +1676,8 @@ run_pictwps_filter(char **argv, /* I - Command-line arguments */ if (wait(&status) < 0) { - perror("ERROR: Unable to wait for pictwpstops"); + fprintf(stderr, _("ERROR: Unable to wait for pictwpstops: %s\n"), + strerror(errno)); close(fd); unlink(filename); if (ppdfile) @@ -1625,10 +1693,10 @@ run_pictwps_filter(char **argv, /* I - Command-line arguments */ if (status) { if (status >= 256) - fprintf(stderr, "ERROR: pictwpstops exited with status %d!\n", + fprintf(stderr, _("ERROR: pictwpstops exited with status %d!\n"), status / 256); else - fprintf(stderr, "ERROR: pictwpstops exited on signal %d!\n", + fprintf(stderr, _("ERROR: pictwpstops exited on signal %d!\n"), status); unlink(filename); @@ -1681,5 +1749,5 @@ sigterm_handler(int sig) /* I - Signal */ /* - * End of "$Id: ipp.c 6365 2007-03-19 20:56:57Z mike $". + * End of "$Id: ipp.c 6422 2007-03-30 20:49:37Z mike $". */ diff --git a/backend/lpd.c b/backend/lpd.c index 1dee90bf6..c7fb6b9a5 100644 --- a/backend/lpd.c +++ b/backend/lpd.c @@ -1,5 +1,5 @@ /* - * "$Id: lpd.c 6398 2007-03-26 12:57:59Z mike $" + * "$Id: lpd.c 6403 2007-03-27 16:00:56Z mike $" * * Line Printer Daemon backend for the Common UNIX Printing System (CUPS). * @@ -41,6 +41,7 @@ #include #include #include +#include #include #include #include @@ -194,7 +195,7 @@ main(int argc, /* I - Number of command-line arguments (6 or 7) */ } else if (argc < 6 || argc > 7) { - fprintf(stderr, "Usage: %s job-id user title copies options [file]\n", + fprintf(stderr, _("Usage: %s job-id user title copies options [file]\n"), argv[0]); return (CUPS_BACKEND_FAILED); } @@ -231,10 +232,16 @@ main(int argc, /* I - Number of command-line arguments (6 or 7) */ contimeout = 7 * 24 * 60 * 60; #ifdef __APPLE__ - /* We want to pass utf-8 characters, not re-map them (3071945) */ + /* + * We want to pass utf-8 characters, not re-map them (3071945) + */ + sanitize_title = 0; - /* Get the default timeout from a system preference... */ + /* + * Get the default timeout from a system preference... + */ + { CFPropertyListRef pvalue; /* Preference value */ SInt32 toval; /* Timeout value */ @@ -324,7 +331,8 @@ main(int argc, /* I - Number of command-line arguments (6 or 7) */ if (strchr("cdfglnoprtv", value[0])) format = value[0]; else - fprintf(stderr, "ERROR: Unknown format character \"%c\"\n", value[0]); + fprintf(stderr, _("ERROR: Unknown format character \"%c\"\n"), + value[0]); } else if (!strcasecmp(name, "mode") && value[0]) { @@ -337,7 +345,7 @@ main(int argc, /* I - Number of command-line arguments (6 or 7) */ else if (!strcasecmp(value, "stream")) order = MODE_STREAM; else - fprintf(stderr, "ERROR: Unknown print mode \"%s\"\n", value); + fprintf(stderr, _("ERROR: Unknown print mode \"%s\"\n"), value); } else if (!strcasecmp(name, "order") && value[0]) { @@ -350,7 +358,7 @@ main(int argc, /* I - Number of command-line arguments (6 or 7) */ else if (!strcasecmp(value, "data,control")) order = ORDER_DATA_CONTROL; else - fprintf(stderr, "ERROR: Unknown file order \"%s\"\n", value); + fprintf(stderr, _("ERROR: Unknown file order \"%s\"\n"), value); } else if (!strcasecmp(name, "reserve")) { @@ -397,7 +405,7 @@ main(int argc, /* I - Number of command-line arguments (6 or 7) */ else if (!strcasecmp(name, "contimeout")) { /* - * Set the timeout... + * Set the connection timeout... */ if (atoi(value) > 0) @@ -458,7 +466,7 @@ main(int argc, /* I - Number of command-line arguments (6 or 7) */ if (fd == -1) { - fprintf(stderr, "ERROR: Unable to open print file %s: %s\n", + fprintf(stderr, _("ERROR: Unable to open print file %s: %s\n"), filename, strerror(errno)); return (CUPS_BACKEND_FAILED); } @@ -580,14 +588,15 @@ lpd_command(int fd, /* I - Socket connection to LPD host */ * Read back the status from the command and return it... */ - fprintf(stderr, "DEBUG: Reading command status...\n"); + fputs("DEBUG: Reading command status...\n", stderr); alarm(timeout); if (recv(fd, &status, 1, 0) < 1) { - fprintf(stderr, "WARNING: Remote host did not respond with command " - "status byte after %d seconds!\n", timeout); + fprintf(stderr, + _("WARNING: Remote host did not respond with command status " + "byte after %d seconds!\n"), timeout); status = errno; } @@ -629,14 +638,13 @@ lpd_queue(const char *hostname, /* I - Host to connect to */ *cptr; /* Pointer into control file string */ char status; /* Status byte from command */ char portname[255]; /* Port name */ + int delay; /* Delay for retries... */ char addrname[256]; /* Address name */ http_addrlist_t *addrlist, /* Address list */ *addr; /* Socket address */ int copy; /* Copies written */ time_t start_time; /* Time of first connect */ -#ifdef __APPLE__ int recoverable; /* Recoverable error shown? */ -#endif /* __APPLE__ */ size_t nbytes; /* Number of bytes written */ off_t tbytes; /* Total bytes written */ char buffer[32768]; /* Output buffer */ @@ -669,18 +677,15 @@ lpd_queue(const char *hostname, /* I - Host to connect to */ if ((addrlist = httpAddrGetList(hostname, AF_UNSPEC, portname)) == NULL) { - fprintf(stderr, "ERROR: Unable to locate printer \'%s\'!\n", - hostname); + fprintf(stderr, _("ERROR: Unable to locate printer \'%s\'!\n"), hostname); return (CUPS_BACKEND_STOP); } /* - * Remember when we starting trying to connect to the printer... + * Remember when we started trying to connect to the printer... */ -#ifdef __APPLE__ recoverable = 0; -#endif /* __APPLE__ */ start_time = time(NULL); /* @@ -694,10 +699,12 @@ lpd_queue(const char *hostname, /* I - Host to connect to */ */ fputs("STATE: +connecting-to-device\n", stderr); - fprintf(stderr, "INFO: Attempting to connect to host %s for printer %s\n", + fprintf(stderr, + _("INFO: Attempting to connect to host %s for printer %s\n"), hostname, printer); - for (lport = reserve == RESERVE_RFC1179 ? 732 : 1024, addr = addrlist;; + for (lport = reserve == RESERVE_RFC1179 ? 732 : 1024, addr = addrlist, + delay = 5;; addr = addr->next) { /* @@ -793,8 +800,8 @@ lpd_queue(const char *hostname, /* I - Host to connect to */ * available printer in the class. */ - fprintf(stderr, "INFO: Unable to connect to %s, queuing on next printer in class...\n", - hostname); + fputs(_("INFO: Unable to contact printer, queuing on next " + "printer in class...\n"), stderr); httpAddrFreeList(addrlist); @@ -812,23 +819,21 @@ lpd_queue(const char *hostname, /* I - Host to connect to */ { if (contimeout && (time(NULL) - start_time) > contimeout) { - fputs("ERROR: Printer not responding!\n", stderr); + fputs(_("ERROR: Printer not responding!\n"), stderr); return (CUPS_BACKEND_FAILED); } -#ifdef __APPLE__ recoverable = 1; - fprintf(stderr, "WARNING: recoverable: " - "Network host \'%s\' is busy, down, or " - "unreachable; will retry in 30 seconds...\n", - hostname); -#else - fprintf(stderr, "WARNING: " - "Network host \'%s\' is busy, down, or " - "unreachable; will retry in 30 seconds...\n", - hostname); -#endif /* __APPLE__ */ - sleep(30); + + fprintf(stderr, + _("WARNING: recoverable: Network host \'%s\' is busy; will " + "retry in %d seconds...\n"), + hostname, delay); + + sleep(delay); + + if (delay < 30) + delay += 5; } else if (error == EADDRINUSE) { @@ -840,19 +845,15 @@ lpd_queue(const char *hostname, /* I - Host to connect to */ } else { -#ifdef __APPLE__ recoverable = 1; - perror("ERROR: recoverable: " - "Unable to connect to printer; will retry in 30 seconds..."); -#else - perror("ERROR: " - "Unable to connect to printer; will retry in 30 seconds..."); -#endif /* __APPLE__ */ - sleep(30); + + fprintf(stderr, "DEBUG: Connection error: %s\n", strerror(errno)); + fputs(_("ERROR: recoverable: Unable to connect to printer; will " + "retry in 30 seconds...\n"), stderr); + sleep(30); } } -#ifdef __APPLE__ if (recoverable) { /* @@ -864,22 +865,21 @@ lpd_queue(const char *hostname, /* I - Host to connect to */ fputs("INFO: recovered: \n", stderr); sleep(5); } -#endif /* __APPLE__ */ fputs("STATE: -connecting-to-device\n", stderr); - fprintf(stderr, "INFO: Connected to %s...\n", hostname); + fprintf(stderr, _("INFO: Connected to %s...\n"), hostname); #ifdef AF_INET6 if (addr->addr.addr.sa_family == AF_INET6) fprintf(stderr, "DEBUG: Connected to [%s]:%d (IPv6) (local port %d)...\n", - httpAddrString(&addr->addr, addrname, sizeof(addrname)), - ntohs(addr->addr.ipv6.sin6_port), lport); + httpAddrString(&addr->addr, addrname, sizeof(addrname)), + ntohs(addr->addr.ipv6.sin6_port), lport); else #endif /* AF_INET6 */ if (addr->addr.addr.sa_family == AF_INET) fprintf(stderr, "DEBUG: Connected to %s:%d (IPv4) (local port %d)...\n", - httpAddrString(&addr->addr, addrname, sizeof(addrname)), - ntohs(addr->addr.ipv4.sin_port), lport); + httpAddrString(&addr->addr, addrname, sizeof(addrname)), + ntohs(addr->addr.ipv4.sin_port), lport); /* * Next, open the print file and figure out its size... @@ -887,6 +887,10 @@ lpd_queue(const char *hostname, /* I - Host to connect to */ if (print_fd) { + /* + * Use the size from the print file... + */ + if (fstat(print_fd, &filestats)) { httpAddrFreeList(addrlist); @@ -899,11 +903,18 @@ lpd_queue(const char *hostname, /* I - Host to connect to */ filestats.st_size *= manual_copies; } else + { + /* + * Use a "very large value" for the size so that the printer will + * keep printing until we close the connection... + */ + #ifdef _LARGEFILE_SOURCE filestats.st_size = (size_t)(999999999999.0); #else filestats.st_size = 2147483647; #endif /* _LARGEFILE_SOURCE */ + } /* * Send a job header to the printer, specifying no banner page and @@ -962,7 +973,7 @@ lpd_queue(const char *hostname, /* I - Host to connect to */ return (CUPS_BACKEND_FAILED); } - fprintf(stderr, "INFO: Sending control file (%u bytes)\n", + fprintf(stderr, _("INFO: Sending control file (%u bytes)\n"), (unsigned)strlen(control)); if (lpd_write(fd, control, strlen(control) + 1) < (strlen(control) + 1)) @@ -976,8 +987,9 @@ lpd_queue(const char *hostname, /* I - Host to connect to */ if (read(fd, &status, 1) < 1) { - fprintf(stderr, "WARNING: Remote host did not respond with control " - "status byte after %d seconds!\n", timeout); + fprintf(stderr, + _("WARNING: Remote host did not respond with control " + "status byte after %d seconds!\n"), timeout); status = errno; } @@ -985,10 +997,11 @@ lpd_queue(const char *hostname, /* I - Host to connect to */ } if (status != 0) - fprintf(stderr, "ERROR: Remote host did not accept control file (%d)\n", + fprintf(stderr, + _("ERROR: Remote host did not accept control file (%d)\n"), status); else - fputs("INFO: Control file sent successfully\n", stderr); + fputs(_("INFO: Control file sent successfully\n"), stderr); } else status = 0; @@ -1009,7 +1022,12 @@ lpd_queue(const char *hostname, /* I - Host to connect to */ return (CUPS_BACKEND_FAILED); } - fprintf(stderr, "INFO: Sending data file (" CUPS_LLFMT " bytes)\n", + fprintf(stderr, +#ifdef HAVE_LONG_LONG + _("INFO: Sending data file (%lld bytes)\n"), +#else + _("INFO: Sending data file (%ld bytes)\n"), +#endif /* HAVE_LONG_LONG */ CUPS_LLCAST filestats.st_size); tbytes = 0; @@ -1019,7 +1037,7 @@ lpd_queue(const char *hostname, /* I - Host to connect to */ while ((nbytes = read(print_fd, buffer, sizeof(buffer))) > 0) { - fprintf(stderr, "INFO: Spooling LPR job, %.0f%% complete...\n", + fprintf(stderr, _("INFO: Spooling LPR job, %.0f%% complete...\n"), 100.0 * tbytes / filestats.st_size); if (lpd_write(fd, buffer, nbytes) < nbytes) @@ -1054,8 +1072,9 @@ lpd_queue(const char *hostname, /* I - Host to connect to */ if (recv(fd, &status, 1, 0) < 1) { - fprintf(stderr, "WARNING: Remote host did not respond with data " - "status byte after %d seconds!\n", timeout); + fprintf(stderr, + _("WARNING: Remote host did not respond with data " + "status byte after %d seconds!\n"), timeout); status = 0; } @@ -1066,10 +1085,10 @@ lpd_queue(const char *hostname, /* I - Host to connect to */ status = 0; if (status != 0) - fprintf(stderr, "ERROR: Remote host did not accept data file (%d)\n", + fprintf(stderr, _("ERROR: Remote host did not accept data file (%d)\n"), status); else - fputs("INFO: Data file sent successfully\n", stderr); + fputs(_("INFO: Data file sent successfully\n"), stderr); } if (status == 0 && order == ORDER_DATA_CONTROL) @@ -1083,7 +1102,7 @@ lpd_queue(const char *hostname, /* I - Host to connect to */ return (CUPS_BACKEND_FAILED); } - fprintf(stderr, "INFO: Sending control file (%lu bytes)\n", + fprintf(stderr, _("INFO: Sending control file (%lu bytes)\n"), (unsigned long)strlen(control)); if (lpd_write(fd, control, strlen(control) + 1) < (strlen(control) + 1)) @@ -1097,8 +1116,9 @@ lpd_queue(const char *hostname, /* I - Host to connect to */ if (read(fd, &status, 1) < 1) { - fprintf(stderr, "WARNING: Remote host did not respond with control " - "status byte after %d seconds!\n", timeout); + fprintf(stderr, + _("WARNING: Remote host did not respond with control " + "status byte after %d seconds!\n"), timeout); status = errno; } @@ -1106,10 +1126,11 @@ lpd_queue(const char *hostname, /* I - Host to connect to */ } if (status != 0) - fprintf(stderr, "ERROR: Remote host did not accept control file (%d)\n", + fprintf(stderr, + _("ERROR: Remote host did not accept control file (%d)\n"), status); else - fputs("INFO: Control file sent successfully\n", stderr); + fputs(_("INFO: Control file sent successfully\n"), stderr); } /* @@ -1293,5 +1314,5 @@ sigterm_handler(int sig) /* I - Signal */ /* - * End of "$Id: lpd.c 6398 2007-03-26 12:57:59Z mike $". + * End of "$Id: lpd.c 6403 2007-03-27 16:00:56Z mike $". */ diff --git a/backend/parallel.c b/backend/parallel.c index 4164e7895..79b1f2b82 100644 --- a/backend/parallel.c +++ b/backend/parallel.c @@ -1,5 +1,5 @@ /* - * "$Id: parallel.c 6178 2007-01-03 18:09:17Z mike $" + * "$Id: parallel.c 6403 2007-03-27 16:00:56Z mike $" * * Parallel port backend for the Common UNIX Printing System (CUPS). * @@ -131,7 +131,8 @@ main(int argc, /* I - Number of command-line arguments (6 or 7) */ } else if (argc < 6 || argc > 7) { - fputs("Usage: parallel job-id user title copies options [file]\n", stderr); + fprintf(stderr, _("Usage: %s job-id user title copies options [file]\n"), + argv[0]); return (CUPS_BACKEND_FAILED); } @@ -221,8 +222,8 @@ main(int argc, /* I - Number of command-line arguments (6 or 7) */ * available printer in the class. */ - fputs("INFO: Unable to open parallel port, queuing on next printer " - "in class...\n", stderr); + fputs(_("INFO: Unable to contact printer, queuing on next " + "printer in class...\n"), stderr); /* * Sleep 5 seconds to keep the job from requeuing too rapidly... @@ -235,20 +236,18 @@ main(int argc, /* I - Number of command-line arguments (6 or 7) */ if (errno == EBUSY) { - fputs("INFO: Parallel port busy; will retry in 30 seconds...\n", - stderr); + fputs(_("INFO: Printer busy; will retry in 30 seconds...\n"), stderr); sleep(30); } else if (errno == ENXIO || errno == EIO || errno == ENOENT) { - fputs("INFO: Printer not connected; will retry in 30 seconds...\n", + fputs(_("INFO: Printer not connected; will retry in 30 seconds...\n"), stderr); sleep(30); } else { - fprintf(stderr, - "ERROR: Unable to open parallel port device file \"%s\": %s\n", + fprintf(stderr, _("ERROR: Unable to open device file \"%s\": %s\n"), resource, strerror(errno)); return (CUPS_BACKEND_FAILED); } @@ -289,8 +288,13 @@ main(int argc, /* I - Number of command-line arguments (6 or 7) */ tbytes = backendRunLoop(print_fd, device_fd, use_bc, side_cb); if (print_fd != 0 && tbytes >= 0) - fprintf(stderr, "INFO: Sent print file, " CUPS_LLFMT " bytes...\n", - CUPS_LLCAST tbytes); + fprintf(stderr, +#ifdef HAVE_LONG_LONG + _("INFO: Sent print file, %lld bytes...\n"), +#else + _("INFO: Sent print file, %ld bytes...\n"), +#endif /* HAVE_LONG_LONG */ + CUPS_LLCAST tbytes); } /* @@ -618,7 +622,7 @@ side_cb(int print_fd, /* I - Print file */ if (cupsSideChannelRead(&command, &status, data, &datalen, 1.0)) { - fputs("WARNING: Failed to read side-channel request!\n", stderr); + fputs(_("WARNING: Failed to read side-channel request!\n"), stderr); return; } @@ -665,5 +669,5 @@ side_cb(int print_fd, /* I - Print file */ /* - * End of "$Id: parallel.c 6178 2007-01-03 18:09:17Z mike $". + * End of "$Id: parallel.c 6403 2007-03-27 16:00:56Z mike $". */ diff --git a/backend/runloop.c b/backend/runloop.c index 461bbb4e7..dc2890a89 100644 --- a/backend/runloop.c +++ b/backend/runloop.c @@ -1,5 +1,5 @@ /* - * "$Id: runloop.c 6170 2007-01-02 17:26:41Z mike $" + * "$Id: runloop.c 6403 2007-03-27 16:00:56Z mike $" * * Common run loop API for the Common UNIX Printing System (CUPS). * @@ -68,7 +68,8 @@ backendRunLoop( #endif /* HAVE_SIGACTION && !HAVE_SIGSET */ - fprintf(stderr, "DEBUG: backendRunLoop(print_fd=%d, device_fd=%d, use_bc=%d)\n", + fprintf(stderr, + "DEBUG: backendRunLoop(print_fd=%d, device_fd=%d, use_bc=%d)\n", print_fd, device_fd, use_bc); /* @@ -132,7 +133,7 @@ backendRunLoop( if (errno == ENXIO && !offline) { fputs("STATE: +offline-error\n", stderr); - fputs("INFO: Printer is currently off-line.\n", stderr); + fputs(_("INFO: Printer is currently off-line.\n"), stderr); offline = 1; } @@ -216,8 +217,8 @@ backendRunLoop( { if (!paperout) { - fputs("ERROR: Out of paper!\n", stderr); fputs("STATE: +media-empty-error\n", stderr); + fputs(_("ERROR: Out of paper!\n"), stderr); paperout = 1; } } @@ -226,13 +227,14 @@ backendRunLoop( if (!offline) { fputs("STATE: +offline-error\n", stderr); - fputs("INFO: Printer is currently off-line.\n", stderr); + fputs(_("INFO: Printer is currently off-line.\n"), stderr); offline = 1; } } else if (errno != EAGAIN && errno != EINTR && errno != ENOTTY) { - perror("ERROR: Unable to write print data"); + fprintf(stderr, _("ERROR: Unable to write print data: %s\n"), + strerror(errno)); return (-1); } } @@ -247,7 +249,7 @@ backendRunLoop( if (offline) { fputs("STATE: -offline-error\n", stderr); - fputs("INFO: Printer is now on-line.\n", stderr); + fputs(_("INFO: Printer is now on-line.\n"), stderr); offline = 0; } @@ -269,5 +271,5 @@ backendRunLoop( /* - * End of "$Id: runloop.c 6170 2007-01-02 17:26:41Z mike $". + * End of "$Id: runloop.c 6403 2007-03-27 16:00:56Z mike $". */ diff --git a/backend/scsi-irix.c b/backend/scsi-irix.c index cec216e87..4f735d595 100644 --- a/backend/scsi-irix.c +++ b/backend/scsi-irix.c @@ -1,5 +1,5 @@ /* - * "$Id: scsi-irix.c 5241 2006-03-07 22:07:44Z mike $" + * "$Id: scsi-irix.c 6414 2007-03-30 13:40:57Z mike $" * * IRIX SCSI printer support for the Common UNIX Printing System (CUPS). * @@ -95,7 +95,7 @@ print_device(const char *resource, /* I - SCSI device */ if (strncmp(resource, "/dev/scsi/", 10) != 0) { - fprintf(stderr, "ERROR: Bad SCSI device file \"%s\"!\n", resource); + fprintf(stderr, _("ERROR: Bad SCSI device file \"%s\"!\n"), resource); return (CUPS_BACKEND_STOP); } @@ -118,8 +118,8 @@ print_device(const char *resource, /* I - SCSI device */ * available printer in the class. */ - fputs("INFO: Unable to open SCSI device, queuing on next printer in class...\n", - stderr); + fputs(_("INFO: Unable to contact printer, queuing on next " + "printer in class...\n"), stderr); /* * Sleep 5 seconds to keep the job from requeuing too rapidly... @@ -132,14 +132,13 @@ print_device(const char *resource, /* I - SCSI device */ if (errno != EAGAIN && errno != EBUSY) { - fprintf(stderr, "ERROR: Unable to open SCSI device \"%s\" - %s\n", - resource, strerror(errno)); + fprintf(stderr, _("ERROR: Unable to open device file \"%s\": %s\n"), + resource, strerror(errno)); return (CUPS_BACKEND_FAILED); } else { - fprintf(stderr, "INFO: SCSI device \"%s\" busy; retrying...\n", - resource); + fputs(_("INFO: Printer busy; will retry in 30 seconds...\n"), stderr); sleep(30); } } @@ -201,7 +200,8 @@ print_device(const char *resource, /* I - SCSI device */ if (ioctl(scsi_fd, DS_ENTER, &scsi_req) < 0 || scsi_req.ds_status != 0) { - fprintf(stderr, "WARNING: SCSI command timed out (%d); retrying...\n", + fprintf(stderr, + _("WARNING: SCSI command timed out (%d); retrying...\n"), scsi_req.ds_status); sleep(try + 1); } @@ -210,7 +210,7 @@ print_device(const char *resource, /* I - SCSI device */ if (try >= 10) { - fprintf(stderr, "ERROR: Unable to send print data (%d)\n", + fprintf(stderr, _("ERROR: Unable to send print data (%d)\n"), scsi_req.ds_status); close(scsi_fd); return (CUPS_BACKEND_FAILED); @@ -231,5 +231,5 @@ print_device(const char *resource, /* I - SCSI device */ /* - * End of "$Id: scsi-irix.c 5241 2006-03-07 22:07:44Z mike $". + * End of "$Id: scsi-irix.c 6414 2007-03-30 13:40:57Z mike $". */ diff --git a/backend/scsi-linux.c b/backend/scsi-linux.c index 75c9629dc..66a88a319 100644 --- a/backend/scsi-linux.c +++ b/backend/scsi-linux.c @@ -1,5 +1,5 @@ /* - * "$Id: scsi-linux.c 5241 2006-03-07 22:07:44Z mike $" + * "$Id: scsi-linux.c 6422 2007-03-30 20:49:37Z mike $" * * Linux SCSI printer support for the Common UNIX Printing System (CUPS). * @@ -55,6 +55,7 @@ */ #include +#include /* @@ -108,7 +109,7 @@ print_device(const char *resource, /* I - SCSI device */ if (strncmp(resource, "/dev/sg", 7) != 0) { - fprintf(stderr, "ERROR: Bad SCSI device file \"%s\"!\n", resource); + fprintf(stderr, _("ERROR: Bad SCSI device file \"%s\"!\n"), resource); return (CUPS_BACKEND_STOP); } @@ -131,8 +132,9 @@ print_device(const char *resource, /* I - SCSI device */ * available printer in the class. */ - fputs("INFO: Unable to open SCSI device, queuing on next printer in class...\n", - stderr); + _cupsLangPuts(stderr, + _("INFO: Unable to contact printer, queuing on next " + "printer in class...\n")); /* * Sleep 5 seconds to keep the job from requeuing too rapidly... @@ -145,14 +147,13 @@ print_device(const char *resource, /* I - SCSI device */ if (errno != EAGAIN && errno != EBUSY) { - fprintf(stderr, "ERROR: Unable to open SCSI device \"%s\" - %s\n", - resource, strerror(errno)); + fprintf(stderr, _("ERROR: Unable to open device file \"%s\": %s\n"), + resource, strerror(errno)); return (CUPS_BACKEND_FAILED); } else { - fprintf(stderr, "INFO: SCSI device \"%s\" busy; retrying...\n", - resource); + fputs(_("INFO: Printer busy; will retry in 30 seconds...\n"), stderr); sleep(30); } } @@ -218,7 +219,8 @@ print_device(const char *resource, /* I - SCSI device */ if (ioctl(scsi_fd, SG_IO, &scsi_req) < 0 || scsi_req.status != 0) { - fprintf(stderr, "WARNING: SCSI command timed out (%d); retrying...\n", + fprintf(stderr, + _("WARNING: SCSI command timed out (%d); retrying...\n"), scsi_req.status); sleep(try + 1); } @@ -227,7 +229,7 @@ print_device(const char *resource, /* I - SCSI device */ if (try >= 10) { - fprintf(stderr, "ERROR: Unable to send print data (%d)\n", + fprintf(stderr, _("ERROR: Unable to send print data (%d)\n"), scsi_req.status); close(scsi_fd); return (CUPS_BACKEND_FAILED); @@ -249,5 +251,5 @@ print_device(const char *resource, /* I - SCSI device */ /* - * End of "$Id: scsi-linux.c 5241 2006-03-07 22:07:44Z mike $". + * End of "$Id: scsi-linux.c 6422 2007-03-30 20:49:37Z mike $". */ diff --git a/backend/scsi.c b/backend/scsi.c index df4f1fc51..2bb03f84d 100644 --- a/backend/scsi.c +++ b/backend/scsi.c @@ -1,5 +1,5 @@ /* - * "$Id: scsi.c 6029 2006-10-12 17:55:17Z mike $" + * "$Id: scsi.c 6411 2007-03-28 23:02:51Z mike $" * * SCSI printer backend for the Common UNIX Printing System (CUPS). * @@ -59,6 +59,7 @@ #include #include #include +#include #include #ifdef WIN32 @@ -150,7 +151,8 @@ main(int argc, /* I - Number of command-line arguments (6 or 7) */ } else if (argc < 6 || argc > 7) { - fputs("Usage: scsi:/dev/file job-id user title copies options [file]\n", stderr); + fprintf(stderr, _("Usage: %s job-id user title copies options [file]\n"), + argv[0]); return (CUPS_BACKEND_FAILED); } @@ -220,5 +222,5 @@ main(int argc, /* I - Number of command-line arguments (6 or 7) */ /* - * End of "$Id: scsi.c 6029 2006-10-12 17:55:17Z mike $". + * End of "$Id: scsi.c 6411 2007-03-28 23:02:51Z mike $". */ diff --git a/backend/serial.c b/backend/serial.c index a931389f8..901df2659 100644 --- a/backend/serial.c +++ b/backend/serial.c @@ -1,5 +1,5 @@ /* - * "$Id: serial.c 6170 2007-01-02 17:26:41Z mike $" + * "$Id: serial.c 6403 2007-03-27 16:00:56Z mike $" * * Serial port backend for the Common UNIX Printing System (CUPS). * @@ -170,7 +170,8 @@ main(int argc, /* I - Number of command-line arguments (6 or 7) */ } else if (argc < 6 || argc > 7) { - fputs("Usage: serial job-id user title copies options [file]\n", stderr); + fprintf(stderr, _("Usage: %s job-id user title copies options [file]\n"), + argv[0]); return (CUPS_BACKEND_FAILED); } @@ -242,8 +243,8 @@ main(int argc, /* I - Number of command-line arguments (6 or 7) */ * available printer in the class. */ - fputs("INFO: Unable to open serial port, queuing on next printer in class...\n", - stderr); + fputs(_("INFO: Unable to contact printer, queuing on next " + "printer in class...\n"), stderr); /* * Sleep 5 seconds to keep the job from requeuing too rapidly... @@ -256,12 +257,12 @@ main(int argc, /* I - Number of command-line arguments (6 or 7) */ if (errno == EBUSY) { - fputs("INFO: Serial port busy; will retry in 30 seconds...\n", stderr); + fputs(_("INFO: Printer busy; will retry in 30 seconds...\n"), stderr); sleep(30); } else { - fprintf(stderr, "ERROR: Unable to open serial port device file \"%s\": %s\n", + fprintf(stderr, _("ERROR: Unable to open device file \"%s\": %s\n"), resource, strerror(errno)); return (CUPS_BACKEND_FAILED); } @@ -378,7 +379,8 @@ main(int argc, /* I - Number of command-line arguments (6 or 7) */ break; # endif /* B230400 */ default : - fprintf(stderr, "WARNING: Unsupported baud rate %s!\n", value); + fprintf(stderr, _("WARNING: Unsupported baud rate %s!\n"), + value); break; } #endif /* B19200 == 19200 */ @@ -1254,7 +1256,7 @@ side_cb(int print_fd, /* I - Print file */ if (cupsSideChannelRead(&command, &status, data, &datalen, 1.0)) { - fputs("WARNING: Failed to read side-channel request!\n", stderr); + fputs(_("WARNING: Failed to read side-channel request!\n"), stderr); return; } @@ -1285,5 +1287,5 @@ side_cb(int print_fd, /* I - Print file */ /* - * End of "$Id: serial.c 6170 2007-01-02 17:26:41Z mike $". + * End of "$Id: serial.c 6403 2007-03-27 16:00:56Z mike $". */ diff --git a/backend/snmp.c b/backend/snmp.c index a269ddaba..0298ee9db 100644 --- a/backend/snmp.c +++ b/backend/snmp.c @@ -1,9 +1,9 @@ /* - * "$Id: snmp.c 6180 2007-01-03 18:19:32Z mike $" + * "$Id: snmp.c 6403 2007-03-27 16:00:56Z mike $" * * SNMP discovery backend for the Common UNIX Printing System (CUPS). * - * Copyright 2006 by Easy Software Products, all rights reserved. + * Copyright 2006-2007 by Easy Software Products, all rights reserved. * * These coded instructions, statements, and computer programs are the * property of Easy Software Products and are protected by Federal @@ -312,7 +312,7 @@ main(int argc, /* I - Number of command-line arguments (6 or 7) */ if (argc > 2) { - fputs("Usage: snmp [host-or-ip-address]\n", stderr); + fputs(_("Usage: snmp [host-or-ip-address]\n"), stderr); return (1); } @@ -2089,8 +2089,8 @@ read_snmp_response(int fd) /* I - SNMP socket file descriptor */ if (asn1_decode_snmp(buffer, bytes, &packet)) { - fprintf(stderr, "ERROR: Bad SNMP packet from %s: %s\n", addrname, - packet.error); + fprintf(stderr, "ERROR: Bad SNMP packet from %s: %s\n", + addrname, packet.error); asn1_debug(buffer, bytes, 0); hex_debug(buffer, bytes); @@ -2365,7 +2365,8 @@ send_snmp_query( if (bytes < 0) { - fprintf(stderr, "ERROR: Unable to send SNMP query: %s\n", packet.error); + fprintf(stderr, "ERROR: Unable to send SNMP query: %s\n", + packet.error); return; } @@ -2406,7 +2407,8 @@ try_connect(http_addr_t *addr, /* I - Socket address */ if ((fd = socket(AF_INET, SOCK_STREAM, 0)) < 0) { - fprintf(stderr, "ERROR: Unable to create socket: %s\n", strerror(errno)); + fprintf(stderr, "ERROR: Unable to create socket: %s\n", + strerror(errno)); return (-1); } @@ -2459,5 +2461,5 @@ update_cache(snmp_cache_t *device, /* I - Device */ /* - * End of "$Id: snmp.c 6180 2007-01-03 18:19:32Z mike $". + * End of "$Id: snmp.c 6403 2007-03-27 16:00:56Z mike $". */ diff --git a/backend/socket.c b/backend/socket.c index 20fb7e31d..4c779ec7d 100644 --- a/backend/socket.c +++ b/backend/socket.c @@ -1,5 +1,5 @@ /* - * "$Id: socket.c 6170 2007-01-02 17:26:41Z mike $" + * "$Id: socket.c 6403 2007-03-27 16:00:56Z mike $" * * AppSocket backend for the Common UNIX Printing System (CUPS). * @@ -80,6 +80,9 @@ main(int argc, /* I - Number of command-line arguments (6 or 7) */ *ptr; /* Pointer into name or value */ int print_fd; /* Print file */ int copies; /* Number of copies to print */ + time_t start_time; /* Time of first connect */ + int recoverable; /* Recoverable error shown? */ + int contimeout; /* Connection timeout */ int waiteof; /* Wait for end-of-file? */ int port; /* Port number */ char portname[255]; /* Port name */ @@ -129,7 +132,7 @@ main(int argc, /* I - Number of command-line arguments (6 or 7) */ } else if (argc < 6 || argc > 7) { - fprintf(stderr, "Usage: %s job-id user title copies options [file]\n", + fprintf(stderr, _("Usage: %s job-id user title copies options [file]\n"), argv[0]); return (CUPS_BACKEND_FAILED); } @@ -175,7 +178,8 @@ main(int argc, /* I - Number of command-line arguments (6 or 7) */ * Get options, if any... */ - waiteof = 1; + waiteof = 1; + contimeout = 7 * 24 * 60 * 60; if ((options = strchr(resource, '?')) != NULL) { @@ -233,6 +237,15 @@ main(int argc, /* I - Number of command-line arguments (6 or 7) */ waiteof = !value[0] || !strcasecmp(value, "on") || !strcasecmp(value, "yes") || !strcasecmp(value, "true"); } + else if (!strcasecmp(name, "contimeout")) + { + /* + * Set the connection timeout... + */ + + if (atoi(value) > 0) + contimeout = atoi(value); + } } } @@ -240,15 +253,18 @@ main(int argc, /* I - Number of command-line arguments (6 or 7) */ * Then try to connect to the remote host... */ + recoverable = 0; + start_time = time(NULL); + sprintf(portname, "%d", port); if ((addrlist = httpAddrGetList(hostname, AF_UNSPEC, portname)) == NULL) { - fprintf(stderr, "ERROR: Unable to locate printer \'%s\'!\n", hostname); + fprintf(stderr, _("ERROR: Unable to locate printer \'%s\'!\n"), hostname); return (CUPS_BACKEND_STOP); } - fprintf(stderr, "INFO: Attempting to connect to host %s on port %d\n", + fprintf(stderr, _("INFO: Attempting to connect to host %s on port %d\n"), hostname, port); fputs("STATE: +connecting-to-device\n", stderr); @@ -269,8 +285,8 @@ main(int argc, /* I - Number of command-line arguments (6 or 7) */ * available printer in the class. */ - fprintf(stderr, "INFO: Unable to connect to \"%s\", queuing on next printer in class...\n", - hostname); + fputs(_("INFO: Unable to contact printer, queuing on next " + "printer in class...\n"), stderr); /* * Sleep 5 seconds to keep the job from requeuing too rapidly... @@ -284,9 +300,19 @@ main(int argc, /* I - Number of command-line arguments (6 or 7) */ if (error == ECONNREFUSED || error == EHOSTDOWN || error == EHOSTUNREACH) { + if (contimeout && (time(NULL) - start_time) > contimeout) + { + fputs(_("ERROR: Printer not responding!\n"), stderr); + return (CUPS_BACKEND_FAILED); + } + + recoverable = 1; + fprintf(stderr, - "INFO: Network host \'%s\' is busy; will retry in %d seconds...\n", - hostname, delay); + _("WARNING: recoverable: Network host \'%s\' is busy; will " + "retry in %d seconds...\n"), + hostname, delay); + sleep(delay); if (delay < 30) @@ -294,7 +320,11 @@ main(int argc, /* I - Number of command-line arguments (6 or 7) */ } else { - perror("ERROR: Unable to connect to printer (retrying in 30 seconds)"); + recoverable = 1; + + fprintf(stderr, "DEBUG: Connection error: %s\n", strerror(errno)); + fputs(_("ERROR: recoverable: Unable to connect to printer; will " + "retry in 30 seconds...\n"), stderr); sleep(30); } } @@ -302,20 +332,32 @@ main(int argc, /* I - Number of command-line arguments (6 or 7) */ break; } + if (recoverable) + { + /* + * If we've shown a recoverable error make sure the printer proxies + * have a chance to see the recovered message. Not pretty but + * necessary for now... + */ + + fputs("INFO: recovered: \n", stderr); + sleep(5); + } + fputs("STATE: -connecting-to-device\n", stderr); - fprintf(stderr, "INFO: Connected to %s...\n", hostname); + fprintf(stderr, _("INFO: Connected to %s...\n"), hostname); #ifdef AF_INET6 if (addr->addr.addr.sa_family == AF_INET6) fprintf(stderr, "DEBUG: Connected to [%s]:%d (IPv6)...\n", - httpAddrString(&addr->addr, addrname, sizeof(addrname)), - ntohs(addr->addr.ipv6.sin6_port)); + httpAddrString(&addr->addr, addrname, sizeof(addrname)), + ntohs(addr->addr.ipv6.sin6_port)); else #endif /* AF_INET6 */ if (addr->addr.addr.sa_family == AF_INET) fprintf(stderr, "DEBUG: Connected to %s:%d (IPv4)...\n", - httpAddrString(&addr->addr, addrname, sizeof(addrname)), - ntohs(addr->addr.ipv4.sin_port)); + httpAddrString(&addr->addr, addrname, sizeof(addrname)), + ntohs(addr->addr.ipv4.sin_port)); /* * Print everything... @@ -336,8 +378,13 @@ main(int argc, /* I - Number of command-line arguments (6 or 7) */ tbytes = backendRunLoop(print_fd, device_fd, 1, side_cb); if (print_fd != 0 && tbytes >= 0) - fprintf(stderr, "INFO: Sent print file, " CUPS_LLFMT " bytes...\n", - CUPS_LLCAST tbytes); + fprintf(stderr, +#ifdef HAVE_LONG_LONG + _("INFO: Sent print file, %lld bytes...\n"), +#else + _("INFO: Sent print file, %ld bytes...\n"), +#endif /* HAVE_LONG_LONG */ + CUPS_LLCAST tbytes); } if (waiteof) @@ -346,7 +393,8 @@ main(int argc, /* I - Number of command-line arguments (6 or 7) */ * Shutdown the socket and wait for the other end to finish... */ - fputs("INFO: Print file sent, waiting for printer to finish...\n", stderr); + fputs(_("INFO: Print file sent, waiting for printer to finish...\n"), + stderr); shutdown(device_fd, 1); @@ -399,7 +447,7 @@ main(int argc, /* I - Number of command-line arguments (6 or 7) */ close(print_fd); if (tbytes >= 0) - fputs("INFO: Ready to print.\n", stderr); + fputs(_("INFO: Ready to print.\n"), stderr); return (tbytes < 0 ? CUPS_BACKEND_FAILED : CUPS_BACKEND_OK); } @@ -424,7 +472,7 @@ side_cb(int print_fd, /* I - Print file */ if (cupsSideChannelRead(&command, &status, data, &datalen, 1.0)) { - fputs("WARNING: Failed to read side-channel request!\n", stderr); + fputs(_("WARNING: Failed to read side-channel request!\n"), stderr); return; } @@ -455,5 +503,5 @@ side_cb(int print_fd, /* I - Print file */ /* - * End of "$Id: socket.c 6170 2007-01-02 17:26:41Z mike $". + * End of "$Id: socket.c 6403 2007-03-27 16:00:56Z mike $". */ diff --git a/backend/test1284.c b/backend/test1284.c index 4622e5d21..918d53b4f 100644 --- a/backend/test1284.c +++ b/backend/test1284.c @@ -1,5 +1,5 @@ /* - * "$Id: test1284.c 5590 2006-05-26 19:48:26Z mike $" + * "$Id: test1284.c 6403 2007-03-27 16:00:56Z mike $" * * IEEE-1284 support functions test program for the Common UNIX Printing * System (CUPS). @@ -26,6 +26,7 @@ * * Contents: * + * main() - Test the device-ID functions. */ /* @@ -92,5 +93,5 @@ main(int argc, /* I - Number of command-line args */ /* - * End of "$Id: test1284.c 5590 2006-05-26 19:48:26Z mike $". + * End of "$Id: test1284.c 6403 2007-03-27 16:00:56Z mike $". */ diff --git a/backend/usb-darwin.c b/backend/usb-darwin.c index aefbc95cd..4b3cc47b1 100644 --- a/backend/usb-darwin.c +++ b/backend/usb-darwin.c @@ -1,5 +1,5 @@ /* - * "$Id: usb-darwin.c 6365 2007-03-19 20:56:57Z mike $" + * "$Id: usb-darwin.c 6422 2007-03-30 20:49:37Z mike $" * * Copyright © 2005-2007 Apple Inc. All rights reserved. * @@ -309,10 +309,10 @@ print_device(const char *uri, /* I - Device URI */ printer_data.printerDriver = 0x0; } - fprintf(stderr, "INFO: Looking for '%s %s'\n", hostname, resource); + fprintf(stderr, "DEBUG: Looking for '%s %s'\n", hostname, resource); iterate_printers(find_device_callback, &printer_data); - fprintf(stderr, "INFO: Opening Connection\n"); + fputs("DEBUG: Opening connection\n", stderr); driverBundlePath = NULL; status = registry_open(&printer_data, &driverBundlePath); @@ -335,8 +335,8 @@ print_device(const char *uri, /* I - Device URI */ if (driverBundlePath == NULL || !CFStringGetCString(driverBundlePath, buffer, sizeof(buffer), kCFStringEncodingUTF8)) strlcpy(buffer, "USB class driver", sizeof(buffer)); - fprintf(stderr, "STATE: +apple-missing-usbclassdriver-error\n" \ - "FATAL: Could not load %s\n", buffer); + fputs("STATE: +apple-missing-usbclassdriver-error\n", stderr); + fprintf(stderr, _("FATAL: Could not load %s\n"), buffer); if (driverBundlePath) CFRelease(driverBundlePath); @@ -351,7 +351,7 @@ print_device(const char *uri, /* I - Device URI */ sleep( PRINTER_POLLING_INTERVAL ); countdown -= PRINTER_POLLING_INTERVAL; if ( countdown <= 0 ) { - fprintf(stderr, "INFO: Printer busy (status:0x%08x)\n", (int)status); + fprintf(stderr, _("INFO: Printer busy (status:0x%08x)\n"), (int)status); countdown = SUBSEQUENT_LOG_INTERVAL; /* subsequent log entries, every 15 seconds */ } } @@ -393,7 +393,7 @@ print_device(const char *uri, /* I - Device URI */ thread_created = 1; if (thread_created == 0) - fprintf(stderr, "WARNING: Couldn't create read channel\n"); + fputs(_("WARNING: Couldn't create read channel\n"), stderr); if (pthread_cond_init(&printer_data.reqWaitCompCond, NULL) == 0) reqWaitCompCondPtr = &printer_data.reqWaitCompCond; @@ -408,7 +408,7 @@ print_device(const char *uri, /* I - Device URI */ reqWait_create = 1; if (reqWait_create == 0) - fprintf(stderr, "WARNING: Couldn't create sidechannel thread!\n"); + fputs(_("WARNING: Couldn't create sidechannel thread!\n"), stderr); if (pthread_mutex_init(&printer_data.waitCloseMutex, NULL) == 0) waitCloseMutexPtr = &printer_data.waitCloseMutex; @@ -431,7 +431,7 @@ print_device(const char *uri, /* I - Device URI */ ssize_t nbytes; /* Number of bytes read */ off_t tbytes = 0; /* Total number of bytes written */ - fprintf(stderr, "INFO: Sending data\n"); + fputs(_("INFO: Sending data\n"), stderr); if (STDIN_FILENO != fd) { fputs("PAGE: 1 1", stderr); @@ -456,7 +456,7 @@ print_device(const char *uri, /* I - Device URI */ status = (*(printer_data.printerDriver))->WritePipe( printer_data.printerDriver, (UInt8*)bufptr, &wbytes, 0 /* nbytes > wbytes? 0: feof(fp) */ ); if (wbytes < 0 || noErr != status) { OSStatus err = (*(printer_data.printerDriver))->Abort(printer_data.printerDriver); - fprintf(stderr, "ERROR: %ld: Unable to send print file to printer (canceled:%ld)\n", status, err); + fprintf(stderr, _("ERROR: %ld: Unable to send print file to printer (canceled:%ld)\n"), status, err); break; } @@ -465,7 +465,7 @@ print_device(const char *uri, /* I - Device URI */ } if (fd != 0 && status == noErr) - fprintf(stderr, "DEBUG: Sending print file, %qd bytes...\n", (off_t)tbytes); + fprintf(stderr, "DEBUG: Sending print file, %lld bytes...\n", (off_t)tbytes); } } @@ -692,7 +692,7 @@ static Boolean find_device_callback(void *refcon, io_service_t obj) if (!keepLooking && userData->statusTimer != NULL) { fputs("STATE: -offline-error\n", stderr); - fputs("INFO: Printer is now on-line.\n", stderr); + fputs(_("INFO: Printer is now on-line.\n"), stderr); CFRunLoopRemoveTimer(CFRunLoopGetCurrent(), userData->statusTimer, kCFRunLoopDefaultMode); CFRelease(userData->statusTimer); userData->statusTimer = NULL; @@ -704,7 +704,7 @@ static Boolean find_device_callback(void *refcon, io_service_t obj) static void statusTimerCallback (CFRunLoopTimerRef timer, void *info) { fputs("STATE: +offline-error\n", stderr); - fputs("INFO: Printer is currently off-line.\n", stderr); + fputs(_("INFO: Printer is currently off-line.\n"), stderr); } #pragma mark - @@ -871,7 +871,7 @@ static kern_return_t load_classdriver(CFStringRef driverPath, printer_interface_ #ifdef DEBUG char bundlestr[1024]; CFStringGetCString(bundle, bundlestr, sizeof(bundlestr), kCFStringEncodingUTF8); - fprintf(stderr, "DEBUG:load_classdriver(%s) (kr:0x%08x)\n", bundlestr, (int)kr); + fprintf(stderr, "DEBUG: load_classdriver(%s) (kr:0x%08x)\n", bundlestr, (int)kr); #endif /* DEBUG */ return kr; @@ -1223,7 +1223,7 @@ static void parse_options(const char *options, char *serial, UInt32 *location, B *waitEOF = false; } else { - fprintf(stderr, "WARNING: Boolean expected for waiteof option \"%s\"\n", value); + fprintf(stderr, _("WARNING: Boolean expected for waiteof option \"%s\"\n"), value); } } else if (strcasecmp(optionName, "serial") == 0) { @@ -1268,7 +1268,7 @@ static void setup_cfLanguage(void) CFRelease(lang[0]); CFRelease(langArray); } else { - fprintf(stderr, "DEBUG: usb: LANG environment variable missing.\n"); + fputs("DEBUG: usb: LANG environment variable missing.\n", stderr); } } @@ -1370,7 +1370,7 @@ static void run_ppc_backend(int argc, char *argv[], int fd) } } else { - fprintf(stderr, "DEBUG: usb child running i386 again\n"); + fputs("DEBUG: usb child running i386 again\n", stderr); exitstatus = ENOENT; } @@ -1728,5 +1728,5 @@ static void usbGetDevState(printer_data_t *userData, cups_sc_status_t *status, c } /* - * End of "$Id: usb-darwin.c 6365 2007-03-19 20:56:57Z mike $". + * End of "$Id: usb-darwin.c 6422 2007-03-30 20:49:37Z mike $". */ diff --git a/backend/usb-unix.c b/backend/usb-unix.c index 5efa30ff9..0f58098bb 100644 --- a/backend/usb-unix.c +++ b/backend/usb-unix.c @@ -1,5 +1,5 @@ /* - * "$Id: usb-unix.c 6293 2007-02-20 13:40:55Z mike $" + * "$Id: usb-unix.c 6422 2007-03-30 20:49:37Z mike $" * * USB port backend for the Common UNIX Printing System (CUPS). * @@ -103,8 +103,8 @@ print_device(const char *uri, /* I - Device URI */ * available printer in the class. */ - fputs("INFO: Unable to open USB device, queuing on next printer in class...\n", - stderr); + fputs(_("INFO: Unable to contact printer, queuing on next " + "printer in class...\n"), stderr); /* * Sleep 5 seconds to keep the job from requeuing too rapidly... @@ -117,19 +117,20 @@ print_device(const char *uri, /* I - Device URI */ if (errno == EBUSY) { - fputs("INFO: USB port busy; will retry in 30 seconds...\n", stderr); - sleep(30); + fputs(_("INFO: Printer busy; will retry in 10 seconds...\n"), stderr); + sleep(10); } else if (errno == ENXIO || errno == EIO || errno == ENOENT || errno == ENODEV) { - fputs("INFO: Printer not connected; will retry in 30 seconds...\n", stderr); + fputs(_("INFO: Printer not connected; will retry in 30 seconds...\n"), + stderr); sleep(30); } else { - fprintf(stderr, "ERROR: Unable to open USB device \"%s\": %s\n", - uri, strerror(errno)); + fprintf(stderr, _("ERROR: Unable to open device file \"%s\": %s\n"), + resource, strerror(errno)); return (CUPS_BACKEND_FAILED); } } @@ -169,8 +170,13 @@ print_device(const char *uri, /* I - Device URI */ tbytes = backendRunLoop(print_fd, device_fd, use_bc, side_cb); if (print_fd != 0 && tbytes >= 0) - fprintf(stderr, "INFO: Sent print file, " CUPS_LLFMT " bytes...\n", - CUPS_LLCAST tbytes); + fprintf(stderr, +#ifdef HAVE_LONG_LONG + _("INFO: Sent print file, %lld bytes...\n"), +#else + _("INFO: Sent print file, %ld bytes...\n"), +#endif /* HAVE_LONG_LONG */ + CUPS_LLCAST tbytes); } /* @@ -382,7 +388,8 @@ open_device(const char *uri, /* I - Device URI */ * Yes, return this file descriptor... */ - fprintf(stderr, "DEBUG: Printer using device file \"%s\"...\n", device); + fprintf(stderr, "DEBUG: Printer using device file \"%s\"...\n", + device); return (fd); } @@ -402,7 +409,7 @@ open_device(const char *uri, /* I - Device URI */ if (busy) { - fputs("INFO: USB printer is busy; will retry in 5 seconds...\n", + fputs(_("INFO: Printer busy; will retry in 5 seconds...\n"), stderr); sleep(5); } @@ -495,7 +502,7 @@ open_device(const char *uri, /* I - Device URI */ if (busy) { - fputs("INFO: USB printer is busy; will retry in 5 seconds...\n", + fputs(_("INFO: Printer is busy; will retry in 5 seconds...\n"), stderr); sleep(5); } @@ -548,7 +555,7 @@ side_cb(int print_fd, /* I - Print file */ if (cupsSideChannelRead(&command, &status, data, &datalen, 1.0)) { - fputs("WARNING: Failed to read side-channel request!\n", stderr); + fputs(_("WARNING: Failed to read side-channel request!\n"), stderr); return; } @@ -595,5 +602,5 @@ side_cb(int print_fd, /* I - Print file */ /* - * End of "$Id: usb-unix.c 6293 2007-02-20 13:40:55Z mike $". + * End of "$Id: usb-unix.c 6422 2007-03-30 20:49:37Z mike $". */ diff --git a/backend/usb.c b/backend/usb.c index ad6d95d07..234650deb 100644 --- a/backend/usb.c +++ b/backend/usb.c @@ -1,9 +1,9 @@ /* - * "$Id: usb.c 5590 2006-05-26 19:48:26Z mike $" + * "$Id: usb.c 6414 2007-03-30 13:40:57Z mike $" * * USB port backend for the Common UNIX Printing System (CUPS). * - * Copyright 1997-2006 by Easy Software Products, all rights reserved. + * Copyright 1997-2007 by Easy Software Products, all rights reserved. * * These coded instructions, statements, and computer programs are the * property of Easy Software Products and are protected by Federal @@ -45,6 +45,7 @@ #include #include #include +#include #include #ifdef WIN32 @@ -192,7 +193,8 @@ main(int argc, /* I - Number of command-line arguments (6 or 7) */ } else if (argc < 6 || argc > 7) { - fputs("Usage: usb job-id user title copies options [file]\n", stderr); + fprintf(stderr, _("Usage: %s job-id user title copies options [file]\n"), + argv[0]); return (CUPS_BACKEND_FAILED); } @@ -207,7 +209,8 @@ main(int argc, /* I - Number of command-line arguments (6 or 7) */ hostname, sizeof(hostname), &port, resource, sizeof(resource)) < HTTP_URI_OK) { - fputs("ERROR: No device URI found in argv[0] or in DEVICE_URI environment variable!\n", stderr); + fputs(_("ERROR: No device URI found in argv[0] or in DEVICE_URI " + "environment variable!\n"), stderr); return (1); } @@ -243,7 +246,7 @@ main(int argc, /* I - Number of command-line arguments (6 or 7) */ if ((print_fd = open(argv[6], O_RDONLY)) < 0) { - fprintf(stderr, "ERROR: unable to open print file %s - %s\n", + fprintf(stderr, _("ERROR: Unable to open print file %s - %s\n"), argv[6], strerror(errno)); return (CUPS_BACKEND_FAILED); } @@ -270,5 +273,5 @@ main(int argc, /* I - Number of command-line arguments (6 or 7) */ /* - * End of "$Id: usb.c 5590 2006-05-26 19:48:26Z mike $". + * End of "$Id: usb.c 6414 2007-03-30 13:40:57Z mike $". */ diff --git a/conf/mime.convs b/conf/mime.convs index f07342df8..97463d335 100644 --- a/conf/mime.convs +++ b/conf/mime.convs @@ -1,9 +1,13 @@ # -# "$Id: mime.convs 5402 2006-04-14 19:21:03Z mike $" +# "$Id: mime.convs 6405 2007-03-27 16:09:02Z mike $" +# +# DO NOT EDIT THIS FILE, AS IT IS OVERWRITTEN WHEN YOU INSTALL NEW +# VERSIONS OF CUPS. Instead, create a "local.convs" file that +# reflects your local configuration changes. # # MIME converts file for the Common UNIX Printing System (CUPS). # -# Copyright 1997-2005 by Easy Software Products. +# Copyright 1997-2007 by Easy Software Products. # # These coded instructions, statements, and computer programs are the # property of Easy Software Products and are protected by Federal @@ -114,5 +118,5 @@ image/x-sun-raster application/vnd.cups-raster 100 imagetoraster #application/octet-stream application/vnd.cups-raw 0 - # -# End of "$Id: mime.convs 5402 2006-04-14 19:21:03Z mike $". +# End of "$Id: mime.convs 6405 2007-03-27 16:09:02Z mike $". # diff --git a/conf/mime.types b/conf/mime.types index c36dbb95d..a0d33ed08 100644 --- a/conf/mime.types +++ b/conf/mime.types @@ -1,9 +1,13 @@ # -# "$Id: mime.types 6301 2007-02-22 13:45:17Z mike $" +# "$Id: mime.types 6405 2007-03-27 16:09:02Z mike $" # # MIME types file for the Common UNIX Printing System (CUPS). # -# Copyright 1997-2005 by Easy Software Products. +# DO NOT EDIT THIS FILE, AS IT IS OVERWRITTEN WHEN YOU INSTALL NEW +# VERSIONS OF CUPS. Instead, create a "local.types" file that +# reflects your local configuration changes. +# +# Copyright 1997-2007 by Easy Software Products. # # These coded instructions, statements, and computer programs are the # property of Easy Software Products and are protected by Federal @@ -176,5 +180,5 @@ application/vnd.cups-raw (string(0,<1B>E) + !string(2,<1B>%0B)) \ application/octet-stream # -# End of "$Id: mime.types 6301 2007-02-22 13:45:17Z mike $". +# End of "$Id: mime.types 6405 2007-03-27 16:09:02Z mike $". # diff --git a/config-scripts/cups-defaults.m4 b/config-scripts/cups-defaults.m4 index 393204563..644418833 100644 --- a/config-scripts/cups-defaults.m4 +++ b/config-scripts/cups-defaults.m4 @@ -1,5 +1,5 @@ dnl -dnl "$Id: cups-defaults.m4 6309 2007-02-24 03:11:56Z mike $" +dnl "$Id: cups-defaults.m4 6431 2007-04-02 14:31:49Z mike $" dnl dnl Default cupsd configuration settings for the Common UNIX Printing System dnl (CUPS). @@ -24,11 +24,11 @@ dnl WWW: http://www.cups.org dnl dnl Default langugages... -AC_ARG_WITH(languages, [ --with-languages set installed languages, default="de es et fr it ja pl sv" ], +AC_ARG_WITH(languages, [ --with-languages set installed languages, default="de es et fr he it ja pl sv" ], if test "x$withval" != xno; then LANGUAGES="$withval" fi, - LANGUAGES="de es et fr it ja pl sv") + LANGUAGES="de es et fr he it ja pl sv") AC_SUBST(LANGUAGES) dnl Default ConfigFilePerm @@ -294,5 +294,5 @@ AC_SUBST(CUPS_MAX_COPIES) AC_DEFINE_UNQUOTED(CUPS_DEFAULT_MAX_COPIES, $CUPS_MAX_COPIES) dnl -dnl End of "$Id: cups-defaults.m4 6309 2007-02-24 03:11:56Z mike $". +dnl End of "$Id: cups-defaults.m4 6431 2007-04-02 14:31:49Z mike $". dnl diff --git a/cups/language.c b/cups/language.c index 76d0d0bb4..78e22e8ee 100644 --- a/cups/language.c +++ b/cups/language.c @@ -1,5 +1,5 @@ /* - * "$Id: language.c 6187 2007-01-10 16:20:42Z mike $" + * "$Id: language.c 6407 2007-03-27 17:45:12Z mike $" * * I18N/language support for the Common UNIX Printing System (CUPS). * @@ -603,7 +603,7 @@ cupsLangGet(const char *language) /* I - Language or locale */ pthread_mutex_lock(&lang_mutex); #endif /* HAVE_PTHREAD_H */ - if ((lang = cups_cache_lookup(langname, encoding)) != NULL) + if ((lang = cups_cache_lookup(real, encoding)) != NULL) { #ifdef HAVE_PTHREAD_H pthread_mutex_unlock(&lang_mutex); @@ -1326,5 +1326,5 @@ cups_unquote(char *d, /* O - Unquoted string */ /* - * End of "$Id: language.c 6187 2007-01-10 16:20:42Z mike $". + * End of "$Id: language.c 6407 2007-03-27 17:45:12Z mike $". */ diff --git a/cups/request.c b/cups/request.c index 53a0f915c..95870a8fc 100644 --- a/cups/request.c +++ b/cups/request.c @@ -1,5 +1,5 @@ /* - * "$Id: request.c 6355 2007-03-19 06:33:04Z mike $" + * "$Id: request.c 6416 2007-03-30 18:30:33Z mike $" * * IPP utilities for the Common UNIX Printing System (CUPS). * @@ -361,19 +361,22 @@ cupsDoFileRequest(http_t *http, /* I - HTTP connection to server */ while ((state = ippRead(http, response)) != IPP_DATA) if (state == IPP_ERROR) - { - /* - * Delete the response... - */ + break; + + if (state == IPP_ERROR) + { + /* + * Delete the response... + */ - DEBUG_puts("IPP read error!"); - ippDelete(response); - response = NULL; + DEBUG_puts("IPP read error!"); + ippDelete(response); + response = NULL; - _cupsSetError(IPP_SERVICE_UNAVAILABLE, strerror(errno)); + _cupsSetError(IPP_SERVICE_UNAVAILABLE, strerror(errno)); - break; - } + break; + } } } @@ -507,5 +510,5 @@ _cupsSetError(ipp_status_t status, /* I - IPP status code */ /* - * End of "$Id: request.c 6355 2007-03-19 06:33:04Z mike $". + * End of "$Id: request.c 6416 2007-03-30 18:30:33Z mike $". */ diff --git a/desktop/cups.desktop b/desktop/cups.desktop index bec77346a..9664933e7 100644 --- a/desktop/cups.desktop +++ b/desktop/cups.desktop @@ -27,3 +27,5 @@ Name[pl]=Zarządzanie drukowaniem Comment[pl]=Interfejs WWW CUPS Name[it]=Gestione stampa Comment[it]=Interfaccia web di CUPS +Name[he]=נהל הדפסות +Comment[he]=ממשק דפדפן של CUPS diff --git a/doc/Makefile b/doc/Makefile index e0e03f1f3..13b99d7eb 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,5 +1,5 @@ # -# "$Id: Makefile 5735 2006-07-13 19:58:43Z mike $" +# "$Id: Makefile 6431 2007-04-02 14:31:49Z mike $" # # Documentation makefile for the Common UNIX Printing System (CUPS). # @@ -223,6 +223,9 @@ install-languages: if test -f $$lang/index.html; then \ $(INSTALL_MAN) $$lang/index.html $(DOCDIR)/$$lang; \ fi; \ + if test -f $$lang/cups.css; then \ + $(INSTALL_MAN) $$lang/cups.css $(DOCDIR)/$$lang; \ + fi; \ for file in $(WEBBUTTONS); do \ if test -f $$lang/$$file; then \ $(INSTALL_MAN) $$lang/$$file $(DOCDIR)/$$lang/images; \ @@ -252,6 +255,7 @@ uninstall: $(UNINSTALL_LANGUAGES) uninstall-languages: -for lang in $(LANGUAGES); do \ $(RM) $(DOCDIR)/$$lang/index.html; \ + $(RM) $(DOCDIR)/$$lang/cups.css; \ for file in $(WEBBUTTONS); do \ $(RM) $(DOCDIR)/$$lang/images/$$file; \ done \ diff --git a/doc/he/cups.css b/doc/he/cups.css new file mode 100644 index 000000000..705f6f1a2 --- /dev/null +++ b/doc/he/cups.css @@ -0,0 +1,265 @@ +BODY { + background: #cccc99; + color: #000000; + font-family: sans-serif; + direction: rtl; +} + +H1, H2, H3, H4, H5, H6, P, TD, TH { + font-family: sans-serif; +} + +KBD { + color: #006600; + font-family: monospace; + font-weight: bold; +} + +PRE { + font-family: monospace; +} + +PRE.command { + color: #7f0000; + margin-left: 36pt; +} + +PRE.command EM { + color: #3f0000; +} + +P.command { + color: #7f0000; + font-family: monospace; + margin-left: 36pt; +} + +P.formula { + font-style: italic; + margin-left: 36pt; +} + +BLOCKQUOTE { + background: #bbbb88; + border: solid thin #999966; + padding: 10pt; +} + +A:link, A:visited { + text-decoration: none; + font-weight: bold; + color: #993300; +} + +A:link:hover, A:visited:hover, A:active { + text-decoration: underline; + font-weight: bold; + color: #bb5500; +} + +A.sel, TR.sel { + background-color: #eeeebb; + color: #993300; +} + +TR.sel TD { + padding: 4pt; +} + +A.unsel, A.unsel:visited { + background-color: #666633; + color: #e8e8b8; +} + +A.unsel:link:hover, A.unsel:visited:hover, A.unsel:active { + background-color: #999966; + color: #663300; +} + +INPUT[TYPE="TEXT"], TEXTAREA { + font-family: monospace; +} + +INPUT[TYPE="IMAGE"] { + border: none; + padding: 2pt; + vertical-align: bottom; +} + +SUB, SUP { + font-size: 50%; +} + +TR.header, TR.header TH, TH.header, TR.trailer, TR.trailer TH, TH.trailer { + background-color: #bbbb88; +} + +TR.page, TD.page { + background-color: #eeeebb; + height: 100%; + padding-top: 20pt; + padding-bottom: 20pt; +} + +TR.data, TD.data, TR.data TD { + padding: 5; + border-bottom: solid 2pt #000000; +} + +TR.data TH { + border-bottom: solid 2pt #000000; + padding-top: 10pt; + padding-right: 5pt; + text-align: right; +} + +DIV.table TABLE { + border: solid thin #999966; + border-spacing: 0; + margin-left: auto; + margin-right: auto; +} + +DIV.table CAPTION { + caption-side: top; + font-size: 120%; + font-style: italic; + font-weight: bold; + margin-left: auto; + margin-right: auto; +} + +DIV.table TABLE TD { + border: solid thin #bbbb88; + padding-top: 5pt; +} + +DIV.table TABLE TH { + background: #bbbb88; + border: none; + border-bottom: solid thin #999966; +} + +DIV.figure TABLE { + margin-left: auto; + margin-right: auto; +} + +DIV.figure CAPTION { + caption-side: bottom; + font-size: 120%; + font-style: italic; + font-weight: bold; + margin-left: auto; + margin-right: auto; +} + +TH.label { + padding-top: 5pt; + text-align: right; + vertical-align: top; +} + +HR { + border: solid thin; +} + +SPAN.info { + background: #000000; + border: thin solid #000000; + color: #ffffff; + font-size: 80%; + font-style: italic; + font-weight: bold; + white-space: nowrap; +} + +H2 SPAN.info, H3 SPAN.info { + float: right; + font-size: 100%; +} + +.conflict { + color: red; +} + +H2.title, H3.title { + border-bottom: solid 2pt #000000; +} + +IMG.button { + border: none; + padding: 2pt; + vertical-align: middle; +} + +DIV.sidebar { + background: #ddddaa; + border: solid 2px #cccc99; + float: right; + margin-left: 10pt; + padding: 5pt; + width: 25%; + /* These are not implemented by all browsers, but that's OK */ + border-radius: 10pt; + -moz-border-radius: 10pt; + box-shadow: 5pt 5pt 5pt #cccccc; +} + +DIV.sidebar P.l0 { + margin-bottom: 0; + margin-left: 0; + margin-right: 0; + margin-top: 12pt; +} + +DIV.sidebar P.l1 { + margin-bottom: 0; + margin-left: 36pt; + margin-right: 0; + margin-top: 0; + text-indent: -18pt; +} + +DIV.sidebar P.l2 { + font-style: italic; + margin-bottom: 0; + margin-left: 54pt; + margin-right: 0; + margin-top: 0; + text-indent: -18pt; +} + +TABLE.pager { + background: #cccc99; + border: solid thin #999966; + margin-top: 10pt; + padding: 2pt; + /* These are not implemented by all browsers, but that's OK */ + border-radius: 10pt; + -moz-border-radius: 10pt; + box-shadow: 5pt 5pt 5pt #cccccc; +} + +DT { + margin-left: 36pt; + margin-top: 12pt; +} + +DD { + margin-left: 54pt; +} + +DL.category DT { + font-weight: bold; +} + +P.summary { + margin-left: 54pt; + font-family: monospace; +} + +SPAN.message { + font-style: italic; + font-size: smaller; +} diff --git a/doc/he/images/button-accept-jobs.gif b/doc/he/images/button-accept-jobs.gif new file mode 100644 index 0000000000000000000000000000000000000000..3fe7ab67ba0a90edb0ff377b78bec4197d7422d8 GIT binary patch literal 478 zc-nLKbhEHbjA0OAXc1swn90B}msf0wgxo4E`}Nilo87|qMC2XGu02yf?dsIUH<#>s zyz}bYi}ya=eg5s`pZ~xAlL!?5i8>dhCYGe8D3oWGWGIAWq$;?3`UWs4{$yd~Vh~`^ zVE_V-OujX)^K`YVtRvm*+(l z=hbU<@^L2Ws~V;fo)S0e1N1G#1lbb`U&0wD9B0WaV#rkT~q8OU28~L|uuG*He zg<<`UUAiol`}9}oCa>JTVtM=S{jC=m=CK`P;-5U1mu>FZ3+%HD7;i^B&^~uj=hfBy zH?0?#+}pnBWnCA3nYN`~S~>5`p4BQRkx6#FEq$h4Rdj426)4R0VfW-v9>1pDc`A3<3-~ z3_t*K3vCT2E70L)&Fo*k=6%h2Zu5x;-F2kO*=~R6kTRHYA*o1& zl}GOC8@}+p?^rC?3UV}Bp5r^l&}yg6bZr|mcg2FM4b99K3rsk4%hD@2iZi&?TkCVm zv-MT2Ik|Nhxh8AJmG({2;O5P)X`DTMCgU6pc3z$3dTIvD1%7u`pS;pG4gUe*%`s%|8srGxiv?#mg}=^75$jER`7xXI@od$p3iI3tVjNEK z5h9?hNnfOzQ2=m_9Xm#_Y<~E4p{?T72ok z!Mk@ZzkG53!>4zD|Nr?RgnXSdyBeP@Y+mp%9Xhs^ISF8^ECWlZBCsL4ZMr z0SG{jVPO5IpwcIx$dIvWUC!%$1v<=3j`tp0zOQ+|pJ~pE586`w8xQw()S> z^yw<=M!w(NPH|kv4?oNh3E(umx$#2pY0i)eTQ&umPPdl^h| z4Vd{gICwStH5j?LHTWBuc?z|rYH;&5R_e~qn8~nk`l_GS>fVCwtotWn@Lk783xit>Gjb}_Y<5m)<<-+? zGI`QC>ES_HrD;mJm%emP*AHIF@!&)&%j7i)6I~=fny!hIOV0POJ#BV0R8c8wYi_i& I2M2>S04>Anf&c&j literal 0 Hc-jL100001 diff --git a/doc/he/images/button-add-this-printer.gif b/doc/he/images/button-add-this-printer.gif new file mode 100644 index 0000000000000000000000000000000000000000..2a53369d03f28d3aa99b2390522be85f31c9dcd8 GIT binary patch literal 530 zc-nLKbhEHbEMO2}Xc1t@NHxgGwk|Dkt*Z;_?hNnfOz!Q^m_9Xm#_Y<~E4p{?Ty*)u z!Mk@ZzkG53!>4zD|Nr?RgnXSdyBeP@Y+mp%9Xhs^ISF8^ECWlZBCsL4ZMr z0SG{jVPO5IpwcIx$dIvWUC!%$1v=+fI!yRcajEA0e+Ngu5(cS$k0*@bK34NDTq_b; z8#Q-VcF2ay-&!VwAG)Z)Ai{S%d83p4rPM1w=El8w(aXX$H_V!WgO8IpB~7POP85nW2WYO4MwgU2L5hlo+_;+8r;0y&AO|KR%}?dqG6Uc z=N?@(Lq`7csoJ}aX>4F%;%8*wYh$Zlzkq>}k8SB`?aODbojrf?=4s}q%-8f{4Ysd5 zab5HM*`r%p7|x!#!Fu8I$0DhWrqK7Ydzyc4P^?T3kn1WxT2`Yq{ZPaDz#Bpa0T(B< z8g>4Y(_6HB!d#v}QaQYA!DV}ivr+q=SZtbPCuZgs_NrnTqxrVGV99S?9@{nduy1rC7BkkeQ?*YXHZQ{U!ha literal 0 Hc-jL100001 diff --git a/doc/he/images/button-cancel-all-jobs.gif b/doc/he/images/button-cancel-all-jobs.gif new file mode 100644 index 0000000000000000000000000000000000000000..f41b04404b17fadde2f20f491ae0d04fd6f888fa GIT binary patch literal 540 zc-nLKbhEHbtY8pfXc1swU}TV%7T3^J_w#p&jf=_6yu?dj{DJAcl`%^UXY+kN=x zq03h<-FtBN#p~yP|Nr?RgnXSdyBeP@Y+mp%9Xhs^ISF8^ECWlZBCsL4ZMr z0SG{jVPO5Ipwf3ifFWbmx}4Yh3UtmF8cg_6ajEA0e}`}dbt#tq6HA0jl_jSKL?j6M znz>%p@&0f@uJqnbKGU|s!%vEMUt3wo@v%RSoWRZS?#FG$6~^yM3%ScR`1~38%d7aB zwVAr}891wYwI^_B7BrQ!@Uij~wd<*-#WJw)YOUy7rm60p`_-Clm$pA! zd+@`>HSVt%U0nR-oU_*Mn4@svb>bfJzY#6L!513s zyVJP>IDa(7c7=;I3cf1dQ7~UIpH<*p^NptK`>h$Ju1vc5ltFEhZq6Qy3lAu6zMum%8@!}FZv&c)_ME8}}X9 zbM*L;8@H}Md-3$w-=F_U1d9Jeor_WvOHxx5$}>wc6hbmm72G|20~i#4vM_Qn2r%d{ z00GD`46OeYRQfImFl4M+m-BjG0S^mvX8-av?`!(m%r72r*O3Y~z4YNk2&;r|SdhqC zF1f3sdfKP|hK1*GaWq<<<7;DRaIlu+b2xZW;l#yPR}S}8tqEqz%dcf>tSnBiG*Go> z=SqmsWZ~6j=hozAtE$&cWT?|%3(%TosAdp1uVG?U9K$M({@QigEQRyy8Tr?((%Yi5 zVEr16y*sp4ZL>d|P}(y4_-U7eM~@ynvL;-eb&4J@t0rH~t_iUQmrq}vb4csqwpnuz zb8;~WtDw3mbRrn1A`= z!AB2oynXZd!>9Lu|Nr?RgnXSdyBeP@Y+mp%9Xhs^ISF8^ECWlZBCsL4ZMr z0SG{jVPO5Ipwbth$dIvWUC!%$1%J3$Gy9jXd0)fNZGQ2fyN*;c`|S@Wa-=3JFE813 zIB>nKGs6Pc(pZNR-VZA*WO$gh8pHI@<%&q=v2D1lX))`-CF39ESsMH-jQq?DO#GI5 zss=3l8XUY@leMR5PnbGIhl|@_p5_dOmM(Q>{%C!*{)r52JsY$(Y0c8y!n}%wPiLpb z?(N;pEL=Qsd+ZIjEveCL(LTR*okrW)i>J?>y>T&(yMtk&&*_VYFPzmp&B)Eq`IOFA%xw{zyg6N1$h(H?En}+7g@qpR XB3lcMGcV0`blFg(HN|a$0E0CE;8fQ) literal 0 Hc-jL100001 diff --git a/doc/he/images/button-clean-print-heads.gif b/doc/he/images/button-clean-print-heads.gif new file mode 100644 index 0000000000000000000000000000000000000000..98a15ec935d347536a620df445ab9a6c62b7cb99 GIT binary patch literal 557 zc-nLKbhEHbtY#2lXc1t@NHxgGwk|Dkt*Z@cYme{l44*J5XZqCS)hoKTY?*cV$hu1x z58k_b`Ni{lA3nYN`~UZU5`p4BQRkx6#FEq$h4Rdj426)4R0VfW-v9>1pDc`A3<3-~ z3_t*K3vCT2E6_Q=C1Apjic2-`{~ws4pl-#|e_}~d=>f^<7gmT| zlkr`DW2IiV2unaqzQiBaioizM@1`vWWD3}m85}I+J|5+JpP>@KSy;}e(NwI%U&7GI z*vZgq&CRXB%+J7G$jhSJ*44zv6<;>XP}PKUGQ-r26&iiaJoQ?ub=GS4bu%;Z$4^aV z;;Y}H$;NBAO^cChCBsoeH3Q~U=9X2{G)Ie=_*2yJO4Y-WPk6O?rgv>VKTjJha(C(8!bPfrP^n4_2pe(fg5WIG!Z! zlie3)F}pM%(9wizQZP$_!N!0YY-h}ZOgaK%PS5(CP{AUg-C$I*`Og}OZJXuiG8`2- zv8KfMsqWM;>9gnHcdZ#WZjj^ zhaW$>`R?uG51-!s{r~4bi9qq6sB=+jVo7R>LV0FMhC)b2s)DHcE1a`QcFOg;mU~%vM;K3@lC2HTd4NNaIYBe*pn*18;8W`FN z<22jMs&#rwyTh1xIkhL~>YGpLVB+D@+KWq>Eoy7kJ=?XK>- X_qyyi+;~uPtCe!jF$R4rMFwjC_vM%| literal 0 Hc-jL100001 diff --git a/doc/he/images/button-continue.gif b/doc/he/images/button-continue.gif new file mode 100644 index 0000000000000000000000000000000000000000..1026bb8a1e9c756dfbfb9f50610e9090f44322f4 GIT binary patch literal 368 zc-nLKbhEHbv|tcnXc1t@NHxgKwk|DpuB{F1?hNnfOzQ1RpFTBt`s~WpE4#OEpL^-T zfkzK-ynglY!>9Lu|Nr?RgnXSdyBeP@Y+mp%9Xhs^ISF8^ECWlZBCsL4ZMr z0SG{jVPL(YpwcIx$dIvWUC!%8OpfOs|GZbh$FZg2#Q}xa2ERG`ogQ(V-*fc% zkt^3OKYaY)RgnXSdyBeP@Y+mp%9Xhs^ISF8^ECWlZBCsL4ZMr z0SG{jVPO5Ipwf3ifFWbmx}4Yh3f{0WXZ9~&^Sk>lk3`+XV%-^9HA`o0WZ-S$U$?1j zSrMPcuC~3}$FvWG?VrWKvPP5X$jqXM9ouwHom+D%?)nw?yJrseG4QaoZI58_e|d8| zpZBA4Z*Lf!cz5~+BQM+ZvTu82Iwt$G8r1z`N|MajaC3Fh$tyRx4m2$2ihQs~MdJZa z@3s;V-LxZ{HYUrq>sV(ASXwx@YS-vS?3&~0!r~(?zt!c+%tbvj<#_VaI8O<;PFm!# e+DCBGmduGuRa&g(zB29*SQ)(a0*4S2gEau2-rP(8 literal 0 Hc-jL100001 diff --git a/doc/he/images/button-delete-printer.gif b/doc/he/images/button-delete-printer.gif new file mode 100644 index 0000000000000000000000000000000000000000..e41fd6cdaf97f22637379ab04f04c4773d16febc GIT binary patch literal 478 zc-nLKbhEHbjAamEXc1swU}TVz7E{+$_w{$l%+9E+uIT7$@0-v&XWs1f8`o{yvGvHY z!xt}KxO4CJi&xM8{{QozM4Soz-f;U-hV2YTS$I!eys+iC*7@5j8Lq52)_1Gnp6j`L{FXa)ChXh7 z!hKig{BiHEeIGxc*|^~jH+z7>gzKG*>YiKp{%E@Q2Q;v;NhC2ZD45SJrO&4@sl)r= z4AYax_9Q;kWSnE1=zL}&*MWq@9i3|Xdmmm~bWBw8P>RTDO`UX64!eB0g`TV(;tTyG lSV|YMtPEBUXt9~=rJ~ijG-UH41F4i2owZS!ES!uC)&Q1Z*GT{X literal 0 Hc-jL100001 diff --git a/doc/he/images/button-edit-configuration-file.gif b/doc/he/images/button-edit-configuration-file.gif new file mode 100644 index 0000000000000000000000000000000000000000..6dc7746c790b31e25dc065f884f55c2ea81465b4 GIT binary patch literal 572 zc-nLKbhEHbY+?{$Xc1t@NHxgLvMMcct*Z^{?hNnfOzP{;m_9Xm#_Y-!%Q|-LUVQ%i zzK0L4zk2!L{l~X||Nr?RgnXSdyBeP@Y+mp%9Xhs^ISF8^ECWlZBCsL4ZMr z0SG{jVPO5IpwcIx$dIvWUC!%$1v=+Tv;|V^=9Rwxe_(;n0%6&f6HAJ2T0QAIv!cYR zxNpUcHD$|vxtLbuZ&%}M&RsP9(8mG`3D%HDvhh1!uK2o_cgEr1@_c4(E^ZC}=Hfh_ z=GqE|Mn0}|&9d&ozWQnXjQnhx9r~&U%={W0yjm-?S8Fd_wNj^bUB}#B&CQx?wHSBm z?q)b}a3cc`=Ys7zYD<6Eadfp4L}ffF2t3Ra0auMS>v-@I&FHJ8MbqMHJbd|L!rO#%d(RRcsc zk4lylI{P;JtK{arxt_C-f#q4nrU%b zHTZ~2y=+`r`hCSr(IgR*h=v16+=8{oFPwk~17Iw_8i#Coz)<~cEOJw3l5 hHbU~D<(8M{7Z=Caot5I8sH8G&>%6y8?R^3a)&OyW5nccQ literal 0 Hc-jL100001 diff --git a/doc/he/images/button-export-samba.gif b/doc/he/images/button-export-samba.gif new file mode 100644 index 0000000000000000000000000000000000000000..7de828886a68ccab23f8919051aedf35b7f36123 GIT binary patch literal 696 zc-nLKbhEHboXsG@&?3N)k!p~gWmQ_@T3;XB)*j#88Q#~QF@0+Cw3+2Amv`;lwdCT3 z1NZM;ef9GGhfnYR{QLc%M4RcmogUd20)VFnM&mJO?>YVdDN zXIQ^_F9S#M!cDr|+$*Y&+VL~*xyW$AKvlnpn`1fC#fhiG7O#I49md_v!{v7GltGU6 zdk$W$PiHh3xlUiX7`0#XJ%gA@$Fu}FZpLD}ty$s=ZrNoT`0NP2@PM&7Q;WkQprYwO zb6@oupVix)lzEt?|2^EA^`m{MlXIojLWh-~=J_z_g|j4lNVqH}Qyj3W@I`@OuZO*$ zfxxm2e%fZ4Zv>-HY56o;n<_3_!L~v1V1WMWEuU6Ad&re~FilXo`D#v}l3byUL&H&r z6E^P`Sm~%u*JIdScxDU3k8M%sR%r1^{JE}m(0{F#jKGbR`mVc0Qcv%*VAW?-WPK`E z(N%JNrET$xE0L16$5^arz)=u2IbLV0FMhC)b2s)D^e-X%8Ng_NB?7K6uGjr z`HoBkdon{riX`h4rr!|^OnlC-4wg=B;M~l0F~Cqn(=F+4-poAaKn7+$ZAN}mh8#_< zqV`&yPQC7Cew`^@wH&PsO#DrLQ<$e|&zP}Ty~JYD^xVa3Yqa<{*!Zf=49piT(OQ-T^mz!gOnbMl$ZLXnVmv3mOxZL#fP`-25^}f-iN4nRnmFk~s8(1qc GSOWkC9ie0Z literal 0 Hc-jL100001 diff --git a/doc/he/images/button-hold-job.gif b/doc/he/images/button-hold-job.gif new file mode 100644 index 0000000000000000000000000000000000000000..455bf857ced740adb5944ab0f6dc2ab53fd68a04 GIT binary patch literal 485 zc-nLKbhEHbOkfaUXc1sI%fN7+mGhE})HM~&^UfwWZEep-y59{9e3F&@tiJxu`~~l~ zZ~uDw)bD36e!YG7_y3>&Bm%{MqRvIBi6yBi3gww4844j8sS56%z5xu1KUo;L7z7w} z7=Qre7zWmV3Mzd9f-DZJ*5$n3SD0Y2;hrDi#p$pzwyhM|eE zDT$v+v!hvG)rON>hnZiSy+nJu77wRZul@p^<=y-mOsjR5>#G?uTQT#^oUPR}L5p>} z=JKA&np=+SKgzJJk(rZ6bD!3UQwHjWOK0uSS$bqA!(7d^(Wmb`KDm>hkGpxp^}Bjk z4c^|=zWwZC|Gjg!ns0Rdc|MuR#KPf~Ja3`yleI6x3l>_lv)ARgnXSdyBeP@Y+mp%9Xhs^ISF8^ECWlZBCsL4ZMr z0SG{jVPO5Ipwbth$dIvWUC!%$1w7oWnf=SxyswexHoth#T}LXF{q~0!QU)`$)kCJr z_(nG$7oB={Q9)d2xcZ5`$D$RUEG@8+>1$)0+94e9VUH4n#FK|n4EY5-%nTfSoVrGV&Ol3J^lW}+H23VvAI{Z zlv_GXWbwt2>8wAz1a|&(4{Ehz;AYqu6Zp7;!EPy&%#>@d)%@kHws+iknVdXhvF4RE siJQ1q28*gpvzc49RgnXSdyBeP@Y+mp%9Xhs^ISF8^ECWlZBCsL4ZMr z0SG{jVPO5Ipwbth$dIvWUC!%$1$($yGy9jXd0%s$%lzU&cO9u{_S+v$wD3y!h8Bse z-NeSP&9(e1C)3LHT(?=B;<%0kA}g8(!+-sEUnS(~~)Y>+Eb_51oT2Hy@uOXkE=!`|&c{nT57z RStK8FY5Ge!Ix#R<0|42t)m{Jq literal 0 Hc-jL100001 diff --git a/doc/he/images/button-manage-printers.gif b/doc/he/images/button-manage-printers.gif new file mode 100644 index 0000000000000000000000000000000000000000..81e0f27dff7c37bea310fc8015074d4eb6e2df82 GIT binary patch literal 476 zc-nLKbhEHbjAIaCXc1t@NHxgLvMMccsjCg@?hNnfOzP{;m_9Xm`s~V8E4p{=TzL7y zfqQqaynJ#0!^d}j|Nr?RgnXSdyBeP@Y+mp%9Xhs^ISF8^ECWlZBCsL4ZMr z0SG{jVPO5IpwcIx$dIvWUC!%$1w7m=nf=SxyswexHoth#T}LXF{q~0wPk1GKLyJV# z9%JLz=2~vbRivLI&QYl;!{5F*&_VUu+w!QrC(cT9UWx22V-VouoUHAt%G)#8}OFolteTZ6yXzfx-o12=DPQ+THq=RA!WhH8^L8Tk{osV`;XXY9&l zV5?iQm5)thr@-y4dE1PGnIn&9ySM&N+UXJ;__ins$yY`mh z`lX0-nrt&Qr*H;5`JlyE@vAZUJG0xG5*9{-0D%VK{WUypPra{bCN3=GxXwAp?SM~n zvZOIzgoC^6{041D4c!yW9KHKHIgd^#;aq%7knw8=%Ytpm%S8okc5}!&r>?lDr!q|@ iwkqWm$5Nlg?+UV%S6o@Gd4fgKko$G0l%o>^gEauQpwr&~ literal 0 Hc-jL100001 diff --git a/doc/he/images/button-manage-server.gif b/doc/he/images/button-manage-server.gif new file mode 100644 index 0000000000000000000000000000000000000000..987680ba2f91bfa944a0fa0a2964d316bf20f957 GIT binary patch literal 412 zc-nLKbhEHb^kNWUXc1t@NHxgHv@9-itgP^^s|)Jx4Dabpn?5yp>WtDw3mbRrn1Aic z(MJz&ym|fT!>9Lu|Nr?RgnXSdyBeP@Y+mp%9Xhs^ISF8^ECWlZBCsL4ZMr z0SG{jVPO5Ipwbth$dIvWUC!%$1_~l6w(|Da(3(pZ z4&1+Y_2rBEA3nbO`~S~>5`p4BQRkx6#FEq$h4Rdj426)4R0VfW-v9>1pDc`A3<3-~ z3_t*K3vCT2E4ahOlG(p}&HI}7T;>xGy6Z^Av)%sCA!RV*LTr%; zE05gOH{9WS-?8k>P-Ku;e8yhz%)v4PwiRa4j&dhtBMvP7%O)ek!OO?Xs#{dc(cG%R z&&=4%z{H=Zt7^^3t;5JQQ#-DzfMJFPH*Z0s;bIMTUd`S~>ftH+Y6gA2e7f_sSa&Ya zVA;vY*S$e!d)PjPe#>4?|I}0Vh7-anuQIIAV&-Mtks z;=hCDn;p9T_Sp=sVg`Sjmp^iz!hM5fN~XU%uTn45jwR29X8P&6yGTrFWJv=OP@Y9dHSr1)hoNVZk@CLz^W@3 z58k_b<;C-RA3nYN`~S~>5`p4BQRkx6#FEq$h4Rdj426)4R0VfW-v9>1pDc`A3<3-~ z3_t*K3vCT2D|o}jlG(p}&HI}FT;>xGy6Z?Kvfci0B1dep^74{Z zhXX5{=4=*VCg##V#HvfXzq=Q^m~%R6weF=NSfoeCaihTJSoerCo_ z1}6R}T~z~SehqeB%_$m;T-+Kx%si!9voyGQTWSqC=S`b2pSe$cO02%xp4 z8TcAl`LvfZ9@N;R)1|?DWcGfBPEMYL^Y(^&dl>e1udKVXbLLJ~{;ii^aqIR`qV(GW-1b zz4z{3dHw3)hfnYS{{QozM4%^S*|k+x+4|cO9u@_S+v$_kCk6&<0A?`W{{R30 literal 0 Hc-jL100001 diff --git a/doc/he/images/button-move-jobs.gif b/doc/he/images/button-move-jobs.gif new file mode 100644 index 0000000000000000000000000000000000000000..9bd3da15a567907ddc845326d5ea3c200601d009 GIT binary patch literal 556 zc-nLKbhEHbtYZ*iXc1t@NHxgHv@9)gt*Z@c??~wG4DapFm_9Xm#_Y<~D|@$XopbU0 z{`>c?zJB%a{l|BI|Ns6^B2fG%>RgnXSdyBeP@Y+mp%9Xhs^ISF8^ECWlZBCsL4ZMr z0SG{jVPO5Ipwbth$dIvWUC!%$1v=+Tv_w+u=9Rwxe_(<40%6&f6HAI_T0QAIvm*Pz z1h2WutHVqya%S#c?<25bYI3Y$L(V%vMg7*t4+~5fgOQ(2 zlfR?Bx+7*nF#~toB+coiEv<7Vb@gcUF-&MTP&LS8;NaC-tG!xdgBBOJCJ$%tOpR@; z;xrk#LiM(6-LA27xAs1Lwf&v^HVj>t88%(H6mx*#Y*zq;exwqt@ z#$)Ykx|^1q)_nZ^;~kD?FH+x~Jbj(vU{}8Ww~yWr`B@zpn07L5Jnp^FE^gDVISWKD zx;C)wdbTus;Rh-6-Zc|r9H*Fkkl{(@()Ehj>D$W8^3Vw?f+aOqqD)YyukAFV$JaU9nNYRrJEuHPO4(LK~eqW+!~Pw<+R6 z0wdFWQ>F`x70dJP?sjx}6Dr(eAh5^b-T}iiI}BF|2FQ4q^{{?=a=JzPxkS&-Vu7Qs RE;gTiZt?QTDl#xw0{{@G3giF) literal 0 Hc-jL100001 diff --git a/doc/he/images/button-print-self-test-page.gif b/doc/he/images/button-print-self-test-page.gif new file mode 100644 index 0000000000000000000000000000000000000000..c0ce8b145217a956b93089957197af61ec65fe2d GIT binary patch literal 644 zc-nLKbhEHboXa4>&?3N)k!p~gWmQ_@T2~v?)e+g(pD}%E@{Cy(t5$Sv+cx*$p*0sT z?7w^G^2-wUdjAT~22sDerXmma3HGF9Jm_k9Szsd(%zt!W`zr<>fgJ&U zJuMSNL}&bXbG@0J{bdl#A@@&94thOUCtJ-Tkm#0U9?ZkV7MSceTk~J7(i7q2lk?0S z!h)I`8oQdWUYg5rj90_Ag)c}?>%`Z&fnwilHf@y9QR4FOIDcS4)iyN-R<3#1mOR&S zy;fTqzM$4qZQAwq`c=zV3-lOFm*4+0Yj4yS*FJHsZ&O^r@rZIGtaueHIf%WhAT*`!g8p*D=4;oa6aXTB#xbVeaFE zsRs+6WOVW^kq~EGw(_`wq3iDN?;SVwyx`lnr&9b;xrY7ud%tB=l<#bv|6Y}Sk^qA> E0Phnmd;kCd literal 0 Hc-jL100001 diff --git a/doc/he/images/button-print-test-page.gif b/doc/he/images/button-print-test-page.gif new file mode 100644 index 0000000000000000000000000000000000000000..4776db3b9ee96d4fc96d27f5bb755e6809fabf0a GIT binary patch literal 566 zc-nLKbhEHbtYHvgXc1t@NHxgGvMMcct*Z^{?hNnfO788?m_9Xm=IpA~D|>eATzK*P z{=0XtynJ#0!>4zD|Nr?RgnXSdyBeP@Y+mp%9Xhs^ISF8^ECWlZBCsL4ZMr z0SG{jVPO5IpwcIx$dIvWUC!%$1v=+V6a-T2=9Rwxe?Y-|fv{}Li6upx7Ek)ltSGrv z)VJbBP6@jROH$m@2J=6Q4n=KvF}1*itKpmUSBWFC{OxrISKoiG%~e%ZSzo}x$H|*l zz`)4Qrdg+%TUlLO#mlMD)ZEI@%*RuvuWHD_tGS|N2{XS2BNz9YRV($^X{~19<}K^e zkv^x4FzP`3w_({Nz6V6rD47IjJts&Mw$o aa&DryL&pyc9r%^yE-v2SOWml0Sj^f literal 0 Hc-jL100001 diff --git a/doc/he/images/button-publish-printer.gif b/doc/he/images/button-publish-printer.gif new file mode 100644 index 0000000000000000000000000000000000000000..fa87119f2315051683be11a2c98dfc591ba2bf24 GIT binary patch literal 494 zc-nLKbhEHbOkogVXc1t@NHxgGwk|DksjCa>>WJ*?&zL?ndB*I@)hoNVZJT%S(3(pZ z4&1wY<<-jvA3nYN`~S~>5`p4BQRkx6#FEq$h4Rdj426)4R0VfW-v9>1pDc`A3<3-~ z3_t*K3vCT2E6`cZpH{8oz@ znD`kP_-a`B7VTs_GGk9|(x2uwH_?q z_gMQu+%v&uQ z(AU&-P9V&uz%cnl@511?D-{bB1drCX->`AMvSRTC)m+{UY? z&*b9rt6Py@(0is=?W3osudELCFgSQ>tH%_<=-pjYKYn$)vN2;dmtZ0H+Z$3&P7Dmz E0HF`&Bm%{MqRvIBi6yBi3gww4844j8sS56%z5xu1KUo;L7z7w} z7=Qre7zWmV3Mzd8f-DZJ*5$n3SD>>w-SM8X)%%+F`x)n)_@FJ-Z*aJ`Bgd-y)Wu@2 zxldQ^Yj9w{k<_RZap+@)iA0OYqd9&vq@S=Q^v;_t+wG|Jz+<^wm3DqbBR^k3B|~0$ zs-dbOGruN#k=7KQiQ3b(Ik~mCIkXy*<}obpTBTPsIOaeaM`(&M^EgS&BPybiDC8fi??<-+|WI_{HEsJC-=5*X6Mnp zv;O^z`+BDh-kjBb@%+MlKK4BeBaT$3<;86mW8~_{e9*42FPe#6N8*YG10x%sj0(r| zg6IW#?2$Jd9<@%>6;-u}*2q}!fZ@1=>edSuKb?-8*8fuQjzh?8xxc!~j6X83luvOi dbeXIs$n#ZX;yG87Y%srA_ce;M&^;tU~ z@4Wf`+VgKOKm7do_y3>&Bm%{MqRvIBi6yBi3gww4844j8sS56%z5xu1KUo;L7z7w} z7=Qre7zWmV3Mzd8iYyMR*5$n3SDDlB2*tJ37J)8fvl)NIf0 zY_7>?Xkp~fpKNWQYRk#3!@{r4&Z9HCjZ>>df1&QG=GG+>S(x}Wm^T}$8OAZN@XejC zHBEbu7T27VDf$PsPp#O!cLV35g!2aKhG*yP(>beoQw_c_dg0oi&9o8AzTIp4-^{rh)K*|Dt+V=BQuMB>>UpwhDltpx*`=e6E?G6m>*N} z)ko>krRid>^O+ncyREvaqcSVz?kty69BX3^Ye_O4TzO-&?utpeiM+Wtq|A$27#OSp D<9Xkh literal 0 Hc-jL100001 diff --git a/doc/he/images/button-restart-job.gif b/doc/he/images/button-restart-job.gif new file mode 100644 index 0000000000000000000000000000000000000000..944684d0462fd0e21a4164027ff8a7a0703e1477 GIT binary patch literal 472 zc-nLKbhEHbjAIaCXc1t@NHxgLvMMcct*Z@cYme*h4DapFm_9Xm=A5e4E4#OCopb5J zf&2HazJB%a!{_&Z|Nr?RgnXSdyBeP@Y+mp%9Xhs^ISF8^ECWlZBCsL4ZMr z0SG{jVPO5Ipwbth$dIvWUC!%$1w7oWnf=SxyswexHoth#T}LXF{q~0wIdYSgmzSJ6 z99Z8tMZwxMWv|8tZjMIFb9~1b7C2bT@i{2@PFQ?(MZ@6teLJ+u*pVg(Nj@T(|RGrV7C<)wN<9c f#Qt*Oyu93Q!JQABTUSj}Fw2Tu>!s|$!C(ylF=o{^ literal 0 Hc-jL100001 diff --git a/doc/he/images/button-save-changes.gif b/doc/he/images/button-save-changes.gif new file mode 100644 index 0000000000000000000000000000000000000000..b8a995ddd1daeddcc8a2a16515c71c8339e39abd GIT binary patch literal 476 zc-nLKbhEHbOlA;aXc1t@NHxgGwk|Dkt*Z@c??~wG4DabnpFTBt`s~V8E4p`VpLgZb zp+}Eyym|fb!{_&Z|Nr?RgnXSdyBeP@Y+mp%9Xhs^ISF8^ECWlZBCsL4ZMr z0SG{jVPO5Ipwbth$dIvWUC!%$1v<-}9Pd50d|&haIMbXLAGD?VHy`fp$g!Gz>SD3i z*QYg23|iKYnRucMyn3!~Jd#qR&CzHpQ*eyo>kQ^s4K2-%C*JdFR+KX{RYo&L%d%Ne+fDz`STUB6LZ zZN3IG-;ySVc8wFwGq`w?kLaH|KAVwm`l-^h=N$~2HXJQma{6&T_ku+SSF!L#9p!tb zvC#J(|4Gfat9~B;b)1jm?n5@;AjK0ATkG${U6`DBCSo50n}kM!gn_hG!Eq%&mY@S? zmDs;BXfa7n;G4tF<0y2dAR@i-l!uCMlaJ+LH&K1_kBkQ_U0IfEIW%9IptNO0fRIm* jR;f^`%cZ3OwI+K%8m|f!%W3IhDBJqlPujwXfx#L815e-? literal 0 Hc-jL100001 diff --git a/doc/he/images/button-search.gif b/doc/he/images/button-search.gif new file mode 100644 index 0000000000000000000000000000000000000000..bb48febb7823b90803fa0cf251a7135082e38aaa GIT binary patch literal 343 zc-nLKbhEHb)MpT3Xc1t@NHxgLvMMQduB{E~>Im=dO`AS7dGgf!H7mO}Z<==a$hzxS zjy`;F{mtt~A3wkU`~S~>5`p4BQRkx6#FEq$h4Rdj426)4R0VfW-v9>1pDc`A3<3-~ z3_t*K3vFg`STy^WXWw6I(9QPlzh?6qcAZBp%8Ng_Z5Cx}Q1{xE z@={^@afJo7wpsk`izj-t9_?YAJVBOYU&BFWt`~d~Pj^X8h`8gE%gGbWr^(0Kq7hrz zYG!Jd$X#8l$-&!N)Kxt*be1L)AGN&Gw<+DXZk zRT^7$4d0UE-m5ZqWJr~me)93m1K))gGp7HjsI@+R{>u#Mt?F`$2K;=@yv!Q>Z44cZ z9Sl9{Jk5N(EE=4Xr*iOd@=j*cZEET4?PBg}>t~oXXPyQ(-$LH`?aO*suAaL|r)Trh z>5DWcHFIa`sWx_U@od?`#GlN3UYmng>xu?XE5n=xCr>Xud+B24&9*xl7d5Uwyl{!( z>FujJyj+?~G*0ODTx>d+R;yN&DYoH(Nc+=UYdf?Ik{Bimudk>!I2g0( z0n3HU!3q-$E_`FN&3G`gz>n>#$-%0s7bWpm*MuGjTYBpPQ>;VcQ@@ST-}bh$SlO=l z{?6nm<0Ae27alIcLP~!)f*&+peR;r{gTWdAGT%+o literal 0 Hc-jL100001 diff --git a/doc/he/images/button-set-as-default.gif b/doc/he/images/button-set-as-default.gif new file mode 100644 index 0000000000000000000000000000000000000000..c1b0c349bd9e6aebc390e6042ed290f34af1c0c1 GIT binary patch literal 572 zc-nLKbhEHbY+?{$Xc1t@NHxgHv@9)gt*Z@cYme*h4DajDm_9Xm#;nTKE4p{>T6F2c zf&2HazIyrK{l|BI|Nr?RgnXSdyBeP@Y+mp%9Xhs^ISF8^ECWlZBCsL4ZMr z0SG{jVPO5Ipwbth$dIvWUC!%$1v=+Tv_(?v=9Rwxe_(;n0%6&f6HAJ2T0QAo!`SS( zHY)tw#Ox0{s`j6}yG>i|0js5kL7&s?1GEC!Z&}QWCtYw~6KZl``k1I=G)g(rH(^3sC?mpheR^2Te zygK_QuhclCy?r59ur?3pVXYH7j2HFPOxS9)wlGZ5V5wo`Tf)SjuDNB=GlrL2wccpm z*Lm{l;-VuT_onE*D&pnX{A(BE1lI?R+IdF;a)ehnDI89}^=0XX?MVV$MeOWsK1a1Z z8`#bWY& z7%E|r!g6Eh_TJU|G9uO$d{$n=#M0Ey#~|Z;#Lr+tqe@-l7uGoz6OFUk7Id?5YRq=- gKK3bP%gYOqB{p_vtxi5wQd+Zhp6nC1i2@AP07nT4xc~qF literal 0 Hc-jL100001 diff --git a/doc/he/images/button-set-printer-options.gif b/doc/he/images/button-set-printer-options.gif new file mode 100644 index 0000000000000000000000000000000000000000..2cd8e38841e7f215336b944acf3101abcb0f4b1b GIT binary patch literal 673 zc-nLKbhEHboW&r*&?3N)k!p~WZCzU8T2~v?-jUGV8Q$BUF@0+C^jVdwSN81Ox$yk? zefRHOdHLf0hmY_6{Qv!*M4|g%&|A7SsFNEH>urDe)nZw1uYe})! zTEB(LtIJMr{kTiV(O;9}3QwAe*I%v0Opm8Xo2pAG>bE|ASYX1T!C76)$8B3v$Ei`( zQp3Q($H`mQpk38b-#A5spP8X)CU?usIn0c68J4%#@^)!(^Jp;hYcFThoZD2(Gf$(X zmMcwP)nKy*2e0O_m0a9Q8JKz2o!YXVcitr3(w(QGNKl)V5$jS@YY~AdrkNoTMONs07hPo z@46F~JBD;KyNJFrT~&O8wM*e`Hzk;-m34D9^h`l$G*?ux<-`;A8>lqU!eA>6KRw}~n j!v6F7?YsV1O?ZC4A?8lu5stqC>?;RgnXSdyBeP@Y+mp%9Xhs^ISF8^ECWlZBCsL4ZMr z0SG{jVPO5IpwcIx$dIvWUC!%$1v=-q=m@0P%`1KX|G)zO1;Vl|CzcdxT0iMK$k^<; zR&TEIlLv`!t7@%vr>k--IHmbz`!cpI(ML*Px5ZflbUT6?HWlMQUe6qIQNQJrG%WU}9kCodcH- zOpIKeI#KMx4~93|cBa}_r*`%|>2l#tcpJGTy#Kz4B|*5= zQ#i2diSKjK{E!AQU#s4km%Uvo)?KRd?Z36{Zpz8CyUm4!0&2MB`It|4JUB90*nD2{ XwolK)-iSzkFGzT9QvsG!#ObV;LqyJVpwx+&?3N)k!p~WWmQ_@T3Z{`-5K7|nbg~tF@0+Cj9HZ{mvwC4KL6tR z{SWS6d-d|c`;YJb{{Q`-M4|g%&|A7SsD}>&-urDe)ne&TpS4zQw zf~fU3L`qC#Y&JbGm}oBiCG6fbMTUsQcTCJ>^z=3bHtjw==hW{W0ewzB9##epK2Baf z-ZlnizKIj#8TgqQr!mY>Z*J9?)WWPWZN{S6+FX466MHr0wym7BnqmExNj!^Y@v~{p z)NEec&S$%C!43meLk?aIZr(**x|vg%nfP0aWB4lz5ijxl-rumG%sts(73C~ z!?|~-)(h@?OYhv%S2LW=$hW6tu4m$bgXXNEwA`nYvzwo7mGBCu zxz@3tCDM*eK5@XJ{n4)ko|?p!2Q0EOq!c8cCOEF^|CF$7O~~hE`?~Ij{HXHKOy9Mr zKg%y(;CboPu#y#ii?q+I`drjB_b4m>HnZO= zi<7&j>MC6d{cRM?z|14E;RMUHN%04oq8AvSHqSlL%O@Z*Wj517Thaed#KJrs+Lp35 z39hV)nesfiqS7_j>@PzpH!CmGyt%pGjaNi6a+y@jifC10^b|kwY3nW5KIy7BmIKm< z{Ux4@g*(MR%wcSLQhP%uU8$*Z?t8Bd*BM1P_Wb1pDc`A3<3-~ z3_t*K3vCT2TN^OpOU0pzb&s8NrFJhU$XLMGe&We$iy*7{nzy|L z99Y=`raoYk2x+zD@Y(3VE63oHeD=ViYdPg!XB8G)+1@UFFXOP60TV9=0}G!vXR1!8 zE<2BA3Ik(RcbA@8BM(0dN558^W?Wjk&Sdi@4tBoyMX^itV)RnD`1s1S(lw{VW-Q&! zu!@g;SKdy)ZHzozI>#7xpVegK=5LuW?cCA5!3I;94{4u0e@m0|)M?EXN75ea7~RRM z;I854)p(>`!T$AA_SU@b`e`W_9bG5MXecG|#++EpdAPmaO{USqkX5)-R6B0TLW9MV R4eZ5`p4BQRkx6#FEq$h4Rdj426)4R0VfW-v9>1pDc`A3<3-~ z3_t*K3vCT2E6@>1v7J}A?!ArnjYZD+9y*)&OcxfOyrbxTcEy#_ z*-^nvG6@0_{}eW~C!bMZ5PG~(qM^WmXT_I@#>vye-lYWCynU5{k^7?7M6K(47BZYZbTe%~ z6EElG`#M}a&my*bIk2ZiKj~6PviloZM#dlKt|nh`XwYTgW|4A!-gImd!<>*UpPDzi zPb-jI-0?zn=}l4n03|;oj>=8!oT|FXpDK))mYtccmvK#@Gx(Xfg0jQc97|>o4hCxg DG*iz0 literal 0 Hc-jL100001 diff --git a/doc/he/images/button-sort-ascending.gif b/doc/he/images/button-sort-ascending.gif new file mode 100644 index 0000000000000000000000000000000000000000..64d11a66f0686aa7a66fe645ebf49924fcbb0505 GIT binary patch literal 626 zc-nLKbhEHboWLN$&?3N)k!p~gWmQ`2R9@~~TN~8gk=WfCK7DHP)afOwR&?*!vGBtA zeRuC%e);15`;YJb{{QozM4uU}DS=u;^$-No!iW<-rL-!(>s%4ipClaK2F}gMg!LREqbaM^;t$- z+&VcL9K0GloRg>O966Y%aforh_9fjjtEaAE;O1qXf7Fm?kD;33w)#nWB^~p$*K1Bx zzcTTz?g#Bd9p@OB_$yxPecQB=>j48JSKYse8M|4P6T1tZS8Y7e_CAui`6R;*W`hTg zbHr{2Jvc1x8M#k<&2<*JO^aH=V2N7XwR1!<%Od`_$L$EU5gHu;0qv z^;wMJ2iYzbq0UtcPJU>078OW5btdA=O!s9|xx^Y+n=@S5xR_ifM+&at&RXlU?u69E zRgK~y*-dLgHoo1;z?xzkAaFS69OHBuofp$81b259=_*z~bRzi~(oOg0yL4S*j;<*`nQ3Vpb$!8HOV;^zI&syipT0wB> mj?d4XxAbK2?cG%>aj7(B@434_^OcoOl*;R~w@(ycum%8|$0y?e literal 0 Hc-jL100001 diff --git a/doc/he/images/button-sort-descending.gif b/doc/he/images/button-sort-descending.gif new file mode 100644 index 0000000000000000000000000000000000000000..6f3a47fa49b4bd0ca493f7dc11ea9a673da13d80 GIT binary patch literal 579 zc-nLKbhEHb>|qdLXc1t@NHxgLv??ujDlhY{s|{-JNbK$mpFTBt+RU<5E4p{?T72o^ z!AB2oynglY!>4zD|Nr?RgnXSdyBeP@Y+mp%9Xhs^ISF8^ECWlZBCsL4ZMr z0SG{jVPO5Ipwc%%ks)K%x}4Yh3Utnw^m4JS>|g%&|A7S;)NXY09bQs&a*AxpiDe~T ztak2ejwYXetGDXG2Cv(?_2D*Q3uE*=*clCZ`xbFmZ8V+zI!;tkFC`~kn~SfVkDrf$ zyMw2eldoTcpGCX3eKJE^M;F7yu6Azqi8H5ZPnP98qqTHU5JJypG`oGp4R z{5l-GT8Gx?AJyKkd5VFNt3`wJ!jZ!atFJBR=AFiQRd;u;o|^u)=*zliv>5p-UaMc% zeRuMJ#!IF*S}ffke_UV9$R}{;fOy6QZkziRCq0%k$!%-bmtpdlo_BX;)t9I>pVBjZ zWs-M^ux%{mi#^sRzCymPXGT%dv1(g3fg>k2MRxUX2sor5$-Hou-rhI^pN9d9xI1|y zH8>vh9NaTYS488&Po|gvd$yzrnwde#UW?=AFOz76(J1o64>mCgRuT7UhZlU9bjHxb n<)+WBl3s0Px7l%Ltyr^Ud!tYDeLjAoqi}Pv_rXLJ76xkob~*{H literal 0 Hc-jL100001 diff --git a/doc/he/images/button-start-class.gif b/doc/he/images/button-start-class.gif new file mode 100644 index 0000000000000000000000000000000000000000..ae3e5ee1d4a67f8b17b59c94ee473aa60018f4cd GIT binary patch literal 524 zc-nLKbhEHbOkxmWXc1swn90B}n^S19nEWbD+cjnpo85eN_+%c=tUp~h>)Om+k9S>s zbN=4PyU)M9{P^qB-~WI9lL!?5i8>dhCYGe8D3oWGWGIAWq$;?3`UWs4{$yd~Vh~`^ zVE_VaPF* literal 0 Hc-jL100001 diff --git a/doc/he/images/button-start-printer.gif b/doc/he/images/button-start-printer.gif new file mode 100644 index 0000000000000000000000000000000000000000..37a146e11d3ef09af8531be3fef7a672b3e4b7cc GIT binary patch literal 521 zc-nLKbhEHbOlA;aXc1swn90B}msfnLq~a=V$BlO3o87|qMr0n&sy$UR>B^*~x0mgF zyz~5<^Y=d9eg5s`?|;AklL!?5i8>dhCYGe8D3oWGWGIAWq$;?3`UWs4{$yd~Vh~`^ zVE_VRl}raUak3zoI#VOF!ONe%xB={oz1auUevnPnv<6^tlX~6 zu}oiWi)R1q-CIrhH701X@U7X($me_1@SNt-BmA?^FkDZ!UaOa2uy*Hh>#OX%=N}zE zdrIrM9y2eSW{W1%$JcMSK7SW6p*pcI$SC>u8I$U^rPCIQer7SVSdesIjd^oe4Rc4% zoI_#~PbEvHK4@V|(9ElFJiLtIkw*rXtVF>z?WI~VY|QI81Xj8>u}ysD+PGNr=v;5@ zT;8lNn-+4-VMoex6IJOb-AMN9$`9xN6XOxqdfIXkW8*7kf)lSc3F gCxv#FewN!gyLs)s{nqUd3?7Pah>~`8VqmZa02oa0TmS$7 literal 0 Hc-jL100001 diff --git a/doc/he/images/button-stop-class.gif b/doc/he/images/button-stop-class.gif new file mode 100644 index 0000000000000000000000000000000000000000..cccc5872e32d8b95a630aef2ec227c112338d213 GIT binary patch literal 520 zc-nLKbhEHbjAsyGXc1sI%fN7+h4Z4c)HM~28#XrQolVY1y59{BewdZ@w4wgZ{CV#; zZ~lJq!tbZgf4zPC_uudTBm%{MqRvIBi6yBi3gww4844j8sS56%z5xu1KUo;L7z7w} z7=Qre7zWmV3Mzd8iYyMR*5$n3SDNxeIo4Ly#&=eqLXUO@&UKVNML13MoFPce%w zcR5ct0|#$^E1z{kDI?#683wAhoZPyMT#IxP<}xhQ^SxS_*svg6&!8i0NA|;a(VC`_WilO3&9`=oJbC5tuvBlp zV^5TjMgYhANA8)txm>F_Jba#VOB?<<%6%Z=iDt^HEjkZGS08i|<7GFQ^jMpr(S=Xw zMRMU`j&&xBbvCUmY&ko5siufYKmmg`x1d<%pC?Yo+Gm^Fb4-lA-RvT~tzdhINyH2ZZ|E7avquBJi^9@Irwla-ZFprbe8;%D~RY!NZrU%U##b zz>$;JRK~#1%)rQ(S3X5w)sUHAlbu&*3>GY$ z(0VN4am3t!4Te(M;l~PuG#V_<9X(QbxnX5Nfy2Br;*4B#G8;}NOlK_?bBTKF(0?eL zJE}EHVB*o!F4=NlxEvNtXtp)XNtnp^?8FQ`*Oq{iF6FmIntSvN$*y8LR=EVDR1m literal 0 Hc-jL100001 diff --git a/doc/he/images/button-unpublish-printer.gif b/doc/he/images/button-unpublish-printer.gif new file mode 100644 index 0000000000000000000000000000000000000000..4c293978519ffed5e227fb490e0c789b020cacc0 GIT binary patch literal 580 zc-nLKbhEHbY-JE(Xc1t@NHxgGvMMccsjCfYYme*h4DajDm_9Xm`s~WpE4p{=Sa9*e zfqQqayn6ZI!>4zD|Nr?RgnXSdyBeP@Y+mp%9Xhs^ISF8^ECWlZBCsL4ZMr z0SG{jVPO5Ipwbth$dIvWUC!%$1v=+VbVO3@=9Rwxe;~nkfv{}Li6upx)=&D*te9e! z;4^pe%Cg&1He0OM^{W4?-0E_|`(cHJ3@@|R#X4&-8*`h+q}z8HIQTeu3yO5A_;{EZ zN_bg%OYCO#kV&L-$h{-sK#5A+~n*w)khe78bZN$QYOHsOZc(_WD6rMvIWwn=1^A z_N9l!@=OkEOW92PvNA}5K}1oo zWd>_;;-%ulS+-L&gIu>P@fI~X`!Xb4yj?@=fuMret8VG+M?ObWU-oVAp3~A6b-+Df z_Jo;so;o+m81Ky}h}Tg0{h)ExwgsPd9tccxZCK>Q@?eXh<*~9 z9(-{B+RGRBKYV=m_y3>&Bm%{MqRvIBi6yBi3gww4844j8sS56%z5xu1KUo;L7z7w} z7=Qre7zWmV3Mzd9iVPX6*5$n3SD->v{?^QVtoX9MZHhnI3r#vK%Va?Oe3=O7U0tWod44i!Y ze0;pD8qB?uQyF@Cc{;kL_iIk(o2fm!cP<0Rf(hJ{c_wtu?^)KjmSO%vEiP`2_Kh<- zHm=c_&&QRwe6Mahe^&6#ld^QR7ROCMV3X&mooZ(JyNq%FRgpA_u;495-SffPSLp>=c?_ec58dVRi*>S z%;fj7^9yXq=r&s5x?NjB_k-yMhvQqbE^?~z@XN-_INzScd%+<;c1efq?V~=^bRKp8 zWYRfNZMkOW+1)bM7Tgty+gGd+w9uXV^Xsdgq~wOu!hRi>J08`)FP(AP@%q4B1MP$c zfsc=O%=oP&bV1?Zy|Wt3A_?=H8k-(J=F&R1?XPvgPMxwd0RgWz$2@wI-rLWo@bBl2 zc}E?EAM}`2bgr+MdW(UnpuI_JN=4yPZ)JXigqw}mEH`r~eOp-S+06gzI1|4cOGB`% zTwb6%m-052BQlDY9!N^(scepxaq0M=)MIjN!=m1kS0h*yTVK3b%)@==1(U12l;a^$ rSGAQXy@@>yPbLMp?R1@N%c1#nYJ}QG7k-7*mrtkbz1iTx!C(ylK{0VH literal 0 Hc-jL100001 diff --git a/doc/he/images/button-view-access-log.gif b/doc/he/images/button-view-access-log.gif new file mode 100644 index 0000000000000000000000000000000000000000..3322c6bfd25c3ee642e0651308906437ec802a9e GIT binary patch literal 529 zc-nLKbhEHb%wZ5=Xc1t@NHxgGvMMccsjCfY??~wG4DajDm_9Xm#;nTaOIo*WopbTR zfd}`my?yiO!>9Lu|Nr?RgnXSdyBeP@Y+mp%9Xhs^ISF8^ECWlZBCsL4ZMr z0SG{jVPO5Ipwbth$dIvWUC!%$1v;ml9Pd50d|&hazXqdU34>JsiTe-3e5`_*k6qp= zJ7iiCqcH%hWSZ=_!;<&;B_7A1CoMkLJO*}0OZ7s~D zB~eW!<+{C-82C$gxip#@D)d#YxwtEtnfMbT(`z+2c=gt5ZP3otT4cCwT1DV22JXc* z^YqjVsx^9+a0MmuX|As0&(*5eysX7`M(eoFQHEQ59oHTCIIrgy7_QzjoqOJnomb9X z`uLHVmt%93&dZ;iyl1vB2-s8<@Sn5`x*{X;#X0w2Gm8$BMavDHhz2&1%}=8X3tAb& zHEYgxEIU8h%7(Fw$Kb(HrI{y0_1r^Sin4CIiOMcqGsR5LjaNce-?HL>!sD(wCV>R+ z#t_YO2@K*UyFxBS?6aB~;87~l-^y#MdFF?rrkR7uMvXH~e-)da+}d7nII7dzT(48D k^mE)wBc}ED_PhPKSHQjFL$`&q8;|js2-jXkMFs|I06;A8UjP6A literal 0 Hc-jL100001 diff --git a/doc/he/images/button-view-error-log.gif b/doc/he/images/button-view-error-log.gif new file mode 100644 index 0000000000000000000000000000000000000000..d53beec7cc8572c95c383ab4aead18abf6fd4fa5 GIT binary patch literal 583 zc-nLKbhEHbtYQ#hXc1t@NHxgGvMMcct*Z@c??~wG4DajDm_9Xm`mD+oOWSwsn1A8I z{`+^YynJ#0!^d}j{{8+>B2fG%>RgnXSdyBeP@Y+mp%9Xhs^ISF8^ECWlZBCsL4ZMr z0SG{jVPO5Ipwbth$dIvWUC!%$1v=+92Tb@;ajEA0e}@?g>Q*fMCzb@29*~@V;bw!N ztC{=NH`yO9u$6i`GKk*jjBP8F+WM?;ujWC%f-+u3{np113rsjPIO`f1xI-B78TgqQ zn(8&X8M_%K6*o3d?`N)^6WdhF)1xzoZ=ps_9hU|NpY>#YRfA3rUac(}OnjUjv0aN8 zwl8O9;!loA);YL(t9GX*7q{VsLmfP;S}#u8udB9c?^MkPj6D1-oM+Zg;a|th)y~GJ z_aNo9_J^|{b(l}g*5GUT{^CVb`x!r;^p`b>mmeQsFs)kjLr1`LZL66mC%cKmg*Df^ z!aL6$EpB^okh#xejX>V)FZnShMi0eoZY-V9!#qWs>BN$s6M~rMY0gO$QJunTEW#ak zY{Qf{8HYS4?|4viOhI!i1DjM#^22jlOX81zsg&tj^kT}|DJ8nP6P7m~p2ro>xv9jD zVRdk=+@F%b@9(ZJkQ1Nq=rB`?zF*YDGOrVlj!m?3IyU8HVOr6grfCl^2pkOA{QSK4 t#s)dxS*)GvOM~n888K~rbv-oV@e7{a+xo3t+)6f|jc(&rQe?1=22kU4#7@{C!POBXe+TRUm%mRT1s z9C&d5+MCypK74xr_y3>&Bm%{MqRvIBi6yBi3gww4844j8sS56%z5xu1KUo;L7z7w} z7=Qre7zWmV3Mzd9iVPX6*5$n3SDg)M&ISF;LAd<>D?bof*ibovh2wtF=OBndUsh^<_niHMr+9&eT_%6Tr7X zgRg~wbzf4H?vC`6+DDciU7Fc>;Luq|K8_=qS%y28?d0Iyw>IFo&W`>~NxbY!pK9Gb z{@~G5c7A>i&kq{6v{+XjJ0W(b`n!e$bIseR7s=n&UsIP%7r7=G-o>cdpd(_i!PUT3 ztnP_Qn@DnCD+7B~bi$R4#V2G9yfh70F{nQ{u(?E;Q75DFvp7R=t=7vo$^5e1(kVeK z9UYIj8F$amwC8)3wp2&UtUDyv<#E J6%`p6tO2Jn=Ue~) literal 0 Hc-jL100001 diff --git a/doc/he/images/button-view-printable-version.gif b/doc/he/images/button-view-printable-version.gif new file mode 100644 index 0000000000000000000000000000000000000000..19a5a78f93245a26cbcda05caa00cf4dc1ca968c GIT binary patch literal 570 zc-nLKbhEHbY-JE(Xc1t@NHxgGwk|Dkt*Z;_>WJ){kU4#7@{HM)E0(oy-8yIgfmN3- z9K3t?%BzK%=HH~2X2T}m`Odu{0v zNSf)kq~VJIR@d-9&8uFibEJ5^nc z2M6YF%zhTb%ALWx+%3oERB9tLPXj~pwke9qY#S2;1cdD8`BbvbGMQ?euEyxP`MG|W fTggA4Dz6tZle|~6747WkNMD_Nen+4R3xhQPF`Nr~ literal 0 Hc-jL100001 diff --git a/doc/he/index.html.in b/doc/he/index.html.in new file mode 100644 index 000000000..1b23db285 --- /dev/null +++ b/doc/he/index.html.in @@ -0,0 +1,136 @@ + + + + + דף הבית - CUPS @CUPS_VERSION@@CUPS_REVISION@ + + + + + + + + + + + + + + + + + + + + + + + +

Common UNIX Printing System @CUPS_VERSION@@CUPS_REVISION@

+ +  ×“×£ הבית   + +   × ×™×”ול   + +   ×ž×—לקות   + +   ×ª×™×¢×•×“/עזרה   + +   ×¢×‘ודות   + +   ×ž×“פסות   + +
  + +

ברוכים הבאים!

+ +

דפי אינטרנט אלה מאפשרים לך לנטר את המדפסות והעבודות שלך כמו גם +לבצע משימות ניהול המערכת. הקלק/י על מי מהלשוניות למעלה או על הלחצנים למטה +כדי לבצע משימה.

+ +

+עזרה +הוסף מחלקה +הוסף מדפסת +נהל מחלקות +נהל עבודות +נהל מדפסות +נהל שרת +

+ +

אם את/ה מתבקש/ת לספק שם משתמש וסיסמה, נא הקלד/י את שם המשתמש והסיסמה +המשמשים אותך לכניסה או שם המשתמש "root" והסיסמה.

+ +

אודות CUPS

+ +

+מחשב ומדפסת שמחים + + + +CUPS מספקת ממשק הדפסה נייד למערכות הפעלה מבוססות ®UNIX. +התוכנה מפותחת ומתוחזקת ×¢"י Easy Software +Products כדי לקדם פתרון הדפסה תקני. CUPS היא מערכת ההדפסה התקנית המותקנת +על MacOS® X ורוב מערכות ה- ®Linux.

+ +

CUPS משתמשת ב Internet Printing Protocol ("IPP") כבסיס לניהול +עבודות ותורי הדפסה ומוסיפה אפשרויות לחיפוש מדפסות רשת והדפסה מבוססת על +PostScript Printer Description ("PPD") כדי לתמוך +בהדפסות ב"עולם-האמיתי".

+ +

עבור מנהלי התקני מדפסות וסיוע

+ +

בקרו באתר הרשמי של CUPS עבור מנהלי התקני מדפסות וסיוע:

+ +
+    www.cups.org
+
+ +

תמיכה מסחרית וגרסה מתקדמת של CUPS הנקראת ESP Print Pro זמינה ב:

+ +
+    www.easysw.com
+
+ +
 
+ +

The Common UNIX Printing System, CUPS, and the CUPS logo are the +trademark property of Easy Software +Products. CUPS is copyright 1997-2006 by Easy Software Products, +All Rights Reserved.

+ +
+ + diff --git a/filter/gziptoany.c b/filter/gziptoany.c index 0fa4b9a1e..52da21a9c 100644 --- a/filter/gziptoany.c +++ b/filter/gziptoany.c @@ -1,5 +1,5 @@ /* - * "$Id: gziptoany.c 6400 2007-03-26 14:29:40Z mike $" + * "$Id: gziptoany.c 6420 2007-03-30 20:00:59Z mike $" * * GZIP/raw pre-filter for the Common UNIX Printing System (CUPS). * @@ -34,6 +34,7 @@ #include #include +#include #include #include @@ -58,7 +59,8 @@ main(int argc, /* I - Number of command-line arguments */ if (argc != 7) { - fputs("ERROR: gziptoany job-id user title copies options file\n", stderr); + fprintf(stderr, _("Usage: %s job-id user title copies options file\n"), + argv[0]); return (1); } @@ -78,7 +80,7 @@ main(int argc, /* I - Number of command-line arguments */ if ((fp = cupsFileOpen(argv[6], "r")) == NULL) { - fprintf(stderr, "ERROR: Unable to open file \"%s\": %s\n", argv[6], + fprintf(stderr, _("ERROR: Unable to open file \"%s\": %s\n"), argv[6], strerror(errno)); return (1); } @@ -100,7 +102,7 @@ main(int argc, /* I - Number of command-line arguments */ if (fwrite(buffer, 1, bytes, stdout) < bytes) { fprintf(stderr, - "ERROR: Unable to write uncompressed document data: %s\n", + _("ERROR: Unable to write uncompressed document data: %s\n"), strerror(ferror(stdout))); cupsFileClose(fp); @@ -121,5 +123,5 @@ main(int argc, /* I - Number of command-line arguments */ /* - * End of "$Id: gziptoany.c 6400 2007-03-26 14:29:40Z mike $". + * End of "$Id: gziptoany.c 6420 2007-03-30 20:00:59Z mike $". */ diff --git a/filter/hpgl-attr.c b/filter/hpgl-attr.c index 5a645c1cb..01dad1c17 100644 --- a/filter/hpgl-attr.c +++ b/filter/hpgl-attr.c @@ -1,9 +1,9 @@ /* - * "$Id: hpgl-attr.c 4494 2005-02-18 02:18:11Z mike $" + * "$Id: hpgl-attr.c 6420 2007-03-30 20:00:59Z mike $" * * HP-GL/2 attribute processing for the Common UNIX Printing System (CUPS). * - * Copyright 1993-2005 by Easy Software Products. + * Copyright 1993-2007 by Easy Software Products. * * These coded instructions, statements, and computer programs are the * property of Easy Software Products and are protected by Federal @@ -82,8 +82,9 @@ CR_color_range(int num_params, /* I - Number of parameters */ ColorRange[2][1] = params[5].value.number - params[4].value.number; } else - fprintf(stderr, "WARNING: HP-GL/2 \'CR\' command with invalid number of parameters (%d)!\n", - num_params); + fprintf(stderr, + "DEBUG: HP-GL/2 \'CR\' command with invalid number of " + "parameters (%d)!\n", num_params); } @@ -208,8 +209,9 @@ NP_number_pens(int num_params, /* I - Number of parameters */ else if (num_params == 1 && params[0].value.number <= 1024) PenCount = (int)params[0].value.number; else - fprintf(stderr, "WARNING: HP-GL/2 \'NP\' command with invalid number of parameters (%d)!\n", - num_params); + fprintf(stderr, + "DEBUG: HP-GL/2 \'NP\' command with invalid number of " + "parameters (%d)!\n", num_params); for (i = 0; i <= PenCount; i ++) Pens[i].width = PenWidth; @@ -292,8 +294,9 @@ PC_pen_color(int num_params, /* I - Number of parameters */ Pens[PenNumber].width * PenScaling); } else - fprintf(stderr, "WARNING: HP-GL/2 \'PC\' command with invalid number of parameters (%d)!\n", - num_params); + fprintf(stderr, + "DEBUG: HP-GL/2 \'PC\' command with invalid number of " + "parameters (%d)!\n", num_params); } @@ -360,8 +363,9 @@ PW_pen_width(int num_params, /* I - Number of parameters */ Pens[PenNumber].width * PenScaling); } else - fprintf(stderr, "WARNING: HP-GL/2 \'PW\' command with invalid number of parameters (%d)!\n", - num_params); + fprintf(stderr, + "DEBUG: HP-GL/2 \'PW\' command with invalid number of " + "parameters (%d)!\n", num_params); } @@ -408,8 +412,10 @@ SP_select_pen(int num_params, /* I - Number of parameters */ else if (params[0].value.number <= PenCount) PenNumber = (int)params[0].value.number; else - fprintf(stderr, "WARNING: HP-GL/2 \'SP\' command with invalid number or value of parameters (%d, %d)!\n", - num_params, (int)params[0].value.number); + fprintf(stderr, + "DEBUG: HP-GL/2 \'SP\' command with invalid number or value " + "of parameters (%d, %d)!\n", num_params, + (int)params[0].value.number); if (PageDirty) printf("%.3f %.3f %.3f %.2f SP\n", Pens[PenNumber].rgb[0], @@ -444,11 +450,12 @@ WU_width_units(int num_params, /* I - Number of parameters */ else if (num_params == 1) WidthUnits = (int)params[0].value.number; else - fprintf(stderr, "WARNING: HP-GL/2 \'WU\' command with invalid number of parameters (%d)!\n", - num_params); + fprintf(stderr, + "DEBUG: HP-GL/2 \'WU\' command with invalid number of " + "parameters (%d)!\n", num_params); } /* - * End of "$Id: hpgl-attr.c 4494 2005-02-18 02:18:11Z mike $". + * End of "$Id: hpgl-attr.c 6420 2007-03-30 20:00:59Z mike $". */ diff --git a/filter/hpgl-input.c b/filter/hpgl-input.c index abfb63310..8668d8e74 100644 --- a/filter/hpgl-input.c +++ b/filter/hpgl-input.c @@ -1,5 +1,5 @@ /* - * "$Id: hpgl-input.c 5150 2006-02-22 19:21:50Z mike $" + * "$Id: hpgl-input.c 6420 2007-03-30 20:00:59Z mike $" * * HP-GL/2 input processing for the Common UNIX Printing System (CUPS). * @@ -35,6 +35,7 @@ #include "hpgltops.h" #include +#include #define MAX_PARAMS 16384 @@ -143,7 +144,7 @@ ParseCommand(FILE *fp, /* I - File to read from */ * file which we can't handle - abort! */ - fputs("ERROR: Invalid HP-GL/2 command seen, unable to print file!\n", + fputs(_("ERROR: Invalid HP-GL/2 command seen, unable to print file!\n"), stderr); return (-1); } @@ -269,5 +270,5 @@ FreeParameters(int num_params, /* I - Number of parameters */ /* - * End of "$Id: hpgl-input.c 5150 2006-02-22 19:21:50Z mike $". + * End of "$Id: hpgl-input.c 6420 2007-03-30 20:00:59Z mike $". */ diff --git a/filter/hpgl-main.c b/filter/hpgl-main.c index 98dc3a9b9..987441a14 100644 --- a/filter/hpgl-main.c +++ b/filter/hpgl-main.c @@ -1,9 +1,9 @@ /* - * "$Id: hpgl-main.c 4494 2005-02-18 02:18:11Z mike $" + * "$Id: hpgl-main.c 6420 2007-03-30 20:00:59Z mike $" * * HP-GL/2 filter main entry for the Common UNIX Printing System (CUPS). * - * Copyright 1993-2005 by Easy Software Products. + * Copyright 1993-2007 by Easy Software Products. * * These coded instructions, statements, and computer programs are the * property of Easy Software Products and are protected by Federal @@ -36,6 +36,7 @@ /*#define DEBUG*/ #define _HPGL_MAIN_C_ #include "hpgltops.h" +#include /* @@ -153,7 +154,8 @@ main(int argc, /* I - Number of command-line arguments */ if (argc < 6 || argc > 7) { - fputs("ERROR: hpgltops job-id user title copies options [file]\n", stderr); + fprintf(stderr, _("Usage: %s job-id user title copies options [file]\n"), + argv[0]); return (1); } @@ -172,7 +174,7 @@ main(int argc, /* I - Number of command-line arguments */ if ((fp = fopen(argv[6], "rb")) == NULL) { - perror("ERROR: unable to open print file - "); + perror("DEBUG: unable to open print file - "); return (1); } } @@ -270,5 +272,5 @@ compare_names(const void *p1, /* I - First name */ /* - * End of "$Id: hpgl-main.c 4494 2005-02-18 02:18:11Z mike $". + * End of "$Id: hpgl-main.c 6420 2007-03-30 20:00:59Z mike $". */ diff --git a/filter/hpgl-prolog.c b/filter/hpgl-prolog.c index 20b1a1d01..9dddf5378 100644 --- a/filter/hpgl-prolog.c +++ b/filter/hpgl-prolog.c @@ -1,9 +1,9 @@ /* - * "$Id: hpgl-prolog.c 5997 2006-10-02 15:33:05Z mike $" + * "$Id: hpgl-prolog.c 6420 2007-03-30 20:00:59Z mike $" * * HP-GL/2 prolog routines for for the Common UNIX Printing System (CUPS). * - * Copyright 1993-2005 by Easy Software Products. + * Copyright 1993-2007 by Easy Software Products. * * These coded instructions, statements, and computer programs are the * property of Easy Software Products and are protected by Federal @@ -88,7 +88,8 @@ OutputProlog(char *title, /* I - Job title */ if ((prolog = fopen(filename, "r")) == NULL) { - fprintf(stderr, "ERROR: Unable to open HPGL prolog \"%s\" for reading - %s\n", + fprintf(stderr, + "DEBUG: Unable to open HPGL prolog \"%s\" for reading - %s\n", filename, strerror(errno)); exit(1); } @@ -373,5 +374,5 @@ Outputf(const char *format, /* I - Printf-style string */ /* - * End of "$Id: hpgl-prolog.c 5997 2006-10-02 15:33:05Z mike $". + * End of "$Id: hpgl-prolog.c 6420 2007-03-30 20:00:59Z mike $". */ diff --git a/filter/hpgl-vector.c b/filter/hpgl-vector.c index d285b0c14..e2a93c7ff 100644 --- a/filter/hpgl-vector.c +++ b/filter/hpgl-vector.c @@ -1,9 +1,9 @@ /* - * "$Id: hpgl-vector.c 4494 2005-02-18 02:18:11Z mike $" + * "$Id: hpgl-vector.c 6420 2007-03-30 20:00:59Z mike $" * * HP-GL/2 vector routines for the Common UNIX Printing System (CUPS). * - * Copyright 1993-2005 by Easy Software Products. + * Copyright 1993-2007 by Easy Software Products. * * These coded instructions, statements, and computer programs are the * property of Easy Software Products and are protected by Federal @@ -635,7 +635,7 @@ decode_number(unsigned char **s, /* IO - String to decode */ else if (**s < 63) { if (**s != '\r' && **s != '\n') - fprintf(stderr, "ERROR: Bad PE character 0x%02X!\n", **s); + fprintf(stderr, "DEBUG: Bad PE character 0x%02X!\n", **s); continue; } @@ -677,7 +677,7 @@ decode_number(unsigned char **s, /* IO - String to decode */ else if (**s < 63) { if (**s != '\r' && **s != '\n') - fprintf(stderr, "ERROR: Bad PE character 0x%02X!\n", **s); + fprintf(stderr, "DEBUG: Bad PE character 0x%02X!\n", **s); continue; } @@ -771,5 +771,5 @@ plot_points(int num_params, /* I - Number of parameters */ /* - * End of "$Id: hpgl-vector.c 4494 2005-02-18 02:18:11Z mike $". + * End of "$Id: hpgl-vector.c 6420 2007-03-30 20:00:59Z mike $". */ diff --git a/filter/image-bmp.c b/filter/image-bmp.c index 1dc524763..08d30db4d 100644 --- a/filter/image-bmp.c +++ b/filter/image-bmp.c @@ -1,9 +1,9 @@ /* - * "$Id: image-bmp.c 5508 2006-05-11 11:41:16Z mike $" + * "$Id: image-bmp.c 6420 2007-03-30 20:00:59Z mike $" * * BMP image routines for the Common UNIX Printing System (CUPS). * - * Copyright 1993-2006 by Easy Software Products. + * Copyright 1993-2007 by Easy Software Products. * * These coded instructions, statements, and computer programs are the * property of Easy Software Products and are protected by Federal @@ -110,7 +110,7 @@ _cupsImageReadBMP( if (offset < 0) { - fprintf(stderr, "ERROR: Bad BMP offset %d\n", offset); + fprintf(stderr, "DEBUG: Bad BMP offset %d\n", offset); fclose(fp); return (1); } @@ -135,7 +135,7 @@ _cupsImageReadBMP( img->ysize == 0 || img->ysize > CUPS_IMAGE_MAX_HEIGHT || (depth != 1 && depth != 4 && depth != 8 && depth != 24)) { - fprintf(stderr, "ERROR: Bad BMP dimensions %ux%ux%d\n", + fprintf(stderr, "DEBUG: Bad BMP dimensions %ux%ux%d\n", img->xsize, img->ysize, depth); fclose(fp); return (1); @@ -143,14 +143,14 @@ _cupsImageReadBMP( if (colors_used < 0 || colors_used > 256) { - fprintf(stderr, "ERROR: Bad BMP colormap size %d\n", colors_used); + fprintf(stderr, "DEBUG: Bad BMP colormap size %d\n", colors_used); fclose(fp); return (1); } if (img->xppi == 0 || img->yppi == 0) { - fprintf(stderr, "ERROR: Bad BMP resolution %dx%d PPI.\n", + fprintf(stderr, "DEBUG: Bad BMP resolution %dx%d PPI.\n", img->xppi, img->yppi); img->xppi = img->yppi = 128; } @@ -535,5 +535,5 @@ read_long(FILE *fp) /* I - File to read from */ /* - * End of "$Id: image-bmp.c 5508 2006-05-11 11:41:16Z mike $". + * End of "$Id: image-bmp.c 6420 2007-03-30 20:00:59Z mike $". */ diff --git a/filter/image-gif.c b/filter/image-gif.c index 09784a60e..863625a9e 100644 --- a/filter/image-gif.c +++ b/filter/image-gif.c @@ -1,9 +1,9 @@ /* - * "$Id: image-gif.c 5508 2006-05-11 11:41:16Z mike $" + * "$Id: image-gif.c 6420 2007-03-30 20:00:59Z mike $" * * GIF image routines for the Common UNIX Printing System (CUPS). * - * Copyright 1993-2006 by Easy Software Products. + * Copyright 1993-2007 by Easy Software Products. * * These coded instructions, statements, and computer programs are the * property of Easy Software Products and are protected by Federal @@ -246,7 +246,7 @@ _cupsImageReadGIF( if (img->xsize == 0 || img->ysize == 0) { - fprintf(stderr, "ERROR: Bad GIF image dimensions: %dx%d\n", + fprintf(stderr, "DEBUG: Bad GIF image dimensions: %dx%d\n", img->xsize, img->ysize); fclose(fp); return (1); @@ -695,5 +695,5 @@ gif_read_lzw(FILE *fp, /* I - File to read from */ /* - * End of "$Id: image-gif.c 5508 2006-05-11 11:41:16Z mike $". + * End of "$Id: image-gif.c 6420 2007-03-30 20:00:59Z mike $". */ diff --git a/filter/image-jpeg.c b/filter/image-jpeg.c index 5a07a7bbd..1b4dd3a4a 100644 --- a/filter/image-jpeg.c +++ b/filter/image-jpeg.c @@ -1,9 +1,9 @@ /* - * "$Id: image-jpeg.c 5508 2006-05-11 11:41:16Z mike $" + * "$Id: image-jpeg.c 6420 2007-03-30 20:00:59Z mike $" * * JPEG image routines for the Common UNIX Printing System (CUPS). * - * Copyright 1993-2006 by Easy Software Products. + * Copyright 1993-2007 by Easy Software Products. * * These coded instructions, statements, and computer programs are the * property of Easy Software Products and are protected by Federal @@ -129,7 +129,7 @@ _cupsImageReadJPEG( if (cinfo.output_width <= 0 || cinfo.output_width > CUPS_IMAGE_MAX_WIDTH || cinfo.output_height <= 0 || cinfo.output_height > CUPS_IMAGE_MAX_HEIGHT) { - fprintf(stderr, "ERROR: Bad JPEG dimensions %dx%d!\n", + fprintf(stderr, "DEBUG: Bad JPEG dimensions %dx%d!\n", cinfo.output_width, cinfo.output_height); jpeg_destroy_decompress(&cinfo); @@ -156,7 +156,7 @@ _cupsImageReadJPEG( if (img->xppi == 0 || img->yppi == 0) { - fprintf(stderr, "ERROR: Bad JPEG image resolution %dx%d PPI.\n", + fprintf(stderr, "DEBUG: Bad JPEG image resolution %dx%d PPI.\n", img->xppi, img->yppi); img->xppi = img->yppi = 128; } @@ -320,5 +320,5 @@ _cupsImageReadJPEG( /* - * End of "$Id: image-jpeg.c 5508 2006-05-11 11:41:16Z mike $". + * End of "$Id: image-jpeg.c 6420 2007-03-30 20:00:59Z mike $". */ diff --git a/filter/image-pix.c b/filter/image-pix.c index ac471669d..6d2c18a16 100644 --- a/filter/image-pix.c +++ b/filter/image-pix.c @@ -1,9 +1,9 @@ /* - * "$Id: image-pix.c 5508 2006-05-11 11:41:16Z mike $" + * "$Id: image-pix.c 6420 2007-03-30 20:00:59Z mike $" * * Alias PIX image routines for the Common UNIX Printing System (CUPS). * - * Copyright 1993-2006 by Easy Software Products. + * Copyright 1993-2007 by Easy Software Products. * * These coded instructions, statements, and computer programs are the * property of Easy Software Products and are protected by Federal @@ -88,7 +88,7 @@ _cupsImageReadPIX( if (width <= 0 || height <= 0 || (depth != 8 && depth != 24)) { - fprintf(stderr, "ERROR: Bad PIX image dimensions %dx%dx%d\n", + fprintf(stderr, "DEBUG: Bad PIX image dimensions %dx%dx%d\n", width, height, depth); fclose(fp); return (1); @@ -232,5 +232,5 @@ read_short(FILE *fp) /* I - File to read from */ /* - * End of "$Id: image-pix.c 5508 2006-05-11 11:41:16Z mike $". + * End of "$Id: image-pix.c 6420 2007-03-30 20:00:59Z mike $". */ diff --git a/filter/image-png.c b/filter/image-png.c index 3b4469bc9..0194263b8 100644 --- a/filter/image-png.c +++ b/filter/image-png.c @@ -1,9 +1,9 @@ /* - * "$Id: image-png.c 5508 2006-05-11 11:41:16Z mike $" + * "$Id: image-png.c 6420 2007-03-30 20:00:59Z mike $" * * PNG image routines for the Common UNIX Printing System (CUPS). * - * Copyright 1993-2006 by Easy Software Products. + * Copyright 1993-2007 by Easy Software Products. * * These coded instructions, statements, and computer programs are the * property of Easy Software Products and are protected by Federal @@ -120,7 +120,7 @@ _cupsImageReadPNG( if (width == 0 || width > CUPS_IMAGE_MAX_WIDTH || height == 0 || height > CUPS_IMAGE_MAX_HEIGHT) { - fprintf(stderr, "ERROR: PNG image has invalid dimensions %ux%u!\n", + fprintf(stderr, "DEBUG: PNG image has invalid dimensions %ux%u!\n", (unsigned)width, (unsigned)height); fclose(fp); return (1); @@ -137,7 +137,7 @@ _cupsImageReadPNG( if (img->xppi == 0 || img->yppi == 0) { - fprintf(stderr, "ERROR: PNG image has invalid resolution %dx%d PPI\n", + fprintf(stderr, "DEBUG: PNG image has invalid resolution %dx%d PPI\n", img->xppi, img->yppi); img->xppi = img->yppi = 128; @@ -280,5 +280,5 @@ _cupsImageReadPNG( /* - * End of "$Id: image-png.c 5508 2006-05-11 11:41:16Z mike $". + * End of "$Id: image-png.c 6420 2007-03-30 20:00:59Z mike $". */ diff --git a/filter/image-pnm.c b/filter/image-pnm.c index 12c294c1c..bfb626802 100644 --- a/filter/image-pnm.c +++ b/filter/image-pnm.c @@ -1,9 +1,9 @@ /* - * "$Id: image-pnm.c 6146 2006-12-06 20:19:52Z mike $" + * "$Id: image-pnm.c 6420 2007-03-30 20:00:59Z mike $" * * Portable Any Map file routines for the Common UNIX Printing System (CUPS). * - * Copyright 1993-2006 by Easy Software Products. + * Copyright 1993-2007 by Easy Software Products. * * These coded instructions, statements, and computer programs are the * property of Easy Software Products and are protected by Federal @@ -135,7 +135,7 @@ _cupsImageReadPNM( if (img->xsize == 0 || img->xsize > CUPS_IMAGE_MAX_WIDTH || img->ysize == 0 || img->ysize > CUPS_IMAGE_MAX_HEIGHT) { - fprintf(stderr, "ERROR: Bad PNM dimensions %dx%d!\n", + fprintf(stderr, "DEBUG: Bad PNM dimensions %dx%d!\n", img->xsize, img->ysize); fclose(fp); return (1); @@ -143,7 +143,7 @@ _cupsImageReadPNM( if (maxval == 0) { - fprintf(stderr, "ERROR: Bad PNM max value %d!\n", maxval); + fprintf(stderr, "DEBUG: Bad PNM max value %d!\n", maxval); fclose(fp); return (1); } @@ -301,5 +301,5 @@ _cupsImageReadPNM( /* - * End of "$Id: image-pnm.c 6146 2006-12-06 20:19:52Z mike $". + * End of "$Id: image-pnm.c 6420 2007-03-30 20:00:59Z mike $". */ diff --git a/filter/image-sgi.c b/filter/image-sgi.c index 288af2618..8461c3817 100644 --- a/filter/image-sgi.c +++ b/filter/image-sgi.c @@ -1,9 +1,9 @@ /* - * "$Id: image-sgi.c 5508 2006-05-11 11:41:16Z mike $" + * "$Id: image-sgi.c 6420 2007-03-30 20:00:59Z mike $" * * SGI image file routines for the Common UNIX Printing System (CUPS). * - * Copyright 1993-2006 by Easy Software Products. + * Copyright 1993-2007 by Easy Software Products. * * These coded instructions, statements, and computer programs are the * property of Easy Software Products and are protected by Federal @@ -83,7 +83,7 @@ _cupsImageReadSGI( if (sgip->xsize == 0 || sgip->ysize == 0 || sgip->zsize == 0 || sgip->zsize > 4) { - fprintf(stderr, "ERROR: Bad SGI image dimensions %ux%ux%u!\n", + fprintf(stderr, "DEBUG: Bad SGI image dimensions %ux%ux%u!\n", sgip->xsize, sgip->ysize, sgip->zsize); sgiClose(sgip); fclose(fp); @@ -279,5 +279,5 @@ _cupsImageReadSGI( /* - * End of "$Id: image-sgi.c 5508 2006-05-11 11:41:16Z mike $". + * End of "$Id: image-sgi.c 6420 2007-03-30 20:00:59Z mike $". */ diff --git a/filter/image-sun.c b/filter/image-sun.c index c8ee70278..480cf5cf6 100644 --- a/filter/image-sun.c +++ b/filter/image-sun.c @@ -1,9 +1,9 @@ /* - * "$Id: image-sun.c 6147 2006-12-06 20:21:46Z mike $" + * "$Id: image-sun.c 6420 2007-03-30 20:00:59Z mike $" * * Sun Raster image file routines for the Common UNIX Printing System (CUPS). * - * Copyright 1993-2006 by Easy Software Products. + * Copyright 1993-2007 by Easy Software Products. * * These coded instructions, statements, and computer programs are the * property of Easy Software Products and are protected by Federal @@ -127,7 +127,7 @@ _cupsImageReadSunRaster( img->ysize == 0 || img->ysize > CUPS_IMAGE_MAX_HEIGHT || ras_depth == 0 || ras_depth > 32) { - fputs("ERROR: Raster image cannot be loaded!\n", stderr); + fputs("DEBUG: Raster image cannot be loaded!\n", stderr); return (1); } @@ -389,5 +389,5 @@ read_unsigned(FILE *fp) /* I - File to read from */ /* - * End of "$Id: image-sun.c 6147 2006-12-06 20:21:46Z mike $". + * End of "$Id: image-sun.c 6420 2007-03-30 20:00:59Z mike $". */ diff --git a/filter/image-tiff.c b/filter/image-tiff.c index 184cf9621..3a47374d6 100644 --- a/filter/image-tiff.c +++ b/filter/image-tiff.c @@ -1,9 +1,9 @@ /* - * "$Id: image-tiff.c 5508 2006-05-11 11:41:16Z mike $" + * "$Id: image-tiff.c 6420 2007-03-30 20:00:59Z mike $" * * TIFF file routines for the Common UNIX Printing System (CUPS). * - * Copyright 1993-2006 by Easy Software Products. + * Copyright 1993-2007 by Easy Software Products. * * These coded instructions, statements, and computer programs are the * property of Easy Software Products and are protected by Federal @@ -100,14 +100,14 @@ _cupsImageReadTIFF( if ((tif = TIFFFdOpen(fileno(fp), "", "r")) == NULL) { - fputs("ERROR: TIFFFdOpen() failed!\n", stderr); + fputs("DEBUG: TIFFFdOpen() failed!\n", stderr); fclose(fp); return (-1); } if (!TIFFGetField(tif, TIFFTAG_IMAGEWIDTH, &width)) { - fputs("ERROR: No image width tag in the file!\n", stderr); + fputs("DEBUG: No image width tag in the file!\n", stderr); TIFFClose(tif); fclose(fp); return (-1); @@ -115,7 +115,7 @@ _cupsImageReadTIFF( if (!TIFFGetField(tif, TIFFTAG_IMAGELENGTH, &height)) { - fputs("ERROR: No image height tag in the file!\n", stderr); + fputs("DEBUG: No image height tag in the file!\n", stderr); TIFFClose(tif); fclose(fp); return (-1); @@ -123,7 +123,7 @@ _cupsImageReadTIFF( if (!TIFFGetField(tif, TIFFTAG_PHOTOMETRIC, &photometric)) { - fputs("ERROR: No photometric tag in the file!\n", stderr); + fputs("DEBUG: No photometric tag in the file!\n", stderr); TIFFClose(tif); fclose(fp); return (-1); @@ -131,7 +131,7 @@ _cupsImageReadTIFF( if (!TIFFGetField(tif, TIFFTAG_COMPRESSION, &compression)) { - fputs("ERROR: No compression tag in the file!\n", stderr); + fputs("DEBUG: No compression tag in the file!\n", stderr); TIFFClose(tif); fclose(fp); return (-1); @@ -176,7 +176,7 @@ _cupsImageReadTIFF( if (img->xppi == 0 || img->yppi == 0) { - fputs("ERROR: Bad TIFF resolution.\n", stderr); + fputs("DEBUG: Bad TIFF resolution.\n", stderr); img->xppi = img->yppi = 128; } @@ -204,7 +204,7 @@ _cupsImageReadTIFF( (bits != 1 && bits != 2 && bits != 4 && bits != 8) || samples < 1 || samples > 4) { - fprintf(stderr, "ERROR: Bad TIFF dimensions %ux%ux%ux%u!\n", + fprintf(stderr, "DEBUG: Bad TIFF dimensions %ux%ux%ux%u!\n", (unsigned)width, (unsigned)height, (unsigned)bits, (unsigned)samples); TIFFClose(tif); @@ -664,7 +664,7 @@ _cupsImageReadTIFF( case PHOTOMETRIC_PALETTE : if (!TIFFGetField(tif, TIFFTAG_COLORMAP, &redcmap, &greencmap, &bluecmap)) { - fputs("ERROR: No colormap tag in the file!\n", stderr); + fputs("DEBUG: No colormap tag in the file!\n", stderr); fclose(fp); return (-1); } @@ -1701,7 +1701,7 @@ _cupsImageReadTIFF( free(out); TIFFClose(tif); - fputs("ERROR: Unknown TIFF photometric value!\n", stderr); + fputs("DEBUG: Unknown TIFF photometric value!\n", stderr); return (-1); } @@ -1720,5 +1720,5 @@ _cupsImageReadTIFF( /* - * End of "$Id: image-tiff.c 5508 2006-05-11 11:41:16Z mike $". + * End of "$Id: image-tiff.c 6420 2007-03-30 20:00:59Z mike $". */ diff --git a/filter/imagetops.c b/filter/imagetops.c index ed8761064..55a19f260 100644 --- a/filter/imagetops.c +++ b/filter/imagetops.c @@ -1,9 +1,9 @@ /* - * "$Id: imagetops.c 5997 2006-10-02 15:33:05Z mike $" + * "$Id: imagetops.c 6420 2007-03-30 20:00:59Z mike $" * * Image file to PostScript filter for the Common UNIX Printing System (CUPS). * - * Copyright 1993-2006 by Easy Software Products. + * Copyright 1993-2007 by Easy Software Products. * * These coded instructions, statements, and computer programs are the * property of Easy Software Products and are protected by Federal @@ -37,6 +37,7 @@ #include "common.h" #include "image.h" #include +#include /* @@ -120,13 +121,11 @@ main(int argc, /* I - Number of command-line arguments */ if (argc < 6 || argc > 7) { - fputs("ERROR: imagetops job-id user title copies options [file]\n", stderr); + fprintf(stderr, _("Usage: %s job-id user title copies options [file]\n"), + argv[0]); return (1); } - fprintf(stderr, "INFO: %s %s %s %s %s %s %s\n", argv[0], argv[1], argv[2], - argv[3], argv[4], argv[5], argv[6] ? argv[6] : "(null)"); - /* * Copy stdin as needed... */ @@ -308,7 +307,7 @@ main(int argc, /* I - Number of command-line arguments */ if (img == NULL) { - fputs("ERROR: Unable to open image file for printing!\n", stderr); + fputs(_("ERROR: Unable to open image file for printing!\n"), stderr); ppdClose(ppd); return (1); } @@ -803,7 +802,7 @@ main(int argc, /* I - Number of command-line arguments */ if (ppd && ppd->num_filters == 0) fprintf(stderr, "PAGE: %d %d\n", page, realcopies); - fprintf(stderr, "INFO: Printing page %d...\n", page); + fprintf(stderr, _("INFO: Printing page %d...\n"), page); printf("%%%%Page: %d %d\n", page, page); @@ -1063,5 +1062,5 @@ ps_ascii85(cups_ib_t *data, /* I - Data to print */ /* - * End of "$Id: imagetops.c 5997 2006-10-02 15:33:05Z mike $". + * End of "$Id: imagetops.c 6420 2007-03-30 20:00:59Z mike $". */ diff --git a/filter/imagetoraster.c b/filter/imagetoraster.c index db9298231..32aa209bf 100644 --- a/filter/imagetoraster.c +++ b/filter/imagetoraster.c @@ -1,9 +1,9 @@ /* - * "$Id: imagetoraster.c 5523 2006-05-15 05:02:43Z mike $" + * "$Id: imagetoraster.c 6420 2007-03-30 20:00:59Z mike $" * * Image file to raster filter for the Common UNIX Printing System (CUPS). * - * Copyright 1993-2006 by Easy Software Products. + * Copyright 1993-2007 by Easy Software Products. * * These coded instructions, statements, and computer programs are the * property of Easy Software Products and are protected by Federal @@ -49,6 +49,7 @@ #include "raster.h" #include #include +#include /* @@ -213,13 +214,11 @@ main(int argc, /* I - Number of command-line arguments */ if (argc < 6 || argc > 7) { - fputs("ERROR: imagetoraster job-id user title copies options [file]\n", stderr); + fprintf(stderr, _("Usage: %s job-id user title copies options [file]\n"), + argv[0]); return (1); } - fprintf(stderr, "INFO: %s %s %s %s %s %s %s\n", argv[0], argv[1], argv[2], - argv[3], argv[4], argv[5], argv[6] ? argv[6] : "(null)"); - /* * See if we need to use the imagetops and pstoraster filters instead... */ @@ -456,7 +455,8 @@ main(int argc, /* I - Number of command-line arguments */ if (cupsRasterInterpretPPD(&header, ppd, num_options, options, raster_cb)) { - fputs("ERROR: Bad page setup!\n", stderr); + fputs(_("ERROR: Bad page setup!\n"), stderr); + fprintf(stderr, "DEBUG: %s\n", cupsRasterErrorString()); return (1); } @@ -618,7 +618,7 @@ main(int argc, /* I - Number of command-line arguments */ * Open the input image to print... */ - fputs("INFO: Loading image file...\n", stderr); + fputs(_("INFO: Loading image file...\n"), stderr); if (header.cupsColorSpace == CUPS_CSPACE_CIEXYZ || header.cupsColorSpace == CUPS_CSPACE_CIELab || @@ -632,7 +632,7 @@ main(int argc, /* I - Number of command-line arguments */ if (img == NULL) { - fputs("ERROR: Unable to open image file for printing!\n", stderr); + fputs(_("ERROR: Unable to open image file for printing!\n"), stderr); ppdClose(ppd); return (1); } @@ -1137,7 +1137,7 @@ main(int argc, /* I - Number of command-line arguments */ for (xpage = 0; xpage < xpages; xpage ++) for (ypage = 0; ypage < ypages; ypage ++, page ++) { - fprintf(stderr, "INFO: Formatting page %d...\n", page); + fprintf(stderr, _("INFO: Formatting page %d...\n"), page); if (Orientation & 1) { @@ -1194,7 +1194,8 @@ main(int argc, /* I - Number of command-line arguments */ if (cupsRasterWritePixels(ras, row, header.cupsBytesPerLine) < header.cupsBytesPerLine) { - fputs("ERROR: Unable to write raster data to driver!\n", stderr); + fputs(_("ERROR: Unable to write raster data to driver!\n"), + stderr); cupsImageClose(img); exit(1); } @@ -1289,7 +1290,8 @@ main(int argc, /* I - Number of command-line arguments */ if (cupsRasterWritePixels(ras, row, header.cupsBytesPerLine) < header.cupsBytesPerLine) { - fputs("ERROR: Unable to write raster data to driver!\n", stderr); + fputs(_("ERROR: Unable to write raster data to driver!\n"), + stderr); cupsImageClose(img); exit(1); } @@ -1328,7 +1330,8 @@ main(int argc, /* I - Number of command-line arguments */ if (cupsRasterWritePixels(ras, row, header.cupsBytesPerLine) < header.cupsBytesPerLine) { - fputs("ERROR: Unable to write raster data to driver!\n", stderr); + fputs(_("ERROR: Unable to write raster data to driver!\n"), + stderr); cupsImageClose(img); exit(1); } @@ -4310,5 +4313,5 @@ raster_cb( /* - * End of "$Id: imagetoraster.c 5523 2006-05-15 05:02:43Z mike $". + * End of "$Id: imagetoraster.c 6420 2007-03-30 20:00:59Z mike $". */ diff --git a/filter/pstops.c b/filter/pstops.c index 5aea4696b..c74dbd3d0 100644 --- a/filter/pstops.c +++ b/filter/pstops.c @@ -1,5 +1,5 @@ /* - * "$Id: pstops.c 6391 2007-03-24 14:35:56Z mike $" + * "$Id: pstops.c 6420 2007-03-30 20:00:59Z mike $" * * PostScript filter for the Common UNIX Printing System (CUPS). * @@ -61,6 +61,7 @@ #include #include #include +#include /* @@ -240,7 +241,8 @@ main(int argc, /* I - Number of command-line args */ if (argc < 6 || argc > 7) { - fputs("ERROR: pstops job-id user title copies options [file]\n", stderr); + fprintf(stderr, _("Usage: %s job-id user title copies options [file]\n"), + argv[0]); return (1); } @@ -259,7 +261,7 @@ main(int argc, /* I - Number of command-line args */ if ((fp = cupsFileOpen(argv[6], "r")) == NULL) { - fprintf(stderr, "ERROR: Unable to open print file \"%s\" - %s\n", + fprintf(stderr, _("ERROR: Unable to open file \"%s\" - %s\n"), argv[6], strerror(errno)); return (1); } @@ -271,7 +273,7 @@ main(int argc, /* I - Number of command-line args */ if ((len = cupsFileGetLine(fp, line, sizeof(line))) == 0) { - fputs("ERROR: Empty print file!\n", stderr); + fputs(_("ERROR: Empty print file!\n"), stderr); return (1); } @@ -405,14 +407,14 @@ add_page(pstops_doc_t *doc, /* I - Document information */ if (!doc->pages) { - fprintf(stderr, "EMERG: Unable to allocate memory for pages array: %s\n", + fprintf(stderr, _("EMERG: Unable to allocate memory for pages array: %s\n"), strerror(errno)); exit(1); } if ((pageinfo = calloc(1, sizeof(pstops_page_t))) == NULL) { - fprintf(stderr, "EMERG: Unable to allocate memory for page info: %s\n", + fprintf(stderr, _("EMERG: Unable to allocate memory for page info: %s\n"), strerror(errno)); exit(1); } @@ -512,8 +514,12 @@ copy_bytes(cups_file_t *fp, /* I - File to read from */ if (cupsFileSeek(fp, offset) < 0) { - fprintf(stderr, "ERROR: Unable to seek to offset " CUPS_LLFMT - " in file - %s\n", + fprintf(stderr, +#ifdef HAVE_LONG_LONG + _("ERROR: Unable to seek to offset %lld in file - %s\n"), +#else + _("ERROR: Unable to seek to offset %ld in file - %s\n"), +#endif /* HAVE_LONG_LONG */ CUPS_LLCAST offset, strerror(errno)); return; } @@ -597,7 +603,7 @@ copy_comments(cups_file_t *fp, /* I - File to read from */ if (saw_pages) - fputs("ERROR: Duplicate %%Pages: comment seen!\n", stderr); + fputs(_("ERROR: Duplicate %%Pages: comment seen!\n"), stderr); saw_pages = 1; @@ -644,7 +650,7 @@ copy_comments(cups_file_t *fp, /* I - File to read from */ else if (!strncmp(line, "%%BoundingBox:", 14)) { if (saw_bounding_box) - fputs("ERROR: Duplicate %%BoundingBox: comment seen!\n", stderr); + fputs(_("ERROR: Duplicate %%BoundingBox: comment seen!\n"), stderr); else if (strstr(line + 14, "(atend)")) { /* @@ -655,7 +661,7 @@ copy_comments(cups_file_t *fp, /* I - File to read from */ doc->bounding_box + 1, doc->bounding_box + 2, doc->bounding_box + 3) != 4) { - fputs("ERROR: Bad %%BoundingBox: comment seen!\n", stderr); + fputs(_("ERROR: Bad %%BoundingBox: comment seen!\n"), stderr); doc->bounding_box[0] = (int)PageLeft; doc->bounding_box[1] = (int)PageBottom; @@ -707,10 +713,10 @@ copy_comments(cups_file_t *fp, /* I - File to read from */ } if (!saw_bounding_box) - fputs("ERROR: No %%BoundingBox: comment in header!\n", stderr); + fputs(_("ERROR: No %%BoundingBox: comment in header!\n"), stderr); if (!saw_pages) - fputs("ERROR: No %%Pages: comment in header!\n", stderr); + fputs(_("ERROR: No %%Pages: comment in header!\n"), stderr); if (!saw_for) WriteTextComment("For", doc->user); @@ -1026,8 +1032,8 @@ copy_non_dsc(cups_file_t *fp, /* I - File to read from */ * that may not print correctly... */ - fputs("WARNING: This document does not conform to the Adobe Document " - "Structuring Conventions and may not print correctly!\n", stderr); + fputs(_("WARNING: This document does not conform to the Adobe Document " + "Structuring Conventions and may not print correctly!\n"), stderr); /* * Then write a standard DSC comment section... @@ -1211,13 +1217,13 @@ copy_page(cups_file_t *fp, /* I - File to read from */ if (!parse_text(line + 7, &ptr, label, sizeof(label))) { - fputs("ERROR: Bad %%Page: comment in file!\n", stderr); + fputs(_("ERROR: Bad %%Page: comment in file!\n"), stderr); label[0] = '\0'; number = doc->page; } else if (strtol(ptr, &ptr, 10) == LONG_MAX || !isspace(*ptr & 255)) { - fputs("ERROR: Bad %%Page: comment in file!\n", stderr); + fputs(_("ERROR: Bad %%Page: comment in file!\n"), stderr); number = doc->page; } @@ -1245,7 +1251,9 @@ copy_page(cups_file_t *fp, /* I - File to read from */ pageinfo->num_options = cupsAddOption("InputSlot", doc->ap_input_slot, pageinfo->num_options, &(pageinfo->options)); - pageinfo->num_options = cupsAddOption("ManualFeed", doc->ap_manual_feed, + pageinfo->num_options = cupsAddOption("ManualFeed", + doc->ap_input_slot ? "False" : + doc->ap_manual_feed, pageinfo->num_options, &(pageinfo->options)); } @@ -1258,7 +1266,9 @@ copy_page(cups_file_t *fp, /* I - File to read from */ pageinfo->num_options = cupsAddOption("InputSlot", doc->input_slot, pageinfo->num_options, &(pageinfo->options)); - pageinfo->num_options = cupsAddOption("ManualFeed", doc->manual_feed, + pageinfo->num_options = cupsAddOption("ManualFeed", + doc->input_slot ? "False" : + doc->manual_feed, pageinfo->num_options, &(pageinfo->options)); } @@ -1283,7 +1293,7 @@ copy_page(cups_file_t *fp, /* I - File to read from */ bounding_box + 1, bounding_box + 2, bounding_box + 3) != 4) { - fputs("ERROR: Bad %%PageBoundingBox: comment in file!\n", stderr); + fputs(_("ERROR: Bad %%PageBoundingBox: comment in file!\n"), stderr); memcpy(bounding_box, doc->bounding_box, sizeof(bounding_box)); } @@ -1689,7 +1699,7 @@ copy_prolog(cups_file_t *fp, /* I - File to read from */ if (!strncmp(line, "%%EndProlog", 11)) linelen = cupsFileGetLine(fp, line, linesize); else - fputs("ERROR: Missing %%EndProlog!\n", stderr); + fputs(_("ERROR: Missing %%EndProlog!\n"), stderr); } doc_puts(doc, "%%EndProlog\n"); @@ -1754,7 +1764,7 @@ copy_setup(cups_file_t *fp, /* I - File to read from */ if (!strncmp(line, "%%EndSetup", 10)) linelen = cupsFileGetLine(fp, line, linesize); else - fputs("ERROR: Missing %%EndSetup!\n", stderr); + fputs(_("ERROR: Missing %%EndSetup!\n"), stderr); } doc_puts(doc, "%%EndSetup\n"); @@ -1993,7 +2003,7 @@ doc_printf(pstops_doc_t *doc, /* I - Document information */ if (bytes > sizeof(buffer)) { fprintf(stderr, - "ERROR: doc_printf overflow (%d bytes) detected, aborting!\n", + _("ERROR: doc_printf overflow (%d bytes) detected, aborting!\n"), (int)bytes); exit(1); } @@ -2124,7 +2134,7 @@ include_feature( if (sscanf(line + 17, "%254s%254s", name, value) != 2) { - fputs("ERROR: Bad %%IncludeFeature: comment!\n", stderr); + fputs(_("ERROR: Bad %%IncludeFeature: comment!\n"), stderr); return (num_options); } @@ -2134,21 +2144,21 @@ include_feature( if ((option = ppdFindOption(ppd, name + 1)) == NULL) { - fprintf(stderr, "WARNING: Unknown option \"%s\"!\n", name + 1); + fprintf(stderr, _("WARNING: Unknown option \"%s\"!\n"), name + 1); return (num_options); } if (option->section == PPD_ORDER_EXIT || option->section == PPD_ORDER_JCL) { - fprintf(stderr, "WARNING: Option \"%s\" cannot be included via " - "IncludeFeature!\n", name + 1); + fprintf(stderr, _("WARNING: Option \"%s\" cannot be included via " + "IncludeFeature!\n"), name + 1); return (num_options); } if ((choice = ppdFindChoice(option, value)) == NULL) { - fprintf(stderr, "WARNING: Unknown choice \"%s\" for option \"%s\"!\n", + fprintf(stderr, _("WARNING: Unknown choice \"%s\" for option \"%s\"!\n"), value, name + 1); return (num_options); } @@ -2321,8 +2331,8 @@ set_pstops_options( if (intval < 10 || intval > 1000) { - fprintf(stderr, "ERROR: Unsupported brightness value %s, using " - "brightness=100!\n", val); + fprintf(stderr, _("ERROR: Unsupported brightness value %s, using " + "brightness=100!\n"), val); doc->brightness = 1.0f; } else @@ -2388,8 +2398,8 @@ set_pstops_options( if (intval < 1 || intval > 10000) { - fprintf(stderr, "ERROR: Unsupported gamma value %s, using " - "gamma=1000!\n", val); + fprintf(stderr, _("ERROR: Unsupported gamma value %s, using " + "gamma=1000!\n"), val); doc->gamma = 1.0f; } else @@ -2435,8 +2445,8 @@ set_pstops_options( break; default : fprintf(stderr, - "ERROR: Unsupported number-up value %d, using number-up=1!\n", - intval); + _("ERROR: Unsupported number-up value %d, using " + "number-up=1!\n"), intval); doc->number_up = 1; break; } @@ -2468,8 +2478,8 @@ set_pstops_options( doc->number_up_layout = PSTOPS_LAYOUT_BTRL; else { - fprintf(stderr, "ERROR: Unsupported number-up-layout value %s, using " - "number-up-layout=lrtb!\n", val); + fprintf(stderr, _("ERROR: Unsupported number-up-layout value %s, using " + "number-up-layout=lrtb!\n"), val); doc->number_up_layout = PSTOPS_LAYOUT_LRTB; } } @@ -2518,8 +2528,8 @@ set_pstops_options( doc->page_border = PSTOPS_BORDERDOUBLE2; else { - fprintf(stderr, "ERROR: Unsupported page-border value %s, using " - "page-border=none!\n", val); + fprintf(stderr, _("ERROR: Unsupported page-border value %s, using " + "page-border=none!\n"), val); doc->page_border = PSTOPS_BORDERNONE; } } @@ -2613,7 +2623,7 @@ set_pstops_options( if ((doc->temp = cupsTempFile2(doc->tempfile, sizeof(doc->tempfile))) == NULL) { - fprintf(stderr, "ERROR: Unable to create temporary file: %s\n", + fprintf(stderr, _("ERROR: Unable to create temporary file: %s\n"), strerror(errno)); exit(1); } @@ -3288,5 +3298,5 @@ write_labels(pstops_doc_t *doc, /* I - Document information */ /* - * End of "$Id: pstops.c 6391 2007-03-24 14:35:56Z mike $". + * End of "$Id: pstops.c 6420 2007-03-30 20:00:59Z mike $". */ diff --git a/filter/rastertoepson.c b/filter/rastertoepson.c index 75d2352b1..523f90167 100644 --- a/filter/rastertoepson.c +++ b/filter/rastertoepson.c @@ -1,10 +1,10 @@ /* - * "$Id: rastertoepson.c 4494 2005-02-18 02:18:11Z mike $" + * "$Id: rastertoepson.c 6420 2007-03-30 20:00:59Z mike $" * * EPSON ESC/P and ESC/P2 filter for the Common UNIX Printing System * (CUPS). * - * Copyright 1993-2005 by Easy Software Products. + * Copyright 1993-2007 by Easy Software Products. * * These coded instructions, statements, and computer programs are the * property of Easy Software Products and are protected by Federal @@ -42,6 +42,7 @@ #include #include #include +#include #include "raster.h" #include #include @@ -1029,7 +1030,8 @@ main(int argc, /* I - Number of command-line arguments */ * and return. */ - fputs("ERROR: rastertoepson job-id user title copies options [file]\n", stderr); + fprintf(stderr, _("Usage: %s job-id user title copies options [file]\n"), + argv[0]); return (1); } @@ -1094,7 +1096,7 @@ main(int argc, /* I - Number of command-line arguments */ */ if ((y & 127) == 0) - fprintf(stderr, "INFO: Printing page %d, %d%% complete...\n", page, + fprintf(stderr, _("INFO: Printing page %d, %d%% complete...\n"), page, 100 * y / header.cupsHeight); /* @@ -1139,14 +1141,14 @@ main(int argc, /* I - Number of command-line arguments */ */ if (page == 0) - fputs("ERROR: No pages found!\n", stderr); + fputs(_("ERROR: No pages found!\n"), stderr); else - fputs("INFO: " CUPS_SVERSION " is ready to print.\n", stderr); + fputs(_("INFO: Ready to print.\n"), stderr); return (page == 0); } /* - * End of "$Id: rastertoepson.c 4494 2005-02-18 02:18:11Z mike $". + * End of "$Id: rastertoepson.c 6420 2007-03-30 20:00:59Z mike $". */ diff --git a/filter/rastertohp.c b/filter/rastertohp.c index e36c5902d..c2feb39a9 100644 --- a/filter/rastertohp.c +++ b/filter/rastertohp.c @@ -1,10 +1,10 @@ /* - * "$Id: rastertohp.c 4493 2005-02-18 02:09:53Z mike $" + * "$Id: rastertohp.c 6420 2007-03-30 20:00:59Z mike $" * * Hewlett-Packard Page Control Language filter for the Common UNIX * Printing System (CUPS). * - * Copyright 1993-2005 by Easy Software Products. + * Copyright 1993-2007 by Easy Software Products. * * These coded instructions, statements, and computer programs are the * property of Easy Software Products and are protected by Federal @@ -42,6 +42,7 @@ #include #include +#include #include "raster.h" #include #include @@ -762,7 +763,8 @@ main(int argc, /* I - Number of command-line arguments */ * and return. */ - fputs("ERROR: rastertopcl job-id user title copies options [file]\n", stderr); + fprintf(stderr, _("Usage: %s job-id user title copies options [file]\n"), + argv[0]); return (1); } @@ -825,7 +827,7 @@ main(int argc, /* I - Number of command-line arguments */ */ if ((y & 127) == 0) - fprintf(stderr, "INFO: Printing page %d, %d%% complete...\n", Page, + fprintf(stderr, _("INFO: Printing page %d, %d%% complete...\n"), Page, 100 * y / header.cupsHeight); /* @@ -875,14 +877,14 @@ main(int argc, /* I - Number of command-line arguments */ */ if (Page == 0) - fputs("ERROR: No pages found!\n", stderr); + fputs(_("ERROR: No pages found!\n"), stderr); else - fputs("INFO: " CUPS_SVERSION " is ready to print.\n", stderr); + fputs(_("INFO: Ready to print.\n"), stderr); return (Page == 0); } /* - * End of "$Id: rastertohp.c 4493 2005-02-18 02:09:53Z mike $". + * End of "$Id: rastertohp.c 6420 2007-03-30 20:00:59Z mike $". */ diff --git a/filter/rastertolabel.c b/filter/rastertolabel.c index 1c012e4ce..67c394763 100644 --- a/filter/rastertolabel.c +++ b/filter/rastertolabel.c @@ -1,5 +1,5 @@ /* - * "$Id: rastertolabel.c 6401 2007-03-26 14:36:01Z mike $" + * "$Id: rastertolabel.c 6420 2007-03-30 20:00:59Z mike $" * * Label printer filter for the Common UNIX Printing System (CUPS). * @@ -41,6 +41,7 @@ #include #include +#include #include "raster.h" #include #include @@ -1176,7 +1177,8 @@ main(int argc, /* I - Number of command-line arguments */ * and return. */ - fputs("ERROR: rastertolabel job-id user title copies options [file]\n", stderr); + fprintf(stderr, _("Usage: %s job-id user title copies options [file]\n"), + argv[0]); return (1); } @@ -1250,7 +1252,7 @@ main(int argc, /* I - Number of command-line arguments */ */ if ((y & 15) == 0) - fprintf(stderr, "INFO: Printing page %d, %d%% complete...\n", Page, + fprintf(stderr, _("INFO: Printing page %d, %d%% complete...\n"), Page, 100 * y / header.cupsHeight); /* @@ -1297,14 +1299,14 @@ main(int argc, /* I - Number of command-line arguments */ */ if (Page == 0) - fputs("ERROR: No pages found!\n", stderr); + fputs(_("ERROR: No pages found!\n"), stderr); else - fputs("INFO: Ready to print.\n", stderr); + fputs(_("INFO: Ready to print.\n"), stderr); return (Page == 0); } /* - * End of "$Id: rastertolabel.c 6401 2007-03-26 14:36:01Z mike $". + * End of "$Id: rastertolabel.c 6420 2007-03-30 20:00:59Z mike $". */ diff --git a/filter/textcommon.c b/filter/textcommon.c index 66255e18a..8310a8cb6 100644 --- a/filter/textcommon.c +++ b/filter/textcommon.c @@ -1,9 +1,9 @@ /* - * "$Id: textcommon.c 4559 2005-08-04 18:40:13Z mike $" + * "$Id: textcommon.c 6420 2007-03-30 20:00:59Z mike $" * * Common text filter routines for the Common UNIX Printing System (CUPS). * - * Copyright 1997-2005 by Easy Software Products. + * Copyright 1997-2007 by Easy Software Products. * * These coded instructions, statements, and computer programs are the * property of Easy Software Products and are protected by Federal @@ -35,6 +35,7 @@ */ #include "textcommon.h" +#include /* @@ -523,7 +524,7 @@ TextMain(const char *name, /* I - Name of filter */ if (argc < 6 || argc > 7) { - fprintf(stderr, "ERROR: %s job-id user title copies options [file]\n", + fprintf(stderr, _("Usage: %s job-id user title copies options [file]\n"), name); return (1); } @@ -543,7 +544,7 @@ TextMain(const char *name, /* I - Name of filter */ if ((fp = fopen(argv[6], "rb")) == NULL) { - perror("ERROR: unable to open print file - "); + perror("DEBUG: unable to open print file - "); return (1); } } @@ -1191,5 +1192,5 @@ getutf8(FILE *fp) /* I - File to read from */ /* - * End of "$Id: textcommon.c 4559 2005-08-04 18:40:13Z mike $". + * End of "$Id: textcommon.c 6420 2007-03-30 20:00:59Z mike $". */ diff --git a/filter/texttops.c b/filter/texttops.c index 33fc4116b..f11724f3c 100644 --- a/filter/texttops.c +++ b/filter/texttops.c @@ -1,5 +1,5 @@ /* - * "$Id: texttops.c 6288 2007-02-19 12:59:55Z mike $" + * "$Id: texttops.c 6420 2007-03-30 20:00:59Z mike $" * * Text to PostScript filter for the Common UNIX Printing System (CUPS). * @@ -38,6 +38,7 @@ */ #include "textcommon.h" +#include /* @@ -238,7 +239,7 @@ WriteProlog(const char *title, /* I - Title of job */ } else { - fprintf(stderr, "ERROR: Unable to open \"%s\" - %s\n", filename, + fprintf(stderr, _("ERROR: Unable to open \"%s\" - %s\n"), filename, strerror(errno)); exit(1); } @@ -258,7 +259,7 @@ WriteProlog(const char *title, /* I - Title of job */ * Can't open charset file! */ - fprintf(stderr, "ERROR: Unable to open %s: %s\n", filename, + fprintf(stderr, _("ERROR: Unable to open %s: %s\n"), filename, strerror(errno)); exit(1); } @@ -274,7 +275,7 @@ WriteProlog(const char *title, /* I - Title of job */ */ fclose(fp); - fprintf(stderr, "ERROR: Bad/empty charset file %s\n", filename); + fprintf(stderr, _("ERROR: Bad charset file %s\n"), filename); exit(1); } @@ -285,7 +286,7 @@ WriteProlog(const char *title, /* I - Title of job */ */ fclose(fp); - fprintf(stderr, "ERROR: Bad charset file %s\n", filename); + fprintf(stderr, _("ERROR: Bad charset file %s\n"), filename); exit(1); } @@ -346,7 +347,7 @@ WriteProlog(const char *title, /* I - Title of job */ * Can't have a font without all required values... */ - fprintf(stderr, "ERROR: bad font description line: %s\n", valptr); + fprintf(stderr, _("ERROR: Bad font description line: %s\n"), valptr); fclose(fp); exit(1); } @@ -359,7 +360,7 @@ WriteProlog(const char *title, /* I - Title of job */ Directions[NumFonts] = -1; else { - fprintf(stderr, "ERROR: Bad text direction %s\n", valptr); + fprintf(stderr, _("ERROR: Bad text direction %s\n"), valptr); fclose(fp); exit(1); } @@ -382,7 +383,7 @@ WriteProlog(const char *title, /* I - Title of job */ * Can't have a font without all required values... */ - fprintf(stderr, "ERROR: bad font description line: %s\n", valptr); + fprintf(stderr, _("ERROR: Bad font description line: %s\n"), valptr); fclose(fp); exit(1); } @@ -395,7 +396,7 @@ WriteProlog(const char *title, /* I - Title of job */ Widths[NumFonts] = 2; else { - fprintf(stderr, "ERROR: Bad text width %s\n", valptr); + fprintf(stderr, _("ERROR: Bad text width %s\n"), valptr); fclose(fp); exit(1); } @@ -510,7 +511,7 @@ WriteProlog(const char *title, /* I - Title of job */ * Can't have a font without all required values... */ - fprintf(stderr, "ERROR: bad font description line: %s\n", valptr); + fprintf(stderr, _("ERROR: Bad font description line: %s\n"), valptr); fclose(fp); exit(1); } @@ -523,7 +524,7 @@ WriteProlog(const char *title, /* I - Title of job */ Directions[NumFonts] = -1; else { - fprintf(stderr, "ERROR: Bad text direction %s\n", valptr); + fprintf(stderr, _("ERROR: Bad text direction %s\n"), valptr); fclose(fp); exit(1); } @@ -546,7 +547,7 @@ WriteProlog(const char *title, /* I - Title of job */ * Can't have a font without all required values... */ - fprintf(stderr, "ERROR: bad font description line: %s\n", valptr); + fprintf(stderr, _("ERROR: Bad font description line: %s\n"), valptr); fclose(fp); exit(1); } @@ -559,7 +560,7 @@ WriteProlog(const char *title, /* I - Title of job */ Widths[NumFonts] = 2; else { - fprintf(stderr, "ERROR: Bad text width %s\n", valptr); + fprintf(stderr, _("ERROR: Bad text width %s\n"), valptr); fclose(fp); exit(1); } @@ -615,7 +616,7 @@ WriteProlog(const char *title, /* I - Title of job */ } else { - fprintf(stderr, "ERROR: Bad charset type %s\n", lineptr); + fprintf(stderr, _("ERROR: Bad charset type %s\n"), lineptr); fclose(fp); exit(1); } @@ -1307,5 +1308,5 @@ write_text(const char *s) /* I - String to write */ /* - * End of "$Id: texttops.c 6288 2007-02-19 12:59:55Z mike $". + * End of "$Id: texttops.c 6420 2007-03-30 20:00:59Z mike $". */ diff --git a/locale/Makefile b/locale/Makefile index 87d56d55a..fa983891c 100644 --- a/locale/Makefile +++ b/locale/Makefile @@ -1,9 +1,9 @@ # -# "$Id: Makefile 6209 2007-01-23 15:38:01Z mike $" +# "$Id: Makefile 6422 2007-03-30 20:49:37Z mike $" # # Locale file makefile for the Common UNIX Printing System (CUPS). # -# Copyright 1993-2006 by Easy Software Products. +# Copyright 1993-2007 by Easy Software Products. # # These coded instructions, statements, and computer programs are the # property of Easy Software Products and are protected by Federal @@ -82,8 +82,8 @@ uninstall-languages: pot: echo Updating cups.pot... - cd ..; xgettext -o locale/cups.pot -j --keyword=_ --no-wrap \ - --no-location --copyright-holder="Easy Software Products" \ + cd ..; xgettext -o locale/cups.pot -j -s --keyword=_ --no-wrap \ + --copyright-holder="Easy Software Products" \ --msgid-bugs-address="http://www.cups.org/str.php" \ */*.c (cat cups.header; \ @@ -93,7 +93,7 @@ pot: mv cups.pot.N cups.pot for loc in $(LANGUAGES) ; do \ echo Merging changes into cups_$$loc.po... ; \ - msgmerge -o cups_$$loc.po --no-location cups_$$loc.po cups.pot ; \ + msgmerge -o cups_$$loc.po -s --no-location cups_$$loc.po cups.pot ; \ done @@ -112,5 +112,5 @@ translate.o: ../cups/http.h ../cups/i18n.h ../cups/language.h ../cups/string.h # -# End of "$Id: Makefile 6209 2007-01-23 15:38:01Z mike $". +# End of "$Id: Makefile 6422 2007-03-30 20:49:37Z mike $". # diff --git a/locale/cups.header b/locale/cups.header index 322330b7e..2c3ef18a6 100644 --- a/locale/cups.header +++ b/locale/cups.header @@ -3,7 +3,7 @@ # # Message catalog template for the Common UNIX Printing System (CUPS). # -# Copyright 2005-2006 by Easy Software Products. +# Copyright 2005-2007 by Easy Software Products. # # These coded instructions, statements, and computer programs are the # property of Easy Software Products and are protected by Federal diff --git a/locale/cups.pot b/locale/cups.pot index fc90515cd..8ee9ba4c5 100644 --- a/locale/cups.pot +++ b/locale/cups.pot @@ -3,7 +3,7 @@ # # Message catalog template for the Common UNIX Printing System (CUPS). # -# Copyright 2005-2006 by Easy Software Products. +# Copyright 2005-2007 by Easy Software Products. # # These coded instructions, statements, and computer programs are the # property of Easy Software Products and are protected by Federal @@ -27,9 +27,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: CUPS 1.2\n" +"Project-Id-Version: CUPS 1.3\n" "Report-Msgid-Bugs-To: http://www.cups.org/str.php\n" -"POT-Creation-Date: 2007-01-23 09:44-0500\n" +"POT-Creation-Date: 2007-03-30 16:49-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -37,2631 +37,3428 @@ msgstr "" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -msgid "Options Installed" +#: systemv/lpstat.c:2094 systemv/lpstat.c:2207 +msgid "\t\t(all)\n" msgstr "" -msgid "Class" +#: systemv/lpstat.c:2097 systemv/lpstat.c:2100 systemv/lpstat.c:2210 +#: systemv/lpstat.c:2213 +msgid "\t\t(none)\n" msgstr "" -msgid "Printer" +#: berkeley/lpc.c:459 +#, c-format +msgid "\t%d entries\n" msgstr "" -msgid "Extra" +#: systemv/lpstat.c:2075 systemv/lpstat.c:2188 +msgid "\tAfter fault: continue\n" msgstr "" -msgid "General" +#: systemv/lpstat.c:2041 systemv/lpstat.c:2154 +msgid "\tAlerts:" msgstr "" -msgid "Media Size" +#: systemv/lpstat.c:2098 systemv/lpstat.c:2211 +msgid "\tBanner required\n" msgstr "" -msgid "Media Type" +#: systemv/lpstat.c:2099 systemv/lpstat.c:2212 +msgid "\tCharset sets:\n" msgstr "" -msgid "Media Source" +#: systemv/lpstat.c:2064 systemv/lpstat.c:2177 +msgid "\tConnection: direct\n" msgstr "" -msgid "Output Mode" +#: systemv/lpstat.c:2055 systemv/lpstat.c:2168 +msgid "\tConnection: remote\n" msgstr "" -msgid "Resolution" +#: systemv/lpstat.c:2102 systemv/lpstat.c:2215 +msgid "\tDefault page size:\n" msgstr "" -msgid "Variable" +#: systemv/lpstat.c:2101 systemv/lpstat.c:2214 +msgid "\tDefault pitch:\n" msgstr "" -msgid "Yes" +#: systemv/lpstat.c:2103 systemv/lpstat.c:2216 +msgid "\tDefault port settings:\n" msgstr "" -msgid "No" +#: systemv/lpstat.c:2036 systemv/lpstat.c:2149 +#, c-format +msgid "\tDescription: %s\n" msgstr "" -msgid "Auto" +#: systemv/lpstat.c:2030 systemv/lpstat.c:2143 +msgid "" +"\tForm mounted:\n" +"\tContent types: any\n" +"\tPrinter types: unknown\n" msgstr "" -msgid "Enter your username and password or the root username and password to access this page." +#: systemv/lpstat.c:2096 systemv/lpstat.c:2209 +msgid "\tForms allowed:\n" msgstr "" -msgid "You must use a https: URL to access this page." +#: systemv/lpstat.c:2059 systemv/lpstat.c:2172 +#, c-format +msgid "\tInterface: %s.ppd\n" msgstr "" +#: systemv/lpstat.c:2068 systemv/lpstat.c:2181 #, c-format -msgid "Bad request version number %d.%d!" +msgid "\tInterface: %s/interfaces/%s\n" msgstr "" -msgid "No attributes in request!" +#: systemv/lpstat.c:2072 systemv/lpstat.c:2185 +#, c-format +msgid "\tInterface: %s/ppd/%s.ppd\n" msgstr "" +#: systemv/lpstat.c:2050 systemv/lpstat.c:2163 #, c-format -msgid "Attribute groups are out of order (%x < %x)!" +msgid "\tLocation: %s\n" msgstr "" -msgid "Missing required attributes!" +#: systemv/lpstat.c:2074 systemv/lpstat.c:2187 +msgid "\tOn fault: no alert\n" msgstr "" -#, c-format -msgid "%s not supported!" +#: systemv/lpstat.c:2079 systemv/lpstat.c:2093 systemv/lpstat.c:2192 +#: systemv/lpstat.c:2206 +msgid "\tUsers allowed:\n" msgstr "" -msgid "The printer or class was not found." +#: systemv/lpstat.c:2086 systemv/lpstat.c:2199 +msgid "\tUsers denied:\n" msgstr "" -msgid "The printer-uri must be of the form \"ipp://HOSTNAME/classes/CLASSNAME\"." +#: berkeley/lpc.c:461 +msgid "\tdaemon present\n" msgstr "" -#, c-format -msgid "The printer-uri \"%s\" contains invalid characters." +#: berkeley/lpc.c:457 +msgid "\tno entries\n" msgstr "" +#: berkeley/lpc.c:429 berkeley/lpc.c:441 #, c-format -msgid "A printer named \"%s\" already exists!" +msgid "\tprinter is on device '%s' speed -1\n" msgstr "" -#, c-format -msgid "Attempt to set %s printer-state to bad value %d!" +#: berkeley/lpc.c:454 +msgid "\tprinting is disabled\n" msgstr "" -#, c-format -msgid "add_class: Unknown printer-op-policy \"%s\"." +#: berkeley/lpc.c:452 +msgid "\tprinting is enabled\n" msgstr "" +#: systemv/lpstat.c:1668 #, c-format -msgid "add_class: Unknown printer-error-policy \"%s\"." +msgid "\tqueued for %s\n" msgstr "" -msgid "Unable to allocate memory for file types!" +#: berkeley/lpc.c:449 +msgid "\tqueuing is disabled\n" msgstr "" -#, c-format -msgid "Character set \"%s\" not supported!" +#: berkeley/lpc.c:447 +msgid "\tqueuing is enabled\n" msgstr "" -#, c-format -msgid "Language \"%s\" not supported!" +#: systemv/lpstat.c:2023 systemv/lpstat.c:2136 +msgid "\treason unknown\n" msgstr "" -#, c-format -msgid "The notify-user-data value is too large (%d > 63 octets)!" +#: systemv/cupstestppd.c:302 +msgid "" +"\n" +" DETAILED CONFORMANCE TEST RESULTS\n" msgstr "" -msgid "The notify-lease-duration attribute cannot be used with job subscriptions." +#: systemv/cupstestppd.c:263 systemv/cupstestppd.c:267 +msgid " REF: Page 15, section 3.1.\n" msgstr "" -msgid "The printer-uri must be of the form \"ipp://HOSTNAME/printers/PRINTERNAME\"." +#: systemv/cupstestppd.c:259 +msgid " REF: Page 15, section 3.2.\n" msgstr "" -#, c-format -msgid "A class named \"%s\" already exists!" +#: systemv/cupstestppd.c:275 +msgid " REF: Page 19, section 3.3.\n" msgstr "" -#, c-format -msgid "File device URIs have been disabled! To enable, see the FileDevice directive in \"%s/cupsd.conf\"." +#: systemv/cupstestppd.c:237 +msgid " REF: Page 20, section 3.4.\n" msgstr "" -#, c-format -msgid "Bad device-uri \"%s\"!" +#: systemv/cupstestppd.c:279 +msgid " REF: Page 27, section 3.5.\n" msgstr "" -#, c-format -msgid "Bad port-monitor \"%s\"!" +#: systemv/cupstestppd.c:233 +msgid " REF: Page 42, section 5.2.\n" msgstr "" -#, c-format -msgid "Bad printer-state value %d!" +#: systemv/cupstestppd.c:271 +msgid " REF: Pages 16-17, section 3.2.\n" msgstr "" -#, c-format -msgid "Unknown printer-op-policy \"%s\"." +#: systemv/cupstestppd.c:247 +msgid " REF: Pages 42-45, section 5.2.\n" msgstr "" -#, c-format -msgid "Unknown printer-error-policy \"%s\"." +#: systemv/cupstestppd.c:242 +msgid " REF: Pages 45-46, section 5.2.\n" msgstr "" +#: systemv/cupstestppd.c:251 +msgid " REF: Pages 48-49, section 5.2.\n" +msgstr "" + +#: systemv/cupstestppd.c:255 +msgid " REF: Pages 52-54, section 5.2.\n" +msgstr "" + +#: berkeley/lpq.c:556 #, c-format -msgid "Unable to copy interface script - %s!" +msgid " %-39.39s %.0f bytes\n" msgstr "" +#: systemv/cupstestppd.c:451 #, c-format -msgid "Unable to copy PPD file - %s!" +msgid " PASS Default%s\n" msgstr "" -msgid "Unable to copy PPD file!" +#: systemv/cupstestppd.c:388 +msgid " PASS DefaultImageableArea\n" msgstr "" -msgid "Got a printer-uri attribute but no job-id!" +#: systemv/cupstestppd.c:422 +msgid " PASS DefaultPaperDimension\n" msgstr "" -#, c-format -msgid "Bad job-uri attribute \"%s\"!" +#: systemv/cupstestppd.c:474 +msgid " PASS FileVersion\n" msgstr "" -#, c-format -msgid "Job #%d doesn't exist!" +#: systemv/cupstestppd.c:494 +msgid " PASS FormatVersion\n" msgstr "" -#, c-format -msgid "Job #%d is not held for authentication!" +#: systemv/cupstestppd.c:514 +msgid " PASS LanguageEncoding\n" msgstr "" -#, c-format -msgid "You are not authorized to authenticate job #%d owned by \"%s\"!" +#: systemv/cupstestppd.c:534 +msgid " PASS LanguageVersion\n" msgstr "" -msgid "The printer-uri attribute is required!" +#: systemv/cupstestppd.c:570 +msgid " PASS Manufacturer\n" msgstr "" -msgid "Missing requesting-user-name attribute!" +#: systemv/cupstestppd.c:610 +msgid " PASS ModelName\n" msgstr "" -#, c-format -msgid "The printer-uri \"%s\" is not valid." +#: systemv/cupstestppd.c:630 +msgid " PASS NickName\n" msgstr "" -#, c-format -msgid "No active jobs on %s!" +#: systemv/cupstestppd.c:690 +msgid " PASS PCFileName\n" msgstr "" -#, c-format -msgid "You are not authorized to delete job #%d owned by \"%s\"!" +#: systemv/cupstestppd.c:765 +msgid " PASS PSVersion\n" msgstr "" -#, c-format -msgid "Job #%d is already %s - can't cancel." +#: systemv/cupstestppd.c:670 +msgid " PASS PageRegion\n" msgstr "" -msgid "The printer or class is not shared!" +#: systemv/cupstestppd.c:650 +msgid " PASS PageSize\n" msgstr "" -#, c-format -msgid "Destination \"%s\" is not accepting jobs." +#: systemv/cupstestppd.c:725 +msgid " PASS Product\n" +msgstr "" + +#: systemv/cupstestppd.c:800 +msgid " PASS ShortNickName\n" msgstr "" +#: systemv/cupstestppd.c:1835 #, c-format -msgid "Bad copies value %d." +msgid "" +" WARN \"%s %s\" conflicts with \"%s %s\"\n" +" (constraint=\"%s %s %s %s\")\n" msgstr "" +#: systemv/cupstestppd.c:1353 #, c-format -msgid "Bad page-ranges values %d-%d." +msgid " WARN %s has no corresponding options!\n" msgstr "" -msgid "Too many active jobs." +#: systemv/cupstestppd.c:1477 +#, c-format +msgid "" +" WARN %s shares a common prefix with %s\n" +" REF: Page 15, section 3.2.\n" msgstr "" -msgid "Quota limit reached." +#: systemv/cupstestppd.c:1378 +msgid " WARN Default choices conflicting!\n" msgstr "" +#: systemv/cupstestppd.c:1368 #, c-format -msgid "Unable to add job for destination \"%s\"!" +msgid "" +" WARN Duplex option keyword %s should be named Duplex or JCLDuplex!\n" +" REF: Page 122, section 5.17\n" msgstr "" -msgid "No subscription attributes in request!" +#: systemv/cupstestppd.c:1731 +msgid " WARN File contains a mix of CR, LF, and CR LF line endings!\n" msgstr "" -msgid "notify-events not specified!" +#: systemv/cupstestppd.c:1394 +msgid "" +" WARN LanguageEncoding required by PPD 4.3 spec.\n" +" REF: Pages 56-57, section 5.3.\n" msgstr "" +#: systemv/cupstestppd.c:1713 #, c-format -msgid "Job %d not found!" +msgid " WARN Line %d only contains whitespace!\n" msgstr "" -msgid "No default printer" +#: systemv/cupstestppd.c:1402 +msgid "" +" WARN Manufacturer required by PPD 4.3 spec.\n" +" REF: Pages 58-59, section 5.3.\n" msgstr "" -msgid "cups-deviced failed to execute." +#: systemv/cupstestppd.c:1736 +msgid " WARN Non-Windows PPD files should use lines ending with only LF, not CR LF!\n" msgstr "" -msgid "cups-driverd failed to execute." +#: systemv/cupstestppd.c:1386 +#, c-format +msgid "" +" WARN Obsolete PPD version %.1f!\n" +" REF: Page 42, section 5.2.\n" msgstr "" -msgid "No destinations added." +#: systemv/cupstestppd.c:1415 +msgid "" +" WARN PCFileName longer than 8.3 in violation of PPD spec.\n" +" REF: Pages 61-62, section 5.3.\n" msgstr "" -#, c-format -msgid "notify-subscription-id %d no good!" +#: systemv/cupstestppd.c:1449 +msgid "" +" WARN Protocols contains PJL but JCL attributes are not set.\n" +" REF: Pages 78-79, section 5.7.\n" msgstr "" -#, c-format -msgid "Job #%s does not exist!" +#: systemv/cupstestppd.c:1440 +msgid "" +" WARN Protocols contains both PJL and BCP; expected TBCP.\n" +" REF: Pages 78-79, section 5.7.\n" msgstr "" -#, c-format -msgid "Job #%d does not exist!" +#: systemv/cupstestppd.c:1423 +msgid "" +" WARN ShortNickName required by PPD 4.3 spec.\n" +" REF: Pages 64-65, section 5.3.\n" msgstr "" -msgid "No subscriptions found." +#: systemv/cupstestppd.c:345 +#, c-format +msgid " **FAIL** %s %s does not exist!\n" msgstr "" +#: systemv/cupstestppd.c:1315 #, c-format -msgid "Not authorized to hold job #%d owned by \"%s\"!" +msgid "" +" **FAIL** %s must be 1284DeviceID!\n" +" REF: Page 72, section 5.5\n" msgstr "" +#: systemv/cupstestppd.c:442 #, c-format -msgid "Job #%d is finished and cannot be altered!" +msgid "" +" **FAIL** BAD Default%s %s\n" +" REF: Page 40, section 4.5.\n" msgstr "" +#: systemv/cupstestppd.c:378 #, c-format -msgid "You are not authorized to move job #%d owned by \"%s\"!" +msgid "" +" **FAIL** BAD DefaultImageableArea %s!\n" +" REF: Page 102, section 5.15.\n" msgstr "" -msgid "job-printer-uri attribute missing!" +#: systemv/cupstestppd.c:414 +#, c-format +msgid "" +" **FAIL** BAD DefaultPaperDimension %s!\n" +" REF: Page 103, section 5.15.\n" msgstr "" -#, c-format -msgid "Unsupported compression \"%s\"!" +#: systemv/cupstestppd.c:826 +msgid "" +" **FAIL** BAD JobPatchFile attribute in file\n" +" REF: Page 24, section 3.4.\n" msgstr "" -msgid "No file!?!" +#: systemv/cupstestppd.c:562 +msgid "" +" **FAIL** BAD Manufacturer (should be \"HP\")\n" +" REF: Page 211, table D.1.\n" msgstr "" +#: systemv/cupstestppd.c:601 #, c-format -msgid "Could not scan type \"%s\"!" +msgid "" +" **FAIL** BAD ModelName - \"%c\" not allowed in string.\n" +" REF: Pages 59-60, section 5.3.\n" msgstr "" -#, c-format -msgid "Unsupported format '%s/%s'!" +#: systemv/cupstestppd.c:757 +msgid "" +" **FAIL** BAD PSVersion - not \"(string) int\".\n" +" REF: Pages 62-64, section 5.3.\n" msgstr "" -msgid "Printer not shared!" +#: systemv/cupstestppd.c:718 +msgid "" +" **FAIL** BAD Product - not \"(string)\".\n" +" REF: Page 62, section 5.3.\n" msgstr "" -#, c-format -msgid "Too many jobs - %d jobs, max jobs is %d." +#: systemv/cupstestppd.c:792 +msgid "" +" **FAIL** BAD ShortNickName - longer than 31 chars.\n" +" REF: Pages 64-65, section 5.3.\n" msgstr "" +#: systemv/cupstestppd.c:997 #, c-format -msgid "Job #%d is not held!" +msgid "" +" **FAIL** Bad %s choice %s!\n" +" REF: Page 122, section 5.17\n" msgstr "" +#: systemv/cupstestppd.c:947 #, c-format -msgid "You are not authorized to release job id %d owned by \"%s\"!" +msgid "" +" **FAIL** Bad %s choice %s!\n" +" REF: Page 84, section 5.9\n" msgstr "" +#: systemv/cupstestppd.c:1095 #, c-format -msgid "Job #%d is not complete!" +msgid " **FAIL** Bad UTF-8 \"%s\" translation string for option %s!\n" msgstr "" +#: systemv/cupstestppd.c:1160 systemv/cupstestppd.c:1204 +#: systemv/cupstestppd.c:1242 #, c-format -msgid "Job #%d cannot be restarted - no files!" +msgid " **FAIL** Bad UTF-8 \"%s\" translation string for option %s, choice %s!\n" msgstr "" +#: systemv/cupstestppd.c:1298 #, c-format -msgid "You are not authorized to restart job id %d owned by \"%s\"!" +msgid " **FAIL** Bad cupsFilter value \"%s\"!\n" msgstr "" +#: systemv/cupstestppd.c:1055 #, c-format -msgid "You are not authorized to send document for job #%d owned by \"%s\"!" +msgid " **FAIL** Bad language \"%s\"!\n" msgstr "" +#: systemv/cupstestppd.c:1264 #, c-format -msgid "Bad document-format \"%s\"!" +msgid " **FAIL** Default translation string for option %s choice %s contains 8-bit characters!\n" msgstr "" +#: systemv/cupstestppd.c:1115 #, c-format -msgid "You are not authorized to alter job id %d owned by \"%s\"!" +msgid " **FAIL** Default translation string for option %s contains 8-bit characters!\n" msgstr "" +#: systemv/cupstestppd.c:1080 #, c-format -msgid "%s cannot be changed." +msgid " **FAIL** Missing \"%s\" translation string for option %s!\n" msgstr "" -msgid "Bad job-priority value!" +#: systemv/cupstestppd.c:1143 systemv/cupstestppd.c:1186 +#: systemv/cupstestppd.c:1225 +#, c-format +msgid " **FAIL** Missing \"%s\" translation string for option %s, choice %s!\n" msgstr "" -msgid "Job is completed and cannot be changed." +#: systemv/cupstestppd.c:976 +#, c-format +msgid "" +" **FAIL** REQUIRED %s does not define choice None!\n" +" REF: Page 122, section 5.17\n" msgstr "" -msgid "Bad job-state value!" +#: systemv/cupstestppd.c:462 +#, c-format +msgid "" +" **FAIL** REQUIRED Default%s\n" +" REF: Page 40, section 4.5.\n" msgstr "" -msgid "Job state cannot be changed." +#: systemv/cupstestppd.c:363 +msgid "" +" **FAIL** REQUIRED DefaultImageableArea\n" +" REF: Page 102, section 5.15.\n" msgstr "" -#, c-format -msgid "Unsupported compression attribute %s!" +#: systemv/cupstestppd.c:399 +msgid "" +" **FAIL** REQUIRED DefaultPaperDimension\n" +" REF: Page 103, section 5.15.\n" msgstr "" -#, c-format -msgid "Unsupported format \"%s\"!" +#: systemv/cupstestppd.c:484 +msgid "" +" **FAIL** REQUIRED FileVersion\n" +" REF: Page 56, section 5.3.\n" +msgstr "" + +#: systemv/cupstestppd.c:504 +msgid "" +" **FAIL** REQUIRED FormatVersion\n" +" REF: Page 56, section 5.3.\n" msgstr "" +#: systemv/cupstestppd.c:877 #, c-format -msgid "%s is not implemented by the CUPS version of lpc.\n" +msgid "" +" **FAIL** REQUIRED ImageableArea for PageSize %s\n" +" REF: Page 41, section 5.\n" +" REF: Page 102, section 5.15.\n" msgstr "" +#: systemv/cupstestppd.c:524 msgid "" -"Commands may be abbreviated. Commands are:\n" -"\n" -"exit help quit status ?\n" +" **FAIL** REQUIRED LanguageEncoding\n" +" REF: Pages 56-57, section 5.3.\n" msgstr "" -msgid "help\t\tget help on commands\n" +#: systemv/cupstestppd.c:544 +msgid "" +" **FAIL** REQUIRED LanguageVersion\n" +" REF: Pages 57-58, section 5.3.\n" msgstr "" -msgid "status\t\tshow status of daemon and queue\n" +#: systemv/cupstestppd.c:580 +msgid "" +" **FAIL** REQUIRED Manufacturer\n" +" REF: Pages 58-59, section 5.3.\n" msgstr "" -msgid "?Invalid help command unknown\n" +#: systemv/cupstestppd.c:620 +msgid "" +" **FAIL** REQUIRED ModelName\n" +" REF: Pages 59-60, section 5.3.\n" msgstr "" -#, c-format -msgid "\tprinter is on device '%s' speed -1\n" +#: systemv/cupstestppd.c:640 +msgid "" +" **FAIL** REQUIRED NickName\n" +" REF: Page 60, section 5.3.\n" msgstr "" -msgid "\tqueuing is enabled\n" +#: systemv/cupstestppd.c:700 +msgid "" +" **FAIL** REQUIRED PCFileName\n" +" REF: Pages 61-62, section 5.3.\n" msgstr "" -msgid "\tqueuing is disabled\n" +#: systemv/cupstestppd.c:775 +msgid "" +" **FAIL** REQUIRED PSVersion\n" +" REF: Pages 62-64, section 5.3.\n" msgstr "" -msgid "\tprinting is enabled\n" +#: systemv/cupstestppd.c:680 +msgid "" +" **FAIL** REQUIRED PageRegion\n" +" REF: Page 100, section 5.14.\n" msgstr "" -msgid "\tprinting is disabled\n" +#: systemv/cupstestppd.c:846 +msgid "" +" **FAIL** REQUIRED PageSize\n" +" REF: Page 41, section 5.\n" +" REF: Page 99, section 5.14.\n" msgstr "" -msgid "\tno entries\n" +#: systemv/cupstestppd.c:660 +msgid "" +" **FAIL** REQUIRED PageSize\n" +" REF: Pages 99-100, section 5.14.\n" msgstr "" +#: systemv/cupstestppd.c:899 #, c-format -msgid "\t%d entries\n" +msgid "" +" **FAIL** REQUIRED PaperDimension for PageSize %s\n" +" REF: Page 41, section 5.\n" +" REF: Page 103, section 5.15.\n" msgstr "" -msgid "\tdaemon present\n" +#: systemv/cupstestppd.c:735 +msgid "" +" **FAIL** REQUIRED Product\n" +" REF: Page 62, section 5.3.\n" msgstr "" -msgid "lpq: Unable to contact server!\n" +#: systemv/cupstestppd.c:810 +msgid "" +" **FAIL** REQUIRED ShortNickName\n" +" REF: Page 64-65, section 5.3.\n" msgstr "" +#: systemv/cupstestppd.c:1489 #, c-format -msgid "%s: Sorry, no encryption support compiled in!\n" +msgid " %d ERRORS FOUND\n" msgstr "" +#: systemv/cupstestdsc.c:248 systemv/cupstestdsc.c:290 #, c-format -msgid "lpq: Unknown destination \"%s/%s\"!\n" +msgid "" +" Bad %%%%BoundingBox: on line %d!\n" +" REF: Page 39, %%%%BoundingBox:\n" msgstr "" +#: systemv/cupstestdsc.c:319 #, c-format -msgid "lpq: Unknown destination \"%s\"!\n" +msgid "" +" Bad %%%%Page: on line %d!\n" +" REF: Page 53, %%%%Page:\n" msgstr "" +#: systemv/cupstestdsc.c:232 systemv/cupstestdsc.c:272 #, c-format -msgid "lp: error - %s environment variable names non-existent destination \"%s\"!\n" -msgstr "" - -msgid "lpq: error - no default destination available.\n" +msgid "" +" Bad %%%%Pages: on line %d!\n" +" REF: Page 43, %%%%Pages:\n" msgstr "" +#: systemv/cupstestdsc.c:189 #, c-format -msgid "lpq: get-jobs failed: %s\n" +msgid "" +" Line %d is longer than 255 characters (%d)!\n" +" REF: Page 25, Line Length\n" msgstr "" -msgid "Rank Owner Pri Job Files Total Size\n" +#: systemv/cupstestdsc.c:206 +msgid "" +" Missing %!PS-Adobe-3.0 on first line!\n" +" REF: Page 17, 3.1 Conforming Documents\n" msgstr "" -msgid "Rank Owner Job File(s) Total Size\n" +#: systemv/cupstestdsc.c:376 +#, c-format +msgid "" +" Missing %%EndComments comment!\n" +" REF: Page 41, %%EndComments\n" msgstr "" +#: systemv/cupstestdsc.c:356 #, c-format -msgid "%s: %-33.33s [job %d localhost]\n" +msgid "" +" Missing or bad %%BoundingBox: comment!\n" +" REF: Page 39, %%BoundingBox:\n" msgstr "" +#: systemv/cupstestdsc.c:386 #, c-format -msgid " %-39.39s %.0f bytes\n" +msgid "" +" Missing or bad %%Page: comments!\n" +" REF: Page 53, %%Page:\n" msgstr "" +#: systemv/cupstestdsc.c:366 #, c-format -msgid "%-6s %-10.10s %-4d %-10d %-27.27s %.0f bytes\n" +msgid "" +" Missing or bad %%Pages: comment!\n" +" REF: Page 43, %%Pages:\n" msgstr "" -#, c-format -msgid "%-7s %-7.7s %-7d %-31.31s %.0f bytes\n" +#: systemv/cupstestppd.c:1491 +msgid " NO ERRORS FOUND\n" msgstr "" -msgid "no entries\n" +#: systemv/cupstestdsc.c:409 +#, c-format +msgid " Saw %d lines that exceeded 255 characters!\n" msgstr "" +#: systemv/cupstestdsc.c:404 #, c-format -msgid "lpq: get-printer-attributes failed: %s\n" +msgid " Too many %%BeginDocument comments!\n" msgstr "" +#: systemv/cupstestdsc.c:396 #, c-format -msgid "%s is ready\n" +msgid " Too many %%EndDocument comments!\n" +msgstr "" + +#: systemv/cupstestdsc.c:416 +msgid " Warning: file contains binary data!\n" msgstr "" +#: systemv/cupstestdsc.c:424 #, c-format -msgid "%s is ready and printing\n" +msgid " Warning: no %%EndComments comment in file!\n" msgstr "" +#: systemv/cupstestdsc.c:420 #, c-format -msgid "%s is not ready\n" +msgid " Warning: obsolete DSC version %.1f in file!\n" msgstr "" -msgid "Usage: lpq [-P dest] [-l] [+interval]\n" +#: systemv/cupstestppd.c:342 systemv/cupstestppd.c:360 +#: systemv/cupstestppd.c:375 systemv/cupstestppd.c:396 +#: systemv/cupstestppd.c:411 systemv/cupstestppd.c:439 +#: systemv/cupstestppd.c:459 systemv/cupstestppd.c:481 +#: systemv/cupstestppd.c:501 systemv/cupstestppd.c:521 +#: systemv/cupstestppd.c:541 systemv/cupstestppd.c:559 +#: systemv/cupstestppd.c:577 systemv/cupstestppd.c:598 +#: systemv/cupstestppd.c:617 systemv/cupstestppd.c:637 +#: systemv/cupstestppd.c:657 systemv/cupstestppd.c:677 +#: systemv/cupstestppd.c:697 systemv/cupstestppd.c:715 +#: systemv/cupstestppd.c:732 systemv/cupstestppd.c:754 +#: systemv/cupstestppd.c:772 systemv/cupstestppd.c:789 +#: systemv/cupstestppd.c:807 systemv/cupstestppd.c:823 +#: systemv/cupstestppd.c:843 systemv/cupstestppd.c:874 +#: systemv/cupstestppd.c:896 systemv/cupstestppd.c:944 +#: systemv/cupstestppd.c:973 systemv/cupstestppd.c:994 +#: systemv/cupstestppd.c:1052 systemv/cupstestppd.c:1077 +#: systemv/cupstestppd.c:1092 systemv/cupstestppd.c:1112 +#: systemv/cupstestppd.c:1140 systemv/cupstestppd.c:1157 +#: systemv/cupstestppd.c:1183 systemv/cupstestppd.c:1201 +#: systemv/cupstestppd.c:1222 systemv/cupstestppd.c:1239 +#: systemv/cupstestppd.c:1261 systemv/cupstestppd.c:1295 +#: systemv/cupstestppd.c:1312 +msgid " FAIL\n" msgstr "" +#: systemv/cupstestppd.c:213 #, c-format -msgid "lpr: error - expected value after -%c option!\n" +msgid "" +" FAIL\n" +" **FAIL** Unable to open PPD file - %s\n" msgstr "" +#: systemv/cupstestppd.c:224 #, c-format -msgid "lpr: warning - '%c' format modifier not supported - output may not be correct!\n" +msgid "" +" FAIL\n" +" **FAIL** Unable to open PPD file - %s on line %d.\n" msgstr "" -msgid "lpr: error - expected option=value after -o option!\n" +#: systemv/cupstestppd.c:1326 +msgid " PASS\n" msgstr "" -msgid "lpr: warning - email notification is not currently supported!\n" +#: berkeley/lpq.c:562 +#, c-format +msgid "%-6s %-10.10s %-4d %-10d %-27.27s %.0f bytes\n" msgstr "" -msgid "lpr: error - expected destination after -P option!\n" +#: berkeley/lpq.c:567 +#, c-format +msgid "%-7s %-7.7s %-7d %-31.31s %.0f bytes\n" msgstr "" -msgid "lpr: error - expected copy count after -# option!\n" +#: systemv/lpstat.c:771 +#, c-format +msgid "%s accepting requests since %s\n" msgstr "" +#: scheduler/ipp.c:8623 #, c-format -msgid "lpr: error - expected name after -%c option!\n" +msgid "%s cannot be changed." msgstr "" -msgid "lpr: error - expected username after -U option!\n" +#: berkeley/lpc.c:203 +#, c-format +msgid "%s is not implemented by the CUPS version of lpc.\n" msgstr "" +#: berkeley/lpq.c:653 #, c-format -msgid "lpr: error - unknown option '%c'!\n" +msgid "%s is not ready\n" msgstr "" +#: berkeley/lpq.c:646 #, c-format -msgid "lpr: error - unable to access \"%s\" - %s\n" +msgid "%s is ready\n" msgstr "" +#: berkeley/lpq.c:649 #, c-format -msgid "lpr: error - too many files - \"%s\"\n" +msgid "%s is ready and printing\n" msgstr "" +#: systemv/lpstat.c:774 #, c-format -msgid "lpr: error - %s environment variable names non-existent destination \"%s\"!\n" +msgid "" +"%s not accepting requests since %s -\n" +"\t%s\n" msgstr "" -msgid "lpr: error - no default destination available.\n" +#: scheduler/ipp.c:620 +#, c-format +msgid "%s not supported!" msgstr "" -msgid "lpr: error - scheduler not responding!\n" +#: systemv/lpstat.c:783 +#, c-format +msgid "%s/%s accepting requests since %s\n" msgstr "" +#: systemv/lpstat.c:786 #, c-format -msgid "lpr: error - unable to create temporary file \"%s\" - %s\n" +msgid "" +"%s/%s not accepting requests since %s -\n" +"\t%s\n" msgstr "" +#: berkeley/lpq.c:554 #, c-format -msgid "lpr: error - unable to write to temporary file \"%s\" - %s\n" +msgid "%s: %-33.33s [job %d localhost]\n" msgstr "" -msgid "lpr: error - stdin is empty, so no job has been sent.\n" +#: systemv/cancel.c:313 systemv/cancel.c:377 +#, c-format +msgid "%s: %s failed: %s\n" msgstr "" +#: systemv/accept.c:84 #, c-format -msgid "lpr: error - unable to print file: %s\n" +msgid "%s: Don't know what to do!\n" msgstr "" -msgid "lprm: Unable to contact server!\n" +#: berkeley/lpr.c:401 systemv/lp.c:639 +#, c-format +msgid "%s: Error - %s environment variable names non-existent destination \"%s\"!\n" msgstr "" +#: systemv/lp.c:277 #, c-format -msgid "lprm: Unknown destination \"%s\"!\n" +msgid "%s: Error - bad job ID!\n" msgstr "" +#: systemv/lp.c:264 #, c-format -msgid "lprm: Unknown option '%c'!\n" +msgid "%s: Error - cannot print files and alter jobs simultaneously!\n" msgstr "" -msgid "lprm: Job or printer not found!\n" +#: systemv/lp.c:556 +#, c-format +msgid "%s: Error - cannot print from stdin if files or a job ID are provided!\n" msgstr "" -msgid "lprm: Not authorized to lprm job(s)!\n" +#: systemv/lp.c:510 +#, c-format +msgid "%s: Error - expected character set after '-S' option!\n" msgstr "" +#: systemv/lp.c:530 #, c-format -msgid "lprm: You don't own job ID %d!\n" +msgid "%s: Error - expected content type after '-T' option!\n" msgstr "" -msgid "lprm: Unable to lprm job(s)!\n" +#: systemv/lp.c:310 +#, c-format +msgid "%s: Error - expected copies after '-n' option!\n" msgstr "" -msgid "lprm: Unable to cancel job(s)!\n" +#: berkeley/lpr.c:293 +#, c-format +msgid "%s: Error - expected copy count after '-#' option!\n" msgstr "" +#: berkeley/lpr.c:258 #, c-format -msgid "%s: Don't know what to do!\n" +msgid "%s: Error - expected destination after '-P' option!\n" msgstr "" +#: systemv/lpstat.c:240 #, c-format -msgid "%s: Expected server name after -h!\n" +msgid "%s: Error - expected destination after '-b' option!\n" msgstr "" +#: systemv/lp.c:179 #, c-format -msgid "%s: Expected reason text after -r!\n" +msgid "%s: Error - expected destination after '-d' option!\n" msgstr "" +#: systemv/lp.c:212 #, c-format -msgid "%s: Unknown option '%c'!\n" +msgid "%s: Error - expected form after '-f' option!\n" msgstr "" +#: systemv/lp.c:441 #, c-format -msgid "%s: Unable to connect to server: %s\n" +msgid "%s: Error - expected hold name after '-H' option!\n" msgstr "" +#: berkeley/lpr.c:150 #, c-format -msgid "%s: Operation failed: %s\n" +msgid "%s: Error - expected hostname after '-H' option!\n" msgstr "" -msgid "cancel: Error - expected hostname after '-h' option!\n" +#: berkeley/lpq.c:197 berkeley/lprm.c:164 systemv/accept.c:148 +#: systemv/cancel.c:140 systemv/lp.c:233 systemv/lpstat.c:303 +#, c-format +msgid "%s: Error - expected hostname after '-h' option!\n" msgstr "" -msgid "cancel: Error - expected username after '-u' option!\n" +#: systemv/lp.c:419 +#, c-format +msgid "%s: Error - expected mode list after '-y' option!\n" msgstr "" +#: berkeley/lpr.c:317 #, c-format -msgid "cancel: Unknown option '%c'!\n" +msgid "%s: Error - expected name after '-%c' option!\n" msgstr "" +#: systemv/lp.c:333 #, c-format -msgid "cancel: Unknown destination \"%s\"!\n" +msgid "%s: Error - expected option string after '-o' option!\n" msgstr "" -msgid "cancel: Unable to contact server!\n" +#: systemv/lp.c:489 +#, c-format +msgid "%s: Error - expected page list after '-P' option!\n" msgstr "" +#: systemv/lp.c:354 #, c-format -msgid "cancel: %s failed: %s\n" +msgid "%s: Error - expected priority after '-%c' option!\n" msgstr "" +#: systemv/accept.c:167 #, c-format -msgid "cupsaddsmb: Missing value on line %d!\n" +msgid "%s: Error - expected reason text after '-r' option!\n" msgstr "" +#: systemv/lp.c:401 #, c-format -msgid "cupsaddsmb: Missing double quote on line %d!\n" +msgid "%s: Error - expected title after '-t' option!\n" msgstr "" +#: berkeley/lpq.c:126 berkeley/lpr.c:130 berkeley/lprm.c:144 +#: systemv/accept.c:122 systemv/cancel.c:109 systemv/lpadmin.c:480 +#: systemv/lp.c:156 systemv/lpstat.c:147 #, c-format -msgid "cupsaddsmb: Bad option + choice on line %d!\n" +msgid "%s: Error - expected username after '-U' option!\n" msgstr "" +#: systemv/cancel.c:162 #, c-format -msgid "cupsaddsmb: Unable to connect to server \"%s\" for %s - %s\n" +msgid "%s: Error - expected username after '-u' option!\n" msgstr "" +#: berkeley/lpr.c:173 #, c-format -msgid "cupsaddsmb: No PPD file for printer \"%s\" - skipping!\n" +msgid "%s: Error - expected value after '-%c' option!\n" msgstr "" +#: systemv/lpstat.c:167 systemv/lpstat.c:181 #, c-format -msgid "cupsaddsmb: get-printer-attributes failed for \"%s\": %s\n" +msgid "%s: Error - need \"completed\", \"not-completed\", or \"all\" after '-W' option!\n" msgstr "" +#: berkeley/lpr.c:406 systemv/lp.c:644 #, c-format -msgid "cupsaddsmb: Unable to convert PPD file for %s - %s\n" +msgid "%s: Error - no default destination available.\n" msgstr "" +#: systemv/lp.c:377 #, c-format -msgid "cupsaddsmb: Unable to copy Windows 2000 printer driver files (%d)!\n" +msgid "%s: Error - priority must be between 1 and 100.\n" msgstr "" +#: berkeley/lpr.c:410 systemv/lp.c:648 #, c-format -msgid "cupsaddsmb: Unable to copy CUPS printer driver files (%d)!\n" +msgid "%s: Error - scheduler not responding!\n" msgstr "" +#: berkeley/lpr.c:484 systemv/lp.c:711 #, c-format -msgid "cupsaddsmb: Unable to install Windows 2000 printer driver files (%d)!\n" +msgid "%s: Error - stdin is empty, so no job has been sent.\n" msgstr "" +#: berkeley/lpr.c:359 systemv/lp.c:589 #, c-format -msgid "cupsaddsmb: Unable to copy Windows 9x printer driver files (%d)!\n" +msgid "%s: Error - too many files - \"%s\"\n" msgstr "" +#: berkeley/lpr.c:341 systemv/lp.c:572 #, c-format -msgid "cupsaddsmb: Unable to install Windows 9x printer driver files (%d)!\n" +msgid "%s: Error - unable to access \"%s\" - %s\n" msgstr "" +#: berkeley/lpr.c:460 systemv/lp.c:688 #, c-format -msgid "cupsaddsmb: Unable to set Windows printer driver (%d)!\n" +msgid "%s: Error - unable to create temporary file \"%s\" - %s\n" msgstr "" -msgid "" -"Usage: cupsaddsmb [options] printer1 ... printerN\n" -" cupsaddsmb [options] -a\n" -"\n" -"Options:\n" -" -H samba-server Use the named SAMBA server\n" -" -U samba-user Authenticate using the named SAMBA user\n" -" -a Export all printers\n" -" -h cups-server Use the named CUPS server\n" -" -v Be verbose (show commands)\n" +#: berkeley/lpr.c:470 systemv/lp.c:697 +#, c-format +msgid "%s: Error - unable to write to temporary file \"%s\" - %s\n" msgstr "" -msgid "cupstestppd: The -q option is incompatible with the -v option.\n" +#: berkeley/lprm.c:127 systemv/cancel.c:232 +#, c-format +msgid "%s: Error - unknown destination \"%s\"!\n" msgstr "" -msgid "cupstestppd: The -v option is incompatible with the -q option.\n" +#: berkeley/lpq.c:166 +#, c-format +msgid "%s: Error - unknown destination \"%s/%s\"!\n" msgstr "" +#: berkeley/lpr.c:328 berkeley/lprm.c:190 systemv/accept.c:178 +#: systemv/cancel.c:174 systemv/lp.c:547 systemv/lpstat.c:464 #, c-format -msgid "" -" FAIL\n" -" **FAIL** Unable to open PPD file - %s\n" +msgid "%s: Error - unknown option '%c'!\n" msgstr "" +#: systemv/lp.c:253 #, c-format -msgid "" -" FAIL\n" -" **FAIL** Unable to open PPD file - %s on line %d.\n" +msgid "%s: Expected job ID after '-i' option!\n" msgstr "" -msgid " REF: Page 42, section 5.2.\n" +#: systemv/lpstat.c:537 +#, c-format +msgid "%s: Invalid destination name in list \"%s\"!\n" msgstr "" -msgid " REF: Page 20, section 3.4.\n" +#: systemv/lp.c:465 +#, c-format +msgid "%s: Need job ID ('-i jobid') before '-H restart'!\n" msgstr "" -msgid " REF: Pages 45-46, section 5.2.\n" +#: systemv/accept.c:232 +#, c-format +msgid "%s: Operation failed: %s\n" msgstr "" -msgid " REF: Pages 42-45, section 5.2.\n" +#: berkeley/lpq.c:112 berkeley/lpr.c:116 berkeley/lprm.c:107 +#: systemv/accept.c:108 systemv/cancel.c:95 systemv/cupsaddsmb.c:100 +#: systemv/lpadmin.c:286 systemv/lp.c:142 systemv/lpinfo.c:82 +#: systemv/lpmove.c:91 systemv/lpstat.c:119 +#, c-format +msgid "%s: Sorry, no encryption support compiled in!\n" msgstr "" -msgid " REF: Pages 48-49, section 5.2.\n" +#: berkeley/lpq.c:313 systemv/cupsaddsmb.c:158 systemv/cupsaddsmb.c:179 +#: systemv/lpstat.c:574 +#, c-format +msgid "%s: Unable to connect to server\n" msgstr "" -msgid " REF: Pages 52-54, section 5.2.\n" +#: systemv/accept.c:194 +#, c-format +msgid "%s: Unable to connect to server: %s\n" msgstr "" -msgid " REF: Page 15, section 3.2.\n" +#: systemv/cancel.c:255 systemv/cancel.c:336 +#, c-format +msgid "%s: Unable to contact server!\n" msgstr "" -msgid " REF: Page 15, section 3.1.\n" +#: berkeley/lpq.c:170 systemv/lpstat.c:552 +#, c-format +msgid "%s: Unknown destination \"%s\"!\n" msgstr "" -msgid " REF: Pages 16-17, section 3.2.\n" +#: berkeley/lpr.c:187 +#, c-format +msgid "%s: Warning - '%c' format modifier not supported - output may not be correct!\n" msgstr "" -msgid " REF: Page 19, section 3.3.\n" +#: systemv/lp.c:518 +#, c-format +msgid "%s: Warning - character set option ignored!\n" msgstr "" -msgid " REF: Page 27, section 3.5.\n" +#: systemv/lp.c:538 +#, c-format +msgid "%s: Warning - content type option ignored!\n" msgstr "" -msgid "" -"\n" -" DETAILED CONFORMANCE TEST RESULTS\n" +#: systemv/lp.c:219 +#, c-format +msgid "%s: Warning - form option ignored!\n" msgstr "" +#: systemv/lp.c:427 #, c-format -msgid " WARN %s has no corresponding options!\n" +msgid "%s: Warning - mode option ignored!\n" msgstr "" -msgid " FAIL\n" +#: berkeley/lpq.c:254 +#, c-format +msgid "%s: error - %s environment variable names non-existent destination \"%s\"!\n" msgstr "" -msgid "" -" **FAIL** REQUIRED DefaultImageableArea\n" -" REF: Page 102, section 5.15.\n" +#: berkeley/lpr.c:201 +#, c-format +msgid "%s: error - expected option=value after '-o' option!\n" msgstr "" +#: berkeley/lpq.c:259 #, c-format -msgid "" -" **FAIL** BAD DefaultImageableArea %s!\n" -" REF: Page 102, section 5.15.\n" +msgid "%s: error - no default destination available.\n" msgstr "" -msgid " PASS DefaultImageableArea\n" +#: berkeley/lpc.c:227 +msgid "?Invalid help command unknown\n" msgstr "" -msgid "" -" **FAIL** REQUIRED DefaultPaperDimension\n" -" REF: Page 103, section 5.15.\n" +#: cgi-bin/admin.c:2429 +msgid "A Samba password is required to export printer drivers!" msgstr "" -#, c-format -msgid "" -" **FAIL** BAD DefaultPaperDimension %s!\n" -" REF: Page 103, section 5.15.\n" +#: cgi-bin/admin.c:2425 +msgid "A Samba username is required to export printer drivers!" msgstr "" -msgid " PASS DefaultPaperDimension\n" +#: scheduler/ipp.c:2132 +#, c-format +msgid "A class named \"%s\" already exists!" msgstr "" +#: scheduler/ipp.c:874 #, c-format -msgid "" -" **FAIL** BAD Default%s %s\n" -" REF: Page 40, section 4.5.\n" +msgid "A printer named \"%s\" already exists!" msgstr "" -#, c-format -msgid " PASS Default%s\n" +#: cgi-bin/admin.c:164 +msgid "Accept Jobs" msgstr "" -#, c-format -msgid "" -" **FAIL** REQUIRED Default%s\n" -" REF: Page 40, section 4.5.\n" +#: cgi-bin/admin.c:418 +msgid "Add Class" msgstr "" -msgid " PASS FileVersion\n" +#: cgi-bin/admin.c:705 +msgid "Add Printer" msgstr "" -msgid "" -" **FAIL** REQUIRED FileVersion\n" -" REF: Page 56, section 5.3.\n" +#: cgi-bin/admin.c:305 cgi-bin/admin.c:328 cgi-bin/admin.c:374 +#: cgi-bin/admin.c:384 +msgid "Add RSS Subscription" msgstr "" -msgid " PASS FormatVersion\n" +#: cgi-bin/admin.c:203 cgi-bin/admin.c:214 cgi-bin/admin.c:2768 +msgid "Administration" msgstr "" -msgid "" -" **FAIL** REQUIRED FormatVersion\n" -" REF: Page 56, section 5.3.\n" +#: scheduler/ipp.c:970 +#, c-format +msgid "Attempt to set %s printer-state to bad value %d!" msgstr "" -msgid " PASS LanguageEncoding\n" +#: scheduler/ipp.c:308 +#, c-format +msgid "Attribute groups are out of order (%x < %x)!" msgstr "" -msgid "" -" **FAIL** REQUIRED LanguageEncoding\n" -" REF: Pages 56-57, section 5.3.\n" +#: cups/ppd.c:314 +msgid "Bad OpenGroup" msgstr "" -msgid " PASS LanguageVersion\n" +#: cups/ppd.c:316 +msgid "Bad OpenUI/JCLOpenUI" msgstr "" -msgid "" -" **FAIL** REQUIRED LanguageVersion\n" -" REF: Pages 57-58, section 5.3.\n" +#: cups/ppd.c:318 +msgid "Bad OrderDependency" msgstr "" -msgid "" -" **FAIL** BAD Manufacturer (should be \"HP\")\n" -" REF: Page 211, table D.1.\n" +#: cups/ppd.c:319 +msgid "Bad UIConstraints" msgstr "" -msgid " PASS Manufacturer\n" +#: scheduler/ipp.c:1259 +#, c-format +msgid "Bad copies value %d." msgstr "" -msgid "" -" **FAIL** REQUIRED Manufacturer\n" -" REF: Pages 58-59, section 5.3.\n" +#: cups/ppd.c:327 +msgid "Bad custom parameter" msgstr "" +#: scheduler/ipp.c:2245 #, c-format -msgid "" -" **FAIL** BAD ModelName - \"%c\" not allowed in string.\n" -" REF: Pages 59-60, section 5.3.\n" +msgid "Bad device-uri \"%s\"!" msgstr "" -msgid " PASS ModelName\n" +#: scheduler/ipp.c:8089 scheduler/ipp.c:9353 +#, c-format +msgid "Bad document-format \"%s\"!" msgstr "" -msgid "" -" **FAIL** REQUIRED ModelName\n" -" REF: Pages 59-60, section 5.3.\n" +#: scheduler/ipp.c:8639 +msgid "Bad job-priority value!" msgstr "" -msgid " PASS NickName\n" +#: scheduler/ipp.c:8664 +msgid "Bad job-state value!" msgstr "" -msgid "" -" **FAIL** REQUIRED NickName\n" -" REF: Page 60, section 5.3.\n" +#: scheduler/ipp.c:2704 scheduler/ipp.c:3039 scheduler/ipp.c:5497 +#: scheduler/ipp.c:6447 scheduler/ipp.c:6673 scheduler/ipp.c:7452 +#: scheduler/ipp.c:7673 scheduler/ipp.c:8003 scheduler/ipp.c:8533 +#, c-format +msgid "Bad job-uri attribute \"%s\"!" msgstr "" -msgid " PASS PageSize\n" +#: scheduler/ipp.c:5085 +#, c-format +msgid "Bad notify-pull-method \"%s\"!" msgstr "" -msgid "" -" **FAIL** REQUIRED PageSize\n" -" REF: Pages 99-100, section 5.14.\n" +#: scheduler/ipp.c:5059 +#, c-format +msgid "Bad notify-recipient-uri URI \"%s\"!" msgstr "" -msgid " PASS PageRegion\n" +#: scheduler/ipp.c:1277 +#, c-format +msgid "Bad number-up value %d." msgstr "" -msgid "" -" **FAIL** REQUIRED PageRegion\n" -" REF: Page 100, section 5.14.\n" +#: cups/adminutil.c:292 +#, c-format +msgid "Bad option + choice on line %d!" msgstr "" -msgid " PASS PCFileName\n" +#: scheduler/ipp.c:1294 +#, c-format +msgid "Bad page-ranges values %d-%d." msgstr "" -msgid "" -" **FAIL** REQUIRED PCFileName\n" -" REF: Pages 61-62, section 5.3.\n" +#: scheduler/ipp.c:2279 +#, c-format +msgid "Bad port-monitor \"%s\"!" msgstr "" -msgid "" -" **FAIL** BAD Product - not \"(string)\".\n" -" REF: Page 62, section 5.3.\n" +#: scheduler/ipp.c:2325 +#, c-format +msgid "Bad printer-state value %d!" msgstr "" -msgid " PASS Product\n" +#: scheduler/ipp.c:275 +#, c-format +msgid "Bad request version number %d.%d!" msgstr "" -msgid "" -" **FAIL** REQUIRED Product\n" -" REF: Page 62, section 5.3.\n" +#: cgi-bin/admin.c:1251 +msgid "Bad subscription ID!" msgstr "" -msgid "" -" **FAIL** BAD PSVersion - not \"(string) int\".\n" -" REF: Pages 62-64, section 5.3.\n" +#: cgi-bin/admin.c:1532 +msgid "Banners" msgstr "" -msgid " PASS PSVersion\n" +#: cgi-bin/admin.c:1252 cgi-bin/admin.c:1279 cgi-bin/admin.c:1289 +msgid "Cancel RSS Subscription" msgstr "" -msgid "" -" **FAIL** REQUIRED PSVersion\n" -" REF: Pages 62-64, section 5.3.\n" +#: cgi-bin/admin.c:1867 cgi-bin/admin.c:1924 cgi-bin/admin.c:1933 +#: cgi-bin/admin.c:1944 +msgid "Change Settings" msgstr "" -msgid "" -" **FAIL** BAD ShortNickName - longer than 31 chars.\n" -" REF: Pages 64-65, section 5.3.\n" +#: scheduler/ipp.c:1879 scheduler/ipp.c:5097 +#, c-format +msgid "Character set \"%s\" not supported!" msgstr "" -msgid " PASS ShortNickName\n" +#: cgi-bin/classes.c:163 cgi-bin/classes.c:210 +msgid "Classes" msgstr "" +#: berkeley/lpc.c:218 msgid "" -" **FAIL** REQUIRED ShortNickName\n" -" REF: Page 64-65, section 5.3.\n" +"Commands may be abbreviated. Commands are:\n" +"\n" +"exit help quit status ?\n" msgstr "" -msgid "" -" **FAIL** BAD JobPatchFile attribute in file\n" -" REF: Page 24, section 3.4.\n" +#: scheduler/ipp.c:6955 scheduler/ipp.c:6971 scheduler/ipp.c:8105 +#, c-format +msgid "Could not scan type \"%s\"!" msgstr "" -msgid "" -" **FAIL** REQUIRED PageSize\n" -" REF: Page 41, section 5.\n" -" REF: Page 99, section 5.14.\n" +#: backend/ipp.c:1478 +msgid "Cover open." msgstr "" -#, c-format -msgid "" -" **FAIL** REQUIRED ImageableArea for PageSize %s\n" -" REF: Page 41, section 5.\n" -" REF: Page 102, section 5.15.\n" +#: cups/ppd.c:1059 +msgid "Custom" msgstr "" +#: backend/ipp.c:450 #, c-format -msgid "" -" **FAIL** REQUIRED PaperDimension for PageSize %s\n" -" REF: Page 41, section 5.\n" -" REF: Page 103, section 5.15.\n" +msgid "DEBUG: %d files to send in job...\n" msgstr "" -#, c-format -msgid "" -" **FAIL** Bad %s choice %s!\n" -" REF: Page 84, section 5.9\n" +#: backend/ipp.c:676 +msgid "DEBUG: Getting supported attributes...\n" msgstr "" +#: backend/usb-darwin.c:468 #, c-format -msgid "" -" **FAIL** REQUIRED %s does not define choice None!\n" -" REF: Page 122, section 5.17\n" +msgid "DEBUG: Sending print file, %lld bytes...\n" msgstr "" -#, c-format -msgid "" -" **FAIL** Bad %s choice %s!\n" -" REF: Page 122, section 5.17\n" +#: cgi-bin/admin.c:2164 cgi-bin/admin.c:2175 cgi-bin/admin.c:2215 +msgid "Delete Class" msgstr "" -msgid " PASS\n" +#: cgi-bin/admin.c:2244 cgi-bin/admin.c:2255 cgi-bin/admin.c:2295 +msgid "Delete Printer" msgstr "" +#: scheduler/ipp.c:1225 #, c-format -msgid "" -" WARN Duplex option keyword %s should be named Duplex or JCLDuplex!\n" -" REF: Page 122, section 5.17\n" +msgid "Destination \"%s\" is not accepting jobs." msgstr "" -msgid " WARN Default choices conflicting!\n" +#: backend/ipp.c:1512 +msgid "Developer almost empty." msgstr "" -#, c-format -msgid "" -" WARN Obsolete PPD version %.1f!\n" -" REF: Page 42, section 5.2.\n" +#: backend/ipp.c:1514 +msgid "Developer empty!" msgstr "" +#: systemv/lpinfo.c:280 +#, c-format msgid "" -" WARN LanguageEncoding required by PPD 4.3 spec.\n" -" REF: Pages 56-57, section 5.3.\n" +"Device: uri = %s\n" +" class = %s\n" +" info = %s\n" +" make-and-model = %s\n" +" device-id = %s\n" msgstr "" -msgid "" -" WARN Manufacturer required by PPD 4.3 spec.\n" -" REF: Pages 58-59, section 5.3.\n" +#: backend/ipp.c:1482 +msgid "Door open." msgstr "" -msgid "" -" WARN PCFileName longer than 8.3 in violation of PPD spec.\n" -" REF: Pages 61-62, section 5.3.\n" +#: filter/pstops.c:417 +#, c-format +msgid "EMERG: Unable to allocate memory for page info: %s\n" msgstr "" -msgid "" -" WARN ShortNickName required by PPD 4.3 spec.\n" -" REF: Pages 64-65, section 5.3.\n" +#: filter/pstops.c:410 +#, c-format +msgid "EMERG: Unable to allocate memory for pages array: %s\n" msgstr "" -msgid "" -" WARN Protocols contains both PJL and BCP; expected TBCP.\n" -" REF: Pages 78-79, section 5.7.\n" +#: backend/usb-darwin.c:459 +#, c-format +msgid "ERROR: %ld: Unable to send print file to printer (canceled:%ld)\n" msgstr "" -msgid "" -" WARN Protocols contains PJL but JCL attributes are not set.\n" -" REF: Pages 78-79, section 5.7.\n" +#: filter/pstops.c:664 +#, c-format +msgid "ERROR: Bad %%BoundingBox: comment seen!\n" msgstr "" +#: filter/pstops.c:2137 #, c-format -msgid "" -" WARN %s shares a common prefix with %s\n" -" REF: Page 15, section 3.2.\n" +msgid "ERROR: Bad %%IncludeFeature: comment!\n" msgstr "" +#: filter/pstops.c:1220 filter/pstops.c:1226 #, c-format -msgid " %d ERROR%s FOUND\n" +msgid "ERROR: Bad %%Page: comment in file!\n" msgstr "" -msgid " NO ERRORS FOUND\n" +#: filter/pstops.c:1296 +#, c-format +msgid "ERROR: Bad %%PageBoundingBox: comment in file!\n" msgstr "" +#: backend/scsi-irix.c:98 backend/scsi-linux.c:112 #, c-format -msgid "" -" WARN \"%s %s\" conflicts with \"%s %s\"\n" -" (constraint=\"%s %s %s %s\")\n" +msgid "ERROR: Bad SCSI device file \"%s\"!\n" msgstr "" -msgid "" -"Usage: cupstestppd [-q] [-r] [-v[v]] filename1.ppd[.gz] [... filenameN.ppd[.gz]]\n" -" program | cupstestppd [-q] [-r] [-v[v]] -\n" +#: filter/texttops.c:278 filter/texttops.c:289 +#, c-format +msgid "ERROR: Bad charset file %s\n" msgstr "" -msgid "lpstat: Need \"completed\" or \"not-completed\" after -W!\n" +#: filter/texttops.c:619 +#, c-format +msgid "ERROR: Bad charset type %s\n" msgstr "" -msgid "lpstat: The -b option requires a destination argument.\n" +#: filter/texttops.c:350 filter/texttops.c:386 filter/texttops.c:514 +#: filter/texttops.c:550 +#, c-format +msgid "ERROR: Bad font description line: %s\n" msgstr "" -msgid "Error: need hostname after '-h' option!\n" +#: filter/imagetoraster.c:458 +msgid "ERROR: Bad page setup!\n" msgstr "" +#: filter/texttops.c:363 filter/texttops.c:527 #, c-format -msgid "lpstat: Unknown option '%c'!\n" +msgid "ERROR: Bad text direction %s\n" msgstr "" +#: filter/texttops.c:399 filter/texttops.c:563 #, c-format -msgid "lpstat: Invalid destination name in list \"%s\"!\n" +msgid "ERROR: Bad text width %s\n" msgstr "" -#, c-format -msgid "lpstat: Unknown destination \"%s\"!\n" +#: backend/ipp.c:722 +msgid "ERROR: Destination printer does not exist!\n" msgstr "" +#: filter/pstops.c:653 #, c-format -msgid "lpstat: Unable to connect to server %s on port %d: %s\n" +msgid "ERROR: Duplicate %%BoundingBox: comment seen!\n" msgstr "" +#: filter/pstops.c:606 #, c-format -msgid "lpstat: get-printers failed: %s\n" +msgid "ERROR: Duplicate %%Pages: comment seen!\n" msgstr "" -#, c-format -msgid "%s accepting requests since Jan 01 00:00\n" +#: filter/pstops.c:276 +msgid "ERROR: Empty print file!\n" msgstr "" -#, c-format -msgid "" -"%s not accepting requests since Jan 01 00:00 -\n" -"\t%s\n" +#: filter/hpgl-input.c:147 +msgid "ERROR: Invalid HP-GL/2 command seen, unable to print file!\n" msgstr "" +#: filter/pstops.c:1702 #, c-format -msgid "%s/%s accepting requests since Jan 01 00:00\n" +msgid "ERROR: Missing %%EndProlog!\n" msgstr "" +#: filter/pstops.c:1767 #, c-format -msgid "" -"%s/%s not accepting requests since Jan 01 00:00 -\n" -"\t%s\n" +msgid "ERROR: Missing %%EndSetup!\n" msgstr "" -#, c-format -msgid "lpstat: get-classes failed: %s\n" +#: backend/ipp.c:233 +msgid "ERROR: Missing device URI on command-line and no DEVICE_URI environment variable!\n" msgstr "" +#: filter/pstops.c:716 #, c-format -msgid "members of class %s:\n" +msgid "ERROR: No %%BoundingBox: comment in header!\n" msgstr "" +#: filter/pstops.c:719 #, c-format -msgid "system default destination: %s/%s\n" +msgid "ERROR: No %%Pages: comment in header!\n" msgstr "" -#, c-format -msgid "system default destination: %s\n" +#: backend/usb.c:212 +msgid "ERROR: No device URI found in argv[0] or in DEVICE_URI environment variable!\n" msgstr "" -#, c-format -msgid "lpstat: error - %s environment variable names non-existent destination \"%s\"!\n" +#: filter/rastertoepson.c:1144 filter/rastertohp.c:880 +#: filter/rastertolabel.c:1302 +msgid "ERROR: No pages found!\n" msgstr "" -msgid "no system default destination\n" +#: backend/runloop.c:221 +msgid "ERROR: Out of paper!\n" msgstr "" -#, c-format -msgid "Output for printer %s is sent to remote printer %s on %s\n" +#: backend/ipp.c:1573 +msgid "ERROR: PRINTER environment variable not defined!\n" msgstr "" +#: backend/ipp.c:1011 #, c-format -msgid "Output for printer %s is sent to %s\n" +msgid "ERROR: Print file was not accepted (%s)!\n" msgstr "" -#, c-format -msgid "Output for printer %s/%s is sent to remote printer %s on %s\n" +#: backend/ipp.c:577 backend/ipp.c:690 backend/lpd.c:822 backend/socket.c:305 +msgid "ERROR: Printer not responding!\n" msgstr "" +#: backend/lpd.c:1001 backend/lpd.c:1130 #, c-format -msgid "Output for printer %s/%s is sent to %s\n" +msgid "ERROR: Remote host did not accept control file (%d)\n" msgstr "" +#: backend/lpd.c:1088 #, c-format -msgid "device for %s: %s\n" +msgid "ERROR: Remote host did not accept data file (%d)\n" msgstr "" +#: backend/ipp.c:1061 #, c-format -msgid "device for %s/%s: %s\n" +msgid "ERROR: Unable to add file %d to job: %s\n" msgstr "" +#: backend/ipp.c:1270 #, c-format -msgid "lpstat: get-jobs failed: %s\n" +msgid "ERROR: Unable to cancel job %d: %s\n" msgstr "" +#: backend/ipp.c:1346 #, c-format -msgid "\tqueued for %s\n" +msgid "ERROR: Unable to create temporary compressed print file: %s\n" msgstr "" +#: backend/ipp.c:1595 #, c-format -msgid "printer %s is idle. enabled since %s\n" +msgid "ERROR: Unable to create temporary file - %s.\n" msgstr "" +#: filter/pstops.c:2626 #, c-format -msgid "printer %s now printing %s-%d. enabled since %s\n" +msgid "ERROR: Unable to create temporary file: %s\n" msgstr "" +#: backend/ipp.c:1652 #, c-format -msgid "printer %s disabled since %s -\n" +msgid "ERROR: Unable to exec pictwpstops: %s\n" msgstr "" -msgid "\treason unknown\n" +#: backend/ipp.c:1665 +#, c-format +msgid "ERROR: Unable to fork pictwpstops: %s\n" msgstr "" -msgid "" -"\tForm mounted:\n" -"\tContent types: any\n" -"\tPrinter types: unknown\n" +#: backend/ipp.c:1580 +#, c-format +msgid "ERROR: Unable to get PPD file for printer \"%s\" - %s.\n" msgstr "" +#: backend/ipp.c:1140 #, c-format -msgid "\tDescription: %s\n" +msgid "ERROR: Unable to get job %d attributes (%s)!\n" msgstr "" -msgid "\tAlerts:" +#: backend/ipp.c:731 +#, c-format +msgid "ERROR: Unable to get printer status (%s)!\n" msgstr "" +#: backend/ipp.c:595 backend/lpd.c:680 backend/socket.c:263 #, c-format -msgid "\tLocation: %s\n" +msgid "ERROR: Unable to locate printer '%s'!\n" msgstr "" -msgid "\tConnection: remote\n" +#: filter/texttops.c:242 +#, c-format +msgid "ERROR: Unable to open \"%s\" - %s\n" msgstr "" +#: filter/texttops.c:262 #, c-format -msgid "\tInterface: %s.ppd\n" +msgid "ERROR: Unable to open %s: %s\n" msgstr "" -msgid "\tConnection: direct\n" +#: backend/parallel.c:250 backend/scsi-irix.c:135 backend/scsi-linux.c:150 +#: backend/serial.c:265 backend/usb-unix.c:132 +#, c-format +msgid "ERROR: Unable to open device file \"%s\": %s\n" msgstr "" +#: filter/pstops.c:264 #, c-format -msgid "\tInterface: %s/interfaces/%s\n" +msgid "ERROR: Unable to open file \"%s\" - %s\n" msgstr "" +#: filter/gziptoany.c:83 #, c-format -msgid "\tInterface: %s/ppd/%s.ppd\n" +msgid "ERROR: Unable to open file \"%s\": %s\n" msgstr "" -msgid "\tOn fault: no alert\n" +#: filter/imagetops.c:310 filter/imagetoraster.c:635 +msgid "ERROR: Unable to open image file for printing!\n" msgstr "" -msgid "\tAfter fault: continue\n" +#: backend/ipp.c:1361 +#, c-format +msgid "ERROR: Unable to open print file \"%s\": %s\n" msgstr "" -msgid "\tUsers allowed:\n" +#: backend/usb.c:249 +#, c-format +msgid "ERROR: Unable to open print file %s - %s\n" msgstr "" -msgid "\tUsers denied:\n" +#: backend/lpd.c:469 +#, c-format +msgid "ERROR: Unable to open print file %s: %s\n" msgstr "" -msgid "\t\t(all)\n" +#: backend/ipp.c:1354 +#, c-format +msgid "ERROR: Unable to open temporary compressed print file: %s\n" msgstr "" -msgid "\tForms allowed:\n" +#: filter/pstops.c:521 +#, c-format +msgid "ERROR: Unable to seek to offset %ld in file - %s\n" msgstr "" -msgid "\t\t(none)\n" +#: filter/pstops.c:519 +#, c-format +msgid "ERROR: Unable to seek to offset %lld in file - %s\n" msgstr "" -msgid "\tBanner required\n" +#: backend/scsi-irix.c:213 backend/scsi-linux.c:232 +#, c-format +msgid "ERROR: Unable to send print data (%d)\n" msgstr "" -msgid "\tCharset sets:\n" +#: backend/ipp.c:1679 +#, c-format +msgid "ERROR: Unable to wait for pictwpstops: %s\n" msgstr "" -msgid "\tDefault pitch:\n" +#: backend/ipp.c:1371 +#, c-format +msgid "ERROR: Unable to write %d bytes to \"%s\": %s\n" msgstr "" -msgid "\tDefault page size:\n" +#: backend/runloop.c:236 +#, c-format +msgid "ERROR: Unable to write print data: %s\n" msgstr "" -msgid "\tDefault port settings:\n" +#: filter/imagetoraster.c:1197 filter/imagetoraster.c:1293 +#: filter/imagetoraster.c:1333 +msgid "ERROR: Unable to write raster data to driver!\n" msgstr "" +#: filter/gziptoany.c:105 #, c-format -msgid "printer %s/%s is idle. enabled since %s\n" +msgid "ERROR: Unable to write uncompressed document data: %s\n" msgstr "" +#: backend/ipp.c:337 #, c-format -msgid "printer %s/%s now printing %s-%d. enabled since %s\n" +msgid "ERROR: Unknown encryption option value \"%s\"!\n" msgstr "" +#: backend/lpd.c:361 #, c-format -msgid "printer %s/%s disabled since %s -\n" +msgid "ERROR: Unknown file order \"%s\"\n" msgstr "" -msgid "scheduler is running\n" +#: backend/lpd.c:334 +#, c-format +msgid "ERROR: Unknown format character \"%c\"\n" msgstr "" -msgid "scheduler is not running\n" +#: backend/ipp.c:378 +#, c-format +msgid "ERROR: Unknown option \"%s\" with value \"%s\"!\n" msgstr "" +#: backend/lpd.c:348 #, c-format -msgid "lpadmin: Unable to connect to server: %s\n" +msgid "ERROR: Unknown print mode \"%s\"\n" msgstr "" -msgid "" -"lpadmin: Unable to add a printer to the class:\n" -" You must specify a printer name first!\n" +#: backend/ipp.c:350 +#, c-format +msgid "ERROR: Unknown version option value \"%s\"!\n" msgstr "" -msgid "lpadmin: Expected class name after '-c' option!\n" +#: filter/pstops.c:2334 +#, c-format +msgid "ERROR: Unsupported brightness value %s, using brightness=100!\n" msgstr "" -msgid "lpadmin: Class name can only contain printable characters!\n" +#: filter/pstops.c:2401 +#, c-format +msgid "ERROR: Unsupported gamma value %s, using gamma=1000!\n" msgstr "" -msgid "lpadmin: Expected printer name after '-d' option!\n" +#: filter/pstops.c:2448 +#, c-format +msgid "ERROR: Unsupported number-up value %d, using number-up=1!\n" msgstr "" -msgid "lpadmin: Printer name can only contain printable characters!\n" +#: filter/pstops.c:2481 +#, c-format +msgid "ERROR: Unsupported number-up-layout value %s, using number-up-layout=lrtb!\n" msgstr "" -msgid "lpadmin: Expected hostname after '-h' option!\n" +#: filter/pstops.c:2531 +#, c-format +msgid "ERROR: Unsupported page-border value %s, using page-border=none!\n" msgstr "" -msgid "" -"lpadmin: Unable to set the interface script:\n" -" You must specify a printer name first!\n" +#: filter/pstops.c:2006 +#, c-format +msgid "ERROR: doc_printf overflow (%d bytes) detected, aborting!\n" msgstr "" -msgid "lpadmin: Expected interface after '-i' option!\n" +#: backend/ipp.c:1699 +#, c-format +msgid "ERROR: pictwpstops exited on signal %d!\n" msgstr "" -msgid "" -"lpadmin: Unable to set the interface script or PPD file:\n" -" You must specify a printer name first!\n" +#: backend/ipp.c:1696 +#, c-format +msgid "ERROR: pictwpstops exited with status %d!\n" msgstr "" -msgid "lpadmin: Expected model after '-m' option!\n" +#: backend/ipp.c:604 backend/lpd.c:851 backend/socket.c:326 +msgid "ERROR: recoverable: Unable to connect to printer; will retry in 30 seconds...\n" msgstr "" -msgid "lpadmin: Expected name=value after '-o' option!\n" +#: cgi-bin/admin.c:1972 cgi-bin/admin.c:1984 cgi-bin/admin.c:2032 +#: cgi-bin/admin.c:2039 cgi-bin/admin.c:2071 cgi-bin/admin.c:2084 +#: cgi-bin/admin.c:2108 cgi-bin/admin.c:2135 +msgid "Edit Configuration File" msgstr "" -msgid "lpadmin: Expected printer after '-p' option!\n" +#: cups/adminutil.c:338 +msgid "Empty PPD file!" msgstr "" -msgid "" -"lpadmin: Unable to remove a printer from the class:\n" -" You must specify a printer name first!\n" +#: cgi-bin/admin.c:1553 +msgid "Ending Banner" msgstr "" -msgid "lpadmin: Expected class after '-r' option!\n" +#: systemv/lppasswd.c:214 +msgid "Enter old password:" msgstr "" -msgid "lpadmin: Expected allow/deny:userlist after '-u' option!\n" +#: systemv/lppasswd.c:243 +msgid "Enter password again:" msgstr "" -#, c-format -msgid "lpadmin: Unknown allow/deny option \"%s\"!\n" +#: systemv/lppasswd.c:232 +msgid "Enter password:" msgstr "" -msgid "" -"lpadmin: Unable to set the device URI:\n" -" You must specify a printer name first!\n" +#: scheduler/client.c:2269 +msgid "Enter your username and password or the root username and password to access this page. If you are using Kerberos authentication, make sure you have a valid Kerberos ticket." msgstr "" -msgid "lpadmin: Expected device URI after '-v' option!\n" +#: cgi-bin/admin.c:1595 +msgid "Error Policy" msgstr "" -msgid "lpadmin: Expected printer or class after '-x' option!\n" +#: systemv/lpinfo.c:145 systemv/lpmove.c:112 +msgid "Error: need hostname after '-h' option!\n" msgstr "" -msgid "" -"lpadmin: Unable to set the printer description:\n" -" You must specify a printer name first!\n" +#: cgi-bin/admin.c:2417 cgi-bin/admin.c:2436 +msgid "Export Printers to Samba" msgstr "" -msgid "lpadmin: Expected description after '-D' option!\n" +#: systemv/cupstestdsc.c:185 systemv/cupstestdsc.c:202 +#: systemv/cupstestdsc.c:228 systemv/cupstestdsc.c:245 +#: systemv/cupstestdsc.c:269 systemv/cupstestdsc.c:287 +#: systemv/cupstestdsc.c:316 systemv/cupstestdsc.c:353 +#: systemv/cupstestdsc.c:363 systemv/cupstestdsc.c:373 +#: systemv/cupstestdsc.c:383 systemv/cupstestdsc.c:393 +#: systemv/cupstestdsc.c:401 +msgid "FAIL\n" msgstr "" -msgid "lpadmin: Expected file type(s) after '-I' option!\n" +#: backend/usb-darwin.c:339 +#, c-format +msgid "FATAL: Could not load %s\n" msgstr "" -msgid "lpadmin: Warning - content type list ignored!\n" +#: scheduler/ipp.c:2225 +#, c-format +msgid "File device URIs have been disabled! To enable, see the FileDevice directive in \"%s/cupsd.conf\"." msgstr "" -msgid "" -"lpadmin: Unable to set the printer location:\n" -" You must specify a printer name first!\n" +#: backend/ipp.c:1504 +msgid "Fuser temperature high!" msgstr "" -msgid "lpadmin: Expected location after '-L' option!\n" +#: backend/ipp.c:1506 +msgid "Fuser temperature low!" msgstr "" -msgid "" -"lpadmin: Unable to set the PPD file:\n" -" You must specify a printer name first!\n" +#: cups/ppd.c:678 cups/ppd.c:1021 cups/ppd.c:1187 +msgid "General" msgstr "" -msgid "lpadmin: Expected PPD after '-P' option!\n" +#: scheduler/ipp.c:2682 scheduler/ipp.c:2971 scheduler/ipp.c:5474 +#: scheduler/ipp.c:6424 scheduler/ipp.c:7429 scheduler/ipp.c:7650 +#: scheduler/ipp.c:7980 scheduler/ipp.c:8510 +msgid "Got a printer-uri attribute but no job-id!" msgstr "" -#, c-format -msgid "lpadmin: Unknown option '%c'!\n" +#: cgi-bin/help.c:98 cgi-bin/help.c:139 cgi-bin/help.c:149 cgi-bin/help.c:179 +msgid "Help" msgstr "" +#: backend/lpd.c:703 #, c-format -msgid "lpadmin: Unknown argument '%s'!\n" +msgid "INFO: Attempting to connect to host %s for printer %s\n" msgstr "" -msgid "" -"lpadmin: Unable to set the printer options:\n" -" You must specify a printer name first!\n" +#: backend/socket.c:267 +#, c-format +msgid "INFO: Attempting to connect to host %s on port %d\n" msgstr "" -msgid "" -"Usage:\n" -"\n" -" lpadmin [-h server] -d destination\n" -" lpadmin [-h server] -x destination\n" -" lpadmin [-h server] -p printer [-c add-class] [-i interface] [-m model]\n" -" [-r remove-class] [-v device] [-D description]\n" -" [-P ppd-file] [-o name=value]\n" -" [-u allow:user,user] [-u deny:user,user]\n" -"\n" +#: backend/ipp.c:1250 +msgid "INFO: Canceling print job...\n" msgstr "" +#: backend/ipp.c:624 backend/lpd.c:870 backend/socket.c:348 #, c-format -msgid "lpadmin: Unable to create temporary file: %s\n" +msgid "INFO: Connected to %s...\n" msgstr "" +#: backend/ipp.c:540 #, c-format -msgid "lpadmin: Unable to open file \"%s\": %s\n" +msgid "INFO: Connecting to %s on port %d...\n" msgstr "" -#, c-format -msgid "lpadmin: add-printer (set model) failed: %s\n" +#: backend/lpd.c:1004 backend/lpd.c:1133 +msgid "INFO: Control file sent successfully\n" msgstr "" -#, c-format -msgid "lpadmin: add-printer (set description) failed: %s\n" +#: backend/lpd.c:1091 +msgid "INFO: Data file sent successfully\n" msgstr "" +#: filter/imagetoraster.c:1140 #, c-format -msgid "lpadmin: add-printer (set location) failed: %s\n" +msgid "INFO: Formatting page %d...\n" msgstr "" -#, c-format -msgid "lpadmin: Unable to create temporary file - %s\n" +#: filter/imagetoraster.c:621 +msgid "INFO: Loading image file...\n" msgstr "" -#, c-format -msgid "lpadmin: Unable to open PPD file \"%s\" - %s\n" +#: backend/socket.c:396 +msgid "INFO: Print file sent, waiting for printer to finish...\n" msgstr "" +#: backend/usb-darwin.c:354 #, c-format -msgid "lpadmin: %s failed: %s\n" +msgid "INFO: Printer busy (status:0x%08x)\n" msgstr "" -msgid "lp: Expected destination after -d option!\n" +#: backend/ipp.c:995 backend/usb-unix.c:120 +msgid "INFO: Printer busy; will retry in 10 seconds...\n" msgstr "" -msgid "lp: Expected form after -f option!\n" +#: backend/parallel.c:239 backend/scsi-irix.c:141 backend/scsi-linux.c:156 +#: backend/serial.c:260 +msgid "INFO: Printer busy; will retry in 30 seconds...\n" msgstr "" -msgid "lp: Expected hostname after -h option!\n" +#: backend/usb-unix.c:412 backend/usb-unix.c:505 +msgid "INFO: Printer busy; will retry in 5 seconds...\n" msgstr "" -msgid "lp: Expected job ID after -i option!\n" +#: backend/ipp.c:715 backend/ipp.c:1005 +msgid "INFO: Printer does not support IPP/1.1, trying IPP/1.0...\n" msgstr "" -msgid "lp: Error - cannot print files and alter jobs simultaneously!\n" +#: backend/usb-unix.c:505 +msgid "INFO: Printer is busy; will retry in 5 seconds...\n" msgstr "" -msgid "lp: Error - bad job ID!\n" +#: backend/runloop.c:136 backend/runloop.c:230 backend/usb-darwin.c:707 +msgid "INFO: Printer is currently off-line.\n" msgstr "" -msgid "lp: Expected copies after -n option!\n" +#: backend/runloop.c:252 backend/usb-darwin.c:695 +msgid "INFO: Printer is now on-line.\n" msgstr "" -msgid "lp: Expected option string after -o option!\n" +#: backend/parallel.c:244 backend/usb-unix.c:126 +msgid "INFO: Printer not connected; will retry in 30 seconds...\n" msgstr "" +#: filter/rastertoepson.c:1099 filter/rastertohp.c:830 +#: filter/rastertolabel.c:1255 #, c-format -msgid "lp: Expected priority after -%c option!\n" +msgid "INFO: Printing page %d, %d%% complete...\n" msgstr "" -msgid "lp: Priority must be between 1 and 100.\n" +#: filter/imagetops.c:805 +#, c-format +msgid "INFO: Printing page %d...\n" msgstr "" -msgid "lp: Expected title after -t option!\n" +#: backend/socket.c:450 filter/rastertoepson.c:1146 filter/rastertohp.c:882 +#: filter/rastertolabel.c:1304 +msgid "INFO: Ready to print.\n" msgstr "" -msgid "lp: Expected mode list after -y option!\n" +#: backend/lpd.c:1105 +#, c-format +msgid "INFO: Sending control file (%lu bytes)\n" msgstr "" -msgid "lp: Warning - mode option ignored!\n" +#: backend/lpd.c:976 +#, c-format +msgid "INFO: Sending control file (%u bytes)\n" msgstr "" -msgid "lp: Expected hold name after -H option!\n" +#: backend/usb-darwin.c:434 +msgid "INFO: Sending data\n" msgstr "" -msgid "lp: Need job ID (-i) before \"-H restart\"!\n" +#: backend/lpd.c:1029 +#, c-format +msgid "INFO: Sending data file (%ld bytes)\n" msgstr "" -msgid "lp: Expected page list after -P option!\n" +#: backend/lpd.c:1027 +#, c-format +msgid "INFO: Sending data file (%lld bytes)\n" msgstr "" -msgid "lp: Expected character set after -S option!\n" +#: backend/parallel.c:295 backend/socket.c:385 backend/usb-unix.c:177 +#, c-format +msgid "INFO: Sent print file, %ld bytes...\n" msgstr "" -msgid "lp: Warning - character set option ignored!\n" +#: backend/parallel.c:293 backend/socket.c:383 backend/usb-unix.c:175 +#, c-format +msgid "INFO: Sent print file, %lld bytes...\n" msgstr "" -msgid "lp: Expected content type after -T option!\n" +#: backend/lpd.c:1040 +#, c-format +msgid "INFO: Spooling LPR job, %.0f%% complete...\n" msgstr "" -msgid "lp: Warning - content type option ignored!\n" +#: backend/ipp.c:557 backend/ipp.c:794 backend/lpd.c:803 +#: backend/parallel.c:225 backend/scsi-irix.c:121 backend/serial.c:246 +#: backend/socket.c:288 backend/usb-unix.c:106 backend/scsi-linux.c:136 +msgid "INFO: Unable to contact printer, queuing on next printer in class...\n" msgstr "" -#, c-format -msgid "lp: Unknown option '%c'!\n" +#: backend/ipp.c:1086 +msgid "INFO: Waiting for job to complete...\n" msgstr "" -msgid "lp: Error - cannot print from stdin if files or a job ID are provided!\n" +#: cups/ppd.c:322 +msgid "Illegal control character" msgstr "" -#, c-format -msgid "lp: Unable to access \"%s\" - %s\n" +#: cups/ppd.c:323 +msgid "Illegal main keyword string" msgstr "" -#, c-format -msgid "lp: Too many files - \"%s\"\n" +#: cups/ppd.c:324 +msgid "Illegal option keyword string" msgstr "" -msgid "lp: error - no default destination available.\n" +#: cups/ppd.c:325 +msgid "Illegal translation string" msgstr "" -msgid "lp: error - scheduler not responding!\n" +#: cups/ppd.c:326 +msgid "Illegal whitespace character" msgstr "" -#, c-format -msgid "lp: unable to create temporary file \"%s\" - %s\n" +#: backend/ipp.c:1496 +msgid "Ink/toner almost empty." msgstr "" -#, c-format -msgid "lp: error - unable to write to temporary file \"%s\" - %s\n" +#: backend/ipp.c:1498 +msgid "Ink/toner empty!" msgstr "" -msgid "lp: stdin is empty, so no job has been sent.\n" +#: backend/ipp.c:1500 +msgid "Ink/toner waste bin almost full." msgstr "" -#, c-format -msgid "lp: unable to print file: %s\n" +#: backend/ipp.c:1502 +msgid "Ink/toner waste bin full!" msgstr "" -#, c-format -msgid "request id is %s-%d (%d file(s))\n" +#: backend/ipp.c:1480 +msgid "Interlock open." msgstr "" -#, c-format -msgid "lp: restart-job failed: %s\n" +#: cups/ppd.c:313 +msgid "Internal error" +msgstr "" + +#: cups/ppd.c:1277 +msgid "JCL" msgstr "" +#: scheduler/ipp.c:7723 #, c-format -msgid "lp: set-job-attributes failed: %s\n" +msgid "Job #%d cannot be restarted - no files!" msgstr "" +#: scheduler/ipp.c:2723 scheduler/ipp.c:3057 scheduler/ipp.c:5515 +#: scheduler/ipp.c:6301 scheduler/ipp.c:6465 scheduler/ipp.c:6646 +#: scheduler/ipp.c:6691 scheduler/ipp.c:7470 scheduler/ipp.c:7691 +#: scheduler/ipp.c:8021 scheduler/ipp.c:8551 #, c-format -msgid "lpinfo: Unable to connect to server: %s\n" +msgid "Job #%d does not exist!" msgstr "" +#: scheduler/ipp.c:3088 #, c-format -msgid "lpinfo: Unknown option '%c'!\n" +msgid "Job #%d is already aborted - can't cancel." msgstr "" +#: scheduler/ipp.c:3082 #, c-format -msgid "lpinfo: Unknown argument '%s'!\n" +msgid "Job #%d is already canceled - can't cancel." msgstr "" +#: scheduler/ipp.c:3094 #, c-format -msgid "lpinfo: cups-get-devices failed: %s\n" +msgid "Job #%d is already completed - can't cancel." msgstr "" +#: scheduler/ipp.c:6722 scheduler/ipp.c:8566 #, c-format -msgid "" -"Device: uri = %s\n" -" class = %s\n" -" info = %s\n" -" make-and-model = %s\n" +msgid "Job #%d is finished and cannot be altered!" msgstr "" +#: scheduler/ipp.c:7705 #, c-format -msgid "lpinfo: cups-get-ppds failed: %s\n" +msgid "Job #%d is not complete!" msgstr "" +#: scheduler/ipp.c:2738 #, c-format -msgid "" -"Model: name = %s\n" -" natural_language = %s\n" -" make-and-model = %s\n" +msgid "Job #%d is not held for authentication!" +msgstr "" + +#: scheduler/ipp.c:7484 +#, c-format +msgid "Job #%d is not held!" msgstr "" +#: scheduler/ipp.c:6279 #, c-format -msgid "lpmove: Unknown option '%c'!\n" +msgid "Job #%s does not exist!" msgstr "" +#: scheduler/ipp.c:5183 #, c-format -msgid "lpmove: Unknown argument '%s'!\n" +msgid "Job %d not found!" msgstr "" -msgid "Usage: lpmove job dest\n" +#: cgi-bin/ipp-var.c:867 +msgid "Job Completed" msgstr "" -#, c-format -msgid "lpmove: Unable to connect to server: %s\n" +#: cgi-bin/ipp-var.c:865 +msgid "Job Created" msgstr "" -#, c-format -msgid "lpmove: move-job failed: %s\n" +#: cgi-bin/ipp-var.c:871 +msgid "Job Options Changed" msgstr "" -msgid "lpoptions: Unknown printer or class!\n" +#: cgi-bin/ipp-var.c:869 +msgid "Job Stopped" msgstr "" -msgid "lpoptions: No printers!?!\n" +#: scheduler/ipp.c:8647 +msgid "Job is completed and cannot be changed." msgstr "" -#, c-format -msgid "lpoptions: Unable to add printer or instance: %s\n" +#: cgi-bin/jobs.c:201 +msgid "Job operation failed:" msgstr "" -#, c-format -msgid "lpoptions: Destination %s has no PPD file!\n" +#: scheduler/ipp.c:8678 scheduler/ipp.c:8695 scheduler/ipp.c:8706 +msgid "Job state cannot be changed." msgstr "" -#, c-format -msgid "lpoptions: Unable to open PPD file for %s!\n" +#: scheduler/ipp.c:7573 +msgid "Job subscriptions cannot be renewed!" msgstr "" -msgid "" -"Usage: lpoptions [-h server] [-E] -d printer\n" -" lpoptions [-h server] [-E] [-p printer] -l\n" -" lpoptions [-h server] [-E] -p printer -o option[=value] ...\n" -" lpoptions [-h server] [-E] -x printer\n" +#: cgi-bin/jobs.c:111 cgi-bin/jobs.c:122 cgi-bin/jobs.c:198 +msgid "Jobs" msgstr "" -msgid "lppasswd: Only root can add or delete passwords!\n" +#: scheduler/ipp.c:1888 scheduler/ipp.c:5106 +#, c-format +msgid "Language \"%s\" not supported!" msgstr "" -msgid "Enter old password:" +#: cups/ppd.c:321 +msgid "Line longer than the maximum allowed (255 characters)" msgstr "" -#, c-format -msgid "lppasswd: Unable to copy password string: %s\n" +#: cups/ppd.c:725 cups/ppd.c:1242 +msgid "Media Size" msgstr "" -msgid "Enter password:" +#: cups/ppd.c:729 cups/ppd.c:1246 +msgid "Media Source" msgstr "" -msgid "Enter password again:" +#: cups/ppd.c:727 cups/ppd.c:1244 +msgid "Media Type" msgstr "" -msgid "lppasswd: Sorry, passwords don't match!\n" +#: backend/ipp.c:1468 +msgid "Media jam!" msgstr "" -msgid "" -"lppasswd: Sorry, password rejected.\n" -"Your password must be at least 6 characters long, cannot contain\n" -"your username, and must contain at least one letter and number.\n" +#: backend/ipp.c:1486 +msgid "Media tray almost empty." msgstr "" -msgid "lppasswd: Password file busy!\n" +#: backend/ipp.c:1488 +msgid "Media tray empty!" msgstr "" -#, c-format -msgid "lppasswd: Unable to open password file: %s\n" +#: backend/ipp.c:1484 +msgid "Media tray missing!" msgstr "" -#, c-format -msgid "lppasswd: Unable to write to password file: %s\n" +#: backend/ipp.c:1466 +msgid "Media tray needs to be filled." msgstr "" -#, c-format -msgid "lppasswd: user \"%s\" and group \"%s\" do not exist.\n" +#: cups/ppd.c:310 +msgid "Memory allocation error" msgstr "" -msgid "lppasswd: Sorry, password doesn't match!\n" +#: cups/ppd.c:311 +msgid "Missing PPD-Adobe-4.x header" msgstr "" -msgid "lppasswd: Password file not updated!\n" +#: cups/ppd.c:320 +msgid "Missing asterisk in column 1" msgstr "" +#: cups/adminutil.c:273 #, c-format -msgid "lppasswd: failed to backup old password file: %s\n" +msgid "Missing double quote on line %d!" msgstr "" -#, c-format -msgid "lppasswd: failed to rename password file: %s\n" +#: cgi-bin/admin.c:1339 cgi-bin/admin.c:2176 cgi-bin/admin.c:2256 +#: cgi-bin/admin.c:2796 cgi-bin/admin.c:2898 cgi-bin/admin.c:3137 +msgid "Missing form variable!" msgstr "" -msgid "Usage: lppasswd [-g groupname]\n" +#: scheduler/ipp.c:5772 +msgid "Missing notify-subscription-ids attribute!" msgstr "" -msgid "" -"Usage: lppasswd [-g groupname] [username]\n" -" lppasswd [-g groupname] -a [username]\n" -" lppasswd [-g groupname] -x [username]\n" +#: scheduler/ipp.c:2847 +msgid "Missing requesting-user-name attribute!" msgstr "" -msgid "Start Printer" +#: scheduler/ipp.c:420 +msgid "Missing required attributes!" msgstr "" -msgid "Stop Printer" +#: cups/adminutil.c:254 +#, c-format +msgid "Missing value on line %d!" msgstr "" -msgid "Start Class" +#: cups/ppd.c:312 +msgid "Missing value string" msgstr "" -msgid "Stop Class" +#: systemv/lpinfo.c:412 +#, c-format +msgid "" +"Model: name = %s\n" +" natural_language = %s\n" +" make-and-model = %s\n" +" device-id = %s\n" msgstr "" -msgid "Accept Jobs" +#: cgi-bin/admin.c:418 +msgid "Modify Class" msgstr "" -msgid "Reject Jobs" +#: cgi-bin/admin.c:705 +msgid "Modify Printer" msgstr "" -msgid "Purge Jobs" +#: cgi-bin/ipp-var.c:422 cgi-bin/ipp-var.c:493 +msgid "Move All Jobs" msgstr "" -msgid "Set As Default" +#: cgi-bin/ipp-var.c:367 cgi-bin/ipp-var.c:420 cgi-bin/ipp-var.c:491 +msgid "Move Job" msgstr "" -msgid "Administration" +#: backend/ipp.c:1023 +#, c-format +msgid "NOTICE: Print file accepted - job ID %d.\n" msgstr "" -msgid "Modify Class" +#: backend/ipp.c:1017 +msgid "NOTICE: Print file accepted - job ID unknown.\n" msgstr "" -msgid "Add Class" +#: cups/ppd.c:309 +msgid "NULL PPD file pointer" msgstr "" -msgid "The class name may only contain up to 127 printable characters and may not contain spaces, slashes (/), or the pound sign (#)." +#: cups/ppd.c:1790 +msgid "No" msgstr "" -msgid "Unable to modify class:" +#: cups/adminutil.c:655 +msgid "No Windows printer drivers are installed!" msgstr "" -msgid "Unable to add class:" +#: scheduler/ipp.c:3015 +#, c-format +msgid "No active jobs on %s!" msgstr "" -msgid "Modify Printer" +#: scheduler/ipp.c:285 +msgid "No attributes in request!" msgstr "" -msgid "Add Printer" +#: scheduler/ipp.c:2752 +msgid "No authentication information provided!" msgstr "" -msgid "The printer name may only contain up to 127 printable characters and may not contain spaces, slashes (/), or the pound sign (#)." +#: scheduler/ipp.c:5363 +msgid "No default printer" msgstr "" -msgid "Unable to get list of printer drivers:" +#: scheduler/ipp.c:6051 +msgid "No destinations added." msgstr "" -msgid "Unable to modify printer:" +#: scheduler/ipp.c:6921 scheduler/ipp.c:8072 +msgid "No file!?!" msgstr "" -msgid "Unable to add printer:" +#: scheduler/ipp.c:5001 +msgid "No subscription attributes in request!" msgstr "" -msgid "Set Printer Options" +#: scheduler/ipp.c:6364 +msgid "No subscriptions found." msgstr "" -msgid "Missing form variable!" +#: cgi-bin/admin.c:1649 +msgid "None" msgstr "" -msgid "Unable to get PPD file!" +#: cups/ppd.c:307 +msgid "OK" msgstr "" -msgid "Unable to open PPD file:" +#: backend/ipp.c:1508 +msgid "OPC almost at end-of-life." msgstr "" -msgid "Banners" +#: backend/ipp.c:1510 +msgid "OPC at end-of-life!" msgstr "" -msgid "Starting Banner" +#: cups/ppd.c:315 +msgid "OpenGroup without a CloseGroup first" msgstr "" -msgid "Ending Banner" +#: cups/ppd.c:317 +msgid "OpenUI/JCLOpenUI without a CloseUI/JCLCloseUI first" msgstr "" -msgid "Policies" +#: cgi-bin/admin.c:1622 +msgid "Operation Policy" msgstr "" -msgid "Error Policy" +#: cgi-bin/admin.c:1445 +msgid "Options Installed" msgstr "" -msgid "Operation Policy" +#: backend/ipp.c:1476 +msgid "Out of toner!" msgstr "" -msgid "PS Binary Protocol" +#: cups/ppd.c:731 cups/ppd.c:1248 +msgid "Output Mode" msgstr "" -msgid "None" +#: backend/ipp.c:1492 +msgid "Output bin almost full." msgstr "" -msgid "Unable to set options:" +#: backend/ipp.c:1494 +msgid "Output bin full!" msgstr "" -msgid "Change Settings" +#: systemv/lpstat.c:1320 systemv/lpstat.c:1324 +#, c-format +msgid "Output for printer %s is sent to %s\n" msgstr "" -msgid "Unable to change server settings:" +#: systemv/lpstat.c:1314 +#, c-format +msgid "Output for printer %s is sent to remote printer %s on %s\n" msgstr "" -msgid "Unable to upload cupsd.conf file:" +#: systemv/lpstat.c:1338 systemv/lpstat.c:1342 +#, c-format +msgid "Output for printer %s/%s is sent to %s\n" msgstr "" -msgid "Edit Configuration File" +#: systemv/lpstat.c:1332 +#, c-format +msgid "Output for printer %s/%s is sent to remote printer %s on %s\n" msgstr "" -msgid "Unable to create temporary file:" +#: backend/ipp.c:1490 +msgid "Output tray missing!" msgstr "" -msgid "Unable to access cupsd.conf file:" +#: systemv/cupstestdsc.c:413 +msgid "PASS\n" msgstr "" -msgid "Unable to edit cupsd.conf files larger than 1MB!" +#: cgi-bin/admin.c:1643 cgi-bin/admin.c:1663 +msgid "PS Binary Protocol" msgstr "" -msgid "Delete Class" +#: cups/auth.c:158 +#, c-format +msgid "Password for %s on %s? " msgstr "" -msgid "Unable to delete class:" +#: systemv/cupsaddsmb.c:255 +#, c-format +msgid "Password for %s required to access %s via SAMBA: " msgstr "" -msgid "Delete Printer" +#: cgi-bin/admin.c:1571 +msgid "Policies" msgstr "" -msgid "Unable to delete printer:" +#: cups/notify.c:91 +msgid "Print Job:" msgstr "" -msgid "Export Printers to Samba" +#: cgi-bin/ipp-var.c:606 +msgid "Print Test Page" msgstr "" -msgid "Unable to fork process!" +#: cgi-bin/ipp-var.c:859 +msgid "Printer Added" msgstr "" -msgid "Unable to connect to server!" +#: cgi-bin/ipp-var.c:863 +msgid "Printer Deleted" msgstr "" -msgid "Unable to get printer attributes!" +#: cgi-bin/printers.c:222 cgi-bin/printers.c:293 +msgid "Printer Maintenance" msgstr "" -msgid "Unable to convert PPD file!" +#: cgi-bin/ipp-var.c:861 +msgid "Printer Modified" msgstr "" -msgid "Unable to copy Windows 2000 printer driver files!" +#: cgi-bin/ipp-var.c:857 +msgid "Printer Stopped" msgstr "" -msgid "Unable to install Windows 2000 printer driver files!" +#: backend/ipp.c:1472 +msgid "Printer off-line." msgstr "" -msgid "Unable to copy Windows 9x printer driver files!" +#: cups/notify.c:135 +msgid "Printer:" msgstr "" -msgid "Unable to install Windows 9x printer driver files!" +#: cgi-bin/printers.c:170 cgi-bin/printers.c:339 +msgid "Printers" msgstr "" -msgid "Unable to set Windows printer driver!" +#: cgi-bin/admin.c:168 +msgid "Purge Jobs" msgstr "" -msgid "No printer drivers found!" +#: scheduler/ipp.c:1320 +msgid "Quota limit reached." msgstr "" -msgid "Unable to execute cupsaddsmb command!" +#: berkeley/lpq.c:517 +msgid "Rank Owner Job File(s) Total Size\n" msgstr "" -#, c-format -msgid "cupsaddsmb failed with status %d" +#: berkeley/lpq.c:513 +msgid "Rank Owner Pri Job Files Total Size\n" msgstr "" -#, c-format -msgid "cupsaddsmb crashed on signal %d" +#: cgi-bin/admin.c:166 +msgid "Reject Jobs" msgstr "" -msgid "A Samba username is required to export printer drivers!" +#: cups/ppd.c:733 cups/ppd.c:1250 +msgid "Resolution" msgstr "" -msgid "A Samba password is required to export printer drivers!" +#: cups/adminutil.c:1914 +#, c-format +msgid "Running command: %s %s -N -A %s -c '%s'\n" msgstr "" -msgid "Unable to open cupsd.conf file:" +#: cgi-bin/ipp-var.c:873 +msgid "Server Restarted" msgstr "" -msgid "Unable to change printer:" +#: cgi-bin/ipp-var.c:879 +msgid "Server Security Auditing" msgstr "" -msgid "Set Allowed Users" +#: cgi-bin/ipp-var.c:875 +msgid "Server Started" msgstr "" -msgid "Unable to get printer attributes:" +#: cgi-bin/ipp-var.c:877 +msgid "Server Stopped" msgstr "" -msgid "Set Publishing" +#: cgi-bin/admin.c:2899 cgi-bin/admin.c:2945 cgi-bin/admin.c:3086 +#: cgi-bin/admin.c:3105 +msgid "Set Allowed Users" msgstr "" -msgid "Unable to change printer-is-shared attribute:" +#: cgi-bin/admin.c:172 +msgid "Set As Default" msgstr "" -msgid "Classes" +#: cgi-bin/admin.c:1326 cgi-bin/admin.c:1419 cgi-bin/admin.c:1688 +msgid "Set Printer Options" msgstr "" -msgid "Unable to get class list:" +#: cgi-bin/admin.c:3138 cgi-bin/admin.c:3177 cgi-bin/admin.c:3195 +msgid "Set Publishing" msgstr "" -msgid "Unable to get class status:" +#: cgi-bin/admin.c:160 +msgid "Start Class" msgstr "" -msgid "Move Job" +#: cgi-bin/admin.c:156 +msgid "Start Printer" msgstr "" -msgid "Unable to find destination for job!" +#: cgi-bin/admin.c:1546 +msgid "Starting Banner" msgstr "" -msgid "Move All Jobs" +#: cgi-bin/admin.c:162 +msgid "Stop Class" msgstr "" -msgid "Unable to move job" +#: cgi-bin/admin.c:158 +msgid "Stop Printer" msgstr "" -msgid "Unable to move jobs" +#: cgi-bin/admin.c:576 +msgid "The class name may only contain up to 127 printable characters and may not contain spaces, slashes (/), or the pound sign (#)." msgstr "" -msgid "Print Test Page" +#: scheduler/ipp.c:1915 +msgid "The notify-lease-duration attribute cannot be used with job subscriptions." msgstr "" -msgid "Unable to print test page:" +#: scheduler/ipp.c:1898 scheduler/ipp.c:5116 +#, c-format +msgid "The notify-user-data value is too large (%d > 63 octets)!" msgstr "" -msgid "Jobs" +#: cgi-bin/admin.c:775 +msgid "The printer name may only contain up to 127 printable characters and may not contain spaces, slashes (/), or the pound sign (#)." msgstr "" -msgid "Job operation failed:" +#: scheduler/ipp.c:1184 +msgid "The printer or class is not shared!" msgstr "" -msgid "Printers" +#: scheduler/ipp.c:736 scheduler/ipp.c:1025 scheduler/ipp.c:2883 +#: scheduler/ipp.c:2988 scheduler/ipp.c:4666 scheduler/ipp.c:4960 +#: scheduler/ipp.c:5259 scheduler/ipp.c:5612 scheduler/ipp.c:5983 +#: scheduler/ipp.c:6291 scheduler/ipp.c:6583 scheduler/ipp.c:6627 +#: scheduler/ipp.c:6936 scheduler/ipp.c:7342 scheduler/ipp.c:8426 +#: scheduler/ipp.c:9090 scheduler/ipp.c:9157 scheduler/ipp.c:9383 +msgid "The printer or class was not found." msgstr "" -msgid "Unable to get printer list:" +#: scheduler/ipp.c:841 scheduler/ipp.c:2099 +#, c-format +msgid "The printer-uri \"%s\" contains invalid characters." msgstr "" -msgid "Unable to get printer status:" +#: scheduler/ipp.c:2828 +msgid "The printer-uri attribute is required!" msgstr "" -msgid "OK" +#: scheduler/ipp.c:825 +msgid "The printer-uri must be of the form \"ipp://HOSTNAME/classes/CLASSNAME\"." msgstr "" -msgid "Unable to open PPD file" +#: scheduler/ipp.c:2083 +msgid "The printer-uri must be of the form \"ipp://HOSTNAME/printers/PRINTERNAME\"." msgstr "" -msgid "NULL PPD file pointer" +#: cgi-bin/admin.c:325 +msgid "The subscription name may not contain spaces, slashes (/), question marks (?), or the pound sign (#)." msgstr "" -msgid "Memory allocation error" +#: backend/ipp.c:1474 +msgid "Toner low." msgstr "" -msgid "Missing PPD-Adobe-4.x header" +#: scheduler/ipp.c:1314 +msgid "Too many active jobs." msgstr "" -msgid "Missing value string" +#: cgi-bin/admin.c:2073 cgi-bin/admin.c:2086 cgi-bin/admin.c:2110 +msgid "Unable to access cupsd.conf file:" msgstr "" -msgid "Internal error" +#: cgi-bin/admin.c:375 +msgid "Unable to add RSS subscription:" msgstr "" -msgid "Bad OpenGroup" +#: cgi-bin/admin.c:637 +msgid "Unable to add class:" msgstr "" -msgid "OpenGroup without a CloseGroup first" +#: scheduler/ipp.c:1353 +#, c-format +msgid "Unable to add job for destination \"%s\"!" msgstr "" -msgid "Bad OpenUI/JCLOpenUI" +#: cgi-bin/admin.c:1189 +msgid "Unable to add printer:" msgstr "" -msgid "OpenUI/JCLOpenUI without a CloseUI/JCLCloseUI first" +#: scheduler/ipp.c:1134 +msgid "Unable to allocate memory for file types!" msgstr "" -msgid "Bad OrderDependency" +#: cgi-bin/admin.c:1280 +msgid "Unable to cancel RSS subscription:" msgstr "" -msgid "Bad UIConstraints" +#: cgi-bin/admin.c:3178 +msgid "Unable to change printer-is-shared attribute:" msgstr "" -msgid "Missing asterisk in column 1" +#: cgi-bin/admin.c:2829 cgi-bin/admin.c:3087 +msgid "Unable to change printer:" msgstr "" -msgid "Line longer than the maximum allowed (255 characters)" +#: cgi-bin/admin.c:1869 cgi-bin/admin.c:1926 +msgid "Unable to change server settings:" msgstr "" -msgid "Illegal control character" +#: cups/adminutil.c:523 +#, c-format +msgid "Unable to copy CUPS printer driver files (%d)!" msgstr "" -msgid "Illegal main keyword string" +#: scheduler/ipp.c:2429 +#, c-format +msgid "Unable to copy PPD file - %s!" msgstr "" -msgid "Illegal option keyword string" +#: scheduler/ipp.c:2485 +msgid "Unable to copy PPD file!" msgstr "" -msgid "Illegal translation string" +#: cups/adminutil.c:488 +#, c-format +msgid "Unable to copy Windows 2000 printer driver files (%d)!" msgstr "" -msgid "Illegal whitespace character" +#: cups/adminutil.c:607 +#, c-format +msgid "Unable to copy Windows 9x printer driver files (%d)!" msgstr "" -msgid "Bad custom parameter" +#: scheduler/ipp.c:2404 +#, c-format +msgid "Unable to copy interface script - %s!" msgstr "" -msgid "Unknown" +#: cgi-bin/admin.c:1973 cgi-bin/admin.c:1985 cgi-bin/printers.c:223 +msgid "Unable to create temporary file:" msgstr "" -msgid "Custom" +#: cgi-bin/admin.c:2218 +msgid "Unable to delete class:" msgstr "" -msgid "JCL" +#: cgi-bin/admin.c:2298 +msgid "Unable to delete printer:" msgstr "" -msgid "No authentication information provided!" +#: cgi-bin/admin.c:2088 +msgid "Unable to edit cupsd.conf files larger than 1MB!" msgstr "" -#, c-format -msgid "Password for %s required to access %s via SAMBA: " +#: cgi-bin/ipp-var.c:368 +msgid "Unable to find destination for job!" msgstr "" -#, c-format -msgid "Running command: %s %s -N -U '%s%%%s' -c '%s'\n" +#: cgi-bin/admin.c:1357 +msgid "Unable to get PPD file!" msgstr "" -#, c-format -msgid "cupsaddsmb: Unable to run \"%s\": %s\n" +#: cgi-bin/classes.c:359 +msgid "Unable to get class list:" msgstr "" -msgid "cupsaddsmb: No Windows printer drivers are installed!\n" +#: cgi-bin/classes.c:458 +msgid "Unable to get class status:" msgstr "" -msgid "cupsaddsmb: Warning, no Windows 2000 printer drivers are installed!\n" +#: cgi-bin/admin.c:1104 +msgid "Unable to get list of printer drivers:" msgstr "" -#, c-format -msgid "lpadmin: Printer %s is already a member of class %s.\n" +#: cgi-bin/admin.c:2948 +msgid "Unable to get printer attributes:" msgstr "" -msgid "lpadmin: No member names were seen!\n" +#: cgi-bin/printers.c:523 +msgid "Unable to get printer list:" msgstr "" -#, c-format -msgid "lpadmin: Printer %s is not a member of class %s.\n" +#: cgi-bin/printers.c:633 +msgid "Unable to get printer status:" msgstr "" +#: cups/adminutil.c:566 #, c-format -msgid "" -"Device: uri = %s\n" -" class = %s\n" -" info = %s\n" -" make-and-model = %s\n" -" device-id = %s\n" +msgid "Unable to install Windows 2000 printer driver files (%d)!" msgstr "" +#: cups/adminutil.c:636 #, c-format -msgid "" -"Model: name = %s\n" -" natural_language = %s\n" -" make-and-model = %s\n" -" device-id = %s\n" -msgstr "" - -msgid "Usage: lpmove job/src dest\n" -msgstr "" - -msgid "lpstat: Need \"completed\", \"not-completed\", or \"all\" after -W!\n" +msgid "Unable to install Windows 9x printer driver files (%d)!" msgstr "" -#, c-format -msgid "%s accepting requests since %s\n" +#: cgi-bin/admin.c:636 +msgid "Unable to modify class:" msgstr "" -#, c-format -msgid "" -"%s not accepting requests since %s -\n" -"\t%s\n" +#: cgi-bin/admin.c:1188 +msgid "Unable to modify printer:" msgstr "" -#, c-format -msgid "%s/%s accepting requests since %s\n" +#: cgi-bin/ipp-var.c:498 +msgid "Unable to move job" msgstr "" -#, c-format -msgid "" -"%s/%s not accepting requests since %s -\n" -"\t%s\n" +#: cgi-bin/ipp-var.c:500 +msgid "Unable to move jobs" msgstr "" -msgid "lpc> " +#: cups/ppd.c:308 +msgid "Unable to open PPD file" msgstr "" -#, c-format -msgid "%s: Unable to contact server!\n" +#: cgi-bin/admin.c:1367 +msgid "Unable to open PPD file:" msgstr "" -#, c-format -msgid "%s: Error - expected username after '-U' option!\n" +#: cgi-bin/admin.c:2466 +msgid "Unable to open cupsd.conf file:" msgstr "" -#, c-format -msgid "%s: Error - unknown destination \"%s/%s\"!\n" +#: cgi-bin/ipp-var.c:609 +msgid "Unable to print test page:" msgstr "" +#: cups/adminutil.c:1945 #, c-format -msgid "%s: Unknown destination \"%s\"!\n" +msgid "Unable to run \"%s\": %s\n" msgstr "" -#, c-format -msgid "%s: Error - expected hostname after '-h' option!\n" +#: cgi-bin/printers.c:296 +msgid "Unable to send maintenance job:" msgstr "" +#: cups/adminutil.c:682 #, c-format -msgid "%s: error - %s environment variable names non-existent destination \"%s\"!\n" +msgid "Unable to set Windows printer driver (%d)!" msgstr "" -#, c-format -msgid "%s: error - no default destination available.\n" +#: cgi-bin/admin.c:1786 +msgid "Unable to set options:" msgstr "" -msgid "Usage: lpq [-P dest] [-U username] [-h hostname[:port]] [-l] [+interval]\n" +#: cgi-bin/admin.c:2029 +msgid "Unable to upload cupsd.conf file:" msgstr "" -#, c-format -msgid "%s: Error - expected hostname after '-H' option!\n" +#: cups/ppd.c:332 +msgid "Unknown" msgstr "" +#: backend/ipp.c:1519 #, c-format -msgid "%s: Error - expected value after '-%c' option!\n" +msgid "Unknown printer error (%s)!" msgstr "" +#: scheduler/ipp.c:8963 #, c-format -msgid "%s: Warning - '%c' format modifier not supported - output may not be correct!\n" +msgid "Unknown printer-error-policy \"%s\"." msgstr "" +#: scheduler/ipp.c:8948 #, c-format -msgid "%s: error - expected option=value after '-o' option!\n" +msgid "Unknown printer-op-policy \"%s\"." msgstr "" +#: scheduler/ipp.c:6902 scheduler/ipp.c:8053 #, c-format -msgid "%s: Error - expected destination after '-P' option!\n" +msgid "Unsupported compression \"%s\"!" msgstr "" +#: scheduler/ipp.c:9337 #, c-format -msgid "%s: Error - expected copy count after '-#' option!\n" +msgid "Unsupported compression attribute %s!" msgstr "" +#: scheduler/ipp.c:9364 #, c-format -msgid "%s: Error - expected name after '-%c' option!\n" +msgid "Unsupported format \"%s\"!" msgstr "" +#: scheduler/ipp.c:1246 scheduler/ipp.c:8184 #, c-format -msgid "%s: Error - unknown option '%c'!\n" +msgid "Unsupported format '%s'!" msgstr "" +#: scheduler/ipp.c:7033 scheduler/ipp.c:8167 #, c-format -msgid "%s: Error - unable to access \"%s\" - %s\n" +msgid "Unsupported format '%s/%s'!" msgstr "" -#, c-format -msgid "%s: Error - too many files - \"%s\"\n" +#: systemv/lpadmin.c:814 +msgid "" +"Usage:\n" +"\n" +" lpadmin [-h server] -d destination\n" +" lpadmin [-h server] -x destination\n" +" lpadmin [-h server] -p printer [-c add-class] [-i interface] [-m model]\n" +" [-r remove-class] [-v device] [-D description]\n" +" [-P ppd-file] [-o name=value]\n" +" [-u allow:user,user] [-u deny:user,user]\n" +"\n" msgstr "" +#: backend/ipp.c:208 backend/lpd.c:198 backend/parallel.c:134 +#: backend/scsi.c:154 backend/serial.c:173 backend/socket.c:135 +#: backend/usb.c:196 filter/hpgl-main.c:157 filter/imagetops.c:124 +#: filter/imagetoraster.c:217 filter/pstops.c:244 filter/rastertoepson.c:1033 +#: filter/rastertohp.c:766 filter/rastertolabel.c:1180 filter/textcommon.c:527 #, c-format -msgid "%s: Error - %s environment variable names non-existent destination \"%s\"!\n" +msgid "Usage: %s job-id user title copies options [file]\n" msgstr "" +#: filter/gziptoany.c:62 #, c-format -msgid "%s: Error - no default destination available.\n" +msgid "Usage: %s job-id user title copies options file\n" msgstr "" -#, c-format -msgid "%s: Error - scheduler not responding!\n" +#: systemv/cupsaddsmb.c:282 +msgid "" +"Usage: cupsaddsmb [options] printer1 ... printerN\n" +" cupsaddsmb [options] -a\n" +"\n" +"Options:\n" +" -E Encrypt the connection to the server\n" +" -H samba-server Use the named SAMBA server\n" +" -U samba-user Authenticate using the named SAMBA user\n" +" -a Export all printers\n" +" -h cups-server Use the named CUPS server\n" +" -v Be verbose (show commands)\n" msgstr "" -#, c-format -msgid "%s: Error - unable to create temporary file \"%s\" - %s\n" +#: scheduler/main.c:2146 +msgid "" +"Usage: cupsd [-c config-file] [-f] [-F] [-h] [-l]\n" +"\n" +"-c config-file Load alternate configuration file\n" +"-f Run in the foreground\n" +"-F Run in the foreground but detach\n" +"-h Show this usage message\n" +"-l Run cupsd from launchd(8)\n" msgstr "" -#, c-format -msgid "%s: Error - unable to write to temporary file \"%s\" - %s\n" +#: systemv/cupstestdsc.c:440 +msgid "" +"Usage: cupstestdsc [options] filename.ps [... filename.ps]\n" +" cupstestdsc [options] -\n" +"\n" +"Options:\n" +"\n" +" -h Show program usage\n" +"\n" +" Note: this program only validates the DSC comments, not the PostScript itself.\n" msgstr "" -#, c-format -msgid "%s: Error - stdin is empty, so no job has been sent.\n" +#: systemv/cupstestppd.c:1851 +msgid "" +"Usage: cupstestppd [-q] [-r] [-v[v]] filename1.ppd[.gz] [... filenameN.ppd[.gz]]\n" +" program | cupstestppd [-q] [-r] [-v[v]] -\n" msgstr "" -#, c-format -msgid "%s: Error - unknown destination \"%s\"!\n" +#: systemv/lpmove.c:147 +msgid "Usage: lpmove job/src dest\n" msgstr "" -#, c-format -msgid "%s: Error - expected reason text after '-r' option!\n" +#: systemv/lpoptions.c:488 +msgid "" +"Usage: lpoptions [-h server] [-E] -d printer\n" +" lpoptions [-h server] [-E] [-p printer] -l\n" +" lpoptions [-h server] [-E] -p printer -o option[=value] ...\n" +" lpoptions [-h server] [-E] -x printer\n" msgstr "" -#, c-format -msgid "%s: Error - expected username after '-u' option!\n" +#: systemv/lppasswd.c:502 +msgid "Usage: lppasswd [-g groupname]\n" msgstr "" -#, c-format -msgid "%s: %s failed: %s\n" +#: systemv/lppasswd.c:505 +msgid "" +"Usage: lppasswd [-g groupname] [username]\n" +" lppasswd [-g groupname] -a [username]\n" +" lppasswd [-g groupname] -x [username]\n" msgstr "" -#, c-format -msgid "%s: Error - expected destination after '-d' option!\n" +#: berkeley/lpq.c:672 +msgid "Usage: lpq [-P dest] [-U username] [-h hostname[:port]] [-l] [+interval]\n" msgstr "" -#, c-format -msgid "%s: Error - expected form after '-f' option!\n" +#: backend/snmp.c:315 +msgid "Usage: snmp [host-or-ip-address]\n" msgstr "" +#: backend/usb-darwin.c:1226 #, c-format -msgid "%s: Warning - form option ignored!\n" +msgid "WARNING: Boolean expected for waiteof option \"%s\"\n" msgstr "" -#, c-format -msgid "%s: Expected job ID after '-i' option!\n" +#: backend/usb-darwin.c:396 +msgid "WARNING: Couldn't create read channel\n" msgstr "" -#, c-format -msgid "%s: Error - cannot print files and alter jobs simultaneously!\n" +#: backend/usb-darwin.c:411 +msgid "WARNING: Couldn't create sidechannel thread!\n" msgstr "" -#, c-format -msgid "%s: Error - bad job ID!\n" +#: backend/parallel.c:625 backend/serial.c:1259 backend/socket.c:475 +#: backend/usb-unix.c:558 +msgid "WARNING: Failed to read side-channel request!\n" msgstr "" +#: filter/pstops.c:2154 #, c-format -msgid "%s: Error - expected copies after '-n' option!\n" +msgid "WARNING: Option \"%s\" cannot be included via IncludeFeature!\n" msgstr "" +#: backend/lpd.c:598 #, c-format -msgid "%s: Error - expected option string after '-o' option!\n" +msgid "WARNING: Remote host did not respond with command status byte after %d seconds!\n" msgstr "" +#: backend/lpd.c:991 backend/lpd.c:1120 #, c-format -msgid "%s: Error - expected priority after '-%c' option!\n" +msgid "WARNING: Remote host did not respond with control status byte after %d seconds!\n" msgstr "" +#: backend/lpd.c:1076 #, c-format -msgid "%s: Error - priority must be between 1 and 100.\n" +msgid "WARNING: Remote host did not respond with data status byte after %d seconds!\n" msgstr "" +#: backend/scsi-irix.c:204 backend/scsi-linux.c:223 #, c-format -msgid "%s: Error - expected title after '-t' option!\n" +msgid "WARNING: SCSI command timed out (%d); retrying...\n" msgstr "" -#, c-format -msgid "%s: Error - expected mode list after '-y' option!\n" +#: filter/pstops.c:1035 +msgid "WARNING: This document does not conform to the Adobe Document Structuring Conventions and may not print correctly!\n" msgstr "" +#: filter/pstops.c:2161 #, c-format -msgid "%s: Warning - mode option ignored!\n" +msgid "WARNING: Unknown choice \"%s\" for option \"%s\"!\n" msgstr "" +#: filter/pstops.c:2147 #, c-format -msgid "%s: Error - expected hold name after '-H' option!\n" +msgid "WARNING: Unknown option \"%s\"!\n" msgstr "" +#: backend/serial.c:382 #, c-format -msgid "%s: Need job ID ('-i jobid') before '-H restart'!\n" +msgid "WARNING: Unsupported baud rate %s!\n" msgstr "" +#: backend/ipp.c:584 backend/ipp.c:697 backend/lpd.c:829 backend/socket.c:312 #, c-format -msgid "%s: Error - expected page list after '-P' option!\n" +msgid "WARNING: recoverable: Network host '%s' is busy; will retry in %d seconds...\n" msgstr "" -#, c-format -msgid "%s: Error - expected character set after '-S' option!\n" +#: cups/adminutil.c:660 +msgid "Warning, no Windows 2000 printer drivers are installed!" msgstr "" -#, c-format -msgid "%s: Warning - character set option ignored!\n" +#: cups/ppd.c:1788 +msgid "Yes" msgstr "" +#: scheduler/client.c:2279 #, c-format -msgid "%s: Error - expected content type after '-T' option!\n" +msgid "You must access this page using the URL https://%s:%d%s." msgstr "" -#, c-format -msgid "%s: Warning - content type option ignored!\n" +#: cups/notify.c:111 +msgid "aborted" msgstr "" -#, c-format -msgid "%s: Error - cannot print from stdin if files or a job ID are provided!\n" +#: cups/notify.c:108 +msgid "canceled" msgstr "" -#, c-format -msgid "%s: Error - need \"completed\", \"not-completed\", or \"all\" after '-W' option!\n" +#: cups/notify.c:114 +msgid "completed" msgstr "" -#, c-format -msgid "%s: Error - expected destination after '-b' option!\n" +#: scheduler/ipp.c:5432 +msgid "cups-deviced failed to execute." msgstr "" -#, c-format -msgid "%s: Invalid destination name in list \"%s\"!\n" +#: scheduler/ipp.c:5950 +msgid "cups-driverd failed to execute." msgstr "" +#: systemv/cupsaddsmb.c:235 #, c-format -msgid "%s: Unable to connect to server\n" +msgid "cupsaddsmb: No PPD file for printer \"%s\" - %s\n" msgstr "" -msgid "Print Job:" +#: scheduler/main.c:191 +msgid "cupsd: Expected config filename after \"-c\" option!\n" msgstr "" -msgid "pending" +#: scheduler/main.c:266 +#, c-format +msgid "cupsd: Unknown argument \"%s\" - aborting!\n" msgstr "" -msgid "held" +#: scheduler/main.c:259 +#, c-format +msgid "cupsd: Unknown option \"%c\" - aborting!\n" msgstr "" -msgid "processing" +#: scheduler/main.c:246 +msgid "cupsd: launchd(8) support not compiled in, running in normal mode.\n" msgstr "" -msgid "stopped" +#: systemv/cupstestppd.c:140 +msgid "cupstestppd: The -q option is incompatible with the -v option.\n" msgstr "" -msgid "canceled" +#: systemv/cupstestppd.c:156 +msgid "cupstestppd: The -v option is incompatible with the -q option.\n" msgstr "" -msgid "aborted" +#: systemv/lpstat.c:1360 systemv/lpstat.c:1363 systemv/lpstat.c:1366 +#, c-format +msgid "device for %s/%s: %s\n" msgstr "" -msgid "completed" +#: systemv/lpstat.c:1347 systemv/lpstat.c:1350 systemv/lpstat.c:1353 +#, c-format +msgid "device for %s: %s\n" msgstr "" -msgid "unknown" +#: cups/notify.c:99 +msgid "held" msgstr "" -msgid "untitled" +#: berkeley/lpc.c:223 +msgid "help\t\tget help on commands\n" msgstr "" -msgid "Printer:" +#: cups/notify.c:140 +msgid "idle" msgstr "" -msgid "idle" +#: scheduler/ipp.c:6572 +msgid "job-printer-uri attribute missing!" msgstr "" -msgid "Missing notify-subscription-ids attribute!" +#: systemv/lpadmin.c:150 systemv/lpadmin.c:462 +msgid "lpadmin: Class name can only contain printable characters!\n" msgstr "" -msgid "Job subscriptions cannot be renewed!" +#: systemv/lpadmin.c:759 +msgid "lpadmin: Expected PPD after '-P' option!\n" msgstr "" -msgid "cupsd: Expected config filename after \"-c\" option!\n" +#: systemv/lpadmin.c:500 +msgid "lpadmin: Expected allow/deny:userlist after '-u' option!\n" msgstr "" -msgid "cupsd: launchd(8) support not compiled in, running in normal mode.\n" +#: systemv/lpadmin.c:451 +msgid "lpadmin: Expected class after '-r' option!\n" msgstr "" -#, c-format -msgid "cupsd: Unknown option \"%c\" - aborting!\n" +#: systemv/lpadmin.c:139 +msgid "lpadmin: Expected class name after '-c' option!\n" msgstr "" -#, c-format -msgid "cupsd: Unknown argument \"%s\" - aborting!\n" +#: systemv/lpadmin.c:652 +msgid "lpadmin: Expected description after '-D' option!\n" msgstr "" -msgid "" -"Usage: cupsd [-c config-file] [-f] [-F] [-h] [-l]\n" -"\n" -"-c config-file Load alternate configuration file\n" -"-f Run in the foreground\n" -"-F Run in the foreground but detach\n" -"-h Show this usage message\n" -"-l Run cupsd from launchd(8)\n" +#: systemv/lpadmin.c:559 +msgid "lpadmin: Expected device URI after '-v' option!\n" msgstr "" -#, c-format -msgid " WARN Line %d only contains whitespace!\n" +#: systemv/lpadmin.c:668 +msgid "lpadmin: Expected file type(s) after '-I' option!\n" msgstr "" -msgid " WARN File contains a mix of CR, LF, and CR LF line endings!\n" +#: systemv/lpadmin.c:221 +msgid "lpadmin: Expected hostname after '-h' option!\n" msgstr "" -msgid " WARN Non-Windows PPD files should use lines ending with only LF, not CR LF!\n" +#: systemv/lpadmin.c:266 +msgid "lpadmin: Expected interface after '-i' option!\n" msgstr "" -msgid "Printer Maintenance" +#: systemv/lpadmin.c:713 +msgid "lpadmin: Expected location after '-L' option!\n" msgstr "" -msgid "Unable to send maintenance job:" +#: systemv/lpadmin.c:347 +msgid "lpadmin: Expected model after '-m' option!\n" msgstr "" -#, c-format -msgid "cupsaddsmb: No PPD file for printer \"%s\" - %s\n" +#: systemv/lpadmin.c:367 +msgid "lpadmin: Expected name=value after '-o' option!\n" msgstr "" -#, c-format -msgid " **FAIL** %s %s does not exist!\n" +#: systemv/lpadmin.c:400 +msgid "lpadmin: Expected printer after '-p' option!\n" msgstr "" -#, c-format -msgid " **FAIL** Bad language \"%s\"!\n" +#: systemv/lpadmin.c:183 +msgid "lpadmin: Expected printer name after '-d' option!\n" msgstr "" -#, c-format -msgid " **FAIL** Missing \"%s\" translation string for option %s!\n" +#: systemv/lpadmin.c:593 +msgid "lpadmin: Expected printer or class after '-x' option!\n" msgstr "" -#, c-format -msgid " **FAIL** Default translation string for option %s contains 8-bit characters!\n" +#: systemv/lpadmin.c:1136 +msgid "lpadmin: No member names were seen!\n" msgstr "" +#: systemv/lpadmin.c:902 #, c-format -msgid " **FAIL** Missing \"%s\" translation string for option %s, choice %s!\n" +msgid "lpadmin: Printer %s is already a member of class %s.\n" msgstr "" +#: systemv/lpadmin.c:1150 #, c-format -msgid " **FAIL** Default translation string for option %s choice %s contains 8-bit characters!\n" +msgid "lpadmin: Printer %s is not a member of class %s.\n" msgstr "" -#, c-format -msgid " **FAIL** Bad cupsFilter value \"%s\"!\n" +#: systemv/lpadmin.c:194 systemv/lpadmin.c:411 systemv/lpadmin.c:604 +msgid "lpadmin: Printer name can only contain printable characters!\n" msgstr "" -msgid "Help" +#: systemv/lpadmin.c:124 +msgid "" +"lpadmin: Unable to add a printer to the class:\n" +" You must specify a printer name first!\n" msgstr "" +#: systemv/lpadmin.c:115 systemv/lpadmin.c:168 systemv/lpadmin.c:239 +#: systemv/lpadmin.c:300 systemv/lpadmin.c:319 systemv/lpadmin.c:385 +#: systemv/lpadmin.c:426 systemv/lpadmin.c:532 systemv/lpadmin.c:578 +#: systemv/lpadmin.c:624 systemv/lpadmin.c:686 systemv/lpadmin.c:732 +#: systemv/lpadmin.c:793 #, c-format -msgid "Missing value on line %d!\n" +msgid "lpadmin: Unable to connect to server: %s\n" msgstr "" +#: systemv/lpadmin.c:1852 #, c-format -msgid "Missing double quote on line %d!\n" +msgid "lpadmin: Unable to create temporary file - %s\n" msgstr "" +#: systemv/lpadmin.c:1461 #, c-format -msgid "Bad option + choice on line %d!\n" +msgid "lpadmin: Unable to create temporary file: %s\n" msgstr "" +#: systemv/lpadmin.c:1862 #, c-format -msgid "Unable to copy Windows 2000 printer driver files (%d)!\n" +msgid "lpadmin: Unable to open PPD file \"%s\" - %s\n" msgstr "" +#: systemv/lpadmin.c:1469 #, c-format -msgid "Unable to copy CUPS printer driver files (%d)!\n" +msgid "lpadmin: Unable to open file \"%s\": %s\n" msgstr "" -#, c-format -msgid "Unable to install Windows 2000 printer driver files (%d)!\n" +#: systemv/lpadmin.c:435 +msgid "" +"lpadmin: Unable to remove a printer from the class:\n" +" You must specify a printer name first!\n" msgstr "" -#, c-format -msgid "Unable to copy Windows 9x printer driver files (%d)!\n" +#: systemv/lpadmin.c:741 +msgid "" +"lpadmin: Unable to set the PPD file:\n" +" You must specify a printer name first!\n" msgstr "" -#, c-format -msgid "Unable to install Windows 9x printer driver files (%d)!\n" +#: systemv/lpadmin.c:541 +msgid "" +"lpadmin: Unable to set the device URI:\n" +" You must specify a printer name first!\n" msgstr "" -msgid "No Windows printer drivers are installed!\n" +#: systemv/lpadmin.c:328 +msgid "" +"lpadmin: Unable to set the interface script or PPD file:\n" +" You must specify a printer name first!\n" msgstr "" -msgid "Warning, no Windows 2000 printer drivers are installed!\n" +#: systemv/lpadmin.c:248 +msgid "" +"lpadmin: Unable to set the interface script:\n" +" You must specify a printer name first!\n" msgstr "" -#, c-format -msgid "Unable to set Windows printer driver (%d)!\n" +#: systemv/lpadmin.c:633 +msgid "" +"lpadmin: Unable to set the printer description:\n" +" You must specify a printer name first!\n" msgstr "" +#: systemv/lpadmin.c:695 msgid "" -"Usage: cupsaddsmb [options] printer1 ... printerN\n" -" cupsaddsmb [options] -a\n" -"\n" -"Options:\n" -" -E Encrypt the connection to the server\n" -" -H samba-server Use the named SAMBA server\n" -" -U samba-user Authenticate using the named SAMBA user\n" -" -a Export all printers\n" -" -h cups-server Use the named CUPS server\n" -" -v Be verbose (show commands)\n" +"lpadmin: Unable to set the printer location:\n" +" You must specify a printer name first!\n" msgstr "" -#, c-format -msgid "Unable to copy Windows 2000 printer driver files (%d)!" +#: systemv/lpadmin.c:802 +msgid "" +"lpadmin: Unable to set the printer options:\n" +" You must specify a printer name first!\n" msgstr "" +#: systemv/lpadmin.c:517 #, c-format -msgid "Unable to copy CUPS printer driver files (%d)!" +msgid "lpadmin: Unknown allow/deny option \"%s\"!\n" msgstr "" +#: systemv/lpadmin.c:775 #, c-format -msgid "Unable to install Windows 2000 printer driver files (%d)!" +msgid "lpadmin: Unknown argument '%s'!\n" msgstr "" +#: systemv/lpadmin.c:770 #, c-format -msgid "Unable to copy Windows 9x printer driver files (%d)!" +msgid "lpadmin: Unknown option '%c'!\n" msgstr "" -#, c-format -msgid "Unable to install Windows 9x printer driver files (%d)!" +#: systemv/lpadmin.c:674 +msgid "lpadmin: Warning - content type list ignored!\n" msgstr "" -msgid "No Windows printer drivers are installed!" +#: berkeley/lpc.c:90 berkeley/lpc.c:118 berkeley/lpc.c:154 +msgid "lpc> " msgstr "" -msgid "Warning, no Windows 2000 printer drivers are installed!" +#: systemv/lpinfo.c:100 systemv/lpinfo.c:119 +#, c-format +msgid "lpinfo: Unable to connect to server: %s\n" msgstr "" +#: systemv/lpinfo.c:160 #, c-format -msgid "open of %s failed: %s" +msgid "lpinfo: Unknown argument '%s'!\n" msgstr "" +#: systemv/lpinfo.c:154 #, c-format -msgid "Running command: %s %s -N -A %s -c '%s'\n" +msgid "lpinfo: Unknown option '%c'!\n" msgstr "" +#: systemv/lpmove.c:158 #, c-format -msgid "stat of %s failed: %s" +msgid "lpmove: Unable to connect to server: %s\n" msgstr "" +#: systemv/lpmove.c:140 #, c-format -msgid "Job #%d is already cancelled - can't cancel." +msgid "lpmove: Unknown argument '%s'!\n" msgstr "" +#: systemv/lpmove.c:121 #, c-format -msgid "Job #%d is already aborted - can't cancel." +msgid "lpmove: Unknown option '%c'!\n" +msgstr "" + +#: systemv/lpoptions.c:161 systemv/lpoptions.c:179 systemv/lpoptions.c:255 +msgid "lpoptions: No printers!?!\n" msgstr "" +#: systemv/lpoptions.c:230 #, c-format -msgid "Job #%d is already completed - can't cancel." +msgid "lpoptions: Unable to add printer or instance: %s\n" msgstr "" +#: systemv/lpoptions.c:455 #, c-format -msgid "You must access this page using the URL https://%s:%d%s." +msgid "lpoptions: Unable to get PPD file for %s: %s\n" msgstr "" +#: systemv/lpoptions.c:464 #, c-format -msgid "Unsupported format '%s'!" +msgid "lpoptions: Unable to open PPD file for %s!\n" msgstr "" -msgid "FAIL\n" +#: systemv/lpoptions.c:111 +msgid "lpoptions: Unknown printer or class!\n" msgstr "" -#, c-format -msgid "" -" Line %d is longer than 255 characters (%d)!\n" -" REF: Page 25, Line Length\n" +#: systemv/lppasswd.c:194 +msgid "lppasswd: Only root can add or delete passwords!\n" msgstr "" -msgid "" -" Missing %!PS-Adobe-3.0 on first line!\n" -" REF: Page 17, 3.1 Conforming Documents\n" +#: systemv/lppasswd.c:323 +msgid "lppasswd: Password file busy!\n" msgstr "" -#, c-format -msgid "" -" Bad %%%%Pages: on line %d!\n" -" REF: Page 43, %%%%Pages:\n" +#: systemv/lppasswd.c:456 +msgid "lppasswd: Password file not updated!\n" msgstr "" -#, c-format +#: systemv/lppasswd.c:423 +msgid "lppasswd: Sorry, password doesn't match!\n" +msgstr "" + +#: systemv/lppasswd.c:273 msgid "" -" Bad %%%%BoundingBox: on line %d!\n" -" REF: Page 39, %%%%BoundingBox:\n" +"lppasswd: Sorry, password rejected.\n" +"Your password must be at least 6 characters long, cannot contain\n" +"your username, and must contain at least one letter and number.\n" +msgstr "" + +#: systemv/lppasswd.c:249 +msgid "lppasswd: Sorry, passwords don't match!\n" msgstr "" +#: systemv/lppasswd.c:220 systemv/lppasswd.c:238 #, c-format -msgid "" -" Bad %%%%Page: on line %d!\n" -" REF: Page 53, %%%%Page:\n" +msgid "lppasswd: Unable to copy password string: %s\n" msgstr "" +#: systemv/lppasswd.c:326 systemv/lppasswd.c:335 systemv/lppasswd.c:353 #, c-format -msgid "" -" Missing or bad %%BoundingBox: comment!\n" -" REF: Page 39, %%BoundingBox:\n" +msgid "lppasswd: Unable to open password file: %s\n" msgstr "" +#: systemv/lppasswd.c:388 systemv/lppasswd.c:401 systemv/lppasswd.c:433 #, c-format -msgid "" -" Missing or bad %%Pages: comment!\n" -" REF: Page 43, %%Pages:\n" +msgid "lppasswd: Unable to write to password file: %s\n" msgstr "" +#: systemv/lppasswd.c:471 #, c-format -msgid "" -" Missing %%EndComments comment!\n" -" REF: Page 41, %%EndComments\n" +msgid "lppasswd: failed to backup old password file: %s\n" msgstr "" +#: systemv/lppasswd.c:484 #, c-format -msgid "" -" Missing or bad %%Page: comments!\n" -" REF: Page 53, %%Page:\n" +msgid "lppasswd: failed to rename password file: %s\n" msgstr "" +#: systemv/lppasswd.c:413 #, c-format -msgid " Too many %%EndDocument comments!\n" +msgid "lppasswd: user \"%s\" and group \"%s\" do not exist.\n" msgstr "" +#: berkeley/lprm.c:83 berkeley/lprm.c:179 +msgid "lprm: Unable to contact server!\n" +msgstr "" + +#: systemv/lpstat.c:1113 #, c-format -msgid " Too many %%BeginDocument comments!\n" +msgid "lpstat: error - %s environment variable names non-existent destination \"%s\"!\n" msgstr "" +#: systemv/lpstat.c:1042 #, c-format -msgid " Saw %d lines that exceeded 255 characters!\n" +msgid "members of class %s:\n" msgstr "" -msgid "PASS\n" +#: berkeley/lpq.c:584 +msgid "no entries\n" msgstr "" -msgid " Warning: file contains binary data!\n" +#: systemv/lpstat.c:1117 +msgid "no system default destination\n" msgstr "" -#, c-format -msgid " Warning: obsolete DSC version %.1f in file!\n" +#: scheduler/ipp.c:5165 +msgid "notify-events not specified!" msgstr "" +#: scheduler/ipp.c:5070 #, c-format -msgid " Warning: no %%EndComments comment in file!\n" +msgid "notify-recipient-uri URI \"%s\" uses unknown scheme!" msgstr "" -msgid "" -"Usage: cupstestdsc [options] filename.ps [... filename.ps]\n" -" cupstestdsc [options] -\n" -"\n" -"Options:\n" -"\n" -" -h Show program usage\n" -"\n" -" Note: this program only validates the DSC comments, not the PostScript itself.\n" +#: scheduler/ipp.c:3144 scheduler/ipp.c:5789 scheduler/ipp.c:6193 +#: scheduler/ipp.c:7562 +#, c-format +msgid "notify-subscription-id %d no good!" msgstr "" +#: cups/adminutil.c:779 #, c-format -msgid "Password for %s on %s? " +msgid "open of %s failed: %s" msgstr "" -msgid "" -" **FAIL** 1284DeviceId must be 1284DeviceID!\n" -" REF: Page 72, section 5.5\n" +#: cups/notify.c:96 +msgid "pending" msgstr "" +#: systemv/lpstat.c:2015 #, c-format -msgid "Missing value on line %d!" +msgid "printer %s disabled since %s -\n" msgstr "" +#: systemv/lpstat.c:2004 #, c-format -msgid "Missing double quote on line %d!" +msgid "printer %s is idle. enabled since %s\n" msgstr "" +#: systemv/lpstat.c:2009 #, c-format -msgid "Bad option + choice on line %d!" +msgid "printer %s now printing %s-%d. enabled since %s\n" msgstr "" -msgid "Empty PPD file!" +#: systemv/lpstat.c:2127 +#, c-format +msgid "printer %s/%s disabled since %s -\n" msgstr "" +#: systemv/lpstat.c:2113 #, c-format -msgid "Unable to set Windows printer driver (%d)!" +msgid "printer %s/%s is idle. enabled since %s\n" msgstr "" +#: systemv/lpstat.c:2120 #, c-format -msgid "Unable to run \"%s\": %s\n" +msgid "printer %s/%s now printing %s-%d. enabled since %s\n" msgstr "" -msgid "Enter your username and password or the root username and password to access this page. If you are using Kerberos authentication, make sure you have a valid Kerberos ticket." +#: cups/notify.c:102 cups/notify.c:143 +msgid "processing" msgstr "" +#: systemv/lp.c:731 #, c-format -msgid "Job #%d is already canceled - can't cancel." +msgid "request id is %s-%d (%d file(s))\n" msgstr "" -#, c-format -msgid "Bad notify-recipient URI \"%s\"!" +#: systemv/lpstat.c:2247 +msgid "scheduler is not running\n" msgstr "" -#, c-format -msgid "notify-recipient URI \"%s\" uses unknown scheme!" +#: systemv/lpstat.c:2245 +msgid "scheduler is running\n" msgstr "" +#: cups/adminutil.c:2016 #, c-format -msgid "Bad notify-pull-method \"%s\"!" +msgid "stat of %s failed: %s" msgstr "" -#, c-format -msgid "" -" **FAIL** %s must be 1284DeviceID!\n" -" REF: Page 72, section 5.5\n" +#: berkeley/lpc.c:225 +msgid "status\t\tshow status of daemon and queue\n" +msgstr "" + +#: cups/notify.c:105 cups/notify.c:146 +msgid "stopped" msgstr "" +#: systemv/lpstat.c:1091 #, c-format -msgid " %d ERRORS FOUND\n" +msgid "system default destination: %s\n" msgstr "" +#: systemv/lpstat.c:1088 #, c-format -msgid "lpoptions: Unable to get PPD file for %s: %s\n" +msgid "system default destination: %s/%s\n" +msgstr "" + +#: cups/notify.c:117 cups/notify.c:149 +msgid "unknown" +msgstr "" + +#: cups/notify.c:126 +msgid "untitled" msgstr "" diff --git a/locale/cups_de.po b/locale/cups_de.po index dd14f004a..8b4587e32 100644 --- a/locale/cups_de.po +++ b/locale/cups_de.po @@ -25,7 +25,7 @@ msgid "" msgstr "" "Project-Id-Version: CUPS 1.2\n" "Report-Msgid-Bugs-To: http://www.cups.org/str.php\n" -"POT-Creation-Date: 2007-01-23 09:44-0500\n" +"POT-Creation-Date: 2007-03-30 16:49-0400\n" "PO-Revision-Date: 2006-07-17 19:55+0200\n" "Last-Translator: Bernd Krumböck \n" "Language-Team: Deutsch\n" @@ -33,377 +33,1161 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -msgid "Options Installed" -msgstr "Installierte Optionen" - -msgid "Class" -msgstr "Klasse" +msgid "\t\t(all)\n" +msgstr "\t\t(alle)\n" -msgid "Printer" -msgstr "Drucker" +msgid "\t\t(none)\n" +msgstr "\t\t(keine)\n" -msgid "Extra" -msgstr "Extra" +#, c-format +msgid "\t%d entries\n" +msgstr "\t%d Einträge\n" -msgid "General" -msgstr "Allgemein" +msgid "\tAfter fault: continue\n" +msgstr "\tNach Fehlerfall: fortsetzen\n" -msgid "Media Size" -msgstr "Mediengröße" +msgid "\tAlerts:" +msgstr "\tAlarme:" -msgid "Media Type" -msgstr "Medientyp" +msgid "\tBanner required\n" +msgstr "\tBanner benötigt\n" -msgid "Media Source" -msgstr "Medienquelle" +msgid "\tCharset sets:\n" +msgstr "\tZeichensatzeinstellungen:\n" -msgid "Output Mode" -msgstr "Ausgabemodus" +msgid "\tConnection: direct\n" +msgstr "\tVerbindung: direkt\n" -msgid "Resolution" -msgstr "Auflösung" +msgid "\tConnection: remote\n" +msgstr "\tVerbindung: entfernt\n" -msgid "Variable" -msgstr "Variable" +msgid "\tDefault page size:\n" +msgstr "\tStandard Seitengröße:\n" -msgid "Yes" -msgstr "Ja" +msgid "\tDefault pitch:\n" +msgstr "\tStandard Zeichenabstand:\n" -msgid "No" -msgstr "Nein" +msgid "\tDefault port settings:\n" +msgstr "\tStandard Porteinstellungen:\n" -msgid "Auto" -msgstr "Automatisch" +#, c-format +msgid "\tDescription: %s\n" +msgstr "\tBeschreibung: %s\n" msgid "" -"Enter your username and password or the root username and password to access " -"this page." +"\tForm mounted:\n" +"\tContent types: any\n" +"\tPrinter types: unknown\n" msgstr "" -"Für Zugang Benutzername und Passwort (oder Benutzername und Passwort für " -"root) eingeben." +"\tEingebundenes Formular:\n" +"\tInhaltstypen: keine\n" +"\tDruckertypen: unbekannt\n" -msgid "You must use a https: URL to access this page." -msgstr "Eine https:-URL ist für den Zugriff erforderlich." +msgid "\tForms allowed:\n" +msgstr "\tErlaubte Formulare:\n" #, c-format -msgid "Bad request version number %d.%d!" -msgstr "Ungültige Versionsnummer %d.%d für Abfrage!" - -msgid "No attributes in request!" -msgstr "Abfrage enthält keine Eigenschaften!" +msgid "\tInterface: %s.ppd\n" +msgstr "\tInterface: %s.ppd\n" #, c-format -msgid "Attribute groups are out of order (%x < %x)!" -msgstr "Eigenschaftsgruppen haben falsche Reihenfolge (%x<%x)!" +msgid "\tInterface: %s/interfaces/%s\n" +msgstr "\tInterface: %s/interfaces/%s\n" -msgid "Missing required attributes!" -msgstr "Benötigte Eigenschaften fehlen!" +#, c-format +msgid "\tInterface: %s/ppd/%s.ppd\n" +msgstr "\tInterface: %s/ppd/%s.ppd\n" #, c-format -msgid "%s not supported!" -msgstr "%s nicht unterstützt!" +msgid "\tLocation: %s\n" +msgstr "\tOrt: %s\n" -msgid "The printer or class was not found." -msgstr "Drucker oder Klasse nicht gefunden." +msgid "\tOn fault: no alert\n" +msgstr "\tBei Fehlerfall: kein Alarm\n" -msgid "" -"The printer-uri must be of the form \"ipp://HOSTNAME/classes/CLASSNAME\"." -msgstr "" -"Die printer-uri muss in der Form \"ipp://HOSTNAME/classes/KLASSENNAME\" sein." +msgid "\tUsers allowed:\n" +msgstr "\tErlaubte Benutzer:\n" -#, c-format -msgid "The printer-uri \"%s\" contains invalid characters." -msgstr "Die printer-uri \"%s\" enthält ungültige Zeichen." +msgid "\tUsers denied:\n" +msgstr "\tNicht erlaubte Benutzer:\n" -#, c-format -msgid "A printer named \"%s\" already exists!" -msgstr "Ein Drucker mit dem Namen \"%s\" existiert bereits!" +msgid "\tdaemon present\n" +msgstr "\tDienst läuft\n" -#, c-format -msgid "Attempt to set %s printer-state to bad value %d!" -msgstr "Versuch den %s printer-state auf ungültigen Wert %d zu setzen!" +msgid "\tno entries\n" +msgstr "\tKeine Einträge\n" #, c-format -msgid "add_class: Unknown printer-op-policy \"%s\"." -msgstr "add_class: Unbekannte printer-op-policy \"%s\"." +msgid "\tprinter is on device '%s' speed -1\n" +msgstr "\tDrucker verbunden über '%s' Geschwindigkeit -1\n" -#, c-format -msgid "add_class: Unknown printer-error-policy \"%s\"." -msgstr "add_class: Unbekannte printer-error-policy \"%s\"." +msgid "\tprinting is disabled\n" +msgstr "\tDrucken ist gesperrt\n" -msgid "Unable to allocate memory for file types!" -msgstr "Speicherreservierung für Dateitypen fehlgeschlagen!" +msgid "\tprinting is enabled\n" +msgstr "\tDrucken ist freigegeben\n" #, c-format -msgid "Character set \"%s\" not supported!" -msgstr "Zeichensatz \"%s\" nicht unterstützt!" +msgid "\tqueued for %s\n" +msgstr "\teingereiht für %s\n" -#, c-format -msgid "Language \"%s\" not supported!" -msgstr "Sprache \"%s\" nicht unterstützt!" +msgid "\tqueuing is disabled\n" +msgstr "\tWarteschlange ist gesperrt\n" -#, c-format -msgid "The notify-user-data value is too large (%d > 63 octets)!" -msgstr "Der Wert von notify-user-data ist zu groß (%d > 63 Oktette)!" +msgid "\tqueuing is enabled\n" +msgstr "\tWarteschlange ist freigegeben\n" -msgid "" -"The notify-lease-duration attribute cannot be used with job subscriptions." -msgstr "" -"notify-lease-duration kann nicht bei Auftragssubskriptionen verwendet werden." +msgid "\treason unknown\n" +msgstr "\tGrund unbekannt\n" msgid "" -"The printer-uri must be of the form \"ipp://HOSTNAME/printers/PRINTERNAME\"." +"\n" +" DETAILED CONFORMANCE TEST RESULTS\n" msgstr "" -"Die printer-uri muss in der Form \"ipp://HOSTNAME/printers/DRUCKERNAME\" " -"sein." +"\n" +" DETAILIERTE ERGEBNISSE DES KONFORMITÄTSTESTS\n" -#, c-format -msgid "A class named \"%s\" already exists!" -msgstr "Eine Klasse namens \"%s\" existiert bereits!" +msgid " REF: Page 15, section 3.1.\n" +msgstr " REF: Seite 15, Kapitel 3.1.\n" -#, c-format -msgid "" -"File device URIs have been disabled! To enable, see the FileDevice directive " -"in \"%s/cupsd.conf\"." -msgstr "" -"Ausgabe auf Dateien gesperrt! Gegebenenfalls FileDevice-Einstellung in \"%s/" -"cupsd.conf\" ändern." +msgid " REF: Page 15, section 3.2.\n" +msgstr " REF: Seite 15, Kapitel 3.2.\n" -#, c-format -msgid "Bad device-uri \"%s\"!" -msgstr "Falsche device-uri \"%s\"!" +msgid " REF: Page 19, section 3.3.\n" +msgstr " REF: Seite 19, Kapitel 3.3.\n" -#, c-format -msgid "Bad port-monitor \"%s\"!" -msgstr "Falscher port-monitor \"%s\"!" +msgid " REF: Page 20, section 3.4.\n" +msgstr " REF: Seite 20, Kapitel 3.4.\n" -#, c-format -msgid "Bad printer-state value %d!" -msgstr "Falscher printer-state Wert %d!" +msgid " REF: Page 27, section 3.5.\n" +msgstr " REF: Seite 27, Kapitel 3.5.\n" -#, c-format -msgid "Unknown printer-op-policy \"%s\"." -msgstr "Unbekannte printer-op-policy \"%s\"." +msgid " REF: Page 42, section 5.2.\n" +msgstr " REF: Seite 42, Kapitel 5.2.\n" -#, c-format -msgid "Unknown printer-error-policy \"%s\"." -msgstr "Unbekannte printer-error-policy \"%s\"." +msgid " REF: Pages 16-17, section 3.2.\n" +msgstr " REF: Seite 16-17, Kapitel 3.2.\n" -#, c-format -msgid "Unable to copy interface script - %s!" -msgstr "Interface Skript konnte nicht kopiert werden - %s!" +msgid " REF: Pages 42-45, section 5.2.\n" +msgstr " REF: Seiten 42-45, Kapitel 5.2.\n" -#, c-format -msgid "Unable to copy PPD file - %s!" -msgstr "PPD Datei konnte nicht kopiert werden - %s!" +msgid " REF: Pages 45-46, section 5.2.\n" +msgstr " REF: Seite 45-46, Kapitel 5.2.\n" -msgid "Unable to copy PPD file!" -msgstr "Kann PPD Datei nicht kopieren!" +msgid " REF: Pages 48-49, section 5.2.\n" +msgstr " REF: Seiten 48-49, Kapitel 5.2.\n" -msgid "Got a printer-uri attribute but no job-id!" -msgstr "Eigenschaft der printer-uri ohne job-id erhalten!" +msgid " REF: Pages 52-54, section 5.2.\n" +msgstr " REF: Seiten 52-54, Kapitel 5.2.\n" #, c-format -msgid "Bad job-uri attribute \"%s\"!" -msgstr "Falsche job-uri Eigenschaft \"%s\"!" +msgid " %-39.39s %.0f bytes\n" +msgstr " %-39.39s %.0f Byte\n" #, c-format -msgid "Job #%d doesn't exist!" -msgstr "Auftrag #%d existiert nicht!" +msgid " PASS Default%s\n" +msgstr " BESTANDEN Default%s\n" -#, c-format -msgid "Job #%d is not held for authentication!" -msgstr "Auftrag %d nicht für Authentifizierung angehalten!" +msgid " PASS DefaultImageableArea\n" +msgstr " BESTANDEN DefaultImageableArea\n" -#, c-format -msgid "You are not authorized to authenticate job #%d owned by \"%s\"!" -msgstr "Nicht berechtigt den Auftrag #%d von \"%s\" zu authentifizieren!" +msgid " PASS DefaultPaperDimension\n" +msgstr " BESTANDEN DefaultPaperDimension\n" -msgid "The printer-uri attribute is required!" -msgstr "Die Eigenschaft printer-uri wird benötigt!" +msgid " PASS FileVersion\n" +msgstr " BESTANDEN FileVersion\n" -msgid "Missing requesting-user-name attribute!" -msgstr "Vermisse die Eigenschaft requesting-user-name!" +msgid " PASS FormatVersion\n" +msgstr " BESTANDEN FormatVersion\n" -#, c-format -msgid "The printer-uri \"%s\" is not valid." -msgstr "Die printer-uri \"%s\" ist nicht gültig." +msgid " PASS LanguageEncoding\n" +msgstr " BESTANDEN LanguageEncoding\n" -#, c-format -msgid "No active jobs on %s!" -msgstr "Keine aktiven Aufträge auf %s!" +msgid " PASS LanguageVersion\n" +msgstr " BESTANDEN LanguageVersion\n" -#, c-format -msgid "You are not authorized to delete job #%d owned by \"%s\"!" -msgstr "Sie sind nicht berechtigt den Auftrag #%d, von \"%s\" zu löschen!" +msgid " PASS Manufacturer\n" +msgstr " BESTANDEN Manufacturer\n" -#, c-format -msgid "Job #%d is already %s - can't cancel." -msgstr "Auftrag #%d ist bereits %s - Abbruch unmöglich." +msgid " PASS ModelName\n" +msgstr " BESTANDEN Modellname\n" -msgid "The printer or class is not shared!" -msgstr "Drucker oder Klasse ist nicht verteilt!" +# NickName is a PPD term +msgid " PASS NickName\n" +msgstr " BESTANDEN NickName\n" -#, c-format -msgid "Destination \"%s\" is not accepting jobs." -msgstr "Ziel \"%s\" akzeptiert keine Aufträge." +msgid " PASS PCFileName\n" +msgstr " BESTANDEN PCFileName\n" -#, c-format -msgid "Bad copies value %d." -msgstr "Falscher Wert für Kopien: %d." +msgid " PASS PSVersion\n" +msgstr " BESTANDEN PSVersion\n" -#, c-format -msgid "Bad page-ranges values %d-%d." -msgstr "Falscher page-ranges Wert %d-%d." +msgid " PASS PageRegion\n" +msgstr " BESTANDEN PageRegion\n" -msgid "Too many active jobs." -msgstr "Zu viele aktive Aufträge." +msgid " PASS PageSize\n" +msgstr " BESTANDEN PageSize\n" + +msgid " PASS Product\n" +msgstr " BESTANDEN Product\n" + +msgid " PASS ShortNickName\n" +msgstr " BESTANDEN ShortNickName\n" + +#, c-format +msgid "" +" WARN \"%s %s\" conflicts with \"%s %s\"\n" +" (constraint=\"%s %s %s %s\")\n" +msgstr "" +" WARNUNG \"%s %s\" kolidiert mit \"%s %s\"\n" +" (Beschränkung=\"%s %s %s %s\")\n" + +#, c-format +msgid " WARN %s has no corresponding options!\n" +msgstr " WARNUNG %s hat keine entsprechenden Parameter!\n" + +#, c-format +msgid "" +" WARN %s shares a common prefix with %s\n" +" REF: Page 15, section 3.2.\n" +msgstr "" +" WARNUNG %s teilt ein gemeinsames Präfix mit %s\n" +" REF: Seite 15, Kapitel 3.2.\n" + +msgid " WARN Default choices conflicting!\n" +msgstr " WARNUNG Konflikte in der Standardauswahl!\n" + +#, c-format +msgid "" +" WARN Duplex option keyword %s should be named Duplex or " +"JCLDuplex!\n" +" REF: Page 122, section 5.17\n" +msgstr "" +" WARNUNG Schlüsselwort für Duplexparameter %s sollte Duplex oder " +"JCLDuplex heißen!\n" +" REF: Seite 122, Kapitel 5.17\n" + +msgid "" +" WARN File contains a mix of CR, LF, and CR LF line endings!\n" +msgstr "" +" WARNUNG Datei enthält gemischt CR, LF und CR LF als Zeilenende!\n" + +msgid "" +" WARN LanguageEncoding required by PPD 4.3 spec.\n" +" REF: Pages 56-57, section 5.3.\n" +msgstr "" +" WARNUNG LanguageEncoding wird verlangt von PPD 4.3 Spez.\n" +" REF: Seiten 56-57, Kapitel 5.3.\n" + +#, c-format +msgid " WARN Line %d only contains whitespace!\n" +msgstr " WARNUNG Zeile %d enthält nur Whitespace!\n" + +msgid "" +" WARN Manufacturer required by PPD 4.3 spec.\n" +" REF: Pages 58-59, section 5.3.\n" +msgstr "" +" WARNUNG Manufacturer wird verlangt von PPD 4.3 Spez.\n" +" REF: Seiten 58-59, Kapitel 5.3.\n" + +msgid "" +" WARN Non-Windows PPD files should use lines ending with only LF, " +"not CR LF!\n" +msgstr "" +" WARNUNG Nicht-Windows PPD Dateien sollten nur das Zeilenende LF " +"benutzen, nicht CR LF!\n" + +#, c-format +msgid "" +" WARN Obsolete PPD version %.1f!\n" +" REF: Page 42, section 5.2.\n" +msgstr "" +" WARNUNG Obsolete PPD Version %.1f!\n" +" REF: Seite 42, Kapitel 5.2.\n" + +msgid "" +" WARN PCFileName longer than 8.3 in violation of PPD spec.\n" +" REF: Pages 61-62, section 5.3.\n" +msgstr "" +" WARNUNG PCFileName länger als 8.3 ist eine Verletzung der PPD " +"Spez.\n" +" REF: Seiten 61-62, Kapitel 5.3.\n" + +msgid "" +" WARN Protocols contains PJL but JCL attributes are not set.\n" +" REF: Pages 78-79, section 5.7.\n" +msgstr "" +" WARNUNG Protokoll enthält PJL jedoch sind keine JCL Eigenschaften " +"gesetzt.\n" +" REF: Seiten 78-79, Kapitel 5.7.\n" + +msgid "" +" WARN Protocols contains both PJL and BCP; expected TBCP.\n" +" REF: Pages 78-79, section 5.7.\n" +msgstr "" +" WARNUNG Protokoll enthält PJL und BCP; TBCP wird erwartet.\n" +" REF: Seiten 78-79, Kapitel 5.7.\n" + +msgid "" +" WARN ShortNickName required by PPD 4.3 spec.\n" +" REF: Pages 64-65, section 5.3.\n" +msgstr "" +" WARNUNG ShortNickName wird verlangt von PPD 4.3 Spez.\n" +" REF: Seiten 64-65, Kapitel 5.3.\n" + +#, c-format +msgid " **FAIL** %s %s does not exist!\n" +msgstr " **FEHLGESCHLAGEN** %s %s existiert nicht!\n" + +#, fuzzy, c-format +msgid "" +" **FAIL** %s must be 1284DeviceID!\n" +" REF: Page 72, section 5.5\n" +msgstr "" +" **FEHLGESCHLAGEN** 1284DeviceId muss 1284DeviceID sein!\n" +" REF: Seite 72, Kapitel 5.5\n" + +#, c-format +msgid "" +" **FAIL** BAD Default%s %s\n" +" REF: Page 40, section 4.5.\n" +msgstr "" +" **FEHLGESCHLAGEN** FALSCHE Default%s %s\n" +" REF: Seite 40, Kapitel 4.5.\n" + +#, c-format +msgid "" +" **FAIL** BAD DefaultImageableArea %s!\n" +" REF: Page 102, section 5.15.\n" +msgstr "" +" **FEHLGESCHLAGEN** FALSCHE DefaultImageableArea %s!\n" +" REF: Seite 102, Kapitel 5.15.\n" + +#, c-format +msgid "" +" **FAIL** BAD DefaultPaperDimension %s!\n" +" REF: Page 103, section 5.15.\n" +msgstr "" +" **FEHLGESCHLAGEN** FALSCHE DefaultPaperDimension %s!\n" +" REF: Seite 103, Kapitel 5.15.\n" + +msgid "" +" **FAIL** BAD JobPatchFile attribute in file\n" +" REF: Page 24, section 3.4.\n" +msgstr "" +" **FEHLGESCHLAGEN** FALSCH JobPatchFile Eigenschaften in Datei\n" +" REF: Seiten 24, Kapitel 3.4.\n" + +msgid "" +" **FAIL** BAD Manufacturer (should be \"HP\")\n" +" REF: Page 211, table D.1.\n" +msgstr "" +" **FEHLGESCHLAGEN** FALSCHER Manufacturer (sollte \"HP\" sein)\n" +" REF: Seite 211, Tabelle D.1.\n" + +#, c-format +msgid "" +" **FAIL** BAD ModelName - \"%c\" not allowed in string.\n" +" REF: Pages 59-60, section 5.3.\n" +msgstr "" +" **FEHLGESCHLAGEN** FALSCH ModelName - \"%c\" nicht in Zeichenkette " +"erlaubt.\n" +" REF: Seiten 59-60, Kapitel 5.3.\n" + +msgid "" +" **FAIL** BAD PSVersion - not \"(string) int\".\n" +" REF: Pages 62-64, section 5.3.\n" +msgstr "" +" **FEHLGESCHLAGEN** FALSCH PSVersion - ist nicht \"(string) int\".\n" +" REF: Seiten 62-64, Kapitel 5.3.\n" + +msgid "" +" **FAIL** BAD Product - not \"(string)\".\n" +" REF: Page 62, section 5.3.\n" +msgstr "" +" **FEHLGESCHLAGEN** FALSCH Product - ist nicht \"(string)\".\n" +" REF: Seite 62, Kapitel 5.3.\n" + +msgid "" +" **FAIL** BAD ShortNickName - longer than 31 chars.\n" +" REF: Pages 64-65, section 5.3.\n" +msgstr "" +" **FEHLGESCHLAGEN** FALSCH ShortNickName - länger als 31 Zeichen.\n" +" REF: Seiten 64-65, Kapitel 5.3.\n" + +#, c-format +msgid "" +" **FAIL** Bad %s choice %s!\n" +" REF: Page 122, section 5.17\n" +msgstr "" +" **FEHLGESCHLAGEN** Falsche %s Auswahl %s!\n" +" REF: Seite 122, Kapitel 5.17\n" + +#, c-format +msgid "" +" **FAIL** Bad %s choice %s!\n" +" REF: Page 84, section 5.9\n" +msgstr "" +" **FEHLGESCHLAGEN** Falsche %s Auswahl %s!\n" +" REF: Seite 84, Kapitel 5.9\n" + +#, fuzzy, c-format +msgid " **FAIL** Bad UTF-8 \"%s\" translation string for option %s!\n" +msgstr "" +" **FEHLGESCHLAGEN** Vermisse \"%s\" Übersetzung für Parameter %s!\n" + +#, fuzzy, c-format +msgid "" +" **FAIL** Bad UTF-8 \"%s\" translation string for option %s, choice %" +"s!\n" +msgstr "" +" **FEHLGESCHLAGEN** Vermisse \"%s\" Übersetzung für Parameter %s, " +"Auswahl %s!\n" + +#, c-format +msgid " **FAIL** Bad cupsFilter value \"%s\"!\n" +msgstr " **FEHLGESCHLAGEN** Falscher cupsFilter Wert \"%s\"!\n" + +#, c-format +msgid " **FAIL** Bad language \"%s\"!\n" +msgstr " **FEHLGESCHLAGEN** Falsche Sprache \"%s\"!\n" + +#, c-format +msgid "" +" **FAIL** Default translation string for option %s choice %s contains " +"8-bit characters!\n" +msgstr "" +" **FEHLGESCHLAGEN** Standardübersetzung für Parameter %s Auswahl %s " +"enthält 8-bit Zeichen!\n" + +#, c-format +msgid "" +" **FAIL** Default translation string for option %s contains 8-bit " +"characters!\n" +msgstr "" +" **FEHLGESCHLAGEN** Standardübersetzung für Parameter %s enthält 8-bit " +"Zeichen!\n" + +#, c-format +msgid " **FAIL** Missing \"%s\" translation string for option %s!\n" +msgstr "" +" **FEHLGESCHLAGEN** Vermisse \"%s\" Übersetzung für Parameter %s!\n" + +#, c-format +msgid "" +" **FAIL** Missing \"%s\" translation string for option %s, choice %s!\n" +msgstr "" +" **FEHLGESCHLAGEN** Vermisse \"%s\" Übersetzung für Parameter %s, " +"Auswahl %s!\n" + +#, c-format +msgid "" +" **FAIL** REQUIRED %s does not define choice None!\n" +" REF: Page 122, section 5.17\n" +msgstr "" +" **FEHLGESCHLAGEN** BENÖTIGT %s definiert nicht die Auswahl \"None\"!\n" +" REF: Seite 122, Kapitel 5.17\n" + +#, c-format +msgid "" +" **FAIL** REQUIRED Default%s\n" +" REF: Page 40, section 4.5.\n" +msgstr "" +" **FEHLGESCHLAGEN** BENÖTIGT Default%s\n" +" REF: Seite 40, Kapitel 4.5.\n" + +msgid "" +" **FAIL** REQUIRED DefaultImageableArea\n" +" REF: Page 102, section 5.15.\n" +msgstr "" +" **FEHLGESCHLAGEN** BENÖTIGT DefaultImageableArea\n" +" REF: Seite 102, Kapitel 5.15.\n" + +msgid "" +" **FAIL** REQUIRED DefaultPaperDimension\n" +" REF: Page 103, section 5.15.\n" +msgstr "" +" **FEHLGESCHLAGEN** BENÖTIGT DefaultPaperDimension\n" +" REF: Seite 103, Kapitel 5.15.\n" + +msgid "" +" **FAIL** REQUIRED FileVersion\n" +" REF: Page 56, section 5.3.\n" +msgstr "" +" **FEHLGESCHLAGEN** BENÖTIGT FileVersion\n" +" REF: Seite 56, Kapitel 5.3.\n" + +msgid "" +" **FAIL** REQUIRED FormatVersion\n" +" REF: Page 56, section 5.3.\n" +msgstr "" +" **FEHLGESCHLAGEN** BENÖTIGT FormatVersion\n" +" REF: Seite 56, Kapitel 5.3.\n" + +#, c-format +msgid "" +" **FAIL** REQUIRED ImageableArea for PageSize %s\n" +" REF: Page 41, section 5.\n" +" REF: Page 102, section 5.15.\n" +msgstr "" +" **FEHLGESCHLAGEN** BENÖTIGT ImageableArea für PageSize %s\n" +" REF: Seite 41, Kapitel 5.\n" +" REF: Seite 102, Kapitel 5.15.\n" + +msgid "" +" **FAIL** REQUIRED LanguageEncoding\n" +" REF: Pages 56-57, section 5.3.\n" +msgstr "" +" **FEHLGESCHLAGEN** BENÖTIGT LanguageEncoding\n" +" REF: Seiten 56-57, Kapitel 5.3.\n" + +msgid "" +" **FAIL** REQUIRED LanguageVersion\n" +" REF: Pages 57-58, section 5.3.\n" +msgstr "" +" **FEHLGESCHLAGEN** BENÖTIGT LanguageVersion\n" +" REF: Seiten 57-58, Kapitel 5.3.\n" + +msgid "" +" **FAIL** REQUIRED Manufacturer\n" +" REF: Pages 58-59, section 5.3.\n" +msgstr "" +" **FEHLGESCHLAGEN** BENÖTIGT Manufacturer\n" +" REF: Seiten 58-59, Kapitel 5.3.\n" + +msgid "" +" **FAIL** REQUIRED ModelName\n" +" REF: Pages 59-60, section 5.3.\n" +msgstr "" +" **FEHLGESCHLAGEN** BENÖTIGT ModelName\n" +" REF: Seiten 59-60, Kapitel 5.3.\n" + +msgid "" +" **FAIL** REQUIRED NickName\n" +" REF: Page 60, section 5.3.\n" +msgstr "" +" **FEHLGESCHLAGEN** BENÖTIGT NickName\n" +" REF: Seite 60, Kapitel 5.3.\n" + +msgid "" +" **FAIL** REQUIRED PCFileName\n" +" REF: Pages 61-62, section 5.3.\n" +msgstr "" +" **FEHLGESCHLAGEN** BENÖTIGT PCFileName\n" +" REF: Seiten 61-62, Kapitel 5.3.\n" + +msgid "" +" **FAIL** REQUIRED PSVersion\n" +" REF: Pages 62-64, section 5.3.\n" +msgstr "" +" **FEHLGESCHLAGEN** BENÖTIGT PSVersion\n" +" REF: Seiten 62-64, Kapitel 5.3.\n" + +msgid "" +" **FAIL** REQUIRED PageRegion\n" +" REF: Page 100, section 5.14.\n" +msgstr "" +" **FEHLGESCHLAGEN** BENÖTIGT PageRegion\n" +" REF: Seite 100, Kapitel 5.14.\n" + +msgid "" +" **FAIL** REQUIRED PageSize\n" +" REF: Page 41, section 5.\n" +" REF: Page 99, section 5.14.\n" +msgstr "" +" **FEHLGESCHLAGEN** BENÖTIGT PageSize\n" +" REF: Seite 41, Kapitel 5.\n" +" REF: Seite 99, Kapitel 5.14.\n" + +msgid "" +" **FAIL** REQUIRED PageSize\n" +" REF: Pages 99-100, section 5.14.\n" +msgstr "" +" **FEHLGESCHLAGEN** BENÖTIGT PageSize\n" +" REF: Seiten 99-100, Kapitel 5.14.\n" + +#, c-format +msgid "" +" **FAIL** REQUIRED PaperDimension for PageSize %s\n" +" REF: Page 41, section 5.\n" +" REF: Page 103, section 5.15.\n" +msgstr "" +" **FEHLGESCHLAGEN** BENÖTIGT PaperDimension für PageSize %s\n" +" REF: Seite 41, Kapitel 5.\n" +" REF: Seite 103, Kapitel 5.15.\n" + +msgid "" +" **FAIL** REQUIRED Product\n" +" REF: Page 62, section 5.3.\n" +msgstr "" +" **FEHLGESCHLAGEN** BENÖTIGT Product\n" +" REF: Seite 62, Kapitel 5.3.\n" + +msgid "" +" **FAIL** REQUIRED ShortNickName\n" +" REF: Page 64-65, section 5.3.\n" +msgstr "" +" **FEHLGESCHLAGEN** BENÖTIGT ShortNickName\n" +" REF: Seiten 64-65, Kapitel 5.3.\n" + +#, fuzzy, c-format +msgid " %d ERRORS FOUND\n" +msgstr " %d FEHLER%s GEFUNDEN\n" + +#, c-format +msgid "" +" Bad %%%%BoundingBox: on line %d!\n" +" REF: Page 39, %%%%BoundingBox:\n" +msgstr "" +" Falsche %%%%BoundingBox: in Zeile %d!\n" +" REF: Seite 39, %%%%BoundingBox:\n" + +#, c-format +msgid "" +" Bad %%%%Page: on line %d!\n" +" REF: Page 53, %%%%Page:\n" +msgstr "" +" Falsche %%%%Page: in Zeile %d!\n" +" REF: Seite 53, %%%%Page:\n" + +#, c-format +msgid "" +" Bad %%%%Pages: on line %d!\n" +" REF: Page 43, %%%%Pages:\n" +msgstr "" +" Falsche %%%%Pages: in Zeile %d!\n" +" REF: Seite 43, %%%%Pages:\n" + +#, c-format +msgid "" +" Line %d is longer than 255 characters (%d)!\n" +" REF: Page 25, Line Length\n" +msgstr "" +" Zeile %d ist länger als 255 Zeichen (%d)!\n" +" REF: Seite 25, Zeilenlänge\n" + +msgid "" +" Missing %!PS-Adobe-3.0 on first line!\n" +" REF: Page 17, 3.1 Conforming Documents\n" +msgstr "" +" Vermisse %!PS-Adobe-3.0 in der ersten Zeile!\n" +" REF: Seite 17, 3.1 Den Konventionen entsprechende Dokumente\n" + +#, c-format +msgid "" +" Missing %%EndComments comment!\n" +" REF: Page 41, %%EndComments\n" +msgstr "" +" Vermisster %%EndComments Kommentar!\n" +" REF: Seite 41, %%EndComments\n" + +#, c-format +msgid "" +" Missing or bad %%BoundingBox: comment!\n" +" REF: Page 39, %%BoundingBox:\n" +msgstr "" +" Vermisster oder falscher %%BoundingBox: Kommentar!\n" +" REF: Seite 39, %%BoundingBox:\n" + +#, c-format +msgid "" +" Missing or bad %%Page: comments!\n" +" REF: Page 53, %%Page:\n" +msgstr "" +" Vermisste oder falsche %%Page: Kommentare!\n" +" REF: Seite 53, %%Page:\n" + +#, c-format +msgid "" +" Missing or bad %%Pages: comment!\n" +" REF: Page 43, %%Pages:\n" +msgstr "" +" Vermisster oder Falscher %%Pages: Kommentar!\n" +" REF: Seite 43, %%Pages:\n" + +msgid " NO ERRORS FOUND\n" +msgstr " KEINE FEHLER GEFUNDEN\n" + +#, c-format +msgid " Saw %d lines that exceeded 255 characters!\n" +msgstr " Sah %d Zeilen welche 255 Zeichen überschreiten!\n" + +#, c-format +msgid " Too many %%BeginDocument comments!\n" +msgstr " Zu viele %%BeginDocument Kommentare!\n" + +#, c-format +msgid " Too many %%EndDocument comments!\n" +msgstr " Zu viele %%EndDocument Kommentare!\n" + +msgid " Warning: file contains binary data!\n" +msgstr " Warnung: Datei enthält binäre Daten!\n" + +#, c-format +msgid " Warning: no %%EndComments comment in file!\n" +msgstr " Warnung: keine %%EndComments Kommentare in Datei!\n" + +#, c-format +msgid " Warning: obsolete DSC version %.1f in file!\n" +msgstr " Warnung: obsolete DSC Version %.1f in Datei!\n" + +msgid " FAIL\n" +msgstr " FEHLGESCHLAGEN\n" + +#, c-format +msgid "" +" FAIL\n" +" **FAIL** Unable to open PPD file - %s\n" +msgstr "" +" FEHLGESCHLAGEN\n" +" **FEHLGESCHLAGEN** Kann PPD Datei nicht öffnen - %s\n" + +#, c-format +msgid "" +" FAIL\n" +" **FAIL** Unable to open PPD file - %s on line %d.\n" +msgstr "" +" FEHLGESCHLAGEN\n" +" **FEHLGESCHLAGEN** Kann PPD Datei nicht öffnen - %s in Zeile %d.\n" + +msgid " PASS\n" +msgstr " BESTANDEN\n" + +#, c-format +msgid "%-6s %-10.10s %-4d %-10d %-27.27s %.0f bytes\n" +msgstr "%-6s %-10.10s %-4d %-10d %-27.27s %.0f Byte\n" + +#, c-format +msgid "%-7s %-7.7s %-7d %-31.31s %.0f bytes\n" +msgstr "%-7s %-7.7s %-7d %-31.31s %.0f Byte\n" + +#, c-format +msgid "%s accepting requests since %s\n" +msgstr "%s akzeptiert Anfragen seit %s\n" + +#, c-format +msgid "%s cannot be changed." +msgstr "%s kann nicht geändert werden." + +#, c-format +msgid "%s is not implemented by the CUPS version of lpc.\n" +msgstr "%s ist in der CUPS Version von lpc nicht implementiert.\n" + +#, c-format +msgid "%s is not ready\n" +msgstr "%s ist nicht bereit\n" + +#, c-format +msgid "%s is ready\n" +msgstr "%s ist bereit\n" + +#, c-format +msgid "%s is ready and printing\n" +msgstr "%s ist bereit und druckt\n" + +#, c-format +msgid "" +"%s not accepting requests since %s -\n" +"\t%s\n" +msgstr "" +"%s akzeptiert keine Anfragen seit %s -\n" +"\t%s\n" + +#, c-format +msgid "%s not supported!" +msgstr "%s nicht unterstützt!" + +#, c-format +msgid "%s/%s accepting requests since %s\n" +msgstr "%s/%s akzeptiert Anfragen seit %s\n" + +#, c-format +msgid "" +"%s/%s not accepting requests since %s -\n" +"\t%s\n" +msgstr "" +"%s/%s akzeptiert keine Anfragen seit %s -\n" +"\t%s\n" + +#, c-format +msgid "%s: %-33.33s [job %d localhost]\n" +msgstr "%s: %-33.33s [Auftrag %d localhost]\n" + +#, c-format +msgid "%s: %s failed: %s\n" +msgstr "%s: %s fehlgeschlagen: %s\n" + +#, c-format +msgid "%s: Don't know what to do!\n" +msgstr "%s: Keine Ahnung was zu tun ist!\n" + +#, c-format +msgid "" +"%s: Error - %s environment variable names non-existent destination \"%s\"!\n" +msgstr "" +"%s: Fehler - Die Umgebungsvariable %s enthält das nicht existierende Ziel \"%" +"s\"!\n" + +#, c-format +msgid "%s: Error - bad job ID!\n" +msgstr "%s: Fehler - Falsche Auftrags ID!\n" + +#, c-format +msgid "%s: Error - cannot print files and alter jobs simultaneously!\n" +msgstr "" +"%s: Fehler - Kann nicht gleichzeitig Dateien drucken und Aufträge abändern!\n" -msgid "Quota limit reached." -msgstr "Kontigentsgrenze erreicht." +#, c-format +msgid "" +"%s: Error - cannot print from stdin if files or a job ID are provided!\n" +msgstr "" +"%s: Fehler - Kann nicht von stdin drucken wenn Dateien oder eine Autrags ID " +"übergeben wurde!\n" #, c-format -msgid "Unable to add job for destination \"%s\"!" -msgstr "Kann Auftrag nicht zu Ziel \"%s\" hinzufügen!" +msgid "%s: Error - expected character set after '-S' option!\n" +msgstr "%s: Fehler - Zeichensatz wird hinter dem Paramter '-S' erwartet!\n" -msgid "No subscription attributes in request!" -msgstr "Keine Subskriptionseigenschaften in der Abfrage!" +#, c-format +msgid "%s: Error - expected content type after '-T' option!\n" +msgstr "%s: Fehler - Inhaltstyp hinter dem Parameter '-T' erwartet!\n" -msgid "notify-events not specified!" -msgstr "notify-events nicht festgelegt!" +#, c-format +msgid "%s: Error - expected copies after '-n' option!\n" +msgstr "%s: Fehler - Kopienanzahl wird hinter dem Parameter '-n' erwartet!\n" #, c-format -msgid "Job %d not found!" -msgstr "Auftrag %d nicht gefunden!" +msgid "%s: Error - expected copy count after '-#' option!\n" +msgstr "%s: Fehler - Kopienanzahl wird hinter dem Parameter '-#' erwartet!\n" -msgid "No default printer" -msgstr "Kein Standarddrucker" +#, c-format +msgid "%s: Error - expected destination after '-P' option!\n" +msgstr "%s: Fehler - Ziel wird hinter dem Parameter '-P' erwartet!\n" -msgid "cups-deviced failed to execute." -msgstr "cups-deviced konnte nicht ausgeführt werden." +#, c-format +msgid "%s: Error - expected destination after '-b' option!\n" +msgstr "%s: Fehler - Ziel wird hinter dem Parameter '-b' erwartet!\n" -msgid "cups-driverd failed to execute." -msgstr "cups-driverd konnte nicht ausgeführt werden." +#, c-format +msgid "%s: Error - expected destination after '-d' option!\n" +msgstr "%s: Fehler - Ziel wird hinter dem Parameter '-d' erwartet!\n" + +#, c-format +msgid "%s: Error - expected form after '-f' option!\n" +msgstr "%s: Fehler - Formular wird hinter dem Parameter '-f' erwartet!\n" + +#, c-format +msgid "%s: Error - expected hold name after '-H' option!\n" +msgstr "" +"%s: Fehler - Haltebezeichnung wird hinter dem Parameter '-H' erwartet!\n" + +#, c-format +msgid "%s: Error - expected hostname after '-H' option!\n" +msgstr "%s: Fehler - Hostname wird hinter dem Parameter '-H' erwartet!\n" + +#, c-format +msgid "%s: Error - expected hostname after '-h' option!\n" +msgstr "%s: Fehler - Hostname wird hinter dem Parameter '-h' erwartet!\n" + +#, c-format +msgid "%s: Error - expected mode list after '-y' option!\n" +msgstr "%s: Fehler - Modusliste wird hinter dem Parameter '-y' erwartet!\n" + +#, c-format +msgid "%s: Error - expected name after '-%c' option!\n" +msgstr "%s: Fehler - Name wird hinter dem Paramter '-%c' erwartet!\n" + +#, c-format +msgid "%s: Error - expected option string after '-o' option!\n" +msgstr "" +"%s: Fehler - Zeichenkette mit Parametern wird hinter dem Parameter '-o' " +"erwartet!\n" + +#, c-format +msgid "%s: Error - expected page list after '-P' option!\n" +msgstr "%s: Fehler - Seitenliste wird hinter dem Paramter '-P' erwartet!\n" + +#, c-format +msgid "%s: Error - expected priority after '-%c' option!\n" +msgstr "%s: Fehler - Priorität wird hinter dem Parameter '-%c' erwartet!\n" + +#, c-format +msgid "%s: Error - expected reason text after '-r' option!\n" +msgstr "" +"%s: Fehler - Begründungstext wird hinter dem Parameter '-r' erwartet!\n" + +#, c-format +msgid "%s: Error - expected title after '-t' option!\n" +msgstr "%s: Fehler - Titel wird hinter dem Parameter '-t' erwartet!\n" + +#, c-format +msgid "%s: Error - expected username after '-U' option!\n" +msgstr "%s: Fehler - Benutzername wird hinter dem Parameter '-U' erwartet!\n" + +#, c-format +msgid "%s: Error - expected username after '-u' option!\n" +msgstr "%s: Fehler - Benutzernamen wird hinter dem Parameter '-u' erwartet!\n" + +#, c-format +msgid "%s: Error - expected value after '-%c' option!\n" +msgstr "%s: Fehler - Wert wird hinter dem Paramter '-%c' erwartet!\n" + +#, c-format +msgid "" +"%s: Error - need \"completed\", \"not-completed\", or \"all\" after '-W' " +"option!\n" +msgstr "" +"%s: Fehler - Brauche \"completed\", \"not-completed\", oder \"all\" hinter " +"dem Parameter '-W'!\n" + +#, c-format +msgid "%s: Error - no default destination available.\n" +msgstr "%s: Fehler - Kein Standardziel verfügbar.\n" + +#, c-format +msgid "%s: Error - priority must be between 1 and 100.\n" +msgstr "%s: Fehler - Priorität muss zwischen 1 und 100 sein.\n" + +#, c-format +msgid "%s: Error - scheduler not responding!\n" +msgstr "%s: Fehler - Scheduler antwortet nicht!\n" + +#, c-format +msgid "%s: Error - stdin is empty, so no job has been sent.\n" +msgstr "%s: Fehler - stdin ist leer, somit wurde kein Auftrag gesendet.\n" + +#, c-format +msgid "%s: Error - too many files - \"%s\"\n" +msgstr "%s: Fehler - Zu viele Dateien - \"%s\"\n" + +#, c-format +msgid "%s: Error - unable to access \"%s\" - %s\n" +msgstr "%s: Fehler - Kann auf \"%s\" nicht zugreifen - %s\n" + +#, c-format +msgid "%s: Error - unable to create temporary file \"%s\" - %s\n" +msgstr "%s: Fehler - Kann die temporäre Datei \"%s\" nicht erzeugen - %s\n" + +#, c-format +msgid "%s: Error - unable to write to temporary file \"%s\" - %s\n" +msgstr "%s: Fehler - Kann nicht in die temporäre Datei \"%s\" schreiben - %s\n" + +#, c-format +msgid "%s: Error - unknown destination \"%s\"!\n" +msgstr "%s: Fehler - unbekanntes Ziel \"%s\"!\n" + +#, c-format +msgid "%s: Error - unknown destination \"%s/%s\"!\n" +msgstr "%s: Fehler - Unbekanntes Ziel \"%s/%s\"!\n" + +#, c-format +msgid "%s: Error - unknown option '%c'!\n" +msgstr "%s: Fehler - Unbekannter Parameter '%c'!\n" + +#, c-format +msgid "%s: Expected job ID after '-i' option!\n" +msgstr "%s: Auftrags ID wird hinter dem Parameter '-i' erwartet!\n" + +#, c-format +msgid "%s: Invalid destination name in list \"%s\"!\n" +msgstr "%s: Ungültiger Zielname in der Liste \"%s\"!\n" + +#, c-format +msgid "%s: Need job ID ('-i jobid') before '-H restart'!\n" +msgstr "%s: Brauche Auftrags ID ('-i jobid') vor '-H restart'!\n" + +#, c-format +msgid "%s: Operation failed: %s\n" +msgstr "%s: Vorgang fehlgeschlagen: %s\n" + +#, c-format +msgid "%s: Sorry, no encryption support compiled in!\n" +msgstr "%s: Bedaure, Verschlüsselungen nicht mitkompiliert!\n" + +#, c-format +msgid "%s: Unable to connect to server\n" +msgstr "%s: Kann Server nicht erreichen\n" + +#, c-format +msgid "%s: Unable to connect to server: %s\n" +msgstr "%s: Server nicht erreichbar: %s!\n" + +#, c-format +msgid "%s: Unable to contact server!\n" +msgstr "%s: Kann Server nicht erreichen!\n" + +#, c-format +msgid "%s: Unknown destination \"%s\"!\n" +msgstr "%s: Unbekanntes Ziel \"%s\"!\n" + +#, c-format +msgid "" +"%s: Warning - '%c' format modifier not supported - output may not be " +"correct!\n" +msgstr "" +"%s: Warnung - Formatangabe '%c' nicht unterstützt - Ausgabe ist " +"möglicherweise falsch!\n" + +#, c-format +msgid "%s: Warning - character set option ignored!\n" +msgstr "%s: Warnung - Zeichensatzangabe ignoriert!\n" + +#, c-format +msgid "%s: Warning - content type option ignored!\n" +msgstr "%s: Warnung - Parameter für Inhaltstyp ignoriert!\n" + +#, c-format +msgid "%s: Warning - form option ignored!\n" +msgstr "%s: Warnung - Parameter für Formular ignoriert!\n" + +#, c-format +msgid "%s: Warning - mode option ignored!\n" +msgstr "%s: Warnung - Modusangabe ignoriert!\n" + +#, c-format +msgid "" +"%s: error - %s environment variable names non-existent destination \"%s\"!\n" +msgstr "" +"%s: Fehler - Die Umgebungsvariable %s enthält das nicht existierende Ziel \"%" +"s\"!\n" + +#, c-format +msgid "%s: error - expected option=value after '-o' option!\n" +msgstr "%s: Fehler - Parameter=Wert wird hinter dem Parameter '-o' erwartet!\n" + +#, c-format +msgid "%s: error - no default destination available.\n" +msgstr "%s: Fehler - Kein Standardziel verfügbar.\n" + +msgid "?Invalid help command unknown\n" +msgstr "?Ungültiger Hilfebefehl nicht bekannt\n" + +msgid "A Samba password is required to export printer drivers!" +msgstr "Ein Samba Passwort wird benötigt um Druckertreiber bereitzustellen!" + +msgid "A Samba username is required to export printer drivers!" +msgstr "" +"Ein Samba Benutzername wird benötigt um Drucker für Samba bereitzustellen!" + +#, c-format +msgid "A class named \"%s\" already exists!" +msgstr "Eine Klasse namens \"%s\" existiert bereits!" + +#, c-format +msgid "A printer named \"%s\" already exists!" +msgstr "Ein Drucker mit dem Namen \"%s\" existiert bereits!" + +msgid "Accept Jobs" +msgstr "Akzeptiere Aufträge" + +msgid "Add Class" +msgstr "Klasse hinzufügen" + +msgid "Add Printer" +msgstr "Drucker hinzufügen" -msgid "No destinations added." -msgstr "Keine Ziele hinzugefügt." +msgid "Add RSS Subscription" +msgstr "" -#, c-format -msgid "notify-subscription-id %d no good!" -msgstr "notify-subscription-id %d unbrauchbar!" +msgid "Administration" +msgstr "Verwaltung" #, c-format -msgid "Job #%s does not exist!" -msgstr "Auftrag #%s existiert nicht!" +msgid "Attempt to set %s printer-state to bad value %d!" +msgstr "Versuch den %s printer-state auf ungültigen Wert %d zu setzen!" #, c-format -msgid "Job #%d does not exist!" -msgstr "Auftrag #%d existiert nicht!" - -msgid "No subscriptions found." -msgstr "Keine Subskription gefunden." +msgid "Attribute groups are out of order (%x < %x)!" +msgstr "Eigenschaftsgruppen haben falsche Reihenfolge (%x<%x)!" -#, c-format -msgid "Not authorized to hold job #%d owned by \"%s\"!" -msgstr "Nicht berechtigt den Auftrag #%d von \"%s\" aufzuhalten!" +msgid "Bad OpenGroup" +msgstr "Falsche OpenGroup-Angabe" -#, c-format -msgid "Job #%d is finished and cannot be altered!" -msgstr "Auftrag #%d ist bereits fertig und nicht änderbar!" +msgid "Bad OpenUI/JCLOpenUI" +msgstr "Falsche OpenUI/JCLOpenUI-Angabe" -#, c-format -msgid "You are not authorized to move job #%d owned by \"%s\"!" -msgstr "Nicht berechtigt den Auftrag #%d von \"%s\" zu verschieben!" +msgid "Bad OrderDependency" +msgstr "Falsche OrderDependency-Angabe" -msgid "job-printer-uri attribute missing!" -msgstr "Eigenschaft job-printer-uri fehlt." +msgid "Bad UIConstraints" +msgstr "Falsche UIConstraints-Angabe" #, c-format -msgid "Unsupported compression \"%s\"!" -msgstr "Nicht unterstützte Kompression \"%s\"!" +msgid "Bad copies value %d." +msgstr "Falscher Wert für Kopien: %d." -msgid "No file!?!" -msgstr "Keine Datei!?!" +msgid "Bad custom parameter" +msgstr "Falscher benutzerspezifischer Parameter" #, c-format -msgid "Could not scan type \"%s\"!" -msgstr "Konnte Typ nicht scannen \"%s\"!" +msgid "Bad device-uri \"%s\"!" +msgstr "Falsche device-uri \"%s\"!" #, c-format -msgid "Unsupported format '%s/%s'!" -msgstr "Nicht unterstütztes Format '%s/%s'!" +msgid "Bad document-format \"%s\"!" +msgstr "document-format \"%s\" ist falsch!" -msgid "Printer not shared!" -msgstr "Drucker nicht verteilt!" +msgid "Bad job-priority value!" +msgstr "Falscher job-priority Wert!" -#, c-format -msgid "Too many jobs - %d jobs, max jobs is %d." -msgstr "Zu viele Aufträge - %d; das Maximum ist %d." +msgid "Bad job-state value!" +msgstr "Falscher job-state Wert!" #, c-format -msgid "Job #%d is not held!" -msgstr "Auftrag #%d wurde nicht aufgehalten!" +msgid "Bad job-uri attribute \"%s\"!" +msgstr "Falsche job-uri Eigenschaft \"%s\"!" -#, c-format -msgid "You are not authorized to release job id %d owned by \"%s\"!" -msgstr "Nicht berechtigt den Auftrag mit der ID %d von \"%s\" freizugeben!" +#, fuzzy, c-format +msgid "Bad notify-pull-method \"%s\"!" +msgstr "Falscher port-monitor \"%s\"!" -#, c-format -msgid "Job #%d is not complete!" -msgstr "Auftrag #%d ist nicht komplett!" +#, fuzzy, c-format +msgid "Bad notify-recipient-uri URI \"%s\"!" +msgstr "Falscher port-monitor \"%s\"!" -#, c-format -msgid "Job #%d cannot be restarted - no files!" -msgstr "Auftrag #%d kann nicht neu gestartet werden - keine Dateien!" +#, fuzzy, c-format +msgid "Bad number-up value %d." +msgstr "Falscher Wert für Kopien: %d." -#, c-format -msgid "You are not authorized to restart job id %d owned by \"%s\"!" -msgstr "" -"Sie sind nicht berechtigt den Auftrag mit der ID %d von \"%s\" neu zu " -"starten!" +#, fuzzy, c-format +msgid "Bad option + choice on line %d!" +msgstr "Falscher Parameter + Auswahl in Zeile %d!\n" #, c-format -msgid "You are not authorized to send document for job #%d owned by \"%s\"!" -msgstr "" -"Sie sind nicht berechtigt ein Dokument für den Auftrag #%d von \"%s\" zu " -"senden!" +msgid "Bad page-ranges values %d-%d." +msgstr "Falscher page-ranges Wert %d-%d." #, c-format -msgid "Bad document-format \"%s\"!" -msgstr "document-format \"%s\" ist falsch!" +msgid "Bad port-monitor \"%s\"!" +msgstr "Falscher port-monitor \"%s\"!" #, c-format -msgid "You are not authorized to alter job id %d owned by \"%s\"!" -msgstr "" -"Sie sind nicht berechtigt den Aufrag mit der ID %d von \"%s\" abzuändern." +msgid "Bad printer-state value %d!" +msgstr "Falscher printer-state Wert %d!" #, c-format -msgid "%s cannot be changed." -msgstr "%s kann nicht geändert werden." - -msgid "Bad job-priority value!" -msgstr "Falscher job-priority Wert!" +msgid "Bad request version number %d.%d!" +msgstr "Ungültige Versionsnummer %d.%d für Abfrage!" -msgid "Job is completed and cannot be changed." -msgstr "Auftrag abgeschlossen, kann nicht geändert werden." +#, fuzzy +msgid "Bad subscription ID!" +msgstr "Keine Subskription gefunden." -msgid "Bad job-state value!" -msgstr "Falscher job-state Wert!" +msgid "Banners" +msgstr "Banner" -msgid "Job state cannot be changed." -msgstr "Auftragsstatus kann nicht geändert werden." +msgid "Cancel RSS Subscription" +msgstr "" -#, c-format -msgid "Unsupported compression attribute %s!" -msgstr "Nicht unterstützte Kompressionseigenschaft %s!" +msgid "Change Settings" +msgstr "Konfiguration ändern" #, c-format -msgid "Unsupported format \"%s\"!" -msgstr "Nicht unterstütztes Format \"%s\"!" +msgid "Character set \"%s\" not supported!" +msgstr "Zeichensatz \"%s\" nicht unterstützt!" -#, c-format -msgid "%s is not implemented by the CUPS version of lpc.\n" -msgstr "%s ist in der CUPS Version von lpc nicht implementiert.\n" +msgid "Classes" +msgstr "Klassen" msgid "" "Commands may be abbreviated. Commands are:\n" @@ -414,1399 +1198,1293 @@ msgstr "" "\n" "exit help quit status ?\n" -msgid "help\t\tget help on commands\n" -msgstr "help\t\tum Hilfe für die Befehle zu bekommen\n" - -msgid "status\t\tshow status of daemon and queue\n" -msgstr "status\t\tzeigt den Status von Diensten und Warteschlangen\n" - -msgid "?Invalid help command unknown\n" -msgstr "?Ungültiger Hilfebefehl nicht bekannt\n" - #, c-format -msgid "\tprinter is on device '%s' speed -1\n" -msgstr "\tDrucker verbunden über '%s' Geschwindigkeit -1\n" - -msgid "\tqueuing is enabled\n" -msgstr "\tWarteschlange ist freigegeben\n" +msgid "Could not scan type \"%s\"!" +msgstr "Konnte Typ nicht scannen \"%s\"!" -msgid "\tqueuing is disabled\n" -msgstr "\tWarteschlange ist gesperrt\n" +msgid "Cover open." +msgstr "" -msgid "\tprinting is enabled\n" -msgstr "\tDrucken ist freigegeben\n" +msgid "Custom" +msgstr "Benutzerspezifisch" -msgid "\tprinting is disabled\n" -msgstr "\tDrucken ist gesperrt\n" +#, c-format +msgid "DEBUG: %d files to send in job...\n" +msgstr "" -msgid "\tno entries\n" -msgstr "\tKeine Einträge\n" +msgid "DEBUG: Getting supported attributes...\n" +msgstr "" #, c-format -msgid "\t%d entries\n" -msgstr "\t%d Einträge\n" +msgid "DEBUG: Sending print file, %lld bytes...\n" +msgstr "" -msgid "\tdaemon present\n" -msgstr "\tDienst läuft\n" +msgid "Delete Class" +msgstr "Lösche Klasse" -msgid "lpq: Unable to contact server!\n" -msgstr "lpq: Kann Server nicht kontaktieren!\n" +msgid "Delete Printer" +msgstr "Lösche Drucker" #, c-format -msgid "%s: Sorry, no encryption support compiled in!\n" -msgstr "%s: Bedaure, Verschlüsselungen nicht mitkompiliert!\n" +msgid "Destination \"%s\" is not accepting jobs." +msgstr "Ziel \"%s\" akzeptiert keine Aufträge." -#, c-format -msgid "lpq: Unknown destination \"%s/%s\"!\n" -msgstr "lpq: Unbekanntes Ziel \"%s/%s\"!\n" +msgid "Developer almost empty." +msgstr "" -#, c-format -msgid "lpq: Unknown destination \"%s\"!\n" -msgstr "lpq: Unbekanntes Ziel \"%s\"!\n" +msgid "Developer empty!" +msgstr "" #, c-format msgid "" -"lp: error - %s environment variable names non-existent destination \"%s\"!\n" +"Device: uri = %s\n" +" class = %s\n" +" info = %s\n" +" make-and-model = %s\n" +" device-id = %s\n" +msgstr "" +"Gerät: uri = %s\n" +" class = %s\n" +" info = %s\n" +" make-and-model = %s\n" +" device-id = %s\n" + +msgid "Door open." msgstr "" -"lp: Fehler - Umgebungsvariable %s enhält nicht vorhandenes Ziel \"%s\"!\n" -msgid "lpq: error - no default destination available.\n" -msgstr "lpq: Fehler - kein Standardziel verfügbar.\n" +#, fuzzy, c-format +msgid "EMERG: Unable to allocate memory for page info: %s\n" +msgstr "Speicherreservierung für Dateitypen fehlgeschlagen!" + +#, fuzzy, c-format +msgid "EMERG: Unable to allocate memory for pages array: %s\n" +msgstr "Speicherreservierung für Dateitypen fehlgeschlagen!" + +#, fuzzy, c-format +msgid "ERROR: %ld: Unable to send print file to printer (canceled:%ld)\n" +msgstr "lpoptions: Kann Drucker oder Instanz nicht hinzufügen: %s\n" #, c-format -msgid "lpq: get-jobs failed: %s\n" -msgstr "lpq: get-jobs fehlgeschlagen: %s\n" +msgid "ERROR: Bad %%BoundingBox: comment seen!\n" +msgstr "" -msgid "" -"Rank Owner Pri Job Files Total Size\n" +#, c-format +msgid "ERROR: Bad %%IncludeFeature: comment!\n" msgstr "" -"Rang Besitzer Pri Auftrag Dateien Gesamtgröße\n" -msgid "Rank Owner Job File(s) Total Size\n" -msgstr "Rang Besitz Auftrag Datei(en) Gesamtgröße\n" +#, c-format +msgid "ERROR: Bad %%Page: comment in file!\n" +msgstr "" #, c-format -msgid "%s: %-33.33s [job %d localhost]\n" -msgstr "%s: %-33.33s [Auftrag %d localhost]\n" +msgid "ERROR: Bad %%PageBoundingBox: comment in file!\n" +msgstr "" + +#, fuzzy, c-format +msgid "ERROR: Bad SCSI device file \"%s\"!\n" +msgstr "Falsche device-uri \"%s\"!" #, c-format -msgid " %-39.39s %.0f bytes\n" -msgstr " %-39.39s %.0f Byte\n" +msgid "ERROR: Bad charset file %s\n" +msgstr "" #, c-format -msgid "%-6s %-10.10s %-4d %-10d %-27.27s %.0f bytes\n" -msgstr "%-6s %-10.10s %-4d %-10d %-27.27s %.0f Byte\n" +msgid "ERROR: Bad charset type %s\n" +msgstr "" #, c-format -msgid "%-7s %-7.7s %-7d %-31.31s %.0f bytes\n" -msgstr "%-7s %-7.7s %-7d %-31.31s %.0f Byte\n" +msgid "ERROR: Bad font description line: %s\n" +msgstr "" -msgid "no entries\n" -msgstr "keine Einträge\n" +msgid "ERROR: Bad page setup!\n" +msgstr "" #, c-format -msgid "lpq: get-printer-attributes failed: %s\n" -msgstr "lpq: get-printer-attributes fehlgeschlagen: %s\n" +msgid "ERROR: Bad text direction %s\n" +msgstr "" #, c-format -msgid "%s is ready\n" -msgstr "%s ist bereit\n" +msgid "ERROR: Bad text width %s\n" +msgstr "" + +msgid "ERROR: Destination printer does not exist!\n" +msgstr "" #, c-format -msgid "%s is ready and printing\n" -msgstr "%s ist bereit und druckt\n" +msgid "ERROR: Duplicate %%BoundingBox: comment seen!\n" +msgstr "" #, c-format -msgid "%s is not ready\n" -msgstr "%s ist nicht bereit\n" +msgid "ERROR: Duplicate %%Pages: comment seen!\n" +msgstr "" -msgid "Usage: lpq [-P dest] [-l] [+interval]\n" -msgstr "Benutzung: lpq [-P Ziel] [-l] [+Intervall]\n" +#, fuzzy +msgid "ERROR: Empty print file!\n" +msgstr "Kann PPD Datei nicht kopieren!" + +msgid "ERROR: Invalid HP-GL/2 command seen, unable to print file!\n" +msgstr "" #, c-format -msgid "lpr: error - expected value after -%c option!\n" -msgstr "lpr: Fehler - Es wird ein Wert hinter dem Parameter -%c erwartet!\n" +msgid "ERROR: Missing %%EndProlog!\n" +msgstr "" #, c-format +msgid "ERROR: Missing %%EndSetup!\n" +msgstr "" + msgid "" -"lpr: warning - '%c' format modifier not supported - output may not be " -"correct!\n" +"ERROR: Missing device URI on command-line and no DEVICE_URI environment " +"variable!\n" msgstr "" -"lpr: Warnung - Formatangabe '%c' nicht unterstützt - Ausgabe evtl. " -"fehlerhaft!\n" -msgid "lpr: error - expected option=value after -o option!\n" -msgstr "lpr: Fehler - Erwarte Parameter=Wert hinter dem Parameter -o!\n" +#, c-format +msgid "ERROR: No %%BoundingBox: comment in header!\n" +msgstr "" -msgid "lpr: warning - email notification is not currently supported!\n" +#, c-format +msgid "ERROR: No %%Pages: comment in header!\n" msgstr "" -"lpr: Warnung - Email Benachrichtigung wird zurzeit nicht unterstützt!\n" -msgid "lpr: error - expected destination after -P option!\n" -msgstr "lpr: Fehler - Erwarte Ziel hinter dem Parameter -P!\n" +msgid "" +"ERROR: No device URI found in argv[0] or in DEVICE_URI environment " +"variable!\n" +msgstr "" -msgid "lpr: error - expected copy count after -# option!\n" -msgstr "lpr: Fehler - Erwarte Kopienanzahl hinter dem Parameter -#!\n" +msgid "ERROR: No pages found!\n" +msgstr "" -#, c-format -msgid "lpr: error - expected name after -%c option!\n" -msgstr "lpr: Fehler - Erwarte Name hinter dem Parameter -%c!\n" +msgid "ERROR: Out of paper!\n" +msgstr "" -msgid "lpr: error - expected username after -U option!\n" -msgstr "lpr: Fehler - Erwarte Benutzername hinter dem Parameter -U!\n" +msgid "ERROR: PRINTER environment variable not defined!\n" +msgstr "" #, c-format -msgid "lpr: error - unknown option '%c'!\n" -msgstr "lpr: Fehler - Unbekannter Parameter '%c'!\n" +msgid "ERROR: Print file was not accepted (%s)!\n" +msgstr "" -#, c-format -msgid "lpr: error - unable to access \"%s\" - %s\n" -msgstr "lpr: Fehler - Zugriff nicht möglich auf \"%s\" - %s\n" +#, fuzzy +msgid "ERROR: Printer not responding!\n" +msgstr "Drucker nicht verteilt!" #, c-format -msgid "lpr: error - too many files - \"%s\"\n" -msgstr "lpr: Fehler - Zu viele Dateien \"%s\"\n" +msgid "ERROR: Remote host did not accept control file (%d)\n" +msgstr "" #, c-format -msgid "" -"lpr: error - %s environment variable names non-existent destination \"%s\"!\n" +msgid "ERROR: Remote host did not accept data file (%d)\n" msgstr "" -"lpr: Fehler - Die Umgebungsvariable %s beinhaltet das nicht vorhandene Ziel " -"\"%s\"!\n" - -msgid "lpr: error - no default destination available.\n" -msgstr "lpr: Fehler - Kein Standardziel verfügbar.\n" -msgid "lpr: error - scheduler not responding!\n" -msgstr "lpr: Fehler - Scheduler antwortet nicht!\n" +#, fuzzy, c-format +msgid "ERROR: Unable to add file %d to job: %s\n" +msgstr "lpadmin: Kann temporäre Datei \"%s\" nicht öffnen: %s\n" -#, c-format -msgid "lpr: error - unable to create temporary file \"%s\" - %s\n" -msgstr "lpr: Fehler - Kann temporäre Datei \"%s\" nicht erstellen - %s\n" +#, fuzzy, c-format +msgid "ERROR: Unable to cancel job %d: %s\n" +msgstr "lprm: Kann keine Aufträge abbrechen!\n" -#, c-format -msgid "lpr: error - unable to write to temporary file \"%s\" - %s\n" -msgstr "" -"lpr: Fehler - Kann nicht in die temporäre Datei \"%s\" schreiben - %s\n" +#, fuzzy, c-format +msgid "ERROR: Unable to create temporary compressed print file: %s\n" +msgstr "lpadmin: Kann temporäre Datei nicht erstellen: %s\n" -msgid "lpr: error - stdin is empty, so no job has been sent.\n" -msgstr "lpr: Fehler - stdin ist leer, kein Auftrag gesendet.\n" +#, fuzzy, c-format +msgid "ERROR: Unable to create temporary file - %s.\n" +msgstr "lpadmin: Kann temporäre Datei nicht erstellen - %s\n" -#, c-format -msgid "lpr: error - unable to print file: %s\n" -msgstr "lpr: Fehler - Kann Datei nicht drucken: %s\n" +#, fuzzy, c-format +msgid "ERROR: Unable to create temporary file: %s\n" +msgstr "lpadmin: Kann temporäre Datei nicht erstellen: %s\n" -msgid "lprm: Unable to contact server!\n" -msgstr "lprm: Server nicht erreichbar!\n" +#, fuzzy, c-format +msgid "ERROR: Unable to exec pictwpstops: %s\n" +msgstr "%s: Server nicht erreichbar: %s!\n" -#, c-format -msgid "lprm: Unknown destination \"%s\"!\n" -msgstr "lprm: Unbekanntes Ziel \"%s\"\n" +#, fuzzy, c-format +msgid "ERROR: Unable to fork pictwpstops: %s\n" +msgstr "Kann Prozess nicht forken!" -#, c-format -msgid "lprm: Unknown option '%c'!\n" -msgstr "lprm: Unbekannter Parameter '%c'!\n" +#, fuzzy, c-format +msgid "ERROR: Unable to get PPD file for printer \"%s\" - %s.\n" +msgstr "cupsaddsmb: Keine PPD Datei für Drucker \"%s\" vorhanden - %s\n" -msgid "lprm: Job or printer not found!\n" -msgstr "lprm: Auftrag oder Drucker nicht gefunden!\n" +#, fuzzy, c-format +msgid "ERROR: Unable to get job %d attributes (%s)!\n" +msgstr "Kann Druckereigenschaften nicht holen!" -msgid "lprm: Not authorized to lprm job(s)!\n" -msgstr "lprm: Keine Berechtigung um Aufträge zu löschen!\n" +#, fuzzy, c-format +msgid "ERROR: Unable to get printer status (%s)!\n" +msgstr "Kann Druckerstatus nicht holen:" -#, c-format -msgid "lprm: You don't own job ID %d!\n" -msgstr "lprm: Ihnen gehört die Auftrags ID %d nicht!\n" +#, fuzzy, c-format +msgid "ERROR: Unable to locate printer '%s'!\n" +msgstr "Kann Drucker nicht ändern:" -msgid "lprm: Unable to lprm job(s)!\n" -msgstr "lprm: Kann keine Aufträge löschen!\n" +#, fuzzy, c-format +msgid "ERROR: Unable to open \"%s\" - %s\n" +msgstr "lp: Zugriff auf \"%s\" nicht möglich - %s\n" -msgid "lprm: Unable to cancel job(s)!\n" -msgstr "lprm: Kann keine Aufträge abbrechen!\n" +#, fuzzy, c-format +msgid "ERROR: Unable to open %s: %s\n" +msgstr "cupsaddsmb: Kann \"%s\" nicht ausführen: %s\n" -#, c-format -msgid "%s: Don't know what to do!\n" -msgstr "%s: Keine Ahnung was zu tun ist!\n" +#, fuzzy, c-format +msgid "ERROR: Unable to open device file \"%s\": %s\n" +msgstr "lpadmin: Kann temporäre Datei \"%s\" nicht öffnen: %s\n" -#, c-format -msgid "%s: Expected server name after -h!\n" -msgstr "%s: Servername wird hinter -h erwartet!\n" +#, fuzzy, c-format +msgid "ERROR: Unable to open file \"%s\" - %s\n" +msgstr "lpadmin: Kann temporäre Datei \"%s\" nicht öffnen: %s\n" -#, c-format -msgid "%s: Expected reason text after -r!\n" -msgstr "%s: Begründungstext wird hinter -r erwartet!\n" +#, fuzzy, c-format +msgid "ERROR: Unable to open file \"%s\": %s\n" +msgstr "lpadmin: Kann temporäre Datei \"%s\" nicht öffnen: %s\n" -#, c-format -msgid "%s: Unknown option '%c'!\n" -msgstr "%s: Unbekannter Parameter '%c'!\n" +#, fuzzy +msgid "ERROR: Unable to open image file for printing!\n" +msgstr "lpoptions: Kann PPD für %s nicht öffnen!\n" -#, c-format -msgid "%s: Unable to connect to server: %s\n" -msgstr "%s: Server nicht erreichbar: %s!\n" +#, fuzzy, c-format +msgid "ERROR: Unable to open print file \"%s\": %s\n" +msgstr "lpadmin: Kann temporäre Datei \"%s\" nicht öffnen: %s\n" -#, c-format -msgid "%s: Operation failed: %s\n" -msgstr "%s: Vorgang fehlgeschlagen: %s\n" +#, fuzzy, c-format +msgid "ERROR: Unable to open print file %s - %s\n" +msgstr "lpadmin: Kann PPD Datei \"%s\" nicht öffnen - %s\n" -msgid "cancel: Error - expected hostname after '-h' option!\n" -msgstr "cancel: Fehler - Erwarte Hostname hinter dem Parameter -h!\n" +#, fuzzy, c-format +msgid "ERROR: Unable to open print file %s: %s\n" +msgstr "lp: Kann Datei nicht drucken: %s\n" -msgid "cancel: Error - expected username after '-u' option!\n" -msgstr "cancel: Fehler - Erwarte Benutzername hinter dem Parameter -u!\n" +#, fuzzy, c-format +msgid "ERROR: Unable to open temporary compressed print file: %s\n" +msgstr "lpadmin: Kann temporäre Datei nicht erstellen: %s\n" #, c-format -msgid "cancel: Unknown option '%c'!\n" -msgstr "cancel: Unbekannter Parameter '%c'!\n" +msgid "ERROR: Unable to seek to offset %ld in file - %s\n" +msgstr "" #, c-format -msgid "cancel: Unknown destination \"%s\"!\n" -msgstr "cancel: Unbekanntes Ziel \"%s\"!\n" - -msgid "cancel: Unable to contact server!\n" -msgstr "cancel: Server nicht erreichbar!\n" +msgid "ERROR: Unable to seek to offset %lld in file - %s\n" +msgstr "" -#, c-format -msgid "cancel: %s failed: %s\n" -msgstr "cancel: %s fehlgeschlagen: %s\n" +#, fuzzy, c-format +msgid "ERROR: Unable to send print data (%d)\n" +msgstr "Kann Windows Druckertreiber nicht setzen (%d)!\n" #, c-format -msgid "cupsaddsmb: Missing value on line %d!\n" -msgstr "cupsaddsmb: Vermisse Wert in Zeile %d!\n" +msgid "ERROR: Unable to wait for pictwpstops: %s\n" +msgstr "" -#, c-format -msgid "cupsaddsmb: Missing double quote on line %d!\n" -msgstr "cupsaddsmb: Vermisse doppelte Anführungszeichen in Zeile %d!\n" +#, fuzzy, c-format +msgid "ERROR: Unable to write %d bytes to \"%s\": %s\n" +msgstr "cupsaddsmb: Kann \"%s\" nicht ausführen: %s\n" -#, c-format -msgid "cupsaddsmb: Bad option + choice on line %d!\n" -msgstr "cupsaddsmb: Falscher Parameter + Auswahl in Zeile %d!\n" +#, fuzzy, c-format +msgid "ERROR: Unable to write print data: %s\n" +msgstr "lp: Kann Datei nicht drucken: %s\n" -#, c-format -msgid "cupsaddsmb: Unable to connect to server \"%s\" for %s - %s\n" -msgstr "cupsaddsmb: Server \"%s\" nicht erreichbar für %s - %s\n" +#, fuzzy +msgid "ERROR: Unable to write raster data to driver!\n" +msgstr "Kann Druckereigenschaften nicht holen!" #, c-format -msgid "cupsaddsmb: No PPD file for printer \"%s\" - skipping!\n" -msgstr "cupsaddsmb: PPD Datei für Drucker \"%s\" fehlt - überspringe!\n" +msgid "ERROR: Unable to write uncompressed document data: %s\n" +msgstr "" -#, c-format -msgid "cupsaddsmb: get-printer-attributes failed for \"%s\": %s\n" -msgstr "cupsaddsmb: get-printer-attributes fehlgeschlagen für \"%s\": %s\n" +#, fuzzy, c-format +msgid "ERROR: Unknown encryption option value \"%s\"!\n" +msgstr "%s: Unbekanntes Ziel \"%s\"!\n" #, c-format -msgid "cupsaddsmb: Unable to convert PPD file for %s - %s\n" -msgstr "cupsaddsmb: Kann PPD Datei nicht konvertieren für %s - %s\n" +msgid "ERROR: Unknown file order \"%s\"\n" +msgstr "" #, c-format -msgid "cupsaddsmb: Unable to copy Windows 2000 printer driver files (%d)!\n" +msgid "ERROR: Unknown format character \"%c\"\n" msgstr "" -"cupsaddsmb: Kann Windows 2000 Druckertreiberdateien (%d) nicht kopieren!\n" -#, c-format -msgid "cupsaddsmb: Unable to copy CUPS printer driver files (%d)!\n" -msgstr "cupsaddsmb: Kann CUPS Druckertreiberdateien (%d) nicht kopieren!\n" +#, fuzzy, c-format +msgid "ERROR: Unknown option \"%s\" with value \"%s\"!\n" +msgstr "cupsd: Unbekannter Paramter \"%c\" - Abbruch!\n" + +#, fuzzy, c-format +msgid "ERROR: Unknown print mode \"%s\"\n" +msgstr "%s: Unbekanntes Ziel \"%s\"!\n" + +#, fuzzy, c-format +msgid "ERROR: Unknown version option value \"%s\"!\n" +msgstr "%s: Unbekanntes Ziel \"%s\"!\n" #, c-format -msgid "cupsaddsmb: Unable to install Windows 2000 printer driver files (%d)!\n" +msgid "ERROR: Unsupported brightness value %s, using brightness=100!\n" msgstr "" -"cupsaddsmb: Kann Windows 2000 Druckertreiberdateien (%d) nicht " -"installieren!\n" #, c-format -msgid "cupsaddsmb: Unable to copy Windows 9x printer driver files (%d)!\n" +msgid "ERROR: Unsupported gamma value %s, using gamma=1000!\n" msgstr "" -"cupsaddsmb: Kann Windows 9x Druckertreiberdateien (%d) nicht kopieren!\n" #, c-format -msgid "cupsaddsmb: Unable to install Windows 9x printer driver files (%d)!\n" +msgid "ERROR: Unsupported number-up value %d, using number-up=1!\n" msgstr "" -"cupsaddsmb: Kann Windows 9x Druckertreiberdateien (%d) nicht installieren!\n" #, c-format -msgid "cupsaddsmb: Unable to set Windows printer driver (%d)!\n" -msgstr "cupsaddsmb: Kann Windows Druckertreiber (%d) nicht festlegen!\n" - msgid "" -"Usage: cupsaddsmb [options] printer1 ... printerN\n" -" cupsaddsmb [options] -a\n" -"\n" -"Options:\n" -" -H samba-server Use the named SAMBA server\n" -" -U samba-user Authenticate using the named SAMBA user\n" -" -a Export all printers\n" -" -h cups-server Use the named CUPS server\n" -" -v Be verbose (show commands)\n" +"ERROR: Unsupported number-up-layout value %s, using number-up-layout=lrtb!\n" msgstr "" -"Benutzung: cupsaddsmb [Parameter] Drucker1 ... DruckerN\n" -" cupsaddsmb [Parameter] -a\n" -"\n" -"Options:\n" -" -H Samba-Server Benutze den genannten Samba Server\n" -" -U Samba-Benutzer Authentifiziere mit dem genannten Samba Benutzer\n" -" -a Alle Drucker exportieren\n" -" -h CUPS-Server Benutze den genannten CUPS Server\n" -" -v Zusätzliche Ausgaben einschalten (zeige Kommandos)\n" -msgid "cupstestppd: The -q option is incompatible with the -v option.\n" +#, c-format +msgid "ERROR: Unsupported page-border value %s, using page-border=none!\n" msgstr "" -"cupstestppd: Der Parameter -q ist nicht kompatibel mit dem Parameter -v.\n" -msgid "cupstestppd: The -v option is incompatible with the -q option.\n" +#, c-format +msgid "ERROR: doc_printf overflow (%d bytes) detected, aborting!\n" msgstr "" -"cupstestppd: Der Parameter -v ist nicht kompatibel mit dem Parameter -d.\n" #, c-format -msgid "" -" FAIL\n" -" **FAIL** Unable to open PPD file - %s\n" +msgid "ERROR: pictwpstops exited on signal %d!\n" msgstr "" -" FEHLGESCHLAGEN\n" -" **FEHLGESCHLAGEN** Kann PPD Datei nicht öffnen - %s\n" -#, c-format +#, fuzzy, c-format +msgid "ERROR: pictwpstops exited with status %d!\n" +msgstr "cupsaddsmb fehlgeschlagen mit Status %d" + msgid "" -" FAIL\n" -" **FAIL** Unable to open PPD file - %s on line %d.\n" +"ERROR: recoverable: Unable to connect to printer; will retry in 30 " +"seconds...\n" msgstr "" -" FEHLGESCHLAGEN\n" -" **FEHLGESCHLAGEN** Kann PPD Datei nicht öffnen - %s in Zeile %d.\n" -msgid " REF: Page 42, section 5.2.\n" -msgstr " REF: Seite 42, Kapitel 5.2.\n" - -msgid " REF: Page 20, section 3.4.\n" -msgstr " REF: Seite 20, Kapitel 3.4.\n" +msgid "Edit Configuration File" +msgstr "Bearbeite Konfigurationsdatei" -msgid " REF: Pages 45-46, section 5.2.\n" -msgstr " REF: Seite 45-46, Kapitel 5.2.\n" +#, fuzzy +msgid "Empty PPD file!" +msgstr "Kann PPD Datei nicht kopieren!" -msgid " REF: Pages 42-45, section 5.2.\n" -msgstr " REF: Seiten 42-45, Kapitel 5.2.\n" +msgid "Ending Banner" +msgstr "Endbanner" -msgid " REF: Pages 48-49, section 5.2.\n" -msgstr " REF: Seiten 48-49, Kapitel 5.2.\n" +msgid "Enter old password:" +msgstr "Altes Passwort eingeben:" -msgid " REF: Pages 52-54, section 5.2.\n" -msgstr " REF: Seiten 52-54, Kapitel 5.2.\n" +msgid "Enter password again:" +msgstr "Passwort nochmal eingeben:" -msgid " REF: Page 15, section 3.2.\n" -msgstr " REF: Seite 15, Kapitel 3.2.\n" +msgid "Enter password:" +msgstr "Passwort eingeben:" -msgid " REF: Page 15, section 3.1.\n" -msgstr " REF: Seite 15, Kapitel 3.1.\n" +#, fuzzy +msgid "" +"Enter your username and password or the root username and password to access " +"this page. If you are using Kerberos authentication, make sure you have a " +"valid Kerberos ticket." +msgstr "" +"Für Zugang Benutzername und Passwort (oder Benutzername und Passwort für " +"root) eingeben." -msgid " REF: Pages 16-17, section 3.2.\n" -msgstr " REF: Seite 16-17, Kapitel 3.2.\n" +msgid "Error Policy" +msgstr "Fehlerrichtlinie" -msgid " REF: Page 19, section 3.3.\n" -msgstr " REF: Seite 19, Kapitel 3.3.\n" +msgid "Error: need hostname after '-h' option!\n" +msgstr "Fehler: Brauche Hostname hinter dem Parameter '-h'!\n" -msgid " REF: Page 27, section 3.5.\n" -msgstr " REF: Seite 27, Kapitel 3.5.\n" +msgid "Export Printers to Samba" +msgstr "Drucker für Samba bereitstellen" -msgid "" -"\n" -" DETAILED CONFORMANCE TEST RESULTS\n" -msgstr "" -"\n" -" DETAILIERTE ERGEBNISSE DES KONFORMITÄTSTESTS\n" +msgid "FAIL\n" +msgstr "FEHLGESCHLAGEN\n" #, c-format -msgid " WARN %s has no corresponding options!\n" -msgstr " WARNUNG %s hat keine entsprechenden Parameter!\n" - -msgid " FAIL\n" -msgstr " FEHLGESCHLAGEN\n" - -msgid "" -" **FAIL** REQUIRED DefaultImageableArea\n" -" REF: Page 102, section 5.15.\n" +msgid "FATAL: Could not load %s\n" msgstr "" -" **FEHLGESCHLAGEN** BENÖTIGT DefaultImageableArea\n" -" REF: Seite 102, Kapitel 5.15.\n" #, c-format msgid "" -" **FAIL** BAD DefaultImageableArea %s!\n" -" REF: Page 102, section 5.15.\n" +"File device URIs have been disabled! To enable, see the FileDevice directive " +"in \"%s/cupsd.conf\"." msgstr "" -" **FEHLGESCHLAGEN** FALSCHE DefaultImageableArea %s!\n" -" REF: Seite 102, Kapitel 5.15.\n" +"Ausgabe auf Dateien gesperrt! Gegebenenfalls FileDevice-Einstellung in \"%s/" +"cupsd.conf\" ändern." -msgid " PASS DefaultImageableArea\n" -msgstr " BESTANDEN DefaultImageableArea\n" +msgid "Fuser temperature high!" +msgstr "" -msgid "" -" **FAIL** REQUIRED DefaultPaperDimension\n" -" REF: Page 103, section 5.15.\n" +msgid "Fuser temperature low!" msgstr "" -" **FEHLGESCHLAGEN** BENÖTIGT DefaultPaperDimension\n" -" REF: Seite 103, Kapitel 5.15.\n" + +msgid "General" +msgstr "Allgemein" + +msgid "Got a printer-uri attribute but no job-id!" +msgstr "Eigenschaft der printer-uri ohne job-id erhalten!" + +msgid "Help" +msgstr "Hilfe" #, c-format -msgid "" -" **FAIL** BAD DefaultPaperDimension %s!\n" -" REF: Page 103, section 5.15.\n" +msgid "INFO: Attempting to connect to host %s for printer %s\n" msgstr "" -" **FEHLGESCHLAGEN** FALSCHE DefaultPaperDimension %s!\n" -" REF: Seite 103, Kapitel 5.15.\n" -msgid " PASS DefaultPaperDimension\n" -msgstr " BESTANDEN DefaultPaperDimension\n" +#, fuzzy, c-format +msgid "INFO: Attempting to connect to host %s on port %d\n" +msgstr "lpstat: Kann Server %s auf Port %d nicht erreichen: %s\n" -#, c-format -msgid "" -" **FAIL** BAD Default%s %s\n" -" REF: Page 40, section 4.5.\n" +msgid "INFO: Canceling print job...\n" msgstr "" -" **FEHLGESCHLAGEN** FALSCHE Default%s %s\n" -" REF: Seite 40, Kapitel 4.5.\n" #, c-format -msgid " PASS Default%s\n" -msgstr " BESTANDEN Default%s\n" +msgid "INFO: Connected to %s...\n" +msgstr "" #, c-format -msgid "" -" **FAIL** REQUIRED Default%s\n" -" REF: Page 40, section 4.5.\n" +msgid "INFO: Connecting to %s on port %d...\n" msgstr "" -" **FEHLGESCHLAGEN** BENÖTIGT Default%s\n" -" REF: Seite 40, Kapitel 4.5.\n" - -msgid " PASS FileVersion\n" -msgstr " BESTANDEN FileVersion\n" -msgid "" -" **FAIL** REQUIRED FileVersion\n" -" REF: Page 56, section 5.3.\n" +msgid "INFO: Control file sent successfully\n" msgstr "" -" **FEHLGESCHLAGEN** BENÖTIGT FileVersion\n" -" REF: Seite 56, Kapitel 5.3.\n" -msgid " PASS FormatVersion\n" -msgstr " BESTANDEN FormatVersion\n" +msgid "INFO: Data file sent successfully\n" +msgstr "" -msgid "" -" **FAIL** REQUIRED FormatVersion\n" -" REF: Page 56, section 5.3.\n" +#, c-format +msgid "INFO: Formatting page %d...\n" msgstr "" -" **FEHLGESCHLAGEN** BENÖTIGT FormatVersion\n" -" REF: Seite 56, Kapitel 5.3.\n" -msgid " PASS LanguageEncoding\n" -msgstr " BESTANDEN LanguageEncoding\n" +msgid "INFO: Loading image file...\n" +msgstr "" -msgid "" -" **FAIL** REQUIRED LanguageEncoding\n" -" REF: Pages 56-57, section 5.3.\n" +msgid "INFO: Print file sent, waiting for printer to finish...\n" msgstr "" -" **FEHLGESCHLAGEN** BENÖTIGT LanguageEncoding\n" -" REF: Seiten 56-57, Kapitel 5.3.\n" -msgid " PASS LanguageVersion\n" -msgstr " BESTANDEN LanguageVersion\n" +#, c-format +msgid "INFO: Printer busy (status:0x%08x)\n" +msgstr "" -msgid "" -" **FAIL** REQUIRED LanguageVersion\n" -" REF: Pages 57-58, section 5.3.\n" +msgid "INFO: Printer busy; will retry in 10 seconds...\n" msgstr "" -" **FEHLGESCHLAGEN** BENÖTIGT LanguageVersion\n" -" REF: Seiten 57-58, Kapitel 5.3.\n" -msgid "" -" **FAIL** BAD Manufacturer (should be \"HP\")\n" -" REF: Page 211, table D.1.\n" +msgid "INFO: Printer busy; will retry in 30 seconds...\n" msgstr "" -" **FEHLGESCHLAGEN** FALSCHER Manufacturer (sollte \"HP\" sein)\n" -" REF: Seite 211, Tabelle D.1.\n" -msgid " PASS Manufacturer\n" -msgstr " BESTANDEN Manufacturer\n" +msgid "INFO: Printer busy; will retry in 5 seconds...\n" +msgstr "" -msgid "" -" **FAIL** REQUIRED Manufacturer\n" -" REF: Pages 58-59, section 5.3.\n" +msgid "INFO: Printer does not support IPP/1.1, trying IPP/1.0...\n" msgstr "" -" **FEHLGESCHLAGEN** BENÖTIGT Manufacturer\n" -" REF: Seiten 58-59, Kapitel 5.3.\n" -#, c-format -msgid "" -" **FAIL** BAD ModelName - \"%c\" not allowed in string.\n" -" REF: Pages 59-60, section 5.3.\n" +msgid "INFO: Printer is busy; will retry in 5 seconds...\n" msgstr "" -" **FEHLGESCHLAGEN** FALSCH ModelName - \"%c\" nicht in Zeichenkette " -"erlaubt.\n" -" REF: Seiten 59-60, Kapitel 5.3.\n" -msgid " PASS ModelName\n" -msgstr " BESTANDEN Modellname\n" +msgid "INFO: Printer is currently off-line.\n" +msgstr "" -msgid "" -" **FAIL** REQUIRED ModelName\n" -" REF: Pages 59-60, section 5.3.\n" +msgid "INFO: Printer is now on-line.\n" msgstr "" -" **FEHLGESCHLAGEN** BENÖTIGT ModelName\n" -" REF: Seiten 59-60, Kapitel 5.3.\n" -# NickName is a PPD term -msgid " PASS NickName\n" -msgstr " BESTANDEN NickName\n" +msgid "INFO: Printer not connected; will retry in 30 seconds...\n" +msgstr "" -msgid "" -" **FAIL** REQUIRED NickName\n" -" REF: Page 60, section 5.3.\n" +#, c-format +msgid "INFO: Printing page %d, %d%% complete...\n" msgstr "" -" **FEHLGESCHLAGEN** BENÖTIGT NickName\n" -" REF: Seite 60, Kapitel 5.3.\n" -msgid " PASS PageSize\n" -msgstr " BESTANDEN PageSize\n" +#, c-format +msgid "INFO: Printing page %d...\n" +msgstr "" -msgid "" -" **FAIL** REQUIRED PageSize\n" -" REF: Pages 99-100, section 5.14.\n" +msgid "INFO: Ready to print.\n" msgstr "" -" **FEHLGESCHLAGEN** BENÖTIGT PageSize\n" -" REF: Seiten 99-100, Kapitel 5.14.\n" -msgid " PASS PageRegion\n" -msgstr " BESTANDEN PageRegion\n" +#, c-format +msgid "INFO: Sending control file (%lu bytes)\n" +msgstr "" -msgid "" -" **FAIL** REQUIRED PageRegion\n" -" REF: Page 100, section 5.14.\n" +#, c-format +msgid "INFO: Sending control file (%u bytes)\n" msgstr "" -" **FEHLGESCHLAGEN** BENÖTIGT PageRegion\n" -" REF: Seite 100, Kapitel 5.14.\n" -msgid " PASS PCFileName\n" -msgstr " BESTANDEN PCFileName\n" +msgid "INFO: Sending data\n" +msgstr "" -msgid "" -" **FAIL** REQUIRED PCFileName\n" -" REF: Pages 61-62, section 5.3.\n" +#, c-format +msgid "INFO: Sending data file (%ld bytes)\n" msgstr "" -" **FEHLGESCHLAGEN** BENÖTIGT PCFileName\n" -" REF: Seiten 61-62, Kapitel 5.3.\n" -msgid "" -" **FAIL** BAD Product - not \"(string)\".\n" -" REF: Page 62, section 5.3.\n" +#, c-format +msgid "INFO: Sending data file (%lld bytes)\n" msgstr "" -" **FEHLGESCHLAGEN** FALSCH Product - ist nicht \"(string)\".\n" -" REF: Seite 62, Kapitel 5.3.\n" -msgid " PASS Product\n" -msgstr " BESTANDEN Product\n" +#, c-format +msgid "INFO: Sent print file, %ld bytes...\n" +msgstr "" -msgid "" -" **FAIL** REQUIRED Product\n" -" REF: Page 62, section 5.3.\n" +#, c-format +msgid "INFO: Sent print file, %lld bytes...\n" msgstr "" -" **FEHLGESCHLAGEN** BENÖTIGT Product\n" -" REF: Seite 62, Kapitel 5.3.\n" -msgid "" -" **FAIL** BAD PSVersion - not \"(string) int\".\n" -" REF: Pages 62-64, section 5.3.\n" +#, c-format +msgid "INFO: Spooling LPR job, %.0f%% complete...\n" msgstr "" -" **FEHLGESCHLAGEN** FALSCH PSVersion - ist nicht \"(string) int\".\n" -" REF: Seiten 62-64, Kapitel 5.3.\n" -msgid " PASS PSVersion\n" -msgstr " BESTANDEN PSVersion\n" +msgid "INFO: Unable to contact printer, queuing on next printer in class...\n" +msgstr "" -msgid "" -" **FAIL** REQUIRED PSVersion\n" -" REF: Pages 62-64, section 5.3.\n" +msgid "INFO: Waiting for job to complete...\n" msgstr "" -" **FEHLGESCHLAGEN** BENÖTIGT PSVersion\n" -" REF: Seiten 62-64, Kapitel 5.3.\n" -msgid "" -" **FAIL** BAD ShortNickName - longer than 31 chars.\n" -" REF: Pages 64-65, section 5.3.\n" +msgid "Illegal control character" +msgstr "Ungültiges Steuerzeichen" + +msgid "Illegal main keyword string" +msgstr "Ungültige Zeichenkette für Hauptschlüsselwort" + +msgid "Illegal option keyword string" +msgstr "Ungültige Zeichenkette für Eigenschafts-Schlüsselwort" + +msgid "Illegal translation string" +msgstr "Ungültige Übersetzungszeichenkette" + +# Whitespace. Tab, Space, CR... +msgid "Illegal whitespace character" +msgstr "Ungültiges Whitespace-Zeichen" + +msgid "Ink/toner almost empty." msgstr "" -" **FEHLGESCHLAGEN** FALSCH ShortNickName - länger als 31 Zeichen.\n" -" REF: Seiten 64-65, Kapitel 5.3.\n" -msgid " PASS ShortNickName\n" -msgstr " BESTANDEN ShortNickName\n" +msgid "Ink/toner empty!" +msgstr "" -msgid "" -" **FAIL** REQUIRED ShortNickName\n" -" REF: Page 64-65, section 5.3.\n" +msgid "Ink/toner waste bin almost full." msgstr "" -" **FEHLGESCHLAGEN** BENÖTIGT ShortNickName\n" -" REF: Seiten 64-65, Kapitel 5.3.\n" -msgid "" -" **FAIL** BAD JobPatchFile attribute in file\n" -" REF: Page 24, section 3.4.\n" +msgid "Ink/toner waste bin full!" msgstr "" -" **FEHLGESCHLAGEN** FALSCH JobPatchFile Eigenschaften in Datei\n" -" REF: Seiten 24, Kapitel 3.4.\n" -msgid "" -" **FAIL** REQUIRED PageSize\n" -" REF: Page 41, section 5.\n" -" REF: Page 99, section 5.14.\n" +msgid "Interlock open." msgstr "" -" **FEHLGESCHLAGEN** BENÖTIGT PageSize\n" -" REF: Seite 41, Kapitel 5.\n" -" REF: Seite 99, Kapitel 5.14.\n" + +msgid "Internal error" +msgstr "Interner Fehler" + +msgid "JCL" +msgstr "JCL" #, c-format -msgid "" -" **FAIL** REQUIRED ImageableArea for PageSize %s\n" -" REF: Page 41, section 5.\n" -" REF: Page 102, section 5.15.\n" -msgstr "" -" **FEHLGESCHLAGEN** BENÖTIGT ImageableArea für PageSize %s\n" -" REF: Seite 41, Kapitel 5.\n" -" REF: Seite 102, Kapitel 5.15.\n" +msgid "Job #%d cannot be restarted - no files!" +msgstr "Auftrag #%d kann nicht neu gestartet werden - keine Dateien!" #, c-format -msgid "" -" **FAIL** REQUIRED PaperDimension for PageSize %s\n" -" REF: Page 41, section 5.\n" -" REF: Page 103, section 5.15.\n" -msgstr "" -" **FEHLGESCHLAGEN** BENÖTIGT PaperDimension für PageSize %s\n" -" REF: Seite 41, Kapitel 5.\n" -" REF: Seite 103, Kapitel 5.15.\n" +msgid "Job #%d does not exist!" +msgstr "Auftrag #%d existiert nicht!" #, c-format -msgid "" -" **FAIL** Bad %s choice %s!\n" -" REF: Page 84, section 5.9\n" -msgstr "" -" **FEHLGESCHLAGEN** Falsche %s Auswahl %s!\n" -" REF: Seite 84, Kapitel 5.9\n" +msgid "Job #%d is already aborted - can't cancel." +msgstr "Auftrag #%d wurde bereits abgebrochen - abbrechen nicht möglich." + +#, fuzzy, c-format +msgid "Job #%d is already canceled - can't cancel." +msgstr "Auftrag #%d wurde bereits abgebrochen - abbrechen nicht möglich." #, c-format -msgid "" -" **FAIL** REQUIRED %s does not define choice None!\n" -" REF: Page 122, section 5.17\n" +msgid "Job #%d is already completed - can't cancel." +msgstr "Auftrag #%d wurde bereits beendet - abbrechen nicht möglich." + +#, c-format +msgid "Job #%d is finished and cannot be altered!" +msgstr "Auftrag #%d ist bereits fertig und nicht änderbar!" + +#, c-format +msgid "Job #%d is not complete!" +msgstr "Auftrag #%d ist nicht komplett!" + +#, c-format +msgid "Job #%d is not held for authentication!" +msgstr "Auftrag %d nicht für Authentifizierung angehalten!" + +#, c-format +msgid "Job #%d is not held!" +msgstr "Auftrag #%d wurde nicht aufgehalten!" + +#, c-format +msgid "Job #%s does not exist!" +msgstr "Auftrag #%s existiert nicht!" + +#, c-format +msgid "Job %d not found!" +msgstr "Auftrag %d nicht gefunden!" + +#, fuzzy +msgid "Job Completed" +msgstr "beendet" + +msgid "Job Created" msgstr "" -" **FEHLGESCHLAGEN** BENÖTIGT %s definiert nicht die Auswahl \"None\"!\n" -" REF: Seite 122, Kapitel 5.17\n" -#, c-format -msgid "" -" **FAIL** Bad %s choice %s!\n" -" REF: Page 122, section 5.17\n" -msgstr "" -" **FEHLGESCHLAGEN** Falsche %s Auswahl %s!\n" -" REF: Seite 122, Kapitel 5.17\n" +#, fuzzy +msgid "Job Options Changed" +msgstr "Auftragsdurchführung fehlgeschlagen:" + +#, fuzzy +msgid "Job Stopped" +msgstr "gestoppt" + +msgid "Job is completed and cannot be changed." +msgstr "Auftrag abgeschlossen, kann nicht geändert werden." + +msgid "Job operation failed:" +msgstr "Auftragsdurchführung fehlgeschlagen:" + +msgid "Job state cannot be changed." +msgstr "Auftragsstatus kann nicht geändert werden." + +msgid "Job subscriptions cannot be renewed!" +msgstr "Auftragssubkription kann nicht erneuert werden!" + +msgid "Jobs" +msgstr "Aufträge" + +#, c-format +msgid "Language \"%s\" not supported!" +msgstr "Sprache \"%s\" nicht unterstützt!" + +msgid "Line longer than the maximum allowed (255 characters)" +msgstr "Zeile ist länger als maximal erlaubt (255 Zeichen)" + +msgid "Media Size" +msgstr "Mediengröße" -msgid " PASS\n" -msgstr " BESTANDEN\n" +msgid "Media Source" +msgstr "Medienquelle" -#, c-format -msgid "" -" WARN Duplex option keyword %s should be named Duplex or " -"JCLDuplex!\n" -" REF: Page 122, section 5.17\n" -msgstr "" -" WARNUNG Schlüsselwort für Duplexparameter %s sollte Duplex oder " -"JCLDuplex heißen!\n" -" REF: Seite 122, Kapitel 5.17\n" +msgid "Media Type" +msgstr "Medientyp" -msgid " WARN Default choices conflicting!\n" -msgstr " WARNUNG Konflikte in der Standardauswahl!\n" +#, fuzzy +msgid "Media jam!" +msgstr "Medientyp" -#, c-format -msgid "" -" WARN Obsolete PPD version %.1f!\n" -" REF: Page 42, section 5.2.\n" +msgid "Media tray almost empty." msgstr "" -" WARNUNG Obsolete PPD Version %.1f!\n" -" REF: Seite 42, Kapitel 5.2.\n" -msgid "" -" WARN LanguageEncoding required by PPD 4.3 spec.\n" -" REF: Pages 56-57, section 5.3.\n" +msgid "Media tray empty!" msgstr "" -" WARNUNG LanguageEncoding wird verlangt von PPD 4.3 Spez.\n" -" REF: Seiten 56-57, Kapitel 5.3.\n" -msgid "" -" WARN Manufacturer required by PPD 4.3 spec.\n" -" REF: Pages 58-59, section 5.3.\n" +msgid "Media tray missing!" msgstr "" -" WARNUNG Manufacturer wird verlangt von PPD 4.3 Spez.\n" -" REF: Seiten 58-59, Kapitel 5.3.\n" -msgid "" -" WARN PCFileName longer than 8.3 in violation of PPD spec.\n" -" REF: Pages 61-62, section 5.3.\n" +msgid "Media tray needs to be filled." msgstr "" -" WARNUNG PCFileName länger als 8.3 ist eine Verletzung der PPD " -"Spez.\n" -" REF: Seiten 61-62, Kapitel 5.3.\n" -msgid "" -" WARN ShortNickName required by PPD 4.3 spec.\n" -" REF: Pages 64-65, section 5.3.\n" -msgstr "" -" WARNUNG ShortNickName wird verlangt von PPD 4.3 Spez.\n" -" REF: Seiten 64-65, Kapitel 5.3.\n" +msgid "Memory allocation error" +msgstr "Speicherreservierungsfehler" -msgid "" -" WARN Protocols contains both PJL and BCP; expected TBCP.\n" -" REF: Pages 78-79, section 5.7.\n" -msgstr "" -" WARNUNG Protokoll enthält PJL und BCP; TBCP wird erwartet.\n" -" REF: Seiten 78-79, Kapitel 5.7.\n" +msgid "Missing PPD-Adobe-4.x header" +msgstr "Vermisse PPD-Adobe-4.x header" -msgid "" -" WARN Protocols contains PJL but JCL attributes are not set.\n" -" REF: Pages 78-79, section 5.7.\n" -msgstr "" -" WARNUNG Protokoll enthält PJL jedoch sind keine JCL Eigenschaften " -"gesetzt.\n" -" REF: Seiten 78-79, Kapitel 5.7.\n" +msgid "Missing asterisk in column 1" +msgstr "Vermisse Stern in Zeile 1" -#, c-format -msgid "" -" WARN %s shares a common prefix with %s\n" -" REF: Page 15, section 3.2.\n" -msgstr "" -" WARNUNG %s teilt ein gemeinsames Präfix mit %s\n" -" REF: Seite 15, Kapitel 3.2.\n" +#, fuzzy, c-format +msgid "Missing double quote on line %d!" +msgstr "Vermisse doppelte Anführungszeichen in Zeile %d!\n" -#, c-format -msgid " %d ERROR%s FOUND\n" -msgstr " %d FEHLER%s GEFUNDEN\n" +msgid "Missing form variable!" +msgstr "Vermisse Formularvariable!" -msgid " NO ERRORS FOUND\n" -msgstr " KEINE FEHLER GEFUNDEN\n" +msgid "Missing notify-subscription-ids attribute!" +msgstr "Vermisse Eigenschaft notify-subscription-ids!" + +msgid "Missing requesting-user-name attribute!" +msgstr "Vermisse die Eigenschaft requesting-user-name!" + +msgid "Missing required attributes!" +msgstr "Benötigte Eigenschaften fehlen!" + +#, fuzzy, c-format +msgid "Missing value on line %d!" +msgstr "Vermisse Wert in Zeile %d!\n" + +msgid "Missing value string" +msgstr "Vermisse Zeichenkette für Wert" #, c-format msgid "" -" WARN \"%s %s\" conflicts with \"%s %s\"\n" -" (constraint=\"%s %s %s %s\")\n" +"Model: name = %s\n" +" natural_language = %s\n" +" make-and-model = %s\n" +" device-id = %s\n" msgstr "" -" WARNUNG \"%s %s\" kolidiert mit \"%s %s\"\n" -" (Beschränkung=\"%s %s %s %s\")\n" +"Modell: Name = %s\n" +" natural_language = %s\n" +" make-and-model = %s\n" +" device-id = %s\n" -msgid "" -"Usage: cupstestppd [-q] [-r] [-v[v]] filename1.ppd[.gz] [... filenameN.ppd[." -"gz]]\n" -" program | cupstestppd [-q] [-r] [-v[v]] -\n" -msgstr "" -"Benutzung: cupstestppd [-q] [-r] [-v[v]] Dateiname1.ppd[.gz] [... DateinameN." -"ppd[.gz]]\n" -" Programm | cupstestppd [-q] [-r] [-v[v]] -\n" +msgid "Modify Class" +msgstr "Klasse ändern" -msgid "lpstat: Need \"completed\" or \"not-completed\" after -W!\n" -msgstr "lpstat: Braucht \"completed\" oder \"not-completed\" hinter -W!\n" +msgid "Modify Printer" +msgstr "Drucker ändern" -msgid "lpstat: The -b option requires a destination argument.\n" -msgstr "lpstat: Der Parameter -b benötigt ein Zielargument.\n" +msgid "Move All Jobs" +msgstr "Verschiebe alle Aufträge" -msgid "Error: need hostname after '-h' option!\n" -msgstr "Fehler: Brauche Hostname hinter dem Parameter '-h'!\n" +msgid "Move Job" +msgstr "Verschiebe Auftrag" #, c-format -msgid "lpstat: Unknown option '%c'!\n" -msgstr "lpstat: Unbekannter Parameter '%c'!\n" +msgid "NOTICE: Print file accepted - job ID %d.\n" +msgstr "" -#, c-format -msgid "lpstat: Invalid destination name in list \"%s\"!\n" -msgstr "lpstat: Ungültiger Zielname in der Liste \"%s\"!\n" +msgid "NOTICE: Print file accepted - job ID unknown.\n" +msgstr "" -#, c-format -msgid "lpstat: Unknown destination \"%s\"!\n" -msgstr "lpstat: Unbekanntes Ziel \"%s\"!\n" +msgid "NULL PPD file pointer" +msgstr "Zeiger für PPD Datei ist NULL" -#, c-format -msgid "lpstat: Unable to connect to server %s on port %d: %s\n" -msgstr "lpstat: Kann Server %s auf Port %d nicht erreichen: %s\n" +msgid "No" +msgstr "Nein" -#, c-format -msgid "lpstat: get-printers failed: %s\n" -msgstr "lpstat: get-printers fehlgeschlagen: %s\n" +msgid "No Windows printer drivers are installed!" +msgstr "Keine Windows Druckertreiber installiert!" #, c-format -msgid "%s accepting requests since Jan 01 00:00\n" -msgstr "%s akzeptiert Anfragen seit Jan 01 00:00\n" +msgid "No active jobs on %s!" +msgstr "Keine aktiven Aufträge auf %s!" -#, c-format -msgid "" -"%s not accepting requests since Jan 01 00:00 -\n" -"\t%s\n" -msgstr "" -"%s akzeptiert keine Anfragen seit Jan 01 00:00 -\n" -"\t%s\n" +msgid "No attributes in request!" +msgstr "Abfrage enthält keine Eigenschaften!" -#, c-format -msgid "%s/%s accepting requests since Jan 01 00:00\n" -msgstr "%s/%s akzeptiert Anfragen seit Jan 01 00:00\n" +msgid "No authentication information provided!" +msgstr "Keine Authentifizierungsinformationen übergeben!" -#, c-format -msgid "" -"%s/%s not accepting requests since Jan 01 00:00 -\n" -"\t%s\n" -msgstr "" -"%s/%s akzeptiert keine Anfragen seit Jan 01 00:00 -\n" -"\t%s\n" +msgid "No default printer" +msgstr "Kein Standarddrucker" -#, c-format -msgid "lpstat: get-classes failed: %s\n" -msgstr "lpstat: get-classes fehlgeschlagen: %s\n" +msgid "No destinations added." +msgstr "Keine Ziele hinzugefügt." -#, c-format -msgid "members of class %s:\n" -msgstr "Mitglieder der Klasse %s:\n" +msgid "No file!?!" +msgstr "Keine Datei!?!" -#, c-format -msgid "system default destination: %s/%s\n" -msgstr "System Standardziel: %s/%s\n" +msgid "No subscription attributes in request!" +msgstr "Keine Subskriptionseigenschaften in der Abfrage!" -#, c-format -msgid "system default destination: %s\n" -msgstr "System Standardziel: %s\n" +msgid "No subscriptions found." +msgstr "Keine Subskription gefunden." -#, c-format -msgid "" -"lpstat: error - %s environment variable names non-existent destination \"%s" -"\"!\n" -msgstr "" -"lpstat: Fehler - Umgebungsvariable %s enthält das nicht vorhandene Ziel \"%s" -"\"!\n" +msgid "None" +msgstr "Kein(e)" -msgid "no system default destination\n" -msgstr "Kein systemweites Standardziel\n" +msgid "OK" +msgstr "OK" -#, c-format -msgid "Output for printer %s is sent to remote printer %s on %s\n" +msgid "OPC almost at end-of-life." msgstr "" -"Ausgabe für Drucker %s wurde gesendet an entfernten Drucker %s auf %s\n" - -#, c-format -msgid "Output for printer %s is sent to %s\n" -msgstr "Ausgabe für Drucker %s wurde gesendet an %s\n" -#, c-format -msgid "Output for printer %s/%s is sent to remote printer %s on %s\n" +msgid "OPC at end-of-life!" msgstr "" -"Ausgabe für Drucker %s/%s wurde gesendet an entfernten Drucker %s auf %s\n" - -#, c-format -msgid "Output for printer %s/%s is sent to %s\n" -msgstr "Ausgabe für Drucker %s/%s wurde gesendet an %s\n" - -#, c-format -msgid "device for %s: %s\n" -msgstr "Gerät für %s: %s\n" -#, c-format -msgid "device for %s/%s: %s\n" -msgstr "Gerät für %s/%s: %s\n" +msgid "OpenGroup without a CloseGroup first" +msgstr "OpenGroup ohne vorheriges CloseGroup" -#, c-format -msgid "lpstat: get-jobs failed: %s\n" -msgstr "lpstat: get-jobs fehlgeschlagen: %s\n" +msgid "OpenUI/JCLOpenUI without a CloseUI/JCLCloseUI first" +msgstr "OpenUI/JCLOpenUI ohne vorheriges CloseUI/JCLCloseUI" -#, c-format -msgid "\tqueued for %s\n" -msgstr "\teingereiht für %s\n" +msgid "Operation Policy" +msgstr "Betriebsrichtlinie" -#, c-format -msgid "printer %s is idle. enabled since %s\n" -msgstr "Drucker %s ist frei. freigegeben seit %s\n" +msgid "Options Installed" +msgstr "Installierte Optionen" -#, c-format -msgid "printer %s now printing %s-%d. enabled since %s\n" -msgstr "Drucker %s druckt gerade %s-%d. freigegeben seit %s\n" +msgid "Out of toner!" +msgstr "" -#, c-format -msgid "printer %s disabled since %s -\n" -msgstr "Drucker %s ist gesperrt seit %s -\n" +msgid "Output Mode" +msgstr "Ausgabemodus" -msgid "\treason unknown\n" -msgstr "\tGrund unbekannt\n" +msgid "Output bin almost full." +msgstr "" -msgid "" -"\tForm mounted:\n" -"\tContent types: any\n" -"\tPrinter types: unknown\n" +msgid "Output bin full!" msgstr "" -"\tEingebundenes Formular:\n" -"\tInhaltstypen: keine\n" -"\tDruckertypen: unbekannt\n" #, c-format -msgid "\tDescription: %s\n" -msgstr "\tBeschreibung: %s\n" +msgid "Output for printer %s is sent to %s\n" +msgstr "Ausgabe für Drucker %s wurde gesendet an %s\n" + +#, c-format +msgid "Output for printer %s is sent to remote printer %s on %s\n" +msgstr "" +"Ausgabe für Drucker %s wurde gesendet an entfernten Drucker %s auf %s\n" -msgid "\tAlerts:" -msgstr "\tAlarme:" +#, c-format +msgid "Output for printer %s/%s is sent to %s\n" +msgstr "Ausgabe für Drucker %s/%s wurde gesendet an %s\n" #, c-format -msgid "\tLocation: %s\n" -msgstr "\tOrt: %s\n" +msgid "Output for printer %s/%s is sent to remote printer %s on %s\n" +msgstr "" +"Ausgabe für Drucker %s/%s wurde gesendet an entfernten Drucker %s auf %s\n" -msgid "\tConnection: remote\n" -msgstr "\tVerbindung: entfernt\n" +msgid "Output tray missing!" +msgstr "" -#, c-format -msgid "\tInterface: %s.ppd\n" -msgstr "\tInterface: %s.ppd\n" +msgid "PASS\n" +msgstr "PASS\n" -msgid "\tConnection: direct\n" -msgstr "\tVerbindung: direkt\n" +msgid "PS Binary Protocol" +msgstr "PS Binärprotokoll" #, c-format -msgid "\tInterface: %s/interfaces/%s\n" -msgstr "\tInterface: %s/interfaces/%s\n" +msgid "Password for %s on %s? " +msgstr "Passwort für %s auf %s? " #, c-format -msgid "\tInterface: %s/ppd/%s.ppd\n" -msgstr "\tInterface: %s/ppd/%s.ppd\n" +msgid "Password for %s required to access %s via SAMBA: " +msgstr "Passwort für %s benötigt um auf %s via SAMBA zugreifen zu können." -msgid "\tOn fault: no alert\n" -msgstr "\tBei Fehlerfall: kein Alarm\n" +msgid "Policies" +msgstr "Richtlinien" -msgid "\tAfter fault: continue\n" -msgstr "\tNach Fehlerfall: fortsetzen\n" +msgid "Print Job:" +msgstr "Druckauftrag:" -msgid "\tUsers allowed:\n" -msgstr "\tErlaubte Benutzer:\n" +msgid "Print Test Page" +msgstr "Drucke Testseite" -msgid "\tUsers denied:\n" -msgstr "\tNicht erlaubte Benutzer:\n" +#, fuzzy +msgid "Printer Added" +msgstr "Drucker" -msgid "\t\t(all)\n" -msgstr "\t\t(alle)\n" +#, fuzzy +msgid "Printer Deleted" +msgstr "Drucker nicht verteilt!" -msgid "\tForms allowed:\n" -msgstr "\tErlaubte Formulare:\n" +msgid "Printer Maintenance" +msgstr "Druckerwartung" -msgid "\t\t(none)\n" -msgstr "\t\t(keine)\n" +#, fuzzy +msgid "Printer Modified" +msgstr "Druckerwartung" -msgid "\tBanner required\n" -msgstr "\tBanner benötigt\n" +#, fuzzy +msgid "Printer Stopped" +msgstr "Drucker nicht verteilt!" -msgid "\tCharset sets:\n" -msgstr "\tZeichensatzeinstellungen:\n" +#, fuzzy +msgid "Printer off-line." +msgstr "Druckerwartung" -msgid "\tDefault pitch:\n" -msgstr "\tStandard Zeichenabstand:\n" +msgid "Printer:" +msgstr "Drucker:" -msgid "\tDefault page size:\n" -msgstr "\tStandard Seitengröße:\n" +msgid "Printers" +msgstr "Drucker" -msgid "\tDefault port settings:\n" -msgstr "\tStandard Porteinstellungen:\n" +msgid "Purge Jobs" +msgstr "Eliminiere Aufträge" -#, c-format -msgid "printer %s/%s is idle. enabled since %s\n" -msgstr "Drucker %s/%s ist frei. freigegeben seit %s\n" +msgid "Quota limit reached." +msgstr "Kontigentsgrenze erreicht." -#, c-format -msgid "printer %s/%s now printing %s-%d. enabled since %s\n" -msgstr "Drucker %s/%s druckt gerade %s-%d. freigegeben seit %s\n" +msgid "Rank Owner Job File(s) Total Size\n" +msgstr "Rang Besitz Auftrag Datei(en) Gesamtgröße\n" -#, c-format -msgid "printer %s/%s disabled since %s -\n" -msgstr "Drucker %s/%s gesperrt seit %s -\n" +msgid "" +"Rank Owner Pri Job Files Total Size\n" +msgstr "" +"Rang Besitzer Pri Auftrag Dateien Gesamtgröße\n" -msgid "scheduler is running\n" -msgstr "Scheduler läuft\n" +msgid "Reject Jobs" +msgstr "Aufträge ablehnen" -msgid "scheduler is not running\n" -msgstr "Scheduler läuft nicht\n" +msgid "Resolution" +msgstr "Auflösung" #, c-format -msgid "lpadmin: Unable to connect to server: %s\n" -msgstr "lpadmin: Kann Server nicht erreichen: %s\n" +msgid "Running command: %s %s -N -A %s -c '%s'\n" +msgstr "Befehl wird ausgeführt: %s %s -N -A %s -c '%s'\n" -msgid "" -"lpadmin: Unable to add a printer to the class:\n" -" You must specify a printer name first!\n" +msgid "Server Restarted" msgstr "" -"lpadmin: Kann Drucker nicht zur Klasse hinzufügen:\n" -" Sie müssen zuerst einen Druckernamen angeben!\n" -msgid "lpadmin: Expected class name after '-c' option!\n" -msgstr "lpadmin: Klassenname wird hinter dem Parameter '-c' erwartet!\n" +msgid "Server Security Auditing" +msgstr "" -msgid "lpadmin: Class name can only contain printable characters!\n" -msgstr "lpadmin: Klassenname kann nur druckbare Zeichen enthalten!\n" +msgid "Server Started" +msgstr "" -msgid "lpadmin: Expected printer name after '-d' option!\n" -msgstr "lpadmin: Druckername wird hinter dem Parameter '-d' erwartet!\n" +msgid "Server Stopped" +msgstr "" -msgid "lpadmin: Printer name can only contain printable characters!\n" -msgstr "lpadmin: Druckername kann nur druckbare Zeichen enthalten!\n" +msgid "Set Allowed Users" +msgstr "Erlaubte Benutzer festlegen:" -msgid "lpadmin: Expected hostname after '-h' option!\n" -msgstr "lpadmin: Hostname wird hinter dem Parameter '-h' erwartet!\n" +msgid "Set As Default" +msgstr "Setze als Standard" -msgid "" -"lpadmin: Unable to set the interface script:\n" -" You must specify a printer name first!\n" -msgstr "" -"lpadmin: Kann Interface Skript nicht festlegen:\n" -" Sie müssen zuerst einen Druckernamen angeben!\n" +msgid "Set Printer Options" +msgstr "Druckereinstellungen setzen" -msgid "lpadmin: Expected interface after '-i' option!\n" -msgstr "lpadmin: Interface wird hinter dem Parameter '-i' erwartet!\n" +msgid "Set Publishing" +msgstr "Veröffentlichung setzen" -msgid "" -"lpadmin: Unable to set the interface script or PPD file:\n" -" You must specify a printer name first!\n" -msgstr "" -"lpadmin: Kann weder Interface Skript noch PPD Datei setzen:\n" -" Sie müssen zuerst einen Druckernamen angeben!\n" +msgid "Start Class" +msgstr "Starte Klasse" -msgid "lpadmin: Expected model after '-m' option!\n" -msgstr "lpadmin: Modell wird hinter dem Parameter '-m' erwartet!\n" +msgid "Start Printer" +msgstr "Starte Drucker" -msgid "lpadmin: Expected name=value after '-o' option!\n" -msgstr "lpadmin: Name=Wert wird hinter dem Parameter '-o' erwartet!\n" +msgid "Starting Banner" +msgstr "Startbanner" -msgid "lpadmin: Expected printer after '-p' option!\n" -msgstr "lpadmin: Drucker wird hinter dem Parameter '-p' erwartet!\n" +msgid "Stop Class" +msgstr "Stoppe Klasse" + +msgid "Stop Printer" +msgstr "Stoppe Drucker" msgid "" -"lpadmin: Unable to remove a printer from the class:\n" -" You must specify a printer name first!\n" +"The class name may only contain up to 127 printable characters and may not " +"contain spaces, slashes (/), or the pound sign (#)." msgstr "" -"lpadmin: Kann Drucker nicht aus Klasse entfernen:\n" -" Sie müssen zuerst einen Druckernamen angeben!\n" - -msgid "lpadmin: Expected class after '-r' option!\n" -msgstr "lpadmin: Klasse wird hinter dem Parameter '-r' erwartet!\n" +"Der Klassenname darf nur bis zu 127 druckbare Zeichen und keine Leerzeichen, " +"Slashes (/), oder das Rautezeichen (#) enthalten." -msgid "lpadmin: Expected allow/deny:userlist after '-u' option!\n" +msgid "" +"The notify-lease-duration attribute cannot be used with job subscriptions." msgstr "" -"lpadmin: Benutzerliste für Erlaubt/Verweigert wird nach dem Parameter '-u' " -"erwartet!\n" +"notify-lease-duration kann nicht bei Auftragssubskriptionen verwendet werden." #, c-format -msgid "lpadmin: Unknown allow/deny option \"%s\"!\n" -msgstr "lpadmin: Unbekannter Erlaubt/Verweigert Parameter \"%s\"!\n" +msgid "The notify-user-data value is too large (%d > 63 octets)!" +msgstr "Der Wert von notify-user-data ist zu groß (%d > 63 Oktette)!" msgid "" -"lpadmin: Unable to set the device URI:\n" -" You must specify a printer name first!\n" -msgstr "" -"lpadmin: Kann Geräte URI nicht setzen:\n" -" Sie müssen zuerst einen Druckernamen angeben!\n" - -msgid "lpadmin: Expected device URI after '-v' option!\n" -msgstr "lpadmin: Erwarte Geräte URI hinter dem Parameter '-v'!\n" - -msgid "lpadmin: Expected printer or class after '-x' option!\n" +"The printer name may only contain up to 127 printable characters and may not " +"contain spaces, slashes (/), or the pound sign (#)." msgstr "" -"lpadmin: Drucker oder Klasse wird hinter dem Parameter '-x' erwartet!\n" +"Der Druckername darf nur bis zu 127 druckbare Zeichen und keine Leerzeichen, " +"Slashes (/), oder das Rautezeichen (#) enthalten." -msgid "" -"lpadmin: Unable to set the printer description:\n" -" You must specify a printer name first!\n" -msgstr "" -"lpadmin: Kann Druckerbeschreibung nicht setzen:\n" -" Sie müssen zuerst einen Druckernamen angeben!\n" +msgid "The printer or class is not shared!" +msgstr "Drucker oder Klasse ist nicht verteilt!" -msgid "lpadmin: Expected description after '-D' option!\n" -msgstr "lpadmin: Beschreibung wird hinter dem Parameter '-D' erwartet!\n" +msgid "The printer or class was not found." +msgstr "Drucker oder Klasse nicht gefunden." -msgid "lpadmin: Expected file type(s) after '-I' option!\n" -msgstr "" -"lpadmin: Dateityp(en) wird bzw. werden hinter dem Parameter '-I' erwartet!\n" +#, c-format +msgid "The printer-uri \"%s\" contains invalid characters." +msgstr "Die printer-uri \"%s\" enthält ungültige Zeichen." -msgid "lpadmin: Warning - content type list ignored!\n" -msgstr "lpadmin: Warnung - Datentypliste ignoriert!\n" +msgid "The printer-uri attribute is required!" +msgstr "Die Eigenschaft printer-uri wird benötigt!" msgid "" -"lpadmin: Unable to set the printer location:\n" -" You must specify a printer name first!\n" +"The printer-uri must be of the form \"ipp://HOSTNAME/classes/CLASSNAME\"." msgstr "" -"lpadmin: Kann Druckeraufstellort nicht setzen:\n" -" Sie müssen zuerst einen Druckernamen angeben!\n" - -msgid "lpadmin: Expected location after '-L' option!\n" -msgstr "lpadmin: Ortsangabe wird hinter dem Parameter '-L' erwartet!\n" +"Die printer-uri muss in der Form \"ipp://HOSTNAME/classes/KLASSENNAME\" sein." msgid "" -"lpadmin: Unable to set the PPD file:\n" -" You must specify a printer name first!\n" +"The printer-uri must be of the form \"ipp://HOSTNAME/printers/PRINTERNAME\"." msgstr "" -"lpadmin: Kann PPD Datei nicht setzen:\n" -" Sie müssen zuerst einen Druckernamen angeben!\n" - -msgid "lpadmin: Expected PPD after '-P' option!\n" -msgstr "lpadmin: PPD wird hinter dem Parameter '-P' erwartet!\n" - -#, c-format -msgid "lpadmin: Unknown option '%c'!\n" -msgstr "lpadmin: Unbekannter Parameter '%c'!\n" - -#, c-format -msgid "lpadmin: Unknown argument '%s'!\n" -msgstr "lpadmin: Unbekanntes Argument '%s'!\n" +"Die printer-uri muss in der Form \"ipp://HOSTNAME/printers/DRUCKERNAME\" " +"sein." +#, fuzzy msgid "" -"lpadmin: Unable to set the printer options:\n" -" You must specify a printer name first!\n" +"The subscription name may not contain spaces, slashes (/), question marks " +"(?), or the pound sign (#)." msgstr "" -"lpadmin: Kann Druckereinstellungen nicht setzen:\n" -" Sie müssen zuerst einen Druckernamen angeben!\n" +"Der Klassenname darf nur bis zu 127 druckbare Zeichen und keine Leerzeichen, " +"Slashes (/), oder das Rautezeichen (#) enthalten." -msgid "" -"Usage:\n" -"\n" -" lpadmin [-h server] -d destination\n" -" lpadmin [-h server] -x destination\n" -" lpadmin [-h server] -p printer [-c add-class] [-i interface] [-m model]\n" -" [-r remove-class] [-v device] [-D description]\n" -" [-P ppd-file] [-o name=value]\n" -" [-u allow:user,user] [-u deny:user,user]\n" -"\n" +msgid "Toner low." msgstr "" -"Benutzung:\n" -"\n" -" lpadmin [-h Server] -d Ziel\n" -" lpadmin [-h Server] -x Ziel\n" -" lpadmin [-h Server] -p Drucker [-c hinzuzufügende-Klasse] [-i Interface] " -"[-m Modell]\n" -" [-r zu-löschende-Klasse] [-v Gerät] [-D " -"Beschreibung]\n" -" [-P PPD-Datei] [-o Name=Wert]\n" -" [-u allow:Benutzer,Benutzer] [-u deny:Benutzer," -"Benutzer]\n" -"\n" -#, c-format -msgid "lpadmin: Unable to create temporary file: %s\n" -msgstr "lpadmin: Kann temporäre Datei nicht erstellen: %s\n" +msgid "Too many active jobs." +msgstr "Zu viele aktive Aufträge." -#, c-format -msgid "lpadmin: Unable to open file \"%s\": %s\n" -msgstr "lpadmin: Kann temporäre Datei \"%s\" nicht öffnen: %s\n" +msgid "Unable to access cupsd.conf file:" +msgstr "Kann auf die Datei cupsd.conf nicht zugreifen:" + +#, fuzzy +msgid "Unable to add RSS subscription:" +msgstr "Kann Drucker nicht hinzufügen:" + +msgid "Unable to add class:" +msgstr "Kann Klasse nicht hinzufügen:" #, c-format -msgid "lpadmin: add-printer (set model) failed: %s\n" -msgstr "lpadmin: add-printer (Setzen des Modells) fehlgeschlagen: %s\n" +msgid "Unable to add job for destination \"%s\"!" +msgstr "Kann Auftrag nicht zu Ziel \"%s\" hinzufügen!" + +msgid "Unable to add printer:" +msgstr "Kann Drucker nicht hinzufügen:" + +msgid "Unable to allocate memory for file types!" +msgstr "Speicherreservierung für Dateitypen fehlgeschlagen!" + +#, fuzzy +msgid "Unable to cancel RSS subscription:" +msgstr "Kann Drucker nicht ändern:" + +msgid "Unable to change printer-is-shared attribute:" +msgstr "Kann die Eigenschaft printer-is-shared nicht ändern:" + +msgid "Unable to change printer:" +msgstr "Kann Drucker nicht ändern:" + +msgid "Unable to change server settings:" +msgstr "Kann Servereinstellungen nicht ändern:" #, c-format -msgid "lpadmin: add-printer (set description) failed: %s\n" -msgstr "" -"lpadmin: Drucker hinzufügen (Setzen der Beschreibung) fehlgeschlagen: %s\n" +msgid "Unable to copy CUPS printer driver files (%d)!" +msgstr "Kann CUPS Druckertreiberdateien nicht kopieren (%d)!" #, c-format -msgid "lpadmin: add-printer (set location) failed: %s\n" -msgstr "lpadmin: Drucker hinzufügen (Setzen des Ortes) fehlgeschlagen: %s\n" +msgid "Unable to copy PPD file - %s!" +msgstr "PPD Datei konnte nicht kopiert werden - %s!" + +msgid "Unable to copy PPD file!" +msgstr "Kann PPD Datei nicht kopieren!" #, c-format -msgid "lpadmin: Unable to create temporary file - %s\n" -msgstr "lpadmin: Kann temporäre Datei nicht erstellen - %s\n" +msgid "Unable to copy Windows 2000 printer driver files (%d)!" +msgstr "Kann Windows 2000 Druckertreiberdateien nicht kopieren (%d)!" #, c-format -msgid "lpadmin: Unable to open PPD file \"%s\" - %s\n" -msgstr "lpadmin: Kann PPD Datei \"%s\" nicht öffnen - %s\n" +msgid "Unable to copy Windows 9x printer driver files (%d)!" +msgstr "Kann Windows 9x Druckertreiberdateien nicht kopieren (%d)!" #, c-format -msgid "lpadmin: %s failed: %s\n" -msgstr "lpadmin: %s fehlgeschlagen: %s\n" +msgid "Unable to copy interface script - %s!" +msgstr "Interface Skript konnte nicht kopiert werden - %s!" -msgid "lp: Expected destination after -d option!\n" -msgstr "lp: Ziel wird hinter dem Parameter -d erwartet!\n" +msgid "Unable to create temporary file:" +msgstr "Kann temporäre Datei nicht erstellen:" -msgid "lp: Expected form after -f option!\n" -msgstr "lp: Formular wird hinter dem Parameter -f erwartet!\n" +msgid "Unable to delete class:" +msgstr "Kann Klasse nicht löschen:" -msgid "lp: Expected hostname after -h option!\n" -msgstr "lp: Hostname wird hinter dem Parameter -h erwartet!\n" +msgid "Unable to delete printer:" +msgstr "Kann Drucker nicht löschen:" -msgid "lp: Expected job ID after -i option!\n" -msgstr "lp: Auftrags ID wird hinter dem Parameter -i erwartet!\n" +msgid "Unable to edit cupsd.conf files larger than 1MB!" +msgstr "Kann cupsd.conf Dateien größer als 1MB nicht bearbeiten!" -msgid "lp: Error - cannot print files and alter jobs simultaneously!\n" -msgstr "" -"lp: Fehler - Kann nicht gleichzeitig Dateien drucken und Aufträge abändern!\n" +msgid "Unable to find destination for job!" +msgstr "Kann das Ziel für den Auftrag nicht ermitteln!" -msgid "lp: Error - bad job ID!\n" -msgstr "lp: Fehler - Falsche Auftrags ID!\n" +msgid "Unable to get PPD file!" +msgstr "Kann PPD Datei nicht holen!" -msgid "lp: Expected copies after -n option!\n" -msgstr "lp: Kopienanzahl wird hinter dem Parameter -n erwartet!\n" +msgid "Unable to get class list:" +msgstr "Kann Klassenliste nicht holen:" -msgid "lp: Expected option string after -o option!\n" -msgstr "lp: Parameterzeichenkette wird hinter dem Parameter -o erwartet!\n" +msgid "Unable to get class status:" +msgstr "Kann Klassenstatus nicht holen:" -#, c-format -msgid "lp: Expected priority after -%c option!\n" -msgstr "lp: Priorität wird hinter dem Parameter -%c erwartet!\n" +msgid "Unable to get list of printer drivers:" +msgstr "Holen der Druckertreiberliste nicht möglich:" -msgid "lp: Priority must be between 1 and 100.\n" -msgstr "lp: Priorität muss zwischen 1 und 100 sein.\n" +msgid "Unable to get printer attributes:" +msgstr "Kann Druckereigenschaften nicht holen:" -msgid "lp: Expected title after -t option!\n" -msgstr "lp: Titel wird hinter dem Parameter -t erwartet!\n" +msgid "Unable to get printer list:" +msgstr "Kann Druckerliste nicht holen:" -msgid "lp: Expected mode list after -y option!\n" -msgstr "lp: Modusliste hinter dem Parameter -y erwartet!\n" +msgid "Unable to get printer status:" +msgstr "Kann Druckerstatus nicht holen:" -msgid "lp: Warning - mode option ignored!\n" -msgstr "lp: Warnung - Parameter für Modus ignoriert!\n" +#, c-format +msgid "Unable to install Windows 2000 printer driver files (%d)!" +msgstr "Kann Windows 2000 Druckertreiberdateien nicht installieren (%d)!" -msgid "lp: Expected hold name after -H option!\n" -msgstr "lp: Haltebezeichner wird hinter dem Parameter -H erwartet!\n" +#, c-format +msgid "Unable to install Windows 9x printer driver files (%d)!" +msgstr "Kann Windows 9x Druckertreiberdateien nicht installieren (%d)!" -msgid "lp: Need job ID (-i) before \"-H restart\"!\n" -msgstr "lp: Brauche Auftrags ID (-i) vor \"-H restart\"!\n" +msgid "Unable to modify class:" +msgstr "Kann Klasse nicht ändern:" -msgid "lp: Expected page list after -P option!\n" -msgstr "lp: Seitenliste wird hinter dem Parameter -P erwartet!\n" +msgid "Unable to modify printer:" +msgstr "Kann Drucker nicht ändern:" -msgid "lp: Expected character set after -S option!\n" -msgstr "lp: Zeichensatz wird hinter dem Parameter -S erwartet!\n" +msgid "Unable to move job" +msgstr "Kann Auftrag nicht verschieben" -msgid "lp: Warning - character set option ignored!\n" -msgstr "lp: Warnung - Parameter für Zeichnsatz wird ignoriert!\n" +msgid "Unable to move jobs" +msgstr "Kann Aufträge nicht verschieben" -msgid "lp: Expected content type after -T option!\n" -msgstr "lp: Inhaltstyp hinter dem Parameter -T erwartet!\n" +msgid "Unable to open PPD file" +msgstr "Kann PPD Datei nicht öffnen" -msgid "lp: Warning - content type option ignored!\n" -msgstr "lp: Warnung - Parameter für Inhaltstyp ignoriert!\n" +msgid "Unable to open PPD file:" +msgstr "Kann PPD Datei nicht öffnen:" -#, c-format -msgid "lp: Unknown option '%c'!\n" -msgstr "lp: Unbekannter Parameter '%c'!\n" +msgid "Unable to open cupsd.conf file:" +msgstr "Kann die Datei cupsd.conf nicht öffnen:" -msgid "" -"lp: Error - cannot print from stdin if files or a job ID are provided!\n" -msgstr "" -"lp: Fehler - Kann nicht von stdin drucken wenn Dateien oder eine Auftrags ID " -"übergeben wurde!\n" +msgid "Unable to print test page:" +msgstr "Kann Testseite nicht drucken:" -#, c-format -msgid "lp: Unable to access \"%s\" - %s\n" -msgstr "lp: Zugriff auf \"%s\" nicht möglich - %s\n" +#, fuzzy, c-format +msgid "Unable to run \"%s\": %s\n" +msgstr "cupsaddsmb: Kann \"%s\" nicht ausführen: %s\n" -#, c-format -msgid "lp: Too many files - \"%s\"\n" -msgstr "lp: Zu viele Dateien - \"%s\"\n" +msgid "Unable to send maintenance job:" +msgstr "Kann Wartungsauftrag nicht senden:" -msgid "lp: error - no default destination available.\n" -msgstr "lp: Fehler - Kein Standardziel vorhanden.\n" +#, fuzzy, c-format +msgid "Unable to set Windows printer driver (%d)!" +msgstr "Kann Windows Druckertreiber nicht setzen (%d)!\n" -msgid "lp: error - scheduler not responding!\n" -msgstr "lp: Fehler - Scheduler antwortet nicht!\n" +msgid "Unable to set options:" +msgstr "Kann Parameter nicht setzen:" -#, c-format -msgid "lp: unable to create temporary file \"%s\" - %s\n" -msgstr "lp: Kann temporäre Datei \"%s\" nicht erstellen - %s\n" +msgid "Unable to upload cupsd.conf file:" +msgstr "Kann die Datei cupsd.conf nicht hochladen:" -#, c-format -msgid "lp: error - unable to write to temporary file \"%s\" - %s\n" -msgstr "lp: Fehler - Kann nicht in temporäre Datei \"%s\" schreiben - %s\n" +msgid "Unknown" +msgstr "Unbekannt" -msgid "lp: stdin is empty, so no job has been sent.\n" -msgstr "lp: stdin ist leer, somit wurde kein Auftrag gesendet.\n" +#, fuzzy, c-format +msgid "Unknown printer error (%s)!" +msgstr "Unbekannte printer-error-policy \"%s\"." #, c-format -msgid "lp: unable to print file: %s\n" -msgstr "lp: Kann Datei nicht drucken: %s\n" +msgid "Unknown printer-error-policy \"%s\"." +msgstr "Unbekannte printer-error-policy \"%s\"." #, c-format -msgid "request id is %s-%d (%d file(s))\n" -msgstr "Auftrags ID ist %s-%d (%d Datei(en))\n" +msgid "Unknown printer-op-policy \"%s\"." +msgstr "Unbekannte printer-op-policy \"%s\"." #, c-format -msgid "lp: restart-job failed: %s\n" -msgstr "lp: restart-job fehlgeschlagen: %s\n" +msgid "Unsupported compression \"%s\"!" +msgstr "Nicht unterstützte Kompression \"%s\"!" #, c-format -msgid "lp: set-job-attributes failed: %s\n" -msgstr "lp: set-job-attributes fehlgeschlagen: %s\n" +msgid "Unsupported compression attribute %s!" +msgstr "Nicht unterstützte Kompressionseigenschaft %s!" #, c-format -msgid "lpinfo: Unable to connect to server: %s\n" -msgstr "lpinfo: Kann Server nicht erreichen: %s\n" +msgid "Unsupported format \"%s\"!" +msgstr "Nicht unterstütztes Format \"%s\"!" #, c-format -msgid "lpinfo: Unknown option '%c'!\n" -msgstr "lpinfo: Unbekannter Parameter '%c'!\n" +msgid "Unsupported format '%s'!" +msgstr "Nicht unterstütztes Format '%s'!" #, c-format -msgid "lpinfo: Unknown argument '%s'!\n" -msgstr "lpinfo: Unbekanntes Argument '%s'!\n" +msgid "Unsupported format '%s/%s'!" +msgstr "Nicht unterstütztes Format '%s/%s'!" + +msgid "" +"Usage:\n" +"\n" +" lpadmin [-h server] -d destination\n" +" lpadmin [-h server] -x destination\n" +" lpadmin [-h server] -p printer [-c add-class] [-i interface] [-m model]\n" +" [-r remove-class] [-v device] [-D description]\n" +" [-P ppd-file] [-o name=value]\n" +" [-u allow:user,user] [-u deny:user,user]\n" +"\n" +msgstr "" +"Benutzung:\n" +"\n" +" lpadmin [-h Server] -d Ziel\n" +" lpadmin [-h Server] -x Ziel\n" +" lpadmin [-h Server] -p Drucker [-c hinzuzufügende-Klasse] [-i Interface] " +"[-m Modell]\n" +" [-r zu-löschende-Klasse] [-v Gerät] [-D " +"Beschreibung]\n" +" [-P PPD-Datei] [-o Name=Wert]\n" +" [-u allow:Benutzer,Benutzer] [-u deny:Benutzer," +"Benutzer]\n" +"\n" #, c-format -msgid "lpinfo: cups-get-devices failed: %s\n" -msgstr "lpinfo: cups-get-devices fehlgeschlagen: %s\n" +msgid "Usage: %s job-id user title copies options [file]\n" +msgstr "" #, c-format +msgid "Usage: %s job-id user title copies options file\n" +msgstr "" + msgid "" -"Device: uri = %s\n" -" class = %s\n" -" info = %s\n" -" make-and-model = %s\n" +"Usage: cupsaddsmb [options] printer1 ... printerN\n" +" cupsaddsmb [options] -a\n" +"\n" +"Options:\n" +" -E Encrypt the connection to the server\n" +" -H samba-server Use the named SAMBA server\n" +" -U samba-user Authenticate using the named SAMBA user\n" +" -a Export all printers\n" +" -h cups-server Use the named CUPS server\n" +" -v Be verbose (show commands)\n" +msgstr "" +"Benutzung: cupsaddsmb [Parameter] Drucker1 ... DruckerN\n" +" cupsaddsmb [Parameter] -a\n" +"\n" +"Options:\n" +" -E Verbindung zum Server verschlüsseln\n" +" -H Samba-Server Benutze den angegebenen Samba Server\n" +" -U Samba-Benutzer Authentifiziere mit dem angegebenen Samba Benutzer\n" +" -a Alle Drucker bereitstellen\n" +" -h CUPS-Server Benutze den angegebenen CUPS Server\n" +" -v zusätzliche Ausgaben einschalten (zeige Befehle)\n" + +msgid "" +"Usage: cupsd [-c config-file] [-f] [-F] [-h] [-l]\n" +"\n" +"-c config-file Load alternate configuration file\n" +"-f Run in the foreground\n" +"-F Run in the foreground but detach\n" +"-h Show this usage message\n" +"-l Run cupsd from launchd(8)\n" +msgstr "" +"Benutzung: cupsd [-c Konfigurationsdatei] [-f] [-F] [-h] [-l]\n" +"\n" +"-c Konfig. Datei Lade alternative Konfigurationsdatei\n" +"-f Laufe im Vordergrund\n" +"-F Laufe abgetrennt im Vordergrund\n" +"-h Zeige diese Gebrauchsanweisung\n" +"-l cupsd über launchd(8) laufen lassen\n" + +msgid "" +"Usage: cupstestdsc [options] filename.ps [... filename.ps]\n" +" cupstestdsc [options] -\n" +"\n" +"Options:\n" +"\n" +" -h Show program usage\n" +"\n" +" Note: this program only validates the DSC comments, not the PostScript " +"itself.\n" msgstr "" -"Gerät: uri = %s\n" -" class = %s\n" -" info = %s\n" -" make-and-model = %s\n" - -#, c-format -msgid "lpinfo: cups-get-ppds failed: %s\n" -msgstr "lpinfo: cups-get-ppds fehlgeschlagen: %s\n" +"Benutzung: cupstestdsc [Parameter] Dateiname.ps [... Dateiname.ps]\n" +" cupstestdsc [Parameter] -\n" +"\n" +"Parameter:\n" +"\n" +" -h Zeige Gebrauchsanleitung\n" +"\n" +" Notiz: Dieses Programm validiert nur die DSC Kommentare, nicht das " +"PostScript selbst.\n" -#, c-format msgid "" -"Model: name = %s\n" -" natural_language = %s\n" -" make-and-model = %s\n" +"Usage: cupstestppd [-q] [-r] [-v[v]] filename1.ppd[.gz] [... filenameN.ppd[." +"gz]]\n" +" program | cupstestppd [-q] [-r] [-v[v]] -\n" msgstr "" -"Modell: name = %s\n" -" natural_language = %s\n" -" make-and-model = %s\n" - -#, c-format -msgid "lpmove: Unknown option '%c'!\n" -msgstr "lpmove: Unbekannter Parameter '%c'!\n" - -#, c-format -msgid "lpmove: Unknown argument '%s'!\n" -msgstr "lpmove: Unbekanntes Argument '%s'!\n" - -msgid "Usage: lpmove job dest\n" -msgstr "Benutzung: lpmove Auftrag Ziel\n" - -#, c-format -msgid "lpmove: Unable to connect to server: %s\n" -msgstr "lpmove: Kann Server nicht erreichen: %s\n" - -#, c-format -msgid "lpmove: move-job failed: %s\n" -msgstr "lpmove: move-job fehlgeschlagen: %s\n" - -msgid "lpoptions: Unknown printer or class!\n" -msgstr "lpoptions: Unbekannter Drucker oder Klasse!\n" - -msgid "lpoptions: No printers!?!\n" -msgstr "lpoptions: Keine Drucker!?!\n" - -#, c-format -msgid "lpoptions: Unable to add printer or instance: %s\n" -msgstr "lpoptions: Kann Drucker oder Instanz nicht hinzufügen: %s\n" - -#, c-format -msgid "lpoptions: Destination %s has no PPD file!\n" -msgstr "lpoptions: Ziel %s hat keine PPD Datei!\n" +"Benutzung: cupstestppd [-q] [-r] [-v[v]] Dateiname1.ppd[.gz] [... DateinameN." +"ppd[.gz]]\n" +" Programm | cupstestppd [-q] [-r] [-v[v]] -\n" -#, c-format -msgid "lpoptions: Unable to open PPD file for %s!\n" -msgstr "lpoptions: Kann PPD für %s nicht öffnen!\n" +msgid "Usage: lpmove job/src dest\n" +msgstr "Benutzung: lpmove Auftrag/Quelle Ziel\n" msgid "" "Usage: lpoptions [-h server] [-E] -d printer\n" @@ -1819,64 +2497,6 @@ msgstr "" " lpoptions [-h Server] [-E] -p Drucker -o Parameter[=Wert] ...\n" " lpoptions [-h Server] [-E] -x Drucker\n" -msgid "lppasswd: Only root can add or delete passwords!\n" -msgstr "lppasswd: Nur root kann Passwörter hinzufügen oder löschen!\n" - -msgid "Enter old password:" -msgstr "Altes Passwort eingeben:" - -#, c-format -msgid "lppasswd: Unable to copy password string: %s\n" -msgstr "lppasswd: Kann Passwort nicht kopieren: %s\n" - -msgid "Enter password:" -msgstr "Passwort eingeben:" - -msgid "Enter password again:" -msgstr "Passwort nochmal eingeben:" - -msgid "lppasswd: Sorry, passwords don't match!\n" -msgstr "lppasswd: Bedaure, Passwörter stimmen nicht überein!\n" - -msgid "" -"lppasswd: Sorry, password rejected.\n" -"Your password must be at least 6 characters long, cannot contain\n" -"your username, and must contain at least one letter and number.\n" -msgstr "" -"lppasswd: Bedaure, Passwort zurückgewiesen.\n" -"Ihr Passwort muss zumindest 6 Zeichen lang sein, darf nicht den " -"Benutzernamen\n" -"enthalten, und muss mindestens einen Buchstaben und eine Zahl enthalten.\n" - -msgid "lppasswd: Password file busy!\n" -msgstr "lppasswd: Passwortdatei in Verwendung!\n" - -#, c-format -msgid "lppasswd: Unable to open password file: %s\n" -msgstr "lppasswd: Kann Passwortdatei nicht öffnen: %s\n" - -#, c-format -msgid "lppasswd: Unable to write to password file: %s\n" -msgstr "lppasswd: Kann nicht in die Passwortdatei schreiben: %s\n" - -#, c-format -msgid "lppasswd: user \"%s\" and group \"%s\" do not exist.\n" -msgstr "lppasswd: Benutzer \"%s\" und Gruppe \"%s\" existieren nicht.\n" - -msgid "lppasswd: Sorry, password doesn't match!\n" -msgstr "lppasswd: Bedaure, Passwort stimmt nicht überein!\n" - -msgid "lppasswd: Password file not updated!\n" -msgstr "lppasswd: Passwortdatei wurde nicht aktualisiert!\n" - -#, c-format -msgid "lppasswd: failed to backup old password file: %s\n" -msgstr "lppasswd: Konnte alte Passwortdatei nicht sichern: %s\n" - -#, c-format -msgid "lppasswd: failed to rename password file: %s\n" -msgstr "lppasswd: Konnte Passwortdatei nicht umbenennen: %s\n" - msgid "Usage: lppasswd [-g groupname]\n" msgstr "Benutzung: lppasswd [-g Gruppenname]\n" @@ -1889,1127 +2509,1092 @@ msgstr "" " lppasswd [-g Gruppenname] -a [Benutzername]\n" " lppasswd [-g Gruppenname] -x [Benutzername]\n" -msgid "Start Printer" -msgstr "Starte Drucker" - -msgid "Stop Printer" -msgstr "Stoppe Drucker" - -msgid "Start Class" -msgstr "Starte Klasse" - -msgid "Stop Class" -msgstr "Stoppe Klasse" - -msgid "Accept Jobs" -msgstr "Akzeptiere Aufträge" +msgid "" +"Usage: lpq [-P dest] [-U username] [-h hostname[:port]] [-l] [+interval]\n" +msgstr "" +"Benutzung: lpq [-P Ziel] [-U Benutzername] [-h Hostname[:Port]] [-l] " +"[+Intervall]\n" -msgid "Reject Jobs" -msgstr "Aufträge ablehnen" +msgid "Usage: snmp [host-or-ip-address]\n" +msgstr "" -msgid "Purge Jobs" -msgstr "Eliminiere Aufträge" +#, fuzzy, c-format +msgid "WARNING: Boolean expected for waiteof option \"%s\"\n" +msgstr "lp: Formular wird hinter dem Parameter -f erwartet!\n" -msgid "Set As Default" -msgstr "Setze als Standard" +msgid "WARNING: Couldn't create read channel\n" +msgstr "" -msgid "Administration" -msgstr "Verwaltung" +msgid "WARNING: Couldn't create sidechannel thread!\n" +msgstr "" -msgid "Modify Class" -msgstr "Klasse ändern" +msgid "WARNING: Failed to read side-channel request!\n" +msgstr "" -msgid "Add Class" -msgstr "Klasse hinzufügen" +#, c-format +msgid "WARNING: Option \"%s\" cannot be included via IncludeFeature!\n" +msgstr "" +#, c-format msgid "" -"The class name may only contain up to 127 printable characters and may not " -"contain spaces, slashes (/), or the pound sign (#)." +"WARNING: Remote host did not respond with command status byte after %d " +"seconds!\n" msgstr "" -"Der Klassenname darf nur bis zu 127 druckbare Zeichen und keine Leerzeichen, " -"Slashes (/), oder das Rautezeichen (#) enthalten." - -msgid "Unable to modify class:" -msgstr "Kann Klasse nicht ändern:" - -msgid "Unable to add class:" -msgstr "Kann Klasse nicht hinzufügen:" - -msgid "Modify Printer" -msgstr "Drucker ändern" - -msgid "Add Printer" -msgstr "Drucker hinzufügen" +#, c-format msgid "" -"The printer name may only contain up to 127 printable characters and may not " -"contain spaces, slashes (/), or the pound sign (#)." +"WARNING: Remote host did not respond with control status byte after %d " +"seconds!\n" msgstr "" -"Der Druckername darf nur bis zu 127 druckbare Zeichen und keine Leerzeichen, " -"Slashes (/), oder das Rautezeichen (#) enthalten." - -msgid "Unable to get list of printer drivers:" -msgstr "Holen der Druckertreiberliste nicht möglich:" - -msgid "Unable to modify printer:" -msgstr "Kann Drucker nicht ändern:" - -msgid "Unable to add printer:" -msgstr "Kann Drucker nicht hinzufügen:" - -msgid "Set Printer Options" -msgstr "Druckereinstellungen setzen" -msgid "Missing form variable!" -msgstr "Vermisse Formularvariable!" - -msgid "Unable to get PPD file!" -msgstr "Kann PPD Datei nicht holen!" - -msgid "Unable to open PPD file:" -msgstr "Kann PPD Datei nicht öffnen:" +#, c-format +msgid "" +"WARNING: Remote host did not respond with data status byte after %d " +"seconds!\n" +msgstr "" -msgid "Banners" -msgstr "Banner" +#, c-format +msgid "WARNING: SCSI command timed out (%d); retrying...\n" +msgstr "" -msgid "Starting Banner" -msgstr "Startbanner" +msgid "" +"WARNING: This document does not conform to the Adobe Document Structuring " +"Conventions and may not print correctly!\n" +msgstr "" -msgid "Ending Banner" -msgstr "Endbanner" +#, fuzzy, c-format +msgid "WARNING: Unknown choice \"%s\" for option \"%s\"!\n" +msgstr "%s: Unbekanntes Ziel \"%s\"!\n" -msgid "Policies" -msgstr "Richtlinien" +#, fuzzy, c-format +msgid "WARNING: Unknown option \"%s\"!\n" +msgstr "%s: Unbekannter Parameter '%c'!\n" -msgid "Error Policy" -msgstr "Fehlerrichtlinie" +#, fuzzy, c-format +msgid "WARNING: Unsupported baud rate %s!\n" +msgstr "Nicht unterstütztes Format '%s'!" -msgid "Operation Policy" -msgstr "Betriebsrichtlinie" +#, c-format +msgid "" +"WARNING: recoverable: Network host '%s' is busy; will retry in %d " +"seconds...\n" +msgstr "" -msgid "PS Binary Protocol" -msgstr "PS Binärprotokoll" +msgid "Warning, no Windows 2000 printer drivers are installed!" +msgstr "Warnung, keine Windows 2000 Druckertreiber installiert!" -msgid "None" -msgstr "Kein(e)" +msgid "Yes" +msgstr "Ja" -msgid "Unable to set options:" -msgstr "Kann Parameter nicht setzen:" +#, c-format +msgid "" +"You must access this page using the URL https://%" +"s:%d%s." +msgstr "" +"Um auf diese Seite zuzugreifen müssen Sie die URL https://%s:%d%s verwenden." -msgid "Change Settings" -msgstr "Konfiguration ändern" +msgid "aborted" +msgstr "abgebrochen" -msgid "Unable to change server settings:" -msgstr "Kann Servereinstellungen nicht ändern:" +msgid "canceled" +msgstr "abgebrochen" -msgid "Unable to upload cupsd.conf file:" -msgstr "Kann die Datei cupsd.conf nicht hochladen:" +msgid "completed" +msgstr "beendet" -msgid "Edit Configuration File" -msgstr "Bearbeite Konfigurationsdatei" +msgid "cups-deviced failed to execute." +msgstr "cups-deviced konnte nicht ausgeführt werden." -msgid "Unable to create temporary file:" -msgstr "Kann temporäre Datei nicht erstellen:" +msgid "cups-driverd failed to execute." +msgstr "cups-driverd konnte nicht ausgeführt werden." -msgid "Unable to access cupsd.conf file:" -msgstr "Kann auf die Datei cupsd.conf nicht zugreifen:" +#, c-format +msgid "cupsaddsmb: No PPD file for printer \"%s\" - %s\n" +msgstr "cupsaddsmb: Keine PPD Datei für Drucker \"%s\" vorhanden - %s\n" -msgid "Unable to edit cupsd.conf files larger than 1MB!" -msgstr "Kann cupsd.conf Dateien größer als 1MB nicht bearbeiten!" +msgid "cupsd: Expected config filename after \"-c\" option!\n" +msgstr "" +"cupsd: Konfigurationsdateiname wird hinter dem Paramter \"-c\" erwartet!\n" -msgid "Delete Class" -msgstr "Lösche Klasse" +#, c-format +msgid "cupsd: Unknown argument \"%s\" - aborting!\n" +msgstr "cupsd: Unbekanntes Argument \"%s\" - Abbruch!\n" -msgid "Unable to delete class:" -msgstr "Kann Klasse nicht löschen:" +#, c-format +msgid "cupsd: Unknown option \"%c\" - aborting!\n" +msgstr "cupsd: Unbekannter Paramter \"%c\" - Abbruch!\n" -msgid "Delete Printer" -msgstr "Lösche Drucker" +msgid "cupsd: launchd(8) support not compiled in, running in normal mode.\n" +msgstr "" +"cupsd: launchd(8)-unterstützung wurde nicht kompiliert, laufe im normalen " +"Modus.\n" -msgid "Unable to delete printer:" -msgstr "Kann Drucker nicht löschen:" +msgid "cupstestppd: The -q option is incompatible with the -v option.\n" +msgstr "" +"cupstestppd: Der Parameter -q ist nicht kompatibel mit dem Parameter -v.\n" -msgid "Export Printers to Samba" -msgstr "Drucker für Samba bereitstellen" +msgid "cupstestppd: The -v option is incompatible with the -q option.\n" +msgstr "" +"cupstestppd: Der Parameter -v ist nicht kompatibel mit dem Parameter -d.\n" -msgid "Unable to fork process!" -msgstr "Kann Prozess nicht forken!" +#, c-format +msgid "device for %s/%s: %s\n" +msgstr "Gerät für %s/%s: %s\n" -msgid "Unable to connect to server!" -msgstr "Kann Server nicht erreichen!" +#, c-format +msgid "device for %s: %s\n" +msgstr "Gerät für %s: %s\n" -msgid "Unable to get printer attributes!" -msgstr "Kann Druckereigenschaften nicht holen!" +msgid "held" +msgstr "gehalten" -msgid "Unable to convert PPD file!" -msgstr "Kann PPD Datei nicht konvertieren!" +msgid "help\t\tget help on commands\n" +msgstr "help\t\tum Hilfe für die Befehle zu bekommen\n" -msgid "Unable to copy Windows 2000 printer driver files!" -msgstr "Kann Windows 2000 Druckertreiberdateien nicht kopieren!" +msgid "idle" +msgstr "frei" -msgid "Unable to install Windows 2000 printer driver files!" -msgstr "Kann Windows 2000 Druckertreiberdateien nicht installieren!" +msgid "job-printer-uri attribute missing!" +msgstr "Eigenschaft job-printer-uri fehlt." -msgid "Unable to copy Windows 9x printer driver files!" -msgstr "Kann Windows 9x Druckertreiberdateien nicht kopieren!" +msgid "lpadmin: Class name can only contain printable characters!\n" +msgstr "lpadmin: Klassenname kann nur druckbare Zeichen enthalten!\n" -msgid "Unable to install Windows 9x printer driver files!" -msgstr "Kann Windows 9x Druckertreiberdateien nicht installieren!" +msgid "lpadmin: Expected PPD after '-P' option!\n" +msgstr "lpadmin: PPD wird hinter dem Parameter '-P' erwartet!\n" -msgid "Unable to set Windows printer driver!" -msgstr "Kann Windows Druckertreiber nicht festlegen!" +msgid "lpadmin: Expected allow/deny:userlist after '-u' option!\n" +msgstr "" +"lpadmin: Benutzerliste für Erlaubt/Verweigert wird nach dem Parameter '-u' " +"erwartet!\n" -msgid "No printer drivers found!" -msgstr "Keine Druckertreiber gefunden!" +msgid "lpadmin: Expected class after '-r' option!\n" +msgstr "lpadmin: Klasse wird hinter dem Parameter '-r' erwartet!\n" -msgid "Unable to execute cupsaddsmb command!" -msgstr "Kann Befehl cupsaddsmb nicht ausführen!" +msgid "lpadmin: Expected class name after '-c' option!\n" +msgstr "lpadmin: Klassenname wird hinter dem Parameter '-c' erwartet!\n" -#, c-format -msgid "cupsaddsmb failed with status %d" -msgstr "cupsaddsmb fehlgeschlagen mit Status %d" +msgid "lpadmin: Expected description after '-D' option!\n" +msgstr "lpadmin: Beschreibung wird hinter dem Parameter '-D' erwartet!\n" -#, c-format -msgid "cupsaddsmb crashed on signal %d" -msgstr "cupsaddsmb abgestürzt mit Signal %d" +msgid "lpadmin: Expected device URI after '-v' option!\n" +msgstr "lpadmin: Erwarte Geräte URI hinter dem Parameter '-v'!\n" -msgid "A Samba username is required to export printer drivers!" +msgid "lpadmin: Expected file type(s) after '-I' option!\n" msgstr "" -"Ein Samba Benutzername wird benötigt um Drucker für Samba bereitzustellen!" +"lpadmin: Dateityp(en) wird bzw. werden hinter dem Parameter '-I' erwartet!\n" -msgid "A Samba password is required to export printer drivers!" -msgstr "Ein Samba Passwort wird benötigt um Druckertreiber bereitzustellen!" +msgid "lpadmin: Expected hostname after '-h' option!\n" +msgstr "lpadmin: Hostname wird hinter dem Parameter '-h' erwartet!\n" -msgid "Unable to open cupsd.conf file:" -msgstr "Kann die Datei cupsd.conf nicht öffnen:" +msgid "lpadmin: Expected interface after '-i' option!\n" +msgstr "lpadmin: Interface wird hinter dem Parameter '-i' erwartet!\n" -msgid "Unable to change printer:" -msgstr "Kann Drucker nicht ändern:" +msgid "lpadmin: Expected location after '-L' option!\n" +msgstr "lpadmin: Ortsangabe wird hinter dem Parameter '-L' erwartet!\n" -msgid "Set Allowed Users" -msgstr "Erlaubte Benutzer festlegen:" +msgid "lpadmin: Expected model after '-m' option!\n" +msgstr "lpadmin: Modell wird hinter dem Parameter '-m' erwartet!\n" -msgid "Unable to get printer attributes:" -msgstr "Kann Druckereigenschaften nicht holen:" +msgid "lpadmin: Expected name=value after '-o' option!\n" +msgstr "lpadmin: Name=Wert wird hinter dem Parameter '-o' erwartet!\n" -msgid "Set Publishing" -msgstr "Veröffentlichung setzen" +msgid "lpadmin: Expected printer after '-p' option!\n" +msgstr "lpadmin: Drucker wird hinter dem Parameter '-p' erwartet!\n" -msgid "Unable to change printer-is-shared attribute:" -msgstr "Kann die Eigenschaft printer-is-shared nicht ändern:" +msgid "lpadmin: Expected printer name after '-d' option!\n" +msgstr "lpadmin: Druckername wird hinter dem Parameter '-d' erwartet!\n" -msgid "Classes" -msgstr "Klassen" +msgid "lpadmin: Expected printer or class after '-x' option!\n" +msgstr "" +"lpadmin: Drucker oder Klasse wird hinter dem Parameter '-x' erwartet!\n" -msgid "Unable to get class list:" -msgstr "Kann Klassenliste nicht holen:" +msgid "lpadmin: No member names were seen!\n" +msgstr "lpadmin: Keine Mitgliedernamen gesehen!\n" -msgid "Unable to get class status:" -msgstr "Kann Klassenstatus nicht holen:" +#, c-format +msgid "lpadmin: Printer %s is already a member of class %s.\n" +msgstr "lpadmin: Drucker %s ist bereits Mitglied der Klasse %s.\n" -msgid "Move Job" -msgstr "Verschiebe Auftrag" +#, c-format +msgid "lpadmin: Printer %s is not a member of class %s.\n" +msgstr "lpadmin: Drucker %s ist kein Mitglied der Klasse %s.\n" -msgid "Unable to find destination for job!" -msgstr "Kann das Ziel für den Auftrag nicht ermitteln!" +msgid "lpadmin: Printer name can only contain printable characters!\n" +msgstr "lpadmin: Druckername kann nur druckbare Zeichen enthalten!\n" -msgid "Move All Jobs" -msgstr "Verschiebe alle Aufträge" +msgid "" +"lpadmin: Unable to add a printer to the class:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Kann Drucker nicht zur Klasse hinzufügen:\n" +" Sie müssen zuerst einen Druckernamen angeben!\n" -msgid "Unable to move job" -msgstr "Kann Auftrag nicht verschieben" +#, c-format +msgid "lpadmin: Unable to connect to server: %s\n" +msgstr "lpadmin: Kann Server nicht erreichen: %s\n" -msgid "Unable to move jobs" -msgstr "Kann Aufträge nicht verschieben" +#, c-format +msgid "lpadmin: Unable to create temporary file - %s\n" +msgstr "lpadmin: Kann temporäre Datei nicht erstellen - %s\n" -msgid "Print Test Page" -msgstr "Drucke Testseite" +#, c-format +msgid "lpadmin: Unable to create temporary file: %s\n" +msgstr "lpadmin: Kann temporäre Datei nicht erstellen: %s\n" -msgid "Unable to print test page:" -msgstr "Kann Testseite nicht drucken:" +#, c-format +msgid "lpadmin: Unable to open PPD file \"%s\" - %s\n" +msgstr "lpadmin: Kann PPD Datei \"%s\" nicht öffnen - %s\n" -msgid "Jobs" -msgstr "Aufträge" +#, c-format +msgid "lpadmin: Unable to open file \"%s\": %s\n" +msgstr "lpadmin: Kann temporäre Datei \"%s\" nicht öffnen: %s\n" -msgid "Job operation failed:" -msgstr "Auftragsdurchführung fehlgeschlagen:" +msgid "" +"lpadmin: Unable to remove a printer from the class:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Kann Drucker nicht aus Klasse entfernen:\n" +" Sie müssen zuerst einen Druckernamen angeben!\n" -msgid "Printers" -msgstr "Drucker" +msgid "" +"lpadmin: Unable to set the PPD file:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Kann PPD Datei nicht setzen:\n" +" Sie müssen zuerst einen Druckernamen angeben!\n" -msgid "Unable to get printer list:" -msgstr "Kann Druckerliste nicht holen:" +msgid "" +"lpadmin: Unable to set the device URI:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Kann Geräte URI nicht setzen:\n" +" Sie müssen zuerst einen Druckernamen angeben!\n" -msgid "Unable to get printer status:" -msgstr "Kann Druckerstatus nicht holen:" +msgid "" +"lpadmin: Unable to set the interface script or PPD file:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Kann weder Interface Skript noch PPD Datei setzen:\n" +" Sie müssen zuerst einen Druckernamen angeben!\n" -msgid "OK" -msgstr "OK" +msgid "" +"lpadmin: Unable to set the interface script:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Kann Interface Skript nicht festlegen:\n" +" Sie müssen zuerst einen Druckernamen angeben!\n" -msgid "Unable to open PPD file" -msgstr "Kann PPD Datei nicht öffnen" +msgid "" +"lpadmin: Unable to set the printer description:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Kann Druckerbeschreibung nicht setzen:\n" +" Sie müssen zuerst einen Druckernamen angeben!\n" -msgid "NULL PPD file pointer" -msgstr "Zeiger für PPD Datei ist NULL" +msgid "" +"lpadmin: Unable to set the printer location:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Kann Druckeraufstellort nicht setzen:\n" +" Sie müssen zuerst einen Druckernamen angeben!\n" -msgid "Memory allocation error" -msgstr "Speicherreservierungsfehler" +msgid "" +"lpadmin: Unable to set the printer options:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Kann Druckereinstellungen nicht setzen:\n" +" Sie müssen zuerst einen Druckernamen angeben!\n" -msgid "Missing PPD-Adobe-4.x header" -msgstr "Vermisse PPD-Adobe-4.x header" +#, c-format +msgid "lpadmin: Unknown allow/deny option \"%s\"!\n" +msgstr "lpadmin: Unbekannter Erlaubt/Verweigert Parameter \"%s\"!\n" -msgid "Missing value string" -msgstr "Vermisse Zeichenkette für Wert" +#, c-format +msgid "lpadmin: Unknown argument '%s'!\n" +msgstr "lpadmin: Unbekanntes Argument '%s'!\n" -msgid "Internal error" -msgstr "Interner Fehler" +#, c-format +msgid "lpadmin: Unknown option '%c'!\n" +msgstr "lpadmin: Unbekannter Parameter '%c'!\n" -msgid "Bad OpenGroup" -msgstr "Falsche OpenGroup-Angabe" +msgid "lpadmin: Warning - content type list ignored!\n" +msgstr "lpadmin: Warnung - Datentypliste ignoriert!\n" -msgid "OpenGroup without a CloseGroup first" -msgstr "OpenGroup ohne vorheriges CloseGroup" +msgid "lpc> " +msgstr "lpc> " + +#, c-format +msgid "lpinfo: Unable to connect to server: %s\n" +msgstr "lpinfo: Kann Server nicht erreichen: %s\n" -msgid "Bad OpenUI/JCLOpenUI" -msgstr "Falsche OpenUI/JCLOpenUI-Angabe" +#, c-format +msgid "lpinfo: Unknown argument '%s'!\n" +msgstr "lpinfo: Unbekanntes Argument '%s'!\n" -msgid "OpenUI/JCLOpenUI without a CloseUI/JCLCloseUI first" -msgstr "OpenUI/JCLOpenUI ohne vorheriges CloseUI/JCLCloseUI" +#, c-format +msgid "lpinfo: Unknown option '%c'!\n" +msgstr "lpinfo: Unbekannter Parameter '%c'!\n" -msgid "Bad OrderDependency" -msgstr "Falsche OrderDependency-Angabe" +#, c-format +msgid "lpmove: Unable to connect to server: %s\n" +msgstr "lpmove: Kann Server nicht erreichen: %s\n" -msgid "Bad UIConstraints" -msgstr "Falsche UIConstraints-Angabe" +#, c-format +msgid "lpmove: Unknown argument '%s'!\n" +msgstr "lpmove: Unbekanntes Argument '%s'!\n" -msgid "Missing asterisk in column 1" -msgstr "Vermisse Stern in Zeile 1" +#, c-format +msgid "lpmove: Unknown option '%c'!\n" +msgstr "lpmove: Unbekannter Parameter '%c'!\n" -msgid "Line longer than the maximum allowed (255 characters)" -msgstr "Zeile ist länger als maximal erlaubt (255 Zeichen)" +msgid "lpoptions: No printers!?!\n" +msgstr "lpoptions: Keine Drucker!?!\n" -msgid "Illegal control character" -msgstr "Ungültiges Steuerzeichen" +#, c-format +msgid "lpoptions: Unable to add printer or instance: %s\n" +msgstr "lpoptions: Kann Drucker oder Instanz nicht hinzufügen: %s\n" -msgid "Illegal main keyword string" -msgstr "Ungültige Zeichenkette für Hauptschlüsselwort" +#, fuzzy, c-format +msgid "lpoptions: Unable to get PPD file for %s: %s\n" +msgstr "lpoptions: Kann PPD für %s nicht öffnen!\n" -msgid "Illegal option keyword string" -msgstr "Ungültige Zeichenkette für Eigenschafts-Schlüsselwort" +#, c-format +msgid "lpoptions: Unable to open PPD file for %s!\n" +msgstr "lpoptions: Kann PPD für %s nicht öffnen!\n" -msgid "Illegal translation string" -msgstr "Ungültige Übersetzungszeichenkette" +msgid "lpoptions: Unknown printer or class!\n" +msgstr "lpoptions: Unbekannter Drucker oder Klasse!\n" -# Whitespace. Tab, Space, CR... -msgid "Illegal whitespace character" -msgstr "Ungültiges Whitespace-Zeichen" +msgid "lppasswd: Only root can add or delete passwords!\n" +msgstr "lppasswd: Nur root kann Passwörter hinzufügen oder löschen!\n" -msgid "Bad custom parameter" -msgstr "Falscher benutzerspezifischer Parameter" +msgid "lppasswd: Password file busy!\n" +msgstr "lppasswd: Passwortdatei in Verwendung!\n" -msgid "Unknown" -msgstr "Unbekannt" +msgid "lppasswd: Password file not updated!\n" +msgstr "lppasswd: Passwortdatei wurde nicht aktualisiert!\n" -msgid "Custom" -msgstr "Benutzerspezifisch" +msgid "lppasswd: Sorry, password doesn't match!\n" +msgstr "lppasswd: Bedaure, Passwort stimmt nicht überein!\n" -msgid "JCL" -msgstr "JCL" +msgid "" +"lppasswd: Sorry, password rejected.\n" +"Your password must be at least 6 characters long, cannot contain\n" +"your username, and must contain at least one letter and number.\n" +msgstr "" +"lppasswd: Bedaure, Passwort zurückgewiesen.\n" +"Ihr Passwort muss zumindest 6 Zeichen lang sein, darf nicht den " +"Benutzernamen\n" +"enthalten, und muss mindestens einen Buchstaben und eine Zahl enthalten.\n" -msgid "No authentication information provided!" -msgstr "Keine Authentifizierungsinformationen übergeben!" +msgid "lppasswd: Sorry, passwords don't match!\n" +msgstr "lppasswd: Bedaure, Passwörter stimmen nicht überein!\n" #, c-format -msgid "Password for %s required to access %s via SAMBA: " -msgstr "Passwort für %s benötigt um auf %s via SAMBA zugreifen zu können." +msgid "lppasswd: Unable to copy password string: %s\n" +msgstr "lppasswd: Kann Passwort nicht kopieren: %s\n" #, c-format -msgid "Running command: %s %s -N -U '%s%%%s' -c '%s'\n" -msgstr "Befehl wird ausgeführt: %s %s -N -U '%s%%%s' -c '%s'\n" +msgid "lppasswd: Unable to open password file: %s\n" +msgstr "lppasswd: Kann Passwortdatei nicht öffnen: %s\n" #, c-format -msgid "cupsaddsmb: Unable to run \"%s\": %s\n" -msgstr "cupsaddsmb: Kann \"%s\" nicht ausführen: %s\n" - -msgid "cupsaddsmb: No Windows printer drivers are installed!\n" -msgstr "cupsaddsmb: Keine Windows Druckertreiber installiert!\n" - -msgid "cupsaddsmb: Warning, no Windows 2000 printer drivers are installed!\n" -msgstr "cupsaddsmb: Warnung, keine Windows 2000 Druckertreiber installiert!\n" +msgid "lppasswd: Unable to write to password file: %s\n" +msgstr "lppasswd: Kann nicht in die Passwortdatei schreiben: %s\n" #, c-format -msgid "lpadmin: Printer %s is already a member of class %s.\n" -msgstr "lpadmin: Drucker %s ist bereits Mitglied der Klasse %s.\n" +msgid "lppasswd: failed to backup old password file: %s\n" +msgstr "lppasswd: Konnte alte Passwortdatei nicht sichern: %s\n" -msgid "lpadmin: No member names were seen!\n" -msgstr "lpadmin: Keine Mitgliedernamen gesehen!\n" +#, c-format +msgid "lppasswd: failed to rename password file: %s\n" +msgstr "lppasswd: Konnte Passwortdatei nicht umbenennen: %s\n" #, c-format -msgid "lpadmin: Printer %s is not a member of class %s.\n" -msgstr "lpadmin: Drucker %s ist kein Mitglied der Klasse %s.\n" +msgid "lppasswd: user \"%s\" and group \"%s\" do not exist.\n" +msgstr "lppasswd: Benutzer \"%s\" und Gruppe \"%s\" existieren nicht.\n" + +msgid "lprm: Unable to contact server!\n" +msgstr "lprm: Server nicht erreichbar!\n" #, c-format msgid "" -"Device: uri = %s\n" -" class = %s\n" -" info = %s\n" -" make-and-model = %s\n" -" device-id = %s\n" +"lpstat: error - %s environment variable names non-existent destination \"%s" +"\"!\n" msgstr "" -"Gerät: uri = %s\n" -" class = %s\n" -" info = %s\n" -" make-and-model = %s\n" -" device-id = %s\n" +"lpstat: Fehler - Umgebungsvariable %s enthält das nicht vorhandene Ziel \"%s" +"\"!\n" #, c-format -msgid "" -"Model: name = %s\n" -" natural_language = %s\n" -" make-and-model = %s\n" -" device-id = %s\n" -msgstr "" -"Modell: Name = %s\n" -" natural_language = %s\n" -" make-and-model = %s\n" -" device-id = %s\n" +msgid "members of class %s:\n" +msgstr "Mitglieder der Klasse %s:\n" -msgid "Usage: lpmove job/src dest\n" -msgstr "Benutzung: lpmove Auftrag/Quelle Ziel\n" +msgid "no entries\n" +msgstr "keine Einträge\n" + +msgid "no system default destination\n" +msgstr "Kein systemweites Standardziel\n" + +msgid "notify-events not specified!" +msgstr "notify-events nicht festgelegt!" -msgid "lpstat: Need \"completed\", \"not-completed\", or \"all\" after -W!\n" +#, c-format +msgid "notify-recipient-uri URI \"%s\" uses unknown scheme!" msgstr "" -"lpstat: Brauche \"completed\", \"not-completed\", oder \"all\" hinter dem " -"Parameter -W!\n" #, c-format -msgid "%s accepting requests since %s\n" -msgstr "%s akzeptiert Anfragen seit %s\n" +msgid "notify-subscription-id %d no good!" +msgstr "notify-subscription-id %d unbrauchbar!" #, c-format -msgid "" -"%s not accepting requests since %s -\n" -"\t%s\n" -msgstr "" -"%s akzeptiert keine Anfragen seit %s -\n" -"\t%s\n" +msgid "open of %s failed: %s" +msgstr "öffnen von %s fehlgeschlagen: %s" + +msgid "pending" +msgstr "schwebend" #, c-format -msgid "%s/%s accepting requests since %s\n" -msgstr "%s/%s akzeptiert Anfragen seit %s\n" +msgid "printer %s disabled since %s -\n" +msgstr "Drucker %s ist gesperrt seit %s -\n" #, c-format -msgid "" -"%s/%s not accepting requests since %s -\n" -"\t%s\n" -msgstr "" -"%s/%s akzeptiert keine Anfragen seit %s -\n" -"\t%s\n" +msgid "printer %s is idle. enabled since %s\n" +msgstr "Drucker %s ist frei. freigegeben seit %s\n" -msgid "lpc> " -msgstr "lpc> " +#, c-format +msgid "printer %s now printing %s-%d. enabled since %s\n" +msgstr "Drucker %s druckt gerade %s-%d. freigegeben seit %s\n" #, c-format -msgid "%s: Unable to contact server!\n" -msgstr "%s: Kann Server nicht erreichen!\n" +msgid "printer %s/%s disabled since %s -\n" +msgstr "Drucker %s/%s gesperrt seit %s -\n" #, c-format -msgid "%s: Error - expected username after '-U' option!\n" -msgstr "%s: Fehler - Benutzername wird hinter dem Parameter '-U' erwartet!\n" +msgid "printer %s/%s is idle. enabled since %s\n" +msgstr "Drucker %s/%s ist frei. freigegeben seit %s\n" #, c-format -msgid "%s: Error - unknown destination \"%s/%s\"!\n" -msgstr "%s: Fehler - Unbekanntes Ziel \"%s/%s\"!\n" +msgid "printer %s/%s now printing %s-%d. enabled since %s\n" +msgstr "Drucker %s/%s druckt gerade %s-%d. freigegeben seit %s\n" + +msgid "processing" +msgstr "verarbeite" #, c-format -msgid "%s: Unknown destination \"%s\"!\n" -msgstr "%s: Unbekanntes Ziel \"%s\"!\n" +msgid "request id is %s-%d (%d file(s))\n" +msgstr "Auftrags ID ist %s-%d (%d Datei(en))\n" + +msgid "scheduler is not running\n" +msgstr "Scheduler läuft nicht\n" + +msgid "scheduler is running\n" +msgstr "Scheduler läuft\n" #, c-format -msgid "%s: Error - expected hostname after '-h' option!\n" -msgstr "%s: Fehler - Hostname wird hinter dem Parameter '-h' erwartet!\n" +msgid "stat of %s failed: %s" +msgstr "Prüfung von %s fehlgeschlagen: %s" + +msgid "status\t\tshow status of daemon and queue\n" +msgstr "status\t\tzeigt den Status von Diensten und Warteschlangen\n" + +msgid "stopped" +msgstr "gestoppt" #, c-format -msgid "" -"%s: error - %s environment variable names non-existent destination \"%s\"!\n" -msgstr "" -"%s: Fehler - Die Umgebungsvariable %s enthält das nicht existierende Ziel \"%" -"s\"!\n" +msgid "system default destination: %s\n" +msgstr "System Standardziel: %s\n" #, c-format -msgid "%s: error - no default destination available.\n" -msgstr "%s: Fehler - Kein Standardziel verfügbar.\n" +msgid "system default destination: %s/%s\n" +msgstr "System Standardziel: %s/%s\n" -msgid "" -"Usage: lpq [-P dest] [-U username] [-h hostname[:port]] [-l] [+interval]\n" -msgstr "" -"Benutzung: lpq [-P Ziel] [-U Benutzername] [-h Hostname[:Port]] [-l] " -"[+Intervall]\n" +msgid "unknown" +msgstr "unbekannt" + +msgid "untitled" +msgstr "unbenannt" + +#~ msgid "" +#~ " **FAIL** 1284DeviceId must be 1284DeviceID!\n" +#~ " REF: Page 72, section 5.5\n" +#~ msgstr "" +#~ " **FEHLGESCHLAGEN** 1284DeviceId muss 1284DeviceID sein!\n" +#~ " REF: Seite 72, Kapitel 5.5\n" + +#~ msgid " %d ERROR%s FOUND\n" +#~ msgstr " %d FEHLER%s GEFUNDEN\n" + +#~ msgid "%s accepting requests since Jan 01 00:00\n" +#~ msgstr "%s akzeptiert Anfragen seit Jan 01 00:00\n" + +#~ msgid "" +#~ "%s not accepting requests since Jan 01 00:00 -\n" +#~ "\t%s\n" +#~ msgstr "" +#~ "%s akzeptiert keine Anfragen seit Jan 01 00:00 -\n" +#~ "\t%s\n" + +#~ msgid "%s/%s accepting requests since Jan 01 00:00\n" +#~ msgstr "%s/%s akzeptiert Anfragen seit Jan 01 00:00\n" + +#~ msgid "" +#~ "%s/%s not accepting requests since Jan 01 00:00 -\n" +#~ "\t%s\n" +#~ msgstr "" +#~ "%s/%s akzeptiert keine Anfragen seit Jan 01 00:00 -\n" +#~ "\t%s\n" + +#~ msgid "%s: Expected reason text after -r!\n" +#~ msgstr "%s: Begründungstext wird hinter -r erwartet!\n" + +#~ msgid "%s: Expected server name after -h!\n" +#~ msgstr "%s: Servername wird hinter -h erwartet!\n" + +#~ msgid "%s: Unknown option '%c'!\n" +#~ msgstr "%s: Unbekannter Parameter '%c'!\n" + +#~ msgid "Auto" +#~ msgstr "Automatisch" + +#~ msgid "Bad option + choice on line %d!\n" +#~ msgstr "Falscher Parameter + Auswahl in Zeile %d!\n" + +#~ msgid "Class" +#~ msgstr "Klasse" + +#~ msgid "" +#~ "Device: uri = %s\n" +#~ " class = %s\n" +#~ " info = %s\n" +#~ " make-and-model = %s\n" +#~ msgstr "" +#~ "Gerät: uri = %s\n" +#~ " class = %s\n" +#~ " info = %s\n" +#~ " make-and-model = %s\n" + +#~ msgid "" +#~ "Enter your username and password or the root username and password to " +#~ "access this page." +#~ msgstr "" +#~ "Für Zugang Benutzername und Passwort (oder Benutzername und Passwort für " +#~ "root) eingeben." + +#~ msgid "Extra" +#~ msgstr "Extra" + +#~ msgid "Job #%d doesn't exist!" +#~ msgstr "Auftrag #%d existiert nicht!" + +#~ msgid "Job #%d is already %s - can't cancel." +#~ msgstr "Auftrag #%d ist bereits %s - Abbruch unmöglich." + +#~ msgid "Job #%d is already cancelled - can't cancel." +#~ msgstr "Auftrag #%d wurde bereits abgebrochen - abbrechen nicht möglich." + +#~ msgid "Missing double quote on line %d!\n" +#~ msgstr "Vermisse doppelte Anführungszeichen in Zeile %d!\n" + +#~ msgid "Missing value on line %d!\n" +#~ msgstr "Vermisse Wert in Zeile %d!\n" + +#~ msgid "" +#~ "Model: name = %s\n" +#~ " natural_language = %s\n" +#~ " make-and-model = %s\n" +#~ msgstr "" +#~ "Modell: name = %s\n" +#~ " natural_language = %s\n" +#~ " make-and-model = %s\n" + +#~ msgid "No Windows printer drivers are installed!\n" +#~ msgstr "Keine Windows Druckertreiber installiert!\n" -#, c-format -msgid "%s: Error - expected hostname after '-H' option!\n" -msgstr "%s: Fehler - Hostname wird hinter dem Parameter '-H' erwartet!\n" +#~ msgid "No printer drivers found!" +#~ msgstr "Keine Druckertreiber gefunden!" -#, c-format -msgid "%s: Error - expected value after '-%c' option!\n" -msgstr "%s: Fehler - Wert wird hinter dem Paramter '-%c' erwartet!\n" +#~ msgid "Not authorized to hold job #%d owned by \"%s\"!" +#~ msgstr "Nicht berechtigt den Auftrag #%d von \"%s\" aufzuhalten!" -#, c-format -msgid "" -"%s: Warning - '%c' format modifier not supported - output may not be " -"correct!\n" -msgstr "" -"%s: Warnung - Formatangabe '%c' nicht unterstützt - Ausgabe ist " -"möglicherweise falsch!\n" +#~ msgid "Printer" +#~ msgstr "Drucker" -#, c-format -msgid "%s: error - expected option=value after '-o' option!\n" -msgstr "%s: Fehler - Parameter=Wert wird hinter dem Parameter '-o' erwartet!\n" +#~ msgid "Printer not shared!" +#~ msgstr "Drucker nicht verteilt!" -#, c-format -msgid "%s: Error - expected destination after '-P' option!\n" -msgstr "%s: Fehler - Ziel wird hinter dem Parameter '-P' erwartet!\n" +#~ msgid "Running command: %s %s -N -U '%s%%%s' -c '%s'\n" +#~ msgstr "Befehl wird ausgeführt: %s %s -N -U '%s%%%s' -c '%s'\n" -#, c-format -msgid "%s: Error - expected copy count after '-#' option!\n" -msgstr "%s: Fehler - Kopienanzahl wird hinter dem Parameter '-#' erwartet!\n" +#~ msgid "The printer-uri \"%s\" is not valid." +#~ msgstr "Die printer-uri \"%s\" ist nicht gültig." -#, c-format -msgid "%s: Error - expected name after '-%c' option!\n" -msgstr "%s: Fehler - Name wird hinter dem Paramter '-%c' erwartet!\n" +#~ msgid "Too many jobs - %d jobs, max jobs is %d." +#~ msgstr "Zu viele Aufträge - %d; das Maximum ist %d." -#, c-format -msgid "%s: Error - unknown option '%c'!\n" -msgstr "%s: Fehler - Unbekannter Parameter '%c'!\n" +#~ msgid "Unable to connect to server!" +#~ msgstr "Kann Server nicht erreichen!" -#, c-format -msgid "%s: Error - unable to access \"%s\" - %s\n" -msgstr "%s: Fehler - Kann auf \"%s\" nicht zugreifen - %s\n" +#~ msgid "Unable to convert PPD file!" +#~ msgstr "Kann PPD Datei nicht konvertieren!" -#, c-format -msgid "%s: Error - too many files - \"%s\"\n" -msgstr "%s: Fehler - Zu viele Dateien - \"%s\"\n" +#~ msgid "Unable to copy CUPS printer driver files (%d)!\n" +#~ msgstr "Kann CUPS Druckertreiberdateien nicht kopieren (%d)!\n" -#, c-format -msgid "" -"%s: Error - %s environment variable names non-existent destination \"%s\"!\n" -msgstr "" -"%s: Fehler - Die Umgebungsvariable %s enthält das nicht existierende Ziel \"%" -"s\"!\n" +#~ msgid "Unable to copy Windows 2000 printer driver files (%d)!\n" +#~ msgstr "Kann Windows 2000 Druckertreiberdateien nicht kopieren (%d)!\n" -#, c-format -msgid "%s: Error - no default destination available.\n" -msgstr "%s: Fehler - Kein Standardziel verfügbar.\n" +#~ msgid "Unable to copy Windows 2000 printer driver files!" +#~ msgstr "Kann Windows 2000 Druckertreiberdateien nicht kopieren!" -#, c-format -msgid "%s: Error - scheduler not responding!\n" -msgstr "%s: Fehler - Scheduler antwortet nicht!\n" +#~ msgid "Unable to copy Windows 9x printer driver files (%d)!\n" +#~ msgstr "Kann Windows 9x Druckertreiberdateien nicht kopieren (%d)!\n" -#, c-format -msgid "%s: Error - unable to create temporary file \"%s\" - %s\n" -msgstr "%s: Fehler - Kann die temporäre Datei \"%s\" nicht erzeugen - %s\n" +#~ msgid "Unable to copy Windows 9x printer driver files!" +#~ msgstr "Kann Windows 9x Druckertreiberdateien nicht kopieren!" -#, c-format -msgid "%s: Error - unable to write to temporary file \"%s\" - %s\n" -msgstr "%s: Fehler - Kann nicht in die temporäre Datei \"%s\" schreiben - %s\n" +#~ msgid "Unable to execute cupsaddsmb command!" +#~ msgstr "Kann Befehl cupsaddsmb nicht ausführen!" -#, c-format -msgid "%s: Error - stdin is empty, so no job has been sent.\n" -msgstr "%s: Fehler - stdin ist leer, somit wurde kein Auftrag gesendet.\n" +#~ msgid "Unable to fork process!" +#~ msgstr "Kann Prozess nicht forken!" -#, c-format -msgid "%s: Error - unknown destination \"%s\"!\n" -msgstr "%s: Fehler - unbekanntes Ziel \"%s\"!\n" +#~ msgid "Unable to get printer attributes!" +#~ msgstr "Kann Druckereigenschaften nicht holen!" -#, c-format -msgid "%s: Error - expected reason text after '-r' option!\n" -msgstr "" -"%s: Fehler - Begründungstext wird hinter dem Parameter '-r' erwartet!\n" +#~ msgid "Unable to install Windows 2000 printer driver files (%d)!\n" +#~ msgstr "Kann Windows 2000 Druckertreiberdateien nicht installieren (%d)!\n" -#, c-format -msgid "%s: Error - expected username after '-u' option!\n" -msgstr "%s: Fehler - Benutzernamen wird hinter dem Parameter '-u' erwartet!\n" +#~ msgid "Unable to install Windows 2000 printer driver files!" +#~ msgstr "Kann Windows 2000 Druckertreiberdateien nicht installieren!" -#, c-format -msgid "%s: %s failed: %s\n" -msgstr "%s: %s fehlgeschlagen: %s\n" +#~ msgid "Unable to install Windows 9x printer driver files (%d)!\n" +#~ msgstr "Kann Windows 9x Druckertreiberdateien nicht installieren (%d)!\n" -#, c-format -msgid "%s: Error - expected destination after '-d' option!\n" -msgstr "%s: Fehler - Ziel wird hinter dem Parameter '-d' erwartet!\n" +#~ msgid "Unable to install Windows 9x printer driver files!" +#~ msgstr "Kann Windows 9x Druckertreiberdateien nicht installieren!" -#, c-format -msgid "%s: Error - expected form after '-f' option!\n" -msgstr "%s: Fehler - Formular wird hinter dem Parameter '-f' erwartet!\n" +#~ msgid "Unable to set Windows printer driver (%d)!\n" +#~ msgstr "Kann Windows Druckertreiber nicht setzen (%d)!\n" -#, c-format -msgid "%s: Warning - form option ignored!\n" -msgstr "%s: Warnung - Parameter für Formular ignoriert!\n" +#~ msgid "Unable to set Windows printer driver!" +#~ msgstr "Kann Windows Druckertreiber nicht festlegen!" -#, c-format -msgid "%s: Expected job ID after '-i' option!\n" -msgstr "%s: Auftrags ID wird hinter dem Parameter '-i' erwartet!\n" +#~ msgid "" +#~ "Usage: cupsaddsmb [options] printer1 ... printerN\n" +#~ " cupsaddsmb [options] -a\n" +#~ "\n" +#~ "Options:\n" +#~ " -H samba-server Use the named SAMBA server\n" +#~ " -U samba-user Authenticate using the named SAMBA user\n" +#~ " -a Export all printers\n" +#~ " -h cups-server Use the named CUPS server\n" +#~ " -v Be verbose (show commands)\n" +#~ msgstr "" +#~ "Benutzung: cupsaddsmb [Parameter] Drucker1 ... DruckerN\n" +#~ " cupsaddsmb [Parameter] -a\n" +#~ "\n" +#~ "Options:\n" +#~ " -H Samba-Server Benutze den genannten Samba Server\n" +#~ " -U Samba-Benutzer Authentifiziere mit dem genannten Samba Benutzer\n" +#~ " -a Alle Drucker exportieren\n" +#~ " -h CUPS-Server Benutze den genannten CUPS Server\n" +#~ " -v Zusätzliche Ausgaben einschalten (zeige Kommandos)\n" -#, c-format -msgid "%s: Error - cannot print files and alter jobs simultaneously!\n" -msgstr "" -"%s: Fehler - Kann nicht gleichzeitig Dateien drucken und Aufträge abändern!\n" +#~ msgid "Usage: lpmove job dest\n" +#~ msgstr "Benutzung: lpmove Auftrag Ziel\n" -#, c-format -msgid "%s: Error - bad job ID!\n" -msgstr "%s: Fehler - Falsche Auftrags ID!\n" +#~ msgid "Usage: lpq [-P dest] [-l] [+interval]\n" +#~ msgstr "Benutzung: lpq [-P Ziel] [-l] [+Intervall]\n" -#, c-format -msgid "%s: Error - expected copies after '-n' option!\n" -msgstr "%s: Fehler - Kopienanzahl wird hinter dem Parameter '-n' erwartet!\n" +#~ msgid "Variable" +#~ msgstr "Variable" -#, c-format -msgid "%s: Error - expected option string after '-o' option!\n" -msgstr "" -"%s: Fehler - Zeichenkette mit Parametern wird hinter dem Parameter '-o' " -"erwartet!\n" +#~ msgid "Warning, no Windows 2000 printer drivers are installed!\n" +#~ msgstr "Warnung, keine Windows 2000 Druckertreiber installiert!\n" -#, c-format -msgid "%s: Error - expected priority after '-%c' option!\n" -msgstr "%s: Fehler - Priorität wird hinter dem Parameter '-%c' erwartet!\n" +#~ msgid "You are not authorized to alter job id %d owned by \"%s\"!" +#~ msgstr "" +#~ "Sie sind nicht berechtigt den Aufrag mit der ID %d von \"%s\" abzuändern." -#, c-format -msgid "%s: Error - priority must be between 1 and 100.\n" -msgstr "%s: Fehler - Priorität muss zwischen 1 und 100 sein.\n" +#~ msgid "You are not authorized to authenticate job #%d owned by \"%s\"!" +#~ msgstr "Nicht berechtigt den Auftrag #%d von \"%s\" zu authentifizieren!" -#, c-format -msgid "%s: Error - expected title after '-t' option!\n" -msgstr "%s: Fehler - Titel wird hinter dem Parameter '-t' erwartet!\n" +#~ msgid "You are not authorized to delete job #%d owned by \"%s\"!" +#~ msgstr "Sie sind nicht berechtigt den Auftrag #%d, von \"%s\" zu löschen!" -#, c-format -msgid "%s: Error - expected mode list after '-y' option!\n" -msgstr "%s: Fehler - Modusliste wird hinter dem Parameter '-y' erwartet!\n" +#~ msgid "You are not authorized to move job #%d owned by \"%s\"!" +#~ msgstr "Nicht berechtigt den Auftrag #%d von \"%s\" zu verschieben!" -#, c-format -msgid "%s: Warning - mode option ignored!\n" -msgstr "%s: Warnung - Modusangabe ignoriert!\n" +#~ msgid "You are not authorized to release job id %d owned by \"%s\"!" +#~ msgstr "Nicht berechtigt den Auftrag mit der ID %d von \"%s\" freizugeben!" -#, c-format -msgid "%s: Error - expected hold name after '-H' option!\n" -msgstr "" -"%s: Fehler - Haltebezeichnung wird hinter dem Parameter '-H' erwartet!\n" +#~ msgid "You are not authorized to restart job id %d owned by \"%s\"!" +#~ msgstr "" +#~ "Sie sind nicht berechtigt den Auftrag mit der ID %d von \"%s\" neu zu " +#~ "starten!" -#, c-format -msgid "%s: Need job ID ('-i jobid') before '-H restart'!\n" -msgstr "%s: Brauche Auftrags ID ('-i jobid') vor '-H restart'!\n" +#~ msgid "You are not authorized to send document for job #%d owned by \"%s\"!" +#~ msgstr "" +#~ "Sie sind nicht berechtigt ein Dokument für den Auftrag #%d von \"%s\" zu " +#~ "senden!" -#, c-format -msgid "%s: Error - expected page list after '-P' option!\n" -msgstr "%s: Fehler - Seitenliste wird hinter dem Paramter '-P' erwartet!\n" +#~ msgid "You must use a https: URL to access this page." +#~ msgstr "Eine https:-URL ist für den Zugriff erforderlich." -#, c-format -msgid "%s: Error - expected character set after '-S' option!\n" -msgstr "%s: Fehler - Zeichensatz wird hinter dem Paramter '-S' erwartet!\n" +#~ msgid "add_class: Unknown printer-error-policy \"%s\"." +#~ msgstr "add_class: Unbekannte printer-error-policy \"%s\"." -#, c-format -msgid "%s: Warning - character set option ignored!\n" -msgstr "%s: Warnung - Zeichensatzangabe ignoriert!\n" +#~ msgid "add_class: Unknown printer-op-policy \"%s\"." +#~ msgstr "add_class: Unbekannte printer-op-policy \"%s\"." -#, c-format -msgid "%s: Error - expected content type after '-T' option!\n" -msgstr "%s: Fehler - Inhaltstyp hinter dem Parameter '-T' erwartet!\n" +#~ msgid "cancel: %s failed: %s\n" +#~ msgstr "cancel: %s fehlgeschlagen: %s\n" -#, c-format -msgid "%s: Warning - content type option ignored!\n" -msgstr "%s: Warnung - Parameter für Inhaltstyp ignoriert!\n" +#~ msgid "cancel: Error - expected hostname after '-h' option!\n" +#~ msgstr "cancel: Fehler - Erwarte Hostname hinter dem Parameter -h!\n" -#, c-format -msgid "" -"%s: Error - cannot print from stdin if files or a job ID are provided!\n" -msgstr "" -"%s: Fehler - Kann nicht von stdin drucken wenn Dateien oder eine Autrags ID " -"übergeben wurde!\n" +#~ msgid "cancel: Error - expected username after '-u' option!\n" +#~ msgstr "cancel: Fehler - Erwarte Benutzername hinter dem Parameter -u!\n" -#, c-format -msgid "" -"%s: Error - need \"completed\", \"not-completed\", or \"all\" after '-W' " -"option!\n" -msgstr "" -"%s: Fehler - Brauche \"completed\", \"not-completed\", oder \"all\" hinter " -"dem Parameter '-W'!\n" +#~ msgid "cancel: Unable to contact server!\n" +#~ msgstr "cancel: Server nicht erreichbar!\n" -#, c-format -msgid "%s: Error - expected destination after '-b' option!\n" -msgstr "%s: Fehler - Ziel wird hinter dem Parameter '-b' erwartet!\n" +#~ msgid "cancel: Unknown destination \"%s\"!\n" +#~ msgstr "cancel: Unbekanntes Ziel \"%s\"!\n" -#, c-format -msgid "%s: Invalid destination name in list \"%s\"!\n" -msgstr "%s: Ungültiger Zielname in der Liste \"%s\"!\n" +#~ msgid "cancel: Unknown option '%c'!\n" +#~ msgstr "cancel: Unbekannter Parameter '%c'!\n" -#, c-format -msgid "%s: Unable to connect to server\n" -msgstr "%s: Kann Server nicht erreichen\n" +#~ msgid "cupsaddsmb crashed on signal %d" +#~ msgstr "cupsaddsmb abgestürzt mit Signal %d" -msgid "Print Job:" -msgstr "Druckauftrag:" +#~ msgid "cupsaddsmb failed with status %d" +#~ msgstr "cupsaddsmb fehlgeschlagen mit Status %d" -msgid "pending" -msgstr "schwebend" +#~ msgid "cupsaddsmb: Bad option + choice on line %d!\n" +#~ msgstr "cupsaddsmb: Falscher Parameter + Auswahl in Zeile %d!\n" -msgid "held" -msgstr "gehalten" +#~ msgid "cupsaddsmb: Missing double quote on line %d!\n" +#~ msgstr "cupsaddsmb: Vermisse doppelte Anführungszeichen in Zeile %d!\n" -msgid "processing" -msgstr "verarbeite" +#~ msgid "cupsaddsmb: Missing value on line %d!\n" +#~ msgstr "cupsaddsmb: Vermisse Wert in Zeile %d!\n" -msgid "stopped" -msgstr "gestoppt" +#~ msgid "cupsaddsmb: No PPD file for printer \"%s\" - skipping!\n" +#~ msgstr "cupsaddsmb: PPD Datei für Drucker \"%s\" fehlt - überspringe!\n" -msgid "canceled" -msgstr "abgebrochen" +#~ msgid "cupsaddsmb: No Windows printer drivers are installed!\n" +#~ msgstr "cupsaddsmb: Keine Windows Druckertreiber installiert!\n" -msgid "aborted" -msgstr "abgebrochen" +#~ msgid "cupsaddsmb: Unable to connect to server \"%s\" for %s - %s\n" +#~ msgstr "cupsaddsmb: Server \"%s\" nicht erreichbar für %s - %s\n" -msgid "completed" -msgstr "beendet" +#~ msgid "cupsaddsmb: Unable to convert PPD file for %s - %s\n" +#~ msgstr "cupsaddsmb: Kann PPD Datei nicht konvertieren für %s - %s\n" -msgid "unknown" -msgstr "unbekannt" +#~ msgid "cupsaddsmb: Unable to copy CUPS printer driver files (%d)!\n" +#~ msgstr "cupsaddsmb: Kann CUPS Druckertreiberdateien (%d) nicht kopieren!\n" -msgid "untitled" -msgstr "unbenannt" +#~ msgid "cupsaddsmb: Unable to copy Windows 2000 printer driver files (%d)!\n" +#~ msgstr "" +#~ "cupsaddsmb: Kann Windows 2000 Druckertreiberdateien (%d) nicht kopieren!\n" -msgid "Printer:" -msgstr "Drucker:" +#~ msgid "cupsaddsmb: Unable to copy Windows 9x printer driver files (%d)!\n" +#~ msgstr "" +#~ "cupsaddsmb: Kann Windows 9x Druckertreiberdateien (%d) nicht kopieren!\n" -msgid "idle" -msgstr "frei" +#~ msgid "" +#~ "cupsaddsmb: Unable to install Windows 2000 printer driver files (%d)!\n" +#~ msgstr "" +#~ "cupsaddsmb: Kann Windows 2000 Druckertreiberdateien (%d) nicht " +#~ "installieren!\n" -msgid "Missing notify-subscription-ids attribute!" -msgstr "Vermisse Eigenschaft notify-subscription-ids!" +#~ msgid "" +#~ "cupsaddsmb: Unable to install Windows 9x printer driver files (%d)!\n" +#~ msgstr "" +#~ "cupsaddsmb: Kann Windows 9x Druckertreiberdateien (%d) nicht " +#~ "installieren!\n" -msgid "Job subscriptions cannot be renewed!" -msgstr "Auftragssubkription kann nicht erneuert werden!" +#~ msgid "cupsaddsmb: Unable to run \"%s\": %s\n" +#~ msgstr "cupsaddsmb: Kann \"%s\" nicht ausführen: %s\n" -msgid "cupsd: Expected config filename after \"-c\" option!\n" -msgstr "" -"cupsd: Konfigurationsdateiname wird hinter dem Paramter \"-c\" erwartet!\n" +#~ msgid "cupsaddsmb: Unable to set Windows printer driver (%d)!\n" +#~ msgstr "cupsaddsmb: Kann Windows Druckertreiber (%d) nicht festlegen!\n" -msgid "cupsd: launchd(8) support not compiled in, running in normal mode.\n" -msgstr "" -"cupsd: launchd(8)-unterstützung wurde nicht kompiliert, laufe im normalen " -"Modus.\n" +#~ msgid "" +#~ "cupsaddsmb: Warning, no Windows 2000 printer drivers are installed!\n" +#~ msgstr "" +#~ "cupsaddsmb: Warnung, keine Windows 2000 Druckertreiber installiert!\n" -#, c-format -msgid "cupsd: Unknown option \"%c\" - aborting!\n" -msgstr "cupsd: Unbekannter Paramter \"%c\" - Abbruch!\n" +#~ msgid "cupsaddsmb: get-printer-attributes failed for \"%s\": %s\n" +#~ msgstr "cupsaddsmb: get-printer-attributes fehlgeschlagen für \"%s\": %s\n" -#, c-format -msgid "cupsd: Unknown argument \"%s\" - aborting!\n" -msgstr "cupsd: Unbekanntes Argument \"%s\" - Abbruch!\n" +#~ msgid "lp: Error - bad job ID!\n" +#~ msgstr "lp: Fehler - Falsche Auftrags ID!\n" -msgid "" -"Usage: cupsd [-c config-file] [-f] [-F] [-h] [-l]\n" -"\n" -"-c config-file Load alternate configuration file\n" -"-f Run in the foreground\n" -"-F Run in the foreground but detach\n" -"-h Show this usage message\n" -"-l Run cupsd from launchd(8)\n" -msgstr "" -"Benutzung: cupsd [-c Konfigurationsdatei] [-f] [-F] [-h] [-l]\n" -"\n" -"-c Konfig. Datei Lade alternative Konfigurationsdatei\n" -"-f Laufe im Vordergrund\n" -"-F Laufe abgetrennt im Vordergrund\n" -"-h Zeige diese Gebrauchsanweisung\n" -"-l cupsd über launchd(8) laufen lassen\n" +#~ msgid "lp: Error - cannot print files and alter jobs simultaneously!\n" +#~ msgstr "" +#~ "lp: Fehler - Kann nicht gleichzeitig Dateien drucken und Aufträge " +#~ "abändern!\n" -#, c-format -msgid " WARN Line %d only contains whitespace!\n" -msgstr " WARNUNG Zeile %d enthält nur Whitespace!\n" +#~ msgid "" +#~ "lp: Error - cannot print from stdin if files or a job ID are provided!\n" +#~ msgstr "" +#~ "lp: Fehler - Kann nicht von stdin drucken wenn Dateien oder eine Auftrags " +#~ "ID übergeben wurde!\n" -msgid "" -" WARN File contains a mix of CR, LF, and CR LF line endings!\n" -msgstr "" -" WARNUNG Datei enthält gemischt CR, LF und CR LF als Zeilenende!\n" +#~ msgid "lp: Expected character set after -S option!\n" +#~ msgstr "lp: Zeichensatz wird hinter dem Parameter -S erwartet!\n" -msgid "" -" WARN Non-Windows PPD files should use lines ending with only LF, " -"not CR LF!\n" -msgstr "" -" WARNUNG Nicht-Windows PPD Dateien sollten nur das Zeilenende LF " -"benutzen, nicht CR LF!\n" +#~ msgid "lp: Expected content type after -T option!\n" +#~ msgstr "lp: Inhaltstyp hinter dem Parameter -T erwartet!\n" -msgid "Printer Maintenance" -msgstr "Druckerwartung" +#~ msgid "lp: Expected copies after -n option!\n" +#~ msgstr "lp: Kopienanzahl wird hinter dem Parameter -n erwartet!\n" -msgid "Unable to send maintenance job:" -msgstr "Kann Wartungsauftrag nicht senden:" +#~ msgid "lp: Expected destination after -d option!\n" +#~ msgstr "lp: Ziel wird hinter dem Parameter -d erwartet!\n" -#, c-format -msgid "cupsaddsmb: No PPD file for printer \"%s\" - %s\n" -msgstr "cupsaddsmb: Keine PPD Datei für Drucker \"%s\" vorhanden - %s\n" +#~ msgid "lp: Expected form after -f option!\n" +#~ msgstr "lp: Formular wird hinter dem Parameter -f erwartet!\n" -#, c-format -msgid " **FAIL** %s %s does not exist!\n" -msgstr " **FEHLGESCHLAGEN** %s %s existiert nicht!\n" +#~ msgid "lp: Expected hold name after -H option!\n" +#~ msgstr "lp: Haltebezeichner wird hinter dem Parameter -H erwartet!\n" -#, c-format -msgid " **FAIL** Bad language \"%s\"!\n" -msgstr " **FEHLGESCHLAGEN** Falsche Sprache \"%s\"!\n" +#~ msgid "lp: Expected hostname after -h option!\n" +#~ msgstr "lp: Hostname wird hinter dem Parameter -h erwartet!\n" -#, c-format -msgid " **FAIL** Missing \"%s\" translation string for option %s!\n" -msgstr "" -" **FEHLGESCHLAGEN** Vermisse \"%s\" Übersetzung für Parameter %s!\n" +#~ msgid "lp: Expected job ID after -i option!\n" +#~ msgstr "lp: Auftrags ID wird hinter dem Parameter -i erwartet!\n" -#, c-format -msgid "" -" **FAIL** Default translation string for option %s contains 8-bit " -"characters!\n" -msgstr "" -" **FEHLGESCHLAGEN** Standardübersetzung für Parameter %s enthält 8-bit " -"Zeichen!\n" +#~ msgid "lp: Expected mode list after -y option!\n" +#~ msgstr "lp: Modusliste hinter dem Parameter -y erwartet!\n" -#, c-format -msgid "" -" **FAIL** Missing \"%s\" translation string for option %s, choice %s!\n" -msgstr "" -" **FEHLGESCHLAGEN** Vermisse \"%s\" Übersetzung für Parameter %s, " -"Auswahl %s!\n" +#~ msgid "lp: Expected option string after -o option!\n" +#~ msgstr "lp: Parameterzeichenkette wird hinter dem Parameter -o erwartet!\n" + +#~ msgid "lp: Expected page list after -P option!\n" +#~ msgstr "lp: Seitenliste wird hinter dem Parameter -P erwartet!\n" + +#~ msgid "lp: Expected priority after -%c option!\n" +#~ msgstr "lp: Priorität wird hinter dem Parameter -%c erwartet!\n" -#, c-format -msgid "" -" **FAIL** Default translation string for option %s choice %s contains " -"8-bit characters!\n" -msgstr "" -" **FEHLGESCHLAGEN** Standardübersetzung für Parameter %s Auswahl %s " -"enthält 8-bit Zeichen!\n" +#~ msgid "lp: Expected title after -t option!\n" +#~ msgstr "lp: Titel wird hinter dem Parameter -t erwartet!\n" -#, c-format -msgid " **FAIL** Bad cupsFilter value \"%s\"!\n" -msgstr " **FEHLGESCHLAGEN** Falscher cupsFilter Wert \"%s\"!\n" +#~ msgid "lp: Need job ID (-i) before \"-H restart\"!\n" +#~ msgstr "lp: Brauche Auftrags ID (-i) vor \"-H restart\"!\n" -msgid "Help" -msgstr "Hilfe" +#~ msgid "lp: Priority must be between 1 and 100.\n" +#~ msgstr "lp: Priorität muss zwischen 1 und 100 sein.\n" -#, c-format -msgid "Missing value on line %d!\n" -msgstr "Vermisse Wert in Zeile %d!\n" +#~ msgid "lp: Too many files - \"%s\"\n" +#~ msgstr "lp: Zu viele Dateien - \"%s\"\n" -#, c-format -msgid "Missing double quote on line %d!\n" -msgstr "Vermisse doppelte Anführungszeichen in Zeile %d!\n" +#~ msgid "lp: Unable to access \"%s\" - %s\n" +#~ msgstr "lp: Zugriff auf \"%s\" nicht möglich - %s\n" -#, c-format -msgid "Bad option + choice on line %d!\n" -msgstr "Falscher Parameter + Auswahl in Zeile %d!\n" +#~ msgid "lp: Unknown option '%c'!\n" +#~ msgstr "lp: Unbekannter Parameter '%c'!\n" -#, c-format -msgid "Unable to copy Windows 2000 printer driver files (%d)!\n" -msgstr "Kann Windows 2000 Druckertreiberdateien nicht kopieren (%d)!\n" +#~ msgid "lp: Warning - character set option ignored!\n" +#~ msgstr "lp: Warnung - Parameter für Zeichnsatz wird ignoriert!\n" -#, c-format -msgid "Unable to copy CUPS printer driver files (%d)!\n" -msgstr "Kann CUPS Druckertreiberdateien nicht kopieren (%d)!\n" +#~ msgid "lp: Warning - content type option ignored!\n" +#~ msgstr "lp: Warnung - Parameter für Inhaltstyp ignoriert!\n" -#, c-format -msgid "Unable to install Windows 2000 printer driver files (%d)!\n" -msgstr "Kann Windows 2000 Druckertreiberdateien nicht installieren (%d)!\n" +#~ msgid "lp: Warning - mode option ignored!\n" +#~ msgstr "lp: Warnung - Parameter für Modus ignoriert!\n" -#, c-format -msgid "Unable to copy Windows 9x printer driver files (%d)!\n" -msgstr "Kann Windows 9x Druckertreiberdateien nicht kopieren (%d)!\n" +#~ msgid "" +#~ "lp: error - %s environment variable names non-existent destination \"%s" +#~ "\"!\n" +#~ msgstr "" +#~ "lp: Fehler - Umgebungsvariable %s enhält nicht vorhandenes Ziel \"%s\"!\n" -#, c-format -msgid "Unable to install Windows 9x printer driver files (%d)!\n" -msgstr "Kann Windows 9x Druckertreiberdateien nicht installieren (%d)!\n" +#~ msgid "lp: error - no default destination available.\n" +#~ msgstr "lp: Fehler - Kein Standardziel vorhanden.\n" -msgid "No Windows printer drivers are installed!\n" -msgstr "Keine Windows Druckertreiber installiert!\n" +#~ msgid "lp: error - scheduler not responding!\n" +#~ msgstr "lp: Fehler - Scheduler antwortet nicht!\n" -msgid "Warning, no Windows 2000 printer drivers are installed!\n" -msgstr "Warnung, keine Windows 2000 Druckertreiber installiert!\n" +#~ msgid "lp: error - unable to write to temporary file \"%s\" - %s\n" +#~ msgstr "lp: Fehler - Kann nicht in temporäre Datei \"%s\" schreiben - %s\n" -#, c-format -msgid "Unable to set Windows printer driver (%d)!\n" -msgstr "Kann Windows Druckertreiber nicht setzen (%d)!\n" +#~ msgid "lp: restart-job failed: %s\n" +#~ msgstr "lp: restart-job fehlgeschlagen: %s\n" -msgid "" -"Usage: cupsaddsmb [options] printer1 ... printerN\n" -" cupsaddsmb [options] -a\n" -"\n" -"Options:\n" -" -E Encrypt the connection to the server\n" -" -H samba-server Use the named SAMBA server\n" -" -U samba-user Authenticate using the named SAMBA user\n" -" -a Export all printers\n" -" -h cups-server Use the named CUPS server\n" -" -v Be verbose (show commands)\n" -msgstr "" -"Benutzung: cupsaddsmb [Parameter] Drucker1 ... DruckerN\n" -" cupsaddsmb [Parameter] -a\n" -"\n" -"Options:\n" -" -E Verbindung zum Server verschlüsseln\n" -" -H Samba-Server Benutze den angegebenen Samba Server\n" -" -U Samba-Benutzer Authentifiziere mit dem angegebenen Samba Benutzer\n" -" -a Alle Drucker bereitstellen\n" -" -h CUPS-Server Benutze den angegebenen CUPS Server\n" -" -v zusätzliche Ausgaben einschalten (zeige Befehle)\n" +#~ msgid "lp: set-job-attributes failed: %s\n" +#~ msgstr "lp: set-job-attributes fehlgeschlagen: %s\n" -#, c-format -msgid "Unable to copy Windows 2000 printer driver files (%d)!" -msgstr "Kann Windows 2000 Druckertreiberdateien nicht kopieren (%d)!" +#~ msgid "lp: stdin is empty, so no job has been sent.\n" +#~ msgstr "lp: stdin ist leer, somit wurde kein Auftrag gesendet.\n" -#, c-format -msgid "Unable to copy CUPS printer driver files (%d)!" -msgstr "Kann CUPS Druckertreiberdateien nicht kopieren (%d)!" +#~ msgid "lp: unable to create temporary file \"%s\" - %s\n" +#~ msgstr "lp: Kann temporäre Datei \"%s\" nicht erstellen - %s\n" -#, c-format -msgid "Unable to install Windows 2000 printer driver files (%d)!" -msgstr "Kann Windows 2000 Druckertreiberdateien nicht installieren (%d)!" +#~ msgid "lp: unable to print file: %s\n" +#~ msgstr "lp: Kann Datei nicht drucken: %s\n" -#, c-format -msgid "Unable to copy Windows 9x printer driver files (%d)!" -msgstr "Kann Windows 9x Druckertreiberdateien nicht kopieren (%d)!" +#~ msgid "lpadmin: %s failed: %s\n" +#~ msgstr "lpadmin: %s fehlgeschlagen: %s\n" -#, c-format -msgid "Unable to install Windows 9x printer driver files (%d)!" -msgstr "Kann Windows 9x Druckertreiberdateien nicht installieren (%d)!" +#~ msgid "lpadmin: add-printer (set description) failed: %s\n" +#~ msgstr "" +#~ "lpadmin: Drucker hinzufügen (Setzen der Beschreibung) fehlgeschlagen: %s\n" -msgid "No Windows printer drivers are installed!" -msgstr "Keine Windows Druckertreiber installiert!" +#~ msgid "lpadmin: add-printer (set location) failed: %s\n" +#~ msgstr "lpadmin: Drucker hinzufügen (Setzen des Ortes) fehlgeschlagen: %s\n" -msgid "Warning, no Windows 2000 printer drivers are installed!" -msgstr "Warnung, keine Windows 2000 Druckertreiber installiert!" +#~ msgid "lpadmin: add-printer (set model) failed: %s\n" +#~ msgstr "lpadmin: add-printer (Setzen des Modells) fehlgeschlagen: %s\n" -#, c-format -msgid "open of %s failed: %s" -msgstr "öffnen von %s fehlgeschlagen: %s" +#~ msgid "lpinfo: cups-get-devices failed: %s\n" +#~ msgstr "lpinfo: cups-get-devices fehlgeschlagen: %s\n" -#, c-format -msgid "Running command: %s %s -N -A %s -c '%s'\n" -msgstr "Befehl wird ausgeführt: %s %s -N -A %s -c '%s'\n" +#~ msgid "lpinfo: cups-get-ppds failed: %s\n" +#~ msgstr "lpinfo: cups-get-ppds fehlgeschlagen: %s\n" -#, c-format -msgid "stat of %s failed: %s" -msgstr "Prüfung von %s fehlgeschlagen: %s" +#~ msgid "lpmove: move-job failed: %s\n" +#~ msgstr "lpmove: move-job fehlgeschlagen: %s\n" -#, c-format -msgid "Job #%d is already cancelled - can't cancel." -msgstr "Auftrag #%d wurde bereits abgebrochen - abbrechen nicht möglich." +#~ msgid "lpoptions: Destination %s has no PPD file!\n" +#~ msgstr "lpoptions: Ziel %s hat keine PPD Datei!\n" -#, c-format -msgid "Job #%d is already aborted - can't cancel." -msgstr "Auftrag #%d wurde bereits abgebrochen - abbrechen nicht möglich." +#~ msgid "lpq: Unable to contact server!\n" +#~ msgstr "lpq: Kann Server nicht kontaktieren!\n" -#, c-format -msgid "Job #%d is already completed - can't cancel." -msgstr "Auftrag #%d wurde bereits beendet - abbrechen nicht möglich." +#~ msgid "lpq: Unknown destination \"%s\"!\n" +#~ msgstr "lpq: Unbekanntes Ziel \"%s\"!\n" -#, c-format -msgid "" -"You must access this page using the URL https://%" -"s:%d%s." -msgstr "" -"Um auf diese Seite zuzugreifen müssen Sie die URL https://%s:%d%s verwenden." +#~ msgid "lpq: Unknown destination \"%s/%s\"!\n" +#~ msgstr "lpq: Unbekanntes Ziel \"%s/%s\"!\n" -#, c-format -msgid "Unsupported format '%s'!" -msgstr "Nicht unterstütztes Format '%s'!" +#~ msgid "lpq: error - no default destination available.\n" +#~ msgstr "lpq: Fehler - kein Standardziel verfügbar.\n" -msgid "FAIL\n" -msgstr "FEHLGESCHLAGEN\n" +#~ msgid "lpq: get-jobs failed: %s\n" +#~ msgstr "lpq: get-jobs fehlgeschlagen: %s\n" -#, c-format -msgid "" -" Line %d is longer than 255 characters (%d)!\n" -" REF: Page 25, Line Length\n" -msgstr "" -" Zeile %d ist länger als 255 Zeichen (%d)!\n" -" REF: Seite 25, Zeilenlänge\n" +#~ msgid "lpq: get-printer-attributes failed: %s\n" +#~ msgstr "lpq: get-printer-attributes fehlgeschlagen: %s\n" -msgid "" -" Missing %!PS-Adobe-3.0 on first line!\n" -" REF: Page 17, 3.1 Conforming Documents\n" -msgstr "" -" Vermisse %!PS-Adobe-3.0 in der ersten Zeile!\n" -" REF: Seite 17, 3.1 Den Konventionen entsprechende Dokumente\n" +#~ msgid "" +#~ "lpr: error - %s environment variable names non-existent destination \"%s" +#~ "\"!\n" +#~ msgstr "" +#~ "lpr: Fehler - Die Umgebungsvariable %s beinhaltet das nicht vorhandene " +#~ "Ziel \"%s\"!\n" -#, c-format -msgid "" -" Bad %%%%Pages: on line %d!\n" -" REF: Page 43, %%%%Pages:\n" -msgstr "" -" Falsche %%%%Pages: in Zeile %d!\n" -" REF: Seite 43, %%%%Pages:\n" +#~ msgid "lpr: error - expected copy count after -# option!\n" +#~ msgstr "lpr: Fehler - Erwarte Kopienanzahl hinter dem Parameter -#!\n" -#, c-format -msgid "" -" Bad %%%%BoundingBox: on line %d!\n" -" REF: Page 39, %%%%BoundingBox:\n" -msgstr "" -" Falsche %%%%BoundingBox: in Zeile %d!\n" -" REF: Seite 39, %%%%BoundingBox:\n" +#~ msgid "lpr: error - expected destination after -P option!\n" +#~ msgstr "lpr: Fehler - Erwarte Ziel hinter dem Parameter -P!\n" -#, c-format -msgid "" -" Bad %%%%Page: on line %d!\n" -" REF: Page 53, %%%%Page:\n" -msgstr "" -" Falsche %%%%Page: in Zeile %d!\n" -" REF: Seite 53, %%%%Page:\n" +#~ msgid "lpr: error - expected name after -%c option!\n" +#~ msgstr "lpr: Fehler - Erwarte Name hinter dem Parameter -%c!\n" -#, c-format -msgid "" -" Missing or bad %%BoundingBox: comment!\n" -" REF: Page 39, %%BoundingBox:\n" -msgstr "" -" Vermisster oder falscher %%BoundingBox: Kommentar!\n" -" REF: Seite 39, %%BoundingBox:\n" +#~ msgid "lpr: error - expected option=value after -o option!\n" +#~ msgstr "lpr: Fehler - Erwarte Parameter=Wert hinter dem Parameter -o!\n" -#, c-format -msgid "" -" Missing or bad %%Pages: comment!\n" -" REF: Page 43, %%Pages:\n" -msgstr "" -" Vermisster oder Falscher %%Pages: Kommentar!\n" -" REF: Seite 43, %%Pages:\n" +#~ msgid "lpr: error - expected username after -U option!\n" +#~ msgstr "lpr: Fehler - Erwarte Benutzername hinter dem Parameter -U!\n" -#, c-format -msgid "" -" Missing %%EndComments comment!\n" -" REF: Page 41, %%EndComments\n" -msgstr "" -" Vermisster %%EndComments Kommentar!\n" -" REF: Seite 41, %%EndComments\n" +#~ msgid "lpr: error - expected value after -%c option!\n" +#~ msgstr "lpr: Fehler - Es wird ein Wert hinter dem Parameter -%c erwartet!\n" -#, c-format -msgid "" -" Missing or bad %%Page: comments!\n" -" REF: Page 53, %%Page:\n" -msgstr "" -" Vermisste oder falsche %%Page: Kommentare!\n" -" REF: Seite 53, %%Page:\n" +#~ msgid "lpr: error - no default destination available.\n" +#~ msgstr "lpr: Fehler - Kein Standardziel verfügbar.\n" -#, c-format -msgid " Too many %%EndDocument comments!\n" -msgstr " Zu viele %%EndDocument Kommentare!\n" +#~ msgid "lpr: error - scheduler not responding!\n" +#~ msgstr "lpr: Fehler - Scheduler antwortet nicht!\n" -#, c-format -msgid " Too many %%BeginDocument comments!\n" -msgstr " Zu viele %%BeginDocument Kommentare!\n" +#~ msgid "lpr: error - stdin is empty, so no job has been sent.\n" +#~ msgstr "lpr: Fehler - stdin ist leer, kein Auftrag gesendet.\n" -#, c-format -msgid " Saw %d lines that exceeded 255 characters!\n" -msgstr " Sah %d Zeilen welche 255 Zeichen überschreiten!\n" +#~ msgid "lpr: error - too many files - \"%s\"\n" +#~ msgstr "lpr: Fehler - Zu viele Dateien \"%s\"\n" -msgid "PASS\n" -msgstr "PASS\n" +#~ msgid "lpr: error - unable to access \"%s\" - %s\n" +#~ msgstr "lpr: Fehler - Zugriff nicht möglich auf \"%s\" - %s\n" -msgid " Warning: file contains binary data!\n" -msgstr " Warnung: Datei enthält binäre Daten!\n" +#~ msgid "lpr: error - unable to create temporary file \"%s\" - %s\n" +#~ msgstr "lpr: Fehler - Kann temporäre Datei \"%s\" nicht erstellen - %s\n" -#, c-format -msgid " Warning: obsolete DSC version %.1f in file!\n" -msgstr " Warnung: obsolete DSC Version %.1f in Datei!\n" +#~ msgid "lpr: error - unable to print file: %s\n" +#~ msgstr "lpr: Fehler - Kann Datei nicht drucken: %s\n" -#, c-format -msgid " Warning: no %%EndComments comment in file!\n" -msgstr " Warnung: keine %%EndComments Kommentare in Datei!\n" +#~ msgid "lpr: error - unable to write to temporary file \"%s\" - %s\n" +#~ msgstr "" +#~ "lpr: Fehler - Kann nicht in die temporäre Datei \"%s\" schreiben - %s\n" -msgid "" -"Usage: cupstestdsc [options] filename.ps [... filename.ps]\n" -" cupstestdsc [options] -\n" -"\n" -"Options:\n" -"\n" -" -h Show program usage\n" -"\n" -" Note: this program only validates the DSC comments, not the PostScript " -"itself.\n" -msgstr "" -"Benutzung: cupstestdsc [Parameter] Dateiname.ps [... Dateiname.ps]\n" -" cupstestdsc [Parameter] -\n" -"\n" -"Parameter:\n" -"\n" -" -h Zeige Gebrauchsanleitung\n" -"\n" -" Notiz: Dieses Programm validiert nur die DSC Kommentare, nicht das " -"PostScript selbst.\n" +#~ msgid "lpr: error - unknown option '%c'!\n" +#~ msgstr "lpr: Fehler - Unbekannter Parameter '%c'!\n" -#, c-format -msgid "Password for %s on %s? " -msgstr "Passwort für %s auf %s? " +#~ msgid "" +#~ "lpr: warning - '%c' format modifier not supported - output may not be " +#~ "correct!\n" +#~ msgstr "" +#~ "lpr: Warnung - Formatangabe '%c' nicht unterstützt - Ausgabe evtl. " +#~ "fehlerhaft!\n" -msgid "" -" **FAIL** 1284DeviceId must be 1284DeviceID!\n" -" REF: Page 72, section 5.5\n" -msgstr "" -" **FEHLGESCHLAGEN** 1284DeviceId muss 1284DeviceID sein!\n" -" REF: Seite 72, Kapitel 5.5\n" +#~ msgid "lpr: warning - email notification is not currently supported!\n" +#~ msgstr "" +#~ "lpr: Warnung - Email Benachrichtigung wird zurzeit nicht unterstützt!\n" -#, fuzzy, c-format -msgid "Missing value on line %d!" -msgstr "Vermisse Wert in Zeile %d!\n" +#~ msgid "lprm: Job or printer not found!\n" +#~ msgstr "lprm: Auftrag oder Drucker nicht gefunden!\n" -#, fuzzy, c-format -msgid "Missing double quote on line %d!" -msgstr "Vermisse doppelte Anführungszeichen in Zeile %d!\n" +#~ msgid "lprm: Not authorized to lprm job(s)!\n" +#~ msgstr "lprm: Keine Berechtigung um Aufträge zu löschen!\n" -#, fuzzy, c-format -msgid "Bad option + choice on line %d!" -msgstr "Falscher Parameter + Auswahl in Zeile %d!\n" +#~ msgid "lprm: Unable to cancel job(s)!\n" +#~ msgstr "lprm: Kann keine Aufträge abbrechen!\n" -#, fuzzy -msgid "Empty PPD file!" -msgstr "Kann PPD Datei nicht kopieren!" +#~ msgid "lprm: Unable to lprm job(s)!\n" +#~ msgstr "lprm: Kann keine Aufträge löschen!\n" -#, fuzzy, c-format -msgid "Unable to set Windows printer driver (%d)!" -msgstr "Kann Windows Druckertreiber nicht setzen (%d)!\n" +#~ msgid "lprm: Unknown destination \"%s\"!\n" +#~ msgstr "lprm: Unbekanntes Ziel \"%s\"\n" -#, fuzzy, c-format -msgid "Unable to run \"%s\": %s\n" -msgstr "cupsaddsmb: Kann \"%s\" nicht ausführen: %s\n" +#~ msgid "lprm: Unknown option '%c'!\n" +#~ msgstr "lprm: Unbekannter Parameter '%c'!\n" -#, fuzzy -msgid "" -"Enter your username and password or the root username and password to access " -"this page. If you are using Kerberos authentication, make sure you have a " -"valid Kerberos ticket." -msgstr "" -"Für Zugang Benutzername und Passwort (oder Benutzername und Passwort für " -"root) eingeben." +#~ msgid "lprm: You don't own job ID %d!\n" +#~ msgstr "lprm: Ihnen gehört die Auftrags ID %d nicht!\n" -#, fuzzy, c-format -msgid "Job #%d is already canceled - can't cancel." -msgstr "Auftrag #%d wurde bereits abgebrochen - abbrechen nicht möglich." +#~ msgid "lpstat: Invalid destination name in list \"%s\"!\n" +#~ msgstr "lpstat: Ungültiger Zielname in der Liste \"%s\"!\n" -#, c-format -msgid "Bad notify-recipient URI \"%s\"!" -msgstr "" +#~ msgid "lpstat: Need \"completed\" or \"not-completed\" after -W!\n" +#~ msgstr "lpstat: Braucht \"completed\" oder \"not-completed\" hinter -W!\n" -#, c-format -msgid "notify-recipient URI \"%s\" uses unknown scheme!" -msgstr "" +#~ msgid "" +#~ "lpstat: Need \"completed\", \"not-completed\", or \"all\" after -W!\n" +#~ msgstr "" +#~ "lpstat: Brauche \"completed\", \"not-completed\", oder \"all\" hinter dem " +#~ "Parameter -W!\n" -#, fuzzy, c-format -msgid "Bad notify-pull-method \"%s\"!" -msgstr "Falscher port-monitor \"%s\"!" +#~ msgid "lpstat: The -b option requires a destination argument.\n" +#~ msgstr "lpstat: Der Parameter -b benötigt ein Zielargument.\n" -#, fuzzy, c-format -msgid "" -" **FAIL** %s must be 1284DeviceID!\n" -" REF: Page 72, section 5.5\n" -msgstr "" -" **FEHLGESCHLAGEN** 1284DeviceId muss 1284DeviceID sein!\n" -" REF: Seite 72, Kapitel 5.5\n" +#~ msgid "lpstat: Unable to connect to server %s on port %d: %s\n" +#~ msgstr "lpstat: Kann Server %s auf Port %d nicht erreichen: %s\n" -#, fuzzy, c-format -msgid " %d ERRORS FOUND\n" -msgstr " %d FEHLER%s GEFUNDEN\n" +#~ msgid "lpstat: Unknown destination \"%s\"!\n" +#~ msgstr "lpstat: Unbekanntes Ziel \"%s\"!\n" -#, fuzzy, c-format -msgid "lpoptions: Unable to get PPD file for %s: %s\n" -msgstr "lpoptions: Kann PPD für %s nicht öffnen!\n" +#~ msgid "lpstat: Unknown option '%c'!\n" +#~ msgstr "lpstat: Unbekannter Parameter '%c'!\n" + +#~ msgid "lpstat: get-classes failed: %s\n" +#~ msgstr "lpstat: get-classes fehlgeschlagen: %s\n" + +#~ msgid "lpstat: get-jobs failed: %s\n" +#~ msgstr "lpstat: get-jobs fehlgeschlagen: %s\n" + +#~ msgid "lpstat: get-printers failed: %s\n" +#~ msgstr "lpstat: get-printers fehlgeschlagen: %s\n" diff --git a/locale/cups_es.po b/locale/cups_es.po index a66c2ef7f..b5158175f 100644 --- a/locale/cups_es.po +++ b/locale/cups_es.po @@ -25,7 +25,7 @@ msgid "" msgstr "" "Project-Id-Version: CUPS 1.2\n" "Report-Msgid-Bugs-To: http://www.cups.org/str.php\n" -"POT-Creation-Date: 2007-01-23 09:44-0500\n" +"POT-Creation-Date: 2007-03-30 16:49-0400\n" "PO-Revision-Date: 2007-01-29 22:21+0100\n" "Last-Translator: Juan Pablo González Riopedre \n" "Language-Team: Spanish\n" @@ -33,1782 +33,2488 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -msgid "Options Installed" -msgstr "Opciones instaladas" - -msgid "Class" -msgstr "Clase" +msgid "\t\t(all)\n" +msgstr "\t\t(todos)\n" -msgid "Printer" -msgstr "Impresora" +msgid "\t\t(none)\n" +msgstr "\t\t(ninguno)\n" -msgid "Extra" -msgstr "Extra" +#, c-format +msgid "\t%d entries\n" +msgstr "\t%d entradas\n" -msgid "General" -msgstr "General" +msgid "\tAfter fault: continue\n" +msgstr "\tTras fallo: continuar\n" -msgid "Media Size" -msgstr "Tamaño de papel" +msgid "\tAlerts:" +msgstr "\tAlertas:" -msgid "Media Type" -msgstr "Tipo de papel" +msgid "\tBanner required\n" +msgstr "\tSe necesita un banner\n" -msgid "Media Source" -msgstr "Fuente del papel" +msgid "\tCharset sets:\n" +msgstr "\tAjustes del juego de caracteres:\n" -msgid "Output Mode" -msgstr "Modo de salida" +msgid "\tConnection: direct\n" +msgstr "\tConexión: directa\n" -msgid "Resolution" -msgstr "Resolución" +msgid "\tConnection: remote\n" +msgstr "\tConexión: remota\n" -msgid "Variable" -msgstr "Variable" +msgid "\tDefault page size:\n" +msgstr "\tTamaño de página predeterminado:\n" -msgid "Yes" -msgstr "Si" +msgid "\tDefault pitch:\n" +msgstr "\tPaso predeterminado:\n" -msgid "No" -msgstr "No" +msgid "\tDefault port settings:\n" +msgstr "\tAjustes del puerto predeterminados:\n" -msgid "Auto" -msgstr "Auto" +#, c-format +msgid "\tDescription: %s\n" +msgstr "\tDescripción: %s\n" -msgid "Enter your username and password or the root username and password to access this page." -msgstr "Introduzca su nombre de usuario y contraseña o el nombre de usuario y contraseña de root para poder acceder a esta página." +msgid "" +"\tForm mounted:\n" +"\tContent types: any\n" +"\tPrinter types: unknown\n" +msgstr "" +"\tFormulario montado:\n" +"\tTipos de contenido: cualquiera\n" +"\tTipos de impresora: desconocido\n" -msgid "You must use a https: URL to access this page." -msgstr "Debe escribir un URL https para acceder a esta página." +msgid "\tForms allowed:\n" +msgstr "\tFormularios permitidos:\n" #, c-format -msgid "Bad request version number %d.%d!" -msgstr "Petición incorrecta de número de versión %d.%d." - -msgid "No attributes in request!" -msgstr "No hay atributos en la solicitud." +msgid "\tInterface: %s.ppd\n" +msgstr "\tInterfaz: %s.ppd\n" #, c-format -msgid "Attribute groups are out of order (%x < %x)!" -msgstr "Los grupos de atributos no están ordenados (%x < %x)." - -msgid "Missing required attributes!" -msgstr "Faltan atributos necesarios." +msgid "\tInterface: %s/interfaces/%s\n" +msgstr "\tInterfaz: %s/interfaces/%s\n" #, c-format -msgid "%s not supported!" -msgstr "No se admite el uso de %s." - -msgid "The printer or class was not found." -msgstr "No se ha encontrado la impresora o la clase." - -msgid "The printer-uri must be of the form \"ipp://HOSTNAME/classes/CLASSNAME\"." -msgstr "El printer-uri debe ser de la forma \"ipp://NOMBRE_ORDENADOR/classes/NOMBRE_CLASE\"." +msgid "\tInterface: %s/ppd/%s.ppd\n" +msgstr "\tInterfaz: %s/ppd/%s.ppd\n" #, c-format -msgid "The printer-uri \"%s\" contains invalid characters." -msgstr "El printer-uri \"%s\" contiene caracteres incorrectos." +msgid "\tLocation: %s\n" +msgstr "\tUbicación: %s\n" -#, c-format -msgid "A printer named \"%s\" already exists!" -msgstr "Ya existe una impresora llamada \"%s\"." +msgid "\tOn fault: no alert\n" +msgstr "\tEn fallo: no alertar\n" -#, c-format -msgid "Attempt to set %s printer-state to bad value %d!" -msgstr "Se ha intentado cambiar el valor printer-state de %s a un valor incorrecto %d." +msgid "\tUsers allowed:\n" +msgstr "\tUsuarios permitidos:\n" -#, c-format -msgid "add_class: Unknown printer-op-policy \"%s\"." -msgstr "add_class: printer-op-policy \"%s\" desconocido." +msgid "\tUsers denied:\n" +msgstr "\tUsuarios denegados:\n" -#, c-format -msgid "add_class: Unknown printer-error-policy \"%s\"." -msgstr "add_class: printer-error-policy \"%s\" desconocido." +msgid "\tdaemon present\n" +msgstr "\tdemonio presente\n" -msgid "Unable to allocate memory for file types!" -msgstr "No se ha podido reservar memoria para tipos de archivo." +msgid "\tno entries\n" +msgstr "\tno hay entradas\n" #, c-format -msgid "Character set \"%s\" not supported!" -msgstr "No se admite el uso del juego de caracteres \"%s\"." +msgid "\tprinter is on device '%s' speed -1\n" +msgstr "\tla impresora está conectada a '%s' velocidad -1\n" -#, c-format -msgid "Language \"%s\" not supported!" -msgstr "No se admite el uso del idioma \"%s\"." +msgid "\tprinting is disabled\n" +msgstr "\tla impresión está desactivada\n" + +msgid "\tprinting is enabled\n" +msgstr "\tla impresión está activada\n" #, c-format -msgid "The notify-user-data value is too large (%d > 63 octets)!" -msgstr "El valor notify-user-data es demasiado grande (%d > 63 octetos)." +msgid "\tqueued for %s\n" +msgstr "\ten cola para %s\n" -msgid "The notify-lease-duration attribute cannot be used with job subscriptions." -msgstr "El atributo notify-lease-duration no puede ser usado con subscripciones de trabajos." +msgid "\tqueuing is disabled\n" +msgstr "\tla cola está desactivada\n" -msgid "The printer-uri must be of the form \"ipp://HOSTNAME/printers/PRINTERNAME\"." -msgstr "El printer-uri debe ser de la forma \"ipp://NOMBRE_ORDENADOR/printers/NOMBRE_IMPRESORA\"." +msgid "\tqueuing is enabled\n" +msgstr "\tla cola está activada\n" -#, c-format -msgid "A class named \"%s\" already exists!" -msgstr "Ya existe una clase llamada \"%s\"." +msgid "\treason unknown\n" +msgstr "\trazón desconocida\n" -#, c-format -msgid "File device URIs have been disabled! To enable, see the FileDevice directive in \"%s/cupsd.conf\"." -msgstr "Los URIs del dispositivo de archivo han sido deshabilitados. Para habilitarlos, vea la directiva FileDevice en \"%s/cupsd.conf\"." +msgid "" +"\n" +" DETAILED CONFORMANCE TEST RESULTS\n" +msgstr "" +"\n" +" RESULTADOS DETALLADOS DE LA PRUEBA DE CONFORMIDAD\n" -#, c-format -msgid "Bad device-uri \"%s\"!" -msgstr "device-uri \"%s\" incorrecto." +msgid " REF: Page 15, section 3.1.\n" +msgstr " REF: Página 15, sección 3.1.\n" -#, c-format -msgid "Bad port-monitor \"%s\"!" -msgstr "port-monitor \"%s\" incorrecto." +msgid " REF: Page 15, section 3.2.\n" +msgstr " REF: Página 15, sección 3.2.\n" -#, c-format -msgid "Bad printer-state value %d!" -msgstr "Valor printer-state %d incorrecto." +msgid " REF: Page 19, section 3.3.\n" +msgstr " REF: Página 19, sección 3.3.\n" -#, c-format -msgid "Unknown printer-op-policy \"%s\"." -msgstr "printer-op-policy \"%s\" incorrecto." +msgid " REF: Page 20, section 3.4.\n" +msgstr " REF: Página 20, sección 3.4.\n" -#, c-format -msgid "Unknown printer-error-policy \"%s\"." -msgstr "printer-error-policy \"%s\" incorrecto." +msgid " REF: Page 27, section 3.5.\n" +msgstr " REF: Página 27, sección 3.5.\n" -#, c-format -msgid "Unable to copy interface script - %s!" -msgstr "No se ha podido copiar el script de interface - %s." +msgid " REF: Page 42, section 5.2.\n" +msgstr " REF: Página 42, sección 5.2.\n" -#, c-format -msgid "Unable to copy PPD file - %s!" -msgstr "No se ha podido copiar el archivo PPD - %s." +msgid " REF: Pages 16-17, section 3.2.\n" +msgstr " REF: Páginas 16-17, sección 3.2.\n" -msgid "Unable to copy PPD file!" -msgstr "No se ha podido copiar el archivo PPD." +msgid " REF: Pages 42-45, section 5.2.\n" +msgstr " REF: Páginas 42-45, sección 5.2.\n" -msgid "Got a printer-uri attribute but no job-id!" -msgstr "Se ha obtenido el atributo printer-uri pero no el job-id." +msgid " REF: Pages 45-46, section 5.2.\n" +msgstr " REF: Páginas 45-46, sección 5.2.\n" -#, c-format -msgid "Bad job-uri attribute \"%s\"!" -msgstr "Atributo job-uri \"%s\" incorrecto." +msgid " REF: Pages 48-49, section 5.2.\n" +msgstr " REF: Páginas 48-49, sección 5.2.\n" -#, c-format -msgid "Job #%d doesn't exist!" -msgstr "El trabajo #%d no existe." +msgid " REF: Pages 52-54, section 5.2.\n" +msgstr " REF: Páginas 52-54, sección 5.2.\n" #, c-format -msgid "Job #%d is not held for authentication!" -msgstr "El trabajo #%d no está retenido para autentificación." +msgid " %-39.39s %.0f bytes\n" +msgstr " %-39.39s %.0f bytes\n" #, c-format -msgid "You are not authorized to authenticate job #%d owned by \"%s\"!" -msgstr "No tiene permiso para autentificar el trabajo #%d que pertenece a \"%s\"." +msgid " PASS Default%s\n" +msgstr " PASA %s predeterminado\n" -msgid "The printer-uri attribute is required!" -msgstr "Se necesita el atributo printer-uri." +msgid " PASS DefaultImageableArea\n" +msgstr " PASA DefaultImageableArea\n" -msgid "Missing requesting-user-name attribute!" -msgstr "Falta el atributo requesting-user-name." +msgid " PASS DefaultPaperDimension\n" +msgstr " PASA DefaultPaperDimension\n" -#, c-format -msgid "The printer-uri \"%s\" is not valid." -msgstr "El printer-uri \"%s\" no es válido." +msgid " PASS FileVersion\n" +msgstr " PASA FileVersion\n" -#, c-format -msgid "No active jobs on %s!" -msgstr "No hay trabajos activos en %s." +msgid " PASS FormatVersion\n" +msgstr " PASA FormatVersion\n" -#, c-format -msgid "You are not authorized to delete job #%d owned by \"%s\"!" -msgstr "No tiene permiso para borrar el trabajo #%d que pertenece a \"%s\"." +msgid " PASS LanguageEncoding\n" +msgstr " PASA LanguageEncoding\n" -#, c-format -msgid "Job #%d is already %s - can't cancel." -msgstr "El trabajo #%d ya está %s - no se puede cancelar." +msgid " PASS LanguageVersion\n" +msgstr " PASA LanguageVersion\n" -msgid "The printer or class is not shared!" -msgstr "La impresora o clase no está compartida." +msgid " PASS Manufacturer\n" +msgstr " PASA Manufacturer\n" -#, c-format -msgid "Destination \"%s\" is not accepting jobs." -msgstr "El destino %s no está aceptando trabajos." +msgid " PASS ModelName\n" +msgstr " PASA ModelName\n" -#, c-format -msgid "Bad copies value %d." -msgstr "Valor de copias %d incorrecto." +msgid " PASS NickName\n" +msgstr " PASA NickName\n" -#, c-format -msgid "Bad page-ranges values %d-%d." -msgstr "Valores de page-ranges %d-%d incorrectos." +msgid " PASS PCFileName\n" +msgstr " PASA PCFileName\n" -msgid "Too many active jobs." -msgstr "Demasiados trabajos activos." +msgid " PASS PSVersion\n" +msgstr " PASA PSVersion\n" -msgid "Quota limit reached." -msgstr "Se ha alcanzado el límite de cuota." +msgid " PASS PageRegion\n" +msgstr " PASA PageRegion\n" -#, c-format -msgid "Unable to add job for destination \"%s\"!" -msgstr "No se ha podido añadir el trabajo para el destino \"%s\"." +msgid " PASS PageSize\n" +msgstr " PASA PageSize\n" -msgid "No subscription attributes in request!" -msgstr "No hay atributos de subscripción en la solicitud." +msgid " PASS Product\n" +msgstr " PASA Product\n" -msgid "notify-events not specified!" -msgstr "notify-events no especificado." +msgid " PASS ShortNickName\n" +msgstr " PASA ShortNickName\n" #, c-format -msgid "Job %d not found!" -msgstr "No se ha encontrado el trabajo %d." - -msgid "No default printer" -msgstr "No hay impresora predeterminada" - -msgid "cups-deviced failed to execute." -msgstr "Ha fallado al ejecutarse cups-deviced." - -msgid "cups-driverd failed to execute." -msgstr "Ha fallado al ejecutarse cups-driverd." - -msgid "No destinations added." -msgstr "No se han añadido destinos." - -#, c-format -msgid "notify-subscription-id %d no good!" -msgstr "notify-subscription-id %d incorrecto." +msgid "" +" WARN \"%s %s\" conflicts with \"%s %s\"\n" +" (constraint=\"%s %s %s %s\")\n" +msgstr "" +" ADVERTENCIA \"%s %s\" está en conflicto con \"%s %s\"\n" +" (restricción=\"%s %s %s %s\")\n" #, c-format -msgid "Job #%s does not exist!" -msgstr "El trabajo #%s no existe." +msgid " WARN %s has no corresponding options!\n" +msgstr " ADVERTENCIA %s tiene opciones que no corresponden.\n" #, c-format -msgid "Job #%d does not exist!" -msgstr "El trabajo #%d no existe." - -msgid "No subscriptions found." -msgstr "No se han encontrado subscripciones." +msgid "" +" WARN %s shares a common prefix with %s\n" +" REF: Page 15, section 3.2.\n" +msgstr "" +" ADVERTENCIA %s comparte un prefijo común con %s\n" +" REF: Página 15, sección 3.2.\n" -#, c-format -msgid "Not authorized to hold job #%d owned by \"%s\"!" -msgstr "No está autorizado a retener el trabajo #%d que pertenece a \"%s\"." +msgid " WARN Default choices conflicting!\n" +msgstr "" +" ADVERTENCIA Las preferencias predeterminadas están en conflicto.\n" #, c-format -msgid "Job #%d is finished and cannot be altered!" -msgstr "El trabajo #%d ha terminado y no puede ser modificado." +msgid "" +" WARN Duplex option keyword %s should be named Duplex or " +"JCLDuplex!\n" +" REF: Page 122, section 5.17\n" +msgstr "" +" ADVERTENCIA Clave de opción Duplex %s debería llamarse Duplex o " +"JCLDuplex.\n" +" REF: Página 122, sección 5.17\n" -#, c-format -msgid "You are not authorized to move job #%d owned by \"%s\"!" -msgstr "No está autorizado a mover el trabajo#%d que pertenece a \"%s\"." +msgid "" +" WARN File contains a mix of CR, LF, and CR LF line endings!\n" +msgstr "" +" ADVERTENCIA El archivo contiene una mezcla de líneas acabadas en " +"CR, LF y CR LF.\n" -msgid "job-printer-uri attribute missing!" -msgstr "Atributo job-printer-uri desaparecido." +msgid "" +" WARN LanguageEncoding required by PPD 4.3 spec.\n" +" REF: Pages 56-57, section 5.3.\n" +msgstr "" +" ADVERTENCIA Se necesita LanguageEncoding por especificación de " +"PPD 4.3.\n" +" REF: Páginas 56-57, sección 5.3.\n" #, c-format -msgid "Unsupported compression \"%s\"!" -msgstr "No se admite el uso de la compresión \"%s\"." +msgid " WARN Line %d only contains whitespace!\n" +msgstr " ADVERTENCIA La línea %d solo contiene espacios en blanco.\n" -msgid "No file!?!" -msgstr "¡¿¡No hay archivo!?!" +msgid "" +" WARN Manufacturer required by PPD 4.3 spec.\n" +" REF: Pages 58-59, section 5.3.\n" +msgstr "" +" ADVERTENCIA Se necesita Manufacturer por especificación de PPD " +"4.3.\n" +" REF: Páginas 58-59, seccion 5.3.\n" -#, c-format -msgid "Could not scan type \"%s\"!" -msgstr "No se puede analizar el tipo \"%s\"." +msgid "" +" WARN Non-Windows PPD files should use lines ending with only LF, " +"not CR LF!\n" +msgstr "" +" ADVERTENCIA Los archivos PPD que no sean de Windows deben tener " +"líneas que acaben sólo en LF, no en CR LF.\n" #, c-format -msgid "Unsupported format '%s/%s'!" -msgstr "No se admite el uso del formato '%s/%s'." - -msgid "Printer not shared!" -msgstr "La impresora no está compartida." +msgid "" +" WARN Obsolete PPD version %.1f!\n" +" REF: Page 42, section 5.2.\n" +msgstr "" +" ADVERTENCIA Versión de PPD %.1f anticuada.\n" +" REF: Página 42, sección 5.2.\n" -#, c-format -msgid "Too many jobs - %d jobs, max jobs is %d." -msgstr "Demasiados trabajos - %d trabajos, el máximo de trabajos es %d." +msgid "" +" WARN PCFileName longer than 8.3 in violation of PPD spec.\n" +" REF: Pages 61-62, section 5.3.\n" +msgstr "" +" ADVERTENCIA PCFileName es mas largo que 8.3 violando la " +"especificación PPD.\n" +" REF: Páginas 61-62, sección 5.3.\n" -#, c-format -msgid "Job #%d is not held!" -msgstr "El trabajo #%d no está retenido." +msgid "" +" WARN Protocols contains PJL but JCL attributes are not set.\n" +" REF: Pages 78-79, section 5.7.\n" +msgstr "" +" ADVERTENCIA Protocols contiene a PJL pero no se especifican los " +"atributos JCL.\n" +" REF: Páginas 78-79, sección 5.7.\n" -#, c-format -msgid "You are not authorized to release job id %d owned by \"%s\"!" -msgstr "No tiene permiso para liberar el trabajo id %d que pertenece a \"%s\"." +msgid "" +" WARN Protocols contains both PJL and BCP; expected TBCP.\n" +" REF: Pages 78-79, section 5.7.\n" +msgstr "" +" ADVERTENCIA Protocols contiene a ambos, PJL y BCP; se esperaba " +"TBCP.\n" +" REF: Páginas 78-79, sección 5.7.\n" -#, c-format -msgid "Job #%d is not complete!" -msgstr "El trabajo #%d no ha sido completado." +msgid "" +" WARN ShortNickName required by PPD 4.3 spec.\n" +" REF: Pages 64-65, section 5.3.\n" +msgstr "" +" ADVERTENCIA Se necesita ShortNickName por especificación de PPD " +"4.3.\n" +" REF: Páginas 64-65, sección 5.3.\n" #, c-format -msgid "Job #%d cannot be restarted - no files!" -msgstr "El trabajo #%d no puede ser reiniciado - no hay archivos." +msgid " **FAIL** %s %s does not exist!\n" +msgstr " **FALLO** %s %s no existe.\n" #, c-format -msgid "You are not authorized to restart job id %d owned by \"%s\"!" -msgstr "No tiene permiso para reiniciar el trabajo id %d que pertenece a \"%s\"." +msgid "" +" **FAIL** %s must be 1284DeviceID!\n" +" REF: Page 72, section 5.5\n" +msgstr "" +" **FALLO** %s debe ser 1284DeviceID.\n" +" REF: Página 72, sección 5.5\n" #, c-format -msgid "You are not authorized to send document for job #%d owned by \"%s\"!" -msgstr "No tiene permiso para enviar el documento para el trabajo #%d que pertenece a \"%s\"." +msgid "" +" **FAIL** BAD Default%s %s\n" +" REF: Page 40, section 4.5.\n" +msgstr "" +" **FALLO** MAL %s %s predeterminado\n" +" REF: Página 40, sección 4.5.\n" #, c-format -msgid "Bad document-format \"%s\"!" -msgstr "document-format \"%s\" incorrecto." +msgid "" +" **FAIL** BAD DefaultImageableArea %s!\n" +" REF: Page 102, section 5.15.\n" +msgstr "" +" **FALLO** MAL DefaultImageableArea %s\n" +" REF: Página 102, sección 5.15.\n" #, c-format -msgid "You are not authorized to alter job id %d owned by \"%s\"!" -msgstr "No tiene permiso para alterar el trabajo id %d que pertenece a \"%s\"." +msgid "" +" **FAIL** BAD DefaultPaperDimension %s!\n" +" REF: Page 103, section 5.15.\n" +msgstr "" +" **FALLO** MAL DefaultPaperDimension %s.\n" +" REF: Página 103, sección 5.15.\n" -#, c-format -msgid "%s cannot be changed." -msgstr "%s no puede ser cambiado." +msgid "" +" **FAIL** BAD JobPatchFile attribute in file\n" +" REF: Page 24, section 3.4.\n" +msgstr "" +" **FALLO** MAL atributo JobPatchFile en archivo\n" +" REF: Página 24, sección 3.4.\n" -msgid "Bad job-priority value!" -msgstr "Valor job-priority incorrecto." +msgid "" +" **FAIL** BAD Manufacturer (should be \"HP\")\n" +" REF: Page 211, table D.1.\n" +msgstr "" +" **FALLO** Fabricante INCORRECTO (debería ser \"HP\")\n" +" REF: Página 211, tabla D.1.\n" -msgid "Job is completed and cannot be changed." -msgstr "El trabajo está terminado y no puede ser cambiado." +#, c-format +msgid "" +" **FAIL** BAD ModelName - \"%c\" not allowed in string.\n" +" REF: Pages 59-60, section 5.3.\n" +msgstr "" +" **FALLO** MAL ModelName - \"%c\" no está permitido en la cadena.\n" +" REF: Páginas 59-60, sección 5.3.\n" -msgid "Bad job-state value!" -msgstr "Valor job-state incorrecto." +msgid "" +" **FAIL** BAD PSVersion - not \"(string) int\".\n" +" REF: Pages 62-64, section 5.3.\n" +msgstr "" +" **FALLO** MAL PSVersion - no es \"(string) int\".\n" +" REF: Páginas 62-64, sección 5.3.\n" -msgid "Job state cannot be changed." -msgstr "No se puede cambiar el estado del trabajo." +msgid "" +" **FAIL** BAD Product - not \"(string)\".\n" +" REF: Page 62, section 5.3.\n" +msgstr "" +" **FALLO** MAL Product - no es \"(string)\".\n" +" REF: Página 62, sección 5.3.\n" -#, c-format -msgid "Unsupported compression attribute %s!" -msgstr "No se admite el uso del atributo de compresión %s." +msgid "" +" **FAIL** BAD ShortNickName - longer than 31 chars.\n" +" REF: Pages 64-65, section 5.3.\n" +msgstr "" +" **FALLO** MAL ShortNickName - mayor de 31 caracteres.\n" +" REF: Páginas 64-65, sección 5.3.\n" #, c-format -msgid "Unsupported format \"%s\"!" -msgstr "No se admite el uso del formato \"%s\"." +msgid "" +" **FAIL** Bad %s choice %s!\n" +" REF: Page 122, section 5.17\n" +msgstr "" +" **FALLO** Preferencia %s incorrecta %s.\n" +" REF: Página 122, sección 5.17\n" #, c-format -msgid "%s is not implemented by the CUPS version of lpc.\n" -msgstr "%s no está implementado en la versión de CUPS de lpc.\n" - msgid "" -"Commands may be abbreviated. Commands are:\n" -"\n" -"exit help quit status ?\n" +" **FAIL** Bad %s choice %s!\n" +" REF: Page 84, section 5.9\n" msgstr "" -"Los comandos se pueden abreviar. Los comandos son:\n" -"\n" -"exit help quit status ?\n" - -msgid "help\t\tget help on commands\n" -msgstr "help\t\tproporciona ayuda sobre los comandos\n" +" **FALLO** Preferencia %s incorrecta %s.\n" +" REF: Página 84, sección 5.9\n" -msgid "status\t\tshow status of daemon and queue\n" -msgstr "status\t\tmuestra el estado del demonio y la cola\n" +#, fuzzy, c-format +msgid " **FAIL** Bad UTF-8 \"%s\" translation string for option %s!\n" +msgstr "" +" **FALLO** Cadena de traducción \"%s\" para opción %s desaparecida.\n" -msgid "?Invalid help command unknown\n" -msgstr "?Ayuda sobre comando desconocido\n" +#, fuzzy, c-format +msgid "" +" **FAIL** Bad UTF-8 \"%s\" translation string for option %s, choice %" +"s!\n" +msgstr "" +" **FALLO** Cadena de traducción \"%s\" para opción %s, preferencia %" +"s.\n" #, c-format -msgid "\tprinter is on device '%s' speed -1\n" -msgstr "\tla impresora está conectada a '%s' velocidad -1\n" - -msgid "\tqueuing is enabled\n" -msgstr "\tla cola está activada\n" - -msgid "\tqueuing is disabled\n" -msgstr "\tla cola está desactivada\n" - -msgid "\tprinting is enabled\n" -msgstr "\tla impresión está activada\n" - -msgid "\tprinting is disabled\n" -msgstr "\tla impresión está desactivada\n" - -msgid "\tno entries\n" -msgstr "\tno hay entradas\n" +msgid " **FAIL** Bad cupsFilter value \"%s\"!\n" +msgstr " **FALLO** Valor cupsFilter incorrecto \"%s\".\n" #, c-format -msgid "\t%d entries\n" -msgstr "\t%d entradas\n" - -msgid "\tdaemon present\n" -msgstr "\tdemonio presente\n" - -msgid "lpq: Unable to contact server!\n" -msgstr "lpq: No se ha podido contactar con el servidor.\n" +msgid " **FAIL** Bad language \"%s\"!\n" +msgstr " **FALLO** Idioma incorrecto \"%s\".\n" #, c-format -msgid "%s: Sorry, no encryption support compiled in!\n" -msgstr "%s: Lo siento, no está compilado el uso de la opción de cifrado.\n" +msgid "" +" **FAIL** Default translation string for option %s choice %s contains " +"8-bit characters!\n" +msgstr "" +" **FALLO** Cadena de traducción predeterminada para opción %s " +"preferencia %s contiene caracteres de 8-bits.\n" #, c-format -msgid "lpq: Unknown destination \"%s/%s\"!\n" -msgstr "lpq: Destino desconocido \"%s/%s\".\n" +msgid "" +" **FAIL** Default translation string for option %s contains 8-bit " +"characters!\n" +msgstr "" +" **FALLO** Cadena de traducción predeterminada para opción %s contiene " +"caracteres de 8-bits.\n" #, c-format -msgid "lpq: Unknown destination \"%s\"!\n" -msgstr "lpq: Destino desconocido \"%s\".\n" +msgid " **FAIL** Missing \"%s\" translation string for option %s!\n" +msgstr "" +" **FALLO** Cadena de traducción \"%s\" para opción %s desaparecida.\n" #, c-format -msgid "lp: error - %s environment variable names non-existent destination \"%s\"!\n" -msgstr "lp: error - los nombres de la variable de entorno %s no existentes en el destino \"%s\".\n" - -msgid "lpq: error - no default destination available.\n" -msgstr "lpq: error - no está disponible el destino predeterminado.\n" +msgid "" +" **FAIL** Missing \"%s\" translation string for option %s, choice %s!\n" +msgstr "" +" **FALLO** Cadena de traducción \"%s\" para opción %s, preferencia %" +"s.\n" #, c-format -msgid "lpq: get-jobs failed: %s\n" -msgstr "lpq: get-jobs ha fallado: %s\n" - -msgid "Rank Owner Pri Job Files Total Size\n" -msgstr "Rango Propiet. Pri Trabajo Archivos Tamaño total\n" - -msgid "Rank Owner Job File(s) Total Size\n" -msgstr "Rango Propiet. Trabajo Archivo(s) Tamaño total\n" +msgid "" +" **FAIL** REQUIRED %s does not define choice None!\n" +" REF: Page 122, section 5.17\n" +msgstr "" +" **FALLO** SE NECESITA %s no define la preferencia None\n" +" REF: Página 122, sección 5.17\n" #, c-format -msgid "%s: %-33.33s [job %d localhost]\n" -msgstr "%s: %-33.33s [trabajo %d localhost]\n" +msgid "" +" **FAIL** REQUIRED Default%s\n" +" REF: Page 40, section 4.5.\n" +msgstr "" +" **FALLO** SE NECESITA %s predeterminado\n" +" REF: Página 40, sección 4.5.\n" -#, c-format -msgid " %-39.39s %.0f bytes\n" -msgstr " %-39.39s %.0f bytes\n" +msgid "" +" **FAIL** REQUIRED DefaultImageableArea\n" +" REF: Page 102, section 5.15.\n" +msgstr "" +" **FALLO** SE NECESITA DefaultImageableArea\n" +" REF: Página 102, sección 5.15.\n" -#, c-format -msgid "%-6s %-10.10s %-4d %-10d %-27.27s %.0f bytes\n" -msgstr "%-6s %-10.10s %-4d %-10d %-27.27s %.0f bytes\n" +msgid "" +" **FAIL** REQUIRED DefaultPaperDimension\n" +" REF: Page 103, section 5.15.\n" +msgstr "" +" **FALLO** SE NECESITA DefaultPaperDimension\n" +" REF: Página 103, sección 5.15.\n" -#, c-format -msgid "%-7s %-7.7s %-7d %-31.31s %.0f bytes\n" -msgstr "%-7s %-7.7s %-7d %-31.31s %.0f bytes\n" +msgid "" +" **FAIL** REQUIRED FileVersion\n" +" REF: Page 56, section 5.3.\n" +msgstr "" +" **FALLO** SE NECESITA FileVersion\n" +" REF: Página 56, sección 5.3.\n" -msgid "no entries\n" -msgstr "no hay entradas\n" +msgid "" +" **FAIL** REQUIRED FormatVersion\n" +" REF: Page 56, section 5.3.\n" +msgstr "" +" **FALLO** SE NECESITA FormatVersion\n" +" REF: Página 56, sección 5.3.\n" #, c-format -msgid "lpq: get-printer-attributes failed: %s\n" -msgstr "lpq: get-printer-attributes ha fallado: %s\n" +msgid "" +" **FAIL** REQUIRED ImageableArea for PageSize %s\n" +" REF: Page 41, section 5.\n" +" REF: Page 102, section 5.15.\n" +msgstr "" +" **FALLO** SE NECESITA ImageableArea para PageSize %s\n" +" REF: Página 41, sección 5.\n" +" REF: Página 102, sección 5.15.\n" -#, c-format -msgid "%s is ready\n" -msgstr "%s está preparada\n" +msgid "" +" **FAIL** REQUIRED LanguageEncoding\n" +" REF: Pages 56-57, section 5.3.\n" +msgstr "" +" **FALLO** SE NECESITA LanguageEncoding\n" +" REF: Páginas 56-57, sección 5.3.\n" -#, c-format -msgid "%s is ready and printing\n" -msgstr "%s está preparada e imprimiendo\n" +msgid "" +" **FAIL** REQUIRED LanguageVersion\n" +" REF: Pages 57-58, section 5.3.\n" +msgstr "" +" **FALLO** SE NECESITA LanguageVersion\n" +" REF: Páginas 57-58, sección 5.3.\n" -#, c-format -msgid "%s is not ready\n" -msgstr "%s no está preparada\n" +msgid "" +" **FAIL** REQUIRED Manufacturer\n" +" REF: Pages 58-59, section 5.3.\n" +msgstr "" +" **FALLO** SE NECESITA Manufacturer\n" +" REF: Páginas 58-59, sección 5.3.\n" -msgid "Usage: lpq [-P dest] [-l] [+interval]\n" -msgstr "Uso: lpq (-P destino) (-I) (+intervalo)\n" +msgid "" +" **FAIL** REQUIRED ModelName\n" +" REF: Pages 59-60, section 5.3.\n" +msgstr "" +" **FALLO** SE NECESITA ModelName\n" +" REF: Páginas 59-60, sección 5.3.\n" -#, c-format -msgid "lpr: error - expected value after -%c option!\n" -msgstr "lpr: error - se esperaba un valor tras la opción %c\n" +msgid "" +" **FAIL** REQUIRED NickName\n" +" REF: Page 60, section 5.3.\n" +msgstr "" +" **FALLO** SE NECESITA NickName\n" +" REF: Página 60, sección 5.3.\n" -#, c-format -msgid "lpr: warning - '%c' format modifier not supported - output may not be correct!\n" -msgstr "lpr: advertencia - no admite el uso del modificador de formato '%c' - la salida puede que no sea correcta.\n" +msgid "" +" **FAIL** REQUIRED PCFileName\n" +" REF: Pages 61-62, section 5.3.\n" +msgstr "" +" **FALLO** SE NECESITA PCFileName\n" +" REF: Páginas 61-62, sección 5.3.\n" -msgid "lpr: error - expected option=value after -o option!\n" -msgstr "lpr: error - se esperaba opción=valor tras la opción -o.\n" +msgid "" +" **FAIL** REQUIRED PSVersion\n" +" REF: Pages 62-64, section 5.3.\n" +msgstr "" +" **FALLO** SE NECESITA PSVersion\n" +" REF: Páginas 62-64, sección 5.3.\n" -msgid "lpr: warning - email notification is not currently supported!\n" -msgstr "lpr: advertencia - actualmente no admite el uso de la notificación por email.\n" +msgid "" +" **FAIL** REQUIRED PageRegion\n" +" REF: Page 100, section 5.14.\n" +msgstr "" +" **FALLO** SE NECESITA PageRegion\n" +" REF: Página 100, sección 5.14.\n" -msgid "lpr: error - expected destination after -P option!\n" -msgstr "lpr: error - se esperaba un destino tras la opción -P.\n" +msgid "" +" **FAIL** REQUIRED PageSize\n" +" REF: Page 41, section 5.\n" +" REF: Page 99, section 5.14.\n" +msgstr "" +" **FALLO** SE NECESITA PageSize\n" +" REF: Página 41, sección 5.\n" +" REF: Página 99, sección 5.14.\n" -msgid "lpr: error - expected copy count after -# option!\n" -msgstr "lpr: error - se esperaba un número de copias tras la opción -#.\n" +msgid "" +" **FAIL** REQUIRED PageSize\n" +" REF: Pages 99-100, section 5.14.\n" +msgstr "" +" **FALLO** SE NECESITA PageSize\n" +" REF: Páginas 99-100, sección 5.14.\n" #, c-format -msgid "lpr: error - expected name after -%c option!\n" -msgstr "lpr: error - se esperaba un nombre tras la opción -%c.\n" +msgid "" +" **FAIL** REQUIRED PaperDimension for PageSize %s\n" +" REF: Page 41, section 5.\n" +" REF: Page 103, section 5.15.\n" +msgstr "" +" **FALLO** SE NECESITA PaperDimension para PageSize %s\n" +" REF: Página 41, sección 5.\n" +" REF: Página 103, sección 5.15.\n" -msgid "lpr: error - expected username after -U option!\n" -msgstr "lpr: error - se esperaba un nombre de usuario tras la opción -U.\n" +msgid "" +" **FAIL** REQUIRED Product\n" +" REF: Page 62, section 5.3.\n" +msgstr "" +" **FALLO** SE NECESITA Product\n" +" REF: Página 62, sección 5.3.\n" -#, c-format -msgid "lpr: error - unknown option '%c'!\n" -msgstr "lpr: error - opción \"%c\" desconocida.\n" +msgid "" +" **FAIL** REQUIRED ShortNickName\n" +" REF: Page 64-65, section 5.3.\n" +msgstr "" +" **FALLO** SE NECESITA ShortNickName\n" +" REF: Página 64-65, sección 5.3.\n" #, c-format -msgid "lpr: error - unable to access \"%s\" - %s\n" -msgstr "lpr: error - no se ha podido acceder a \"%s\" - %s\n" +msgid " %d ERRORS FOUND\n" +msgstr " %d ERRORES ENCONTRADOS\n" #, c-format -msgid "lpr: error - too many files - \"%s\"\n" -msgstr "lpr: error - demasiados archivos - \"%s\"\n" +msgid "" +" Bad %%%%BoundingBox: on line %d!\n" +" REF: Page 39, %%%%BoundingBox:\n" +msgstr "" +" %%%%BoundingBox: incorrecto en línea %d.\n" +" REF: Página 39, %%%%BoundingBox:\n" #, c-format -msgid "lpr: error - %s environment variable names non-existent destination \"%s\"!\n" -msgstr "lpr: error - los nombres de variables de entorno %s no existen en el destino \"%s\".\n" - -msgid "lpr: error - no default destination available.\n" -msgstr "lpr: error - no está disponible el destino predeterminado.\n" - -msgid "lpr: error - scheduler not responding!\n" -msgstr "lpr: error- el planificador de tareas no responde.\n" +msgid "" +" Bad %%%%Page: on line %d!\n" +" REF: Page 53, %%%%Page:\n" +msgstr "" +" %%%%Page: incorrecto en línea %d.\n" +" REF: Página 53, %%%%Page:\n" #, c-format -msgid "lpr: error - unable to create temporary file \"%s\" - %s\n" -msgstr "lpr: error - no se ha podido crear el archivo temporal \"%s\" - %s\n" +msgid "" +" Bad %%%%Pages: on line %d!\n" +" REF: Page 43, %%%%Pages:\n" +msgstr "" +" %%%%Pages: incorrecto en línea %d.\n" +" REF: Página 43, %%%%Pages:\n" #, c-format -msgid "lpr: error - unable to write to temporary file \"%s\" - %s\n" -msgstr "lpr: error - no se ha podido escribir en el archivo temporal \"%s\" - %s\n" +msgid "" +" Line %d is longer than 255 characters (%d)!\n" +" REF: Page 25, Line Length\n" +msgstr "" +" La línea %d es más larga de 255 caracteres (%d).\n" +" REF: Página 25, Longitud de Línea\n" -msgid "lpr: error - stdin is empty, so no job has been sent.\n" -msgstr "lpr: error - stdin está vacío, por lo tanto no se ha enviado ningún trabajo.\n" +msgid "" +" Missing %!PS-Adobe-3.0 on first line!\n" +" REF: Page 17, 3.1 Conforming Documents\n" +msgstr "" +" Falta %!PS-Adobe-3.0 en la primera línea.\n" +" REF: Página 17, 3.1 Conformidad de documentos\n" #, c-format -msgid "lpr: error - unable to print file: %s\n" -msgstr "lpr: error - no se ha podido imprimir el archivo: %s\n" - -msgid "lprm: Unable to contact server!\n" -msgstr "lprm: No se ha podido contactar con el servidor.\n" +msgid "" +" Missing %%EndComments comment!\n" +" REF: Page 41, %%EndComments\n" +msgstr "" +" Falta comentario %%EndComments.\n" +" REF: Página 41, %%EndComments\n" #, c-format -msgid "lprm: Unknown destination \"%s\"!\n" -msgstr "lprm: Destino \"%s\" desconocido.\n" +msgid "" +" Missing or bad %%BoundingBox: comment!\n" +" REF: Page 39, %%BoundingBox:\n" +msgstr "" +" Falta comentario %%BoundingBox: o incorrecto.\n" +" REF: Página 39, %%BoundingBox:\n" #, c-format -msgid "lprm: Unknown option '%c'!\n" -msgstr "lprm: Opción '%c' desconocida.\n" - -msgid "lprm: Job or printer not found!\n" -msgstr "lprm: No se ha encontrado el trabajo o la impresora.\n" - -msgid "lprm: Not authorized to lprm job(s)!\n" -msgstr "lprm: No tiene permiso para lprm trabajo(s).\n" +msgid "" +" Missing or bad %%Page: comments!\n" +" REF: Page 53, %%Page:\n" +msgstr "" +" Falta comentario %%Page: o incorrecto.\n" +" REF: Página 53, %%Page:\n" #, c-format -msgid "lprm: You don't own job ID %d!\n" -msgstr "lprm: No es el propietario del trabajo ID %d.\n" - -msgid "lprm: Unable to lprm job(s)!\n" -msgstr "lprm: No se han podido lprm trabajo(s).\n" +msgid "" +" Missing or bad %%Pages: comment!\n" +" REF: Page 43, %%Pages:\n" +msgstr "" +" Falta comentario %%Pages: o incorrecto.\n" +" REF: Página 43, %%Pages:\n" -msgid "lprm: Unable to cancel job(s)!\n" -msgstr "lprm: No se han podido cancelar los trabajos.\n" +msgid " NO ERRORS FOUND\n" +msgstr "....NO SE HAN ENCONTRADO ERRORES\n" #, c-format -msgid "%s: Don't know what to do!\n" -msgstr "%s: No sé que hay que hacer.\n" +msgid " Saw %d lines that exceeded 255 characters!\n" +msgstr " Se han visto %d líneas que exceden de 255 caracteres.\n" #, c-format -msgid "%s: Expected server name after -h!\n" -msgstr "%s: Se esperaba un nombre de servidor tras -h.\n" +msgid " Too many %%BeginDocument comments!\n" +msgstr " Demasiados comentarios %%BeginDocument.\n" #, c-format -msgid "%s: Expected reason text after -r!\n" -msgstr "%s: Se esperaba un texto con una razón tras -r.\n" +msgid " Too many %%EndDocument comments!\n" +msgstr " Demasiados comentarios %%EndDocument.\n" -#, c-format -msgid "%s: Unknown option '%c'!\n" -msgstr "%s: Opción '%c' desconocida.\n" +msgid " Warning: file contains binary data!\n" +msgstr " Advertencia: el archivo contiene datos binarios.\n" #, c-format -msgid "%s: Unable to connect to server: %s\n" -msgstr "%s: No se ha podido conectar con el servidor: %s\n" +msgid " Warning: no %%EndComments comment in file!\n" +msgstr " Advertencia: no hay comentario %%EndComments en el archivo.\n" #, c-format -msgid "%s: Operation failed: %s\n" -msgstr "%s: La operación ha fallado: %s\n" - -msgid "cancel: Error - expected hostname after '-h' option!\n" -msgstr "cancel: Error - se esperaba un nombre de ordenador tras la opción '-h'.\n" +msgid " Warning: obsolete DSC version %.1f in file!\n" +msgstr " Advertencia: versión DSC %.1f obsoleta en el archivo.\n" -msgid "cancel: Error - expected username after '-u' option!\n" -msgstr "cancel: Error - se esperaba un nombre de usuario tras la opción '-u'.\n" +msgid " FAIL\n" +msgstr " FALLO\n" #, c-format -msgid "cancel: Unknown option '%c'!\n" -msgstr "cancel: Opción '%c' desconocida.\n" +msgid "" +" FAIL\n" +" **FAIL** Unable to open PPD file - %s\n" +msgstr "" +" FALLO\n" +" **FALLO** No se ha podido abrir el archivo PPD - %s\n" #, c-format -msgid "cancel: Unknown destination \"%s\"!\n" -msgstr "cancel: Destino \"%s\" desconocido.\n" +msgid "" +" FAIL\n" +" **FAIL** Unable to open PPD file - %s on line %d.\n" +msgstr "" +" FALLO\n" +" **FALLO** No se ha podido abrir el archivo PPD - %s en la línea %d.\n" + +msgid " PASS\n" +msgstr " PASA\n" -msgid "cancel: Unable to contact server!\n" -msgstr "cancel: No se ha podido contactar con el servidor.\n" +#, c-format +msgid "%-6s %-10.10s %-4d %-10d %-27.27s %.0f bytes\n" +msgstr "%-6s %-10.10s %-4d %-10d %-27.27s %.0f bytes\n" #, c-format -msgid "cancel: %s failed: %s\n" -msgstr "cancel: %s ha fallado: %s\n" +msgid "%-7s %-7.7s %-7d %-31.31s %.0f bytes\n" +msgstr "%-7s %-7.7s %-7d %-31.31s %.0f bytes\n" #, c-format -msgid "cupsaddsmb: Missing value on line %d!\n" -msgstr "cupsaddsmb: Falta un valor en la línea %d.\n" +msgid "%s accepting requests since %s\n" +msgstr "%s aceptando peticiones desde %s\n" #, c-format -msgid "cupsaddsmb: Missing double quote on line %d!\n" -msgstr "cupsaddsmb: Faltan dobles comillas en línea %d\n" +msgid "%s cannot be changed." +msgstr "%s no puede ser cambiado." #, c-format -msgid "cupsaddsmb: Bad option + choice on line %d!\n" -msgstr "cupsaddsmb: Mala opción + preferencia en línea %d.\n" +msgid "%s is not implemented by the CUPS version of lpc.\n" +msgstr "%s no está implementado en la versión de CUPS de lpc.\n" #, c-format -msgid "cupsaddsmb: Unable to connect to server \"%s\" for %s - %s\n" -msgstr "cupsaddsmb: No se ha podido conectar al servidor \"%s\" para %s - %s\n" +msgid "%s is not ready\n" +msgstr "%s no está preparada\n" #, c-format -msgid "cupsaddsmb: No PPD file for printer \"%s\" - skipping!\n" -msgstr "cupsaddsmb: No hay archivo PPD para la impresora \"%s\" - omitiendo.\n" +msgid "%s is ready\n" +msgstr "%s está preparada\n" #, c-format -msgid "cupsaddsmb: get-printer-attributes failed for \"%s\": %s\n" -msgstr "cupsaddsmb: get-printer-attributes ha fallado para \"%s\": %s\n" +msgid "%s is ready and printing\n" +msgstr "%s está preparada e imprimiendo\n" #, c-format -msgid "cupsaddsmb: Unable to convert PPD file for %s - %s\n" -msgstr "cupsaddsmb: No se ha podido convertir el archivo PPD para %s - %s\n" +msgid "" +"%s not accepting requests since %s -\n" +"\t%s\n" +msgstr "" +"%s no acepta peticiones desde %s -\n" +"\t%s\n" #, c-format -msgid "cupsaddsmb: Unable to copy Windows 2000 printer driver files (%d)!\n" -msgstr "cupsaddsmb: No se han podido copiar los archivos de los controladores de impresoras de Windows 2000 (%d).\n" +msgid "%s not supported!" +msgstr "No se admite el uso de %s." #, c-format -msgid "cupsaddsmb: Unable to copy CUPS printer driver files (%d)!\n" -msgstr "cupsaddsmb: No se han podido copiar los archivos de los controladores de impresoras de CUPS (%d).\n" +msgid "%s/%s accepting requests since %s\n" +msgstr "%s/%s aceptando peticiones desde %s\n" #, c-format -msgid "cupsaddsmb: Unable to install Windows 2000 printer driver files (%d)!\n" -msgstr "cupsaddsmb: No se han podido instalar los archivos de los controladores de impresoras de Windows 2000 (%d).\n" +msgid "" +"%s/%s not accepting requests since %s -\n" +"\t%s\n" +msgstr "" +"%s/%s no acepta peticiones desde %s -\n" +"\t%s\n" #, c-format -msgid "cupsaddsmb: Unable to copy Windows 9x printer driver files (%d)!\n" -msgstr "cupsaddsmb: No se han podido copiar los archivos de los controladores de impresoras de Windows 9x (%d).\n" +msgid "%s: %-33.33s [job %d localhost]\n" +msgstr "%s: %-33.33s [trabajo %d localhost]\n" #, c-format -msgid "cupsaddsmb: Unable to install Windows 9x printer driver files (%d)!\n" -msgstr "cupsaddsmb: No se han podido instalar los archivos de los controladores de impresoras de Windows 9x (%d).\n" +msgid "%s: %s failed: %s\n" +msgstr "%s: %s ha fallado: %s\n" #, c-format -msgid "cupsaddsmb: Unable to set Windows printer driver (%d)!\n" -msgstr "cupsaddsmb: No se ha podido poner el controlador de impresora de Windows (%d).\n" +msgid "%s: Don't know what to do!\n" +msgstr "%s: No sé que hay que hacer.\n" +#, c-format msgid "" -"Usage: cupsaddsmb [options] printer1 ... printerN\n" -" cupsaddsmb [options] -a\n" -"\n" -"Options:\n" -" -H samba-server Use the named SAMBA server\n" -" -U samba-user Authenticate using the named SAMBA user\n" -" -a Export all printers\n" -" -h cups-server Use the named CUPS server\n" -" -v Be verbose (show commands)\n" +"%s: Error - %s environment variable names non-existent destination \"%s\"!\n" msgstr "" -"Uso: cupsaddsmb (opciones) impresora1 ... impresoraN\n" -" cupsaddsmb (opciones) -a\n" -"\n" -"Opciones:\n" -" -H servidor-samba Usa el servidor SAMBA especificado\n" -" -U usuario-samba Autentifica usando el usuario SAMBA especificado\n" -" -a Exporta todas las impresoras\n" -" -h servidor-cups Usa el servidor CUPS especificado\n" -" -v Ser detallado (mostrar comandos)\n" - -msgid "cupstestppd: The -q option is incompatible with the -v option.\n" -msgstr "cupstestppd: La opción -q no es compatible con la opción -v.\n" +"%s: Error - %s nombres de variables de entorno no existen en destino \"%s" +"\".\n" -msgid "cupstestppd: The -v option is incompatible with the -q option.\n" -msgstr "cupstestppd: La opción -v no es compatible con la opción -q.\n" +#, c-format +msgid "%s: Error - bad job ID!\n" +msgstr "%s: Error - ID de trabajo incorrecta.\n" #, c-format -msgid "" -" FAIL\n" -" **FAIL** Unable to open PPD file - %s\n" +msgid "%s: Error - cannot print files and alter jobs simultaneously!\n" msgstr "" -" FALLO\n" -" **FALLO** No se ha podido abrir el archivo PPD - %s\n" +"%s: Error - no se pueden imprimir archivos y alterar trabajos al mismo " +"tiempo.\n" #, c-format msgid "" -" FAIL\n" -" **FAIL** Unable to open PPD file - %s on line %d.\n" +"%s: Error - cannot print from stdin if files or a job ID are provided!\n" msgstr "" -" FALLO\n" -" **FALLO** No se ha podido abrir el archivo PPD - %s en la línea %d.\n" +"%s: Error - no se puede imprimir desde stdin si se proporcionan archivos o " +"una ID de trabajo.\n" -msgid " REF: Page 42, section 5.2.\n" -msgstr " REF: Página 42, sección 5.2.\n" - -msgid " REF: Page 20, section 3.4.\n" -msgstr " REF: Página 20, sección 3.4.\n" +#, c-format +msgid "%s: Error - expected character set after '-S' option!\n" +msgstr "%s: Error - se esperaba un juego de caracteres tras la opción '-S'.\n" -msgid " REF: Pages 45-46, section 5.2.\n" -msgstr " REF: Páginas 45-46, sección 5.2.\n" +#, c-format +msgid "%s: Error - expected content type after '-T' option!\n" +msgstr "%s: Error - se esperaba un tipo de contenido tras la opción '-T'.\n" -msgid " REF: Pages 42-45, section 5.2.\n" -msgstr " REF: Páginas 42-45, sección 5.2.\n" +#, c-format +msgid "%s: Error - expected copies after '-n' option!\n" +msgstr "%s: Error - se esperaba número de copias tras la opción '-n'.\n" -msgid " REF: Pages 48-49, section 5.2.\n" -msgstr " REF: Páginas 48-49, sección 5.2.\n" +#, c-format +msgid "%s: Error - expected copy count after '-#' option!\n" +msgstr "%s: Error - se esperaba un número de copias tras la opción '-#'.\n" -msgid " REF: Pages 52-54, section 5.2.\n" -msgstr " REF: Páginas 52-54, sección 5.2.\n" +#, c-format +msgid "%s: Error - expected destination after '-P' option!\n" +msgstr "%s: Error - se esperaba un destino tras la opción '-P'.\n" -msgid " REF: Page 15, section 3.2.\n" -msgstr " REF: Página 15, sección 3.2.\n" +#, c-format +msgid "%s: Error - expected destination after '-b' option!\n" +msgstr "%s: Error - se esperaba un destino tras la opción '-b'.\n" -msgid " REF: Page 15, section 3.1.\n" -msgstr " REF: Página 15, sección 3.1.\n" +#, c-format +msgid "%s: Error - expected destination after '-d' option!\n" +msgstr "%s: Error - se esperaba un destino tras la opción '-d'.\n" -msgid " REF: Pages 16-17, section 3.2.\n" -msgstr " REF: Páginas 16-17, sección 3.2.\n" +#, c-format +msgid "%s: Error - expected form after '-f' option!\n" +msgstr "%s: Error - se esperaba un formulario tras la opción '-f'.\n" -msgid " REF: Page 19, section 3.3.\n" -msgstr " REF: Página 19, sección 3.3.\n" +#, c-format +msgid "%s: Error - expected hold name after '-H' option!\n" +msgstr "%s: Error - se esperaba un nombre de retención tras la opción '-H'.\n" -msgid " REF: Page 27, section 3.5.\n" -msgstr " REF: Página 27, sección 3.5.\n" +#, c-format +msgid "%s: Error - expected hostname after '-H' option!\n" +msgstr "%s: Error - se esperaba un nombre de ordenador tras la opción '-H'.\n" -msgid "" -"\n" -" DETAILED CONFORMANCE TEST RESULTS\n" -msgstr "" -"\n" -" RESULTADOS DETALLADOS DE LA PRUEBA DE CONFORMIDAD\n" +#, c-format +msgid "%s: Error - expected hostname after '-h' option!\n" +msgstr "%s: Error - se esperaba un nombre de ordenador tras la opción '-h'.\n" #, c-format -msgid " WARN %s has no corresponding options!\n" -msgstr " ADVERTENCIA %s tiene opciones que no corresponden.\n" +msgid "%s: Error - expected mode list after '-y' option!\n" +msgstr "%s: Error - se esperaba una lista de modos tras la opción '-y'.\n" -msgid " FAIL\n" -msgstr " FALLO\n" +#, c-format +msgid "%s: Error - expected name after '-%c' option!\n" +msgstr "%s: Error - se esperaba un nombre tras la opción '%c'.\n" -msgid "" -" **FAIL** REQUIRED DefaultImageableArea\n" -" REF: Page 102, section 5.15.\n" -msgstr "" -" **FALLO** SE NECESITA DefaultImageableArea\n" -" REF: Página 102, sección 5.15.\n" +#, c-format +msgid "%s: Error - expected option string after '-o' option!\n" +msgstr "%s: Error - se esperaba una cadena de opciones tras la opción '-o'.\n" #, c-format -msgid "" -" **FAIL** BAD DefaultImageableArea %s!\n" -" REF: Page 102, section 5.15.\n" -msgstr "" -" **FALLO** MAL DefaultImageableArea %s\n" -" REF: Página 102, sección 5.15.\n" +msgid "%s: Error - expected page list after '-P' option!\n" +msgstr "%s: Error - se esperaba una lista de páginas tras la opción '-P'.\n" -msgid " PASS DefaultImageableArea\n" -msgstr " PASA DefaultImageableArea\n" +#, c-format +msgid "%s: Error - expected priority after '-%c' option!\n" +msgstr "%s: Error - se esperaba un valor de prioridad tras la opción '-%c'.\n" -msgid "" -" **FAIL** REQUIRED DefaultPaperDimension\n" -" REF: Page 103, section 5.15.\n" -msgstr "" -" **FALLO** SE NECESITA DefaultPaperDimension\n" -" REF: Página 103, sección 5.15.\n" +#, c-format +msgid "%s: Error - expected reason text after '-r' option!\n" +msgstr "%s: Error - se esperaba un texto con una razón tras la opción '-r'.\n" #, c-format -msgid "" -" **FAIL** BAD DefaultPaperDimension %s!\n" -" REF: Page 103, section 5.15.\n" -msgstr "" -" **FALLO** MAL DefaultPaperDimension %s.\n" -" REF: Página 103, sección 5.15.\n" +msgid "%s: Error - expected title after '-t' option!\n" +msgstr "%s: Error - se esperaba un título tras la opción '-t'.\n" -msgid " PASS DefaultPaperDimension\n" -msgstr " PASA DefaultPaperDimension\n" +#, c-format +msgid "%s: Error - expected username after '-U' option!\n" +msgstr "%s: Error - se esperaba un nombre de usuario tras la opción '-U'.\n" #, c-format -msgid "" -" **FAIL** BAD Default%s %s\n" -" REF: Page 40, section 4.5.\n" -msgstr "" -" **FALLO** MAL %s %s predeterminado\n" -" REF: Página 40, sección 4.5.\n" +msgid "%s: Error - expected username after '-u' option!\n" +msgstr "%s: Error - se esperaba un nombre de usuario tras la opción '-u'.\n" #, c-format -msgid " PASS Default%s\n" -msgstr " PASA %s predeterminado\n" +msgid "%s: Error - expected value after '-%c' option!\n" +msgstr "%s: Error - se esperaba un valor tras la opción '%c'.\n" #, c-format msgid "" -" **FAIL** REQUIRED Default%s\n" -" REF: Page 40, section 4.5.\n" +"%s: Error - need \"completed\", \"not-completed\", or \"all\" after '-W' " +"option!\n" msgstr "" -" **FALLO** SE NECESITA %s predeterminado\n" -" REF: Página 40, sección 4.5.\n" +"%s: Error - se necesita \"completed\", \"not completed\", o \"all\" tras la " +"opción '-W'.\n" -msgid " PASS FileVersion\n" -msgstr " PASA FileVersion\n" +#, c-format +msgid "%s: Error - no default destination available.\n" +msgstr "%s: Error - destino predeterminado no disponible.\n" -msgid "" -" **FAIL** REQUIRED FileVersion\n" -" REF: Page 56, section 5.3.\n" -msgstr "" -" **FALLO** SE NECESITA FileVersion\n" -" REF: Página 56, sección 5.3.\n" +#, c-format +msgid "%s: Error - priority must be between 1 and 100.\n" +msgstr "%s: Error - la prioridad debe estar entre 1 y 100.\n" -msgid " PASS FormatVersion\n" -msgstr " PASA FormatVersion\n" +#, c-format +msgid "%s: Error - scheduler not responding!\n" +msgstr "%s: Error - el programa planificador de tareas no responde.\n" -msgid "" -" **FAIL** REQUIRED FormatVersion\n" -" REF: Page 56, section 5.3.\n" +#, c-format +msgid "%s: Error - stdin is empty, so no job has been sent.\n" msgstr "" -" **FALLO** SE NECESITA FormatVersion\n" -" REF: Página 56, sección 5.3.\n" +"%s: Error - stdin está vacío, por lo tanto no se ha enviado ningún trabajo.\n" -msgid " PASS LanguageEncoding\n" -msgstr " PASA LanguageEncoding\n" +#, c-format +msgid "%s: Error - too many files - \"%s\"\n" +msgstr "%s: Error - demasiados archivos - \"%s\"\n" -msgid "" -" **FAIL** REQUIRED LanguageEncoding\n" -" REF: Pages 56-57, section 5.3.\n" -msgstr "" -" **FALLO** SE NECESITA LanguageEncoding\n" -" REF: Páginas 56-57, sección 5.3.\n" +#, c-format +msgid "%s: Error - unable to access \"%s\" - %s\n" +msgstr "%s: Error - no se ha podido acceder a \"%s\" - %s\n" -msgid " PASS LanguageVersion\n" -msgstr " PASA LanguageVersion\n" +#, c-format +msgid "%s: Error - unable to create temporary file \"%s\" - %s\n" +msgstr "%s: Error - no se ha podido crear el archivo temporal \"%s\" - %s\n" +#, c-format +msgid "%s: Error - unable to write to temporary file \"%s\" - %s\n" +msgstr "%s: Error - no se ha podido escribir al archivo temporal \"%s\" - %s\n" + +#, c-format +msgid "%s: Error - unknown destination \"%s\"!\n" +msgstr "%s: Error - destino \"%s\" desconocido.\n" + +#, c-format +msgid "%s: Error - unknown destination \"%s/%s\"!\n" +msgstr "%s: Error - destino \"%s/%s\" desconocido.\n" + +#, c-format +msgid "%s: Error - unknown option '%c'!\n" +msgstr "%s: Error - opción '%c' desconocida.\n" + +#, c-format +msgid "%s: Expected job ID after '-i' option!\n" +msgstr "%s : Se esperaba una ID de trabajo tras la opción '-i'.\n" + +#, c-format +msgid "%s: Invalid destination name in list \"%s\"!\n" +msgstr "%s: Nombre de destino no válido en la lista \"%s\".\n" + +#, c-format +msgid "%s: Need job ID ('-i jobid') before '-H restart'!\n" +msgstr "" +"%s: Se necesita un ID de trabajo ('-i id_trabajo') antes de '-H restart'.\n" + +#, c-format +msgid "%s: Operation failed: %s\n" +msgstr "%s: La operación ha fallado: %s\n" + +#, c-format +msgid "%s: Sorry, no encryption support compiled in!\n" +msgstr "%s: Lo siento, no está compilado el uso de la opción de cifrado.\n" + +#, c-format +msgid "%s: Unable to connect to server\n" +msgstr "%s: No se ha podido conectar al servidor\n" + +#, c-format +msgid "%s: Unable to connect to server: %s\n" +msgstr "%s: No se ha podido conectar con el servidor: %s\n" + +#, c-format +msgid "%s: Unable to contact server!\n" +msgstr "%s: No se ha podido contactar con el servidor.\n" + +#, c-format +msgid "%s: Unknown destination \"%s\"!\n" +msgstr "%s: Destino \"%s\" desconocido.\n" + +#, c-format msgid "" -" **FAIL** REQUIRED LanguageVersion\n" -" REF: Pages 57-58, section 5.3.\n" +"%s: Warning - '%c' format modifier not supported - output may not be " +"correct!\n" +msgstr "" +"%s: Advertencia - no se admite el uso del modificador de formato '%c' - la " +"salida puede no ser correcta.\n" + +#, c-format +msgid "%s: Warning - character set option ignored!\n" +msgstr "%s: Advertencia - opción de juego de caracteres no tenida en cuenta.\n" + +#, c-format +msgid "%s: Warning - content type option ignored!\n" +msgstr "%s: Advertencia - opción de tipo de contenido no tenida en cuenta.\n" + +#, c-format +msgid "%s: Warning - form option ignored!\n" +msgstr "%s: Advertencia - opción de formulario no tenida en cuenta.\n" + +#, c-format +msgid "%s: Warning - mode option ignored!\n" +msgstr "%s: Advertencia - opción de modo no tenida en cuenta.\n" + +#, c-format +msgid "" +"%s: error - %s environment variable names non-existent destination \"%s\"!\n" +msgstr "" +"%s: error - %s nombres de variables de entorno no existen en destino \"%s" +"\".\n" + +#, c-format +msgid "%s: error - expected option=value after '-o' option!\n" +msgstr "%s: error - se esperaba opción=valor tras la opción '-o'.\n" + +#, c-format +msgid "%s: error - no default destination available.\n" +msgstr "%s: error - destino predeterminado no disponible.\n" + +msgid "?Invalid help command unknown\n" +msgstr "?Ayuda sobre comando desconocido\n" + +msgid "A Samba password is required to export printer drivers!" +msgstr "" +"Se requiere una contraseña Samba para exportar los controladores de " +"impresora." + +msgid "A Samba username is required to export printer drivers!" +msgstr "" +"Se requiere un nombre de usuario Samba para exportar los controladores de " +"impresora." + +#, c-format +msgid "A class named \"%s\" already exists!" +msgstr "Ya existe una clase llamada \"%s\"." + +#, c-format +msgid "A printer named \"%s\" already exists!" +msgstr "Ya existe una impresora llamada \"%s\"." + +msgid "Accept Jobs" +msgstr "Aceptar trabajos" + +msgid "Add Class" +msgstr "Añadir clase" + +msgid "Add Printer" +msgstr "Añadir impresora" + +msgid "Add RSS Subscription" +msgstr "" + +msgid "Administration" +msgstr "Administración" + +#, c-format +msgid "Attempt to set %s printer-state to bad value %d!" +msgstr "" +"Se ha intentado cambiar el valor printer-state de %s a un valor incorrecto %" +"d." + +#, c-format +msgid "Attribute groups are out of order (%x < %x)!" +msgstr "Los grupos de atributos no están ordenados (%x < %x)." + +msgid "Bad OpenGroup" +msgstr "OpenGroup incorrecto" + +msgid "Bad OpenUI/JCLOpenUI" +msgstr "OpenUI/JCLOpenUI incorrecto" + +msgid "Bad OrderDependency" +msgstr "OrderDependency incorrecto" + +msgid "Bad UIConstraints" +msgstr "UIConstraints incorrecto" + +#, c-format +msgid "Bad copies value %d." +msgstr "Valor de copias %d incorrecto." + +msgid "Bad custom parameter" +msgstr "Parámetro a medida incorrecto" + +#, c-format +msgid "Bad device-uri \"%s\"!" +msgstr "device-uri \"%s\" incorrecto." + +#, c-format +msgid "Bad document-format \"%s\"!" +msgstr "document-format \"%s\" incorrecto." + +msgid "Bad job-priority value!" +msgstr "Valor job-priority incorrecto." + +msgid "Bad job-state value!" +msgstr "Valor job-state incorrecto." + +#, c-format +msgid "Bad job-uri attribute \"%s\"!" +msgstr "Atributo job-uri \"%s\" incorrecto." + +#, c-format +msgid "Bad notify-pull-method \"%s\"!" +msgstr "notify-pull-method \"%s\" incorrecto." + +#, fuzzy, c-format +msgid "Bad notify-recipient-uri URI \"%s\"!" +msgstr "URI notify-recipient \"%s\" incorrecto." + +#, fuzzy, c-format +msgid "Bad number-up value %d." +msgstr "Valor de copias %d incorrecto." + +#, c-format +msgid "Bad option + choice on line %d!" +msgstr "Opción incorrecta + preferencia en línea %d." + +#, c-format +msgid "Bad page-ranges values %d-%d." +msgstr "Valores de page-ranges %d-%d incorrectos." + +#, c-format +msgid "Bad port-monitor \"%s\"!" +msgstr "port-monitor \"%s\" incorrecto." + +#, c-format +msgid "Bad printer-state value %d!" +msgstr "Valor printer-state %d incorrecto." + +#, c-format +msgid "Bad request version number %d.%d!" +msgstr "Petición incorrecta de número de versión %d.%d." + +#, fuzzy +msgid "Bad subscription ID!" +msgstr "No se han encontrado subscripciones." + +msgid "Banners" +msgstr "Banners" + +msgid "Cancel RSS Subscription" +msgstr "" + +msgid "Change Settings" +msgstr "Cambiar especificaciones" + +#, c-format +msgid "Character set \"%s\" not supported!" +msgstr "No se admite el uso del juego de caracteres \"%s\"." + +msgid "Classes" +msgstr "Clases" + +msgid "" +"Commands may be abbreviated. Commands are:\n" +"\n" +"exit help quit status ?\n" +msgstr "" +"Los comandos se pueden abreviar. Los comandos son:\n" +"\n" +"exit help quit status ?\n" + +#, c-format +msgid "Could not scan type \"%s\"!" +msgstr "No se puede analizar el tipo \"%s\"." + +msgid "Cover open." +msgstr "" + +msgid "Custom" +msgstr "A medida" + +#, c-format +msgid "DEBUG: %d files to send in job...\n" +msgstr "" + +msgid "DEBUG: Getting supported attributes...\n" +msgstr "" + +#, c-format +msgid "DEBUG: Sending print file, %lld bytes...\n" +msgstr "" + +msgid "Delete Class" +msgstr "Borrar clase" + +msgid "Delete Printer" +msgstr "Borrar impresora" + +#, c-format +msgid "Destination \"%s\" is not accepting jobs." +msgstr "El destino %s no está aceptando trabajos." + +msgid "Developer almost empty." +msgstr "" + +msgid "Developer empty!" +msgstr "" + +#, c-format +msgid "" +"Device: uri = %s\n" +" class = %s\n" +" info = %s\n" +" make-and-model = %s\n" +" device-id = %s\n" +msgstr "" +"Dispositivo: uri = %s\n" +" clase = %s\n" +" info = %s\n" +" make-and-model = %s\n" +" device-id = %s\n" + +msgid "Door open." +msgstr "" + +#, fuzzy, c-format +msgid "EMERG: Unable to allocate memory for page info: %s\n" +msgstr "No se ha podido reservar memoria para tipos de archivo." + +#, fuzzy, c-format +msgid "EMERG: Unable to allocate memory for pages array: %s\n" +msgstr "No se ha podido reservar memoria para tipos de archivo." + +#, fuzzy, c-format +msgid "ERROR: %ld: Unable to send print file to printer (canceled:%ld)\n" +msgstr "lpoptions: No se ha podido añadir la impresora o la instancia: %s\n" + +#, c-format +msgid "ERROR: Bad %%BoundingBox: comment seen!\n" +msgstr "" + +#, c-format +msgid "ERROR: Bad %%IncludeFeature: comment!\n" +msgstr "" + +#, c-format +msgid "ERROR: Bad %%Page: comment in file!\n" +msgstr "" + +#, c-format +msgid "ERROR: Bad %%PageBoundingBox: comment in file!\n" +msgstr "" + +#, fuzzy, c-format +msgid "ERROR: Bad SCSI device file \"%s\"!\n" +msgstr "device-uri \"%s\" incorrecto." + +#, c-format +msgid "ERROR: Bad charset file %s\n" +msgstr "" + +#, c-format +msgid "ERROR: Bad charset type %s\n" +msgstr "" + +#, c-format +msgid "ERROR: Bad font description line: %s\n" +msgstr "" + +msgid "ERROR: Bad page setup!\n" +msgstr "" + +#, c-format +msgid "ERROR: Bad text direction %s\n" +msgstr "" + +#, c-format +msgid "ERROR: Bad text width %s\n" +msgstr "" + +msgid "ERROR: Destination printer does not exist!\n" +msgstr "" + +#, c-format +msgid "ERROR: Duplicate %%BoundingBox: comment seen!\n" +msgstr "" + +#, c-format +msgid "ERROR: Duplicate %%Pages: comment seen!\n" +msgstr "" + +#, fuzzy +msgid "ERROR: Empty print file!\n" +msgstr "Archivo PPD vacío." + +msgid "ERROR: Invalid HP-GL/2 command seen, unable to print file!\n" +msgstr "" + +#, c-format +msgid "ERROR: Missing %%EndProlog!\n" +msgstr "" + +#, c-format +msgid "ERROR: Missing %%EndSetup!\n" +msgstr "" + +msgid "" +"ERROR: Missing device URI on command-line and no DEVICE_URI environment " +"variable!\n" +msgstr "" + +#, c-format +msgid "ERROR: No %%BoundingBox: comment in header!\n" +msgstr "" + +#, c-format +msgid "ERROR: No %%Pages: comment in header!\n" +msgstr "" + +msgid "" +"ERROR: No device URI found in argv[0] or in DEVICE_URI environment " +"variable!\n" +msgstr "" + +msgid "ERROR: No pages found!\n" +msgstr "" + +msgid "ERROR: Out of paper!\n" +msgstr "" + +msgid "ERROR: PRINTER environment variable not defined!\n" +msgstr "" + +#, c-format +msgid "ERROR: Print file was not accepted (%s)!\n" +msgstr "" + +#, fuzzy +msgid "ERROR: Printer not responding!\n" +msgstr "La impresora no está compartida." + +#, c-format +msgid "ERROR: Remote host did not accept control file (%d)\n" +msgstr "" + +#, c-format +msgid "ERROR: Remote host did not accept data file (%d)\n" +msgstr "" + +#, fuzzy, c-format +msgid "ERROR: Unable to add file %d to job: %s\n" +msgstr "lpadmin: No se ha podido abrir el archivo \"%s\": %s\n" + +#, fuzzy, c-format +msgid "ERROR: Unable to cancel job %d: %s\n" +msgstr "lprm: No se han podido cancelar los trabajos.\n" + +#, fuzzy, c-format +msgid "ERROR: Unable to create temporary compressed print file: %s\n" +msgstr "lpadmin: No se ha podido crear el archivo temporal: %s\n" + +#, fuzzy, c-format +msgid "ERROR: Unable to create temporary file - %s.\n" +msgstr "lpadmin: No se ha podido crear el archivo temporal - %s\n" + +#, fuzzy, c-format +msgid "ERROR: Unable to create temporary file: %s\n" +msgstr "lpadmin: No se ha podido crear el archivo temporal: %s\n" + +#, fuzzy, c-format +msgid "ERROR: Unable to exec pictwpstops: %s\n" +msgstr "%s: No se ha podido conectar con el servidor: %s\n" + +#, fuzzy, c-format +msgid "ERROR: Unable to fork pictwpstops: %s\n" +msgstr "No se ha podido bifurcar el proceso." + +#, fuzzy, c-format +msgid "ERROR: Unable to get PPD file for printer \"%s\" - %s.\n" +msgstr "cupsaddsmb: No hay archivo PPD para la impresora \"%s\" - %s\n" + +#, fuzzy, c-format +msgid "ERROR: Unable to get job %d attributes (%s)!\n" +msgstr "No se han podido obtener los atributos de la impresora." + +#, fuzzy, c-format +msgid "ERROR: Unable to get printer status (%s)!\n" +msgstr "No se ha podido obtener el estado de la impresora" + +#, fuzzy, c-format +msgid "ERROR: Unable to locate printer '%s'!\n" +msgstr "No se ha podido cambiar la impresora:" + +#, fuzzy, c-format +msgid "ERROR: Unable to open \"%s\" - %s\n" +msgstr "lp: No se ha podido acceder a \"%s\" - %s\n" + +#, fuzzy, c-format +msgid "ERROR: Unable to open %s: %s\n" +msgstr "No se ha podido ejecutar \"%s\": %s\n" + +#, fuzzy, c-format +msgid "ERROR: Unable to open device file \"%s\": %s\n" +msgstr "lpadmin: No se ha podido abrir el archivo \"%s\": %s\n" + +#, fuzzy, c-format +msgid "ERROR: Unable to open file \"%s\" - %s\n" +msgstr "lpadmin: No se ha podido abrir el archivo \"%s\": %s\n" + +#, fuzzy, c-format +msgid "ERROR: Unable to open file \"%s\": %s\n" +msgstr "lpadmin: No se ha podido abrir el archivo \"%s\": %s\n" + +#, fuzzy +msgid "ERROR: Unable to open image file for printing!\n" +msgstr "lpoptions: No se ha podido abrir el archivo PPD para %s.\n" + +#, fuzzy, c-format +msgid "ERROR: Unable to open print file \"%s\": %s\n" +msgstr "lpadmin: No se ha podido abrir el archivo \"%s\": %s\n" + +#, fuzzy, c-format +msgid "ERROR: Unable to open print file %s - %s\n" +msgstr "lpadmin: No se ha podido abrir el archivo PPD \"%s\" - %s\n" + +#, fuzzy, c-format +msgid "ERROR: Unable to open print file %s: %s\n" +msgstr "lp: no se ha podido imprimir el archivo: %s\n" + +#, fuzzy, c-format +msgid "ERROR: Unable to open temporary compressed print file: %s\n" +msgstr "lpadmin: No se ha podido crear el archivo temporal: %s\n" + +#, c-format +msgid "ERROR: Unable to seek to offset %ld in file - %s\n" +msgstr "" + +#, c-format +msgid "ERROR: Unable to seek to offset %lld in file - %s\n" +msgstr "" + +#, fuzzy, c-format +msgid "ERROR: Unable to send print data (%d)\n" +msgstr "" +"No se ha podido configurar el controlador de impresora de Windows (%d).\n" + +#, c-format +msgid "ERROR: Unable to wait for pictwpstops: %s\n" +msgstr "" + +#, fuzzy, c-format +msgid "ERROR: Unable to write %d bytes to \"%s\": %s\n" +msgstr "No se ha podido ejecutar \"%s\": %s\n" + +#, fuzzy, c-format +msgid "ERROR: Unable to write print data: %s\n" +msgstr "lp: no se ha podido imprimir el archivo: %s\n" + +#, fuzzy +msgid "ERROR: Unable to write raster data to driver!\n" +msgstr "No se han podido obtener los atributos de la impresora." + +#, c-format +msgid "ERROR: Unable to write uncompressed document data: %s\n" +msgstr "" + +#, fuzzy, c-format +msgid "ERROR: Unknown encryption option value \"%s\"!\n" +msgstr "%s: Destino \"%s\" desconocido.\n" + +#, c-format +msgid "ERROR: Unknown file order \"%s\"\n" +msgstr "" + +#, c-format +msgid "ERROR: Unknown format character \"%c\"\n" +msgstr "" + +#, fuzzy, c-format +msgid "ERROR: Unknown option \"%s\" with value \"%s\"!\n" +msgstr "cupsd: Opción \"%c\" desconocida - cancelando.\n" + +#, fuzzy, c-format +msgid "ERROR: Unknown print mode \"%s\"\n" +msgstr "%s: Destino \"%s\" desconocido.\n" + +#, fuzzy, c-format +msgid "ERROR: Unknown version option value \"%s\"!\n" +msgstr "%s: Destino \"%s\" desconocido.\n" + +#, c-format +msgid "ERROR: Unsupported brightness value %s, using brightness=100!\n" +msgstr "" + +#, c-format +msgid "ERROR: Unsupported gamma value %s, using gamma=1000!\n" +msgstr "" + +#, c-format +msgid "ERROR: Unsupported number-up value %d, using number-up=1!\n" +msgstr "" + +#, c-format +msgid "" +"ERROR: Unsupported number-up-layout value %s, using number-up-layout=lrtb!\n" +msgstr "" + +#, c-format +msgid "ERROR: Unsupported page-border value %s, using page-border=none!\n" +msgstr "" + +#, c-format +msgid "ERROR: doc_printf overflow (%d bytes) detected, aborting!\n" +msgstr "" + +#, c-format +msgid "ERROR: pictwpstops exited on signal %d!\n" +msgstr "" + +#, fuzzy, c-format +msgid "ERROR: pictwpstops exited with status %d!\n" +msgstr "cupsaddsmb ha fallado con estado %d" + +msgid "" +"ERROR: recoverable: Unable to connect to printer; will retry in 30 " +"seconds...\n" +msgstr "" + +msgid "Edit Configuration File" +msgstr "Editar archivo de configuración" + +msgid "Empty PPD file!" +msgstr "Archivo PPD vacío." + +msgid "Ending Banner" +msgstr "Banner final" + +msgid "Enter old password:" +msgstr "Introduzca la contraseña antigua:" + +msgid "Enter password again:" +msgstr "Introduzca nuevamente la contraseña:" + +msgid "Enter password:" +msgstr "Introduzca la contraseña:" + +msgid "" +"Enter your username and password or the root username and password to access " +"this page. If you are using Kerberos authentication, make sure you have a " +"valid Kerberos ticket." +msgstr "" +"Introduzca su nombre de usuario y contraseña o el nombre de usuario y " +"contraseña de root para poder acceder a esta página. Si está usando " +"autentificación Kerberos, asegúrese de que tiene un ticket Kerberos válido." + +msgid "Error Policy" +msgstr "Directiva de error" + +msgid "Error: need hostname after '-h' option!\n" +msgstr "Error: se necesita un nombre de ordenador tras la opción '-h'.\n" + +msgid "Export Printers to Samba" +msgstr "Exportar impresoras a Samba" + +msgid "FAIL\n" +msgstr "FALLO\n" + +#, c-format +msgid "FATAL: Could not load %s\n" msgstr "" -" **FALLO** SE NECESITA LanguageVersion\n" -" REF: Páginas 57-58, sección 5.3.\n" +#, c-format msgid "" -" **FAIL** BAD Manufacturer (should be \"HP\")\n" -" REF: Page 211, table D.1.\n" +"File device URIs have been disabled! To enable, see the FileDevice directive " +"in \"%s/cupsd.conf\"." msgstr "" -" **FALLO** Fabricante INCORRECTO (debería ser \"HP\")\n" -" REF: Página 211, tabla D.1.\n" +"Los URIs del dispositivo de archivo han sido deshabilitados. Para " +"habilitarlos, vea la directiva FileDevice en \"%s/cupsd.conf\"." -msgid " PASS Manufacturer\n" -msgstr " PASA Manufacturer\n" +msgid "Fuser temperature high!" +msgstr "" -msgid "" -" **FAIL** REQUIRED Manufacturer\n" -" REF: Pages 58-59, section 5.3.\n" +msgid "Fuser temperature low!" msgstr "" -" **FALLO** SE NECESITA Manufacturer\n" -" REF: Páginas 58-59, sección 5.3.\n" + +msgid "General" +msgstr "General" + +msgid "Got a printer-uri attribute but no job-id!" +msgstr "Se ha obtenido el atributo printer-uri pero no el job-id." + +msgid "Help" +msgstr "Ayuda" #, c-format -msgid "" -" **FAIL** BAD ModelName - \"%c\" not allowed in string.\n" -" REF: Pages 59-60, section 5.3.\n" +msgid "INFO: Attempting to connect to host %s for printer %s\n" msgstr "" -" **FALLO** MAL ModelName - \"%c\" no está permitido en la cadena.\n" -" REF: Páginas 59-60, sección 5.3.\n" -msgid " PASS ModelName\n" -msgstr " PASA ModelName\n" +#, fuzzy, c-format +msgid "INFO: Attempting to connect to host %s on port %d\n" +msgstr "lpstat: No se ha podido conectar al servidor %s en el puerto %d: %s\n" -msgid "" -" **FAIL** REQUIRED ModelName\n" -" REF: Pages 59-60, section 5.3.\n" +msgid "INFO: Canceling print job...\n" msgstr "" -" **FALLO** SE NECESITA ModelName\n" -" REF: Páginas 59-60, sección 5.3.\n" -msgid " PASS NickName\n" -msgstr " PASA NickName\n" +#, c-format +msgid "INFO: Connected to %s...\n" +msgstr "" -msgid "" -" **FAIL** REQUIRED NickName\n" -" REF: Page 60, section 5.3.\n" +#, c-format +msgid "INFO: Connecting to %s on port %d...\n" msgstr "" -" **FALLO** SE NECESITA NickName\n" -" REF: Página 60, sección 5.3.\n" -msgid " PASS PageSize\n" -msgstr " PASA PageSize\n" +msgid "INFO: Control file sent successfully\n" +msgstr "" -msgid "" -" **FAIL** REQUIRED PageSize\n" -" REF: Pages 99-100, section 5.14.\n" +msgid "INFO: Data file sent successfully\n" msgstr "" -" **FALLO** SE NECESITA PageSize\n" -" REF: Páginas 99-100, sección 5.14.\n" -msgid " PASS PageRegion\n" -msgstr " PASA PageRegion\n" +#, c-format +msgid "INFO: Formatting page %d...\n" +msgstr "" -msgid "" -" **FAIL** REQUIRED PageRegion\n" -" REF: Page 100, section 5.14.\n" +msgid "INFO: Loading image file...\n" msgstr "" -" **FALLO** SE NECESITA PageRegion\n" -" REF: Página 100, sección 5.14.\n" -msgid " PASS PCFileName\n" -msgstr " PASA PCFileName\n" +msgid "INFO: Print file sent, waiting for printer to finish...\n" +msgstr "" -msgid "" -" **FAIL** REQUIRED PCFileName\n" -" REF: Pages 61-62, section 5.3.\n" +#, c-format +msgid "INFO: Printer busy (status:0x%08x)\n" msgstr "" -" **FALLO** SE NECESITA PCFileName\n" -" REF: Páginas 61-62, sección 5.3.\n" -msgid "" -" **FAIL** BAD Product - not \"(string)\".\n" -" REF: Page 62, section 5.3.\n" +msgid "INFO: Printer busy; will retry in 10 seconds...\n" msgstr "" -" **FALLO** MAL Product - no es \"(string)\".\n" -" REF: Página 62, sección 5.3.\n" -msgid " PASS Product\n" -msgstr " PASA Product\n" +msgid "INFO: Printer busy; will retry in 30 seconds...\n" +msgstr "" -msgid "" -" **FAIL** REQUIRED Product\n" -" REF: Page 62, section 5.3.\n" +msgid "INFO: Printer busy; will retry in 5 seconds...\n" msgstr "" -" **FALLO** SE NECESITA Product\n" -" REF: Página 62, sección 5.3.\n" -msgid "" -" **FAIL** BAD PSVersion - not \"(string) int\".\n" -" REF: Pages 62-64, section 5.3.\n" +msgid "INFO: Printer does not support IPP/1.1, trying IPP/1.0...\n" msgstr "" -" **FALLO** MAL PSVersion - no es \"(string) int\".\n" -" REF: Páginas 62-64, sección 5.3.\n" -msgid " PASS PSVersion\n" -msgstr " PASA PSVersion\n" +msgid "INFO: Printer is busy; will retry in 5 seconds...\n" +msgstr "" -msgid "" -" **FAIL** REQUIRED PSVersion\n" -" REF: Pages 62-64, section 5.3.\n" +msgid "INFO: Printer is currently off-line.\n" msgstr "" -" **FALLO** SE NECESITA PSVersion\n" -" REF: Páginas 62-64, sección 5.3.\n" -msgid "" -" **FAIL** BAD ShortNickName - longer than 31 chars.\n" -" REF: Pages 64-65, section 5.3.\n" +msgid "INFO: Printer is now on-line.\n" msgstr "" -" **FALLO** MAL ShortNickName - mayor de 31 caracteres.\n" -" REF: Páginas 64-65, sección 5.3.\n" -msgid " PASS ShortNickName\n" -msgstr " PASA ShortNickName\n" +msgid "INFO: Printer not connected; will retry in 30 seconds...\n" +msgstr "" -msgid "" -" **FAIL** REQUIRED ShortNickName\n" -" REF: Page 64-65, section 5.3.\n" +#, c-format +msgid "INFO: Printing page %d, %d%% complete...\n" msgstr "" -" **FALLO** SE NECESITA ShortNickName\n" -" REF: Página 64-65, sección 5.3.\n" -msgid "" -" **FAIL** BAD JobPatchFile attribute in file\n" -" REF: Page 24, section 3.4.\n" +#, c-format +msgid "INFO: Printing page %d...\n" msgstr "" -" **FALLO** MAL atributo JobPatchFile en archivo\n" -" REF: Página 24, sección 3.4.\n" -msgid "" -" **FAIL** REQUIRED PageSize\n" -" REF: Page 41, section 5.\n" -" REF: Page 99, section 5.14.\n" +msgid "INFO: Ready to print.\n" msgstr "" -" **FALLO** SE NECESITA PageSize\n" -" REF: Página 41, sección 5.\n" -" REF: Página 99, sección 5.14.\n" #, c-format -msgid "" -" **FAIL** REQUIRED ImageableArea for PageSize %s\n" -" REF: Page 41, section 5.\n" -" REF: Page 102, section 5.15.\n" +msgid "INFO: Sending control file (%lu bytes)\n" msgstr "" -" **FALLO** SE NECESITA ImageableArea para PageSize %s\n" -" REF: Página 41, sección 5.\n" -" REF: Página 102, sección 5.15.\n" #, c-format -msgid "" -" **FAIL** REQUIRED PaperDimension for PageSize %s\n" -" REF: Page 41, section 5.\n" -" REF: Page 103, section 5.15.\n" +msgid "INFO: Sending control file (%u bytes)\n" +msgstr "" + +msgid "INFO: Sending data\n" msgstr "" -" **FALLO** SE NECESITA PaperDimension para PageSize %s\n" -" REF: Página 41, sección 5.\n" -" REF: Página 103, sección 5.15.\n" #, c-format -msgid "" -" **FAIL** Bad %s choice %s!\n" -" REF: Page 84, section 5.9\n" +msgid "INFO: Sending data file (%ld bytes)\n" msgstr "" -" **FALLO** Preferencia %s incorrecta %s.\n" -" REF: Página 84, sección 5.9\n" #, c-format -msgid "" -" **FAIL** REQUIRED %s does not define choice None!\n" -" REF: Page 122, section 5.17\n" +msgid "INFO: Sending data file (%lld bytes)\n" msgstr "" -" **FALLO** SE NECESITA %s no define la preferencia None\n" -" REF: Página 122, sección 5.17\n" #, c-format -msgid "" -" **FAIL** Bad %s choice %s!\n" -" REF: Page 122, section 5.17\n" +msgid "INFO: Sent print file, %ld bytes...\n" msgstr "" -" **FALLO** Preferencia %s incorrecta %s.\n" -" REF: Página 122, sección 5.17\n" -msgid " PASS\n" -msgstr " PASA\n" +#, c-format +msgid "INFO: Sent print file, %lld bytes...\n" +msgstr "" + +#, c-format +msgid "INFO: Spooling LPR job, %.0f%% complete...\n" +msgstr "" + +msgid "INFO: Unable to contact printer, queuing on next printer in class...\n" +msgstr "" + +msgid "INFO: Waiting for job to complete...\n" +msgstr "" + +msgid "Illegal control character" +msgstr "Carácter de control ilegal" + +msgid "Illegal main keyword string" +msgstr "Cadena de clave principal ilegal" + +msgid "Illegal option keyword string" +msgstr "Cadena de clave de opción ilegal" + +msgid "Illegal translation string" +msgstr "Cadena de traducción ilegal" + +msgid "Illegal whitespace character" +msgstr "Carácter de espacio en blanco ilegal" + +msgid "Ink/toner almost empty." +msgstr "" + +msgid "Ink/toner empty!" +msgstr "" + +msgid "Ink/toner waste bin almost full." +msgstr "" + +msgid "Ink/toner waste bin full!" +msgstr "" + +msgid "Interlock open." +msgstr "" + +msgid "Internal error" +msgstr "Error interno" + +msgid "JCL" +msgstr "JCL" + +#, c-format +msgid "Job #%d cannot be restarted - no files!" +msgstr "El trabajo #%d no puede ser reiniciado - no hay archivos." + +#, c-format +msgid "Job #%d does not exist!" +msgstr "El trabajo #%d no existe." + +#, c-format +msgid "Job #%d is already aborted - can't cancel." +msgstr "El trabajo #%d ya está anulado - no se puede cancelar." + +#, c-format +msgid "Job #%d is already canceled - can't cancel." +msgstr "El trabajo #%d ya está cancelado - no se puede cancelar." + +#, c-format +msgid "Job #%d is already completed - can't cancel." +msgstr "El trabajo #%d ya ha sido completado - no se puede cancelar." + +#, c-format +msgid "Job #%d is finished and cannot be altered!" +msgstr "El trabajo #%d ha terminado y no puede ser modificado." + +#, c-format +msgid "Job #%d is not complete!" +msgstr "El trabajo #%d no ha sido completado." + +#, c-format +msgid "Job #%d is not held for authentication!" +msgstr "El trabajo #%d no está retenido para autentificación." + +#, c-format +msgid "Job #%d is not held!" +msgstr "El trabajo #%d no está retenido." + +#, c-format +msgid "Job #%s does not exist!" +msgstr "El trabajo #%s no existe." + +#, c-format +msgid "Job %d not found!" +msgstr "No se ha encontrado el trabajo %d." + +#, fuzzy +msgid "Job Completed" +msgstr "completado" + +msgid "Job Created" +msgstr "" + +#, fuzzy +msgid "Job Options Changed" +msgstr "La operación del trabajo ha fallado:" + +#, fuzzy +msgid "Job Stopped" +msgstr "parado" + +msgid "Job is completed and cannot be changed." +msgstr "El trabajo está terminado y no puede ser cambiado." + +msgid "Job operation failed:" +msgstr "La operación del trabajo ha fallado:" + +msgid "Job state cannot be changed." +msgstr "No se puede cambiar el estado del trabajo." -#, c-format -msgid "" -" WARN Duplex option keyword %s should be named Duplex or JCLDuplex!\n" -" REF: Page 122, section 5.17\n" -msgstr "" -" ADVERTENCIA Clave de opción Duplex %s debería llamarse Duplex o JCLDuplex.\n" -" REF: Página 122, sección 5.17\n" +msgid "Job subscriptions cannot be renewed!" +msgstr "Las suscripciones de trabajos no han podido ser renovadas." -msgid " WARN Default choices conflicting!\n" -msgstr " ADVERTENCIA Las preferencias predeterminadas están en conflicto.\n" +msgid "Jobs" +msgstr "Trabajos" #, c-format -msgid "" -" WARN Obsolete PPD version %.1f!\n" -" REF: Page 42, section 5.2.\n" -msgstr "" -" ADVERTENCIA Versión de PPD %.1f anticuada.\n" -" REF: Página 42, sección 5.2.\n" +msgid "Language \"%s\" not supported!" +msgstr "No se admite el uso del idioma \"%s\"." -msgid "" -" WARN LanguageEncoding required by PPD 4.3 spec.\n" -" REF: Pages 56-57, section 5.3.\n" -msgstr "" -" ADVERTENCIA Se necesita LanguageEncoding por especificación de PPD 4.3.\n" -" REF: Páginas 56-57, sección 5.3.\n" +msgid "Line longer than the maximum allowed (255 characters)" +msgstr "Línea más larga que el máximo permitido (255 caracteres)" -msgid "" -" WARN Manufacturer required by PPD 4.3 spec.\n" -" REF: Pages 58-59, section 5.3.\n" -msgstr "" -" ADVERTENCIA Se necesita Manufacturer por especificación de PPD 4.3.\n" -" REF: Páginas 58-59, seccion 5.3.\n" +msgid "Media Size" +msgstr "Tamaño de papel" -msgid "" -" WARN PCFileName longer than 8.3 in violation of PPD spec.\n" -" REF: Pages 61-62, section 5.3.\n" -msgstr "" -" ADVERTENCIA PCFileName es mas largo que 8.3 violando la especificación PPD.\n" -" REF: Páginas 61-62, sección 5.3.\n" +msgid "Media Source" +msgstr "Fuente del papel" -msgid "" -" WARN ShortNickName required by PPD 4.3 spec.\n" -" REF: Pages 64-65, section 5.3.\n" -msgstr "" -" ADVERTENCIA Se necesita ShortNickName por especificación de PPD 4.3.\n" -" REF: Páginas 64-65, sección 5.3.\n" +msgid "Media Type" +msgstr "Tipo de papel" -msgid "" -" WARN Protocols contains both PJL and BCP; expected TBCP.\n" -" REF: Pages 78-79, section 5.7.\n" -msgstr "" -" ADVERTENCIA Protocols contiene a ambos, PJL y BCP; se esperaba TBCP.\n" -" REF: Páginas 78-79, sección 5.7.\n" +#, fuzzy +msgid "Media jam!" +msgstr "Tipo de papel" -msgid "" -" WARN Protocols contains PJL but JCL attributes are not set.\n" -" REF: Pages 78-79, section 5.7.\n" +msgid "Media tray almost empty." msgstr "" -" ADVERTENCIA Protocols contiene a PJL pero no se especifican los atributos JCL.\n" -" REF: Páginas 78-79, sección 5.7.\n" -#, c-format -msgid "" -" WARN %s shares a common prefix with %s\n" -" REF: Page 15, section 3.2.\n" +msgid "Media tray empty!" msgstr "" -" ADVERTENCIA %s comparte un prefijo común con %s\n" -" REF: Página 15, sección 3.2.\n" - -#, c-format -msgid " %d ERROR%s FOUND\n" -msgstr " %d ERROR%s ENCONTRADO(S)\n" -msgid " NO ERRORS FOUND\n" -msgstr "....NO SE HAN ENCONTRADO ERRORES\n" - -#, c-format -msgid "" -" WARN \"%s %s\" conflicts with \"%s %s\"\n" -" (constraint=\"%s %s %s %s\")\n" +msgid "Media tray missing!" msgstr "" -" ADVERTENCIA \"%s %s\" está en conflicto con \"%s %s\"\n" -" (restricción=\"%s %s %s %s\")\n" -msgid "" -"Usage: cupstestppd [-q] [-r] [-v[v]] filename1.ppd[.gz] [... filenameN.ppd[.gz]]\n" -" program | cupstestppd [-q] [-r] [-v[v]] -\n" +msgid "Media tray needs to be filled." msgstr "" -"Uso: cupstestppd [-q] [-r] [-v[v]] nombre_archivo1.ppd[.gz] [... nombre_archivoN.ppd[.gz]]\n" -" programa | cupstestppd [-q] [-r] [-v[v]] -\n" -msgid "lpstat: Need \"completed\" or \"not-completed\" after -W!\n" -msgstr "lpstat: Se necesita 'completed' o 'not completed' tras -W.\n" +msgid "Memory allocation error" +msgstr "Error de reserva de memoria" -msgid "lpstat: The -b option requires a destination argument.\n" -msgstr "lpstat: La opción -b necesita un argumento destino.\n" +msgid "Missing PPD-Adobe-4.x header" +msgstr "Falta cabecera PPD-Adobe-4.x" -msgid "Error: need hostname after '-h' option!\n" -msgstr "Error: se necesita un nombre de ordenador tras la opción '-h'.\n" +msgid "Missing asterisk in column 1" +msgstr "Falta un asterisco en la columna 1" #, c-format -msgid "lpstat: Unknown option '%c'!\n" -msgstr "lpstat: Opción '%c' desconocida.\n" +msgid "Missing double quote on line %d!" +msgstr "Faltan dobles comillas en línea %d." -#, c-format -msgid "lpstat: Invalid destination name in list \"%s\"!\n" -msgstr "lpstat: Nombre de destino inválido en lista \"%s\".\n" +msgid "Missing form variable!" +msgstr "Variable de formulario desaparecida." -#, c-format -msgid "lpstat: Unknown destination \"%s\"!\n" -msgstr "lpstat: Destino desconocido \"%s\".\n" +msgid "Missing notify-subscription-ids attribute!" +msgstr "Atributo notify-subscription-ids desaparecido." -#, c-format -msgid "lpstat: Unable to connect to server %s on port %d: %s\n" -msgstr "lpstat: No se ha podido conectar al servidor %s en el puerto %d: %s\n" +msgid "Missing requesting-user-name attribute!" +msgstr "Falta el atributo requesting-user-name." -#, c-format -msgid "lpstat: get-printers failed: %s\n" -msgstr "lpstat: get-printers ha fallado: %s\n" +msgid "Missing required attributes!" +msgstr "Faltan atributos necesarios." #, c-format -msgid "%s accepting requests since Jan 01 00:00\n" -msgstr "%s aceptando peticiones desde Ene 01 00:00\n" +msgid "Missing value on line %d!" +msgstr "Falta un valor en la línea %d." + +msgid "Missing value string" +msgstr "Falta cadena de valores" #, c-format msgid "" -"%s not accepting requests since Jan 01 00:00 -\n" -"\t%s\n" +"Model: name = %s\n" +" natural_language = %s\n" +" make-and-model = %s\n" +" device-id = %s\n" msgstr "" -"%s no aceptando peticiones desde Ene 01 00:00 - \n" -"\t%s\n" +"Modelo: nombre = %s\n" +" natural_language = %s\n" +" make-and-model = %s\n" +" device-id = %s\n" -#, c-format -msgid "%s/%s accepting requests since Jan 01 00:00\n" -msgstr "%s/%s aceptando peticiones desde Ene 01 00:00\n" +msgid "Modify Class" +msgstr "Modificar clase" -#, c-format -msgid "" -"%s/%s not accepting requests since Jan 01 00:00 -\n" -"\t%s\n" -msgstr "" -"%s/%s no aceptando peticiones desde Ene 01 00:00 -\n" -"\t%s\n" +msgid "Modify Printer" +msgstr "Modificar impresora" -#, c-format -msgid "lpstat: get-classes failed: %s\n" -msgstr "lpstat: get-classes ha fallado: %s\n" +msgid "Move All Jobs" +msgstr "Mover todos los trabajos" -#, c-format -msgid "members of class %s:\n" -msgstr "miembros de la clase %s:\n" +msgid "Move Job" +msgstr "Mover trabajo" #, c-format -msgid "system default destination: %s/%s\n" -msgstr "destino predeterminado del sistema: %s/%s\n" +msgid "NOTICE: Print file accepted - job ID %d.\n" +msgstr "" -#, c-format -msgid "system default destination: %s\n" -msgstr "destino predeterminado del sistema: %s\n" +msgid "NOTICE: Print file accepted - job ID unknown.\n" +msgstr "" -#, c-format -msgid "lpstat: error - %s environment variable names non-existent destination \"%s\"!\n" -msgstr "lpstat: error - Los nombre de variable de entorno %s no existen en el destino \"%s\".\n" +msgid "NULL PPD file pointer" +msgstr "Puntero de archivo PPD NULO" -msgid "no system default destination\n" -msgstr "no hay un destino predeterminado del sistema\n" +msgid "No" +msgstr "No" -#, c-format -msgid "Output for printer %s is sent to remote printer %s on %s\n" -msgstr "La salida de la impresora %s se ha enviado a la impresora remota %s en %s\n" +msgid "No Windows printer drivers are installed!" +msgstr "No está instalado ningún controlador de impresora de Windows." #, c-format -msgid "Output for printer %s is sent to %s\n" -msgstr "La salida de la impresora %s se ha enviado a %s\n" +msgid "No active jobs on %s!" +msgstr "No hay trabajos activos en %s." -#, c-format -msgid "Output for printer %s/%s is sent to remote printer %s on %s\n" -msgstr "La salida de la impresora %s/%s se ha enviado a la impresora remota %s en %s\n" +msgid "No attributes in request!" +msgstr "No hay atributos en la solicitud." -#, c-format -msgid "Output for printer %s/%s is sent to %s\n" -msgstr "La salida de la impresora %s/%s se ha enviado a %s\n" +msgid "No authentication information provided!" +msgstr "No se ha proporcionado información de autentificación." -#, c-format -msgid "device for %s: %s\n" -msgstr "tipo de conexión para %s: %s\n" +msgid "No default printer" +msgstr "No hay impresora predeterminada" -#, c-format -msgid "device for %s/%s: %s\n" -msgstr "tipo de conexión para %s/%s: %s\n" +msgid "No destinations added." +msgstr "No se han añadido destinos." -#, c-format -msgid "lpstat: get-jobs failed: %s\n" -msgstr "lpstat: get-jobs ha fallado: %s\n" +msgid "No file!?!" +msgstr "¡¿¡No hay archivo!?!" -#, c-format -msgid "\tqueued for %s\n" -msgstr "\ten cola para %s\n" +msgid "No subscription attributes in request!" +msgstr "No hay atributos de subscripción en la solicitud." -#, c-format -msgid "printer %s is idle. enabled since %s\n" -msgstr "la impresora %s está inactiva. activada desde %s\n" +msgid "No subscriptions found." +msgstr "No se han encontrado subscripciones." -#, c-format -msgid "printer %s now printing %s-%d. enabled since %s\n" -msgstr "la impresora %s está imprimiendo %s-%d. activada desde %s\n" +msgid "None" +msgstr "Ninguno" -#, c-format -msgid "printer %s disabled since %s -\n" -msgstr "la impresora %s está deshabilitada desde %s -\n" +msgid "OK" +msgstr "OK" -msgid "\treason unknown\n" -msgstr "\trazón desconocida\n" +msgid "OPC almost at end-of-life." +msgstr "" -msgid "" -"\tForm mounted:\n" -"\tContent types: any\n" -"\tPrinter types: unknown\n" +msgid "OPC at end-of-life!" msgstr "" -"\tFormulario montado:\n" -"\tTipos de contenido: cualquiera\n" -"\tTipos de impresora: desconocido\n" -#, c-format -msgid "\tDescription: %s\n" -msgstr "\tDescripción: %s\n" +msgid "OpenGroup without a CloseGroup first" +msgstr "OpenGroup sin un CloseGroup previo" -msgid "\tAlerts:" -msgstr "\tAlertas:" +msgid "OpenUI/JCLOpenUI without a CloseUI/JCLCloseUI first" +msgstr "OpenUI/JCLOpenUI sin un CloseUI/JCLCloseUI previo" -#, c-format -msgid "\tLocation: %s\n" -msgstr "\tUbicación: %s\n" +msgid "Operation Policy" +msgstr "Directiva de operación" -msgid "\tConnection: remote\n" -msgstr "\tConexión: remota\n" +msgid "Options Installed" +msgstr "Opciones instaladas" + +msgid "Out of toner!" +msgstr "" + +msgid "Output Mode" +msgstr "Modo de salida" + +msgid "Output bin almost full." +msgstr "" + +msgid "Output bin full!" +msgstr "" #, c-format -msgid "\tInterface: %s.ppd\n" -msgstr "\tInterfaz: %s.ppd\n" +msgid "Output for printer %s is sent to %s\n" +msgstr "La salida de la impresora %s se ha enviado a %s\n" -msgid "\tConnection: direct\n" -msgstr "\tConexión: directa\n" +#, c-format +msgid "Output for printer %s is sent to remote printer %s on %s\n" +msgstr "" +"La salida de la impresora %s se ha enviado a la impresora remota %s en %s\n" #, c-format -msgid "\tInterface: %s/interfaces/%s\n" -msgstr "\tInterfaz: %s/interfaces/%s\n" +msgid "Output for printer %s/%s is sent to %s\n" +msgstr "La salida de la impresora %s/%s se ha enviado a %s\n" #, c-format -msgid "\tInterface: %s/ppd/%s.ppd\n" -msgstr "\tInterfaz: %s/ppd/%s.ppd\n" +msgid "Output for printer %s/%s is sent to remote printer %s on %s\n" +msgstr "" +"La salida de la impresora %s/%s se ha enviado a la impresora remota %s en %" +"s\n" + +msgid "Output tray missing!" +msgstr "" -msgid "\tOn fault: no alert\n" -msgstr "\tEn fallo: no alertar\n" +msgid "PASS\n" +msgstr "PASA\n" -msgid "\tAfter fault: continue\n" -msgstr "\tTras fallo: continuar\n" +msgid "PS Binary Protocol" +msgstr "Protocolo Binario PS" -msgid "\tUsers allowed:\n" -msgstr "\tUsuarios permitidos:\n" +#, c-format +msgid "Password for %s on %s? " +msgstr "¿Contraseña de %s en %s? " -msgid "\tUsers denied:\n" -msgstr "\tUsuarios denegados:\n" +#, c-format +msgid "Password for %s required to access %s via SAMBA: " +msgstr "Se requiere la contraseña de %s para acceder a %s vía SAMBA: " -msgid "\t\t(all)\n" -msgstr "\t\t(todos)\n" +msgid "Policies" +msgstr "Reglas" -msgid "\tForms allowed:\n" -msgstr "\tFormularios permitidos:\n" +msgid "Print Job:" +msgstr "Imprimir trabajo:" -msgid "\t\t(none)\n" -msgstr "\t\t(ninguno)\n" +msgid "Print Test Page" +msgstr "Imprimir página de prueba" -msgid "\tBanner required\n" -msgstr "\tSe necesita un banner\n" +#, fuzzy +msgid "Printer Added" +msgstr "Impresora" -msgid "\tCharset sets:\n" -msgstr "\tAjustes del juego de caracteres:\n" +#, fuzzy +msgid "Printer Deleted" +msgstr "La impresora no está compartida." -msgid "\tDefault pitch:\n" -msgstr "\tPaso predeterminado:\n" +msgid "Printer Maintenance" +msgstr "Mantenimiento de impresora" -msgid "\tDefault page size:\n" -msgstr "\tTamaño de página predeterminado:\n" +#, fuzzy +msgid "Printer Modified" +msgstr "Mantenimiento de impresora" -msgid "\tDefault port settings:\n" -msgstr "\tAjustes del puerto predeterminados:\n" +#, fuzzy +msgid "Printer Stopped" +msgstr "La impresora no está compartida." -#, c-format -msgid "printer %s/%s is idle. enabled since %s\n" -msgstr "la impresora %s/%s está inactiva. activada desde %s\n" +#, fuzzy +msgid "Printer off-line." +msgstr "Mantenimiento de impresora" -#, c-format -msgid "printer %s/%s now printing %s-%d. enabled since %s\n" -msgstr "la impresora %s/%s está imprimiendo %s-%d. activada desde %s\n" +msgid "Printer:" +msgstr "Impresora:" -#, c-format -msgid "printer %s/%s disabled since %s -\n" -msgstr "la impresora %s/%s está desactivada desde %s -\n" +msgid "Printers" +msgstr "Impresoras" -msgid "scheduler is running\n" -msgstr "el planificador de tareas se está ejecutando\n" +msgid "Purge Jobs" +msgstr "Purgar trabajos" -msgid "scheduler is not running\n" -msgstr "el planificador de tareas no se está ejecutando\n" +msgid "Quota limit reached." +msgstr "Se ha alcanzado el límite de cuota." -#, c-format -msgid "lpadmin: Unable to connect to server: %s\n" -msgstr "lpadmin: No se ha podido conectar al servidor: %s\n" +msgid "Rank Owner Job File(s) Total Size\n" +msgstr "Rango Propiet. Trabajo Archivo(s) Tamaño total\n" msgid "" -"lpadmin: Unable to add a printer to the class:\n" -" You must specify a printer name first!\n" +"Rank Owner Pri Job Files Total Size\n" msgstr "" -"lpadmin: No se ha podido añadir una impresora a la clase:\n" -" Debe especificar un nombre de impresora primero.\n" - -msgid "lpadmin: Expected class name after '-c' option!\n" -msgstr "lpadmin: Se esperaba un nombre de clase tras la opción '-c'\n" +"Rango Propiet. Pri Trabajo Archivos Tamaño total\n" -msgid "lpadmin: Class name can only contain printable characters!\n" -msgstr "lpadmin: El nombre de la clase sólo puede contener caracteres imprimibles.\n" - -msgid "lpadmin: Expected printer name after '-d' option!\n" -msgstr "lpadmin: Se esperaba un nombre de impresora tras la opción '-d'\n" +msgid "Reject Jobs" +msgstr "Rechazar trabajos" -msgid "lpadmin: Printer name can only contain printable characters!\n" -msgstr "lpadmin: El nombre de la impresora sólo puede contener caracteres imprimibles.\n" +msgid "Resolution" +msgstr "Resolución" -msgid "lpadmin: Expected hostname after '-h' option!\n" -msgstr "lpadmin: Se esperaba un nombre de ordenador tras la opción '-h'.\n" +#, c-format +msgid "Running command: %s %s -N -A %s -c '%s'\n" +msgstr "Ejecutando comando: %s %s -N -A '%s -c '%s'\n" -msgid "" -"lpadmin: Unable to set the interface script:\n" -" You must specify a printer name first!\n" +msgid "Server Restarted" msgstr "" -"lpadmin: No se ha podido establecer el script de interfaz:\n" -" Primero debe especificar un nombre de impresora.\n" -msgid "lpadmin: Expected interface after '-i' option!\n" -msgstr "lpadmin: Se esperaba una interfaz tras la opción '-i'.\n" +msgid "Server Security Auditing" +msgstr "" -msgid "" -"lpadmin: Unable to set the interface script or PPD file:\n" -" You must specify a printer name first!\n" +msgid "Server Started" msgstr "" -"lpadmin: No se ha podido establecer el script de interfaz o el archivo PPD:\n" -" Primero debe especificar un nombre de impresora.\n" -msgid "lpadmin: Expected model after '-m' option!\n" -msgstr "lpadmin: Se esperaba un modelo tras la opción '-m'.\n" +msgid "Server Stopped" +msgstr "" -msgid "lpadmin: Expected name=value after '-o' option!\n" -msgstr "lpadmin: Se esperaba un nombre=valor tras la opción '-o'.\n" +msgid "Set Allowed Users" +msgstr "Establecer usuarios permitidos" -msgid "lpadmin: Expected printer after '-p' option!\n" -msgstr "lpadmin: Se esperaba una impresora tras la opción '-p'.\n" +msgid "Set As Default" +msgstr "Poner como predeterminada" -msgid "" -"lpadmin: Unable to remove a printer from the class:\n" -" You must specify a printer name first!\n" -msgstr "" -"lpadmin: No se ha podido quitar una impresora de la clase:\n" -" Primero debe especificar un nombre de impresora.\n" +msgid "Set Printer Options" +msgstr "Cambiar opciones impresora" -msgid "lpadmin: Expected class after '-r' option!\n" -msgstr "lpadmin: Se esperaba una clase tras la opción '-r'\n" +msgid "Set Publishing" +msgstr "Hacer pública" -msgid "lpadmin: Expected allow/deny:userlist after '-u' option!\n" -msgstr "lpadmin: Se esperaba allow/deny:lista_usuarios tras la opción '-u'.\n" +msgid "Start Class" +msgstr "Iniciar clase" -#, c-format -msgid "lpadmin: Unknown allow/deny option \"%s\"!\n" -msgstr "lpadmin: Opción allow/deny desconocida \"%s\".\n" +msgid "Start Printer" +msgstr "Iniciar impresora" -msgid "" -"lpadmin: Unable to set the device URI:\n" -" You must specify a printer name first!\n" -msgstr "" -"lpadmin: No se ha podido ajustar el URI de dispositivo:\n" -" Primero debe especificar un nombre de impresora.\n" +msgid "Starting Banner" +msgstr "Banner inicial" -msgid "lpadmin: Expected device URI after '-v' option!\n" -msgstr "lpadmin: Se esperaba un URI de dispositivo tras la opción '-v'.\n" +msgid "Stop Class" +msgstr "Detener clase" -msgid "lpadmin: Expected printer or class after '-x' option!\n" -msgstr "lpadmin: Se esperaba una impresora o clase tras la opción '-x'.\n" +msgid "Stop Printer" +msgstr "Detener impresora" msgid "" -"lpadmin: Unable to set the printer description:\n" -" You must specify a printer name first!\n" +"The class name may only contain up to 127 printable characters and may not " +"contain spaces, slashes (/), or the pound sign (#)." msgstr "" -"lpadmin: No se ha podido establecer la descripción de la impresora:\n" -" Primero debe especificar un nombre de impresora.\n" - -msgid "lpadmin: Expected description after '-D' option!\n" -msgstr "lpadmin: Se esperaba una descripción tras la opción '-D'.\n" - -msgid "lpadmin: Expected file type(s) after '-I' option!\n" -msgstr "lpadmin: Se esperaba tipo(s) de archivo(s) tras la opción '-l'.\n" - -msgid "lpadmin: Warning - content type list ignored!\n" -msgstr "lpadmin: Advertencia - lista de tipo de contenido no tenida en cuenta.\n" +"El nombre de la clase sólo puede contener hasta 127 caracteres imprimibles y " +"no puede contener espacios, barras (/), o la almohadilla (#)." msgid "" -"lpadmin: Unable to set the printer location:\n" -" You must specify a printer name first!\n" +"The notify-lease-duration attribute cannot be used with job subscriptions." msgstr "" -"lpadmin: No se ha podido establecer la ubicación de la impresora:\n" -" Primero debe especificar un nombre de impresora.\n" +"El atributo notify-lease-duration no puede ser usado con subscripciones de " +"trabajos." -msgid "lpadmin: Expected location after '-L' option!\n" -msgstr "lpadmin: Se esperaba una ubicación tras la opción '-L'.\n" +#, c-format +msgid "The notify-user-data value is too large (%d > 63 octets)!" +msgstr "El valor notify-user-data es demasiado grande (%d > 63 octetos)." msgid "" -"lpadmin: Unable to set the PPD file:\n" -" You must specify a printer name first!\n" +"The printer name may only contain up to 127 printable characters and may not " +"contain spaces, slashes (/), or the pound sign (#)." msgstr "" -"lpadmin: No se ha podido establecer el archivo PPD:\n" -" Primero debe especificar un nombre de impresora.\n" +"El nombre de la impresora sólo puede contener hasta 127 caracteres " +"imprimibles y no puede contener espacios, barras (/), o la almohadilla (#)." -msgid "lpadmin: Expected PPD after '-P' option!\n" -msgstr "lpadmin: Se esperaba un PPD tras la opción '-P'.\n" +msgid "The printer or class is not shared!" +msgstr "La impresora o clase no está compartida." -#, c-format -msgid "lpadmin: Unknown option '%c'!\n" -msgstr "lpadmin: Opción '%c' desconocida.\n" +msgid "The printer or class was not found." +msgstr "No se ha encontrado la impresora o la clase." #, c-format -msgid "lpadmin: Unknown argument '%s'!\n" -msgstr "lpadmin: Argumento '%s' desconocido.\n" +msgid "The printer-uri \"%s\" contains invalid characters." +msgstr "El printer-uri \"%s\" contiene caracteres incorrectos." + +msgid "The printer-uri attribute is required!" +msgstr "Se necesita el atributo printer-uri." msgid "" -"lpadmin: Unable to set the printer options:\n" -" You must specify a printer name first!\n" +"The printer-uri must be of the form \"ipp://HOSTNAME/classes/CLASSNAME\"." msgstr "" -"lpadmin: No se han podido establecer las opciones de impresora:\n" -" Primero debe especificar un nombre de impresora.\n" +"El printer-uri debe ser de la forma \"ipp://NOMBRE_ORDENADOR/classes/" +"NOMBRE_CLASE\"." msgid "" -"Usage:\n" -"\n" -" lpadmin [-h server] -d destination\n" -" lpadmin [-h server] -x destination\n" -" lpadmin [-h server] -p printer [-c add-class] [-i interface] [-m model]\n" -" [-r remove-class] [-v device] [-D description]\n" -" [-P ppd-file] [-o name=value]\n" -" [-u allow:user,user] [-u deny:user,user]\n" -"\n" +"The printer-uri must be of the form \"ipp://HOSTNAME/printers/PRINTERNAME\"." msgstr "" -"Uso:\n" -"\n" -" lpadmin [-h servidor] -d destino\n" -" lpadmin [-h servidor] -x destino\n" -" lpadmin [-h servidor] -p impresora [-c clase] [-i interfaz] [-m modelo]\n" -" [-r clase] [-v dispositivo] [-D descripción]\n" -" [-P archivo_ppd] [-o nombre=valor]\n" -" [-u allow:usuario,usuario] [-u deny:usuario,usuario]\n" -"\n" +"El printer-uri debe ser de la forma \"ipp://NOMBRE_ORDENADOR/printers/" +"NOMBRE_IMPRESORA\"." -#, c-format -msgid "lpadmin: Unable to create temporary file: %s\n" -msgstr "lpadmin: No se ha podido crear el archivo temporal: %s\n" +#, fuzzy +msgid "" +"The subscription name may not contain spaces, slashes (/), question marks " +"(?), or the pound sign (#)." +msgstr "" +"El nombre de la clase sólo puede contener hasta 127 caracteres imprimibles y " +"no puede contener espacios, barras (/), o la almohadilla (#)." -#, c-format -msgid "lpadmin: Unable to open file \"%s\": %s\n" -msgstr "lpadmin: No se ha podido abrir el archivo \"%s\": %s\n" +msgid "Toner low." +msgstr "" -#, c-format -msgid "lpadmin: add-printer (set model) failed: %s\n" -msgstr "lpadmin: add-printer (establecer modelo) ha fallado: %s\n" +msgid "Too many active jobs." +msgstr "Demasiados trabajos activos." -#, c-format -msgid "lpadmin: add-printer (set description) failed: %s\n" -msgstr "lpadmin: add-printer (establecer descripción) ha fallado: %s\n" +msgid "Unable to access cupsd.conf file:" +msgstr "No se ha podido acceder al archivo cupsd.conf" -#, c-format -msgid "lpadmin: add-printer (set location) failed: %s\n" -msgstr "lpadmin: add-printer (establecer ubicación) ha fallado: %s\n" +#, fuzzy +msgid "Unable to add RSS subscription:" +msgstr "No se ha podido añadir la impresora:" -#, c-format -msgid "lpadmin: Unable to create temporary file - %s\n" -msgstr "lpadmin: No se ha podido crear el archivo temporal - %s\n" +msgid "Unable to add class:" +msgstr "No se ha podido añadir la clase:" #, c-format -msgid "lpadmin: Unable to open PPD file \"%s\" - %s\n" -msgstr "lpadmin: No se ha podido abrir el archivo PPD \"%s\" - %s\n" +msgid "Unable to add job for destination \"%s\"!" +msgstr "No se ha podido añadir el trabajo para el destino \"%s\"." -#, c-format -msgid "lpadmin: %s failed: %s\n" -msgstr "lpadmin: %s ha fallado: %s\n" +msgid "Unable to add printer:" +msgstr "No se ha podido añadir la impresora:" + +msgid "Unable to allocate memory for file types!" +msgstr "No se ha podido reservar memoria para tipos de archivo." -msgid "lp: Expected destination after -d option!\n" -msgstr "lp: Se esperaba un destino tras la opción -d.\n" +#, fuzzy +msgid "Unable to cancel RSS subscription:" +msgstr "No se ha podido cambiar la impresora:" -msgid "lp: Expected form after -f option!\n" -msgstr "lp: Se esperaba un formulario tras la opción -f.\n" +msgid "Unable to change printer-is-shared attribute:" +msgstr "No se ha podido cambiar el atributo printer-is-shared:" -msgid "lp: Expected hostname after -h option!\n" -msgstr "lp: Se esperaba un nombre de ordenador tras la opción -h.\n" +msgid "Unable to change printer:" +msgstr "No se ha podido cambiar la impresora:" -msgid "lp: Expected job ID after -i option!\n" -msgstr "lp: Se esperaba un ID de trabajo tras la opción -i.\n" +msgid "Unable to change server settings:" +msgstr "No se han podido cambiar las especificaciones del servidor:" -msgid "lp: Error - cannot print files and alter jobs simultaneously!\n" -msgstr "lp: Error - no se pueden imprimir archivos y alterar trabajos al mismo tiempo.\n" +#, c-format +msgid "Unable to copy CUPS printer driver files (%d)!" +msgstr "" +"No se han podido copiar los archivos del controlador de impresora de CUPS (%" +"d)." -msgid "lp: Error - bad job ID!\n" -msgstr "lp: Error - ID de trabajo incorrecta.\n" +#, c-format +msgid "Unable to copy PPD file - %s!" +msgstr "No se ha podido copiar el archivo PPD - %s." -msgid "lp: Expected copies after -n option!\n" -msgstr "lp: Se esperaba número de copias tras la opción -n.\n" +msgid "Unable to copy PPD file!" +msgstr "No se ha podido copiar el archivo PPD." -msgid "lp: Expected option string after -o option!\n" -msgstr "lp: Se esperaba una cadena de opciones tras la opción -o.\n" +#, c-format +msgid "Unable to copy Windows 2000 printer driver files (%d)!" +msgstr "" +"No se han podido copiar los archivos del controlador de impresora de Windows " +"2000 (%d)." #, c-format -msgid "lp: Expected priority after -%c option!\n" -msgstr "lp: Se esperaba un valor de prioridad tras la opción -%c.\n" +msgid "Unable to copy Windows 9x printer driver files (%d)!" +msgstr "" +"No se han podido copiar los archivos del controlador de impresora de Windows " +"9x (%d)." -msgid "lp: Priority must be between 1 and 100.\n" -msgstr "lp: La prioridad debe estar entre 1 y 100.\n" +#, c-format +msgid "Unable to copy interface script - %s!" +msgstr "No se ha podido copiar el script de interface - %s." -msgid "lp: Expected title after -t option!\n" -msgstr "lp: Se esperaba un título tras la opción -t.\n" +msgid "Unable to create temporary file:" +msgstr "No se ha podido crear el archivo temporal:" -msgid "lp: Expected mode list after -y option!\n" -msgstr "lp: Se esperaba una lista de modos tras la opción -y.\n" +msgid "Unable to delete class:" +msgstr "No se ha podido borrar la clase:" -msgid "lp: Warning - mode option ignored!\n" -msgstr "lp: Advertencia - opción de modo no tenida en cuenta.\n" +msgid "Unable to delete printer:" +msgstr "No se ha podido borrar la impresora:" -msgid "lp: Expected hold name after -H option!\n" -msgstr "lp: Se esperaba un nombre de retención tras la opción -H.\n" +msgid "Unable to edit cupsd.conf files larger than 1MB!" +msgstr "No se pueden editar archivos cupsd.conf mayores de 1MB." -msgid "lp: Need job ID (-i) before \"-H restart\"!\n" -msgstr "lp: Se necesita la ID de trabajo (-i) antes de \"-H restart\".\n" +msgid "Unable to find destination for job!" +msgstr "No se ha podido encontrar destino para el trabajo." -msgid "lp: Expected page list after -P option!\n" -msgstr "lp: Se esperaba una lista de páginas tras la opción -P.\n" +msgid "Unable to get PPD file!" +msgstr "No se ha podido obtener el archivo PPD." -msgid "lp: Expected character set after -S option!\n" -msgstr "lp: Se esperaba un juego de caracteres tras la opción -S.\n" +msgid "Unable to get class list:" +msgstr "No se ha podido obtener la lista de clases:" -msgid "lp: Warning - character set option ignored!\n" -msgstr "lp: Advertencia - opción de juego de caracteres no tenida en cuenta.\n" +msgid "Unable to get class status:" +msgstr "No se ha podido obtener el estado de la clase:" -msgid "lp: Expected content type after -T option!\n" -msgstr "lp: Se esperaba un tipo de contenido tras la opción -T.\n" +msgid "Unable to get list of printer drivers:" +msgstr "No se ha podido obtener la lista de controladores de impresora:" -msgid "lp: Warning - content type option ignored!\n" -msgstr "lp: Advertencia - opción de tipo de contenido no tenida en cuenta.\n" +msgid "Unable to get printer attributes:" +msgstr "No se han podido obtener los atributos de la impresora:" -#, c-format -msgid "lp: Unknown option '%c'!\n" -msgstr "lp: Opción '%c' desconocida.\n" +msgid "Unable to get printer list:" +msgstr "No se ha podido obtener la lista de impresoras:" -msgid "lp: Error - cannot print from stdin if files or a job ID are provided!\n" -msgstr "lp: Error - no se puede imprimir desde stdin si se proporcionan archivos o un ID de trabajo.\n" +msgid "Unable to get printer status:" +msgstr "No se ha podido obtener el estado de la impresora" #, c-format -msgid "lp: Unable to access \"%s\" - %s\n" -msgstr "lp: No se ha podido acceder a \"%s\" - %s\n" +msgid "Unable to install Windows 2000 printer driver files (%d)!" +msgstr "" +"No se han podido instalar los archivos del controlador de impresora de " +"Windows 2000 (%d)." #, c-format -msgid "lp: Too many files - \"%s\"\n" -msgstr "lp: Demasiados archivos - \"%s\"\n" - -msgid "lp: error - no default destination available.\n" -msgstr "lp: error - no está disponible el destino predeterminado.\n" +msgid "Unable to install Windows 9x printer driver files (%d)!" +msgstr "" +"No se han podido instalar los archivos del controlador de impresora de " +"Windows 9x (%d)." -msgid "lp: error - scheduler not responding!\n" -msgstr "lp: error - el planificador de tareas no responde.\n" +msgid "Unable to modify class:" +msgstr "No se ha podido modificar la clase:" -#, c-format -msgid "lp: unable to create temporary file \"%s\" - %s\n" -msgstr "lp: no se ha podido crear el archivo temporal \"%s\" - %s\n" +msgid "Unable to modify printer:" +msgstr "No se ha podido modificar la impresora:" -#, c-format -msgid "lp: error - unable to write to temporary file \"%s\" - %s\n" -msgstr "lp: error - no se ha podido escribir en el archivo temporal \"%s\" - %s\n" +msgid "Unable to move job" +msgstr "No se ha podido mover el trabajo" -msgid "lp: stdin is empty, so no job has been sent.\n" -msgstr "lp: stdin está vacío, por lo tanto no se ha enviado ningún trabajo.\n" +msgid "Unable to move jobs" +msgstr "No se han podido mover los trabajos" -#, c-format -msgid "lp: unable to print file: %s\n" -msgstr "lp: no se ha podido imprimir el archivo: %s\n" +msgid "Unable to open PPD file" +msgstr "No se ha podido abrir el archivo PPD" -#, c-format -msgid "request id is %s-%d (%d file(s))\n" -msgstr "la id solicitada es %s-%d (%d archivo(s))\n" +msgid "Unable to open PPD file:" +msgstr "No se ha podido abrir el archivo PPD:" -#, c-format -msgid "lp: restart-job failed: %s\n" -msgstr "lp: restart-job ha fallado: %s\n" +msgid "Unable to open cupsd.conf file:" +msgstr "No se ha podido abrir el archivo cupsd.conf:" -#, c-format -msgid "lp: set-job-attributes failed: %s\n" -msgstr "lp: set-job-attibutes ha fallado: %s\n" +msgid "Unable to print test page:" +msgstr "No se ha podido imprimir la página de prueba:" #, c-format -msgid "lpinfo: Unable to connect to server: %s\n" -msgstr "lpinfo: No se ha podido conectar al servidor: %s\n" +msgid "Unable to run \"%s\": %s\n" +msgstr "No se ha podido ejecutar \"%s\": %s\n" -#, c-format -msgid "lpinfo: Unknown option '%c'!\n" -msgstr "lpinfo: Opción '%c' desconocida.\n" +msgid "Unable to send maintenance job:" +msgstr "No se ha podido enviar el trabajo de mantenimiento:" #, c-format -msgid "lpinfo: Unknown argument '%s'!\n" -msgstr "lpinfo Argumento '%s' desconocido.\n" +msgid "Unable to set Windows printer driver (%d)!" +msgstr "" +"No se ha podido configurar el controlador de impresora de Windows (%d)." -#, c-format -msgid "lpinfo: cups-get-devices failed: %s\n" -msgstr "lpinfo: cups-get-devices ha fallado: %s\n" +msgid "Unable to set options:" +msgstr "No se han podido cambiar las opciones:" -#, c-format -msgid "" -"Device: uri = %s\n" -" class = %s\n" -" info = %s\n" -" make-and-model = %s\n" -msgstr "" -"Dispositivo: uri = %s\n" -" clase = %s\n" -" info = %s\n" -" make-and-model = %s\n" +msgid "Unable to upload cupsd.conf file:" +msgstr "No se ha podido copiar el archivo cupsd.conf:" -#, c-format -msgid "lpinfo: cups-get-ppds failed: %s\n" -msgstr "lpinfo: cups-get-ppds ha fallado: %s\n" +msgid "Unknown" +msgstr "Desconocido" -#, c-format -msgid "" -"Model: name = %s\n" -" natural_language = %s\n" -" make-and-model = %s\n" -msgstr "" -"Modelo: nombre = %s\n" -" natural_language = %s\n" -" make-and-model = %s\n" +#, fuzzy, c-format +msgid "Unknown printer error (%s)!" +msgstr "printer-error-policy \"%s\" incorrecto." #, c-format -msgid "lpmove: Unknown option '%c'!\n" -msgstr "lpmove: Opción '%c' desconocida.\n" +msgid "Unknown printer-error-policy \"%s\"." +msgstr "printer-error-policy \"%s\" incorrecto." #, c-format -msgid "lpmove: Unknown argument '%s'!\n" -msgstr "lpmove: Argumento '%s' desconocido.\n" - -msgid "Usage: lpmove job dest\n" -msgstr "Uso: lpmove trabajo destino\n" +msgid "Unknown printer-op-policy \"%s\"." +msgstr "printer-op-policy \"%s\" incorrecto." #, c-format -msgid "lpmove: Unable to connect to server: %s\n" -msgstr "lpmove: No se ha podido conectar al servidor: %s\n" +msgid "Unsupported compression \"%s\"!" +msgstr "No se admite el uso de la compresión \"%s\"." #, c-format -msgid "lpmove: move-job failed: %s\n" -msgstr "lpmove: move-job ha fallado: %s\n" - -msgid "lpoptions: Unknown printer or class!\n" -msgstr "lpoptions: Impresora o clase desconocida.\n" - -msgid "lpoptions: No printers!?!\n" -msgstr "lpoptions: ¡¿¡No hay impresoras!?!\n" +msgid "Unsupported compression attribute %s!" +msgstr "No se admite el uso del atributo de compresión %s." #, c-format -msgid "lpoptions: Unable to add printer or instance: %s\n" -msgstr "lpoptions: No se ha podido añadir la impresora o la instancia: %s\n" +msgid "Unsupported format \"%s\"!" +msgstr "No se admite el uso del formato \"%s\"." #, c-format -msgid "lpoptions: Destination %s has no PPD file!\n" -msgstr "lpoptions: El destino %s no tiene archivo PPD.\n" +msgid "Unsupported format '%s'!" +msgstr "No se admite el uso del formato '%s'." #, c-format -msgid "lpoptions: Unable to open PPD file for %s!\n" -msgstr "lpoptions: No se ha podido abrir el archivo PPD para %s.\n" +msgid "Unsupported format '%s/%s'!" +msgstr "No se admite el uso del formato '%s/%s'." msgid "" -"Usage: lpoptions [-h server] [-E] -d printer\n" -" lpoptions [-h server] [-E] [-p printer] -l\n" -" lpoptions [-h server] [-E] -p printer -o option[=value] ...\n" -" lpoptions [-h server] [-E] -x printer\n" +"Usage:\n" +"\n" +" lpadmin [-h server] -d destination\n" +" lpadmin [-h server] -x destination\n" +" lpadmin [-h server] -p printer [-c add-class] [-i interface] [-m model]\n" +" [-r remove-class] [-v device] [-D description]\n" +" [-P ppd-file] [-o name=value]\n" +" [-u allow:user,user] [-u deny:user,user]\n" +"\n" msgstr "" -"Uso: lpoptions [-h servidor] [-E] -d impresora\n" -" lpoptions [-h servidor] [-E] [-p impresora] -l\n" -" lpoptions [-h servidor] [-E] -p impresora -o opción[=valor] ...\n" -" lpoptions [-h servidor] [-E] -x impresora\n" - -msgid "lppasswd: Only root can add or delete passwords!\n" -msgstr "lppasswd: Solo el usuario root puede añadir o borrar contraseñas.\n" - -msgid "Enter old password:" -msgstr "Introduzca la contraseña antigua:" +"Uso:\n" +"\n" +" lpadmin [-h servidor] -d destino\n" +" lpadmin [-h servidor] -x destino\n" +" lpadmin [-h servidor] -p impresora [-c clase] [-i interfaz] [-m modelo]\n" +" [-r clase] [-v dispositivo] [-D descripción]\n" +" [-P archivo_ppd] [-o nombre=valor]\n" +" [-u allow:usuario,usuario] [-u deny:usuario,usuario]\n" +"\n" #, c-format -msgid "lppasswd: Unable to copy password string: %s\n" -msgstr "lppasswd: No se ha podido copiar la cadena de contraseña: %s\n" - -msgid "Enter password:" -msgstr "Introduzca la contraseña:" - -msgid "Enter password again:" -msgstr "Introduzca nuevamente la contraseña:" - -msgid "lppasswd: Sorry, passwords don't match!\n" -msgstr "lppasswd: Lo siento, las contraseñas no coinciden.\n" - -msgid "" -"lppasswd: Sorry, password rejected.\n" -"Your password must be at least 6 characters long, cannot contain\n" -"your username, and must contain at least one letter and number.\n" +msgid "Usage: %s job-id user title copies options [file]\n" msgstr "" -"lppasswd: Lo siento, se ha rechazado la contraseña.\n" -"Su contraseña debe tener al menos 6 caracteres, no puede contener\n" -"su nombre de usuario, y debe tener al menos una letra y un número.\n" - -msgid "lppasswd: Password file busy!\n" -msgstr "lppasswd: Archivo de contraseñas ocupado.\n" #, c-format -msgid "lppasswd: Unable to open password file: %s\n" -msgstr "lppasswd: No se ha podido abrir el archivo de contraseñas: %s\n" +msgid "Usage: %s job-id user title copies options file\n" +msgstr "" -#, c-format -msgid "lppasswd: Unable to write to password file: %s\n" -msgstr "lppasswd: No se ha podido escribir en el archivo de contraseñas: %s\n" +msgid "" +"Usage: cupsaddsmb [options] printer1 ... printerN\n" +" cupsaddsmb [options] -a\n" +"\n" +"Options:\n" +" -E Encrypt the connection to the server\n" +" -H samba-server Use the named SAMBA server\n" +" -U samba-user Authenticate using the named SAMBA user\n" +" -a Export all printers\n" +" -h cups-server Use the named CUPS server\n" +" -v Be verbose (show commands)\n" +msgstr "" +"Uso: cupsaddsmb [opciones] impresora1 ... impresoraN\n" +" cupsaddsmb [opciones] -a\n" +"\n" +"Opciones:\n" +" -E Hace que se use encriptación en la conexión con el " +"servidor\n" +" -H servidor_samba Usa el servidor SAMBA especificado\n" +" -U usuario_samba Autentifica usando el usuario SAMBA especificado\n" +" -a Exporta todas las impresoras\n" +" -h servidor_cups Usa el servidor CUPS especificado\n" +" -v Ser detallado (mostrar comandos)\n" -#, c-format -msgid "lppasswd: user \"%s\" and group \"%s\" do not exist.\n" -msgstr "lppasswd: el usuario \"%s\" y el grupo \"%s\" no existen.\n" +msgid "" +"Usage: cupsd [-c config-file] [-f] [-F] [-h] [-l]\n" +"\n" +"-c config-file Load alternate configuration file\n" +"-f Run in the foreground\n" +"-F Run in the foreground but detach\n" +"-h Show this usage message\n" +"-l Run cupsd from launchd(8)\n" +msgstr "" +"Uso: cupsd (-c archivo-configuración) (-f) (-F) (-h) (-l)\n" +"\n" +"-c archivo-configuración Carga un archivo de configuración alternativo\n" +"-f Se ejecuta en primer plano\n" +"-F Se ejecuta en primer plano pero separado\n" +"-h Muestra este mensaje de cómo se usa\n" +"-l Ejecuta cupsd desde launchd(8)\n" -msgid "lppasswd: Sorry, password doesn't match!\n" -msgstr "lppasswd: Lo siento, las contraseñas no coinciden.\n" +msgid "" +"Usage: cupstestdsc [options] filename.ps [... filename.ps]\n" +" cupstestdsc [options] -\n" +"\n" +"Options:\n" +"\n" +" -h Show program usage\n" +"\n" +" Note: this program only validates the DSC comments, not the PostScript " +"itself.\n" +msgstr "" +"Uso: cupstestdsc [opciones] nombre_archivo.ps [... nombre_archivo.ps]\n" +" cupstestdsc [opciones] -\n" +"\n" +"Opciones:\n" +"\n" +" -h Muestra cómo se usa el programa\n" +"\n" +" Nota: este programa sólo valida los comentarios DSC, no el PostScript en " +"sí mismo.\n" -msgid "lppasswd: Password file not updated!\n" -msgstr "lppasswd: Archivo de contraseñas no actualizado.\n" +msgid "" +"Usage: cupstestppd [-q] [-r] [-v[v]] filename1.ppd[.gz] [... filenameN.ppd[." +"gz]]\n" +" program | cupstestppd [-q] [-r] [-v[v]] -\n" +msgstr "" +"Uso: cupstestppd [-q] [-r] [-v[v]] nombre_archivo1.ppd[.gz] [... " +"nombre_archivoN.ppd[.gz]]\n" +" programa | cupstestppd [-q] [-r] [-v[v]] -\n" -#, c-format -msgid "lppasswd: failed to backup old password file: %s\n" -msgstr "lppasswd: falló al hacer una copia de seguridad del antiguo archivo de contraseñas: %s\n" +msgid "Usage: lpmove job/src dest\n" +msgstr "Uso: lpmove trabajo/fuente destino\n" -#, c-format -msgid "lppasswd: failed to rename password file: %s\n" -msgstr "lppasswd: falló al cambiar de nombre al archivo de contraseñas: %s\n" +msgid "" +"Usage: lpoptions [-h server] [-E] -d printer\n" +" lpoptions [-h server] [-E] [-p printer] -l\n" +" lpoptions [-h server] [-E] -p printer -o option[=value] ...\n" +" lpoptions [-h server] [-E] -x printer\n" +msgstr "" +"Uso: lpoptions [-h servidor] [-E] -d impresora\n" +" lpoptions [-h servidor] [-E] [-p impresora] -l\n" +" lpoptions [-h servidor] [-E] -p impresora -o opción[=valor] ...\n" +" lpoptions [-h servidor] [-E] -x impresora\n" msgid "Usage: lppasswd [-g groupname]\n" msgstr "Usage: lppasswd [-g nombre_grupo]\n" @@ -1822,1057 +2528,1143 @@ msgstr "" " lppasswd [-g nombre_grupo] -a [nombre_usuario]\n" " lppasswd [-g nombre_grupo] -x [nombre_usuario]\n" -msgid "Start Printer" -msgstr "Iniciar impresora" - -msgid "Stop Printer" -msgstr "Detener impresora" - -msgid "Start Class" -msgstr "Iniciar clase" - -msgid "Stop Class" -msgstr "Detener clase" - -msgid "Accept Jobs" -msgstr "Aceptar trabajos" - -msgid "Reject Jobs" -msgstr "Rechazar trabajos" - -msgid "Purge Jobs" -msgstr "Purgar trabajos" - -msgid "Set As Default" -msgstr "Poner como predeterminada" - -msgid "Administration" -msgstr "Administración" - -msgid "Modify Class" -msgstr "Modificar clase" - -msgid "Add Class" -msgstr "Añadir clase" - -msgid "The class name may only contain up to 127 printable characters and may not contain spaces, slashes (/), or the pound sign (#)." -msgstr "El nombre de la clase sólo puede contener hasta 127 caracteres imprimibles y no puede contener espacios, barras (/), o la almohadilla (#)." - -msgid "Unable to modify class:" -msgstr "No se ha podido modificar la clase:" - -msgid "Unable to add class:" -msgstr "No se ha podido añadir la clase:" - -msgid "Modify Printer" -msgstr "Modificar impresora" - -msgid "Add Printer" -msgstr "Añadir impresora" - -msgid "The printer name may only contain up to 127 printable characters and may not contain spaces, slashes (/), or the pound sign (#)." -msgstr "El nombre de la impresora sólo puede contener hasta 127 caracteres imprimibles y no puede contener espacios, barras (/), o la almohadilla (#)." - -msgid "Unable to get list of printer drivers:" -msgstr "No se ha podido obtener la lista de controladores de impresora:" - -msgid "Unable to modify printer:" -msgstr "No se ha podido modificar la impresora:" - -msgid "Unable to add printer:" -msgstr "No se ha podido añadir la impresora:" - -msgid "Set Printer Options" -msgstr "Cambiar opciones impresora" - -msgid "Missing form variable!" -msgstr "Variable de formulario desaparecida." - -msgid "Unable to get PPD file!" -msgstr "No se ha podido obtener el archivo PPD." - -msgid "Unable to open PPD file:" -msgstr "No se ha podido abrir el archivo PPD:" - -msgid "Banners" -msgstr "Banners" - -msgid "Starting Banner" -msgstr "Banner inicial" - -msgid "Ending Banner" -msgstr "Banner final" - -msgid "Policies" -msgstr "Reglas" - -msgid "Error Policy" -msgstr "Directiva de error" - -msgid "Operation Policy" -msgstr "Directiva de operación" - -msgid "PS Binary Protocol" -msgstr "Protocolo Binario PS" +msgid "" +"Usage: lpq [-P dest] [-U username] [-h hostname[:port]] [-l] [+interval]\n" +msgstr "" +"Uso: lpq (-P dest) (-U nombre_usuario) (-h nombre_ordenador(:puerto)) (-l) " +"(+intervalo)\n" -msgid "None" -msgstr "Ninguno" +msgid "Usage: snmp [host-or-ip-address]\n" +msgstr "" -msgid "Unable to set options:" -msgstr "No se han podido cambiar las opciones:" +#, fuzzy, c-format +msgid "WARNING: Boolean expected for waiteof option \"%s\"\n" +msgstr "lp: Se esperaba un formulario tras la opción -f.\n" -msgid "Change Settings" -msgstr "Cambiar especificaciones" +msgid "WARNING: Couldn't create read channel\n" +msgstr "" -msgid "Unable to change server settings:" -msgstr "No se han podido cambiar las especificaciones del servidor:" +msgid "WARNING: Couldn't create sidechannel thread!\n" +msgstr "" -msgid "Unable to upload cupsd.conf file:" -msgstr "No se ha podido copiar el archivo cupsd.conf:" +msgid "WARNING: Failed to read side-channel request!\n" +msgstr "" -msgid "Edit Configuration File" -msgstr "Editar archivo de configuración" +#, c-format +msgid "WARNING: Option \"%s\" cannot be included via IncludeFeature!\n" +msgstr "" -msgid "Unable to create temporary file:" -msgstr "No se ha podido crear el archivo temporal:" +#, c-format +msgid "" +"WARNING: Remote host did not respond with command status byte after %d " +"seconds!\n" +msgstr "" -msgid "Unable to access cupsd.conf file:" -msgstr "No se ha podido acceder al archivo cupsd.conf" +#, c-format +msgid "" +"WARNING: Remote host did not respond with control status byte after %d " +"seconds!\n" +msgstr "" -msgid "Unable to edit cupsd.conf files larger than 1MB!" -msgstr "No se pueden editar archivos cupsd.conf mayores de 1MB." +#, c-format +msgid "" +"WARNING: Remote host did not respond with data status byte after %d " +"seconds!\n" +msgstr "" -msgid "Delete Class" -msgstr "Borrar clase" +#, c-format +msgid "WARNING: SCSI command timed out (%d); retrying...\n" +msgstr "" -msgid "Unable to delete class:" -msgstr "No se ha podido borrar la clase:" +msgid "" +"WARNING: This document does not conform to the Adobe Document Structuring " +"Conventions and may not print correctly!\n" +msgstr "" -msgid "Delete Printer" -msgstr "Borrar impresora" +#, fuzzy, c-format +msgid "WARNING: Unknown choice \"%s\" for option \"%s\"!\n" +msgstr "%s: Destino \"%s\" desconocido.\n" -msgid "Unable to delete printer:" -msgstr "No se ha podido borrar la impresora:" +#, fuzzy, c-format +msgid "WARNING: Unknown option \"%s\"!\n" +msgstr "%s: Opción '%c' desconocida.\n" -msgid "Export Printers to Samba" -msgstr "Exportar impresoras a Samba" +#, fuzzy, c-format +msgid "WARNING: Unsupported baud rate %s!\n" +msgstr "No se admite el uso del formato '%s'." -msgid "Unable to fork process!" -msgstr "No se ha podido bifurcar el proceso." +#, c-format +msgid "" +"WARNING: recoverable: Network host '%s' is busy; will retry in %d " +"seconds...\n" +msgstr "" -msgid "Unable to connect to server!" -msgstr "No se ha podido conectar al servidor." +msgid "Warning, no Windows 2000 printer drivers are installed!" +msgstr "" +"Advertencia, no está instalado ningún controlador de impresora de Windows " +"2000." -msgid "Unable to get printer attributes!" -msgstr "No se han podido obtener los atributos de la impresora." +msgid "Yes" +msgstr "Si" -msgid "Unable to convert PPD file!" -msgstr "No se ha podido convertir el archivo PPD." +#, c-format +msgid "" +"You must access this page using the URL https://%" +"s:%d%s." +msgstr "" +"Debe acceder a esta página usando el URL https://" +"%s:%d%s." -msgid "Unable to copy Windows 2000 printer driver files!" -msgstr "No se han podido copiar los archivos del controlador de impresora de Windows 2000." +msgid "aborted" +msgstr "cancelado" -msgid "Unable to install Windows 2000 printer driver files!" -msgstr "No se han podido instalar los archivos del controlador de impresora de Windows 2000." +msgid "canceled" +msgstr "cancelado" -msgid "Unable to copy Windows 9x printer driver files!" -msgstr "No se han podido copiar los archivos del controlador de impresora de Windows 9x." +msgid "completed" +msgstr "completado" -msgid "Unable to install Windows 9x printer driver files!" -msgstr "No se han podido instalar los archivos del controlador de impresora de Windows 9x." +msgid "cups-deviced failed to execute." +msgstr "Ha fallado al ejecutarse cups-deviced." -msgid "Unable to set Windows printer driver!" -msgstr "No se ha podido configurar el controlador de impresora de Windows." +msgid "cups-driverd failed to execute." +msgstr "Ha fallado al ejecutarse cups-driverd." -msgid "No printer drivers found!" -msgstr "No se han encontrado controladores de impresora." +#, c-format +msgid "cupsaddsmb: No PPD file for printer \"%s\" - %s\n" +msgstr "cupsaddsmb: No hay archivo PPD para la impresora \"%s\" - %s\n" -msgid "Unable to execute cupsaddsmb command!" -msgstr "No se ha podido ejecutar el comando cupsaddsmb." +msgid "cupsd: Expected config filename after \"-c\" option!\n" +msgstr "" +"cupsd: Se esperaba un nombre de archivo de configuración tras la opción \"-c" +"\".\n" #, c-format -msgid "cupsaddsmb failed with status %d" -msgstr "cupsaddsmb ha fallado con estado %d" +msgid "cupsd: Unknown argument \"%s\" - aborting!\n" +msgstr "cupsd: Argumento \"%s\" desconocido - cancelando.\n" #, c-format -msgid "cupsaddsmb crashed on signal %d" -msgstr "cupsaddsmb se ha estropeado con señal %d" - -msgid "A Samba username is required to export printer drivers!" -msgstr "Se requiere un nombre de usuario Samba para exportar los controladores de impresora." +msgid "cupsd: Unknown option \"%c\" - aborting!\n" +msgstr "cupsd: Opción \"%c\" desconocida - cancelando.\n" -msgid "A Samba password is required to export printer drivers!" -msgstr "Se requiere una contraseña Samba para exportar los controladores de impresora." +msgid "cupsd: launchd(8) support not compiled in, running in normal mode.\n" +msgstr "" +"cupsd: el uso de launchd(8) no ha sido compilado, ejecutándose en modo " +"normal.\n" -msgid "Unable to open cupsd.conf file:" -msgstr "No se ha podido abrir el archivo cupsd.conf:" +msgid "cupstestppd: The -q option is incompatible with the -v option.\n" +msgstr "cupstestppd: La opción -q no es compatible con la opción -v.\n" -msgid "Unable to change printer:" -msgstr "No se ha podido cambiar la impresora:" +msgid "cupstestppd: The -v option is incompatible with the -q option.\n" +msgstr "cupstestppd: La opción -v no es compatible con la opción -q.\n" -msgid "Set Allowed Users" -msgstr "Establecer usuarios permitidos" +#, c-format +msgid "device for %s/%s: %s\n" +msgstr "tipo de conexión para %s/%s: %s\n" -msgid "Unable to get printer attributes:" -msgstr "No se han podido obtener los atributos de la impresora:" +#, c-format +msgid "device for %s: %s\n" +msgstr "tipo de conexión para %s: %s\n" -msgid "Set Publishing" -msgstr "Hacer pública" +msgid "held" +msgstr "retenido" -msgid "Unable to change printer-is-shared attribute:" -msgstr "No se ha podido cambiar el atributo printer-is-shared:" +msgid "help\t\tget help on commands\n" +msgstr "help\t\tproporciona ayuda sobre los comandos\n" -msgid "Classes" -msgstr "Clases" +msgid "idle" +msgstr "inactiva" -msgid "Unable to get class list:" -msgstr "No se ha podido obtener la lista de clases:" +msgid "job-printer-uri attribute missing!" +msgstr "Atributo job-printer-uri desaparecido." -msgid "Unable to get class status:" -msgstr "No se ha podido obtener el estado de la clase:" +msgid "lpadmin: Class name can only contain printable characters!\n" +msgstr "" +"lpadmin: El nombre de la clase sólo puede contener caracteres imprimibles.\n" -msgid "Move Job" -msgstr "Mover trabajo" +msgid "lpadmin: Expected PPD after '-P' option!\n" +msgstr "lpadmin: Se esperaba un PPD tras la opción '-P'.\n" -msgid "Unable to find destination for job!" -msgstr "No se ha podido encontrar destino para el trabajo." +msgid "lpadmin: Expected allow/deny:userlist after '-u' option!\n" +msgstr "lpadmin: Se esperaba allow/deny:lista_usuarios tras la opción '-u'.\n" -msgid "Move All Jobs" -msgstr "Mover todos los trabajos" +msgid "lpadmin: Expected class after '-r' option!\n" +msgstr "lpadmin: Se esperaba una clase tras la opción '-r'\n" -msgid "Unable to move job" -msgstr "No se ha podido mover el trabajo" +msgid "lpadmin: Expected class name after '-c' option!\n" +msgstr "lpadmin: Se esperaba un nombre de clase tras la opción '-c'\n" -msgid "Unable to move jobs" -msgstr "No se han podido mover los trabajos" +msgid "lpadmin: Expected description after '-D' option!\n" +msgstr "lpadmin: Se esperaba una descripción tras la opción '-D'.\n" -msgid "Print Test Page" -msgstr "Imprimir página de prueba" +msgid "lpadmin: Expected device URI after '-v' option!\n" +msgstr "lpadmin: Se esperaba un URI de dispositivo tras la opción '-v'.\n" -msgid "Unable to print test page:" -msgstr "No se ha podido imprimir la página de prueba:" +msgid "lpadmin: Expected file type(s) after '-I' option!\n" +msgstr "lpadmin: Se esperaba tipo(s) de archivo(s) tras la opción '-l'.\n" -msgid "Jobs" -msgstr "Trabajos" +msgid "lpadmin: Expected hostname after '-h' option!\n" +msgstr "lpadmin: Se esperaba un nombre de ordenador tras la opción '-h'.\n" -msgid "Job operation failed:" -msgstr "La operación del trabajo ha fallado:" +msgid "lpadmin: Expected interface after '-i' option!\n" +msgstr "lpadmin: Se esperaba una interfaz tras la opción '-i'.\n" -msgid "Printers" -msgstr "Impresoras" +msgid "lpadmin: Expected location after '-L' option!\n" +msgstr "lpadmin: Se esperaba una ubicación tras la opción '-L'.\n" -msgid "Unable to get printer list:" -msgstr "No se ha podido obtener la lista de impresoras:" +msgid "lpadmin: Expected model after '-m' option!\n" +msgstr "lpadmin: Se esperaba un modelo tras la opción '-m'.\n" -msgid "Unable to get printer status:" -msgstr "No se ha podido obtener el estado de la impresora" +msgid "lpadmin: Expected name=value after '-o' option!\n" +msgstr "lpadmin: Se esperaba un nombre=valor tras la opción '-o'.\n" -msgid "OK" -msgstr "OK" +msgid "lpadmin: Expected printer after '-p' option!\n" +msgstr "lpadmin: Se esperaba una impresora tras la opción '-p'.\n" -msgid "Unable to open PPD file" -msgstr "No se ha podido abrir el archivo PPD" +msgid "lpadmin: Expected printer name after '-d' option!\n" +msgstr "lpadmin: Se esperaba un nombre de impresora tras la opción '-d'\n" -msgid "NULL PPD file pointer" -msgstr "Puntero de archivo PPD NULO" +msgid "lpadmin: Expected printer or class after '-x' option!\n" +msgstr "lpadmin: Se esperaba una impresora o clase tras la opción '-x'.\n" -msgid "Memory allocation error" -msgstr "Error de reserva de memoria" +msgid "lpadmin: No member names were seen!\n" +msgstr "lpadmin: No se han visto nombres de miembros.\n" -msgid "Missing PPD-Adobe-4.x header" -msgstr "Falta cabecera PPD-Adobe-4.x" +#, c-format +msgid "lpadmin: Printer %s is already a member of class %s.\n" +msgstr "lpadmin: La impresora %s ya es miembro de la clase %s.\n" -msgid "Missing value string" -msgstr "Falta cadena de valores" +#, c-format +msgid "lpadmin: Printer %s is not a member of class %s.\n" +msgstr "lpadmin: La impresora %s no es miembro de la clase %s.\n" -msgid "Internal error" -msgstr "Error interno" +msgid "lpadmin: Printer name can only contain printable characters!\n" +msgstr "" +"lpadmin: El nombre de la impresora sólo puede contener caracteres " +"imprimibles.\n" -msgid "Bad OpenGroup" -msgstr "OpenGroup incorrecto" +msgid "" +"lpadmin: Unable to add a printer to the class:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: No se ha podido añadir una impresora a la clase:\n" +" Debe especificar un nombre de impresora primero.\n" -msgid "OpenGroup without a CloseGroup first" -msgstr "OpenGroup sin un CloseGroup previo" +#, c-format +msgid "lpadmin: Unable to connect to server: %s\n" +msgstr "lpadmin: No se ha podido conectar al servidor: %s\n" -msgid "Bad OpenUI/JCLOpenUI" -msgstr "OpenUI/JCLOpenUI incorrecto" +#, c-format +msgid "lpadmin: Unable to create temporary file - %s\n" +msgstr "lpadmin: No se ha podido crear el archivo temporal - %s\n" -msgid "OpenUI/JCLOpenUI without a CloseUI/JCLCloseUI first" -msgstr "OpenUI/JCLOpenUI sin un CloseUI/JCLCloseUI previo" +#, c-format +msgid "lpadmin: Unable to create temporary file: %s\n" +msgstr "lpadmin: No se ha podido crear el archivo temporal: %s\n" -msgid "Bad OrderDependency" -msgstr "OrderDependency incorrecto" +#, c-format +msgid "lpadmin: Unable to open PPD file \"%s\" - %s\n" +msgstr "lpadmin: No se ha podido abrir el archivo PPD \"%s\" - %s\n" -msgid "Bad UIConstraints" -msgstr "UIConstraints incorrecto" +#, c-format +msgid "lpadmin: Unable to open file \"%s\": %s\n" +msgstr "lpadmin: No se ha podido abrir el archivo \"%s\": %s\n" -msgid "Missing asterisk in column 1" -msgstr "Falta un asterisco en la columna 1" +msgid "" +"lpadmin: Unable to remove a printer from the class:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: No se ha podido quitar una impresora de la clase:\n" +" Primero debe especificar un nombre de impresora.\n" -msgid "Line longer than the maximum allowed (255 characters)" -msgstr "Línea más larga que el máximo permitido (255 caracteres)" +msgid "" +"lpadmin: Unable to set the PPD file:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: No se ha podido establecer el archivo PPD:\n" +" Primero debe especificar un nombre de impresora.\n" -msgid "Illegal control character" -msgstr "Carácter de control ilegal" +msgid "" +"lpadmin: Unable to set the device URI:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: No se ha podido ajustar el URI de dispositivo:\n" +" Primero debe especificar un nombre de impresora.\n" -msgid "Illegal main keyword string" -msgstr "Cadena de clave principal ilegal" +msgid "" +"lpadmin: Unable to set the interface script or PPD file:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: No se ha podido establecer el script de interfaz o el archivo PPD:\n" +" Primero debe especificar un nombre de impresora.\n" -msgid "Illegal option keyword string" -msgstr "Cadena de clave de opción ilegal" +msgid "" +"lpadmin: Unable to set the interface script:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: No se ha podido establecer el script de interfaz:\n" +" Primero debe especificar un nombre de impresora.\n" -msgid "Illegal translation string" -msgstr "Cadena de traducción ilegal" +msgid "" +"lpadmin: Unable to set the printer description:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: No se ha podido establecer la descripción de la impresora:\n" +" Primero debe especificar un nombre de impresora.\n" -msgid "Illegal whitespace character" -msgstr "Carácter de espacio en blanco ilegal" +msgid "" +"lpadmin: Unable to set the printer location:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: No se ha podido establecer la ubicación de la impresora:\n" +" Primero debe especificar un nombre de impresora.\n" -msgid "Bad custom parameter" -msgstr "Parámetro a medida incorrecto" +msgid "" +"lpadmin: Unable to set the printer options:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: No se han podido establecer las opciones de impresora:\n" +" Primero debe especificar un nombre de impresora.\n" -msgid "Unknown" -msgstr "Desconocido" +#, c-format +msgid "lpadmin: Unknown allow/deny option \"%s\"!\n" +msgstr "lpadmin: Opción allow/deny desconocida \"%s\".\n" -msgid "Custom" -msgstr "A medida" +#, c-format +msgid "lpadmin: Unknown argument '%s'!\n" +msgstr "lpadmin: Argumento '%s' desconocido.\n" -msgid "JCL" -msgstr "JCL" +#, c-format +msgid "lpadmin: Unknown option '%c'!\n" +msgstr "lpadmin: Opción '%c' desconocida.\n" -msgid "No authentication information provided!" -msgstr "No se ha proporcionado información de autentificación." +msgid "lpadmin: Warning - content type list ignored!\n" +msgstr "" +"lpadmin: Advertencia - lista de tipo de contenido no tenida en cuenta.\n" + +msgid "lpc> " +msgstr "lpc> " #, c-format -msgid "Password for %s required to access %s via SAMBA: " -msgstr "Se requiere la contraseña de %s para acceder a %s vía SAMBA: " +msgid "lpinfo: Unable to connect to server: %s\n" +msgstr "lpinfo: No se ha podido conectar al servidor: %s\n" #, c-format -msgid "Running command: %s %s -N -U '%s%%%s' -c '%s'\n" -msgstr "Ejecutando comando: %s %s -N -U '%s%%%s' -c '%s'\n" +msgid "lpinfo: Unknown argument '%s'!\n" +msgstr "lpinfo Argumento '%s' desconocido.\n" #, c-format -msgid "cupsaddsmb: Unable to run \"%s\": %s\n" -msgstr "cupsaddsmb: No se ha podido ejecutar \"%s\": %s\n" +msgid "lpinfo: Unknown option '%c'!\n" +msgstr "lpinfo: Opción '%c' desconocida.\n" -msgid "cupsaddsmb: No Windows printer drivers are installed!\n" -msgstr "cupsaddsmb: No está instalado ningún controlador de impresora de Windows.\n" +#, c-format +msgid "lpmove: Unable to connect to server: %s\n" +msgstr "lpmove: No se ha podido conectar al servidor: %s\n" -msgid "cupsaddsmb: Warning, no Windows 2000 printer drivers are installed!\n" -msgstr "cupsaddsmb: Advertencia, no está instalado ningún controlador de impresora de Windows 2000.\n" +#, c-format +msgid "lpmove: Unknown argument '%s'!\n" +msgstr "lpmove: Argumento '%s' desconocido.\n" #, c-format -msgid "lpadmin: Printer %s is already a member of class %s.\n" -msgstr "lpadmin: La impresora %s ya es miembro de la clase %s.\n" +msgid "lpmove: Unknown option '%c'!\n" +msgstr "lpmove: Opción '%c' desconocida.\n" -msgid "lpadmin: No member names were seen!\n" -msgstr "lpadmin: No se han visto nombres de miembros.\n" +msgid "lpoptions: No printers!?!\n" +msgstr "lpoptions: ¡¿¡No hay impresoras!?!\n" #, c-format -msgid "lpadmin: Printer %s is not a member of class %s.\n" -msgstr "lpadmin: La impresora %s no es miembro de la clase %s.\n" +msgid "lpoptions: Unable to add printer or instance: %s\n" +msgstr "lpoptions: No se ha podido añadir la impresora o la instancia: %s\n" #, c-format -msgid "" -"Device: uri = %s\n" -" class = %s\n" -" info = %s\n" -" make-and-model = %s\n" -" device-id = %s\n" -msgstr "" -"Dispositivo: uri = %s\n" -" clase = %s\n" -" info = %s\n" -" make-and-model = %s\n" -" device-id = %s\n" +msgid "lpoptions: Unable to get PPD file for %s: %s\n" +msgstr "lpoptions: No se ha podido obtener el archivo PPD para %s: %s\n" #, c-format -msgid "" -"Model: name = %s\n" -" natural_language = %s\n" -" make-and-model = %s\n" -" device-id = %s\n" -msgstr "" -"Modelo: nombre = %s\n" -" natural_language = %s\n" -" make-and-model = %s\n" -" device-id = %s\n" +msgid "lpoptions: Unable to open PPD file for %s!\n" +msgstr "lpoptions: No se ha podido abrir el archivo PPD para %s.\n" + +msgid "lpoptions: Unknown printer or class!\n" +msgstr "lpoptions: Impresora o clase desconocida.\n" + +msgid "lppasswd: Only root can add or delete passwords!\n" +msgstr "lppasswd: Solo el usuario root puede añadir o borrar contraseñas.\n" + +msgid "lppasswd: Password file busy!\n" +msgstr "lppasswd: Archivo de contraseñas ocupado.\n" + +msgid "lppasswd: Password file not updated!\n" +msgstr "lppasswd: Archivo de contraseñas no actualizado.\n" + +msgid "lppasswd: Sorry, password doesn't match!\n" +msgstr "lppasswd: Lo siento, las contraseñas no coinciden.\n" -msgid "Usage: lpmove job/src dest\n" -msgstr "Uso: lpmove trabajo/fuente destino\n" +msgid "" +"lppasswd: Sorry, password rejected.\n" +"Your password must be at least 6 characters long, cannot contain\n" +"your username, and must contain at least one letter and number.\n" +msgstr "" +"lppasswd: Lo siento, se ha rechazado la contraseña.\n" +"Su contraseña debe tener al menos 6 caracteres, no puede contener\n" +"su nombre de usuario, y debe tener al menos una letra y un número.\n" -msgid "lpstat: Need \"completed\", \"not-completed\", or \"all\" after -W!\n" -msgstr "lpstat: Se necesita \"completed\", \"not completed\", o \"all\" tras -W.\n" +msgid "lppasswd: Sorry, passwords don't match!\n" +msgstr "lppasswd: Lo siento, las contraseñas no coinciden.\n" #, c-format -msgid "%s accepting requests since %s\n" -msgstr "%s aceptando peticiones desde %s\n" +msgid "lppasswd: Unable to copy password string: %s\n" +msgstr "lppasswd: No se ha podido copiar la cadena de contraseña: %s\n" #, c-format -msgid "" -"%s not accepting requests since %s -\n" -"\t%s\n" -msgstr "" -"%s no acepta peticiones desde %s -\n" -"\t%s\n" +msgid "lppasswd: Unable to open password file: %s\n" +msgstr "lppasswd: No se ha podido abrir el archivo de contraseñas: %s\n" #, c-format -msgid "%s/%s accepting requests since %s\n" -msgstr "%s/%s aceptando peticiones desde %s\n" +msgid "lppasswd: Unable to write to password file: %s\n" +msgstr "lppasswd: No se ha podido escribir en el archivo de contraseñas: %s\n" #, c-format -msgid "" -"%s/%s not accepting requests since %s -\n" -"\t%s\n" +msgid "lppasswd: failed to backup old password file: %s\n" msgstr "" -"%s/%s no acepta peticiones desde %s -\n" -"\t%s\n" - -msgid "lpc> " -msgstr "lpc> " +"lppasswd: falló al hacer una copia de seguridad del antiguo archivo de " +"contraseñas: %s\n" #, c-format -msgid "%s: Unable to contact server!\n" -msgstr "%s: No se ha podido contactar con el servidor.\n" +msgid "lppasswd: failed to rename password file: %s\n" +msgstr "lppasswd: falló al cambiar de nombre al archivo de contraseñas: %s\n" #, c-format -msgid "%s: Error - expected username after '-U' option!\n" -msgstr "%s: Error - se esperaba un nombre de usuario tras la opción '-U'.\n" +msgid "lppasswd: user \"%s\" and group \"%s\" do not exist.\n" +msgstr "lppasswd: el usuario \"%s\" y el grupo \"%s\" no existen.\n" -#, c-format -msgid "%s: Error - unknown destination \"%s/%s\"!\n" -msgstr "%s: Error - destino \"%s/%s\" desconocido.\n" +msgid "lprm: Unable to contact server!\n" +msgstr "lprm: No se ha podido contactar con el servidor.\n" #, c-format -msgid "%s: Unknown destination \"%s\"!\n" -msgstr "%s: Destino \"%s\" desconocido.\n" +msgid "" +"lpstat: error - %s environment variable names non-existent destination \"%s" +"\"!\n" +msgstr "" +"lpstat: error - Los nombre de variable de entorno %s no existen en el " +"destino \"%s\".\n" #, c-format -msgid "%s: Error - expected hostname after '-h' option!\n" -msgstr "%s: Error - se esperaba un nombre de ordenador tras la opción '-h'.\n" +msgid "members of class %s:\n" +msgstr "miembros de la clase %s:\n" -#, c-format -msgid "%s: error - %s environment variable names non-existent destination \"%s\"!\n" -msgstr "%s: error - %s nombres de variables de entorno no existen en destino \"%s\".\n" +msgid "no entries\n" +msgstr "no hay entradas\n" -#, c-format -msgid "%s: error - no default destination available.\n" -msgstr "%s: error - destino predeterminado no disponible.\n" +msgid "no system default destination\n" +msgstr "no hay un destino predeterminado del sistema\n" -msgid "Usage: lpq [-P dest] [-U username] [-h hostname[:port]] [-l] [+interval]\n" -msgstr "Uso: lpq (-P dest) (-U nombre_usuario) (-h nombre_ordenador(:puerto)) (-l) (+intervalo)\n" +msgid "notify-events not specified!" +msgstr "notify-events no especificado." -#, c-format -msgid "%s: Error - expected hostname after '-H' option!\n" -msgstr "%s: Error - se esperaba un nombre de ordenador tras la opción '-H'.\n" +#, fuzzy, c-format +msgid "notify-recipient-uri URI \"%s\" uses unknown scheme!" +msgstr "El URI notify-recipient \"%s\" usa un esquema desconocido." #, c-format -msgid "%s: Error - expected value after '-%c' option!\n" -msgstr "%s: Error - se esperaba un valor tras la opción '%c'.\n" +msgid "notify-subscription-id %d no good!" +msgstr "notify-subscription-id %d incorrecto." #, c-format -msgid "%s: Warning - '%c' format modifier not supported - output may not be correct!\n" -msgstr "%s: Advertencia - no se admite el uso del modificador de formato '%c' - la salida puede no ser correcta.\n" +msgid "open of %s failed: %s" +msgstr "la apertura de %s ha fallado: %s" -#, c-format -msgid "%s: error - expected option=value after '-o' option!\n" -msgstr "%s: error - se esperaba opción=valor tras la opción '-o'.\n" +msgid "pending" +msgstr "pendiente" #, c-format -msgid "%s: Error - expected destination after '-P' option!\n" -msgstr "%s: Error - se esperaba un destino tras la opción '-P'.\n" +msgid "printer %s disabled since %s -\n" +msgstr "la impresora %s está deshabilitada desde %s -\n" #, c-format -msgid "%s: Error - expected copy count after '-#' option!\n" -msgstr "%s: Error - se esperaba un número de copias tras la opción '-#'.\n" +msgid "printer %s is idle. enabled since %s\n" +msgstr "la impresora %s está inactiva. activada desde %s\n" #, c-format -msgid "%s: Error - expected name after '-%c' option!\n" -msgstr "%s: Error - se esperaba un nombre tras la opción '%c'.\n" +msgid "printer %s now printing %s-%d. enabled since %s\n" +msgstr "la impresora %s está imprimiendo %s-%d. activada desde %s\n" #, c-format -msgid "%s: Error - unknown option '%c'!\n" -msgstr "%s: Error - opción '%c' desconocida.\n" +msgid "printer %s/%s disabled since %s -\n" +msgstr "la impresora %s/%s está desactivada desde %s -\n" #, c-format -msgid "%s: Error - unable to access \"%s\" - %s\n" -msgstr "%s: Error - no se ha podido acceder a \"%s\" - %s\n" +msgid "printer %s/%s is idle. enabled since %s\n" +msgstr "la impresora %s/%s está inactiva. activada desde %s\n" #, c-format -msgid "%s: Error - too many files - \"%s\"\n" -msgstr "%s: Error - demasiados archivos - \"%s\"\n" +msgid "printer %s/%s now printing %s-%d. enabled since %s\n" +msgstr "la impresora %s/%s está imprimiendo %s-%d. activada desde %s\n" -#, c-format -msgid "%s: Error - %s environment variable names non-existent destination \"%s\"!\n" -msgstr "%s: Error - %s nombres de variables de entorno no existen en destino \"%s\".\n" +msgid "processing" +msgstr "en proceso" #, c-format -msgid "%s: Error - no default destination available.\n" -msgstr "%s: Error - destino predeterminado no disponible.\n" +msgid "request id is %s-%d (%d file(s))\n" +msgstr "la id solicitada es %s-%d (%d archivo(s))\n" -#, c-format -msgid "%s: Error - scheduler not responding!\n" -msgstr "%s: Error - el programa planificador de tareas no responde.\n" +msgid "scheduler is not running\n" +msgstr "el planificador de tareas no se está ejecutando\n" -#, c-format -msgid "%s: Error - unable to create temporary file \"%s\" - %s\n" -msgstr "%s: Error - no se ha podido crear el archivo temporal \"%s\" - %s\n" +msgid "scheduler is running\n" +msgstr "el planificador de tareas se está ejecutando\n" #, c-format -msgid "%s: Error - unable to write to temporary file \"%s\" - %s\n" -msgstr "%s: Error - no se ha podido escribir al archivo temporal \"%s\" - %s\n" +msgid "stat of %s failed: %s" +msgstr "verificación de %s ha fallado: %s" -#, c-format -msgid "%s: Error - stdin is empty, so no job has been sent.\n" -msgstr "%s: Error - stdin está vacío, por lo tanto no se ha enviado ningún trabajo.\n" +msgid "status\t\tshow status of daemon and queue\n" +msgstr "status\t\tmuestra el estado del demonio y la cola\n" -#, c-format -msgid "%s: Error - unknown destination \"%s\"!\n" -msgstr "%s: Error - destino \"%s\" desconocido.\n" +msgid "stopped" +msgstr "parado" #, c-format -msgid "%s: Error - expected reason text after '-r' option!\n" -msgstr "%s: Error - se esperaba un texto con una razón tras la opción '-r'.\n" +msgid "system default destination: %s\n" +msgstr "destino predeterminado del sistema: %s\n" #, c-format -msgid "%s: Error - expected username after '-u' option!\n" -msgstr "%s: Error - se esperaba un nombre de usuario tras la opción '-u'.\n" +msgid "system default destination: %s/%s\n" +msgstr "destino predeterminado del sistema: %s/%s\n" -#, c-format -msgid "%s: %s failed: %s\n" -msgstr "%s: %s ha fallado: %s\n" +msgid "unknown" +msgstr "desconocido" -#, c-format -msgid "%s: Error - expected destination after '-d' option!\n" -msgstr "%s: Error - se esperaba un destino tras la opción '-d'.\n" +msgid "untitled" +msgstr "sin título" -#, c-format -msgid "%s: Error - expected form after '-f' option!\n" -msgstr "%s: Error - se esperaba un formulario tras la opción '-f'.\n" +#~ msgid "" +#~ " **FAIL** 1284DeviceId must be 1284DeviceID!\n" +#~ " REF: Page 72, section 5.5\n" +#~ msgstr "" +#~ " **FALLO** 1284DeviceId debe ser 1284DeviceID.\n" +#~ " REF: Página 72, sección 5.5\n" + +#~ msgid " %d ERROR%s FOUND\n" +#~ msgstr " %d ERROR%s ENCONTRADO(S)\n" -#, c-format -msgid "%s: Warning - form option ignored!\n" -msgstr "%s: Advertencia - opción de formulario no tenida en cuenta.\n" +#~ msgid "%s accepting requests since Jan 01 00:00\n" +#~ msgstr "%s aceptando peticiones desde Ene 01 00:00\n" -#, c-format -msgid "%s: Expected job ID after '-i' option!\n" -msgstr "%s : Se esperaba una ID de trabajo tras la opción '-i'.\n" +#~ msgid "" +#~ "%s not accepting requests since Jan 01 00:00 -\n" +#~ "\t%s\n" +#~ msgstr "" +#~ "%s no aceptando peticiones desde Ene 01 00:00 - \n" +#~ "\t%s\n" -#, c-format -msgid "%s: Error - cannot print files and alter jobs simultaneously!\n" -msgstr "%s: Error - no se pueden imprimir archivos y alterar trabajos al mismo tiempo.\n" +#~ msgid "%s/%s accepting requests since Jan 01 00:00\n" +#~ msgstr "%s/%s aceptando peticiones desde Ene 01 00:00\n" -#, c-format -msgid "%s: Error - bad job ID!\n" -msgstr "%s: Error - ID de trabajo incorrecta.\n" +#~ msgid "" +#~ "%s/%s not accepting requests since Jan 01 00:00 -\n" +#~ "\t%s\n" +#~ msgstr "" +#~ "%s/%s no aceptando peticiones desde Ene 01 00:00 -\n" +#~ "\t%s\n" -#, c-format -msgid "%s: Error - expected copies after '-n' option!\n" -msgstr "%s: Error - se esperaba número de copias tras la opción '-n'.\n" +#~ msgid "%s: Expected reason text after -r!\n" +#~ msgstr "%s: Se esperaba un texto con una razón tras -r.\n" -#, c-format -msgid "%s: Error - expected option string after '-o' option!\n" -msgstr "%s: Error - se esperaba una cadena de opciones tras la opción '-o'.\n" +#~ msgid "%s: Expected server name after -h!\n" +#~ msgstr "%s: Se esperaba un nombre de servidor tras -h.\n" -#, c-format -msgid "%s: Error - expected priority after '-%c' option!\n" -msgstr "%s: Error - se esperaba un valor de prioridad tras la opción '-%c'.\n" +#~ msgid "%s: Unknown option '%c'!\n" +#~ msgstr "%s: Opción '%c' desconocida.\n" -#, c-format -msgid "%s: Error - priority must be between 1 and 100.\n" -msgstr "%s: Error - la prioridad debe estar entre 1 y 100.\n" +#~ msgid "Auto" +#~ msgstr "Auto" -#, c-format -msgid "%s: Error - expected title after '-t' option!\n" -msgstr "%s: Error - se esperaba un título tras la opción '-t'.\n" +#~ msgid "Bad notify-recipient URI \"%s\"!" +#~ msgstr "URI notify-recipient \"%s\" incorrecto." -#, c-format -msgid "%s: Error - expected mode list after '-y' option!\n" -msgstr "%s: Error - se esperaba una lista de modos tras la opción '-y'.\n" +#~ msgid "Bad option + choice on line %d!\n" +#~ msgstr "Opción incorrecta + preferencia en línea %d.\n" -#, c-format -msgid "%s: Warning - mode option ignored!\n" -msgstr "%s: Advertencia - opción de modo no tenida en cuenta.\n" +#~ msgid "Class" +#~ msgstr "Clase" -#, c-format -msgid "%s: Error - expected hold name after '-H' option!\n" -msgstr "%s: Error - se esperaba un nombre de retención tras la opción '-H'.\n" +#~ msgid "" +#~ "Device: uri = %s\n" +#~ " class = %s\n" +#~ " info = %s\n" +#~ " make-and-model = %s\n" +#~ msgstr "" +#~ "Dispositivo: uri = %s\n" +#~ " clase = %s\n" +#~ " info = %s\n" +#~ " make-and-model = %s\n" -#, c-format -msgid "%s: Need job ID ('-i jobid') before '-H restart'!\n" -msgstr "%s: Se necesita un ID de trabajo ('-i id_trabajo') antes de '-H restart'.\n" +#~ msgid "" +#~ "Enter your username and password or the root username and password to " +#~ "access this page." +#~ msgstr "" +#~ "Introduzca su nombre de usuario y contraseña o el nombre de usuario y " +#~ "contraseña de root para poder acceder a esta página." -#, c-format -msgid "%s: Error - expected page list after '-P' option!\n" -msgstr "%s: Error - se esperaba una lista de páginas tras la opción '-P'.\n" +#~ msgid "Extra" +#~ msgstr "Extra" -#, c-format -msgid "%s: Error - expected character set after '-S' option!\n" -msgstr "%s: Error - se esperaba un juego de caracteres tras la opción '-S'.\n" +#~ msgid "Job #%d doesn't exist!" +#~ msgstr "El trabajo #%d no existe." -#, c-format -msgid "%s: Warning - character set option ignored!\n" -msgstr "%s: Advertencia - opción de juego de caracteres no tenida en cuenta.\n" +#~ msgid "Job #%d is already %s - can't cancel." +#~ msgstr "El trabajo #%d ya está %s - no se puede cancelar." -#, c-format -msgid "%s: Error - expected content type after '-T' option!\n" -msgstr "%s: Error - se esperaba un tipo de contenido tras la opción '-T'.\n" +#~ msgid "Job #%d is already cancelled - can't cancel." +#~ msgstr "El trabajo #%d ya está cancelado - no se puede cancelar." -#, c-format -msgid "%s: Warning - content type option ignored!\n" -msgstr "%s: Advertencia - opción de tipo de contenido no tenida en cuenta.\n" +#~ msgid "Missing double quote on line %d!\n" +#~ msgstr "Faltan dobles comillas en línea %d.\n" -#, c-format -msgid "%s: Error - cannot print from stdin if files or a job ID are provided!\n" -msgstr "%s: Error - no se puede imprimir desde stdin si se proporcionan archivos o una ID de trabajo.\n" +#~ msgid "Missing value on line %d!\n" +#~ msgstr "Falta un valor en la línea %d.\n" -#, c-format -msgid "%s: Error - need \"completed\", \"not-completed\", or \"all\" after '-W' option!\n" -msgstr "%s: Error - se necesita \"completed\", \"not completed\", o \"all\" tras la opción '-W'.\n" +#~ msgid "" +#~ "Model: name = %s\n" +#~ " natural_language = %s\n" +#~ " make-and-model = %s\n" +#~ msgstr "" +#~ "Modelo: nombre = %s\n" +#~ " natural_language = %s\n" +#~ " make-and-model = %s\n" + +#~ msgid "No Windows printer drivers are installed!\n" +#~ msgstr "No está instalado ningún controlador de impresora de Windows.\n" + +#~ msgid "No printer drivers found!" +#~ msgstr "No se han encontrado controladores de impresora." + +#~ msgid "Not authorized to hold job #%d owned by \"%s\"!" +#~ msgstr "No está autorizado a retener el trabajo #%d que pertenece a \"%s\"." + +#~ msgid "Printer" +#~ msgstr "Impresora" + +#~ msgid "Printer not shared!" +#~ msgstr "La impresora no está compartida." + +#~ msgid "Running command: %s %s -N -U '%s%%%s' -c '%s'\n" +#~ msgstr "Ejecutando comando: %s %s -N -U '%s%%%s' -c '%s'\n" + +#~ msgid "The printer-uri \"%s\" is not valid." +#~ msgstr "El printer-uri \"%s\" no es válido." + +#~ msgid "Too many jobs - %d jobs, max jobs is %d." +#~ msgstr "Demasiados trabajos - %d trabajos, el máximo de trabajos es %d." + +#~ msgid "Unable to connect to server!" +#~ msgstr "No se ha podido conectar al servidor." + +#~ msgid "Unable to convert PPD file!" +#~ msgstr "No se ha podido convertir el archivo PPD." + +#~ msgid "Unable to copy CUPS printer driver files (%d)!\n" +#~ msgstr "" +#~ "No se han podido copiar los archivos del controlador de impresora de CUPS " +#~ "(%d).\n" + +#~ msgid "Unable to copy Windows 2000 printer driver files (%d)!\n" +#~ msgstr "" +#~ "No se han podido copiar los archivos del controlador de impresora de " +#~ "Windows 2000 (%d).\n" + +#~ msgid "Unable to copy Windows 2000 printer driver files!" +#~ msgstr "" +#~ "No se han podido copiar los archivos del controlador de impresora de " +#~ "Windows 2000." + +#~ msgid "Unable to copy Windows 9x printer driver files (%d)!\n" +#~ msgstr "" +#~ "No se han podido copiar los archivos del controlador de impresora de " +#~ "Windows 9x (%d).\n" + +#~ msgid "Unable to copy Windows 9x printer driver files!" +#~ msgstr "" +#~ "No se han podido copiar los archivos del controlador de impresora de " +#~ "Windows 9x." + +#~ msgid "Unable to execute cupsaddsmb command!" +#~ msgstr "No se ha podido ejecutar el comando cupsaddsmb." + +#~ msgid "Unable to fork process!" +#~ msgstr "No se ha podido bifurcar el proceso." + +#~ msgid "Unable to get printer attributes!" +#~ msgstr "No se han podido obtener los atributos de la impresora." + +#~ msgid "Unable to install Windows 2000 printer driver files (%d)!\n" +#~ msgstr "" +#~ "No se han podido instalar los archivos del controlador de impresora de " +#~ "Windows 2000 (%d).\n" + +#~ msgid "Unable to install Windows 2000 printer driver files!" +#~ msgstr "" +#~ "No se han podido instalar los archivos del controlador de impresora de " +#~ "Windows 2000." + +#~ msgid "Unable to install Windows 9x printer driver files (%d)!\n" +#~ msgstr "" +#~ "No se han podido instalar los archivos del controlador de impresora de " +#~ "Windows 9x (%d).\n" -#, c-format -msgid "%s: Error - expected destination after '-b' option!\n" -msgstr "%s: Error - se esperaba un destino tras la opción '-b'.\n" +#~ msgid "Unable to install Windows 9x printer driver files!" +#~ msgstr "" +#~ "No se han podido instalar los archivos del controlador de impresora de " +#~ "Windows 9x." + +#~ msgid "Unable to set Windows printer driver (%d)!\n" +#~ msgstr "" +#~ "No se ha podido configurar el controlador de impresora de Windows (%d).\n" -#, c-format -msgid "%s: Invalid destination name in list \"%s\"!\n" -msgstr "%s: Nombre de destino no válido en la lista \"%s\".\n" +#~ msgid "Unable to set Windows printer driver!" +#~ msgstr "No se ha podido configurar el controlador de impresora de Windows." -#, c-format -msgid "%s: Unable to connect to server\n" -msgstr "%s: No se ha podido conectar al servidor\n" +#~ msgid "" +#~ "Usage: cupsaddsmb [options] printer1 ... printerN\n" +#~ " cupsaddsmb [options] -a\n" +#~ "\n" +#~ "Options:\n" +#~ " -H samba-server Use the named SAMBA server\n" +#~ " -U samba-user Authenticate using the named SAMBA user\n" +#~ " -a Export all printers\n" +#~ " -h cups-server Use the named CUPS server\n" +#~ " -v Be verbose (show commands)\n" +#~ msgstr "" +#~ "Uso: cupsaddsmb (opciones) impresora1 ... impresoraN\n" +#~ " cupsaddsmb (opciones) -a\n" +#~ "\n" +#~ "Opciones:\n" +#~ " -H servidor-samba Usa el servidor SAMBA especificado\n" +#~ " -U usuario-samba Autentifica usando el usuario SAMBA especificado\n" +#~ " -a Exporta todas las impresoras\n" +#~ " -h servidor-cups Usa el servidor CUPS especificado\n" +#~ " -v Ser detallado (mostrar comandos)\n" -msgid "Print Job:" -msgstr "Imprimir trabajo:" +#~ msgid "Usage: lpmove job dest\n" +#~ msgstr "Uso: lpmove trabajo destino\n" -msgid "pending" -msgstr "pendiente" +#~ msgid "Usage: lpq [-P dest] [-l] [+interval]\n" +#~ msgstr "Uso: lpq (-P destino) (-I) (+intervalo)\n" -msgid "held" -msgstr "retenido" +#~ msgid "Variable" +#~ msgstr "Variable" + +#~ msgid "Warning, no Windows 2000 printer drivers are installed!\n" +#~ msgstr "" +#~ "Advertencia, no está instalado ningún controlador de impresora de Windows " +#~ "2000.\n" + +#~ msgid "You are not authorized to alter job id %d owned by \"%s\"!" +#~ msgstr "" +#~ "No tiene permiso para alterar el trabajo id %d que pertenece a \"%s\"." + +#~ msgid "You are not authorized to authenticate job #%d owned by \"%s\"!" +#~ msgstr "" +#~ "No tiene permiso para autentificar el trabajo #%d que pertenece a \"%s\"." + +#~ msgid "You are not authorized to delete job #%d owned by \"%s\"!" +#~ msgstr "No tiene permiso para borrar el trabajo #%d que pertenece a \"%s\"." + +#~ msgid "You are not authorized to move job #%d owned by \"%s\"!" +#~ msgstr "No está autorizado a mover el trabajo#%d que pertenece a \"%s\"." + +#~ msgid "You are not authorized to release job id %d owned by \"%s\"!" +#~ msgstr "" +#~ "No tiene permiso para liberar el trabajo id %d que pertenece a \"%s\"." + +#~ msgid "You are not authorized to restart job id %d owned by \"%s\"!" +#~ msgstr "" +#~ "No tiene permiso para reiniciar el trabajo id %d que pertenece a \"%s\"." + +#~ msgid "You are not authorized to send document for job #%d owned by \"%s\"!" +#~ msgstr "" +#~ "No tiene permiso para enviar el documento para el trabajo #%d que " +#~ "pertenece a \"%s\"." + +#~ msgid "You must use a https: URL to access this page." +#~ msgstr "Debe escribir un URL https para acceder a esta página." + +#~ msgid "add_class: Unknown printer-error-policy \"%s\"." +#~ msgstr "add_class: printer-error-policy \"%s\" desconocido." + +#~ msgid "add_class: Unknown printer-op-policy \"%s\"." +#~ msgstr "add_class: printer-op-policy \"%s\" desconocido." + +#~ msgid "cancel: %s failed: %s\n" +#~ msgstr "cancel: %s ha fallado: %s\n" + +#~ msgid "cancel: Error - expected hostname after '-h' option!\n" +#~ msgstr "" +#~ "cancel: Error - se esperaba un nombre de ordenador tras la opción '-h'.\n" + +#~ msgid "cancel: Error - expected username after '-u' option!\n" +#~ msgstr "" +#~ "cancel: Error - se esperaba un nombre de usuario tras la opción '-u'.\n" + +#~ msgid "cancel: Unable to contact server!\n" +#~ msgstr "cancel: No se ha podido contactar con el servidor.\n" + +#~ msgid "cancel: Unknown destination \"%s\"!\n" +#~ msgstr "cancel: Destino \"%s\" desconocido.\n" + +#~ msgid "cancel: Unknown option '%c'!\n" +#~ msgstr "cancel: Opción '%c' desconocida.\n" + +#~ msgid "cupsaddsmb crashed on signal %d" +#~ msgstr "cupsaddsmb se ha estropeado con señal %d" + +#~ msgid "cupsaddsmb failed with status %d" +#~ msgstr "cupsaddsmb ha fallado con estado %d" + +#~ msgid "cupsaddsmb: Bad option + choice on line %d!\n" +#~ msgstr "cupsaddsmb: Mala opción + preferencia en línea %d.\n" + +#~ msgid "cupsaddsmb: Missing double quote on line %d!\n" +#~ msgstr "cupsaddsmb: Faltan dobles comillas en línea %d\n" + +#~ msgid "cupsaddsmb: Missing value on line %d!\n" +#~ msgstr "cupsaddsmb: Falta un valor en la línea %d.\n" -msgid "processing" -msgstr "en proceso" +#~ msgid "cupsaddsmb: No PPD file for printer \"%s\" - skipping!\n" +#~ msgstr "" +#~ "cupsaddsmb: No hay archivo PPD para la impresora \"%s\" - omitiendo.\n" -msgid "stopped" -msgstr "parado" +#~ msgid "cupsaddsmb: No Windows printer drivers are installed!\n" +#~ msgstr "" +#~ "cupsaddsmb: No está instalado ningún controlador de impresora de " +#~ "Windows.\n" -msgid "canceled" -msgstr "cancelado" +#~ msgid "cupsaddsmb: Unable to connect to server \"%s\" for %s - %s\n" +#~ msgstr "" +#~ "cupsaddsmb: No se ha podido conectar al servidor \"%s\" para %s - %s\n" -msgid "aborted" -msgstr "cancelado" +#~ msgid "cupsaddsmb: Unable to convert PPD file for %s - %s\n" +#~ msgstr "cupsaddsmb: No se ha podido convertir el archivo PPD para %s - %s\n" -msgid "completed" -msgstr "completado" +#~ msgid "cupsaddsmb: Unable to copy CUPS printer driver files (%d)!\n" +#~ msgstr "" +#~ "cupsaddsmb: No se han podido copiar los archivos de los controladores de " +#~ "impresoras de CUPS (%d).\n" -msgid "unknown" -msgstr "desconocido" +#~ msgid "cupsaddsmb: Unable to copy Windows 2000 printer driver files (%d)!\n" +#~ msgstr "" +#~ "cupsaddsmb: No se han podido copiar los archivos de los controladores de " +#~ "impresoras de Windows 2000 (%d).\n" -msgid "untitled" -msgstr "sin título" +#~ msgid "cupsaddsmb: Unable to copy Windows 9x printer driver files (%d)!\n" +#~ msgstr "" +#~ "cupsaddsmb: No se han podido copiar los archivos de los controladores de " +#~ "impresoras de Windows 9x (%d).\n" -msgid "Printer:" -msgstr "Impresora:" +#~ msgid "" +#~ "cupsaddsmb: Unable to install Windows 2000 printer driver files (%d)!\n" +#~ msgstr "" +#~ "cupsaddsmb: No se han podido instalar los archivos de los controladores " +#~ "de impresoras de Windows 2000 (%d).\n" -msgid "idle" -msgstr "inactiva" +#~ msgid "" +#~ "cupsaddsmb: Unable to install Windows 9x printer driver files (%d)!\n" +#~ msgstr "" +#~ "cupsaddsmb: No se han podido instalar los archivos de los controladores " +#~ "de impresoras de Windows 9x (%d).\n" -msgid "Missing notify-subscription-ids attribute!" -msgstr "Atributo notify-subscription-ids desaparecido." +#~ msgid "cupsaddsmb: Unable to run \"%s\": %s\n" +#~ msgstr "cupsaddsmb: No se ha podido ejecutar \"%s\": %s\n" -msgid "Job subscriptions cannot be renewed!" -msgstr "Las suscripciones de trabajos no han podido ser renovadas." +#~ msgid "cupsaddsmb: Unable to set Windows printer driver (%d)!\n" +#~ msgstr "" +#~ "cupsaddsmb: No se ha podido poner el controlador de impresora de Windows " +#~ "(%d).\n" -msgid "cupsd: Expected config filename after \"-c\" option!\n" -msgstr "cupsd: Se esperaba un nombre de archivo de configuración tras la opción \"-c\".\n" +#~ msgid "" +#~ "cupsaddsmb: Warning, no Windows 2000 printer drivers are installed!\n" +#~ msgstr "" +#~ "cupsaddsmb: Advertencia, no está instalado ningún controlador de " +#~ "impresora de Windows 2000.\n" -msgid "cupsd: launchd(8) support not compiled in, running in normal mode.\n" -msgstr "cupsd: el uso de launchd(8) no ha sido compilado, ejecutándose en modo normal.\n" +#~ msgid "cupsaddsmb: get-printer-attributes failed for \"%s\": %s\n" +#~ msgstr "cupsaddsmb: get-printer-attributes ha fallado para \"%s\": %s\n" -#, c-format -msgid "cupsd: Unknown option \"%c\" - aborting!\n" -msgstr "cupsd: Opción \"%c\" desconocida - cancelando.\n" +#~ msgid "lp: Error - bad job ID!\n" +#~ msgstr "lp: Error - ID de trabajo incorrecta.\n" + +#~ msgid "lp: Error - cannot print files and alter jobs simultaneously!\n" +#~ msgstr "" +#~ "lp: Error - no se pueden imprimir archivos y alterar trabajos al mismo " +#~ "tiempo.\n" + +#~ msgid "" +#~ "lp: Error - cannot print from stdin if files or a job ID are provided!\n" +#~ msgstr "" +#~ "lp: Error - no se puede imprimir desde stdin si se proporcionan archivos " +#~ "o un ID de trabajo.\n" -#, c-format -msgid "cupsd: Unknown argument \"%s\" - aborting!\n" -msgstr "cupsd: Argumento \"%s\" desconocido - cancelando.\n" +#~ msgid "lp: Expected character set after -S option!\n" +#~ msgstr "lp: Se esperaba un juego de caracteres tras la opción -S.\n" -msgid "" -"Usage: cupsd [-c config-file] [-f] [-F] [-h] [-l]\n" -"\n" -"-c config-file Load alternate configuration file\n" -"-f Run in the foreground\n" -"-F Run in the foreground but detach\n" -"-h Show this usage message\n" -"-l Run cupsd from launchd(8)\n" -msgstr "" -"Uso: cupsd (-c archivo-configuración) (-f) (-F) (-h) (-l)\n" -"\n" -"-c archivo-configuración Carga un archivo de configuración alternativo\n" -"-f Se ejecuta en primer plano\n" -"-F Se ejecuta en primer plano pero separado\n" -"-h Muestra este mensaje de cómo se usa\n" -"-l Ejecuta cupsd desde launchd(8)\n" +#~ msgid "lp: Expected content type after -T option!\n" +#~ msgstr "lp: Se esperaba un tipo de contenido tras la opción -T.\n" -#, c-format -msgid " WARN Line %d only contains whitespace!\n" -msgstr " ADVERTENCIA La línea %d solo contiene espacios en blanco.\n" +#~ msgid "lp: Expected copies after -n option!\n" +#~ msgstr "lp: Se esperaba número de copias tras la opción -n.\n" -msgid " WARN File contains a mix of CR, LF, and CR LF line endings!\n" -msgstr " ADVERTENCIA El archivo contiene una mezcla de líneas acabadas en CR, LF y CR LF.\n" +#~ msgid "lp: Expected destination after -d option!\n" +#~ msgstr "lp: Se esperaba un destino tras la opción -d.\n" -msgid " WARN Non-Windows PPD files should use lines ending with only LF, not CR LF!\n" -msgstr " ADVERTENCIA Los archivos PPD que no sean de Windows deben tener líneas que acaben sólo en LF, no en CR LF.\n" +#~ msgid "lp: Expected form after -f option!\n" +#~ msgstr "lp: Se esperaba un formulario tras la opción -f.\n" -msgid "Printer Maintenance" -msgstr "Mantenimiento de impresora" +#~ msgid "lp: Expected hold name after -H option!\n" +#~ msgstr "lp: Se esperaba un nombre de retención tras la opción -H.\n" -msgid "Unable to send maintenance job:" -msgstr "No se ha podido enviar el trabajo de mantenimiento:" +#~ msgid "lp: Expected hostname after -h option!\n" +#~ msgstr "lp: Se esperaba un nombre de ordenador tras la opción -h.\n" -#, c-format -msgid "cupsaddsmb: No PPD file for printer \"%s\" - %s\n" -msgstr "cupsaddsmb: No hay archivo PPD para la impresora \"%s\" - %s\n" +#~ msgid "lp: Expected job ID after -i option!\n" +#~ msgstr "lp: Se esperaba un ID de trabajo tras la opción -i.\n" -#, c-format -msgid " **FAIL** %s %s does not exist!\n" -msgstr " **FALLO** %s %s no existe.\n" +#~ msgid "lp: Expected mode list after -y option!\n" +#~ msgstr "lp: Se esperaba una lista de modos tras la opción -y.\n" -#, c-format -msgid " **FAIL** Bad language \"%s\"!\n" -msgstr " **FALLO** Idioma incorrecto \"%s\".\n" +#~ msgid "lp: Expected option string after -o option!\n" +#~ msgstr "lp: Se esperaba una cadena de opciones tras la opción -o.\n" -#, c-format -msgid " **FAIL** Missing \"%s\" translation string for option %s!\n" -msgstr " **FALLO** Cadena de traducción \"%s\" para opción %s desaparecida.\n" +#~ msgid "lp: Expected page list after -P option!\n" +#~ msgstr "lp: Se esperaba una lista de páginas tras la opción -P.\n" -#, c-format -msgid " **FAIL** Default translation string for option %s contains 8-bit characters!\n" -msgstr " **FALLO** Cadena de traducción predeterminada para opción %s contiene caracteres de 8-bits.\n" +#~ msgid "lp: Expected priority after -%c option!\n" +#~ msgstr "lp: Se esperaba un valor de prioridad tras la opción -%c.\n" -#, c-format -msgid " **FAIL** Missing \"%s\" translation string for option %s, choice %s!\n" -msgstr " **FALLO** Cadena de traducción \"%s\" para opción %s, preferencia %s.\n" +#~ msgid "lp: Expected title after -t option!\n" +#~ msgstr "lp: Se esperaba un título tras la opción -t.\n" -#, c-format -msgid " **FAIL** Default translation string for option %s choice %s contains 8-bit characters!\n" -msgstr " **FALLO** Cadena de traducción predeterminada para opción %s preferencia %s contiene caracteres de 8-bits.\n" +#~ msgid "lp: Need job ID (-i) before \"-H restart\"!\n" +#~ msgstr "lp: Se necesita la ID de trabajo (-i) antes de \"-H restart\".\n" -#, c-format -msgid " **FAIL** Bad cupsFilter value \"%s\"!\n" -msgstr " **FALLO** Valor cupsFilter incorrecto \"%s\".\n" +#~ msgid "lp: Priority must be between 1 and 100.\n" +#~ msgstr "lp: La prioridad debe estar entre 1 y 100.\n" -msgid "Help" -msgstr "Ayuda" +#~ msgid "lp: Too many files - \"%s\"\n" +#~ msgstr "lp: Demasiados archivos - \"%s\"\n" -#, c-format -msgid "Missing value on line %d!\n" -msgstr "Falta un valor en la línea %d.\n" +#~ msgid "lp: Unable to access \"%s\" - %s\n" +#~ msgstr "lp: No se ha podido acceder a \"%s\" - %s\n" -#, c-format -msgid "Missing double quote on line %d!\n" -msgstr "Faltan dobles comillas en línea %d.\n" +#~ msgid "lp: Unknown option '%c'!\n" +#~ msgstr "lp: Opción '%c' desconocida.\n" -#, c-format -msgid "Bad option + choice on line %d!\n" -msgstr "Opción incorrecta + preferencia en línea %d.\n" +#~ msgid "lp: Warning - character set option ignored!\n" +#~ msgstr "" +#~ "lp: Advertencia - opción de juego de caracteres no tenida en cuenta.\n" -#, c-format -msgid "Unable to copy Windows 2000 printer driver files (%d)!\n" -msgstr "No se han podido copiar los archivos del controlador de impresora de Windows 2000 (%d).\n" +#~ msgid "lp: Warning - content type option ignored!\n" +#~ msgstr "" +#~ "lp: Advertencia - opción de tipo de contenido no tenida en cuenta.\n" -#, c-format -msgid "Unable to copy CUPS printer driver files (%d)!\n" -msgstr "No se han podido copiar los archivos del controlador de impresora de CUPS (%d).\n" +#~ msgid "lp: Warning - mode option ignored!\n" +#~ msgstr "lp: Advertencia - opción de modo no tenida en cuenta.\n" -#, c-format -msgid "Unable to install Windows 2000 printer driver files (%d)!\n" -msgstr "No se han podido instalar los archivos del controlador de impresora de Windows 2000 (%d).\n" +#~ msgid "" +#~ "lp: error - %s environment variable names non-existent destination \"%s" +#~ "\"!\n" +#~ msgstr "" +#~ "lp: error - los nombres de la variable de entorno %s no existentes en el " +#~ "destino \"%s\".\n" -#, c-format -msgid "Unable to copy Windows 9x printer driver files (%d)!\n" -msgstr "No se han podido copiar los archivos del controlador de impresora de Windows 9x (%d).\n" +#~ msgid "lp: error - no default destination available.\n" +#~ msgstr "lp: error - no está disponible el destino predeterminado.\n" -#, c-format -msgid "Unable to install Windows 9x printer driver files (%d)!\n" -msgstr "No se han podido instalar los archivos del controlador de impresora de Windows 9x (%d).\n" +#~ msgid "lp: error - scheduler not responding!\n" +#~ msgstr "lp: error - el planificador de tareas no responde.\n" -msgid "No Windows printer drivers are installed!\n" -msgstr "No está instalado ningún controlador de impresora de Windows.\n" +#~ msgid "lp: error - unable to write to temporary file \"%s\" - %s\n" +#~ msgstr "" +#~ "lp: error - no se ha podido escribir en el archivo temporal \"%s\" - %s\n" -msgid "Warning, no Windows 2000 printer drivers are installed!\n" -msgstr "Advertencia, no está instalado ningún controlador de impresora de Windows 2000.\n" +#~ msgid "lp: restart-job failed: %s\n" +#~ msgstr "lp: restart-job ha fallado: %s\n" -#, c-format -msgid "Unable to set Windows printer driver (%d)!\n" -msgstr "No se ha podido configurar el controlador de impresora de Windows (%d).\n" +#~ msgid "lp: set-job-attributes failed: %s\n" +#~ msgstr "lp: set-job-attibutes ha fallado: %s\n" -msgid "" -"Usage: cupsaddsmb [options] printer1 ... printerN\n" -" cupsaddsmb [options] -a\n" -"\n" -"Options:\n" -" -E Encrypt the connection to the server\n" -" -H samba-server Use the named SAMBA server\n" -" -U samba-user Authenticate using the named SAMBA user\n" -" -a Export all printers\n" -" -h cups-server Use the named CUPS server\n" -" -v Be verbose (show commands)\n" -msgstr "" -"Uso: cupsaddsmb [opciones] impresora1 ... impresoraN\n" -" cupsaddsmb [opciones] -a\n" -"\n" -"Opciones:\n" -" -E Hace que se use encriptación en la conexión con el servidor\n" -" -H servidor_samba Usa el servidor SAMBA especificado\n" -" -U usuario_samba Autentifica usando el usuario SAMBA especificado\n" -" -a Exporta todas las impresoras\n" -" -h servidor_cups Usa el servidor CUPS especificado\n" -" -v Ser detallado (mostrar comandos)\n" +#~ msgid "lp: stdin is empty, so no job has been sent.\n" +#~ msgstr "" +#~ "lp: stdin está vacío, por lo tanto no se ha enviado ningún trabajo.\n" -#, c-format -msgid "Unable to copy Windows 2000 printer driver files (%d)!" -msgstr "No se han podido copiar los archivos del controlador de impresora de Windows 2000 (%d)." +#~ msgid "lp: unable to create temporary file \"%s\" - %s\n" +#~ msgstr "lp: no se ha podido crear el archivo temporal \"%s\" - %s\n" -#, c-format -msgid "Unable to copy CUPS printer driver files (%d)!" -msgstr "No se han podido copiar los archivos del controlador de impresora de CUPS (%d)." +#~ msgid "lp: unable to print file: %s\n" +#~ msgstr "lp: no se ha podido imprimir el archivo: %s\n" -#, c-format -msgid "Unable to install Windows 2000 printer driver files (%d)!" -msgstr "No se han podido instalar los archivos del controlador de impresora de Windows 2000 (%d)." +#~ msgid "lpadmin: %s failed: %s\n" +#~ msgstr "lpadmin: %s ha fallado: %s\n" -#, c-format -msgid "Unable to copy Windows 9x printer driver files (%d)!" -msgstr "No se han podido copiar los archivos del controlador de impresora de Windows 9x (%d)." +#~ msgid "lpadmin: add-printer (set description) failed: %s\n" +#~ msgstr "lpadmin: add-printer (establecer descripción) ha fallado: %s\n" -#, c-format -msgid "Unable to install Windows 9x printer driver files (%d)!" -msgstr "No se han podido instalar los archivos del controlador de impresora de Windows 9x (%d)." +#~ msgid "lpadmin: add-printer (set location) failed: %s\n" +#~ msgstr "lpadmin: add-printer (establecer ubicación) ha fallado: %s\n" -msgid "No Windows printer drivers are installed!" -msgstr "No está instalado ningún controlador de impresora de Windows." +#~ msgid "lpadmin: add-printer (set model) failed: %s\n" +#~ msgstr "lpadmin: add-printer (establecer modelo) ha fallado: %s\n" -msgid "Warning, no Windows 2000 printer drivers are installed!" -msgstr "Advertencia, no está instalado ningún controlador de impresora de Windows 2000." +#~ msgid "lpinfo: cups-get-devices failed: %s\n" +#~ msgstr "lpinfo: cups-get-devices ha fallado: %s\n" -#, c-format -msgid "open of %s failed: %s" -msgstr "la apertura de %s ha fallado: %s" +#~ msgid "lpinfo: cups-get-ppds failed: %s\n" +#~ msgstr "lpinfo: cups-get-ppds ha fallado: %s\n" -#, c-format -msgid "Running command: %s %s -N -A %s -c '%s'\n" -msgstr "Ejecutando comando: %s %s -N -A '%s -c '%s'\n" +#~ msgid "lpmove: move-job failed: %s\n" +#~ msgstr "lpmove: move-job ha fallado: %s\n" -#, c-format -msgid "stat of %s failed: %s" -msgstr "verificación de %s ha fallado: %s" +#~ msgid "lpoptions: Destination %s has no PPD file!\n" +#~ msgstr "lpoptions: El destino %s no tiene archivo PPD.\n" -#, c-format -msgid "Job #%d is already cancelled - can't cancel." -msgstr "El trabajo #%d ya está cancelado - no se puede cancelar." +#~ msgid "lpq: Unable to contact server!\n" +#~ msgstr "lpq: No se ha podido contactar con el servidor.\n" -#, c-format -msgid "Job #%d is already aborted - can't cancel." -msgstr "El trabajo #%d ya está anulado - no se puede cancelar." +#~ msgid "lpq: Unknown destination \"%s\"!\n" +#~ msgstr "lpq: Destino desconocido \"%s\".\n" -#, c-format -msgid "Job #%d is already completed - can't cancel." -msgstr "El trabajo #%d ya ha sido completado - no se puede cancelar." +#~ msgid "lpq: Unknown destination \"%s/%s\"!\n" +#~ msgstr "lpq: Destino desconocido \"%s/%s\".\n" -#, c-format -msgid "You must access this page using the URL https://%s:%d%s." -msgstr "Debe acceder a esta página usando el URL https://%s:%d%s." +#~ msgid "lpq: error - no default destination available.\n" +#~ msgstr "lpq: error - no está disponible el destino predeterminado.\n" -#, c-format -msgid "Unsupported format '%s'!" -msgstr "No se admite el uso del formato '%s'." +#~ msgid "lpq: get-jobs failed: %s\n" +#~ msgstr "lpq: get-jobs ha fallado: %s\n" -msgid "FAIL\n" -msgstr "FALLO\n" +#~ msgid "lpq: get-printer-attributes failed: %s\n" +#~ msgstr "lpq: get-printer-attributes ha fallado: %s\n" -#, c-format -msgid "" -" Line %d is longer than 255 characters (%d)!\n" -" REF: Page 25, Line Length\n" -msgstr "" -" La línea %d es más larga de 255 caracteres (%d).\n" -" REF: Página 25, Longitud de Línea\n" +#~ msgid "" +#~ "lpr: error - %s environment variable names non-existent destination \"%s" +#~ "\"!\n" +#~ msgstr "" +#~ "lpr: error - los nombres de variables de entorno %s no existen en el " +#~ "destino \"%s\".\n" -msgid "" -" Missing %!PS-Adobe-3.0 on first line!\n" -" REF: Page 17, 3.1 Conforming Documents\n" -msgstr "" -" Falta %!PS-Adobe-3.0 en la primera línea.\n" -" REF: Página 17, 3.1 Conformidad de documentos\n" +#~ msgid "lpr: error - expected copy count after -# option!\n" +#~ msgstr "lpr: error - se esperaba un número de copias tras la opción -#.\n" -#, c-format -msgid "" -" Bad %%%%Pages: on line %d!\n" -" REF: Page 43, %%%%Pages:\n" -msgstr "" -" %%%%Pages: incorrecto en línea %d.\n" -" REF: Página 43, %%%%Pages:\n" +#~ msgid "lpr: error - expected destination after -P option!\n" +#~ msgstr "lpr: error - se esperaba un destino tras la opción -P.\n" -#, c-format -msgid "" -" Bad %%%%BoundingBox: on line %d!\n" -" REF: Page 39, %%%%BoundingBox:\n" -msgstr "" -" %%%%BoundingBox: incorrecto en línea %d.\n" -" REF: Página 39, %%%%BoundingBox:\n" +#~ msgid "lpr: error - expected name after -%c option!\n" +#~ msgstr "lpr: error - se esperaba un nombre tras la opción -%c.\n" -#, c-format -msgid "" -" Bad %%%%Page: on line %d!\n" -" REF: Page 53, %%%%Page:\n" -msgstr "" -" %%%%Page: incorrecto en línea %d.\n" -" REF: Página 53, %%%%Page:\n" +#~ msgid "lpr: error - expected option=value after -o option!\n" +#~ msgstr "lpr: error - se esperaba opción=valor tras la opción -o.\n" -#, c-format -msgid "" -" Missing or bad %%BoundingBox: comment!\n" -" REF: Page 39, %%BoundingBox:\n" -msgstr "" -" Falta comentario %%BoundingBox: o incorrecto.\n" -" REF: Página 39, %%BoundingBox:\n" +#~ msgid "lpr: error - expected username after -U option!\n" +#~ msgstr "lpr: error - se esperaba un nombre de usuario tras la opción -U.\n" -#, c-format -msgid "" -" Missing or bad %%Pages: comment!\n" -" REF: Page 43, %%Pages:\n" -msgstr "" -" Falta comentario %%Pages: o incorrecto.\n" -" REF: Página 43, %%Pages:\n" +#~ msgid "lpr: error - expected value after -%c option!\n" +#~ msgstr "lpr: error - se esperaba un valor tras la opción %c\n" -#, c-format -msgid "" -" Missing %%EndComments comment!\n" -" REF: Page 41, %%EndComments\n" -msgstr "" -" Falta comentario %%EndComments.\n" -" REF: Página 41, %%EndComments\n" +#~ msgid "lpr: error - no default destination available.\n" +#~ msgstr "lpr: error - no está disponible el destino predeterminado.\n" -#, c-format -msgid "" -" Missing or bad %%Page: comments!\n" -" REF: Page 53, %%Page:\n" -msgstr "" -" Falta comentario %%Page: o incorrecto.\n" -" REF: Página 53, %%Page:\n" +#~ msgid "lpr: error - scheduler not responding!\n" +#~ msgstr "lpr: error- el planificador de tareas no responde.\n" -#, c-format -msgid " Too many %%EndDocument comments!\n" -msgstr " Demasiados comentarios %%EndDocument.\n" +#~ msgid "lpr: error - stdin is empty, so no job has been sent.\n" +#~ msgstr "" +#~ "lpr: error - stdin está vacío, por lo tanto no se ha enviado ningún " +#~ "trabajo.\n" -#, c-format -msgid " Too many %%BeginDocument comments!\n" -msgstr " Demasiados comentarios %%BeginDocument.\n" +#~ msgid "lpr: error - too many files - \"%s\"\n" +#~ msgstr "lpr: error - demasiados archivos - \"%s\"\n" -#, c-format -msgid " Saw %d lines that exceeded 255 characters!\n" -msgstr " Se han visto %d líneas que exceden de 255 caracteres.\n" +#~ msgid "lpr: error - unable to access \"%s\" - %s\n" +#~ msgstr "lpr: error - no se ha podido acceder a \"%s\" - %s\n" -msgid "PASS\n" -msgstr "PASA\n" +#~ msgid "lpr: error - unable to create temporary file \"%s\" - %s\n" +#~ msgstr "" +#~ "lpr: error - no se ha podido crear el archivo temporal \"%s\" - %s\n" -msgid " Warning: file contains binary data!\n" -msgstr " Advertencia: el archivo contiene datos binarios.\n" +#~ msgid "lpr: error - unable to print file: %s\n" +#~ msgstr "lpr: error - no se ha podido imprimir el archivo: %s\n" -#, c-format -msgid " Warning: obsolete DSC version %.1f in file!\n" -msgstr " Advertencia: versión DSC %.1f obsoleta en el archivo.\n" +#~ msgid "lpr: error - unable to write to temporary file \"%s\" - %s\n" +#~ msgstr "" +#~ "lpr: error - no se ha podido escribir en el archivo temporal \"%s\" - %s\n" -#, c-format -msgid " Warning: no %%EndComments comment in file!\n" -msgstr " Advertencia: no hay comentario %%EndComments en el archivo.\n" +#~ msgid "lpr: error - unknown option '%c'!\n" +#~ msgstr "lpr: error - opción \"%c\" desconocida.\n" -msgid "" -"Usage: cupstestdsc [options] filename.ps [... filename.ps]\n" -" cupstestdsc [options] -\n" -"\n" -"Options:\n" -"\n" -" -h Show program usage\n" -"\n" -" Note: this program only validates the DSC comments, not the PostScript itself.\n" -msgstr "" -"Uso: cupstestdsc [opciones] nombre_archivo.ps [... nombre_archivo.ps]\n" -" cupstestdsc [opciones] -\n" -"\n" -"Opciones:\n" -"\n" -" -h Muestra cómo se usa el programa\n" -"\n" -" Nota: este programa sólo valida los comentarios DSC, no el PostScript en sí mismo.\n" +#~ msgid "" +#~ "lpr: warning - '%c' format modifier not supported - output may not be " +#~ "correct!\n" +#~ msgstr "" +#~ "lpr: advertencia - no admite el uso del modificador de formato '%c' - la " +#~ "salida puede que no sea correcta.\n" -#, c-format -msgid "Password for %s on %s? " -msgstr "¿Contraseña de %s en %s? " +#~ msgid "lpr: warning - email notification is not currently supported!\n" +#~ msgstr "" +#~ "lpr: advertencia - actualmente no admite el uso de la notificación por " +#~ "email.\n" -msgid "" -" **FAIL** 1284DeviceId must be 1284DeviceID!\n" -" REF: Page 72, section 5.5\n" -msgstr "" -" **FALLO** 1284DeviceId debe ser 1284DeviceID.\n" -" REF: Página 72, sección 5.5\n" +#~ msgid "lprm: Job or printer not found!\n" +#~ msgstr "lprm: No se ha encontrado el trabajo o la impresora.\n" -#, c-format -msgid "Missing value on line %d!" -msgstr "Falta un valor en la línea %d." +#~ msgid "lprm: Not authorized to lprm job(s)!\n" +#~ msgstr "lprm: No tiene permiso para lprm trabajo(s).\n" -#, c-format -msgid "Missing double quote on line %d!" -msgstr "Faltan dobles comillas en línea %d." +#~ msgid "lprm: Unable to cancel job(s)!\n" +#~ msgstr "lprm: No se han podido cancelar los trabajos.\n" -#, c-format -msgid "Bad option + choice on line %d!" -msgstr "Opción incorrecta + preferencia en línea %d." +#~ msgid "lprm: Unable to lprm job(s)!\n" +#~ msgstr "lprm: No se han podido lprm trabajo(s).\n" -msgid "Empty PPD file!" -msgstr "Archivo PPD vacío." +#~ msgid "lprm: Unknown destination \"%s\"!\n" +#~ msgstr "lprm: Destino \"%s\" desconocido.\n" -#, c-format -msgid "Unable to set Windows printer driver (%d)!" -msgstr "No se ha podido configurar el controlador de impresora de Windows (%d)." +#~ msgid "lprm: Unknown option '%c'!\n" +#~ msgstr "lprm: Opción '%c' desconocida.\n" -#, c-format -msgid "Unable to run \"%s\": %s\n" -msgstr "No se ha podido ejecutar \"%s\": %s\n" +#~ msgid "lprm: You don't own job ID %d!\n" +#~ msgstr "lprm: No es el propietario del trabajo ID %d.\n" -msgid "Enter your username and password or the root username and password to access this page. If you are using Kerberos authentication, make sure you have a valid Kerberos ticket." -msgstr "Introduzca su nombre de usuario y contraseña o el nombre de usuario y contraseña de root para poder acceder a esta página. Si está usando autentificación Kerberos, asegúrese de que tiene un ticket Kerberos válido." +#~ msgid "lpstat: Invalid destination name in list \"%s\"!\n" +#~ msgstr "lpstat: Nombre de destino inválido en lista \"%s\".\n" -#, c-format -msgid "Job #%d is already canceled - can't cancel." -msgstr "El trabajo #%d ya está cancelado - no se puede cancelar." +#~ msgid "lpstat: Need \"completed\" or \"not-completed\" after -W!\n" +#~ msgstr "lpstat: Se necesita 'completed' o 'not completed' tras -W.\n" -#, c-format -msgid "Bad notify-recipient URI \"%s\"!" -msgstr "URI notify-recipient \"%s\" incorrecto." +#~ msgid "" +#~ "lpstat: Need \"completed\", \"not-completed\", or \"all\" after -W!\n" +#~ msgstr "" +#~ "lpstat: Se necesita \"completed\", \"not completed\", o \"all\" tras -W.\n" -#, c-format -msgid "notify-recipient URI \"%s\" uses unknown scheme!" -msgstr "El URI notify-recipient \"%s\" usa un esquema desconocido." +#~ msgid "lpstat: The -b option requires a destination argument.\n" +#~ msgstr "lpstat: La opción -b necesita un argumento destino.\n" -#, c-format -msgid "Bad notify-pull-method \"%s\"!" -msgstr "notify-pull-method \"%s\" incorrecto." +#~ msgid "lpstat: Unable to connect to server %s on port %d: %s\n" +#~ msgstr "" +#~ "lpstat: No se ha podido conectar al servidor %s en el puerto %d: %s\n" -#, c-format -msgid "" -" **FAIL** %s must be 1284DeviceID!\n" -" REF: Page 72, section 5.5\n" -msgstr "" -" **FALLO** %s debe ser 1284DeviceID.\n" -" REF: Página 72, sección 5.5\n" +#~ msgid "lpstat: Unknown destination \"%s\"!\n" +#~ msgstr "lpstat: Destino desconocido \"%s\".\n" -#, c-format -msgid " %d ERRORS FOUND\n" -msgstr " %d ERRORES ENCONTRADOS\n" +#~ msgid "lpstat: Unknown option '%c'!\n" +#~ msgstr "lpstat: Opción '%c' desconocida.\n" -#, c-format -msgid "lpoptions: Unable to get PPD file for %s: %s\n" -msgstr "lpoptions: No se ha podido obtener el archivo PPD para %s: %s\n" +#~ msgid "lpstat: get-classes failed: %s\n" +#~ msgstr "lpstat: get-classes ha fallado: %s\n" + +#~ msgid "lpstat: get-jobs failed: %s\n" +#~ msgstr "lpstat: get-jobs ha fallado: %s\n" + +#~ msgid "lpstat: get-printers failed: %s\n" +#~ msgstr "lpstat: get-printers ha fallado: %s\n" +#~ msgid "notify-recipient URI \"%s\" uses unknown scheme!" +#~ msgstr "El URI notify-recipient \"%s\" usa un esquema desconocido." diff --git a/locale/cups_et.po b/locale/cups_et.po index 69296a24b..6be2a84b6 100644 --- a/locale/cups_et.po +++ b/locale/cups_et.po @@ -25,7 +25,7 @@ msgid "" msgstr "" "Project-Id-Version: CUPS 1.2\n" "Report-Msgid-Bugs-To: http://www.cups.org/str.php\n" -"POT-Creation-Date: 2007-01-23 09:44-0500\n" +"POT-Creation-Date: 2007-03-30 16:49-0400\n" "PO-Revision-Date: 2006-09-93 01:41+0200\n" "Last-Translator: Marek Laane \n" "Language-Team: Estonian \n" @@ -33,1753 +33,2431 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -msgid "Options Installed" -msgstr "Paigaldatud valikud" - -msgid "Class" -msgstr "Klass" +msgid "\t\t(all)\n" +msgstr "\t\t(kõik)\n" -msgid "Printer" -msgstr "Printer" +msgid "\t\t(none)\n" +msgstr "\t\t(puudub)\n" -msgid "Extra" -msgstr "Ekstra" +#, c-format +msgid "\t%d entries\n" +msgstr "\t%d kirjet\n" -msgid "General" -msgstr "Üldine" +msgid "\tAfter fault: continue\n" +msgstr "\tVea järel: jätkatakse\n" -msgid "Media Size" -msgstr "Türkimaterjali suurus" +msgid "\tAlerts:" +msgstr "\tHoiatused:" -msgid "Media Type" -msgstr "Trükimaterjali tüüp" +msgid "\tBanner required\n" +msgstr "\tBanner nõutav\n" -msgid "Media Source" -msgstr "Trükimaterjali allikas" +msgid "\tCharset sets:\n" +msgstr "\tMärgistikud:\n" -msgid "Output Mode" -msgstr "Väljundirežiim" +msgid "\tConnection: direct\n" +msgstr "\tÜhendus: otsene\n" -msgid "Resolution" -msgstr "Lahutus" +msgid "\tConnection: remote\n" +msgstr "\tÜhendus: võrgus\n" -msgid "Variable" -msgstr "Muutuv" +msgid "\tDefault page size:\n" +msgstr "\tVaikimisi lehe suurus:\n" -msgid "Yes" -msgstr "Jah" +msgid "\tDefault pitch:\n" +msgstr "\tVaikimisi tihedus:\n" -msgid "No" -msgstr "i" +msgid "\tDefault port settings:\n" +msgstr "\tVaikimisi pordi seadistused:\n" -msgid "Auto" -msgstr "Automaatne" +#, c-format +msgid "\tDescription: %s\n" +msgstr "\tKirjeldus: %s\n" msgid "" -"Enter your username and password or the root username and password to access " -"this page." +"\tForm mounted:\n" +"\tContent types: any\n" +"\tPrinter types: unknown\n" msgstr "" -"Selle lehekülje avamiseks andke enda või administraatori (root) kasutajanimi " -"ja parool." +"\tVorm ühendatud:\n" +"\tSisu tüübid: suvaline\n" +"\tPrinteri tüübid: teadmata\n" -msgid "You must use a https: URL to access this page." -msgstr "Selle lehekülje avamiseks tuleb kasutada https: URL-i." +msgid "\tForms allowed:\n" +msgstr "\tLubatud vormid:\n" #, c-format -msgid "Bad request version number %d.%d!" -msgstr "Vigane soovi versiooninumber %d.%d!" - -msgid "No attributes in request!" -msgstr "Soovis puuduvad atribuudid!" +msgid "\tInterface: %s.ppd\n" +msgstr "\tLiides: %s.ppd\n" #, c-format -msgid "Attribute groups are out of order (%x < %x)!" -msgstr "Atribuudigrupid pole õiges järjekorras (%x < %x)!" +msgid "\tInterface: %s/interfaces/%s\n" +msgstr "\tLiides: %s/interfaces/%s\n" -msgid "Missing required attributes!" -msgstr "Nõutud atribuudid puuduvad!" +#, c-format +msgid "\tInterface: %s/ppd/%s.ppd\n" +msgstr "\tLiides: %s/ppd/%s.ppd\n" #, c-format -msgid "%s not supported!" -msgstr "%s pole toetatud!" +msgid "\tLocation: %s\n" +msgstr "\tAsukoht: %s\n" -msgid "The printer or class was not found." -msgstr "Printerit või klassi ei leitud." +msgid "\tOn fault: no alert\n" +msgstr "\tVea korral: hoiatus puudub\n" -msgid "" -"The printer-uri must be of the form \"ipp://HOSTNAME/classes/CLASSNAME\"." -msgstr "printer-uri peab olema kujul \"ipp://MASINANIMI/classes/KLASSINIMI\"." +msgid "\tUsers allowed:\n" +msgstr "\tLubatud kasutajad:\n" -#, c-format -msgid "The printer-uri \"%s\" contains invalid characters." -msgstr "printer-uri \"%s\" sisaldab vigaseid märke." +msgid "\tUsers denied:\n" +msgstr "\tKeelatud kasutajad:\n" -#, c-format -msgid "A printer named \"%s\" already exists!" -msgstr "Printer nimega \"%s\" on juba olemas!" +msgid "\tdaemon present\n" +msgstr "\tdeemon töötab\n" -#, c-format -msgid "Attempt to set %s printer-state to bad value %d!" -msgstr "Katse määrata %s printer-state vigase väärtusega %d!" +msgid "\tno entries\n" +msgstr "\tkirjeid pole\n" #, c-format -msgid "add_class: Unknown printer-op-policy \"%s\"." -msgstr "add_class: tundmatu printer-op-policy \"%s\"." +msgid "\tprinter is on device '%s' speed -1\n" +msgstr "\tprinter seadmes '%s' kiirus -1\n" -#, c-format -msgid "add_class: Unknown printer-error-policy \"%s\"." -msgstr "add_class: tundmatu printer-error-policy \"%s\"." +msgid "\tprinting is disabled\n" +msgstr "\ttrükkimine on keelatud\n" -msgid "Unable to allocate memory for file types!" -msgstr "Failitüüpidele ei õnnestu mälu eraldada!" +msgid "\tprinting is enabled\n" +msgstr "\ttrükkimine on lubatud\n" #, c-format -msgid "Character set \"%s\" not supported!" -msgstr "Märgistik \"%s\" pole toetatud!" +msgid "\tqueued for %s\n" +msgstr "\tjärjekorras %s jaoks\n" -#, c-format -msgid "Language \"%s\" not supported!" -msgstr "Keel \"%s\" pole toetatud!" +msgid "\tqueuing is disabled\n" +msgstr "\tjärjekord on keelatud\n" -#, c-format -msgid "The notify-user-data value is too large (%d > 63 octets)!" -msgstr "notify-user-data väärtus on liiga suur (%d > 63 oktetti)!" +msgid "\tqueuing is enabled\n" +msgstr "\tjärjekord on lubatud\n" -msgid "" -"The notify-lease-duration attribute cannot be used with job subscriptions." -msgstr "notify-lease-duration atribuuti ei saa kasutada töötellimuste korral." +msgid "\treason unknown\n" +msgstr "\tpõhjus teadmata\n" msgid "" -"The printer-uri must be of the form \"ipp://HOSTNAME/printers/PRINTERNAME\"." +"\n" +" DETAILED CONFORMANCE TEST RESULTS\n" msgstr "" -"printer-uri peab olema kujul \"ipp://MASINANIMI/printers/PRINTERINIMI\"." +"\n" +" ÜKSIKASJALIKUD SOBIVUSTESTI TULEMUSED\n" -#, c-format -msgid "A class named \"%s\" already exists!" -msgstr "Klass nimega \"%s\" on juba olemas!" +msgid " REF: Page 15, section 3.1.\n" +msgstr " Viide: lk 15, sektsioon 3.1.\n" -#, c-format -msgid "" -"File device URIs have been disabled! To enable, see the FileDevice directive " -"in \"%s/cupsd.conf\"." -msgstr "" -"Failiseadme URI-d on keelatud! Nende lubamiseks vaadake FileDevice " -"direktiivi failis \"%s/cupsd.conf\"." +msgid " REF: Page 15, section 3.2.\n" +msgstr " Viide: lk 15, sektsioon 3.2.\n" -#, c-format -msgid "Bad device-uri \"%s\"!" -msgstr "Vigane device-uri \"%s\"!" +msgid " REF: Page 19, section 3.3.\n" +msgstr " Viide: lk 19, sektsioon 3.3.\n" -#, c-format -msgid "Bad port-monitor \"%s\"!" -msgstr "Vigane port-monitor \"%s\"!" +msgid " REF: Page 20, section 3.4.\n" +msgstr " Viide: lk 20, sektsioon 3.4.\n" -#, c-format -msgid "Bad printer-state value %d!" -msgstr "Vigane printer-state väärtus %d!" +msgid " REF: Page 27, section 3.5.\n" +msgstr " Viide: lk 27, sektsioon 3.5.\n" -#, c-format -msgid "Unknown printer-op-policy \"%s\"." -msgstr "Tundmatu printer-op-policy \"%s\"." +msgid " REF: Page 42, section 5.2.\n" +msgstr " Viide: lk 42, sektsioon 5.2.\n" -#, c-format -msgid "Unknown printer-error-policy \"%s\"." -msgstr "Tundmatu printer-error-policy \"%s\"." +msgid " REF: Pages 16-17, section 3.2.\n" +msgstr " Viide: lk 16-17, sektsioon 3.2.\n" -#, c-format -msgid "Unable to copy interface script - %s!" -msgstr "Liideseskripti kopeerimine ebaõnnestus - %s!" +msgid " REF: Pages 42-45, section 5.2.\n" +msgstr " Viide: lk 42-45, sektsioon 5.2.\n" -#, c-format -msgid "Unable to copy PPD file - %s!" -msgstr "PPD-faili kopeerimine ebaõnnestus - %s!" +msgid " REF: Pages 45-46, section 5.2.\n" +msgstr " Viide: lk 45-46, sektsioon 5.2.\n" -msgid "Unable to copy PPD file!" -msgstr "PPD-faili kopeerimine ebaõnnestus!" +msgid " REF: Pages 48-49, section 5.2.\n" +msgstr " Viide: lk 48-49, sektsioon 5.2.\n" -msgid "Got a printer-uri attribute but no job-id!" -msgstr "Saadi printer-uri atribuut, aga mitte job-id!" +msgid " REF: Pages 52-54, section 5.2.\n" +msgstr " Viide: lk 52-54, sektsioon 5.2.\n" #, c-format -msgid "Bad job-uri attribute \"%s\"!" -msgstr "Vigane job-uri atribuut \"%s\"!" +msgid " %-39.39s %.0f bytes\n" +msgstr " %-39.39s %.0f baiti\n" #, c-format -msgid "Job #%d doesn't exist!" -msgstr "Tööd nr %d ei ole olemas!" +msgid " PASS Default%s\n" +msgstr " SOORITATUD Default%s\n" -#, c-format -msgid "Job #%d is not held for authentication!" -msgstr "Tööd nr %d ei hoita autentimiseks!" +msgid " PASS DefaultImageableArea\n" +msgstr " SOORITATUD DefaultImageableArea\n" -#, c-format -msgid "You are not authorized to authenticate job #%d owned by \"%s\"!" -msgstr "Teil pole õigust autentida tööd nr %d, mille omanik on \"%s\"!" +msgid " PASS DefaultPaperDimension\n" +msgstr " SOORITATUD DefaultPaperDimension\n" -msgid "The printer-uri attribute is required!" -msgstr "Vajalik on printer-uri atribuut!" +msgid " PASS FileVersion\n" +msgstr " SOORITATUD FileVersion\n" -msgid "Missing requesting-user-name attribute!" -msgstr "Puudub requesting-user-name atribuut!" +msgid " PASS FormatVersion\n" +msgstr " SOORITATUD FormatVersion\n" -#, c-format -msgid "The printer-uri \"%s\" is not valid." -msgstr "printer-uri \"%s\" ei ole korrektne." +msgid " PASS LanguageEncoding\n" +msgstr " SOORITATUD LanguageEncoding\n" -#, c-format -msgid "No active jobs on %s!" -msgstr "%s: pole ühtegi aktiivset tööd!" +msgid " PASS LanguageVersion\n" +msgstr " SOORITATUD LanguageVersion\n" -#, c-format -msgid "You are not authorized to delete job #%d owned by \"%s\"!" -msgstr "Teil pole õigust kustutada tööd nr %d, mille omanik on \"%s\"!" +msgid " PASS Manufacturer\n" +msgstr " SOORITATUD Manufacturer\n" -#, c-format -msgid "Job #%d is already %s - can't cancel." -msgstr "Töö nr %d on juba %s - ei saa katkestada." +msgid " PASS ModelName\n" +msgstr " SOORITATUD ModelName\n" -msgid "The printer or class is not shared!" -msgstr "Printer või klass pole ühiskasutuses!" +msgid " PASS NickName\n" +msgstr " SOORITATUD NickName\n" -#, c-format -msgid "Destination \"%s\" is not accepting jobs." -msgstr "Sihtkoht \"%s\" ei võta töid vastu." +msgid " PASS PCFileName\n" +msgstr " SOORITATUD PCFileName\n" -#, c-format -msgid "Bad copies value %d." -msgstr "Vigane koopiate väärtus %d." +msgid " PASS PSVersion\n" +msgstr " SOORITATUD PSVersion\n" -#, c-format -msgid "Bad page-ranges values %d-%d." -msgstr "Vigased lehevahemike väärtused %d-%d." +msgid " PASS PageRegion\n" +msgstr " SOORITATUD PageRegion\n" -msgid "Too many active jobs." -msgstr "Liiga palju aktiivseid täid." +msgid " PASS PageSize\n" +msgstr " SOORITATUD PageSize\n" -msgid "Quota limit reached." -msgstr "Kvoot on täis." +msgid " PASS Product\n" +msgstr " SOORITATUD Product\n" + +msgid " PASS ShortNickName\n" +msgstr " SOORITATUD ShortNickName\n" + +#, c-format +msgid "" +" WARN \"%s %s\" conflicts with \"%s %s\"\n" +" (constraint=\"%s %s %s %s\")\n" +msgstr "" +" HOIATUS \"%s %s\" on konfliktis \"%s %s\"\n" +" (constraint=\"%s %s %s %s\")\n" + +#, c-format +msgid " WARN %s has no corresponding options!\n" +msgstr " HOIATUS %s on ilma vastavate võtmeteta!\n" + +#, c-format +msgid "" +" WARN %s shares a common prefix with %s\n" +" REF: Page 15, section 3.2.\n" +msgstr "" +" HOIATUS %s on sama prefiksiga, mis %s\n" +" Viide: lk 15, sektsioon 3.2.\n" + +msgid " WARN Default choices conflicting!\n" +msgstr " HOIATUS Vaikevalikud on konfliktis!\n" + +#, c-format +msgid "" +" WARN Duplex option keyword %s should be named Duplex or " +"JCLDuplex!\n" +" REF: Page 122, section 5.17\n" +msgstr "" +" HOIATUS Dupleksi võtme võtmesõna %s peab olema nimega Duplex või " +"JCLDuplex!\n" +" Viide: lk 122, sektsioon 5.17\n" + +msgid "" +" WARN File contains a mix of CR, LF, and CR LF line endings!\n" +msgstr " HOIATUS Fail sisaldab CR. LF ja CR LF reavahetuste segu!\n" + +msgid "" +" WARN LanguageEncoding required by PPD 4.3 spec.\n" +" REF: Pages 56-57, section 5.3.\n" +msgstr "" +" HOIATUS LanguageEncoding on PPD 4.3 spetsifikatsiooni järgi " +"nõutav.\n" +" Viide: lk 56-57, sektsioon 5.3.\n" + +#, c-format +msgid " WARN Line %d only contains whitespace!\n" +msgstr " HOIATUS Rida %d sisaldab ainult tühikut!\n" + +msgid "" +" WARN Manufacturer required by PPD 4.3 spec.\n" +" REF: Pages 58-59, section 5.3.\n" +msgstr "" +" HOIATUS Manufacturer on PPD 4.3 spetsifikatsiooni järgi nõutav.\n" +" Viide: lk 58-59, sektsioon 5.3.\n" + +msgid "" +" WARN Non-Windows PPD files should use lines ending with only LF, " +"not CR LF!\n" +msgstr "" +" HOIATUS Mitte-Windowsi PPD-failid peavad kasutama ainult LF, " +"mitte CR LF reavahetusi!\n" + +#, c-format +msgid "" +" WARN Obsolete PPD version %.1f!\n" +" REF: Page 42, section 5.2.\n" +msgstr "" +" HOIATUS Iganenud PPD versioon %.1f!\n" +" Viide: lk 42, sektsioon 5.2.\n" + +msgid "" +" WARN PCFileName longer than 8.3 in violation of PPD spec.\n" +" REF: Pages 61-62, section 5.3.\n" +msgstr "" +" HOIATUS PCFileName pikem kui 8.3 läheb vastuollu PPD " +"spetsifikatsiooniga.\n" +" Viide: lk 61-62, sektsioon 5.3.\n" + +msgid "" +" WARN Protocols contains PJL but JCL attributes are not set.\n" +" REF: Pages 78-79, section 5.7.\n" +msgstr "" +" HOIATUS Protocols sisaldab PJL, kuid JCL atribuudid pole " +"määratud.\n" +" Viide: lk 78-79, sektsioon 5.7.\n" + +msgid "" +" WARN Protocols contains both PJL and BCP; expected TBCP.\n" +" REF: Pages 78-79, section 5.7.\n" +msgstr "" +" HOIATUS Protocols sisaldab nii PJL kui ka BCP; oodati TBCP.\n" +" Viide: lk 78-79, sektsioon 5.7.\n" + +msgid "" +" WARN ShortNickName required by PPD 4.3 spec.\n" +" REF: Pages 64-65, section 5.3.\n" +msgstr "" +" HOIATUS ShortNickName on PPD 4.3 spetsifikatsiooni järgi nõutav.\n" +" Viide: lk 64-65, sektsioon 5.3.\n" + +#, c-format +msgid " **FAIL** %s %s does not exist!\n" +msgstr " **EBAÕNN** %s %s ei ole olemas!\n" + +#, fuzzy, c-format +msgid "" +" **FAIL** %s must be 1284DeviceID!\n" +" REF: Page 72, section 5.5\n" +msgstr "" +" **EBAÕNN** 1284DeviceId peab olema 1284DeviceID!\n" +" Viide: lk 72, sektsioon 5.5\n" + +#, fuzzy, c-format +msgid "" +" **FAIL** BAD Default%s %s\n" +" REF: Page 40, section 4.5.\n" +msgstr "" +" **EBAÕNN** VIGANE Default%s %s\n" +" Viide: lk 40, sektsioon 4.5.\n" + +#, c-format +msgid "" +" **FAIL** BAD DefaultImageableArea %s!\n" +" REF: Page 102, section 5.15.\n" +msgstr "" +" **EBAÕNN** VIGANE DefaultImageableArea %s!\n" +" Viide: lk 102, sektsioon 5.15.\n" + +#, c-format +msgid "" +" **FAIL** BAD DefaultPaperDimension %s!\n" +" REF: Page 103, section 5.15.\n" +msgstr "" +" **EBAÕNN** VIGANE DefaultPaperDimension %s!\n" +" Viide: lk 103, sektsioon 5.15.\n" + +msgid "" +" **FAIL** BAD JobPatchFile attribute in file\n" +" REF: Page 24, section 3.4.\n" +msgstr "" +" **EBAÕNN** VIGANE JobPatchFile atribuut failis\n" +" Viide: lk 24, sektsioon 3.4.\n" + +msgid "" +" **FAIL** BAD Manufacturer (should be \"HP\")\n" +" REF: Page 211, table D.1.\n" +msgstr "" +" **EBAÕNN** VIGANE Manufacturer (peab olema \"HP\")\n" +" Viide: lk 211, tabel D.1.\n" + +#, c-format +msgid "" +" **FAIL** BAD ModelName - \"%c\" not allowed in string.\n" +" REF: Pages 59-60, section 5.3.\n" +msgstr "" +" **EBAÕNN** VIGANE ModelName - \"%c\" ei ole stringis lubatud.\n" +" Viide: lk 59-60, sektsioon 5.3.\n" + +msgid "" +" **FAIL** BAD PSVersion - not \"(string) int\".\n" +" REF: Pages 62-64, section 5.3.\n" +msgstr "" +" **EBAÕNN** VIGANE PSVersion - pole \"(string) int\".\n" +" Viide: lk 62-64, sektsioon 5.3.\n" + +msgid "" +" **FAIL** BAD Product - not \"(string)\".\n" +" REF: Page 62, section 5.3.\n" +msgstr "" +" **EBAÕNN** VIGANE Product - pole \"(string)\".\n" +" Viide: lk 62, sektsioon 5.3.\n" + +msgid "" +" **FAIL** BAD ShortNickName - longer than 31 chars.\n" +" REF: Pages 64-65, section 5.3.\n" +msgstr "" +" **EBAÕNN** VIGANE ShortNickName - pikem kui 31 märki.\n" +" Viide: lk 64-65, sektsioon 5.3.\n" + +#, c-format +msgid "" +" **FAIL** Bad %s choice %s!\n" +" REF: Page 122, section 5.17\n" +msgstr "" +" **EBAÕNN** Vigane %s valik %s!\n" +" Viide: lk 122, sektsioon 5.17\n" + +#, c-format +msgid "" +" **FAIL** Bad %s choice %s!\n" +" REF: Page 84, section 5.9\n" +msgstr "" +" **EBAÕNN** Vigane %s valik %s!\n" +" Viide: lk 84, sektsioon 5.9\n" + +#, fuzzy, c-format +msgid " **FAIL** Bad UTF-8 \"%s\" translation string for option %s!\n" +msgstr " **EBAÕNN** Puudub \"%s\" tõlkestring võtmele %s!\n" + +#, fuzzy, c-format +msgid "" +" **FAIL** Bad UTF-8 \"%s\" translation string for option %s, choice %" +"s!\n" +msgstr " **EBAÕNN** Puudub \"%s\" tõlkestring võtmele %s, valikule %s!\n" + +#, c-format +msgid " **FAIL** Bad cupsFilter value \"%s\"!\n" +msgstr " **EBAÕNN** Vigane cupsFilter väärtus \"%s\"!\n" + +#, c-format +msgid " **FAIL** Bad language \"%s\"!\n" +msgstr " **EBAÕNN** Vigane keel \"%s\"!\n" + +#, c-format +msgid "" +" **FAIL** Default translation string for option %s choice %s contains " +"8-bit characters!\n" +msgstr "" +" **EBAÕNN** Vaikimisi tõlkestring võtmele %s, valikule %s sisaldab 8-" +"bitiseid märke!\n" + +#, c-format +msgid "" +" **FAIL** Default translation string for option %s contains 8-bit " +"characters!\n" +msgstr "" +" **EBAÕNN** Vaikimisi tõlkestring võtmele %s sisaldab 8-bitiseid " +"märke!\n" + +#, c-format +msgid " **FAIL** Missing \"%s\" translation string for option %s!\n" +msgstr " **EBAÕNN** Puudub \"%s\" tõlkestring võtmele %s!\n" + +#, c-format +msgid "" +" **FAIL** Missing \"%s\" translation string for option %s, choice %s!\n" +msgstr " **EBAÕNN** Puudub \"%s\" tõlkestring võtmele %s, valikule %s!\n" + +#, c-format +msgid "" +" **FAIL** REQUIRED %s does not define choice None!\n" +" REF: Page 122, section 5.17\n" +msgstr "" +" **EBAÕNN** VAJALIK %s ei defineeri valikut None!\n" +" Viide: lk 122, sektsioon 5.17\n" + +#, c-format +msgid "" +" **FAIL** REQUIRED Default%s\n" +" REF: Page 40, section 4.5.\n" +msgstr "" +" **EBAÕNN** VAJALIK Default%s\n" +" Viide: lk 40, sektsioon 4.5.\n" + +msgid "" +" **FAIL** REQUIRED DefaultImageableArea\n" +" REF: Page 102, section 5.15.\n" +msgstr "" +" **EBAÕNN** VAJALIK DefaultImageableArea\n" +" Viide: lk 102, sektsioon 5.15.\n" + +msgid "" +" **FAIL** REQUIRED DefaultPaperDimension\n" +" REF: Page 103, section 5.15.\n" +msgstr "" +" **EBAÕNN** VAJALIK DefaultPaperDimension\n" +" Viide: lk 103, sektsioon 5.15.\n" + +msgid "" +" **FAIL** REQUIRED FileVersion\n" +" REF: Page 56, section 5.3.\n" +msgstr "" +" **EBAÕNN** VAJALIK FileVersion\n" +" Viide: lk 56, sektsioon 5.3.\n" + +msgid "" +" **FAIL** REQUIRED FormatVersion\n" +" REF: Page 56, section 5.3.\n" +msgstr "" +" **EBAÕNN** VAJALIK FormatVersion\n" +" Viide: lk 56, sektsioon 5.3.\n" + +#, c-format +msgid "" +" **FAIL** REQUIRED ImageableArea for PageSize %s\n" +" REF: Page 41, section 5.\n" +" REF: Page 102, section 5.15.\n" +msgstr "" +" **EBAÕNN** VAJALIK ImageableArea PageSize %s jaoks\n" +" Viide: lk 41, sektsioon 5.\n" +" Viide: lk 102, sektsioon 5.15.\n" + +msgid "" +" **FAIL** REQUIRED LanguageEncoding\n" +" REF: Pages 56-57, section 5.3.\n" +msgstr "" +" **EBAÕNN** VAJALIK LanguageEncoding\n" +" Viide: lk 56-57, sektsioon 5.3.\n" + +msgid "" +" **FAIL** REQUIRED LanguageVersion\n" +" REF: Pages 57-58, section 5.3.\n" +msgstr "" +" **EBAÕNN** VAJALIK LanguageVersion\n" +" Viide: lk 57-58, sektsioon 5.3.\n" + +msgid "" +" **FAIL** REQUIRED Manufacturer\n" +" REF: Pages 58-59, section 5.3.\n" +msgstr "" +" **EBAÕNN** VAJALIK Manufacturer\n" +" Viide: lk 58-59, sektsioon 5.3.\n" + +msgid "" +" **FAIL** REQUIRED ModelName\n" +" REF: Pages 59-60, section 5.3.\n" +msgstr "" +" **EBAÕNN** VAJALIK ModelName\n" +" Viide: lk 59-60, sektsioon 5.3.\n" + +msgid "" +" **FAIL** REQUIRED NickName\n" +" REF: Page 60, section 5.3.\n" +msgstr "" +" **EBAÕNN** VAJALIK NickName\n" +" Viide: lk 60, sektsioon 5.3.\n" + +msgid "" +" **FAIL** REQUIRED PCFileName\n" +" REF: Pages 61-62, section 5.3.\n" +msgstr "" +" **EBAÕNN** VAJALIK PCFileName\n" +" Viide: lk 61-62, sektsioon 5.3.\n" + +msgid "" +" **FAIL** REQUIRED PSVersion\n" +" REF: Pages 62-64, section 5.3.\n" +msgstr "" +" **EBAÕNN** VAJALIK PSVersion\n" +" Viide: lk 62-64, sektsioon 5.3.\n" + +msgid "" +" **FAIL** REQUIRED PageRegion\n" +" REF: Page 100, section 5.14.\n" +msgstr "" +" **EBAÕNN** VAJALIK PageRegion\n" +" Viide: lk 100, sektsioon 5.14.\n" + +msgid "" +" **FAIL** REQUIRED PageSize\n" +" REF: Page 41, section 5.\n" +" REF: Page 99, section 5.14.\n" +msgstr "" +" **EBAÕNN** VAJALIK PageSize\n" +" Viide: lk 41, sektsioon 5.\n" +" Viide: lk 99, sektsioon 5.14.\n" + +msgid "" +" **FAIL** REQUIRED PageSize\n" +" REF: Pages 99-100, section 5.14.\n" +msgstr "" +" **EBAÕNN** VAJALIK PageSize\n" +" Viide: lk 99-100, sektsioon 5.14.\n" + +#, c-format +msgid "" +" **FAIL** REQUIRED PaperDimension for PageSize %s\n" +" REF: Page 41, section 5.\n" +" REF: Page 103, section 5.15.\n" +msgstr "" +" **EBAÕNN** VAJALIK PaperDimension PageSize %s jaoks\n" +" Viide: lk 41, sektsioon 5.\n" +" Viide: lk 103, sektsioon 5.15.\n" + +msgid "" +" **FAIL** REQUIRED Product\n" +" REF: Page 62, section 5.3.\n" +msgstr "" +" **EBAÕNN** VAJALIK Product\n" +" Viide: lk 62, sektsioon 5.3.\n" + +msgid "" +" **FAIL** REQUIRED ShortNickName\n" +" REF: Page 64-65, section 5.3.\n" +msgstr "" +" **EBAÕNN** VAJALIK ShortNickName\n" +" Viide: lk 64-65, sektsioon 5.3.\n" + +#, fuzzy, c-format +msgid " %d ERRORS FOUND\n" +msgstr " %d VIGA%s LEITUD\n" + +#, c-format +msgid "" +" Bad %%%%BoundingBox: on line %d!\n" +" REF: Page 39, %%%%BoundingBox:\n" +msgstr "" +" Vigane %%%%BoundingBox: real %d!\n" +" Viide: lk 39, %%%%BoundingBox:\n" + +#, c-format +msgid "" +" Bad %%%%Page: on line %d!\n" +" REF: Page 53, %%%%Page:\n" +msgstr "" +" Vigane %%%%Page: real %d!\n" +" Viide: lk 53, %%%%Page:\n" #, c-format -msgid "Unable to add job for destination \"%s\"!" -msgstr "Töö lisamine sihtkohale \"%s\" ebaõnnestus!" +msgid "" +" Bad %%%%Pages: on line %d!\n" +" REF: Page 43, %%%%Pages:\n" +msgstr "" +" Vigane %%%%Pages: real %d!\n" +" Viide: lk 43, %%%%Pages:\n" -msgid "No subscription attributes in request!" -msgstr "Soovis puuduvad tellimisatribuudid!" +#, c-format +msgid "" +" Line %d is longer than 255 characters (%d)!\n" +" REF: Page 25, Line Length\n" +msgstr "" +" Rida %d on pikem kui 255 märki (%d)!\n" +" Viide: lk 25, Line Length\n" -msgid "notify-events not specified!" -msgstr "notify-events pole määratud!" +msgid "" +" Missing %!PS-Adobe-3.0 on first line!\n" +" REF: Page 17, 3.1 Conforming Documents\n" +msgstr "" +" Puudub %!PS-Adobe-3.0 esimesel real!\n" +" Viide: lk 17, 3.1 Conforming Documents\n" #, c-format -msgid "Job %d not found!" -msgstr "Tööd %d ei leitud!" +msgid "" +" Missing %%EndComments comment!\n" +" REF: Page 41, %%EndComments\n" +msgstr "" +" Puudub %%EndComments kommentaar!\n" +" Viide: lk 41, %%EndComments\n" -msgid "No default printer" -msgstr "Vaikimisi printer puudub" +#, c-format +msgid "" +" Missing or bad %%BoundingBox: comment!\n" +" REF: Page 39, %%BoundingBox:\n" +msgstr "" +" Puuduv või vigane %%BoundingBox: kommentaar!\n" +" Viide: lk 39, %%BoundingBox:\n" -msgid "cups-deviced failed to execute." -msgstr "cups-deviced käivitamine ebaõnnestus." +#, c-format +msgid "" +" Missing or bad %%Page: comments!\n" +" REF: Page 53, %%Page:\n" +msgstr "" +" Puuduvad või vigased %%Page: kommentaarid!\n" +" Viide: lk 53, %%Page:\n" -msgid "cups-driverd failed to execute." -msgstr "cups-driverd käivitamine ebaõnnestus." +#, c-format +msgid "" +" Missing or bad %%Pages: comment!\n" +" REF: Page 43, %%Pages:\n" +msgstr "" +" Puuduv või vigane %%Pages: kommentaar!\n" +" Viide: lk 43, %%Pages:\n" -msgid "No destinations added." -msgstr "Sihtkohti pole lisatud." +msgid " NO ERRORS FOUND\n" +msgstr " VIGU EI LEITUD\n" #, c-format -msgid "notify-subscription-id %d no good!" -msgstr "notify-subscription-id %d on vigane!" +msgid " Saw %d lines that exceeded 255 characters!\n" +msgstr " Nähti %d rida, mis ületas 255 märgi piiri!+n" #, c-format -msgid "Job #%s does not exist!" -msgstr "Tööd nr %s ei ole olemas!" +msgid " Too many %%BeginDocument comments!\n" +msgstr " Liiga palju %%BeginDocument kommentaare!\n" #, c-format -msgid "Job #%d does not exist!" -msgstr "Tööd nr %d ei ole olemas!" +msgid " Too many %%EndDocument comments!\n" +msgstr " Liiga palju %%EndDocument kommentaare!\n" -msgid "No subscriptions found." -msgstr "Tellimusi ei leitud." +msgid " Warning: file contains binary data!\n" +msgstr " Hoiatus: fail sisaldab binaarandmeid!\n" #, c-format -msgid "Not authorized to hold job #%d owned by \"%s\"!" -msgstr "Pole õigust hoida tööd %d, mille omanik on \"%s\"!" +msgid " Warning: no %%EndComments comment in file!\n" +msgstr " Hoiatus: failis puudub %%EndComments kommentaar!\n" #, c-format -msgid "Job #%d is finished and cannot be altered!" -msgstr "Töö nr %d on lõpetatud ja seda ei saa muuta!" +msgid " Warning: obsolete DSC version %.1f in file!\n" +msgstr " Hoiatus: iganenud DSC versioon %.1f failis!\n" + +msgid " FAIL\n" +msgstr " EBAÕNN\n" + +#, c-format +msgid "" +" FAIL\n" +" **FAIL** Unable to open PPD file - %s\n" +msgstr "" +" EBAÕNN\n" +" **EBAÕNN** PPD-faili avamine ebaõnnestus - %s\n" #, c-format -msgid "You are not authorized to move job #%d owned by \"%s\"!" -msgstr "Teil pole õigust liigutada tööd nr %d, mille omanik on \"%s\"!" +msgid "" +" FAIL\n" +" **FAIL** Unable to open PPD file - %s on line %d.\n" +msgstr "" +" EBAÕNN\n" +" **EBAÕNN** PPD-faili avamine ebaõnnestus - %s real %d.\n" -msgid "job-printer-uri attribute missing!" -msgstr "job-printer-uri atribuut puudub!" +msgid " PASS\n" +msgstr " SOORITATUD\n" #, c-format -msgid "Unsupported compression \"%s\"!" -msgstr "Toetamata tihendus \"%s\"!" +msgid "%-6s %-10.10s %-4d %-10d %-27.27s %.0f bytes\n" +msgstr "%-6s %-10.10s %-4d %-10d %-27.27s %.0f baiti\n" -msgid "No file!?!" -msgstr "Faili polegi!?!" +#, c-format +msgid "%-7s %-7.7s %-7d %-31.31s %.0f bytes\n" +msgstr "%-7s %-7.7s %-7d %-31.31s %.0f baiti\n" #, c-format -msgid "Could not scan type \"%s\"!" -msgstr "Tüübi \"%s\" uurimine ebaõnnestus!" +msgid "%s accepting requests since %s\n" +msgstr "%s võtab soove vastu alates %s\n" #, c-format -msgid "Unsupported format '%s/%s'!" -msgstr "Toetamata vorming '%s/%s'!" +msgid "%s cannot be changed." +msgstr "%s ei ole muudetav." -msgid "Printer not shared!" -msgstr "Printer ei ole ühiskasutuses!" +#, c-format +msgid "%s is not implemented by the CUPS version of lpc.\n" +msgstr "%s on CUPS-i lpc versioonis toetamata.\n" #, c-format -msgid "Too many jobs - %d jobs, max jobs is %d." -msgstr "Liiga palju töid - %d tööd, maksimaalselt võib olla %d." +msgid "%s is not ready\n" +msgstr "%s ei ole valmis\n" #, c-format -msgid "Job #%d is not held!" -msgstr "Tööd nr %d ei hoita!" +msgid "%s is ready\n" +msgstr "%s on valmis\n" #, c-format -msgid "You are not authorized to release job id %d owned by \"%s\"!" -msgstr "Teil pole õigust vabastada tööd ID-ga %d, mille omanik on \"%s\"!" +msgid "%s is ready and printing\n" +msgstr "%s on valmis ja trükib" #, c-format -msgid "Job #%d is not complete!" -msgstr "Töö nr %d ei ole lõpetatud!" +msgid "" +"%s not accepting requests since %s -\n" +"\t%s\n" +msgstr "" +"%s ei võta soove vastu alates %s -\n" +"\t%s\n" #, c-format -msgid "Job #%d cannot be restarted - no files!" -msgstr "Tööd nr %d ei saa taaskäivitada - faile pole!" +msgid "%s not supported!" +msgstr "%s pole toetatud!" #, c-format -msgid "You are not authorized to restart job id %d owned by \"%s\"!" -msgstr "Teil pole õigust taaskäivitada tööd ID-ga %d, mille omanik on \"%s\"!" +msgid "%s/%s accepting requests since %s\n" +msgstr "%s/%s võtab soove vastu alates %s\n" #, c-format -msgid "You are not authorized to send document for job #%d owned by \"%s\"!" -msgstr "Teil pole õigust saata dokumenti tööle nr %d, mille omanik on \"%s\"!" +msgid "" +"%s/%s not accepting requests since %s -\n" +"\t%s\n" +msgstr "" +"%s/%s ei võta soove vastu alates %s -\n" +"\t%s\n" #, c-format -msgid "Bad document-format \"%s\"!" -msgstr "Vigane document-format \"%s\"!" +msgid "%s: %-33.33s [job %d localhost]\n" +msgstr "%s: %-33.33s [töö %d localhost]\n" #, c-format -msgid "You are not authorized to alter job id %d owned by \"%s\"!" -msgstr "Teil pole õigust muuta töö ID-d %d, mille omanik on \"%s\"!" +msgid "%s: %s failed: %s\n" +msgstr "%s: %s ebaõnnestus: %s\n" #, c-format -msgid "%s cannot be changed." -msgstr "%s ei ole muudetav." +msgid "%s: Don't know what to do!\n" +msgstr "%s: ei tea, mida ette võtta!\n" -msgid "Bad job-priority value!" -msgstr "Vigane töö prioriteedi väärtus!" +#, c-format +msgid "" +"%s: Error - %s environment variable names non-existent destination \"%s\"!\n" +msgstr "%s: viga - %s keskkonnamuutuja nimetab olematu sihtkoha \"%s\"!\n" -msgid "Job is completed and cannot be changed." -msgstr "Töö on lõpetatud ja seda ei saa muuta." +#, c-format +msgid "%s: Error - bad job ID!\n" +msgstr "%s: viga - vigane töö ID!\n" -msgid "Bad job-state value!" -msgstr "Vigane job-state väärtus!" +#, c-format +msgid "%s: Error - cannot print files and alter jobs simultaneously!\n" +msgstr "%s: viga - faile trükkida ja töid muuta ei saa ühel ajal!\n" -msgid "Job state cannot be changed." -msgstr "Töö olekut ei saa muuta." +#, c-format +msgid "" +"%s: Error - cannot print from stdin if files or a job ID are provided!\n" +msgstr "" +"%s: viga - standardsisendist ei saa trükkida, kui antud on failid või töö " +"ID!\n" #, c-format -msgid "Unsupported compression attribute %s!" -msgstr "Toetamata tihenduse atribuut %s!" +msgid "%s: Error - expected character set after '-S' option!\n" +msgstr "%s: viga - võtme '-S' järel oodati märgistikku!\n" #, c-format -msgid "Unsupported format \"%s\"!" -msgstr "Toetamata vorming \"%s\"!" +msgid "%s: Error - expected content type after '-T' option!\n" +msgstr "%s: viga - võtme '-T' järel oodati sisu tüüpi!\n" #, c-format -msgid "%s is not implemented by the CUPS version of lpc.\n" -msgstr "%s on CUPS-i lpc versioonis toetamata.\n" +msgid "%s: Error - expected copies after '-n' option!\n" +msgstr "%s: viga - võtme '-n' järel oodati koopiaid!\n" -msgid "" -"Commands may be abbreviated. Commands are:\n" -"\n" -"exit help quit status ?\n" -msgstr "" -"Käske võib lühendada. Käsud on järgmised:\n" -"\n" -"exit help quit status ?\n" +#, c-format +msgid "%s: Error - expected copy count after '-#' option!\n" +msgstr "%s: viga - võtme '-#' järel oodati koopiate arvu!\n" -msgid "help\t\tget help on commands\n" -msgstr "help\t\tabi käskude kohta\n" +#, c-format +msgid "%s: Error - expected destination after '-P' option!\n" +msgstr "%s: viga - võtme '-P' järel oodati sihtkohta!\n" -msgid "status\t\tshow status of daemon and queue\n" -msgstr "status\t\tdeemoni ja järjekorra staatuse kuvamine\n" +#, c-format +msgid "%s: Error - expected destination after '-b' option!\n" +msgstr "%s: viga - võtme '-b' järel oodati sihtkohta!\n" -msgid "?Invalid help command unknown\n" -msgstr "?Vigane abikäsk tundmatu" +#, c-format +msgid "%s: Error - expected destination after '-d' option!\n" +msgstr "%s: viga - võtme '-d' järel oodati sihtkohta!\n" + +#, c-format +msgid "%s: Error - expected form after '-f' option!\n" +msgstr "%s: viga - võtme '-f' järel oodati vormi!\n" + +#, c-format +msgid "%s: Error - expected hold name after '-H' option!\n" +msgstr "%s: viga - võtme '-H' järel oodati hoitava nime!\n" + +#, c-format +msgid "%s: Error - expected hostname after '-H' option!\n" +msgstr "%s: viga - võtme '-H' järel oodati masinanime!\n" + +#, c-format +msgid "%s: Error - expected hostname after '-h' option!\n" +msgstr "%s: viga - võtme '-h' järel oodati masinanime!\n" + +#, c-format +msgid "%s: Error - expected mode list after '-y' option!\n" +msgstr "%s: viga - võtme '-y' järel oodati režiimiloendit!\n" + +#, c-format +msgid "%s: Error - expected name after '-%c' option!\n" +msgstr "%s: viga - võtme '-%c' järel oodati nime!\n" #, c-format -msgid "\tprinter is on device '%s' speed -1\n" -msgstr "\tprinter seadmes '%s' kiirus -1\n" +msgid "%s: Error - expected option string after '-o' option!\n" +msgstr "%s: viga - võtme '-o' järel oodati võtmestringi!\n" -msgid "\tqueuing is enabled\n" -msgstr "\tjärjekord on lubatud\n" +#, c-format +msgid "%s: Error - expected page list after '-P' option!\n" +msgstr "%s: viga - võtme '-P' järel oodati leheloendit!\n" -msgid "\tqueuing is disabled\n" -msgstr "\tjärjekord on keelatud\n" +#, c-format +msgid "%s: Error - expected priority after '-%c' option!\n" +msgstr "%s: viga - võtme '-%c' järel oodati prioriteeti!\n" -msgid "\tprinting is enabled\n" -msgstr "\ttrükkimine on lubatud\n" +#, c-format +msgid "%s: Error - expected reason text after '-r' option!\n" +msgstr "%s: viga - võtme '-r' järel oodati teksti!\n" -msgid "\tprinting is disabled\n" -msgstr "\ttrükkimine on keelatud\n" +#, c-format +msgid "%s: Error - expected title after '-t' option!\n" +msgstr "%s: viga - võtme '-t' järel oodati tiitlit!\n" -msgid "\tno entries\n" -msgstr "\tkirjeid pole\n" +#, c-format +msgid "%s: Error - expected username after '-U' option!\n" +msgstr "%s: viga - võtme '-U' järel oodati kasutajanime!\n" #, c-format -msgid "\t%d entries\n" -msgstr "\t%d kirjet\n" +msgid "%s: Error - expected username after '-u' option!\n" +msgstr "%s: viga - võtme '-u' järel oodati kasutajanime!\n" -msgid "\tdaemon present\n" -msgstr "\tdeemon töötab\n" +#, c-format +msgid "%s: Error - expected value after '-%c' option!\n" +msgstr "%s: viga - võtme '-%c' järel oodati väärtust!\n" -msgid "lpq: Unable to contact server!\n" -msgstr "lpq: serveriga ei õnnestu ühendust luua!\n" +#, c-format +msgid "" +"%s: Error - need \"completed\", \"not-completed\", or \"all\" after '-W' " +"option!\n" +msgstr "" +"%s: viga - võtme '-W' järel on vajalik \"completed\", \"not-completed\" või " +"\"all\"!\n" #, c-format -msgid "%s: Sorry, no encryption support compiled in!\n" -msgstr "%s: vabandust, krüptotoetus pole kompileeritud!\n" +msgid "%s: Error - no default destination available.\n" +msgstr "%s: viga - vaikimisi sihtkoht pole saadaval.\n" #, c-format -msgid "lpq: Unknown destination \"%s/%s\"!\n" -msgstr "lpq: tundmatu sihtkoht \"%s/%s\"!\n" +msgid "%s: Error - priority must be between 1 and 100.\n" +msgstr "%s: viga - prioriteet peab olema vahemikus 1 kuni 100.\n" #, c-format -msgid "lpq: Unknown destination \"%s\"!\n" -msgstr "lpq: tundmatu sihtkoht \"%s\"!\n" +msgid "%s: Error - scheduler not responding!\n" +msgstr "%s: viga - ajastaja ei vasta!\n" #, c-format -msgid "" -"lp: error - %s environment variable names non-existent destination \"%s\"!\n" -msgstr "lp: viga - %s keskkonnamuutuja nimetab olematu sihtkoha \"%s\"!\n" +msgid "%s: Error - stdin is empty, so no job has been sent.\n" +msgstr "%s: viga - standardsisend on tühi, ühtegi tööd ei saadetud.\n" -msgid "lpq: error - no default destination available.\n" -msgstr "lpq: viga - vaikimisi sihtkoht pole saadaval.\n" +#, c-format +msgid "%s: Error - too many files - \"%s\"\n" +msgstr "%s: viga - liiga palju faile - \"%s\"\n" #, c-format -msgid "lpq: get-jobs failed: %s\n" -msgstr "lpq: get-jobs ebaõnnestus: %s\n" +msgid "%s: Error - unable to access \"%s\" - %s\n" +msgstr "%s: viga - ei õnnestu ligipääs \"%s\" - %s\n" -msgid "" -"Rank Owner Pri Job Files Total Size\n" -msgstr "" -"Järk Omanik Prio Töö Failid Kogusuurus\n" +#, c-format +msgid "%s: Error - unable to create temporary file \"%s\" - %s\n" +msgstr "%s: viga - ei õnnestu luua ajutist faili \"%s\" - %s\n" -msgid "Rank Owner Job File(s) Total Size\n" -msgstr "Järk Omanik Töö Failid Kogusuurus\n" +#, c-format +msgid "%s: Error - unable to write to temporary file \"%s\" - %s\n" +msgstr "%s: viga - ei õnnestu kirjutada ajutisse faili \"%s\" - %s\n" #, c-format -msgid "%s: %-33.33s [job %d localhost]\n" -msgstr "%s: %-33.33s [töö %d localhost]\n" +msgid "%s: Error - unknown destination \"%s\"!\n" +msgstr "%s: viga - tundmatu sihtkoht \"%s\"!\n" #, c-format -msgid " %-39.39s %.0f bytes\n" -msgstr " %-39.39s %.0f baiti\n" +msgid "%s: Error - unknown destination \"%s/%s\"!\n" +msgstr "%s: viga - tundmatu sihtkoht \"%s/%s\"!\n" #, c-format -msgid "%-6s %-10.10s %-4d %-10d %-27.27s %.0f bytes\n" -msgstr "%-6s %-10.10s %-4d %-10d %-27.27s %.0f baiti\n" +msgid "%s: Error - unknown option '%c'!\n" +msgstr "%s: viga - tundmatu võti '%c'!\n" #, c-format -msgid "%-7s %-7.7s %-7d %-31.31s %.0f bytes\n" -msgstr "%-7s %-7.7s %-7d %-31.31s %.0f baiti\n" +msgid "%s: Expected job ID after '-i' option!\n" +msgstr "%s: võtme '-i' järel oodati töö ID-d!\n" -msgid "no entries\n" -msgstr "kirjeid pole\n" +#, c-format +msgid "%s: Invalid destination name in list \"%s\"!\n" +msgstr "%s: vigane sihtkoha nimi loendis \"%s\"!\n" + +#, c-format +msgid "%s: Need job ID ('-i jobid') before '-H restart'!\n" +msgstr "%s: enne '-H restart' on vajalik töö ID ('-i tööid')!\n" #, c-format -msgid "lpq: get-printer-attributes failed: %s\n" -msgstr "lpq: get-printer-attributes ebaõnnestus: %s\n" +msgid "%s: Operation failed: %s\n" +msgstr "%s: toiming ebaõnnestus: %s\n" #, c-format -msgid "%s is ready\n" -msgstr "%s on valmis\n" +msgid "%s: Sorry, no encryption support compiled in!\n" +msgstr "%s: vabandust, krüptotoetus pole kompileeritud!\n" #, c-format -msgid "%s is ready and printing\n" -msgstr "%s on valmis ja trükib" +msgid "%s: Unable to connect to server\n" +msgstr "%s: ei õnnestu saada ühendust serveriga\n" #, c-format -msgid "%s is not ready\n" -msgstr "%s ei ole valmis\n" +msgid "%s: Unable to connect to server: %s\n" +msgstr "%s: ei õnnestu saada ühendust serveriga: %s\n" -msgid "Usage: lpq [-P dest] [-l] [+interval]\n" -msgstr "Kasutamine: lpq [-P sihtkoht] [-l] [+intervall]\n" +#, c-format +msgid "%s: Unable to contact server!\n" +msgstr "%s: ei õnnestu saada ühendust serveriga!\n" #, c-format -msgid "lpr: error - expected value after -%c option!\n" -msgstr "lpr: viga - oodati väärust pärast võtit -%c!\n" +msgid "%s: Unknown destination \"%s\"!\n" +msgstr "%s: tundmatu sihtkoht \"%s\"!\n" #, c-format msgid "" -"lpr: warning - '%c' format modifier not supported - output may not be " +"%s: Warning - '%c' format modifier not supported - output may not be " "correct!\n" msgstr "" -"lpr: hoiatus - '%c' vormingus modifikaator pole toetatud - väljund võib olla " +"%s: hoiatus - '%c' vormingus modifikaator pole toetatud - väljund võib olla " "vigane!\n" -msgid "lpr: error - expected option=value after -o option!\n" -msgstr "lpr: viga - oodati võti=väärtus pärast võtit -o!\n" - -msgid "lpr: warning - email notification is not currently supported!\n" -msgstr "lpr: hoiatus - märguanne e-postiga pole veel toetatud!\n" +#, c-format +msgid "%s: Warning - character set option ignored!\n" +msgstr "%s: hoiatus - märgistikuvõtit ignoreeritakse!\n" -msgid "lpr: error - expected destination after -P option!\n" -msgstr "lpr: viga - oodati sihtkohta pärast võtit -P!\n" +#, c-format +msgid "%s: Warning - content type option ignored!\n" +msgstr "%s: hoiatus - sisu tüübi võtit ignoreeritakse!\n" -msgid "lpr: error - expected copy count after -# option!\n" -msgstr "lpr: viga - oodati koopiate arvu pärast võtit -#!\n" +#, c-format +msgid "%s: Warning - form option ignored!\n" +msgstr "%s: hoiatus - vormivõtit ignoreeritakse!\n" #, c-format -msgid "lpr: error - expected name after -%c option!\n" -msgstr "lpr: viga - oodati nime pärast võtit -%c!\n" +msgid "%s: Warning - mode option ignored!\n" +msgstr "%s: hoiatus - režiimivõtit ignoreeritakse!\n" -msgid "lpr: error - expected username after -U option!\n" -msgstr "lpr: viga - oodati kasutajanime pärast võtit -U!\n" +#, c-format +msgid "" +"%s: error - %s environment variable names non-existent destination \"%s\"!\n" +msgstr "%s: viga - %s keskkonnamuutuja nimetab olematu sihtkoha \"%s\"!\n" #, c-format -msgid "lpr: error - unknown option '%c'!\n" -msgstr "lpr: viga - tundmatu võti '%c'!\n" +msgid "%s: error - expected option=value after '-o' option!\n" +msgstr "%s: viga - võtme '-o' järel oodati võti=väärtus!\n" #, c-format -msgid "lpr: error - unable to access \"%s\" - %s\n" -msgstr "lpr: viga - ligipääs asukohale \"%s\" ebaõnnestus - %s\n" +msgid "%s: error - no default destination available.\n" +msgstr "%s: viga - vaikimisi sihtkoht pole saadaval.\n" + +msgid "?Invalid help command unknown\n" +msgstr "?Vigane abikäsk tundmatu" + +msgid "A Samba password is required to export printer drivers!" +msgstr "Printeridraiverite ekspordiks on nõutav Samba parool!" + +msgid "A Samba username is required to export printer drivers!" +msgstr "Printeridraiverite ekspordiks on nõutav Samba kasutajanimi!" #, c-format -msgid "lpr: error - too many files - \"%s\"\n" -msgstr "lpr: viga - liiga palju faile - \"%s\"\n" +msgid "A class named \"%s\" already exists!" +msgstr "Klass nimega \"%s\" on juba olemas!" #, c-format -msgid "" -"lpr: error - %s environment variable names non-existent destination \"%s\"!\n" -msgstr "lpr: viga - %s keskkonnamuutuja nimetab olematu sihtkoha \"%s\"!\n" +msgid "A printer named \"%s\" already exists!" +msgstr "Printer nimega \"%s\" on juba olemas!" + +msgid "Accept Jobs" +msgstr "Nõustu töödega" + +msgid "Add Class" +msgstr "Klassi lisamine" + +msgid "Add Printer" +msgstr "Printeri lisamine" -msgid "lpr: error - no default destination available.\n" -msgstr "lpr: viga - vaikimisi sihtkoht pole saadaval.\n" +msgid "Add RSS Subscription" +msgstr "" -msgid "lpr: error - scheduler not responding!\n" -msgstr "lpr: viga - ajastaja ei vasta!\n" +msgid "Administration" +msgstr "Haldus" #, c-format -msgid "lpr: error - unable to create temporary file \"%s\" - %s\n" -msgstr "lpr: viga - ei õnnestu luua ajutist faili \"%s\" - %s\n" +msgid "Attempt to set %s printer-state to bad value %d!" +msgstr "Katse määrata %s printer-state vigase väärtusega %d!" #, c-format -msgid "lpr: error - unable to write to temporary file \"%s\" - %s\n" -msgstr "lpr: viga - ei õnnestu kirjutada ajutist faili \"%s\" - %s\n" +msgid "Attribute groups are out of order (%x < %x)!" +msgstr "Atribuudigrupid pole õiges järjekorras (%x < %x)!" + +msgid "Bad OpenGroup" +msgstr "Vigane OpenGroup" + +msgid "Bad OpenUI/JCLOpenUI" +msgstr "Vigane OpenUI/JCLOpenUI" + +msgid "Bad OrderDependency" +msgstr "Vigane OrderDependency" -msgid "lpr: error - stdin is empty, so no job has been sent.\n" -msgstr "lpr: viga - standardsisend on tühi, ühtegi tööd ei ole saadetud.\n" +msgid "Bad UIConstraints" +msgstr "Vigane UIConstraints" #, c-format -msgid "lpr: error - unable to print file: %s\n" -msgstr "lpr: viga - ei õnnestu trükkida faili: %s\n" +msgid "Bad copies value %d." +msgstr "Vigane koopiate väärtus %d." -msgid "lprm: Unable to contact server!\n" -msgstr "lprm: ei õnnestu saada ühendust serveriga!\n" +msgid "Bad custom parameter" +msgstr "Vigane kohandatud parameeter" #, c-format -msgid "lprm: Unknown destination \"%s\"!\n" -msgstr "lprm: tundmatu sihtkoht \"%s\"!\n" +msgid "Bad device-uri \"%s\"!" +msgstr "Vigane device-uri \"%s\"!" #, c-format -msgid "lprm: Unknown option '%c'!\n" -msgstr "lprm: tundmatu võti '%c'!\n" +msgid "Bad document-format \"%s\"!" +msgstr "Vigane document-format \"%s\"!" -msgid "lprm: Job or printer not found!\n" -msgstr "lprm: tööd või printerit ei leitud!\n" +msgid "Bad job-priority value!" +msgstr "Vigane töö prioriteedi väärtus!" -msgid "lprm: Not authorized to lprm job(s)!\n" -msgstr "lprm: pole õigust lprm töid!\n" +msgid "Bad job-state value!" +msgstr "Vigane job-state väärtus!" #, c-format -msgid "lprm: You don't own job ID %d!\n" -msgstr "lprm: töö ID %d ei kuulu Teile!\n" +msgid "Bad job-uri attribute \"%s\"!" +msgstr "Vigane job-uri atribuut \"%s\"!" -msgid "lprm: Unable to lprm job(s)!\n" -msgstr "lprm: tööde lprm ei ole võimalik!\n" +#, fuzzy, c-format +msgid "Bad notify-pull-method \"%s\"!" +msgstr "Vigane port-monitor \"%s\"!" -msgid "lprm: Unable to cancel job(s)!\n" -msgstr "lprm: tööde katkestamine ei ole võimalik!\n" +#, fuzzy, c-format +msgid "Bad notify-recipient-uri URI \"%s\"!" +msgstr "Vigane port-monitor \"%s\"!" + +#, fuzzy, c-format +msgid "Bad number-up value %d." +msgstr "Vigane koopiate väärtus %d." + +#, fuzzy, c-format +msgid "Bad option + choice on line %d!" +msgstr "Vigane võti + valik real %d!\n" #, c-format -msgid "%s: Don't know what to do!\n" -msgstr "%s: ei tea, mida ette võtta!\n" +msgid "Bad page-ranges values %d-%d." +msgstr "Vigased lehevahemike väärtused %d-%d." #, c-format -msgid "%s: Expected server name after -h!\n" -msgstr "%s: oodati serveri nime pärast -h!\n" +msgid "Bad port-monitor \"%s\"!" +msgstr "Vigane port-monitor \"%s\"!" #, c-format -msgid "%s: Expected reason text after -r!\n" -msgstr "%s: oodati teksti pärast -r!\n" +msgid "Bad printer-state value %d!" +msgstr "Vigane printer-state väärtus %d!" #, c-format -msgid "%s: Unknown option '%c'!\n" -msgstr "%s: tundmatu võti '%c'!\n" +msgid "Bad request version number %d.%d!" +msgstr "Vigane soovi versiooninumber %d.%d!" + +#, fuzzy +msgid "Bad subscription ID!" +msgstr "Tellimusi ei leitud." + +msgid "Banners" +msgstr "Bännerid" + +msgid "Cancel RSS Subscription" +msgstr "" + +msgid "Change Settings" +msgstr "Seadistuste muutmine" #, c-format -msgid "%s: Unable to connect to server: %s\n" -msgstr "%s: ei õnnestu saada ühendust serveriga: %s\n" +msgid "Character set \"%s\" not supported!" +msgstr "Märgistik \"%s\" pole toetatud!" + +msgid "Classes" +msgstr "Klassid" + +msgid "" +"Commands may be abbreviated. Commands are:\n" +"\n" +"exit help quit status ?\n" +msgstr "" +"Käske võib lühendada. Käsud on järgmised:\n" +"\n" +"exit help quit status ?\n" + +#, c-format +msgid "Could not scan type \"%s\"!" +msgstr "Tüübi \"%s\" uurimine ebaõnnestus!" + +msgid "Cover open." +msgstr "" + +msgid "Custom" +msgstr "Kohandatud" #, c-format -msgid "%s: Operation failed: %s\n" -msgstr "%s: toiming ebaõnnestus: %s\n" - -msgid "cancel: Error - expected hostname after '-h' option!\n" -msgstr "cancel: viga - oodati masinanime pärast võtit '.h'!\n" +msgid "DEBUG: %d files to send in job...\n" +msgstr "" -msgid "cancel: Error - expected username after '-u' option!\n" -msgstr "cancel: viga - oodati kasutajanime pärast võtit '-u'!\n" +msgid "DEBUG: Getting supported attributes...\n" +msgstr "" #, c-format -msgid "cancel: Unknown option '%c'!\n" -msgstr "cancel: tundmatu võti '%c'!\n" +msgid "DEBUG: Sending print file, %lld bytes...\n" +msgstr "" -#, c-format -msgid "cancel: Unknown destination \"%s\"!\n" -msgstr "cancel: tundmatu sihtkoht \"%s\"!\n" +msgid "Delete Class" +msgstr "Klassi kustutamine" -msgid "cancel: Unable to contact server!\n" -msgstr "cancel: ei õnnestu saada ühendust serveriga!\n" +msgid "Delete Printer" +msgstr "Printeri kustutamine" #, c-format -msgid "cancel: %s failed: %s\n" -msgstr "cancel: %s ebaõnnestus: %s\n" +msgid "Destination \"%s\" is not accepting jobs." +msgstr "Sihtkoht \"%s\" ei võta töid vastu." -#, c-format -msgid "cupsaddsmb: Missing value on line %d!\n" -msgstr "cupsaddsmb: puudub väärtus real %d!\n" +msgid "Developer almost empty." +msgstr "" -#, c-format -msgid "cupsaddsmb: Missing double quote on line %d!\n" -msgstr "cupsaddsmb: puuduvad kahekordsed jutumärgid real %d!\n" +msgid "Developer empty!" +msgstr "" #, c-format -msgid "cupsaddsmb: Bad option + choice on line %d!\n" -msgstr "cupsaddsmb: vigane võti + valik real %d!\n" +msgid "" +"Device: uri = %s\n" +" class = %s\n" +" info = %s\n" +" make-and-model = %s\n" +" device-id = %s\n" +msgstr "" +"Seade: uri = %s\n" +" klass = %s\n" +" info = %s\n" +" valmistaja-ja-mudel = %s\n" +" seadme-id = %s\n" -#, c-format -msgid "cupsaddsmb: Unable to connect to server \"%s\" for %s - %s\n" -msgstr "cupsaddsmb: ei õnnestu saada ühendust serveriga \"%s\" %s jaoks - %s\n" +msgid "Door open." +msgstr "" -#, c-format -msgid "cupsaddsmb: No PPD file for printer \"%s\" - skipping!\n" -msgstr "cupsaddsmb: puudub PPD printerile \"%s\" - jäetakse vahele!\n" +#, fuzzy, c-format +msgid "EMERG: Unable to allocate memory for page info: %s\n" +msgstr "Failitüüpidele ei õnnestu mälu eraldada!" -#, c-format -msgid "cupsaddsmb: get-printer-attributes failed for \"%s\": %s\n" -msgstr "cupsaddsmb: get-printer-attributes ebaõnnestus \"%s\" jaoks: %s\n" +#, fuzzy, c-format +msgid "EMERG: Unable to allocate memory for pages array: %s\n" +msgstr "Failitüüpidele ei õnnestu mälu eraldada!" -#, c-format -msgid "cupsaddsmb: Unable to convert PPD file for %s - %s\n" -msgstr "cupsaddsmb: ei õnnestunud teisendada PPD-faili %s jaoks - %s\n" +#, fuzzy, c-format +msgid "ERROR: %ld: Unable to send print file to printer (canceled:%ld)\n" +msgstr "lpoptions: ei õnnestu lisada printerit või isendit: %s\n" #, c-format -msgid "cupsaddsmb: Unable to copy Windows 2000 printer driver files (%d)!\n" +msgid "ERROR: Bad %%BoundingBox: comment seen!\n" msgstr "" -"cupsaddsmb: ei õnnestunud kopeerida Windows 2000 printeridraiverifaile (%" -"d)!\n" #, c-format -msgid "cupsaddsmb: Unable to copy CUPS printer driver files (%d)!\n" +msgid "ERROR: Bad %%IncludeFeature: comment!\n" msgstr "" -"cupsaddsmb: ei õnnestunud kopeerida CUPS-i printeridraiverifaile (%d)!\n" #, c-format -msgid "cupsaddsmb: Unable to install Windows 2000 printer driver files (%d)!\n" +msgid "ERROR: Bad %%Page: comment in file!\n" msgstr "" -"cupsaddsmb: ei õnnestunud paigaldada Windows 2000 printeridraiverifaile (%" -"d)!\n" #, c-format -msgid "cupsaddsmb: Unable to copy Windows 9x printer driver files (%d)!\n" +msgid "ERROR: Bad %%PageBoundingBox: comment in file!\n" msgstr "" -"cupsaddsmb: ei õnnestunud kopeerida Windows 9x printeridraiverifaile (%d)!\n" + +#, fuzzy, c-format +msgid "ERROR: Bad SCSI device file \"%s\"!\n" +msgstr "Vigane device-uri \"%s\"!" #, c-format -msgid "cupsaddsmb: Unable to install Windows 9x printer driver files (%d)!\n" +msgid "ERROR: Bad charset file %s\n" msgstr "" -"cupsaddsmb: ei õnnestunud paigaldada Windows 9x printeridraiverifaile (%d)!\n" #, c-format -msgid "cupsaddsmb: Unable to set Windows printer driver (%d)!\n" -msgstr "cupsaddsmb: ei õnnestunud määrata Windowsi printeridraiverit (%d)!\n" - -msgid "" -"Usage: cupsaddsmb [options] printer1 ... printerN\n" -" cupsaddsmb [options] -a\n" -"\n" -"Options:\n" -" -H samba-server Use the named SAMBA server\n" -" -U samba-user Authenticate using the named SAMBA user\n" -" -a Export all printers\n" -" -h cups-server Use the named CUPS server\n" -" -v Be verbose (show commands)\n" +msgid "ERROR: Bad charset type %s\n" msgstr "" -"Kasutamine: cupsaddsmb [võtmed] printer1 ... printerN\n" -" cupsaddsmb [võtmed] -a\n" -"\n" -"Võtmed:\n" -" -H samba-server määratud SAMBA-serveri kasutamine\n" -" -U samba-kasutaja määratud SAMBA kasutajaga autentimine\n" -" -a Kõigi printerite eksport\n" -" -h cups-server määratud CUPS-serveri kasutamine\n" -" -v Häälekus (käskude näitamine)\n" -msgid "cupstestppd: The -q option is incompatible with the -v option.\n" -msgstr "cupstestppd: võti -q ei sobi kokku võtmega -v.\n" +#, c-format +msgid "ERROR: Bad font description line: %s\n" +msgstr "" -msgid "cupstestppd: The -v option is incompatible with the -q option.\n" -msgstr "cupstestppd: võti -v ei sobi kokku võtmega -q.\n" +msgid "ERROR: Bad page setup!\n" +msgstr "" #, c-format -msgid "" -" FAIL\n" -" **FAIL** Unable to open PPD file - %s\n" +msgid "ERROR: Bad text direction %s\n" msgstr "" -" EBAÕNN\n" -" **EBAÕNN** PPD-faili avamine ebaõnnestus - %s\n" #, c-format -msgid "" -" FAIL\n" -" **FAIL** Unable to open PPD file - %s on line %d.\n" +msgid "ERROR: Bad text width %s\n" msgstr "" -" EBAÕNN\n" -" **EBAÕNN** PPD-faili avamine ebaõnnestus - %s real %d.\n" - -msgid " REF: Page 42, section 5.2.\n" -msgstr " Viide: lk 42, sektsioon 5.2.\n" -msgid " REF: Page 20, section 3.4.\n" -msgstr " Viide: lk 20, sektsioon 3.4.\n" +msgid "ERROR: Destination printer does not exist!\n" +msgstr "" -msgid " REF: Pages 45-46, section 5.2.\n" -msgstr " Viide: lk 45-46, sektsioon 5.2.\n" +#, c-format +msgid "ERROR: Duplicate %%BoundingBox: comment seen!\n" +msgstr "" -msgid " REF: Pages 42-45, section 5.2.\n" -msgstr " Viide: lk 42-45, sektsioon 5.2.\n" +#, c-format +msgid "ERROR: Duplicate %%Pages: comment seen!\n" +msgstr "" -msgid " REF: Pages 48-49, section 5.2.\n" -msgstr " Viide: lk 48-49, sektsioon 5.2.\n" +#, fuzzy +msgid "ERROR: Empty print file!\n" +msgstr "PPD-faili kopeerimine ebaõnnestus!" -msgid " REF: Pages 52-54, section 5.2.\n" -msgstr " Viide: lk 52-54, sektsioon 5.2.\n" +msgid "ERROR: Invalid HP-GL/2 command seen, unable to print file!\n" +msgstr "" -msgid " REF: Page 15, section 3.2.\n" -msgstr " Viide: lk 15, sektsioon 3.2.\n" +#, c-format +msgid "ERROR: Missing %%EndProlog!\n" +msgstr "" -msgid " REF: Page 15, section 3.1.\n" -msgstr " Viide: lk 15, sektsioon 3.1.\n" +#, c-format +msgid "ERROR: Missing %%EndSetup!\n" +msgstr "" -msgid " REF: Pages 16-17, section 3.2.\n" -msgstr " Viide: lk 16-17, sektsioon 3.2.\n" +msgid "" +"ERROR: Missing device URI on command-line and no DEVICE_URI environment " +"variable!\n" +msgstr "" -msgid " REF: Page 19, section 3.3.\n" -msgstr " Viide: lk 19, sektsioon 3.3.\n" +#, c-format +msgid "ERROR: No %%BoundingBox: comment in header!\n" +msgstr "" -msgid " REF: Page 27, section 3.5.\n" -msgstr " Viide: lk 27, sektsioon 3.5.\n" +#, c-format +msgid "ERROR: No %%Pages: comment in header!\n" +msgstr "" msgid "" -"\n" -" DETAILED CONFORMANCE TEST RESULTS\n" +"ERROR: No device URI found in argv[0] or in DEVICE_URI environment " +"variable!\n" msgstr "" -"\n" -" ÜKSIKASJALIKUD SOBIVUSTESTI TULEMUSED\n" -#, c-format -msgid " WARN %s has no corresponding options!\n" -msgstr " HOIATUS %s on ilma vastavate võtmeteta!\n" +msgid "ERROR: No pages found!\n" +msgstr "" -msgid " FAIL\n" -msgstr " EBAÕNN\n" +msgid "ERROR: Out of paper!\n" +msgstr "" -msgid "" -" **FAIL** REQUIRED DefaultImageableArea\n" -" REF: Page 102, section 5.15.\n" +msgid "ERROR: PRINTER environment variable not defined!\n" msgstr "" -" **EBAÕNN** VAJALIK DefaultImageableArea\n" -" Viide: lk 102, sektsioon 5.15.\n" #, c-format -msgid "" -" **FAIL** BAD DefaultImageableArea %s!\n" -" REF: Page 102, section 5.15.\n" +msgid "ERROR: Print file was not accepted (%s)!\n" msgstr "" -" **EBAÕNN** VIGANE DefaultImageableArea %s!\n" -" Viide: lk 102, sektsioon 5.15.\n" -msgid " PASS DefaultImageableArea\n" -msgstr " SOORITATUD DefaultImageableArea\n" +#, fuzzy +msgid "ERROR: Printer not responding!\n" +msgstr "Printer ei ole ühiskasutuses!" -msgid "" -" **FAIL** REQUIRED DefaultPaperDimension\n" -" REF: Page 103, section 5.15.\n" +#, c-format +msgid "ERROR: Remote host did not accept control file (%d)\n" msgstr "" -" **EBAÕNN** VAJALIK DefaultPaperDimension\n" -" Viide: lk 103, sektsioon 5.15.\n" #, c-format -msgid "" -" **FAIL** BAD DefaultPaperDimension %s!\n" -" REF: Page 103, section 5.15.\n" +msgid "ERROR: Remote host did not accept data file (%d)\n" msgstr "" -" **EBAÕNN** VIGANE DefaultPaperDimension %s!\n" -" Viide: lk 103, sektsioon 5.15.\n" -msgid " PASS DefaultPaperDimension\n" -msgstr " SOORITATUD DefaultPaperDimension\n" +#, fuzzy, c-format +msgid "ERROR: Unable to add file %d to job: %s\n" +msgstr "lpadmin: ei õnnestu avada faili \"%s\": %s\n" #, fuzzy, c-format -msgid "" -" **FAIL** BAD Default%s %s\n" -" REF: Page 40, section 4.5.\n" -msgstr "" -" **EBAÕNN** VIGANE Default%s %s\n" -" Viide: lk 40, sektsioon 4.5.\n" +msgid "ERROR: Unable to cancel job %d: %s\n" +msgstr "lprm: tööde katkestamine ei ole võimalik!\n" -#, c-format -msgid " PASS Default%s\n" -msgstr " SOORITATUD Default%s\n" +#, fuzzy, c-format +msgid "ERROR: Unable to create temporary compressed print file: %s\n" +msgstr "lpadmin: ei õnnestu luua ajutist faili: %s\n" -#, c-format -msgid "" -" **FAIL** REQUIRED Default%s\n" -" REF: Page 40, section 4.5.\n" -msgstr "" -" **EBAÕNN** VAJALIK Default%s\n" -" Viide: lk 40, sektsioon 4.5.\n" +#, fuzzy, c-format +msgid "ERROR: Unable to create temporary file - %s.\n" +msgstr "lpadmin: ei õnnestu luua ajutist faili - %s\n" -msgid " PASS FileVersion\n" -msgstr " SOORITATUD FileVersion\n" +#, fuzzy, c-format +msgid "ERROR: Unable to create temporary file: %s\n" +msgstr "lpadmin: ei õnnestu luua ajutist faili: %s\n" -msgid "" -" **FAIL** REQUIRED FileVersion\n" -" REF: Page 56, section 5.3.\n" -msgstr "" -" **EBAÕNN** VAJALIK FileVersion\n" -" Viide: lk 56, sektsioon 5.3.\n" +#, fuzzy, c-format +msgid "ERROR: Unable to exec pictwpstops: %s\n" +msgstr "%s: ei õnnestu saada ühendust serveriga: %s\n" -msgid " PASS FormatVersion\n" -msgstr " SOORITATUD FormatVersion\n" +#, fuzzy, c-format +msgid "ERROR: Unable to fork pictwpstops: %s\n" +msgstr "Protsessi harutamine ebaõnnestus!" -msgid "" -" **FAIL** REQUIRED FormatVersion\n" -" REF: Page 56, section 5.3.\n" -msgstr "" -" **EBAÕNN** VAJALIK FormatVersion\n" -" Viide: lk 56, sektsioon 5.3.\n" +#, fuzzy, c-format +msgid "ERROR: Unable to get PPD file for printer \"%s\" - %s.\n" +msgstr "cupsaddsmb: puudub PPD-fail printerile \"%s\" - %s\n" -msgid " PASS LanguageEncoding\n" -msgstr " SOORITATUD LanguageEncoding\n" +#, fuzzy, c-format +msgid "ERROR: Unable to get job %d attributes (%s)!\n" +msgstr "Printeri atribuutide hankimine ebaõnnestus!" -msgid "" -" **FAIL** REQUIRED LanguageEncoding\n" -" REF: Pages 56-57, section 5.3.\n" -msgstr "" -" **EBAÕNN** VAJALIK LanguageEncoding\n" -" Viide: lk 56-57, sektsioon 5.3.\n" +#, fuzzy, c-format +msgid "ERROR: Unable to get printer status (%s)!\n" +msgstr "Printeri oleku hankimine ebaõnnestus:" -msgid " PASS LanguageVersion\n" -msgstr " SOORITATUD LanguageVersion\n" +#, fuzzy, c-format +msgid "ERROR: Unable to locate printer '%s'!\n" +msgstr "Printeri muutmine ebaõnnestus:" -msgid "" -" **FAIL** REQUIRED LanguageVersion\n" -" REF: Pages 57-58, section 5.3.\n" -msgstr "" -" **EBAÕNN** VAJALIK LanguageVersion\n" -" Viide: lk 57-58, sektsioon 5.3.\n" +#, fuzzy, c-format +msgid "ERROR: Unable to open \"%s\" - %s\n" +msgstr "lp: ei õnnestu ligipääs \"%s\" - %s\n" -msgid "" -" **FAIL** BAD Manufacturer (should be \"HP\")\n" -" REF: Page 211, table D.1.\n" -msgstr "" -" **EBAÕNN** VIGANE Manufacturer (peab olema \"HP\")\n" -" Viide: lk 211, tabel D.1.\n" +#, fuzzy, c-format +msgid "ERROR: Unable to open %s: %s\n" +msgstr "cupsaddsmb: \"%s\" käivitamine ebaõnnestus: %s\n" -msgid " PASS Manufacturer\n" -msgstr " SOORITATUD Manufacturer\n" +#, fuzzy, c-format +msgid "ERROR: Unable to open device file \"%s\": %s\n" +msgstr "lpadmin: ei õnnestu avada faili \"%s\": %s\n" + +#, fuzzy, c-format +msgid "ERROR: Unable to open file \"%s\" - %s\n" +msgstr "lpadmin: ei õnnestu avada faili \"%s\": %s\n" + +#, fuzzy, c-format +msgid "ERROR: Unable to open file \"%s\": %s\n" +msgstr "lpadmin: ei õnnestu avada faili \"%s\": %s\n" + +#, fuzzy +msgid "ERROR: Unable to open image file for printing!\n" +msgstr "lpoptions: ei õnnestu avada PPD-faili %s jaoks!\n" + +#, fuzzy, c-format +msgid "ERROR: Unable to open print file \"%s\": %s\n" +msgstr "lpadmin: ei õnnestu avada faili \"%s\": %s\n" + +#, fuzzy, c-format +msgid "ERROR: Unable to open print file %s - %s\n" +msgstr "lpadmin: ei õnnestu avada PPD-faili \"%s\" - %s\n" + +#, fuzzy, c-format +msgid "ERROR: Unable to open print file %s: %s\n" +msgstr "lp: ei õnnestu trükkida faili: %s\n" + +#, fuzzy, c-format +msgid "ERROR: Unable to open temporary compressed print file: %s\n" +msgstr "lpadmin: ei õnnestu luua ajutist faili: %s\n" -msgid "" -" **FAIL** REQUIRED Manufacturer\n" -" REF: Pages 58-59, section 5.3.\n" +#, c-format +msgid "ERROR: Unable to seek to offset %ld in file - %s\n" msgstr "" -" **EBAÕNN** VAJALIK Manufacturer\n" -" Viide: lk 58-59, sektsioon 5.3.\n" #, c-format -msgid "" -" **FAIL** BAD ModelName - \"%c\" not allowed in string.\n" -" REF: Pages 59-60, section 5.3.\n" +msgid "ERROR: Unable to seek to offset %lld in file - %s\n" msgstr "" -" **EBAÕNN** VIGANE ModelName - \"%c\" ei ole stringis lubatud.\n" -" Viide: lk 59-60, sektsioon 5.3.\n" -msgid " PASS ModelName\n" -msgstr " SOORITATUD ModelName\n" +#, fuzzy, c-format +msgid "ERROR: Unable to send print data (%d)\n" +msgstr "Ei õnnestu määrata Windowsi printeridraiverit (%d)!\n" -msgid "" -" **FAIL** REQUIRED ModelName\n" -" REF: Pages 59-60, section 5.3.\n" +#, c-format +msgid "ERROR: Unable to wait for pictwpstops: %s\n" msgstr "" -" **EBAÕNN** VAJALIK ModelName\n" -" Viide: lk 59-60, sektsioon 5.3.\n" -msgid " PASS NickName\n" -msgstr " SOORITATUD NickName\n" +#, fuzzy, c-format +msgid "ERROR: Unable to write %d bytes to \"%s\": %s\n" +msgstr "cupsaddsmb: \"%s\" käivitamine ebaõnnestus: %s\n" -msgid "" -" **FAIL** REQUIRED NickName\n" -" REF: Page 60, section 5.3.\n" -msgstr "" -" **EBAÕNN** VAJALIK NickName\n" -" Viide: lk 60, sektsioon 5.3.\n" +#, fuzzy, c-format +msgid "ERROR: Unable to write print data: %s\n" +msgstr "lp: ei õnnestu trükkida faili: %s\n" -msgid " PASS PageSize\n" -msgstr " SOORITATUD PageSize\n" +#, fuzzy +msgid "ERROR: Unable to write raster data to driver!\n" +msgstr "Printeri atribuutide hankimine ebaõnnestus!" -msgid "" -" **FAIL** REQUIRED PageSize\n" -" REF: Pages 99-100, section 5.14.\n" +#, c-format +msgid "ERROR: Unable to write uncompressed document data: %s\n" msgstr "" -" **EBAÕNN** VAJALIK PageSize\n" -" Viide: lk 99-100, sektsioon 5.14.\n" -msgid " PASS PageRegion\n" -msgstr " SOORITATUD PageRegion\n" +#, fuzzy, c-format +msgid "ERROR: Unknown encryption option value \"%s\"!\n" +msgstr "%s: tundmatu sihtkoht \"%s\"!\n" -msgid "" -" **FAIL** REQUIRED PageRegion\n" -" REF: Page 100, section 5.14.\n" +#, c-format +msgid "ERROR: Unknown file order \"%s\"\n" msgstr "" -" **EBAÕNN** VAJALIK PageRegion\n" -" Viide: lk 100, sektsioon 5.14.\n" - -msgid " PASS PCFileName\n" -msgstr " SOORITATUD PCFileName\n" -msgid "" -" **FAIL** REQUIRED PCFileName\n" -" REF: Pages 61-62, section 5.3.\n" +#, c-format +msgid "ERROR: Unknown format character \"%c\"\n" msgstr "" -" **EBAÕNN** VAJALIK PCFileName\n" -" Viide: lk 61-62, sektsioon 5.3.\n" -msgid "" -" **FAIL** BAD Product - not \"(string)\".\n" -" REF: Page 62, section 5.3.\n" -msgstr "" -" **EBAÕNN** VIGANE Product - pole \"(string)\".\n" -" Viide: lk 62, sektsioon 5.3.\n" +#, fuzzy, c-format +msgid "ERROR: Unknown option \"%s\" with value \"%s\"!\n" +msgstr "cupsd: tundmatu võti \"%c\" - loobutakse!\n" -msgid " PASS Product\n" -msgstr " SOORITATUD Product\n" +#, fuzzy, c-format +msgid "ERROR: Unknown print mode \"%s\"\n" +msgstr "%s: tundmatu sihtkoht \"%s\"!\n" -msgid "" -" **FAIL** REQUIRED Product\n" -" REF: Page 62, section 5.3.\n" -msgstr "" -" **EBAÕNN** VAJALIK Product\n" -" Viide: lk 62, sektsioon 5.3.\n" +#, fuzzy, c-format +msgid "ERROR: Unknown version option value \"%s\"!\n" +msgstr "%s: tundmatu sihtkoht \"%s\"!\n" -msgid "" -" **FAIL** BAD PSVersion - not \"(string) int\".\n" -" REF: Pages 62-64, section 5.3.\n" +#, c-format +msgid "ERROR: Unsupported brightness value %s, using brightness=100!\n" msgstr "" -" **EBAÕNN** VIGANE PSVersion - pole \"(string) int\".\n" -" Viide: lk 62-64, sektsioon 5.3.\n" -msgid " PASS PSVersion\n" -msgstr " SOORITATUD PSVersion\n" +#, c-format +msgid "ERROR: Unsupported gamma value %s, using gamma=1000!\n" +msgstr "" -msgid "" -" **FAIL** REQUIRED PSVersion\n" -" REF: Pages 62-64, section 5.3.\n" +#, c-format +msgid "ERROR: Unsupported number-up value %d, using number-up=1!\n" msgstr "" -" **EBAÕNN** VAJALIK PSVersion\n" -" Viide: lk 62-64, sektsioon 5.3.\n" +#, c-format msgid "" -" **FAIL** BAD ShortNickName - longer than 31 chars.\n" -" REF: Pages 64-65, section 5.3.\n" +"ERROR: Unsupported number-up-layout value %s, using number-up-layout=lrtb!\n" msgstr "" -" **EBAÕNN** VIGANE ShortNickName - pikem kui 31 märki.\n" -" Viide: lk 64-65, sektsioon 5.3.\n" -msgid " PASS ShortNickName\n" -msgstr " SOORITATUD ShortNickName\n" +#, c-format +msgid "ERROR: Unsupported page-border value %s, using page-border=none!\n" +msgstr "" -msgid "" -" **FAIL** REQUIRED ShortNickName\n" -" REF: Page 64-65, section 5.3.\n" +#, c-format +msgid "ERROR: doc_printf overflow (%d bytes) detected, aborting!\n" msgstr "" -" **EBAÕNN** VAJALIK ShortNickName\n" -" Viide: lk 64-65, sektsioon 5.3.\n" -msgid "" -" **FAIL** BAD JobPatchFile attribute in file\n" -" REF: Page 24, section 3.4.\n" +#, c-format +msgid "ERROR: pictwpstops exited on signal %d!\n" msgstr "" -" **EBAÕNN** VIGANE JobPatchFile atribuut failis\n" -" Viide: lk 24, sektsioon 3.4.\n" + +#, fuzzy, c-format +msgid "ERROR: pictwpstops exited with status %d!\n" +msgstr "cupsaddsmb ebaõnnestus olekuga %d" msgid "" -" **FAIL** REQUIRED PageSize\n" -" REF: Page 41, section 5.\n" -" REF: Page 99, section 5.14.\n" +"ERROR: recoverable: Unable to connect to printer; will retry in 30 " +"seconds...\n" msgstr "" -" **EBAÕNN** VAJALIK PageSize\n" -" Viide: lk 41, sektsioon 5.\n" -" Viide: lk 99, sektsioon 5.14.\n" -#, c-format +msgid "Edit Configuration File" +msgstr "Seadistustefaili muutmine" + +#, fuzzy +msgid "Empty PPD file!" +msgstr "PPD-faili kopeerimine ebaõnnestus!" + +msgid "Ending Banner" +msgstr "Lõpetav bänner" + +msgid "Enter old password:" +msgstr "Vana parool:" + +msgid "Enter password again:" +msgstr "Parool teist korda:" + +msgid "Enter password:" +msgstr "Parool:" + +#, fuzzy msgid "" -" **FAIL** REQUIRED ImageableArea for PageSize %s\n" -" REF: Page 41, section 5.\n" -" REF: Page 102, section 5.15.\n" +"Enter your username and password or the root username and password to access " +"this page. If you are using Kerberos authentication, make sure you have a " +"valid Kerberos ticket." msgstr "" -" **EBAÕNN** VAJALIK ImageableArea PageSize %s jaoks\n" -" Viide: lk 41, sektsioon 5.\n" -" Viide: lk 102, sektsioon 5.15.\n" +"Selle lehekülje avamiseks andke enda või administraatori (root) kasutajanimi " +"ja parool." + +msgid "Error Policy" +msgstr "Veareegel" + +msgid "Error: need hostname after '-h' option!\n" +msgstr "Viga: pärast võtit '-h' on vajalik masinanimi!\n" + +msgid "Export Printers to Samba" +msgstr "Printerite eksport Sambasse" + +msgid "FAIL\n" +msgstr "EBAÕNN\n" #, c-format -msgid "" -" **FAIL** REQUIRED PaperDimension for PageSize %s\n" -" REF: Page 41, section 5.\n" -" REF: Page 103, section 5.15.\n" +msgid "FATAL: Could not load %s\n" msgstr "" -" **EBAÕNN** VAJALIK PaperDimension PageSize %s jaoks\n" -" Viide: lk 41, sektsioon 5.\n" -" Viide: lk 103, sektsioon 5.15.\n" #, c-format msgid "" -" **FAIL** Bad %s choice %s!\n" -" REF: Page 84, section 5.9\n" +"File device URIs have been disabled! To enable, see the FileDevice directive " +"in \"%s/cupsd.conf\"." msgstr "" -" **EBAÕNN** Vigane %s valik %s!\n" -" Viide: lk 84, sektsioon 5.9\n" +"Failiseadme URI-d on keelatud! Nende lubamiseks vaadake FileDevice " +"direktiivi failis \"%s/cupsd.conf\"." -#, c-format -msgid "" -" **FAIL** REQUIRED %s does not define choice None!\n" -" REF: Page 122, section 5.17\n" +msgid "Fuser temperature high!" msgstr "" -" **EBAÕNN** VAJALIK %s ei defineeri valikut None!\n" -" Viide: lk 122, sektsioon 5.17\n" -#, c-format -msgid "" -" **FAIL** Bad %s choice %s!\n" -" REF: Page 122, section 5.17\n" +msgid "Fuser temperature low!" msgstr "" -" **EBAÕNN** Vigane %s valik %s!\n" -" Viide: lk 122, sektsioon 5.17\n" -msgid " PASS\n" -msgstr " SOORITATUD\n" +msgid "General" +msgstr "Üldine" + +msgid "Got a printer-uri attribute but no job-id!" +msgstr "Saadi printer-uri atribuut, aga mitte job-id!" + +msgid "Help" +msgstr "Abi" #, c-format -msgid "" -" WARN Duplex option keyword %s should be named Duplex or " -"JCLDuplex!\n" -" REF: Page 122, section 5.17\n" +msgid "INFO: Attempting to connect to host %s for printer %s\n" msgstr "" -" HOIATUS Dupleksi võtme võtmesõna %s peab olema nimega Duplex või " -"JCLDuplex!\n" -" Viide: lk 122, sektsioon 5.17\n" -msgid " WARN Default choices conflicting!\n" -msgstr " HOIATUS Vaikevalikud on konfliktis!\n" +#, fuzzy, c-format +msgid "INFO: Attempting to connect to host %s on port %d\n" +msgstr "lpstat: ei õnnestu saada ühendust serveriga %s pordis %d: %s\n" + +msgid "INFO: Canceling print job...\n" +msgstr "" #, c-format -msgid "" -" WARN Obsolete PPD version %.1f!\n" -" REF: Page 42, section 5.2.\n" +msgid "INFO: Connected to %s...\n" msgstr "" -" HOIATUS Iganenud PPD versioon %.1f!\n" -" Viide: lk 42, sektsioon 5.2.\n" -msgid "" -" WARN LanguageEncoding required by PPD 4.3 spec.\n" -" REF: Pages 56-57, section 5.3.\n" +#, c-format +msgid "INFO: Connecting to %s on port %d...\n" msgstr "" -" HOIATUS LanguageEncoding on PPD 4.3 spetsifikatsiooni järgi " -"nõutav.\n" -" Viide: lk 56-57, sektsioon 5.3.\n" -msgid "" -" WARN Manufacturer required by PPD 4.3 spec.\n" -" REF: Pages 58-59, section 5.3.\n" +msgid "INFO: Control file sent successfully\n" msgstr "" -" HOIATUS Manufacturer on PPD 4.3 spetsifikatsiooni järgi nõutav.\n" -" Viide: lk 58-59, sektsioon 5.3.\n" -msgid "" -" WARN PCFileName longer than 8.3 in violation of PPD spec.\n" -" REF: Pages 61-62, section 5.3.\n" +msgid "INFO: Data file sent successfully\n" msgstr "" -" HOIATUS PCFileName pikem kui 8.3 läheb vastuollu PPD " -"spetsifikatsiooniga.\n" -" Viide: lk 61-62, sektsioon 5.3.\n" -msgid "" -" WARN ShortNickName required by PPD 4.3 spec.\n" -" REF: Pages 64-65, section 5.3.\n" +#, c-format +msgid "INFO: Formatting page %d...\n" msgstr "" -" HOIATUS ShortNickName on PPD 4.3 spetsifikatsiooni järgi nõutav.\n" -" Viide: lk 64-65, sektsioon 5.3.\n" -msgid "" -" WARN Protocols contains both PJL and BCP; expected TBCP.\n" -" REF: Pages 78-79, section 5.7.\n" +msgid "INFO: Loading image file...\n" msgstr "" -" HOIATUS Protocols sisaldab nii PJL kui ka BCP; oodati TBCP.\n" -" Viide: lk 78-79, sektsioon 5.7.\n" -msgid "" -" WARN Protocols contains PJL but JCL attributes are not set.\n" -" REF: Pages 78-79, section 5.7.\n" +msgid "INFO: Print file sent, waiting for printer to finish...\n" msgstr "" -" HOIATUS Protocols sisaldab PJL, kuid JCL atribuudid pole " -"määratud.\n" -" Viide: lk 78-79, sektsioon 5.7.\n" #, c-format -msgid "" -" WARN %s shares a common prefix with %s\n" -" REF: Page 15, section 3.2.\n" +msgid "INFO: Printer busy (status:0x%08x)\n" msgstr "" -" HOIATUS %s on sama prefiksiga, mis %s\n" -" Viide: lk 15, sektsioon 3.2.\n" -#, c-format -msgid " %d ERROR%s FOUND\n" -msgstr " %d VIGA%s LEITUD\n" +msgid "INFO: Printer busy; will retry in 10 seconds...\n" +msgstr "" -msgid " NO ERRORS FOUND\n" -msgstr " VIGU EI LEITUD\n" +msgid "INFO: Printer busy; will retry in 30 seconds...\n" +msgstr "" -#, c-format -msgid "" -" WARN \"%s %s\" conflicts with \"%s %s\"\n" -" (constraint=\"%s %s %s %s\")\n" +msgid "INFO: Printer busy; will retry in 5 seconds...\n" msgstr "" -" HOIATUS \"%s %s\" on konfliktis \"%s %s\"\n" -" (constraint=\"%s %s %s %s\")\n" -msgid "" -"Usage: cupstestppd [-q] [-r] [-v[v]] filename1.ppd[.gz] [... filenameN.ppd[." -"gz]]\n" -" program | cupstestppd [-q] [-r] [-v[v]] -\n" +msgid "INFO: Printer does not support IPP/1.1, trying IPP/1.0...\n" msgstr "" -"Kasutamine: cupstestppd [-q] [-r] [-v[v]] failinimi1.ppd[.gz] [... " -"failinimiN.ppd[.gz]]\n" -" program | cupstestppd [-q] [-r] [-v[v]] -\n" -msgid "lpstat: Need \"completed\" or \"not-completed\" after -W!\n" -msgstr "lpstat: pärast -W on vajalik \"completed\" või \"not-completed\"!\n" +msgid "INFO: Printer is busy; will retry in 5 seconds...\n" +msgstr "" -msgid "lpstat: The -b option requires a destination argument.\n" -msgstr "lpstat: võti -b nõuab sihtkoha argumenti.\n" +msgid "INFO: Printer is currently off-line.\n" +msgstr "" -msgid "Error: need hostname after '-h' option!\n" -msgstr "Viga: pärast võtit '-h' on vajalik masinanimi!\n" +msgid "INFO: Printer is now on-line.\n" +msgstr "" -#, c-format -msgid "lpstat: Unknown option '%c'!\n" -msgstr "lpstat: tundmatu võti '%c'!\n" +msgid "INFO: Printer not connected; will retry in 30 seconds...\n" +msgstr "" #, c-format -msgid "lpstat: Invalid destination name in list \"%s\"!\n" -msgstr "lpstat: vigane sihtkoha nimi loendis \"%s\"!\n" +msgid "INFO: Printing page %d, %d%% complete...\n" +msgstr "" #, c-format -msgid "lpstat: Unknown destination \"%s\"!\n" -msgstr "lpstat: tundmatu sihtkoht \"%s\"!\n" +msgid "INFO: Printing page %d...\n" +msgstr "" -#, c-format -msgid "lpstat: Unable to connect to server %s on port %d: %s\n" -msgstr "lpstat: ei õnnestu saada ühendust serveriga %s pordis %d: %s\n" +msgid "INFO: Ready to print.\n" +msgstr "" #, c-format -msgid "lpstat: get-printers failed: %s\n" -msgstr "lpstat: get-printers ebaõnnestus: %s\n" +msgid "INFO: Sending control file (%lu bytes)\n" +msgstr "" #, c-format -msgid "%s accepting requests since Jan 01 00:00\n" -msgstr "%s võtab soove vastu alates 01. jaan 00:00\n" +msgid "INFO: Sending control file (%u bytes)\n" +msgstr "" + +msgid "INFO: Sending data\n" +msgstr "" #, c-format -msgid "" -"%s not accepting requests since Jan 01 00:00 -\n" -"\t%s\n" +msgid "INFO: Sending data file (%ld bytes)\n" msgstr "" -"%s ei võta soove vastu alates 01. jaan 00:00 -\n" -"\t%s\n" #, c-format -msgid "%s/%s accepting requests since Jan 01 00:00\n" -msgstr "%s/%s võtab soove vastu alates 01. jaan 00:00\n" +msgid "INFO: Sending data file (%lld bytes)\n" +msgstr "" #, c-format -msgid "" -"%s/%s not accepting requests since Jan 01 00:00 -\n" -"\t%s\n" +msgid "INFO: Sent print file, %ld bytes...\n" msgstr "" -"%s/%s ei võta soove vastu alates 01. jaan 00:00 -\n" -"\t%s\n" #, c-format -msgid "lpstat: get-classes failed: %s\n" -msgstr "lpstat: get-classes ebaõnnestus: %s\n" +msgid "INFO: Sent print file, %lld bytes...\n" +msgstr "" #, c-format -msgid "members of class %s:\n" -msgstr "klassi %s liikmed:\n" +msgid "INFO: Spooling LPR job, %.0f%% complete...\n" +msgstr "" + +msgid "INFO: Unable to contact printer, queuing on next printer in class...\n" +msgstr "" + +msgid "INFO: Waiting for job to complete...\n" +msgstr "" + +msgid "Illegal control character" +msgstr "Lubamatu juhtmärk" + +msgid "Illegal main keyword string" +msgstr "Lubamatu peamine võtmesõnastring" + +msgid "Illegal option keyword string" +msgstr "Lubamatu võtme võtmesõnastring" + +msgid "Illegal translation string" +msgstr "Lubamatu tõlkestring" + +msgid "Illegal whitespace character" +msgstr "Lubamatu tühimärk" + +msgid "Ink/toner almost empty." +msgstr "" + +msgid "Ink/toner empty!" +msgstr "" + +msgid "Ink/toner waste bin almost full." +msgstr "" + +msgid "Ink/toner waste bin full!" +msgstr "" + +msgid "Interlock open." +msgstr "" + +msgid "Internal error" +msgstr "Sisemine viga" + +msgid "JCL" +msgstr "JCL" #, c-format -msgid "system default destination: %s/%s\n" -msgstr "süsteemi vaikimisi sihtkoht: %s/%s\n" +msgid "Job #%d cannot be restarted - no files!" +msgstr "Tööd nr %d ei saa taaskäivitada - faile pole!" #, c-format -msgid "system default destination: %s\n" -msgstr "süsteemi vaikimisi sihtkoht: %s\n" +msgid "Job #%d does not exist!" +msgstr "Tööd nr %d ei ole olemas!" #, c-format -msgid "" -"lpstat: error - %s environment variable names non-existent destination \"%s" -"\"!\n" -msgstr "lpstat: viga - %s keskkonnamuutuja nimetab olematu sihtkoha \"%s\"!\n" +msgid "Job #%d is already aborted - can't cancel." +msgstr "Tööst nr %d on juba loobutud - enam ei saa katkestada." -msgid "no system default destination\n" -msgstr "süsteemi vaikimisi sihtkoht puudub\n" +#, fuzzy, c-format +msgid "Job #%d is already canceled - can't cancel." +msgstr "Töö nr %d on juba katkestatud - enam ei saa katkestada." #, c-format -msgid "Output for printer %s is sent to remote printer %s on %s\n" -msgstr "Printeri %s väljund saadetakse võrguprinterisse %s masinas %s\n" +msgid "Job #%d is already completed - can't cancel." +msgstr "Töö nr %d on juba lõpetatud - enam ei saa katkestada." #, c-format -msgid "Output for printer %s is sent to %s\n" -msgstr "Printeri %s väljund saadetakse %s\n" +msgid "Job #%d is finished and cannot be altered!" +msgstr "Töö nr %d on lõpetatud ja seda ei saa muuta!" #, c-format -msgid "Output for printer %s/%s is sent to remote printer %s on %s\n" -msgstr "Printeri %s/%s väljund saadetakse võrguprinterisse %s masinas %s\n" +msgid "Job #%d is not complete!" +msgstr "Töö nr %d ei ole lõpetatud!" #, c-format -msgid "Output for printer %s/%s is sent to %s\n" -msgstr "Printeri %s/%s väljund saadetakse %s\n" +msgid "Job #%d is not held for authentication!" +msgstr "Tööd nr %d ei hoita autentimiseks!" #, c-format -msgid "device for %s: %s\n" -msgstr "seade %s jaoks: %s\n" +msgid "Job #%d is not held!" +msgstr "Tööd nr %d ei hoita!" #, c-format -msgid "device for %s/%s: %s\n" -msgstr "seade %s/%s jaoks: %s\n" +msgid "Job #%s does not exist!" +msgstr "Tööd nr %s ei ole olemas!" #, c-format -msgid "lpstat: get-jobs failed: %s\n" -msgstr "lpstat: get-jobs ebaõnnestus: %s\n" +msgid "Job %d not found!" +msgstr "Tööd %d ei leitud!" -#, c-format -msgid "\tqueued for %s\n" -msgstr "\tjärjekorras %s jaoks\n" +#, fuzzy +msgid "Job Completed" +msgstr "lõpetatud" -#, c-format -msgid "printer %s is idle. enabled since %s\n" -msgstr "printer %s on jõude. sisse lülitatud alates %s\n" +msgid "Job Created" +msgstr "" + +#, fuzzy +msgid "Job Options Changed" +msgstr "Töötoiming ebaõnnestus:" + +#, fuzzy +msgid "Job Stopped" +msgstr "peatatud" + +msgid "Job is completed and cannot be changed." +msgstr "Töö on lõpetatud ja seda ei saa muuta." + +msgid "Job operation failed:" +msgstr "Töötoiming ebaõnnestus:" + +msgid "Job state cannot be changed." +msgstr "Töö olekut ei saa muuta." + +msgid "Job subscriptions cannot be renewed!" +msgstr "Töötellimusi ei saa uuendada!" + +msgid "Jobs" +msgstr "Tööd" #, c-format -msgid "printer %s now printing %s-%d. enabled since %s\n" -msgstr "printer %s trükib praegu %s-%d. sisse lülitatud alates %s\n" +msgid "Language \"%s\" not supported!" +msgstr "Keel \"%s\" pole toetatud!" + +msgid "Line longer than the maximum allowed (255 characters)" +msgstr "Rida lubatust pikem (255 märki)" + +msgid "Media Size" +msgstr "Türkimaterjali suurus" + +msgid "Media Source" +msgstr "Trükimaterjali allikas" + +msgid "Media Type" +msgstr "Trükimaterjali tüüp" + +#, fuzzy +msgid "Media jam!" +msgstr "Trükimaterjali tüüp" + +msgid "Media tray almost empty." +msgstr "" + +msgid "Media tray empty!" +msgstr "" + +msgid "Media tray missing!" +msgstr "" + +msgid "Media tray needs to be filled." +msgstr "" + +msgid "Memory allocation error" +msgstr "Mälueralduse viga" + +msgid "Missing PPD-Adobe-4.x header" +msgstr "Puudub PPD-Adobe-4.x päis" + +msgid "Missing asterisk in column 1" +msgstr "Puudub tärn veerus 1" + +#, fuzzy, c-format +msgid "Missing double quote on line %d!" +msgstr "Puuduvad topeltjutumärgid real %d!\n" + +msgid "Missing form variable!" +msgstr "Puudub vormi muutuja!" + +msgid "Missing notify-subscription-ids attribute!" +msgstr "Puudub notify-subscription-ids atribuut!" + +msgid "Missing requesting-user-name attribute!" +msgstr "Puudub requesting-user-name atribuut!" + +msgid "Missing required attributes!" +msgstr "Nõutud atribuudid puuduvad!" + +#, fuzzy, c-format +msgid "Missing value on line %d!" +msgstr "Puudub väärtus real %d!\n" + +msgid "Missing value string" +msgstr "Puudub väärtusestring" #, c-format -msgid "printer %s disabled since %s -\n" -msgstr "printer %s välja lülitatud alates %s -\n" +msgid "" +"Model: name = %s\n" +" natural_language = %s\n" +" make-and-model = %s\n" +" device-id = %s\n" +msgstr "" +"Mudel: nimi = %s\n" +" loomulik_keel = %s\n" +" valmistaja-ja-mudel = %s\n" +" seadme-id = %s\n" -msgid "\treason unknown\n" -msgstr "\tpõhjus teadmata\n" +msgid "Modify Class" +msgstr "Klassi muutmine" + +msgid "Modify Printer" +msgstr "Printeri muutmine" + +msgid "Move All Jobs" +msgstr "Kõigi tööde liigutamine" + +msgid "Move Job" +msgstr "Töö liigutamine" + +#, c-format +msgid "NOTICE: Print file accepted - job ID %d.\n" +msgstr "" -msgid "" -"\tForm mounted:\n" -"\tContent types: any\n" -"\tPrinter types: unknown\n" +msgid "NOTICE: Print file accepted - job ID unknown.\n" msgstr "" -"\tVorm ühendatud:\n" -"\tSisu tüübid: suvaline\n" -"\tPrinteri tüübid: teadmata\n" -#, c-format -msgid "\tDescription: %s\n" -msgstr "\tKirjeldus: %s\n" +msgid "NULL PPD file pointer" +msgstr "NULL PPD-faili viit" -msgid "\tAlerts:" -msgstr "\tHoiatused:" +msgid "No" +msgstr "i" + +msgid "No Windows printer drivers are installed!" +msgstr "Ühtegi Windowsi printeridraiverit pole paigaldatud!" #, c-format -msgid "\tLocation: %s\n" -msgstr "\tAsukoht: %s\n" +msgid "No active jobs on %s!" +msgstr "%s: pole ühtegi aktiivset tööd!" -msgid "\tConnection: remote\n" -msgstr "\tÜhendus: võrgus\n" +msgid "No attributes in request!" +msgstr "Soovis puuduvad atribuudid!" -#, c-format -msgid "\tInterface: %s.ppd\n" -msgstr "\tLiides: %s.ppd\n" +msgid "No authentication information provided!" +msgstr "Autentimisinfot pole antud!" -msgid "\tConnection: direct\n" -msgstr "\tÜhendus: otsene\n" +msgid "No default printer" +msgstr "Vaikimisi printer puudub" -#, c-format -msgid "\tInterface: %s/interfaces/%s\n" -msgstr "\tLiides: %s/interfaces/%s\n" +msgid "No destinations added." +msgstr "Sihtkohti pole lisatud." -#, c-format -msgid "\tInterface: %s/ppd/%s.ppd\n" -msgstr "\tLiides: %s/ppd/%s.ppd\n" +msgid "No file!?!" +msgstr "Faili polegi!?!" -msgid "\tOn fault: no alert\n" -msgstr "\tVea korral: hoiatus puudub\n" +msgid "No subscription attributes in request!" +msgstr "Soovis puuduvad tellimisatribuudid!" -msgid "\tAfter fault: continue\n" -msgstr "\tVea järel: jätkatakse\n" +msgid "No subscriptions found." +msgstr "Tellimusi ei leitud." -msgid "\tUsers allowed:\n" -msgstr "\tLubatud kasutajad:\n" +msgid "None" +msgstr "Puudub" -msgid "\tUsers denied:\n" -msgstr "\tKeelatud kasutajad:\n" +msgid "OK" +msgstr "OK" -msgid "\t\t(all)\n" -msgstr "\t\t(kõik)\n" +msgid "OPC almost at end-of-life." +msgstr "" -msgid "\tForms allowed:\n" -msgstr "\tLubatud vormid:\n" +msgid "OPC at end-of-life!" +msgstr "" -msgid "\t\t(none)\n" -msgstr "\t\t(puudub)\n" +msgid "OpenGroup without a CloseGroup first" +msgstr "OpenGroup ilma eelneva CloseGroup" -msgid "\tBanner required\n" -msgstr "\tBanner nõutav\n" +msgid "OpenUI/JCLOpenUI without a CloseUI/JCLCloseUI first" +msgstr "OpenUI/JCLOpenUI ilma eelneva CloseUI/JCLCloseUI" -msgid "\tCharset sets:\n" -msgstr "\tMärgistikud:\n" +msgid "Operation Policy" +msgstr "Toimimisreegel" -msgid "\tDefault pitch:\n" -msgstr "\tVaikimisi tihedus:\n" +msgid "Options Installed" +msgstr "Paigaldatud valikud" -msgid "\tDefault page size:\n" -msgstr "\tVaikimisi lehe suurus:\n" +msgid "Out of toner!" +msgstr "" -msgid "\tDefault port settings:\n" -msgstr "\tVaikimisi pordi seadistused:\n" +msgid "Output Mode" +msgstr "Väljundirežiim" + +msgid "Output bin almost full." +msgstr "" + +msgid "Output bin full!" +msgstr "" #, c-format -msgid "printer %s/%s is idle. enabled since %s\n" -msgstr "printer %s/%s on jõude. sisse lülitatud alates %s\n" +msgid "Output for printer %s is sent to %s\n" +msgstr "Printeri %s väljund saadetakse %s\n" #, c-format -msgid "printer %s/%s now printing %s-%d. enabled since %s\n" -msgstr "printer %s/%s trükib praegu %s-%d. sisse lülitatud alates %s\n" +msgid "Output for printer %s is sent to remote printer %s on %s\n" +msgstr "Printeri %s väljund saadetakse võrguprinterisse %s masinas %s\n" #, c-format -msgid "printer %s/%s disabled since %s -\n" -msgstr "printer %s/%s välja lülitatud alates %s -\n" +msgid "Output for printer %s/%s is sent to %s\n" +msgstr "Printeri %s/%s väljund saadetakse %s\n" -msgid "scheduler is running\n" -msgstr "ajastaja töötab\n" +#, c-format +msgid "Output for printer %s/%s is sent to remote printer %s on %s\n" +msgstr "Printeri %s/%s väljund saadetakse võrguprinterisse %s masinas %s\n" -msgid "scheduler is not running\n" -msgstr "ajastaja ei tööta\n" +msgid "Output tray missing!" +msgstr "" + +msgid "PASS\n" +msgstr "SOORITATUD\n" + +msgid "PS Binary Protocol" +msgstr "PS binaarprotokoll" #, c-format -msgid "lpadmin: Unable to connect to server: %s\n" -msgstr "lpadmin: ei õnnestu saada ühendust serveriga: %s\n" +msgid "Password for %s on %s? " +msgstr "Parool %s jaoks masinas %s? " -msgid "" -"lpadmin: Unable to add a printer to the class:\n" -" You must specify a printer name first!\n" -msgstr "" -"lpadmin: ei õnnestu lisada printerit klassi:\n" -" Kõigepealt tuleb määrata printeri nimi!\n" +#, c-format +msgid "Password for %s required to access %s via SAMBA: " +msgstr "%s vajab parooli pääsemaks ligi %s SAMBA kaudu: " -msgid "lpadmin: Expected class name after '-c' option!\n" -msgstr "lpadmin: võtme '-c' järel oodati klassi nime!\n" +msgid "Policies" +msgstr "Reeglid" -msgid "lpadmin: Class name can only contain printable characters!\n" -msgstr "lpadmin: klassi nimi tohib sisaldada ainult trükitavaid märke!\n" +msgid "Print Job:" +msgstr "Trükitöö:" -msgid "lpadmin: Expected printer name after '-d' option!\n" -msgstr "lpadmin: võtme '-d' järel oodati printeri nime!\n" +msgid "Print Test Page" +msgstr "Testlehekülje trükkimine" -msgid "lpadmin: Printer name can only contain printable characters!\n" -msgstr "lpadmin: printeri nimi tohib sisaldada ainult trükitavaid märke!\n" +#, fuzzy +msgid "Printer Added" +msgstr "Printer" -msgid "lpadmin: Expected hostname after '-h' option!\n" -msgstr "lpadmin: võtme '-h' järel oodati masinanime!\n" +#, fuzzy +msgid "Printer Deleted" +msgstr "Printer ei ole ühiskasutuses!" -msgid "" -"lpadmin: Unable to set the interface script:\n" -" You must specify a printer name first!\n" -msgstr "" -"lpadmin: ei õnnestu määrata liideseskripti:\n" -" Kõigepealt tuleb määrata printeri nimi!\n" +msgid "Printer Maintenance" +msgstr "Printeri hooldus" -msgid "lpadmin: Expected interface after '-i' option!\n" -msgstr "lpadmin: võtme '-i' järel oodati liidest!\n" +#, fuzzy +msgid "Printer Modified" +msgstr "Printeri hooldus" -msgid "" -"lpadmin: Unable to set the interface script or PPD file:\n" -" You must specify a printer name first!\n" -msgstr "" -"lpadmin: ei õnnestu määrata liideseskripti või PPD-faili:\n" -" Kõigepealt tuleb määrata printeri nimi!\n" +#, fuzzy +msgid "Printer Stopped" +msgstr "Printer ei ole ühiskasutuses!" -msgid "lpadmin: Expected model after '-m' option!\n" -msgstr "lpadmin: võtme '-m' järel oodati mudelit!\n" +#, fuzzy +msgid "Printer off-line." +msgstr "Printeri hooldus" -msgid "lpadmin: Expected name=value after '-o' option!\n" -msgstr "lpadmin: võtme '-o' järel oodati nimi=väärtus!\n" +msgid "Printer:" +msgstr "Printer:" -msgid "lpadmin: Expected printer after '-p' option!\n" -msgstr "lpadmin: võtme '-p' järel oodati printerit!\n" +msgid "Printers" +msgstr "Printerid" + +msgid "Purge Jobs" +msgstr "Puhasta tööd" + +msgid "Quota limit reached." +msgstr "Kvoot on täis." + +msgid "Rank Owner Job File(s) Total Size\n" +msgstr "Järk Omanik Töö Failid Kogusuurus\n" msgid "" -"lpadmin: Unable to remove a printer from the class:\n" -" You must specify a printer name first!\n" +"Rank Owner Pri Job Files Total Size\n" msgstr "" -"lpadmin: ei õnnestu eemaldada printerit klassist:\n" -" Kõigepealt tuleb määrata printeri nimi!\n" +"Järk Omanik Prio Töö Failid Kogusuurus\n" -msgid "lpadmin: Expected class after '-r' option!\n" -msgstr "lpadmin: võtme '-r' järel oodati klassi!\n" +msgid "Reject Jobs" +msgstr "Lükka tööd tagasi" -msgid "lpadmin: Expected allow/deny:userlist after '-u' option!\n" -msgstr "lpadmin: võtme '-u' järel oodati allow/deny:kasutajateloend" +msgid "Resolution" +msgstr "Lahutus" #, c-format -msgid "lpadmin: Unknown allow/deny option \"%s\"!\n" -msgstr "lpadmin: tundmatu allow/deny võti \"%s\"!\n" +msgid "Running command: %s %s -N -A %s -c '%s'\n" +msgstr "Käivitatakse käsk: %s %s -N -A %s -c '%s'\n" -msgid "" -"lpadmin: Unable to set the device URI:\n" -" You must specify a printer name first!\n" +msgid "Server Restarted" msgstr "" -"lpadmin: ei õnnestu määrata seadme URI:\n" -" Kõigepealt tuleb määrata printeri nimi!\n" -msgid "lpadmin: Expected device URI after '-v' option!\n" -msgstr "lpadmin: võtme '-v' järel oodati seadme URI!\n" +msgid "Server Security Auditing" +msgstr "" -msgid "lpadmin: Expected printer or class after '-x' option!\n" -msgstr "lpadmin: võtme '-x' järel oodati printerit või klassi!\n" +msgid "Server Started" +msgstr "" -msgid "" -"lpadmin: Unable to set the printer description:\n" -" You must specify a printer name first!\n" +msgid "Server Stopped" msgstr "" -"lpadmin: ei õnnestu määrata printeri kirjeldust:\n" -" Kõigepealt tuleb määrata printeri nimi!\n" -msgid "lpadmin: Expected description after '-D' option!\n" -msgstr "lpadmin: võtme '-D' järel oodati kirjeldust!\n" +msgid "Set Allowed Users" +msgstr "Lubatud kasutajate määramine" -msgid "lpadmin: Expected file type(s) after '-I' option!\n" -msgstr "lpadmin: võtme '-I' järel oodati faili tüüpi/tüüpe!\n" +msgid "Set As Default" +msgstr "Määra vaikeväärtuseks" -msgid "lpadmin: Warning - content type list ignored!\n" -msgstr "lpadmin: hoiatus - sisu tüüpide loendit ignoreeritakse!\n" +msgid "Set Printer Options" +msgstr "Printeri valikute määramine" + +msgid "Set Publishing" +msgstr "Avaldamise määramine" + +msgid "Start Class" +msgstr "Käivita klass" + +msgid "Start Printer" +msgstr "Käivita printer" + +msgid "Starting Banner" +msgstr "Alustav bänner" + +msgid "Stop Class" +msgstr "Peata klass" + +msgid "Stop Printer" +msgstr "Peata printer" msgid "" -"lpadmin: Unable to set the printer location:\n" -" You must specify a printer name first!\n" +"The class name may only contain up to 127 printable characters and may not " +"contain spaces, slashes (/), or the pound sign (#)." msgstr "" -"lpadmin: ei õnnestu määrata printeri asukohta:\n" -" Kõigepealt tuleb määrata printeri nimi!\n" +"Klassi nimes tohib olla ainult kuni 127 trükitavat märki ning selles ei tohi " +"sisalduda tühikuid, kaldkriipse (/) ega trelle (#)." -msgid "lpadmin: Expected location after '-L' option!\n" -msgstr "lpadmin: võtme '-L' järel oodati asukohta!\n" +msgid "" +"The notify-lease-duration attribute cannot be used with job subscriptions." +msgstr "notify-lease-duration atribuuti ei saa kasutada töötellimuste korral." + +#, c-format +msgid "The notify-user-data value is too large (%d > 63 octets)!" +msgstr "notify-user-data väärtus on liiga suur (%d > 63 oktetti)!" msgid "" -"lpadmin: Unable to set the PPD file:\n" -" You must specify a printer name first!\n" +"The printer name may only contain up to 127 printable characters and may not " +"contain spaces, slashes (/), or the pound sign (#)." msgstr "" -"lpadmin: ei õnnestu määrata PPD-faili:\n" -" Kõigepealt tuleb määrata printeri nimi!\n" +"Printeri nimes tohib olla ainult kuni 127 trükitavat märki ning selles ei " +"tohi sisalduda tühikuid, kaldkriipse (/) ega trelle (#)." -msgid "lpadmin: Expected PPD after '-P' option!\n" -msgstr "lpadmin: võtme '-P' järel oodati PPD-d!\n" +msgid "The printer or class is not shared!" +msgstr "Printer või klass pole ühiskasutuses!" -#, c-format -msgid "lpadmin: Unknown option '%c'!\n" -msgstr "lpadmin: tundmatu võti '%c'!\n" +msgid "The printer or class was not found." +msgstr "Printerit või klassi ei leitud." #, c-format -msgid "lpadmin: Unknown argument '%s'!\n" -msgstr "lpadmin: tundmatu argument '%s'!\n" +msgid "The printer-uri \"%s\" contains invalid characters." +msgstr "printer-uri \"%s\" sisaldab vigaseid märke." + +msgid "The printer-uri attribute is required!" +msgstr "Vajalik on printer-uri atribuut!" msgid "" -"lpadmin: Unable to set the printer options:\n" -" You must specify a printer name first!\n" +"The printer-uri must be of the form \"ipp://HOSTNAME/classes/CLASSNAME\"." +msgstr "printer-uri peab olema kujul \"ipp://MASINANIMI/classes/KLASSINIMI\"." + +msgid "" +"The printer-uri must be of the form \"ipp://HOSTNAME/printers/PRINTERNAME\"." msgstr "" -"lpadmin: ei õnnestu määrata printeri võtmeid:\n" -" Kõigepealt tuleb määrata printeri nimi!\n" +"printer-uri peab olema kujul \"ipp://MASINANIMI/printers/PRINTERINIMI\"." +#, fuzzy msgid "" -"Usage:\n" -"\n" -" lpadmin [-h server] -d destination\n" -" lpadmin [-h server] -x destination\n" -" lpadmin [-h server] -p printer [-c add-class] [-i interface] [-m model]\n" -" [-r remove-class] [-v device] [-D description]\n" -" [-P ppd-file] [-o name=value]\n" -" [-u allow:user,user] [-u deny:user,user]\n" -"\n" +"The subscription name may not contain spaces, slashes (/), question marks " +"(?), or the pound sign (#)." msgstr "" -"Kasutamine:\n" -"\n" -" lpadmin [-h server] -d sihtkoht\n" -" lpadmin [-h server] -x sihtkoht\n" -" lpadmin [-h server] -p printer [-c add-class] [-i liides] [-m mudel]\n" -" [-r remove-class] [-v seade] [-D kirjeldus]\n" -" [-P ppd-fail] [-o nimi=väärtus]\n" -" [-u allow:kasutaja,kasutaja] [-u deny:kasutaja," -"kasutaja]\n" +"Klassi nimes tohib olla ainult kuni 127 trükitavat märki ning selles ei tohi " +"sisalduda tühikuid, kaldkriipse (/) ega trelle (#)." -#, c-format -msgid "lpadmin: Unable to create temporary file: %s\n" -msgstr "lpadmin: ei õnnestu luua ajutist faili: %s\n" +msgid "Toner low." +msgstr "" -#, c-format -msgid "lpadmin: Unable to open file \"%s\": %s\n" -msgstr "lpadmin: ei õnnestu avada faili \"%s\": %s\n" +msgid "Too many active jobs." +msgstr "Liiga palju aktiivseid täid." -#, c-format -msgid "lpadmin: add-printer (set model) failed: %s\n" -msgstr "lpadmin: add-printer (mudeli määramine) ebaõnnestus: %s\n" +msgid "Unable to access cupsd.conf file:" +msgstr "Ligipääs failile cupsd.conf ebaõnnestus:" -#, c-format -msgid "lpadmin: add-printer (set description) failed: %s\n" -msgstr "lpadmin: add-printer (kirjelduse määramine) ebaõnnestus: %s\n" +#, fuzzy +msgid "Unable to add RSS subscription:" +msgstr "Printeri lisamine ebaõnnestus:" -#, c-format -msgid "lpadmin: add-printer (set location) failed: %s\n" -msgstr "lpadmin: add-printer (asukoha määramine) ebaõnnestus: %s\n" +msgid "Unable to add class:" +msgstr "Klassi lisamine ebaõnnestus:" #, c-format -msgid "lpadmin: Unable to create temporary file - %s\n" -msgstr "lpadmin: ei õnnestu luua ajutist faili - %s\n" +msgid "Unable to add job for destination \"%s\"!" +msgstr "Töö lisamine sihtkohale \"%s\" ebaõnnestus!" -#, c-format -msgid "lpadmin: Unable to open PPD file \"%s\" - %s\n" -msgstr "lpadmin: ei õnnestu avada PPD-faili \"%s\" - %s\n" +msgid "Unable to add printer:" +msgstr "Printeri lisamine ebaõnnestus:" -#, c-format -msgid "lpadmin: %s failed: %s\n" -msgstr "lpadmin: %s ebaõnnestus: %s\n" +msgid "Unable to allocate memory for file types!" +msgstr "Failitüüpidele ei õnnestu mälu eraldada!" -msgid "lp: Expected destination after -d option!\n" -msgstr "lp: võtme -d järel oodati sihtkohta!\n" +#, fuzzy +msgid "Unable to cancel RSS subscription:" +msgstr "Printeri muutmine ebaõnnestus:" -msgid "lp: Expected form after -f option!\n" -msgstr "lp: võtme -f järel oodati vormi!\n" +msgid "Unable to change printer-is-shared attribute:" +msgstr "Atribuudi printer-is-shared muutmine ebaõnnestus:" -msgid "lp: Expected hostname after -h option!\n" -msgstr "lp: võtme -h järel oodati masinanime!\n" +msgid "Unable to change printer:" +msgstr "Printeri muutmine ebaõnnestus:" -msgid "lp: Expected job ID after -i option!\n" -msgstr "lp: võtme -i järel oodati töö ID-d!\n" +msgid "Unable to change server settings:" +msgstr "Serveri seadistuste muutmine ebaõnnestus:" -msgid "lp: Error - cannot print files and alter jobs simultaneously!\n" -msgstr "lp: viga - faile ei saa trükkida ja töid muuta ühel ajal!\n" +#, c-format +msgid "Unable to copy CUPS printer driver files (%d)!" +msgstr "Ei õnnestu kopeerida CUPS-i printeridraiverifaile (%d)!" -msgid "lp: Error - bad job ID!\n" -msgstr "lp: viga - vigane töö ID!\n" +#, c-format +msgid "Unable to copy PPD file - %s!" +msgstr "PPD-faili kopeerimine ebaõnnestus - %s!" -msgid "lp: Expected copies after -n option!\n" -msgstr "lp: võtme -n järel oodati koopiaid!\n" +msgid "Unable to copy PPD file!" +msgstr "PPD-faili kopeerimine ebaõnnestus!" -msgid "lp: Expected option string after -o option!\n" -msgstr "lp. võtme -o järel oodati võtme stringi!\n" +#, c-format +msgid "Unable to copy Windows 2000 printer driver files (%d)!" +msgstr "Ei õnnestu kopeerida Windows 2000 printeridraiverifaile (%d)!" #, c-format -msgid "lp: Expected priority after -%c option!\n" -msgstr "lp: võtme -%c järel oodati prioriteeti!\n" +msgid "Unable to copy Windows 9x printer driver files (%d)!" +msgstr "Ei õnnestu kopeerida Windows 9x printeridraiverifaile (%d)!" -msgid "lp: Priority must be between 1 and 100.\n" -msgstr "lp: prioriteet peab olema vahemikus 1 kuni 100.\n" +#, c-format +msgid "Unable to copy interface script - %s!" +msgstr "Liideseskripti kopeerimine ebaõnnestus - %s!" -msgid "lp: Expected title after -t option!\n" -msgstr "lp: võtme -t järel oodati tiitlit!\n" +msgid "Unable to create temporary file:" +msgstr "Ajutise faili loomine ebaõnnestus:" -msgid "lp: Expected mode list after -y option!\n" -msgstr "lp: võtme -y järel oodati režiimiloendit!\n" +msgid "Unable to delete class:" +msgstr "Klassi kustutamine ebaõnnestus:" -msgid "lp: Warning - mode option ignored!\n" -msgstr "lp: hoiatus - režiimivõtit ignoreeritakse!\n" +msgid "Unable to delete printer:" +msgstr "Printeri kustutamine ebaõnnestus:" -msgid "lp: Expected hold name after -H option!\n" -msgstr "lp: vätme -H järel oodati hoitava nime!\n" +msgid "Unable to edit cupsd.conf files larger than 1MB!" +msgstr "Suurema cupsd.conf faili kui 1 MB muutmine ei ole võimalik!" -msgid "lp: Need job ID (-i) before \"-H restart\"!\n" -msgstr "lp: enne \"-H restart\" on vajalik töö ID (-i)!\n" +msgid "Unable to find destination for job!" +msgstr "Tööle ei leitud sihtkohta!" -msgid "lp: Expected page list after -P option!\n" -msgstr "lp: võtme -P järel oodati leheloendit!\n" +msgid "Unable to get PPD file!" +msgstr "PPD-faili hankimine ebaõnnestus!" -msgid "lp: Expected character set after -S option!\n" -msgstr "lp: võtme -S järel oodati märgistikku!\n" +msgid "Unable to get class list:" +msgstr "Klassiloendi hankimine ebaõnnestus:" -msgid "lp: Warning - character set option ignored!\n" -msgstr "lp: hoiatus - märgistikuvõtit ignoreeritakse!\n" +msgid "Unable to get class status:" +msgstr "Klassi oleku hankimine ebaõnnestus:" -msgid "lp: Expected content type after -T option!\n" -msgstr "lp: võtme -T järel oodati sisu tüüpi!\n" +msgid "Unable to get list of printer drivers:" +msgstr "Printeridraiverite loendi hankimine ebaõnnestus:" -msgid "lp: Warning - content type option ignored!\n" -msgstr "lp: hoiatus - sisu tüübi võtit ignoreeritakse!\n" +msgid "Unable to get printer attributes:" +msgstr "Printeri atribuutide hankimine ebaõnnestus:" -#, c-format -msgid "lp: Unknown option '%c'!\n" -msgstr "lp: tundmatu võti '%c'!\n" +msgid "Unable to get printer list:" +msgstr "Printeriloendi hankimine ebaõnnestus:" -msgid "" -"lp: Error - cannot print from stdin if files or a job ID are provided!\n" -msgstr "" -"lp: viga - standardsisendist ei saa trükkida, kui on antud failid või töö " -"ID!\n" +msgid "Unable to get printer status:" +msgstr "Printeri oleku hankimine ebaõnnestus:" #, c-format -msgid "lp: Unable to access \"%s\" - %s\n" -msgstr "lp: ei õnnestu ligipääs \"%s\" - %s\n" +msgid "Unable to install Windows 2000 printer driver files (%d)!" +msgstr "Ei õnnestu paigaldada Windows 2000 printeridraiverifaile (%d)!" #, c-format -msgid "lp: Too many files - \"%s\"\n" -msgstr "lp: liiga palju faile - \"%s\"\n" +msgid "Unable to install Windows 9x printer driver files (%d)!" +msgstr "Ei õnnestu paigaldada Windows 9x printeridraiverifaile (%d)!" -msgid "lp: error - no default destination available.\n" -msgstr "lp: viga - vaikimisi sihtkoht pole saadaval.\n" +msgid "Unable to modify class:" +msgstr "Klassi muutmine ebaõnnestus:" -msgid "lp: error - scheduler not responding!\n" -msgstr "lp: viga - ajastaja ei vasta!\n" +msgid "Unable to modify printer:" +msgstr "Printeri muutmine ebaõnnestus:" -#, c-format -msgid "lp: unable to create temporary file \"%s\" - %s\n" -msgstr "lp: ei õnnestu luua ajutist faili \"%s\" - %s\n" +msgid "Unable to move job" +msgstr "Töö liigutamine ebaõnnestus" -#, c-format -msgid "lp: error - unable to write to temporary file \"%s\" - %s\n" -msgstr "lp: viga - ei õnnestu kirjutada ajutisse faili \"%s\" - %s\n" +msgid "Unable to move jobs" +msgstr "Tööde liigutamine ebaõnnestus" -msgid "lp: stdin is empty, so no job has been sent.\n" -msgstr "lp: standardsisend on tühi, ühtegi tööd ei saadetud.\n" +msgid "Unable to open PPD file" +msgstr "PPD-faili avamine ebaõnnestus" -#, c-format -msgid "lp: unable to print file: %s\n" -msgstr "lp: ei õnnestu trükkida faili: %s\n" +msgid "Unable to open PPD file:" +msgstr "PPD-faili avamine ebaõnnestus:" -#, c-format -msgid "request id is %s-%d (%d file(s))\n" -msgstr "soovi ID on %s-%d (%d fail(i))\n" +msgid "Unable to open cupsd.conf file:" +msgstr "Faili cupsd.conf avaline ebaõnnestus:" -#, c-format -msgid "lp: restart-job failed: %s\n" -msgstr "lp: restart-job ebaõnnestus: %s\n" +msgid "Unable to print test page:" +msgstr "Testlehekülje trükkimine ebaõnnestus:" -#, c-format -msgid "lp: set-job-attributes failed: %s\n" -msgstr "lp: set-job-attributes ebaõnnestus: %s\n" +#, fuzzy, c-format +msgid "Unable to run \"%s\": %s\n" +msgstr "cupsaddsmb: \"%s\" käivitamine ebaõnnestus: %s\n" -#, c-format -msgid "lpinfo: Unable to connect to server: %s\n" -msgstr "lpinfo: ei õnnestu saada ühendust serveriga: %s\n" +msgid "Unable to send maintenance job:" +msgstr "Hooldustöö saatmine ebaõnnestus:" -#, c-format -msgid "lpinfo: Unknown option '%c'!\n" -msgstr "lpinfo: tundmatu võti '%c'!\n" +#, fuzzy, c-format +msgid "Unable to set Windows printer driver (%d)!" +msgstr "Ei õnnestu määrata Windowsi printeridraiverit (%d)!\n" + +msgid "Unable to set options:" +msgstr "Valikute määramine ebaõnnestus:" + +msgid "Unable to upload cupsd.conf file:" +msgstr "Faili cupsd.conf üleslaadimine ebaõnnestus:" + +msgid "Unknown" +msgstr "Teadmata" + +#, fuzzy, c-format +msgid "Unknown printer error (%s)!" +msgstr "Tundmatu printer-error-policy \"%s\"." #, c-format -msgid "lpinfo: Unknown argument '%s'!\n" -msgstr "lpinfo: tundmatu argument '%s'!\n" +msgid "Unknown printer-error-policy \"%s\"." +msgstr "Tundmatu printer-error-policy \"%s\"." #, c-format -msgid "lpinfo: cups-get-devices failed: %s\n" -msgstr "lpinfo: cups-get-devices ebaõnnestus: %s\n" +msgid "Unknown printer-op-policy \"%s\"." +msgstr "Tundmatu printer-op-policy \"%s\"." #, c-format -msgid "" -"Device: uri = %s\n" -" class = %s\n" -" info = %s\n" -" make-and-model = %s\n" -msgstr "" -"Seade: uri = %s\n" -" klass = %s\n" -" info = %s\n" -" valmistaja-ja-mudel = %s\n" +msgid "Unsupported compression \"%s\"!" +msgstr "Toetamata tihendus \"%s\"!" #, c-format -msgid "lpinfo: cups-get-ppds failed: %s\n" -msgstr "lpinfo: cups-get-ppds ebaõnnestus: %s\n" +msgid "Unsupported compression attribute %s!" +msgstr "Toetamata tihenduse atribuut %s!" #, c-format -msgid "" -"Model: name = %s\n" -" natural_language = %s\n" -" make-and-model = %s\n" -msgstr "" -"Mudel: nimi = %s\n" -" loomulik_keel = %s\n" -" valmistaja-ja-mudel = %s\n" +msgid "Unsupported format \"%s\"!" +msgstr "Toetamata vorming \"%s\"!" #, c-format -msgid "lpmove: Unknown option '%c'!\n" -msgstr "lpmove: tundmatu võti '%c'!\n" +msgid "Unsupported format '%s'!" +msgstr "Toetamata vorming '%s'!" #, c-format -msgid "lpmove: Unknown argument '%s'!\n" -msgstr "lpmove: tundmatu argument '%s'!\n" +msgid "Unsupported format '%s/%s'!" +msgstr "Toetamata vorming '%s/%s'!" -msgid "Usage: lpmove job dest\n" -msgstr "Kasutamine: lpmove töö sihtkoht\n" +msgid "" +"Usage:\n" +"\n" +" lpadmin [-h server] -d destination\n" +" lpadmin [-h server] -x destination\n" +" lpadmin [-h server] -p printer [-c add-class] [-i interface] [-m model]\n" +" [-r remove-class] [-v device] [-D description]\n" +" [-P ppd-file] [-o name=value]\n" +" [-u allow:user,user] [-u deny:user,user]\n" +"\n" +msgstr "" +"Kasutamine:\n" +"\n" +" lpadmin [-h server] -d sihtkoht\n" +" lpadmin [-h server] -x sihtkoht\n" +" lpadmin [-h server] -p printer [-c add-class] [-i liides] [-m mudel]\n" +" [-r remove-class] [-v seade] [-D kirjeldus]\n" +" [-P ppd-fail] [-o nimi=väärtus]\n" +" [-u allow:kasutaja,kasutaja] [-u deny:kasutaja," +"kasutaja]\n" #, c-format -msgid "lpmove: Unable to connect to server: %s\n" -msgstr "lpmove: ei õnnestu saada ühendust serveriga: %s\n" +msgid "Usage: %s job-id user title copies options [file]\n" +msgstr "" #, c-format -msgid "lpmove: move-job failed: %s\n" -msgstr "lpmove: move-job ebaõnnestus: %s\n" +msgid "Usage: %s job-id user title copies options file\n" +msgstr "" -msgid "lpoptions: Unknown printer or class!\n" -msgstr "lpoptions: tundmatu printer või klass!\n" +msgid "" +"Usage: cupsaddsmb [options] printer1 ... printerN\n" +" cupsaddsmb [options] -a\n" +"\n" +"Options:\n" +" -E Encrypt the connection to the server\n" +" -H samba-server Use the named SAMBA server\n" +" -U samba-user Authenticate using the named SAMBA user\n" +" -a Export all printers\n" +" -h cups-server Use the named CUPS server\n" +" -v Be verbose (show commands)\n" +msgstr "" +"Kasutamine: cupsaddsmb [võtmed] printer1 ... printerN\n" +" cupsaddsmb [võtmed] -a\n" +"\n" +"Options:\n" +" -E Ühenduse krüptimine serveriga\n" +" -H samba-server Määratud SAMBA-serveri kasutamine\n" +" -U samba-kasutaja Määratud SAMBA kasutajaga autentimine\n" +" -a Kõigi printerite eksportimine\n" +" -h cups-server Määratud CUPS-serveri kasutamine\n" +" -v Häälekus (käskude näitamine)\n" -msgid "lpoptions: No printers!?!\n" -msgstr "lpoptions: printerit polegi!?!\n" +msgid "" +"Usage: cupsd [-c config-file] [-f] [-F] [-h] [-l]\n" +"\n" +"-c config-file Load alternate configuration file\n" +"-f Run in the foreground\n" +"-F Run in the foreground but detach\n" +"-h Show this usage message\n" +"-l Run cupsd from launchd(8)\n" +msgstr "" +"Kasutamine: cupsd [-c seadistustefail] [-f] [-F] [-h] [-l]\n" +"\n" +"-c seadistustefail Alternatiivse seadistustefaili laadimine\n" +"-f Käivitamine esiplaanil\n" +"-F Käivitamine esiplaanil, aga lahtihaagituna\n" +"-h Kasutamisteate näitamine\n" +"-l cupsd käivitamine launchd(8) pealt\n" -#, c-format -msgid "lpoptions: Unable to add printer or instance: %s\n" -msgstr "lpoptions: ei õnnestu lisada printerit või isendit: %s\n" +msgid "" +"Usage: cupstestdsc [options] filename.ps [... filename.ps]\n" +" cupstestdsc [options] -\n" +"\n" +"Options:\n" +"\n" +" -h Show program usage\n" +"\n" +" Note: this program only validates the DSC comments, not the PostScript " +"itself.\n" +msgstr "" +"Kasutamine: cupstestdsc [võtmed] failinimi.ps [... failinimi.ps]\n" +" cupstestdsc [võtmed] -\n" +"\n" +"Võtmed:\n" +"\n" +" -h Programmi kasutamise näitamine\n" +"\n" +" Märkus: see programm kontrollib ainult DSC kommentaare, mitte " +"PostScripti ennast.\n" -#, c-format -msgid "lpoptions: Destination %s has no PPD file!\n" -msgstr "lpoptions: sihtkohal %s pole PPD-faili!\n" +msgid "" +"Usage: cupstestppd [-q] [-r] [-v[v]] filename1.ppd[.gz] [... filenameN.ppd[." +"gz]]\n" +" program | cupstestppd [-q] [-r] [-v[v]] -\n" +msgstr "" +"Kasutamine: cupstestppd [-q] [-r] [-v[v]] failinimi1.ppd[.gz] [... " +"failinimiN.ppd[.gz]]\n" +" program | cupstestppd [-q] [-r] [-v[v]] -\n" -#, c-format -msgid "lpoptions: Unable to open PPD file for %s!\n" -msgstr "lpoptions: ei õnnestu avada PPD-faili %s jaoks!\n" +msgid "Usage: lpmove job/src dest\n" +msgstr "Kasutamine: lpmove töö/lähtekoht sihtkoht\n" msgid "" "Usage: lpoptions [-h server] [-E] -d printer\n" @@ -1792,1181 +2470,1089 @@ msgstr "" " lpoptions [-h server] [-E] -p printer -o võti[=väärtus] ...\n" " lpoptions [-h server] [-E] -x printer\n" -msgid "lppasswd: Only root can add or delete passwords!\n" +msgid "Usage: lppasswd [-g groupname]\n" +msgstr "Kasutamine: lppasswd [-g grupinimi]\n" + +msgid "" +"Usage: lppasswd [-g groupname] [username]\n" +" lppasswd [-g groupname] -a [username]\n" +" lppasswd [-g groupname] -x [username]\n" msgstr "" -"lppasswd: ainult administraator (root) võib paroole lisada või kustutada!\n" +"Kasutamine: lppasswd [-g grupinimi] [kasutajanimi]\n" +" lppasswd [-g grupinimi] -a [kasutajanimi]\n" +" lppasswd [-g grupinimi] -x [kasutajanimi]\n" -msgid "Enter old password:" -msgstr "Vana parool:" +msgid "" +"Usage: lpq [-P dest] [-U username] [-h hostname[:port]] [-l] [+interval]\n" +msgstr "" +"Kasutamine: lpq [-P sihtkoht] [-U kasutajanimi] [-h masinanimi[:port]] [-l] " +"[+intervall]\n" -#, c-format -msgid "lppasswd: Unable to copy password string: %s\n" -msgstr "lppasswd: ei õnnestu kopeerida paroolistringi: %s\n" +msgid "Usage: snmp [host-or-ip-address]\n" +msgstr "" -msgid "Enter password:" -msgstr "Parool:" +#, fuzzy, c-format +msgid "WARNING: Boolean expected for waiteof option \"%s\"\n" +msgstr "lp: võtme -f järel oodati vormi!\n" -msgid "Enter password again:" -msgstr "Parool teist korda:" +msgid "WARNING: Couldn't create read channel\n" +msgstr "" -msgid "lppasswd: Sorry, passwords don't match!\n" -msgstr "lppasswd: vabandust, paroolid ei kattu!+n" +msgid "WARNING: Couldn't create sidechannel thread!\n" +msgstr "" -msgid "" -"lppasswd: Sorry, password rejected.\n" -"Your password must be at least 6 characters long, cannot contain\n" -"your username, and must contain at least one letter and number.\n" +msgid "WARNING: Failed to read side-channel request!\n" msgstr "" -"lppasswd: vabandust, parool lükati tagasi.\n" -"Parool peab koosnema vähemalt 6 märgist, ei tohi sisaldada Teie\n" -"kasutajanime ning peab sisaldama vähemalt üht tähte ja üht numbrit.\n" -msgid "lppasswd: Password file busy!\n" -msgstr "lppasswd: paroolifail on hõivatud!\n" +#, c-format +msgid "WARNING: Option \"%s\" cannot be included via IncludeFeature!\n" +msgstr "" #, c-format -msgid "lppasswd: Unable to open password file: %s\n" -msgstr "lppasswd: ei õnnestu avada paroolifaili: %s\n" +msgid "" +"WARNING: Remote host did not respond with command status byte after %d " +"seconds!\n" +msgstr "" #, c-format -msgid "lppasswd: Unable to write to password file: %s\n" -msgstr "lppasswd: ei õnnestu kirjutada paroolifaili: %s\n" +msgid "" +"WARNING: Remote host did not respond with control status byte after %d " +"seconds!\n" +msgstr "" #, c-format -msgid "lppasswd: user \"%s\" and group \"%s\" do not exist.\n" -msgstr "lppasswd: kasutajat \"%s\" ja gruppi \"%s\" ei ole olemas.\n" +msgid "" +"WARNING: Remote host did not respond with data status byte after %d " +"seconds!\n" +msgstr "" -msgid "lppasswd: Sorry, password doesn't match!\n" -msgstr "lppasswd: vabandust , parool ei kattu!\n" +#, c-format +msgid "WARNING: SCSI command timed out (%d); retrying...\n" +msgstr "" -msgid "lppasswd: Password file not updated!\n" -msgstr "lppasswd: paroolifaili ei uuendatud!\n" +msgid "" +"WARNING: This document does not conform to the Adobe Document Structuring " +"Conventions and may not print correctly!\n" +msgstr "" -#, c-format -msgid "lppasswd: failed to backup old password file: %s\n" -msgstr "lppasswd. vana paroolifaili varundamine ebaõnnestus: %s\n" +#, fuzzy, c-format +msgid "WARNING: Unknown choice \"%s\" for option \"%s\"!\n" +msgstr "%s: tundmatu sihtkoht \"%s\"!\n" -#, c-format -msgid "lppasswd: failed to rename password file: %s\n" -msgstr "lppasswd: paroolifaili ümbernimetamine ebaõnnestus: %s\n" +#, fuzzy, c-format +msgid "WARNING: Unknown option \"%s\"!\n" +msgstr "%s: tundmatu võti '%c'!\n" -msgid "Usage: lppasswd [-g groupname]\n" -msgstr "Kasutamine: lppasswd [-g grupinimi]\n" +#, fuzzy, c-format +msgid "WARNING: Unsupported baud rate %s!\n" +msgstr "Toetamata vorming '%s'!" +#, c-format msgid "" -"Usage: lppasswd [-g groupname] [username]\n" -" lppasswd [-g groupname] -a [username]\n" -" lppasswd [-g groupname] -x [username]\n" +"WARNING: recoverable: Network host '%s' is busy; will retry in %d " +"seconds...\n" msgstr "" -"Kasutamine: lppasswd [-g grupinimi] [kasutajanimi]\n" -" lppasswd [-g grupinimi] -a [kasutajanimi]\n" -" lppasswd [-g grupinimi] -x [kasutajanimi]\n" -msgid "Start Printer" -msgstr "Käivita printer" +msgid "Warning, no Windows 2000 printer drivers are installed!" +msgstr "Hoiatus - ühtegi Windows 2000 printeridraiverit pole paigaldatud!" -msgid "Stop Printer" -msgstr "Peata printer" +msgid "Yes" +msgstr "Jah" -msgid "Start Class" -msgstr "Käivita klass" +#, c-format +msgid "" +"You must access this page using the URL https://%" +"s:%d%s." +msgstr "" +"Sellele leheküljele pääseb URL-iga https://%s:%d%" +"s." -msgid "Stop Class" -msgstr "Peata klass" +msgid "aborted" +msgstr "loobutud" -msgid "Accept Jobs" -msgstr "Nõustu töödega" +msgid "canceled" +msgstr "katkestatud" -msgid "Reject Jobs" -msgstr "Lükka tööd tagasi" +msgid "completed" +msgstr "lõpetatud" -msgid "Purge Jobs" -msgstr "Puhasta tööd" +msgid "cups-deviced failed to execute." +msgstr "cups-deviced käivitamine ebaõnnestus." -msgid "Set As Default" -msgstr "Määra vaikeväärtuseks" +msgid "cups-driverd failed to execute." +msgstr "cups-driverd käivitamine ebaõnnestus." -msgid "Administration" -msgstr "Haldus" +#, c-format +msgid "cupsaddsmb: No PPD file for printer \"%s\" - %s\n" +msgstr "cupsaddsmb: puudub PPD-fail printerile \"%s\" - %s\n" -msgid "Modify Class" -msgstr "Klassi muutmine" +msgid "cupsd: Expected config filename after \"-c\" option!\n" +msgstr "cupsd: võtme \"-c\" järel oodati seadistustefaili nime!\n" -msgid "Add Class" -msgstr "Klassi lisamine" +#, c-format +msgid "cupsd: Unknown argument \"%s\" - aborting!\n" +msgstr "cupsd: tundmatu argument \"%s\" - loobutakse!\n" -msgid "" -"The class name may only contain up to 127 printable characters and may not " -"contain spaces, slashes (/), or the pound sign (#)." -msgstr "" -"Klassi nimes tohib olla ainult kuni 127 trükitavat märki ning selles ei tohi " -"sisalduda tühikuid, kaldkriipse (/) ega trelle (#)." +#, c-format +msgid "cupsd: Unknown option \"%c\" - aborting!\n" +msgstr "cupsd: tundmatu võti \"%c\" - loobutakse!\n" -msgid "Unable to modify class:" -msgstr "Klassi muutmine ebaõnnestus:" +msgid "cupsd: launchd(8) support not compiled in, running in normal mode.\n" +msgstr "" +"cupsd: launchd(8) toetus pole kompileeritud, käivitatakse tavarežiimis.\n" -msgid "Unable to add class:" -msgstr "Klassi lisamine ebaõnnestus:" +msgid "cupstestppd: The -q option is incompatible with the -v option.\n" +msgstr "cupstestppd: võti -q ei sobi kokku võtmega -v.\n" -msgid "Modify Printer" -msgstr "Printeri muutmine" +msgid "cupstestppd: The -v option is incompatible with the -q option.\n" +msgstr "cupstestppd: võti -v ei sobi kokku võtmega -q.\n" -msgid "Add Printer" -msgstr "Printeri lisamine" +#, c-format +msgid "device for %s/%s: %s\n" +msgstr "seade %s/%s jaoks: %s\n" -msgid "" -"The printer name may only contain up to 127 printable characters and may not " -"contain spaces, slashes (/), or the pound sign (#)." -msgstr "" -"Printeri nimes tohib olla ainult kuni 127 trükitavat märki ning selles ei " -"tohi sisalduda tühikuid, kaldkriipse (/) ega trelle (#)." +#, c-format +msgid "device for %s: %s\n" +msgstr "seade %s jaoks: %s\n" -msgid "Unable to get list of printer drivers:" -msgstr "Printeridraiverite loendi hankimine ebaõnnestus:" +msgid "held" +msgstr "hoitud" -msgid "Unable to modify printer:" -msgstr "Printeri muutmine ebaõnnestus:" +msgid "help\t\tget help on commands\n" +msgstr "help\t\tabi käskude kohta\n" -msgid "Unable to add printer:" -msgstr "Printeri lisamine ebaõnnestus:" +msgid "idle" +msgstr "jõude" -msgid "Set Printer Options" -msgstr "Printeri valikute määramine" +msgid "job-printer-uri attribute missing!" +msgstr "job-printer-uri atribuut puudub!" -msgid "Missing form variable!" -msgstr "Puudub vormi muutuja!" +msgid "lpadmin: Class name can only contain printable characters!\n" +msgstr "lpadmin: klassi nimi tohib sisaldada ainult trükitavaid märke!\n" -msgid "Unable to get PPD file!" -msgstr "PPD-faili hankimine ebaõnnestus!" +msgid "lpadmin: Expected PPD after '-P' option!\n" +msgstr "lpadmin: võtme '-P' järel oodati PPD-d!\n" -msgid "Unable to open PPD file:" -msgstr "PPD-faili avamine ebaõnnestus:" +msgid "lpadmin: Expected allow/deny:userlist after '-u' option!\n" +msgstr "lpadmin: võtme '-u' järel oodati allow/deny:kasutajateloend" -msgid "Banners" -msgstr "Bännerid" +msgid "lpadmin: Expected class after '-r' option!\n" +msgstr "lpadmin: võtme '-r' järel oodati klassi!\n" -msgid "Starting Banner" -msgstr "Alustav bänner" +msgid "lpadmin: Expected class name after '-c' option!\n" +msgstr "lpadmin: võtme '-c' järel oodati klassi nime!\n" -msgid "Ending Banner" -msgstr "Lõpetav bänner" +msgid "lpadmin: Expected description after '-D' option!\n" +msgstr "lpadmin: võtme '-D' järel oodati kirjeldust!\n" -msgid "Policies" -msgstr "Reeglid" +msgid "lpadmin: Expected device URI after '-v' option!\n" +msgstr "lpadmin: võtme '-v' järel oodati seadme URI!\n" -msgid "Error Policy" -msgstr "Veareegel" +msgid "lpadmin: Expected file type(s) after '-I' option!\n" +msgstr "lpadmin: võtme '-I' järel oodati faili tüüpi/tüüpe!\n" -msgid "Operation Policy" -msgstr "Toimimisreegel" +msgid "lpadmin: Expected hostname after '-h' option!\n" +msgstr "lpadmin: võtme '-h' järel oodati masinanime!\n" -msgid "PS Binary Protocol" -msgstr "PS binaarprotokoll" +msgid "lpadmin: Expected interface after '-i' option!\n" +msgstr "lpadmin: võtme '-i' järel oodati liidest!\n" -msgid "None" -msgstr "Puudub" +msgid "lpadmin: Expected location after '-L' option!\n" +msgstr "lpadmin: võtme '-L' järel oodati asukohta!\n" -msgid "Unable to set options:" -msgstr "Valikute määramine ebaõnnestus:" +msgid "lpadmin: Expected model after '-m' option!\n" +msgstr "lpadmin: võtme '-m' järel oodati mudelit!\n" -msgid "Change Settings" -msgstr "Seadistuste muutmine" +msgid "lpadmin: Expected name=value after '-o' option!\n" +msgstr "lpadmin: võtme '-o' järel oodati nimi=väärtus!\n" -msgid "Unable to change server settings:" -msgstr "Serveri seadistuste muutmine ebaõnnestus:" +msgid "lpadmin: Expected printer after '-p' option!\n" +msgstr "lpadmin: võtme '-p' järel oodati printerit!\n" -msgid "Unable to upload cupsd.conf file:" -msgstr "Faili cupsd.conf üleslaadimine ebaõnnestus:" +msgid "lpadmin: Expected printer name after '-d' option!\n" +msgstr "lpadmin: võtme '-d' järel oodati printeri nime!\n" -msgid "Edit Configuration File" -msgstr "Seadistustefaili muutmine" +msgid "lpadmin: Expected printer or class after '-x' option!\n" +msgstr "lpadmin: võtme '-x' järel oodati printerit või klassi!\n" -msgid "Unable to create temporary file:" -msgstr "Ajutise faili loomine ebaõnnestus:" +msgid "lpadmin: No member names were seen!\n" +msgstr "lpadmin: ei nähtud ühtegi liikme nime!\n" -msgid "Unable to access cupsd.conf file:" -msgstr "Ligipääs failile cupsd.conf ebaõnnestus:" +#, c-format +msgid "lpadmin: Printer %s is already a member of class %s.\n" +msgstr "lpadmin: printer %s on juba klassi %s liige.\n" -msgid "Unable to edit cupsd.conf files larger than 1MB!" -msgstr "Suurema cupsd.conf faili kui 1 MB muutmine ei ole võimalik!" +#, c-format +msgid "lpadmin: Printer %s is not a member of class %s.\n" +msgstr "lpadmin: printer %s ei ole klassi %s liige.\n" -msgid "Delete Class" -msgstr "Klassi kustutamine" +msgid "lpadmin: Printer name can only contain printable characters!\n" +msgstr "lpadmin: printeri nimi tohib sisaldada ainult trükitavaid märke!\n" -msgid "Unable to delete class:" -msgstr "Klassi kustutamine ebaõnnestus:" +msgid "" +"lpadmin: Unable to add a printer to the class:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: ei õnnestu lisada printerit klassi:\n" +" Kõigepealt tuleb määrata printeri nimi!\n" -msgid "Delete Printer" -msgstr "Printeri kustutamine" +#, c-format +msgid "lpadmin: Unable to connect to server: %s\n" +msgstr "lpadmin: ei õnnestu saada ühendust serveriga: %s\n" -msgid "Unable to delete printer:" -msgstr "Printeri kustutamine ebaõnnestus:" +#, c-format +msgid "lpadmin: Unable to create temporary file - %s\n" +msgstr "lpadmin: ei õnnestu luua ajutist faili - %s\n" -msgid "Export Printers to Samba" -msgstr "Printerite eksport Sambasse" +#, c-format +msgid "lpadmin: Unable to create temporary file: %s\n" +msgstr "lpadmin: ei õnnestu luua ajutist faili: %s\n" -msgid "Unable to fork process!" -msgstr "Protsessi harutamine ebaõnnestus!" +#, c-format +msgid "lpadmin: Unable to open PPD file \"%s\" - %s\n" +msgstr "lpadmin: ei õnnestu avada PPD-faili \"%s\" - %s\n" -msgid "Unable to connect to server!" -msgstr "Ühendumine serveriga ebaõnnestus!" +#, c-format +msgid "lpadmin: Unable to open file \"%s\": %s\n" +msgstr "lpadmin: ei õnnestu avada faili \"%s\": %s\n" -msgid "Unable to get printer attributes!" -msgstr "Printeri atribuutide hankimine ebaõnnestus!" +msgid "" +"lpadmin: Unable to remove a printer from the class:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: ei õnnestu eemaldada printerit klassist:\n" +" Kõigepealt tuleb määrata printeri nimi!\n" -msgid "Unable to convert PPD file!" -msgstr "PPD-faili teisendamine ebaõnnestus!" +msgid "" +"lpadmin: Unable to set the PPD file:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: ei õnnestu määrata PPD-faili:\n" +" Kõigepealt tuleb määrata printeri nimi!\n" -msgid "Unable to copy Windows 2000 printer driver files!" -msgstr "Windows 2000 printeridraiverifailide kopeerimine ebaõnnestus!" +msgid "" +"lpadmin: Unable to set the device URI:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: ei õnnestu määrata seadme URI:\n" +" Kõigepealt tuleb määrata printeri nimi!\n" -msgid "Unable to install Windows 2000 printer driver files!" -msgstr "Windows 2000 printeridraiverifailide paigaldamine ebaõnnestus!" +msgid "" +"lpadmin: Unable to set the interface script or PPD file:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: ei õnnestu määrata liideseskripti või PPD-faili:\n" +" Kõigepealt tuleb määrata printeri nimi!\n" -msgid "Unable to copy Windows 9x printer driver files!" -msgstr "Windows 9x printeridraiverifailide kopeerimine ebaõnnestus!" +msgid "" +"lpadmin: Unable to set the interface script:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: ei õnnestu määrata liideseskripti:\n" +" Kõigepealt tuleb määrata printeri nimi!\n" -msgid "Unable to install Windows 9x printer driver files!" -msgstr "Windows 9x printeridraiverifailide paigaldamine ebaõnnestus!" +msgid "" +"lpadmin: Unable to set the printer description:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: ei õnnestu määrata printeri kirjeldust:\n" +" Kõigepealt tuleb määrata printeri nimi!\n" -msgid "Unable to set Windows printer driver!" -msgstr "Windowsi printeridraiveri määramine ebaõnnestus!" +msgid "" +"lpadmin: Unable to set the printer location:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: ei õnnestu määrata printeri asukohta:\n" +" Kõigepealt tuleb määrata printeri nimi!\n" -msgid "No printer drivers found!" -msgstr "Printeridraivereid ei leitud!" +msgid "" +"lpadmin: Unable to set the printer options:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: ei õnnestu määrata printeri võtmeid:\n" +" Kõigepealt tuleb määrata printeri nimi!\n" -msgid "Unable to execute cupsaddsmb command!" -msgstr "Käsu cupsaddsmb täitmine ebaõnnestus!" +#, c-format +msgid "lpadmin: Unknown allow/deny option \"%s\"!\n" +msgstr "lpadmin: tundmatu allow/deny võti \"%s\"!\n" #, c-format -msgid "cupsaddsmb failed with status %d" -msgstr "cupsaddsmb ebaõnnestus olekuga %d" +msgid "lpadmin: Unknown argument '%s'!\n" +msgstr "lpadmin: tundmatu argument '%s'!\n" #, c-format -msgid "cupsaddsmb crashed on signal %d" -msgstr "cupsaddsmb elas üle krahhi signaaliga %d" +msgid "lpadmin: Unknown option '%c'!\n" +msgstr "lpadmin: tundmatu võti '%c'!\n" -msgid "A Samba username is required to export printer drivers!" -msgstr "Printeridraiverite ekspordiks on nõutav Samba kasutajanimi!" +msgid "lpadmin: Warning - content type list ignored!\n" +msgstr "lpadmin: hoiatus - sisu tüüpide loendit ignoreeritakse!\n" -msgid "A Samba password is required to export printer drivers!" -msgstr "Printeridraiverite ekspordiks on nõutav Samba parool!" +msgid "lpc> " +msgstr "lpc> " -msgid "Unable to open cupsd.conf file:" -msgstr "Faili cupsd.conf avaline ebaõnnestus:" +#, c-format +msgid "lpinfo: Unable to connect to server: %s\n" +msgstr "lpinfo: ei õnnestu saada ühendust serveriga: %s\n" -msgid "Unable to change printer:" -msgstr "Printeri muutmine ebaõnnestus:" +#, c-format +msgid "lpinfo: Unknown argument '%s'!\n" +msgstr "lpinfo: tundmatu argument '%s'!\n" -msgid "Set Allowed Users" -msgstr "Lubatud kasutajate määramine" +#, c-format +msgid "lpinfo: Unknown option '%c'!\n" +msgstr "lpinfo: tundmatu võti '%c'!\n" -msgid "Unable to get printer attributes:" -msgstr "Printeri atribuutide hankimine ebaõnnestus:" +#, c-format +msgid "lpmove: Unable to connect to server: %s\n" +msgstr "lpmove: ei õnnestu saada ühendust serveriga: %s\n" -msgid "Set Publishing" -msgstr "Avaldamise määramine" +#, c-format +msgid "lpmove: Unknown argument '%s'!\n" +msgstr "lpmove: tundmatu argument '%s'!\n" -msgid "Unable to change printer-is-shared attribute:" -msgstr "Atribuudi printer-is-shared muutmine ebaõnnestus:" +#, c-format +msgid "lpmove: Unknown option '%c'!\n" +msgstr "lpmove: tundmatu võti '%c'!\n" -msgid "Classes" -msgstr "Klassid" +msgid "lpoptions: No printers!?!\n" +msgstr "lpoptions: printerit polegi!?!\n" -msgid "Unable to get class list:" -msgstr "Klassiloendi hankimine ebaõnnestus:" +#, c-format +msgid "lpoptions: Unable to add printer or instance: %s\n" +msgstr "lpoptions: ei õnnestu lisada printerit või isendit: %s\n" -msgid "Unable to get class status:" -msgstr "Klassi oleku hankimine ebaõnnestus:" +#, fuzzy, c-format +msgid "lpoptions: Unable to get PPD file for %s: %s\n" +msgstr "lpoptions: ei õnnestu avada PPD-faili %s jaoks!\n" -msgid "Move Job" -msgstr "Töö liigutamine" +#, c-format +msgid "lpoptions: Unable to open PPD file for %s!\n" +msgstr "lpoptions: ei õnnestu avada PPD-faili %s jaoks!\n" -msgid "Unable to find destination for job!" -msgstr "Tööle ei leitud sihtkohta!" +msgid "lpoptions: Unknown printer or class!\n" +msgstr "lpoptions: tundmatu printer või klass!\n" -msgid "Move All Jobs" -msgstr "Kõigi tööde liigutamine" +msgid "lppasswd: Only root can add or delete passwords!\n" +msgstr "" +"lppasswd: ainult administraator (root) võib paroole lisada või kustutada!\n" -msgid "Unable to move job" -msgstr "Töö liigutamine ebaõnnestus" +msgid "lppasswd: Password file busy!\n" +msgstr "lppasswd: paroolifail on hõivatud!\n" -msgid "Unable to move jobs" -msgstr "Tööde liigutamine ebaõnnestus" +msgid "lppasswd: Password file not updated!\n" +msgstr "lppasswd: paroolifaili ei uuendatud!\n" -msgid "Print Test Page" -msgstr "Testlehekülje trükkimine" +msgid "lppasswd: Sorry, password doesn't match!\n" +msgstr "lppasswd: vabandust , parool ei kattu!\n" -msgid "Unable to print test page:" -msgstr "Testlehekülje trükkimine ebaõnnestus:" +msgid "" +"lppasswd: Sorry, password rejected.\n" +"Your password must be at least 6 characters long, cannot contain\n" +"your username, and must contain at least one letter and number.\n" +msgstr "" +"lppasswd: vabandust, parool lükati tagasi.\n" +"Parool peab koosnema vähemalt 6 märgist, ei tohi sisaldada Teie\n" +"kasutajanime ning peab sisaldama vähemalt üht tähte ja üht numbrit.\n" -msgid "Jobs" -msgstr "Tööd" +msgid "lppasswd: Sorry, passwords don't match!\n" +msgstr "lppasswd: vabandust, paroolid ei kattu!+n" -msgid "Job operation failed:" -msgstr "Töötoiming ebaõnnestus:" +#, c-format +msgid "lppasswd: Unable to copy password string: %s\n" +msgstr "lppasswd: ei õnnestu kopeerida paroolistringi: %s\n" -msgid "Printers" -msgstr "Printerid" +#, c-format +msgid "lppasswd: Unable to open password file: %s\n" +msgstr "lppasswd: ei õnnestu avada paroolifaili: %s\n" -msgid "Unable to get printer list:" -msgstr "Printeriloendi hankimine ebaõnnestus:" +#, c-format +msgid "lppasswd: Unable to write to password file: %s\n" +msgstr "lppasswd: ei õnnestu kirjutada paroolifaili: %s\n" -msgid "Unable to get printer status:" -msgstr "Printeri oleku hankimine ebaõnnestus:" +#, c-format +msgid "lppasswd: failed to backup old password file: %s\n" +msgstr "lppasswd. vana paroolifaili varundamine ebaõnnestus: %s\n" -msgid "OK" -msgstr "OK" +#, c-format +msgid "lppasswd: failed to rename password file: %s\n" +msgstr "lppasswd: paroolifaili ümbernimetamine ebaõnnestus: %s\n" -msgid "Unable to open PPD file" -msgstr "PPD-faili avamine ebaõnnestus" +#, c-format +msgid "lppasswd: user \"%s\" and group \"%s\" do not exist.\n" +msgstr "lppasswd: kasutajat \"%s\" ja gruppi \"%s\" ei ole olemas.\n" -msgid "NULL PPD file pointer" -msgstr "NULL PPD-faili viit" +msgid "lprm: Unable to contact server!\n" +msgstr "lprm: ei õnnestu saada ühendust serveriga!\n" -msgid "Memory allocation error" -msgstr "Mälueralduse viga" +#, c-format +msgid "" +"lpstat: error - %s environment variable names non-existent destination \"%s" +"\"!\n" +msgstr "lpstat: viga - %s keskkonnamuutuja nimetab olematu sihtkoha \"%s\"!\n" -msgid "Missing PPD-Adobe-4.x header" -msgstr "Puudub PPD-Adobe-4.x päis" +#, c-format +msgid "members of class %s:\n" +msgstr "klassi %s liikmed:\n" -msgid "Missing value string" -msgstr "Puudub väärtusestring" +msgid "no entries\n" +msgstr "kirjeid pole\n" -msgid "Internal error" -msgstr "Sisemine viga" +msgid "no system default destination\n" +msgstr "süsteemi vaikimisi sihtkoht puudub\n" -msgid "Bad OpenGroup" -msgstr "Vigane OpenGroup" +msgid "notify-events not specified!" +msgstr "notify-events pole määratud!" -msgid "OpenGroup without a CloseGroup first" -msgstr "OpenGroup ilma eelneva CloseGroup" +#, c-format +msgid "notify-recipient-uri URI \"%s\" uses unknown scheme!" +msgstr "" -msgid "Bad OpenUI/JCLOpenUI" -msgstr "Vigane OpenUI/JCLOpenUI" +#, c-format +msgid "notify-subscription-id %d no good!" +msgstr "notify-subscription-id %d on vigane!" -msgid "OpenUI/JCLOpenUI without a CloseUI/JCLCloseUI first" -msgstr "OpenUI/JCLOpenUI ilma eelneva CloseUI/JCLCloseUI" +#, c-format +msgid "open of %s failed: %s" +msgstr "%s avamine ebaõnnestus: %s" -msgid "Bad OrderDependency" -msgstr "Vigane OrderDependency" +msgid "pending" +msgstr "ootel" -msgid "Bad UIConstraints" -msgstr "Vigane UIConstraints" +#, c-format +msgid "printer %s disabled since %s -\n" +msgstr "printer %s välja lülitatud alates %s -\n" -msgid "Missing asterisk in column 1" -msgstr "Puudub tärn veerus 1" +#, c-format +msgid "printer %s is idle. enabled since %s\n" +msgstr "printer %s on jõude. sisse lülitatud alates %s\n" -msgid "Line longer than the maximum allowed (255 characters)" -msgstr "Rida lubatust pikem (255 märki)" +#, c-format +msgid "printer %s now printing %s-%d. enabled since %s\n" +msgstr "printer %s trükib praegu %s-%d. sisse lülitatud alates %s\n" -msgid "Illegal control character" -msgstr "Lubamatu juhtmärk" +#, c-format +msgid "printer %s/%s disabled since %s -\n" +msgstr "printer %s/%s välja lülitatud alates %s -\n" -msgid "Illegal main keyword string" -msgstr "Lubamatu peamine võtmesõnastring" +#, c-format +msgid "printer %s/%s is idle. enabled since %s\n" +msgstr "printer %s/%s on jõude. sisse lülitatud alates %s\n" -msgid "Illegal option keyword string" -msgstr "Lubamatu võtme võtmesõnastring" +#, c-format +msgid "printer %s/%s now printing %s-%d. enabled since %s\n" +msgstr "printer %s/%s trükib praegu %s-%d. sisse lülitatud alates %s\n" -msgid "Illegal translation string" -msgstr "Lubamatu tõlkestring" +msgid "processing" +msgstr "töötlemisel" -msgid "Illegal whitespace character" -msgstr "Lubamatu tühimärk" +#, c-format +msgid "request id is %s-%d (%d file(s))\n" +msgstr "soovi ID on %s-%d (%d fail(i))\n" -msgid "Bad custom parameter" -msgstr "Vigane kohandatud parameeter" +msgid "scheduler is not running\n" +msgstr "ajastaja ei tööta\n" -msgid "Unknown" -msgstr "Teadmata" +msgid "scheduler is running\n" +msgstr "ajastaja töötab\n" -msgid "Custom" -msgstr "Kohandatud" +#, c-format +msgid "stat of %s failed: %s" +msgstr "%s stat ebaõnnestus: %s" -msgid "JCL" -msgstr "JCL" +msgid "status\t\tshow status of daemon and queue\n" +msgstr "status\t\tdeemoni ja järjekorra staatuse kuvamine\n" -msgid "No authentication information provided!" -msgstr "Autentimisinfot pole antud!" +msgid "stopped" +msgstr "peatatud" #, c-format -msgid "Password for %s required to access %s via SAMBA: " -msgstr "%s vajab parooli pääsemaks ligi %s SAMBA kaudu: " +msgid "system default destination: %s\n" +msgstr "süsteemi vaikimisi sihtkoht: %s\n" #, c-format -msgid "Running command: %s %s -N -U '%s%%%s' -c '%s'\n" -msgstr "Käivitatakse käsk: %s %s -N -U '%s%%%s' -c '%s'\n" +msgid "system default destination: %s/%s\n" +msgstr "süsteemi vaikimisi sihtkoht: %s/%s\n" -#, c-format -msgid "cupsaddsmb: Unable to run \"%s\": %s\n" -msgstr "cupsaddsmb: \"%s\" käivitamine ebaõnnestus: %s\n" +msgid "unknown" +msgstr "teadmata" -msgid "cupsaddsmb: No Windows printer drivers are installed!\n" -msgstr "cupsaddsmb: ühtegi Windowsi printeridraiverit pole paigaldatud!\n" +msgid "untitled" +msgstr "nimeta" -msgid "cupsaddsmb: Warning, no Windows 2000 printer drivers are installed!\n" -msgstr "" -"cupsaddsmb: hoiatus - ühtegi Windows 2000 printeridraiverit pole " -"paigaldatud!\n" +#~ msgid "" +#~ " **FAIL** 1284DeviceId must be 1284DeviceID!\n" +#~ " REF: Page 72, section 5.5\n" +#~ msgstr "" +#~ " **EBAÕNN** 1284DeviceId peab olema 1284DeviceID!\n" +#~ " Viide: lk 72, sektsioon 5.5\n" + +#~ msgid " %d ERROR%s FOUND\n" +#~ msgstr " %d VIGA%s LEITUD\n" -#, c-format -msgid "lpadmin: Printer %s is already a member of class %s.\n" -msgstr "lpadmin: printer %s on juba klassi %s liige.\n" +#~ msgid "%s accepting requests since Jan 01 00:00\n" +#~ msgstr "%s võtab soove vastu alates 01. jaan 00:00\n" -msgid "lpadmin: No member names were seen!\n" -msgstr "lpadmin: ei nähtud ühtegi liikme nime!\n" +#~ msgid "" +#~ "%s not accepting requests since Jan 01 00:00 -\n" +#~ "\t%s\n" +#~ msgstr "" +#~ "%s ei võta soove vastu alates 01. jaan 00:00 -\n" +#~ "\t%s\n" -#, c-format -msgid "lpadmin: Printer %s is not a member of class %s.\n" -msgstr "lpadmin: printer %s ei ole klassi %s liige.\n" +#~ msgid "%s/%s accepting requests since Jan 01 00:00\n" +#~ msgstr "%s/%s võtab soove vastu alates 01. jaan 00:00\n" -#, c-format -msgid "" -"Device: uri = %s\n" -" class = %s\n" -" info = %s\n" -" make-and-model = %s\n" -" device-id = %s\n" -msgstr "" -"Seade: uri = %s\n" -" klass = %s\n" -" info = %s\n" -" valmistaja-ja-mudel = %s\n" -" seadme-id = %s\n" +#~ msgid "" +#~ "%s/%s not accepting requests since Jan 01 00:00 -\n" +#~ "\t%s\n" +#~ msgstr "" +#~ "%s/%s ei võta soove vastu alates 01. jaan 00:00 -\n" +#~ "\t%s\n" -#, c-format -msgid "" -"Model: name = %s\n" -" natural_language = %s\n" -" make-and-model = %s\n" -" device-id = %s\n" -msgstr "" -"Mudel: nimi = %s\n" -" loomulik_keel = %s\n" -" valmistaja-ja-mudel = %s\n" -" seadme-id = %s\n" +#~ msgid "%s: Expected reason text after -r!\n" +#~ msgstr "%s: oodati teksti pärast -r!\n" -msgid "Usage: lpmove job/src dest\n" -msgstr "Kasutamine: lpmove töö/lähtekoht sihtkoht\n" +#~ msgid "%s: Expected server name after -h!\n" +#~ msgstr "%s: oodati serveri nime pärast -h!\n" -msgid "lpstat: Need \"completed\", \"not-completed\", or \"all\" after -W!\n" -msgstr "" -"lpstat: pärast -W on vajalik \"completed\", \"not-completed\" või \"all\"!\n" +#~ msgid "%s: Unknown option '%c'!\n" +#~ msgstr "%s: tundmatu võti '%c'!\n" -#, c-format -msgid "%s accepting requests since %s\n" -msgstr "%s võtab soove vastu alates %s\n" +#~ msgid "Auto" +#~ msgstr "Automaatne" -#, c-format -msgid "" -"%s not accepting requests since %s -\n" -"\t%s\n" -msgstr "" -"%s ei võta soove vastu alates %s -\n" -"\t%s\n" +#~ msgid "Bad option + choice on line %d!\n" +#~ msgstr "Vigane võti + valik real %d!\n" -#, c-format -msgid "%s/%s accepting requests since %s\n" -msgstr "%s/%s võtab soove vastu alates %s\n" +#~ msgid "Class" +#~ msgstr "Klass" -#, c-format -msgid "" -"%s/%s not accepting requests since %s -\n" -"\t%s\n" -msgstr "" -"%s/%s ei võta soove vastu alates %s -\n" -"\t%s\n" +#~ msgid "" +#~ "Device: uri = %s\n" +#~ " class = %s\n" +#~ " info = %s\n" +#~ " make-and-model = %s\n" +#~ msgstr "" +#~ "Seade: uri = %s\n" +#~ " klass = %s\n" +#~ " info = %s\n" +#~ " valmistaja-ja-mudel = %s\n" -msgid "lpc> " -msgstr "lpc> " +#~ msgid "" +#~ "Enter your username and password or the root username and password to " +#~ "access this page." +#~ msgstr "" +#~ "Selle lehekülje avamiseks andke enda või administraatori (root) " +#~ "kasutajanimi ja parool." -#, c-format -msgid "%s: Unable to contact server!\n" -msgstr "%s: ei õnnestu saada ühendust serveriga!\n" +#~ msgid "Extra" +#~ msgstr "Ekstra" -#, c-format -msgid "%s: Error - expected username after '-U' option!\n" -msgstr "%s: viga - võtme '-U' järel oodati kasutajanime!\n" +#~ msgid "Job #%d doesn't exist!" +#~ msgstr "Tööd nr %d ei ole olemas!" -#, c-format -msgid "%s: Error - unknown destination \"%s/%s\"!\n" -msgstr "%s: viga - tundmatu sihtkoht \"%s/%s\"!\n" +#~ msgid "Job #%d is already %s - can't cancel." +#~ msgstr "Töö nr %d on juba %s - ei saa katkestada." -#, c-format -msgid "%s: Unknown destination \"%s\"!\n" -msgstr "%s: tundmatu sihtkoht \"%s\"!\n" +#~ msgid "Job #%d is already cancelled - can't cancel." +#~ msgstr "Töö nr %d on juba katkestatud - enam ei saa katkestada." + +#~ msgid "Missing double quote on line %d!\n" +#~ msgstr "Puuduvad topeltjutumärgid real %d!\n" + +#~ msgid "Missing value on line %d!\n" +#~ msgstr "Puudub väärtus real %d!\n" -#, c-format -msgid "%s: Error - expected hostname after '-h' option!\n" -msgstr "%s: viga - võtme '-h' järel oodati masinanime!\n" +#~ msgid "" +#~ "Model: name = %s\n" +#~ " natural_language = %s\n" +#~ " make-and-model = %s\n" +#~ msgstr "" +#~ "Mudel: nimi = %s\n" +#~ " loomulik_keel = %s\n" +#~ " valmistaja-ja-mudel = %s\n" -#, c-format -msgid "" -"%s: error - %s environment variable names non-existent destination \"%s\"!\n" -msgstr "%s: viga - %s keskkonnamuutuja nimetab olematu sihtkoha \"%s\"!\n" +#~ msgid "No Windows printer drivers are installed!\n" +#~ msgstr "Ühtegi Windowsi printeridraiverit pole paigaldatud!+n" -#, c-format -msgid "%s: error - no default destination available.\n" -msgstr "%s: viga - vaikimisi sihtkoht pole saadaval.\n" +#~ msgid "No printer drivers found!" +#~ msgstr "Printeridraivereid ei leitud!" -msgid "" -"Usage: lpq [-P dest] [-U username] [-h hostname[:port]] [-l] [+interval]\n" -msgstr "" -"Kasutamine: lpq [-P sihtkoht] [-U kasutajanimi] [-h masinanimi[:port]] [-l] " -"[+intervall]\n" +#~ msgid "Not authorized to hold job #%d owned by \"%s\"!" +#~ msgstr "Pole õigust hoida tööd %d, mille omanik on \"%s\"!" -#, c-format -msgid "%s: Error - expected hostname after '-H' option!\n" -msgstr "%s: viga - võtme '-H' järel oodati masinanime!\n" +#~ msgid "Printer" +#~ msgstr "Printer" -#, c-format -msgid "%s: Error - expected value after '-%c' option!\n" -msgstr "%s: viga - võtme '-%c' järel oodati väärtust!\n" +#~ msgid "Printer not shared!" +#~ msgstr "Printer ei ole ühiskasutuses!" -#, c-format -msgid "" -"%s: Warning - '%c' format modifier not supported - output may not be " -"correct!\n" -msgstr "" -"%s: hoiatus - '%c' vormingus modifikaator pole toetatud - väljund võib olla " -"vigane!\n" +#~ msgid "Running command: %s %s -N -U '%s%%%s' -c '%s'\n" +#~ msgstr "Käivitatakse käsk: %s %s -N -U '%s%%%s' -c '%s'\n" -#, c-format -msgid "%s: error - expected option=value after '-o' option!\n" -msgstr "%s: viga - võtme '-o' järel oodati võti=väärtus!\n" +#~ msgid "The printer-uri \"%s\" is not valid." +#~ msgstr "printer-uri \"%s\" ei ole korrektne." -#, c-format -msgid "%s: Error - expected destination after '-P' option!\n" -msgstr "%s: viga - võtme '-P' järel oodati sihtkohta!\n" +#~ msgid "Too many jobs - %d jobs, max jobs is %d." +#~ msgstr "Liiga palju töid - %d tööd, maksimaalselt võib olla %d." -#, c-format -msgid "%s: Error - expected copy count after '-#' option!\n" -msgstr "%s: viga - võtme '-#' järel oodati koopiate arvu!\n" +#~ msgid "Unable to connect to server!" +#~ msgstr "Ühendumine serveriga ebaõnnestus!" -#, c-format -msgid "%s: Error - expected name after '-%c' option!\n" -msgstr "%s: viga - võtme '-%c' järel oodati nime!\n" +#~ msgid "Unable to convert PPD file!" +#~ msgstr "PPD-faili teisendamine ebaõnnestus!" -#, c-format -msgid "%s: Error - unknown option '%c'!\n" -msgstr "%s: viga - tundmatu võti '%c'!\n" +#~ msgid "Unable to copy CUPS printer driver files (%d)!\n" +#~ msgstr "Ei õnnestu kopeerida CUPS-i printeridraiverifaile (%d)!\n" -#, c-format -msgid "%s: Error - unable to access \"%s\" - %s\n" -msgstr "%s: viga - ei õnnestu ligipääs \"%s\" - %s\n" +#~ msgid "Unable to copy Windows 2000 printer driver files (%d)!\n" +#~ msgstr "Ei õnnestu kopeerida Windows 2000 printeridraiverifaile (%d)!\n" -#, c-format -msgid "%s: Error - too many files - \"%s\"\n" -msgstr "%s: viga - liiga palju faile - \"%s\"\n" +#~ msgid "Unable to copy Windows 2000 printer driver files!" +#~ msgstr "Windows 2000 printeridraiverifailide kopeerimine ebaõnnestus!" -#, c-format -msgid "" -"%s: Error - %s environment variable names non-existent destination \"%s\"!\n" -msgstr "%s: viga - %s keskkonnamuutuja nimetab olematu sihtkoha \"%s\"!\n" +#~ msgid "Unable to copy Windows 9x printer driver files (%d)!\n" +#~ msgstr "Ei õnnestu kopeerida Windows 9x printeridraiverifaile (%d)!\n" -#, c-format -msgid "%s: Error - no default destination available.\n" -msgstr "%s: viga - vaikimisi sihtkoht pole saadaval.\n" +#~ msgid "Unable to copy Windows 9x printer driver files!" +#~ msgstr "Windows 9x printeridraiverifailide kopeerimine ebaõnnestus!" -#, c-format -msgid "%s: Error - scheduler not responding!\n" -msgstr "%s: viga - ajastaja ei vasta!\n" +#~ msgid "Unable to execute cupsaddsmb command!" +#~ msgstr "Käsu cupsaddsmb täitmine ebaõnnestus!" -#, c-format -msgid "%s: Error - unable to create temporary file \"%s\" - %s\n" -msgstr "%s: viga - ei õnnestu luua ajutist faili \"%s\" - %s\n" +#~ msgid "Unable to fork process!" +#~ msgstr "Protsessi harutamine ebaõnnestus!" -#, c-format -msgid "%s: Error - unable to write to temporary file \"%s\" - %s\n" -msgstr "%s: viga - ei õnnestu kirjutada ajutisse faili \"%s\" - %s\n" +#~ msgid "Unable to get printer attributes!" +#~ msgstr "Printeri atribuutide hankimine ebaõnnestus!" -#, c-format -msgid "%s: Error - stdin is empty, so no job has been sent.\n" -msgstr "%s: viga - standardsisend on tühi, ühtegi tööd ei saadetud.\n" +#~ msgid "Unable to install Windows 2000 printer driver files (%d)!\n" +#~ msgstr "Ei õnnestu paigaldada Windows 2000 printeridraiverifaile (%d)!\n" -#, c-format -msgid "%s: Error - unknown destination \"%s\"!\n" -msgstr "%s: viga - tundmatu sihtkoht \"%s\"!\n" +#~ msgid "Unable to install Windows 2000 printer driver files!" +#~ msgstr "Windows 2000 printeridraiverifailide paigaldamine ebaõnnestus!" -#, c-format -msgid "%s: Error - expected reason text after '-r' option!\n" -msgstr "%s: viga - võtme '-r' järel oodati teksti!\n" +#~ msgid "Unable to install Windows 9x printer driver files (%d)!\n" +#~ msgstr "Ei õnnestu paigaldada Winodws 9x printeridraiverifaile (%d)!\n" -#, c-format -msgid "%s: Error - expected username after '-u' option!\n" -msgstr "%s: viga - võtme '-u' järel oodati kasutajanime!\n" +#~ msgid "Unable to install Windows 9x printer driver files!" +#~ msgstr "Windows 9x printeridraiverifailide paigaldamine ebaõnnestus!" -#, c-format -msgid "%s: %s failed: %s\n" -msgstr "%s: %s ebaõnnestus: %s\n" +#~ msgid "Unable to set Windows printer driver (%d)!\n" +#~ msgstr "Ei õnnestu määrata Windowsi printeridraiverit (%d)!\n" -#, c-format -msgid "%s: Error - expected destination after '-d' option!\n" -msgstr "%s: viga - võtme '-d' järel oodati sihtkohta!\n" +#~ msgid "Unable to set Windows printer driver!" +#~ msgstr "Windowsi printeridraiveri määramine ebaõnnestus!" -#, c-format -msgid "%s: Error - expected form after '-f' option!\n" -msgstr "%s: viga - võtme '-f' järel oodati vormi!\n" +#~ msgid "" +#~ "Usage: cupsaddsmb [options] printer1 ... printerN\n" +#~ " cupsaddsmb [options] -a\n" +#~ "\n" +#~ "Options:\n" +#~ " -H samba-server Use the named SAMBA server\n" +#~ " -U samba-user Authenticate using the named SAMBA user\n" +#~ " -a Export all printers\n" +#~ " -h cups-server Use the named CUPS server\n" +#~ " -v Be verbose (show commands)\n" +#~ msgstr "" +#~ "Kasutamine: cupsaddsmb [võtmed] printer1 ... printerN\n" +#~ " cupsaddsmb [võtmed] -a\n" +#~ "\n" +#~ "Võtmed:\n" +#~ " -H samba-server määratud SAMBA-serveri kasutamine\n" +#~ " -U samba-kasutaja määratud SAMBA kasutajaga autentimine\n" +#~ " -a Kõigi printerite eksport\n" +#~ " -h cups-server määratud CUPS-serveri kasutamine\n" +#~ " -v Häälekus (käskude näitamine)\n" -#, c-format -msgid "%s: Warning - form option ignored!\n" -msgstr "%s: hoiatus - vormivõtit ignoreeritakse!\n" +#~ msgid "Usage: lpmove job dest\n" +#~ msgstr "Kasutamine: lpmove töö sihtkoht\n" -#, c-format -msgid "%s: Expected job ID after '-i' option!\n" -msgstr "%s: võtme '-i' järel oodati töö ID-d!\n" +#~ msgid "Usage: lpq [-P dest] [-l] [+interval]\n" +#~ msgstr "Kasutamine: lpq [-P sihtkoht] [-l] [+intervall]\n" -#, c-format -msgid "%s: Error - cannot print files and alter jobs simultaneously!\n" -msgstr "%s: viga - faile trükkida ja töid muuta ei saa ühel ajal!\n" +#~ msgid "Variable" +#~ msgstr "Muutuv" -#, c-format -msgid "%s: Error - bad job ID!\n" -msgstr "%s: viga - vigane töö ID!\n" +#~ msgid "Warning, no Windows 2000 printer drivers are installed!\n" +#~ msgstr "Hoiatus - ühtegi Windows 2000 printeridraiverit pole paigaldatud!\n" -#, c-format -msgid "%s: Error - expected copies after '-n' option!\n" -msgstr "%s: viga - võtme '-n' järel oodati koopiaid!\n" +#~ msgid "You are not authorized to alter job id %d owned by \"%s\"!" +#~ msgstr "Teil pole õigust muuta töö ID-d %d, mille omanik on \"%s\"!" -#, c-format -msgid "%s: Error - expected option string after '-o' option!\n" -msgstr "%s: viga - võtme '-o' järel oodati võtmestringi!\n" +#~ msgid "You are not authorized to authenticate job #%d owned by \"%s\"!" +#~ msgstr "Teil pole õigust autentida tööd nr %d, mille omanik on \"%s\"!" -#, c-format -msgid "%s: Error - expected priority after '-%c' option!\n" -msgstr "%s: viga - võtme '-%c' järel oodati prioriteeti!\n" +#~ msgid "You are not authorized to delete job #%d owned by \"%s\"!" +#~ msgstr "Teil pole õigust kustutada tööd nr %d, mille omanik on \"%s\"!" -#, c-format -msgid "%s: Error - priority must be between 1 and 100.\n" -msgstr "%s: viga - prioriteet peab olema vahemikus 1 kuni 100.\n" +#~ msgid "You are not authorized to move job #%d owned by \"%s\"!" +#~ msgstr "Teil pole õigust liigutada tööd nr %d, mille omanik on \"%s\"!" -#, c-format -msgid "%s: Error - expected title after '-t' option!\n" -msgstr "%s: viga - võtme '-t' järel oodati tiitlit!\n" +#~ msgid "You are not authorized to release job id %d owned by \"%s\"!" +#~ msgstr "Teil pole õigust vabastada tööd ID-ga %d, mille omanik on \"%s\"!" -#, c-format -msgid "%s: Error - expected mode list after '-y' option!\n" -msgstr "%s: viga - võtme '-y' järel oodati režiimiloendit!\n" +#~ msgid "You are not authorized to restart job id %d owned by \"%s\"!" +#~ msgstr "" +#~ "Teil pole õigust taaskäivitada tööd ID-ga %d, mille omanik on \"%s\"!" -#, c-format -msgid "%s: Warning - mode option ignored!\n" -msgstr "%s: hoiatus - režiimivõtit ignoreeritakse!\n" +#~ msgid "You are not authorized to send document for job #%d owned by \"%s\"!" +#~ msgstr "" +#~ "Teil pole õigust saata dokumenti tööle nr %d, mille omanik on \"%s\"!" -#, c-format -msgid "%s: Error - expected hold name after '-H' option!\n" -msgstr "%s: viga - võtme '-H' järel oodati hoitava nime!\n" +#~ msgid "You must use a https: URL to access this page." +#~ msgstr "Selle lehekülje avamiseks tuleb kasutada https: URL-i." -#, c-format -msgid "%s: Need job ID ('-i jobid') before '-H restart'!\n" -msgstr "%s: enne '-H restart' on vajalik töö ID ('-i tööid')!\n" +#~ msgid "add_class: Unknown printer-error-policy \"%s\"." +#~ msgstr "add_class: tundmatu printer-error-policy \"%s\"." -#, c-format -msgid "%s: Error - expected page list after '-P' option!\n" -msgstr "%s: viga - võtme '-P' järel oodati leheloendit!\n" +#~ msgid "add_class: Unknown printer-op-policy \"%s\"." +#~ msgstr "add_class: tundmatu printer-op-policy \"%s\"." -#, c-format -msgid "%s: Error - expected character set after '-S' option!\n" -msgstr "%s: viga - võtme '-S' järel oodati märgistikku!\n" +#~ msgid "cancel: %s failed: %s\n" +#~ msgstr "cancel: %s ebaõnnestus: %s\n" -#, c-format -msgid "%s: Warning - character set option ignored!\n" -msgstr "%s: hoiatus - märgistikuvõtit ignoreeritakse!\n" +#~ msgid "cancel: Error - expected hostname after '-h' option!\n" +#~ msgstr "cancel: viga - oodati masinanime pärast võtit '.h'!\n" -#, c-format -msgid "%s: Error - expected content type after '-T' option!\n" -msgstr "%s: viga - võtme '-T' järel oodati sisu tüüpi!\n" +#~ msgid "cancel: Error - expected username after '-u' option!\n" +#~ msgstr "cancel: viga - oodati kasutajanime pärast võtit '-u'!\n" -#, c-format -msgid "%s: Warning - content type option ignored!\n" -msgstr "%s: hoiatus - sisu tüübi võtit ignoreeritakse!\n" +#~ msgid "cancel: Unable to contact server!\n" +#~ msgstr "cancel: ei õnnestu saada ühendust serveriga!\n" -#, c-format -msgid "" -"%s: Error - cannot print from stdin if files or a job ID are provided!\n" -msgstr "" -"%s: viga - standardsisendist ei saa trükkida, kui antud on failid või töö " -"ID!\n" +#~ msgid "cancel: Unknown destination \"%s\"!\n" +#~ msgstr "cancel: tundmatu sihtkoht \"%s\"!\n" -#, c-format -msgid "" -"%s: Error - need \"completed\", \"not-completed\", or \"all\" after '-W' " -"option!\n" -msgstr "" -"%s: viga - võtme '-W' järel on vajalik \"completed\", \"not-completed\" või " -"\"all\"!\n" +#~ msgid "cancel: Unknown option '%c'!\n" +#~ msgstr "cancel: tundmatu võti '%c'!\n" -#, c-format -msgid "%s: Error - expected destination after '-b' option!\n" -msgstr "%s: viga - võtme '-b' järel oodati sihtkohta!\n" +#~ msgid "cupsaddsmb crashed on signal %d" +#~ msgstr "cupsaddsmb elas üle krahhi signaaliga %d" -#, c-format -msgid "%s: Invalid destination name in list \"%s\"!\n" -msgstr "%s: vigane sihtkoha nimi loendis \"%s\"!\n" +#~ msgid "cupsaddsmb failed with status %d" +#~ msgstr "cupsaddsmb ebaõnnestus olekuga %d" -#, c-format -msgid "%s: Unable to connect to server\n" -msgstr "%s: ei õnnestu saada ühendust serveriga\n" +#~ msgid "cupsaddsmb: Bad option + choice on line %d!\n" +#~ msgstr "cupsaddsmb: vigane võti + valik real %d!\n" -msgid "Print Job:" -msgstr "Trükitöö:" +#~ msgid "cupsaddsmb: Missing double quote on line %d!\n" +#~ msgstr "cupsaddsmb: puuduvad kahekordsed jutumärgid real %d!\n" -msgid "pending" -msgstr "ootel" +#~ msgid "cupsaddsmb: Missing value on line %d!\n" +#~ msgstr "cupsaddsmb: puudub väärtus real %d!\n" -msgid "held" -msgstr "hoitud" +#~ msgid "cupsaddsmb: No PPD file for printer \"%s\" - skipping!\n" +#~ msgstr "cupsaddsmb: puudub PPD printerile \"%s\" - jäetakse vahele!\n" -msgid "processing" -msgstr "töötlemisel" +#~ msgid "cupsaddsmb: No Windows printer drivers are installed!\n" +#~ msgstr "cupsaddsmb: ühtegi Windowsi printeridraiverit pole paigaldatud!\n" -msgid "stopped" -msgstr "peatatud" +#~ msgid "cupsaddsmb: Unable to connect to server \"%s\" for %s - %s\n" +#~ msgstr "" +#~ "cupsaddsmb: ei õnnestu saada ühendust serveriga \"%s\" %s jaoks - %s\n" -msgid "canceled" -msgstr "katkestatud" +#~ msgid "cupsaddsmb: Unable to convert PPD file for %s - %s\n" +#~ msgstr "cupsaddsmb: ei õnnestunud teisendada PPD-faili %s jaoks - %s\n" -msgid "aborted" -msgstr "loobutud" +#~ msgid "cupsaddsmb: Unable to copy CUPS printer driver files (%d)!\n" +#~ msgstr "" +#~ "cupsaddsmb: ei õnnestunud kopeerida CUPS-i printeridraiverifaile (%d)!\n" -msgid "completed" -msgstr "lõpetatud" +#~ msgid "cupsaddsmb: Unable to copy Windows 2000 printer driver files (%d)!\n" +#~ msgstr "" +#~ "cupsaddsmb: ei õnnestunud kopeerida Windows 2000 printeridraiverifaile (%" +#~ "d)!\n" -msgid "unknown" -msgstr "teadmata" +#~ msgid "cupsaddsmb: Unable to copy Windows 9x printer driver files (%d)!\n" +#~ msgstr "" +#~ "cupsaddsmb: ei õnnestunud kopeerida Windows 9x printeridraiverifaile (%" +#~ "d)!\n" -msgid "untitled" -msgstr "nimeta" +#~ msgid "" +#~ "cupsaddsmb: Unable to install Windows 2000 printer driver files (%d)!\n" +#~ msgstr "" +#~ "cupsaddsmb: ei õnnestunud paigaldada Windows 2000 printeridraiverifaile (%" +#~ "d)!\n" -msgid "Printer:" -msgstr "Printer:" +#~ msgid "" +#~ "cupsaddsmb: Unable to install Windows 9x printer driver files (%d)!\n" +#~ msgstr "" +#~ "cupsaddsmb: ei õnnestunud paigaldada Windows 9x printeridraiverifaile (%" +#~ "d)!\n" -msgid "idle" -msgstr "jõude" +#~ msgid "cupsaddsmb: Unable to run \"%s\": %s\n" +#~ msgstr "cupsaddsmb: \"%s\" käivitamine ebaõnnestus: %s\n" -msgid "Missing notify-subscription-ids attribute!" -msgstr "Puudub notify-subscription-ids atribuut!" +#~ msgid "cupsaddsmb: Unable to set Windows printer driver (%d)!\n" +#~ msgstr "" +#~ "cupsaddsmb: ei õnnestunud määrata Windowsi printeridraiverit (%d)!\n" -msgid "Job subscriptions cannot be renewed!" -msgstr "Töötellimusi ei saa uuendada!" +#~ msgid "" +#~ "cupsaddsmb: Warning, no Windows 2000 printer drivers are installed!\n" +#~ msgstr "" +#~ "cupsaddsmb: hoiatus - ühtegi Windows 2000 printeridraiverit pole " +#~ "paigaldatud!\n" -msgid "cupsd: Expected config filename after \"-c\" option!\n" -msgstr "cupsd: võtme \"-c\" järel oodati seadistustefaili nime!\n" +#~ msgid "cupsaddsmb: get-printer-attributes failed for \"%s\": %s\n" +#~ msgstr "cupsaddsmb: get-printer-attributes ebaõnnestus \"%s\" jaoks: %s\n" -msgid "cupsd: launchd(8) support not compiled in, running in normal mode.\n" -msgstr "" -"cupsd: launchd(8) toetus pole kompileeritud, käivitatakse tavarežiimis.\n" +#~ msgid "lp: Error - bad job ID!\n" +#~ msgstr "lp: viga - vigane töö ID!\n" -#, c-format -msgid "cupsd: Unknown option \"%c\" - aborting!\n" -msgstr "cupsd: tundmatu võti \"%c\" - loobutakse!\n" +#~ msgid "lp: Error - cannot print files and alter jobs simultaneously!\n" +#~ msgstr "lp: viga - faile ei saa trükkida ja töid muuta ühel ajal!\n" -#, c-format -msgid "cupsd: Unknown argument \"%s\" - aborting!\n" -msgstr "cupsd: tundmatu argument \"%s\" - loobutakse!\n" +#~ msgid "" +#~ "lp: Error - cannot print from stdin if files or a job ID are provided!\n" +#~ msgstr "" +#~ "lp: viga - standardsisendist ei saa trükkida, kui on antud failid või töö " +#~ "ID!\n" -msgid "" -"Usage: cupsd [-c config-file] [-f] [-F] [-h] [-l]\n" -"\n" -"-c config-file Load alternate configuration file\n" -"-f Run in the foreground\n" -"-F Run in the foreground but detach\n" -"-h Show this usage message\n" -"-l Run cupsd from launchd(8)\n" -msgstr "" -"Kasutamine: cupsd [-c seadistustefail] [-f] [-F] [-h] [-l]\n" -"\n" -"-c seadistustefail Alternatiivse seadistustefaili laadimine\n" -"-f Käivitamine esiplaanil\n" -"-F Käivitamine esiplaanil, aga lahtihaagituna\n" -"-h Kasutamisteate näitamine\n" -"-l cupsd käivitamine launchd(8) pealt\n" +#~ msgid "lp: Expected character set after -S option!\n" +#~ msgstr "lp: võtme -S järel oodati märgistikku!\n" -#, c-format -msgid " WARN Line %d only contains whitespace!\n" -msgstr " HOIATUS Rida %d sisaldab ainult tühikut!\n" +#~ msgid "lp: Expected content type after -T option!\n" +#~ msgstr "lp: võtme -T järel oodati sisu tüüpi!\n" -msgid "" -" WARN File contains a mix of CR, LF, and CR LF line endings!\n" -msgstr " HOIATUS Fail sisaldab CR. LF ja CR LF reavahetuste segu!\n" +#~ msgid "lp: Expected copies after -n option!\n" +#~ msgstr "lp: võtme -n järel oodati koopiaid!\n" -msgid "" -" WARN Non-Windows PPD files should use lines ending with only LF, " -"not CR LF!\n" -msgstr "" -" HOIATUS Mitte-Windowsi PPD-failid peavad kasutama ainult LF, " -"mitte CR LF reavahetusi!\n" +#~ msgid "lp: Expected destination after -d option!\n" +#~ msgstr "lp: võtme -d järel oodati sihtkohta!\n" -msgid "Printer Maintenance" -msgstr "Printeri hooldus" +#~ msgid "lp: Expected form after -f option!\n" +#~ msgstr "lp: võtme -f järel oodati vormi!\n" -msgid "Unable to send maintenance job:" -msgstr "Hooldustöö saatmine ebaõnnestus:" +#~ msgid "lp: Expected hold name after -H option!\n" +#~ msgstr "lp: vätme -H järel oodati hoitava nime!\n" -#, c-format -msgid "cupsaddsmb: No PPD file for printer \"%s\" - %s\n" -msgstr "cupsaddsmb: puudub PPD-fail printerile \"%s\" - %s\n" +#~ msgid "lp: Expected hostname after -h option!\n" +#~ msgstr "lp: võtme -h järel oodati masinanime!\n" -#, c-format -msgid " **FAIL** %s %s does not exist!\n" -msgstr " **EBAÕNN** %s %s ei ole olemas!\n" +#~ msgid "lp: Expected job ID after -i option!\n" +#~ msgstr "lp: võtme -i järel oodati töö ID-d!\n" -#, c-format -msgid " **FAIL** Bad language \"%s\"!\n" -msgstr " **EBAÕNN** Vigane keel \"%s\"!\n" +#~ msgid "lp: Expected mode list after -y option!\n" +#~ msgstr "lp: võtme -y järel oodati režiimiloendit!\n" -#, c-format -msgid " **FAIL** Missing \"%s\" translation string for option %s!\n" -msgstr " **EBAÕNN** Puudub \"%s\" tõlkestring võtmele %s!\n" +#~ msgid "lp: Expected option string after -o option!\n" +#~ msgstr "lp. võtme -o järel oodati võtme stringi!\n" -#, c-format -msgid "" -" **FAIL** Default translation string for option %s contains 8-bit " -"characters!\n" -msgstr "" -" **EBAÕNN** Vaikimisi tõlkestring võtmele %s sisaldab 8-bitiseid " -"märke!\n" +#~ msgid "lp: Expected page list after -P option!\n" +#~ msgstr "lp: võtme -P järel oodati leheloendit!\n" -#, c-format -msgid "" -" **FAIL** Missing \"%s\" translation string for option %s, choice %s!\n" -msgstr " **EBAÕNN** Puudub \"%s\" tõlkestring võtmele %s, valikule %s!\n" +#~ msgid "lp: Expected priority after -%c option!\n" +#~ msgstr "lp: võtme -%c järel oodati prioriteeti!\n" -#, c-format -msgid "" -" **FAIL** Default translation string for option %s choice %s contains " -"8-bit characters!\n" -msgstr "" -" **EBAÕNN** Vaikimisi tõlkestring võtmele %s, valikule %s sisaldab 8-" -"bitiseid märke!\n" +#~ msgid "lp: Expected title after -t option!\n" +#~ msgstr "lp: võtme -t järel oodati tiitlit!\n" -#, c-format -msgid " **FAIL** Bad cupsFilter value \"%s\"!\n" -msgstr " **EBAÕNN** Vigane cupsFilter väärtus \"%s\"!\n" +#~ msgid "lp: Need job ID (-i) before \"-H restart\"!\n" +#~ msgstr "lp: enne \"-H restart\" on vajalik töö ID (-i)!\n" -msgid "Help" -msgstr "Abi" +#~ msgid "lp: Priority must be between 1 and 100.\n" +#~ msgstr "lp: prioriteet peab olema vahemikus 1 kuni 100.\n" -#, c-format -msgid "Missing value on line %d!\n" -msgstr "Puudub väärtus real %d!\n" +#~ msgid "lp: Too many files - \"%s\"\n" +#~ msgstr "lp: liiga palju faile - \"%s\"\n" -#, c-format -msgid "Missing double quote on line %d!\n" -msgstr "Puuduvad topeltjutumärgid real %d!\n" +#~ msgid "lp: Unable to access \"%s\" - %s\n" +#~ msgstr "lp: ei õnnestu ligipääs \"%s\" - %s\n" -#, c-format -msgid "Bad option + choice on line %d!\n" -msgstr "Vigane võti + valik real %d!\n" +#~ msgid "lp: Unknown option '%c'!\n" +#~ msgstr "lp: tundmatu võti '%c'!\n" -#, c-format -msgid "Unable to copy Windows 2000 printer driver files (%d)!\n" -msgstr "Ei õnnestu kopeerida Windows 2000 printeridraiverifaile (%d)!\n" +#~ msgid "lp: Warning - character set option ignored!\n" +#~ msgstr "lp: hoiatus - märgistikuvõtit ignoreeritakse!\n" -#, c-format -msgid "Unable to copy CUPS printer driver files (%d)!\n" -msgstr "Ei õnnestu kopeerida CUPS-i printeridraiverifaile (%d)!\n" +#~ msgid "lp: Warning - content type option ignored!\n" +#~ msgstr "lp: hoiatus - sisu tüübi võtit ignoreeritakse!\n" -#, c-format -msgid "Unable to install Windows 2000 printer driver files (%d)!\n" -msgstr "Ei õnnestu paigaldada Windows 2000 printeridraiverifaile (%d)!\n" +#~ msgid "lp: Warning - mode option ignored!\n" +#~ msgstr "lp: hoiatus - režiimivõtit ignoreeritakse!\n" -#, c-format -msgid "Unable to copy Windows 9x printer driver files (%d)!\n" -msgstr "Ei õnnestu kopeerida Windows 9x printeridraiverifaile (%d)!\n" +#~ msgid "" +#~ "lp: error - %s environment variable names non-existent destination \"%s" +#~ "\"!\n" +#~ msgstr "lp: viga - %s keskkonnamuutuja nimetab olematu sihtkoha \"%s\"!\n" -#, c-format -msgid "Unable to install Windows 9x printer driver files (%d)!\n" -msgstr "Ei õnnestu paigaldada Winodws 9x printeridraiverifaile (%d)!\n" +#~ msgid "lp: error - no default destination available.\n" +#~ msgstr "lp: viga - vaikimisi sihtkoht pole saadaval.\n" -msgid "No Windows printer drivers are installed!\n" -msgstr "Ühtegi Windowsi printeridraiverit pole paigaldatud!+n" +#~ msgid "lp: error - scheduler not responding!\n" +#~ msgstr "lp: viga - ajastaja ei vasta!\n" -msgid "Warning, no Windows 2000 printer drivers are installed!\n" -msgstr "Hoiatus - ühtegi Windows 2000 printeridraiverit pole paigaldatud!\n" +#~ msgid "lp: error - unable to write to temporary file \"%s\" - %s\n" +#~ msgstr "lp: viga - ei õnnestu kirjutada ajutisse faili \"%s\" - %s\n" -#, c-format -msgid "Unable to set Windows printer driver (%d)!\n" -msgstr "Ei õnnestu määrata Windowsi printeridraiverit (%d)!\n" +#~ msgid "lp: restart-job failed: %s\n" +#~ msgstr "lp: restart-job ebaõnnestus: %s\n" -msgid "" -"Usage: cupsaddsmb [options] printer1 ... printerN\n" -" cupsaddsmb [options] -a\n" -"\n" -"Options:\n" -" -E Encrypt the connection to the server\n" -" -H samba-server Use the named SAMBA server\n" -" -U samba-user Authenticate using the named SAMBA user\n" -" -a Export all printers\n" -" -h cups-server Use the named CUPS server\n" -" -v Be verbose (show commands)\n" -msgstr "" -"Kasutamine: cupsaddsmb [võtmed] printer1 ... printerN\n" -" cupsaddsmb [võtmed] -a\n" -"\n" -"Options:\n" -" -E Ühenduse krüptimine serveriga\n" -" -H samba-server Määratud SAMBA-serveri kasutamine\n" -" -U samba-kasutaja Määratud SAMBA kasutajaga autentimine\n" -" -a Kõigi printerite eksportimine\n" -" -h cups-server Määratud CUPS-serveri kasutamine\n" -" -v Häälekus (käskude näitamine)\n" +#~ msgid "lp: set-job-attributes failed: %s\n" +#~ msgstr "lp: set-job-attributes ebaõnnestus: %s\n" -#, c-format -msgid "Unable to copy Windows 2000 printer driver files (%d)!" -msgstr "Ei õnnestu kopeerida Windows 2000 printeridraiverifaile (%d)!" +#~ msgid "lp: stdin is empty, so no job has been sent.\n" +#~ msgstr "lp: standardsisend on tühi, ühtegi tööd ei saadetud.\n" -#, c-format -msgid "Unable to copy CUPS printer driver files (%d)!" -msgstr "Ei õnnestu kopeerida CUPS-i printeridraiverifaile (%d)!" +#~ msgid "lp: unable to create temporary file \"%s\" - %s\n" +#~ msgstr "lp: ei õnnestu luua ajutist faili \"%s\" - %s\n" -#, c-format -msgid "Unable to install Windows 2000 printer driver files (%d)!" -msgstr "Ei õnnestu paigaldada Windows 2000 printeridraiverifaile (%d)!" +#~ msgid "lp: unable to print file: %s\n" +#~ msgstr "lp: ei õnnestu trükkida faili: %s\n" -#, c-format -msgid "Unable to copy Windows 9x printer driver files (%d)!" -msgstr "Ei õnnestu kopeerida Windows 9x printeridraiverifaile (%d)!" +#~ msgid "lpadmin: %s failed: %s\n" +#~ msgstr "lpadmin: %s ebaõnnestus: %s\n" -#, c-format -msgid "Unable to install Windows 9x printer driver files (%d)!" -msgstr "Ei õnnestu paigaldada Windows 9x printeridraiverifaile (%d)!" +#~ msgid "lpadmin: add-printer (set description) failed: %s\n" +#~ msgstr "lpadmin: add-printer (kirjelduse määramine) ebaõnnestus: %s\n" -msgid "No Windows printer drivers are installed!" -msgstr "Ühtegi Windowsi printeridraiverit pole paigaldatud!" +#~ msgid "lpadmin: add-printer (set location) failed: %s\n" +#~ msgstr "lpadmin: add-printer (asukoha määramine) ebaõnnestus: %s\n" -msgid "Warning, no Windows 2000 printer drivers are installed!" -msgstr "Hoiatus - ühtegi Windows 2000 printeridraiverit pole paigaldatud!" +#~ msgid "lpadmin: add-printer (set model) failed: %s\n" +#~ msgstr "lpadmin: add-printer (mudeli määramine) ebaõnnestus: %s\n" -#, c-format -msgid "open of %s failed: %s" -msgstr "%s avamine ebaõnnestus: %s" +#~ msgid "lpinfo: cups-get-devices failed: %s\n" +#~ msgstr "lpinfo: cups-get-devices ebaõnnestus: %s\n" -#, c-format -msgid "Running command: %s %s -N -A %s -c '%s'\n" -msgstr "Käivitatakse käsk: %s %s -N -A %s -c '%s'\n" +#~ msgid "lpinfo: cups-get-ppds failed: %s\n" +#~ msgstr "lpinfo: cups-get-ppds ebaõnnestus: %s\n" -#, c-format -msgid "stat of %s failed: %s" -msgstr "%s stat ebaõnnestus: %s" +#~ msgid "lpmove: move-job failed: %s\n" +#~ msgstr "lpmove: move-job ebaõnnestus: %s\n" -#, c-format -msgid "Job #%d is already cancelled - can't cancel." -msgstr "Töö nr %d on juba katkestatud - enam ei saa katkestada." +#~ msgid "lpoptions: Destination %s has no PPD file!\n" +#~ msgstr "lpoptions: sihtkohal %s pole PPD-faili!\n" -#, c-format -msgid "Job #%d is already aborted - can't cancel." -msgstr "Tööst nr %d on juba loobutud - enam ei saa katkestada." +#~ msgid "lpq: Unable to contact server!\n" +#~ msgstr "lpq: serveriga ei õnnestu ühendust luua!\n" -#, c-format -msgid "Job #%d is already completed - can't cancel." -msgstr "Töö nr %d on juba lõpetatud - enam ei saa katkestada." +#~ msgid "lpq: Unknown destination \"%s\"!\n" +#~ msgstr "lpq: tundmatu sihtkoht \"%s\"!\n" -#, c-format -msgid "" -"You must access this page using the URL https://%" -"s:%d%s." -msgstr "" -"Sellele leheküljele pääseb URL-iga https://%s:%d%" -"s." +#~ msgid "lpq: Unknown destination \"%s/%s\"!\n" +#~ msgstr "lpq: tundmatu sihtkoht \"%s/%s\"!\n" -#, c-format -msgid "Unsupported format '%s'!" -msgstr "Toetamata vorming '%s'!" +#~ msgid "lpq: error - no default destination available.\n" +#~ msgstr "lpq: viga - vaikimisi sihtkoht pole saadaval.\n" -msgid "FAIL\n" -msgstr "EBAÕNN\n" +#~ msgid "lpq: get-jobs failed: %s\n" +#~ msgstr "lpq: get-jobs ebaõnnestus: %s\n" -#, c-format -msgid "" -" Line %d is longer than 255 characters (%d)!\n" -" REF: Page 25, Line Length\n" -msgstr "" -" Rida %d on pikem kui 255 märki (%d)!\n" -" Viide: lk 25, Line Length\n" +#~ msgid "lpq: get-printer-attributes failed: %s\n" +#~ msgstr "lpq: get-printer-attributes ebaõnnestus: %s\n" -msgid "" -" Missing %!PS-Adobe-3.0 on first line!\n" -" REF: Page 17, 3.1 Conforming Documents\n" -msgstr "" -" Puudub %!PS-Adobe-3.0 esimesel real!\n" -" Viide: lk 17, 3.1 Conforming Documents\n" +#~ msgid "" +#~ "lpr: error - %s environment variable names non-existent destination \"%s" +#~ "\"!\n" +#~ msgstr "lpr: viga - %s keskkonnamuutuja nimetab olematu sihtkoha \"%s\"!\n" -#, c-format -msgid "" -" Bad %%%%Pages: on line %d!\n" -" REF: Page 43, %%%%Pages:\n" -msgstr "" -" Vigane %%%%Pages: real %d!\n" -" Viide: lk 43, %%%%Pages:\n" +#~ msgid "lpr: error - expected copy count after -# option!\n" +#~ msgstr "lpr: viga - oodati koopiate arvu pärast võtit -#!\n" -#, c-format -msgid "" -" Bad %%%%BoundingBox: on line %d!\n" -" REF: Page 39, %%%%BoundingBox:\n" -msgstr "" -" Vigane %%%%BoundingBox: real %d!\n" -" Viide: lk 39, %%%%BoundingBox:\n" +#~ msgid "lpr: error - expected destination after -P option!\n" +#~ msgstr "lpr: viga - oodati sihtkohta pärast võtit -P!\n" -#, c-format -msgid "" -" Bad %%%%Page: on line %d!\n" -" REF: Page 53, %%%%Page:\n" -msgstr "" -" Vigane %%%%Page: real %d!\n" -" Viide: lk 53, %%%%Page:\n" +#~ msgid "lpr: error - expected name after -%c option!\n" +#~ msgstr "lpr: viga - oodati nime pärast võtit -%c!\n" -#, c-format -msgid "" -" Missing or bad %%BoundingBox: comment!\n" -" REF: Page 39, %%BoundingBox:\n" -msgstr "" -" Puuduv või vigane %%BoundingBox: kommentaar!\n" -" Viide: lk 39, %%BoundingBox:\n" +#~ msgid "lpr: error - expected option=value after -o option!\n" +#~ msgstr "lpr: viga - oodati võti=väärtus pärast võtit -o!\n" -#, c-format -msgid "" -" Missing or bad %%Pages: comment!\n" -" REF: Page 43, %%Pages:\n" -msgstr "" -" Puuduv või vigane %%Pages: kommentaar!\n" -" Viide: lk 43, %%Pages:\n" +#~ msgid "lpr: error - expected username after -U option!\n" +#~ msgstr "lpr: viga - oodati kasutajanime pärast võtit -U!\n" -#, c-format -msgid "" -" Missing %%EndComments comment!\n" -" REF: Page 41, %%EndComments\n" -msgstr "" -" Puudub %%EndComments kommentaar!\n" -" Viide: lk 41, %%EndComments\n" +#~ msgid "lpr: error - expected value after -%c option!\n" +#~ msgstr "lpr: viga - oodati väärust pärast võtit -%c!\n" -#, c-format -msgid "" -" Missing or bad %%Page: comments!\n" -" REF: Page 53, %%Page:\n" -msgstr "" -" Puuduvad või vigased %%Page: kommentaarid!\n" -" Viide: lk 53, %%Page:\n" +#~ msgid "lpr: error - no default destination available.\n" +#~ msgstr "lpr: viga - vaikimisi sihtkoht pole saadaval.\n" -#, c-format -msgid " Too many %%EndDocument comments!\n" -msgstr " Liiga palju %%EndDocument kommentaare!\n" +#~ msgid "lpr: error - scheduler not responding!\n" +#~ msgstr "lpr: viga - ajastaja ei vasta!\n" -#, c-format -msgid " Too many %%BeginDocument comments!\n" -msgstr " Liiga palju %%BeginDocument kommentaare!\n" +#~ msgid "lpr: error - stdin is empty, so no job has been sent.\n" +#~ msgstr "lpr: viga - standardsisend on tühi, ühtegi tööd ei ole saadetud.\n" -#, c-format -msgid " Saw %d lines that exceeded 255 characters!\n" -msgstr " Nähti %d rida, mis ületas 255 märgi piiri!+n" +#~ msgid "lpr: error - too many files - \"%s\"\n" +#~ msgstr "lpr: viga - liiga palju faile - \"%s\"\n" -msgid "PASS\n" -msgstr "SOORITATUD\n" +#~ msgid "lpr: error - unable to access \"%s\" - %s\n" +#~ msgstr "lpr: viga - ligipääs asukohale \"%s\" ebaõnnestus - %s\n" -msgid " Warning: file contains binary data!\n" -msgstr " Hoiatus: fail sisaldab binaarandmeid!\n" +#~ msgid "lpr: error - unable to create temporary file \"%s\" - %s\n" +#~ msgstr "lpr: viga - ei õnnestu luua ajutist faili \"%s\" - %s\n" -#, c-format -msgid " Warning: obsolete DSC version %.1f in file!\n" -msgstr " Hoiatus: iganenud DSC versioon %.1f failis!\n" +#~ msgid "lpr: error - unable to print file: %s\n" +#~ msgstr "lpr: viga - ei õnnestu trükkida faili: %s\n" -#, c-format -msgid " Warning: no %%EndComments comment in file!\n" -msgstr " Hoiatus: failis puudub %%EndComments kommentaar!\n" +#~ msgid "lpr: error - unable to write to temporary file \"%s\" - %s\n" +#~ msgstr "lpr: viga - ei õnnestu kirjutada ajutist faili \"%s\" - %s\n" -msgid "" -"Usage: cupstestdsc [options] filename.ps [... filename.ps]\n" -" cupstestdsc [options] -\n" -"\n" -"Options:\n" -"\n" -" -h Show program usage\n" -"\n" -" Note: this program only validates the DSC comments, not the PostScript " -"itself.\n" -msgstr "" -"Kasutamine: cupstestdsc [võtmed] failinimi.ps [... failinimi.ps]\n" -" cupstestdsc [võtmed] -\n" -"\n" -"Võtmed:\n" -"\n" -" -h Programmi kasutamise näitamine\n" -"\n" -" Märkus: see programm kontrollib ainult DSC kommentaare, mitte " -"PostScripti ennast.\n" +#~ msgid "lpr: error - unknown option '%c'!\n" +#~ msgstr "lpr: viga - tundmatu võti '%c'!\n" -#, c-format -msgid "Password for %s on %s? " -msgstr "Parool %s jaoks masinas %s? " +#~ msgid "" +#~ "lpr: warning - '%c' format modifier not supported - output may not be " +#~ "correct!\n" +#~ msgstr "" +#~ "lpr: hoiatus - '%c' vormingus modifikaator pole toetatud - väljund võib " +#~ "olla vigane!\n" -msgid "" -" **FAIL** 1284DeviceId must be 1284DeviceID!\n" -" REF: Page 72, section 5.5\n" -msgstr "" -" **EBAÕNN** 1284DeviceId peab olema 1284DeviceID!\n" -" Viide: lk 72, sektsioon 5.5\n" +#~ msgid "lpr: warning - email notification is not currently supported!\n" +#~ msgstr "lpr: hoiatus - märguanne e-postiga pole veel toetatud!\n" -#, fuzzy, c-format -msgid "Missing value on line %d!" -msgstr "Puudub väärtus real %d!\n" +#~ msgid "lprm: Job or printer not found!\n" +#~ msgstr "lprm: tööd või printerit ei leitud!\n" -#, fuzzy, c-format -msgid "Missing double quote on line %d!" -msgstr "Puuduvad topeltjutumärgid real %d!\n" +#~ msgid "lprm: Not authorized to lprm job(s)!\n" +#~ msgstr "lprm: pole õigust lprm töid!\n" -#, fuzzy, c-format -msgid "Bad option + choice on line %d!" -msgstr "Vigane võti + valik real %d!\n" +#~ msgid "lprm: Unable to cancel job(s)!\n" +#~ msgstr "lprm: tööde katkestamine ei ole võimalik!\n" -#, fuzzy -msgid "Empty PPD file!" -msgstr "PPD-faili kopeerimine ebaõnnestus!" +#~ msgid "lprm: Unable to lprm job(s)!\n" +#~ msgstr "lprm: tööde lprm ei ole võimalik!\n" -#, fuzzy, c-format -msgid "Unable to set Windows printer driver (%d)!" -msgstr "Ei õnnestu määrata Windowsi printeridraiverit (%d)!\n" +#~ msgid "lprm: Unknown destination \"%s\"!\n" +#~ msgstr "lprm: tundmatu sihtkoht \"%s\"!\n" -#, fuzzy, c-format -msgid "Unable to run \"%s\": %s\n" -msgstr "cupsaddsmb: \"%s\" käivitamine ebaõnnestus: %s\n" +#~ msgid "lprm: Unknown option '%c'!\n" +#~ msgstr "lprm: tundmatu võti '%c'!\n" -#, fuzzy -msgid "" -"Enter your username and password or the root username and password to access " -"this page. If you are using Kerberos authentication, make sure you have a " -"valid Kerberos ticket." -msgstr "" -"Selle lehekülje avamiseks andke enda või administraatori (root) kasutajanimi " -"ja parool." +#~ msgid "lprm: You don't own job ID %d!\n" +#~ msgstr "lprm: töö ID %d ei kuulu Teile!\n" -#, fuzzy, c-format -msgid "Job #%d is already canceled - can't cancel." -msgstr "Töö nr %d on juba katkestatud - enam ei saa katkestada." +#~ msgid "lpstat: Invalid destination name in list \"%s\"!\n" +#~ msgstr "lpstat: vigane sihtkoha nimi loendis \"%s\"!\n" -#, c-format -msgid "Bad notify-recipient URI \"%s\"!" -msgstr "" +#~ msgid "lpstat: Need \"completed\" or \"not-completed\" after -W!\n" +#~ msgstr "lpstat: pärast -W on vajalik \"completed\" või \"not-completed\"!\n" -#, c-format -msgid "notify-recipient URI \"%s\" uses unknown scheme!" -msgstr "" +#~ msgid "" +#~ "lpstat: Need \"completed\", \"not-completed\", or \"all\" after -W!\n" +#~ msgstr "" +#~ "lpstat: pärast -W on vajalik \"completed\", \"not-completed\" või \"all" +#~ "\"!\n" -#, fuzzy, c-format -msgid "Bad notify-pull-method \"%s\"!" -msgstr "Vigane port-monitor \"%s\"!" +#~ msgid "lpstat: The -b option requires a destination argument.\n" +#~ msgstr "lpstat: võti -b nõuab sihtkoha argumenti.\n" -#, fuzzy, c-format -msgid "" -" **FAIL** %s must be 1284DeviceID!\n" -" REF: Page 72, section 5.5\n" -msgstr "" -" **EBAÕNN** 1284DeviceId peab olema 1284DeviceID!\n" -" Viide: lk 72, sektsioon 5.5\n" +#~ msgid "lpstat: Unable to connect to server %s on port %d: %s\n" +#~ msgstr "lpstat: ei õnnestu saada ühendust serveriga %s pordis %d: %s\n" -#, fuzzy, c-format -msgid " %d ERRORS FOUND\n" -msgstr " %d VIGA%s LEITUD\n" +#~ msgid "lpstat: Unknown destination \"%s\"!\n" +#~ msgstr "lpstat: tundmatu sihtkoht \"%s\"!\n" -#, fuzzy, c-format -msgid "lpoptions: Unable to get PPD file for %s: %s\n" -msgstr "lpoptions: ei õnnestu avada PPD-faili %s jaoks!\n" +#~ msgid "lpstat: Unknown option '%c'!\n" +#~ msgstr "lpstat: tundmatu võti '%c'!\n" + +#~ msgid "lpstat: get-classes failed: %s\n" +#~ msgstr "lpstat: get-classes ebaõnnestus: %s\n" + +#~ msgid "lpstat: get-jobs failed: %s\n" +#~ msgstr "lpstat: get-jobs ebaõnnestus: %s\n" + +#~ msgid "lpstat: get-printers failed: %s\n" +#~ msgstr "lpstat: get-printers ebaõnnestus: %s\n" diff --git a/locale/cups_fr.po b/locale/cups_fr.po index 1859f5ffa..fb0ab136d 100644 --- a/locale/cups_fr.po +++ b/locale/cups_fr.po @@ -25,2821 +25,3664 @@ # NDT: I did not translate the messages used in conformance, DSC and PPD tests, # because they are destined to developers only, as far as I understand. # - msgid "" msgstr "" "Project-Id-Version: CUPS 1.2\n" "Report-Msgid-Bugs-To: http://www.cups.org/str.php\n" -"POT-Creation-Date: 2006-05-21 10:08-0400\n" +"POT-Creation-Date: 2007-03-30 16:49-0400\n" "PO-Revision-Date: 2007-01-25 19:55+0200\n" "Last-Translator: Philippe Combes \n" "Language-Team: Français\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -msgid "Options Installed" -msgstr "Options Installées" - -msgid "Class" -msgstr "Classe" +msgid "\t\t(all)\n" +msgstr "\t\t( tous )\n" -msgid "Printer" -msgstr "Imprimante" +msgid "\t\t(none)\n" +msgstr "\t\t( aucun )\n" -msgid "Extra" -msgstr "Supplémentaire" +#, c-format +msgid "\t%d entries\n" +msgstr "\t%d entrées\n" -msgid "General" -msgstr "Généralités" +msgid "\tAfter fault: continue\n" +msgstr "\tAprès une erreur : poursuivre\n" -msgid "Media Size" -msgstr "Taille du support" +msgid "\tAlerts:" +msgstr "\tAlertes :" -msgid "Media Type" -msgstr "Type de support" +msgid "\tBanner required\n" +msgstr "\tBannière requise\n" -msgid "Media Source" -msgstr "Source du support" +msgid "\tCharset sets:\n" +msgstr "\tJeux de caractères :\n" -msgid "Output Mode" -msgstr "Mode de sortie" +msgid "\tConnection: direct\n" +msgstr "\tConnexion : directe\n" -msgid "Resolution" -msgstr "Résolution" +msgid "\tConnection: remote\n" +msgstr "\tConnexion : distante\n" -msgid "Variable" -msgstr "Variable" +msgid "\tDefault page size:\n" +msgstr "\tTaille de papier par défaut :\n" -msgid "Yes" -msgstr "Oui" +msgid "\tDefault pitch:\n" +msgstr "\t« pitch » par défaut :\n" -msgid "No" -msgstr "Non" +msgid "\tDefault port settings:\n" +msgstr "\tParamètres par défaut du port :\n" -msgid "Auto" -msgstr "Auto" +#, c-format +msgid "\tDescription: %s\n" +msgstr "\tDescription : %s\n" -msgid "Enter your username and password or the root username and password to access this page." -msgstr "Entrez votre nom d'utilisateur et votre mot de passe UNIX ou bien identifiez-vous en tant que « root » pour accéder à cette page." +msgid "" +"\tForm mounted:\n" +"\tContent types: any\n" +"\tPrinter types: unknown\n" +msgstr "" +"\tFormat monté :\n" +"\tTypes de contenu : any\n" +"\tTypes d'imprimante : unknown\n" -msgid "You must use a https: URL to access this page." -msgstr "Vous devez utiliser une URL https: pour accéder à cette page." +msgid "\tForms allowed:\n" +msgstr "\tFormats autorisés :\n" #, c-format -msgid "Bad request version number %d.%d!" -msgstr "La requête a un numéro de version erroné : %d.%d !" - -msgid "No attributes in request!" -msgstr "Aucun attribut dans la requête !" +msgid "\tInterface: %s.ppd\n" +msgstr "\tInterface : %s.ppd\n" #, c-format -msgid "Attribute groups are out of order (%x < %x)!" -msgstr "Les groupes d'attributs ne sont pas dans le bon ordre (%x < %x) !" - -msgid "Missing required attributes!" -msgstr "Il manque des attributs indispensables !" +msgid "\tInterface: %s/interfaces/%s\n" +msgstr "\tInterface : %s/interfaces/%s\n" #, c-format -msgid "%s not supported!" -msgstr "%s: opération non gérée !" - -msgid "The printer or class was not found." -msgstr "L'imprimante ou la classe n'a pas été trouvée." - -msgid "The printer-uri must be of the form \"ipp://HOSTNAME/classes/CLASSNAME\"." -msgstr "L'URI de l'imprimante doit suivre le format « ipp://NOM_MACHINE/classes/NOM_CLASSE »." +msgid "\tInterface: %s/ppd/%s.ppd\n" +msgstr "\tInterface : %s/ppd/%s.ppd\n" #, c-format -msgid "The printer-uri \"%s\" contains invalid characters." -msgstr "L'URI de l'imprimante « %s » contient des caractères ." +msgid "\tLocation: %s\n" +msgstr "\tLieu : %s\n" -#, c-format -msgid "A printer named \"%s\" already exists!" -msgstr "Il existe déjà une imprimante appelée « %s » !" +msgid "\tOn fault: no alert\n" +msgstr "\tEn cas d'erreur : pas d'alerte\n" -#, c-format -msgid "Attempt to set %s printer-state to bad value %d!" -msgstr "Tentative de donner une valeur erronée au paramètre « printer-state » : %d !" +msgid "\tUsers allowed:\n" +msgstr "\tUtilisateurs autorisés :\n" -#, c-format -msgid "add_class: Unknown printer-op-policy \"%s\"." -msgstr "add_class: L'attribut « printer-op-policy » a une valeur non comprise : « %s »." +msgid "\tUsers denied:\n" +msgstr "\tUtilisateurs refusés :\n" -#, c-format -msgid "add_class: Unknown printer-error-policy \"%s\"." -msgstr "add_class: L'attribut « printer-error-policy » a une valeur non comprise : « %s »." +msgid "\tdaemon present\n" +msgstr "\tdémon présent\n" -msgid "Unable to allocate memory for file types!" -msgstr "Impossible d'allouer de la mémoire pour les types de fichiers !" +msgid "\tno entries\n" +msgstr "\taucune entrée\n" #, c-format -msgid "Character set \"%s\" not supported!" -msgstr "Jeu de caractères « %s » non géré !" +msgid "\tprinter is on device '%s' speed -1\n" +msgstr "\tl'imprimante est sur le périphérique '%s', vitesse -1\n" -#, c-format -msgid "Language \"%s\" not supported!" -msgstr "Langue « %s » non gérée !" +msgid "\tprinting is disabled\n" +msgstr "\tl'impression est refusée\n" + +msgid "\tprinting is enabled\n" +msgstr "\tl'impression est permise\n" #, c-format -msgid "The notify-user-data value is too large (%d > 63 octets)!" -msgstr "La valeur de l'attribut « notify-user-data » est trop grande ( %d > 63 octets ) !" +msgid "\tqueued for %s\n" +msgstr "\tmis en file d'attente pour %s\n" -msgid "The notify-lease-duration attribute cannot be used with job subscriptions." -msgstr "L'attribut « notify-lease-duration » ne peut pas être utilisé dans une souscription de tâche." +msgid "\tqueuing is disabled\n" +msgstr "\tla mise en file d'attente est refusée\n" -msgid "The printer-uri must be of the form \"ipp://HOSTNAME/printers/PRINTERNAME\"." -msgstr "L'URI de l'imprimante doit suivre le format « ipp://NOM_MACHINE/printers/NOM_CLASSE »." +msgid "\tqueuing is enabled\n" +msgstr "\tla mise en file d'attente est permise\n" -#, c-format -msgid "A class named \"%s\" already exists!" -msgstr ""Il existe déjà une classe appelée « %s » !" +msgid "\treason unknown\n" +msgstr "\traison inconnue\n" -#, c-format -msgid "File device URIs have been disabled! To enable, see the FileDevice directive in \"%s/cupsd.conf\"." -msgstr "L'impression dans un fichier a été désactivée ! Pour l'activer, cf. la directive « FileDevice » dans « %s/cupsd.conf »." +msgid "" +"\n" +" DETAILED CONFORMANCE TEST RESULTS\n" +msgstr "" +"\n" +" DETAILED CONFORMANCE TEST RESULTS\n" -#, c-format -msgid "Bad device-uri \"%s\"!" -msgstr "Valeur erronée pour le paramètre « device-uri » : « %s » !" +msgid " REF: Page 15, section 3.1.\n" +msgstr " REF: Page 15, section 3.1.\n" -#, c-format -msgid "Bad port-monitor \"%s\"!" -msgstr "Valeur erronée pour le paramètre « port-monitor » : « %s » !" +msgid " REF: Page 15, section 3.2.\n" +msgstr " REF: Page 15, section 3.2.\n" -#, c-format -msgid "Bad printer-state value %d!" -msgstr "Valeur erronée pour le paramètre « printer-state » : « %s » !" +msgid " REF: Page 19, section 3.3.\n" +msgstr " REF: Page 19, section 3.3.\n" -#, c-format -msgid "Unknown printer-op-policy \"%s\"." -msgstr "L'attribut « printer-op-policy » a une valeur non comprise : « %s »." +msgid " REF: Page 20, section 3.4.\n" +msgstr " REF: Page 20, section 3.4.\n" -#, c-format -msgid "Unknown printer-error-policy \"%s\"." -msgstr "L'attribut « printer-error-policy » a une valeur non comprise : « %s »." +msgid " REF: Page 27, section 3.5.\n" +msgstr " REF: Page 27, section 3.5.\n" -#, c-format -msgid "Unable to copy interface script - %s!" -msgstr "Impossible de copier le « script » d'interface - « %s » !" +msgid " REF: Page 42, section 5.2.\n" +msgstr " REF: Page 42, section 5.2.\n" -#, c-format -msgid "Unable to copy PPD file - %s!" -msgstr "Impossible de copier le fichier PPD - « %s » !" +msgid " REF: Pages 16-17, section 3.2.\n" +msgstr " REF: Pages 16-17, section 3.2.\n" -msgid "Unable to copy PPD file!" -msgstr "Impossible de copier le fichier PPD !" +msgid " REF: Pages 42-45, section 5.2.\n" +msgstr " REF: Pages 42-45, section 5.2.\n" -msgid "Got a printer-uri attribute but no job-id!" -msgstr "Attribut « printer-uri » trouvé mais pas de « job-id »" +msgid " REF: Pages 45-46, section 5.2.\n" +msgstr " REF: Pages 45-46, section 5.2.\n" -#, c-format -msgid "Bad job-uri attribute \"%s\"!" -msgstr "Valeur erronée pour l'attribut « job-uri » : « %s » !" +msgid " REF: Pages 48-49, section 5.2.\n" +msgstr " REF: Pages 48-49, section 5.2.\n" -#, c-format -msgid "Job #%d doesn't exist!" -msgstr "La tâche n°%d n'existe pas !" +msgid " REF: Pages 52-54, section 5.2.\n" +msgstr " REF: Pages 52-54, section 5.2.\n" #, c-format -msgid "Job #%d is not held for authentication!" -msgstr "La tâche n°%d n'est pas en attente d'authentification !" +msgid " %-39.39s %.0f bytes\n" +msgstr " %-39.39s %.0f octets\n" #, c-format -msgid "You are not authorized to authenticate job #%d owned by \"%s\"!" -msgstr "Vous n'avez pas l'autorisation d'authentifier la tâche n°%d appartenant à « %s » !" +msgid " PASS Default%s\n" +msgstr " PASS Default%s\n" -msgid "The printer-uri attribute is required!" -msgstr "L'attribut « printer-uri » est indispensable !" +msgid " PASS DefaultImageableArea\n" +msgstr " PASS DefaultImageableArea\n" -msgid "Missing requesting-user-name attribute!" -msgstr "Il manque l'attribut « requesting-user-name » !" +msgid " PASS DefaultPaperDimension\n" +msgstr " PASS DefaultPaperDimension\n" -#, c-format -msgid "The printer-uri \"%s\" is not valid." -msgstr "L'attribut « printer-uri » est incorrect : « %s »." +msgid " PASS FileVersion\n" +msgstr " PASS FileVersion\n" -#, c-format -msgid "No active jobs on %s!" -msgstr "Il n'y a pas de tâche en cours sur « %s » !" +msgid " PASS FormatVersion\n" +msgstr " PASS FormatVersion\n" -#, c-format -msgid "You are not authorized to delete job #%d owned by \"%s\"!" -msgstr "Vous n'avez pas l'autorisation de supprimer la tâche n°%d appartenant à « %s » !" +msgid " PASS LanguageEncoding\n" +msgstr " PASS LanguageEncoding\n" -#, c-format -msgid "Job #%d is already %s - can't cancel." -msgstr "La tâche n°%d est déjà « %s » - impossible de l'annuler." +msgid " PASS LanguageVersion\n" +msgstr " PASS LanguageVersion\n" -msgid "The printer or class is not shared!" -msgstr "L'imprimante ou la classe n'est pas partagée !" +msgid " PASS Manufacturer\n" +msgstr " PASS Manufacturer\n" -#, c-format -msgid "Destination \"%s\" is not accepting jobs." -msgstr "La destination « %s » n'accepte aucune tâche." +msgid " PASS ModelName\n" +msgstr " PASS ModelName\n" -#, c-format -msgid "Bad copies value %d." -msgstr "Nombre de copies erroné : %d." +msgid " PASS NickName\n" +msgstr " PASS NickName\n" -#, c-format -msgid "Bad page-ranges values %d-%d." -msgstr "Intervalle de pages erroné : %d-%d." +msgid " PASS PCFileName\n" +msgstr " PASS PCFileName\n" -msgid "Too many active jobs." -msgstr "Trop de tâches en cours." +msgid " PASS PSVersion\n" +msgstr " PASS PSVersion\n" -msgid "Quota limit reached." -msgstr "Quota atteint." +msgid " PASS PageRegion\n" +msgstr " PASS PageRegion\n" -#, c-format -msgid "Unable to add job for destination \"%s\"!" -msgstr "Impossible d'ajouter une tâche pour la destination « %s » !" +msgid " PASS PageSize\n" +msgstr " PASS PageSize\n" -msgid "No subscription attributes in request!" -msgstr "Pas d'attribut de souscription dans la requête !" +msgid " PASS Product\n" +msgstr " PASS Product\n" -msgid "notify-events not specified!" -msgstr "Attribut « notify-events » non renseigné !" +msgid " PASS ShortNickName\n" +msgstr " PASS ShortNickName\n" #, c-format -msgid "Job %d not found!" -msgstr "La tâche n°%d n'a pas été trouvée !" - -msgid "No default printer" -msgstr "Pas d'imprimante par défaut" +msgid "" +" WARN \"%s %s\" conflicts with \"%s %s\"\n" +" (constraint=\"%s %s %s %s\")\n" +msgstr "" +" WARN \"%s %s\" conflicts with \"%s %s\"\n" +" (constraint=\"%s %s %s %s\")\n" + +#, c-format +msgid " WARN %s has no corresponding options!\n" +msgstr " WARN %s has no corresponding options!\n" + +#, c-format +msgid "" +" WARN %s shares a common prefix with %s\n" +" REF: Page 15, section 3.2.\n" +msgstr "" +" WARN %s shares a common prefix with %s\n" +" REF: Page 15, section 3.2.\n" + +msgid " WARN Default choices conflicting!\n" +msgstr "" + +#, c-format +msgid "" +" WARN Duplex option keyword %s should be named Duplex or " +"JCLDuplex!\n" +" REF: Page 122, section 5.17\n" +msgstr "" +" WARN Duplex option keyword %s should be named Duplex or " +"JCLDuplex!\n" +" REF: Page 122, section 5.17\n" + +msgid "" +" WARN File contains a mix of CR, LF, and CR LF line endings!\n" +msgstr "" +" WARN File contains a mix of CR, LF, and CR LF line endings!\n" + +msgid "" +" WARN LanguageEncoding required by PPD 4.3 spec.\n" +" REF: Pages 56-57, section 5.3.\n" +msgstr "" +" WARN LanguageEncoding required by PPD 4.3 spec.\n" +" REF: Pages 56-57, section 5.3.\n" + +#, c-format +msgid " WARN Line %d only contains whitespace!\n" +msgstr " WARN Line %d only contains whitespace!\n" + +msgid "" +" WARN Manufacturer required by PPD 4.3 spec.\n" +" REF: Pages 58-59, section 5.3.\n" +msgstr "" +" WARN Manufacturer required by PPD 4.3 spec.\n" +" REF: Pages 58-59, section 5.3.\n" + +msgid "" +" WARN Non-Windows PPD files should use lines ending with only LF, " +"not CR LF!\n" +msgstr "" +" WARN Non-Windows PPD files should use lines ending with only LF, " +"not CR LF!\n" + +#, c-format +msgid "" +" WARN Obsolete PPD version %.1f!\n" +" REF: Page 42, section 5.2.\n" +msgstr "" +" WARN Obsolete PPD version %.1f!\n" +" REF: Page 42, section 5.2.\n" + +msgid "" +" WARN PCFileName longer than 8.3 in violation of PPD spec.\n" +" REF: Pages 61-62, section 5.3.\n" +msgstr "" +" WARN PCFileName longer than 8.3 in violation of PPD spec.\n" +" REF: Pages 61-62, section 5.3.\n" + +msgid "" +" WARN Protocols contains PJL but JCL attributes are not set.\n" +" REF: Pages 78-79, section 5.7.\n" +msgstr "" +" WARN Protocols contains PJL but JCL attributes are not set.\n" +" REF: Pages 78-79, section 5.7.\n" + +msgid "" +" WARN Protocols contains both PJL and BCP; expected TBCP.\n" +" REF: Pages 78-79, section 5.7.\n" +msgstr "" +" WARN Protocols contains both PJL and BCP; expected TBCP.\n" +" REF: Pages 78-79, section 5.7.\n" + +msgid "" +" WARN ShortNickName required by PPD 4.3 spec.\n" +" REF: Pages 64-65, section 5.3.\n" +msgstr "" +" WARN ShortNickName required by PPD 4.3 spec.\n" +" REF: Pages 64-65, section 5.3.\n" + +#, c-format +msgid " **FAIL** %s %s does not exist!\n" +msgstr " **FAIL** %s %s does not exist!\n" + +#, fuzzy, c-format +msgid "" +" **FAIL** %s must be 1284DeviceID!\n" +" REF: Page 72, section 5.5\n" +msgstr "" +" **FAIL** 1284DeviceId must be 1284DeviceID!\n" +" REF: Page 72, section 5.5\n" + +#, c-format +msgid "" +" **FAIL** BAD Default%s %s\n" +" REF: Page 40, section 4.5.\n" +msgstr "" +" **FAIL** BAD Default%s %s\n" +" REF: Page 40, section 4.5.\n" + +#, c-format +msgid "" +" **FAIL** BAD DefaultImageableArea %s!\n" +" REF: Page 102, section 5.15.\n" +msgstr "" +" **FAIL** BAD DefaultImageableArea %s!\n" +" REF: Page 102, section 5.15.\n" + +#, c-format +msgid "" +" **FAIL** BAD DefaultPaperDimension %s!\n" +" REF: Page 103, section 5.15.\n" +msgstr "" +" **FAIL** BAD DefaultPaperDimension %s!\n" +" REF: Page 103, section 5.15.\n" + +msgid "" +" **FAIL** BAD JobPatchFile attribute in file\n" +" REF: Page 24, section 3.4.\n" +msgstr "" +" **FAIL** BAD JobPatchFile attribute in file\n" +" REF: Page 24, section 3.4.\n" + +msgid "" +" **FAIL** BAD Manufacturer (should be \"HP\")\n" +" REF: Page 211, table D.1.\n" +msgstr "" +" **FAIL** BAD Manufacturer (should be \"HP\")\n" +" REF: Page 211, table D.1.\n" + +#, c-format +msgid "" +" **FAIL** BAD ModelName - \"%c\" not allowed in string.\n" +" REF: Pages 59-60, section 5.3.\n" +msgstr "" +" **FAIL** BAD ModelName - \"%c\" not allowed in string.\n" +" REF: Pages 59-60, section 5.3.\n" + +msgid "" +" **FAIL** BAD PSVersion - not \"(string) int\".\n" +" REF: Pages 62-64, section 5.3.\n" +msgstr "" +" **FAIL** BAD PSVersion - not \"(string) int\".\n" +" REF: Pages 62-64, section 5.3.\n" + +msgid "" +" **FAIL** BAD Product - not \"(string)\".\n" +" REF: Page 62, section 5.3.\n" +msgstr "" +" **FAIL** BAD Product - not \"(string)\".\n" +" REF: Page 62, section 5.3.\n" + +msgid "" +" **FAIL** BAD ShortNickName - longer than 31 chars.\n" +" REF: Pages 64-65, section 5.3.\n" +msgstr "" +" **FAIL** BAD ShortNickName - longer than 31 chars.\n" +" REF: Pages 64-65, section 5.3.\n" + +#, c-format +msgid "" +" **FAIL** Bad %s choice %s!\n" +" REF: Page 122, section 5.17\n" +msgstr "" +" **FAIL** Bad %s choice %s!\n" +" REF: Page 122, section 5.17\n" + +#, c-format +msgid "" +" **FAIL** Bad %s choice %s!\n" +" REF: Page 84, section 5.9\n" +msgstr "" +" **FAIL** Bad %s choice %s!\n" +" REF: Page 84, section 5.9\n" + +#, fuzzy, c-format +msgid " **FAIL** Bad UTF-8 \"%s\" translation string for option %s!\n" +msgstr " **FAIL** Missing \"%s\" translation string for option %s!\n" + +#, fuzzy, c-format +msgid "" +" **FAIL** Bad UTF-8 \"%s\" translation string for option %s, choice %" +"s!\n" +msgstr "" +" **FAIL** Missing \"%s\" translation string for option %s, choice %s!\n" + +#, c-format +msgid " **FAIL** Bad cupsFilter value \"%s\"!\n" +msgstr " **FAIL** Bad cupsFilter value \"%s\"!\n" + +#, c-format +msgid " **FAIL** Bad language \"%s\"!\n" +msgstr " **FAIL** Bad language \"%s\"!\n" + +#, c-format +msgid "" +" **FAIL** Default translation string for option %s choice %s contains " +"8-bit characters!\n" +msgstr "" +" **FAIL** Default translation string for option %s choice %s contains " +"8-bit characters!\n" + +#, c-format +msgid "" +" **FAIL** Default translation string for option %s contains 8-bit " +"characters!\n" +msgstr "" +" **FAIL** Default translation string for option %s contains 8-bit " +"characters!\n" + +#, c-format +msgid " **FAIL** Missing \"%s\" translation string for option %s!\n" +msgstr " **FAIL** Missing \"%s\" translation string for option %s!\n" + +#, c-format +msgid "" +" **FAIL** Missing \"%s\" translation string for option %s, choice %s!\n" +msgstr "" +" **FAIL** Missing \"%s\" translation string for option %s, choice %s!\n" + +#, c-format +msgid "" +" **FAIL** REQUIRED %s does not define choice None!\n" +" REF: Page 122, section 5.17\n" +msgstr "" +" **FAIL** REQUIRED %s does not define choice None!\n" +" REF: Page 122, section 5.17\n" + +#, c-format +msgid "" +" **FAIL** REQUIRED Default%s\n" +" REF: Page 40, section 4.5.\n" +msgstr "" +" **FAIL** REQUIRED Default%s\n" +" REF: Page 40, section 4.5.\n" + +msgid "" +" **FAIL** REQUIRED DefaultImageableArea\n" +" REF: Page 102, section 5.15.\n" +msgstr "" +" **FAIL** REQUIRED DefaultImageableArea\n" +" REF: Page 102, section 5.15.\n" + +msgid "" +" **FAIL** REQUIRED DefaultPaperDimension\n" +" REF: Page 103, section 5.15.\n" +msgstr "" +" **FAIL** REQUIRED DefaultPaperDimension\n" +" REF: Page 103, section 5.15.\n" + +msgid "" +" **FAIL** REQUIRED FileVersion\n" +" REF: Page 56, section 5.3.\n" +msgstr "" +" **FAIL** REQUIRED FileVersion\n" +" REF: Page 56, section 5.3.\n" + +msgid "" +" **FAIL** REQUIRED FormatVersion\n" +" REF: Page 56, section 5.3.\n" +msgstr "" +" **FAIL** REQUIRED FormatVersion\n" +" REF: Page 56, section 5.3.\n" + +#, c-format +msgid "" +" **FAIL** REQUIRED ImageableArea for PageSize %s\n" +" REF: Page 41, section 5.\n" +" REF: Page 102, section 5.15.\n" +msgstr "" +" **FAIL** REQUIRED ImageableArea for PageSize %s\n" +" REF: Page 41, section 5.\n" +" REF: Page 102, section 5.15.\n" + +msgid "" +" **FAIL** REQUIRED LanguageEncoding\n" +" REF: Pages 56-57, section 5.3.\n" +msgstr "" +" **FAIL** REQUIRED LanguageEncoding\n" +" REF: Pages 56-57, section 5.3.\n" + +msgid "" +" **FAIL** REQUIRED LanguageVersion\n" +" REF: Pages 57-58, section 5.3.\n" +msgstr "" +" **FAIL** REQUIRED LanguageVersion\n" +" REF: Pages 57-58, section 5.3.\n" + +msgid "" +" **FAIL** REQUIRED Manufacturer\n" +" REF: Pages 58-59, section 5.3.\n" +msgstr "" +" **FAIL** REQUIRED Manufacturer\n" +" REF: Pages 58-59, section 5.3.\n" + +msgid "" +" **FAIL** REQUIRED ModelName\n" +" REF: Pages 59-60, section 5.3.\n" +msgstr "" +" **FAIL** REQUIRED ModelName\n" +" REF: Pages 59-60, section 5.3.\n" + +msgid "" +" **FAIL** REQUIRED NickName\n" +" REF: Page 60, section 5.3.\n" +msgstr "" +" **FAIL** REQUIRED NickName\n" +" REF: Page 60, section 5.3.\n" + +msgid "" +" **FAIL** REQUIRED PCFileName\n" +" REF: Pages 61-62, section 5.3.\n" +msgstr "" +" **FAIL** REQUIRED PCFileName\n" +" REF: Pages 61-62, section 5.3.\n" + +msgid "" +" **FAIL** REQUIRED PSVersion\n" +" REF: Pages 62-64, section 5.3.\n" +msgstr "" +" **FAIL** REQUIRED PSVersion\n" +" REF: Pages 62-64, section 5.3.\n" -msgid "cups-deviced failed to execute." -msgstr "L'exécution de « cups-deviced » a échouée." +msgid "" +" **FAIL** REQUIRED PageRegion\n" +" REF: Page 100, section 5.14.\n" +msgstr "" +" **FAIL** REQUIRED PageRegion\n" +" REF: Page 100, section 5.14.\n" -msgid "cups-driverd failed to execute." -msgstr "L'exécution de « cups-driverd » a échouée." +msgid "" +" **FAIL** REQUIRED PageSize\n" +" REF: Page 41, section 5.\n" +" REF: Page 99, section 5.14.\n" +msgstr "" +" **FAIL** REQUIRED PageSize\n" +" REF: Page 41, section 5.\n" +" REF: Page 99, section 5.14.\n" -msgid "No destinations added." -msgstr "Aucune destination ajoutée." +msgid "" +" **FAIL** REQUIRED PageSize\n" +" REF: Pages 99-100, section 5.14.\n" +msgstr "" +" **FAIL** REQUIRED PageSize\n" +" REF: Pages 99-100, section 5.14.\n" + +#, c-format +msgid "" +" **FAIL** REQUIRED PaperDimension for PageSize %s\n" +" REF: Page 41, section 5.\n" +" REF: Page 103, section 5.15.\n" +msgstr "" +" **FAIL** REQUIRED PaperDimension for PageSize %s\n" +" REF: Page 41, section 5.\n" +" REF: Page 103, section 5.15.\n" + +msgid "" +" **FAIL** REQUIRED Product\n" +" REF: Page 62, section 5.3.\n" +msgstr "" +" **FAIL** REQUIRED Product\n" +" REF: Page 62, section 5.3.\n" + +msgid "" +" **FAIL** REQUIRED ShortNickName\n" +" REF: Page 64-65, section 5.3.\n" +msgstr "" +" **FAIL** REQUIRED ShortNickName\n" +" REF: Page 64-65, section 5.3.\n" + +#, fuzzy, c-format +msgid " %d ERRORS FOUND\n" +msgstr " %d ERROR%s FOUND\n" + +#, c-format +msgid "" +" Bad %%%%BoundingBox: on line %d!\n" +" REF: Page 39, %%%%BoundingBox:\n" +msgstr "" +" Bad %%%%BoundingBox: on line %d!\n" +" REF: Page 39, %%%%BoundingBox:\n" + +#, c-format +msgid "" +" Bad %%%%Page: on line %d!\n" +" REF: Page 53, %%%%Page:\n" +msgstr "" +" Bad %%%%Page: on line %d!\n" +" REF: Page 53, %%%%Page:\n" + +#, c-format +msgid "" +" Bad %%%%Pages: on line %d!\n" +" REF: Page 43, %%%%Pages:\n" +msgstr "" +" Bad %%%%Pages: on line %d!\n" +" REF: Page 43, %%%%Pages:\n" + +#, c-format +msgid "" +" Line %d is longer than 255 characters (%d)!\n" +" REF: Page 25, Line Length\n" +msgstr "" +" Line %d is longer than 255 characters (%d)!\n" +" REF: Page 25, Line Length\n" + +msgid "" +" Missing %!PS-Adobe-3.0 on first line!\n" +" REF: Page 17, 3.1 Conforming Documents\n" +msgstr "" +" Missing %!PS-Adobe-3.0 on first line!\n" +" REF: Page 17, 3.1 Conforming Documents\n" + +#, c-format +msgid "" +" Missing %%EndComments comment!\n" +" REF: Page 41, %%EndComments\n" +msgstr "" +" Missing %%EndComments comment!\n" +" REF: Page 41, %%EndComments\n" + +#, c-format +msgid "" +" Missing or bad %%BoundingBox: comment!\n" +" REF: Page 39, %%BoundingBox:\n" +msgstr "" +" Missing or bad %%BoundingBox: comment!\n" +" REF: Page 39, %%BoundingBox:\n" + +#, c-format +msgid "" +" Missing or bad %%Page: comments!\n" +" REF: Page 53, %%Page:\n" +msgstr "" +" Missing or bad %%Page: comments!\n" +" REF: Page 53, %%Page:\n" + +#, c-format +msgid "" +" Missing or bad %%Pages: comment!\n" +" REF: Page 43, %%Pages:\n" +msgstr "" +" Missing or bad %%Pages: comment!\n" +" REF: Page 43, %%Pages:\n" + +msgid " NO ERRORS FOUND\n" +msgstr " NO ERRORS FOUND\n" + +#, c-format +msgid " Saw %d lines that exceeded 255 characters!\n" +msgstr " Saw %d lines that exceeded 255 characters!\n" + +#, c-format +msgid " Too many %%BeginDocument comments!\n" +msgstr " Too many %%BeginDocument comments!\n" + +#, c-format +msgid " Too many %%EndDocument comments!\n" +msgstr " Too many %%EndDocument comments!\n" + +msgid " Warning: file contains binary data!\n" +msgstr " Warning: file contains binary data!\n" + +#, c-format +msgid " Warning: no %%EndComments comment in file!\n" +msgstr " Warning: no %%EndComments comment in file!\n" + +#, c-format +msgid " Warning: obsolete DSC version %.1f in file!\n" +msgstr " Warning: obsolete DSC version %.1f in file!\n" + +msgid " FAIL\n" +msgstr " FAIL\n" + +#, c-format +msgid "" +" FAIL\n" +" **FAIL** Unable to open PPD file - %s\n" +msgstr "" +" FAIL\n" +" **FAIL** Unable to open PPD file - %s\n" + +#, c-format +msgid "" +" FAIL\n" +" **FAIL** Unable to open PPD file - %s on line %d.\n" +msgstr "" +" FAIL\n" +" **FAIL** Unable to open PPD file - %s on line %d.\n" + +msgid " PASS\n" +msgstr " PASS\n" + +#, c-format +msgid "%-6s %-10.10s %-4d %-10d %-27.27s %.0f bytes\n" +msgstr "%-6s %-10.10s %-4d %-10d %-27.27s %.0f octets\n" + +#, c-format +msgid "%-7s %-7.7s %-7d %-31.31s %.0f bytes\n" +msgstr "%-7s %-7.7s %-7d %-31.31s %.0f octets\n" + +#, c-format +msgid "%s accepting requests since %s\n" +msgstr "%s accepte les requêtes depuis le %s\n" + +#, c-format +msgid "%s cannot be changed." +msgstr "Impossible de modifier « %s »" + +#, c-format +msgid "%s is not implemented by the CUPS version of lpc.\n" +msgstr "« %s » n'est pas implanté dans la version CUPS de lpc.\n" + +#, c-format +msgid "%s is not ready\n" +msgstr "%s n'est pas prête\n" + +#, c-format +msgid "%s is ready\n" +msgstr "%s est prête\n" + +#, c-format +msgid "%s is ready and printing\n" +msgstr "%s est prête et en cours d'impression\n" + +#, c-format +msgid "" +"%s not accepting requests since %s -\n" +"\t%s\n" +msgstr "" +"%s n'accepte pas les requêtes depuis le %s -\n" +"\t%s\n" + +#, c-format +msgid "%s not supported!" +msgstr "%s: opération non gérée !" + +#, c-format +msgid "%s/%s accepting requests since %s\n" +msgstr "%s/%s accepte les requêtes depuis le %s\n" + +#, c-format +msgid "" +"%s/%s not accepting requests since %s -\n" +"\t%s\n" +msgstr "" +"%s/%s n'accepte pas les requêtes depuis le %s -\n" +"\t%s\n" + +#, c-format +msgid "%s: %-33.33s [job %d localhost]\n" +msgstr "%s: %-33.33s [tâche %d localhost]\n" + +#, c-format +msgid "%s: %s failed: %s\n" +msgstr "%s: %s a échoué : %s" + +#, c-format +msgid "%s: Don't know what to do!\n" +msgstr "%s: Je ne sais que faire !" + +#, c-format +msgid "" +"%s: Error - %s environment variable names non-existent destination \"%s\"!\n" +msgstr "" +"%s: Erreur - la variable d'environnement %s désigne une destination " +"inexistente « %s » !\n" + +#, c-format +msgid "%s: Error - bad job ID!\n" +msgstr "%s: Erreur - numéro de tâche incorrect !\n" + +#, c-format +msgid "%s: Error - cannot print files and alter jobs simultaneously!\n" +msgstr "" +"%s: Erreur - impossible d'imprimer et modifier les tâches en même temps !\n" + +#, c-format +msgid "" +"%s: Error - cannot print from stdin if files or a job ID are provided!\n" +msgstr "" +"%s: Erreur - impossible d'imprimer depuis l'entrée standard si un fichier\n" +" ou un numéro de tâche est spécifié !\n" #, c-format -msgid "notify-subscription-id %d no good!" -msgstr "Valeur erronée pour l'attribut « notify-subscription-id » : %d !" +msgid "%s: Error - expected character set after '-S' option!\n" +msgstr "%s: Erreur - il faut un jeu de caractères après l'option '-S' !\n" #, c-format -msgid "Job #%s does not exist!" -msgstr "La tâche n°%s n'existe pas !" +msgid "%s: Error - expected content type after '-T' option!\n" +msgstr "%s: Erreur - il faut un type de contenu après l'option '-T' !\n" #, c-format -msgid "Job #%d does not exist!" -msgstr "La tâche n°%d n'existe pas !" - -msgid "No subscriptions found." -msgstr "Aucune souscription trouvée." +msgid "%s: Error - expected copies after '-n' option!\n" +msgstr "%s: Erreur - il faut un nombre de copies après l'option '-n' !\n" #, c-format -msgid "Not authorized to hold job #%d owned by \"%s\"!" -msgstr "Vous n'avez pas l'autorisation de retenir la tâche n°%d appartenant à « %s » !" +msgid "%s: Error - expected copy count after '-#' option!\n" +msgstr "%s: Erreur - il faut un nombre de copies après l'option '-#' !\n" #, c-format -msgid "Job #%d is finished and cannot be altered!" -msgstr "La tâche n°%d est terminée et ne peut plus être modifiée !" +msgid "%s: Error - expected destination after '-P' option!\n" +msgstr "%s: Erreur - il faut une destination après l'option '-P' !\n" #, c-format -msgid "You are not authorized to move job #%d owned by \"%s\"!" -msgstr "Vous n'avez pas l'autorisation de transférer la tâche n°%d appartenant à « %s » !" +msgid "%s: Error - expected destination after '-b' option!\n" +msgstr "%s: Erreur - il faut une destination après l'option '-b' !\n" -msgid "job-printer-uri attribute missing!" -msgstr "Il manque l'attribut « job-printer-uri » !" +#, c-format +msgid "%s: Error - expected destination after '-d' option!\n" +msgstr "%s: Erreur - il faut une destination après l'option '-d' !\n" #, c-format -msgid "Unsupported compression \"%s\"!" -msgstr "La compression « %s » n'est pas gérée !" +msgid "%s: Error - expected form after '-f' option!\n" +msgstr "%s: Erreur - il faut un format après l'option '-f' !\n" -msgid "No file!?!" -msgstr "Pas de fichier !?!" +#, c-format +msgid "%s: Error - expected hold name after '-H' option!\n" +msgstr "%s: Erreur - il faut un code de retenue après l'option '-H' !\n" #, c-format -msgid "Could not scan type \"%s\"!" -msgstr "Impossible de comprendre le format « %s » !" +msgid "%s: Error - expected hostname after '-H' option!\n" +msgstr "%s: Erreur - il faut un nom de machine après l'option '-H' !\n" #, c-format -msgid "Unsupported format '%s/%s'!" -msgstr "Le format « %s » n'est pas géré !" +msgid "%s: Error - expected hostname after '-h' option!\n" +msgstr "%s: Erreur - il faut un nom de machine après l'option '-h' !\n" -msgid "Printer not shared!" -msgstr "L'imprimante n'est pas partagée !" +#, c-format +msgid "%s: Error - expected mode list after '-y' option!\n" +msgstr "%s: Erreur - il faut une liste de modes après l'option '-y' !\n" #, c-format -msgid "Too many jobs - %d jobs, max jobs is %d." -msgstr "Trop de tâches - %d tâches pour un maximum de %d." +msgid "%s: Error - expected name after '-%c' option!\n" +msgstr "%s: Erreur - il faut un nom après l'option '-%c' !\n" #, c-format -msgid "Job #%d is not held!" -msgstr "La tâche n°%d n'est pas retenue !" +msgid "%s: Error - expected option string after '-o' option!\n" +msgstr "" +"%s: Erreur - il faut une chaîne d'option \"nom=valeur\" après l'option '-" +"o' !\n" #, c-format -msgid "You are not authorized to release job id %d owned by \"%s\"!" -msgstr "Vous n'avez pas l'autorisation de libérer la tâche n°%d appartenant à « %s » !" +msgid "%s: Error - expected page list after '-P' option!\n" +msgstr "%s: Erreur - il faut une liste de pages après l'option '-P' !\n" #, c-format -msgid "Job #%d is not complete!" -msgstr "La tâche n°%d n'est pas terminée !" +msgid "%s: Error - expected priority after '-%c' option!\n" +msgstr "%s: Erreur - il faut une priorité après l'option '-%c' !\n" #, c-format -msgid "Job #%d cannot be restarted - no files!" -msgstr "La tâche n°%d ne peut être redémarrée - aucun fichier !" +msgid "%s: Error - expected reason text after '-r' option!\n" +msgstr "%s: Erreur - il faut le texte de la raison après l'option '-r' !\n" #, c-format -msgid "You are not authorized to restart job id %d owned by \"%s\"!" -msgstr "Vous n'avez pas l'autorisation de redémarrer la tâche n°%d appartenant à « %s » !" +msgid "%s: Error - expected title after '-t' option!\n" +msgstr "%s: Erreur - il faut un titre après l'option '-t' !\n" #, c-format -msgid "You are not authorized to send document for job #%d owned by \"%s\"!" -msgstr "Vous n'avez pas l'autorisation d'envoyer un document pour la tâche n°%d appartenant à « %s » !" +msgid "%s: Error - expected username after '-U' option!\n" +msgstr "%s: Erreur - il faut un nom d'utilisateur après l'option '-U' !\n" #, c-format -msgid "Bad document-format \"%s\"!" -msgstr "Format de document erroné : « %s » !" +msgid "%s: Error - expected username after '-u' option!\n" +msgstr "%s: Erreur - il faut un nom d'utilisateur après l'option '-u' !\n" #, c-format -msgid "You are not authorized to alter job id %d owned by \"%s\"!" -msgstr "Vous n'avez pas l'autorisation de modifier la tâche n°%d appartenant à « %s » !" +msgid "%s: Error - expected value after '-%c' option!\n" +msgstr "%s: Erreur - il faut une valeur après l'option '-%c' !\n" #, c-format -msgid "%s cannot be changed." -msgstr "Impossible de modifier « %s »" +msgid "" +"%s: Error - need \"completed\", \"not-completed\", or \"all\" after '-W' " +"option!\n" +msgstr "" +"%s: Erreur - il faut « completed », « not-completed », ou « all » après " +"l'option -W !\n" -msgid "Bad job-priority value!" -msgstr "Valeur erronée pour l'attribut « job-priority » !" +#, c-format +msgid "%s: Error - no default destination available.\n" +msgstr "%s: Erreur - aucune destination par défaut n'est disponible.\n" -msgid "Job is completed and cannot be changed." -msgstr "La tâche est terminée et ne peut être modifiée." +#, c-format +msgid "%s: Error - priority must be between 1 and 100.\n" +msgstr "%s: Erreur - la priorité doit être comprise entre 1 et 100.\n" -msgid "Bad job-state value!" -msgstr "Valeur erronée pour l'attribut « job-state » !" +#, c-format +msgid "%s: Error - scheduler not responding!\n" +msgstr "%s: Erreur - l'ordonnanceur ne répond pas !\n" -msgid "Job state cannot be changed." -msgstr "L'état de la tâche ne peut être modifié." +#, c-format +msgid "%s: Error - stdin is empty, so no job has been sent.\n" +msgstr "%s: Erreur - stdin est vide, donc aucune tâche n'a été envoyée.\n" #, c-format -msgid "Unsupported compression attribute %s!" -msgstr "L'attribute de compression %s n'est pas géré !" +msgid "%s: Error - too many files - \"%s\"\n" +msgstr "%s: Erreur - trop de fichiers - « %s »\n" #, c-format -msgid "Unsupported format \"%s\"!" -msgstr "Le format « %s » n'est pas géré !" +msgid "%s: Error - unable to access \"%s\" - %s\n" +msgstr "%s: Erreur - impossible d'accéder à « %s » - %s\n" #, c-format -msgid "%s is not implemented by the CUPS version of lpc.\n" -msgstr "« %s » n'est pas implanté dans la version CUPS de lpc.\n" +msgid "%s: Error - unable to create temporary file \"%s\" - %s\n" +msgstr "%s: Erreur - impossible de créer le fichier temporaire « %s » - %s\n" -msgid "" -"Commands may be abbreviated. Commands are:\n" -"\n" -"exit help quit status ?\n" +#, c-format +msgid "%s: Error - unable to write to temporary file \"%s\" - %s\n" msgstr "" -"Les commandes peuvent être abrégée. Elles sont:\n" -"\n" -"exit help quit status ?\n" +"%s: Erreur - impossible d'écrire dans le fichier temporaire « %s » - %s\n" -msgid "help\t\tget help on commands\n" -msgstr "help\t\tobtenir de l'aide sur les commandes\n" +#, c-format +msgid "%s: Error - unknown destination \"%s\"!\n" +msgstr "%s: Erreur - destination « %s » inconnue !\n" -msgid "status\t\tshow status of daemon and queue\n" -msgstr "status\t\taffiche l'état du démon et de la file\n" +#, c-format +msgid "%s: Error - unknown destination \"%s/%s\"!\n" +msgstr "%s: Erreur - destination « %s/%s » inconnue !\n" -msgid "?Invalid help command unknown\n" -msgstr "?Commande d'aide inconnue\n" +#, c-format +msgid "%s: Error - unknown option '%c'!\n" +msgstr "%s: Erreur - option '%c' inconnue !\n" #, c-format -msgid "\tprinter is on device '%s' speed -1\n" -msgstr "\tl'imprimante est sur le périphérique '%s', vitesse -1\n" +msgid "%s: Expected job ID after '-i' option!\n" +msgstr "%s: Il faut un numéro de tâche après l'option '-i' !\n" -msgid "\tqueuing is enabled\n" -msgstr "\tla mise en file d'attente est permise\n" +#, c-format +msgid "%s: Invalid destination name in list \"%s\"!\n" +msgstr "%s: Erreur - nom de destination incorrect dans la liste « %s » !\n" -msgid "\tqueuing is disabled\n" -msgstr "\tla mise en file d'attente est refusée\n" +#, c-format +msgid "%s: Need job ID ('-i jobid') before '-H restart'!\n" +msgstr "%s: Il faut un numéro de tâche ( '-i' ) avant '-H restart' !\n" -msgid "\tprinting is enabled\n" -msgstr "\tl'impression est permise\n" +#, c-format +msgid "%s: Operation failed: %s\n" +msgstr "%s: L'opération a échoué : %s\n" -msgid "\tprinting is disabled\n" -msgstr "\tl'impression est refusée\n" +#, c-format +msgid "%s: Sorry, no encryption support compiled in!\n" +msgstr "%s: Désolé, la gestion du cryptage n'a pas été compilée !\n" -msgid "\tno entries\n" -msgstr "\taucune entrée\n" +#, c-format +msgid "%s: Unable to connect to server\n" +msgstr "%s: Impossible de se connecter au serveur !\n" #, c-format -msgid "\t%d entries\n" -msgstr "\t%d entrées\n" +msgid "%s: Unable to connect to server: %s\n" +msgstr "%s: Impossible de se connecter au serveur : %s\n" -msgid "\tdaemon present\n" -msgstr "\tdémon présent\n" +#, c-format +msgid "%s: Unable to contact server!\n" +msgstr "%s: Impossible de contacter le serveur !\n" + +#, c-format +msgid "%s: Unknown destination \"%s\"!\n" +msgstr "%s: Destination « %s » inconnue !\n" -msgid "lpq: Unable to contact server!\n" -msgstr "lpq: Impossible de contacter le serveur !\n" +#, c-format +msgid "" +"%s: Warning - '%c' format modifier not supported - output may not be " +"correct!\n" +msgstr "" +"%s: Attention - le modificateur de format '%c' n'est pas géré - l'affichage " +"pourrait être incorrect !\n" #, c-format -msgid "%s: Sorry, no encryption support compiled in!\n" -msgstr "%s: Désolé, la gestion du cryptage n'a pas été compilée !\n" +msgid "%s: Warning - character set option ignored!\n" +msgstr "%s: Attention - l'option « jeu de caractères » est ignorée !\n" #, c-format -msgid "lpq: Unknown destination \"%s/%s\"!\n" -msgstr lpq: Destination « %s/%s » inconnue !\n"" +msgid "%s: Warning - content type option ignored!\n" +msgstr "%s: Attention - l'option « type de contenu » est ignorée !\n" + +#, c-format +msgid "%s: Warning - form option ignored!\n" +msgstr "%s: Attention - l'option « format » est ignorée !\n" #, c-format -msgid "lpq: Unknown destination \"%s\"!\n" -msgstr "lpq: Destination « %s » inconnue !\n" +msgid "%s: Warning - mode option ignored!\n" +msgstr "%s: Attention - l'option « mode » est ignorée !\n" #, c-format -msgid "lp: error - %s environment variable names non-existent destination \"%s\"!\n" -msgstr "lp: erreur - la variable d'environnement %s désigne une destination inexistente « %s » !\n" +msgid "" +"%s: error - %s environment variable names non-existent destination \"%s\"!\n" +msgstr "" +"%s: Erreur - la variable d'environnement %s désigne une destination " +"inexistente « %s » !\n" -msgid "lpq: error - no default destination available.\n" -msgstr "lpq: erreur - aucune destination par défaut n'est disponible.\n" +#, c-format +msgid "%s: error - expected option=value after '-o' option!\n" +msgstr "" +"%s: Erreur - il faut un argument du type option=valeur après l'option '-" +"o' !\n" #, c-format -msgid "lpq: get-jobs failed: %s\n" -msgstr "lpq: « get-jobs » a échoué: %s\n" +msgid "%s: error - no default destination available.\n" +msgstr "%s: Erreur - aucune destination par défaut n'est disponible.\n" + +msgid "?Invalid help command unknown\n" +msgstr "?Commande d'aide inconnue\n" -msgid "Rank Owner Pri Job Files Total Size\n" -msgstr "Rang Propr. Prio Tâche Fichiers Taille totale\n" +msgid "A Samba password is required to export printer drivers!" +msgstr "Il faut un mot de passe SAMBA pour exporter les pilotes d'imprimante !" -msgid "Rank Owner Job File(s) Total Size\n" -msgstr "Rang Propr. Tâche Fichiers Taille totale\n" +msgid "A Samba username is required to export printer drivers!" +msgstr "" +"Il faut un nom d'utilisateur SAMBA pour exporter les pilotes d'imprimante !" #, c-format -msgid "%s: %-33.33s [job %d localhost]\n" -msgstr "%s: %-33.33s [tâche %d localhost]\n" +msgid "A class named \"%s\" already exists!" +msgstr "Il existe déjà une classe appelée « %s » !" #, c-format -msgid " %-39.39s %.0f bytes\n" -msgstr " %-39.39s %.0f octets\n" +msgid "A printer named \"%s\" already exists!" +msgstr "Il existe déjà une imprimante appelée « %s » !" + +msgid "Accept Jobs" +msgstr "Accepter les tâches" + +msgid "Add Class" +msgstr "Ajouter une classe" + +msgid "Add Printer" +msgstr "Ajouter une imprimante" + +msgid "Add RSS Subscription" +msgstr "" + +msgid "Administration" +msgstr "Administration" #, c-format -msgid "%-6s %-10.10s %-4d %-10d %-27.27s %.0f bytes\n" -msgstr "%-6s %-10.10s %-4d %-10d %-27.27s %.0f octets\n" +msgid "Attempt to set %s printer-state to bad value %d!" +msgstr "" +"Tentative de donner une valeur erronée au paramètre « printer-state » : %d !" #, c-format -msgid "%-7s %-7.7s %-7d %-31.31s %.0f bytes\n" -msgstr "%-7s %-7.7s %-7d %-31.31s %.0f octets\n" +msgid "Attribute groups are out of order (%x < %x)!" +msgstr "Les groupes d'attributs ne sont pas dans le bon ordre (%x < %x) !" -msgid "no entries\n" -msgstr "aucune entrée\n" +msgid "Bad OpenGroup" +msgstr "OpenGroup erroné" -#, c-format -msgid "lpq: get-printer-attributes failed: %s\n" -msgstr "lpq: get-printer-attributes a échoué : %s\n" +msgid "Bad OpenUI/JCLOpenUI" +msgstr "OpenUI/JCLOpenUI erroné" + +msgid "Bad OrderDependency" +msgstr "OrderDependency erroné" + +msgid "Bad UIConstraints" +msgstr "UIConstraints erroné" #, c-format -msgid "%s is ready\n" -msgstr "%s est prête\n" +msgid "Bad copies value %d." +msgstr "Nombre de copies erroné : %d." + +msgid "Bad custom parameter" +msgstr "Paramètre de personnalisation incorrect" #, c-format -msgid "%s is ready and printing\n" -msgstr "%s est prête et en cours d'impression\n" +msgid "Bad device-uri \"%s\"!" +msgstr "Valeur erronée pour le paramètre « device-uri » : « %s » !" #, c-format -msgid "%s is not ready\n" -msgstr "%s n'est pas prête\n" +msgid "Bad document-format \"%s\"!" +msgstr "Format de document erroné : « %s » !" -msgid "Usage: lpq [-P dest] [-l] [+interval]\n" -msgstr "Utilisation : lpq [-P dest] [-l] [+intervalle]\n" +msgid "Bad job-priority value!" +msgstr "Valeur erronée pour l'attribut « job-priority » !" -#, c-format -msgid "lpr: error - expected value after -%c option!\n" -msgstr "lpr: erreur - il faut une valeur après l'option '-%c' !\n" +msgid "Bad job-state value!" +msgstr "Valeur erronée pour l'attribut « job-state » !" #, c-format -msgid "lpr: warning - '%c' format modifier not supported - output may not be correct!\n" -msgstr "lpr: attention - le modificateur de format '%c' n'est pas géré - l'affichage pourrait être incorrect !\n" +msgid "Bad job-uri attribute \"%s\"!" +msgstr "Valeur erronée pour l'attribut « job-uri » : « %s » !" -msgid "lpr: error - expected option=value after -o option!\n" -msgstr "lpr: erreur - il faut un argument du type option=valeur après l'option '-o' !\n" +#, fuzzy, c-format +msgid "Bad notify-pull-method \"%s\"!" +msgstr "Valeur erronée pour le paramètre « port-monitor » : « %s » !" -msgid "lpr: warning - email notification is not currently supported!\n" -msgstr "lpr: attention - la notification par courriel n'est pas encore gérée !\n" +#, fuzzy, c-format +msgid "Bad notify-recipient-uri URI \"%s\"!" +msgstr "Valeur erronée pour le paramètre « device-uri » : « %s » !" -msgid "lpr: error - expected destination after -P option!\n" -msgstr "lpr: erreur - il faut une destination après l'option '-P' !\n" +#, fuzzy, c-format +msgid "Bad number-up value %d." +msgstr "Nombre de copies erroné : %d." -msgid "lpr: error - expected copy count after -# option!\n" -msgstr "lpr: erreur - il faut un nombre de copies après l'option '-#' !\n" +#, fuzzy, c-format +msgid "Bad option + choice on line %d!" +msgstr "Couple option + choix incorrect à la ligne %d !\n" #, c-format -msgid "lpr: error - expected name after -%c option!\n" -msgstr "lpr: erreur - il faut un nom après l'option '-%c' !\n" - -msgid "lpr: error - expected username after -U option!\n" -msgstr "lpr: erreur - il faut un nom d'utilisateur après l'option '-U' !\n" +msgid "Bad page-ranges values %d-%d." +msgstr "Intervalle de pages erroné : %d-%d." #, c-format -msgid "lpr: error - unknown option '%c'!\n" -msgstr "lpr: erreur - option '%c' inconnue !\n" +msgid "Bad port-monitor \"%s\"!" +msgstr "Valeur erronée pour le paramètre « port-monitor » : « %s » !" #, c-format -msgid "lpr: error - unable to access \"%s\" - %s\n" -msgstr "lpr: erreur - impossible d'accéder à « %s » - %s\n" +msgid "Bad printer-state value %d!" +msgstr "Valeur erronée pour le paramètre « printer-state » : « %s » !" #, c-format -msgid "lpr: error - too many files - \"%s\"\n" -msgstr "lpr: erreur - trop de fichiers - « %s »\n" +msgid "Bad request version number %d.%d!" +msgstr "La requête a un numéro de version erroné : %d.%d !" -#, c-format -msgid "lpr: error - %s environment variable names non-existent destination \"%s\"!\n" -msgstr "lpr: erreur - la variable d'environnement %s désigne une destination inexistente « %s » !\n" +#, fuzzy +msgid "Bad subscription ID!" +msgstr "Aucune souscription trouvée." + +msgid "Banners" +msgstr "Bannières" -msgid "lpr: error - no default destination available.\n" -msgstr "lpr: erreur - aucune destination par défaut n'est disponible.\n" +msgid "Cancel RSS Subscription" +msgstr "" -msgid "lpr: error - scheduler not responding!\n" -msgstr "lpr: erreur - l'ordonnanceur ne répond pas !\n" +msgid "Change Settings" +msgstr "Modifier les paramètres" #, c-format -msgid "lpr: error - unable to create temporary file \"%s\" - %s\n" -msgstr "lpr: erreur - impossible de créer le fichier temporaire « %s » - %s\n" +msgid "Character set \"%s\" not supported!" +msgstr "Jeu de caractères « %s » non géré !" -#, c-format -msgid "lpr: error - unable to write to temporary file \"%s\" - %s\n" -msgstr "lpr: erreur - impossible d'écrire dans le fichier temporaire « %s » - %s\n" +msgid "Classes" +msgstr "Classes" -msgid "lpr: error - stdin is empty, so no job has been sent.\n" -msgstr "lpr: erreur - stdin est vide, donc aucune tâche n'a été envoyée.\n" +msgid "" +"Commands may be abbreviated. Commands are:\n" +"\n" +"exit help quit status ?\n" +msgstr "" +"Les commandes peuvent être abrégée. Elles sont:\n" +"\n" +"exit help quit status ?\n" #, c-format -msgid "lpr: error - unable to print file: %s\n" -msgstr "lpr: erreur - impossible d'imprimer le fichier : %s\n" +msgid "Could not scan type \"%s\"!" +msgstr "Impossible de comprendre le format « %s » !" -msgid "lprm: Unable to contact server!\n" -msgstr "lprm: Impossible de contacter le serveur !\n" +msgid "Cover open." +msgstr "" -#, c-format -msgid "lprm: Unknown destination \"%s\"!\n" -msgstr "lprm: Destination « %s » inconnue !\n" +msgid "Custom" +msgstr "Personnalisation" #, c-format -msgid "lprm: Unknown option '%c'!\n" -msgstr "lprm: Option '%c' inconnue !\n" - -msgid "lprm: Job or printer not found!\n" -msgstr "lprm: La tâche ou l'imprimante n'a pas été trouvée !\n" +msgid "DEBUG: %d files to send in job...\n" +msgstr "" -msgid "lprm: Not authorized to lprm job(s)!\n" -msgstr "lprm: Vous n'avez pas l'autorisation de supprimer cette(ces) tâche(s) !\n" +msgid "DEBUG: Getting supported attributes...\n" +msgstr "" #, c-format -msgid "lprm: You don't own job ID %d!\n" -msgstr lprm: La tâche n°%d ne vous appartient pas !\n"" +msgid "DEBUG: Sending print file, %lld bytes...\n" +msgstr "" -msgid "lprm: Unable to lprm job(s)!\n" -msgstr "lprm: Impossible de supprimer cette(ces) tâche(s) !\n" +msgid "Delete Class" +msgstr "Supprimer la classe" -msgid "lprm: Unable to cancel job(s)!\n" -msgstr "lprm: Impossible d'annuler cette(ces) tâche(s) !\n" +msgid "Delete Printer" +msgstr "Supprimer l'imprimante" #, c-format -msgid "%s: Don't know what to do!\n" -msgstr "%s: Je ne sais que faire !" +msgid "Destination \"%s\" is not accepting jobs." +msgstr "La destination « %s » n'accepte aucune tâche." -#, c-format -msgid "%s: Expected server name after -h!\n" -msgstr "%s: Il faut un nom de serveur après l'option '-h' !\n" +msgid "Developer almost empty." +msgstr "" -#, c-format -msgid "%s: Expected reason text after -r!\n" -msgstr "%s: Il faut le texte de la raison après l'option '-r' !\n" +msgid "Developer empty!" +msgstr "" #, c-format -msgid "%s: Unknown option '%c'!\n" -msgstr "%s: Option '%c' inconnue !\n" +msgid "" +"Device: uri = %s\n" +" class = %s\n" +" info = %s\n" +" make-and-model = %s\n" +" device-id = %s\n" +msgstr "" +"Matériel : URI = %s\n" +" classe = %s\n" +" info = %s\n" +" marque/modèle = %s\n" +" ID matériel = %s\n" -#, c-format -msgid "%s: Unable to connect to server: %s\n" -msgstr "%s: Impossible de se connecter au serveur : %s\n" +msgid "Door open." +msgstr "" -#, c-format -msgid "%s: Operation failed: %s\n" -msgstr "%s: L'opération a échoué : %s\n" +#, fuzzy, c-format +msgid "EMERG: Unable to allocate memory for page info: %s\n" +msgstr "Impossible d'allouer de la mémoire pour les types de fichiers !" -msgid "cancel: Error - expected hostname after '-h' option!\n" -msgstr "annulation: erreur - il faut un nom de machine après l'option '-h' !\n" +#, fuzzy, c-format +msgid "EMERG: Unable to allocate memory for pages array: %s\n" +msgstr "Impossible d'allouer de la mémoire pour les types de fichiers !" -msgid "cancel: Error - expected username after '-u' option!\n" -msgstr "annulation: erreur - il faut un nom d'utilisateur après l'option '-u' !\n" +#, fuzzy, c-format +msgid "ERROR: %ld: Unable to send print file to printer (canceled:%ld)\n" +msgstr "lpoptions: Impossible d'ajouter l'imprimante ou l'instance : %s\n" #, c-format -msgid "cancel: Unknown option '%c'!\n" -msgstr "annulation: Option '%c' inconnue !" +msgid "ERROR: Bad %%BoundingBox: comment seen!\n" +msgstr "" #, c-format -msgid "cancel: Unknown destination \"%s\"!\n" -msgstr "annulation: Destination inconnue « %s » !" - -msgid "cancel: Unable to contact server!\n" -msgstr "annulation: Impossible de contacter le serveur !\n" +msgid "ERROR: Bad %%IncludeFeature: comment!\n" +msgstr "" #, c-format -msgid "cancel: %s failed: %s\n" -msgstr "annulation: %s a échoué :%s\n" +msgid "ERROR: Bad %%Page: comment in file!\n" +msgstr "" #, c-format -msgid "cupsaddsmb: Missing value on line %d!\n" -msgstr "cupsaddsmb: Il manque une valeur à la ligne n°%d !\n" +msgid "ERROR: Bad %%PageBoundingBox: comment in file!\n" +msgstr "" -#, c-format -msgid "cupsaddsmb: Missing double quote on line %d!\n" -msgstr "cupsaddsmb: Il manque un \" à la ligne n°%d !\n" +#, fuzzy, c-format +msgid "ERROR: Bad SCSI device file \"%s\"!\n" +msgstr "Valeur erronée pour le paramètre « device-uri » : « %s » !" #, c-format -msgid "cupsaddsmb: Bad option + choice on line %d!\n" -msgstr "cupsaddsmb: Option et choix erronés à la ligne n°%d !\n" +msgid "ERROR: Bad charset file %s\n" +msgstr "" #, c-format -msgid "cupsaddsmb: Unable to connect to server \"%s\" for %s - %s\n" -msgstr "cupsaddsmb: Impossible de se connecter au serveur « %s » pour %s - %s\n" +msgid "ERROR: Bad charset type %s\n" +msgstr "" #, c-format -msgid "cupsaddsmb: No PPD file for printer \"%s\" - skipping!\n" -msgstr "cupsaddsmb: Aucun fichier PPD pour l'imprimante « %s » - ignorée !\n" +msgid "ERROR: Bad font description line: %s\n" +msgstr "" + +msgid "ERROR: Bad page setup!\n" +msgstr "" #, c-format -msgid "cupsaddsmb: get-printer-attributes failed for \"%s\": %s\n" -msgstr "cupsaddsmb: get-printer-attributes a échoué pour « %s » : %s\n" +msgid "ERROR: Bad text direction %s\n" +msgstr "" #, c-format -msgid "cupsaddsmb: Unable to convert PPD file for %s - %s\n" -msgstr "cupsaddsmb: Impossible de convertir le fichier PPD pour %s - %s\n" +msgid "ERROR: Bad text width %s\n" +msgstr "" + +msgid "ERROR: Destination printer does not exist!\n" +msgstr "" #, c-format -msgid "cupsaddsmb: Unable to copy Windows 2000 printer driver files (%d)!\n" -msgstr "cupsaddsmb: Impossible de copier les fichiers du pilote d'impression pour Windows 2000 (%d) !\n" +msgid "ERROR: Duplicate %%BoundingBox: comment seen!\n" +msgstr "" #, c-format -msgid "cupsaddsmb: Unable to copy CUPS printer driver files (%d)!\n" -msgstr "cupsaddsmb: Impossible de copier les fichiers du pilote d'impression pour CUPS (%d) !\n" +msgid "ERROR: Duplicate %%Pages: comment seen!\n" +msgstr "" + +msgid "ERROR: Empty print file!\n" +msgstr "" + +msgid "ERROR: Invalid HP-GL/2 command seen, unable to print file!\n" +msgstr "" #, c-format -msgid "cupsaddsmb: Unable to install Windows 2000 printer driver files (%d)!\n" -msgstr "cupsaddsmb: Impossible d'installer les fichiers du pilote d'impression pour Windows 2000 (%d) !\n" +msgid "ERROR: Missing %%EndProlog!\n" +msgstr "" #, c-format -msgid "cupsaddsmb: Unable to copy Windows 9x printer driver files (%d)!\n" -msgstr "cupsaddsmb: Impossible de copier les fichiers du pilote d'impression pour Windows 9x (%d) !\n" +msgid "ERROR: Missing %%EndSetup!\n" +msgstr "" + +msgid "" +"ERROR: Missing device URI on command-line and no DEVICE_URI environment " +"variable!\n" +msgstr "" #, c-format -msgid "cupsaddsmb: Unable to install Windows 9x printer driver files (%d)!\n" -msgstr "cupsaddsmb: Impossible d'installer les fichiers du pilote d'impression pour Windows 9x (%d) !\n" +msgid "ERROR: No %%BoundingBox: comment in header!\n" +msgstr "" #, c-format -msgid "cupsaddsmb: Unable to set Windows printer driver (%d)!\n" -msgstr "cupsaddsmb: Impossible de paramétrer le pilote d'impression pour Windows (%d) !\n" +msgid "ERROR: No %%Pages: comment in header!\n" +msgstr "" msgid "" -"Usage: cupsaddsmb [options] printer1 ... printerN\n" -" cupsaddsmb [options] -a\n" -"\n" -"Options:\n" -" -H samba-server Use the named SAMBA server\n" -" -U samba-user Authenticate using the named SAMBA user\n" -" -a Export all printers\n" -" -h cups-server Use the named CUPS server\n" -" -v Be verbose (show commands)\n" +"ERROR: No device URI found in argv[0] or in DEVICE_URI environment " +"variable!\n" msgstr "" -"Utilisation : cupsaddsmb [options] imprimante1 ... imprimanteN\n" -" cupsaddsmb [options] -a\n" -"\n" -"Options:\n" -" -H serveur-samba Utiliser le serveur SAMBA désigné\n" -" -U utilisateur-samba S'authentifier avec l'utilisateur SAMBA désigné\n" -" -a Exporter toutes les imprimantes\n" -" -h serveur-CUPS Utiliser le serveur CUPS désigné\n" -" -v Être locace ( afficher les commandes )\n" -msgid "cupstestppd: The -q option is incompatible with the -v option.\n" -msgstr "cupstestppd: L'option est -q incomptaible avec l'option -v.\n" +msgid "ERROR: No pages found!\n" +msgstr "" -msgid "cupstestppd: The -v option is incompatible with the -q option.\n" -msgstr "cupstestppd: L'option est -v incomptaible avec l'option -q.\n" +msgid "ERROR: Out of paper!\n" +msgstr "" -#, c-format -msgid "" -" FAIL\n" -" **FAIL** Unable to open PPD file - %s\n" +msgid "ERROR: PRINTER environment variable not defined!\n" msgstr "" -" FAIL\n" -" **FAIL** Unable to open PPD file - %s\n" #, c-format -msgid "" -" FAIL\n" -" **FAIL** Unable to open PPD file - %s on line %d.\n" +msgid "ERROR: Print file was not accepted (%s)!\n" msgstr "" -" FAIL\n" -" **FAIL** Unable to open PPD file - %s on line %d.\n" -msgid " REF: Page 42, section 5.2.\n" -msgstr " REF: Page 42, section 5.2.\n" +#, fuzzy +msgid "ERROR: Printer not responding!\n" +msgstr "L'imprimante n'est pas partagée !" -msgid " REF: Page 20, section 3.4.\n" -msgstr " REF: Page 20, section 3.4.\n" +#, c-format +msgid "ERROR: Remote host did not accept control file (%d)\n" +msgstr "" -msgid " REF: Pages 45-46, section 5.2.\n" -msgstr " REF: Pages 45-46, section 5.2.\n" +#, c-format +msgid "ERROR: Remote host did not accept data file (%d)\n" +msgstr "" -msgid " REF: Pages 42-45, section 5.2.\n" -msgstr " REF: Pages 42-45, section 5.2.\n" +#, fuzzy, c-format +msgid "ERROR: Unable to add file %d to job: %s\n" +msgstr "lpadmin: Impossible d'ouvrir le fichier « %s » : %s\n" -msgid " REF: Pages 48-49, section 5.2.\n" -msgstr " REF: Pages 48-49, section 5.2.\n" +#, fuzzy, c-format +msgid "ERROR: Unable to cancel job %d: %s\n" +msgstr "lprm: Impossible d'annuler cette(ces) tâche(s) !\n" -msgid " REF: Pages 52-54, section 5.2.\n" -msgstr " REF: Pages 52-54, section 5.2.\n" +#, fuzzy, c-format +msgid "ERROR: Unable to create temporary compressed print file: %s\n" +msgstr "lpadmin: Impossible de créer un fichier temporaire : %s\n" -msgid " REF: Page 15, section 3.2.\n" -msgstr " REF: Page 15, section 3.2.\n" +#, fuzzy, c-format +msgid "ERROR: Unable to create temporary file - %s.\n" +msgstr "lpadmin: Impossible de créer un fichier temporaire : %s\n" -msgid " REF: Page 15, section 3.1.\n" -msgstr " REF: Page 15, section 3.1.\n" +#, fuzzy, c-format +msgid "ERROR: Unable to create temporary file: %s\n" +msgstr "lpadmin: Impossible de créer un fichier temporaire : %s\n" -msgid " REF: Pages 16-17, section 3.2.\n" -msgstr " REF: Pages 16-17, section 3.2.\n" +#, fuzzy, c-format +msgid "ERROR: Unable to exec pictwpstops: %s\n" +msgstr "%s: Impossible de se connecter au serveur : %s\n" -msgid " REF: Page 19, section 3.3.\n" -msgstr " REF: Page 19, section 3.3.\n" +#, fuzzy, c-format +msgid "ERROR: Unable to fork pictwpstops: %s\n" +msgstr "Impossible de faire un « fork » !" -msgid " REF: Page 27, section 3.5.\n" -msgstr " REF: Page 27, section 3.5.\n" +#, fuzzy, c-format +msgid "ERROR: Unable to get PPD file for printer \"%s\" - %s.\n" +msgstr "cupsaddsmb: Pas de fichier PPD pour l'imprimante « %s » - %s\n" -msgid "" -"\n" -" DETAILED CONFORMANCE TEST RESULTS\n" -msgstr "" -"\n" -" DETAILED CONFORMANCE TEST RESULTS\n" +#, fuzzy, c-format +msgid "ERROR: Unable to get job %d attributes (%s)!\n" +msgstr "Impossible de récupérer les attributs de l'imprimante !" -#, c-format -msgid " WARN %s has no corresponding options!\n" -msgstr " WARN %s has no corresponding options!\n" +#, fuzzy, c-format +msgid "ERROR: Unable to get printer status (%s)!\n" +msgstr "Impossible d'obtenir l'état de l'imprimante :" -msgid " FAIL\n" -msgstr " FAIL\n" +#, fuzzy, c-format +msgid "ERROR: Unable to locate printer '%s'!\n" +msgstr "Impossible de modifier l'imprimante :" -msgid "" -" **FAIL** REQUIRED DefaultImageableArea\n" -" REF: Page 102, section 5.15.\n" -msgstr "" -" **FAIL** REQUIRED DefaultImageableArea\n" -" REF: Page 102, section 5.15.\n" +#, fuzzy, c-format +msgid "ERROR: Unable to open \"%s\" - %s\n" +msgstr "lp: Impossible d'accéder à « %s » - %s\n" -#, c-format -msgid "" -" **FAIL** BAD DefaultImageableArea %s!\n" -" REF: Page 102, section 5.15.\n" -msgstr "" -" **FAIL** BAD DefaultImageableArea %s!\n" -" REF: Page 102, section 5.15.\n" +#, fuzzy, c-format +msgid "ERROR: Unable to open %s: %s\n" +msgstr "lpadmin: Impossible d'ouvrir le fichier « %s » : %s\n" -msgid " PASS DefaultImageableArea\n" -msgstr " PASS DefaultImageableArea\n" +#, fuzzy, c-format +msgid "ERROR: Unable to open device file \"%s\": %s\n" +msgstr "lpadmin: Impossible d'ouvrir le fichier « %s » : %s\n" -msgid "" -" **FAIL** REQUIRED DefaultPaperDimension\n" -" REF: Page 103, section 5.15.\n" -msgstr "" -" **FAIL** REQUIRED DefaultPaperDimension\n" -" REF: Page 103, section 5.15.\n" +#, fuzzy, c-format +msgid "ERROR: Unable to open file \"%s\" - %s\n" +msgstr "lpadmin: Impossible d'ouvrir le fichier « %s » : %s\n" -#, c-format -msgid "" -" **FAIL** BAD DefaultPaperDimension %s!\n" -" REF: Page 103, section 5.15.\n" -msgstr "" -" **FAIL** BAD DefaultPaperDimension %s!\n" -" REF: Page 103, section 5.15.\n" +#, fuzzy, c-format +msgid "ERROR: Unable to open file \"%s\": %s\n" +msgstr "lpadmin: Impossible d'ouvrir le fichier « %s » : %s\n" -msgid " PASS DefaultPaperDimension\n" -msgstr " PASS DefaultPaperDimension\n" +#, fuzzy +msgid "ERROR: Unable to open image file for printing!\n" +msgstr "lpoptions: Impossible d'ouvrir le fichier PPD pour %s !\n" -#, c-format -msgid "" -" **FAIL** BAD Default%s %s\n" -" REF: Page 40, section 4.5.\n" -msgstr "" -" **FAIL** BAD Default%s %s\n" -" REF: Page 40, section 4.5.\n" +#, fuzzy, c-format +msgid "ERROR: Unable to open print file \"%s\": %s\n" +msgstr "lpadmin: Impossible d'ouvrir le fichier « %s » : %s\n" + +#, fuzzy, c-format +msgid "ERROR: Unable to open print file %s - %s\n" +msgstr "lpadmin: Impossible d'ouvrir le fichier PPD « %s » : %s\n" + +#, fuzzy, c-format +msgid "ERROR: Unable to open print file %s: %s\n" +msgstr "lp: impossible d'imprimer le fichier - %s\n" + +#, fuzzy, c-format +msgid "ERROR: Unable to open temporary compressed print file: %s\n" +msgstr "lpadmin: Impossible de créer un fichier temporaire : %s\n" #, c-format -msgid " PASS Default%s\n" -msgstr " PASS Default%s\n" +msgid "ERROR: Unable to seek to offset %ld in file - %s\n" +msgstr "" #, c-format -msgid "" -" **FAIL** REQUIRED Default%s\n" -" REF: Page 40, section 4.5.\n" +msgid "ERROR: Unable to seek to offset %lld in file - %s\n" msgstr "" -" **FAIL** REQUIRED Default%s\n" -" REF: Page 40, section 4.5.\n" -msgid " PASS FileVersion\n" -msgstr " PASS FileVersion\n" +#, fuzzy, c-format +msgid "ERROR: Unable to send print data (%d)\n" +msgstr "" +"Impossible d'installer les fichiers de pilote d'impression pour Windows ( %" +"d ) !\n" -msgid "" -" **FAIL** REQUIRED FileVersion\n" -" REF: Page 56, section 5.3.\n" +#, c-format +msgid "ERROR: Unable to wait for pictwpstops: %s\n" msgstr "" -" **FAIL** REQUIRED FileVersion\n" -" REF: Page 56, section 5.3.\n" -msgid " PASS FormatVersion\n" -msgstr " PASS FormatVersion\n" +#, fuzzy, c-format +msgid "ERROR: Unable to write %d bytes to \"%s\": %s\n" +msgstr "lp: Impossible d'accéder à « %s » - %s\n" -msgid "" -" **FAIL** REQUIRED FormatVersion\n" -" REF: Page 56, section 5.3.\n" -msgstr "" -" **FAIL** REQUIRED FormatVersion\n" -" REF: Page 56, section 5.3.\n" +#, fuzzy, c-format +msgid "ERROR: Unable to write print data: %s\n" +msgstr "lp: impossible d'imprimer le fichier - %s\n" -msgid " PASS LanguageEncoding\n" -msgstr " PASS LanguageEncoding\n" +#, fuzzy +msgid "ERROR: Unable to write raster data to driver!\n" +msgstr "Impossible de récupérer les attributs de l'imprimante !" -msgid "" -" **FAIL** REQUIRED LanguageEncoding\n" -" REF: Pages 56-57, section 5.3.\n" +#, c-format +msgid "ERROR: Unable to write uncompressed document data: %s\n" msgstr "" -" **FAIL** REQUIRED LanguageEncoding\n" -" REF: Pages 56-57, section 5.3.\n" -msgid " PASS LanguageVersion\n" -msgstr " PASS LanguageVersion\n" +#, fuzzy, c-format +msgid "ERROR: Unknown encryption option value \"%s\"!\n" +msgstr "%s: Destination « %s » inconnue !\n" -msgid "" -" **FAIL** REQUIRED LanguageVersion\n" -" REF: Pages 57-58, section 5.3.\n" +#, c-format +msgid "ERROR: Unknown file order \"%s\"\n" msgstr "" -" **FAIL** REQUIRED LanguageVersion\n" -" REF: Pages 57-58, section 5.3.\n" -msgid "" -" **FAIL** BAD Manufacturer (should be \"HP\")\n" -" REF: Page 211, table D.1.\n" +#, c-format +msgid "ERROR: Unknown format character \"%c\"\n" msgstr "" -" **FAIL** BAD Manufacturer (should be \"HP\")\n" -" REF: Page 211, table D.1.\n" -msgid " PASS Manufacturer\n" -msgstr " PASS Manufacturer\n" +#, fuzzy, c-format +msgid "ERROR: Unknown option \"%s\" with value \"%s\"!\n" +msgstr "cupsd: Option « %c » inconnue - abandon !\n" -msgid "" -" **FAIL** REQUIRED Manufacturer\n" -" REF: Pages 58-59, section 5.3.\n" -msgstr "" -" **FAIL** REQUIRED Manufacturer\n" -" REF: Pages 58-59, section 5.3.\n" +#, fuzzy, c-format +msgid "ERROR: Unknown print mode \"%s\"\n" +msgstr "%s: Destination « %s » inconnue !\n" + +#, fuzzy, c-format +msgid "ERROR: Unknown version option value \"%s\"!\n" +msgstr "%s: Destination « %s » inconnue !\n" #, c-format -msgid "" -" **FAIL** BAD ModelName - \"%c\" not allowed in string.\n" -" REF: Pages 59-60, section 5.3.\n" +msgid "ERROR: Unsupported brightness value %s, using brightness=100!\n" msgstr "" -" **FAIL** BAD ModelName - \"%c\" not allowed in string.\n" -" REF: Pages 59-60, section 5.3.\n" - -msgid " PASS ModelName\n" -msgstr " PASS ModelName\n" -msgid "" -" **FAIL** REQUIRED ModelName\n" -" REF: Pages 59-60, section 5.3.\n" +#, c-format +msgid "ERROR: Unsupported gamma value %s, using gamma=1000!\n" msgstr "" -" **FAIL** REQUIRED ModelName\n" -" REF: Pages 59-60, section 5.3.\n" -msgid " PASS NickName\n" -msgstr " PASS NickName\n" +#, c-format +msgid "ERROR: Unsupported number-up value %d, using number-up=1!\n" +msgstr "" +#, c-format msgid "" -" **FAIL** REQUIRED NickName\n" -" REF: Page 60, section 5.3.\n" +"ERROR: Unsupported number-up-layout value %s, using number-up-layout=lrtb!\n" msgstr "" -" **FAIL** REQUIRED NickName\n" -" REF: Page 60, section 5.3.\n" - -msgid " PASS PageSize\n" -msgstr " PASS PageSize\n" -msgid "" -" **FAIL** REQUIRED PageSize\n" -" REF: Pages 99-100, section 5.14.\n" +#, c-format +msgid "ERROR: Unsupported page-border value %s, using page-border=none!\n" msgstr "" -" **FAIL** REQUIRED PageSize\n" -" REF: Pages 99-100, section 5.14.\n" -msgid " PASS PageRegion\n" -msgstr " PASS PageRegion\n" +#, c-format +msgid "ERROR: doc_printf overflow (%d bytes) detected, aborting!\n" +msgstr "" -msgid "" -" **FAIL** REQUIRED PageRegion\n" -" REF: Page 100, section 5.14.\n" +#, c-format +msgid "ERROR: pictwpstops exited on signal %d!\n" msgstr "" -" **FAIL** REQUIRED PageRegion\n" -" REF: Page 100, section 5.14.\n" -msgid " PASS PCFileName\n" -msgstr " PASS PCFileName\n" +#, fuzzy, c-format +msgid "ERROR: pictwpstops exited with status %d!\n" +msgstr "cupsaddsmb a échoué avec le statut %d" msgid "" -" **FAIL** REQUIRED PCFileName\n" -" REF: Pages 61-62, section 5.3.\n" +"ERROR: recoverable: Unable to connect to printer; will retry in 30 " +"seconds...\n" msgstr "" -" **FAIL** REQUIRED PCFileName\n" -" REF: Pages 61-62, section 5.3.\n" -msgid "" -" **FAIL** BAD Product - not \"(string)\".\n" -" REF: Page 62, section 5.3.\n" -msgstr "" -" **FAIL** BAD Product - not \"(string)\".\n" -" REF: Page 62, section 5.3.\n" +msgid "Edit Configuration File" +msgstr "Éditer le fichier de configuration" -msgid " PASS Product\n" -msgstr " PASS Product\n" +#, fuzzy +msgid "Empty PPD file!" +msgstr "Impossible de copier le fichier PPD !" -msgid "" -" **FAIL** REQUIRED Product\n" -" REF: Page 62, section 5.3.\n" -msgstr "" -" **FAIL** REQUIRED Product\n" -" REF: Page 62, section 5.3.\n" +msgid "Ending Banner" +msgstr "Fin de la bannière" -msgid "" -" **FAIL** BAD PSVersion - not \"(string) int\".\n" -" REF: Pages 62-64, section 5.3.\n" -msgstr "" -" **FAIL** BAD PSVersion - not \"(string) int\".\n" -" REF: Pages 62-64, section 5.3.\n" +msgid "Enter old password:" +msgstr "Ancien mot de passe :" -msgid " PASS PSVersion\n" -msgstr " PASS PSVersion\n" +msgid "Enter password again:" +msgstr "Confirmez le nouveau mot de passe :" -msgid "" -" **FAIL** REQUIRED PSVersion\n" -" REF: Pages 62-64, section 5.3.\n" -msgstr "" -" **FAIL** REQUIRED PSVersion\n" -" REF: Pages 62-64, section 5.3.\n" +msgid "Enter password:" +msgstr "Entrez le nouveau mot de passe :" +#, fuzzy msgid "" -" **FAIL** BAD ShortNickName - longer than 31 chars.\n" -" REF: Pages 64-65, section 5.3.\n" +"Enter your username and password or the root username and password to access " +"this page. If you are using Kerberos authentication, make sure you have a " +"valid Kerberos ticket." msgstr "" -" **FAIL** BAD ShortNickName - longer than 31 chars.\n" -" REF: Pages 64-65, section 5.3.\n" +"Entrez votre nom d'utilisateur et votre mot de passe UNIX ou bien identifiez-" +"vous en tant que « root » pour accéder à cette page." -msgid " PASS ShortNickName\n" -msgstr " PASS ShortNickName\n" +msgid "Error Policy" +msgstr "Politique d'erreur" -msgid "" -" **FAIL** REQUIRED ShortNickName\n" -" REF: Page 64-65, section 5.3.\n" -msgstr "" -" **FAIL** REQUIRED ShortNickName\n" -" REF: Page 64-65, section 5.3.\n" +msgid "Error: need hostname after '-h' option!\n" +msgstr "Erreur : Il faut un nom d'hôte après l'option '-h' !\n" -msgid "" -" **FAIL** BAD JobPatchFile attribute in file\n" -" REF: Page 24, section 3.4.\n" -msgstr "" -" **FAIL** BAD JobPatchFile attribute in file\n" -" REF: Page 24, section 3.4.\n" +msgid "Export Printers to Samba" +msgstr "Exporter les imprimantes vers SAMBA" -msgid "" -" **FAIL** REQUIRED PageSize\n" -" REF: Page 41, section 5.\n" -" REF: Page 99, section 5.14.\n" -msgstr "" -" **FAIL** REQUIRED PageSize\n" -" REF: Page 41, section 5.\n"\n" -" REF: Page 99, section 5.14.\n" +msgid "FAIL\n" +msgstr "ÉCHEC" #, c-format -msgid "" -" **FAIL** REQUIRED ImageableArea for PageSize %s\n" -" REF: Page 41, section 5.\n" -" REF: Page 102, section 5.15.\n" +msgid "FATAL: Could not load %s\n" msgstr "" -" **FAIL** REQUIRED ImageableArea for PageSize %s\n" -" REF: Page 41, section 5.\n" -" REF: Page 102, section 5.15.\n" #, c-format msgid "" -" **FAIL** REQUIRED PaperDimension for PageSize %s\n" -" REF: Page 41, section 5.\n" -" REF: Page 103, section 5.15.\n" +"File device URIs have been disabled! To enable, see the FileDevice directive " +"in \"%s/cupsd.conf\"." msgstr "" -" **FAIL** REQUIRED PaperDimension for PageSize %s\n" -" REF: Page 41, section 5.\n" -" REF: Page 103, section 5.15.\n" +"L'impression dans un fichier a été désactivée ! Pour l'activer, cf. la " +"directive « FileDevice » dans « %s/cupsd.conf »." -#, c-format -msgid "" -" **FAIL** Bad %s choice %s!\n" -" REF: Page 84, section 5.9\n" +msgid "Fuser temperature high!" msgstr "" -" **FAIL** Bad %s choice %s!\n" -" REF: Page 84, section 5.9\n" -#, c-format -msgid "" -" **FAIL** REQUIRED %s does not define choice None!\n" -" REF: Page 122, section 5.17\n" +msgid "Fuser temperature low!" msgstr "" -" **FAIL** REQUIRED %s does not define choice None!\n" -" REF: Page 122, section 5.17\n" -#, c-format -msgid "" -" **FAIL** Bad %s choice %s!\n" -" REF: Page 122, section 5.17\n" -msgstr "" -" **FAIL** Bad %s choice %s!\n" -" REF: Page 122, section 5.17\n" +msgid "General" +msgstr "Généralités" -msgid " PASS\n" -msgstr " PASS\n" +msgid "Got a printer-uri attribute but no job-id!" +msgstr "Attribut « printer-uri » trouvé mais pas de « job-id »" + +msgid "Help" +msgstr "Aide" #, c-format -msgid "" -" WARN Duplex option keyword %s should be named Duplex or JCLDuplex!\n" -" REF: Page 122, section 5.17\n" +msgid "INFO: Attempting to connect to host %s for printer %s\n" msgstr "" -" WARN Duplex option keyword %s should be named Duplex or JCLDuplex!\n" -" REF: Page 122, section 5.17\n" -msgid " WARN Default choices conflicting!\n" +#, fuzzy, c-format +msgid "INFO: Attempting to connect to host %s on port %d\n" msgstr "" +"lpstat: Impossible de se connecter au serveur « %s » sur le port %d : %s\n" -#, c-format -msgid "" -" WARN Obsolete PPD version %.1f!\n" -" REF: Page 42, section 5.2.\n" +msgid "INFO: Canceling print job...\n" msgstr "" -" WARN Obsolete PPD version %.1f!\n" -" REF: Page 42, section 5.2.\n" -msgid "" -" WARN LanguageEncoding required by PPD 4.3 spec.\n" -" REF: Pages 56-57, section 5.3.\n" +#, c-format +msgid "INFO: Connected to %s...\n" msgstr "" -" WARN LanguageEncoding required by PPD 4.3 spec.\n" -" REF: Pages 56-57, section 5.3.\n" -msgid "" -" WARN Manufacturer required by PPD 4.3 spec.\n" -" REF: Pages 58-59, section 5.3.\n" +#, c-format +msgid "INFO: Connecting to %s on port %d...\n" msgstr "" -" WARN Manufacturer required by PPD 4.3 spec.\n" -" REF: Pages 58-59, section 5.3.\n" -msgid "" -" WARN PCFileName longer than 8.3 in violation of PPD spec.\n" -" REF: Pages 61-62, section 5.3.\n" +msgid "INFO: Control file sent successfully\n" +msgstr "" + +msgid "INFO: Data file sent successfully\n" msgstr "" -" WARN PCFileName longer than 8.3 in violation of PPD spec.\n" -" REF: Pages 61-62, section 5.3.\n" -msgid "" -" WARN ShortNickName required by PPD 4.3 spec.\n" -" REF: Pages 64-65, section 5.3.\n" +#, c-format +msgid "INFO: Formatting page %d...\n" msgstr "" -" WARN ShortNickName required by PPD 4.3 spec.\n" -" REF: Pages 64-65, section 5.3.\n" -msgid "" -" WARN Protocols contains both PJL and BCP; expected TBCP.\n" -" REF: Pages 78-79, section 5.7.\n" +msgid "INFO: Loading image file...\n" msgstr "" -" WARN Protocols contains both PJL and BCP; expected TBCP.\n" -" REF: Pages 78-79, section 5.7.\n" -msgid "" -" WARN Protocols contains PJL but JCL attributes are not set.\n" -" REF: Pages 78-79, section 5.7.\n" +msgid "INFO: Print file sent, waiting for printer to finish...\n" msgstr "" -" WARN Protocols contains PJL but JCL attributes are not set.\n" -" REF: Pages 78-79, section 5.7.\n" #, c-format -msgid "" -" WARN %s shares a common prefix with %s\n" -" REF: Page 15, section 3.2.\n" +msgid "INFO: Printer busy (status:0x%08x)\n" msgstr "" -" WARN %s shares a common prefix with %s\n" -" REF: Page 15, section 3.2.\n" -#, c-format -msgid " %d ERROR%s FOUND\n" -msgstr " %d ERROR%s FOUND\n" +msgid "INFO: Printer busy; will retry in 10 seconds...\n" +msgstr "" -msgid " NO ERRORS FOUND\n" -msgstr " NO ERRORS FOUND\n" +msgid "INFO: Printer busy; will retry in 30 seconds...\n" +msgstr "" -#, c-format -msgid "" -" WARN \"%s %s\" conflicts with \"%s %s\"\n" -" (constraint=\"%s %s %s %s\")\n" +msgid "INFO: Printer busy; will retry in 5 seconds...\n" msgstr "" -" WARN \"%s %s\" conflicts with \"%s %s\"\n" -" (constraint=\"%s %s %s %s\")\n" -msgid "" -"Usage: cupstestppd [-q] [-r] [-v[v]] filename1.ppd[.gz] [... filenameN.ppd[.gz]]\n" -" program | cupstestppd [-q] [-r] [-v[v]] -\n" + +msgid "INFO: Printer does not support IPP/1.1, trying IPP/1.0...\n" msgstr "" -"Utilisation : cupstestppd [-q] [-r] [-v[v]] fichier1.ppd[.gz] [... fichierN.ppd[.gz]]\n" -" programme | cupstestppd [-q] [-r] [-v[v]] -\n" -msgid "lpstat: Need \"completed\" or \"not-completed\" after -W!\n" -msgstr "lpstat: Il faut « completed » ou « not-completed » après l'option -W !\n" +msgid "INFO: Printer is busy; will retry in 5 seconds...\n" +msgstr "" -msgid "lpstat: The -b option requires a destination argument.\n" -msgstr "lpstat: Il faut une destination après l'option '-b' !\n" +msgid "INFO: Printer is currently off-line.\n" +msgstr "" -msgid "Error: need hostname after '-h' option!\n" -msgstr "Erreur : Il faut un nom d'hôte après l'option '-h' !\n" +msgid "INFO: Printer is now on-line.\n" +msgstr "" -#, c-format -msgid "lpstat: Unknown option '%c'!\n" -msgstr "lpstat: Option '%c inconnue !\n" +msgid "INFO: Printer not connected; will retry in 30 seconds...\n" +msgstr "" #, c-format -msgid "lpstat: Invalid destination name in list \"%s\"!\n" -msgstr "lpstat: Nom de destination incorrect dans la liste « %s » !\n" +msgid "INFO: Printing page %d, %d%% complete...\n" +msgstr "" #, c-format -msgid "lpstat: Unknown destination \"%s\"!\n" -msgstr "lpstat: Destination « %s » inconnue !\n" +msgid "INFO: Printing page %d...\n" +msgstr "" -#, c-format -msgid "lpstat: Unable to connect to server %s on port %d: %s\n" -msgstr "lpstat: Impossible de se connecter au serveur « %s » sur le port %d : %s\n" +msgid "INFO: Ready to print.\n" +msgstr "" #, c-format -msgid "lpstat: get-printers failed: %s\n" -msgstr "lpstat: get-printers a échoué: %s\n" +msgid "INFO: Sending control file (%lu bytes)\n" +msgstr "" #, c-format -msgid "%s accepting requests since Jan 01 00:00\n" -msgstr "%s accepte les requêtes depuis le Jan 01 00:00\n" +msgid "INFO: Sending control file (%u bytes)\n" +msgstr "" -#, c-format -msgid "" -"%s not accepting requests since Jan 01 00:00 -\n" -"\t%s\n" +msgid "INFO: Sending data\n" msgstr "" -"%s n'accepte pas les requêtes depuis le Jan 01 00:00 -\n" -"\t%s\n" #, c-format -msgid "%s/%s accepting requests since Jan 01 00:00\n" -msgstr "%s/%s accepte les requêtes depuis le Jan 01 00:00\n" +msgid "INFO: Sending data file (%ld bytes)\n" +msgstr "" #, c-format -msgid "" -"%s/%s not accepting requests since Jan 01 00:00 -\n" -"\t%s\n" +msgid "INFO: Sending data file (%lld bytes)\n" msgstr "" -"%s/%s n'accepte pas les requêtes depuis le Jan 01 00:00 -\n" -"\t%s\n" #, c-format -msgid "lpstat: get-classes failed: %s\n" -msgstr "lpstat: get-classes a échoué : %s !\n" +msgid "INFO: Sent print file, %ld bytes...\n" +msgstr "" #, c-format -msgid "members of class %s:\n" -msgstr "membres de la classe %s :\n" +msgid "INFO: Sent print file, %lld bytes...\n" +msgstr "" #, c-format -msgid "system default destination: %s/%s\n" -msgstr "destination par défaut du système : %s/%s\n" +msgid "INFO: Spooling LPR job, %.0f%% complete...\n" +msgstr "" -#, c-format -msgid "system default destination: %s\n" -msgstr "destination par défaut du système : %s\n" +msgid "INFO: Unable to contact printer, queuing on next printer in class...\n" +msgstr "" -#, c-format -msgid "lpstat: error - %s environment variable names non-existent destination \"%s\"!\n" +msgid "INFO: Waiting for job to complete...\n" msgstr "" -"lpstat: erreur - la variable d'environnement désigne une destination\n" -" inexistente « %s » !\n" -msgid "no system default destination\n" -msgstr "le système n'a pas de destination par défaut\n" +msgid "Illegal control character" +msgstr "Caractère de contrôle incorrect" -#, c-format -msgid "Output for printer %s is sent to remote printer %s on %s\n" +msgid "Illegal main keyword string" +msgstr "Mot-clé essentiel incorrect" + +msgid "Illegal option keyword string" +msgstr "Mot-clé d'option incorrect" + +msgid "Illegal translation string" +msgstr "Traduction incorrecte" + +msgid "Illegal whitespace character" +msgstr "Caractère « espace blanc » incorrect" + +msgid "Ink/toner almost empty." msgstr "" -"Ce qui est envoyé à l'imprimante %s est redirigé vers l'imprimante\n" -"distante %s sur %s\n" -#, c-format -msgid "Output for printer %s is sent to %s\n" -msgstr "Ce qui est envoyé à l'imprimante %s est redirigé vers %s\n" +msgid "Ink/toner empty!" +msgstr "" -#, c-format -msgid "Output for printer %s/%s is sent to remote printer %s on %s\n" +msgid "Ink/toner waste bin almost full." msgstr "" -"Ce qui est envoyé à l'imprimante %s/%s est redirigé vers l'imprimante\n" -"distante %s sur %s\n" -#, c-format -msgid "Output for printer %s/%s is sent to %s\n" -msgstr "Ce qui est envoyé à l'imprimante %s/%s est redirigé vers %s\n" +msgid "Ink/toner waste bin full!" +msgstr "" -#, c-format -msgid "device for %s: %s\n" -msgstr "périphérique pour %s : %s\n" +msgid "Interlock open." +msgstr "" -#, c-format -msgid "device for %s/%s: %s\n" -msgstr "périphérique pour %s/%s : %s \n" +msgid "Internal error" +msgstr "Erreur interne" -#, c-format -msgid "lpstat: get-jobs failed: %s\n" -msgstr "lpstat: get-jobs a échoué : %s !\n" +msgid "JCL" +msgstr "JCL ( Langage de contrôle de tâche )" #, c-format -msgid "\tqueued for %s\n" -msgstr "\tmis en file d'attente pour %s\n" +msgid "Job #%d cannot be restarted - no files!" +msgstr "La tâche n°%d ne peut être redémarrée - aucun fichier !" #, c-format -msgid "printer %s is idle. enabled since %s\n" -msgstr "l'imprimante %s ne fait rien ; elle est activée depuis le %s\n" +msgid "Job #%d does not exist!" +msgstr "La tâche n°%d n'existe pas !" #, c-format -msgid "printer %s now printing %s-%d. enabled since %s\n" -msgstr "l'imprimante %s est en train d'imprimer %s-%d ; elle est activée depuis le %s\n"" +msgid "Job #%d is already aborted - can't cancel." +msgstr "La tâche n°%d est déjà abandonnée - impossible de l'annuler." -#, c-format -msgid "printer %s disabled since %s -\n" -msgstr "l'imprimante %s est désactivée depuis le %s -\n" +#, fuzzy, c-format +msgid "Job #%d is already canceled - can't cancel." +msgstr "La tâche n°%d est déjà annulée - impossible de l'annuler." -msgid "\treason unknown\n" -msgstr "\traison inconnue\n" +#, c-format +msgid "Job #%d is already completed - can't cancel." +msgstr "La tâche n°%d est déjà terminée - impossible de l'annuler." -msgid "" -"\tForm mounted:\n" -"\tContent types: any\n" -"\tPrinter types: unknown\n" -msgstr "" -"\tFormat monté :\n" -"\tTypes de contenu : any\n" -"\tTypes d'imprimante : unknown\n" +#, c-format +msgid "Job #%d is finished and cannot be altered!" +msgstr "La tâche n°%d est terminée et ne peut plus être modifiée !" #, c-format -msgid "\tDescription: %s\n" -msgstr "\tDescription : %s\n" +msgid "Job #%d is not complete!" +msgstr "La tâche n°%d n'est pas terminée !" -msgid "\tAlerts:" -msgstr "\tAlertes :" +#, c-format +msgid "Job #%d is not held for authentication!" +msgstr "La tâche n°%d n'est pas en attente d'authentification !" #, c-format -msgid "\tLocation: %s\n" -msgstr "\tLieu : %s\n" +msgid "Job #%d is not held!" +msgstr "La tâche n°%d n'est pas retenue !" -msgid "\tConnection: remote\n" -msgstr "\tConnexion : distante\n" +#, c-format +msgid "Job #%s does not exist!" +msgstr "La tâche n°%s n'existe pas !" #, c-format -msgid "\tInterface: %s.ppd\n" -msgstr "\tInterface : %s.ppd\n" +msgid "Job %d not found!" +msgstr "La tâche n°%d n'a pas été trouvée !" -msgid "\tConnection: direct\n" -msgstr "\tConnexion : directe\n" +#, fuzzy +msgid "Job Completed" +msgstr "terminée" -#, c-format -msgid "\tInterface: %s/interfaces/%s\n" -msgstr "\tInterface : %s/interfaces/%s\n" +msgid "Job Created" +msgstr "" -#, c-format -msgid "\tInterface: %s/ppd/%s.ppd\n" -msgstr "\tInterface : %s/ppd/%s.ppd\n" +#, fuzzy +msgid "Job Options Changed" +msgstr "L'opération sur la tâche a échoué :" -msgid "\tOn fault: no alert\n" -msgstr "\tEn cas d'erreur : pas d'alerte\n" +#, fuzzy +msgid "Job Stopped" +msgstr "arrêtée" -msgid "\tAfter fault: continue\n" -msgstr "\tAprès une erreur : poursuivre\n" +msgid "Job is completed and cannot be changed." +msgstr "La tâche est terminée et ne peut être modifiée." -msgid "\tUsers allowed:\n" -msgstr "\tUtilisateurs autorisés :\n" +msgid "Job operation failed:" +msgstr "L'opération sur la tâche a échoué :" -msgid "\tUsers denied:\n" -msgstr "\tUtilisateurs refusés :\n" +msgid "Job state cannot be changed." +msgstr "L'état de la tâche ne peut être modifié." -msgid "\t\t(all)\n" -msgstr "\t\t( tous )\n" +msgid "Job subscriptions cannot be renewed!" +msgstr "Les souscriptions de tâche ne peuvent être renouvelées !" -msgid "\tForms allowed:\n" -msgstr "\tFormats autorisés :\n" +msgid "Jobs" +msgstr "Tâches" -msgid "\t\t(none)\n" -msgstr "\t\t( aucun )\n" +#, c-format +msgid "Language \"%s\" not supported!" +msgstr "Langue « %s » non gérée !" -msgid "\tBanner required\n" -msgstr "\tBannière requise\n" +msgid "Line longer than the maximum allowed (255 characters)" +msgstr "Ligne plus longue que les 255 caractères autorisés" -msgid "\tCharset sets:\n" -msgstr "\tJeux de caractères :\n" +msgid "Media Size" +msgstr "Taille du support" -msgid "\tDefault pitch:\n" -msgstr "\t« pitch » par défaut :\n" +msgid "Media Source" +msgstr "Source du support" -msgid "\tDefault page size:\n" -msgstr "\tTaille de papier par défaut :\n" +msgid "Media Type" +msgstr "Type de support" -msgid "\tDefault port settings:\n" -msgstr "\tParamètres par défaut du port :\n" +#, fuzzy +msgid "Media jam!" +msgstr "Type de support" -#, c-format -msgid "printer %s/%s is idle. enabled since %s\n" -msgstr "l'imprimante %s/%s ne fait rien ; elle est activée depuis le %s\n" +msgid "Media tray almost empty." +msgstr "" -#, c-format -msgid "printer %s/%s now printing %s-%d. enabled since %s\n" -msgstr "l'imprimante %s/%s est en train d'imprimer %s-%d ; elle est activée depuis le %s\n"" +msgid "Media tray empty!" +msgstr "" -#, c-format -msgid "printer %s/%s disabled since %s -\n" -msgstr "l'imprimante %s/%s est désactivée depuis le %s -\n" +msgid "Media tray missing!" +msgstr "" -msgid "scheduler is running\n" -msgstr "l'ordonnanceur tourne\n" +msgid "Media tray needs to be filled." +msgstr "" -msgid "scheduler is not running\n" -msgstr "l'ordonnanceur est arrêté\n" +msgid "Memory allocation error" +msgstr "Problème d'allocation de mémoire" -#, c-format -msgid "lpadmin: Unable to connect to server: %s\n" -msgstr "lpadmin: Impossible de se connecter au serveur « %s » !\n" +msgid "Missing PPD-Adobe-4.x header" +msgstr "Il manque l'entête PPD-Adobe-4.x" + +msgid "Missing asterisk in column 1" +msgstr "Il manque un astérisque à la colonne 1" -msgid "" -"lpadmin: Unable to add a printer to the class:\n" -" You must specify a printer name first!\n" -msgstr "" -"lpadmin: Impossible d'ajouter une imprimante à la classe :\n" -" Vous devez d'abord préciser un nom d'imprimante !\n" +#, fuzzy, c-format +msgid "Missing double quote on line %d!" +msgstr "Il manque un \" à la ligne %d !\n" -msgid "lpadmin: Expected class name after '-c' option!\n" -msgstr "lpadmin: Il faut un nom de classe après l'option '-c' !\n" +msgid "Missing form variable!" +msgstr "Un champ du formulaire HTML n'a pas été rempli !" -msgid "lpadmin: Class name can only contain printable characters!\n" -msgstr "lpadmin: Un nom de classe ne peut comporter que des caractères imprimables !\n" +msgid "Missing notify-subscription-ids attribute!" +msgstr "Il manque l'attibut notify-subscription-ids" -msgid "lpadmin: Expected printer name after '-d' option!\n" -msgstr "lpadmin: Il faut un nom d'imprimante après l'option '-d' !\n" +msgid "Missing requesting-user-name attribute!" +msgstr "Il manque l'attribut « requesting-user-name » !" -msgid "lpadmin: Printer name can only contain printable characters!\n" -msgstr "lpadmin: Un nom d'imprimante ne peut comporter que des caractères imprimables !\n" +msgid "Missing required attributes!" +msgstr "Il manque des attributs indispensables !" -msgid "lpadmin: Expected hostname after '-h' option!\n" -msgstr "lpadmin: Il faut un nom d'hôte après l'option 'h' !\n" +#, fuzzy, c-format +msgid "Missing value on line %d!" +msgstr "Il manque une valeur à la ligne %d !\n" +msgid "Missing value string" +msgstr "Il manque la valeur" + +#, c-format msgid "" -"lpadmin: Unable to set the interface script:\n" -" You must specify a printer name first!\n" +"Model: name = %s\n" +" natural_language = %s\n" +" make-and-model = %s\n" +" device-id = %s\n" msgstr "" -"lpadmin: Impossible de définir le script d'interface :\n" -" Vous devez d'abord préciser un nom d'imprimante !\n" +"Modèle : nom = %s\n" +" langue naturelle = %s\n" +" marque/modèle = %s\n" +" ID matériel = %s\n" -msgid "lpadmin: Expected interface after '-i' option!\n" -msgstr "lpadmin: Il faut une interface après l'option '-i' !\n" +msgid "Modify Class" +msgstr "Modifier la classe" -msgid "" -"lpadmin: Unable to set the interface script or PPD file:\n" -" You must specify a printer name first!\n" -msgstr "" -"lpadmin: Impossible de définir le script d'interface ou le fichier PPD :\n" -" Vous devez d'abord préciser un nom d'imprimante !\n" +msgid "Modify Printer" +msgstr "Modifier l'imprimante" -msgid "lpadmin: Expected model after '-m' option!\n" -msgstr "lpadmin: Il faut un modèle après l'option '-m' !\n" +msgid "Move All Jobs" +msgstr "Transférer toutes les tâches" -msgid "lpadmin: Expected name=value after '-o' option!\n" -msgstr "lpadmin: Il faut un argument du type option=valeur après l'option '-o' !\n" +msgid "Move Job" +msgstr "Transférer la tâche" -msgid "lpadmin: Expected printer after '-p' option!\n" -msgstr "lpadmin: Il faut une imprimante après l'option '-p' !\n" +#, c-format +msgid "NOTICE: Print file accepted - job ID %d.\n" +msgstr "" -msgid "" -"lpadmin: Unable to remove a printer from the class:\n" -" You must specify a printer name first!\n" +msgid "NOTICE: Print file accepted - job ID unknown.\n" msgstr "" -"lpadmin: Impossible de supprimer une imprimante de la classe :\n" -" Vous devez d'abord préciser un nom d'imprimante !\n" -msgid "lpadmin: Expected class after '-r' option!\n" -msgstr "lpadmin: Il faut une classe après l'option '-r' !\n" +msgid "NULL PPD file pointer" +msgstr "Pointeur de fichier PPD NUL !" -msgid "lpadmin: Expected allow/deny:userlist after '-u' option!\n" -msgstr "" -"lpadmin: Il faut un argument du type allow/deny:liste_utilisateurs\n" -" après l'option '-u' !\n" +msgid "No" +msgstr "Non" + +msgid "No Windows printer drivers are installed!" +msgstr "Aucun pilote d'impression pour Windows n'est installé !" #, c-format -msgid "lpadmin: Unknown allow/deny option \"%s\"!\n" -msgstr "lpadmin: Option allow/deny « %s » inconnue !\n" +msgid "No active jobs on %s!" +msgstr "Il n'y a pas de tâche en cours sur « %s » !" -msgid "" -"lpadmin: Unable to set the device URI:\n" -" You must specify a printer name first!\n" -msgstr "" -"lpadmin: Impossible de définir l'URI du périphérique :\n" -" Vous devez d'abord préciser un nom d'imprimante !\n" +msgid "No attributes in request!" +msgstr "Aucun attribut dans la requête !" -msgid "lpadmin: Expected device URI after '-v' option!\n" -msgstr "lpadmin: Il faut un URI de périphérique après l'option '-v' !\n" +msgid "No authentication information provided!" +msgstr "Pas d'information d'authentification !" -msgid "lpadmin: Expected printer or class after '-x' option!\n" -msgstr "lpadmin: Il faut une imprimante ou une classe après l'option '-x' !\n" +msgid "No default printer" +msgstr "Pas d'imprimante par défaut" -msgid "" -"lpadmin: Unable to set the printer description:\n" -" You must specify a printer name first!\n" -msgstr "" -"lpadmin: Impossible de définir la description de l'imprimante :\n" -" Vous devez d'abord préciser un nom d'imprimante !\n" +msgid "No destinations added." +msgstr "Aucune destination ajoutée." -msgid "lpadmin: Expected description after '-D' option!\n" -msgstr "lpadmin: Il faut une description après l'option '-D' !\n" +msgid "No file!?!" +msgstr "Pas de fichier !?!" -msgid "lpadmin: Expected file type(s) after '-I' option!\n" -msgstr "lpadmin: Il faut un ou plusieurs types de fichier après l'option '-I' !\n" +msgid "No subscription attributes in request!" +msgstr "Pas d'attribut de souscription dans la requête !" -msgid "lpadmin: Warning - content type list ignored!\n" -msgstr "lpadmin: Attention - les types de contenu sont ignorés !\n" +msgid "No subscriptions found." +msgstr "Aucune souscription trouvée." -msgid "" -"lpadmin: Unable to set the printer location:\n" -" You must specify a printer name first!\n" -msgstr "" -"lpadmin: Impossible de définir le lieu de l'imprimante :\n" -" Vous devez d'abord préciser un nom d'imprimante !\n" +msgid "None" +msgstr "Auncun(e)" -msgid "lpadmin: Expected location after '-L' option!\n" -msgstr "lpadmin: Il faut un lieu après l'option '-L' !\n" +msgid "OK" +msgstr "OK" -msgid "" -"lpadmin: Unable to set the PPD file:\n" -" You must specify a printer name first!\n" +msgid "OPC almost at end-of-life." msgstr "" -"lpadmin: Impossible de définir le fichier PPD :\n" -" Vous devez d'abord préciser un nom d'imprimante !\n" -msgid "lpadmin: Expected PPD after '-P' option!\n" -msgstr "lpadmin: Il faut un fichier PPD après l'option '-P' !\n" +msgid "OPC at end-of-life!" +msgstr "" -#, c-format -msgid "lpadmin: Unknown option '%c'!\n" -msgstr "lpadmin: Option '%c' inconnue !\n" +msgid "OpenGroup without a CloseGroup first" +msgstr "OpenGroup sans de CloseGroup d'abord" -#, c-format -msgid "lpadmin: Unknown argument '%s'!\n" -msgstr "lpadmin: Argument « %s » inconnu !\n" +msgid "OpenUI/JCLOpenUI without a CloseUI/JCLCloseUI first" +msgstr "OpenUI/JCLOpenUI sans de CloseUI/JCLCloseUI d'abord" -msgid "" -"lpadmin: Unable to set the printer options:\n" -" You must specify a printer name first!\n" -msgstr "" -"lpadmin: Impossible de définir les options de l'imprimante :\n" -" Vous devez d'abord préciser un nom d'imprimante !\n" +msgid "Operation Policy" +msgstr "Politique des opérations" -msgid "" -"Usage:\n" -"\n" -" lpadmin [-h server] -d destination\n" -" lpadmin [-h server] -x destination\n" -" lpadmin [-h server] -p printer [-c add-class] [-i interface] [-m model]\n" -" [-r remove-class] [-v device] [-D description]\n" -" [-P ppd-file] [-o name=value]\n" -" [-u allow:user,user] [-u deny:user,user]\n" -"\n" -msgstr "" -"Utilisation :\n" -"\n" -" lpadmin [-h serveur] -d destination\n" -" lpadmin [-h serveur] -x destination\n" -" lpadmin [-h serveur] -p imprimante [-c classe] [-i interface] [-m modèle]\n" -" [-r classe] [-v URI] [-D description]\n" -" [-P fichier-ppd] [-o option=valeur]\n" -" [-u allow:util.,util.] [-u deny:util.,util.]\n" -"\n" +msgid "Options Installed" +msgstr "Options Installées" -#, c-format -msgid "lpadmin: Unable to create temporary file: %s\n" -msgstr "lpadmin: Impossible de créer un fichier temporaire : %s\n" +msgid "Out of toner!" +msgstr "" -#, c-format -msgid "lpadmin: Unable to open file \"%s\": %s\n" -msgstr "lpadmin: Impossible d'ouvrir le fichier « %s » : %s\n" +msgid "Output Mode" +msgstr "Mode de sortie" -#, c-format -msgid "lpadmin: add-printer (set model) failed: %s\n" -msgstr "lpadmin: add-printer ( définition du modèle ) a échoué : %s\n" +msgid "Output bin almost full." +msgstr "" -#, c-format -msgid "lpadmin: add-printer (set description) failed: %s\n" -msgstr "lpadmin: add-printer ( définition de la description ) a échoué : %s\n" +msgid "Output bin full!" +msgstr "" #, c-format -msgid "lpadmin: add-printer (set location) failed: %s\n" -msgstr "lpadmin: add-printer ( définition du lieu ) a échoué : %s\n" +msgid "Output for printer %s is sent to %s\n" +msgstr "Ce qui est envoyé à l'imprimante %s est redirigé vers %s\n" #, c-format -msgid "lpadmin: Unable to create temporary file - %s\n" -msgstr "lpadmin: Impossible de créer un fichier temporaire : %s\n" +msgid "Output for printer %s is sent to remote printer %s on %s\n" +msgstr "" +"Ce qui est envoyé à l'imprimante %s est redirigé vers l'imprimante\n" +"distante %s sur %s\n" #, c-format -msgid "lpadmin: Unable to open PPD file \"%s\" - %s\n" -msgstr "lpadmin: Impossible d'ouvrir le fichier PPD « %s » : %s\n" +msgid "Output for printer %s/%s is sent to %s\n" +msgstr "Ce qui est envoyé à l'imprimante %s/%s est redirigé vers %s\n" #, c-format -msgid "lpadmin: %s failed: %s\n" -msgstr "lpadmin: %s a échoué : %s\n" - -msgid "lp: Expected destination after -d option!\n" -msgstr "lp: Il faut une destination après l'option '-d' !\n" - -msgid "lp: Expected form after -f option!\n" -msgstr "lp: Il faut un format après l'option '-f' !\n" +msgid "Output for printer %s/%s is sent to remote printer %s on %s\n" +msgstr "" +"Ce qui est envoyé à l'imprimante %s/%s est redirigé vers l'imprimante\n" +"distante %s sur %s\n" -msgid "lp: Expected hostname after -h option!\n" -msgstr "lp: Il faut un nom d'hôte après l'option '-h' !\n" +msgid "Output tray missing!" +msgstr "" -msgid "lp: Expected job ID after -i option!\n" -msgstr "lp: Il faut un numéro de tâche après l'option '-i' !\n" +msgid "PASS\n" +msgstr "OK" -msgid "lp: Error - cannot print files and alter jobs simultaneously!\n" -msgstr "lp: Erreur - impossible d'imprimer et modifier les tâches en même temps !\n" +msgid "PS Binary Protocol" +msgstr "Protocole binaire PS" -msgid "lp: Error - bad job ID!\n" -msgstr "lp: Erreur - numéro de tâche incorrect !\n" +#, c-format +msgid "Password for %s on %s? " +msgstr "Mot de passe pour %s sur %s? " -msgid "lp: Expected copies after -n option!\n" -msgstr "lp: Il faut un nombre de copies après l'option '-n' !\n" +#, c-format +msgid "Password for %s required to access %s via SAMBA: " +msgstr "Il faut un mot de passe à %s pour accéder à %s via SAMBA : " -msgid "lp: Expected option string after -o option!\n" -msgstr "lp: Il faut une chaîne d'option \"nom=valeur\" après l'option '-o' !\n" +msgid "Policies" +msgstr "Politiques" -#, c-format -msgid "lp: Expected priority after -%c option!\n" -msgstr "lp: Il faut une priorité après l'option '-%c' !\n" +msgid "Print Job:" +msgstr "Imprimer la tâche :" -msgid "lp: Priority must be between 1 and 100.\n" -msgstr "lp: La priorité doit être comprise entre 1 et 100.\n" +msgid "Print Test Page" +msgstr "Imprimer la page de test" -msgid "lp: Expected title after -t option!\n" -msgstr "lp: Il faut un titre après l'option '-t' !\n" +#, fuzzy +msgid "Printer Added" +msgstr "Imprimante" -msgid "lp: Expected mode list after -y option!\n" -msgstr "lp: Il faut une liste de modes après l'option '-y' !\n" +#, fuzzy +msgid "Printer Deleted" +msgstr "L'imprimante n'est pas partagée !" -msgid "lp: Warning - mode option ignored!\n" -msgstr "lp: Attention - l'option « mode » est ignorée !\n" +msgid "Printer Maintenance" +msgstr "Maintenance de l'imprimante" -msgid "lp: Expected hold name after -H option!\n" -msgstr "lp: Il faut un code de retenue après l'option '-H' !\n" +#, fuzzy +msgid "Printer Modified" +msgstr "Maintenance de l'imprimante" -msgid "lp: Need job ID (-i) before \"-H restart\"!\n" -msgstr "lp: Il faut un numéro de tâche ( '-i' ) avant '-H restart' !\n" +#, fuzzy +msgid "Printer Stopped" +msgstr "L'imprimante n'est pas partagée !" -msgid "lp: Expected page list after -P option!\n" -msgstr "lp: Il faut une liste de pages après l'option '-P' !\n" +#, fuzzy +msgid "Printer off-line." +msgstr "Maintenance de l'imprimante" -msgid "lp: Expected character set after -S option!\n" -msgstr "lp: Il faut un jeu de caractères après l'option '-S' !\n" +msgid "Printer:" +msgstr "Imprimante :" -msgid "lp: Warning - character set option ignored!\n" -msgstr "lp: Attention - l'option « jeu de caractères » est ignorée !\n" +msgid "Printers" +msgstr "Imprimantes" -msgid "lp: Expected content type after -T option!\n" -msgstr "lp: Il faut un type de contenu après l'option '-T' !\n" +msgid "Purge Jobs" +msgstr "Effacer les tâches" -msgid "lp: Warning - content type option ignored!\n" -msgstr "lp: Attention - l'option « type de contenu » est ignorée !\n" +msgid "Quota limit reached." +msgstr "Quota atteint." -#, c-format -msgid "lp: Unknown option '%c'!\n" -msgstr "lp: Option '%c' inconnue !\n" +msgid "Rank Owner Job File(s) Total Size\n" +msgstr "Rang Propr. Tâche Fichiers Taille totale\n" -msgid "lp: Error - cannot print from stdin if files or a job ID are provided!\n" +msgid "" +"Rank Owner Pri Job Files Total Size\n" msgstr "" -"lp: Erreur - impossible d'imprimer depuis l'entrée standard si un fichier\n" -" ou un numéro de tâche est spécifié !\n" +"Rang Propr. Prio Tâche Fichiers Taille totale\n" -#, c-format -msgid "lp: Unable to access \"%s\" - %s\n" -msgstr "lp: Impossible d'accéder à « %s » - %s\n" +msgid "Reject Jobs" +msgstr "Refuser les tâches" + +msgid "Resolution" +msgstr "Résolution" #, c-format -msgid "lp: Too many files - \"%s\"\n" -msgstr "lp: Trop de fichiers - « %s »\n" +msgid "Running command: %s %s -N -A %s -c '%s'\n" +msgstr "Exécution de la commande : %s %s -N -A %s -c '%s'\n" -msgid "lp: error - no default destination available.\n" -msgstr "lp: Erreur - aucune destination par défaut n'est disponible.\n" +msgid "Server Restarted" +msgstr "" -msgid "lp: error - scheduler not responding!\n" -msgstr "lp: Erreur - l'odonnanceur ne répond pas !\n" +msgid "Server Security Auditing" +msgstr "" -#, c-format -msgid "lp: Error - unable to create temporary file \"%s\" - %s\n" -msgstr "lp: Erreur - impossible de créer le fichier temporaire « %s » - %s\n" +msgid "Server Started" +msgstr "" -#, c-format -msgid "lp: error - unable to write to temporary file \"%s\" - %s\n" -msgstr "lp: Erreur - impossible d'écrire dans le fichier temporaire « %s » - %s\n" +msgid "Server Stopped" +msgstr "" -msgid "lp: stdin is empty, so no job has been sent.\n" -msgstr "lp: l'entrée standard est vide, donc aucune tâche n'a été envoyée.\n" +msgid "Set Allowed Users" +msgstr "Définir les autorisations" -#, c-format -msgid "lp: unable to print file: %s\n" -msgstr "lp: impossible d'imprimer le fichier - %s\n" +msgid "Set As Default" +msgstr "Choisir par défaut" -#, c-format -msgid "request id is %s-%d (%d file(s))\n" -msgstr "l'identifiant de requête est %s-%d ( %d fichier(s) )\n" +msgid "Set Printer Options" +msgstr "Définir les options de l'imprimante" -#, c-format -msgid "lp: restart-job failed: %s\n" -msgstr "lp: restart-job a échoué : %s\n" +msgid "Set Publishing" +msgstr "Publier" -#, c-format -msgid "lp: set-job-attributes failed: %s\n" -msgstr "lp: set-job-attributes a échoué : %s\n" +msgid "Start Class" +msgstr "Démarrer la classe" -#, c-format -msgid "lpinfo: Unable to connect to server: %s\n" -msgstr "lpinfo: Impossible de se connecter au serveur : %s\n" +msgid "Start Printer" +msgstr "Démarrer l'imprimante" -#, c-format -msgid "lpinfo: Unknown option '%c'!\n" -msgstr "lpinfo: Option '%c' inconnue !\n" +msgid "Starting Banner" +msgstr "Début de la bannière" -#, c-format -msgid "lpinfo: Unknown argument '%s'!\n" -msgstr "lpinfo: Argument '%s' inconnu !\n" +msgid "Stop Class" +msgstr "Arrêter la classe" -#, c-format -msgid "lpinfo: cups-get-devices failed: %s\n" -msgstr "lpinfo: cups-get-devices a échoué : %s\n" +msgid "Stop Printer" +msgstr "Arrêter l'imprimante" -#, c-format msgid "" -"Device: uri = %s\n" -" class = %s\n" -" info = %s\n" -" make-and-model = %s\n" +"The class name may only contain up to 127 printable characters and may not " +"contain spaces, slashes (/), or the pound sign (#)." msgstr "" -"Matériel : URI = %s\n" -" classe = %s\n" -" info = %s\n" -" marque/modèle = %s\n" +"Le nom de classe doit comporter au plus 127 caractères, tous imprimables, " +"sans espace, '/' ni '#'." -#, c-format -msgid "lpinfo: cups-get-ppds failed: %s\n" -msgstr "lpinfo: cups-get-ppds a échoué : %s\n" - -#, c-format msgid "" -"Model: name = %s\n" -" natural_language = %s\n" -" make-and-model = %s\n" +"The notify-lease-duration attribute cannot be used with job subscriptions." msgstr "" -"Modèle : nom = %s\n" -" langue naturelle = %s\n" -" marque/modèle = %s\n" +"L'attribut « notify-lease-duration » ne peut pas être utilisé dans une " +"souscription de tâche." #, c-format -msgid "lpmove: Unknown option '%c'!\n" -msgstr "lpmove: Option '%c' inconnue !\n" +msgid "The notify-user-data value is too large (%d > 63 octets)!" +msgstr "" +"La valeur de l'attribut « notify-user-data » est trop grande ( %d > 63 " +"octets ) !" -#, c-format -msgid "lpmove: Unknown argument '%s'!\n" -msgstr "lpmove: Argument '%s' inconnu !\n" +msgid "" +"The printer name may only contain up to 127 printable characters and may not " +"contain spaces, slashes (/), or the pound sign (#)." +msgstr "" +"Le nom d'imprimante doit comporter au plus 127 caractères, tous imprimables, " +"sans espace, '/' ni '#'." -msgid "Usage: lpmove job dest\n" -msgstr "Utilisation : lpmove tâche destination\n" +msgid "The printer or class is not shared!" +msgstr "L'imprimante ou la classe n'est pas partagée !" -#, c-format -msgid "lpmove: Unable to connect to server: %s\n" -msgstr "lpmove: Impossible de se connecter au serveur : %s\n" +msgid "The printer or class was not found." +msgstr "L'imprimante ou la classe n'a pas été trouvée." #, c-format -msgid "lpmove: move-job failed: %s\n" -msgstr "lpmove: move-job a échoué : %s\n"" - -msgid "lpoptions: Unknown printer or class!\n" -msgstr "lpoptions: Imprimante ou classe inconnue !\n" - -msgid "lpoptions: No printers!?!\n" -msgstr "lpoptions: Pas d'imprimante !?!\n" +msgid "The printer-uri \"%s\" contains invalid characters." +msgstr "L'URI de l'imprimante « %s » contient des caractères ." -#, c-format -msgid "lpoptions: Unable to add printer or instance: %s\n" -msgstr "lpoptions: Impossible d'ajouter l'imprimante ou l'instance : %s\n" +msgid "The printer-uri attribute is required!" +msgstr "L'attribut « printer-uri » est indispensable !" -#, c-format -msgid "lpoptions: Destination %s has no PPD file!\n" -msgstr "lpoptions: La destination %s n'a pas de fichier PPD !\n" +msgid "" +"The printer-uri must be of the form \"ipp://HOSTNAME/classes/CLASSNAME\"." +msgstr "" +"L'URI de l'imprimante doit suivre le format « ipp://NOM_MACHINE/classes/" +"NOM_CLASSE »." -#, c-format -msgid "lpoptions: Unable to open PPD file for %s!\n" -msgstr "lpoptions: Impossible d'ouvrir le fichier PPD pour %s !\n" +msgid "" +"The printer-uri must be of the form \"ipp://HOSTNAME/printers/PRINTERNAME\"." +msgstr "" +"L'URI de l'imprimante doit suivre le format « ipp://NOM_MACHINE/printers/" +"NOM_CLASSE »." +#, fuzzy msgid "" -"Usage: lpoptions [-h server] [-E] -d printer\n" -" lpoptions [-h server] [-E] [-p printer] -l\n" -" lpoptions [-h server] [-E] -p printer -o option[=value] ...\n" -" lpoptions [-h server] [-E] -x printer\n" +"The subscription name may not contain spaces, slashes (/), question marks " +"(?), or the pound sign (#)." msgstr "" -"Utilisation : lpoptions [-h serveur] [-E] -d imprimante\n" -" lpoptions [-h serveur] [-E] [-p imprimante] -l\n" -" lpoptions [-h serveur] [-E] -p imprimante -o option[=valeur] ...\n" -" lpoptions [-h serveur] [-E] -x imprimante\n" +"Le nom de classe doit comporter au plus 127 caractères, tous imprimables, " +"sans espace, '/' ni '#'." -msgid "lppasswd: Only root can add or delete passwords!\n" -msgstr "lppasswd: Seul l'utilisateur « root » peut ajouter ou supprimer des mots de passe !\n" +msgid "Toner low." +msgstr "" -msgid "Enter old password:" -msgstr "Ancien mot de passe :" +msgid "Too many active jobs." +msgstr "Trop de tâches en cours." + +msgid "Unable to access cupsd.conf file:" +msgstr "Impossible d'accéder au fichier cupsd.conf :" + +#, fuzzy +msgid "Unable to add RSS subscription:" +msgstr "Impossible d'ajouter l'imprimante :" + +msgid "Unable to add class:" +msgstr "Impossible d'ajouter la classe :" #, c-format -msgid "lppasswd: Unable to copy password string: %s\n" -msgstr "lppasswd: Impossible de copier le mot de passe : %s\n" +msgid "Unable to add job for destination \"%s\"!" +msgstr "Impossible d'ajouter une tâche pour la destination « %s » !" -msgid "Enter password:" -msgstr "Entrez le nouveau mot de passe :" +msgid "Unable to add printer:" +msgstr "Impossible d'ajouter l'imprimante :" -msgid "Enter password again:" -msgstr "Confirmez le nouveau mot de passe :" +msgid "Unable to allocate memory for file types!" +msgstr "Impossible d'allouer de la mémoire pour les types de fichiers !" -msgid "lppasswd: Sorry, passwords don't match!\n" -msgstr "lppasswd: Désolé, les mots de passe sont différents !\n" +#, fuzzy +msgid "Unable to cancel RSS subscription:" +msgstr "Impossible de modifier l'imprimante :" -msgid "" -"lppasswd: Sorry, password rejected.\n" -"Your password must be at least 6 characters long, cannot contain\n" -"your username, and must contain at least one letter and number.\n" -msgstr "" -"lppasswd: Désolé, mot de passe refusé.\n" -"Votre mot de passe doit comporter au moins 6 caractères, au moins une lettre\n" -"et un nombre, et ne peut contenir votre nom d'utilisateur.\n" +msgid "Unable to change printer-is-shared attribute:" +msgstr "Impossible de modifier l'attribut « printer-is-shared » :" -msgid "lppasswd: Password file busy!\n" -msgstr "lppasswd: Le fichier des mots de passe exidte déjà !\n" +msgid "Unable to change printer:" +msgstr "Impossible de modifier l'imprimante :" -#, c-format -msgid "lppasswd: Unable to open password file: %s\n" -msgstr "lppasswd: Impossible d'ouvrir le fichier des mots de passe: %s\n" +msgid "Unable to change server settings:" +msgstr "Impossible de modifier les paramètres du serveur :" #, c-format -msgid "lppasswd: Unable to write to password file: %s\n" -msgstr "lppasswd: Impossible d'écrire dans le fichier des mots de passe : %s\n" +msgid "Unable to copy CUPS printer driver files (%d)!" +msgstr "" +"Impossible de copier les fichiers de pilote d'impression pour CUPS ( %d ) !" #, c-format -msgid "lppasswd: user \"%s\" and group \"%s\" do not exist.\n" -msgstr "lppasswd: l'utilisateur « %s » et/ou le groupe « %s » n'existe(nt) pas !\n" +msgid "Unable to copy PPD file - %s!" +msgstr "Impossible de copier le fichier PPD - « %s » !" -msgid "lppasswd: Sorry, password doesn't match!\n" -msgstr "lppasswd: Désolé, le mot de passe est erroné !\n" +msgid "Unable to copy PPD file!" +msgstr "Impossible de copier le fichier PPD !" -msgid "lppasswd: Password file not updated!\n" -msgstr "lppasswd: Le fichier des mots de passe n'a pas été mis-à-jour !\n" +#, c-format +msgid "Unable to copy Windows 2000 printer driver files (%d)!" +msgstr "" +"Impossible de copier les fichiers de pilote d'impression pour Windows 2000 " +"( %d ) !" #, c-format -msgid "lppasswd: failed to backup old password file: %s\n" -msgstr "lppasswd: impossible de sauvegarder l'ancien fichier des mots de passe : %s\n" +msgid "Unable to copy Windows 9x printer driver files (%d)!" +msgstr "" +"Impossible de copier les fichiers de pilote d'impression pour Windows 9x ( %" +"d ) !" #, c-format -msgid "lppasswd: failed to rename password file: %s\n" -msgstr "lppasswd: impossible de renommer le fichier des mots de passe : %s\n" +msgid "Unable to copy interface script - %s!" +msgstr "Impossible de copier le « script » d'interface - « %s » !" -msgid "Usage: lppasswd [-g groupname]\n" -msgstr "Utilisation : lppasswd [-g nom_groupe]\n" +msgid "Unable to create temporary file:" +msgstr "Impossible de créer le fichier temporaire :" -msgid "" -"Usage: lppasswd [-g groupname] [username]\n" -" lppasswd [-g groupname] -a [username]\n" -" lppasswd [-g groupname] -x [username]\n" -msgstr "" -"Utilisation : lppasswd [-g nom_groupe] [nom_utilisateur]\n" -" lppasswd [-g nom_groupe] -a [nom_utilisateur]\n" -" lppasswd [-g nom_groupe] -x [nom_utilisateur]\n" +msgid "Unable to delete class:" +msgstr "Impossible de supprimer la classe :" -msgid "Start Printer" -msgstr "Démarrer l'imprimante" +msgid "Unable to delete printer:" +msgstr "Impossible de supprimer l'imprimante :" -msgid "Stop Printer" -msgstr "Arrêter l'imprimante" +msgid "Unable to edit cupsd.conf files larger than 1MB!" +msgstr "" +"Impossible d'éditer des fichiers cupsd.conf de taille supérieure à 1Mo !" -msgid "Start Class" -msgstr "Démarrer la classe" +msgid "Unable to find destination for job!" +msgstr "Impossible de trouver la destination de la tâche !" -msgid "Stop Class" -msgstr "Arrêter la classe" +msgid "Unable to get PPD file!" +msgstr "Impossible de trouver le fichier PPD !" -msgid "Accept Jobs" -msgstr "Accepter les tâches" +msgid "Unable to get class list:" +msgstr "Impossible d'obtenir la liste des classes :" -msgid "Reject Jobs" -msgstr "Refuser les tâches" +msgid "Unable to get class status:" +msgstr "Impossible d'obtenir l'état de la classe :" -msgid "Purge Jobs" -msgstr "Effacer les tâches" +msgid "Unable to get list of printer drivers:" +msgstr "Impossible d'obtenir la liste des pilotes pour l'imprimante:" -msgid "Set As Default" -msgstr "Choisir par défaut" +msgid "Unable to get printer attributes:" +msgstr "Impossible de récupérer les attributs de l'imprimante :" -msgid "Administration" -msgstr "Administration" +msgid "Unable to get printer list:" +msgstr "Impossible d'obtenir la liste des imprimantes :" -msgid "Modify Class" -msgstr "Modifier la classe" +msgid "Unable to get printer status:" +msgstr "Impossible d'obtenir l'état de l'imprimante :" -msgid "Add Class" -msgstr "Ajouter une classe" +#, c-format +msgid "Unable to install Windows 2000 printer driver files (%d)!" +msgstr "" +"Impossible d'installer les fichiers de pilote d'impression pour Windows 2000 " +"( %d ) !" -msgid "The class name may only contain up to 127 printable characters and may not contain spaces, slashes (/), or the pound sign (#)." -msgstr "Le nom de classe doit comporter au plus 127 caractères, tous imprimables, sans espace, '/' ni '#'." +#, c-format +msgid "Unable to install Windows 9x printer driver files (%d)!" +msgstr "" +"Impossible d'installer les fichiers de pilote d'impression pour Windows 9x " +"( %d ) !" msgid "Unable to modify class:" msgstr "Impossible de modifier la classe :" -msgid "Unable to add class:" -msgstr "Impossible d'ajouter la classe :" - -msgid "Modify Printer" -msgstr "Modifier l'imprimante" - -msgid "Add Printer" -msgstr "Ajouter une imprimante" - -msgid "The printer name may only contain up to 127 printable characters and may not contain spaces, slashes (/), or the pound sign (#)." -msgstr "Le nom d'imprimante doit comporter au plus 127 caractères, tous imprimables, sans espace, '/' ni '#'." - -msgid "Unable to get list of printer drivers:" -msgstr "Impossible d'obtenir la liste des pilotes pour l'imprimante:" - msgid "Unable to modify printer:" msgstr "Impossible de modifier l'imprimante :" -msgid "Unable to add printer:" -msgstr "Impossible d'ajouter l'imprimante :" - -msgid "Set Printer Options" -msgstr "Définir les options de l'imprimante" - -msgid "Missing form variable!" -msgstr "Un champ du formulaire HTML n'a pas été rempli !" +msgid "Unable to move job" +msgstr "Impossible de transférer la tâche !" -msgid "Unable to get PPD file!" -msgstr "Impossible de trouver le fichier PPD !" +msgid "Unable to move jobs" +msgstr "Impossible de transférer les tâches !" + +msgid "Unable to open PPD file" +msgstr "Impossible d'ouvrir le fichier PPD !" msgid "Unable to open PPD file:" msgstr "Impossible d'ouvrir le fichier PPD :" -msgid "Banners" -msgstr "Bannières" +msgid "Unable to open cupsd.conf file:" +msgstr "Impossible d'ouvrir le fichier cupsd.conf :" -msgid "Starting Banner" -msgstr "Début de la bannière" +msgid "Unable to print test page:" +msgstr "Impossible d'imprimer la page de test :" -msgid "Ending Banner" -msgstr "Fin de la bannière" +#, fuzzy, c-format +msgid "Unable to run \"%s\": %s\n" +msgstr "cupsaddsmb: Impossible d'exécuter « %s » : %s\n" -msgid "Policies" -msgstr "Politiques" +msgid "Unable to send maintenance job:" +msgstr "Impossible d'envoyer la tâche de maintenance :" -msgid "Error Policy" -msgstr "Politique d'erreur" +#, fuzzy, c-format +msgid "Unable to set Windows printer driver (%d)!" +msgstr "" +"Impossible d'installer les fichiers de pilote d'impression pour Windows ( %" +"d ) !\n" -msgid "Operation Policy" -msgstr "Politique des opérations" +msgid "Unable to set options:" +msgstr "Impossible de définir les options :" -msgid "PS Binary Protocol" -msgstr "Protocole binaire PS" +msgid "Unable to upload cupsd.conf file:" +msgstr "Impossible de transmettre le fichier cupsd.conf :" -msgid "None" -msgstr "Auncun(e)" +msgid "Unknown" +msgstr "Inconnu(e)" -msgid "Unable to set options:" -msgstr "Impossible de définir les options :" +#, fuzzy, c-format +msgid "Unknown printer error (%s)!" +msgstr "" +"L'attribut « printer-error-policy » a une valeur non comprise : « %s »." -msgid "Change Settings" -msgstr "Modifier les paramètres" +#, c-format +msgid "Unknown printer-error-policy \"%s\"." +msgstr "" +"L'attribut « printer-error-policy » a une valeur non comprise : « %s »." -msgid "Unable to change server settings:" -msgstr "Impossible de modifier les paramètres du serveur :" +#, c-format +msgid "Unknown printer-op-policy \"%s\"." +msgstr "L'attribut « printer-op-policy » a une valeur non comprise : « %s »." -msgid "Unable to upload cupsd.conf file:" -msgstr "Impossible de transmettre le fichier cupsd.conf :" +#, c-format +msgid "Unsupported compression \"%s\"!" +msgstr "La compression « %s » n'est pas gérée !" -msgid "Edit Configuration File" -msgstr "Éditer le fichier de configuration" +#, c-format +msgid "Unsupported compression attribute %s!" +msgstr "L'attribute de compression %s n'est pas géré !" -msgid "Unable to create temporary file:" -msgstr "Impossible de créer le fichier temporaire :" +#, c-format +msgid "Unsupported format \"%s\"!" +msgstr "Le format « %s » n'est pas géré !" -msgid "Unable to access cupsd.conf file:" -msgstr "Impossible d'accéder au fichier cupsd.conf :" +#, c-format +msgid "Unsupported format '%s'!" +msgstr "Format non géré '%s' !" -msgid "Unable to edit cupsd.conf files larger than 1MB!" -msgstr "Impossible d'éditer des fichiers cupsd.conf de taille supérieure à 1Mo !" +#, c-format +msgid "Unsupported format '%s/%s'!" +msgstr "Le format « %s » n'est pas géré !" -msgid "Delete Class" -msgstr "Supprimer la classe" +msgid "" +"Usage:\n" +"\n" +" lpadmin [-h server] -d destination\n" +" lpadmin [-h server] -x destination\n" +" lpadmin [-h server] -p printer [-c add-class] [-i interface] [-m model]\n" +" [-r remove-class] [-v device] [-D description]\n" +" [-P ppd-file] [-o name=value]\n" +" [-u allow:user,user] [-u deny:user,user]\n" +"\n" +msgstr "" +"Utilisation :\n" +"\n" +" lpadmin [-h serveur] -d destination\n" +" lpadmin [-h serveur] -x destination\n" +" lpadmin [-h serveur] -p imprimante [-c classe] [-i interface] [-m " +"modèle]\n" +" [-r classe] [-v URI] [-D description]\n" +" [-P fichier-ppd] [-o option=valeur]\n" +" [-u allow:util.,util.] [-u deny:util.,util.]\n" +"\n" -msgid "Unable to delete class:" -msgstr "Impossible de supprimer la classe :" +#, c-format +msgid "Usage: %s job-id user title copies options [file]\n" +msgstr "" -msgid "Delete Printer" -msgstr "Supprimer l'imprimante" +#, c-format +msgid "Usage: %s job-id user title copies options file\n" +msgstr "" -msgid "Unable to delete printer:" -msgstr "Impossible de supprimer l'imprimante :" +msgid "" +"Usage: cupsaddsmb [options] printer1 ... printerN\n" +" cupsaddsmb [options] -a\n" +"\n" +"Options:\n" +" -E Encrypt the connection to the server\n" +" -H samba-server Use the named SAMBA server\n" +" -U samba-user Authenticate using the named SAMBA user\n" +" -a Export all printers\n" +" -h cups-server Use the named CUPS server\n" +" -v Be verbose (show commands)\n" +msgstr "" +"Utilisation : cupsaddsmb [options] imprimante1 ... imprimanteN\n" +" cupsaddsmb [options] -a\n" +"\n" +"Options:\n" +" -E Crypter la connexion au serveur\n" +" -H serveur-samba Utiliser le serveur SAMBA désigné\n" +" -U utilisateur-samba S'authentifier avec l'utilisateur SAMBA désigné\n" +" -a Exporter toutes les imprimantes\n" +" -h serveur-CUPS Utiliser le serveur CUPS désigné\n" +" -v Être locace ( afficher les commandes )\n" -msgid "Export Printers to Samba" -msgstr "Exporter les imprimantes vers SAMBA" +msgid "" +"Usage: cupsd [-c config-file] [-f] [-F] [-h] [-l]\n" +"\n" +"-c config-file Load alternate configuration file\n" +"-f Run in the foreground\n" +"-F Run in the foreground but detach\n" +"-h Show this usage message\n" +"-l Run cupsd from launchd(8)\n" +msgstr "" +"Utilisation : cupsd [-c fichier-config] [-f] [-F] [-h] [-l]\n" +"\n" +"-c fichier-config Charge un autre fichier de configuration\n" +"-f Exécution au premier plan\n" +"-F Exécution au premier plan mais détaché\n" +"-h Affiche the message d'aide\n" +"-l Exécute cupsd depuis launchd(8)\n" -msgid "Unable to fork process!" -msgstr "Impossible de faire un « fork » !" +msgid "" +"Usage: cupstestdsc [options] filename.ps [... filename.ps]\n" +" cupstestdsc [options] -\n" +"\n" +"Options:\n" +"\n" +" -h Show program usage\n" +"\n" +" Note: this program only validates the DSC comments, not the PostScript " +"itself.\n" +msgstr "" +"Usage: cupstestdsc [options] filename.ps [... filename.ps]\n" +" cupstestdsc [options] -\n" +"\n" +"Options:\n" +"\n" +" -h Show program usage\n" +"\n" +" Note: this program only validates the DSC comments, not the PostScript " +"itself.\n" + +msgid "" +"Usage: cupstestppd [-q] [-r] [-v[v]] filename1.ppd[.gz] [... filenameN.ppd[." +"gz]]\n" +" program | cupstestppd [-q] [-r] [-v[v]] -\n" +msgstr "" +"Utilisation : cupstestppd [-q] [-r] [-v[v]] fichier1.ppd[.gz] [... fichierN." +"ppd[.gz]]\n" +" programme | cupstestppd [-q] [-r] [-v[v]] -\n" -msgid "Unable to connect to server!" -msgstr "Impossible de se connecter au serveur !" +msgid "Usage: lpmove job/src dest\n" +msgstr "Utilisation : lpmove tâche/source destination\n" -msgid "Unable to get printer attributes!" -msgstr "Impossible de récupérer les attributs de l'imprimante !" +msgid "" +"Usage: lpoptions [-h server] [-E] -d printer\n" +" lpoptions [-h server] [-E] [-p printer] -l\n" +" lpoptions [-h server] [-E] -p printer -o option[=value] ...\n" +" lpoptions [-h server] [-E] -x printer\n" +msgstr "" +"Utilisation : lpoptions [-h serveur] [-E] -d imprimante\n" +" lpoptions [-h serveur] [-E] [-p imprimante] -l\n" +" lpoptions [-h serveur] [-E] -p imprimante -o option" +"[=valeur] ...\n" +" lpoptions [-h serveur] [-E] -x imprimante\n" -msgid "Unable to convert PPD file!" -msgstr "Impossible de convertir le fichier PPD !" +msgid "Usage: lppasswd [-g groupname]\n" +msgstr "Utilisation : lppasswd [-g nom_groupe]\n" -msgid "Unable to copy Windows 2000 printer driver files!" -msgstr "Impossible de copier les fichiers de pilote d'impression pour Windows 2000 !" +msgid "" +"Usage: lppasswd [-g groupname] [username]\n" +" lppasswd [-g groupname] -a [username]\n" +" lppasswd [-g groupname] -x [username]\n" +msgstr "" +"Utilisation : lppasswd [-g nom_groupe] [nom_utilisateur]\n" +" lppasswd [-g nom_groupe] -a [nom_utilisateur]\n" +" lppasswd [-g nom_groupe] -x [nom_utilisateur]\n" -msgid "Unable to install Windows 2000 printer driver files!" -msgstr "Impossible d'installer les fichiers de pilote d'impression pour Windows 2000 !" +msgid "" +"Usage: lpq [-P dest] [-U username] [-h hostname[:port]] [-l] [+interval]\n" +msgstr "" +"Utilisation : lpq [-P dest] [-U nom_utilisateur] [-h nom_machine[:port]] [-" +"l] [+intervalle]\n" -msgid "Unable to copy Windows 9x printer driver files!" -msgstr "Impossible de copier les fichiers de pilote d'impression pour Windows 9x !" +msgid "Usage: snmp [host-or-ip-address]\n" +msgstr "" -msgid "Unable to install Windows 9x printer driver files!" -msgstr "Impossible d'installer les fichiers de pilote d'impression pour Windows 9x !" +#, fuzzy, c-format +msgid "WARNING: Boolean expected for waiteof option \"%s\"\n" +msgstr "lp: Il faut un format après l'option '-f' !\n" -msgid "Unable to set Windows printer driver!" -msgstr "Impossible d'installer les fichiers de pilote d'impression pour Windows !" +msgid "WARNING: Couldn't create read channel\n" +msgstr "" -msgid "No printer drivers found!" -msgstr "Aucun pilote trouvé pour l'imprimante !" +msgid "WARNING: Couldn't create sidechannel thread!\n" +msgstr "" -msgid "Unable to execute cupsaddsmb command!" -msgstr "Impossible d'exécuter la commande cupsaddsmb !" +msgid "WARNING: Failed to read side-channel request!\n" +msgstr "" #, c-format -msgid "cupsaddsmb failed with status %d" -msgstr "cupsaddsmb a échoué avec le statut %d" +msgid "WARNING: Option \"%s\" cannot be included via IncludeFeature!\n" +msgstr "" #, c-format -msgid "cupsaddsmb crashed on signal %d" -msgstr "cupsaddsmb s'est terminé inopinément sur réception du signal %d" - -msgid "A Samba username is required to export printer drivers!" -msgstr "Il faut un nom d'utilisateur SAMBA pour exporter les pilotes d'imprimante !" - -msgid "A Samba password is required to export printer drivers!" -msgstr "Il faut un mot de passe SAMBA pour exporter les pilotes d'imprimante !" +msgid "" +"WARNING: Remote host did not respond with command status byte after %d " +"seconds!\n" +msgstr "" -msgid "Unable to open cupsd.conf file:" -msgstr "Impossible d'ouvrir le fichier cupsd.conf :" +#, c-format +msgid "" +"WARNING: Remote host did not respond with control status byte after %d " +"seconds!\n" +msgstr "" -msgid "Unable to change printer:" -msgstr "Impossible de modifier l'imprimante :" +#, c-format +msgid "" +"WARNING: Remote host did not respond with data status byte after %d " +"seconds!\n" +msgstr "" -msgid "Set Allowed Users" -msgstr "Définir les autorisations" +#, c-format +msgid "WARNING: SCSI command timed out (%d); retrying...\n" +msgstr "" -msgid "Unable to get printer attributes:" -msgstr "Impossible de récupérer les attributs de l'imprimante :" +msgid "" +"WARNING: This document does not conform to the Adobe Document Structuring " +"Conventions and may not print correctly!\n" +msgstr "" -msgid "Set Publishing" -msgstr "Publier" +#, fuzzy, c-format +msgid "WARNING: Unknown choice \"%s\" for option \"%s\"!\n" +msgstr "%s: Destination « %s » inconnue !\n" -msgid "Unable to change printer-is-shared attribute:" -msgstr "Impossible de modifier l'attribut « printer-is-shared » :" +#, fuzzy, c-format +msgid "WARNING: Unknown option \"%s\"!\n" +msgstr "%s: Option '%c' inconnue !\n" -msgid "Classes" -msgstr "Classes" +#, fuzzy, c-format +msgid "WARNING: Unsupported baud rate %s!\n" +msgstr "Format non géré '%s' !" -msgid "Unable to get class list:" -msgstr "Impossible d'obtenir la liste des classes :" +#, c-format +msgid "" +"WARNING: recoverable: Network host '%s' is busy; will retry in %d " +"seconds...\n" +msgstr "" -msgid "Unable to get class status:" -msgstr "Impossible d'obtenir l'état de la classe :" +msgid "Warning, no Windows 2000 printer drivers are installed!" +msgstr "" +"Attention, aucun pilote d'impression pour Windows 2000 n'est installé !" -msgid "Move Job" -msgstr "Transférer la tâche" +msgid "Yes" +msgstr "Oui" -msgid "Unable to find destination for job!" -msgstr "Impossible de trouver la destination de la tâche !" +#, c-format +msgid "" +"You must access this page using the URL https://%" +"s:%d%s." +msgstr "" +"Vous devez accéder à cette page avec l'URL https://%s:%d%s." -msgid "Move All Jobs" -msgstr "Transférer toutes les tâches" +msgid "aborted" +msgstr "abandonnée" -msgid "Unable to move job" -msgstr "Impossible de transférer la tâche !" +msgid "canceled" +msgstr "annulée" -msgid "Unable to move jobs" -msgstr "Impossible de transférer les tâches !" +msgid "completed" +msgstr "terminée" -msgid "Print Test Page" -msgstr "Imprimer la page de test" +msgid "cups-deviced failed to execute." +msgstr "L'exécution de « cups-deviced » a échouée." -msgid "Unable to print test page:" -msgstr "Impossible d'imprimer la page de test :" +msgid "cups-driverd failed to execute." +msgstr "L'exécution de « cups-driverd » a échouée." -msgid "Jobs" -msgstr "Tâches" +#, c-format +msgid "cupsaddsmb: No PPD file for printer \"%s\" - %s\n" +msgstr "cupsaddsmb: Pas de fichier PPD pour l'imprimante « %s » - %s\n" -msgid "Job operation failed:" -msgstr "L'opération sur la tâche a échoué :" +msgid "cupsd: Expected config filename after \"-c\" option!\n" +msgstr "" +"cupsd: Il faut un nom de fichier de configuration après l'option '-c' !\n" -msgid "Printers" -msgstr "Imprimantes" +#, c-format +msgid "cupsd: Unknown argument \"%s\" - aborting!\n" +msgstr "cupsd: Argument « %s » inconnu - abandon !\n" -msgid "Unable to get printer list:" -msgstr "Impossible d'obtenir la liste des imprimantes :" +#, c-format +msgid "cupsd: Unknown option \"%c\" - aborting!\n" +msgstr "cupsd: Option « %c » inconnue - abandon !\n" -msgid "Unable to get printer status:" -msgstr "Impossible d'obtenir l'état de l'imprimante :" +msgid "cupsd: launchd(8) support not compiled in, running in normal mode.\n" +msgstr "" +"cupsd: la gestion de launchd(8) n'a pas été compilée - exécution en mode " +"normal.\n" -msgid "OK" -msgstr "OK" +msgid "cupstestppd: The -q option is incompatible with the -v option.\n" +msgstr "cupstestppd: L'option est -q incomptaible avec l'option -v.\n" -msgid "Unable to open PPD file" -msgstr "Impossible d'ouvrir le fichier PPD !" +msgid "cupstestppd: The -v option is incompatible with the -q option.\n" +msgstr "cupstestppd: L'option est -v incomptaible avec l'option -q.\n" -msgid "NULL PPD file pointer" -msgstr "Pointeur de fichier PPD NUL !" +#, c-format +msgid "device for %s/%s: %s\n" +msgstr "périphérique pour %s/%s : %s \n" -msgid "Memory allocation error" -msgstr "Problème d'allocation de mémoire" +#, c-format +msgid "device for %s: %s\n" +msgstr "périphérique pour %s : %s\n" -msgid "Missing PPD-Adobe-4.x header" -msgstr "Il manque l'entête PPD-Adobe-4.x" +msgid "held" +msgstr "retenue" -msgid "Missing value string" -msgstr "Il manque la valeur" +msgid "help\t\tget help on commands\n" +msgstr "help\t\tobtenir de l'aide sur les commandes\n" -msgid "Internal error" -msgstr "Erreur interne" +msgid "idle" +msgstr "inactive" -msgid "Bad OpenGroup" -msgstr "OpenGroup erroné" +msgid "job-printer-uri attribute missing!" +msgstr "Il manque l'attribut « job-printer-uri » !" -msgid "OpenGroup without a CloseGroup first" -msgstr "OpenGroup sans de CloseGroup d'abord" +msgid "lpadmin: Class name can only contain printable characters!\n" +msgstr "" +"lpadmin: Un nom de classe ne peut comporter que des caractères " +"imprimables !\n" -msgid "Bad OpenUI/JCLOpenUI" -msgstr "OpenUI/JCLOpenUI erroné" +msgid "lpadmin: Expected PPD after '-P' option!\n" +msgstr "lpadmin: Il faut un fichier PPD après l'option '-P' !\n" -msgid "OpenUI/JCLOpenUI without a CloseUI/JCLCloseUI first" -msgstr "OpenUI/JCLOpenUI sans de CloseUI/JCLCloseUI d'abord" +msgid "lpadmin: Expected allow/deny:userlist after '-u' option!\n" +msgstr "" +"lpadmin: Il faut un argument du type allow/deny:liste_utilisateurs\n" +" après l'option '-u' !\n" -msgid "Bad OrderDependency" -msgstr "OrderDependency erroné" +msgid "lpadmin: Expected class after '-r' option!\n" +msgstr "lpadmin: Il faut une classe après l'option '-r' !\n" -msgid "Bad UIConstraints" -msgstr "UIConstraints erroné" +msgid "lpadmin: Expected class name after '-c' option!\n" +msgstr "lpadmin: Il faut un nom de classe après l'option '-c' !\n" -msgid "Missing asterisk in column 1" -msgstr "Il manque un astérisque à la colonne 1" +msgid "lpadmin: Expected description after '-D' option!\n" +msgstr "lpadmin: Il faut une description après l'option '-D' !\n" -msgid "Line longer than the maximum allowed (255 characters)" -msgstr "Ligne plus longue que les 255 caractères autorisés" +msgid "lpadmin: Expected device URI after '-v' option!\n" +msgstr "lpadmin: Il faut un URI de périphérique après l'option '-v' !\n" -msgid "Illegal control character" -msgstr "Caractère de contrôle incorrect" +msgid "lpadmin: Expected file type(s) after '-I' option!\n" +msgstr "" +"lpadmin: Il faut un ou plusieurs types de fichier après l'option '-I' !\n" -msgid "Illegal main keyword string" -msgstr "Mot-clé essentiel incorrect" +msgid "lpadmin: Expected hostname after '-h' option!\n" +msgstr "lpadmin: Il faut un nom d'hôte après l'option 'h' !\n" -msgid "Illegal option keyword string" -msgstr "Mot-clé d'option incorrect" +msgid "lpadmin: Expected interface after '-i' option!\n" +msgstr "lpadmin: Il faut une interface après l'option '-i' !\n" -msgid "Illegal translation string" -msgstr "Traduction incorrecte" +msgid "lpadmin: Expected location after '-L' option!\n" +msgstr "lpadmin: Il faut un lieu après l'option '-L' !\n" -msgid "Illegal whitespace character" -msgstr "Caractère « espace blanc » incorrect" +msgid "lpadmin: Expected model after '-m' option!\n" +msgstr "lpadmin: Il faut un modèle après l'option '-m' !\n" -msgid "Bad custom parameter" -msgstr "Paramètre de personnalisation incorrect" +msgid "lpadmin: Expected name=value after '-o' option!\n" +msgstr "" +"lpadmin: Il faut un argument du type option=valeur après l'option '-o' !\n" -msgid "Unknown" -msgstr "Inconnu(e)" +msgid "lpadmin: Expected printer after '-p' option!\n" +msgstr "lpadmin: Il faut une imprimante après l'option '-p' !\n" -msgid "Custom" -msgstr "Personnalisation" +msgid "lpadmin: Expected printer name after '-d' option!\n" +msgstr "lpadmin: Il faut un nom d'imprimante après l'option '-d' !\n" -msgid "JCL" -msgstr "JCL ( Langage de contrôle de tâche )" +msgid "lpadmin: Expected printer or class after '-x' option!\n" +msgstr "lpadmin: Il faut une imprimante ou une classe après l'option '-x' !\n" -msgid "No authentication information provided!" -msgstr "Pas d'information d'authentification !" +msgid "lpadmin: No member names were seen!\n" +msgstr "lpadmin: Aucun nom de membre trouvé !\n" #, c-format -msgid "Password for %s required to access %s via SAMBA: " -msgstr "Il faut un mot de passe à %s pour accéder à %s via SAMBA : " +msgid "lpadmin: Printer %s is already a member of class %s.\n" +msgstr "lpadmin: L'imprimante %s est déjà membre de la classe %s.\n" #, c-format -msgid "Running command: %s %s -N -U '%s%%%s' -c '%s'\n" -msgstr "Exécute la commande : %s %s -N -U '%s%%%s' -c '%s'\n" +msgid "lpadmin: Printer %s is not a member of class %s.\n" +msgstr "lpadmin: L'imprimante %s n'est pas membre de la classe %s.\n" -#, c-format -msgid "cupsaddsmb: Unable to run \"%s\": %s\n" -msgstr "cupsaddsmb: Impossible d'exécuter « %s » : %s\n" +msgid "lpadmin: Printer name can only contain printable characters!\n" +msgstr "" +"lpadmin: Un nom d'imprimante ne peut comporter que des caractères " +"imprimables !\n" -msgid "cupsaddsmb: No Windows printer drivers are installed!\n" -msgstr "cupsaddsmb: Aucun pilote d'impression pour Windows n'est installé !\n" +msgid "" +"lpadmin: Unable to add a printer to the class:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Impossible d'ajouter une imprimante à la classe :\n" +" Vous devez d'abord préciser un nom d'imprimante !\n" -msgid "cupsaddsmb: Warning, no Windows 2000 printer drivers are installed!\n" -msgstr "cupsaddsmb: Attention, aucun pilote d'impression pour Windows 2000 n'est installé !\n" +#, c-format +msgid "lpadmin: Unable to connect to server: %s\n" +msgstr "lpadmin: Impossible de se connecter au serveur « %s » !\n" #, c-format -msgid "lpadmin: Printer %s is already a member of class %s.\n" -msgstr "lpadmin: L'imprimante %s est déjà membre de la classe %s.\n" +msgid "lpadmin: Unable to create temporary file - %s\n" +msgstr "lpadmin: Impossible de créer un fichier temporaire : %s\n" -msgid "lpadmin: No member names were seen!\n" -msgstr "lpadmin: Aucun nom de membre trouvé !\n" +#, c-format +msgid "lpadmin: Unable to create temporary file: %s\n" +msgstr "lpadmin: Impossible de créer un fichier temporaire : %s\n" #, c-format -msgid "lpadmin: Printer %s is not a member of class %s.\n" -msgstr "lpadmin: L'imprimante %s n'est pas membre de la classe %s.\n" +msgid "lpadmin: Unable to open PPD file \"%s\" - %s\n" +msgstr "lpadmin: Impossible d'ouvrir le fichier PPD « %s » : %s\n" #, c-format +msgid "lpadmin: Unable to open file \"%s\": %s\n" +msgstr "lpadmin: Impossible d'ouvrir le fichier « %s » : %s\n" + msgid "" -"Device: uri = %s\n" -" class = %s\n" -" info = %s\n" -" make-and-model = %s\n" -" device-id = %s\n" +"lpadmin: Unable to remove a printer from the class:\n" +" You must specify a printer name first!\n" msgstr "" -"Matériel : URI = %s\n" -" classe = %s\n" -" info = %s\n" -" marque/modèle = %s\n" -" ID matériel = %s\n" +"lpadmin: Impossible de supprimer une imprimante de la classe :\n" +" Vous devez d'abord préciser un nom d'imprimante !\n" -#, c-format msgid "" -"Model: name = %s\n" -" natural_language = %s\n" -" make-and-model = %s\n" -" device-id = %s\n" +"lpadmin: Unable to set the PPD file:\n" +" You must specify a printer name first!\n" msgstr "" -"Modèle : nom = %s\n" -" langue naturelle = %s\n" -" marque/modèle = %s\n" -" ID matériel = %s\n" +"lpadmin: Impossible de définir le fichier PPD :\n" +" Vous devez d'abord préciser un nom d'imprimante !\n" + +msgid "" +"lpadmin: Unable to set the device URI:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Impossible de définir l'URI du périphérique :\n" +" Vous devez d'abord préciser un nom d'imprimante !\n" +msgid "" +"lpadmin: Unable to set the interface script or PPD file:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Impossible de définir le script d'interface ou le fichier PPD :\n" +" Vous devez d'abord préciser un nom d'imprimante !\n" -msgid "Usage: lpmove job/src dest\n" -msgstr "Utilisation : lpmove tâche/source destination\n" +msgid "" +"lpadmin: Unable to set the interface script:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Impossible de définir le script d'interface :\n" +" Vous devez d'abord préciser un nom d'imprimante !\n" -msgid "lpstat: Need \"completed\", \"not-completed\", or \"all\" after -W!\n" -msgstr "lpstat: Il faut « completed » ou « not-completed » après l'option -W !\n" +msgid "" +"lpadmin: Unable to set the printer description:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Impossible de définir la description de l'imprimante :\n" +" Vous devez d'abord préciser un nom d'imprimante !\n" -#, c-format -msgid "%s accepting requests since %s\n" -msgstr "%s accepte les requêtes depuis le %s\n" +msgid "" +"lpadmin: Unable to set the printer location:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Impossible de définir le lieu de l'imprimante :\n" +" Vous devez d'abord préciser un nom d'imprimante !\n" -#, c-format msgid "" -"%s not accepting requests since %s -\n" -"\t%s\n" +"lpadmin: Unable to set the printer options:\n" +" You must specify a printer name first!\n" msgstr "" -"%s n'accepte pas les requêtes depuis le %s -\n" -"\t%s\n" +"lpadmin: Impossible de définir les options de l'imprimante :\n" +" Vous devez d'abord préciser un nom d'imprimante !\n" + +#, c-format +msgid "lpadmin: Unknown allow/deny option \"%s\"!\n" +msgstr "lpadmin: Option allow/deny « %s » inconnue !\n" #, c-format -msgid "%s/%s accepting requests since %s\n" -msgstr "%s/%s accepte les requêtes depuis le %s\n" +msgid "lpadmin: Unknown argument '%s'!\n" +msgstr "lpadmin: Argument « %s » inconnu !\n" #, c-format -msgid "" -"%s/%s not accepting requests since %s -\n" -"\t%s\n" -msgstr "" -"%s/%s n'accepte pas les requêtes depuis le %s -\n" -"\t%s\n" +msgid "lpadmin: Unknown option '%c'!\n" +msgstr "lpadmin: Option '%c' inconnue !\n" + +msgid "lpadmin: Warning - content type list ignored!\n" +msgstr "lpadmin: Attention - les types de contenu sont ignorés !\n" msgid "lpc> " msgstr "lpc> " #, c-format -msgid "%s: Unable to contact server!\n" -msgstr "%s: Impossible de contacter le serveur !\n" +msgid "lpinfo: Unable to connect to server: %s\n" +msgstr "lpinfo: Impossible de se connecter au serveur : %s\n" #, c-format -msgid "%s: Error - expected username after '-U' option!\n" -msgstr "%s: Erreur - il faut un nom d'utilisateur après l'option '-U' !\n" +msgid "lpinfo: Unknown argument '%s'!\n" +msgstr "lpinfo: Argument '%s' inconnu !\n" #, c-format -msgid "%s: Error - unknown destination \"%s/%s\"!\n" -msgstr "%s: Erreur - destination « %s/%s » inconnue !\n" +msgid "lpinfo: Unknown option '%c'!\n" +msgstr "lpinfo: Option '%c' inconnue !\n" #, c-format -msgid "%s: Unknown destination \"%s\"!\n" -msgstr "%s: Destination « %s » inconnue !\n" +msgid "lpmove: Unable to connect to server: %s\n" +msgstr "lpmove: Impossible de se connecter au serveur : %s\n" #, c-format -msgid "%s: Error - expected hostname after '-h' option!\n" -msgstr "%s: Erreur - il faut un nom de machine après l'option '-h' !\n" +msgid "lpmove: Unknown argument '%s'!\n" +msgstr "lpmove: Argument '%s' inconnu !\n" #, c-format -msgid "%s: error - %s environment variable names non-existent destination \"%s\"!\n" -msgstr "%s: Erreur - la variable d'environnement %s désigne une destination inexistente « %s » !\n" +msgid "lpmove: Unknown option '%c'!\n" +msgstr "lpmove: Option '%c' inconnue !\n" + +msgid "lpoptions: No printers!?!\n" +msgstr "lpoptions: Pas d'imprimante !?!\n" #, c-format -msgid "%s: error - no default destination available.\n" -msgstr "%s: Erreur - aucune destination par défaut n'est disponible.\n" +msgid "lpoptions: Unable to add printer or instance: %s\n" +msgstr "lpoptions: Impossible d'ajouter l'imprimante ou l'instance : %s\n" -msgid "Usage: lpq [-P dest] [-U username] [-h hostname[:port]] [-l] [+interval]\n" -msgstr "Utilisation : lpq [-P dest] [-U nom_utilisateur] [-h nom_machine[:port]] [-l] [+intervalle]\n" +#, fuzzy, c-format +msgid "lpoptions: Unable to get PPD file for %s: %s\n" +msgstr "lpoptions: Impossible d'ouvrir le fichier PPD pour %s !\n" #, c-format -msgid "%s: Error - expected hostname after '-H' option!\n" -msgstr "%s: Erreur - il faut un nom de machine après l'option '-H' !\n" +msgid "lpoptions: Unable to open PPD file for %s!\n" +msgstr "lpoptions: Impossible d'ouvrir le fichier PPD pour %s !\n" -#, c-format -msgid "%s: Error - expected value after '-%c' option!\n" -msgstr "%s: Erreur - il faut une valeur après l'option '-%c' !\n" +msgid "lpoptions: Unknown printer or class!\n" +msgstr "lpoptions: Imprimante ou classe inconnue !\n" -#, c-format -msgid "%s: Warning - '%c' format modifier not supported - output may not be correct!\n" -msgstr "%s: Attention - le modificateur de format '%c' n'est pas géré - l'affichage pourrait être incorrect !\n" +msgid "lppasswd: Only root can add or delete passwords!\n" +msgstr "" +"lppasswd: Seul l'utilisateur « root » peut ajouter ou supprimer des mots de " +"passe !\n" -#, c-format -msgid "%s: error - expected option=value after '-o' option!\n" -msgstr "%s: Erreur - il faut un argument du type option=valeur après l'option '-o' !\n" +msgid "lppasswd: Password file busy!\n" +msgstr "lppasswd: Le fichier des mots de passe exidte déjà !\n" -#, c-format -msgid "%s: Error - expected destination after '-P' option!\n" -msgstr "%s: Erreur - il faut une destination après l'option '-P' !\n" +msgid "lppasswd: Password file not updated!\n" +msgstr "lppasswd: Le fichier des mots de passe n'a pas été mis-à-jour !\n" -#, c-format -msgid "%s: Error - expected copy count after '-#' option!\n" -msgstr "%s: Erreur - il faut un nombre de copies après l'option '-#' !\n" +msgid "lppasswd: Sorry, password doesn't match!\n" +msgstr "lppasswd: Désolé, le mot de passe est erroné !\n" -#, c-format -msgid "%s: Error - expected name after '-%c' option!\n" -msgstr "%s: Erreur - il faut un nom après l'option '-%c' !\n" +msgid "" +"lppasswd: Sorry, password rejected.\n" +"Your password must be at least 6 characters long, cannot contain\n" +"your username, and must contain at least one letter and number.\n" +msgstr "" +"lppasswd: Désolé, mot de passe refusé.\n" +"Votre mot de passe doit comporter au moins 6 caractères, au moins une " +"lettre\n" +"et un nombre, et ne peut contenir votre nom d'utilisateur.\n" -#, c-format -msgid "%s: Error - unknown option '%c'!\n" -msgstr "%s: Erreur - option '%c' inconnue !\n" +msgid "lppasswd: Sorry, passwords don't match!\n" +msgstr "lppasswd: Désolé, les mots de passe sont différents !\n" #, c-format -msgid "%s: Error - unable to access \"%s\" - %s\n" -msgstr "%s: Erreur - impossible d'accéder à « %s » - %s\n" +msgid "lppasswd: Unable to copy password string: %s\n" +msgstr "lppasswd: Impossible de copier le mot de passe : %s\n" #, c-format -msgid "%s: Error - too many files - \"%s\"\n" -msgstr "%s: Erreur - trop de fichiers - « %s »\n" +msgid "lppasswd: Unable to open password file: %s\n" +msgstr "lppasswd: Impossible d'ouvrir le fichier des mots de passe: %s\n" #, c-format -msgid "%s: Error - %s environment variable names non-existent destination \"%s\"!\n" -msgstr "%s: Erreur - la variable d'environnement %s désigne une destination inexistente « %s » !\n" +msgid "lppasswd: Unable to write to password file: %s\n" +msgstr "lppasswd: Impossible d'écrire dans le fichier des mots de passe : %s\n" #, c-format -msgid "%s: Error - no default destination available.\n" -msgstr "%s: Erreur - aucune destination par défaut n'est disponible.\n" +msgid "lppasswd: failed to backup old password file: %s\n" +msgstr "" +"lppasswd: impossible de sauvegarder l'ancien fichier des mots de passe : %s\n" #, c-format -msgid "%s: Error - scheduler not responding!\n" -msgstr "%s: Erreur - l'ordonnanceur ne répond pas !\n" +msgid "lppasswd: failed to rename password file: %s\n" +msgstr "lppasswd: impossible de renommer le fichier des mots de passe : %s\n" #, c-format -msgid "%s: Error - unable to create temporary file \"%s\" - %s\n" -msgstr "%s: Erreur - impossible de créer le fichier temporaire « %s » - %s\n" +msgid "lppasswd: user \"%s\" and group \"%s\" do not exist.\n" +msgstr "" +"lppasswd: l'utilisateur « %s » et/ou le groupe « %s » n'existe(nt) pas !\n" -#, c-format -msgid "%s: Error - unable to write to temporary file \"%s\" - %s\n" -msgstr "%s: Erreur - impossible d'écrire dans le fichier temporaire « %s » - %s\n" +msgid "lprm: Unable to contact server!\n" +msgstr "lprm: Impossible de contacter le serveur !\n" #, c-format -msgid "%s: Error - stdin is empty, so no job has been sent.\n" -msgstr "%s: Erreur - stdin est vide, donc aucune tâche n'a été envoyée.\n" +msgid "" +"lpstat: error - %s environment variable names non-existent destination \"%s" +"\"!\n" +msgstr "" +"lpstat: erreur - la variable d'environnement désigne une destination\n" +" inexistente « %s » !\n" #, c-format -msgid "%s: Error - unknown destination \"%s\"!\n" -msgstr "%s: Erreur - destination « %s » inconnue !\n" +msgid "members of class %s:\n" +msgstr "membres de la classe %s :\n" -#, c-format -msgid "%s: Error - expected reason text after '-r' option!\n" -msgstr "%s: Erreur - il faut le texte de la raison après l'option '-r' !\n" +msgid "no entries\n" +msgstr "aucune entrée\n" -#, c-format -msgid "%s: Error - expected username after '-u' option!\n" -msgstr "%s: Erreur - il faut un nom d'utilisateur après l'option '-u' !\n" +msgid "no system default destination\n" +msgstr "le système n'a pas de destination par défaut\n" -#, c-format -msgid "%s: %s failed: %s\n" -msgstr ""%s: %s a échoué : %s" +msgid "notify-events not specified!" +msgstr "Attribut « notify-events » non renseigné !" #, c-format -msgid "%s: Error - expected destination after '-d' option!\n" -msgstr "%s: Erreur - il faut une destination après l'option '-d' !\n" +msgid "notify-recipient-uri URI \"%s\" uses unknown scheme!" +msgstr "" #, c-format -msgid "%s: Error - expected form after '-f' option!\n" -msgstr "%s: Erreur - il faut un format après l'option '-f' !\n" +msgid "notify-subscription-id %d no good!" +msgstr "Valeur erronée pour l'attribut « notify-subscription-id » : %d !" #, c-format -msgid "%s: Warning - form option ignored!\n" -msgstr "%s: Attention - l'option « format » est ignorée !\n" +msgid "open of %s failed: %s" +msgstr "l'ouverture de %s a échoué : %s" -#, c-format -msgid "%s: Expected job ID after '-i' option!\n" -msgstr "%s: Il faut un numéro de tâche après l'option '-i' !\n" +msgid "pending" +msgstr "en attente" #, c-format -msgid "%s: Error - cannot print files and alter jobs simultaneously!\n" -msgstr "%s: Erreur - impossible d'imprimer et modifier les tâches en même temps !\n" +msgid "printer %s disabled since %s -\n" +msgstr "l'imprimante %s est désactivée depuis le %s -\n" #, c-format -msgid "%s: Error - bad job ID!\n" -msgstr "%s: Erreur - numéro de tâche incorrect !\n" +msgid "printer %s is idle. enabled since %s\n" +msgstr "l'imprimante %s ne fait rien ; elle est activée depuis le %s\n" #, c-format -msgid "%s: Error - expected copies after '-n' option!\n" -msgstr "%s: Erreur - il faut un nombre de copies après l'option '-n' !\n" +msgid "printer %s now printing %s-%d. enabled since %s\n" +msgstr "" +"l'imprimante %s est en train d'imprimer %s-%d ; elle est activée depuis le %" +"s\n" #, c-format -msgid "%s: Error - expected option string after '-o' option!\n" -msgstr "%s: Erreur - il faut une chaîne d'option \"nom=valeur\" après l'option '-o' !\n" +msgid "printer %s/%s disabled since %s -\n" +msgstr "l'imprimante %s/%s est désactivée depuis le %s -\n" #, c-format -msgid "%s: Error - expected priority after '-%c' option!\n" -msgstr "%s: Erreur - il faut une priorité après l'option '-%c' !\n" +msgid "printer %s/%s is idle. enabled since %s\n" +msgstr "l'imprimante %s/%s ne fait rien ; elle est activée depuis le %s\n" #, c-format -msgid "%s: Error - priority must be between 1 and 100.\n" -msgstr "%s: Erreur - la priorité doit être comprise entre 1 et 100.\n" +msgid "printer %s/%s now printing %s-%d. enabled since %s\n" +msgstr "" +"l'imprimante %s/%s est en train d'imprimer %s-%d ; elle est activée depuis " +"le %s\n" -#, c-format -msgid "%s: Error - expected title after '-t' option!\n" -msgstr "%s: Erreur - il faut un titre après l'option '-t' !\n" +msgid "processing" +msgstr "en cours" #, c-format -msgid "%s: Error - expected mode list after '-y' option!\n" -msgstr "%s: Erreur - il faut une liste de modes après l'option '-y' !\n" +msgid "request id is %s-%d (%d file(s))\n" +msgstr "l'identifiant de requête est %s-%d ( %d fichier(s) )\n" -#, c-format -msgid "%s: Warning - mode option ignored!\n" -msgstr "%s: Attention - l'option « mode » est ignorée !\n" +msgid "scheduler is not running\n" +msgstr "l'ordonnanceur est arrêté\n" -#, c-format -msgid "%s: Error - expected hold name after '-H' option!\n" -msgstr "%s: Erreur - il faut un code de retenue après l'option '-H' !\n" +msgid "scheduler is running\n" +msgstr "l'ordonnanceur tourne\n" #, c-format -msgid "%s: Need job ID ('-i jobid') before '-H restart'!\n" -msgstr "%s: Il faut un numéro de tâche ( '-i' ) avant '-H restart' !\n" +msgid "stat of %s failed: %s" +msgstr "stat sur %s a échoué : %s" -#, c-format -msgid "%s: Error - expected page list after '-P' option!\n" -msgstr "%s: Erreur - il faut une liste de pages après l'option '-P' !\n" +msgid "status\t\tshow status of daemon and queue\n" +msgstr "status\t\taffiche l'état du démon et de la file\n" -#, c-format -msgid "%s: Error - expected character set after '-S' option!\n" -msgstr "%s: Erreur - il faut un jeu de caractères après l'option '-S' !\n" +msgid "stopped" +msgstr "arrêtée" #, c-format -msgid "%s: Warning - character set option ignored!\n" -msgstr "%s: Attention - l'option « jeu de caractères » est ignorée !\n" +msgid "system default destination: %s\n" +msgstr "destination par défaut du système : %s\n" #, c-format -msgid "%s: Error - expected content type after '-T' option!\n" -msgstr "%s: Erreur - il faut un type de contenu après l'option '-T' !\n" +msgid "system default destination: %s/%s\n" +msgstr "destination par défaut du système : %s/%s\n" -#, c-format -msgid "%s: Warning - content type option ignored!\n" -msgstr "%s: Attention - l'option « type de contenu » est ignorée !\n" +msgid "unknown" +msgstr "inconnue" -#, c-format -msgid "%s: Error - cannot print from stdin if files or a job ID are provided!\n" -msgstr "" -"%s: Erreur - impossible d'imprimer depuis l'entrée standard si un fichier\n" -" ou un numéro de tâche est spécifié !\n" +msgid "untitled" +msgstr "sans titre" -#, c-format -msgid "%s: Error - need \"completed\", \"not-completed\", or \"all\" after '-W' option!\n" -msgstr "%s: Erreur - il faut « completed », « not-completed », ou « all » après l'option -W !\n" +#~ msgid "" +#~ " **FAIL** 1284DeviceId must be 1284DeviceID!\n" +#~ " REF: Page 72, section 5.5\n" +#~ msgstr "" +#~ " **FAIL** 1284DeviceId must be 1284DeviceID!\n" +#~ " REF: Page 72, section 5.5\n" + +#~ msgid " %d ERROR%s FOUND\n" +#~ msgstr " %d ERROR%s FOUND\n" -#, c-format -msgid "%s: Error - expected destination after '-b' option!\n" -msgstr "%s: Erreur - il faut une destination après l'option '-b' !\n" +#~ msgid "%s accepting requests since Jan 01 00:00\n" +#~ msgstr "%s accepte les requêtes depuis le Jan 01 00:00\n" -#, c-format -msgid "%s: Invalid destination name in list \"%s\"!\n" -msgstr "%s: Erreur - nom de destination incorrect dans la liste « %s » !\n" +#~ msgid "" +#~ "%s not accepting requests since Jan 01 00:00 -\n" +#~ "\t%s\n" +#~ msgstr "" +#~ "%s n'accepte pas les requêtes depuis le Jan 01 00:00 -\n" +#~ "\t%s\n" -#, c-format -msgid "%s: Unable to connect to server\n" -msgstr "%s: Impossible de se connecter au serveur !\n" +#~ msgid "%s/%s accepting requests since Jan 01 00:00\n" +#~ msgstr "%s/%s accepte les requêtes depuis le Jan 01 00:00\n" -msgid "Print Job:" -msgstr "Imprimer la tâche :" +#~ msgid "" +#~ "%s/%s not accepting requests since Jan 01 00:00 -\n" +#~ "\t%s\n" +#~ msgstr "" +#~ "%s/%s n'accepte pas les requêtes depuis le Jan 01 00:00 -\n" +#~ "\t%s\n" + +#~ msgid "%s: Expected reason text after -r!\n" +#~ msgstr "%s: Il faut le texte de la raison après l'option '-r' !\n" + +#~ msgid "%s: Expected server name after -h!\n" +#~ msgstr "%s: Il faut un nom de serveur après l'option '-h' !\n" + +#~ msgid "%s: Unknown option '%c'!\n" +#~ msgstr "%s: Option '%c' inconnue !\n" + +#~ msgid "Auto" +#~ msgstr "Auto" + +#~ msgid "Bad option + choice on line %d!\n" +#~ msgstr "Couple option + choix incorrect à la ligne %d !\n" + +#~ msgid "Class" +#~ msgstr "Classe" + +#~ msgid "" +#~ "Device: uri = %s\n" +#~ " class = %s\n" +#~ " info = %s\n" +#~ " make-and-model = %s\n" +#~ msgstr "" +#~ "Matériel : URI = %s\n" +#~ " classe = %s\n" +#~ " info = %s\n" +#~ " marque/modèle = %s\n" + +#~ msgid "" +#~ "Enter your username and password or the root username and password to " +#~ "access this page." +#~ msgstr "" +#~ "Entrez votre nom d'utilisateur et votre mot de passe UNIX ou bien " +#~ "identifiez-vous en tant que « root » pour accéder à cette page." + +#~ msgid "Extra" +#~ msgstr "Supplémentaire" + +#~ msgid "Job #%d doesn't exist!" +#~ msgstr "La tâche n°%d n'existe pas !" + +#~ msgid "Job #%d is already %s - can't cancel." +#~ msgstr "La tâche n°%d est déjà « %s » - impossible de l'annuler." + +#~ msgid "Job #%d is already cancelled - can't cancel." +#~ msgstr "La tâche n°%d est déjà annulée - impossible de l'annuler." + +#~ msgid "Missing double quote on line %d!\n" +#~ msgstr "Il manque un \" à la ligne %d !\n" + +#~ msgid "Missing value on line %d!\n" +#~ msgstr "Il manque une valeur à la ligne %d !\n" + +#~ msgid "" +#~ "Model: name = %s\n" +#~ " natural_language = %s\n" +#~ " make-and-model = %s\n" +#~ msgstr "" +#~ "Modèle : nom = %s\n" +#~ " langue naturelle = %s\n" +#~ " marque/modèle = %s\n" + +#~ msgid "No Windows printer drivers are installed!\n" +#~ msgstr "Aucun pilote d'impression pour Windows n'est installé !\n" + +#~ msgid "No printer drivers found!" +#~ msgstr "Aucun pilote trouvé pour l'imprimante !" + +#~ msgid "Not authorized to hold job #%d owned by \"%s\"!" +#~ msgstr "" +#~ "Vous n'avez pas l'autorisation de retenir la tâche n°%d appartenant à « %" +#~ "s » !" + +#~ msgid "Printer" +#~ msgstr "Imprimante" + +#~ msgid "Printer not shared!" +#~ msgstr "L'imprimante n'est pas partagée !" + +#~ msgid "Running command: %s %s -N -U '%s%%%s' -c '%s'\n" +#~ msgstr "Exécute la commande : %s %s -N -U '%s%%%s' -c '%s'\n" + +#~ msgid "The printer-uri \"%s\" is not valid." +#~ msgstr "L'attribut « printer-uri » est incorrect : « %s »." + +#~ msgid "Too many jobs - %d jobs, max jobs is %d." +#~ msgstr "Trop de tâches - %d tâches pour un maximum de %d." + +#~ msgid "Unable to connect to server!" +#~ msgstr "Impossible de se connecter au serveur !" + +#~ msgid "Unable to convert PPD file!" +#~ msgstr "Impossible de convertir le fichier PPD !" + +#~ msgid "Unable to copy CUPS printer driver files (%d)!\n" +#~ msgstr "" +#~ "Impossible de copier les fichiers de pilote d'impression pour CUPS ( %" +#~ "d ) !\n" + +#~ msgid "Unable to copy Windows 2000 printer driver files (%d)!\n" +#~ msgstr "" +#~ "Impossible de copier les fichiers de pilote d'impression pour Windows " +#~ "2000 ( %d ) !\n" + +#~ msgid "Unable to copy Windows 2000 printer driver files!" +#~ msgstr "" +#~ "Impossible de copier les fichiers de pilote d'impression pour Windows " +#~ "2000 !" + +#~ msgid "Unable to copy Windows 9x printer driver files (%d)!\n" +#~ msgstr "" +#~ "Impossible de copier les fichiers de pilote d'impression pour Windows 9x " +#~ "( %d ) !\n" + +#~ msgid "Unable to copy Windows 9x printer driver files!" +#~ msgstr "" +#~ "Impossible de copier les fichiers de pilote d'impression pour Windows 9x !" + +#~ msgid "Unable to execute cupsaddsmb command!" +#~ msgstr "Impossible d'exécuter la commande cupsaddsmb !" + +#~ msgid "Unable to fork process!" +#~ msgstr "Impossible de faire un « fork » !" + +#~ msgid "Unable to get printer attributes!" +#~ msgstr "Impossible de récupérer les attributs de l'imprimante !" + +#~ msgid "Unable to install Windows 2000 printer driver files (%d)!\n" +#~ msgstr "" +#~ "Impossible d'installer les fichiers de pilote d'impression pour Windows " +#~ "2000 ( %d ) !\n" + +#~ msgid "Unable to install Windows 2000 printer driver files!" +#~ msgstr "" +#~ "Impossible d'installer les fichiers de pilote d'impression pour Windows " +#~ "2000 !" + +#~ msgid "Unable to install Windows 9x printer driver files (%d)!\n" +#~ msgstr "" +#~ "Impossible d'installer les fichiers de pilote d'impression pour Windows " +#~ "9x ( %d ) !\n" + +#~ msgid "Unable to install Windows 9x printer driver files!" +#~ msgstr "" +#~ "Impossible d'installer les fichiers de pilote d'impression pour Windows " +#~ "9x !" + +#~ msgid "Unable to set Windows printer driver (%d)!\n" +#~ msgstr "" +#~ "Impossible d'installer les fichiers de pilote d'impression pour Windows " +#~ "( %d ) !\n" + +#~ msgid "Unable to set Windows printer driver!" +#~ msgstr "" +#~ "Impossible d'installer les fichiers de pilote d'impression pour Windows !" + +#~ msgid "" +#~ "Usage: cupsaddsmb [options] printer1 ... printerN\n" +#~ " cupsaddsmb [options] -a\n" +#~ "\n" +#~ "Options:\n" +#~ " -H samba-server Use the named SAMBA server\n" +#~ " -U samba-user Authenticate using the named SAMBA user\n" +#~ " -a Export all printers\n" +#~ " -h cups-server Use the named CUPS server\n" +#~ " -v Be verbose (show commands)\n" +#~ msgstr "" +#~ "Utilisation : cupsaddsmb [options] imprimante1 ... imprimanteN\n" +#~ " cupsaddsmb [options] -a\n" +#~ "\n" +#~ "Options:\n" +#~ " -H serveur-samba Utiliser le serveur SAMBA désigné\n" +#~ " -U utilisateur-samba S'authentifier avec l'utilisateur SAMBA désigné\n" +#~ " -a Exporter toutes les imprimantes\n" +#~ " -h serveur-CUPS Utiliser le serveur CUPS désigné\n" +#~ " -v Être locace ( afficher les commandes )\n" + +#~ msgid "Usage: lpmove job dest\n" +#~ msgstr "Utilisation : lpmove tâche destination\n" + +#~ msgid "Usage: lpq [-P dest] [-l] [+interval]\n" +#~ msgstr "Utilisation : lpq [-P dest] [-l] [+intervalle]\n" + +#~ msgid "Variable" +#~ msgstr "Variable" + +#~ msgid "Warning, no Windows 2000 printer drivers are installed!\n" +#~ msgstr "" +#~ "Attention, aucun pilote d'impression pour Windows 2000 n'est installé !\n" + +#~ msgid "You are not authorized to alter job id %d owned by \"%s\"!" +#~ msgstr "" +#~ "Vous n'avez pas l'autorisation de modifier la tâche n°%d appartenant à « %" +#~ "s » !" + +#~ msgid "You are not authorized to authenticate job #%d owned by \"%s\"!" +#~ msgstr "" +#~ "Vous n'avez pas l'autorisation d'authentifier la tâche n°%d appartenant à " +#~ "« %s » !" + +#~ msgid "You are not authorized to delete job #%d owned by \"%s\"!" +#~ msgstr "" +#~ "Vous n'avez pas l'autorisation de supprimer la tâche n°%d appartenant à « " +#~ "%s » !" + +#~ msgid "You are not authorized to move job #%d owned by \"%s\"!" +#~ msgstr "" +#~ "Vous n'avez pas l'autorisation de transférer la tâche n°%d appartenant à " +#~ "« %s » !" + +#~ msgid "You are not authorized to release job id %d owned by \"%s\"!" +#~ msgstr "" +#~ "Vous n'avez pas l'autorisation de libérer la tâche n°%d appartenant à « %" +#~ "s » !" + +#~ msgid "You are not authorized to restart job id %d owned by \"%s\"!" +#~ msgstr "" +#~ "Vous n'avez pas l'autorisation de redémarrer la tâche n°%d appartenant à " +#~ "« %s » !" + +#~ msgid "You are not authorized to send document for job #%d owned by \"%s\"!" +#~ msgstr "" +#~ "Vous n'avez pas l'autorisation d'envoyer un document pour la tâche n°%d " +#~ "appartenant à « %s » !" + +#~ msgid "You must use a https: URL to access this page." +#~ msgstr "Vous devez utiliser une URL https: pour accéder à cette page." + +#~ msgid "add_class: Unknown printer-error-policy \"%s\"." +#~ msgstr "" +#~ "add_class: L'attribut « printer-error-policy » a une valeur non " +#~ "comprise : « %s »." + +#~ msgid "add_class: Unknown printer-op-policy \"%s\"." +#~ msgstr "" +#~ "add_class: L'attribut « printer-op-policy » a une valeur non comprise : « " +#~ "%s »." + +#~ msgid "cancel: %s failed: %s\n" +#~ msgstr "annulation: %s a échoué :%s\n" + +#~ msgid "cancel: Error - expected hostname after '-h' option!\n" +#~ msgstr "" +#~ "annulation: erreur - il faut un nom de machine après l'option '-h' !\n" + +#~ msgid "cancel: Error - expected username after '-u' option!\n" +#~ msgstr "" +#~ "annulation: erreur - il faut un nom d'utilisateur après l'option '-u' !\n" + +#~ msgid "cancel: Unable to contact server!\n" +#~ msgstr "annulation: Impossible de contacter le serveur !\n" + +#~ msgid "cancel: Unknown destination \"%s\"!\n" +#~ msgstr "annulation: Destination inconnue « %s » !" + +#~ msgid "cancel: Unknown option '%c'!\n" +#~ msgstr "annulation: Option '%c' inconnue !" + +#~ msgid "cupsaddsmb crashed on signal %d" +#~ msgstr "cupsaddsmb s'est terminé inopinément sur réception du signal %d" + +#~ msgid "cupsaddsmb failed with status %d" +#~ msgstr "cupsaddsmb a échoué avec le statut %d" + +#~ msgid "cupsaddsmb: Bad option + choice on line %d!\n" +#~ msgstr "cupsaddsmb: Option et choix erronés à la ligne n°%d !\n" + +#~ msgid "cupsaddsmb: Missing double quote on line %d!\n" +#~ msgstr "cupsaddsmb: Il manque un \" à la ligne n°%d !\n" + +#~ msgid "cupsaddsmb: Missing value on line %d!\n" +#~ msgstr "cupsaddsmb: Il manque une valeur à la ligne n°%d !\n" + +#~ msgid "cupsaddsmb: No PPD file for printer \"%s\" - skipping!\n" +#~ msgstr "" +#~ "cupsaddsmb: Aucun fichier PPD pour l'imprimante « %s » - ignorée !\n" + +#~ msgid "cupsaddsmb: No Windows printer drivers are installed!\n" +#~ msgstr "" +#~ "cupsaddsmb: Aucun pilote d'impression pour Windows n'est installé !\n" + +#~ msgid "cupsaddsmb: Unable to connect to server \"%s\" for %s - %s\n" +#~ msgstr "" +#~ "cupsaddsmb: Impossible de se connecter au serveur « %s » pour %s - %s\n" + +#~ msgid "cupsaddsmb: Unable to convert PPD file for %s - %s\n" +#~ msgstr "cupsaddsmb: Impossible de convertir le fichier PPD pour %s - %s\n" + +#~ msgid "cupsaddsmb: Unable to copy CUPS printer driver files (%d)!\n" +#~ msgstr "" +#~ "cupsaddsmb: Impossible de copier les fichiers du pilote d'impression pour " +#~ "CUPS (%d) !\n" + +#~ msgid "cupsaddsmb: Unable to copy Windows 2000 printer driver files (%d)!\n" +#~ msgstr "" +#~ "cupsaddsmb: Impossible de copier les fichiers du pilote d'impression pour " +#~ "Windows 2000 (%d) !\n" + +#~ msgid "cupsaddsmb: Unable to copy Windows 9x printer driver files (%d)!\n" +#~ msgstr "" +#~ "cupsaddsmb: Impossible de copier les fichiers du pilote d'impression pour " +#~ "Windows 9x (%d) !\n" + +#~ msgid "" +#~ "cupsaddsmb: Unable to install Windows 2000 printer driver files (%d)!\n" +#~ msgstr "" +#~ "cupsaddsmb: Impossible d'installer les fichiers du pilote d'impression " +#~ "pour Windows 2000 (%d) !\n" + +#~ msgid "" +#~ "cupsaddsmb: Unable to install Windows 9x printer driver files (%d)!\n" +#~ msgstr "" +#~ "cupsaddsmb: Impossible d'installer les fichiers du pilote d'impression " +#~ "pour Windows 9x (%d) !\n" -msgid "pending" -msgstr "en attente" +#~ msgid "cupsaddsmb: Unable to run \"%s\": %s\n" +#~ msgstr "cupsaddsmb: Impossible d'exécuter « %s » : %s\n" -msgid "held" -msgstr "retenue" +#~ msgid "cupsaddsmb: Unable to set Windows printer driver (%d)!\n" +#~ msgstr "" +#~ "cupsaddsmb: Impossible de paramétrer le pilote d'impression pour Windows " +#~ "(%d) !\n" -msgid "processing" -msgstr "en cours" +#~ msgid "" +#~ "cupsaddsmb: Warning, no Windows 2000 printer drivers are installed!\n" +#~ msgstr "" +#~ "cupsaddsmb: Attention, aucun pilote d'impression pour Windows 2000 n'est " +#~ "installé !\n" -msgid "stopped" -msgstr "arrêtée" +#~ msgid "cupsaddsmb: get-printer-attributes failed for \"%s\": %s\n" +#~ msgstr "cupsaddsmb: get-printer-attributes a échoué pour « %s » : %s\n" -msgid "canceled" -msgstr "annulée" +#~ msgid "lp: Error - bad job ID!\n" +#~ msgstr "lp: Erreur - numéro de tâche incorrect !\n" -msgid "aborted" -msgstr "abandonnée" +#~ msgid "lp: Error - cannot print files and alter jobs simultaneously!\n" +#~ msgstr "" +#~ "lp: Erreur - impossible d'imprimer et modifier les tâches en même " +#~ "temps !\n" -msgid "completed" -msgstr "terminée" +#~ msgid "" +#~ "lp: Error - cannot print from stdin if files or a job ID are provided!\n" +#~ msgstr "" +#~ "lp: Erreur - impossible d'imprimer depuis l'entrée standard si un " +#~ "fichier\n" +#~ " ou un numéro de tâche est spécifié !\n" -msgid "unknown" -msgstr "inconnue" +#~ msgid "lp: Expected character set after -S option!\n" +#~ msgstr "lp: Il faut un jeu de caractères après l'option '-S' !\n" -msgid "untitled" -msgstr "sans titre" +#~ msgid "lp: Expected content type after -T option!\n" +#~ msgstr "lp: Il faut un type de contenu après l'option '-T' !\n" -msgid "Printer:" -msgstr "Imprimante :" +#~ msgid "lp: Expected copies after -n option!\n" +#~ msgstr "lp: Il faut un nombre de copies après l'option '-n' !\n" -msgid "idle" -msgstr "inactive" +#~ msgid "lp: Expected destination after -d option!\n" +#~ msgstr "lp: Il faut une destination après l'option '-d' !\n" -msgid "Missing notify-subscription-ids attribute!" -msgstr "Il manque l'attibut notify-subscription-ids" +#~ msgid "lp: Expected form after -f option!\n" +#~ msgstr "lp: Il faut un format après l'option '-f' !\n" -msgid "Job subscriptions cannot be renewed!" -msgstr "Les souscriptions de tâche ne peuvent être renouvelées !" +#~ msgid "lp: Expected hold name after -H option!\n" +#~ msgstr "lp: Il faut un code de retenue après l'option '-H' !\n" +#~ msgid "lp: Expected hostname after -h option!\n" +#~ msgstr "lp: Il faut un nom d'hôte après l'option '-h' !\n" -I AM HERE +#~ msgid "lp: Expected job ID after -i option!\n" +#~ msgstr "lp: Il faut un numéro de tâche après l'option '-i' !\n" +#~ msgid "lp: Expected mode list after -y option!\n" +#~ msgstr "lp: Il faut une liste de modes après l'option '-y' !\n" -msgid "cupsd: Expected config filename after \"-c\" option!\n" -msgstr "cupsd: Il faut un nom de fichier de configuration après l'option '-c' !\n" +#~ msgid "lp: Expected option string after -o option!\n" +#~ msgstr "" +#~ "lp: Il faut une chaîne d'option \"nom=valeur\" après l'option '-o' !\n" -msgid "cupsd: launchd(8) support not compiled in, running in normal mode.\n" -msgstr "cupsd: la gestion de launchd(8) n'a pas été compilée - exécution en mode normal.\n" +#~ msgid "lp: Expected page list after -P option!\n" +#~ msgstr "lp: Il faut une liste de pages après l'option '-P' !\n" -#, c-format -msgid "cupsd: Unknown option \"%c\" - aborting!\n" -msgstr "cupsd: Option « %c » inconnue - abandon !\n" +#~ msgid "lp: Expected priority after -%c option!\n" +#~ msgstr "lp: Il faut une priorité après l'option '-%c' !\n" -#, c-format -msgid "cupsd: Unknown argument \"%s\" - aborting!\n" -msgstr "cupsd: Argument « %s » inconnu - abandon !\n" +#~ msgid "lp: Expected title after -t option!\n" +#~ msgstr "lp: Il faut un titre après l'option '-t' !\n" -msgid "" -"Usage: cupsd [-c config-file] [-f] [-F] [-h] [-l]\n" -"\n" -"-c config-file Load alternate configuration file\n" -"-f Run in the foreground\n" -"-F Run in the foreground but detach\n" -"-h Show this usage message\n" -"-l Run cupsd from launchd(8)\n" -msgstr "" -"Utilisation : cupsd [-c fichier-config] [-f] [-F] [-h] [-l]\n" -"\n" -"-c fichier-config Charge un autre fichier de configuration\n" -"-f Exécution au premier plan\n" -"-F Exécution au premier plan mais détaché\n" -"-h Affiche the message d'aide\n" -"-l Exécute cupsd depuis launchd(8)\n" +#~ msgid "lp: Need job ID (-i) before \"-H restart\"!\n" +#~ msgstr "lp: Il faut un numéro de tâche ( '-i' ) avant '-H restart' !\n" -#, c-format -msgid " WARN Line %d only contains whitespace!\n" -msgstr " WARN Line %d only contains whitespace!\n" +#~ msgid "lp: Priority must be between 1 and 100.\n" +#~ msgstr "lp: La priorité doit être comprise entre 1 et 100.\n" -msgid " WARN File contains a mix of CR, LF, and CR LF line endings!\n" -msgstr " WARN File contains a mix of CR, LF, and CR LF line endings!\n" +#~ msgid "lp: Too many files - \"%s\"\n" +#~ msgstr "lp: Trop de fichiers - « %s »\n" -msgid " WARN Non-Windows PPD files should use lines ending with only LF, not CR LF!\n" -msgstr " WARN Non-Windows PPD files should use lines ending with only LF, not CR LF!\n" +#~ msgid "lp: Unable to access \"%s\" - %s\n" +#~ msgstr "lp: Impossible d'accéder à « %s » - %s\n" -msgid "Printer Maintenance" -msgstr "Maintenance de l'imprimante" +#~ msgid "lp: Unknown option '%c'!\n" +#~ msgstr "lp: Option '%c' inconnue !\n" -msgid "Unable to send maintenance job:" -msgstr "Impossible d'envoyer la tâche de maintenance :" +#~ msgid "lp: Warning - character set option ignored!\n" +#~ msgstr "lp: Attention - l'option « jeu de caractères » est ignorée !\n" -#, c-format -msgid "cupsaddsmb: No PPD file for printer \"%s\" - %s\n" -msgstr "cupsaddsmb: Pas de fichier PPD pour l'imprimante « %s » - %s\n" +#~ msgid "lp: Warning - content type option ignored!\n" +#~ msgstr "lp: Attention - l'option « type de contenu » est ignorée !\n" -#, c-format -msgid " **FAIL** %s %s does not exist!\n" -msgstr " **FAIL** %s %s does not exist!\n" +#~ msgid "lp: Warning - mode option ignored!\n" +#~ msgstr "lp: Attention - l'option « mode » est ignorée !\n" -#, c-format -msgid " **FAIL** Bad language \"%s\"!\n" -msgstr " **FAIL** Bad language \"%s\"!\n" +#~ msgid "" +#~ "lp: error - %s environment variable names non-existent destination \"%s" +#~ "\"!\n" +#~ msgstr "" +#~ "lp: erreur - la variable d'environnement %s désigne une destination " +#~ "inexistente « %s » !\n" -#, c-format -msgid " **FAIL** Missing \"%s\" translation string for option %s!\n" -msgstr " **FAIL** Missing \"%s\" translation string for option %s!\n" +#~ msgid "lp: error - no default destination available.\n" +#~ msgstr "lp: Erreur - aucune destination par défaut n'est disponible.\n" -#, c-format -msgid " **FAIL** Default translation string for option %s contains 8-bit characters!\n" -msgstr " **FAIL** Default translation string for option %s contains 8-bit characters!\n" +#~ msgid "lp: error - scheduler not responding!\n" +#~ msgstr "lp: Erreur - l'odonnanceur ne répond pas !\n" -#, c-format -msgid " **FAIL** Missing \"%s\" translation string for option %s, choice %s!\n" -msgstr " **FAIL** Missing \"%s\" translation string for option %s, choice %s!\n" +#~ msgid "lp: error - unable to write to temporary file \"%s\" - %s\n" +#~ msgstr "" +#~ "lp: Erreur - impossible d'écrire dans le fichier temporaire « %s » - %s\n" -#, c-format -msgid " **FAIL** Default translation string for option %s choice %s contains 8-bit characters!\n" -msgstr " **FAIL** Default translation string for option %s choice %s contains 8-bit characters!\n" +#~ msgid "lp: restart-job failed: %s\n" +#~ msgstr "lp: restart-job a échoué : %s\n" -#, c-format -msgid " **FAIL** Bad cupsFilter value \"%s\"!\n" -msgstr " **FAIL** Bad cupsFilter value \"%s\"!\n" +#~ msgid "lp: set-job-attributes failed: %s\n" +#~ msgstr "lp: set-job-attributes a échoué : %s\n" -msgid "Help" -msgstr "Aide" +#~ msgid "lp: stdin is empty, so no job has been sent.\n" +#~ msgstr "" +#~ "lp: l'entrée standard est vide, donc aucune tâche n'a été envoyée.\n" -#, c-format -msgid "Missing value on line %d!\n" -msgstr "Il manque une valeur à la ligne %d !\n" +#, fuzzy +#~ msgid "lp: unable to create temporary file \"%s\" - %s\n" +#~ msgstr "" +#~ "lp: Erreur - impossible de créer le fichier temporaire « %s » - %s\n" -#, c-format -msgid "Missing double quote on line %d!\n" -msgstr "Il manque un \" à la ligne %d !\n" +#~ msgid "lp: unable to print file: %s\n" +#~ msgstr "lp: impossible d'imprimer le fichier - %s\n" -#, c-format -msgid "Bad option + choice on line %d!\n" -msgstr "Couple option + choix incorrect à la ligne %d !\n" +#~ msgid "lpadmin: %s failed: %s\n" +#~ msgstr "lpadmin: %s a échoué : %s\n" -#, c-format -msgid "Unable to copy Windows 2000 printer driver files (%d)!\n" -msgstr "Impossible de copier les fichiers de pilote d'impression pour Windows 2000 ( %d ) !\n" +#~ msgid "lpadmin: add-printer (set description) failed: %s\n" +#~ msgstr "" +#~ "lpadmin: add-printer ( définition de la description ) a échoué : %s\n" -#, c-format -msgid "Unable to copy CUPS printer driver files (%d)!\n" -msgstr "Impossible de copier les fichiers de pilote d'impression pour CUPS ( %d ) !\n" +#~ msgid "lpadmin: add-printer (set location) failed: %s\n" +#~ msgstr "lpadmin: add-printer ( définition du lieu ) a échoué : %s\n" -#, c-format -msgid "Unable to install Windows 2000 printer driver files (%d)!\n" -msgstr "Impossible d'installer les fichiers de pilote d'impression pour Windows 2000 ( %d ) !\n" +#~ msgid "lpadmin: add-printer (set model) failed: %s\n" +#~ msgstr "lpadmin: add-printer ( définition du modèle ) a échoué : %s\n" -#, c-format -msgid "Unable to copy Windows 9x printer driver files (%d)!\n" -msgstr "Impossible de copier les fichiers de pilote d'impression pour Windows 9x ( %d ) !\n" +#~ msgid "lpinfo: cups-get-devices failed: %s\n" +#~ msgstr "lpinfo: cups-get-devices a échoué : %s\n" -#, c-format -msgid "Unable to install Windows 9x printer driver files (%d)!\n" -msgstr "Impossible d'installer les fichiers de pilote d'impression pour Windows 9x ( %d ) !\n" +#~ msgid "lpinfo: cups-get-ppds failed: %s\n" +#~ msgstr "lpinfo: cups-get-ppds a échoué : %s\n" -msgid "No Windows printer drivers are installed!\n" -msgstr "Aucun pilote d'impression pour Windows n'est installé !\n" +#~ msgid "lpmove: move-job failed: %s\n" +#~ msgstr "lpmove: move-job a échoué : %s\n" -msgid "Warning, no Windows 2000 printer drivers are installed!\n" -msgstr "Attention, aucun pilote d'impression pour Windows 2000 n'est installé !\n" +#~ msgid "lpoptions: Destination %s has no PPD file!\n" +#~ msgstr "lpoptions: La destination %s n'a pas de fichier PPD !\n" -#, c-format -msgid "Unable to set Windows printer driver (%d)!\n" -msgstr "Impossible d'installer les fichiers de pilote d'impression pour Windows ( %d ) !\n"" +#~ msgid "lpq: Unable to contact server!\n" +#~ msgstr "lpq: Impossible de contacter le serveur !\n" -msgid "" -"Usage: cupsaddsmb [options] printer1 ... printerN\n" -" cupsaddsmb [options] -a\n" -"\n" -"Options:\n" -" -E Encrypt the connection to the server\n" -" -H samba-server Use the named SAMBA server\n" -" -U samba-user Authenticate using the named SAMBA user\n" -" -a Export all printers\n" -" -h cups-server Use the named CUPS server\n" -" -v Be verbose (show commands)\n" -msgstr "" -"Utilisation : cupsaddsmb [options] imprimante1 ... imprimanteN\n" -" cupsaddsmb [options] -a\n" -"\n" -"Options:\n" -" -E Crypter la connexion au serveur\n" -" -H serveur-samba Utiliser le serveur SAMBA désigné\n" -" -U utilisateur-samba S'authentifier avec l'utilisateur SAMBA désigné\n" -" -a Exporter toutes les imprimantes\n" -" -h serveur-CUPS Utiliser le serveur CUPS désigné\n" -" -v Être locace ( afficher les commandes )\n" +#~ msgid "lpq: Unknown destination \"%s\"!\n" +#~ msgstr "lpq: Destination « %s » inconnue !\n" -#, c-format -msgid "Unable to copy Windows 2000 printer driver files (%d)!" -msgstr "Impossible de copier les fichiers de pilote d'impression pour Windows 2000 ( %d ) !" +#~ msgid "lpq: Unknown destination \"%s/%s\"!\n" +#~ msgstr "lpq: Destination « %s/%s » inconnue !\n" -#, c-format -msgid "Unable to copy CUPS printer driver files (%d)!" -msgstr "Impossible de copier les fichiers de pilote d'impression pour CUPS ( %d ) !" +#~ msgid "lpq: error - no default destination available.\n" +#~ msgstr "lpq: erreur - aucune destination par défaut n'est disponible.\n" -#, c-format -msgid "Unable to install Windows 2000 printer driver files (%d)!" -msgstr "Impossible d'installer les fichiers de pilote d'impression pour Windows 2000 ( %d ) !" +#~ msgid "lpq: get-jobs failed: %s\n" +#~ msgstr "lpq: « get-jobs » a échoué: %s\n" -#, c-format -msgid "Unable to copy Windows 9x printer driver files (%d)!" -msgstr "Impossible de copier les fichiers de pilote d'impression pour Windows 9x ( %d ) !" +#~ msgid "lpq: get-printer-attributes failed: %s\n" +#~ msgstr "lpq: get-printer-attributes a échoué : %s\n" -#, c-format -msgid "Unable to install Windows 9x printer driver files (%d)!" -msgstr "Impossible d'installer les fichiers de pilote d'impression pour Windows 9x ( %d ) !" +#~ msgid "" +#~ "lpr: error - %s environment variable names non-existent destination \"%s" +#~ "\"!\n" +#~ msgstr "" +#~ "lpr: erreur - la variable d'environnement %s désigne une destination " +#~ "inexistente « %s » !\n" -msgid "No Windows printer drivers are installed!" -msgstr "Aucun pilote d'impression pour Windows n'est installé !" +#~ msgid "lpr: error - expected copy count after -# option!\n" +#~ msgstr "lpr: erreur - il faut un nombre de copies après l'option '-#' !\n" -msgid "Warning, no Windows 2000 printer drivers are installed!" -msgstr "Attention, aucun pilote d'impression pour Windows 2000 n'est installé !" +#~ msgid "lpr: error - expected destination after -P option!\n" +#~ msgstr "lpr: erreur - il faut une destination après l'option '-P' !\n" -#, c-format -msgid "open of %s failed: %s" -msgstr "l'ouverture de %s a échoué : %s" +#~ msgid "lpr: error - expected name after -%c option!\n" +#~ msgstr "lpr: erreur - il faut un nom après l'option '-%c' !\n" -#, c-format -msgid "Running command: %s %s -N -A %s -c '%s'\n" -msgstr "Exécution de la commande : %s %s -N -A %s -c '%s'\n" +#~ msgid "lpr: error - expected option=value after -o option!\n" +#~ msgstr "" +#~ "lpr: erreur - il faut un argument du type option=valeur après l'option '-" +#~ "o' !\n" -#, c-format -msgid "stat of %s failed: %s" -msgstr "stat sur %s a échoué : %s" +#~ msgid "lpr: error - expected username after -U option!\n" +#~ msgstr "lpr: erreur - il faut un nom d'utilisateur après l'option '-U' !\n" -#, c-format -msgid "Job #%d is already cancelled - can't cancel." -msgstr "La tâche n°%d est déjà annulée - impossible de l'annuler." +#~ msgid "lpr: error - expected value after -%c option!\n" +#~ msgstr "lpr: erreur - il faut une valeur après l'option '-%c' !\n" -#, c-format -msgid "Job #%d is already aborted - can't cancel." -msgstr "La tâche n°%d est déjà abandonnée - impossible de l'annuler." +#~ msgid "lpr: error - no default destination available.\n" +#~ msgstr "lpr: erreur - aucune destination par défaut n'est disponible.\n" -#, c-format -msgid "Job #%d is already completed - can't cancel." -msgstr "La tâche n°%d est déjà terminée - impossible de l'annuler." +#~ msgid "lpr: error - scheduler not responding!\n" +#~ msgstr "lpr: erreur - l'ordonnanceur ne répond pas !\n" -#, c-format -msgid "You must access this page using the URL https://%s:%d%s." -msgstr "Vous devez accéder à cette page avec l'URL https://%s:%d%s." +#~ msgid "lpr: error - stdin is empty, so no job has been sent.\n" +#~ msgstr "lpr: erreur - stdin est vide, donc aucune tâche n'a été envoyée.\n" -#, c-format -msgid "Unsupported format '%s'!" -msgstr "Format non géré '%s' !" +#~ msgid "lpr: error - too many files - \"%s\"\n" +#~ msgstr "lpr: erreur - trop de fichiers - « %s »\n" -msgid "FAIL\n" -msgstr "ÉCHEC" +#~ msgid "lpr: error - unable to access \"%s\" - %s\n" +#~ msgstr "lpr: erreur - impossible d'accéder à « %s » - %s\n" -#, c-format -msgid "" -" Line %d is longer than 255 characters (%d)!\n" -" REF: Page 25, Line Length\n" -msgstr "" -" Line %d is longer than 255 characters (%d)!\n" -" REF: Page 25, Line Length\n" +#~ msgid "lpr: error - unable to create temporary file \"%s\" - %s\n" +#~ msgstr "" +#~ "lpr: erreur - impossible de créer le fichier temporaire « %s » - %s\n" -msgid "" -" Missing %!PS-Adobe-3.0 on first line!\n" -" REF: Page 17, 3.1 Conforming Documents\n" -msgstr "" -" Missing %!PS-Adobe-3.0 on first line!\n" -" REF: Page 17, 3.1 Conforming Documents\n" +#~ msgid "lpr: error - unable to print file: %s\n" +#~ msgstr "lpr: erreur - impossible d'imprimer le fichier : %s\n" -#, c-format -msgid "" -" Bad %%%%Pages: on line %d!\n" -" REF: Page 43, %%%%Pages:\n" -msgstr "" -" Bad %%%%Pages: on line %d!\n" -" REF: Page 43, %%%%Pages:\n" +#~ msgid "lpr: error - unable to write to temporary file \"%s\" - %s\n" +#~ msgstr "" +#~ "lpr: erreur - impossible d'écrire dans le fichier temporaire « %s » - %s\n" -#, c-format -msgid "" -" Bad %%%%BoundingBox: on line %d!\n" -" REF: Page 39, %%%%BoundingBox:\n" -msgstr "" -" Bad %%%%BoundingBox: on line %d!\n" -" REF: Page 39, %%%%BoundingBox:\n" +#~ msgid "lpr: error - unknown option '%c'!\n" +#~ msgstr "lpr: erreur - option '%c' inconnue !\n" -#, c-format -msgid "" -" Bad %%%%Page: on line %d!\n" -" REF: Page 53, %%%%Page:\n" -msgstr "" -" Bad %%%%Page: on line %d!\n" -" REF: Page 53, %%%%Page:\n" +#~ msgid "" +#~ "lpr: warning - '%c' format modifier not supported - output may not be " +#~ "correct!\n" +#~ msgstr "" +#~ "lpr: attention - le modificateur de format '%c' n'est pas géré - " +#~ "l'affichage pourrait être incorrect !\n" -#, c-format -msgid "" -" Missing or bad %%BoundingBox: comment!\n" -" REF: Page 39, %%BoundingBox:\n" -msgstr "" -" Missing or bad %%BoundingBox: comment!\n" -" REF: Page 39, %%BoundingBox:\n" +#~ msgid "lpr: warning - email notification is not currently supported!\n" +#~ msgstr "" +#~ "lpr: attention - la notification par courriel n'est pas encore gérée !\n" -#, c-format -msgid "" -" Missing or bad %%Pages: comment!\n" -" REF: Page 43, %%Pages:\n" -msgstr "" -" Missing or bad %%Pages: comment!\n" -" REF: Page 43, %%Pages:\n" +#~ msgid "lprm: Job or printer not found!\n" +#~ msgstr "lprm: La tâche ou l'imprimante n'a pas été trouvée !\n" -#, c-format -msgid "" -" Missing %%EndComments comment!\n" -" REF: Page 41, %%EndComments\n" -msgstr "" -" Missing %%EndComments comment!\n" -" REF: Page 41, %%EndComments\n" +#~ msgid "lprm: Not authorized to lprm job(s)!\n" +#~ msgstr "" +#~ "lprm: Vous n'avez pas l'autorisation de supprimer cette(ces) tâche(s) !\n" -#, c-format -msgid "" -" Missing or bad %%Page: comments!\n" -" REF: Page 53, %%Page:\n" -msgstr "" -" Missing or bad %%Page: comments!\n" -" REF: Page 53, %%Page:\n" +#~ msgid "lprm: Unable to cancel job(s)!\n" +#~ msgstr "lprm: Impossible d'annuler cette(ces) tâche(s) !\n" -#, c-format -msgid " Too many %%EndDocument comments!\n" -msgstr " Too many %%EndDocument comments!\n" +#~ msgid "lprm: Unable to lprm job(s)!\n" +#~ msgstr "lprm: Impossible de supprimer cette(ces) tâche(s) !\n" -#, c-format -msgid " Too many %%BeginDocument comments!\n" -msgstr " Too many %%BeginDocument comments!\n" +#~ msgid "lprm: Unknown destination \"%s\"!\n" +#~ msgstr "lprm: Destination « %s » inconnue !\n" -#, c-format -msgid " Saw %d lines that exceeded 255 characters!\n" -msgstr " Saw %d lines that exceeded 255 characters!\n" +#~ msgid "lprm: Unknown option '%c'!\n" +#~ msgstr "lprm: Option '%c' inconnue !\n" -msgid "PASS\n" -msgstr "OK" +#~ msgid "lprm: You don't own job ID %d!\n" +#~ msgstr "lprm: La tâche n°%d ne vous appartient pas !\n" -msgid " Warning: file contains binary data!\n" -msgstr " Warning: file contains binary data!\n" +#~ msgid "lpstat: Invalid destination name in list \"%s\"!\n" +#~ msgstr "lpstat: Nom de destination incorrect dans la liste « %s » !\n" -#, c-format -msgid " Warning: obsolete DSC version %.1f in file!\n" -msgstr " Warning: obsolete DSC version %.1f in file!\n" +#~ msgid "lpstat: Need \"completed\" or \"not-completed\" after -W!\n" +#~ msgstr "" +#~ "lpstat: Il faut « completed » ou « not-completed » après l'option -W !\n" -#, c-format -msgid " Warning: no %%EndComments comment in file!\n" -msgstr " Warning: no %%EndComments comment in file!\n" +#~ msgid "" +#~ "lpstat: Need \"completed\", \"not-completed\", or \"all\" after -W!\n" +#~ msgstr "" +#~ "lpstat: Il faut « completed » ou « not-completed » après l'option -W !\n" -msgid "" -"Usage: cupstestdsc [options] filename.ps [... filename.ps]\n" -" cupstestdsc [options] -\n" -"\n" -"Options:\n" -"\n" -" -h Show program usage\n" -"\n" -" Note: this program only validates the DSC comments, not the PostScript itself.\n" -msgstr "" -"Usage: cupstestdsc [options] filename.ps [... filename.ps]\n" -" cupstestdsc [options] -\n" -"\n" -"Options:\n" -"\n" -" -h Show program usage\n" -"\n" -" Note: this program only validates the DSC comments, not the PostScript itself.\n" +#~ msgid "lpstat: The -b option requires a destination argument.\n" +#~ msgstr "lpstat: Il faut une destination après l'option '-b' !\n" +#~ msgid "lpstat: Unable to connect to server %s on port %d: %s\n" +#~ msgstr "" +#~ "lpstat: Impossible de se connecter au serveur « %s » sur le port %d : %s\n" -#, c-format -msgid "Password for %s on %s? " -msgstr "Mot de passe pour %s sur %s? " +#~ msgid "lpstat: Unknown destination \"%s\"!\n" +#~ msgstr "lpstat: Destination « %s » inconnue !\n" -msgid "" -" **FAIL** 1284DeviceId must be 1284DeviceID!\n" -" REF: Page 72, section 5.5\n" -msgstr "" -" **FAIL** 1284DeviceId must be 1284DeviceID!\n" -" REF: Page 72, section 5.5\n" +#~ msgid "lpstat: Unknown option '%c'!\n" +#~ msgstr "lpstat: Option '%c inconnue !\n" +#~ msgid "lpstat: get-classes failed: %s\n" +#~ msgstr "lpstat: get-classes a échoué : %s !\n" -# -# End of "$Id$". -# +#~ msgid "lpstat: get-jobs failed: %s\n" +#~ msgstr "lpstat: get-jobs a échoué : %s !\n" + +#~ msgid "lpstat: get-printers failed: %s\n" +#~ msgstr "lpstat: get-printers a échoué: %s\n" diff --git a/locale/cups_he.po b/locale/cups_he.po new file mode 100644 index 000000000..d4a0975a5 --- /dev/null +++ b/locale/cups_he.po @@ -0,0 +1,2824 @@ +# +# "$Id$" +# +# Message catalog template for the Common UNIX Printing System (CUPS). +# +# Copyright 2005-2006 by Easy Software Products. +# +# These coded instructions, statements, and computer programs are the +# property of Easy Software Products and are protected by Federal +# copyright law. Distribution and use rights are outlined in the file +# "LICENSE.txt" which should have been included with this file. If this +# file is missing or damaged please contact Easy Software Products +# at: +# +# Attn: CUPS Licensing Information +# Easy Software Products +# 44141 Airport View Drive, Suite 204 +# Hollywood, Maryland 20636 USA +# +# Voice: (301) 373-9600 +# EMail: cups-info@cups.org +# WWW: http://www.cups.org +# + +msgid "" +msgstr "" +"Project-Id-Version: CUPS 1.2\n" +"Report-Msgid-Bugs-To: http://www.cups.org/str.php\n" +"POT-Creation-Date: 2006-05-21 10:08-0400\n" +"PO-Revision-Date: 2007-01-15 11:20+0200\n" +"Last-Translator: Opher Shachar \n" +"Language-Team: Hebrew, Opher Shachar and Yehuda Noyman.\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "Options Installed" +msgstr "אופציות מותקנות" + +msgid "Class" +msgstr "מחלקה" + +msgid "Printer" +msgstr "מדפסת" + +msgid "Extra" +msgstr "נוסף" + +msgid "General" +msgstr "כללי" + +msgid "Media Size" +msgstr "גודל דף" + +msgid "Media Type" +msgstr "סוג דף" + +msgid "Media Source" +msgstr "מקור דף" + +msgid "Output Mode" +msgstr "שיטת פלט" + +msgid "Resolution" +msgstr "רזולוציה" + +msgid "Variable" +msgstr "משתנה" + +msgid "Yes" +msgstr "כן" + +msgid "No" +msgstr "לא" + +msgid "Auto" +msgstr "אוטומטי" + +msgid "Enter your username and password or the root username and password to access this page." +msgstr "הקלד שם משתמש וסיסמה או שם משתמש \"root\" וסיסמה כדי לגשת לדף זה." + +msgid "You must use a https: URL to access this page." +msgstr "יש להשתמש ב https: URL כדי לגשת לדף זה." + +#, c-format +msgid "Bad request version number %d.%d!" +msgstr "בקשה שגויה מספר גרסה %d.%d!" + +msgid "No attributes in request!" +msgstr "אין מאפיינים בבקשה!" + +#, c-format +msgid "Attribute groups are out of order (%x < %x)!" +msgstr "קבוצות מאפיינים אינם מסודרים (%x < %x)!" + +msgid "Missing required attributes!" +msgstr "חסרים מאפיינים נדרשים!" + +#, c-format +msgid "%s not supported!" +msgstr "%s אינו נתמך!" + +msgid "The printer or class was not found." +msgstr "המדפסת או המחלקה לא נמצאה." + +msgid "The printer-uri must be of the form \"ipp://HOSTNAME/classes/CLASSNAME\"." +msgstr "ה printer-uri חייב להיות מהצורה \"ipp://HOSTNAME/classes/CLASSNAME\"." + +#, c-format +msgid "The printer-uri \"%s\" contains invalid characters." +msgstr "ה printer-uri \"%s\" מכיל תווים לא חוקיים." + +#, c-format +msgid "A printer named \"%s\" already exists!" +msgstr "מדפסת בשם \"%s\" כבר קיימת!" + +#, c-format +msgid "Attempt to set %s printer-state to bad value %d!" +msgstr "ניסיון לקבוע ל printer-state של %s ערך שגוי %d!" + +#, c-format +msgid "add_class: Unknown printer-op-policy \"%s\"." +msgstr "add_class: printer-op-policy \"%s\" לא ידוע." + +#, c-format +msgid "add_class: Unknown printer-error-policy \"%s\"." +msgstr "add_class: printer-error-policy \"%s\" לא ידוע." + +msgid "Unable to allocate memory for file types!" +msgstr "הקצאת זיכרון לסוגי קבצים נכשלה!" + +#, c-format +msgid "Character set \"%s\" not supported!" +msgstr "סט התווים \"%s\" אינו נתמך!" + +#, c-format +msgid "Language \"%s\" not supported!" +msgstr "שפה \"%s\" אינה נתמכת!" + +#, c-format +msgid "The notify-user-data value is too large (%d > 63 octets)!" +msgstr "הערך של notify-user-data גדול מדי (%d > 63 אוקטטות)" + +msgid "The notify-lease-duration attribute cannot be used with job subscriptions." +msgstr "לא ניתן להשתמש במאפיין notify-lease-duration עם מינויי עבודה." + +msgid "The printer-uri must be of the form \"ipp://HOSTNAME/printers/PRINTERNAME\"." +msgstr "ה printer-uri חייב להיות מהצורה \"ipp://HOSTNAME/printers/PRINTERNAME\"." + +#, c-format +msgid "A class named \"%s\" already exists!" +msgstr "מחלקה בשם \"%s\" כבר קיימת!" + +#, c-format +msgid "File device URIs have been disabled! To enable, see the FileDevice directive in \"%s/cupsd.conf\"." +msgstr "נוטרלו URIs של התקני קובץ! כדי לאפשרם, ראה את ההנחיה FileDevice ב \"%s/cupsd.conf\"." + +#, c-format +msgid "Bad device-uri \"%s\"!" +msgstr "device-uri \"%s\" שגוי!" + +#, c-format +msgid "Bad port-monitor \"%s\"!" +msgstr "port-monitor \"%s\" שגוי!" + +#, c-format +msgid "Bad printer-state value %d!" +msgstr "ערך %d עבור printer-state שגוי!" + +#, c-format +msgid "Unknown printer-op-policy \"%s\"." +msgstr "printer-op-policy \"%s\" לא ידוע." + +#, c-format +msgid "Unknown printer-error-policy \"%s\"." +msgstr "printer-error-policy \"%s\" לא ידוע." + +#, c-format +msgid "Unable to copy interface script - %s!" +msgstr "לא ניתן להעתיק אצוות מימשק - %s!" + +#, c-format +msgid "Unable to copy PPD file - %s!" +msgstr "לא ניתן להעתיק קובץ PPD - %s!" + +msgid "Unable to copy PPD file!" +msgstr "לא ניתן להעתיק קובץ PPD!" + +msgid "Got a printer-uri attribute but no job-id!" +msgstr "התקבל מאפיין printer-uri אבל אין job-id!" + +#, c-format +msgid "Bad job-uri attribute \"%s\"!" +msgstr "ערך \"%s\" למאפיין job-uri שגוי!" + +#, c-format +msgid "Job #%d doesn't exist!" +msgstr "עבודה #%d לא קיימת!" + +#, c-format +msgid "Job #%d is not held for authentication!" +msgstr "עבודה #%d לא מוחזקת לאימות!" + +#, c-format +msgid "You are not authorized to authenticate job #%d owned by \"%s\"!" +msgstr "אינך מורשה לאמת עבודה #%d בבעלות \"%s\"!" + +msgid "The printer-uri attribute is required!" +msgstr "המאפיין printer-uri נדרש!" + +msgid "Missing requesting-user-name attribute!" +msgstr "המאפיין requesting-user-name חסר!" + +#, c-format +msgid "The printer-uri \"%s\" is not valid." +msgstr "ה printer-uri \"%s\" לא תקף." + +#, c-format +msgid "No active jobs on %s!" +msgstr "אין עבודות פעילות ב %s!" + +#, c-format +msgid "You are not authorized to delete job #%d owned by \"%s\"!" +msgstr "אינך מורשה למחוק עבודה #%d בבעלות \"%s\"!" + +#, c-format +msgid "Job #%d is already %s - can't cancel." +msgstr "עבודה #%d כבר %s לא ניתן לבטל." + +msgid "The printer or class is not shared!" +msgstr "המדפסת או המחלקה אינה משותפת!" + +#, c-format +msgid "Destination \"%s\" is not accepting jobs." +msgstr "היעד \"%s\" לא מקבל עבודות." + +#, c-format +msgid "Bad copies value %d." +msgstr "ערך העותקים %d שגוי." + +#, c-format +msgid "Bad page-ranges values %d-%d." +msgstr "ערכי page-ranges %d-%d שגוי." + +msgid "Too many active jobs." +msgstr "יותר מדי עבודות פעילות." + +msgid "Quota limit reached." +msgstr "הגעת למגבלת המכסה." + +#, c-format +msgid "Unable to add job for destination \"%s\"!" +msgstr "כשלון הוספת עבודה ליעד \"%s\"!" + +msgid "No subscription attributes in request!" +msgstr "אין מאפייני מינויי בבקשה." + +msgid "notify-events not specified!" +msgstr "לא צויינו notify-events!" + +#, c-format +msgid "Job %d not found!" +msgstr "עבודה %d לא נמצאה!" + +msgid "No default printer" +msgstr "אין מדפסת ברירת מחדל" + +msgid "cups-deviced failed to execute." +msgstr "נכשלה הפעלת cups-deviced." + +msgid "cups-driverd failed to execute." +msgstr "נכשלה הפעלת cups-driverd." + +msgid "No destinations added." +msgstr "לא נוספו יעדים." + +#, c-format +msgid "notify-subscription-id %d no good!" +msgstr "notify-subscription-id %d לא תקין!" + +#, c-format +msgid "Job #%s does not exist!" +msgstr "עבודה #%s לא קיימת!" + +#, c-format +msgid "Job #%d does not exist!" +msgstr "עבודה #%d לא קיימת!" + +msgid "No subscriptions found." +msgstr "לא נמצאו מינויים." + +#, c-format +msgid "Not authorized to hold job #%d owned by \"%s\"!" +msgstr "אינך מורשה להשהות עבודה #%d בבעלות \"%s\"!" + +#, c-format +msgid "Job #%d is finished and cannot be altered!" +msgstr "עבודה #%d הסתיימה ולא ניתנת לשינוי!" + +#, c-format +msgid "You are not authorized to move job #%d owned by \"%s\"!" +msgstr "אינך מורשה להעביר עבודה #%d בבעלות \"%s\"!" + +msgid "job-printer-uri attribute missing!" +msgstr "מאפיין job-printer-uri חסר!" + +#, c-format +msgid "Unsupported compression \"%s\"!" +msgstr "דחיסה \"%s\" לא נתמכת!" + +msgid "No file!?!" +msgstr "אין קובץ!?!" + +#, c-format +msgid "Could not scan type \"%s\"!" +msgstr "לא ניתן לסרוק סוג \"%s\"!" + +#, c-format +msgid "Unsupported format '%s/%s'!" +msgstr "תבנית '%s/%s' לא נתמכת!" + +msgid "Printer not shared!" +msgstr "מדפסת לא משותפת!" + +#, c-format +msgid "Too many jobs - %d jobs, max jobs is %d." +msgstr "יותר מדי עבודות - %d עבודות, המקסימום הוא %d." + +#, c-format +msgid "Job #%d is not held!" +msgstr "עבודה #%d אינה מושהת!" + +#, c-format +msgid "You are not authorized to release job id %d owned by \"%s\"!" +msgstr "אינך מורשה לשחרר עבודה מספר %d בבעלות \"%s\"!" + +#, c-format +msgid "Job #%d is not complete!" +msgstr "עבודה #%d לא הושלמה!" + +#, c-format +msgid "Job #%d cannot be restarted - no files!" +msgstr "עבודה #%d לא ניתנת לשחזור - לא קיימים קבצים!" + +#, c-format +msgid "You are not authorized to restart job id %d owned by \"%s\"!" +msgstr "אינך מורשה לשחזר עבודה מספר %d בבעלות \"%s\"!" + +#, c-format +msgid "You are not authorized to send document for job #%d owned by \"%s\"!" +msgstr "אינך מורשה לשלוח מסמך עבור עבודה #%d בבעלות \"%s\"!" + +#, c-format +msgid "Bad document-format \"%s\"!" +msgstr "document-format \"%s\" שגוי!" + +#, c-format +msgid "You are not authorized to alter job id %d owned by \"%s\"!" +msgstr "אינך מורשה לשנות עבודה מספר %d בבעלות \"%s\"!" + +#, c-format +msgid "%s cannot be changed." +msgstr "%s לא ניתן לשינוי." + +msgid "Bad job-priority value!" +msgstr "ערך job-priority שגוי!" + +msgid "Job is completed and cannot be changed." +msgstr "עבודה הסתיימה ולא ניתנת לשינוי." + +msgid "Bad job-state value!" +msgstr "ערך job-state שגוי!" + +msgid "Job state cannot be changed." +msgstr "מצב עבודה לא ניתן לשינוי." + +#, c-format +msgid "Unsupported compression attribute %s!" +msgstr "מאפיין דחיסה %s לא נתמך!" + +#, c-format +msgid "Unsupported format \"%s\"!" +msgstr "מבנה \"%s\" לא נתמך!" + +#, c-format +msgid "%s is not implemented by the CUPS version of lpc.\n" +msgstr "%s לא מיושם על ידי גרסת CUPS של lpc.\n" + +msgid "" +"Commands may be abbreviated. Commands are:\n" +"\n" +"exit help quit status ?\n" +msgstr "" +"ניתן לתמצת פקודות. הפקודות הן:" +"\n" +"exit help quit status ?\n" + +msgid "help\t\tget help on commands\n" +msgstr "help\t\tקבל עזרה על פקודות\n" + +msgid "status\t\tshow status of daemon and queue\n" +msgstr "status\t\tהצג סטטוס של שירות ותור\n" + +msgid "?Invalid help command unknown\n" +msgstr "?פקודת עזרה לא ידועה\n" + +#, c-format +msgid "\tprinter is on device '%s' speed -1\n" +msgstr "\tהמדפסת נמצאת על התקן '%s' מהירות -1\n" + +msgid "\tqueuing is enabled\n" +msgstr "\tהכנסה לתור מאופשרת\n" + +msgid "\tqueuing is disabled\n" +msgstr "\tהכנסה לתור לא מאופשרת\n" + +msgid "\tprinting is enabled\n" +msgstr "\tהדפסה מאופשרת\n" + +msgid "\tprinting is disabled\n" +msgstr "\tהדפסה לא מאופשרת\n" + +msgid "\tno entries\n" +msgstr "\tאין כניסות\n" + +#, c-format +msgid "\t%d entries\n" +msgstr "\t%d כניסות\n" + +msgid "\tdaemon present\n" +msgstr "\tשירות קיים\n" + +msgid "lpq: Unable to contact server!\n" +msgstr "lpq: לא מצליח לתקשר עם השרת!\n" + +#, c-format +msgid "%s: Sorry, no encryption support compiled in!\n" +msgstr "%s: מצטער, תמיכה בהצפנה לא נכללה בהידור!\n" + +#, c-format +msgid "lpq: Unknown destination \"%s/%s\"!\n" +msgstr "lpq: יעד לא ידוע \"%s/%s\"!\n" + +#, c-format +msgid "lpq: Unknown destination \"%s\"!\n" +msgstr "lpq: יעד לא ידוע \"%s\"!\n" + +#, c-format +msgid "lp: error - %s environment variable names non-existent destination \"%s\"!\n" +msgstr "lp: שגיאה - משתנה הסביבה %s מציין יעד לא קיים \"%s\"!\n" + +msgid "lpq: error - no default destination available.\n" +msgstr "lpq: שגיאה - אין יעד ברירת מחדל זמין.\n" + +#, c-format +msgid "lpq: get-jobs failed: %s\n" +msgstr "lpq: get-jobs נכשל: %s\n" + +msgid "Rank Owner Pri Job Files Total Size\n" +msgstr "דרגה בעלים עדיפות עבודה קבצים גודל כולל \n" + +msgid "Rank Owner Job File(s) Total Size\n" +msgstr "דרגה בעלים עבודה קבצים גודל כולל \n" + +#, c-format +msgid "%s: %-33.33s [job %d localhost]\n" +msgstr "%s: %-33.33s [עבודה %d localhost]\n" + +#, c-format +msgid " %-39.39s %.0f bytes\n" +msgstr " %-39.39s %.0f בתים\n" + +#, c-format +msgid "%-6s %-10.10s %-4d %-10d %-27.27s %.0f bytes\n" +msgstr "%-6s %-10.10s %-4d %-10d %-27.27s %.0f בתים\n" + +#, c-format +msgid "%-7s %-7.7s %-7d %-31.31s %.0f bytes\n" +msgstr "%-7s %-7.7s %-7d %-31.31s %.0f בתים\n" + +msgid "no entries\n" +msgstr "אין כניסות\n" + +#, c-format +msgid "lpq: get-printer-attributes failed: %s\n" +msgstr "lpq: get-printer-attributes נכשל: %s\n" + +#, c-format +msgid "%s is ready\n" +msgstr "%s מוכן\n" + +#, c-format +msgid "%s is ready and printing\n" +msgstr "%s מוכן ומדפיס\n" + +#, c-format +msgid "%s is not ready\n" +msgstr "%s אינו מוכן\n" + +msgid "Usage: lpq [-P dest] [-l] [+interval]\n" +msgstr "Usage: lpq [-P dest] [-l] [+interval]\n" + +#, c-format +msgid "lpr: error - expected value after -%c option!\n" +msgstr "lpr: שגיאה - מצפה לערך לאחר אופציה -%c!\n" + +#, c-format +msgid "lpr: warning - '%c' format modifier not supported - output may not be correct!\n" +msgstr "lpr: אזהרה - משנה מבנה '%c' לא נתמך - פלט עלול להיות לא תקין!\n" + +msgid "lpr: error - expected option=value after -o option!\n" +msgstr "lpr: שגיאה - מצפה ל אופציה=ערך לאחר אופציה -o!\n" + +msgid "lpr: warning - email notification is not currently supported!\n" +msgstr "lpr: אזהרה - הודעת דוא\"ל לא נתמכת כרגע!\n" + +msgid "lpr: error - expected destination after -P option!\n" +msgstr "lpr: שגיאה - מצפה ליעד לאחר אופציה -P!\n" + +msgid "lpr: error - expected copy count after -# option!\n" +msgstr "lpr: שגיאה - מצפה למספר עותקים לאחר אופציה -#!\n" + +#, c-format +msgid "lpr: error - expected name after -%c option!\n" +msgstr "lpr: שגיאה - מצפה לשם לאחר אופציה -%c!\n" + +msgid "lpr: error - expected username after -U option!\n" +msgstr "lpr: שגיאה - מצפה לשם משתמש לאחר אופציה -U!\n" + +#, c-format +msgid "lpr: error - unknown option '%c'!\n" +msgstr "lpr: שגיאה - אופציה לא ידועה '%c'!\n" + +#, c-format +msgid "lpr: error - unable to access \"%s\" - %s\n" +msgstr "lpr: שגיאה - לא ניתן לגשת ל \"%s\" - %s\n" + +#, c-format +msgid "lpr: error - too many files - \"%s\"\n" +msgstr "lpr: שגיאה - יותר מדי קבצים - \"%s\"\n" + +#, c-format +msgid "lpr: error - %s environment variable names non-existent destination \"%s\"!\n" +msgstr "lpr: שגיאה - משתנה הסביבה %s מציין יעד לא קיים \"%s\"!\n" + +msgid "lpr: error - no default destination available.\n" +msgstr "lpr: שגיאה - אין יעד ברירת מחדל זמין.\n" + +msgid "lpr: error - scheduler not responding!\n" +msgstr "lpr: שגיאה - מתזמן לא מגיב!\n" + +#, c-format +msgid "lpr: error - unable to create temporary file \"%s\" - %s\n" +msgstr "lpr: שגיאה - לא ניתן ליצור קובץ זמני \"%s\" - %s\n" + +#, c-format +msgid "lpr: error - unable to write to temporary file \"%s\" - %s\n" +msgstr "lpr: שגיאה - לא ניתן לכתוב לקובץ הזמני \"%s\" - %s\n" + +msgid "lpr: error - stdin is empty, so no job has been sent.\n" +msgstr "lpr: שגיאה - stdin ריק, לפיכך לא נשלחה אף עבודה.\n" + +#, c-format +msgid "lpr: error - unable to print file: %s\n" +msgstr "lpr: שגיאה - לא ניתן להדפיס קובץ: %s\n" + +msgid "lprm: Unable to contact server!\n" +msgstr "lprm: לא מצליח לתקשר עם השרת!\n" + +#, c-format +msgid "lprm: Unknown destination \"%s\"!\n" +msgstr "lprm: יעד לא ידוע \"%s\"!\n" + +#, c-format +msgid "lprm: Unknown option '%c'!\n" +msgstr "lprm: אופציה לא ידועה '%c'!\n" + +msgid "lprm: Job or printer not found!\n" +msgstr "lprm: עבודה או מדפסת לא נמצאו!\n" + +msgid "lprm: Not authorized to lprm job(s)!\n" +msgstr "lprm: לא מורשה למחוק עבודה/ות!\n" + +#, c-format +msgid "lprm: You don't own job ID %d!\n" +msgstr "lprm: אתה לא הבעלים של עבודה מספר %d!\n" + +msgid "lprm: Unable to lprm job(s)!\n" +msgstr "lprm: לא יכול למחוק עבודה/ות!\n" + +msgid "lprm: Unable to cancel job(s)!\n" +msgstr "lprm: לא יכול לבטל עבוד/ות!\n" + +#, c-format +msgid "%s: Don't know what to do!\n" +msgstr "%s: לא יודע מה לבצע!\n" + +#, c-format +msgid "%s: Expected server name after -h!\n" +msgstr "%s: מצפה לשם שרת אחרי -h!\n" + +#, c-format +msgid "%s: Expected reason text after -r!\n" +msgstr "%s: מצפה לטקסט סיבה אחרי -r!\n" + +#, c-format +msgid "%s: Unknown option '%c'!\n" +msgstr "%s: אופציה לא ידועה '%c'!\n" + +#, c-format +msgid "%s: Unable to connect to server: %s\n" +msgstr "%s: לא מצליח להתחבר לשרת: %s\n" + +#, c-format +msgid "%s: Operation failed: %s\n" +msgstr "%s: פעולה נכשלה: %s\n" + +msgid "cancel: Error - expected hostname after '-h' option!\n" +msgstr "cancel: שגיאה - מצפה לשם שרת אחרי אופציה '-h'!\n" + +msgid "cancel: Error - expected username after '-u' option!\n" +msgstr "cancel: שגיאה - מצפה לשם משתמש אחרי אופציה '-u'!\n" + +#, c-format +msgid "cancel: Unknown option '%c'!\n" +msgstr "cancel: אופציה לא ידועה '%c'!\n" + +#, c-format +msgid "cancel: Unknown destination \"%s\"!\n" +msgstr "cancel: יעד לא ידוע \"%s\"!\n" + +msgid "cancel: Unable to contact server!\n" +msgstr "cancel: לא מצליח לתקשר עם השרת!\n" + +#, c-format +msgid "cancel: %s failed: %s\n" +msgstr "cancel: %s נכשל: %s\n" + +#, c-format +msgid "cupsaddsmb: Missing value on line %d!\n" +msgstr "cupsaddsmb: חסר ערך בשורה %d!\n" + +#, c-format +msgid "cupsaddsmb: Missing double quote on line %d!\n" +msgstr "cupsaddsmb: חסר גרשיים בשורה %d!\n" + +#, c-format +msgid "cupsaddsmb: Bad option + choice on line %d!\n" +msgstr "cupsaddsmb: אופציה + בחירה שגויים בשורה %d!\n" + +#, c-format +msgid "cupsaddsmb: Unable to connect to server \"%s\" for %s - %s\n" +msgstr "cupsaddsmb: לא מצליח להתחבר לשרת \"%s\" עבור %s - %s\n" + +#, c-format +msgid "cupsaddsmb: No PPD file for printer \"%s\" - skipping!\n" +msgstr "cupsaddsmb: אין קובץ PPD למדפסת \"%s\" - מדלג!\n" + +#, c-format +msgid "cupsaddsmb: get-printer-attributes failed for \"%s\": %s\n" +msgstr "cupsaddsmb: get-printer-attributes נכשל עבור \"%s\": %s\n" + +#, c-format +msgid "cupsaddsmb: Unable to convert PPD file for %s - %s\n" +msgstr "cupsaddsmb: לא מצליח להמיר קובץ PPD עבור %s - %s\n" + +#, c-format +msgid "cupsaddsmb: Unable to copy Windows 2000 printer driver files (%d)!\n" +msgstr "cupsaddsmb: לא מצליח להעתיק קבצי מנהל התקן מדפסת של Windows 2000 (%d)!\n" + +#, c-format +msgid "cupsaddsmb: Unable to copy CUPS printer driver files (%d)!\n" +msgstr "cupsaddsmb: לא מצליח להעתיק קבצי מנהל התקן מדפסת של CUPS (%d)!\n" + +#, c-format +msgid "cupsaddsmb: Unable to install Windows 2000 printer driver files (%d)!\n" +msgstr "cupsaddsmb: לא מצליח להתקין קבצי מנהל התקן מדפסת של Windows 2000 (%d)!\n" + +#, c-format +msgid "cupsaddsmb: Unable to copy Windows 9x printer driver files (%d)!\n" +msgstr "cupsaddsmb: לא מצליח להעתיק קבצי מנהל התקן מדפסת של Windows 9x (%d)!\n" + +#, c-format +msgid "cupsaddsmb: Unable to install Windows 9x printer driver files (%d)!\n" +msgstr "cupsaddsmb: לא מצליח להתקין קבצי מנהל התקן מדפסת של Windows 9x (%d)!\n" + +#, c-format +msgid "cupsaddsmb: Unable to set Windows printer driver (%d)!\n" +msgstr "cupsaddsmb: לא מצליח לקבע מנהל התקן מדפסת של Windows (%d)!\n" + +msgid "" +"Usage: cupsaddsmb [options] printer1 ... printerN\n" +" cupsaddsmb [options] -a\n" +"\n" +"Options:\n" +" -H samba-server Use the named SAMBA server\n" +" -U samba-user Authenticate using the named SAMBA user\n" +" -a Export all printers\n" +" -h cups-server Use the named CUPS server\n" +" -v Be verbose (show commands)\n" +msgstr "" +"Usage: cupsaddsmb [options] printer1 ... printerN\n" +" cupsaddsmb [options] -a\n" +"\n" +"Options:\n" +" -H samba-server השתמש בשרת SAMBA המצויין\n" +" -U samba-user הזדהה בעזרת שם משתמש SAMBA המצויין\n" +" -a ייצא את כל המדפסות\n" +" -h cups-server השתמש בשרת CUPS המצויין\n" +" -v פלט מפורט (הצג פקודות)\n" + +msgid "cupstestppd: The -q option is incompatible with the -v option.\n" +msgstr "cupstestppd: האופציה -q לא מתאימה לאופציה -v.\n" + +msgid "cupstestppd: The -v option is incompatible with the -q option.\n" +msgstr "cupstestppd: האופציה -v לא מתאימה לאופציה -q.\n" + +#, c-format +msgid "" +" FAIL\n" +" **FAIL** Unable to open PPD file - %s\n" +msgstr "" +" נכשל\n" +" **נכשל** לא מצליח לפתוח קובץ PPD - %s\n" + +#, c-format +msgid "" +" FAIL\n" +" **FAIL** Unable to open PPD file - %s on line %d.\n" +msgstr "" +" נכשל\n" +" **נכשל** לא מצליח לפתוח קובץ PPD - %s בשורה %d.\n" + +msgid " REF: Page 42, section 5.2.\n" +msgstr " ראה: עמוד 42, סעיף 5.2.\n" + +msgid " REF: Page 20, section 3.4.\n" +msgstr " ראה: עמוד 20, סעיף 3.4.\n" + +msgid " REF: Pages 45-46, section 5.2.\n" +msgstr " ראה: עמודים 45-46, סעיף 5.2.\n" + +msgid " REF: Pages 42-45, section 5.2.\n" +msgstr " ראה: עמודים 42-45, סעיף 5.2.\n" + +msgid " REF: Pages 48-49, section 5.2.\n" +msgstr " ראה: עמודים 49-49, סעיף 5.2.\n" + +msgid " REF: Pages 52-54, section 5.2.\n" +msgstr " ראה: עמודים 52-54, סעיף 5.2.\n" + +msgid " REF: Page 15, section 3.2.\n" +msgstr " ראה: עמוד 15, סעיף 3.2.\n" + +msgid " REF: Page 15, section 3.1.\n" +msgstr " ראה: עמוד 15, סעיף 3.1.\n" + +msgid " REF: Pages 16-17, section 3.2.\n" +msgstr " ראה: עמודים 16-17, סעיף 3.2.\n" + +msgid " REF: Page 19, section 3.3.\n" +msgstr " ראה: עמוד 19, סעיף 3.3.\n" + +msgid " REF: Page 27, section 3.5.\n" +msgstr " ראה: עמוד 27, סעיף 3.5.\n" + +msgid "" +"\n" +" DETAILED CONFORMANCE TEST RESULTS\n" +msgstr "" +"\n" +" תוצאות בדיקת התאמה מפורטות\n" + +#, c-format +msgid " WARN %s has no corresponding options!\n" +msgstr " אזהרה ל %s אין אופציות מתאימות!\n" + +msgid " FAIL\n" +msgstr " נכשל\n" + +msgid "" +" **FAIL** REQUIRED DefaultImageableArea\n" +" REF: Page 102, section 5.15.\n" +msgstr "" +" **נכשל** נדרש DefaultImageableArea\n" +" ראה: עמוד 102, סעיף 5.15.\n" + +#, c-format +msgid "" +" **FAIL** BAD DefaultImageableArea %s!\n" +" REF: Page 102, section 5.15.\n" +msgstr "" +" **נכשל** שגוי DefaultImageableArea %s!\n" +" ראה: עמוד 102, סעיף 5.15.\n" + +msgid " PASS DefaultImageableArea\n" +msgstr " עבר DefaultImageableArea\n" + +msgid "" +" **FAIL** REQUIRED DefaultPaperDimension\n" +" REF: Page 103, section 5.15.\n" +msgstr "" +" **נכשל** נדרש DefaultPaperDimension\n" +" ראה: עמוד 103, סעיף 5.15.\n" + +#, c-format +msgid "" +" **FAIL** BAD DefaultPaperDimension %s!\n" +" REF: Page 103, section 5.15.\n" +msgstr "" +" **נכשל** שגוי DefaultPaperDimension %s!\n" +" ראה: עמוד 103, סעיף 5.15.\n" + +msgid " PASS DefaultPaperDimension\n" +msgstr " עבר DefaultPaperDimension\n" + +#, c-format +msgid "" +" **FAIL** BAD Default%s %s\n" +" REF: Page 40, section 4.5.\n" +msgstr "" +" **נכשל** שגוי Default%s %s\n" +" ראה: עמוד 40, סעיף 4.5.\n" + +#, c-format +msgid " PASS Default%s\n" +msgstr " עבר Default%s\n" + +#, c-format +msgid "" +" **FAIL** REQUIRED Default%s\n" +" REF: Page 40, section 4.5.\n" +msgstr "" +" **נכשל** נדרש Default%s\n" +" ראה: עמוד 40, סעיף 4.5.\n" + +msgid " PASS FileVersion\n" +msgstr " עבר FileVersion\n" + +msgid "" +" **FAIL** REQUIRED FileVersion\n" +" REF: Page 56, section 5.3.\n" +msgstr "" +" **נכשל** נדרש FileVersion\n" +" ראה: עמוד 56, סעיף 5.3.\n" + +msgid " PASS FormatVersion\n" +msgstr " עבר FormatVersion\n" + +msgid "" +" **FAIL** REQUIRED FormatVersion\n" +" REF: Page 56, section 5.3.\n" +msgstr "" +" **נכשל** נדרש FormatVersion\n" +" ראה: עמוד 56, סעיף 5.3.\n" + +msgid " PASS LanguageEncoding\n" +msgstr " עבר LanguageEncoding\n" + +msgid "" +" **FAIL** REQUIRED LanguageEncoding\n" +" REF: Pages 56-57, section 5.3.\n" +msgstr "" +" **נכשל** נדרש LanguageEncoding\n" +" ראה: עמודים 56-57, סעיף 5.3.\n" + +msgid " PASS LanguageVersion\n" +msgstr " עבר LanguageVersion\n" + +msgid "" +" **FAIL** REQUIRED LanguageVersion\n" +" REF: Pages 57-58, section 5.3.\n" +msgstr "" +" **נכשל** נדרש LanguageVersion\n" +" ראה: עמודים 57-58, סעיף 5.3.\n" + +msgid "" +" **FAIL** BAD Manufacturer (should be \"HP\")\n" +" REF: Page 211, table D.1.\n" +msgstr "" +" **נכשל** שגוי Manufacturer (צריך להיות \"HP\")\n" +" ראה: עמוד 211, טבלה D.1.\n" + +msgid " PASS Manufacturer\n" +msgstr " עבר Manufacturer\n" + +msgid "" +" **FAIL** REQUIRED Manufacturer\n" +" REF: Pages 58-59, section 5.3.\n" +msgstr "" +" **נכשל** נדרש Manufacturer\n" +" ראה: עמודים 58-59, סעיף 5.3.\n" + +#, c-format +msgid "" +" **FAIL** BAD ModelName - \"%c\" not allowed in string.\n" +" REF: Pages 59-60, section 5.3.\n" +msgstr "" +" **נכשל** שגוי ModelName - \"%c\" לא מורשה במחרוזת.\n" +" ראה: עמודים 59-60, סעיף 5.3.\n" + +msgid " PASS ModelName\n" +msgstr " עבר ModelName\n" + +msgid "" +" **FAIL** REQUIRED ModelName\n" +" REF: Pages 59-60, section 5.3.\n" +msgstr "" +" **נכשל** נדרש ModelName\n" +" ראה: עמודים 59-60, סעיף 5.3.\n" + +msgid " PASS NickName\n" +msgstr " עבר NickName\n" + +msgid "" +" **FAIL** REQUIRED NickName\n" +" REF: Page 60, section 5.3.\n" +msgstr "" +" **נכשל** נדרש NickName\n" +" ראה: עמוד 60, סעיף 5.3.\n" + +msgid " PASS PageSize\n" +msgstr " עבר PageSize\n" + +msgid "" +" **FAIL** REQUIRED PageSize\n" +" REF: Pages 99-100, section 5.14.\n" +msgstr "" +" **נכשל** נדרש PageSize\n" +" ראה: עמודים 99-100, סעיף 5.14.\n" + +msgid " PASS PageRegion\n" +msgstr " עבר PageRegion\n" + +msgid "" +" **FAIL** REQUIRED PageRegion\n" +" REF: Page 100, section 5.14.\n" +msgstr "" +" **נכשל** נדרש PageRegion\n" +" ראה: עמוד 100, סעיף 5.14.\n" + +msgid " PASS PCFileName\n" +msgstr " עבר PCFileName\n" + +msgid "" +" **FAIL** REQUIRED PCFileName\n" +" REF: Pages 61-62, section 5.3.\n" +msgstr "" +" **נכשל** נדרש PCFileName\n" +" ראה: עמודים 61-62, סעיף 5.3.\n" + +msgid "" +" **FAIL** BAD Product - not \"(string)\".\n" +" REF: Page 62, section 5.3.\n" +msgstr "" +" **נכשל** שגוי Product - לא \"(מחרוזת)\".\n" +" ראה: עמוד 62, סעיף 5.3.\n" + +msgid " PASS Product\n" +msgstr " עבר Product\n" + +msgid "" +" **FAIL** REQUIRED Product\n" +" REF: Page 62, section 5.3.\n" +msgstr "" +" **נכשל** נדרש Product\n" +" ראה: עמוד 62, סעיף 5.3.\n" + +msgid "" +" **FAIL** BAD PSVersion - not \"(string) int\".\n" +" REF: Pages 62-64, section 5.3.\n" +msgstr "" +" **נכשל** שגוי PSVersion - אינו \"(string) int\".\n" +" ראה: עמודים 62-64, סעיף 5.3.\n" + +msgid " PASS PSVersion\n" +msgstr " עבר PSVersion\n" + +msgid "" +" **FAIL** REQUIRED PSVersion\n" +" REF: Pages 62-64, section 5.3.\n" +msgstr "" +" **נכשל** נדרש PSVersion\n" +" ראה: עמודים 62-64, סעיף 5.3.\n" + +msgid "" +" **FAIL** BAD ShortNickName - longer than 31 chars.\n" +" REF: Pages 64-65, section 5.3.\n" +msgstr "" +" **נכשל** שגוי ShortNickName - יותר מ 31 תווים.\n" +" ראה: עמודים 64-65, סעיף 5.3.\n" + +msgid " PASS ShortNickName\n" +msgstr " עבר ShortNickName\n" + +msgid "" +" **FAIL** REQUIRED ShortNickName\n" +" REF: Page 64-65, section 5.3.\n" +msgstr "" +" **נכשל** נדרש ShortNickName\n" +" ראה: עמודים 64-65, סעיף 5.3.\n" + +msgid "" +" **FAIL** BAD JobPatchFile attribute in file\n" +" REF: Page 24, section 3.4.\n" +msgstr "" +" **נכשל** שגוי מאפיין JobPatchFile בקובץ\n" +" ראה: עמוד 24, סעיף 3.4.\n" + +msgid "" +" **FAIL** REQUIRED PageSize\n" +" REF: Page 41, section 5.\n" +" REF: Page 99, section 5.14.\n" +msgstr "" +" **נכשל** נדרש PageSize\n" +" ראה: עמוד 41, סעיף 5.\n" +" ראה: עמוד 99, סעיף 5.14.\n" + +#, c-format +msgid "" +" **FAIL** REQUIRED ImageableArea for PageSize %s\n" +" REF: Page 41, section 5.\n" +" REF: Page 102, section 5.15.\n" +msgstr "" +" **נכשל** נדרש ImageableArea עבור PageSize %s\n" +" ראה: עמוד 41, סעיף 5.\n" +" ראה: עמוד 102, סעיף 5.15.\n" + +#, c-format +msgid "" +" **FAIL** REQUIRED PaperDimension for PageSize %s\n" +" REF: Page 41, section 5.\n" +" REF: Page 103, section 5.15.\n" +msgstr "" +" **נכשל** נדרש PaperDimension עבור PageSize %s\n" +" ראה: עמוד 41, סעיף 5.\n" +" ראה: עמוד 103, סעיף 5.15.\n" + +#, c-format +msgid "" +" **FAIL** Bad %s choice %s!\n" +" REF: Page 84, section 5.9\n" +msgstr "" +" **נכשל** שגוי %s בחירה %s!\n" +" ראה: עמוד 84, סעיף 5.9\n" + +#, c-format +msgid "" +" **FAIL** REQUIRED %s does not define choice None!\n" +" REF: Page 122, section 5.17\n" +msgstr "" +" **נכשל** נדרש ל %s לא מוגדרת בחירה None!\n" +" ראה: עמוד 122, סעיף 5.17\n" + +#, c-format +msgid "" +" **FAIL** Bad %s choice %s!\n" +" REF: Page 122, section 5.17\n" +msgstr "" +" **נכשל** שגוי %s בחירה %s!\n" +" ראה: עמוד 122, סעיף 5.17\n" + +msgid " PASS\n" +msgstr " עבר\n" + +#, c-format +msgid "" +" WARN Duplex option keyword %s should be named Duplex or JCLDuplex!\n" +" REF: Page 122, section 5.17\n" +msgstr "" +" אזהרה מילת מפתח %s להדפסה דו-צידית צריכה להכתב Duplex או JCLDuplex!\n" +" ראה: עמוד 122, סעיף 5.17\n" + +msgid " WARN Default choices conflicting!\n" +msgstr " אזהרה בחירות ברירת-מחדל מתנגשות!\n" + +#, c-format +msgid "" +" WARN Obsolete PPD version %.1f!\n" +" REF: Page 42, section 5.2.\n" +msgstr "" +" אזהרה גרסת PPD %.1f מיושנת!\n" +" ראה: עמוד 42, סעיף 5.2.\n" + +msgid "" +" WARN LanguageEncoding required by PPD 4.3 spec.\n" +" REF: Pages 56-57, section 5.3.\n" +msgstr "" +" אזהרה LanguageEncoding נדרש בספציפיקציה של PPD 4.3.\n" +" ראה: עמודים 56-57, סעיף 5.3.\n" + +msgid "" +" WARN Manufacturer required by PPD 4.3 spec.\n" +" REF: Pages 58-59, section 5.3.\n" +msgstr "" +" אזהרה Manufacturer נדרש בספציפיקציה של PPD 4.3.\n" +" ראה: עמודים 58-59, סעיף 5.3.\n" + +msgid "" +" WARN PCFileName longer than 8.3 in violation of PPD spec.\n" +" REF: Pages 61-62, section 5.3.\n" +msgstr "" +" אזהרה PCFileName ארוך מ 8.3 ומפר את הספציפיקציה של PPD.\n" +" ראה: עמודים 61-62, סעיף 5.3.\n" + +msgid "" +" WARN ShortNickName required by PPD 4.3 spec.\n" +" REF: Pages 64-65, section 5.3.\n" +msgstr "" +" אזהרה ShortNickName נדרש בספציפיקציה של PPD 4.3.\n" +" ראה: עמודים 64-65, סעיף 5.3.\n" + +msgid "" +" WARN Protocols contains both PJL and BCP; expected TBCP.\n" +" REF: Pages 78-79, section 5.7.\n" +msgstr "" +" אזהרה Protocols מכיל גם PJL וגם BCP; ציפיתי ל TBCP.\n" +" ראה: עמודים 78-79, סעיף 5.7.\n" + +msgid "" +" WARN Protocols contains PJL but JCL attributes are not set.\n" +" REF: Pages 78-79, section 5.7.\n" +msgstr "" +" אזהרה Protocols מכיל PJL אבל מאפייני JCL לא נקבעו.\n" +" ראה: עמודים 78-79, סעיף 5.7.\n" + +#, c-format +msgid "" +" WARN %s shares a common prefix with %s\n" +" REF: Page 15, section 3.2.\n" +msgstr "" +" אזהרה %s חולק תחילית יחד עם %s\n" +" ראה: עמוד 15, סעיף 3.2.\n" + +#, c-format +msgid " %d ERROR%s FOUND\n" +msgstr " נמצאו %d שגיאה%s\n" + +msgid " NO ERRORS FOUND\n" +msgstr " לא נמצאו שגיאות\n" + +#, c-format +msgid "" +" WARN \"%s %s\" conflicts with \"%s %s\"\n" +" (constraint=\"%s %s %s %s\")\n" +msgstr "" +" אזהרה \"%s %s\" מתנגש עם \"%s %s\"\n" +" (אילוץ=\"%s %s %s %s\")\n" + +msgid "" +"Usage: cupstestppd [-q] [-r] [-v[v]] filename1.ppd[.gz] [... filenameN.ppd[.gz]]\n" +" program | cupstestppd [-q] [-r] [-v[v]] -\n" +msgstr "" +"Usage: cupstestppd [-q] [-r] [-v[v]] filename1.ppd[.gz] [... filenameN.ppd[.gz]]\n" +" program | cupstestppd [-q] [-r] [-v[v]] -\n" + +msgid "lpstat: Need \"completed\" or \"not-completed\" after -W!\n" +msgstr "lpstat: צריך \"completed\" או \"not-completed\" אחרי -W!\n" + +msgid "lpstat: The -b option requires a destination argument.\n" +msgstr "lpstat: האופציה -b דורשת ארגומנט יעד.\n" + +msgid "Error: need hostname after '-h' option!\n" +msgstr "שגיאה: נדרש שם מארח אחרי האופציה '-h'!\n" + +#, c-format +msgid "lpstat: Unknown option '%c'!\n" +msgstr "lpstat: אופציה לא ידועה '%c'!\n" + +#, c-format +msgid "lpstat: Invalid destination name in list \"%s\"!\n" +msgstr "lpstat: שם יעד לא חוקי ברשימה \"%s\"!\n" + +#, c-format +msgid "lpstat: Unknown destination \"%s\"!\n" +msgstr "lpstat: יעד לא ידוע \"%s\"!\n" + +#, c-format +msgid "lpstat: Unable to connect to server %s on port %d: %s\n" +msgstr "lpstat: לא מצליח להתחבר לשרת %s בפתחה %d: %s\n" + +#, c-format +msgid "lpstat: get-printers failed: %s\n" +msgstr "lpstat: get-printers נכשלה: %s\n" + +#, c-format +msgid "%s accepting requests since Jan 01 00:00\n" +msgstr "%s מקבלת בקשות מאז 01 ינואר 00:00\n" + +#, c-format +msgid "" +"%s not accepting requests since Jan 01 00:00 -\n" +"\t%s\n" +msgstr "" +"%s לא מקבלת בקשות מאז 01 ינואר 00:00 -\n" +"\t%s\n" + +#, c-format +msgid "%s/%s accepting requests since Jan 01 00:00\n" +msgstr "%s/%s מקבלת בקשות מאז 01 ינואר 00:00\n" + +#, c-format +msgid "" +"%s/%s not accepting requests since Jan 01 00:00 -\n" +"\t%s\n" +msgstr "" +"%s/%s לא מקבלת בקשות מאז 01 ינואר 00:00 -\n" +"\t%s\n" + +#, c-format +msgid "lpstat: get-classes failed: %s\n" +msgstr "lpstat: get-classes נכשלה: %s\n" + +#, c-format +msgid "members of class %s:\n" +msgstr "חברי המחלקה %s:\n" + +#, c-format +msgid "system default destination: %s/%s\n" +msgstr "יעד ברירת מחדל של המערכת: %s/%s\n" + +#, c-format +msgid "system default destination: %s\n" +msgstr "יעד ברירת מחדל של המערכת: %s\n" + +#, c-format +msgid "lpstat: error - %s environment variable names non-existent destination \"%s\"!\n" +msgstr "lpstat: שגיאה - משתנה הסביבה %s מציין יעד לא קיים \"%s\"!\n" + +msgid "no system default destination\n" +msgstr "אין יעד ברירת מחדל של המעכת\n" + +#, c-format +msgid "Output for printer %s is sent to remote printer %s on %s\n" +msgstr "פלט למדפסת %s נשלח למדפסת מרוחקת %s ב %s\n" + +#, c-format +msgid "Output for printer %s is sent to %s\n" +msgstr "פלט למדפסת %s נשלח ל- %s\n" + +#, c-format +msgid "Output for printer %s/%s is sent to remote printer %s on %s\n" +msgstr "פלט למדפסת %s/%s נשלח למדפסת מרוחקת %s ב %s\n" + +#, c-format +msgid "Output for printer %s/%s is sent to %s\n" +msgstr "פלט למדפסת %s/%s נשלח ל- %s\n" + +#, c-format +msgid "device for %s: %s\n" +msgstr "התקן עבור %s: %s\n" + +#, c-format +msgid "device for %s/%s: %s\n" +msgstr "התקן עבור %s/%s: %s\n" + +#, c-format +msgid "lpstat: get-jobs failed: %s\n" +msgstr "lpstat: get-jobs נכשלה: %s\n" + +#, c-format +msgid "\tqueued for %s\n" +msgstr "\tהוכנס לתור עבור %s\n" + +#, c-format +msgid "printer %s is idle. enabled since %s\n" +msgstr "מדפסת %s במצב סרק. מאופשרת מאז %s\n" + +#, c-format +msgid "printer %s now printing %s-%d. enabled since %s\n" +msgstr "מדפסת %s מדפיסה כעט את %s-%d. מאופשרת מאז %s\n" + +#, c-format +msgid "printer %s disabled since %s -\n" +msgstr "מדפסת %s מופסקת מאז %s -\n" + +msgid "\treason unknown\n" +msgstr "\tסיבה לא ידועה\n" + +msgid "" +"\tForm mounted:\n" +"\tContent types: any\n" +"\tPrinter types: unknown\n" +msgstr "" +"\tטופס טעון:\n" +"\tסוגי תוכן: כלשהו\n" +"\tסוגי מדפסות: לא ידוע\n" + +#, c-format +msgid "\tDescription: %s\n" +msgstr "\tתיאור: %s\n" + +msgid "\tAlerts:" +msgstr "\tאתראות:" + +#, c-format +msgid "\tLocation: %s\n" +msgstr "\tמיקום: %s\n" + +msgid "\tConnection: remote\n" +msgstr "\tחיבור: מרוחק\n" + +#, c-format +msgid "\tInterface: %s.ppd\n" +msgstr "\tממשק: %s.ppd\n" + +msgid "\tConnection: direct\n" +msgstr "\tחיבור: ישיר\n" + +#, c-format +msgid "\tInterface: %s/interfaces/%s\n" +msgstr "\tממשק: %s/interfaces/%s\n" + +#, c-format +msgid "\tInterface: %s/ppd/%s.ppd\n" +msgstr "\tממשק: %s/ppd/%s.ppd\n" + +msgid "\tOn fault: no alert\n" +msgstr "\tבעת שגיאה: אין אתראה\n" + +msgid "\tAfter fault: continue\n" +msgstr "\tאחרי שגיאה: המשך\n" + +msgid "\tUsers allowed:\n" +msgstr "\tמשתמשים מורשים:\n" + +msgid "\tUsers denied:\n" +msgstr "\tמשתמשים נדחים:\n" + +msgid "\t\t(all)\n" +msgstr "\t\t(הכל)\n" + +msgid "\tForms allowed:\n" +msgstr "\tטפסים מורשים:\n" + +msgid "\t\t(none)\n" +msgstr "\t\t(כלום)\n" + +msgid "\tBanner required\n" +msgstr "\tכרזה נדרשת\n" + +msgid "\tCharset sets:\n" +msgstr "\tקבוצות של Charset:\n" + +msgid "\tDefault pitch:\n" +msgstr "\tברירת מחדל של מספר תווים:\n" + +msgid "\tDefault page size:\n" +msgstr "\tברירת מחדל של גודל דף:\n" + +msgid "\tDefault port settings:\n" +msgstr "\tברירת מחדל של הגדרות פתחה: \n" + +#, c-format +msgid "printer %s/%s is idle. enabled since %s\n" +msgstr "מדפסת %s/%s במצב סרק. מאופשרת מאז %s\n" + +#, c-format +msgid "printer %s/%s now printing %s-%d. enabled since %s\n" +msgstr "מדפסת %s/%s מדפיסה כעט את %s-%d. מאופשרת מאז %s\n" + +#, c-format +msgid "printer %s/%s disabled since %s -\n" +msgstr "מדפסת %s/%s מופסקת מאז %s -\n" + +msgid "scheduler is running\n" +msgstr "המתזמן הינו במצב ריצה\n" + +msgid "scheduler is not running\n" +msgstr "המתזמן אינו במצב ריצה\n" + +#, c-format +msgid "lpadmin: Unable to connect to server: %s\n" +msgstr "lpadmin: לא מצליח להתחבר לשרת: %s\n" + +msgid "" +"lpadmin: Unable to add a printer to the class:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: לא מצליח להוסיף מדפסת למחלקה:\n" +" אתה חייב לציין שם מדפסת קודם!\n" + +msgid "lpadmin: Expected class name after '-c' option!\n" +msgstr "lpadmin: מצפה לשם מחלקה אחרי האופציה '-c'!\n" + +msgid "lpadmin: Class name can only contain printable characters!\n" +msgstr "lpadmin: שם מחלקה יכול להכיל רק תווים דפיסים!\n" + +msgid "lpadmin: Expected printer name after '-d' option!\n" +msgstr "lpadmin: מצפה לשם מדפסת אחרי האופציה '-d'!\n" + +msgid "lpadmin: Printer name can only contain printable characters!\n" +msgstr "lpadmin: שם מדפסת יכול להכיל רק תווים דפיסים!\n" + +msgid "lpadmin: Expected hostname after '-h' option!\n" +msgstr "lpadmin: מצפה לשם מארח אחרי האופציה '-h'!\n" + +msgid "" +"lpadmin: Unable to set the interface script:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: לא מצליח לקבוע את אצוות הממשק:\n" +" אתה חייב לציין שם מדפסת קודם!\n" + +msgid "lpadmin: Expected interface after '-i' option!\n" +msgstr "lpadmin: מצפה לממשק אחרי האופציה '-i'!\n" + +msgid "" +"lpadmin: Unable to set the interface script or PPD file:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: לא מצליח לקבוע את אצוות הממשק או קובץ ה- PPD:\n" +" אתה חייב לציין שם מדפסת קודם!\n" + +msgid "lpadmin: Expected model after '-m' option!\n" +msgstr "lpadmin: מצפה לדגם אחרי האופציה '-m'!\n" + +msgid "lpadmin: Expected name=value after '-o' option!\n" +msgstr "lpadmin: מצפה ל- שם=ערך אחרי האופציה '-o'!\n" + +msgid "lpadmin: Expected printer after '-p' option!\n" +msgstr "lpadmin: מצפה למדפסת אחרי האופציה '-p'!\n" + +msgid "" +"lpadmin: Unable to remove a printer from the class:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: לא מצליח למחוק מדפסת מהמחלקה:\n" +" אתה חייב לציין שם מדפסת קודם!\n" + +msgid "lpadmin: Expected class after '-r' option!\n" +msgstr "lpadmin: מצפה למחלקה אחרי האופציה '-r'!\n" + +msgid "lpadmin: Expected allow/deny:userlist after '-u' option!\n" +msgstr "lpadmin: מצפה ל- allow/deny:userlist אחרי האופציה '-u'!\n" + +#, c-format +msgid "lpadmin: Unknown allow/deny option \"%s\"!\n" +msgstr "lpadmin: אופציה \"%s\" עבור הרשה/דחה לא ידועה!\n" + +msgid "" +"lpadmin: Unable to set the device URI:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: לא מצליח לקבוע את URI ההתקן:\n" +" אתה חייב לציין שם מדפסת קודם!\n" + +msgid "lpadmin: Expected device URI after '-v' option!\n" +msgstr "lpadmin: מצפה ל- URI התקן אחרי האופציה '-v'!\n" + +msgid "lpadmin: Expected printer or class after '-x' option!\n" +msgstr "lpadmin: מצפה למדפסת או מחלקה לאחר האופציה '-x'!\n" + +msgid "" +"lpadmin: Unable to set the printer description:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: לא מצליח לקבוע את תאור המדפסת:\n" +" אתה חייב לציין שם מדפסת קודם!\n" + +msgid "lpadmin: Expected description after '-D' option!\n" +msgstr "lpadmin: מצפה לתאור אחרי האופציה '-D'!\n" + +msgid "lpadmin: Expected file type(s) after '-I' option!\n" +msgstr "lpadmin: מצפה לסוג(י) קובץ(ים) לאחר האופציה '-I'!\n" + +msgid "lpadmin: Warning - content type list ignored!\n" +msgstr "lpadmin: אזהרה - מתעלם מרשימת סוגי תכנים!\n" + +msgid "" +"lpadmin: Unable to set the printer location:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: לא מצליח לקבוע את מיקום המדפסת:\n" +" אתה חייב לציין שם מדפסת קודם!\n" + +msgid "lpadmin: Expected location after '-L' option!\n" +msgstr "lpadmin: מצפה למיקום לאחר האופציה '-L'!\n" + +msgid "" +"lpadmin: Unable to set the PPD file:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: לא מצליח לקבוע את קובץ ה- PPD:\n" +" אתה חייב לציין שם מדפסת קודם!\n" + +msgid "lpadmin: Expected PPD after '-P' option!\n" +msgstr "lpadmin: מצפה ל- PPD לאחר האופציה '-P'!\n" + +#, c-format +msgid "lpadmin: Unknown option '%c'!\n" +msgstr "lpadmin: אופציה לא ידועה '%c'!\n" + +#, c-format +msgid "lpadmin: Unknown argument '%s'!\n" +msgstr "lpadmin: ארגומנט לא ידוע '%s'!\n" + +msgid "" +"lpadmin: Unable to set the printer options:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: לא מצליח לקבוע את אפשרויות המדפסת:\n" +" אתה חייב לציין שם מדפסת קודם!\n" + +msgid "" +"Usage:\n" +"\n" +" lpadmin [-h server] -d destination\n" +" lpadmin [-h server] -x destination\n" +" lpadmin [-h server] -p printer [-c add-class] [-i interface] [-m model]\n" +" [-r remove-class] [-v device] [-D description]\n" +" [-P ppd-file] [-o name=value]\n" +" [-u allow:user,user] [-u deny:user,user]\n" +"\n" +msgstr "" +"Usage:\n" +"\n" +" lpadmin [-h server] -d destination\n" +" lpadmin [-h server] -x destination\n" +" lpadmin [-h server] -p printer [-c add-class] [-i interface] [-m model]\n" +" [-r remove-class] [-v device] [-D description]\n" +" [-P ppd-file] [-o name=value]\n" +" [-u allow:user,user] [-u deny:user,user]\n" +"\n" + +#, c-format +msgid "lpadmin: Unable to create temporary file: %s\n" +msgstr "lpadmin: לא מצליח ליצור קובץ זמני: %s\n" + +#, c-format +msgid "lpadmin: Unable to open file \"%s\": %s\n" +msgstr "lpadmin: לא מצליח לפתוח קובץ \"%s\": %s\n" + +#, c-format +msgid "lpadmin: add-printer (set model) failed: %s\n" +msgstr "lpadmin: הוספת-מדפסת (קביעת דגם) נכשלה: %s\n" + +#, c-format +msgid "lpadmin: add-printer (set description) failed: %s\n" +msgstr "lpadmin: הוספת-מדפסת (קביעת תאור) נכשלה: %s\n" + +#, c-format +msgid "lpadmin: add-printer (set location) failed: %s\n" +msgstr "lpadmin: הוספת-מדפסת (קביעת מיקום) נכשלה: %s\n" + +#, c-format +msgid "lpadmin: Unable to create temporary file - %s\n" +msgstr "lpadmin: לא מצליח ליצור קובץ זמני - %s\n" + +#, c-format +msgid "lpadmin: Unable to open PPD file \"%s\" - %s\n" +msgstr "lpadmin: לא מצליח לפתוח קובץ PPD \"%s\" - %s\n" + +#, c-format +msgid "lpadmin: %s failed: %s\n" +msgstr "lpadmin: %s נכשל: %s\n" + +msgid "lp: Expected destination after -d option!\n" +msgstr "lp: מצפה ליעד אחרי האופציה -d!\n" + +msgid "lp: Expected form after -f option!\n" +msgstr "lp: מצפה לטופס אחרי האופציה -f!\n" + +msgid "lp: Expected hostname after -h option!\n" +msgstr "lp: מצפה לשם מארח לאחר האופציה -h!\n" + +msgid "lp: Expected job ID after -i option!\n" +msgstr "lp: מצפה למזהה עבודה לאחר האופציה -i!\n" + +msgid "lp: Error - cannot print files and alter jobs simultaneously!\n" +msgstr "lp: שגיאה - לא יכול להדפיס קבצים ולשנות עבודות בו-זמנית!\n" + +msgid "lp: Error - bad job ID!\n" +msgstr "lp: שגיאה - מזהה עבודה שגוי!\n" + +msgid "lp: Expected copies after -n option!\n" +msgstr "lp: מצפה לכמות עותקים לאחר האופציה -n!\n " + +msgid "lp: Expected option string after -o option!\n" +msgstr "lp: מצפה למחרוזת אחרי האופציה -o!\n" + +#, c-format +msgid "lp: Expected priority after -%c option!\n" +msgstr "lp: מצפה לעדיפות אחרי האופציה -%c!\n" + +msgid "lp: Priority must be between 1 and 100.\n" +msgstr "lp: עדיפות חייבת להיות בין 1 ל 100.\n" + +msgid "lp: Expected title after -t option!\n" +msgstr "lp: מצפה לכותרת אחרי האופציה -t!\n" + +msgid "lp: Expected mode list after -y option!\n" +msgstr "lp: מצפה לרשימת מצבים לאחר האופציה -y!\n" + +msgid "lp: Warning - mode option ignored!\n" +msgstr "lp: אזהרה - מתעלם מאופצית מצב!\n" + +msgid "lp: Expected hold name after -H option!\n" +msgstr "lp: מצפה לשם עצירה לאחר האופציה -H!" + +msgid "lp: Need job ID (-i) before \"-H restart\"!\n" +msgstr "lp: צריך מזהה עבודה (-i) לפני \"-H restart\"!\n" + +msgid "lp: Expected page list after -P option!\n" +msgstr "lp: מצפה לרשימת עמודים לאחר האופציה -P!\n" + +msgid "lp: Expected character set after -S option!\n" +msgstr "lp: מצפה ל- character set לאחר האופציה -S!\n" + +msgid "lp: Warning - character set option ignored!\n" +msgstr "lp: אזהרה - מתעלם מאופצית character set!\n" + +msgid "lp: Expected content type after -T option!\n" +msgstr "lp: מצפה לסוג תוכן לאחר האופציה -T!\n" + +msgid "lp: Warning - content type option ignored!\n" +msgstr "lp: אזהרה - מתעלם מאופצית סוג תוכן!\n" + +#, c-format +msgid "lp: Unknown option '%c'!\n" +msgstr "lp: אופציה לא ידועה '%c'!\n" + +msgid "lp: Error - cannot print from stdin if files or a job ID are provided!\n" +msgstr "lp: שגיאה - לא יכול להדפיס מ- stdin אם מסופקים קבצים או מזהה עבודה!\n" + +#, c-format +msgid "lp: Unable to access \"%s\" - %s\n" +msgstr "lp: לא מצליח לגשת ל- \"%s\" - %s\n" + +#, c-format +msgid "lp: Too many files - \"%s\"\n" +msgstr "lp: יותר מדי קבצים - \"%s\"\n" + +msgid "lp: error - no default destination available.\n" +msgstr "lp: שגיאה - אין יעד ברירת מחדל זמין.\n" + +msgid "lp: error - scheduler not responding!\n" +msgstr "lp: שגיאה - מתזמן המשימות לא מגיב!\n" + +#, c-format +msgid "lp: unable to create temporary file \"%s\" - %s\n" +msgstr "lp: לא מצליח ליצור קובץ זמני \"%s\" - %s\n" + +#, c-format +msgid "lp: error - unable to write to temporary file \"%s\" - %s\n" +msgstr "lp: שגיאה - לא מצליח לכתוב לקובץ זמני \"%s\" - %s\n" + +msgid "lp: stdin is empty, so no job has been sent.\n" +msgstr "lp: stdin ריק, לפיכך לא נשלחה אף עבודה.\n" + +#, c-format +msgid "lp: unable to print file: %s\n" +msgstr "lp: לא מצליח להדפיס קובץ: %s\n" + +#, c-format +msgid "request id is %s-%d (%d file(s))\n" +msgstr "מזהה הבקשה הוא %s-%d (%d קובץ(ים))\n" + +#, c-format +msgid "lp: restart-job failed: %s\n" +msgstr "lp: שחזור-עבודה (restart-job) נכשל: %s\n" + +#, c-format +msgid "lp: set-job-attributes failed: %s\n" +msgstr "lp: קביעת-מאפייני-עבודה (set-job-attributes) נכשל: %s\n" + +#, c-format +msgid "lpinfo: Unable to connect to server: %s\n" +msgstr "lpinfo: לא מצליח להתחבר לשרת: %s\n" + +#, c-format +msgid "lpinfo: Unknown option '%c'!\n" +msgstr "lpinfo: אופציה לא ידועה '%c'!\n" + +#, c-format +msgid "lpinfo: Unknown argument '%s'!\n" +msgstr "lpinfo: ארגומנט לא ידוע '%s'!\n" + +#, c-format +msgid "lpinfo: cups-get-devices failed: %s\n" +msgstr "lpinfo: cups-get-devices נכשל: %s\n" + +#, c-format +msgid "" +"Device: uri = %s\n" +" class = %s\n" +" info = %s\n" +" make-and-model = %s\n" +msgstr "" +"התקן: uri ‏= %s\n" +" מחלקה = %s\n" +" מידע = %s\n" +" יצרן ודגם = %s\n" + +#, c-format +msgid "lpinfo: cups-get-ppds failed: %s\n" +msgstr "lpinfo: cups-get-ppds נכשל: %s\n" + +#, c-format +msgid "" +"Model: name = %s\n" +" natural_language = %s\n" +" make-and-model = %s\n" +msgstr "" +"דגם: שם = %s\n" +" שפה טבעית = %s\n" +" יצרן ודגם = %s\n" + +#, c-format +msgid "lpmove: Unknown option '%c'!\n" +msgstr "lpmove: אופציה לא ידועה '%c'!\n" + +#, c-format +msgid "lpmove: Unknown argument '%s'!\n" +msgstr "lpmove: ארגומנט לא ידוע '%s'!\n" + +msgid "Usage: lpmove job dest\n" +msgstr "Usage: lpmove job dest\n" + +#, c-format +msgid "lpmove: Unable to connect to server: %s\n" +msgstr "lpmove: לא מצליח להתחבר לשרת: %s\n" + +#, c-format +msgid "lpmove: move-job failed: %s\n" +msgstr "lpmove: העבר-עבודה (move-job) נכשל: %s\n" + +msgid "lpoptions: Unknown printer or class!\n" +msgstr "lpoptions: מדפסת או מחלקה לא ידועה!\n" + +msgid "lpoptions: No printers!?!\n" +msgstr "lpoptions: אין מדפסות!?!\n" + +#, c-format +msgid "lpoptions: Unable to add printer or instance: %s\n" +msgstr "lpoptions: לא מצליח להוסיף מדפסת או מופע-מדפסת: %s\n" + +#, c-format +msgid "lpoptions: Destination %s has no PPD file!\n" +msgstr "lpoptions: ‫ליעד %s אין קובץ PPD!\n" + +#, c-format +msgid "lpoptions: Unable to open PPD file for %s!\n" +msgstr "lpoptions: ‫לא מצליח לפתוח קובץ PPD עבור %s!\n" + +msgid "" +"Usage: lpoptions [-h server] [-E] -d printer\n" +" lpoptions [-h server] [-E] [-p printer] -l\n" +" lpoptions [-h server] [-E] -p printer -o option[=value] ...\n" +" lpoptions [-h server] [-E] -x printer\n" +msgstr "" +"Usage: lpoptions [-h server] [-E] -d printer\n" +" lpoptions [-h server] [-E] [-p printer] -l\n" +" lpoptions [-h server] [-E] -p printer -o option[=value] ...\n" +" lpoptions [-h server] [-E] -x printer\n" + +msgid "lppasswd: Only root can add or delete passwords!\n" +msgstr "lppasswd: ‫רק משתמש root יכול להוסיף או למחוק סיסמאות!\n" + +msgid "Enter old password:" +msgstr "הכנס סיסמא ישנה:" + +#, c-format +msgid "lppasswd: Unable to copy password string: %s\n" +msgstr "lppasswd: לא מצליח להעתיק מחרוזת סיסמא: %s\n" + +msgid "Enter password:" +msgstr "הכנס סיסמא:" + +msgid "Enter password again:" +msgstr "הכנס סיסמא שוב:" + +msgid "lppasswd: Sorry, passwords don't match!\n" +msgstr "lppasswd: מצטער, סיסמאות לא תואמות!\n" + +msgid "" +"lppasswd: Sorry, password rejected.\n" +"Your password must be at least 6 characters long, cannot contain\n" +"your username, and must contain at least one letter and number.\n" +msgstr "" +"lppasswd: מצטער, סיסמא נדחתה.\n" +"סיסמתך חייבת להיות לפחות באורך 6 תווים, אינה יכולה להכיל\n" +"את שם המשתמש שלך וחייבת להכיל לפחות אות אחת ומספר אחד.\n" + +msgid "lppasswd: Password file busy!\n" +msgstr "lppasswd: קובץ סיסמאות עסוק!\n" + +#, c-format +msgid "lppasswd: Unable to open password file: %s\n" +msgstr "lppasswd: לא מצליח לפתוח קובץ סיסמאות: %s\n" + +#, c-format +msgid "lppasswd: Unable to write to password file: %s\n" +msgstr "lppasswd: לא מצליח לכתוב לקובץ סיסמאות: %s\n" + +#, c-format +msgid "lppasswd: user \"%s\" and group \"%s\" do not exist.\n" +msgstr "lppasswd: ‫משתמש \"%s\" וקבוצה \"%s\" לא קיימים.\n" + +msgid "lppasswd: Sorry, password doesn't match!\n" +msgstr "lppasswd: מצטער, סיסמא לא תואמת!\n" + +msgid "lppasswd: Password file not updated!\n" +msgstr "lppasswd: קובץ סיסמאות לא עודכן!\n" + +#, c-format +msgid "lppasswd: failed to backup old password file: %s\n" +msgstr "lppasswd: כשלון בגיבוי קובץ סיסמאות ישן: %s\n" + +#, c-format +msgid "lppasswd: failed to rename password file: %s\n" +msgstr "lppasswd: כשלון בשינוי שם קובץ סיסמאות: %s\n" + +msgid "Usage: lppasswd [-g groupname]\n" +msgstr "Usage: lppasswd [-g groupname]\n" + +msgid "" +"Usage: lppasswd [-g groupname] [username]\n" +" lppasswd [-g groupname] -a [username]\n" +" lppasswd [-g groupname] -x [username]\n" +msgstr "" +"Usage: lppasswd [-g groupname] [username]\n" +" lppasswd [-g groupname] -a [username]\n" +" lppasswd [-g groupname] -x [username]\n" + +msgid "Start Printer" +msgstr "הפעל מדפסת" + +msgid "Stop Printer" +msgstr "עצור מדפסת" + +msgid "Start Class" +msgstr "הפעל מחלקה" + +msgid "Stop Class" +msgstr "עצור מחלקה" + +msgid "Accept Jobs" +msgstr "קבל עבודות" + +msgid "Reject Jobs" +msgstr "דחה עבודות" + +msgid "Purge Jobs" +msgstr "מחק עבודות" + +msgid "Set As Default" +msgstr "קבע כברירת-מחדל" + +msgid "Administration" +msgstr "ניהול" + +msgid "Modify Class" +msgstr "שנה מחלקה" + +msgid "Add Class" +msgstr "הוסף מחלקה" + +msgid "The class name may only contain up to 127 printable characters and may not contain spaces, slashes (/), or the pound sign (#)." +msgstr "‫שם המחלקה יכול להכיל עד 127 תווים דפיסים, למעט רווחים, לוכסנים (/) וסולמית (#)." + +msgid "Unable to modify class:" +msgstr "לא מצליח לשנות מחלקה:" + +msgid "Unable to add class:" +msgstr "לא מצליח להוסיף מחלקה:" + +msgid "Modify Printer" +msgstr "שנה מדפסת" + +msgid "Add Printer" +msgstr "הוסף מדפסת" + +msgid "The printer name may only contain up to 127 printable characters and may not contain spaces, slashes (/), or the pound sign (#)." +msgstr "‫שם המדפסת יכול להכיל עד 127 תווים דפיסים, למעט רווחים, לוכסנים (/) וסולמית (#)." + +msgid "Unable to get list of printer drivers:" +msgstr "לא מצליח לקבל רשימת מנהלי התקני מדפסת:" + +msgid "Unable to modify printer:" +msgstr "לא מצליח לשנות מדפסת:" + +msgid "Unable to add printer:" +msgstr "לא מצליח להוסיף מדפסת:" + +msgid "Set Printer Options" +msgstr "קבע אופציות מדפסת" + +msgid "Missing form variable!" +msgstr "חסר משתנה טופס!" + +msgid "Unable to get PPD file!" +msgstr "‫לא מצליח לקבל קובץ PPD!" + +msgid "Unable to open PPD file:" +msgstr "‫לא מצליח לפתוח קובץ PPD:" + +msgid "Banners" +msgstr "כרזות" + +msgid "Starting Banner" +msgstr "כרזת התחלה" + +msgid "Ending Banner" +msgstr "כרזת סיום" + +msgid "Policies" +msgstr "מדיניות" + +msgid "Error Policy" +msgstr "מדיניות שגיאה" + +msgid "Operation Policy" +msgstr "מדיניות תפעול" + +msgid "PS Binary Protocol" +msgstr "‫פרוטוקול בינרי של PS" + +msgid "None" +msgstr "כלום" + +msgid "Unable to set options:" +msgstr "לא מצליח לקבוע אופציות:" + +msgid "Change Settings" +msgstr "שנה הגדרות" + +msgid "Unable to change server settings:" +msgstr "לא מצליח לשנות הגדרות שרת:" + +msgid "Unable to upload cupsd.conf file:" +msgstr "‫לא מצליח להעלות קובץ cupsd.conf:" + +msgid "Edit Configuration File" +msgstr "ערוך קובץ הגדרות" + +msgid "Unable to create temporary file:" +msgstr "לא מצליח ליצור קובץ זמני:" + +msgid "Unable to access cupsd.conf file:" +msgstr "‫לא מצליח לגשת לקובץ cupsd.conf:" + +msgid "Unable to edit cupsd.conf files larger than 1MB!" +msgstr "‫לא מצליח לערוך קובץ cupsd.conf גדול מ- 1MB!" + +msgid "Delete Class" +msgstr "מחק מחלקה" + +msgid "Unable to delete class:" +msgstr "לא מצליח למחוק מחלקה:" + +msgid "Delete Printer" +msgstr "מחק מדפסת" + +msgid "Unable to delete printer:" +msgstr "לא מצליח למחוק מדפסת:" + +msgid "Export Printers to Samba" +msgstr "ייצא מדפסות לסמבה" + +msgid "Unable to fork process!" +msgstr "לא מצליח לפצל תהליך!" + +msgid "Unable to connect to server!" +msgstr "לא מצליח להתחבר לשרת!" + +msgid "Unable to get printer attributes!" +msgstr "לא מצליח לקבל מאפייני מדפסת!" + +msgid "Unable to convert PPD file!" +msgstr "‫לא מצליח להמיר קובץ PPD!" + +msgid "Unable to copy Windows 2000 printer driver files!" +msgstr "‫לא מצליח להעתיק קבצי מנהל התקן הדפסה של Windows 2000!" + +msgid "Unable to install Windows 2000 printer driver files!" +msgstr "‫לא מצליח להתקין קבצי מנהל התקן הדפסה של Windows 2000!" + +msgid "Unable to copy Windows 9x printer driver files!" +msgstr "‫לא מצליח להעתיק קבצי מנהל התקן הדפסה של Windows 9x!" + +msgid "Unable to install Windows 9x printer driver files!" +msgstr "‫לא מצליח להתקין קבצי מנהל התקן הדפסה של Windows 9x!" + +msgid "Unable to set Windows printer driver!" +msgstr "‫לא מצליח לקבוע מנהל התקן הדפסה של Windows!" + +msgid "No printer drivers found!" +msgstr "לא נמצאו מנהלי התקני מדפסת!" + +msgid "Unable to execute cupsaddsmb command!" +msgstr "‫לא מצליח לבצע פקודת cupsaddsmb!" + +#, c-format +msgid "cupsaddsmb failed with status %d" +msgstr "cupsaddsmb נכשל עם סטטוס %d" + +#, c-format +msgid "cupsaddsmb crashed on signal %d" +msgstr "cupsaddsmb התרסק עם איתות %d" + +msgid "A Samba username is required to export printer drivers!" +msgstr "שם משתמש של סמבה נדרש כדי לייצא מנהלי התקני מדפסת!" + +msgid "A Samba password is required to export printer drivers!" +msgstr "סיסמא של סמבה נדרשת כדי לייצא מנהלי התקני מדפסת!" + +msgid "Unable to open cupsd.conf file:" +msgstr "‫לא מצליח לפתוח קובץ cupsd.conf:" + +msgid "Unable to change printer:" +msgstr "לא מצליח לשנות מדפסת:" + +msgid "Set Allowed Users" +msgstr "קבע משתמשים מורשים" + +msgid "Unable to get printer attributes:" +msgstr "לא מצליח לקבל מאפייני מדפסת:" + +msgid "Set Publishing" +msgstr "קבע פרסום" + +msgid "Unable to change printer-is-shared attribute:" +msgstr "‫לא מצליח לשנות מאפיין printer-is-shared:" + +msgid "Classes" +msgstr "מחלקות" + +msgid "Unable to get class list:" +msgstr "לא מצליח לקבל רשימת מחלקות:" + +msgid "Unable to get class status:" +msgstr "לא מצליח לקבל סטטוס מחלקה:" + +msgid "Move Job" +msgstr "העבר עבודה" + +msgid "Unable to find destination for job!" +msgstr "לא מצליח למצוא יעד לעבודה!" + +msgid "Move All Jobs" +msgstr "העבר כל העבודות" + +msgid "Unable to move job" +msgstr "לא מצליח להעביר עבודה" + +msgid "Unable to move jobs" +msgstr "לא מצליח להעביר עבודות" + +msgid "Print Test Page" +msgstr "הדפס עמוד ניסיון" + +msgid "Unable to print test page:" +msgstr "לא מצליח להדפיס עמוד ניסיון:" + +msgid "Jobs" +msgstr "עבודות" + +msgid "Job operation failed:" +msgstr "פעולת עבודה נכשלה:" + +msgid "Printers" +msgstr "מדפסות" + +msgid "Unable to get printer list:" +msgstr "לא מצליח לקבל רשימת מדפסות:" + +msgid "Unable to get printer status:" +msgstr "לא מצליח לקבל סטטוס מדפסת:" + +msgid "OK" +msgstr "אישור" + +msgid "Unable to open PPD file" +msgstr "‫לא מצליח לפתוח קובץ PPD" + +msgid "NULL PPD file pointer" +msgstr "‫מצביע קובץ PPD ריק" + +msgid "Memory allocation error" +msgstr "שגיאת הקצאת זיכרון" + +msgid "Missing PPD-Adobe-4.x header" +msgstr "‫חסרה כותרת PPD-Adobe-4.x" + +msgid "Missing value string" +msgstr "חסר מחרוזת ערך" + +msgid "Internal error" +msgstr "שגיאה פנימית" + +msgid "Bad OpenGroup" +msgstr "‫OpenGroup שגוי" + +msgid "OpenGroup without a CloseGroup first" +msgstr "‫OpenGroup ללא CloseGroup קודם" + +msgid "Bad OpenUI/JCLOpenUI" +msgstr "‫OpenUI/JCLOpenUI שגוי" + +msgid "OpenUI/JCLOpenUI without a CloseUI/JCLCloseUI first" +msgstr "‫OpenUI/JCLOpenUI ללא CloseUI/JCLCloseUI קודם" + +msgid "Bad OrderDependency" +msgstr "‫OrderDependency שגוי" + +msgid "Bad UIConstraints" +msgstr "‫UIConstraints שגוי" + +msgid "Missing asterisk in column 1" +msgstr "חסרה כוכבית בטור 1" + +msgid "Line longer than the maximum allowed (255 characters)" +msgstr "‫שורה ארוכה מהמקסימום המותר (255 תווים)" + +msgid "Illegal control character" +msgstr "תו בקרה לא חוקי" + +msgid "Illegal main keyword string" +msgstr "מחרוזת מילת-מפתח ראשית לא חוקית" + +msgid "Illegal option keyword string" +msgstr "מחרוזת מילת-מפתח אופציה לא חוקית" + +msgid "Illegal translation string" +msgstr "מחרוזת תרגום לא חוקית" + +msgid "Illegal whitespace character" +msgstr "תו 'לבן' לא חוקי" + +msgid "Bad custom parameter" +msgstr "פרמטר מותאם שגוי" + +msgid "Unknown" +msgstr "לא ידוע" + +msgid "Custom" +msgstr "מותאם" + +msgid "JCL" +msgstr "JCL" + +msgid "No authentication information provided!" +msgstr "לא סופקה אינפורמצית אימות!" + +#, c-format +msgid "Password for %s required to access %s via SAMBA: " +msgstr "‫דרושה סיסמא עבור %s לגישה ל- %s דרך סמבה: " + +#, c-format +msgid "Running command: %s %s -N -U '%s%%%s' -c '%s'\n" +msgstr "מריץ פקודה: %s %s -N -U '%s%%%s' -c '%s'\n" + +#, c-format +msgid "cupsaddsmb: Unable to run \"%s\": %s\n" +msgstr "cupsaddsmb: לא מצליח להריץ \"%s\": %s\n" + +msgid "cupsaddsmb: No Windows printer drivers are installed!\n" +msgstr "cupsaddsmb: לא מותקנים מנהלי התקני מדפסת של Windows!\n" + +msgid "cupsaddsmb: Warning, no Windows 2000 printer drivers are installed!\n" +msgstr "cupsaddsmb: אזהרה, לא מותקנים מנהלי התקני מדפסת של Windows 2000!\n" + +#, c-format +msgid "lpadmin: Printer %s is already a member of class %s.\n" +msgstr "lpadmin: מדפסת %s כבר חברה במחלקה %s.\n" + +msgid "lpadmin: No member names were seen!\n" +msgstr "lpadmin: לא נראו שמות חברים!\n" + +#, c-format +msgid "lpadmin: Printer %s is not a member of class %s.\n" +msgstr "lpadmin: מדפסת %s לא חברה במחלקה %s.\n" + +#, c-format +msgid "" +"Device: uri = %s\n" +" class = %s\n" +" info = %s\n" +" make-and-model = %s\n" +" device-id = %s\n" +msgstr "" +"התקן: uri ‫= %s\n" +" מחלקה = %s\n" +" מידע = %s\n" +" יצרן ודגם = %s\n" +" מזהה התקן = %s\n" + +#, c-format +msgid "" +"Model: name = %s\n" +" natural_language = %s\n" +" make-and-model = %s\n" +" device-id = %s\n" +msgstr "" +"דגם: שם = %s\n" +" שפה-טבעית = %s\n" +" יצרן ודגם = %s\n" +" מזהה התקן = %s\n" + +msgid "Usage: lpmove job/src dest\n" +msgstr "Usage: lpmove job/src dest\n" + +msgid "lpstat: Need \"completed\", \"not-completed\", or \"all\" after -W!\n" +msgstr "lpstat: ‫צריך \"completed\", \"not-completed\", או \"all\" אחרי -W!\n" + +#, c-format +msgid "%s accepting requests since %s\n" +msgstr "%s מקבלת בקשות מאז %s\n" + +#, c-format +msgid "" +"%s not accepting requests since %s -\n" +"\t%s\n" +msgstr "" +"%s לא מקבלת בקשות מאז %s -\n" +"\t%s\n" + +#, c-format +msgid "%s/%s accepting requests since %s\n" +msgstr "%s/%s מקבלת בקשות מאז %s\n" + +#, c-format +msgid "" +"%s/%s not accepting requests since %s -\n" +"\t%s\n" +msgstr "" +"%s/%s לא מקבלת בקשות מאז %s -\n" +"\t%s\n" + +msgid "lpc> " +msgstr "lpc> " + +#, c-format +msgid "%s: Unable to contact server!\n" +msgstr "%s: לא מצליח לתקשר עם השרת!\n" + +#, c-format +msgid "%s: Error - expected username after '-U' option!\n" +msgstr "%s: שגיאה - מצפה לשם משתמש לאחר האופציה '-U'!\n" + +#, c-format +msgid "%s: Error - unknown destination \"%s/%s\"!\n" +msgstr "%s: שגיאה - יעד לא ידוע \"%s/%s\"!\n" + +#, c-format +msgid "%s: Unknown destination \"%s\"!\n" +msgstr "%s: יעד לא ידוע \"%s\"!\n" + +#, c-format +msgid "%s: Error - expected hostname after '-h' option!\n" +msgstr "%s: שגיאה - מצפה לשם מארח לאחר האופציה '-h'!\n" + +#, c-format +msgid "%s: error - %s environment variable names non-existent destination \"%s\"!\n" +msgstr "%s: שגיאה - משתנה הסביבה %s מציין יעד לא קיים \"%s\"!\n" + +#, c-format +msgid "%s: error - no default destination available.\n" +msgstr "%s: שגיאה - אין יעד ברירת מחדל זמין.\n" + +msgid "Usage: lpq [-P dest] [-U username] [-h hostname[:port]] [-l] [+interval]\n" +msgstr "Usage: lpq [-P dest] [-U username] [-h hostname[:port]] [-l] [+interval]\n" + +#, c-format +msgid "%s: Error - expected hostname after '-H' option!\n" +msgstr "%s: שגיאה - מצפה לשם מארח לאחר האופציה '-H'!\n" + +#, c-format +msgid "%s: Error - expected value after '-%c' option!\n" +msgstr "%s: שגיאה - מצפה לערך אחרי האופציה '-%c'!\n" + +#, c-format +msgid "%s: Warning - '%c' format modifier not supported - output may not be correct!\n" +msgstr "%s: אזהרה - משנה מבנה '%c' לא נתמך - פלט עלול להיות לא תקין!" + +#, c-format +msgid "%s: error - expected option=value after '-o' option!\n" +msgstr "%s: שגיאה - מצפה ל- אופציה=ערך לאחר האופציה '-o'!\n" + +#, c-format +msgid "%s: Error - expected destination after '-P' option!\n" +msgstr "%s: שגיאה - מצפה ליעד אחרי האופציה '-P'!\n" + +#, c-format +msgid "%s: Error - expected copy count after '-#' option!\n" +msgstr "%s: שגיאה - מצפה לכמות עותקים לאחר האופציה '-#'!\n" + +#, c-format +msgid "%s: Error - expected name after '-%c' option!\n" +msgstr "%s: שגיאה - מצפה לשם אחרי האופציה '-%c'!\n" + +#, c-format +msgid "%s: Error - unknown option '%c'!\n" +msgstr "%s: שגיאה - אופציה לא ידועה '%c'!\n" + +#, c-format +msgid "%s: Error - unable to access \"%s\" - %s\n" +msgstr "%s: שגיאה - לא מצליח לגשת ל- \"%s\" - %s\n" + +#, c-format +msgid "%s: Error - too many files - \"%s\"\n" +msgstr "%s: שגיאה - יותר מדי קבצים - \"%s\"\n" + +#, c-format +msgid "%s: Error - %s environment variable names non-existent destination \"%s\"!\n" +msgstr "%s: שגיאה - משתנה הסביבה %s מציין יעד לא קיים \"%s\"!\n" + +#, c-format +msgid "%s: Error - no default destination available.\n" +msgstr "%s: שגיאה - אין יעד ברירת מחדל זמין.\n" + +#, c-format +msgid "%s: Error - scheduler not responding!\n" +msgstr "%s: שגיאה - מתזמן לא מגיב!\n" + +#, c-format +msgid "%s: Error - unable to create temporary file \"%s\" - %s\n" +msgstr "%s: שגיאה - לא מצליח ליצור קובץ זמני \"%s\" - %s\n" + +#, c-format +msgid "%s: Error - unable to write to temporary file \"%s\" - %s\n" +msgstr "%s: שגיאה - לא מצליח לכתוב לקובץ זמני \"%s\" - %s\n" + +#, c-format +msgid "%s: Error - stdin is empty, so no job has been sent.\n" +msgstr "%s: שגיאה - stdin ריק, לפיכך לא נשלחה אף עבודה.\n" + +#, c-format +msgid "%s: Error - unknown destination \"%s\"!\n" +msgstr "%s: שגיאה - יעד לא ידוע \"%s\"!\n" + +#, c-format +msgid "%s: Error - expected reason text after '-r' option!\n" +msgstr "%s: שגיאה - מצפה לטקסט סיבה לאחר האופציה '-r'!\n" + +#, c-format +msgid "%s: Error - expected username after '-u' option!\n" +msgstr "%s: שגיאה - מצפה לשם משתמש לאחר האופציה '-u'!\n" + +#, c-format +msgid "%s: %s failed: %s\n" +msgstr "%s: %s נכשל: %s\n" + +#, c-format +msgid "%s: Error - expected destination after '-d' option!\n" +msgstr "%s: שגיאה - מצפה ליעד אחרי האופציה '-d'!\n" + +#, c-format +msgid "%s: Error - expected form after '-f' option!\n" +msgstr "%s: שגיאה - מצפה לטופס אחרי האופציה '-f'!\n" + +#, c-format +msgid "%s: Warning - form option ignored!\n" +msgstr "%s: אזהרה - מתעלם מאופצית טופס!\n" + +#, c-format +msgid "%s: Expected job ID after '-i' option!\n" +msgstr "%s: מצפה למזהה עבודה לאחר האופציה '-i'!\n" + +#, c-format +msgid "%s: Error - cannot print files and alter jobs simultaneously!\n" +msgstr "%s: שגיאה - לא יכול להדפיס קבצים ולשנות עבודות בו-זמנית!\n" + +#, c-format +msgid "%s: Error - bad job ID!\n" +msgstr "%s: שגיאה - מזהה עבודה שגוי!\n" + +#, c-format +msgid "%s: Error - expected copies after '-n' option!\n" +msgstr "%s: שגיאה - מצפה לכמות עותקים לאחר האופציה '-n'!\n" + +#, c-format +msgid "%s: Error - expected option string after '-o' option!\n" +msgstr "%s: שגיאה - מצפה למחרוזת אחרי האופציה '-o'!\n" + +#, c-format +msgid "%s: Error - expected priority after '-%c' option!\n" +msgstr "%s: שגיאה - מצפה לעדיפות אחרי האופציה '-%c'!\n" + +#, c-format +msgid "%s: Error - priority must be between 1 and 100.\n" +msgstr "%s: שגיאה - עדיפות חייבת להיות בין 1 ל 100.\n" + +#, c-format +msgid "%s: Error - expected title after '-t' option!\n" +msgstr "%s: שגיאה - מצפה לכותרת אחרי האפציה '-t'!\n" + +#, c-format +msgid "%s: Error - expected mode list after '-y' option!\n" +msgstr "%s: שגיאה - מצפה לרשימת מצבים לאחר האופציה '-y'!\n" + +#, c-format +msgid "%s: Warning - mode option ignored!\n" +msgstr "%s: אזהרה - מתעלם מאופצית מצב!\n" + +#, c-format +msgid "%s: Error - expected hold name after '-H' option!\n" +msgstr "%s: שגיאה - מצפה לשם עצירה לאחר האופציה '-H'!\n " + +#, c-format +msgid "%s: Need job ID ('-i jobid') before '-H restart'!\n" +msgstr "%s: זקוק למזהה עבודה ('-i jobid') לפני '-H restart'!\n" + +#, c-format +msgid "%s: Error - expected page list after '-P' option!\n" +msgstr "%s: שגיאה - מצפה לרשימת עמודים לאחר האופציה '-P'!\n" + +#, c-format +msgid "%s: Error - expected character set after '-S' option!\n" +msgstr "%s: שגיאה - מצפה ל- character set לאחר האופציה '-S'!\n" + +#, c-format +msgid "%s: Warning - character set option ignored!\n" +msgstr "%s: אזהרה - מתעלם מאופצית character set!\n" + +#, c-format +msgid "%s: Error - expected content type after '-T' option!\n" +msgstr "%s: שגיאה - מצפה לסוג תוכן לאחר האופציה '-T'!\n " + +#, c-format +msgid "%s: Warning - content type option ignored!\n" +msgstr "%s: אזהרה - מתעלם מאופצית סוג תוכן!\n" + +#, c-format +msgid "%s: Error - cannot print from stdin if files or a job ID are provided!\n" +msgstr "%s: שגיאה - לא יכול להדפיס מתוך stdin אם מסופקים קבצים או מזהה עבודה!\n" + +#, c-format +msgid "%s: Error - need \"completed\", \"not-completed\", or \"all\" after '-W' option!\n" +msgstr "%s: שגיאה - צריך \"completed\", \"not-completed\" או \"all\" לאחר האופציה '-W'!\n" + +#, c-format +msgid "%s: Error - expected destination after '-b' option!\n" +msgstr "%s: שגיאה - מצפה ליעד אחרי האופציה '-b'!\n" + +#, c-format +msgid "%s: Invalid destination name in list \"%s\"!\n" +msgstr "%s: שם יעד לא חוקי ברשימה \"%s\"!\n" + +#, c-format +msgid "%s: Unable to connect to server\n" +msgstr "%s: לא מצליח להתחבר לשרת\n" + +msgid "Print Job:" +msgstr "עבודת הדפסה:" + +msgid "pending" +msgstr "בהמתנה" + +msgid "held" +msgstr "מוחזק" + +msgid "processing" +msgstr "מעבד" + +msgid "stopped" +msgstr "עצורה" + +msgid "canceled" +msgstr "מבוטל" + +msgid "aborted" +msgstr "ננטש" + +msgid "completed" +msgstr "הסתיים" + +msgid "unknown" +msgstr "לא ידוע" + +msgid "untitled" +msgstr "ללא שם" + +msgid "Printer:" +msgstr "מדפסת:" + +msgid "idle" +msgstr "בהמתנה" + +msgid "Missing notify-subscription-ids attribute!" +msgstr "חסר מאפיין notify-subscription-ids!" + +msgid "Job subscriptions cannot be renewed!" +msgstr "לא ניתן לחדש מנויי עבודה!" + +msgid "cupsd: Expected config filename after \"-c\" option!\n" +msgstr "cupsd: מצפה לשם קובץ תצורה לאחר האופציה \"-c\"!\n" + +msgid "cupsd: launchd(8) support not compiled in, running in normal mode.\n" +msgstr "cupsd: תמיכה ב launchd(8) לא נכללה בהידור, רץ במצב רגיל.\n" + +#, c-format +msgid "cupsd: Unknown option \"%c\" - aborting!\n" +msgstr "cupsd: אופציה לא ידועה \"%c\" - נוטש!\n" + +#, c-format +msgid "cupsd: Unknown argument \"%s\" - aborting!\n" +msgstr "cupsd: ארגומנט לא ידוע \"%s\" - נוטש!\n" + +msgid "" +"Usage: cupsd [-c config-file] [-f] [-F] [-h] [-l]\n" +"\n" +"-c config-file Load alternate configuration file\n" +"-f Run in the foreground\n" +"-F Run in the foreground but detach\n" +"-h Show this usage message\n" +"-l Run cupsd from launchd(8)\n" +msgstr "" +"Usage: cupsd [-c config-file] [-f] [-F] [-h] [-l]\n" +"\n" +"-c config-file טען קובץ תצורה חליפי\n" +"-f רוץ בקדמה\n" +"-F רוץ בקדמה אך התנתק\n" +"-h הצג הודעת שימוש זו\n" +"-l הרץ את cupsd מ launchd(8)\n" + +#, c-format +msgid " WARN Line %d only contains whitespace!\n" +msgstr " אזהרה שורה %d 'מכילה רק 'רווח לבן!\n" + +msgid " WARN File contains a mix of CR, LF, and CR LF line endings!\n" +msgstr " אזהרה קובץ מכיל תערובת של CR, LF, ו CR LF סופי שורה!\n" + +msgid " WARN Non-Windows PPD files should use lines ending with only LF, not CR LF!\n" +msgstr " אזהרה קבצי PPD שאינם של Windows אמורים להשתמש רק ב- LF לסוף שורה ולא CR LF!\n" + +msgid "Printer Maintenance" +msgstr "אחזקת מדפסת" + +msgid "Unable to send maintenance job:" +msgstr "לא מצליח לשלוח עבודת תחזוקה:" + +#, c-format +msgid "cupsaddsmb: No PPD file for printer \"%s\" - %s\n" +msgstr "cupsaddsmb: לא קיים קובץ PPD למדפסת \"%s\" - %s\n" + +#, c-format +msgid " **FAIL** %s %s does not exist!\n" +msgstr " **נכשל** %s %s לא קיים!\n" + +#, c-format +msgid " **FAIL** Bad language \"%s\"!\n" +msgstr " ‫**נכשל** שפה שגויה \"%s\"!\n" + +#, c-format +msgid " **FAIL** Missing \"%s\" translation string for option %s!\n" +msgstr " ‫**נכשל** חסר \"%s\" מחרוזת תרגום לאופציה %s!\n" + +#, c-format +msgid " **FAIL** Default translation string for option %s contains 8-bit characters!\n" +msgstr " ‫**נכשל** מחרוזת תרגום ברירת מחדל לאופציה %s מכילה תווים של 8 סיביות!\n" + +#, c-format +msgid " **FAIL** Missing \"%s\" translation string for option %s, choice %s!\n" +msgstr " ‫**נכשל** חסר \"%s\" מחרוזת תרגום לאופציה %s, בחירה %s!\n" + +#, c-format +msgid " **FAIL** Default translation string for option %s choice %s contains 8-bit characters!\n" +msgstr " ‫**נכשל** מחרוזת תרגום ברירת מחדל לאופציה %s בחירה %s מכילה תווים של 8 סיביות!\n" + +#, c-format +msgid " **FAIL** Bad cupsFilter value \"%s\"!\n" +msgstr " ‫**נכשל** ל cupsFilter ערך שגוי \"%s\"!\n" + +msgid "Help" +msgstr "עזרה" + +#, c-format +msgid "Missing value on line %d!\n" +msgstr "חסר ערך בשורה %d!\n" + +#, c-format +msgid "Missing double quote on line %d!\n" +msgstr "חסרים גרשיים בשורה %d!\n" + +#, c-format +msgid "Bad option + choice on line %d!\n" +msgstr "אופציה + אפשרות שגויים בשורה %d!\n" + +#, c-format +msgid "Unable to copy Windows 2000 printer driver files (%d)!\n" +msgstr "לא מצליח להעתיק קבצי מנהל התקן הדפסה של Windows 2000 (%d)!\n" + +#, c-format +msgid "Unable to copy CUPS printer driver files (%d)!\n" +msgstr "לא מצליח להעתיק קבצי מנהל התקן הדפסה של CUPS (%d)!\n" + +#, c-format +msgid "Unable to install Windows 2000 printer driver files (%d)!\n" +msgstr "לא מצליח להתקין קבצי מנהל התקן הדפסה של Windows 2000 (%d)!\n" + +#, c-format +msgid "Unable to copy Windows 9x printer driver files (%d)!\n" +msgstr "לא מצליח להעתיק קבצי מנהל התקן הדפסה של Windows 9x (%d)!\n" + +#, c-format +msgid "Unable to install Windows 9x printer driver files (%d)!\n" +msgstr "לא מצליח להתקין קבצי מנהל התקן הדפסה של Windows 9x (%d)!\n" + +msgid "No Windows printer drivers are installed!\n" +msgstr "לא מותקנים מנהלי התקני מדפסת של Windows!\n" + +msgid "Warning, no Windows 2000 printer drivers are installed!\n" +msgstr "אזהרה, לא מותקנים מנהלי התקני מדפסת של Windows 2000!\n" + +#, c-format +msgid "Unable to set Windows printer driver (%d)!\n" +msgstr "לא מצליח לקבוע מנהל התקן הדפסה של Windows (%d)!\n" + +msgid "" +"Usage: cupsaddsmb [options] printer1 ... printerN\n" +" cupsaddsmb [options] -a\n" +"\n" +"Options:\n" +" -E Encrypt the connection to the server\n" +" -H samba-server Use the named SAMBA server\n" +" -U samba-user Authenticate using the named SAMBA user\n" +" -a Export all printers\n" +" -h cups-server Use the named CUPS server\n" +" -v Be verbose (show commands)\n" +msgstr "" +"Usage: cupsaddsmb [options] printer1 ... printerN\n" +" cupsaddsmb [options] -a\n" +"\n" +"Options:\n" +" -E הצפן את החיבור לשרת\n" +" -H samba-server השתמש בשרת סמבה המצויין\n" +" -U samba-user הזדהה עם שם משתמש סמבה המצויין\n" +" -a ייצא את כל המדפסות\n" +" -h cups-server השתמש בשרת CUPS המצויין\n" +" -v פלט מפורט (הצג פקודות)\n" + +#, c-format +msgid "Unable to copy Windows 2000 printer driver files (%d)!" +msgstr "לא מצליח להעתיק קבצי מנהל התקן הדפסה של Windows 2000 (%d)!" + +#, c-format +msgid "Unable to copy CUPS printer driver files (%d)!" +msgstr "לא מצליח להעתיק קבצי מנהל התקן הדפסה של CUPS (%d)!" + +#, c-format +msgid "Unable to install Windows 2000 printer driver files (%d)!" +msgstr "לא מצליח להתקין קבצי מנהל התקן הדפסה של Windows 2000 (%d)!" + +#, c-format +msgid "Unable to copy Windows 9x printer driver files (%d)!" +msgstr "לא מצליח להעתיק קבצי מנהל התקן הדפסה של Windows 9x (%d)!" + +#, c-format +msgid "Unable to install Windows 9x printer driver files (%d)!" +msgstr "לא מצליח להתקין קבצי מנהל התקן הדפסה של Windows 9x (%d)!" + +msgid "No Windows printer drivers are installed!" +msgstr "לא מותקנים מנהלי התקני מדפסת של Windows!" + +msgid "Warning, no Windows 2000 printer drivers are installed!" +msgstr "אזהרה, לא מותקנים מנהלי התקני מדפסת של Windows 2000!" + +#, c-format +msgid "open of %s failed: %s" +msgstr "פתיחה של %s נכשלה: %s" + +#, c-format +msgid "Running command: %s %s -N -A %s -c '%s'\n" +msgstr "מריץ פקודה: %s %s -N -A %s -c '%s'\n" + +#, c-format +msgid "stat of %s failed: %s" +msgstr "נכשל stat של %s: %s" + +#, c-format +msgid "Job #%d is already cancelled - can't cancel." +msgstr "עבודה #%d בוטלה כבר - לא יכול לבטל." + +#, c-format +msgid "Job #%d is already aborted - can't cancel." +msgstr "עבודה #%d ננטשה כבר - לא יכול לבטל" + +#, c-format +msgid "Job #%d is already completed - can't cancel." +msgstr "עבודה #%d הסתיימה כבר - לא יכול לבטל." + +#, c-format +msgid "You must access this page using the URL https://%s:%d%s." +msgstr "אתה חייב לגשת לדף דרך URL זה https://%s:%d%s." + +#, c-format +msgid "Unsupported format '%s'!" +msgstr "מבנה לא נתמך '%s'!" + +msgid "FAIL\n" +msgstr "נכשל\n" + +#, c-format +msgid "" +" Line %d is longer than 255 characters (%d)!\n" +" REF: Page 25, Line Length\n" +msgstr "" +" שורה %d ארוכה מ-255 תווים (%d)!\n" +" ראה: עמוד 25, Line Length\n" + +msgid "" +" Missing %!PS-Adobe-3.0 on first line!\n" +" REF: Page 17, 3.1 Conforming Documents\n" +msgstr "" +" חסר %!PS-Adobe-3.0 בשורה ראשונה!\n" +" ראה: עמוד 17, 3.1 Conforming Documents\n" + +#, c-format +msgid "" +" Bad %%%%Pages: on line %d!\n" +" REF: Page 43, %%%%Pages:\n" +msgstr "" +" שגוי %%%%Pages: בשורה %d!\n" +" ראה: עמוד 43, %%%%Pages:\n" + +#, c-format +msgid "" +" Bad %%%%BoundingBox: on line %d!\n" +" REF: Page 39, %%%%BoundingBox:\n" +msgstr "" +" שגוי %%%%BoundingBox: בשורה %d!\n" +" ראה: עמוד 39, %%%%BoundingBox:\n" + +#, c-format +msgid "" +" Bad %%%%Page: on line %d!\n" +" REF: Page 53, %%%%Page:\n" +msgstr "" +" שגוי %%%%Page: בשורה %d!\n" +" ראה: עמוד 53, %%%%Page:\n" + +#, c-format +msgid "" +" Missing or bad %%BoundingBox: comment!\n" +" REF: Page 39, %%BoundingBox:\n" +msgstr "" +" חסר או שגוי %%BoundingBox: הערה!\n" +" ראה: עמוד 39, %%BoundingBox:\n" + +#, c-format +msgid "" +" Missing or bad %%Pages: comment!\n" +" REF: Page 43, %%Pages:\n" +msgstr "" +" חסר או שגוי %%Pages: הערה!\n" +" ראה:עמוד 43, %%Pages:\n" + +#, c-format +msgid "" +" Missing %%EndComments comment!\n" +" REF: Page 41, %%EndComments\n" +msgstr "" +" חסרה הערה %%EndComments!\n" +" ראה: עמוד 41, %%EndComments\n" + +#, c-format +msgid "" +" Missing or bad %%Page: comments!\n" +" REF: Page 53, %%Page:\n" +msgstr "" +" חסר או שגוי %%Page: הערות!\n" +" ראה: עמוד 53, %%Page:\n" + +#, c-format +msgid " Too many %%EndDocument comments!\n" +msgstr " יותר מדי הערות %%EndDocument!\n" + +#, c-format +msgid " Too many %%BeginDocument comments!\n" +msgstr " יותר מדי הערות %%BeginDocument!\n" + +#, c-format +msgid " Saw %d lines that exceeded 255 characters!\n" +msgstr " ראיתי %d שורות שעברו את ה-255 תווים!\n" + +msgid "PASS\n" +msgstr "עבר\n" + +msgid " Warning: file contains binary data!\n" +msgstr " אזהרה: קובץ מכיל נתונים בינריים!\n" + +#, c-format +msgid " Warning: obsolete DSC version %.1f in file!\n" +msgstr " אזהרה: גרסת DSC %.1f מיושנת בקובץ!\n" + +#, c-format +msgid " Warning: no %%EndComments comment in file!\n" +msgstr " אזהרה: אין הערה %%EndComments בקובץ!\n" + +msgid "" +"Usage: cupstestdsc [options] filename.ps [... filename.ps]\n" +" cupstestdsc [options] -\n" +"\n" +"Options:\n" +"\n" +" -h Show program usage\n" +"\n" +" Note: this program only validates the DSC comments, not the PostScript itself.\n" +msgstr "" +"Usage: cupstestdsc [options] filename.ps [... filename.ps]\n" +" cupstestdsc [options] -\n" +"\n" +"Options:\n" +"\n" +" -h הצג שימוש בתוכנית\n" +"\n" +" הערה: תוכנית זו רק מוודאת תקינות של הערות DSC, לא את ה- PostScript עצמו.\n" + +#, c-format +msgid "Password for %s on %s? " +msgstr "סיסמא עבור %s on %s? " + +msgid "" +" **FAIL** 1284DeviceId must be 1284DeviceID!\n" +" REF: Page 72, section 5.5\n" +msgstr "" +" **נכשל** 1284DeviceId חייב להיות 1284DeviceID!\n" +" ראה: עמוד 72, סעיף 5.5\n" + +# +# End of "$Id$". +# diff --git a/locale/cups_it.po b/locale/cups_it.po index f4bafde80..fdfb57fa9 100644 --- a/locale/cups_it.po +++ b/locale/cups_it.po @@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: cups_it\n" "Report-Msgid-Bugs-To: http://www.cups.org/str.php\n" -"POT-Creation-Date: 2007-01-23 09:44-0500\n" +"POT-Creation-Date: 2007-03-30 16:49-0400\n" "PO-Revision-Date: 2006-11-16 00:34+0100\n" "Last-Translator: Vincenzo Reale \n" "Language-Team: Italian \n" @@ -31,384 +31,1156 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" -msgid "Options Installed" -msgstr "Opzioni installate" - -msgid "Class" -msgstr "Classe" +msgid "\t\t(all)\n" +msgstr "\t\t(tutti)\n" -msgid "Printer" -msgstr "Stampante" +msgid "\t\t(none)\n" +msgstr "\t\t(nessuno)\n" -msgid "Extra" -msgstr "Extra" +#, c-format +msgid "\t%d entries\n" +msgstr "\t%d voci\n" -msgid "General" -msgstr "Generale" +msgid "\tAfter fault: continue\n" +msgstr "\tDopo il fallimento: continua\n" -msgid "Media Size" -msgstr "Dimensione supporto" +msgid "\tAlerts:" +msgstr "\tAvvisi:" -msgid "Media Type" -msgstr "Tipo supporto" +msgid "\tBanner required\n" +msgstr "\tBanner richiesto\n" -msgid "Media Source" -msgstr "Sorgente supporto" +msgid "\tCharset sets:\n" +msgstr "\tSet di caratteri:\n" -msgid "Output Mode" -msgstr "Modalità di uscita" +msgid "\tConnection: direct\n" +msgstr "\tConnessione: diretta\n" -msgid "Resolution" -msgstr "Risoluzione" +msgid "\tConnection: remote\n" +msgstr "\tConnessione: remota\n" -msgid "Variable" -msgstr "Variabile" +msgid "\tDefault page size:\n" +msgstr "\tDimensiona predefinita pagina:\n" -msgid "Yes" -msgstr "Sì" +msgid "\tDefault pitch:\n" +msgstr "\tPasso predefinito:\n" -msgid "No" -msgstr "No" +msgid "\tDefault port settings:\n" +msgstr "\tImpostazioni predefinite porta:\n" -msgid "Auto" -msgstr "Auto" +#, c-format +msgid "\tDescription: %s\n" +msgstr "\tDescrizione: %s\n" msgid "" -"Enter your username and password or the root username and password to access " -"this page." +"\tForm mounted:\n" +"\tContent types: any\n" +"\tPrinter types: unknown\n" msgstr "" -"Inserisci il tuo nome utente e la tua password o il nome utente e la " -"password di root per accedere a questa pagina." +"\tModulo montato:\n" +"\tTipi di contenuto: qualsiasi\n" +"\tTipi di stampante: sconosciuti\n" -msgid "You must use a https: URL to access this page." -msgstr "Devi usare un URL https: per accedere a questa pagina." +msgid "\tForms allowed:\n" +msgstr "\tModuli consentiti:\n" #, c-format -msgid "Bad request version number %d.%d!" -msgstr "Richiesta errata del numero di versione %d.%d!" - -msgid "No attributes in request!" -msgstr "Nessun attributo nella richiesta!" +msgid "\tInterface: %s.ppd\n" +msgstr "\tInterfaccia: %s.ppd\n" #, c-format -msgid "Attribute groups are out of order (%x < %x)!" -msgstr "I gruppi di attributi non sono ordinati (%x < %x)!" +msgid "\tInterface: %s/interfaces/%s\n" +msgstr "\tInterfaccia: %s/interfacce/%s\n" -msgid "Missing required attributes!" -msgstr "Attributi richiesti mancanti!" +#, c-format +msgid "\tInterface: %s/ppd/%s.ppd\n" +msgstr "\tInterfaccia: %s/ppd/%s.ppd\n" #, c-format -msgid "%s not supported!" -msgstr "%s non supportato!" +msgid "\tLocation: %s\n" +msgstr "\tPosizione: %s\n" -msgid "The printer or class was not found." -msgstr "La stampante o la classe non è stata trovata." +msgid "\tOn fault: no alert\n" +msgstr "\tIn caso di fallimento: nessun segnale\n" -msgid "" -"The printer-uri must be of the form \"ipp://HOSTNAME/classes/CLASSNAME\"." -msgstr "" -"printer-uri deve essere nella forma \"ipp://NOMEHOST/classes/NOMECLASSE\"." +msgid "\tUsers allowed:\n" +msgstr "\tUtenti autorizzati:\n" -#, c-format -msgid "The printer-uri \"%s\" contains invalid characters." -msgstr "printer-uri \"%s\" contiene caratteri non validi." +msgid "\tUsers denied:\n" +msgstr "\tUtenti non autorizzati:\n" -#, c-format -msgid "A printer named \"%s\" already exists!" -msgstr "Una stampante con nome \"%s\" già esiste!" +msgid "\tdaemon present\n" +msgstr "\tdemone presente\n" -#, c-format -msgid "Attempt to set %s printer-state to bad value %d!" -msgstr "Tentativo di impostare printer-state %s a un valore errato %d!" +msgid "\tno entries\n" +msgstr "\tnessuna voce\n" #, c-format -msgid "add_class: Unknown printer-op-policy \"%s\"." -msgstr "add_class: printer-op-policy \"%s\" sconosciuto." +msgid "\tprinter is on device '%s' speed -1\n" +msgstr "\tla stampante è sul dispositivo '%s' velocità -1\n" -#, c-format -msgid "add_class: Unknown printer-error-policy \"%s\"." -msgstr "add_class: printer-error-policy \"%s\" sconosciuto." +msgid "\tprinting is disabled\n" +msgstr "\tla stampa è disabilitata\n" -msgid "Unable to allocate memory for file types!" -msgstr "Impossibile allocare memoria per questo i tipi di file!" +msgid "\tprinting is enabled\n" +msgstr "\tla stampa è abilitata\n" #, c-format -msgid "Character set \"%s\" not supported!" -msgstr "Set di caratteri \"%s\" non supportato!" +msgid "\tqueued for %s\n" +msgstr "\tin coda per %s\n" -#, c-format -msgid "Language \"%s\" not supported!" -msgstr "Lingua \"%s\" non supportata!" +msgid "\tqueuing is disabled\n" +msgstr "\tla coda è disabilitata\n" -#, c-format -msgid "The notify-user-data value is too large (%d > 63 octets)!" -msgstr "Il valore notify-user-data è troppo grande (%d > 63 ottetti)!" +msgid "\tqueuing is enabled\n" +msgstr "\tla coda è abilitata\n" -msgid "" -"The notify-lease-duration attribute cannot be used with job subscriptions." -msgstr "" -"L'attributo notify-lease-duration non può essere usato con le sottoscrizioni " -"delle operazioni." +msgid "\treason unknown\n" +msgstr "\tmotivo sconosciuto\n" msgid "" -"The printer-uri must be of the form \"ipp://HOSTNAME/printers/PRINTERNAME\"." +"\n" +" DETAILED CONFORMANCE TEST RESULTS\n" msgstr "" -"printer-uri deve essere nella forma \"ipp://NOMEHOST/printers/NOMESTAMPANTE" -"\"." +"\n" +" RISULTATI DETTAGLIATI DEL TEST DI CONFORMITÀ\n" -#, c-format -msgid "A class named \"%s\" already exists!" -msgstr "Una classe con nome \"%s\" già esiste!" +msgid " REF: Page 15, section 3.1.\n" +msgstr " RIF: Pagina 15, sezione 3.1.\n" -#, c-format -msgid "" -"File device URIs have been disabled! To enable, see the FileDevice directive " -"in \"%s/cupsd.conf\"." -msgstr "" -"Gli URI del file di dispositivo sono stati disabilitati! Per abilitarli, " -"vedere la direttiva FileDevice in \"%s/cupsd.conf\"." +msgid " REF: Page 15, section 3.2.\n" +msgstr " RIF: Pagina 15, sezione 3.2.\n" -#, c-format -msgid "Bad device-uri \"%s\"!" -msgstr "device-uri \"%s\" errato!" +msgid " REF: Page 19, section 3.3.\n" +msgstr " RIF: Pagina 19, sezione 3.3.\n" -#, c-format -msgid "Bad port-monitor \"%s\"!" -msgstr "port-monitor \"%s\" errato!" +msgid " REF: Page 20, section 3.4.\n" +msgstr " RIF: Pagina 20, sezione 3.4.\n" -#, c-format -msgid "Bad printer-state value %d!" -msgstr "Valore printer-state %d errato!" +msgid " REF: Page 27, section 3.5.\n" +msgstr " RIF: Pagina 27, sezione 3.5.\n" -#, c-format -msgid "Unknown printer-op-policy \"%s\"." -msgstr "printer-op-policy \"%s\" sconosciuto." +msgid " REF: Page 42, section 5.2.\n" +msgstr " RIF: Pagina 42, sezione 5.2.\n" -#, c-format -msgid "Unknown printer-error-policy \"%s\"." -msgstr "printer-error-policy \"%s\" sconosciuto." +msgid " REF: Pages 16-17, section 3.2.\n" +msgstr " RIF: Pagine 16-17, sezione 3.2.\n" -#, c-format -msgid "Unable to copy interface script - %s!" -msgstr "Impossibile copiare lo script di interfaccia - %s!" +msgid " REF: Pages 42-45, section 5.2.\n" +msgstr " RIF: Pagine 42-45, sezione 5.2.\n" -#, c-format -msgid "Unable to copy PPD file - %s!" -msgstr "Impossibile copiare il file PPD - %s!" +msgid " REF: Pages 45-46, section 5.2.\n" +msgstr " RIF: Pagine 45-46, sezione 5.2.\n" -msgid "Unable to copy PPD file!" -msgstr "Impossibile copiare il file PPD!" +msgid " REF: Pages 48-49, section 5.2.\n" +msgstr " RIF: Pagine 48-49, sezione 5.2.\n" -msgid "Got a printer-uri attribute but no job-id!" -msgstr "Ottenuto un attributo printer-uri, ma nessun job-id!" +msgid " REF: Pages 52-54, section 5.2.\n" +msgstr " RIF: Pagine 52-54, sezione 5.2.\n" #, c-format -msgid "Bad job-uri attribute \"%s\"!" -msgstr "Attributo job-uri \"%s\" errato!" +msgid " %-39.39s %.0f bytes\n" +msgstr " %-39.39s %.0f byte\n" #, c-format -msgid "Job #%d doesn't exist!" -msgstr "L'operazione #%d non esiste!" +msgid " PASS Default%s\n" +msgstr " PASS Default%s\n" -#, c-format -msgid "Job #%d is not held for authentication!" -msgstr "L'operazione #%d non è bloccata per l'autenticazione!" +msgid " PASS DefaultImageableArea\n" +msgstr " PASS DefaultImageableArea\n" -#, c-format -msgid "You are not authorized to authenticate job #%d owned by \"%s\"!" -msgstr "" -"Non sei autorizzato ad autenticare l'operazione #%d di proprietà di \"%s\"!" +msgid " PASS DefaultPaperDimension\n" +msgstr " PASS DefaultPaperDimension\n" -msgid "The printer-uri attribute is required!" -msgstr "L'attributo printer-uri è richiesto!" +msgid " PASS FileVersion\n" +msgstr " PASS FileVersion\n" -msgid "Missing requesting-user-name attribute!" -msgstr "Attributo requesting-user-name mancante!" +msgid " PASS FormatVersion\n" +msgstr " PASS FormatVersion\n" -#, c-format -msgid "The printer-uri \"%s\" is not valid." -msgstr "printer-uri \"%s\" non valido." +msgid " PASS LanguageEncoding\n" +msgstr " PASS LanguageEncoding\n" -#, c-format -msgid "No active jobs on %s!" -msgstr "Nessuna operazione attiva su %s!" +msgid " PASS LanguageVersion\n" +msgstr " PASS LanguageVersion\n" -#, c-format -msgid "You are not authorized to delete job #%d owned by \"%s\"!" -msgstr "" -"Non sei autorizzato ad eliminare l'operazione #%d di proprietà di \"%s\"!" +msgid " PASS Manufacturer\n" +msgstr " PASS Manufacturer\n" -#, c-format -msgid "Job #%d is already %s - can't cancel." -msgstr "L'operazione #%d è già %s - impossibile annullare." +msgid " PASS ModelName\n" +msgstr " PASS ModelName\n" -msgid "The printer or class is not shared!" -msgstr "La stampante o la classe non è condivisa!" +msgid " PASS NickName\n" +msgstr " PASS NickName\n" -#, c-format -msgid "Destination \"%s\" is not accepting jobs." -msgstr "La destinazione \"%s\" non accetta operazioni." +msgid " PASS PCFileName\n" +msgstr " PASS PCFileName\n" -#, c-format -msgid "Bad copies value %d." -msgstr "Numero di copie %d errato." +msgid " PASS PSVersion\n" +msgstr " PASS PSVersion\n" -#, c-format -msgid "Bad page-ranges values %d-%d." -msgstr "Valori page-ranges %d-%d errati." +msgid " PASS PageRegion\n" +msgstr " PASS PageRegion\n" -msgid "Too many active jobs." -msgstr "Troppe operazioni attive." +msgid " PASS PageSize\n" +msgstr " PASS PageSize\n" + +msgid " PASS Product\n" +msgstr " PASS Product\n" + +msgid " PASS ShortNickName\n" +msgstr " PASS ShortNickName\n" + +#, c-format +msgid "" +" WARN \"%s %s\" conflicts with \"%s %s\"\n" +" (constraint=\"%s %s %s %s\")\n" +msgstr "" +" WARN \"%s %s\" è in conflitto con \"%s %s\"\n" +" (restrizione=\"%s %s %s %s\")\n" + +#, c-format +msgid " WARN %s has no corresponding options!\n" +msgstr " WARN %s non ha opzioni corrispondenti!\n" + +#, c-format +msgid "" +" WARN %s shares a common prefix with %s\n" +" REF: Page 15, section 3.2.\n" +msgstr "" +" WARN %s condivide un prefisso comune con %s\n" +" RIF: Pagina 15, sezione 3.2.\n" + +msgid " WARN Default choices conflicting!\n" +msgstr " WARN Conflitto tra le scelte predefinite!\n" + +#, c-format +msgid "" +" WARN Duplex option keyword %s should be named Duplex or " +"JCLDuplex!\n" +" REF: Page 122, section 5.17\n" +msgstr "" +" WARN La parola chiave Duplex %s dovrebbe essere Duplex o " +"JCLDuplex!\n" +" RIF: Pagina 122, sezione 5.17\n" + +msgid "" +" WARN File contains a mix of CR, LF, and CR LF line endings!\n" +msgstr "" +" WARN Il file contiene un misto di interruzioni di riga CR, LF, e " +"CR LF!\n" + +msgid "" +" WARN LanguageEncoding required by PPD 4.3 spec.\n" +" REF: Pages 56-57, section 5.3.\n" +msgstr "" +" WARN LanguageEncoding richiesto dalla specifica PPD 4.3.\n" +" RIF: Pagine 56-57, sezione 5.3.\n" + +#, c-format +msgid " WARN Line %d only contains whitespace!\n" +msgstr " WARN La riga %d contiene solamente spazi bianchi!\n" + +msgid "" +" WARN Manufacturer required by PPD 4.3 spec.\n" +" REF: Pages 58-59, section 5.3.\n" +msgstr "" +" WARN Manufacturer richiesto dalla specifica PPD 4.3.\n" +" RIF: Pagine 58-59, sezione 5.3.\n" + +msgid "" +" WARN Non-Windows PPD files should use lines ending with only LF, " +"not CR LF!\n" +msgstr "" +" WARN I file PPD per sistemi diversi da Windows dovrebbero usare " +"solo interruzioni di riga LF, non CR LF!\n" + +#, c-format +msgid "" +" WARN Obsolete PPD version %.1f!\n" +" REF: Page 42, section 5.2.\n" +msgstr "" +" WARN Versione PPD %.1f obsoleta!\n" +" RIF: Pagina 42, sezione 5.2.\n" + +msgid "" +" WARN PCFileName longer than 8.3 in violation of PPD spec.\n" +" REF: Pages 61-62, section 5.3.\n" +msgstr "" +" WARN PCFileName maggiore di 8.3 in violazione della specifica " +"PPD.\n" +" RIF: Pagine 61-62, sezione 5.3.\n" + +msgid "" +" WARN Protocols contains PJL but JCL attributes are not set.\n" +" REF: Pages 78-79, section 5.7.\n" +msgstr "" +" WARN Protocols contiene PJL, ma gli attributi JCL non sono " +"impostati.\n" +" RIF: Pagine 78-79, sezione 5.7.\n" + +msgid "" +" WARN Protocols contains both PJL and BCP; expected TBCP.\n" +" REF: Pages 78-79, section 5.7.\n" +msgstr "" +" WARN Protocols contiene sia PJL che BCP; atteso TBCP.\n" +" RIF: Pagine 78-79, sezione 5.7.\n" + +msgid "" +" WARN ShortNickName required by PPD 4.3 spec.\n" +" REF: Pages 64-65, section 5.3.\n" +msgstr "" +" WARN ShortNickName richiesto dalla specifica PPD 4.3.\n" +" RIF: Pagine 64-65, sezione 5.3.\n" + +#, c-format +msgid " **FAIL** %s %s does not exist!\n" +msgstr " **FAIL** %s %s non esiste!\n" + +#, fuzzy, c-format +msgid "" +" **FAIL** %s must be 1284DeviceID!\n" +" REF: Page 72, section 5.5\n" +msgstr "" +" **FAIL** 1284DeviceId deve essere 1284DeviceID!\n" +" RIF: Pagina 72, sezione 5.5\n" + +#, c-format +msgid "" +" **FAIL** BAD Default%s %s\n" +" REF: Page 40, section 4.5.\n" +msgstr "" +" **FAIL** Default%s %s ERRATO\n" +" RIF: Pagina 40, sezione 4.5.\n" + +#, c-format +msgid "" +" **FAIL** BAD DefaultImageableArea %s!\n" +" REF: Page 102, section 5.15.\n" +msgstr "" +" **FAIL** DefaultImageableArea %s ERRATO!\n" +" RIF: Pagina 102, sezione 5.15.\n" + +#, c-format +msgid "" +" **FAIL** BAD DefaultPaperDimension %s!\n" +" REF: Page 103, section 5.15.\n" +msgstr "" +" **FAIL** DefaultPaperDimension %s ERRATO!\n" +" RIF: Pagina 103, sezione 5.15.\n" + +msgid "" +" **FAIL** BAD JobPatchFile attribute in file\n" +" REF: Page 24, section 3.4.\n" +msgstr "" +" **FAIL** Attributo JobPatchFile ERRATO nel file\n" +" RIF: Pagina 24, sezione 3.4.\n" + +msgid "" +" **FAIL** BAD Manufacturer (should be \"HP\")\n" +" REF: Page 211, table D.1.\n" +msgstr "" +" **FAIL** Manufacturer ERRATO (dovrebbe essere \"HP\")\n" +" RIF: Pagina 211, tabella D.1.\n" + +#, c-format +msgid "" +" **FAIL** BAD ModelName - \"%c\" not allowed in string.\n" +" REF: Pages 59-60, section 5.3.\n" +msgstr "" +" **FAIL** ModelName ERRATO - \"%c\" non consentito nella stringa.\n" +" RIF: Pagine 59-60, sezione 5.3.\n" + +msgid "" +" **FAIL** BAD PSVersion - not \"(string) int\".\n" +" REF: Pages 62-64, section 5.3.\n" +msgstr "" +" **FAIL** PSVersion ERRATO - non è \"(string) int\".\n" +" RIF: Pagine 62-64, sezione 5.3.\n" + +msgid "" +" **FAIL** BAD Product - not \"(string)\".\n" +" REF: Page 62, section 5.3.\n" +msgstr "" +" **FAIL** Product ERRATO - non è \"(string)\".\n" +" RIF: Pagina 62, sezione 5.3.\n" + +msgid "" +" **FAIL** BAD ShortNickName - longer than 31 chars.\n" +" REF: Pages 64-65, section 5.3.\n" +msgstr "" +" **FAIL** ShortNickName ERRATO - maggiore di 31 caratteri.\n" +" RIF: Pagine 64-65, sezione 5.3.\n" + +#, c-format +msgid "" +" **FAIL** Bad %s choice %s!\n" +" REF: Page 122, section 5.17\n" +msgstr "" +" **FAIL** Scelta %s errata %s!\n" +" RIF: Pagina 122, sezione 5.17\n" + +#, c-format +msgid "" +" **FAIL** Bad %s choice %s!\n" +" REF: Page 84, section 5.9\n" +msgstr "" +" **FAIL** Scelta %s errata %s!\n" +" RIF: Pagina 84, sezione 5.9\n" + +#, fuzzy, c-format +msgid " **FAIL** Bad UTF-8 \"%s\" translation string for option %s!\n" +msgstr "" +" **FAIL** Stringa di traduzione \"%s\" mancante per l'opzione %s!\n" + +#, fuzzy, c-format +msgid "" +" **FAIL** Bad UTF-8 \"%s\" translation string for option %s, choice %" +"s!\n" +msgstr "" +" **FAIL** Stringa di traduzione \"%s\" mancante per l'opzione %s, " +"scelta %s!\n" + +#, c-format +msgid " **FAIL** Bad cupsFilter value \"%s\"!\n" +msgstr " **FAIL** Valore cupsFilter \"%s\" errato!\n" + +#, c-format +msgid " **FAIL** Bad language \"%s\"!\n" +msgstr " **FAIL** Lingua \"%s\" errata!\n" + +#, c-format +msgid "" +" **FAIL** Default translation string for option %s choice %s contains " +"8-bit characters!\n" +msgstr "" +" **FAIL** La stringa di traduzione predefinita per l'opzione %s scelta " +"%s contiene caratteri di 8-bit!\n" + +#, c-format +msgid "" +" **FAIL** Default translation string for option %s contains 8-bit " +"characters!\n" +msgstr "" +" **FAIL** La stringa di traduzione predefinita per l'opzione %s " +"contiene caratteri di 8-bit!\n" + +#, c-format +msgid " **FAIL** Missing \"%s\" translation string for option %s!\n" +msgstr "" +" **FAIL** Stringa di traduzione \"%s\" mancante per l'opzione %s!\n" + +#, c-format +msgid "" +" **FAIL** Missing \"%s\" translation string for option %s, choice %s!\n" +msgstr "" +" **FAIL** Stringa di traduzione \"%s\" mancante per l'opzione %s, " +"scelta %s!\n" + +#, c-format +msgid "" +" **FAIL** REQUIRED %s does not define choice None!\n" +" REF: Page 122, section 5.17\n" +msgstr "" +" **FAIL** %s RICHIESTO non definisce la scelta Nessuno!\n" +" RIF: Pagina 122, sezione 5.17\n" + +#, c-format +msgid "" +" **FAIL** REQUIRED Default%s\n" +" REF: Page 40, section 4.5.\n" +msgstr "" +" **FAIL** Default%s RICHIESTO\n" +" RIF: Pagina 40, sezione 4.5.\n" + +msgid "" +" **FAIL** REQUIRED DefaultImageableArea\n" +" REF: Page 102, section 5.15.\n" +msgstr "" +" **FAIL** DefaultImageableArea RICHIESTO\n" +" RIF: Pagina 102, sezione 5.15.\n" + +msgid "" +" **FAIL** REQUIRED DefaultPaperDimension\n" +" REF: Page 103, section 5.15.\n" +msgstr "" +" **FAIL** DefaultPaperDimension RICHIESTO\n" +" RIF: Pagina 103, sezione 5.15.\n" + +msgid "" +" **FAIL** REQUIRED FileVersion\n" +" REF: Page 56, section 5.3.\n" +msgstr "" +" **FAIL** FileVersion RICHIESTO\n" +" RIF: Pagina 56, sezione 5.3.\n" + +msgid "" +" **FAIL** REQUIRED FormatVersion\n" +" REF: Page 56, section 5.3.\n" +msgstr "" +" **FAIL** FormatVersion RICHIESTO\n" +" RIF: Pagina 56, sezione 5.3.\n" + +#, c-format +msgid "" +" **FAIL** REQUIRED ImageableArea for PageSize %s\n" +" REF: Page 41, section 5.\n" +" REF: Page 102, section 5.15.\n" +msgstr "" +" **FAIL** ImageableArea RICHIESTO per PageSize %s\n" +" RIF: Pagina 41, sezione 5.\n" +" RIF: Pagina 102, sezione 5.15.\n" + +msgid "" +" **FAIL** REQUIRED LanguageEncoding\n" +" REF: Pages 56-57, section 5.3.\n" +msgstr "" +" **FAIL** LanguageEncoding RICHIESTO\n" +" RIF: Pagine 56-57, sezione 5.3.\n" + +msgid "" +" **FAIL** REQUIRED LanguageVersion\n" +" REF: Pages 57-58, section 5.3.\n" +msgstr "" +" **FAIL** LanguageVersion RICHIESTO\n" +" RIF: Pagine 57-58, sezione 5.3.\n" + +msgid "" +" **FAIL** REQUIRED Manufacturer\n" +" REF: Pages 58-59, section 5.3.\n" +msgstr "" +" **FAIL** Manufacturer RICHIESTO\n" +" RIF: Pagine 58-59, sezione 5.3.\n" + +msgid "" +" **FAIL** REQUIRED ModelName\n" +" REF: Pages 59-60, section 5.3.\n" +msgstr "" +" **FAIL** ModelName RICHIESTO\n" +" RIF: Pagine 59-60, sezione 5.3.\n" + +msgid "" +" **FAIL** REQUIRED NickName\n" +" REF: Page 60, section 5.3.\n" +msgstr "" +" **FAIL** NickName RICHIESTO\n" +" RIF: Pagina 60, sezione 5.3.\n" + +msgid "" +" **FAIL** REQUIRED PCFileName\n" +" REF: Pages 61-62, section 5.3.\n" +msgstr "" +" **FAIL** PCFileName RICHIESTO\n" +" RIF: Pagine 61-62, sezione 5.3.\n" + +msgid "" +" **FAIL** REQUIRED PSVersion\n" +" REF: Pages 62-64, section 5.3.\n" +msgstr "" +" **FAIL** PSVersion RICHIESTO\n" +" RIF: Pagine 62-64, sezione 5.3.\n" + +msgid "" +" **FAIL** REQUIRED PageRegion\n" +" REF: Page 100, section 5.14.\n" +msgstr "" +" **FAIL** PageRegion RICHIESTO\n" +" RIF: Pagina 100, sezione 5.14.\n" + +msgid "" +" **FAIL** REQUIRED PageSize\n" +" REF: Page 41, section 5.\n" +" REF: Page 99, section 5.14.\n" +msgstr "" +" **FAIL** PageSize RICHIESTO\n" +" RIF: Pagina 41, sezione 5.\n" +" RIF: Pagina 99, sezione 5.14.\n" + +msgid "" +" **FAIL** REQUIRED PageSize\n" +" REF: Pages 99-100, section 5.14.\n" +msgstr "" +" **FAIL** PageSize RICHIESTO\n" +" RIF: Pagine 99-100, sezione 5.14.\n" + +#, c-format +msgid "" +" **FAIL** REQUIRED PaperDimension for PageSize %s\n" +" REF: Page 41, section 5.\n" +" REF: Page 103, section 5.15.\n" +msgstr "" +" **FAIL** PaperDimension RICHIESTO per PageSize %s\n" +" RIF: Pagina 41, sezione 5.\n" +" RIF: Pagina 103, sezione 5.15.\n" + +msgid "" +" **FAIL** REQUIRED Product\n" +" REF: Page 62, section 5.3.\n" +msgstr "" +" **FAIL** Product RICHIESTO\n" +" RIF: Pagina 62, sezione 5.3.\n" + +msgid "" +" **FAIL** REQUIRED ShortNickName\n" +" REF: Page 64-65, section 5.3.\n" +msgstr "" +" **FAIL** ShortNickName RICHIESTO\n" +" RIF: Pagine 64-65, sezione 5.3.\n" + +#, fuzzy, c-format +msgid " %d ERRORS FOUND\n" +msgstr " %d ERROR%s TROVATI\n" + +#, c-format +msgid "" +" Bad %%%%BoundingBox: on line %d!\n" +" REF: Page 39, %%%%BoundingBox:\n" +msgstr "" +" %%%%BoundingBox: errato alla riga %d!\n" +" RIF: Pagina 39, %%%%BoundingBox:\n" + +#, c-format +msgid "" +" Bad %%%%Page: on line %d!\n" +" REF: Page 53, %%%%Page:\n" +msgstr "" +" %%%%Page: errato alla riga %d!\n" +" RIF: Pagina 53, %%%%Page:\n" + +#, c-format +msgid "" +" Bad %%%%Pages: on line %d!\n" +" REF: Page 43, %%%%Pages:\n" +msgstr "" +" %%%%Pages: errato alla riga %d!\n" +" RIF: Pagina 43, %%%%Pages:\n" + +#, c-format +msgid "" +" Line %d is longer than 255 characters (%d)!\n" +" REF: Page 25, Line Length\n" +msgstr "" +" La riga %d eccede i 255 caratteri (%d)!\n" +" RIF: Pagina 25, Lunghezza della riga\n" + +msgid "" +" Missing %!PS-Adobe-3.0 on first line!\n" +" REF: Page 17, 3.1 Conforming Documents\n" +msgstr "" +" %!PS-Adobe-3.0 mancante alla prima riga!\n" +" RIF: Pagina 17, 3.1 Uniformare documenti\n" + +#, c-format +msgid "" +" Missing %%EndComments comment!\n" +" REF: Page 41, %%EndComments\n" +msgstr "" +" Commento %%EndComments mancante!\n" +" RIF: Pagina 41, %%EndComments\n" + +#, c-format +msgid "" +" Missing or bad %%BoundingBox: comment!\n" +" REF: Page 39, %%BoundingBox:\n" +msgstr "" +" Commento %%BoundingBox: mancante o errato!\n" +" RIF: Pagina 39, %%BoundingBox:\n" + +#, c-format +msgid "" +" Missing or bad %%Page: comments!\n" +" REF: Page 53, %%Page:\n" +msgstr "" +" Commento %%Page: mancante o errato!\n" +" RIF: Pagina 53, %%Page:\n" + +#, c-format +msgid "" +" Missing or bad %%Pages: comment!\n" +" REF: Page 43, %%Pages:\n" +msgstr "" +" Commento %%Pages: mancante o errato!\n" +" RIF: Pagina 43, %%Pages:\n" + +msgid " NO ERRORS FOUND\n" +msgstr " NESSUN ERRORE TROVATO\n" + +#, c-format +msgid " Saw %d lines that exceeded 255 characters!\n" +msgstr " Trovate %d righe che eccedono i 255 caratteri!\n" + +#, c-format +msgid " Too many %%BeginDocument comments!\n" +msgstr " Troppi commenti %%BeginDocument!\n" + +#, c-format +msgid " Too many %%EndDocument comments!\n" +msgstr " Troppi commenti %%EndDocument!\n" + +msgid " Warning: file contains binary data!\n" +msgstr " Attenzione: il file contiene dati binari!\n" + +#, c-format +msgid " Warning: no %%EndComments comment in file!\n" +msgstr " Attenzione: nessun commento %%EndComments nel file!\n" + +#, c-format +msgid " Warning: obsolete DSC version %.1f in file!\n" +msgstr " Attenzione: versione DSC %.1f obsoleta nel file!\n" + +msgid " FAIL\n" +msgstr " FAIL\n" + +#, c-format +msgid "" +" FAIL\n" +" **FAIL** Unable to open PPD file - %s\n" +msgstr "" +" FAIL\n" +" **FAIL** Impossibile aprire il file PPD - %s\n" + +#, c-format +msgid "" +" FAIL\n" +" **FAIL** Unable to open PPD file - %s on line %d.\n" +msgstr "" +" FAIL\n" +" **FAIL** Impossibile aprire il file PPD - %s alla riga %d.\n" + +msgid " PASS\n" +msgstr " PASS\n" + +#, c-format +msgid "%-6s %-10.10s %-4d %-10d %-27.27s %.0f bytes\n" +msgstr "%-6s %-10.10s %-4d %-10d %-27.27s %.0f byte\n" + +#, c-format +msgid "%-7s %-7.7s %-7d %-31.31s %.0f bytes\n" +msgstr "%-7s %-7.7s %-7d %-31.31s %.0f byte\n" + +#, c-format +msgid "%s accepting requests since %s\n" +msgstr "%s accetta richieste da %s\n" + +#, c-format +msgid "%s cannot be changed." +msgstr "%s non può essere cambiato." + +#, c-format +msgid "%s is not implemented by the CUPS version of lpc.\n" +msgstr "%s non è implementato dalla versione CUPS di lpc.\n" + +#, c-format +msgid "%s is not ready\n" +msgstr "%s non è pronta\n" -msgid "Quota limit reached." -msgstr "Limite di quota raggiunto." +#, c-format +msgid "%s is ready\n" +msgstr "%s è pronta\n" #, c-format -msgid "Unable to add job for destination \"%s\"!" -msgstr "Impossibile aggiungere operazioni per la destinazione \"%s\"!" +msgid "%s is ready and printing\n" +msgstr "%s è pronta e stampa\n" -msgid "No subscription attributes in request!" -msgstr "Nessun attributo di sottoscrizione nella richiesta!" +#, c-format +msgid "" +"%s not accepting requests since %s -\n" +"\t%s\n" +msgstr "" +"%s non accetta richieste da %s -\n" +"\t%s\n" -msgid "notify-events not specified!" -msgstr "notify-events non specificato!" +#, c-format +msgid "%s not supported!" +msgstr "%s non supportato!" #, c-format -msgid "Job %d not found!" -msgstr "Operazione %d non trovata!" +msgid "%s/%s accepting requests since %s\n" +msgstr "%s/%s accetta richieste da %s\n" -msgid "No default printer" -msgstr "Nessuna stampante predefinita" +#, c-format +msgid "" +"%s/%s not accepting requests since %s -\n" +"\t%s\n" +msgstr "" +"%s/%s non accetta richieste da %s -\n" +"\t%s\n" -msgid "cups-deviced failed to execute." -msgstr "esecuzione di cups-deviced fallita." +#, c-format +msgid "%s: %-33.33s [job %d localhost]\n" +msgstr "%s: %-33.33s [operazione %d localhost]\n" -msgid "cups-driverd failed to execute." -msgstr "esecuzione di cups-driverd fallita." +#, c-format +msgid "%s: %s failed: %s\n" +msgstr "%s: %s fallito: %s\n" -msgid "No destinations added." -msgstr "Nessuna destinazione aggiunta." +#, c-format +msgid "%s: Don't know what to do!\n" +msgstr "%s: Non so cosa fare!\n" #, c-format -msgid "notify-subscription-id %d no good!" -msgstr "notify-subscription-id %d non corretto!" +msgid "" +"%s: Error - %s environment variable names non-existent destination \"%s\"!\n" +msgstr "" +"%s: Errore - i nomi della variabile d'ambiente %s non esistono nella " +"destinazione \"%s\"!\n" #, c-format -msgid "Job #%s does not exist!" -msgstr "L'operazione #%s non esiste!" +msgid "%s: Error - bad job ID!\n" +msgstr "%s: Errore - ID dell'operazione errato!\n" + +#, c-format +msgid "%s: Error - cannot print files and alter jobs simultaneously!\n" +msgstr "" +"%s: Errore - impossibile stampare file e modificare operazioni " +"contemporaneamente!\n" + +#, c-format +msgid "" +"%s: Error - cannot print from stdin if files or a job ID are provided!\n" +msgstr "" +"%s: Errore - impossibile stampare da stdin senza file o ID dell'operazione!\n" + +#, c-format +msgid "%s: Error - expected character set after '-S' option!\n" +msgstr "%s: Errore - atteso set di caratteri dopo l'opzione '-S'!\n" + +#, c-format +msgid "%s: Error - expected content type after '-T' option!\n" +msgstr "%s: Errore - atteso tipo di contenuto dopo l'opzione '-T'!\n" + +#, c-format +msgid "%s: Error - expected copies after '-n' option!\n" +msgstr "%s: Errore - attese copie dopo l'opzione '-n'!\n" + +#, c-format +msgid "%s: Error - expected copy count after '-#' option!\n" +msgstr "%s: Errore - atteso numero di copie dopo l'opzione '-#'!\n" + +#, c-format +msgid "%s: Error - expected destination after '-P' option!\n" +msgstr "%s: Errore - attesa destinazione dopo l'opzione '-P'!\n" + +#, c-format +msgid "%s: Error - expected destination after '-b' option!\n" +msgstr "%s: Errore - attesa destinazione dopo l'opzione '-b'!\n" + +#, c-format +msgid "%s: Error - expected destination after '-d' option!\n" +msgstr "%s: Errore - attesa destinazione dopo l'opzione '-d'!\n" + +#, c-format +msgid "%s: Error - expected form after '-f' option!\n" +msgstr "%s: Errore - atteso modulo dopo l'opzione '-f'!\n" + +#, c-format +msgid "%s: Error - expected hold name after '-H' option!\n" +msgstr "%s: Errore - atteso nome di blocco dopo l'opzione '-H'!\n" + +#, c-format +msgid "%s: Error - expected hostname after '-H' option!\n" +msgstr "%s: Errore - atteso nome host dopo l'opzione '-H'!\n" + +#, c-format +msgid "%s: Error - expected hostname after '-h' option!\n" +msgstr "%s: Errore - atteso nome host dopo l'opzione '-h'!\n" + +#, c-format +msgid "%s: Error - expected mode list after '-y' option!\n" +msgstr "%s: Error - atteso elenco modalità dopo l'opzione '-y'!\n" + +#, c-format +msgid "%s: Error - expected name after '-%c' option!\n" +msgstr "%s: Errore - atteso nome dopo l'opzione '-%c'!\n" + +#, c-format +msgid "%s: Error - expected option string after '-o' option!\n" +msgstr "%s: Errore - attesa stringa di opzione dopo l'opzione '-o'!\n" + +#, c-format +msgid "%s: Error - expected page list after '-P' option!\n" +msgstr "%s: Errore - atteso elenco delle pagine dopo l'opzione '-P'!\n" + +#, c-format +msgid "%s: Error - expected priority after '-%c' option!\n" +msgstr "%s: Errore - attesa priorità dopo l'opzione '-%c'!\n" + +#, c-format +msgid "%s: Error - expected reason text after '-r' option!\n" +msgstr "%s: Errore - atteso testo di motivazione dopo l'opzione '-r'!\n" + +#, c-format +msgid "%s: Error - expected title after '-t' option!\n" +msgstr "%s: Errore - atteso titolo dopo l'opzione '-t'!\n" + +#, c-format +msgid "%s: Error - expected username after '-U' option!\n" +msgstr "%s: Errore - atteso nome utente dopo l'opzione '-U'!\n" + +#, c-format +msgid "%s: Error - expected username after '-u' option!\n" +msgstr "%s: Errore - atteso nome utente dopo l'opzione '-u'!\n" + +#, c-format +msgid "%s: Error - expected value after '-%c' option!\n" +msgstr "%s: Errore - atteso valore dopo l'opzione '-%c'!\n" + +#, c-format +msgid "" +"%s: Error - need \"completed\", \"not-completed\", or \"all\" after '-W' " +"option!\n" +msgstr "" +"%s: Errore - usare \"completed\", \"not-completed\", o \"all\" dopo " +"l'opzione '-W'!\n" + +#, c-format +msgid "%s: Error - no default destination available.\n" +msgstr "%s: Errore - nessuna destinazione predefinita disponibile.\n" + +#, c-format +msgid "%s: Error - priority must be between 1 and 100.\n" +msgstr "%s: Errore - la priorità deve essere tra 1 e 100.\n" + +#, c-format +msgid "%s: Error - scheduler not responding!\n" +msgstr "%s: Errore - il pianificatore di operazioni non risponde!\n" + +#, c-format +msgid "%s: Error - stdin is empty, so no job has been sent.\n" +msgstr "%s: Errore - stdin è vuoto, nessuna operazione può essere inviata.\n" + +#, c-format +msgid "%s: Error - too many files - \"%s\"\n" +msgstr "%s: Errore - troppi file - \"%s\"\n" + +#, c-format +msgid "%s: Error - unable to access \"%s\" - %s\n" +msgstr "%s: Errore - impossibile accedere a \"%s\" - %s\n" + +#, c-format +msgid "%s: Error - unable to create temporary file \"%s\" - %s\n" +msgstr "%s: Errore - impossibile creare il file temporaneo \"%s\" - %s\n" + +#, c-format +msgid "%s: Error - unable to write to temporary file \"%s\" - %s\n" +msgstr "%s: Errore - impossibile scrivere il file temporaneo \"%s\" - %s\n" + +#, c-format +msgid "%s: Error - unknown destination \"%s\"!\n" +msgstr "%s: Errore - destinazione \"%s\" sconosciuta!\n" + +#, c-format +msgid "%s: Error - unknown destination \"%s/%s\"!\n" +msgstr "%s: Errore - destinazione \"%s/%s\" sconosciuta!\n" + +#, c-format +msgid "%s: Error - unknown option '%c'!\n" +msgstr "%s: Errore - opzione '%c' sconosciuta!\n" + +#, c-format +msgid "%s: Expected job ID after '-i' option!\n" +msgstr "%s: Atteso ID dell'operazione dopo l'opzione '-i'!\n" + +#, c-format +msgid "%s: Invalid destination name in list \"%s\"!\n" +msgstr "%s: Nome di destinazione non valido nell'elenco \"%s\"!\n" + +#, c-format +msgid "%s: Need job ID ('-i jobid') before '-H restart'!\n" +msgstr "" +"%s: Usare l'ID dell'operazione ('-i idoperazione') prima di '-H restart'!\n" + +#, c-format +msgid "%s: Operation failed: %s\n" +msgstr "%s: Operazione fallita: %s\n" + +#, c-format +msgid "%s: Sorry, no encryption support compiled in!\n" +msgstr "%s: Spiacente, nessun supporto di cifratura compilato!\n" + +#, c-format +msgid "%s: Unable to connect to server\n" +msgstr "%s: Impossibile connettersi al server\n" + +#, c-format +msgid "%s: Unable to connect to server: %s\n" +msgstr "%s: Impossibile connettersi al server: %s\n" + +#, c-format +msgid "%s: Unable to contact server!\n" +msgstr "%s: Impossibile contattare il server!\n" + +#, c-format +msgid "%s: Unknown destination \"%s\"!\n" +msgstr "%s: Destinazione \"%s\" sconosciuta!\n" + +#, c-format +msgid "" +"%s: Warning - '%c' format modifier not supported - output may not be " +"correct!\n" +msgstr "" +"%s: Attenzione - Modificatore di formato '%c' non supportato - il risultato " +"potrebbe non essere corretto!\n" #, c-format -msgid "Job #%d does not exist!" -msgstr "L'operazione #%d non esiste!" +msgid "%s: Warning - character set option ignored!\n" +msgstr "%s: Attenzione - opzione del set di caratteri ignorata!\n" -msgid "No subscriptions found." -msgstr "Nessuna sottoscrizione trovata." +#, c-format +msgid "%s: Warning - content type option ignored!\n" +msgstr "%s: Attenzione - opzione del tipo di contenuto ignorata!\n" #, c-format -msgid "Not authorized to hold job #%d owned by \"%s\"!" -msgstr "Non autorizzato a bloccare l'operazione #%d di proprietà di \"%s\"!" +msgid "%s: Warning - form option ignored!\n" +msgstr "%s: Attenzione - opzione del modulo ignorata!\n" #, c-format -msgid "Job #%d is finished and cannot be altered!" -msgstr "L'operazione #%d è terminata e non può essere modificata!" +msgid "%s: Warning - mode option ignored!\n" +msgstr "%s: Attenzione - opzione della modalità ignorata!\n" #, c-format -msgid "You are not authorized to move job #%d owned by \"%s\"!" +msgid "" +"%s: error - %s environment variable names non-existent destination \"%s\"!\n" msgstr "" -"Non sei autorizzato a spostare l'operazione #%d di proprietà di \"%s\"!" +"%s: errore - i nomi della variabile d'ambiente %s non esistono nella " +"destinazione \"%s\"!\n" -msgid "job-printer-uri attribute missing!" -msgstr "attributo job-printer-uri mancante!" +#, c-format +msgid "%s: error - expected option=value after '-o' option!\n" +msgstr "%s: errore - attesa opzione=valore dopo l'opzione '-o'!\n" #, c-format -msgid "Unsupported compression \"%s\"!" -msgstr "Compressione \"%s\" non supportata!" +msgid "%s: error - no default destination available.\n" +msgstr "%s: errore - nessuna destinazione predefinita disponibile.\n" -msgid "No file!?!" -msgstr "Nessun file!?!" +msgid "?Invalid help command unknown\n" +msgstr "Comando sconosciuto - guida non disponibile\n" + +msgid "A Samba password is required to export printer drivers!" +msgstr "È richiesta una password Samba per esportare i driver di stampa!" + +msgid "A Samba username is required to export printer drivers!" +msgstr "È richiesto un nome utente Samba per esportare i driver di stampa!" #, c-format -msgid "Could not scan type \"%s\"!" -msgstr "Impossibile analizzare il tipo \"%s\"!" +msgid "A class named \"%s\" already exists!" +msgstr "Una classe con nome \"%s\" già esiste!" #, c-format -msgid "Unsupported format '%s/%s'!" -msgstr "Formato '%s/%s' non supportato!" +msgid "A printer named \"%s\" already exists!" +msgstr "Una stampante con nome \"%s\" già esiste!" -msgid "Printer not shared!" -msgstr "Stampante non condivisa!" +msgid "Accept Jobs" +msgstr "Accetta operazioni" -#, c-format -msgid "Too many jobs - %d jobs, max jobs is %d." -msgstr "Troppe operazioni - %d operazioni, il massimo è %d." +msgid "Add Class" +msgstr "Aggiungi classe" -#, c-format -msgid "Job #%d is not held!" -msgstr "L'operazione #%d non è bloccata!" +msgid "Add Printer" +msgstr "Aggiungi stampante" -#, c-format -msgid "You are not authorized to release job id %d owned by \"%s\"!" +msgid "Add RSS Subscription" msgstr "" -"Non sei autorizzata a rilasciare l'operazione con id %d di proprietà di \"%s" -"\"!" -#, c-format -msgid "Job #%d is not complete!" -msgstr "L'operazione %d non è completa!" +msgid "Administration" +msgstr "Amministrazione" #, c-format -msgid "Job #%d cannot be restarted - no files!" -msgstr "L'operazione #%d non può essere riavviata - nessun file!" +msgid "Attempt to set %s printer-state to bad value %d!" +msgstr "Tentativo di impostare printer-state %s a un valore errato %d!" #, c-format -msgid "You are not authorized to restart job id %d owned by \"%s\"!" -msgstr "" -"Non sei autorizzato a riavviare l'operazione con id %d di proprietà di \"%s" -"\"!" +msgid "Attribute groups are out of order (%x < %x)!" +msgstr "I gruppi di attributi non sono ordinati (%x < %x)!" -#, c-format -msgid "You are not authorized to send document for job #%d owned by \"%s\"!" -msgstr "" -"Non sei autorizzato a inviare il documento per l'operazione #%d di proprietà " -"di \"%s\"!" +msgid "Bad OpenGroup" +msgstr "OpenGroup errato" + +msgid "Bad OpenUI/JCLOpenUI" +msgstr "OpenUI/JCLOpenUI errato" + +msgid "Bad OrderDependency" +msgstr "OrderDependency errato" + +msgid "Bad UIConstraints" +msgstr "UIConstraints errato" #, c-format -msgid "Bad document-format \"%s\"!" -msgstr "document-format \"%s\" errato!" +msgid "Bad copies value %d." +msgstr "Numero di copie %d errato." + +msgid "Bad custom parameter" +msgstr "Parametro personalizzato errato" #, c-format -msgid "You are not authorized to alter job id %d owned by \"%s\"!" -msgstr "" -"Non sei autorizzato a modificare l'operazione con id %d di proprietà di \"%s" -"\"!" +msgid "Bad device-uri \"%s\"!" +msgstr "device-uri \"%s\" errato!" #, c-format -msgid "%s cannot be changed." -msgstr "%s non può essere cambiato." +msgid "Bad document-format \"%s\"!" +msgstr "document-format \"%s\" errato!" msgid "Bad job-priority value!" msgstr "Valore job-priority errato!" -msgid "Job is completed and cannot be changed." -msgstr "L'operazione è completata e non può essere cambiata." - msgid "Bad job-state value!" msgstr "Valore job-state errato!" -msgid "Job state cannot be changed." -msgstr "Lo stato dell'operazione non può essere cambiato." +#, c-format +msgid "Bad job-uri attribute \"%s\"!" +msgstr "Attributo job-uri \"%s\" errato!" + +#, fuzzy, c-format +msgid "Bad notify-pull-method \"%s\"!" +msgstr "port-monitor \"%s\" errato!" + +#, fuzzy, c-format +msgid "Bad notify-recipient-uri URI \"%s\"!" +msgstr "port-monitor \"%s\" errato!" + +#, fuzzy, c-format +msgid "Bad number-up value %d." +msgstr "Numero di copie %d errato." + +#, fuzzy, c-format +msgid "Bad option + choice on line %d!" +msgstr "Opzione + scelta errata alla riga %d!\n" #, c-format -msgid "Unsupported compression attribute %s!" -msgstr "Attributo di compressione %s non supportato!" +msgid "Bad page-ranges values %d-%d." +msgstr "Valori page-ranges %d-%d errati." #, c-format -msgid "Unsupported format \"%s\"!" -msgstr "Formato \"%s\" non supportato!" +msgid "Bad port-monitor \"%s\"!" +msgstr "port-monitor \"%s\" errato!" #, c-format -msgid "%s is not implemented by the CUPS version of lpc.\n" -msgstr "%s non è implementato dalla versione CUPS di lpc.\n" +msgid "Bad printer-state value %d!" +msgstr "Valore printer-state %d errato!" + +#, c-format +msgid "Bad request version number %d.%d!" +msgstr "Richiesta errata del numero di versione %d.%d!" + +#, fuzzy +msgid "Bad subscription ID!" +msgstr "Nessuna sottoscrizione trovata." + +msgid "Banners" +msgstr "Banner" + +msgid "Cancel RSS Subscription" +msgstr "" + +msgid "Change Settings" +msgstr "Modifica impostazioni" + +#, c-format +msgid "Character set \"%s\" not supported!" +msgstr "Set di caratteri \"%s\" non supportato!" + +msgid "Classes" +msgstr "Classi" msgid "" "Commands may be abbreviated. Commands are:\n" @@ -419,1396 +1191,1292 @@ msgstr "" "\n" "exit help quit status ?\n" -msgid "help\t\tget help on commands\n" -msgstr "help\t\tguida dei comandi\n" - -msgid "status\t\tshow status of daemon and queue\n" -msgstr "status\t\tmostra lo stato del demone e della coda\n" - -msgid "?Invalid help command unknown\n" -msgstr "Comando sconosciuto - guida non disponibile\n" - #, c-format -msgid "\tprinter is on device '%s' speed -1\n" -msgstr "\tla stampante è sul dispositivo '%s' velocità -1\n" - -msgid "\tqueuing is enabled\n" -msgstr "\tla coda è abilitata\n" +msgid "Could not scan type \"%s\"!" +msgstr "Impossibile analizzare il tipo \"%s\"!" -msgid "\tqueuing is disabled\n" -msgstr "\tla coda è disabilitata\n" +msgid "Cover open." +msgstr "" -msgid "\tprinting is enabled\n" -msgstr "\tla stampa è abilitata\n" +msgid "Custom" +msgstr "Personalizzato " -msgid "\tprinting is disabled\n" -msgstr "\tla stampa è disabilitata\n" +#, c-format +msgid "DEBUG: %d files to send in job...\n" +msgstr "" -msgid "\tno entries\n" -msgstr "\tnessuna voce\n" +msgid "DEBUG: Getting supported attributes...\n" +msgstr "" #, c-format -msgid "\t%d entries\n" -msgstr "\t%d voci\n" +msgid "DEBUG: Sending print file, %lld bytes...\n" +msgstr "" -msgid "\tdaemon present\n" -msgstr "\tdemone presente\n" +msgid "Delete Class" +msgstr "Elimina classe" -msgid "lpq: Unable to contact server!\n" -msgstr "lpq: Impossibile contattare il server!\n" +msgid "Delete Printer" +msgstr "Elimina stampante" #, c-format -msgid "%s: Sorry, no encryption support compiled in!\n" -msgstr "%s: Spiacente, nessun supporto di cifratura compilato!\n" +msgid "Destination \"%s\" is not accepting jobs." +msgstr "La destinazione \"%s\" non accetta operazioni." -#, c-format -msgid "lpq: Unknown destination \"%s/%s\"!\n" -msgstr "lpq: Destinazione \"%s/%s\" sconosciuta!\n" +msgid "Developer almost empty." +msgstr "" -#, c-format -msgid "lpq: Unknown destination \"%s\"!\n" -msgstr "lpq: Destinazione \"%s\" sconosciuta!\n" +msgid "Developer empty!" +msgstr "" #, c-format msgid "" -"lp: error - %s environment variable names non-existent destination \"%s\"!\n" +"Device: uri = %s\n" +" class = %s\n" +" info = %s\n" +" make-and-model = %s\n" +" device-id = %s\n" msgstr "" -"lp: errore - i nomi della variabile d'ambiente %s non esistono nella " -"destinazione \"%s\"!\n" +"Dispositivo: uri = %s\n" +" class = %s\n" +" info = %s\n" +" make-and-model = %s\n" +" device-id = %s\n" -msgid "lpq: error - no default destination available.\n" -msgstr "lpq: errore - nessuna destinazione predefinita disponibile.\n" +msgid "Door open." +msgstr "" -#, c-format -msgid "lpq: get-jobs failed: %s\n" -msgstr "lpq: get-jobs fallito: %s\n" +#, fuzzy, c-format +msgid "EMERG: Unable to allocate memory for page info: %s\n" +msgstr "Impossibile allocare memoria per questo i tipi di file!" -msgid "" -"Rank Owner Pri Job Files Total Size\n" -msgstr "Posiz. Proprietario Stamp. Operaz. File Dim. totali\n" +#, fuzzy, c-format +msgid "EMERG: Unable to allocate memory for pages array: %s\n" +msgstr "Impossibile allocare memoria per questo i tipi di file!" -msgid "Rank Owner Job File(s) Total Size\n" -msgstr "Posiz. Proprietario Operaz. File Dim. totali\n" +#, fuzzy, c-format +msgid "ERROR: %ld: Unable to send print file to printer (canceled:%ld)\n" +msgstr "lpoptions: Impossibile aggiungere una stampante o un'istanza: %s\n" #, c-format -msgid "%s: %-33.33s [job %d localhost]\n" -msgstr "%s: %-33.33s [operazione %d localhost]\n" +msgid "ERROR: Bad %%BoundingBox: comment seen!\n" +msgstr "" #, c-format -msgid " %-39.39s %.0f bytes\n" -msgstr " %-39.39s %.0f byte\n" +msgid "ERROR: Bad %%IncludeFeature: comment!\n" +msgstr "" #, c-format -msgid "%-6s %-10.10s %-4d %-10d %-27.27s %.0f bytes\n" -msgstr "%-6s %-10.10s %-4d %-10d %-27.27s %.0f byte\n" +msgid "ERROR: Bad %%Page: comment in file!\n" +msgstr "" #, c-format -msgid "%-7s %-7.7s %-7d %-31.31s %.0f bytes\n" -msgstr "%-7s %-7.7s %-7d %-31.31s %.0f byte\n" +msgid "ERROR: Bad %%PageBoundingBox: comment in file!\n" +msgstr "" -msgid "no entries\n" -msgstr "nessuna voce\n" +#, fuzzy, c-format +msgid "ERROR: Bad SCSI device file \"%s\"!\n" +msgstr "device-uri \"%s\" errato!" #, c-format -msgid "lpq: get-printer-attributes failed: %s\n" -msgstr "lpq: get-printer-attributes fallito: %s\n" +msgid "ERROR: Bad charset file %s\n" +msgstr "" #, c-format -msgid "%s is ready\n" -msgstr "%s è pronta\n" +msgid "ERROR: Bad charset type %s\n" +msgstr "" #, c-format -msgid "%s is ready and printing\n" -msgstr "%s è pronta e stampa\n" +msgid "ERROR: Bad font description line: %s\n" +msgstr "" + +msgid "ERROR: Bad page setup!\n" +msgstr "" #, c-format -msgid "%s is not ready\n" -msgstr "%s non è pronta\n" +msgid "ERROR: Bad text direction %s\n" +msgstr "" + +#, c-format +msgid "ERROR: Bad text width %s\n" +msgstr "" -msgid "Usage: lpq [-P dest] [-l] [+interval]\n" -msgstr "Uso: lpq [-P dest] [-l] [+intervallo]\n" +msgid "ERROR: Destination printer does not exist!\n" +msgstr "" #, c-format -msgid "lpr: error - expected value after -%c option!\n" -msgstr "lpr: errore - valore atteso dopo l'opzione -%c!\n" +msgid "ERROR: Duplicate %%BoundingBox: comment seen!\n" +msgstr "" #, c-format -msgid "" -"lpr: warning - '%c' format modifier not supported - output may not be " -"correct!\n" +msgid "ERROR: Duplicate %%Pages: comment seen!\n" msgstr "" -"lpr: attenzione - il modificatore di formato '%c' non è supportato - il " -"risultato potrebbe non essere corretto!\n" -msgid "lpr: error - expected option=value after -o option!\n" -msgstr "lpr: errore - attesa opzione=valore dopo l'opzione -o !\n" +#, fuzzy +msgid "ERROR: Empty print file!\n" +msgstr "Impossibile copiare il file PPD!" -msgid "lpr: warning - email notification is not currently supported!\n" +msgid "ERROR: Invalid HP-GL/2 command seen, unable to print file!\n" msgstr "" -"lpr: attenzione - le notifiche via email non sono al momento supportate!\n" - -msgid "lpr: error - expected destination after -P option!\n" -msgstr "lpr: errore - destinazione attesa dopo l'opzione -P!\n" - -msgid "lpr: error - expected copy count after -# option!\n" -msgstr "lpr: errore - numero di copie atteso dopo l'opzione -#!\n" #, c-format -msgid "lpr: error - expected name after -%c option!\n" -msgstr "lpr: errore - nome atteso dopo l'opzione -%c!\n" - -msgid "lpr: error - expected username after -U option!\n" -msgstr "lpr: errore - nome utente atteso dopo l'opzione -U!\n" +msgid "ERROR: Missing %%EndProlog!\n" +msgstr "" #, c-format -msgid "lpr: error - unknown option '%c'!\n" -msgstr "lpr: errore - opzione'%c' sconosciuta!\n" +msgid "ERROR: Missing %%EndSetup!\n" +msgstr "" -#, c-format -msgid "lpr: error - unable to access \"%s\" - %s\n" -msgstr "lpr: errore - impossibile accedere a \"%s\" - %s\n" +msgid "" +"ERROR: Missing device URI on command-line and no DEVICE_URI environment " +"variable!\n" +msgstr "" #, c-format -msgid "lpr: error - too many files - \"%s\"\n" -msgstr "lpr: errore - troppi file - \"%s\"\n" +msgid "ERROR: No %%BoundingBox: comment in header!\n" +msgstr "" #, c-format +msgid "ERROR: No %%Pages: comment in header!\n" +msgstr "" + msgid "" -"lpr: error - %s environment variable names non-existent destination \"%s\"!\n" +"ERROR: No device URI found in argv[0] or in DEVICE_URI environment " +"variable!\n" msgstr "" -"lpr: errore - i nomi della variabile d'ambiente %s non esistono nella " -"destinazione \"%s\"!\n" -msgid "lpr: error - no default destination available.\n" -msgstr "lpr: errore - nessuna destinazione predefinita disponibile.\n" +msgid "ERROR: No pages found!\n" +msgstr "" -msgid "lpr: error - scheduler not responding!\n" -msgstr "lpr: errore - il pianificatore di operazioni non risponde!\n" +msgid "ERROR: Out of paper!\n" +msgstr "" -#, c-format -msgid "lpr: error - unable to create temporary file \"%s\" - %s\n" -msgstr "lpr: errore - impossible creare il file temporaneo \"%s\" - %s\n" +msgid "ERROR: PRINTER environment variable not defined!\n" +msgstr "" #, c-format -msgid "lpr: error - unable to write to temporary file \"%s\" - %s\n" -msgstr "lpr: errore - impossible scrivere il file temporaneo \"%s\" - %s\n" +msgid "ERROR: Print file was not accepted (%s)!\n" +msgstr "" -msgid "lpr: error - stdin is empty, so no job has been sent.\n" -msgstr "lpr: errore - stdin è vuoto, nessuna operazione può essere inviata.\n" +#, fuzzy +msgid "ERROR: Printer not responding!\n" +msgstr "Stampante non condivisa!" #, c-format -msgid "lpr: error - unable to print file: %s\n" -msgstr "lpr: errore - impossibile stampare il file: %s\n" - -msgid "lprm: Unable to contact server!\n" -msgstr "lprm: Impossibile contattare il server!\n" +msgid "ERROR: Remote host did not accept control file (%d)\n" +msgstr "" #, c-format -msgid "lprm: Unknown destination \"%s\"!\n" -msgstr "lprm: Destinazione \"%s\" sconosciuta!\n" +msgid "ERROR: Remote host did not accept data file (%d)\n" +msgstr "" -#, c-format -msgid "lprm: Unknown option '%c'!\n" -msgstr "lprm: Opzione '%c' sconosciuta!\n" +#, fuzzy, c-format +msgid "ERROR: Unable to add file %d to job: %s\n" +msgstr "lpadmin: Impossibile aprire il file \"%s\": %s\n" -msgid "lprm: Job or printer not found!\n" -msgstr "lprm: Operazione o stampante non trovata!\n" +#, fuzzy, c-format +msgid "ERROR: Unable to cancel job %d: %s\n" +msgstr "lprm: Impossibile annullare operazioni!\n" -msgid "lprm: Not authorized to lprm job(s)!\n" -msgstr "lprm: Non autorizzato a operazioni lprm!\n" +#, fuzzy, c-format +msgid "ERROR: Unable to create temporary compressed print file: %s\n" +msgstr "lpadmin: Impossibile creare il file temporaneo: %s\n" -#, c-format -msgid "lprm: You don't own job ID %d!\n" -msgstr "lprm: Non sei il proprietario dell'operazione con ID %d!\n" +#, fuzzy, c-format +msgid "ERROR: Unable to create temporary file - %s.\n" +msgstr "lpadmin: Impossibile creare il file temporaneo - %s\n" -msgid "lprm: Unable to lprm job(s)!\n" -msgstr "lprm: Impossibile eseguire operazioni lprm!\n" +#, fuzzy, c-format +msgid "ERROR: Unable to create temporary file: %s\n" +msgstr "lpadmin: Impossibile creare il file temporaneo: %s\n" -msgid "lprm: Unable to cancel job(s)!\n" -msgstr "lprm: Impossibile annullare operazioni!\n" +#, fuzzy, c-format +msgid "ERROR: Unable to exec pictwpstops: %s\n" +msgstr "%s: Impossibile connettersi al server: %s\n" -#, c-format -msgid "%s: Don't know what to do!\n" -msgstr "%s: Non so cosa fare!\n" +#, fuzzy, c-format +msgid "ERROR: Unable to fork pictwpstops: %s\n" +msgstr "Impossibile biforcare il processo!" -#, c-format -msgid "%s: Expected server name after -h!\n" -msgstr "%s: Nome server atteso dopo -h!\n" +#, fuzzy, c-format +msgid "ERROR: Unable to get PPD file for printer \"%s\" - %s.\n" +msgstr "cupsaddsmb: Nessun file PPD per la stampante \"%s\" - %s\n" -#, c-format -msgid "%s: Expected reason text after -r!\n" -msgstr "%s: Atteso testo di motivazione dopo -r!\n" +#, fuzzy, c-format +msgid "ERROR: Unable to get job %d attributes (%s)!\n" +msgstr "Impossibile ottenere gli attributi della stampante!" -#, c-format -msgid "%s: Unknown option '%c'!\n" -msgstr "%s: Opzione '%c' sconosciuta!\n" +#, fuzzy, c-format +msgid "ERROR: Unable to get printer status (%s)!\n" +msgstr "Impossibile ottenere lo stato della stampante:" -#, c-format -msgid "%s: Unable to connect to server: %s\n" -msgstr "%s: Impossibile connettersi al server: %s\n" +#, fuzzy, c-format +msgid "ERROR: Unable to locate printer '%s'!\n" +msgstr "Impossibile cambiare la stampante:" -#, c-format -msgid "%s: Operation failed: %s\n" -msgstr "%s: Operazione fallita: %s\n" +#, fuzzy, c-format +msgid "ERROR: Unable to open \"%s\" - %s\n" +msgstr "lp: Impossibile accedere a \"%s\" - %s\n" -msgid "cancel: Error - expected hostname after '-h' option!\n" -msgstr "cancel: Errore - nome host atteso dopo l'opzione '-h'!\n" +#, fuzzy, c-format +msgid "ERROR: Unable to open %s: %s\n" +msgstr "cupsaddsmb: Impossibile eseguire \"%s\": %s\n" -msgid "cancel: Error - expected username after '-u' option!\n" -msgstr "cancel: Errore - nome utente atteso dopo l'opzione '-u'!\n" +#, fuzzy, c-format +msgid "ERROR: Unable to open device file \"%s\": %s\n" +msgstr "lpadmin: Impossibile aprire il file \"%s\": %s\n" -#, c-format -msgid "cancel: Unknown option '%c'!\n" -msgstr "cancel: Opzione '%c' sconosciuta!\n" +#, fuzzy, c-format +msgid "ERROR: Unable to open file \"%s\" - %s\n" +msgstr "lpadmin: Impossibile aprire il file \"%s\": %s\n" -#, c-format -msgid "cancel: Unknown destination \"%s\"!\n" -msgstr "cancel: Destinazione \"%s\" sconosciuta!\n" +#, fuzzy, c-format +msgid "ERROR: Unable to open file \"%s\": %s\n" +msgstr "lpadmin: Impossibile aprire il file \"%s\": %s\n" -msgid "cancel: Unable to contact server!\n" -msgstr "cancel: Impossibile contattare il server!\n" +#, fuzzy +msgid "ERROR: Unable to open image file for printing!\n" +msgstr "lpoptions: Impossibile aprire il file PPD per %s!\n" -#, c-format -msgid "cancel: %s failed: %s\n" -msgstr "cancel: %s fallito: %s\n" +#, fuzzy, c-format +msgid "ERROR: Unable to open print file \"%s\": %s\n" +msgstr "lpadmin: Impossibile aprire il file \"%s\": %s\n" -#, c-format -msgid "cupsaddsmb: Missing value on line %d!\n" -msgstr "cupsaddsmb: Valore mancante alla riga %d!\n" +#, fuzzy, c-format +msgid "ERROR: Unable to open print file %s - %s\n" +msgstr "lpadmin: Impossibile aprire il file PPD \"%s\" - %s\n" -#, c-format -msgid "cupsaddsmb: Missing double quote on line %d!\n" -msgstr "cupsaddsmb: Doppi apici mancanti alla riga %d!\n" +#, fuzzy, c-format +msgid "ERROR: Unable to open print file %s: %s\n" +msgstr "lp: impossibile stampare il file: %s\n" -#, c-format -msgid "cupsaddsmb: Bad option + choice on line %d!\n" -msgstr "cupsaddsmb: Opzione + scelta errata alla riga %d!\n" +#, fuzzy, c-format +msgid "ERROR: Unable to open temporary compressed print file: %s\n" +msgstr "lpadmin: Impossibile creare il file temporaneo: %s\n" #, c-format -msgid "cupsaddsmb: Unable to connect to server \"%s\" for %s - %s\n" -msgstr "cupsaddsmb: Impossibile connettersi al server \"%s\" per %s - %s\n" +msgid "ERROR: Unable to seek to offset %ld in file - %s\n" +msgstr "" #, c-format -msgid "cupsaddsmb: No PPD file for printer \"%s\" - skipping!\n" -msgstr "cupsaddsmb: Nessun file PPD per la stampante \"%s\" - omesso!\n" +msgid "ERROR: Unable to seek to offset %lld in file - %s\n" +msgstr "" -#, c-format -msgid "cupsaddsmb: get-printer-attributes failed for \"%s\": %s\n" -msgstr "cupsaddsmb: get-printer-attributes fallito per \"%s\": %s\n" +#, fuzzy, c-format +msgid "ERROR: Unable to send print data (%d)\n" +msgstr "Impossibile configurare il driver di stampa di Windows (%d)!\n" #, c-format -msgid "cupsaddsmb: Unable to convert PPD file for %s - %s\n" -msgstr "cupsaddsmb: Impossibile convertire il file PPD per %s - %s\n" +msgid "ERROR: Unable to wait for pictwpstops: %s\n" +msgstr "" + +#, fuzzy, c-format +msgid "ERROR: Unable to write %d bytes to \"%s\": %s\n" +msgstr "cupsaddsmb: Impossibile eseguire \"%s\": %s\n" + +#, fuzzy, c-format +msgid "ERROR: Unable to write print data: %s\n" +msgstr "lp: impossibile stampare il file: %s\n" + +#, fuzzy +msgid "ERROR: Unable to write raster data to driver!\n" +msgstr "Impossibile ottenere gli attributi della stampante!" #, c-format -msgid "cupsaddsmb: Unable to copy Windows 2000 printer driver files (%d)!\n" +msgid "ERROR: Unable to write uncompressed document data: %s\n" msgstr "" -"cupsaddsmb: Impossibile copiare i file del driver di stampa di Windows 2000 " -"(%d)!\n" + +#, fuzzy, c-format +msgid "ERROR: Unknown encryption option value \"%s\"!\n" +msgstr "%s: Destinazione \"%s\" sconosciuta!\n" #, c-format -msgid "cupsaddsmb: Unable to copy CUPS printer driver files (%d)!\n" +msgid "ERROR: Unknown file order \"%s\"\n" msgstr "" -"cupsaddsmb: Impossibile copiare i file del driver di stampa di CUPS (%d)!\n" #, c-format -msgid "cupsaddsmb: Unable to install Windows 2000 printer driver files (%d)!\n" +msgid "ERROR: Unknown format character \"%c\"\n" msgstr "" -"cupsaddsmb: Impossibile installare i file del driver di stampa di Windows " -"2000 (%d)!\n" + +#, fuzzy, c-format +msgid "ERROR: Unknown option \"%s\" with value \"%s\"!\n" +msgstr "cupsd: Opzione \"%c\" sconosciuta - interruzione!\n" + +#, fuzzy, c-format +msgid "ERROR: Unknown print mode \"%s\"\n" +msgstr "%s: Destinazione \"%s\" sconosciuta!\n" + +#, fuzzy, c-format +msgid "ERROR: Unknown version option value \"%s\"!\n" +msgstr "%s: Destinazione \"%s\" sconosciuta!\n" #, c-format -msgid "cupsaddsmb: Unable to copy Windows 9x printer driver files (%d)!\n" +msgid "ERROR: Unsupported brightness value %s, using brightness=100!\n" msgstr "" -"cupsaddsmb: Impossibile copiare i file del driver di stampa di Windows 9x (%" -"d)!\n" #, c-format -msgid "cupsaddsmb: Unable to install Windows 9x printer driver files (%d)!\n" +msgid "ERROR: Unsupported gamma value %s, using gamma=1000!\n" msgstr "" -"cupsaddsmb: Impossibile installare i file del driver di stampa di Windows 9x " -"(%d)!\n" #, c-format -msgid "cupsaddsmb: Unable to set Windows printer driver (%d)!\n" +msgid "ERROR: Unsupported number-up value %d, using number-up=1!\n" msgstr "" -"cupsaddsmb: Impossibile configurare i file del driver di stampa di Windows (%" -"d)!\n" +#, c-format msgid "" -"Usage: cupsaddsmb [options] printer1 ... printerN\n" -" cupsaddsmb [options] -a\n" -"\n" -"Options:\n" -" -H samba-server Use the named SAMBA server\n" -" -U samba-user Authenticate using the named SAMBA user\n" -" -a Export all printers\n" -" -h cups-server Use the named CUPS server\n" -" -v Be verbose (show commands)\n" +"ERROR: Unsupported number-up-layout value %s, using number-up-layout=lrtb!\n" msgstr "" -"Uso: cupsaddsmb [opzioni] stampante1 ... stampanteN\n" -" cupsaddsmb [opzioni] -a\n" -"\n" -"Opzioni:\n" -" -H samba-server Usa il server SAMBA specificato\n" -" -U samba-user Autenticazione usando l'utente SAMBA specificato\n" -" -a Esporta tutte le stampanti\n" -" -h cups-server Usa il server CUPS specificato\n" -" -v Prolisso (mostra i comandi)\n" - -msgid "cupstestppd: The -q option is incompatible with the -v option.\n" -msgstr "cupstestppd: L'opzione -q è incompatibile con l'opzione -v.\n" -msgid "cupstestppd: The -v option is incompatible with the -q option.\n" -msgstr "cupstestppd: L'opzione -v è incompatibile con l'opzione -q.\n" +#, c-format +msgid "ERROR: Unsupported page-border value %s, using page-border=none!\n" +msgstr "" #, c-format -msgid "" -" FAIL\n" -" **FAIL** Unable to open PPD file - %s\n" +msgid "ERROR: doc_printf overflow (%d bytes) detected, aborting!\n" msgstr "" -" FAIL\n" -" **FAIL** Impossibile aprire il file PPD - %s\n" #, c-format +msgid "ERROR: pictwpstops exited on signal %d!\n" +msgstr "" + +#, fuzzy, c-format +msgid "ERROR: pictwpstops exited with status %d!\n" +msgstr "cupsaddsmb fallito con stato %d" + msgid "" -" FAIL\n" -" **FAIL** Unable to open PPD file - %s on line %d.\n" +"ERROR: recoverable: Unable to connect to printer; will retry in 30 " +"seconds...\n" msgstr "" -" FAIL\n" -" **FAIL** Impossibile aprire il file PPD - %s alla riga %d.\n" -msgid " REF: Page 42, section 5.2.\n" -msgstr " RIF: Pagina 42, sezione 5.2.\n" +msgid "Edit Configuration File" +msgstr "Modifica file di configurazione" -msgid " REF: Page 20, section 3.4.\n" -msgstr " RIF: Pagina 20, sezione 3.4.\n" +#, fuzzy +msgid "Empty PPD file!" +msgstr "Impossibile copiare il file PPD!" -msgid " REF: Pages 45-46, section 5.2.\n" -msgstr " RIF: Pagine 45-46, sezione 5.2.\n" +msgid "Ending Banner" +msgstr "Banner finale" -msgid " REF: Pages 42-45, section 5.2.\n" -msgstr " RIF: Pagine 42-45, sezione 5.2.\n" +msgid "Enter old password:" +msgstr "Inserisci la vecchia password:" -msgid " REF: Pages 48-49, section 5.2.\n" -msgstr " RIF: Pagine 48-49, sezione 5.2.\n" +msgid "Enter password again:" +msgstr "Inserisci ancora la password:" -msgid " REF: Pages 52-54, section 5.2.\n" -msgstr " RIF: Pagine 52-54, sezione 5.2.\n" +msgid "Enter password:" +msgstr "Inserisci la password:" -msgid " REF: Page 15, section 3.2.\n" -msgstr " RIF: Pagina 15, sezione 3.2.\n" +#, fuzzy +msgid "" +"Enter your username and password or the root username and password to access " +"this page. If you are using Kerberos authentication, make sure you have a " +"valid Kerberos ticket." +msgstr "" +"Inserisci il tuo nome utente e la tua password o il nome utente e la " +"password di root per accedere a questa pagina." -msgid " REF: Page 15, section 3.1.\n" -msgstr " RIF: Pagina 15, sezione 3.1.\n" +msgid "Error Policy" +msgstr "Regola di errore" -msgid " REF: Pages 16-17, section 3.2.\n" -msgstr " RIF: Pagine 16-17, sezione 3.2.\n" +msgid "Error: need hostname after '-h' option!\n" +msgstr "Errore: è necessario un nome host dopo l'opzione '-h'!\n" -msgid " REF: Page 19, section 3.3.\n" -msgstr " RIF: Pagina 19, sezione 3.3.\n" +msgid "Export Printers to Samba" +msgstr "Esporta stampanti a Samba" -msgid " REF: Page 27, section 3.5.\n" -msgstr " RIF: Pagina 27, sezione 3.5.\n" +msgid "FAIL\n" +msgstr "FAIL\n" -msgid "" -"\n" -" DETAILED CONFORMANCE TEST RESULTS\n" +#, c-format +msgid "FATAL: Could not load %s\n" msgstr "" -"\n" -" RISULTATI DETTAGLIATI DEL TEST DI CONFORMITÀ\n" #, c-format -msgid " WARN %s has no corresponding options!\n" -msgstr " WARN %s non ha opzioni corrispondenti!\n" +msgid "" +"File device URIs have been disabled! To enable, see the FileDevice directive " +"in \"%s/cupsd.conf\"." +msgstr "" +"Gli URI del file di dispositivo sono stati disabilitati! Per abilitarli, " +"vedere la direttiva FileDevice in \"%s/cupsd.conf\"." -msgid " FAIL\n" -msgstr " FAIL\n" +msgid "Fuser temperature high!" +msgstr "" -msgid "" -" **FAIL** REQUIRED DefaultImageableArea\n" -" REF: Page 102, section 5.15.\n" +msgid "Fuser temperature low!" msgstr "" -" **FAIL** DefaultImageableArea RICHIESTO\n" -" RIF: Pagina 102, sezione 5.15.\n" + +msgid "General" +msgstr "Generale" + +msgid "Got a printer-uri attribute but no job-id!" +msgstr "Ottenuto un attributo printer-uri, ma nessun job-id!" + +msgid "Help" +msgstr "Guida" #, c-format -msgid "" -" **FAIL** BAD DefaultImageableArea %s!\n" -" REF: Page 102, section 5.15.\n" +msgid "INFO: Attempting to connect to host %s for printer %s\n" msgstr "" -" **FAIL** DefaultImageableArea %s ERRATO!\n" -" RIF: Pagina 102, sezione 5.15.\n" -msgid " PASS DefaultImageableArea\n" -msgstr " PASS DefaultImageableArea\n" +#, fuzzy, c-format +msgid "INFO: Attempting to connect to host %s on port %d\n" +msgstr "lpstat: Impossibile connettersi al server %s alla porta %d: %s\n" -msgid "" -" **FAIL** REQUIRED DefaultPaperDimension\n" -" REF: Page 103, section 5.15.\n" +msgid "INFO: Canceling print job...\n" +msgstr "" + +#, c-format +msgid "INFO: Connected to %s...\n" msgstr "" -" **FAIL** DefaultPaperDimension RICHIESTO\n" -" RIF: Pagina 103, sezione 5.15.\n" #, c-format -msgid "" -" **FAIL** BAD DefaultPaperDimension %s!\n" -" REF: Page 103, section 5.15.\n" +msgid "INFO: Connecting to %s on port %d...\n" msgstr "" -" **FAIL** DefaultPaperDimension %s ERRATO!\n" -" RIF: Pagina 103, sezione 5.15.\n" -msgid " PASS DefaultPaperDimension\n" -msgstr " PASS DefaultPaperDimension\n" +msgid "INFO: Control file sent successfully\n" +msgstr "" -#, c-format -msgid "" -" **FAIL** BAD Default%s %s\n" -" REF: Page 40, section 4.5.\n" +msgid "INFO: Data file sent successfully\n" msgstr "" -" **FAIL** Default%s %s ERRATO\n" -" RIF: Pagina 40, sezione 4.5.\n" #, c-format -msgid " PASS Default%s\n" -msgstr " PASS Default%s\n" +msgid "INFO: Formatting page %d...\n" +msgstr "" -#, c-format -msgid "" -" **FAIL** REQUIRED Default%s\n" -" REF: Page 40, section 4.5.\n" +msgid "INFO: Loading image file...\n" msgstr "" -" **FAIL** Default%s RICHIESTO\n" -" RIF: Pagina 40, sezione 4.5.\n" -msgid " PASS FileVersion\n" -msgstr " PASS FileVersion\n" +msgid "INFO: Print file sent, waiting for printer to finish...\n" +msgstr "" -msgid "" -" **FAIL** REQUIRED FileVersion\n" -" REF: Page 56, section 5.3.\n" +#, c-format +msgid "INFO: Printer busy (status:0x%08x)\n" msgstr "" -" **FAIL** FileVersion RICHIESTO\n" -" RIF: Pagina 56, sezione 5.3.\n" -msgid " PASS FormatVersion\n" -msgstr " PASS FormatVersion\n" +msgid "INFO: Printer busy; will retry in 10 seconds...\n" +msgstr "" -msgid "" -" **FAIL** REQUIRED FormatVersion\n" -" REF: Page 56, section 5.3.\n" +msgid "INFO: Printer busy; will retry in 30 seconds...\n" msgstr "" -" **FAIL** FormatVersion RICHIESTO\n" -" RIF: Pagina 56, sezione 5.3.\n" -msgid " PASS LanguageEncoding\n" -msgstr " PASS LanguageEncoding\n" +msgid "INFO: Printer busy; will retry in 5 seconds...\n" +msgstr "" -msgid "" -" **FAIL** REQUIRED LanguageEncoding\n" -" REF: Pages 56-57, section 5.3.\n" +msgid "INFO: Printer does not support IPP/1.1, trying IPP/1.0...\n" msgstr "" -" **FAIL** LanguageEncoding RICHIESTO\n" -" RIF: Pagine 56-57, sezione 5.3.\n" -msgid " PASS LanguageVersion\n" -msgstr " PASS LanguageVersion\n" +msgid "INFO: Printer is busy; will retry in 5 seconds...\n" +msgstr "" -msgid "" -" **FAIL** REQUIRED LanguageVersion\n" -" REF: Pages 57-58, section 5.3.\n" +msgid "INFO: Printer is currently off-line.\n" msgstr "" -" **FAIL** LanguageVersion RICHIESTO\n" -" RIF: Pagine 57-58, sezione 5.3.\n" -msgid "" -" **FAIL** BAD Manufacturer (should be \"HP\")\n" -" REF: Page 211, table D.1.\n" +msgid "INFO: Printer is now on-line.\n" msgstr "" -" **FAIL** Manufacturer ERRATO (dovrebbe essere \"HP\")\n" -" RIF: Pagina 211, tabella D.1.\n" -msgid " PASS Manufacturer\n" -msgstr " PASS Manufacturer\n" +msgid "INFO: Printer not connected; will retry in 30 seconds...\n" +msgstr "" -msgid "" -" **FAIL** REQUIRED Manufacturer\n" -" REF: Pages 58-59, section 5.3.\n" +#, c-format +msgid "INFO: Printing page %d, %d%% complete...\n" msgstr "" -" **FAIL** Manufacturer RICHIESTO\n" -" RIF: Pagine 58-59, sezione 5.3.\n" #, c-format -msgid "" -" **FAIL** BAD ModelName - \"%c\" not allowed in string.\n" -" REF: Pages 59-60, section 5.3.\n" +msgid "INFO: Printing page %d...\n" msgstr "" -" **FAIL** ModelName ERRATO - \"%c\" non consentito nella stringa.\n" -" RIF: Pagine 59-60, sezione 5.3.\n" -msgid " PASS ModelName\n" -msgstr " PASS ModelName\n" +msgid "INFO: Ready to print.\n" +msgstr "" -msgid "" -" **FAIL** REQUIRED ModelName\n" -" REF: Pages 59-60, section 5.3.\n" +#, c-format +msgid "INFO: Sending control file (%lu bytes)\n" msgstr "" -" **FAIL** ModelName RICHIESTO\n" -" RIF: Pagine 59-60, sezione 5.3.\n" -msgid " PASS NickName\n" -msgstr " PASS NickName\n" +#, c-format +msgid "INFO: Sending control file (%u bytes)\n" +msgstr "" -msgid "" -" **FAIL** REQUIRED NickName\n" -" REF: Page 60, section 5.3.\n" +msgid "INFO: Sending data\n" msgstr "" -" **FAIL** NickName RICHIESTO\n" -" RIF: Pagina 60, sezione 5.3.\n" -msgid " PASS PageSize\n" -msgstr " PASS PageSize\n" +#, c-format +msgid "INFO: Sending data file (%ld bytes)\n" +msgstr "" -msgid "" -" **FAIL** REQUIRED PageSize\n" -" REF: Pages 99-100, section 5.14.\n" +#, c-format +msgid "INFO: Sending data file (%lld bytes)\n" msgstr "" -" **FAIL** PageSize RICHIESTO\n" -" RIF: Pagine 99-100, sezione 5.14.\n" -msgid " PASS PageRegion\n" -msgstr " PASS PageRegion\n" +#, c-format +msgid "INFO: Sent print file, %ld bytes...\n" +msgstr "" -msgid "" -" **FAIL** REQUIRED PageRegion\n" -" REF: Page 100, section 5.14.\n" +#, c-format +msgid "INFO: Sent print file, %lld bytes...\n" msgstr "" -" **FAIL** PageRegion RICHIESTO\n" -" RIF: Pagina 100, sezione 5.14.\n" -msgid " PASS PCFileName\n" -msgstr " PASS PCFileName\n" +#, c-format +msgid "INFO: Spooling LPR job, %.0f%% complete...\n" +msgstr "" -msgid "" -" **FAIL** REQUIRED PCFileName\n" -" REF: Pages 61-62, section 5.3.\n" +msgid "INFO: Unable to contact printer, queuing on next printer in class...\n" msgstr "" -" **FAIL** PCFileName RICHIESTO\n" -" RIF: Pagine 61-62, sezione 5.3.\n" -msgid "" -" **FAIL** BAD Product - not \"(string)\".\n" -" REF: Page 62, section 5.3.\n" +msgid "INFO: Waiting for job to complete...\n" msgstr "" -" **FAIL** Product ERRATO - non è \"(string)\".\n" -" RIF: Pagina 62, sezione 5.3.\n" -msgid " PASS Product\n" -msgstr " PASS Product\n" +msgid "Illegal control character" +msgstr "Carattere di controllo non consentito" -msgid "" -" **FAIL** REQUIRED Product\n" -" REF: Page 62, section 5.3.\n" -msgstr "" -" **FAIL** Product RICHIESTO\n" -" RIF: Pagina 62, sezione 5.3.\n" +msgid "Illegal main keyword string" +msgstr "Stringa di parola chiave principale non consentita" -msgid "" -" **FAIL** BAD PSVersion - not \"(string) int\".\n" -" REF: Pages 62-64, section 5.3.\n" -msgstr "" -" **FAIL** PSVersion ERRATO - non è \"(string) int\".\n" -" RIF: Pagine 62-64, sezione 5.3.\n" +msgid "Illegal option keyword string" +msgstr "Stringa di parola chiave opzionale non consentita" -msgid " PASS PSVersion\n" -msgstr " PASS PSVersion\n" +msgid "Illegal translation string" +msgstr "Stringa di traduzione non consentita" -msgid "" -" **FAIL** REQUIRED PSVersion\n" -" REF: Pages 62-64, section 5.3.\n" -msgstr "" -" **FAIL** PSVersion RICHIESTO\n" -" RIF: Pagine 62-64, sezione 5.3.\n" +msgid "Illegal whitespace character" +msgstr "Caratteri di spazio non consentito" -msgid "" -" **FAIL** BAD ShortNickName - longer than 31 chars.\n" -" REF: Pages 64-65, section 5.3.\n" +msgid "Ink/toner almost empty." msgstr "" -" **FAIL** ShortNickName ERRATO - maggiore di 31 caratteri.\n" -" RIF: Pagine 64-65, sezione 5.3.\n" -msgid " PASS ShortNickName\n" -msgstr " PASS ShortNickName\n" +msgid "Ink/toner empty!" +msgstr "" -msgid "" -" **FAIL** REQUIRED ShortNickName\n" -" REF: Page 64-65, section 5.3.\n" +msgid "Ink/toner waste bin almost full." msgstr "" -" **FAIL** ShortNickName RICHIESTO\n" -" RIF: Pagine 64-65, sezione 5.3.\n" -msgid "" -" **FAIL** BAD JobPatchFile attribute in file\n" -" REF: Page 24, section 3.4.\n" +msgid "Ink/toner waste bin full!" msgstr "" -" **FAIL** Attributo JobPatchFile ERRATO nel file\n" -" RIF: Pagina 24, sezione 3.4.\n" -msgid "" -" **FAIL** REQUIRED PageSize\n" -" REF: Page 41, section 5.\n" -" REF: Page 99, section 5.14.\n" +msgid "Interlock open." msgstr "" -" **FAIL** PageSize RICHIESTO\n" -" RIF: Pagina 41, sezione 5.\n" -" RIF: Pagina 99, sezione 5.14.\n" + +msgid "Internal error" +msgstr "Errore interno" + +msgid "JCL" +msgstr "JCL" #, c-format -msgid "" -" **FAIL** REQUIRED ImageableArea for PageSize %s\n" -" REF: Page 41, section 5.\n" -" REF: Page 102, section 5.15.\n" +msgid "Job #%d cannot be restarted - no files!" +msgstr "L'operazione #%d non può essere riavviata - nessun file!" + +#, c-format +msgid "Job #%d does not exist!" +msgstr "L'operazione #%d non esiste!" + +#, c-format +msgid "Job #%d is already aborted - can't cancel." +msgstr "L'operazione #%d è già interrotta - impossibile annullare." + +#, fuzzy, c-format +msgid "Job #%d is already canceled - can't cancel." +msgstr "L'operazione #%d è già annullata - impossibile annullare." + +#, c-format +msgid "Job #%d is already completed - can't cancel." +msgstr "L'operazione #%d è già completata - impossibile annullare." + +#, c-format +msgid "Job #%d is finished and cannot be altered!" +msgstr "L'operazione #%d è terminata e non può essere modificata!" + +#, c-format +msgid "Job #%d is not complete!" +msgstr "L'operazione %d non è completa!" + +#, c-format +msgid "Job #%d is not held for authentication!" +msgstr "L'operazione #%d non è bloccata per l'autenticazione!" + +#, c-format +msgid "Job #%d is not held!" +msgstr "L'operazione #%d non è bloccata!" + +#, c-format +msgid "Job #%s does not exist!" +msgstr "L'operazione #%s non esiste!" + +#, c-format +msgid "Job %d not found!" +msgstr "Operazione %d non trovata!" + +#, fuzzy +msgid "Job Completed" +msgstr "completato" + +msgid "Job Created" msgstr "" -" **FAIL** ImageableArea RICHIESTO per PageSize %s\n" -" RIF: Pagina 41, sezione 5.\n" -" RIF: Pagina 102, sezione 5.15.\n" -#, c-format -msgid "" -" **FAIL** REQUIRED PaperDimension for PageSize %s\n" -" REF: Page 41, section 5.\n" -" REF: Page 103, section 5.15.\n" -msgstr "" -" **FAIL** PaperDimension RICHIESTO per PageSize %s\n" -" RIF: Pagina 41, sezione 5.\n" -" RIF: Pagina 103, sezione 5.15.\n" +#, fuzzy +msgid "Job Options Changed" +msgstr "Operazione fallita:" + +#, fuzzy +msgid "Job Stopped" +msgstr "fermato" + +msgid "Job is completed and cannot be changed." +msgstr "L'operazione è completata e non può essere cambiata." + +msgid "Job operation failed:" +msgstr "Operazione fallita:" + +msgid "Job state cannot be changed." +msgstr "Lo stato dell'operazione non può essere cambiato." -#, c-format -msgid "" -" **FAIL** Bad %s choice %s!\n" -" REF: Page 84, section 5.9\n" -msgstr "" -" **FAIL** Scelta %s errata %s!\n" -" RIF: Pagina 84, sezione 5.9\n" +msgid "Job subscriptions cannot be renewed!" +msgstr "Le sottoscrizioni delle operazioni non possono essere rinnovate!" -#, c-format -msgid "" -" **FAIL** REQUIRED %s does not define choice None!\n" -" REF: Page 122, section 5.17\n" -msgstr "" -" **FAIL** %s RICHIESTO non definisce la scelta Nessuno!\n" -" RIF: Pagina 122, sezione 5.17\n" +msgid "Jobs" +msgstr "Operazioni" #, c-format -msgid "" -" **FAIL** Bad %s choice %s!\n" -" REF: Page 122, section 5.17\n" -msgstr "" -" **FAIL** Scelta %s errata %s!\n" -" RIF: Pagina 122, sezione 5.17\n" +msgid "Language \"%s\" not supported!" +msgstr "Lingua \"%s\" non supportata!" -msgid " PASS\n" -msgstr " PASS\n" +msgid "Line longer than the maximum allowed (255 characters)" +msgstr "La riga eccede il massimo consentito (255 caratteri)" -#, c-format -msgid "" -" WARN Duplex option keyword %s should be named Duplex or " -"JCLDuplex!\n" -" REF: Page 122, section 5.17\n" -msgstr "" -" WARN La parola chiave Duplex %s dovrebbe essere Duplex o " -"JCLDuplex!\n" -" RIF: Pagina 122, sezione 5.17\n" +msgid "Media Size" +msgstr "Dimensione supporto" -msgid " WARN Default choices conflicting!\n" -msgstr " WARN Conflitto tra le scelte predefinite!\n" +msgid "Media Source" +msgstr "Sorgente supporto" -#, c-format -msgid "" -" WARN Obsolete PPD version %.1f!\n" -" REF: Page 42, section 5.2.\n" -msgstr "" -" WARN Versione PPD %.1f obsoleta!\n" -" RIF: Pagina 42, sezione 5.2.\n" +msgid "Media Type" +msgstr "Tipo supporto" -msgid "" -" WARN LanguageEncoding required by PPD 4.3 spec.\n" -" REF: Pages 56-57, section 5.3.\n" -msgstr "" -" WARN LanguageEncoding richiesto dalla specifica PPD 4.3.\n" -" RIF: Pagine 56-57, sezione 5.3.\n" +#, fuzzy +msgid "Media jam!" +msgstr "Tipo supporto" -msgid "" -" WARN Manufacturer required by PPD 4.3 spec.\n" -" REF: Pages 58-59, section 5.3.\n" +msgid "Media tray almost empty." msgstr "" -" WARN Manufacturer richiesto dalla specifica PPD 4.3.\n" -" RIF: Pagine 58-59, sezione 5.3.\n" -msgid "" -" WARN PCFileName longer than 8.3 in violation of PPD spec.\n" -" REF: Pages 61-62, section 5.3.\n" +msgid "Media tray empty!" msgstr "" -" WARN PCFileName maggiore di 8.3 in violazione della specifica " -"PPD.\n" -" RIF: Pagine 61-62, sezione 5.3.\n" -msgid "" -" WARN ShortNickName required by PPD 4.3 spec.\n" -" REF: Pages 64-65, section 5.3.\n" +msgid "Media tray missing!" msgstr "" -" WARN ShortNickName richiesto dalla specifica PPD 4.3.\n" -" RIF: Pagine 64-65, sezione 5.3.\n" -msgid "" -" WARN Protocols contains both PJL and BCP; expected TBCP.\n" -" REF: Pages 78-79, section 5.7.\n" +msgid "Media tray needs to be filled." msgstr "" -" WARN Protocols contiene sia PJL che BCP; atteso TBCP.\n" -" RIF: Pagine 78-79, sezione 5.7.\n" -msgid "" -" WARN Protocols contains PJL but JCL attributes are not set.\n" -" REF: Pages 78-79, section 5.7.\n" -msgstr "" -" WARN Protocols contiene PJL, ma gli attributi JCL non sono " -"impostati.\n" -" RIF: Pagine 78-79, sezione 5.7.\n" +msgid "Memory allocation error" +msgstr "Errore di allocazione della memoria" -#, c-format -msgid "" -" WARN %s shares a common prefix with %s\n" -" REF: Page 15, section 3.2.\n" -msgstr "" -" WARN %s condivide un prefisso comune con %s\n" -" RIF: Pagina 15, sezione 3.2.\n" +msgid "Missing PPD-Adobe-4.x header" +msgstr "Intestazione PPD-Adobe-4.x mancante" + +msgid "Missing asterisk in column 1" +msgstr "Asterisco mancante nella colonna 1" #, fuzzy, c-format -msgid " %d ERROR%s FOUND\n" -msgstr " %d ERROR%s TROVATI\n" +msgid "Missing double quote on line %d!" +msgstr "Doppi apici mancanti alla riga %d!\n" -msgid " NO ERRORS FOUND\n" -msgstr " NESSUN ERRORE TROVATO\n" +msgid "Missing form variable!" +msgstr "Variabile modulo mancante" + +msgid "Missing notify-subscription-ids attribute!" +msgstr "Attributo notify-subscription-ids mancante!" + +msgid "Missing requesting-user-name attribute!" +msgstr "Attributo requesting-user-name mancante!" + +msgid "Missing required attributes!" +msgstr "Attributi richiesti mancanti!" + +#, fuzzy, c-format +msgid "Missing value on line %d!" +msgstr "Valore mancante alla riga %d!\n" + +msgid "Missing value string" +msgstr "Stringa di valore mancante" #, c-format msgid "" -" WARN \"%s %s\" conflicts with \"%s %s\"\n" -" (constraint=\"%s %s %s %s\")\n" +"Model: name = %s\n" +" natural_language = %s\n" +" make-and-model = %s\n" +" device-id = %s\n" msgstr "" -" WARN \"%s %s\" è in conflitto con \"%s %s\"\n" -" (restrizione=\"%s %s %s %s\")\n" +"Modello: name = %s\n" +" natural_language = %s\n" +" make-and-model = %s\n" +" device-id = %s\n" -msgid "" -"Usage: cupstestppd [-q] [-r] [-v[v]] filename1.ppd[.gz] [... filenameN.ppd[." -"gz]]\n" -" program | cupstestppd [-q] [-r] [-v[v]] -\n" -msgstr "" -"Uso: cupstestppd [-q] [-r] [-v[v]] nomefile1.ppd[.gz] [... nomefileN.ppd[." -"gz]]\n" -" programma | cupstestppd [-q] [-r] [-v[v]] -\n" +msgid "Modify Class" +msgstr "Modifica classe" -msgid "lpstat: Need \"completed\" or \"not-completed\" after -W!\n" -msgstr "lpstat: Usare \"completed\" o \"not-completed\" dopo -W!\n" +msgid "Modify Printer" +msgstr "Modifica stampante" -msgid "lpstat: The -b option requires a destination argument.\n" -msgstr "lpstat: L'opzione -b richiede un argomento di destinazione.\n" +msgid "Move All Jobs" +msgstr "Sposta tutte le operazioni" -msgid "Error: need hostname after '-h' option!\n" -msgstr "Errore: è necessario un nome host dopo l'opzione '-h'!\n" +msgid "Move Job" +msgstr "Sposta operazione" #, c-format -msgid "lpstat: Unknown option '%c'!\n" -msgstr "lpstat: Opzione '%c' sconosciuta!\n" +msgid "NOTICE: Print file accepted - job ID %d.\n" +msgstr "" -#, c-format -msgid "lpstat: Invalid destination name in list \"%s\"!\n" -msgstr "lpstat: Nome di destinazione non valido nell'elenco \"%s\"!\n" +msgid "NOTICE: Print file accepted - job ID unknown.\n" +msgstr "" -#, c-format -msgid "lpstat: Unknown destination \"%s\"!\n" -msgstr "lpstat: Destinazione \"%s\" sconosciuta!\n" +msgid "NULL PPD file pointer" +msgstr "Puntatore NULL al file PPD" -#, c-format -msgid "lpstat: Unable to connect to server %s on port %d: %s\n" -msgstr "lpstat: Impossibile connettersi al server %s alla porta %d: %s\n" +msgid "No" +msgstr "No" -#, c-format -msgid "lpstat: get-printers failed: %s\n" -msgstr "lpstat: get-printers fallita: %s\n" +msgid "No Windows printer drivers are installed!" +msgstr "Nessun driver di stampa Windows è installato!" #, c-format -msgid "%s accepting requests since Jan 01 00:00\n" -msgstr "%s accetta richieste da Gen 01 00:00\n" +msgid "No active jobs on %s!" +msgstr "Nessuna operazione attiva su %s!" -#, c-format -msgid "" -"%s not accepting requests since Jan 01 00:00 -\n" -"\t%s\n" -msgstr "" -"%s non accetta richieste da Gen 01 00:00 -\n" -"\t%s\n" +msgid "No attributes in request!" +msgstr "Nessun attributo nella richiesta!" -#, c-format -msgid "%s/%s accepting requests since Jan 01 00:00\n" -msgstr "%s/%s accetta richieste da Gen 01 00:00\n" +msgid "No authentication information provided!" +msgstr "Nessuna informazione di autenticazione fornita!" -#, c-format -msgid "" -"%s/%s not accepting requests since Jan 01 00:00 -\n" -"\t%s\n" -msgstr "" -"%s/%s non accetta richieste da Gen 01 00:00 -\n" -"\t%s\n" +msgid "No default printer" +msgstr "Nessuna stampante predefinita" -#, c-format -msgid "lpstat: get-classes failed: %s\n" -msgstr "lpstat: get-classes fallita: %s\n" +msgid "No destinations added." +msgstr "Nessuna destinazione aggiunta." -#, c-format -msgid "members of class %s:\n" -msgstr "membri della classe %s:\n" +msgid "No file!?!" +msgstr "Nessun file!?!" -#, c-format -msgid "system default destination: %s/%s\n" -msgstr "destinazione predefinita di sistema: %s/%s\n" +msgid "No subscription attributes in request!" +msgstr "Nessun attributo di sottoscrizione nella richiesta!" -#, c-format -msgid "system default destination: %s\n" -msgstr "destinazione predefinita di sistema: %s\n" +msgid "No subscriptions found." +msgstr "Nessuna sottoscrizione trovata." -#, c-format -msgid "" -"lpstat: error - %s environment variable names non-existent destination \"%s" -"\"!\n" -msgstr "" -"lpstat: errore - i nomi della variabile d'ambiente %s non esistono nella " -"destinazione \"%s\"!\n" +msgid "None" +msgstr "Nessuno" -msgid "no system default destination\n" -msgstr "nessuna destinazione predefinita di sistema\n" +msgid "OK" +msgstr "OK" -#, c-format -msgid "Output for printer %s is sent to remote printer %s on %s\n" +msgid "OPC almost at end-of-life." msgstr "" -"L'uscita per la stampante %s è inviata alla stampante remota %s su %s\n" - -#, c-format -msgid "Output for printer %s is sent to %s\n" -msgstr "L'uscita per la stampante %s è inviata a %s\n" -#, c-format -msgid "Output for printer %s/%s is sent to remote printer %s on %s\n" +msgid "OPC at end-of-life!" msgstr "" -"L'uscita per la stampante %s/%s è inviata alla stampante remota %s su %s\n" -#, c-format -msgid "Output for printer %s/%s is sent to %s\n" -msgstr "L'uscita per la stampante %s/%s è inviata a %s\n" +msgid "OpenGroup without a CloseGroup first" +msgstr "OpenGroup senza un precedente CloseGroup" -#, c-format -msgid "device for %s: %s\n" -msgstr "dispositivo per %s: %s\n" +msgid "OpenUI/JCLOpenUI without a CloseUI/JCLCloseUI first" +msgstr "OpenUI/JCLOpenUI senza un precedente CloseUI/JCLCloseUI" + +msgid "Operation Policy" +msgstr "Regola operativa" -#, c-format -msgid "device for %s/%s: %s\n" -msgstr "dispositivo per %s/%s: %s\n" +msgid "Options Installed" +msgstr "Opzioni installate" -#, c-format -msgid "lpstat: get-jobs failed: %s\n" -msgstr "lpstat: get-jobs fallita: %s\n" +msgid "Out of toner!" +msgstr "" -#, c-format -msgid "\tqueued for %s\n" -msgstr "\tin coda per %s\n" +msgid "Output Mode" +msgstr "Modalità di uscita" -#, c-format -msgid "printer %s is idle. enabled since %s\n" -msgstr "la stampante %s è in attesa. abilitata da %s\n" +msgid "Output bin almost full." +msgstr "" -#, c-format -msgid "printer %s now printing %s-%d. enabled since %s\n" -msgstr "la stampante %s sta stampando %s-%d. abilitata da %s\n" +msgid "Output bin full!" +msgstr "" #, c-format -msgid "printer %s disabled since %s -\n" -msgstr "la stampante %s è disabilitata da %s -\n" - -msgid "\treason unknown\n" -msgstr "\tmotivo sconosciuto\n" +msgid "Output for printer %s is sent to %s\n" +msgstr "L'uscita per la stampante %s è inviata a %s\n" -msgid "" -"\tForm mounted:\n" -"\tContent types: any\n" -"\tPrinter types: unknown\n" +#, c-format +msgid "Output for printer %s is sent to remote printer %s on %s\n" msgstr "" -"\tModulo montato:\n" -"\tTipi di contenuto: qualsiasi\n" -"\tTipi di stampante: sconosciuti\n" +"L'uscita per la stampante %s è inviata alla stampante remota %s su %s\n" #, c-format -msgid "\tDescription: %s\n" -msgstr "\tDescrizione: %s\n" - -msgid "\tAlerts:" -msgstr "\tAvvisi:" +msgid "Output for printer %s/%s is sent to %s\n" +msgstr "L'uscita per la stampante %s/%s è inviata a %s\n" #, c-format -msgid "\tLocation: %s\n" -msgstr "\tPosizione: %s\n" +msgid "Output for printer %s/%s is sent to remote printer %s on %s\n" +msgstr "" +"L'uscita per la stampante %s/%s è inviata alla stampante remota %s su %s\n" -msgid "\tConnection: remote\n" -msgstr "\tConnessione: remota\n" +msgid "Output tray missing!" +msgstr "" -#, c-format -msgid "\tInterface: %s.ppd\n" -msgstr "\tInterfaccia: %s.ppd\n" +msgid "PASS\n" +msgstr "PASS\n" -msgid "\tConnection: direct\n" -msgstr "\tConnessione: diretta\n" +msgid "PS Binary Protocol" +msgstr "Protocollo binario PS" #, c-format -msgid "\tInterface: %s/interfaces/%s\n" -msgstr "\tInterfaccia: %s/interfacce/%s\n" +msgid "Password for %s on %s? " +msgstr "Password per %s su %s? " #, c-format -msgid "\tInterface: %s/ppd/%s.ppd\n" -msgstr "\tInterfaccia: %s/ppd/%s.ppd\n" +msgid "Password for %s required to access %s via SAMBA: " +msgstr "Password per %s richiesta per accedere a %s via SAMBA: " -msgid "\tOn fault: no alert\n" -msgstr "\tIn caso di fallimento: nessun segnale\n" +msgid "Policies" +msgstr "Regole" -msgid "\tAfter fault: continue\n" -msgstr "\tDopo il fallimento: continua\n" +msgid "Print Job:" +msgstr "Stampa operazione:" -msgid "\tUsers allowed:\n" -msgstr "\tUtenti autorizzati:\n" +msgid "Print Test Page" +msgstr "Stampa pagina di prova" -msgid "\tUsers denied:\n" -msgstr "\tUtenti non autorizzati:\n" +#, fuzzy +msgid "Printer Added" +msgstr "Stampante" -msgid "\t\t(all)\n" -msgstr "\t\t(tutti)\n" +#, fuzzy +msgid "Printer Deleted" +msgstr "Stampante non condivisa!" -msgid "\tForms allowed:\n" -msgstr "\tModuli consentiti:\n" +msgid "Printer Maintenance" +msgstr "Manutenzione stampanti" -msgid "\t\t(none)\n" -msgstr "\t\t(nessuno)\n" +#, fuzzy +msgid "Printer Modified" +msgstr "Manutenzione stampanti" -msgid "\tBanner required\n" -msgstr "\tBanner richiesto\n" +#, fuzzy +msgid "Printer Stopped" +msgstr "Stampante non condivisa!" -msgid "\tCharset sets:\n" -msgstr "\tSet di caratteri:\n" +#, fuzzy +msgid "Printer off-line." +msgstr "Manutenzione stampanti" -msgid "\tDefault pitch:\n" -msgstr "\tPasso predefinito:\n" +msgid "Printer:" +msgstr "Stampante:" -msgid "\tDefault page size:\n" -msgstr "\tDimensiona predefinita pagina:\n" +msgid "Printers" +msgstr "Stampanti" -msgid "\tDefault port settings:\n" -msgstr "\tImpostazioni predefinite porta:\n" +msgid "Purge Jobs" +msgstr "Elimina operazioni" -#, c-format -msgid "printer %s/%s is idle. enabled since %s\n" -msgstr "la stampante %s/%s è in attesa. abilitata da %s\n" +msgid "Quota limit reached." +msgstr "Limite di quota raggiunto." -#, c-format -msgid "printer %s/%s now printing %s-%d. enabled since %s\n" -msgstr "la stampante %s/%s sta stampando %s-%d. abilitata da %s\n" +msgid "Rank Owner Job File(s) Total Size\n" +msgstr "Posiz. Proprietario Operaz. File Dim. totali\n" -#, c-format -msgid "printer %s/%s disabled since %s -\n" -msgstr "la stampante %s/%s è disabilitata da %s -\n" +msgid "" +"Rank Owner Pri Job Files Total Size\n" +msgstr "Posiz. Proprietario Stamp. Operaz. File Dim. totali\n" -msgid "scheduler is running\n" -msgstr "il pianificatore è in esecuzione\n" +msgid "Reject Jobs" +msgstr "Scarta operazioni" -msgid "scheduler is not running\n" -msgstr "il pianificatore non è in esecuzione\n" +msgid "Resolution" +msgstr "Risoluzione" #, c-format -msgid "lpadmin: Unable to connect to server: %s\n" -msgstr "lpadmin: Impossibile connettersi al server: %s\n" +msgid "Running command: %s %s -N -A %s -c '%s'\n" +msgstr "Esecuzione del comando: %s %s -N -A %s -c '%s'\n" -msgid "" -"lpadmin: Unable to add a printer to the class:\n" -" You must specify a printer name first!\n" +msgid "Server Restarted" msgstr "" -"lpadmin: Impossibile aggiungere una stampante alla classe:\n" -" Devi specificare prima un nome di stampante!\n" - -msgid "lpadmin: Expected class name after '-c' option!\n" -msgstr "lpadmin: Atteso nome classe dopo l'opzione '-c'!\n" -msgid "lpadmin: Class name can only contain printable characters!\n" +msgid "Server Security Auditing" msgstr "" -"lpadmin: Il nome della classe può contenere solo caratteri stampabili!\n" - -msgid "lpadmin: Expected printer name after '-d' option!\n" -msgstr "lpadmin: Atteso nome stampante dopo l'opzione '-d'!\n" -msgid "lpadmin: Printer name can only contain printable characters!\n" +msgid "Server Started" msgstr "" -"lpadmin: Il nome della stampante può contenere solo caratteri stampabili!\n" -msgid "lpadmin: Expected hostname after '-h' option!\n" -msgstr "lpadmin: Atteso nome host dopo l'opzione '-h'!\n" - -msgid "" -"lpadmin: Unable to set the interface script:\n" -" You must specify a printer name first!\n" +msgid "Server Stopped" msgstr "" -"lpadmin: Impossibile impostare lo script di interfaccia:\n" -" Devi specificare prima un nome di stampante!\n" -msgid "lpadmin: Expected interface after '-i' option!\n" -msgstr "lpadmin: Attesa interfaccia dopo l'opzione '-i'!\n" +msgid "Set Allowed Users" +msgstr "Imposta utenti autorizzati" -msgid "" -"lpadmin: Unable to set the interface script or PPD file:\n" -" You must specify a printer name first!\n" -msgstr "" -"lpadmin: Impossibile impostare lo script di interfaccia o il file PPD:\n" -" Devi specificare prima un nome di stampante!\n" +msgid "Set As Default" +msgstr "Imposta come predefinita" -msgid "lpadmin: Expected model after '-m' option!\n" -msgstr "lpadmin: Atteso modello dopo l'opzione '-m'!\n" +msgid "Set Printer Options" +msgstr "Imposta opzioni stampante" -msgid "lpadmin: Expected name=value after '-o' option!\n" -msgstr "lpadmin: Atteso nome=valore dopo l'opzione '-o'!\n" +msgid "Set Publishing" +msgstr "Imposta pubblicazione" -msgid "lpadmin: Expected printer after '-p' option!\n" -msgstr "lpadmin: Attesa stampante dopo l'opzione '-p'!\n" +msgid "Start Class" +msgstr "Avvia classe" -msgid "" -"lpadmin: Unable to remove a printer from the class:\n" -" You must specify a printer name first!\n" -msgstr "" -"lpadmin: Impossibile rimuovere una stampante dalla classe:\n" -" Devi specificare prima un nome di stampante!\n" +msgid "Start Printer" +msgstr "Avvia stampante" -msgid "lpadmin: Expected class after '-r' option!\n" -msgstr "lpadmin: Attesa classe dopo l'opzione '-r'!\n" +msgid "Starting Banner" +msgstr "Banner iniziale" -msgid "lpadmin: Expected allow/deny:userlist after '-u' option!\n" -msgstr "lpadmin: Atteso allow/deny:userlist dopo l'opzione '-u'!\n" +msgid "Stop Class" +msgstr "Ferma classe" -#, c-format -msgid "lpadmin: Unknown allow/deny option \"%s\"!\n" -msgstr "lpadmin: Opzione allow/deny \"%s\" sconosciuta!\n" +msgid "Stop Printer" +msgstr "Ferma stampante" msgid "" -"lpadmin: Unable to set the device URI:\n" -" You must specify a printer name first!\n" +"The class name may only contain up to 127 printable characters and may not " +"contain spaces, slashes (/), or the pound sign (#)." msgstr "" -"lpadmin: Impossibile impostare l'URI di dispositivo:\n" -" Devi specificare prima un nome di stampante!\n" +"Il nome della classe può contenere fino a 127 caratteri stampabili e non può " +"contenere spazi, barre (/), o cancelletti (#)." -msgid "lpadmin: Expected device URI after '-v' option!\n" -msgstr "lpadmin: Atteso URI di dispositivo dopo l'opzione '-v'!\n" +msgid "" +"The notify-lease-duration attribute cannot be used with job subscriptions." +msgstr "" +"L'attributo notify-lease-duration non può essere usato con le sottoscrizioni " +"delle operazioni." -msgid "lpadmin: Expected printer or class after '-x' option!\n" -msgstr "lpadmin: Attesa stampante o classe dopo l'opzione '-x'!\n" +#, c-format +msgid "The notify-user-data value is too large (%d > 63 octets)!" +msgstr "Il valore notify-user-data è troppo grande (%d > 63 ottetti)!" msgid "" -"lpadmin: Unable to set the printer description:\n" -" You must specify a printer name first!\n" +"The printer name may only contain up to 127 printable characters and may not " +"contain spaces, slashes (/), or the pound sign (#)." msgstr "" -"lpadmin: Impossibile impostare la descrizione della stampante:\n" -" Devi specificare prima un nome di stampante!\n" +"Il nome della stampante può contenere fino a 127 caratteri stampabili e non " +"può contenere spazi, barre (/), o cancelletti (#)." -msgid "lpadmin: Expected description after '-D' option!\n" -msgstr "lpadmin: Attesa descrizione dopo l'opzione '-D'!\n" +msgid "The printer or class is not shared!" +msgstr "La stampante o la classe non è condivisa!" -msgid "lpadmin: Expected file type(s) after '-I' option!\n" -msgstr "lpadmin: Attesi tipi di file dopo l'opzione '-I'!\n" +msgid "The printer or class was not found." +msgstr "La stampante o la classe non è stata trovata." -msgid "lpadmin: Warning - content type list ignored!\n" -msgstr "lpadmin: Attenzione - elenco dei tipi di contenuto ignorato!\n" +#, c-format +msgid "The printer-uri \"%s\" contains invalid characters." +msgstr "printer-uri \"%s\" contiene caratteri non validi." + +msgid "The printer-uri attribute is required!" +msgstr "L'attributo printer-uri è richiesto!" msgid "" -"lpadmin: Unable to set the printer location:\n" -" You must specify a printer name first!\n" +"The printer-uri must be of the form \"ipp://HOSTNAME/classes/CLASSNAME\"." msgstr "" -"lpadmin: Impossibile impostare la posizione della stampante:\n" -" Devi specificare prima un nome di stampante!\n" - -msgid "lpadmin: Expected location after '-L' option!\n" -msgstr "lpadmin: Attesa posizione dopo l'opzione '-L'!\n" +"printer-uri deve essere nella forma \"ipp://NOMEHOST/classes/NOMECLASSE\"." msgid "" -"lpadmin: Unable to set the PPD file:\n" -" You must specify a printer name first!\n" +"The printer-uri must be of the form \"ipp://HOSTNAME/printers/PRINTERNAME\"." msgstr "" -"lpadmin: Impossibile impostare il file PPD:\n" -" Devi specificare prima un nome di stampante!\n" - -msgid "lpadmin: Expected PPD after '-P' option!\n" -msgstr "lpadmin: Atteso PPD dopo l'opzione '-P'!\n" - -#, c-format -msgid "lpadmin: Unknown option '%c'!\n" -msgstr "lpadmin: Opzione '%c' sconosciuta!\n" - -#, c-format -msgid "lpadmin: Unknown argument '%s'!\n" -msgstr "lpadmin: Argomento '%s' sconosciuto!\n" +"printer-uri deve essere nella forma \"ipp://NOMEHOST/printers/NOMESTAMPANTE" +"\"." +#, fuzzy msgid "" -"lpadmin: Unable to set the printer options:\n" -" You must specify a printer name first!\n" +"The subscription name may not contain spaces, slashes (/), question marks " +"(?), or the pound sign (#)." msgstr "" -"lpadmin: Impossibile impostare le opzioni della stampante:\n" -" Devi specificare prima un nome di stampante!\n" +"Il nome della classe può contenere fino a 127 caratteri stampabili e non può " +"contenere spazi, barre (/), o cancelletti (#)." -msgid "" -"Usage:\n" -"\n" -" lpadmin [-h server] -d destination\n" -" lpadmin [-h server] -x destination\n" -" lpadmin [-h server] -p printer [-c add-class] [-i interface] [-m model]\n" -" [-r remove-class] [-v device] [-D description]\n" -" [-P ppd-file] [-o name=value]\n" -" [-u allow:user,user] [-u deny:user,user]\n" -"\n" +msgid "Toner low." msgstr "" -"Uso:\n" -"\n" -" lpadmin [-h server] -d destinazione\n" -" lpadmin [-h server] -x destinazione\n" -" lpadmin [-h server] -p stampante [-c aggiungi-classe] [-i interfaccia] [-" -"m modello]\n" -" [-r rimuovi-classe] [-v dispositivo] [-D " -"descrizione]\n" -" [-P file-ppd] [-o nome=valore]\n" -" [-u allow:user,user] [-u deny:user,user]\n" -"\n" -#, c-format -msgid "lpadmin: Unable to create temporary file: %s\n" -msgstr "lpadmin: Impossibile creare il file temporaneo: %s\n" +msgid "Too many active jobs." +msgstr "Troppe operazioni attive." -#, c-format -msgid "lpadmin: Unable to open file \"%s\": %s\n" -msgstr "lpadmin: Impossibile aprire il file \"%s\": %s\n" +msgid "Unable to access cupsd.conf file:" +msgstr "Impossibile accedere al file cupsd.conf:" -#, c-format -msgid "lpadmin: add-printer (set model) failed: %s\n" -msgstr "lpadmin: add-printer (impostazione modello) fallito: %s\n" +#, fuzzy +msgid "Unable to add RSS subscription:" +msgstr "Impossibile aggiungere la stampante:" -#, c-format -msgid "lpadmin: add-printer (set description) failed: %s\n" -msgstr "lpadmin: add-printer (impostazione descrizione) fallito: %s\n" +msgid "Unable to add class:" +msgstr "Impossibile aggiungere la classe:" #, c-format -msgid "lpadmin: add-printer (set location) failed: %s\n" -msgstr "lpadmin: add-printer (impostazione posizione) fallito: %s\n" +msgid "Unable to add job for destination \"%s\"!" +msgstr "Impossibile aggiungere operazioni per la destinazione \"%s\"!" -#, c-format -msgid "lpadmin: Unable to create temporary file - %s\n" -msgstr "lpadmin: Impossibile creare il file temporaneo - %s\n" +msgid "Unable to add printer:" +msgstr "Impossibile aggiungere la stampante:" -#, c-format -msgid "lpadmin: Unable to open PPD file \"%s\" - %s\n" -msgstr "lpadmin: Impossibile aprire il file PPD \"%s\" - %s\n" +msgid "Unable to allocate memory for file types!" +msgstr "Impossibile allocare memoria per questo i tipi di file!" -#, c-format -msgid "lpadmin: %s failed: %s\n" -msgstr "lpadmin: %s fallito: %s\n" +#, fuzzy +msgid "Unable to cancel RSS subscription:" +msgstr "Impossibile cambiare la stampante:" -msgid "lp: Expected destination after -d option!\n" -msgstr "lp: Attesa destinazione dopo l'opzione -d\n" +msgid "Unable to change printer-is-shared attribute:" +msgstr "Impossibile cambiare l'attributo printer-is-shared:" -msgid "lp: Expected form after -f option!\n" -msgstr "lp: Atteso modulo dopo l'opzione -f!\n" +msgid "Unable to change printer:" +msgstr "Impossibile cambiare la stampante:" -msgid "lp: Expected hostname after -h option!\n" -msgstr "lp: Atteso nome host dopo l'opzione -h!\n" +msgid "Unable to change server settings:" +msgstr "Impossibile modificare le impostazioni del server:" -msgid "lp: Expected job ID after -i option!\n" -msgstr "lp: Atteso ID dell'operazione dopo l'opzione -i!\n" +#, c-format +msgid "Unable to copy CUPS printer driver files (%d)!" +msgstr "Impossibile copiare i file dei driver di stampa di CUPS (%d)!" -msgid "lp: Error - cannot print files and alter jobs simultaneously!\n" -msgstr "" -"lp: Errore- impossibile stampare file e modificare operazioni " -"simultaneamente!\n" +#, c-format +msgid "Unable to copy PPD file - %s!" +msgstr "Impossibile copiare il file PPD - %s!" -msgid "lp: Error - bad job ID!\n" -msgstr "lp: Errore - ID dell'operazione errato!\n" +msgid "Unable to copy PPD file!" +msgstr "Impossibile copiare il file PPD!" -msgid "lp: Expected copies after -n option!\n" -msgstr "lp: Attese copie dopo l'opzione -n!\n" +#, c-format +msgid "Unable to copy Windows 2000 printer driver files (%d)!" +msgstr "Impossibile copiare i file dei driver di stampa di Windows 2000 (%d)!" -msgid "lp: Expected option string after -o option!\n" -msgstr "lp: Attesa stringa di opzione dopo l'opzione -o!\n" +#, c-format +msgid "Unable to copy Windows 9x printer driver files (%d)!" +msgstr "Impossibile copiare i file dei driver di stampa di Windows 9x (%d)!" #, c-format -msgid "lp: Expected priority after -%c option!\n" -msgstr "lp: Attesa priorità dopo l'opzione -%c!\n" +msgid "Unable to copy interface script - %s!" +msgstr "Impossibile copiare lo script di interfaccia - %s!" + +msgid "Unable to create temporary file:" +msgstr "Impossibile creare il file temporaneo:" -msgid "lp: Priority must be between 1 and 100.\n" -msgstr "lp: La priorità deve essere tra 1 e 100.\n" +msgid "Unable to delete class:" +msgstr "Impossibile eliminare la classe:" -msgid "lp: Expected title after -t option!\n" -msgstr "lp: Atteso titolo dopo l'opzione -t!\n" +msgid "Unable to delete printer:" +msgstr "Impossibile eliminare la stampante:" -msgid "lp: Expected mode list after -y option!\n" -msgstr "lp: Atteso elenco modalità dopo l'opzione -y!\n" +msgid "Unable to edit cupsd.conf files larger than 1MB!" +msgstr "Impossibile modificare file cupsd.conf più grandi di 1MB!" -msgid "lp: Warning - mode option ignored!\n" -msgstr "lp: Attenzione - opzione della modalità ignorata!\n" +msgid "Unable to find destination for job!" +msgstr "Impossibile trovare una destinazione per l'operazione!" -msgid "lp: Expected hold name after -H option!\n" -msgstr "lp: Atteso nome di blocco dopo l'opzione -H!\n" +msgid "Unable to get PPD file!" +msgstr "Impossibile ottenete il file PPD!" -msgid "lp: Need job ID (-i) before \"-H restart\"!\n" -msgstr "lp: Usare l'ID dell'operazione (-i) prima di \"-H restart\"!\n" +msgid "Unable to get class list:" +msgstr "Impossibile ottenere l'elenco delle classi:" -msgid "lp: Expected page list after -P option!\n" -msgstr "lp: Atteso elenco pagine dopo l'opzione -P!\n" +msgid "Unable to get class status:" +msgstr "Impossibile ottenere lo stato della classe:" -msgid "lp: Expected character set after -S option!\n" -msgstr "lp: Atteso set di caratteri dopo l'opzione -S!\n" +msgid "Unable to get list of printer drivers:" +msgstr "Impossibile ottenere l'elenco dei driver della stampante:" -msgid "lp: Warning - character set option ignored!\n" -msgstr "lp: Attenzione - opzione del set di caratteri ignorata!\n" +msgid "Unable to get printer attributes:" +msgstr "Impossibile ottenere gli attributi della stampante:" -msgid "lp: Expected content type after -T option!\n" -msgstr "lp: Atteso tipo di contenuto dopo l'opzione -T!\n" +msgid "Unable to get printer list:" +msgstr "Impossibile ottenere l'elenco delle stampanti:" -msgid "lp: Warning - content type option ignored!\n" -msgstr "lp: Attenzione - opzione del tipo di contenuto ignorata!\n" +msgid "Unable to get printer status:" +msgstr "Impossibile ottenere lo stato della stampante:" #, c-format -msgid "lp: Unknown option '%c'!\n" -msgstr "lp: Opzione '%c' sconosciuta!\n" - -msgid "" -"lp: Error - cannot print from stdin if files or a job ID are provided!\n" +msgid "Unable to install Windows 2000 printer driver files (%d)!" msgstr "" -"lp: Errore - impossibile stampare da stdin senza file o ID dell'operazione!\n" +"Impossibile installare i file dei driver di stampa di Windows 2000 (%d)!" #, c-format -msgid "lp: Unable to access \"%s\" - %s\n" -msgstr "lp: Impossibile accedere a \"%s\" - %s\n" +msgid "Unable to install Windows 9x printer driver files (%d)!" +msgstr "Impossibile installare i file dei driver di stampa di Windows 9x (%d)!" -#, c-format -msgid "lp: Too many files - \"%s\"\n" -msgstr "lp: Troppi file - \"%s\"\n" +msgid "Unable to modify class:" +msgstr "Impossibile modificare la classe:" -msgid "lp: error - no default destination available.\n" -msgstr "lp: errore - nessuna destinazione predefinita disponibile.\n" +msgid "Unable to modify printer:" +msgstr "Impossibile modificare la stampante:" -msgid "lp: error - scheduler not responding!\n" -msgstr "lp: errore - il pianificatore di operazioni non risponde!\n" +msgid "Unable to move job" +msgstr "Impossibile spostare l'operazione" -#, c-format -msgid "lp: unable to create temporary file \"%s\" - %s\n" -msgstr "lp: impossibile creare il file temporaneo \"%s\" - %s\n" +msgid "Unable to move jobs" +msgstr "Impossibile spostare le operazioni" -#, c-format -msgid "lp: error - unable to write to temporary file \"%s\" - %s\n" -msgstr "lp: errore - impossibile scrivere il file temporaneo \"%s\" - %s\n" +msgid "Unable to open PPD file" +msgstr "Impossibile aprire il file PPD" -msgid "lp: stdin is empty, so no job has been sent.\n" -msgstr "lp: stdin è vuoto, nessuna operazione è stata inviata.\n" +msgid "Unable to open PPD file:" +msgstr "Impossibile aprire il file PPD:" -#, c-format -msgid "lp: unable to print file: %s\n" -msgstr "lp: impossibile stampare il file: %s\n" +msgid "Unable to open cupsd.conf file:" +msgstr "Impossibile aprire il file cupsd.conf:" -#, c-format -msgid "request id is %s-%d (%d file(s))\n" -msgstr "l'id richiesto è %s-%d (%d file)\n" +msgid "Unable to print test page:" +msgstr "Impossibile stampare la pagina di prova:" -#, c-format -msgid "lp: restart-job failed: %s\n" -msgstr "lp: restart-job fallito: %s\n" +#, fuzzy, c-format +msgid "Unable to run \"%s\": %s\n" +msgstr "cupsaddsmb: Impossibile eseguire \"%s\": %s\n" -#, c-format -msgid "lp: set-job-attributes failed: %s\n" -msgstr "lp: set-job-attributes fallito: %s\n" +msgid "Unable to send maintenance job:" +msgstr "Impossibile inviare il comando di manutenzione:" -#, c-format -msgid "lpinfo: Unable to connect to server: %s\n" -msgstr "lpinfo: Impossibile connettersi al server: %s\n" +#, fuzzy, c-format +msgid "Unable to set Windows printer driver (%d)!" +msgstr "Impossibile configurare il driver di stampa di Windows (%d)!\n" -#, c-format -msgid "lpinfo: Unknown option '%c'!\n" -msgstr "lpinfo: Opzione '%c' sconosciuta!\n" +msgid "Unable to set options:" +msgstr "Impossibile impostare le opzioni:" + +msgid "Unable to upload cupsd.conf file:" +msgstr "Impossibile caricare il file cupsd.conf:" + +msgid "Unknown" +msgstr "Sconosciuto" + +#, fuzzy, c-format +msgid "Unknown printer error (%s)!" +msgstr "printer-error-policy \"%s\" sconosciuto." #, c-format -msgid "lpinfo: Unknown argument '%s'!\n" -msgstr "lpinfo: Argomento '%s' sconosciuto!\n" +msgid "Unknown printer-error-policy \"%s\"." +msgstr "printer-error-policy \"%s\" sconosciuto." #, c-format -msgid "lpinfo: cups-get-devices failed: %s\n" -msgstr "lpinfo: cups-get-devices fallito: %s\n" +msgid "Unknown printer-op-policy \"%s\"." +msgstr "printer-op-policy \"%s\" sconosciuto." #, c-format -msgid "" -"Device: uri = %s\n" -" class = %s\n" -" info = %s\n" -" make-and-model = %s\n" -msgstr "" -"Dispositivo: uri = %s\n" -" class = %s\n" -" info = %s\n" -" make-and-model = %s\n" +msgid "Unsupported compression \"%s\"!" +msgstr "Compressione \"%s\" non supportata!" #, c-format -msgid "lpinfo: cups-get-ppds failed: %s\n" -msgstr "lpinfo: cups-get-ppds fallito: %s\n" +msgid "Unsupported compression attribute %s!" +msgstr "Attributo di compressione %s non supportato!" #, c-format -msgid "" -"Model: name = %s\n" -" natural_language = %s\n" -" make-and-model = %s\n" -msgstr "" -"Modello: name = %s\n" -" natural_language = %s\n" -" make-and-model = %s\n" +msgid "Unsupported format \"%s\"!" +msgstr "Formato \"%s\" non supportato!" #, c-format -msgid "lpmove: Unknown option '%c'!\n" -msgstr "lpmove: Opzione '%c' sconosciuta!\n" +msgid "Unsupported format '%s'!" +msgstr "Formato '%s' non supportato!" #, c-format -msgid "lpmove: Unknown argument '%s'!\n" -msgstr "lpmove: Argomento '%s' sconosciuto!\n" +msgid "Unsupported format '%s/%s'!" +msgstr "Formato '%s/%s' non supportato!" -msgid "Usage: lpmove job dest\n" -msgstr "Uso: lpmove operazione destinazione\n" +msgid "" +"Usage:\n" +"\n" +" lpadmin [-h server] -d destination\n" +" lpadmin [-h server] -x destination\n" +" lpadmin [-h server] -p printer [-c add-class] [-i interface] [-m model]\n" +" [-r remove-class] [-v device] [-D description]\n" +" [-P ppd-file] [-o name=value]\n" +" [-u allow:user,user] [-u deny:user,user]\n" +"\n" +msgstr "" +"Uso:\n" +"\n" +" lpadmin [-h server] -d destinazione\n" +" lpadmin [-h server] -x destinazione\n" +" lpadmin [-h server] -p stampante [-c aggiungi-classe] [-i interfaccia] [-" +"m modello]\n" +" [-r rimuovi-classe] [-v dispositivo] [-D " +"descrizione]\n" +" [-P file-ppd] [-o nome=valore]\n" +" [-u allow:user,user] [-u deny:user,user]\n" +"\n" #, c-format -msgid "lpmove: Unable to connect to server: %s\n" -msgstr "lpmove: Impossibile connettersi al server: %s\n" +msgid "Usage: %s job-id user title copies options [file]\n" +msgstr "" #, c-format -msgid "lpmove: move-job failed: %s\n" -msgstr "lpmove: move-job fallito: %s\n" +msgid "Usage: %s job-id user title copies options file\n" +msgstr "" -msgid "lpoptions: Unknown printer or class!\n" -msgstr "lpoptions: Stampante o classe sconosciuta!\n" +msgid "" +"Usage: cupsaddsmb [options] printer1 ... printerN\n" +" cupsaddsmb [options] -a\n" +"\n" +"Options:\n" +" -E Encrypt the connection to the server\n" +" -H samba-server Use the named SAMBA server\n" +" -U samba-user Authenticate using the named SAMBA user\n" +" -a Export all printers\n" +" -h cups-server Use the named CUPS server\n" +" -v Be verbose (show commands)\n" +msgstr "" +"Uso: cupsaddsmb [opzioni] stampante1 ... stampanteN\n" +" cupsaddsmb [opzioni] -a\n" +"\n" +"Opzioni:\n" +" -E Cifra la connessione al server\n" +" -H samba-server Usa il server SAMBA specificato\n" +" -U samba-user Autenticazione usando l'utente SAMBA specificato\n" +" -a Esporta tutte le stampanti\n" +" -h cups-server Usa il server CUPS specificato\n" +" -v Prolisso (mostra comandi)\n" -msgid "lpoptions: No printers!?!\n" -msgstr "lpoptions: Nessuna stampante!?!\n" +msgid "" +"Usage: cupsd [-c config-file] [-f] [-F] [-h] [-l]\n" +"\n" +"-c config-file Load alternate configuration file\n" +"-f Run in the foreground\n" +"-F Run in the foreground but detach\n" +"-h Show this usage message\n" +"-l Run cupsd from launchd(8)\n" +msgstr "" +"Uso: cupsd [-c config-file] [-f] [-F] [-h] [-l]\n" +"\n" +"-c config-file Carica file di configurazione alternativo\n" +"-f Esegui in primo piano\n" +"-F Esegui in primo piano, ma sganciato\n" +"-h Mostra questo messaggio di aiuto\n" +"-l Esegui cupsd da launchd(8)\n" -#, c-format -msgid "lpoptions: Unable to add printer or instance: %s\n" -msgstr "lpoptions: Impossibile aggiungere una stampante o un'istanza: %s\n" +msgid "" +"Usage: cupstestdsc [options] filename.ps [... filename.ps]\n" +" cupstestdsc [options] -\n" +"\n" +"Options:\n" +"\n" +" -h Show program usage\n" +"\n" +" Note: this program only validates the DSC comments, not the PostScript " +"itself.\n" +msgstr "" +"Uso: cupstestdsc [opzioni] nomefile.ps [... nomefile.ps]\n" +" cupstestdsc [opzioni] -\n" +"\n" +"Opzioni:\n" +"\n" +" -h Mostra l'utilizzo del programma\n" +"\n" +" Nota: questo programma valida solo i commenti DSC, non il PostScript " +"stesso.\n" -#, c-format -msgid "lpoptions: Destination %s has no PPD file!\n" -msgstr "lpoptions: La destinazione %s non ha file PPD!\n" +msgid "" +"Usage: cupstestppd [-q] [-r] [-v[v]] filename1.ppd[.gz] [... filenameN.ppd[." +"gz]]\n" +" program | cupstestppd [-q] [-r] [-v[v]] -\n" +msgstr "" +"Uso: cupstestppd [-q] [-r] [-v[v]] nomefile1.ppd[.gz] [... nomefileN.ppd[." +"gz]]\n" +" programma | cupstestppd [-q] [-r] [-v[v]] -\n" -#, c-format -msgid "lpoptions: Unable to open PPD file for %s!\n" -msgstr "lpoptions: Impossibile aprire il file PPD per %s!\n" +msgid "Usage: lpmove job/src dest\n" +msgstr "Usage: lpmove operazione/fonte destinazione\n" msgid "" "Usage: lpoptions [-h server] [-E] -d printer\n" @@ -1821,64 +2489,6 @@ msgstr "" " lpoptions [-h server] [-E] -p stampante -o opzione[=valore] ...\n" " lpoptions [-h server] [-E] -x stampante\n" -msgid "lppasswd: Only root can add or delete passwords!\n" -msgstr "lppasswd: Solo root può aggiungere o eliminare le password!\n" - -msgid "Enter old password:" -msgstr "Inserisci la vecchia password:" - -#, c-format -msgid "lppasswd: Unable to copy password string: %s\n" -msgstr "lppasswd: Impossibile copiare la stringa della password: %s\n" - -msgid "Enter password:" -msgstr "Inserisci la password:" - -msgid "Enter password again:" -msgstr "Inserisci ancora la password:" - -msgid "lppasswd: Sorry, passwords don't match!\n" -msgstr "lppasswd: Spiacente, le password non corrispondono!\n" - -msgid "" -"lppasswd: Sorry, password rejected.\n" -"Your password must be at least 6 characters long, cannot contain\n" -"your username, and must contain at least one letter and number.\n" -msgstr "" -"lppasswd: Spiacente, password rifiutata.\n" -"La password deve essere lunga almeno 6 caratteri, non può contenere\n" -"il nome utente, e deve contenere almeno una lettera e un numero.\n" - -msgid "lppasswd: Password file busy!\n" -msgstr "lppasswd: Il file delle password è occupato!\n" - -#, c-format -msgid "lppasswd: Unable to open password file: %s\n" -msgstr "lppasswd: Impossibile aprire il file delle password: %s\n" - -#, c-format -msgid "lppasswd: Unable to write to password file: %s\n" -msgstr "lppasswd: Impossibile scrivere il file delle password: %s\n" - -#, c-format -msgid "lppasswd: user \"%s\" and group \"%s\" do not exist.\n" -msgstr "lppasswd: l'utente \"%s\" e il gruppo \"%s\" non esistono.\n" - -msgid "lppasswd: Sorry, password doesn't match!\n" -msgstr "lppasswd: Spiacente, la password non corrisponde!\n" - -msgid "lppasswd: Password file not updated!\n" -msgstr "lppasswd: File delle password non aggiornato!\n" - -#, c-format -msgid "lppasswd: failed to backup old password file: %s\n" -msgstr "" -"lppasswd: copia di sicurezza del vecchio file delle password fallita: %s\n" - -#, c-format -msgid "lppasswd: failed to rename password file: %s\n" -msgstr "lppasswd: rinomina del file delle password fallita: %s\n" - msgid "Usage: lppasswd [-g groupname]\n" msgstr "Uso: lppasswd [-g nomegruppo]\n" @@ -1891,1124 +2501,1103 @@ msgstr "" " lppasswd [-g nomegruppo] -a [nomeutente]\n" " lppasswd [-g nomegruppo] -x [nomeutente]\n" -msgid "Start Printer" -msgstr "Avvia stampante" - -msgid "Stop Printer" -msgstr "Ferma stampante" - -msgid "Start Class" -msgstr "Avvia classe" - -msgid "Stop Class" -msgstr "Ferma classe" - -msgid "Accept Jobs" -msgstr "Accetta operazioni" +msgid "" +"Usage: lpq [-P dest] [-U username] [-h hostname[:port]] [-l] [+interval]\n" +msgstr "" +"Uso: lpq [-P dest] [-U nomeutente] [-h nomehost[:porta]] [-l] [+intervallo]\n" -msgid "Reject Jobs" -msgstr "Scarta operazioni" +msgid "Usage: snmp [host-or-ip-address]\n" +msgstr "" -msgid "Purge Jobs" -msgstr "Elimina operazioni" +#, fuzzy, c-format +msgid "WARNING: Boolean expected for waiteof option \"%s\"\n" +msgstr "lp: Atteso modulo dopo l'opzione -f!\n" -msgid "Set As Default" -msgstr "Imposta come predefinita" +msgid "WARNING: Couldn't create read channel\n" +msgstr "" -msgid "Administration" -msgstr "Amministrazione" +msgid "WARNING: Couldn't create sidechannel thread!\n" +msgstr "" -msgid "Modify Class" -msgstr "Modifica classe" +msgid "WARNING: Failed to read side-channel request!\n" +msgstr "" -msgid "Add Class" -msgstr "Aggiungi classe" +#, c-format +msgid "WARNING: Option \"%s\" cannot be included via IncludeFeature!\n" +msgstr "" +#, c-format msgid "" -"The class name may only contain up to 127 printable characters and may not " -"contain spaces, slashes (/), or the pound sign (#)." +"WARNING: Remote host did not respond with command status byte after %d " +"seconds!\n" msgstr "" -"Il nome della classe può contenere fino a 127 caratteri stampabili e non può " -"contenere spazi, barre (/), o cancelletti (#)." - -msgid "Unable to modify class:" -msgstr "Impossibile modificare la classe:" - -msgid "Unable to add class:" -msgstr "Impossibile aggiungere la classe:" - -msgid "Modify Printer" -msgstr "Modifica stampante" - -msgid "Add Printer" -msgstr "Aggiungi stampante" +#, c-format msgid "" -"The printer name may only contain up to 127 printable characters and may not " -"contain spaces, slashes (/), or the pound sign (#)." +"WARNING: Remote host did not respond with control status byte after %d " +"seconds!\n" msgstr "" -"Il nome della stampante può contenere fino a 127 caratteri stampabili e non " -"può contenere spazi, barre (/), o cancelletti (#)." - -msgid "Unable to get list of printer drivers:" -msgstr "Impossibile ottenere l'elenco dei driver della stampante:" - -msgid "Unable to modify printer:" -msgstr "Impossibile modificare la stampante:" - -msgid "Unable to add printer:" -msgstr "Impossibile aggiungere la stampante:" -msgid "Set Printer Options" -msgstr "Imposta opzioni stampante" - -msgid "Missing form variable!" -msgstr "Variabile modulo mancante" - -msgid "Unable to get PPD file!" -msgstr "Impossibile ottenete il file PPD!" +#, c-format +msgid "" +"WARNING: Remote host did not respond with data status byte after %d " +"seconds!\n" +msgstr "" -msgid "Unable to open PPD file:" -msgstr "Impossibile aprire il file PPD:" +#, c-format +msgid "WARNING: SCSI command timed out (%d); retrying...\n" +msgstr "" -msgid "Banners" -msgstr "Banner" +msgid "" +"WARNING: This document does not conform to the Adobe Document Structuring " +"Conventions and may not print correctly!\n" +msgstr "" -msgid "Starting Banner" -msgstr "Banner iniziale" +#, fuzzy, c-format +msgid "WARNING: Unknown choice \"%s\" for option \"%s\"!\n" +msgstr "%s: Destinazione \"%s\" sconosciuta!\n" -msgid "Ending Banner" -msgstr "Banner finale" +#, fuzzy, c-format +msgid "WARNING: Unknown option \"%s\"!\n" +msgstr "%s: Opzione '%c' sconosciuta!\n" -msgid "Policies" -msgstr "Regole" +#, fuzzy, c-format +msgid "WARNING: Unsupported baud rate %s!\n" +msgstr "Formato '%s' non supportato!" -msgid "Error Policy" -msgstr "Regola di errore" +#, c-format +msgid "" +"WARNING: recoverable: Network host '%s' is busy; will retry in %d " +"seconds...\n" +msgstr "" -msgid "Operation Policy" -msgstr "Regola operativa" +msgid "Warning, no Windows 2000 printer drivers are installed!" +msgstr "Attenzione, nessun driver di stampa Windows 2000 è installato!" -msgid "PS Binary Protocol" -msgstr "Protocollo binario PS" +msgid "Yes" +msgstr "Sì" -msgid "None" -msgstr "Nessuno" +#, c-format +msgid "" +"You must access this page using the URL https://%" +"s:%d%s." +msgstr "" +"Devi accedere a questa pagina usando l'URL https://%s:%d%s." -msgid "Unable to set options:" -msgstr "Impossibile impostare le opzioni:" +msgid "aborted" +msgstr "interrotto" -msgid "Change Settings" -msgstr "Modifica impostazioni" +msgid "canceled" +msgstr "annullato" -msgid "Unable to change server settings:" -msgstr "Impossibile modificare le impostazioni del server:" +msgid "completed" +msgstr "completato" -msgid "Unable to upload cupsd.conf file:" -msgstr "Impossibile caricare il file cupsd.conf:" +msgid "cups-deviced failed to execute." +msgstr "esecuzione di cups-deviced fallita." -msgid "Edit Configuration File" -msgstr "Modifica file di configurazione" +msgid "cups-driverd failed to execute." +msgstr "esecuzione di cups-driverd fallita." -msgid "Unable to create temporary file:" -msgstr "Impossibile creare il file temporaneo:" +#, c-format +msgid "cupsaddsmb: No PPD file for printer \"%s\" - %s\n" +msgstr "cupsaddsmb: Nessun file PPD per la stampante \"%s\" - %s\n" -msgid "Unable to access cupsd.conf file:" -msgstr "Impossibile accedere al file cupsd.conf:" +msgid "cupsd: Expected config filename after \"-c\" option!\n" +msgstr "cupsd: Atteso nome file di configurazione dopo l'opzione \"-c\"!\n" -msgid "Unable to edit cupsd.conf files larger than 1MB!" -msgstr "Impossibile modificare file cupsd.conf più grandi di 1MB!" +#, c-format +msgid "cupsd: Unknown argument \"%s\" - aborting!\n" +msgstr "cupsd: Argomento \"%s\" sconosciuto - interruzione!\n" -msgid "Delete Class" -msgstr "Elimina classe" +#, c-format +msgid "cupsd: Unknown option \"%c\" - aborting!\n" +msgstr "cupsd: Opzione \"%c\" sconosciuta - interruzione!\n" -msgid "Unable to delete class:" -msgstr "Impossibile eliminare la classe:" +msgid "cupsd: launchd(8) support not compiled in, running in normal mode.\n" +msgstr "" +"cupsd: supporto launchd(8) non compilato, esecuzione in modalità normale.\n" -msgid "Delete Printer" -msgstr "Elimina stampante" +msgid "cupstestppd: The -q option is incompatible with the -v option.\n" +msgstr "cupstestppd: L'opzione -q è incompatibile con l'opzione -v.\n" -msgid "Unable to delete printer:" -msgstr "Impossibile eliminare la stampante:" +msgid "cupstestppd: The -v option is incompatible with the -q option.\n" +msgstr "cupstestppd: L'opzione -v è incompatibile con l'opzione -q.\n" -msgid "Export Printers to Samba" -msgstr "Esporta stampanti a Samba" +#, c-format +msgid "device for %s/%s: %s\n" +msgstr "dispositivo per %s/%s: %s\n" -msgid "Unable to fork process!" -msgstr "Impossibile biforcare il processo!" +#, c-format +msgid "device for %s: %s\n" +msgstr "dispositivo per %s: %s\n" -msgid "Unable to connect to server!" -msgstr "Impossibile connettersi al server!" +msgid "held" +msgstr "bloccato" -msgid "Unable to get printer attributes!" -msgstr "Impossibile ottenere gli attributi della stampante!" +msgid "help\t\tget help on commands\n" +msgstr "help\t\tguida dei comandi\n" -msgid "Unable to convert PPD file!" -msgstr "Impossibile convertire il file PPD!" +msgid "idle" +msgstr "in attesa" -msgid "Unable to copy Windows 2000 printer driver files!" -msgstr "Impossibile copiare i file dei driver di stampa di Windows 2000!" +msgid "job-printer-uri attribute missing!" +msgstr "attributo job-printer-uri mancante!" -msgid "Unable to install Windows 2000 printer driver files!" -msgstr "Impossibile installare i file dei driver di stampa di Windows 2000!" +msgid "lpadmin: Class name can only contain printable characters!\n" +msgstr "" +"lpadmin: Il nome della classe può contenere solo caratteri stampabili!\n" -msgid "Unable to copy Windows 9x printer driver files!" -msgstr "Impossibile copiare i file dei driver di stampa di Windows 9x!" +msgid "lpadmin: Expected PPD after '-P' option!\n" +msgstr "lpadmin: Atteso PPD dopo l'opzione '-P'!\n" -msgid "Unable to install Windows 9x printer driver files!" -msgstr "Impossibile installare i file dei driver di stampa di Windows 9x!" +msgid "lpadmin: Expected allow/deny:userlist after '-u' option!\n" +msgstr "lpadmin: Atteso allow/deny:userlist dopo l'opzione '-u'!\n" -msgid "Unable to set Windows printer driver!" -msgstr "Impossibile configurare il driver di stampa di Windows!" +msgid "lpadmin: Expected class after '-r' option!\n" +msgstr "lpadmin: Attesa classe dopo l'opzione '-r'!\n" -msgid "No printer drivers found!" -msgstr "Nessun driver di stampa trovato!" +msgid "lpadmin: Expected class name after '-c' option!\n" +msgstr "lpadmin: Atteso nome classe dopo l'opzione '-c'!\n" -msgid "Unable to execute cupsaddsmb command!" -msgstr "Impossibile eseguire il comando cupsaddsmb!" +msgid "lpadmin: Expected description after '-D' option!\n" +msgstr "lpadmin: Attesa descrizione dopo l'opzione '-D'!\n" -#, c-format -msgid "cupsaddsmb failed with status %d" -msgstr "cupsaddsmb fallito con stato %d" +msgid "lpadmin: Expected device URI after '-v' option!\n" +msgstr "lpadmin: Atteso URI di dispositivo dopo l'opzione '-v'!\n" -#, c-format -msgid "cupsaddsmb crashed on signal %d" -msgstr "cupsaddsmb è andato in crash con segnale %d" +msgid "lpadmin: Expected file type(s) after '-I' option!\n" +msgstr "lpadmin: Attesi tipi di file dopo l'opzione '-I'!\n" -msgid "A Samba username is required to export printer drivers!" -msgstr "È richiesto un nome utente Samba per esportare i driver di stampa!" +msgid "lpadmin: Expected hostname after '-h' option!\n" +msgstr "lpadmin: Atteso nome host dopo l'opzione '-h'!\n" -msgid "A Samba password is required to export printer drivers!" -msgstr "È richiesta una password Samba per esportare i driver di stampa!" +msgid "lpadmin: Expected interface after '-i' option!\n" +msgstr "lpadmin: Attesa interfaccia dopo l'opzione '-i'!\n" -msgid "Unable to open cupsd.conf file:" -msgstr "Impossibile aprire il file cupsd.conf:" +msgid "lpadmin: Expected location after '-L' option!\n" +msgstr "lpadmin: Attesa posizione dopo l'opzione '-L'!\n" -msgid "Unable to change printer:" -msgstr "Impossibile cambiare la stampante:" +msgid "lpadmin: Expected model after '-m' option!\n" +msgstr "lpadmin: Atteso modello dopo l'opzione '-m'!\n" -msgid "Set Allowed Users" -msgstr "Imposta utenti autorizzati" +msgid "lpadmin: Expected name=value after '-o' option!\n" +msgstr "lpadmin: Atteso nome=valore dopo l'opzione '-o'!\n" -msgid "Unable to get printer attributes:" -msgstr "Impossibile ottenere gli attributi della stampante:" +msgid "lpadmin: Expected printer after '-p' option!\n" +msgstr "lpadmin: Attesa stampante dopo l'opzione '-p'!\n" -msgid "Set Publishing" -msgstr "Imposta pubblicazione" +msgid "lpadmin: Expected printer name after '-d' option!\n" +msgstr "lpadmin: Atteso nome stampante dopo l'opzione '-d'!\n" -msgid "Unable to change printer-is-shared attribute:" -msgstr "Impossibile cambiare l'attributo printer-is-shared:" +msgid "lpadmin: Expected printer or class after '-x' option!\n" +msgstr "lpadmin: Attesa stampante o classe dopo l'opzione '-x'!\n" -msgid "Classes" -msgstr "Classi" +msgid "lpadmin: No member names were seen!\n" +msgstr "lpadmin: Nessun nome di membri trovato!\n" -msgid "Unable to get class list:" -msgstr "Impossibile ottenere l'elenco delle classi:" +#, c-format +msgid "lpadmin: Printer %s is already a member of class %s.\n" +msgstr "lpadmin: La stampante %s è già un membro della classe %s.\n" -msgid "Unable to get class status:" -msgstr "Impossibile ottenere lo stato della classe:" +#, c-format +msgid "lpadmin: Printer %s is not a member of class %s.\n" +msgstr "lpadmin: La stampante %s non è un membro della classe %s.\n" -msgid "Move Job" -msgstr "Sposta operazione" +msgid "lpadmin: Printer name can only contain printable characters!\n" +msgstr "" +"lpadmin: Il nome della stampante può contenere solo caratteri stampabili!\n" -msgid "Unable to find destination for job!" -msgstr "Impossibile trovare una destinazione per l'operazione!" +msgid "" +"lpadmin: Unable to add a printer to the class:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Impossibile aggiungere una stampante alla classe:\n" +" Devi specificare prima un nome di stampante!\n" -msgid "Move All Jobs" -msgstr "Sposta tutte le operazioni" +#, c-format +msgid "lpadmin: Unable to connect to server: %s\n" +msgstr "lpadmin: Impossibile connettersi al server: %s\n" -msgid "Unable to move job" -msgstr "Impossibile spostare l'operazione" +#, c-format +msgid "lpadmin: Unable to create temporary file - %s\n" +msgstr "lpadmin: Impossibile creare il file temporaneo - %s\n" -msgid "Unable to move jobs" -msgstr "Impossibile spostare le operazioni" +#, c-format +msgid "lpadmin: Unable to create temporary file: %s\n" +msgstr "lpadmin: Impossibile creare il file temporaneo: %s\n" -msgid "Print Test Page" -msgstr "Stampa pagina di prova" +#, c-format +msgid "lpadmin: Unable to open PPD file \"%s\" - %s\n" +msgstr "lpadmin: Impossibile aprire il file PPD \"%s\" - %s\n" -msgid "Unable to print test page:" -msgstr "Impossibile stampare la pagina di prova:" +#, c-format +msgid "lpadmin: Unable to open file \"%s\": %s\n" +msgstr "lpadmin: Impossibile aprire il file \"%s\": %s\n" -msgid "Jobs" -msgstr "Operazioni" +msgid "" +"lpadmin: Unable to remove a printer from the class:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Impossibile rimuovere una stampante dalla classe:\n" +" Devi specificare prima un nome di stampante!\n" -msgid "Job operation failed:" -msgstr "Operazione fallita:" +msgid "" +"lpadmin: Unable to set the PPD file:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Impossibile impostare il file PPD:\n" +" Devi specificare prima un nome di stampante!\n" -msgid "Printers" -msgstr "Stampanti" +msgid "" +"lpadmin: Unable to set the device URI:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Impossibile impostare l'URI di dispositivo:\n" +" Devi specificare prima un nome di stampante!\n" -msgid "Unable to get printer list:" -msgstr "Impossibile ottenere l'elenco delle stampanti:" +msgid "" +"lpadmin: Unable to set the interface script or PPD file:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Impossibile impostare lo script di interfaccia o il file PPD:\n" +" Devi specificare prima un nome di stampante!\n" -msgid "Unable to get printer status:" -msgstr "Impossibile ottenere lo stato della stampante:" +msgid "" +"lpadmin: Unable to set the interface script:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Impossibile impostare lo script di interfaccia:\n" +" Devi specificare prima un nome di stampante!\n" -msgid "OK" -msgstr "OK" +msgid "" +"lpadmin: Unable to set the printer description:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Impossibile impostare la descrizione della stampante:\n" +" Devi specificare prima un nome di stampante!\n" -msgid "Unable to open PPD file" -msgstr "Impossibile aprire il file PPD" +msgid "" +"lpadmin: Unable to set the printer location:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Impossibile impostare la posizione della stampante:\n" +" Devi specificare prima un nome di stampante!\n" -msgid "NULL PPD file pointer" -msgstr "Puntatore NULL al file PPD" +msgid "" +"lpadmin: Unable to set the printer options:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Impossibile impostare le opzioni della stampante:\n" +" Devi specificare prima un nome di stampante!\n" -msgid "Memory allocation error" -msgstr "Errore di allocazione della memoria" +#, c-format +msgid "lpadmin: Unknown allow/deny option \"%s\"!\n" +msgstr "lpadmin: Opzione allow/deny \"%s\" sconosciuta!\n" -msgid "Missing PPD-Adobe-4.x header" -msgstr "Intestazione PPD-Adobe-4.x mancante" +#, c-format +msgid "lpadmin: Unknown argument '%s'!\n" +msgstr "lpadmin: Argomento '%s' sconosciuto!\n" -msgid "Missing value string" -msgstr "Stringa di valore mancante" +#, c-format +msgid "lpadmin: Unknown option '%c'!\n" +msgstr "lpadmin: Opzione '%c' sconosciuta!\n" -msgid "Internal error" -msgstr "Errore interno" +msgid "lpadmin: Warning - content type list ignored!\n" +msgstr "lpadmin: Attenzione - elenco dei tipi di contenuto ignorato!\n" -msgid "Bad OpenGroup" -msgstr "OpenGroup errato" +msgid "lpc> " +msgstr "lpc> " -msgid "OpenGroup without a CloseGroup first" -msgstr "OpenGroup senza un precedente CloseGroup" +#, c-format +msgid "lpinfo: Unable to connect to server: %s\n" +msgstr "lpinfo: Impossibile connettersi al server: %s\n" -msgid "Bad OpenUI/JCLOpenUI" -msgstr "OpenUI/JCLOpenUI errato" +#, c-format +msgid "lpinfo: Unknown argument '%s'!\n" +msgstr "lpinfo: Argomento '%s' sconosciuto!\n" -msgid "OpenUI/JCLOpenUI without a CloseUI/JCLCloseUI first" -msgstr "OpenUI/JCLOpenUI senza un precedente CloseUI/JCLCloseUI" +#, c-format +msgid "lpinfo: Unknown option '%c'!\n" +msgstr "lpinfo: Opzione '%c' sconosciuta!\n" -msgid "Bad OrderDependency" -msgstr "OrderDependency errato" +#, c-format +msgid "lpmove: Unable to connect to server: %s\n" +msgstr "lpmove: Impossibile connettersi al server: %s\n" -msgid "Bad UIConstraints" -msgstr "UIConstraints errato" +#, c-format +msgid "lpmove: Unknown argument '%s'!\n" +msgstr "lpmove: Argomento '%s' sconosciuto!\n" -msgid "Missing asterisk in column 1" -msgstr "Asterisco mancante nella colonna 1" +#, c-format +msgid "lpmove: Unknown option '%c'!\n" +msgstr "lpmove: Opzione '%c' sconosciuta!\n" -msgid "Line longer than the maximum allowed (255 characters)" -msgstr "La riga eccede il massimo consentito (255 caratteri)" +msgid "lpoptions: No printers!?!\n" +msgstr "lpoptions: Nessuna stampante!?!\n" -msgid "Illegal control character" -msgstr "Carattere di controllo non consentito" +#, c-format +msgid "lpoptions: Unable to add printer or instance: %s\n" +msgstr "lpoptions: Impossibile aggiungere una stampante o un'istanza: %s\n" -msgid "Illegal main keyword string" -msgstr "Stringa di parola chiave principale non consentita" +#, fuzzy, c-format +msgid "lpoptions: Unable to get PPD file for %s: %s\n" +msgstr "lpoptions: Impossibile aprire il file PPD per %s!\n" -msgid "Illegal option keyword string" -msgstr "Stringa di parola chiave opzionale non consentita" +#, c-format +msgid "lpoptions: Unable to open PPD file for %s!\n" +msgstr "lpoptions: Impossibile aprire il file PPD per %s!\n" -msgid "Illegal translation string" -msgstr "Stringa di traduzione non consentita" +msgid "lpoptions: Unknown printer or class!\n" +msgstr "lpoptions: Stampante o classe sconosciuta!\n" -msgid "Illegal whitespace character" -msgstr "Caratteri di spazio non consentito" +msgid "lppasswd: Only root can add or delete passwords!\n" +msgstr "lppasswd: Solo root può aggiungere o eliminare le password!\n" -msgid "Bad custom parameter" -msgstr "Parametro personalizzato errato" +msgid "lppasswd: Password file busy!\n" +msgstr "lppasswd: Il file delle password è occupato!\n" -msgid "Unknown" -msgstr "Sconosciuto" +msgid "lppasswd: Password file not updated!\n" +msgstr "lppasswd: File delle password non aggiornato!\n" -msgid "Custom" -msgstr "Personalizzato " +msgid "lppasswd: Sorry, password doesn't match!\n" +msgstr "lppasswd: Spiacente, la password non corrisponde!\n" -msgid "JCL" -msgstr "JCL" +msgid "" +"lppasswd: Sorry, password rejected.\n" +"Your password must be at least 6 characters long, cannot contain\n" +"your username, and must contain at least one letter and number.\n" +msgstr "" +"lppasswd: Spiacente, password rifiutata.\n" +"La password deve essere lunga almeno 6 caratteri, non può contenere\n" +"il nome utente, e deve contenere almeno una lettera e un numero.\n" -msgid "No authentication information provided!" -msgstr "Nessuna informazione di autenticazione fornita!" +msgid "lppasswd: Sorry, passwords don't match!\n" +msgstr "lppasswd: Spiacente, le password non corrispondono!\n" #, c-format -msgid "Password for %s required to access %s via SAMBA: " -msgstr "Password per %s richiesta per accedere a %s via SAMBA: " +msgid "lppasswd: Unable to copy password string: %s\n" +msgstr "lppasswd: Impossibile copiare la stringa della password: %s\n" #, c-format -msgid "Running command: %s %s -N -U '%s%%%s' -c '%s'\n" -msgstr "Esecuzione comando: %s %s -N -U '%s%%%s' -c '%s'\n" +msgid "lppasswd: Unable to open password file: %s\n" +msgstr "lppasswd: Impossibile aprire il file delle password: %s\n" #, c-format -msgid "cupsaddsmb: Unable to run \"%s\": %s\n" -msgstr "cupsaddsmb: Impossibile eseguire \"%s\": %s\n" - -msgid "cupsaddsmb: No Windows printer drivers are installed!\n" -msgstr "cupsaddsmb: Nessun driver di stampa di Windows è installato!\n" +msgid "lppasswd: Unable to write to password file: %s\n" +msgstr "lppasswd: Impossibile scrivere il file delle password: %s\n" -msgid "cupsaddsmb: Warning, no Windows 2000 printer drivers are installed!\n" +#, c-format +msgid "lppasswd: failed to backup old password file: %s\n" msgstr "" -"cupsaddsmb: Attenzione, nessun driver di stampa di Windows 2000 è " -"installato!\n" +"lppasswd: copia di sicurezza del vecchio file delle password fallita: %s\n" #, c-format -msgid "lpadmin: Printer %s is already a member of class %s.\n" -msgstr "lpadmin: La stampante %s è già un membro della classe %s.\n" - -msgid "lpadmin: No member names were seen!\n" -msgstr "lpadmin: Nessun nome di membri trovato!\n" +msgid "lppasswd: failed to rename password file: %s\n" +msgstr "lppasswd: rinomina del file delle password fallita: %s\n" #, c-format -msgid "lpadmin: Printer %s is not a member of class %s.\n" -msgstr "lpadmin: La stampante %s non è un membro della classe %s.\n" +msgid "lppasswd: user \"%s\" and group \"%s\" do not exist.\n" +msgstr "lppasswd: l'utente \"%s\" e il gruppo \"%s\" non esistono.\n" + +msgid "lprm: Unable to contact server!\n" +msgstr "lprm: Impossibile contattare il server!\n" #, c-format msgid "" -"Device: uri = %s\n" -" class = %s\n" -" info = %s\n" -" make-and-model = %s\n" -" device-id = %s\n" +"lpstat: error - %s environment variable names non-existent destination \"%s" +"\"!\n" msgstr "" -"Dispositivo: uri = %s\n" -" class = %s\n" -" info = %s\n" -" make-and-model = %s\n" -" device-id = %s\n" +"lpstat: errore - i nomi della variabile d'ambiente %s non esistono nella " +"destinazione \"%s\"!\n" #, c-format -msgid "" -"Model: name = %s\n" -" natural_language = %s\n" -" make-and-model = %s\n" -" device-id = %s\n" -msgstr "" -"Modello: name = %s\n" -" natural_language = %s\n" -" make-and-model = %s\n" -" device-id = %s\n" +msgid "members of class %s:\n" +msgstr "membri della classe %s:\n" -msgid "Usage: lpmove job/src dest\n" -msgstr "Usage: lpmove operazione/fonte destinazione\n" +msgid "no entries\n" +msgstr "nessuna voce\n" -msgid "lpstat: Need \"completed\", \"not-completed\", or \"all\" after -W!\n" -msgstr "lpstat: Usare \"completed\", \"not-completed\", o \"all\" dopo -W!\n" +msgid "no system default destination\n" +msgstr "nessuna destinazione predefinita di sistema\n" -#, c-format -msgid "%s accepting requests since %s\n" -msgstr "%s accetta richieste da %s\n" +msgid "notify-events not specified!" +msgstr "notify-events non specificato!" #, c-format -msgid "" -"%s not accepting requests since %s -\n" -"\t%s\n" +msgid "notify-recipient-uri URI \"%s\" uses unknown scheme!" msgstr "" -"%s non accetta richieste da %s -\n" -"\t%s\n" #, c-format -msgid "%s/%s accepting requests since %s\n" -msgstr "%s/%s accetta richieste da %s\n" +msgid "notify-subscription-id %d no good!" +msgstr "notify-subscription-id %d non corretto!" #, c-format -msgid "" -"%s/%s not accepting requests since %s -\n" -"\t%s\n" -msgstr "" -"%s/%s non accetta richieste da %s -\n" -"\t%s\n" +msgid "open of %s failed: %s" +msgstr "apertura di %s fallita: %s" -msgid "lpc> " -msgstr "lpc> " +msgid "pending" +msgstr "in sospeso" #, c-format -msgid "%s: Unable to contact server!\n" -msgstr "%s: Impossibile contattare il server!\n" +msgid "printer %s disabled since %s -\n" +msgstr "la stampante %s è disabilitata da %s -\n" #, c-format -msgid "%s: Error - expected username after '-U' option!\n" -msgstr "%s: Errore - atteso nome utente dopo l'opzione '-U'!\n" +msgid "printer %s is idle. enabled since %s\n" +msgstr "la stampante %s è in attesa. abilitata da %s\n" #, c-format -msgid "%s: Error - unknown destination \"%s/%s\"!\n" -msgstr "%s: Errore - destinazione \"%s/%s\" sconosciuta!\n" +msgid "printer %s now printing %s-%d. enabled since %s\n" +msgstr "la stampante %s sta stampando %s-%d. abilitata da %s\n" #, c-format -msgid "%s: Unknown destination \"%s\"!\n" -msgstr "%s: Destinazione \"%s\" sconosciuta!\n" +msgid "printer %s/%s disabled since %s -\n" +msgstr "la stampante %s/%s è disabilitata da %s -\n" #, c-format -msgid "%s: Error - expected hostname after '-h' option!\n" -msgstr "%s: Errore - atteso nome host dopo l'opzione '-h'!\n" +msgid "printer %s/%s is idle. enabled since %s\n" +msgstr "la stampante %s/%s è in attesa. abilitata da %s\n" #, c-format -msgid "" -"%s: error - %s environment variable names non-existent destination \"%s\"!\n" -msgstr "" -"%s: errore - i nomi della variabile d'ambiente %s non esistono nella " -"destinazione \"%s\"!\n" +msgid "printer %s/%s now printing %s-%d. enabled since %s\n" +msgstr "la stampante %s/%s sta stampando %s-%d. abilitata da %s\n" + +msgid "processing" +msgstr "elaborazione in corso" #, c-format -msgid "%s: error - no default destination available.\n" -msgstr "%s: errore - nessuna destinazione predefinita disponibile.\n" +msgid "request id is %s-%d (%d file(s))\n" +msgstr "l'id richiesto è %s-%d (%d file)\n" -msgid "" -"Usage: lpq [-P dest] [-U username] [-h hostname[:port]] [-l] [+interval]\n" -msgstr "" -"Uso: lpq [-P dest] [-U nomeutente] [-h nomehost[:porta]] [-l] [+intervallo]\n" +msgid "scheduler is not running\n" +msgstr "il pianificatore non è in esecuzione\n" + +msgid "scheduler is running\n" +msgstr "il pianificatore è in esecuzione\n" #, c-format -msgid "%s: Error - expected hostname after '-H' option!\n" -msgstr "%s: Errore - atteso nome host dopo l'opzione '-H'!\n" +msgid "stat of %s failed: %s" +msgstr "verifica di %s fallita: %s" + +msgid "status\t\tshow status of daemon and queue\n" +msgstr "status\t\tmostra lo stato del demone e della coda\n" + +msgid "stopped" +msgstr "fermato" + +#, c-format +msgid "system default destination: %s\n" +msgstr "destinazione predefinita di sistema: %s\n" + +#, c-format +msgid "system default destination: %s/%s\n" +msgstr "destinazione predefinita di sistema: %s/%s\n" + +msgid "unknown" +msgstr "sconosciuto" + +msgid "untitled" +msgstr "senza titolo" + +#~ msgid "" +#~ " **FAIL** 1284DeviceId must be 1284DeviceID!\n" +#~ " REF: Page 72, section 5.5\n" +#~ msgstr "" +#~ " **FAIL** 1284DeviceId deve essere 1284DeviceID!\n" +#~ " RIF: Pagina 72, sezione 5.5\n" + +#, fuzzy +#~ msgid " %d ERROR%s FOUND\n" +#~ msgstr " %d ERROR%s TROVATI\n" + +#~ msgid "%s accepting requests since Jan 01 00:00\n" +#~ msgstr "%s accetta richieste da Gen 01 00:00\n" + +#~ msgid "" +#~ "%s not accepting requests since Jan 01 00:00 -\n" +#~ "\t%s\n" +#~ msgstr "" +#~ "%s non accetta richieste da Gen 01 00:00 -\n" +#~ "\t%s\n" + +#~ msgid "%s/%s accepting requests since Jan 01 00:00\n" +#~ msgstr "%s/%s accetta richieste da Gen 01 00:00\n" + +#~ msgid "" +#~ "%s/%s not accepting requests since Jan 01 00:00 -\n" +#~ "\t%s\n" +#~ msgstr "" +#~ "%s/%s non accetta richieste da Gen 01 00:00 -\n" +#~ "\t%s\n" + +#~ msgid "%s: Expected reason text after -r!\n" +#~ msgstr "%s: Atteso testo di motivazione dopo -r!\n" + +#~ msgid "%s: Expected server name after -h!\n" +#~ msgstr "%s: Nome server atteso dopo -h!\n" + +#~ msgid "%s: Unknown option '%c'!\n" +#~ msgstr "%s: Opzione '%c' sconosciuta!\n" + +#~ msgid "Auto" +#~ msgstr "Auto" -#, c-format -msgid "%s: Error - expected value after '-%c' option!\n" -msgstr "%s: Errore - atteso valore dopo l'opzione '-%c'!\n" +#~ msgid "Bad option + choice on line %d!\n" +#~ msgstr "Opzione + scelta errata alla riga %d!\n" -#, c-format -msgid "" -"%s: Warning - '%c' format modifier not supported - output may not be " -"correct!\n" -msgstr "" -"%s: Attenzione - Modificatore di formato '%c' non supportato - il risultato " -"potrebbe non essere corretto!\n" +#~ msgid "Class" +#~ msgstr "Classe" -#, c-format -msgid "%s: error - expected option=value after '-o' option!\n" -msgstr "%s: errore - attesa opzione=valore dopo l'opzione '-o'!\n" +#~ msgid "" +#~ "Device: uri = %s\n" +#~ " class = %s\n" +#~ " info = %s\n" +#~ " make-and-model = %s\n" +#~ msgstr "" +#~ "Dispositivo: uri = %s\n" +#~ " class = %s\n" +#~ " info = %s\n" +#~ " make-and-model = %s\n" -#, c-format -msgid "%s: Error - expected destination after '-P' option!\n" -msgstr "%s: Errore - attesa destinazione dopo l'opzione '-P'!\n" +#~ msgid "" +#~ "Enter your username and password or the root username and password to " +#~ "access this page." +#~ msgstr "" +#~ "Inserisci il tuo nome utente e la tua password o il nome utente e la " +#~ "password di root per accedere a questa pagina." -#, c-format -msgid "%s: Error - expected copy count after '-#' option!\n" -msgstr "%s: Errore - atteso numero di copie dopo l'opzione '-#'!\n" +#~ msgid "Extra" +#~ msgstr "Extra" -#, c-format -msgid "%s: Error - expected name after '-%c' option!\n" -msgstr "%s: Errore - atteso nome dopo l'opzione '-%c'!\n" +#~ msgid "Job #%d doesn't exist!" +#~ msgstr "L'operazione #%d non esiste!" -#, c-format -msgid "%s: Error - unknown option '%c'!\n" -msgstr "%s: Errore - opzione '%c' sconosciuta!\n" +#~ msgid "Job #%d is already %s - can't cancel." +#~ msgstr "L'operazione #%d è già %s - impossibile annullare." -#, c-format -msgid "%s: Error - unable to access \"%s\" - %s\n" -msgstr "%s: Errore - impossibile accedere a \"%s\" - %s\n" +#~ msgid "Job #%d is already cancelled - can't cancel." +#~ msgstr "L'operazione #%d è già annullata - impossibile annullare." -#, c-format -msgid "%s: Error - too many files - \"%s\"\n" -msgstr "%s: Errore - troppi file - \"%s\"\n" +#~ msgid "Missing double quote on line %d!\n" +#~ msgstr "Doppi apici mancanti alla riga %d!\n" -#, c-format -msgid "" -"%s: Error - %s environment variable names non-existent destination \"%s\"!\n" -msgstr "" -"%s: Errore - i nomi della variabile d'ambiente %s non esistono nella " -"destinazione \"%s\"!\n" +#~ msgid "Missing value on line %d!\n" +#~ msgstr "Valore mancante alla riga %d!\n" -#, c-format -msgid "%s: Error - no default destination available.\n" -msgstr "%s: Errore - nessuna destinazione predefinita disponibile.\n" +#~ msgid "" +#~ "Model: name = %s\n" +#~ " natural_language = %s\n" +#~ " make-and-model = %s\n" +#~ msgstr "" +#~ "Modello: name = %s\n" +#~ " natural_language = %s\n" +#~ " make-and-model = %s\n" -#, c-format -msgid "%s: Error - scheduler not responding!\n" -msgstr "%s: Errore - il pianificatore di operazioni non risponde!\n" +#~ msgid "No Windows printer drivers are installed!\n" +#~ msgstr "Nessun driver di stampa di Windows è installato!\n" -#, c-format -msgid "%s: Error - unable to create temporary file \"%s\" - %s\n" -msgstr "%s: Errore - impossibile creare il file temporaneo \"%s\" - %s\n" +#~ msgid "No printer drivers found!" +#~ msgstr "Nessun driver di stampa trovato!" -#, c-format -msgid "%s: Error - unable to write to temporary file \"%s\" - %s\n" -msgstr "%s: Errore - impossibile scrivere il file temporaneo \"%s\" - %s\n" +#~ msgid "Not authorized to hold job #%d owned by \"%s\"!" +#~ msgstr "Non autorizzato a bloccare l'operazione #%d di proprietà di \"%s\"!" -#, c-format -msgid "%s: Error - stdin is empty, so no job has been sent.\n" -msgstr "%s: Errore - stdin è vuoto, nessuna operazione può essere inviata.\n" +#~ msgid "Printer" +#~ msgstr "Stampante" -#, c-format -msgid "%s: Error - unknown destination \"%s\"!\n" -msgstr "%s: Errore - destinazione \"%s\" sconosciuta!\n" +#~ msgid "Printer not shared!" +#~ msgstr "Stampante non condivisa!" -#, c-format -msgid "%s: Error - expected reason text after '-r' option!\n" -msgstr "%s: Errore - atteso testo di motivazione dopo l'opzione '-r'!\n" +#~ msgid "Running command: %s %s -N -U '%s%%%s' -c '%s'\n" +#~ msgstr "Esecuzione comando: %s %s -N -U '%s%%%s' -c '%s'\n" + +#~ msgid "The printer-uri \"%s\" is not valid." +#~ msgstr "printer-uri \"%s\" non valido." + +#~ msgid "Too many jobs - %d jobs, max jobs is %d." +#~ msgstr "Troppe operazioni - %d operazioni, il massimo è %d." -#, c-format -msgid "%s: Error - expected username after '-u' option!\n" -msgstr "%s: Errore - atteso nome utente dopo l'opzione '-u'!\n" +#~ msgid "Unable to connect to server!" +#~ msgstr "Impossibile connettersi al server!" -#, c-format -msgid "%s: %s failed: %s\n" -msgstr "%s: %s fallito: %s\n" +#~ msgid "Unable to convert PPD file!" +#~ msgstr "Impossibile convertire il file PPD!" -#, c-format -msgid "%s: Error - expected destination after '-d' option!\n" -msgstr "%s: Errore - attesa destinazione dopo l'opzione '-d'!\n" +#~ msgid "Unable to copy CUPS printer driver files (%d)!\n" +#~ msgstr "Impossibile copiare i file dei driver di stampa di CUPS (%d)!\n" -#, c-format -msgid "%s: Error - expected form after '-f' option!\n" -msgstr "%s: Errore - atteso modulo dopo l'opzione '-f'!\n" +#~ msgid "Unable to copy Windows 2000 printer driver files (%d)!\n" +#~ msgstr "" +#~ "Impossibile copiare i file dei driver di stampa di Windows 2000 (%d)!\n" -#, c-format -msgid "%s: Warning - form option ignored!\n" -msgstr "%s: Attenzione - opzione del modulo ignorata!\n" +#~ msgid "Unable to copy Windows 2000 printer driver files!" +#~ msgstr "Impossibile copiare i file dei driver di stampa di Windows 2000!" -#, c-format -msgid "%s: Expected job ID after '-i' option!\n" -msgstr "%s: Atteso ID dell'operazione dopo l'opzione '-i'!\n" +#~ msgid "Unable to copy Windows 9x printer driver files (%d)!\n" +#~ msgstr "" +#~ "Impossibile copiare i file dei driver di stampa di Windows 9x (%d)!\n" + +#~ msgid "Unable to copy Windows 9x printer driver files!" +#~ msgstr "Impossibile copiare i file dei driver di stampa di Windows 9x!" + +#~ msgid "Unable to execute cupsaddsmb command!" +#~ msgstr "Impossibile eseguire il comando cupsaddsmb!" + +#~ msgid "Unable to fork process!" +#~ msgstr "Impossibile biforcare il processo!" + +#~ msgid "Unable to get printer attributes!" +#~ msgstr "Impossibile ottenere gli attributi della stampante!" + +#~ msgid "Unable to install Windows 2000 printer driver files (%d)!\n" +#~ msgstr "" +#~ "Impossibile installare i file dei driver di stampa di Windows 2000 (%d)!\n" -#, c-format -msgid "%s: Error - cannot print files and alter jobs simultaneously!\n" -msgstr "" -"%s: Errore - impossibile stampare file e modificare operazioni " -"contemporaneamente!\n" +#~ msgid "Unable to install Windows 2000 printer driver files!" +#~ msgstr "Impossibile installare i file dei driver di stampa di Windows 2000!" -#, c-format -msgid "%s: Error - bad job ID!\n" -msgstr "%s: Errore - ID dell'operazione errato!\n" +#~ msgid "Unable to install Windows 9x printer driver files (%d)!\n" +#~ msgstr "" +#~ "Impossibile installare i file dei driver di stampa di Windows 9x (%d)!\n" -#, c-format -msgid "%s: Error - expected copies after '-n' option!\n" -msgstr "%s: Errore - attese copie dopo l'opzione '-n'!\n" +#~ msgid "Unable to install Windows 9x printer driver files!" +#~ msgstr "Impossibile installare i file dei driver di stampa di Windows 9x!" -#, c-format -msgid "%s: Error - expected option string after '-o' option!\n" -msgstr "%s: Errore - attesa stringa di opzione dopo l'opzione '-o'!\n" +#~ msgid "Unable to set Windows printer driver (%d)!\n" +#~ msgstr "Impossibile configurare il driver di stampa di Windows (%d)!\n" -#, c-format -msgid "%s: Error - expected priority after '-%c' option!\n" -msgstr "%s: Errore - attesa priorità dopo l'opzione '-%c'!\n" +#~ msgid "Unable to set Windows printer driver!" +#~ msgstr "Impossibile configurare il driver di stampa di Windows!" -#, c-format -msgid "%s: Error - priority must be between 1 and 100.\n" -msgstr "%s: Errore - la priorità deve essere tra 1 e 100.\n" +#~ msgid "" +#~ "Usage: cupsaddsmb [options] printer1 ... printerN\n" +#~ " cupsaddsmb [options] -a\n" +#~ "\n" +#~ "Options:\n" +#~ " -H samba-server Use the named SAMBA server\n" +#~ " -U samba-user Authenticate using the named SAMBA user\n" +#~ " -a Export all printers\n" +#~ " -h cups-server Use the named CUPS server\n" +#~ " -v Be verbose (show commands)\n" +#~ msgstr "" +#~ "Uso: cupsaddsmb [opzioni] stampante1 ... stampanteN\n" +#~ " cupsaddsmb [opzioni] -a\n" +#~ "\n" +#~ "Opzioni:\n" +#~ " -H samba-server Usa il server SAMBA specificato\n" +#~ " -U samba-user Autenticazione usando l'utente SAMBA specificato\n" +#~ " -a Esporta tutte le stampanti\n" +#~ " -h cups-server Usa il server CUPS specificato\n" +#~ " -v Prolisso (mostra i comandi)\n" -#, c-format -msgid "%s: Error - expected title after '-t' option!\n" -msgstr "%s: Errore - atteso titolo dopo l'opzione '-t'!\n" +#~ msgid "Usage: lpmove job dest\n" +#~ msgstr "Uso: lpmove operazione destinazione\n" -#, c-format -msgid "%s: Error - expected mode list after '-y' option!\n" -msgstr "%s: Error - atteso elenco modalità dopo l'opzione '-y'!\n" +#~ msgid "Usage: lpq [-P dest] [-l] [+interval]\n" +#~ msgstr "Uso: lpq [-P dest] [-l] [+intervallo]\n" -#, c-format -msgid "%s: Warning - mode option ignored!\n" -msgstr "%s: Attenzione - opzione della modalità ignorata!\n" +#~ msgid "Variable" +#~ msgstr "Variabile" -#, c-format -msgid "%s: Error - expected hold name after '-H' option!\n" -msgstr "%s: Errore - atteso nome di blocco dopo l'opzione '-H'!\n" +#~ msgid "Warning, no Windows 2000 printer drivers are installed!\n" +#~ msgstr "Attenzione, nessun driver di stampa di Windows 2000 è installato!\n" -#, c-format -msgid "%s: Need job ID ('-i jobid') before '-H restart'!\n" -msgstr "" -"%s: Usare l'ID dell'operazione ('-i idoperazione') prima di '-H restart'!\n" +#~ msgid "You are not authorized to alter job id %d owned by \"%s\"!" +#~ msgstr "" +#~ "Non sei autorizzato a modificare l'operazione con id %d di proprietà di " +#~ "\"%s\"!" -#, c-format -msgid "%s: Error - expected page list after '-P' option!\n" -msgstr "%s: Errore - atteso elenco delle pagine dopo l'opzione '-P'!\n" +#~ msgid "You are not authorized to authenticate job #%d owned by \"%s\"!" +#~ msgstr "" +#~ "Non sei autorizzato ad autenticare l'operazione #%d di proprietà di \"%s" +#~ "\"!" -#, c-format -msgid "%s: Error - expected character set after '-S' option!\n" -msgstr "%s: Errore - atteso set di caratteri dopo l'opzione '-S'!\n" +#~ msgid "You are not authorized to delete job #%d owned by \"%s\"!" +#~ msgstr "" +#~ "Non sei autorizzato ad eliminare l'operazione #%d di proprietà di \"%s\"!" -#, c-format -msgid "%s: Warning - character set option ignored!\n" -msgstr "%s: Attenzione - opzione del set di caratteri ignorata!\n" +#~ msgid "You are not authorized to move job #%d owned by \"%s\"!" +#~ msgstr "" +#~ "Non sei autorizzato a spostare l'operazione #%d di proprietà di \"%s\"!" -#, c-format -msgid "%s: Error - expected content type after '-T' option!\n" -msgstr "%s: Errore - atteso tipo di contenuto dopo l'opzione '-T'!\n" +#~ msgid "You are not authorized to release job id %d owned by \"%s\"!" +#~ msgstr "" +#~ "Non sei autorizzata a rilasciare l'operazione con id %d di proprietà di " +#~ "\"%s\"!" -#, c-format -msgid "%s: Warning - content type option ignored!\n" -msgstr "%s: Attenzione - opzione del tipo di contenuto ignorata!\n" +#~ msgid "You are not authorized to restart job id %d owned by \"%s\"!" +#~ msgstr "" +#~ "Non sei autorizzato a riavviare l'operazione con id %d di proprietà di \"%" +#~ "s\"!" -#, c-format -msgid "" -"%s: Error - cannot print from stdin if files or a job ID are provided!\n" -msgstr "" -"%s: Errore - impossibile stampare da stdin senza file o ID dell'operazione!\n" +#~ msgid "You are not authorized to send document for job #%d owned by \"%s\"!" +#~ msgstr "" +#~ "Non sei autorizzato a inviare il documento per l'operazione #%d di " +#~ "proprietà di \"%s\"!" -#, c-format -msgid "" -"%s: Error - need \"completed\", \"not-completed\", or \"all\" after '-W' " -"option!\n" -msgstr "" -"%s: Errore - usare \"completed\", \"not-completed\", o \"all\" dopo " -"l'opzione '-W'!\n" +#~ msgid "You must use a https: URL to access this page." +#~ msgstr "Devi usare un URL https: per accedere a questa pagina." -#, c-format -msgid "%s: Error - expected destination after '-b' option!\n" -msgstr "%s: Errore - attesa destinazione dopo l'opzione '-b'!\n" +#~ msgid "add_class: Unknown printer-error-policy \"%s\"." +#~ msgstr "add_class: printer-error-policy \"%s\" sconosciuto." -#, c-format -msgid "%s: Invalid destination name in list \"%s\"!\n" -msgstr "%s: Nome di destinazione non valido nell'elenco \"%s\"!\n" +#~ msgid "add_class: Unknown printer-op-policy \"%s\"." +#~ msgstr "add_class: printer-op-policy \"%s\" sconosciuto." + +#~ msgid "cancel: %s failed: %s\n" +#~ msgstr "cancel: %s fallito: %s\n" + +#~ msgid "cancel: Error - expected hostname after '-h' option!\n" +#~ msgstr "cancel: Errore - nome host atteso dopo l'opzione '-h'!\n" + +#~ msgid "cancel: Error - expected username after '-u' option!\n" +#~ msgstr "cancel: Errore - nome utente atteso dopo l'opzione '-u'!\n" -#, c-format -msgid "%s: Unable to connect to server\n" -msgstr "%s: Impossibile connettersi al server\n" +#~ msgid "cancel: Unable to contact server!\n" +#~ msgstr "cancel: Impossibile contattare il server!\n" -msgid "Print Job:" -msgstr "Stampa operazione:" +#~ msgid "cancel: Unknown destination \"%s\"!\n" +#~ msgstr "cancel: Destinazione \"%s\" sconosciuta!\n" -msgid "pending" -msgstr "in sospeso" +#~ msgid "cancel: Unknown option '%c'!\n" +#~ msgstr "cancel: Opzione '%c' sconosciuta!\n" -msgid "held" -msgstr "bloccato" +#~ msgid "cupsaddsmb crashed on signal %d" +#~ msgstr "cupsaddsmb è andato in crash con segnale %d" -msgid "processing" -msgstr "elaborazione in corso" +#~ msgid "cupsaddsmb failed with status %d" +#~ msgstr "cupsaddsmb fallito con stato %d" -msgid "stopped" -msgstr "fermato" +#~ msgid "cupsaddsmb: Bad option + choice on line %d!\n" +#~ msgstr "cupsaddsmb: Opzione + scelta errata alla riga %d!\n" -msgid "canceled" -msgstr "annullato" +#~ msgid "cupsaddsmb: Missing double quote on line %d!\n" +#~ msgstr "cupsaddsmb: Doppi apici mancanti alla riga %d!\n" -msgid "aborted" -msgstr "interrotto" +#~ msgid "cupsaddsmb: Missing value on line %d!\n" +#~ msgstr "cupsaddsmb: Valore mancante alla riga %d!\n" -msgid "completed" -msgstr "completato" +#~ msgid "cupsaddsmb: No PPD file for printer \"%s\" - skipping!\n" +#~ msgstr "cupsaddsmb: Nessun file PPD per la stampante \"%s\" - omesso!\n" -msgid "unknown" -msgstr "sconosciuto" +#~ msgid "cupsaddsmb: No Windows printer drivers are installed!\n" +#~ msgstr "cupsaddsmb: Nessun driver di stampa di Windows è installato!\n" -msgid "untitled" -msgstr "senza titolo" +#~ msgid "cupsaddsmb: Unable to connect to server \"%s\" for %s - %s\n" +#~ msgstr "cupsaddsmb: Impossibile connettersi al server \"%s\" per %s - %s\n" -msgid "Printer:" -msgstr "Stampante:" +#~ msgid "cupsaddsmb: Unable to convert PPD file for %s - %s\n" +#~ msgstr "cupsaddsmb: Impossibile convertire il file PPD per %s - %s\n" -msgid "idle" -msgstr "in attesa" +#~ msgid "cupsaddsmb: Unable to copy CUPS printer driver files (%d)!\n" +#~ msgstr "" +#~ "cupsaddsmb: Impossibile copiare i file del driver di stampa di CUPS (%" +#~ "d)!\n" -msgid "Missing notify-subscription-ids attribute!" -msgstr "Attributo notify-subscription-ids mancante!" +#~ msgid "cupsaddsmb: Unable to copy Windows 2000 printer driver files (%d)!\n" +#~ msgstr "" +#~ "cupsaddsmb: Impossibile copiare i file del driver di stampa di Windows " +#~ "2000 (%d)!\n" -msgid "Job subscriptions cannot be renewed!" -msgstr "Le sottoscrizioni delle operazioni non possono essere rinnovate!" +#~ msgid "cupsaddsmb: Unable to copy Windows 9x printer driver files (%d)!\n" +#~ msgstr "" +#~ "cupsaddsmb: Impossibile copiare i file del driver di stampa di Windows 9x " +#~ "(%d)!\n" -msgid "cupsd: Expected config filename after \"-c\" option!\n" -msgstr "cupsd: Atteso nome file di configurazione dopo l'opzione \"-c\"!\n" +#~ msgid "" +#~ "cupsaddsmb: Unable to install Windows 2000 printer driver files (%d)!\n" +#~ msgstr "" +#~ "cupsaddsmb: Impossibile installare i file del driver di stampa di Windows " +#~ "2000 (%d)!\n" -msgid "cupsd: launchd(8) support not compiled in, running in normal mode.\n" -msgstr "" -"cupsd: supporto launchd(8) non compilato, esecuzione in modalità normale.\n" +#~ msgid "" +#~ "cupsaddsmb: Unable to install Windows 9x printer driver files (%d)!\n" +#~ msgstr "" +#~ "cupsaddsmb: Impossibile installare i file del driver di stampa di Windows " +#~ "9x (%d)!\n" -#, c-format -msgid "cupsd: Unknown option \"%c\" - aborting!\n" -msgstr "cupsd: Opzione \"%c\" sconosciuta - interruzione!\n" +#~ msgid "cupsaddsmb: Unable to run \"%s\": %s\n" +#~ msgstr "cupsaddsmb: Impossibile eseguire \"%s\": %s\n" -#, c-format -msgid "cupsd: Unknown argument \"%s\" - aborting!\n" -msgstr "cupsd: Argomento \"%s\" sconosciuto - interruzione!\n" +#~ msgid "cupsaddsmb: Unable to set Windows printer driver (%d)!\n" +#~ msgstr "" +#~ "cupsaddsmb: Impossibile configurare i file del driver di stampa di " +#~ "Windows (%d)!\n" -msgid "" -"Usage: cupsd [-c config-file] [-f] [-F] [-h] [-l]\n" -"\n" -"-c config-file Load alternate configuration file\n" -"-f Run in the foreground\n" -"-F Run in the foreground but detach\n" -"-h Show this usage message\n" -"-l Run cupsd from launchd(8)\n" -msgstr "" -"Uso: cupsd [-c config-file] [-f] [-F] [-h] [-l]\n" -"\n" -"-c config-file Carica file di configurazione alternativo\n" -"-f Esegui in primo piano\n" -"-F Esegui in primo piano, ma sganciato\n" -"-h Mostra questo messaggio di aiuto\n" -"-l Esegui cupsd da launchd(8)\n" +#~ msgid "" +#~ "cupsaddsmb: Warning, no Windows 2000 printer drivers are installed!\n" +#~ msgstr "" +#~ "cupsaddsmb: Attenzione, nessun driver di stampa di Windows 2000 è " +#~ "installato!\n" -#, c-format -msgid " WARN Line %d only contains whitespace!\n" -msgstr " WARN La riga %d contiene solamente spazi bianchi!\n" +#~ msgid "cupsaddsmb: get-printer-attributes failed for \"%s\": %s\n" +#~ msgstr "cupsaddsmb: get-printer-attributes fallito per \"%s\": %s\n" -msgid "" -" WARN File contains a mix of CR, LF, and CR LF line endings!\n" -msgstr "" -" WARN Il file contiene un misto di interruzioni di riga CR, LF, e " -"CR LF!\n" +#~ msgid "lp: Error - bad job ID!\n" +#~ msgstr "lp: Errore - ID dell'operazione errato!\n" -msgid "" -" WARN Non-Windows PPD files should use lines ending with only LF, " -"not CR LF!\n" -msgstr "" -" WARN I file PPD per sistemi diversi da Windows dovrebbero usare " -"solo interruzioni di riga LF, non CR LF!\n" +#~ msgid "lp: Error - cannot print files and alter jobs simultaneously!\n" +#~ msgstr "" +#~ "lp: Errore- impossibile stampare file e modificare operazioni " +#~ "simultaneamente!\n" -msgid "Printer Maintenance" -msgstr "Manutenzione stampanti" +#~ msgid "" +#~ "lp: Error - cannot print from stdin if files or a job ID are provided!\n" +#~ msgstr "" +#~ "lp: Errore - impossibile stampare da stdin senza file o ID " +#~ "dell'operazione!\n" -msgid "Unable to send maintenance job:" -msgstr "Impossibile inviare il comando di manutenzione:" +#~ msgid "lp: Expected character set after -S option!\n" +#~ msgstr "lp: Atteso set di caratteri dopo l'opzione -S!\n" -#, c-format -msgid "cupsaddsmb: No PPD file for printer \"%s\" - %s\n" -msgstr "cupsaddsmb: Nessun file PPD per la stampante \"%s\" - %s\n" +#~ msgid "lp: Expected content type after -T option!\n" +#~ msgstr "lp: Atteso tipo di contenuto dopo l'opzione -T!\n" -#, c-format -msgid " **FAIL** %s %s does not exist!\n" -msgstr " **FAIL** %s %s non esiste!\n" +#~ msgid "lp: Expected copies after -n option!\n" +#~ msgstr "lp: Attese copie dopo l'opzione -n!\n" -#, c-format -msgid " **FAIL** Bad language \"%s\"!\n" -msgstr " **FAIL** Lingua \"%s\" errata!\n" +#~ msgid "lp: Expected destination after -d option!\n" +#~ msgstr "lp: Attesa destinazione dopo l'opzione -d\n" -#, c-format -msgid " **FAIL** Missing \"%s\" translation string for option %s!\n" -msgstr "" -" **FAIL** Stringa di traduzione \"%s\" mancante per l'opzione %s!\n" +#~ msgid "lp: Expected form after -f option!\n" +#~ msgstr "lp: Atteso modulo dopo l'opzione -f!\n" -#, c-format -msgid "" -" **FAIL** Default translation string for option %s contains 8-bit " -"characters!\n" -msgstr "" -" **FAIL** La stringa di traduzione predefinita per l'opzione %s " -"contiene caratteri di 8-bit!\n" +#~ msgid "lp: Expected hold name after -H option!\n" +#~ msgstr "lp: Atteso nome di blocco dopo l'opzione -H!\n" -#, c-format -msgid "" -" **FAIL** Missing \"%s\" translation string for option %s, choice %s!\n" -msgstr "" -" **FAIL** Stringa di traduzione \"%s\" mancante per l'opzione %s, " -"scelta %s!\n" +#~ msgid "lp: Expected hostname after -h option!\n" +#~ msgstr "lp: Atteso nome host dopo l'opzione -h!\n" -#, c-format -msgid "" -" **FAIL** Default translation string for option %s choice %s contains " -"8-bit characters!\n" -msgstr "" -" **FAIL** La stringa di traduzione predefinita per l'opzione %s scelta " -"%s contiene caratteri di 8-bit!\n" +#~ msgid "lp: Expected job ID after -i option!\n" +#~ msgstr "lp: Atteso ID dell'operazione dopo l'opzione -i!\n" + +#~ msgid "lp: Expected mode list after -y option!\n" +#~ msgstr "lp: Atteso elenco modalità dopo l'opzione -y!\n" + +#~ msgid "lp: Expected option string after -o option!\n" +#~ msgstr "lp: Attesa stringa di opzione dopo l'opzione -o!\n" -#, c-format -msgid " **FAIL** Bad cupsFilter value \"%s\"!\n" -msgstr " **FAIL** Valore cupsFilter \"%s\" errato!\n" +#~ msgid "lp: Expected page list after -P option!\n" +#~ msgstr "lp: Atteso elenco pagine dopo l'opzione -P!\n" -msgid "Help" -msgstr "Guida" +#~ msgid "lp: Expected priority after -%c option!\n" +#~ msgstr "lp: Attesa priorità dopo l'opzione -%c!\n" -#, c-format -msgid "Missing value on line %d!\n" -msgstr "Valore mancante alla riga %d!\n" +#~ msgid "lp: Expected title after -t option!\n" +#~ msgstr "lp: Atteso titolo dopo l'opzione -t!\n" -#, c-format -msgid "Missing double quote on line %d!\n" -msgstr "Doppi apici mancanti alla riga %d!\n" +#~ msgid "lp: Need job ID (-i) before \"-H restart\"!\n" +#~ msgstr "lp: Usare l'ID dell'operazione (-i) prima di \"-H restart\"!\n" -#, c-format -msgid "Bad option + choice on line %d!\n" -msgstr "Opzione + scelta errata alla riga %d!\n" +#~ msgid "lp: Priority must be between 1 and 100.\n" +#~ msgstr "lp: La priorità deve essere tra 1 e 100.\n" -#, c-format -msgid "Unable to copy Windows 2000 printer driver files (%d)!\n" -msgstr "" -"Impossibile copiare i file dei driver di stampa di Windows 2000 (%d)!\n" +#~ msgid "lp: Too many files - \"%s\"\n" +#~ msgstr "lp: Troppi file - \"%s\"\n" -#, c-format -msgid "Unable to copy CUPS printer driver files (%d)!\n" -msgstr "Impossibile copiare i file dei driver di stampa di CUPS (%d)!\n" +#~ msgid "lp: Unable to access \"%s\" - %s\n" +#~ msgstr "lp: Impossibile accedere a \"%s\" - %s\n" -#, c-format -msgid "Unable to install Windows 2000 printer driver files (%d)!\n" -msgstr "" -"Impossibile installare i file dei driver di stampa di Windows 2000 (%d)!\n" +#~ msgid "lp: Unknown option '%c'!\n" +#~ msgstr "lp: Opzione '%c' sconosciuta!\n" -#, c-format -msgid "Unable to copy Windows 9x printer driver files (%d)!\n" -msgstr "Impossibile copiare i file dei driver di stampa di Windows 9x (%d)!\n" +#~ msgid "lp: Warning - character set option ignored!\n" +#~ msgstr "lp: Attenzione - opzione del set di caratteri ignorata!\n" -#, c-format -msgid "Unable to install Windows 9x printer driver files (%d)!\n" -msgstr "" -"Impossibile installare i file dei driver di stampa di Windows 9x (%d)!\n" +#~ msgid "lp: Warning - content type option ignored!\n" +#~ msgstr "lp: Attenzione - opzione del tipo di contenuto ignorata!\n" -msgid "No Windows printer drivers are installed!\n" -msgstr "Nessun driver di stampa di Windows è installato!\n" +#~ msgid "lp: Warning - mode option ignored!\n" +#~ msgstr "lp: Attenzione - opzione della modalità ignorata!\n" -msgid "Warning, no Windows 2000 printer drivers are installed!\n" -msgstr "Attenzione, nessun driver di stampa di Windows 2000 è installato!\n" +#~ msgid "" +#~ "lp: error - %s environment variable names non-existent destination \"%s" +#~ "\"!\n" +#~ msgstr "" +#~ "lp: errore - i nomi della variabile d'ambiente %s non esistono nella " +#~ "destinazione \"%s\"!\n" -#, c-format -msgid "Unable to set Windows printer driver (%d)!\n" -msgstr "Impossibile configurare il driver di stampa di Windows (%d)!\n" +#~ msgid "lp: error - no default destination available.\n" +#~ msgstr "lp: errore - nessuna destinazione predefinita disponibile.\n" -msgid "" -"Usage: cupsaddsmb [options] printer1 ... printerN\n" -" cupsaddsmb [options] -a\n" -"\n" -"Options:\n" -" -E Encrypt the connection to the server\n" -" -H samba-server Use the named SAMBA server\n" -" -U samba-user Authenticate using the named SAMBA user\n" -" -a Export all printers\n" -" -h cups-server Use the named CUPS server\n" -" -v Be verbose (show commands)\n" -msgstr "" -"Uso: cupsaddsmb [opzioni] stampante1 ... stampanteN\n" -" cupsaddsmb [opzioni] -a\n" -"\n" -"Opzioni:\n" -" -E Cifra la connessione al server\n" -" -H samba-server Usa il server SAMBA specificato\n" -" -U samba-user Autenticazione usando l'utente SAMBA specificato\n" -" -a Esporta tutte le stampanti\n" -" -h cups-server Usa il server CUPS specificato\n" -" -v Prolisso (mostra comandi)\n" +#~ msgid "lp: error - scheduler not responding!\n" +#~ msgstr "lp: errore - il pianificatore di operazioni non risponde!\n" -#, c-format -msgid "Unable to copy Windows 2000 printer driver files (%d)!" -msgstr "Impossibile copiare i file dei driver di stampa di Windows 2000 (%d)!" +#~ msgid "lp: error - unable to write to temporary file \"%s\" - %s\n" +#~ msgstr "lp: errore - impossibile scrivere il file temporaneo \"%s\" - %s\n" -#, c-format -msgid "Unable to copy CUPS printer driver files (%d)!" -msgstr "Impossibile copiare i file dei driver di stampa di CUPS (%d)!" +#~ msgid "lp: restart-job failed: %s\n" +#~ msgstr "lp: restart-job fallito: %s\n" -#, c-format -msgid "Unable to install Windows 2000 printer driver files (%d)!" -msgstr "" -"Impossibile installare i file dei driver di stampa di Windows 2000 (%d)!" +#~ msgid "lp: set-job-attributes failed: %s\n" +#~ msgstr "lp: set-job-attributes fallito: %s\n" -#, c-format -msgid "Unable to copy Windows 9x printer driver files (%d)!" -msgstr "Impossibile copiare i file dei driver di stampa di Windows 9x (%d)!" +#~ msgid "lp: stdin is empty, so no job has been sent.\n" +#~ msgstr "lp: stdin è vuoto, nessuna operazione è stata inviata.\n" -#, c-format -msgid "Unable to install Windows 9x printer driver files (%d)!" -msgstr "Impossibile installare i file dei driver di stampa di Windows 9x (%d)!" +#~ msgid "lp: unable to create temporary file \"%s\" - %s\n" +#~ msgstr "lp: impossibile creare il file temporaneo \"%s\" - %s\n" -msgid "No Windows printer drivers are installed!" -msgstr "Nessun driver di stampa Windows è installato!" +#~ msgid "lp: unable to print file: %s\n" +#~ msgstr "lp: impossibile stampare il file: %s\n" -msgid "Warning, no Windows 2000 printer drivers are installed!" -msgstr "Attenzione, nessun driver di stampa Windows 2000 è installato!" +#~ msgid "lpadmin: %s failed: %s\n" +#~ msgstr "lpadmin: %s fallito: %s\n" -#, c-format -msgid "open of %s failed: %s" -msgstr "apertura di %s fallita: %s" +#~ msgid "lpadmin: add-printer (set description) failed: %s\n" +#~ msgstr "lpadmin: add-printer (impostazione descrizione) fallito: %s\n" -#, c-format -msgid "Running command: %s %s -N -A %s -c '%s'\n" -msgstr "Esecuzione del comando: %s %s -N -A %s -c '%s'\n" +#~ msgid "lpadmin: add-printer (set location) failed: %s\n" +#~ msgstr "lpadmin: add-printer (impostazione posizione) fallito: %s\n" -#, c-format -msgid "stat of %s failed: %s" -msgstr "verifica di %s fallita: %s" +#~ msgid "lpadmin: add-printer (set model) failed: %s\n" +#~ msgstr "lpadmin: add-printer (impostazione modello) fallito: %s\n" -#, c-format -msgid "Job #%d is already cancelled - can't cancel." -msgstr "L'operazione #%d è già annullata - impossibile annullare." +#~ msgid "lpinfo: cups-get-devices failed: %s\n" +#~ msgstr "lpinfo: cups-get-devices fallito: %s\n" -#, c-format -msgid "Job #%d is already aborted - can't cancel." -msgstr "L'operazione #%d è già interrotta - impossibile annullare." +#~ msgid "lpinfo: cups-get-ppds failed: %s\n" +#~ msgstr "lpinfo: cups-get-ppds fallito: %s\n" -#, c-format -msgid "Job #%d is already completed - can't cancel." -msgstr "L'operazione #%d è già completata - impossibile annullare." +#~ msgid "lpmove: move-job failed: %s\n" +#~ msgstr "lpmove: move-job fallito: %s\n" -#, c-format -msgid "" -"You must access this page using the URL https://%" -"s:%d%s." -msgstr "" -"Devi accedere a questa pagina usando l'URL https://%s:%d%s." +#~ msgid "lpoptions: Destination %s has no PPD file!\n" +#~ msgstr "lpoptions: La destinazione %s non ha file PPD!\n" -#, c-format -msgid "Unsupported format '%s'!" -msgstr "Formato '%s' non supportato!" +#~ msgid "lpq: Unable to contact server!\n" +#~ msgstr "lpq: Impossibile contattare il server!\n" -msgid "FAIL\n" -msgstr "FAIL\n" +#~ msgid "lpq: Unknown destination \"%s\"!\n" +#~ msgstr "lpq: Destinazione \"%s\" sconosciuta!\n" -#, c-format -msgid "" -" Line %d is longer than 255 characters (%d)!\n" -" REF: Page 25, Line Length\n" -msgstr "" -" La riga %d eccede i 255 caratteri (%d)!\n" -" RIF: Pagina 25, Lunghezza della riga\n" +#~ msgid "lpq: Unknown destination \"%s/%s\"!\n" +#~ msgstr "lpq: Destinazione \"%s/%s\" sconosciuta!\n" -msgid "" -" Missing %!PS-Adobe-3.0 on first line!\n" -" REF: Page 17, 3.1 Conforming Documents\n" -msgstr "" -" %!PS-Adobe-3.0 mancante alla prima riga!\n" -" RIF: Pagina 17, 3.1 Uniformare documenti\n" +#~ msgid "lpq: error - no default destination available.\n" +#~ msgstr "lpq: errore - nessuna destinazione predefinita disponibile.\n" -#, c-format -msgid "" -" Bad %%%%Pages: on line %d!\n" -" REF: Page 43, %%%%Pages:\n" -msgstr "" -" %%%%Pages: errato alla riga %d!\n" -" RIF: Pagina 43, %%%%Pages:\n" +#~ msgid "lpq: get-jobs failed: %s\n" +#~ msgstr "lpq: get-jobs fallito: %s\n" -#, c-format -msgid "" -" Bad %%%%BoundingBox: on line %d!\n" -" REF: Page 39, %%%%BoundingBox:\n" -msgstr "" -" %%%%BoundingBox: errato alla riga %d!\n" -" RIF: Pagina 39, %%%%BoundingBox:\n" +#~ msgid "lpq: get-printer-attributes failed: %s\n" +#~ msgstr "lpq: get-printer-attributes fallito: %s\n" -#, c-format -msgid "" -" Bad %%%%Page: on line %d!\n" -" REF: Page 53, %%%%Page:\n" -msgstr "" -" %%%%Page: errato alla riga %d!\n" -" RIF: Pagina 53, %%%%Page:\n" +#~ msgid "" +#~ "lpr: error - %s environment variable names non-existent destination \"%s" +#~ "\"!\n" +#~ msgstr "" +#~ "lpr: errore - i nomi della variabile d'ambiente %s non esistono nella " +#~ "destinazione \"%s\"!\n" -#, c-format -msgid "" -" Missing or bad %%BoundingBox: comment!\n" -" REF: Page 39, %%BoundingBox:\n" -msgstr "" -" Commento %%BoundingBox: mancante o errato!\n" -" RIF: Pagina 39, %%BoundingBox:\n" +#~ msgid "lpr: error - expected copy count after -# option!\n" +#~ msgstr "lpr: errore - numero di copie atteso dopo l'opzione -#!\n" -#, c-format -msgid "" -" Missing or bad %%Pages: comment!\n" -" REF: Page 43, %%Pages:\n" -msgstr "" -" Commento %%Pages: mancante o errato!\n" -" RIF: Pagina 43, %%Pages:\n" +#~ msgid "lpr: error - expected destination after -P option!\n" +#~ msgstr "lpr: errore - destinazione attesa dopo l'opzione -P!\n" -#, c-format -msgid "" -" Missing %%EndComments comment!\n" -" REF: Page 41, %%EndComments\n" -msgstr "" -" Commento %%EndComments mancante!\n" -" RIF: Pagina 41, %%EndComments\n" +#~ msgid "lpr: error - expected name after -%c option!\n" +#~ msgstr "lpr: errore - nome atteso dopo l'opzione -%c!\n" -#, c-format -msgid "" -" Missing or bad %%Page: comments!\n" -" REF: Page 53, %%Page:\n" -msgstr "" -" Commento %%Page: mancante o errato!\n" -" RIF: Pagina 53, %%Page:\n" +#~ msgid "lpr: error - expected option=value after -o option!\n" +#~ msgstr "lpr: errore - attesa opzione=valore dopo l'opzione -o !\n" -#, c-format -msgid " Too many %%EndDocument comments!\n" -msgstr " Troppi commenti %%EndDocument!\n" +#~ msgid "lpr: error - expected username after -U option!\n" +#~ msgstr "lpr: errore - nome utente atteso dopo l'opzione -U!\n" -#, c-format -msgid " Too many %%BeginDocument comments!\n" -msgstr " Troppi commenti %%BeginDocument!\n" +#~ msgid "lpr: error - expected value after -%c option!\n" +#~ msgstr "lpr: errore - valore atteso dopo l'opzione -%c!\n" -#, c-format -msgid " Saw %d lines that exceeded 255 characters!\n" -msgstr " Trovate %d righe che eccedono i 255 caratteri!\n" +#~ msgid "lpr: error - no default destination available.\n" +#~ msgstr "lpr: errore - nessuna destinazione predefinita disponibile.\n" -msgid "PASS\n" -msgstr "PASS\n" +#~ msgid "lpr: error - scheduler not responding!\n" +#~ msgstr "lpr: errore - il pianificatore di operazioni non risponde!\n" -msgid " Warning: file contains binary data!\n" -msgstr " Attenzione: il file contiene dati binari!\n" +#~ msgid "lpr: error - stdin is empty, so no job has been sent.\n" +#~ msgstr "" +#~ "lpr: errore - stdin è vuoto, nessuna operazione può essere inviata.\n" -#, c-format -msgid " Warning: obsolete DSC version %.1f in file!\n" -msgstr " Attenzione: versione DSC %.1f obsoleta nel file!\n" +#~ msgid "lpr: error - too many files - \"%s\"\n" +#~ msgstr "lpr: errore - troppi file - \"%s\"\n" -#, c-format -msgid " Warning: no %%EndComments comment in file!\n" -msgstr " Attenzione: nessun commento %%EndComments nel file!\n" +#~ msgid "lpr: error - unable to access \"%s\" - %s\n" +#~ msgstr "lpr: errore - impossibile accedere a \"%s\" - %s\n" -msgid "" -"Usage: cupstestdsc [options] filename.ps [... filename.ps]\n" -" cupstestdsc [options] -\n" -"\n" -"Options:\n" -"\n" -" -h Show program usage\n" -"\n" -" Note: this program only validates the DSC comments, not the PostScript " -"itself.\n" -msgstr "" -"Uso: cupstestdsc [opzioni] nomefile.ps [... nomefile.ps]\n" -" cupstestdsc [opzioni] -\n" -"\n" -"Opzioni:\n" -"\n" -" -h Mostra l'utilizzo del programma\n" -"\n" -" Nota: questo programma valida solo i commenti DSC, non il PostScript " -"stesso.\n" +#~ msgid "lpr: error - unable to create temporary file \"%s\" - %s\n" +#~ msgstr "lpr: errore - impossible creare il file temporaneo \"%s\" - %s\n" -#, c-format -msgid "Password for %s on %s? " -msgstr "Password per %s su %s? " +#~ msgid "lpr: error - unable to print file: %s\n" +#~ msgstr "lpr: errore - impossibile stampare il file: %s\n" -msgid "" -" **FAIL** 1284DeviceId must be 1284DeviceID!\n" -" REF: Page 72, section 5.5\n" -msgstr "" -" **FAIL** 1284DeviceId deve essere 1284DeviceID!\n" -" RIF: Pagina 72, sezione 5.5\n" +#~ msgid "lpr: error - unable to write to temporary file \"%s\" - %s\n" +#~ msgstr "lpr: errore - impossible scrivere il file temporaneo \"%s\" - %s\n" -#, fuzzy, c-format -msgid "Missing value on line %d!" -msgstr "Valore mancante alla riga %d!\n" +#~ msgid "lpr: error - unknown option '%c'!\n" +#~ msgstr "lpr: errore - opzione'%c' sconosciuta!\n" -#, fuzzy, c-format -msgid "Missing double quote on line %d!" -msgstr "Doppi apici mancanti alla riga %d!\n" +#~ msgid "" +#~ "lpr: warning - '%c' format modifier not supported - output may not be " +#~ "correct!\n" +#~ msgstr "" +#~ "lpr: attenzione - il modificatore di formato '%c' non è supportato - il " +#~ "risultato potrebbe non essere corretto!\n" -#, fuzzy, c-format -msgid "Bad option + choice on line %d!" -msgstr "Opzione + scelta errata alla riga %d!\n" +#~ msgid "lpr: warning - email notification is not currently supported!\n" +#~ msgstr "" +#~ "lpr: attenzione - le notifiche via email non sono al momento supportate!\n" -#, fuzzy -msgid "Empty PPD file!" -msgstr "Impossibile copiare il file PPD!" +#~ msgid "lprm: Job or printer not found!\n" +#~ msgstr "lprm: Operazione o stampante non trovata!\n" -#, fuzzy, c-format -msgid "Unable to set Windows printer driver (%d)!" -msgstr "Impossibile configurare il driver di stampa di Windows (%d)!\n" +#~ msgid "lprm: Not authorized to lprm job(s)!\n" +#~ msgstr "lprm: Non autorizzato a operazioni lprm!\n" -#, fuzzy, c-format -msgid "Unable to run \"%s\": %s\n" -msgstr "cupsaddsmb: Impossibile eseguire \"%s\": %s\n" +#~ msgid "lprm: Unable to cancel job(s)!\n" +#~ msgstr "lprm: Impossibile annullare operazioni!\n" -#, fuzzy -msgid "" -"Enter your username and password or the root username and password to access " -"this page. If you are using Kerberos authentication, make sure you have a " -"valid Kerberos ticket." -msgstr "" -"Inserisci il tuo nome utente e la tua password o il nome utente e la " -"password di root per accedere a questa pagina." +#~ msgid "lprm: Unable to lprm job(s)!\n" +#~ msgstr "lprm: Impossibile eseguire operazioni lprm!\n" -#, fuzzy, c-format -msgid "Job #%d is already canceled - can't cancel." -msgstr "L'operazione #%d è già annullata - impossibile annullare." +#~ msgid "lprm: Unknown destination \"%s\"!\n" +#~ msgstr "lprm: Destinazione \"%s\" sconosciuta!\n" -#, c-format -msgid "Bad notify-recipient URI \"%s\"!" -msgstr "" +#~ msgid "lprm: Unknown option '%c'!\n" +#~ msgstr "lprm: Opzione '%c' sconosciuta!\n" -#, c-format -msgid "notify-recipient URI \"%s\" uses unknown scheme!" -msgstr "" +#~ msgid "lprm: You don't own job ID %d!\n" +#~ msgstr "lprm: Non sei il proprietario dell'operazione con ID %d!\n" -#, fuzzy, c-format -msgid "Bad notify-pull-method \"%s\"!" -msgstr "port-monitor \"%s\" errato!" +#~ msgid "lpstat: Invalid destination name in list \"%s\"!\n" +#~ msgstr "lpstat: Nome di destinazione non valido nell'elenco \"%s\"!\n" -#, fuzzy, c-format -msgid "" -" **FAIL** %s must be 1284DeviceID!\n" -" REF: Page 72, section 5.5\n" -msgstr "" -" **FAIL** 1284DeviceId deve essere 1284DeviceID!\n" -" RIF: Pagina 72, sezione 5.5\n" +#~ msgid "lpstat: Need \"completed\" or \"not-completed\" after -W!\n" +#~ msgstr "lpstat: Usare \"completed\" o \"not-completed\" dopo -W!\n" -#, fuzzy, c-format -msgid " %d ERRORS FOUND\n" -msgstr " %d ERROR%s TROVATI\n" +#~ msgid "" +#~ "lpstat: Need \"completed\", \"not-completed\", or \"all\" after -W!\n" +#~ msgstr "" +#~ "lpstat: Usare \"completed\", \"not-completed\", o \"all\" dopo -W!\n" -#, fuzzy, c-format -msgid "lpoptions: Unable to get PPD file for %s: %s\n" -msgstr "lpoptions: Impossibile aprire il file PPD per %s!\n" +#~ msgid "lpstat: The -b option requires a destination argument.\n" +#~ msgstr "lpstat: L'opzione -b richiede un argomento di destinazione.\n" + +#~ msgid "lpstat: Unable to connect to server %s on port %d: %s\n" +#~ msgstr "lpstat: Impossibile connettersi al server %s alla porta %d: %s\n" + +#~ msgid "lpstat: Unknown destination \"%s\"!\n" +#~ msgstr "lpstat: Destinazione \"%s\" sconosciuta!\n" + +#~ msgid "lpstat: Unknown option '%c'!\n" +#~ msgstr "lpstat: Opzione '%c' sconosciuta!\n" + +#~ msgid "lpstat: get-classes failed: %s\n" +#~ msgstr "lpstat: get-classes fallita: %s\n" + +#~ msgid "lpstat: get-jobs failed: %s\n" +#~ msgstr "lpstat: get-jobs fallita: %s\n" + +#~ msgid "lpstat: get-printers failed: %s\n" +#~ msgstr "lpstat: get-printers fallita: %s\n" diff --git a/locale/cups_ja.po b/locale/cups_ja.po index 377b89923..cc01f9e50 100644 --- a/locale/cups_ja.po +++ b/locale/cups_ja.po @@ -25,7 +25,7 @@ msgid "" msgstr "" "Project-Id-Version: CUPS 1.2\n" "Report-Msgid-Bugs-To: http://www.cups.org/str.php\n" -"POT-Creation-Date: 2007-01-23 09:19-0500\n" +"POT-Creation-Date: 2007-03-30 16:49-0400\n" "PO-Revision-Date: 2007-01-27 13:43+0900\n" "Last-Translator: Kenshi Muto \n" "Language-Team: Japanese \n" @@ -33,1780 +33,2442 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -msgid "Options Installed" -msgstr "インストールされたオプション" - -msgid "Class" -msgstr "クラス" +msgid "\t\t(all)\n" +msgstr "\t\t(すべて)\n" -msgid "Printer" -msgstr "プリンタ" +msgid "\t\t(none)\n" +msgstr "\t\t(なし)\n" -msgid "Extra" -msgstr "補助" +#, c-format +msgid "\t%d entries\n" +msgstr "\t%d エントリ\n" -msgid "General" -msgstr "一般" +msgid "\tAfter fault: continue\n" +msgstr "\t失敗後: 継続\n" -msgid "Media Size" -msgstr "用紙サイズ" +msgid "\tAlerts:" +msgstr "\t警報:" -msgid "Media Type" -msgstr "用紙形式" +msgid "\tBanner required\n" +msgstr "\tバナーが必要\n" -msgid "Media Source" -msgstr "給紙" +msgid "\tCharset sets:\n" +msgstr "\t文字セット:\n" -msgid "Output Mode" -msgstr "出力モード" +msgid "\tConnection: direct\n" +msgstr "\t接続: 直結\n" -msgid "Resolution" -msgstr "解像度" +msgid "\tConnection: remote\n" +msgstr "\t接続: リモート\n" -msgid "Variable" -msgstr "可変" +msgid "\tDefault page size:\n" +msgstr "\tデフォルト用紙サイズ:\n" -msgid "Yes" -msgstr "はい" +msgid "\tDefault pitch:\n" +msgstr "\tデフォルトピッチ:\n" -msgid "No" -msgstr "いいえ" +msgid "\tDefault port settings:\n" +msgstr "\tデフォルトポート設定:\n" -msgid "Auto" -msgstr "自動" +#, c-format +msgid "\tDescription: %s\n" +msgstr "\t説明: %s\n" msgid "" -"Enter your username and password or the root username and password to access " -"this page." +"\tForm mounted:\n" +"\tContent types: any\n" +"\tPrinter types: unknown\n" msgstr "" -"このページにアクセスするために、あなたのユーザ名とパスワード、あるいは root " -"のユーザ名とパスワードを入力してください。" +"\t用紙台:\n" +"\t内容形式: すべて\n" +"\tプリンタ形式: 未知\n" -msgid "You must use a https: URL to access this page." -msgstr "このページにアクセスするためには、https: URL を使う必要があります。" +msgid "\tForms allowed:\n" +msgstr "\t許可されている用紙:\n" #, c-format -msgid "Bad request version number %d.%d!" -msgstr "バージョン番号 %d.%d は無効なリクエストです!" - -msgid "No attributes in request!" -msgstr "リクエストに属性がありません!" +msgid "\tInterface: %s.ppd\n" +msgstr "\tインターフェイス: %s.ppd\n" #, c-format -msgid "Attribute groups are out of order (%x < %x)!" -msgstr "属性グループは範囲外です (%x < %x)!" +msgid "\tInterface: %s/interfaces/%s\n" +msgstr "\tインターフェイス: %s/interfaces/%s\n" -msgid "Missing required attributes!" -msgstr "必須の属性が設定されていません!" +#, c-format +msgid "\tInterface: %s/ppd/%s.ppd\n" +msgstr "\tインターフェイス: %s/ppd/%s.ppd\n" #, c-format -msgid "%s not supported!" -msgstr "%s はサポートされていません!" +msgid "\tLocation: %s\n" +msgstr "\t場所: %s\n" -msgid "The printer or class was not found." -msgstr "プリンタまたはクラスが見つかりませんでした。" +msgid "\tOn fault: no alert\n" +msgstr "\t失敗時: 警告なし\n" -msgid "" -"The printer-uri must be of the form \"ipp://HOSTNAME/classes/CLASSNAME\"." -msgstr "" -"printer-uri は、\"ipp://ホスト名/classes/クラス名\" 形式でなければなりませ" -"ん。" +msgid "\tUsers allowed:\n" +msgstr "\t許可されているユーザ:\n" -#, c-format -msgid "The printer-uri \"%s\" contains invalid characters." -msgstr "printer-uri \"%s\" には、無効な文字が含まれています。" +msgid "\tUsers denied:\n" +msgstr "\t拒否されているユーザ:\n" -#, c-format -msgid "A printer named \"%s\" already exists!" -msgstr "プリンタ名 \"%s\" はすでに存在します!" +msgid "\tdaemon present\n" +msgstr "\tデーモンは提供されています\n" -#, c-format -msgid "Attempt to set %s printer-state to bad value %d!" -msgstr "%s printer-state に 不正な値 %d を設定しようとしています!" +msgid "\tno entries\n" +msgstr "\tエントリがありません\n" #, c-format -msgid "add_class: Unknown printer-op-policy \"%s\"." -msgstr "add_class: \"%s\" は未知の printer-op-policy です。" +msgid "\tprinter is on device '%s' speed -1\n" +msgstr "\tプリンタはデバイス '%s'上。速度 -1\n" -#, c-format -msgid "add_class: Unknown printer-error-policy \"%s\"." -msgstr "add_class: \"%s\" は未知の printer-error-policy です。" +msgid "\tprinting is disabled\n" +msgstr "\t印刷は無効です\n" -msgid "Unable to allocate memory for file types!" -msgstr "ファイルタイプ用にメモリを割り当てられません!" +msgid "\tprinting is enabled\n" +msgstr "\t印刷は有効です\n" #, c-format -msgid "Character set \"%s\" not supported!" -msgstr "文字セット \"%s\" はサポートされていません!" +msgid "\tqueued for %s\n" +msgstr "\t%s にキューしました\n" -#, c-format -msgid "Language \"%s\" not supported!" -msgstr "言語 \"%s\" はサポートされていません!" +msgid "\tqueuing is disabled\n" +msgstr "\tキューは無効です\n" -#, c-format -msgid "The notify-user-data value is too large (%d > 63 octets)!" -msgstr "notify-user-data 値が大きすぎます (%d > 63 オクテット)!" +msgid "\tqueuing is enabled\n" +msgstr "\tキューは有効です\n" -msgid "" -"The notify-lease-duration attribute cannot be used with job subscriptions." -msgstr "" -"notify-lease-duration 属性は、ジョブサブスクリプションと一緒に使うことはでき" -"ません。" +msgid "\treason unknown\n" +msgstr "\t未知の理由\n" msgid "" -"The printer-uri must be of the form \"ipp://HOSTNAME/printers/PRINTERNAME\"." +"\n" +" DETAILED CONFORMANCE TEST RESULTS\n" msgstr "" -"printer-uri は \"ipp://ホスト名/printers/プリンタ名\" 形式でなければなりませ" -"ん。" +"\n" +" 適合テスト結果詳細\n" -#, c-format -msgid "A class named \"%s\" already exists!" -msgstr "クラス名 \"%s\" はすでに存在します!" +msgid " REF: Page 15, section 3.1.\n" +msgstr " REF: 15 ページ、セクション 3.1。\n" -#, c-format -msgid "" -"File device URIs have been disabled! To enable, see the FileDevice directive " -"in \"%s/cupsd.conf\"." -msgstr "" -"ファイルデバイス URI は無効になっています! 有効にするために、\"%s/cupsd.conf" -"\" の FileDevice ディレクティブを確認してください。" +msgid " REF: Page 15, section 3.2.\n" +msgstr " REF: 15 ページ、セクション 3.2。\n" -#, c-format -msgid "Bad device-uri \"%s\"!" -msgstr "\"%s\" は無効な device-uri です!" +msgid " REF: Page 19, section 3.3.\n" +msgstr " REF: 19 ページ、セクション 3.3。\n" -#, c-format -msgid "Bad port-monitor \"%s\"!" -msgstr "\"%s\" は無効な port-monitor です!" +msgid " REF: Page 20, section 3.4.\n" +msgstr " REF: 20 ページ、セクション 3.4。\n" -#, c-format -msgid "Bad printer-state value %d!" -msgstr "%d は無効な printer-state 値です!" +msgid " REF: Page 27, section 3.5.\n" +msgstr " REF: 27 ページ、セクション 3.5。\n" -#, c-format -msgid "Unknown printer-op-policy \"%s\"." -msgstr "\"%s\" は未知の printer-op-policy です。" +msgid " REF: Page 42, section 5.2.\n" +msgstr " REF: 42 ページ、セクション 5.2。\n" -#, c-format -msgid "Unknown printer-error-policy \"%s\"." -msgstr "\"%s\" は未知の printer-error-policy です。" +msgid " REF: Pages 16-17, section 3.2.\n" +msgstr " REF: 16-17 ページ、セクション 3.2。\n" -#, c-format -msgid "Unable to copy interface script - %s!" -msgstr "インターフェイススクリプトをコピーできません - %s!" +msgid " REF: Pages 42-45, section 5.2.\n" +msgstr " REF: 42-45 ページ、セクション 5.2。\n" -#, c-format -msgid "Unable to copy PPD file - %s!" -msgstr " PPD ファイルをコピーできません - %s!" +msgid " REF: Pages 45-46, section 5.2.\n" +msgstr " REF: 45-46 ページ、セクション 5.2。\n" -msgid "Unable to copy PPD file!" -msgstr "PPD ファイルをコピーできません!" +msgid " REF: Pages 48-49, section 5.2.\n" +msgstr " REF: 48-49 ページ、セクション 5.2。\n" -msgid "Got a printer-uri attribute but no job-id!" -msgstr "printer-uri 属性を取得しましたが、job-id を取得できませんでした!" +msgid " REF: Pages 52-54, section 5.2.\n" +msgstr " REF: 52-54 ページ、セクション 5.2。\n" #, c-format -msgid "Bad job-uri attribute \"%s\"!" -msgstr "\"%s\" は無効な job-uri 属性です!" +msgid " %-39.39s %.0f bytes\n" +msgstr " %-39.39s %.0f バイト\n" #, c-format -msgid "Job #%d doesn't exist!" -msgstr "ジョブ #%d は存在しません!" +msgid " PASS Default%s\n" +msgstr " 合格 Default%s\n" -#, c-format -msgid "Job #%d is not held for authentication!" -msgstr "ジョブ #%d は認証が行われていません!" +msgid " PASS DefaultImageableArea\n" +msgstr " 合格 DefaultImageableArea\n" -#, c-format -msgid "You are not authorized to authenticate job #%d owned by \"%s\"!" -msgstr "" -"あなたは \"%2$s\" の所有しているジョブ #%1$d を証明することを許可されていませ" -"ん!" +msgid " PASS DefaultPaperDimension\n" +msgstr " 合格 DefaultPaperDimension\n" -msgid "The printer-uri attribute is required!" -msgstr "printer-uri 属性は必須です!" +msgid " PASS FileVersion\n" +msgstr " 合格 FileVersion\n" -msgid "Missing requesting-user-name attribute!" -msgstr "requesting-user-name 属性が設定されていません!" +msgid " PASS FormatVersion\n" +msgstr " 合格 FormatVersion\n" -#, c-format -msgid "The printer-uri \"%s\" is not valid." -msgstr "printer-uri \"%s\" は有効ではありません。" +msgid " PASS LanguageEncoding\n" +msgstr " 合格 LanguageEncoding\n" -#, c-format -msgid "No active jobs on %s!" -msgstr "%s にはアクティブなジョブはありません!" +msgid " PASS LanguageVersion\n" +msgstr " 合格 LanguageVersion\n" -#, c-format -msgid "You are not authorized to delete job #%d owned by \"%s\"!" -msgstr "" -"あなたは \"%2$s\" の所有しているジョブ #%1$d を削除することを許可されていませ" -"ん!" +msgid " PASS Manufacturer\n" +msgstr " 合格 Manufacturer\n" -#, c-format -msgid "Job #%d is already %s - can't cancel." -msgstr "ジョブ #%d はすでに %s です - キャンセルできません。" +msgid " PASS ModelName\n" +msgstr " 合格 ModelName\n" -msgid "The printer or class is not shared!" -msgstr "プリンタまたはクラスは共有できません!" +msgid " PASS NickName\n" +msgstr " 合格 NickName\n" -#, c-format -msgid "Destination \"%s\" is not accepting jobs." -msgstr "宛先 \"%s\" はジョブを受け付けていません。" +msgid " PASS PCFileName\n" +msgstr " 合格 PCFileName\n" -#, c-format -msgid "Bad copies value %d." -msgstr "%d は不正なコピー値です。" +msgid " PASS PSVersion\n" +msgstr " 合格 PSVersion\n" -#, c-format -msgid "Bad page-ranges values %d-%d." -msgstr "%d-%d は不正な page-ranges 値です。" +msgid " PASS PageRegion\n" +msgstr " 合格 PageRegion\n" + +msgid " PASS PageSize\n" +msgstr " 合格 PageSize\n" + +msgid " PASS Product\n" +msgstr " 合格 Product\n" + +msgid " PASS ShortNickName\n" +msgstr " 合格 ShortNickName\n" + +#, c-format +msgid "" +" WARN \"%s %s\" conflicts with \"%s %s\"\n" +" (constraint=\"%s %s %s %s\")\n" +msgstr "" +" 警告 \"%s %s\" は \"%s %s\" と衝突します\n" +" (constraint=\"%s %s %s %s\")\n" + +#, c-format +msgid " WARN %s has no corresponding options!\n" +msgstr " 警告 %s は相当するオプションがありません!\n" + +#, c-format +msgid "" +" WARN %s shares a common prefix with %s\n" +" REF: Page 15, section 3.2.\n" +msgstr "" +" 警告 %s は %s と一般プリフィクスを共有します。\n" +" REF: 15 ページ、セクション 3.2。\n" + +msgid " WARN Default choices conflicting!\n" +msgstr " 警告 デフォルトの選択肢が衝突しています!\n" + +#, c-format +msgid "" +" WARN Duplex option keyword %s should be named Duplex or " +"JCLDuplex!\n" +" REF: Page 122, section 5.17\n" +msgstr "" +" 警告 複式オプションキーワード %s は Duplex あるいは JCLDuplex とい" +"う名前であるべきです!\n" +" REF: 122 ページ、セクション 5.17\n" + +msgid "" +" WARN File contains a mix of CR, LF, and CR LF line endings!\n" +msgstr "" +" 警告 ファイルが CR、LF、CR LF の行末を混在して含んでいます!\n" + +msgid "" +" WARN LanguageEncoding required by PPD 4.3 spec.\n" +" REF: Pages 56-57, section 5.3.\n" +msgstr "" +" 警告 LanguageEncoding は PPD 4.3 仕様で必須です。\n" +" REF: 56-57 ページ、セクション 5.3。\n" + +#, c-format +msgid " WARN Line %d only contains whitespace!\n" +msgstr " 警告 %d 行が空白だけです!\n" + +msgid "" +" WARN Manufacturer required by PPD 4.3 spec.\n" +" REF: Pages 58-59, section 5.3.\n" +msgstr "" +" 警告 Manufacturer は PPD 4.3 仕様で必須です。\n" +" REF: 58-59 ページ、セクション 5.3。\n" + +msgid "" +" WARN Non-Windows PPD files should use lines ending with only LF, " +"not CR LF!\n" +msgstr "" +" 警告 非 Windows PPD ファイルは、CR LF でなく LF のみを行末に使うべ" +"きです!\n" + +#, c-format +msgid "" +" WARN Obsolete PPD version %.1f!\n" +" REF: Page 42, section 5.2.\n" +msgstr "" +" 警告 PPD バージョン %.1f は時代遅れです!\n" +" REF: 42 ページ、セクション 5.2。\n" + +msgid "" +" WARN PCFileName longer than 8.3 in violation of PPD spec.\n" +" REF: Pages 61-62, section 5.3.\n" +msgstr "" +" 警告 8.3 文字より長い PCFileName は PPD 仕様違反です。\n" +" REF: 61-62 ページ、セクション 5.3。\n" + +msgid "" +" WARN Protocols contains PJL but JCL attributes are not set.\n" +" REF: Pages 78-79, section 5.7.\n" +msgstr "" +" 警告 プロトコルが PJL を含んでいますが JCL 属性が設定されていませ" +"ん。\n" +" REF: 78-79 ページ、セクション 5.7。\n" + +msgid "" +" WARN Protocols contains both PJL and BCP; expected TBCP.\n" +" REF: Pages 78-79, section 5.7.\n" +msgstr "" +" 警告 プロトコルが PJL と BCP の両方を含んでいます; TBCP を予測しま" +"す。\n" +" REF: 78-79 ページ、セクション 5.7。\n" + +msgid "" +" WARN ShortNickName required by PPD 4.3 spec.\n" +" REF: Pages 64-65, section 5.3.\n" +msgstr "" +" 警告 ShortNickName は PPD 4.3 仕様で必須です。\n" +" REF: 64-65 ページ、セクション 5.3。\n" + +#, c-format +msgid " **FAIL** %s %s does not exist!\n" +msgstr " **失敗** %s %s は存在しません!\n" + +#, c-format +msgid "" +" **FAIL** %s must be 1284DeviceID!\n" +" REF: Page 72, section 5.5\n" +msgstr "" +" **FAIL** %s は 1284DeviceID でなければなりません!\n" +" REF: 72 ページ、セクション 5.5\n" + +#, c-format +msgid "" +" **FAIL** BAD Default%s %s\n" +" REF: Page 40, section 4.5.\n" +msgstr "" +" **失敗** %2$s は不正な Default%1$s\n" +" REF: 40 ページ、セクション 4.5。\n" + +#, c-format +msgid "" +" **FAIL** BAD DefaultImageableArea %s!\n" +" REF: Page 102, section 5.15.\n" +msgstr "" +" **失敗** %s は不正な DefaultImageableArea です!\n" +" REF: 102 ページ、セクション 5.15。\n" + +#, c-format +msgid "" +" **FAIL** BAD DefaultPaperDimension %s!\n" +" REF: Page 103, section 5.15.\n" +msgstr "" +" **失敗** %s は不正な DefaultPaperDimension です!\n" +" REF: 103 ページ、セクション 5.15。\n" + +msgid "" +" **FAIL** BAD JobPatchFile attribute in file\n" +" REF: Page 24, section 3.4.\n" +msgstr "" +" **失敗** ファイルに不正な JobPatchFile 属性があります\n" +" REF: 24 ページ、セクション 3.4。\n" + +msgid "" +" **FAIL** BAD Manufacturer (should be \"HP\")\n" +" REF: Page 211, table D.1.\n" +msgstr "" +" **失敗** 不正な Manufacturer (\"HP\" でなければなりません)\n" +" REF: 211 ページ、表 D.1。\n" + +#, c-format +msgid "" +" **FAIL** BAD ModelName - \"%c\" not allowed in string.\n" +" REF: Pages 59-60, section 5.3.\n" +msgstr "" +" **失敗** 不正な ModelName - 文字列に \"%c\" は許可されていません。\n" +" REF: 59-60 ページ、セクション 5.3。\n" + +msgid "" +" **FAIL** BAD PSVersion - not \"(string) int\".\n" +" REF: Pages 62-64, section 5.3.\n" +msgstr "" +" **失敗** 不正な PSVersion - \"(文字列) 整数\" ではありません。\n" +" REF: 62-64 ページ、セクション 5.3。\n" + +msgid "" +" **FAIL** BAD Product - not \"(string)\".\n" +" REF: Page 62, section 5.3.\n" +msgstr "" +" **失敗** 不正な Product - \"(文字列)\" ではありません。\n" +" REF: 62 ページ、セクション 5.3。\n" + +msgid "" +" **FAIL** BAD ShortNickName - longer than 31 chars.\n" +" REF: Pages 64-65, section 5.3.\n" +msgstr "" +" **失敗** 不正な ShortNickName - 31 文字を超えています。\n" +" REF: 64-65 ページ、セクション 5.3。\n" + +#, c-format +msgid "" +" **FAIL** Bad %s choice %s!\n" +" REF: Page 122, section 5.17\n" +msgstr "" +" **FAIL** 不正な %s が %s を選んでいます!\n" +" REF: 122 ページ、セクション 5.17\n" + +#, c-format +msgid "" +" **FAIL** Bad %s choice %s!\n" +" REF: Page 84, section 5.9\n" +msgstr "" +" **失敗** 不正な %s が %s を選んでいます!\n" +" REF: 84 ページ、セクション 5.9\n" + +#, fuzzy, c-format +msgid " **FAIL** Bad UTF-8 \"%s\" translation string for option %s!\n" +msgstr " **失敗** \"%s\" 翻訳文字列 (オプション %s 用) がありません!\n" + +#, fuzzy, c-format +msgid "" +" **FAIL** Bad UTF-8 \"%s\" translation string for option %s, choice %" +"s!\n" +msgstr "" +" **失敗** \"%s\" 翻訳文字列 (オプション %s、選択 %s) がありません!\n" + +#, c-format +msgid " **FAIL** Bad cupsFilter value \"%s\"!\n" +msgstr " **失敗** \"%s\" は不正な cupsFilter 値です!\n" + +#, c-format +msgid " **FAIL** Bad language \"%s\"!\n" +msgstr " **失敗** 無効な言語 \"%s\" です!\n" + +#, c-format +msgid "" +" **FAIL** Default translation string for option %s choice %s contains " +"8-bit characters!\n" +msgstr "" +" **失敗** オプション %s、選択 %s のデフォルトの翻訳文字列が8ビット文字" +"を含んでいます!\n" + +#, c-format +msgid "" +" **FAIL** Default translation string for option %s contains 8-bit " +"characters!\n" +msgstr "" +" **失敗** オプション %s のデフォルトの翻訳文字列が8ビット文字を含んでい" +"ます!\n" + +#, c-format +msgid " **FAIL** Missing \"%s\" translation string for option %s!\n" +msgstr " **失敗** \"%s\" 翻訳文字列 (オプション %s 用) がありません!\n" + +#, c-format +msgid "" +" **FAIL** Missing \"%s\" translation string for option %s, choice %s!\n" +msgstr "" +" **失敗** \"%s\" 翻訳文字列 (オプション %s、選択 %s) がありません!\n" + +#, c-format +msgid "" +" **FAIL** REQUIRED %s does not define choice None!\n" +" REF: Page 122, section 5.17\n" +msgstr "" +" **失敗** 必須の %s が選択肢 None を定義していません!\n" +" REF: 122 ページ、セクション 5.17\n" + +#, c-format +msgid "" +" **FAIL** REQUIRED Default%s\n" +" REF: Page 40, section 4.5.\n" +msgstr "" +" **失敗** Default%s は必須\n" +" REF: 40 ページ、セクション 4.5。\n" + +msgid "" +" **FAIL** REQUIRED DefaultImageableArea\n" +" REF: Page 102, section 5.15.\n" +msgstr "" +" **失敗** DefaultImageableArea が必須\n" +" REF: 102 ページ、セクション 5.15。\n" + +msgid "" +" **FAIL** REQUIRED DefaultPaperDimension\n" +" REF: Page 103, section 5.15.\n" +msgstr "" +" **失敗** DefaultPaperDimension は必須\n" +" REF: 103 ページ、セクション 5.15。\n" + +msgid "" +" **FAIL** REQUIRED FileVersion\n" +" REF: Page 56, section 5.3.\n" +msgstr "" +" **失敗** FileVersion は必須\n" +" REF: 56 ページ、セクション 5.3。\n" + +msgid "" +" **FAIL** REQUIRED FormatVersion\n" +" REF: Page 56, section 5.3.\n" +msgstr "" +" **失敗** FormatVersion は必須\n" +" REF: 56 ページ、セクション 5.3。\n" + +#, c-format +msgid "" +" **FAIL** REQUIRED ImageableArea for PageSize %s\n" +" REF: Page 41, section 5.\n" +" REF: Page 102, section 5.15.\n" +msgstr "" +" **失敗** PageSize %s に ImageableArea は必須\n" +" REF: 41 ページ、セクション 5。\n" +" REF: 102 ページ、セクション 5.15。\n" + +msgid "" +" **FAIL** REQUIRED LanguageEncoding\n" +" REF: Pages 56-57, section 5.3.\n" +msgstr "" +" **失敗** LanguageEncoding は必須\n" +" REF: 56-57 ページ、セクション 5.3。\n" + +msgid "" +" **FAIL** REQUIRED LanguageVersion\n" +" REF: Pages 57-58, section 5.3.\n" +msgstr "" +" **失敗** LanguageVersion は必須\n" +" REF: 57-58 ページ、セクション 5.3。\n" + +msgid "" +" **FAIL** REQUIRED Manufacturer\n" +" REF: Pages 58-59, section 5.3.\n" +msgstr "" +" **失敗** Manufacturer は必須\n" +" REF: 58-59 ページ、セクション 5.3。\n" + +msgid "" +" **FAIL** REQUIRED ModelName\n" +" REF: Pages 59-60, section 5.3.\n" +msgstr "" +" **失敗** ModelName は必須\n" +" REF: 59-60 ページ、セクション 5.3。\n" + +msgid "" +" **FAIL** REQUIRED NickName\n" +" REF: Page 60, section 5.3.\n" +msgstr "" +" **失敗** NickName は必須\n" +" REF: 60 ページ、セクション 5.3。\n" + +msgid "" +" **FAIL** REQUIRED PCFileName\n" +" REF: Pages 61-62, section 5.3.\n" +msgstr "" +" **失敗** PCFileName は必須\n" +" REF: 61-62 ページ、セクション 5.3。\n" + +msgid "" +" **FAIL** REQUIRED PSVersion\n" +" REF: Pages 62-64, section 5.3.\n" +msgstr "" +" **失敗** PSVersion は必須\n" +" REF: 62-64 ページ、セクション 5.3。\n" + +msgid "" +" **FAIL** REQUIRED PageRegion\n" +" REF: Page 100, section 5.14.\n" +msgstr "" +" **失敗** PageRegion は必須\n" +" REF: 100 ページ、セクション 5.14。\n" + +msgid "" +" **FAIL** REQUIRED PageSize\n" +" REF: Page 41, section 5.\n" +" REF: Page 99, section 5.14.\n" +msgstr "" +" **失敗** PageSize は必須\n" +" REF: 41 ページ、セクション 5。\n" +" REF: 99 ページ、セクション 5.14。\n" + +msgid "" +" **FAIL** REQUIRED PageSize\n" +" REF: Pages 99-100, section 5.14.\n" +msgstr "" +" **失敗** PageSize は必須\n" +" REF: 99-100 ページ、セクション 5.14。\n" + +#, c-format +msgid "" +" **FAIL** REQUIRED PaperDimension for PageSize %s\n" +" REF: Page 41, section 5.\n" +" REF: Page 103, section 5.15.\n" +msgstr "" +" **失敗** PageSize %s に PaperDimension は必須\n" +" REF: 41 ページ、セクション 5。\n" +" REF: 103 ページ、セクション 5.15。\n" + +msgid "" +" **FAIL** REQUIRED Product\n" +" REF: Page 62, section 5.3.\n" +msgstr "" +" **失敗** Product は必須\n" +" REF: 62 ページ、セクション 5.3。\n" + +msgid "" +" **FAIL** REQUIRED ShortNickName\n" +" REF: Page 64-65, section 5.3.\n" +msgstr "" +" **失敗** ShortNickName は必須\n" +" REF: 64-65 ページ、セクション 5.3。\n" + +#, fuzzy, c-format +msgid " %d ERRORS FOUND\n" +msgstr " %d 個のエラー%s が見つかりました\n" + +#, c-format +msgid "" +" Bad %%%%BoundingBox: on line %d!\n" +" REF: Page 39, %%%%BoundingBox:\n" +msgstr "" +" 不正な %%%%BoundingBox: (%d 行)!\n" +" REF: 39 ページ、%%%%BoundingBox:\n" -msgid "Too many active jobs." -msgstr "アクティブなジョブが多すぎます。" +#, c-format +msgid "" +" Bad %%%%Page: on line %d!\n" +" REF: Page 53, %%%%Page:\n" +msgstr "" +" 不正な %%%%Page: (%d 行)!\n" +" REF: 53 ページ、%%%%Page:\n" -msgid "Quota limit reached." -msgstr "Quota の制限に達しました。" +#, c-format +msgid "" +" Bad %%%%Pages: on line %d!\n" +" REF: Page 43, %%%%Pages:\n" +msgstr "" +" 不正な %%%%Pages: (%d 行)!\n" +" REF: 43 ページ、%%%%Pages:\n" #, c-format -msgid "Unable to add job for destination \"%s\"!" -msgstr "宛先 \"%s\" にジョブを追加できません!" +msgid "" +" Line %d is longer than 255 characters (%d)!\n" +" REF: Page 25, Line Length\n" +msgstr "" +" %d 行が 255文字より長くなっています (%d)!\n" +" REF: 25 ページ、Line Length\n" -msgid "No subscription attributes in request!" -msgstr "リクエストにサブスクリプション属性がありません!" +msgid "" +" Missing %!PS-Adobe-3.0 on first line!\n" +" REF: Page 17, 3.1 Conforming Documents\n" +msgstr "" +" 先頭行に %!PS-Adobe-3.0 がありません!\n" +" REF: 17 ページ、3.1 Conforming Documents\n" -msgid "notify-events not specified!" -msgstr "notify-events が指定されていません!" +#, c-format +msgid "" +" Missing %%EndComments comment!\n" +" REF: Page 41, %%EndComments\n" +msgstr "" +" %%EndComments コメントが見つかりません!\n" +" REF: 41 ページ、%%EndComments\n" #, c-format -msgid "Job %d not found!" -msgstr "ジョブ %d は見つかりません!" +msgid "" +" Missing or bad %%BoundingBox: comment!\n" +" REF: Page 39, %%BoundingBox:\n" +msgstr "" +" %%BoundingBox: コメントが見つからないか不正です!\n" +" REF: 39 ページ、%%BoundingBox:\n" -msgid "No default printer" -msgstr "デフォルトプリンタはありません" +#, c-format +msgid "" +" Missing or bad %%Page: comments!\n" +" REF: Page 53, %%Page:\n" +msgstr "" +" %Page: コメントが見つからないか不正です!\n" +" REF: 53 ページ、%%Page:\n" -msgid "cups-deviced failed to execute." -msgstr "cups-deviced の実行に失敗しました。" +#, c-format +msgid "" +" Missing or bad %%Pages: comment!\n" +" REF: Page 43, %%Pages:\n" +msgstr "" +" %%Pages: コメントが見つからないか不正です!\n" +" REF: 43 ページ、%%Pages:\n" -msgid "cups-driverd failed to execute." -msgstr "cups-driverd の実行に失敗しました。" +msgid " NO ERRORS FOUND\n" +msgstr " エラーは見つかりませんでした\n" + +#, c-format +msgid " Saw %d lines that exceeded 255 characters!\n" +msgstr " 255文字を超える %d 行が見つかりました!\n" + +#, c-format +msgid " Too many %%BeginDocument comments!\n" +msgstr " %%BeginDocument コメントが多すぎます!\n" + +#, c-format +msgid " Too many %%EndDocument comments!\n" +msgstr " %%EndDocument コメントが多すぎます!\n" + +msgid " Warning: file contains binary data!\n" +msgstr " 警告: ファイルにバイナリデータが含まれています!\n" + +#, c-format +msgid " Warning: no %%EndComments comment in file!\n" +msgstr " 警告: ファイルに %%EndComments コメントがありません!\n" + +#, c-format +msgid " Warning: obsolete DSC version %.1f in file!\n" +msgstr " 警告: ファイルは時代遅れの DSC バージョン %.1f です!\n" + +msgid " FAIL\n" +msgstr " 失敗\n" + +#, c-format +msgid "" +" FAIL\n" +" **FAIL** Unable to open PPD file - %s\n" +msgstr "" +" 失敗\n" +" **失敗** PPD ファイルを開くことができません - %s\n" + +#, c-format +msgid "" +" FAIL\n" +" **FAIL** Unable to open PPD file - %s on line %d.\n" +msgstr "" +" 失敗\n" +" **失敗** PPD ファイルを開くことができません - %2$d 行の %1$s。\n" + +msgid " PASS\n" +msgstr " 合格\n" + +#, c-format +msgid "%-6s %-10.10s %-4d %-10d %-27.27s %.0f bytes\n" +msgstr "%-6s %-10.10s %-4d %-10d %-27.27s %.0f バイト\n" + +#, c-format +msgid "%-7s %-7.7s %-7d %-31.31s %.0f bytes\n" +msgstr "%-7s %-7.7s %-7d %-31.31s %.0f バイト\n" + +#, c-format +msgid "%s accepting requests since %s\n" +msgstr "%s は %s 以来リクエストを受け付けています\n" + +#, c-format +msgid "%s cannot be changed." +msgstr "%s は変更できません。" + +#, c-format +msgid "%s is not implemented by the CUPS version of lpc.\n" +msgstr "%s は lpc の CUPS バージョンでは実装されていません。\n" + +#, c-format +msgid "%s is not ready\n" +msgstr "%s は準備ができていません\n" + +#, c-format +msgid "%s is ready\n" +msgstr "%s は準備ができています\n" + +#, c-format +msgid "%s is ready and printing\n" +msgstr "%s は準備ができており印刷しています\n" + +#, c-format +msgid "" +"%s not accepting requests since %s -\n" +"\t%s\n" +msgstr "" +"%s は %s 以来リクエストを受け付けていません -\n" +"\t%s\n" + +#, c-format +msgid "%s not supported!" +msgstr "%s はサポートされていません!" + +#, c-format +msgid "%s/%s accepting requests since %s\n" +msgstr "%s/%s は %s 以来リクエストを受け付けています\n" + +#, c-format +msgid "" +"%s/%s not accepting requests since %s -\n" +"\t%s\n" +msgstr "" +"%s/%s は %s 以来リクエストを受け付けていません -\n" +"\t%s\n" + +#, c-format +msgid "%s: %-33.33s [job %d localhost]\n" +msgstr "%s: %-33.33s [ジョブ %d localhost]\n" + +#, c-format +msgid "%s: %s failed: %s\n" +msgstr "%s: %s 失敗しました: %s\n" + +#, c-format +msgid "%s: Don't know what to do!\n" +msgstr "%s: 何が起きているか不明です!\n" + +#, c-format +msgid "" +"%s: Error - %s environment variable names non-existent destination \"%s\"!\n" +msgstr "%s: エラー - 環境変数 %s が存在しない宛先 \"%s\" を指しています!\n" + +#, c-format +msgid "%s: Error - bad job ID!\n" +msgstr "%s: エラー - 不正なジョブ ID です!\n" + +#, c-format +msgid "%s: Error - cannot print files and alter jobs simultaneously!\n" +msgstr "" +"%s: エラー - ファイルを印刷できず、ジョブを同時に変えることができません!\n" + +#, c-format +msgid "" +"%s: Error - cannot print from stdin if files or a job ID are provided!\n" +msgstr "" +"%s: エラー - ファイルまたはジョブ ID が提供されている場合、標準入力から印刷で" +"きません。 \n" + +#, c-format +msgid "%s: Error - expected character set after '-S' option!\n" +msgstr "%s: エラー - '-S' オプションのあとには文字セットが必要です!\n" + +#, c-format +msgid "%s: Error - expected content type after '-T' option!\n" +msgstr "%s: エラー - '-T' オプションのあとにはコンテンツタイプが必要です!\n" + +#, c-format +msgid "%s: Error - expected copies after '-n' option!\n" +msgstr "%s: エラー - '-n' オプションのあとにはコピー数が必要です!\n" + +#, c-format +msgid "%s: Error - expected copy count after '-#' option!\n" +msgstr "%s: エラー - '-#' オプションのあとにはコピー数が必要です!\n" + +#, c-format +msgid "%s: Error - expected destination after '-P' option!\n" +msgstr "%s: エラー - '-P' オプションのあとには宛先が必要です!\n" + +#, c-format +msgid "%s: Error - expected destination after '-b' option!\n" +msgstr "%s: エラー - '-b' オプションのあとに宛先を指定する必要があります!\n" + +#, c-format +msgid "%s: Error - expected destination after '-d' option!\n" +msgstr "%s: '-d' オプションのあとにはプリンタ名が必要です!\n" + +#, c-format +msgid "%s: Error - expected form after '-f' option!\n" +msgstr "%s: エラー - '-f' オプションのあとには用紙名が必要です!\n" + +#, c-format +msgid "%s: Error - expected hold name after '-H' option!\n" +msgstr "%s: エラー - '-H' オプションのあとにはホールド名が必要です!\n" + +#, c-format +msgid "%s: Error - expected hostname after '-H' option!\n" +msgstr "%s: エラー - '-H' オプションのあとにはホスト名が必要です!\n" + +#, c-format +msgid "%s: Error - expected hostname after '-h' option!\n" +msgstr "%s: エラー - '-h' オプションのあとにはホスト名が必要です!\n" -msgid "No destinations added." -msgstr "追加された宛先はありません。" +#, c-format +msgid "%s: Error - expected mode list after '-y' option!\n" +msgstr "%s: エラー - '-y' オプションのあとにはモードリストが必要です!\n" #, c-format -msgid "notify-subscription-id %d no good!" -msgstr "notify-subscription-id %d は良くありません!" +msgid "%s: Error - expected name after '-%c' option!\n" +msgstr "%s: エラー - '-%c' オプションのあとには名前が必要です!\n" #, c-format -msgid "Job #%s does not exist!" -msgstr "ジョブ #%s は存在しません!" +msgid "%s: Error - expected option string after '-o' option!\n" +msgstr "%s: エラー - '-o' オプションのあとには文字列が必要です!\n" #, c-format -msgid "Job #%d does not exist!" -msgstr "ジョブ #%d は存在しません!" +msgid "%s: Error - expected page list after '-P' option!\n" +msgstr "%s: '-P' オプションのあとにはページリストが必要です!\n" -msgid "No subscriptions found." -msgstr "サブスクリプションが見つかりません。" +#, c-format +msgid "%s: Error - expected priority after '-%c' option!\n" +msgstr "%s: エラー - '-%c' オプションのあとには優先度が必要です!\n" #, c-format -msgid "Not authorized to hold job #%d owned by \"%s\"!" -msgstr "" -"\"%2$s\" の所有しているジョブ #%1$d をホールドすることを許可されていません!" +msgid "%s: Error - expected reason text after '-r' option!\n" +msgstr "%s: -r のあとには理由のテキストが必要です!\n" #, c-format -msgid "Job #%d is finished and cannot be altered!" -msgstr "ジョブ #%d は完了し、変更することはできません!" +msgid "%s: Error - expected title after '-t' option!\n" +msgstr "%s: エラー - '-t' オプションのあとにはタイトルが必要です!\n" #, c-format -msgid "You are not authorized to move job #%d owned by \"%s\"!" -msgstr "" -"あなたは \"%2$s\" の所有しているジョブ #%1$d を移動することを許可されていませ" -"ん!" +msgid "%s: Error - expected username after '-U' option!\n" +msgstr "%s: エラー - '-U' オプションのあとにはユーザ名が必要です!\n" -msgid "job-printer-uri attribute missing!" -msgstr "job-printer-uri 属性がありません!" +#, c-format +msgid "%s: Error - expected username after '-u' option!\n" +msgstr "%s: エラー - '-u' オプションのあとにはユーザ名が必要です!\n" #, c-format -msgid "Unsupported compression \"%s\"!" -msgstr "\"%s\" はサポートされていない圧縮です!" +msgid "%s: Error - expected value after '-%c' option!\n" +msgstr "%s: エラー - '-%c' オプションのあとには値が必要です!\n" -msgid "No file!?!" -msgstr "ファイルがありません!?!" +#, c-format +msgid "" +"%s: Error - need \"completed\", \"not-completed\", or \"all\" after '-W' " +"option!\n" +msgstr "" +"%s: エラー - '-W' オプションのあとには、\"completed\"、\"not-completed\"、" +"\"all\" のいずれかが必要です!\n" #, c-format -msgid "Could not scan type \"%s\"!" -msgstr "タイプ \"%s\" を検査できませんでした!" +msgid "%s: Error - no default destination available.\n" +msgstr "%s: エラー - 利用可能なデフォルトの宛先がありません。\n" #, c-format -msgid "Unsupported format '%s/%s'!" -msgstr "'%s/%s' はサポートされていない形式です!" +msgid "%s: Error - priority must be between 1 and 100.\n" +msgstr "%s: エラー - 優先度は 1 から 100 の間である必要があります。\n" -msgid "Printer not shared!" -msgstr "プリンタは共有されていません!" +#, c-format +msgid "%s: Error - scheduler not responding!\n" +msgstr "%s: エラー - スケジューラが応答していません!\n" #, c-format -msgid "Too many jobs - %d jobs, max jobs is %d." -msgstr "ジョブが多すぎます - %d ジョブ。最大ジョブ数は %d です。" +msgid "%s: Error - stdin is empty, so no job has been sent.\n" +msgstr "%s: エラー - 標準入力が空なので、ジョブは送られていません。\n" #, c-format -msgid "Job #%d is not held!" -msgstr "ジョブ #%d はホールドされていません!" +msgid "%s: Error - too many files - \"%s\"\n" +msgstr "%s: エラー - ファイルが多すぎます - \"%s\"\n" #, c-format -msgid "You are not authorized to release job id %d owned by \"%s\"!" -msgstr "" -"あなたは \"%2$s\" の所有しているジョブ ID %1$d を解放することを許可されていま" -"せん!" +msgid "%s: Error - unable to access \"%s\" - %s\n" +msgstr "%s: エラー - \"%s\" にアクセスできません - %s\n" #, c-format -msgid "Job #%d is not complete!" -msgstr "ジョブ #%d は完結していません!" +msgid "%s: Error - unable to create temporary file \"%s\" - %s\n" +msgstr "%s: エラー - テンポラリファイル \"%s\" を作成できません - %s\n" #, c-format -msgid "Job #%d cannot be restarted - no files!" -msgstr "ジョブ #%d は再起動できません - ファイルがありません!" +msgid "%s: Error - unable to write to temporary file \"%s\" - %s\n" +msgstr "%s: エラー - テンポラリファイル \"%s\" に書き込みできません - %s\n" #, c-format -msgid "You are not authorized to restart job id %d owned by \"%s\"!" -msgstr "" -"あなたは \"%2$s\" の所有しているジョブ ID %1$d を再開することを許可されていま" -"せん!" +msgid "%s: Error - unknown destination \"%s\"!\n" +msgstr "%s: エラー - \"%s\" は未知の宛先です!\n" #, c-format -msgid "You are not authorized to send document for job #%d owned by \"%s\"!" -msgstr "" -"あなたは \"%2$s\" の所有しているジョブ #%1$d にドキュメントを送信することを許" -"可されていません!" +msgid "%s: Error - unknown destination \"%s/%s\"!\n" +msgstr "%s: エラー - \"%s/%s\" は未知の宛先です!\n" #, c-format -msgid "Bad document-format \"%s\"!" -msgstr "\"%s\" は不正な document-format です!" +msgid "%s: Error - unknown option '%c'!\n" +msgstr "%s: エラー - '%c' は未知のオプションです!\n" #, c-format -msgid "You are not authorized to alter job id %d owned by \"%s\"!" -msgstr "" -"あなたは \"%2$s\" の所有しているジョブ ID %1$d を変更することを許可されていま" -"せん!" +msgid "%s: Expected job ID after '-i' option!\n" +msgstr "%s: '-i' オプションのあとにはジョブ ID が必要です!\n" #, c-format -msgid "%s cannot be changed." -msgstr "%s は変更できません。" +msgid "%s: Invalid destination name in list \"%s\"!\n" +msgstr "%s: リスト \"%s\" に無効な宛先名があります!\n" -msgid "Bad job-priority value!" -msgstr "不正な job-priority 値です!" +#, c-format +msgid "%s: Need job ID ('-i jobid') before '-H restart'!\n" +msgstr "%s: '-H restart' の前にはジョブ ID ('-i ジョブID') が必要です!\n" -msgid "Job is completed and cannot be changed." -msgstr "ジョブは完結し、変更できません。" +#, c-format +msgid "%s: Operation failed: %s\n" +msgstr "%s: 操作に失敗しました: %s\n" -msgid "Bad job-state value!" -msgstr "不正な job-state 値です!" +#, c-format +msgid "%s: Sorry, no encryption support compiled in!\n" +msgstr "%s: すみません、暗号化サポートはコンパイル時に組み込まれていません!\n" -msgid "Job state cannot be changed." -msgstr "ジョブの状態を変更できません。" +#, c-format +msgid "%s: Unable to connect to server\n" +msgstr "%s: サーバに接続できません\n" #, c-format -msgid "Unsupported compression attribute %s!" -msgstr "%s はサポートされていない圧縮属性です!" +msgid "%s: Unable to connect to server: %s\n" +msgstr "%s: サーバに接続できません: %s\n" #, c-format -msgid "Unsupported format \"%s\"!" -msgstr "\"%s\" はサポートされていない形式です!" +msgid "%s: Unable to contact server!\n" +msgstr "%s: サーバに連絡できません!\n" #, c-format -msgid "%s is not implemented by the CUPS version of lpc.\n" -msgstr "%s は lpc の CUPS バージョンでは実装されていません。\n" +msgid "%s: Unknown destination \"%s\"!\n" +msgstr "%s: \"%s\" は未知の宛先です!\n" +#, c-format msgid "" -"Commands may be abbreviated. Commands are:\n" -"\n" -"exit help quit status ?\n" +"%s: Warning - '%c' format modifier not supported - output may not be " +"correct!\n" msgstr "" -"コマンドは短縮できます。 コマンド:\n" -"\n" -"exit help quit status ?\n" - -msgid "help\t\tget help on commands\n" -msgstr "help\t\tコマンドのヘルプを取得\n" - -msgid "status\t\tshow status of daemon and queue\n" -msgstr "status\t\tデーモンとキューの状態を表示\n" - -msgid "?Invalid help command unknown\n" -msgstr "?無効なヘルプコマンドです\n" +"%s: 警告 - '%c' 形式修飾子はサポートされていません - 出力は正しくないものにな" +"るかもしれません!\n" #, c-format -msgid "\tprinter is on device '%s' speed -1\n" -msgstr "\tプリンタはデバイス '%s'上。速度 -1\n" +msgid "%s: Warning - character set option ignored!\n" +msgstr "%s: 警告 - 文字セットオプションは無視されます!\n" -msgid "\tqueuing is enabled\n" -msgstr "\tキューは有効です\n" +#, c-format +msgid "%s: Warning - content type option ignored!\n" +msgstr "%s: 警告 - コンテンツタイプオプションは無視されます!\n" -msgid "\tqueuing is disabled\n" -msgstr "\tキューは無効です\n" +#, c-format +msgid "%s: Warning - form option ignored!\n" +msgstr "%s: 警告 - 用紙オプションは無視されます!\n" -msgid "\tprinting is enabled\n" -msgstr "\t印刷は有効です\n" +#, c-format +msgid "%s: Warning - mode option ignored!\n" +msgstr "%s: 警告 - モードオプションは無視されます!\n" -msgid "\tprinting is disabled\n" -msgstr "\t印刷は無効です\n" +#, c-format +msgid "" +"%s: error - %s environment variable names non-existent destination \"%s\"!\n" +msgstr "%s: エラー - 環境変数 %s が存在しない宛先 \"%s\" を指しています!\n" -msgid "\tno entries\n" -msgstr "\tエントリがありません\n" +#, c-format +msgid "%s: error - expected option=value after '-o' option!\n" +msgstr "%s: '-o' オプションのあとには オプション=値 が必要です!\n" #, c-format -msgid "\t%d entries\n" -msgstr "\t%d エントリ\n" +msgid "%s: error - no default destination available.\n" +msgstr "%s: エラー - 利用可能なデフォルトの宛先がありません。\n" -msgid "\tdaemon present\n" -msgstr "\tデーモンは提供されています\n" +msgid "?Invalid help command unknown\n" +msgstr "?無効なヘルプコマンドです\n" -msgid "lpq: Unable to contact server!\n" -msgstr "lpq: サーバに連絡できません!\n" +msgid "A Samba password is required to export printer drivers!" +msgstr "プリンタドライバをエキスポートするには Samba のパスワードが必要です!" -#, c-format -msgid "%s: Sorry, no encryption support compiled in!\n" -msgstr "%s: すみません、暗号化サポートはコンパイル時に組み込まれていません!\n" +msgid "A Samba username is required to export printer drivers!" +msgstr "プリンタドライバをエキスポートするには、Samba のユーザ名が必要です!" #, c-format -msgid "lpq: Unknown destination \"%s/%s\"!\n" -msgstr "lpq: \"%s/%s\" は未知の宛先です!\n" +msgid "A class named \"%s\" already exists!" +msgstr "クラス名 \"%s\" はすでに存在します!" #, c-format -msgid "lpq: Unknown destination \"%s\"!\n" -msgstr "lpq: \"%s\" は未知の宛先です!\n" +msgid "A printer named \"%s\" already exists!" +msgstr "プリンタ名 \"%s\" はすでに存在します!" -#, c-format -msgid "" -"lp: error - %s environment variable names non-existent destination \"%s\"!\n" -msgstr "lp: エラー - 環境変数 %s が存在しない宛先 \"%s\" を指しています!\n" +msgid "Accept Jobs" +msgstr "ジョブの受け付け" -msgid "lpq: error - no default destination available.\n" -msgstr "lpq: エラー - 利用可能なデフォルトの宛先がありません。\n" +msgid "Add Class" +msgstr "クラスの追加" -#, c-format -msgid "lpq: get-jobs failed: %s\n" -msgstr "lpq: get-jobs に失敗しました: %s\n" +msgid "Add Printer" +msgstr "プリンタの追加" -msgid "" -"Rank Owner Pri Job Files Total Size\n" +msgid "Add RSS Subscription" msgstr "" -"ランク 所有者 優先 ジョブ ファイル 合計サイズ\n" -msgid "Rank Owner Job File(s) Total Size\n" -msgstr "" -"Rank Owner Job File(s) Total Size\n" -"ランク 所有者 ジョブ ファイル 合計サイズ\n" +msgid "Administration" +msgstr "管理" #, c-format -msgid "%s: %-33.33s [job %d localhost]\n" -msgstr "%s: %-33.33s [ジョブ %d localhost]\n" +msgid "Attempt to set %s printer-state to bad value %d!" +msgstr "%s printer-state に 不正な値 %d を設定しようとしています!" #, c-format -msgid " %-39.39s %.0f bytes\n" -msgstr " %-39.39s %.0f バイト\n" +msgid "Attribute groups are out of order (%x < %x)!" +msgstr "属性グループは範囲外です (%x < %x)!" -#, c-format -msgid "%-6s %-10.10s %-4d %-10d %-27.27s %.0f bytes\n" -msgstr "%-6s %-10.10s %-4d %-10d %-27.27s %.0f バイト\n" +msgid "Bad OpenGroup" +msgstr "不正な OpenGroup" + +msgid "Bad OpenUI/JCLOpenUI" +msgstr "不正な OpenUI/JCLOpenUI" + +msgid "Bad OrderDependency" +msgstr "不正な OrderDependency" + +msgid "Bad UIConstraints" +msgstr "不正な UIConstraints" #, c-format -msgid "%-7s %-7.7s %-7d %-31.31s %.0f bytes\n" -msgstr "%-7s %-7.7s %-7d %-31.31s %.0f バイト\n" +msgid "Bad copies value %d." +msgstr "%d は不正なコピー値です。" -msgid "no entries\n" -msgstr "エントリがありません\n" +msgid "Bad custom parameter" +msgstr "不正なカスタムパラメータ" #, c-format -msgid "lpq: get-printer-attributes failed: %s\n" -msgstr "lpq: get-printer-attributes に失敗しました: %s\n" +msgid "Bad device-uri \"%s\"!" +msgstr "\"%s\" は無効な device-uri です!" #, c-format -msgid "%s is ready\n" -msgstr "%s は準備ができています\n" +msgid "Bad document-format \"%s\"!" +msgstr "\"%s\" は不正な document-format です!" + +msgid "Bad job-priority value!" +msgstr "不正な job-priority 値です!" + +msgid "Bad job-state value!" +msgstr "不正な job-state 値です!" #, c-format -msgid "%s is ready and printing\n" -msgstr "%s は準備ができており印刷しています\n" +msgid "Bad job-uri attribute \"%s\"!" +msgstr "\"%s\" は無効な job-uri 属性です!" #, c-format -msgid "%s is not ready\n" -msgstr "%s は準備ができていません\n" +msgid "Bad notify-pull-method \"%s\"!" +msgstr "\"%s\" は無効な notify-pull-method です!" + +#, fuzzy, c-format +msgid "Bad notify-recipient-uri URI \"%s\"!" +msgstr "\"%s\" は不正な notify-recipient URI です!" -msgid "Usage: lpq [-P dest] [-l] [+interval]\n" -msgstr "使い方: lpq [-P 宛先] [-l] [+インターバル]\n" +#, fuzzy, c-format +msgid "Bad number-up value %d." +msgstr "%d は不正なコピー値です。" #, c-format -msgid "lpr: error - expected value after -%c option!\n" -msgstr "lpr: エラー - -%c オプションのあとには値が必要です!\n" +msgid "Bad option + choice on line %d!" +msgstr "%d 行に不正なオプションと選択があります!" #, c-format -msgid "" -"lpr: warning - '%c' format modifier not supported - output may not be " -"correct!\n" -msgstr "" -"lpr: 警告 - '%c' 形式修飾子はサポートされていません - 出力は正しくないものに" -"なるかもしれません!\n" +msgid "Bad page-ranges values %d-%d." +msgstr "%d-%d は不正な page-ranges 値です。" -msgid "lpr: error - expected option=value after -o option!\n" -msgstr "lpr: エラー - -o オプションのあとには オプション=値 が必要です!\n" +#, c-format +msgid "Bad port-monitor \"%s\"!" +msgstr "\"%s\" は無効な port-monitor です!" -msgid "lpr: warning - email notification is not currently supported!\n" -msgstr "lpr: 警告 - メール通知は現在サポートされていません!\n" +#, c-format +msgid "Bad printer-state value %d!" +msgstr "%d は無効な printer-state 値です!" -msgid "lpr: error - expected destination after -P option!\n" -msgstr "lpr: エラー - -P オプションのあとには宛先が必要です!\n" +#, c-format +msgid "Bad request version number %d.%d!" +msgstr "バージョン番号 %d.%d は無効なリクエストです!" -msgid "lpr: error - expected copy count after -# option!\n" -msgstr "lpr: エラー - -# オプションのあとにはコピー数が必要です!\n" +#, fuzzy +msgid "Bad subscription ID!" +msgstr "サブスクリプションが見つかりません。" -#, c-format -msgid "lpr: error - expected name after -%c option!\n" -msgstr "lpr: エラー - -%c オプションのあとには名前が必要です!\n" +msgid "Banners" +msgstr "バナー" -msgid "lpr: error - expected username after -U option!\n" -msgstr "lpr: エラー - -U オプションのあとにはユーザ名が必要です!\n" +msgid "Cancel RSS Subscription" +msgstr "" -#, c-format -msgid "lpr: error - unknown option '%c'!\n" -msgstr "lpr: エラー - '%c' は未知のオプションです!\n" +msgid "Change Settings" +msgstr "設定の変更" #, c-format -msgid "lpr: error - unable to access \"%s\" - %s\n" -msgstr "lpr: エラー - \"%s\" にアクセスできません - %s\n" +msgid "Character set \"%s\" not supported!" +msgstr "文字セット \"%s\" はサポートされていません!" -#, c-format -msgid "lpr: error - too many files - \"%s\"\n" -msgstr "lpr: エラー - ファイルが多すぎます - \"%s\"\n" +msgid "Classes" +msgstr "クラス" -#, c-format msgid "" -"lpr: error - %s environment variable names non-existent destination \"%s\"!\n" -msgstr "lpr: エラー - 環境変数 %s が存在しない宛先 \"%s\" を指しています!\n" +"Commands may be abbreviated. Commands are:\n" +"\n" +"exit help quit status ?\n" +msgstr "" +"コマンドは短縮できます。 コマンド:\n" +"\n" +"exit help quit status ?\n" -msgid "lpr: error - no default destination available.\n" -msgstr "lpr: エラー - 利用可能なデフォルトの宛先がありません。\n" +#, c-format +msgid "Could not scan type \"%s\"!" +msgstr "タイプ \"%s\" を検査できませんでした!" -msgid "lpr: error - scheduler not responding!\n" -msgstr "lpr: エラー - スケジューラが応答していません!\n" +msgid "Cover open." +msgstr "" -#, c-format -msgid "lpr: error - unable to create temporary file \"%s\" - %s\n" -msgstr "lpr: エラー - テンポラリファイル \"%s\" を作成できません - %s\n" +msgid "Custom" +msgstr "カスタム" #, c-format -msgid "lpr: error - unable to write to temporary file \"%s\" - %s\n" -msgstr "lpr: エラー - テンポラリファイル \"%s\" に書き込めません - %s\n" +msgid "DEBUG: %d files to send in job...\n" +msgstr "" -msgid "lpr: error - stdin is empty, so no job has been sent.\n" -msgstr "lpr: エラー - 標準入力が空なので、ジョブは送られていません。\n" +msgid "DEBUG: Getting supported attributes...\n" +msgstr "" #, c-format -msgid "lpr: error - unable to print file: %s\n" -msgstr "lpr: エラー - ファイルを印刷できません: %s\n" +msgid "DEBUG: Sending print file, %lld bytes...\n" +msgstr "" -msgid "lprm: Unable to contact server!\n" -msgstr "lprm: サーバに連絡できません!\n" +msgid "Delete Class" +msgstr "クラスの削除" -#, c-format -msgid "lprm: Unknown destination \"%s\"!\n" -msgstr "lprm: \"%s\" は未知の宛先です!\n" +msgid "Delete Printer" +msgstr "プリンタの削除" #, c-format -msgid "lprm: Unknown option '%c'!\n" -msgstr "lprm: '%c' は未知のオプションです!\n" +msgid "Destination \"%s\" is not accepting jobs." +msgstr "宛先 \"%s\" はジョブを受け付けていません。" -msgid "lprm: Job or printer not found!\n" -msgstr "lprm: ジョブまたはプリンタが見つかりません!\n" +msgid "Developer almost empty." +msgstr "" -msgid "lprm: Not authorized to lprm job(s)!\n" -msgstr "lprm: lprm ジョブ の実行は許可されていません!\n" +msgid "Developer empty!" +msgstr "" #, c-format -msgid "lprm: You don't own job ID %d!\n" -msgstr "lprm: あなたはジョブ ID %d の所有者ではありません!\n" +msgid "" +"Device: uri = %s\n" +" class = %s\n" +" info = %s\n" +" make-and-model = %s\n" +" device-id = %s\n" +msgstr "" +"デバイス: uri = %s\n" +" class = %s\n" +" info = %s\n" +" make-and-model = %s\n" +" device-id = %s\n" -msgid "lprm: Unable to lprm job(s)!\n" -msgstr "lprm: lprm ジョブ ができません!\n" +msgid "Door open." +msgstr "" -msgid "lprm: Unable to cancel job(s)!\n" -msgstr "lprm: ジョブをキャンセルできません!\n" +#, fuzzy, c-format +msgid "EMERG: Unable to allocate memory for page info: %s\n" +msgstr "ファイルタイプ用にメモリを割り当てられません!" -#, c-format -msgid "%s: Don't know what to do!\n" -msgstr "%s: 何が起きているか不明です!\n" +#, fuzzy, c-format +msgid "EMERG: Unable to allocate memory for pages array: %s\n" +msgstr "ファイルタイプ用にメモリを割り当てられません!" -#, c-format -msgid "%s: Expected server name after -h!\n" -msgstr "%s: -h のあとにはサーバ名が必要です!\n" +#, fuzzy, c-format +msgid "ERROR: %ld: Unable to send print file to printer (canceled:%ld)\n" +msgstr "lpoptions: プリンタまたはインスタンスを追加できません: %s\n" #, c-format -msgid "%s: Expected reason text after -r!\n" -msgstr "%s: -r のあとには理由のテキストが必要です!\n" +msgid "ERROR: Bad %%BoundingBox: comment seen!\n" +msgstr "" #, c-format -msgid "%s: Unknown option '%c'!\n" -msgstr "%s: '%c' は未知のオプションです!\n" +msgid "ERROR: Bad %%IncludeFeature: comment!\n" +msgstr "" #, c-format -msgid "%s: Unable to connect to server: %s\n" -msgstr "%s: サーバに接続できません: %s\n" +msgid "ERROR: Bad %%Page: comment in file!\n" +msgstr "" #, c-format -msgid "%s: Operation failed: %s\n" -msgstr "%s: 操作に失敗しました: %s\n" - -msgid "cancel: Error - expected hostname after '-h' option!\n" -msgstr "cancel: エラー - '-h' オプションのあとにはホスト名が必要です!\n" +msgid "ERROR: Bad %%PageBoundingBox: comment in file!\n" +msgstr "" -msgid "cancel: Error - expected username after '-u' option!\n" -msgstr "cancel: エラー - '-u' オプションのあとにはユーザ名が必要です!\n" +#, fuzzy, c-format +msgid "ERROR: Bad SCSI device file \"%s\"!\n" +msgstr "\"%s\" は無効な device-uri です!" #, c-format -msgid "cancel: Unknown option '%c'!\n" -msgstr "cancel: '%c' は未知のオプションです!\n" +msgid "ERROR: Bad charset file %s\n" +msgstr "" #, c-format -msgid "cancel: Unknown destination \"%s\"!\n" -msgstr "cancel: \"%s\" は未知の宛先です!\n" - -msgid "cancel: Unable to contact server!\n" -msgstr "cancel: サーバに連絡できません!\n" +msgid "ERROR: Bad charset type %s\n" +msgstr "" #, c-format -msgid "cancel: %s failed: %s\n" -msgstr "cancel: %s 失敗しました: %s\n" +msgid "ERROR: Bad font description line: %s\n" +msgstr "" -#, c-format -msgid "cupsaddsmb: Missing value on line %d!\n" -msgstr "cupsaddsmb: %d 行に値がありません!\n" +msgid "ERROR: Bad page setup!\n" +msgstr "" #, c-format -msgid "cupsaddsmb: Missing double quote on line %d!\n" -msgstr "cupsaddsmb: %d 行に二重引用符がありません!\n" +msgid "ERROR: Bad text direction %s\n" +msgstr "" #, c-format -msgid "cupsaddsmb: Bad option + choice on line %d!\n" -msgstr "cupsaddsmb: %d 行に不正なオプションと選択があります!\n" +msgid "ERROR: Bad text width %s\n" +msgstr "" -#, c-format -msgid "cupsaddsmb: Unable to connect to server \"%s\" for %s - %s\n" -msgstr "cupsaddsmb: %1$s のサーバ \"%2$s\" に接続できません - %s\n" +msgid "ERROR: Destination printer does not exist!\n" +msgstr "" #, c-format -msgid "cupsaddsmb: No PPD file for printer \"%s\" - skipping!\n" +msgid "ERROR: Duplicate %%BoundingBox: comment seen!\n" msgstr "" -"cupsaddsmb: プリンタ \"%s\" の PPD ファイルがありません - スキップします!\n" #, c-format -msgid "cupsaddsmb: get-printer-attributes failed for \"%s\": %s\n" -msgstr "cupsaddsmb: \"%s\" の get-printer-attributes に失敗しました: %s\n" +msgid "ERROR: Duplicate %%Pages: comment seen!\n" +msgstr "" -#, c-format -msgid "cupsaddsmb: Unable to convert PPD file for %s - %s\n" -msgstr "cupsaddsmb: %s の PPD ファイルを変換できません - %s\n" +#, fuzzy +msgid "ERROR: Empty print file!\n" +msgstr "PPD ファイルが空です!" -#, c-format -msgid "cupsaddsmb: Unable to copy Windows 2000 printer driver files (%d)!\n" +msgid "ERROR: Invalid HP-GL/2 command seen, unable to print file!\n" msgstr "" -"cupsaddsmb: Windows 2000 プリンタドライバファイルをコピーできません (%d)!\n" #, c-format -msgid "cupsaddsmb: Unable to copy CUPS printer driver files (%d)!\n" -msgstr "cupsaddsmb: CUPS プリンタドライバファイルをコピーできません (%d)!\n" +msgid "ERROR: Missing %%EndProlog!\n" +msgstr "" #, c-format -msgid "cupsaddsmb: Unable to install Windows 2000 printer driver files (%d)!\n" +msgid "ERROR: Missing %%EndSetup!\n" msgstr "" -"cupsaddsmb: Windows 2000 プリンタドライバファイルをインストールできません (%" -"d)!\n" -#, c-format -msgid "cupsaddsmb: Unable to copy Windows 9x printer driver files (%d)!\n" +msgid "" +"ERROR: Missing device URI on command-line and no DEVICE_URI environment " +"variable!\n" msgstr "" -"cupsaddsmb: Windows 9x プリンタドライバファイルをコピーできません (%d)!\n" #, c-format -msgid "cupsaddsmb: Unable to install Windows 9x printer driver files (%d)!\n" +msgid "ERROR: No %%BoundingBox: comment in header!\n" msgstr "" -"cupsaddsmb: Windows 9x プリンタドライバファイルをインストールできません (%" -"d)!\n" #, c-format -msgid "cupsaddsmb: Unable to set Windows printer driver (%d)!\n" -msgstr "cupsaddsmb: Windows プリンタドライバを設定できません (%d)!\n" +msgid "ERROR: No %%Pages: comment in header!\n" +msgstr "" msgid "" -"Usage: cupsaddsmb [options] printer1 ... printerN\n" -" cupsaddsmb [options] -a\n" -"\n" -"Options:\n" -" -H samba-server Use the named SAMBA server\n" -" -U samba-user Authenticate using the named SAMBA user\n" -" -a Export all printers\n" -" -h cups-server Use the named CUPS server\n" -" -v Be verbose (show commands)\n" +"ERROR: No device URI found in argv[0] or in DEVICE_URI environment " +"variable!\n" msgstr "" -"Usage: cupsaddsmb [オプション] プリンタ1 ... プリンタN\n" -" cupsaddsmb [オプション] -a\n" -"\n" -"Options:\n" -" -H sambaサーバ 指定の SAMBA サーバを使う\n" -" -U sambaユーザ 指定の SAMBA ユーザ名で認証する\n" -" -a すべてのプリンタをエキスポートする\n" -" -h cupsサーバ 指定の CUPS サーバを使う\n" -" -v 冗長にする (コマンドを表示する)\n" -msgid "cupstestppd: The -q option is incompatible with the -v option.\n" -msgstr "cupstestppd: -q オプションは -v オプションと両立できません。\n" +msgid "ERROR: No pages found!\n" +msgstr "" -msgid "cupstestppd: The -v option is incompatible with the -q option.\n" -msgstr "cupstestppd: -v オプションは -q オプションと両立できません。\n" +msgid "ERROR: Out of paper!\n" +msgstr "" + +msgid "ERROR: PRINTER environment variable not defined!\n" +msgstr "" #, c-format -msgid "" -" FAIL\n" -" **FAIL** Unable to open PPD file - %s\n" +msgid "ERROR: Print file was not accepted (%s)!\n" msgstr "" -" 失敗\n" -" **失敗** PPD ファイルを開くことができません - %s\n" + +#, fuzzy +msgid "ERROR: Printer not responding!\n" +msgstr "プリンタは共有されていません!" #, c-format -msgid "" -" FAIL\n" -" **FAIL** Unable to open PPD file - %s on line %d.\n" +msgid "ERROR: Remote host did not accept control file (%d)\n" msgstr "" -" 失敗\n" -" **失敗** PPD ファイルを開くことができません - %2$d 行の %1$s。\n" -msgid " REF: Page 42, section 5.2.\n" -msgstr " REF: 42 ページ、セクション 5.2。\n" +#, c-format +msgid "ERROR: Remote host did not accept data file (%d)\n" +msgstr "" -msgid " REF: Page 20, section 3.4.\n" -msgstr " REF: 20 ページ、セクション 3.4。\n" +#, fuzzy, c-format +msgid "ERROR: Unable to add file %d to job: %s\n" +msgstr "lpadmin: ファイル \"%s\" を開くことができません: %s\n" -msgid " REF: Pages 45-46, section 5.2.\n" -msgstr " REF: 45-46 ページ、セクション 5.2。\n" +#, fuzzy, c-format +msgid "ERROR: Unable to cancel job %d: %s\n" +msgstr "lprm: ジョブをキャンセルできません!\n" -msgid " REF: Pages 42-45, section 5.2.\n" -msgstr " REF: 42-45 ページ、セクション 5.2。\n" +#, fuzzy, c-format +msgid "ERROR: Unable to create temporary compressed print file: %s\n" +msgstr "lpadmin: テンポラリファイルを作成できません: %s\n" -msgid " REF: Pages 48-49, section 5.2.\n" -msgstr " REF: 48-49 ページ、セクション 5.2。\n" +#, fuzzy, c-format +msgid "ERROR: Unable to create temporary file - %s.\n" +msgstr "lpadmin: テンポラリファイルを作成できません - %s\n" -msgid " REF: Pages 52-54, section 5.2.\n" -msgstr " REF: 52-54 ページ、セクション 5.2。\n" +#, fuzzy, c-format +msgid "ERROR: Unable to create temporary file: %s\n" +msgstr "lpadmin: テンポラリファイルを作成できません: %s\n" -msgid " REF: Page 15, section 3.2.\n" -msgstr " REF: 15 ページ、セクション 3.2。\n" +#, fuzzy, c-format +msgid "ERROR: Unable to exec pictwpstops: %s\n" +msgstr "%s: サーバに接続できません: %s\n" -msgid " REF: Page 15, section 3.1.\n" -msgstr " REF: 15 ページ、セクション 3.1。\n" +#, fuzzy, c-format +msgid "ERROR: Unable to fork pictwpstops: %s\n" +msgstr "プロセスをフォークできません!" -msgid " REF: Pages 16-17, section 3.2.\n" -msgstr " REF: 16-17 ページ、セクション 3.2。\n" +#, fuzzy, c-format +msgid "ERROR: Unable to get PPD file for printer \"%s\" - %s.\n" +msgstr "cupsaddsmb: プリンタ \"%s\" の PPD ファイルがありません - %s\n" -msgid " REF: Page 19, section 3.3.\n" -msgstr " REF: 19 ページ、セクション 3.3。\n" +#, fuzzy, c-format +msgid "ERROR: Unable to get job %d attributes (%s)!\n" +msgstr "プリンタ属性を取得できません!" -msgid " REF: Page 27, section 3.5.\n" -msgstr " REF: 27 ページ、セクション 3.5。\n" +#, fuzzy, c-format +msgid "ERROR: Unable to get printer status (%s)!\n" +msgstr "プリンタの状態を取得できません:" -msgid "" -"\n" -" DETAILED CONFORMANCE TEST RESULTS\n" +#, fuzzy, c-format +msgid "ERROR: Unable to locate printer '%s'!\n" +msgstr "プリンタを変更できません:" + +#, fuzzy, c-format +msgid "ERROR: Unable to open \"%s\" - %s\n" +msgstr "lp: \"%s\" にアクセスできません - %s\n" + +#, fuzzy, c-format +msgid "ERROR: Unable to open %s: %s\n" +msgstr "\"%s\" を実行できません: %s\n" + +#, fuzzy, c-format +msgid "ERROR: Unable to open device file \"%s\": %s\n" +msgstr "lpadmin: ファイル \"%s\" を開くことができません: %s\n" + +#, fuzzy, c-format +msgid "ERROR: Unable to open file \"%s\" - %s\n" +msgstr "lpadmin: ファイル \"%s\" を開くことができません: %s\n" + +#, fuzzy, c-format +msgid "ERROR: Unable to open file \"%s\": %s\n" +msgstr "lpadmin: ファイル \"%s\" を開くことができません: %s\n" + +#, fuzzy +msgid "ERROR: Unable to open image file for printing!\n" +msgstr "lpoptions: %s の PPD ファイルを開くことができません!\n" + +#, fuzzy, c-format +msgid "ERROR: Unable to open print file \"%s\": %s\n" +msgstr "lpadmin: ファイル \"%s\" を開くことができません: %s\n" + +#, fuzzy, c-format +msgid "ERROR: Unable to open print file %s - %s\n" +msgstr "lpadmin: PPD ファイル \"%s\" を開くことができません - %s\n" + +#, fuzzy, c-format +msgid "ERROR: Unable to open print file %s: %s\n" +msgstr "lp: ファイルを印刷できません: %s\n" + +#, fuzzy, c-format +msgid "ERROR: Unable to open temporary compressed print file: %s\n" +msgstr "lpadmin: テンポラリファイルを作成できません: %s\n" + +#, c-format +msgid "ERROR: Unable to seek to offset %ld in file - %s\n" msgstr "" -"\n" -" 適合テスト結果詳細\n" #, c-format -msgid " WARN %s has no corresponding options!\n" -msgstr " 警告 %s は相当するオプションがありません!\n" +msgid "ERROR: Unable to seek to offset %lld in file - %s\n" +msgstr "" -msgid " FAIL\n" -msgstr " 失敗\n" +#, fuzzy, c-format +msgid "ERROR: Unable to send print data (%d)\n" +msgstr "Windows プリンタドライバを設定できません (%d)!\n" -msgid "" -" **FAIL** REQUIRED DefaultImageableArea\n" -" REF: Page 102, section 5.15.\n" +#, c-format +msgid "ERROR: Unable to wait for pictwpstops: %s\n" msgstr "" -" **失敗** DefaultImageableArea が必須\n" -" REF: 102 ページ、セクション 5.15。\n" + +#, fuzzy, c-format +msgid "ERROR: Unable to write %d bytes to \"%s\": %s\n" +msgstr "\"%s\" を実行できません: %s\n" + +#, fuzzy, c-format +msgid "ERROR: Unable to write print data: %s\n" +msgstr "lp: ファイルを印刷できません: %s\n" + +#, fuzzy +msgid "ERROR: Unable to write raster data to driver!\n" +msgstr "プリンタ属性を取得できません!" #, c-format -msgid "" -" **FAIL** BAD DefaultImageableArea %s!\n" -" REF: Page 102, section 5.15.\n" +msgid "ERROR: Unable to write uncompressed document data: %s\n" msgstr "" -" **失敗** %s は不正な DefaultImageableArea です!\n" -" REF: 102 ページ、セクション 5.15。\n" -msgid " PASS DefaultImageableArea\n" -msgstr " 合格 DefaultImageableArea\n" +#, fuzzy, c-format +msgid "ERROR: Unknown encryption option value \"%s\"!\n" +msgstr "%s: \"%s\" は未知の宛先です!\n" + +#, c-format +msgid "ERROR: Unknown file order \"%s\"\n" +msgstr "" + +#, c-format +msgid "ERROR: Unknown format character \"%c\"\n" +msgstr "" + +#, fuzzy, c-format +msgid "ERROR: Unknown option \"%s\" with value \"%s\"!\n" +msgstr "cupsd: \"%c\" は未知のオプションです - 停止します!\n" + +#, fuzzy, c-format +msgid "ERROR: Unknown print mode \"%s\"\n" +msgstr "%s: \"%s\" は未知の宛先です!\n" + +#, fuzzy, c-format +msgid "ERROR: Unknown version option value \"%s\"!\n" +msgstr "%s: \"%s\" は未知の宛先です!\n" -msgid "" -" **FAIL** REQUIRED DefaultPaperDimension\n" -" REF: Page 103, section 5.15.\n" +#, c-format +msgid "ERROR: Unsupported brightness value %s, using brightness=100!\n" msgstr "" -" **失敗** DefaultPaperDimension は必須\n" -" REF: 103 ページ、セクション 5.15。\n" #, c-format -msgid "" -" **FAIL** BAD DefaultPaperDimension %s!\n" -" REF: Page 103, section 5.15.\n" +msgid "ERROR: Unsupported gamma value %s, using gamma=1000!\n" msgstr "" -" **失敗** %s は不正な DefaultPaperDimension です!\n" -" REF: 103 ページ、セクション 5.15。\n" -msgid " PASS DefaultPaperDimension\n" -msgstr " 合格 DefaultPaperDimension\n" +#, c-format +msgid "ERROR: Unsupported number-up value %d, using number-up=1!\n" +msgstr "" #, c-format msgid "" -" **FAIL** BAD Default%s %s\n" -" REF: Page 40, section 4.5.\n" +"ERROR: Unsupported number-up-layout value %s, using number-up-layout=lrtb!\n" msgstr "" -" **失敗** %2$s は不正な Default%1$s\n" -" REF: 40 ページ、セクション 4.5。\n" #, c-format -msgid " PASS Default%s\n" -msgstr " 合格 Default%s\n" +msgid "ERROR: Unsupported page-border value %s, using page-border=none!\n" +msgstr "" #, c-format -msgid "" -" **FAIL** REQUIRED Default%s\n" -" REF: Page 40, section 4.5.\n" +msgid "ERROR: doc_printf overflow (%d bytes) detected, aborting!\n" msgstr "" -" **失敗** Default%s は必須\n" -" REF: 40 ページ、セクション 4.5。\n" -msgid " PASS FileVersion\n" -msgstr " 合格 FileVersion\n" - -msgid "" -" **FAIL** REQUIRED FileVersion\n" -" REF: Page 56, section 5.3.\n" +#, c-format +msgid "ERROR: pictwpstops exited on signal %d!\n" msgstr "" -" **失敗** FileVersion は必須\n" -" REF: 56 ページ、セクション 5.3。\n" -msgid " PASS FormatVersion\n" -msgstr " 合格 FormatVersion\n" +#, fuzzy, c-format +msgid "ERROR: pictwpstops exited with status %d!\n" +msgstr "cupsaddsmb は状態 %d で失敗しました" msgid "" -" **FAIL** REQUIRED FormatVersion\n" -" REF: Page 56, section 5.3.\n" +"ERROR: recoverable: Unable to connect to printer; will retry in 30 " +"seconds...\n" msgstr "" -" **失敗** FormatVersion は必須\n" -" REF: 56 ページ、セクション 5.3。\n" -msgid " PASS LanguageEncoding\n" -msgstr " 合格 LanguageEncoding\n" +msgid "Edit Configuration File" +msgstr "設定ファイルの編集" -msgid "" -" **FAIL** REQUIRED LanguageEncoding\n" -" REF: Pages 56-57, section 5.3.\n" -msgstr "" -" **失敗** LanguageEncoding は必須\n" -" REF: 56-57 ページ、セクション 5.3。\n" +msgid "Empty PPD file!" +msgstr "PPD ファイルが空です!" -msgid " PASS LanguageVersion\n" -msgstr " 合格 LanguageVersion\n" +msgid "Ending Banner" +msgstr "終了バナー" -msgid "" -" **FAIL** REQUIRED LanguageVersion\n" -" REF: Pages 57-58, section 5.3.\n" -msgstr "" -" **失敗** LanguageVersion は必須\n" -" REF: 57-58 ページ、セクション 5.3。\n" +msgid "Enter old password:" +msgstr "古いパスワードを入力:" -msgid "" -" **FAIL** BAD Manufacturer (should be \"HP\")\n" -" REF: Page 211, table D.1.\n" -msgstr "" -" **失敗** 不正な Manufacturer (\"HP\" でなければなりません)\n" -" REF: 211 ページ、表 D.1。\n" +msgid "Enter password again:" +msgstr "パスワードを再度入力:" -msgid " PASS Manufacturer\n" -msgstr " 合格 Manufacturer\n" +msgid "Enter password:" +msgstr "パスワードを入力:" +#, fuzzy msgid "" -" **FAIL** REQUIRED Manufacturer\n" -" REF: Pages 58-59, section 5.3.\n" +"Enter your username and password or the root username and password to access " +"this page. If you are using Kerberos authentication, make sure you have a " +"valid Kerberos ticket." msgstr "" -" **失敗** Manufacturer は必須\n" -" REF: 58-59 ページ、セクション 5.3。\n" +"このページにアクセスするために、あなたのユーザ名とパスワード、あるいは root " +"のユーザ名とパスワードを入力してください。" + +msgid "Error Policy" +msgstr "エラーポリシー" + +msgid "Error: need hostname after '-h' option!\n" +msgstr "エラー:'-h' オプションのあとにはホスト名が必要です!\n" + +msgid "Export Printers to Samba" +msgstr "プリンタを Samba にエキスポート" + +msgid "FAIL\n" +msgstr "失敗\n" #, c-format -msgid "" -" **FAIL** BAD ModelName - \"%c\" not allowed in string.\n" -" REF: Pages 59-60, section 5.3.\n" +msgid "FATAL: Could not load %s\n" msgstr "" -" **失敗** 不正な ModelName - 文字列に \"%c\" は許可されていません。\n" -" REF: 59-60 ページ、セクション 5.3。\n" - -msgid " PASS ModelName\n" -msgstr " 合格 ModelName\n" +#, c-format msgid "" -" **FAIL** REQUIRED ModelName\n" -" REF: Pages 59-60, section 5.3.\n" +"File device URIs have been disabled! To enable, see the FileDevice directive " +"in \"%s/cupsd.conf\"." msgstr "" -" **失敗** ModelName は必須\n" -" REF: 59-60 ページ、セクション 5.3。\n" +"ファイルデバイス URI は無効になっています! 有効にするために、\"%s/cupsd.conf" +"\" の FileDevice ディレクティブを確認してください。" -msgid " PASS NickName\n" -msgstr " 合格 NickName\n" +msgid "Fuser temperature high!" +msgstr "" -msgid "" -" **FAIL** REQUIRED NickName\n" -" REF: Page 60, section 5.3.\n" +msgid "Fuser temperature low!" msgstr "" -" **失敗** NickName は必須\n" -" REF: 60 ページ、セクション 5.3。\n" -msgid " PASS PageSize\n" -msgstr " 合格 PageSize\n" +msgid "General" +msgstr "一般" -msgid "" -" **FAIL** REQUIRED PageSize\n" -" REF: Pages 99-100, section 5.14.\n" -msgstr "" -" **失敗** PageSize は必須\n" -" REF: 99-100 ページ、セクション 5.14。\n" +msgid "Got a printer-uri attribute but no job-id!" +msgstr "printer-uri 属性を取得しましたが、job-id を取得できませんでした!" -msgid " PASS PageRegion\n" -msgstr " 合格 PageRegion\n" +msgid "Help" +msgstr "ヘルプ" -msgid "" -" **FAIL** REQUIRED PageRegion\n" -" REF: Page 100, section 5.14.\n" +#, c-format +msgid "INFO: Attempting to connect to host %s for printer %s\n" msgstr "" -" **失敗** PageRegion は必須\n" -" REF: 100 ページ、セクション 5.14。\n" -msgid " PASS PCFileName\n" -msgstr " 合格 PCFileName\n" +#, fuzzy, c-format +msgid "INFO: Attempting to connect to host %s on port %d\n" +msgstr "lpstat: ポート %2$d: %3$s にあるサーバ %1$s に接続できません\n" -msgid "" -" **FAIL** REQUIRED PCFileName\n" -" REF: Pages 61-62, section 5.3.\n" +msgid "INFO: Canceling print job...\n" msgstr "" -" **失敗** PCFileName は必須\n" -" REF: 61-62 ページ、セクション 5.3。\n" -msgid "" -" **FAIL** BAD Product - not \"(string)\".\n" -" REF: Page 62, section 5.3.\n" +#, c-format +msgid "INFO: Connected to %s...\n" msgstr "" -" **失敗** 不正な Product - \"(文字列)\" ではありません。\n" -" REF: 62 ページ、セクション 5.3。\n" -msgid " PASS Product\n" -msgstr " 合格 Product\n" - -msgid "" -" **FAIL** REQUIRED Product\n" -" REF: Page 62, section 5.3.\n" +#, c-format +msgid "INFO: Connecting to %s on port %d...\n" msgstr "" -" **失敗** Product は必須\n" -" REF: 62 ページ、セクション 5.3。\n" -msgid "" -" **FAIL** BAD PSVersion - not \"(string) int\".\n" -" REF: Pages 62-64, section 5.3.\n" +msgid "INFO: Control file sent successfully\n" msgstr "" -" **失敗** 不正な PSVersion - \"(文字列) 整数\" ではありません。\n" -" REF: 62-64 ページ、セクション 5.3。\n" -msgid " PASS PSVersion\n" -msgstr " 合格 PSVersion\n" +msgid "INFO: Data file sent successfully\n" +msgstr "" -msgid "" -" **FAIL** REQUIRED PSVersion\n" -" REF: Pages 62-64, section 5.3.\n" +#, c-format +msgid "INFO: Formatting page %d...\n" msgstr "" -" **失敗** PSVersion は必須\n" -" REF: 62-64 ページ、セクション 5.3。\n" -msgid "" -" **FAIL** BAD ShortNickName - longer than 31 chars.\n" -" REF: Pages 64-65, section 5.3.\n" +msgid "INFO: Loading image file...\n" msgstr "" -" **失敗** 不正な ShortNickName - 31 文字を超えています。\n" -" REF: 64-65 ページ、セクション 5.3。\n" -msgid " PASS ShortNickName\n" -msgstr " 合格 ShortNickName\n" +msgid "INFO: Print file sent, waiting for printer to finish...\n" +msgstr "" -msgid "" -" **FAIL** REQUIRED ShortNickName\n" -" REF: Page 64-65, section 5.3.\n" +#, c-format +msgid "INFO: Printer busy (status:0x%08x)\n" msgstr "" -" **失敗** ShortNickName は必須\n" -" REF: 64-65 ページ、セクション 5.3。\n" -msgid "" -" **FAIL** BAD JobPatchFile attribute in file\n" -" REF: Page 24, section 3.4.\n" +msgid "INFO: Printer busy; will retry in 10 seconds...\n" msgstr "" -" **失敗** ファイルに不正な JobPatchFile 属性があります\n" -" REF: 24 ページ、セクション 3.4。\n" -msgid "" -" **FAIL** REQUIRED PageSize\n" -" REF: Page 41, section 5.\n" -" REF: Page 99, section 5.14.\n" +msgid "INFO: Printer busy; will retry in 30 seconds...\n" msgstr "" -" **失敗** PageSize は必須\n" -" REF: 41 ページ、セクション 5。\n" -" REF: 99 ページ、セクション 5.14。\n" -#, c-format -msgid "" -" **FAIL** REQUIRED ImageableArea for PageSize %s\n" -" REF: Page 41, section 5.\n" -" REF: Page 102, section 5.15.\n" +msgid "INFO: Printer busy; will retry in 5 seconds...\n" msgstr "" -" **失敗** PageSize %s に ImageableArea は必須\n" -" REF: 41 ページ、セクション 5。\n" -" REF: 102 ページ、セクション 5.15。\n" -#, c-format -msgid "" -" **FAIL** REQUIRED PaperDimension for PageSize %s\n" -" REF: Page 41, section 5.\n" -" REF: Page 103, section 5.15.\n" +msgid "INFO: Printer does not support IPP/1.1, trying IPP/1.0...\n" msgstr "" -" **失敗** PageSize %s に PaperDimension は必須\n" -" REF: 41 ページ、セクション 5。\n" -" REF: 103 ページ、セクション 5.15。\n" -#, c-format -msgid "" -" **FAIL** Bad %s choice %s!\n" -" REF: Page 84, section 5.9\n" +msgid "INFO: Printer is busy; will retry in 5 seconds...\n" msgstr "" -" **失敗** 不正な %s が %s を選んでいます!\n" -" REF: 84 ページ、セクション 5.9\n" -#, c-format -msgid "" -" **FAIL** REQUIRED %s does not define choice None!\n" -" REF: Page 122, section 5.17\n" +msgid "INFO: Printer is currently off-line.\n" msgstr "" -" **失敗** 必須の %s が選択肢 None を定義していません!\n" -" REF: 122 ページ、セクション 5.17\n" -#, c-format -msgid "" -" **FAIL** Bad %s choice %s!\n" -" REF: Page 122, section 5.17\n" +msgid "INFO: Printer is now on-line.\n" msgstr "" -" **FAIL** 不正な %s が %s を選んでいます!\n" -" REF: 122 ページ、セクション 5.17\n" -msgid " PASS\n" -msgstr " 合格\n" +msgid "INFO: Printer not connected; will retry in 30 seconds...\n" +msgstr "" #, c-format -msgid "" -" WARN Duplex option keyword %s should be named Duplex or " -"JCLDuplex!\n" -" REF: Page 122, section 5.17\n" +msgid "INFO: Printing page %d, %d%% complete...\n" msgstr "" -" 警告 複式オプションキーワード %s は Duplex あるいは JCLDuplex とい" -"う名前であるべきです!\n" -" REF: 122 ページ、セクション 5.17\n" - -msgid " WARN Default choices conflicting!\n" -msgstr " 警告 デフォルトの選択肢が衝突しています!\n" #, c-format -msgid "" -" WARN Obsolete PPD version %.1f!\n" -" REF: Page 42, section 5.2.\n" +msgid "INFO: Printing page %d...\n" msgstr "" -" 警告 PPD バージョン %.1f は時代遅れです!\n" -" REF: 42 ページ、セクション 5.2。\n" -msgid "" -" WARN LanguageEncoding required by PPD 4.3 spec.\n" -" REF: Pages 56-57, section 5.3.\n" +msgid "INFO: Ready to print.\n" msgstr "" -" 警告 LanguageEncoding は PPD 4.3 仕様で必須です。\n" -" REF: 56-57 ページ、セクション 5.3。\n" -msgid "" -" WARN Manufacturer required by PPD 4.3 spec.\n" -" REF: Pages 58-59, section 5.3.\n" +#, c-format +msgid "INFO: Sending control file (%lu bytes)\n" msgstr "" -" 警告 Manufacturer は PPD 4.3 仕様で必須です。\n" -" REF: 58-59 ページ、セクション 5.3。\n" -msgid "" -" WARN PCFileName longer than 8.3 in violation of PPD spec.\n" -" REF: Pages 61-62, section 5.3.\n" +#, c-format +msgid "INFO: Sending control file (%u bytes)\n" msgstr "" -" 警告 8.3 文字より長い PCFileName は PPD 仕様違反です。\n" -" REF: 61-62 ページ、セクション 5.3。\n" -msgid "" -" WARN ShortNickName required by PPD 4.3 spec.\n" -" REF: Pages 64-65, section 5.3.\n" +msgid "INFO: Sending data\n" msgstr "" -" 警告 ShortNickName は PPD 4.3 仕様で必須です。\n" -" REF: 64-65 ページ、セクション 5.3。\n" -msgid "" -" WARN Protocols contains both PJL and BCP; expected TBCP.\n" -" REF: Pages 78-79, section 5.7.\n" +#, c-format +msgid "INFO: Sending data file (%ld bytes)\n" msgstr "" -" 警告 プロトコルが PJL と BCP の両方を含んでいます; TBCP を予測しま" -"す。\n" -" REF: 78-79 ページ、セクション 5.7。\n" -msgid "" -" WARN Protocols contains PJL but JCL attributes are not set.\n" -" REF: Pages 78-79, section 5.7.\n" +#, c-format +msgid "INFO: Sending data file (%lld bytes)\n" msgstr "" -" 警告 プロトコルが PJL を含んでいますが JCL 属性が設定されていませ" -"ん。\n" -" REF: 78-79 ページ、セクション 5.7。\n" #, c-format -msgid "" -" WARN %s shares a common prefix with %s\n" -" REF: Page 15, section 3.2.\n" +msgid "INFO: Sent print file, %ld bytes...\n" msgstr "" -" 警告 %s は %s と一般プリフィクスを共有します。\n" -" REF: 15 ページ、セクション 3.2。\n" #, c-format -msgid " %d ERROR%s FOUND\n" -msgstr " %d 個のエラー%s が見つかりました\n" - -msgid " NO ERRORS FOUND\n" -msgstr " エラーは見つかりませんでした\n" +msgid "INFO: Sent print file, %lld bytes...\n" +msgstr "" #, c-format -msgid "" -" WARN \"%s %s\" conflicts with \"%s %s\"\n" -" (constraint=\"%s %s %s %s\")\n" +msgid "INFO: Spooling LPR job, %.0f%% complete...\n" msgstr "" -" 警告 \"%s %s\" は \"%s %s\" と衝突します\n" -" (constraint=\"%s %s %s %s\")\n" -msgid "" -"Usage: cupstestppd [-q] [-r] [-v[v]] filename1.ppd[.gz] [... filenameN.ppd[." -"gz]]\n" -" program | cupstestppd [-q] [-r] [-v[v]] -\n" +msgid "INFO: Unable to contact printer, queuing on next printer in class...\n" msgstr "" -"使い方: cupstestppd [-q] [-r] [-v[v]] ファイル名1.ppd[.gz] [... ファイル名N." -"ppd[.gz]]\n" -" プログラム | cupstestppd [-q] [-r] [-v[v]] -\n" -msgid "lpstat: Need \"completed\" or \"not-completed\" after -W!\n" +msgid "INFO: Waiting for job to complete...\n" +msgstr "" + +msgid "Illegal control character" +msgstr "不正な制御文字" + +msgid "Illegal main keyword string" +msgstr "不正なメインキーワード文字列" + +msgid "Illegal option keyword string" +msgstr "不正なオプションキーワード文字列" + +msgid "Illegal translation string" +msgstr "不正な翻訳文字列" + +msgid "Illegal whitespace character" +msgstr "不正な空白文字" + +msgid "Ink/toner almost empty." msgstr "" -"lpstat: -W のあとには \"completed\" または \"not-completed\" が必要です!\n" -msgid "lpstat: The -b option requires a destination argument.\n" -msgstr "lpstat: -b オプションには宛先の引数が必須です。\n" +msgid "Ink/toner empty!" +msgstr "" -msgid "Error: need hostname after '-h' option!\n" -msgstr "エラー:'-h' オプションのあとにはホスト名が必要です!\n" +msgid "Ink/toner waste bin almost full." +msgstr "" + +msgid "Ink/toner waste bin full!" +msgstr "" + +msgid "Interlock open." +msgstr "" + +msgid "Internal error" +msgstr "内部エラー" + +msgid "JCL" +msgstr "JCL" #, c-format -msgid "lpstat: Unknown option '%c'!\n" -msgstr "lpstat: '%c' は未知のオプションです!\n" +msgid "Job #%d cannot be restarted - no files!" +msgstr "ジョブ #%d は再起動できません - ファイルがありません!" #, c-format -msgid "lpstat: Invalid destination name in list \"%s\"!\n" -msgstr "lpstat: リスト \"%s\" に不正な宛先名があります!\n" +msgid "Job #%d does not exist!" +msgstr "ジョブ #%d は存在しません!" #, c-format -msgid "lpstat: Unknown destination \"%s\"!\n" -msgstr "lpstat: \"%s\" は未知の宛先です!\n" +msgid "Job #%d is already aborted - can't cancel." +msgstr "ジョブ #%d はすでに停止されています - キャンセルできません。" #, c-format -msgid "lpstat: Unable to connect to server %s on port %d: %s\n" -msgstr "lpstat: ポート %2$d: %3$s にあるサーバ %1$s に接続できません\n" +msgid "Job #%d is already canceled - can't cancel." +msgstr "ジョブ #%d はすでにキャンセルされています - キャンセルできません。" #, c-format -msgid "lpstat: get-printers failed: %s\n" -msgstr "lpstat: get-printers に失敗しました: %s\n" +msgid "Job #%d is already completed - can't cancel." +msgstr "ジョブ #%d はすでに完了しています - キャンセルできません。" #, c-format -msgid "%s accepting requests since Jan 01 00:00\n" -msgstr "%s は Jan 01 00:00 以来リクエストを受け付けています\n" +msgid "Job #%d is finished and cannot be altered!" +msgstr "ジョブ #%d は完了し、変更することはできません!" #, c-format -msgid "" -"%s not accepting requests since Jan 01 00:00 -\n" -"\t%s\n" -msgstr "" -"%s は Jan 01 00:00 以来リクエストを受け付けていません -\n" -"\t%s\n" +msgid "Job #%d is not complete!" +msgstr "ジョブ #%d は完結していません!" #, c-format -msgid "%s/%s accepting requests since Jan 01 00:00\n" -msgstr "%s/%s は Jan 01 00:00 以来リクエストを受け付けています\n" +msgid "Job #%d is not held for authentication!" +msgstr "ジョブ #%d は認証が行われていません!" #, c-format -msgid "" -"%s/%s not accepting requests since Jan 01 00:00 -\n" -"\t%s\n" -msgstr "" -"%s/%s は Jan 01 00:00 以来リクエストを受け付けていません -\n" -"\t%s\n" +msgid "Job #%d is not held!" +msgstr "ジョブ #%d はホールドされていません!" #, c-format -msgid "lpstat: get-classes failed: %s\n" -msgstr "lpstat: get-classes に失敗しました: %s\n" +msgid "Job #%s does not exist!" +msgstr "ジョブ #%s は存在しません!" #, c-format -msgid "members of class %s:\n" -msgstr "クラス %s のメンバー:\n" +msgid "Job %d not found!" +msgstr "ジョブ %d は見つかりません!" + +#, fuzzy +msgid "Job Completed" +msgstr "完了" + +msgid "Job Created" +msgstr "" + +#, fuzzy +msgid "Job Options Changed" +msgstr "ジョブ操作に失敗しました:" + +#, fuzzy +msgid "Job Stopped" +msgstr "停止" + +msgid "Job is completed and cannot be changed." +msgstr "ジョブは完結し、変更できません。" + +msgid "Job operation failed:" +msgstr "ジョブ操作に失敗しました:" + +msgid "Job state cannot be changed." +msgstr "ジョブの状態を変更できません。" + +msgid "Job subscriptions cannot be renewed!" +msgstr "ジョブサブスクリプションが更新されていません!" + +msgid "Jobs" +msgstr "ジョブ" #, c-format -msgid "system default destination: %s/%s\n" -msgstr "システムのデフォルトの宛先: %s/%s\n" +msgid "Language \"%s\" not supported!" +msgstr "言語 \"%s\" はサポートされていません!" + +msgid "Line longer than the maximum allowed (255 characters)" +msgstr "1 行が最大許可値 (255 文字) を超えています" + +msgid "Media Size" +msgstr "用紙サイズ" + +msgid "Media Source" +msgstr "給紙" + +msgid "Media Type" +msgstr "用紙形式" + +#, fuzzy +msgid "Media jam!" +msgstr "用紙形式" + +msgid "Media tray almost empty." +msgstr "" + +msgid "Media tray empty!" +msgstr "" + +msgid "Media tray missing!" +msgstr "" + +msgid "Media tray needs to be filled." +msgstr "" + +msgid "Memory allocation error" +msgstr "メモリ割り当てエラー" + +msgid "Missing PPD-Adobe-4.x header" +msgstr "PPD-Adobe-4.x ヘッダがありません" + +msgid "Missing asterisk in column 1" +msgstr "1 列目にアスタリスクがありません" #, c-format -msgid "system default destination: %s\n" -msgstr "システムのデフォルトの宛先: %s\n" +msgid "Missing double quote on line %d!" +msgstr "%d 行に二重引用符がありません!" + +msgid "Missing form variable!" +msgstr "フォームの値がありません!" + +msgid "Missing notify-subscription-ids attribute!" +msgstr "notify-subscription-ids 属性がありません!" + +msgid "Missing requesting-user-name attribute!" +msgstr "requesting-user-name 属性が設定されていません!" + +msgid "Missing required attributes!" +msgstr "必須の属性が設定されていません!" + +#, c-format +msgid "Missing value on line %d!" +msgstr "%d 行に値がありません!" + +msgid "Missing value string" +msgstr "値文字列がありません" #, c-format msgid "" -"lpstat: error - %s environment variable names non-existent destination \"%s" -"\"!\n" -msgstr "lpstat: エラー - 環境変数 %s が存在しない宛先 \"%s\" を指しています!\n" +"Model: name = %s\n" +" natural_language = %s\n" +" make-and-model = %s\n" +" device-id = %s\n" +msgstr "" +"モデル: name = %s\n" +" natural_language = %s\n" +" make-and-model = %s\n" +" device-id = %s\n" + +msgid "Modify Class" +msgstr "クラスの変更" + +msgid "Modify Printer" +msgstr "プリンタの変更" + +msgid "Move All Jobs" +msgstr "すべてのジョブの移動" + +msgid "Move Job" +msgstr "ジョブの移動" + +#, c-format +msgid "NOTICE: Print file accepted - job ID %d.\n" +msgstr "" + +msgid "NOTICE: Print file accepted - job ID unknown.\n" +msgstr "" + +msgid "NULL PPD file pointer" +msgstr "NULL PPD ファイルポインタ" + +msgid "No" +msgstr "いいえ" + +msgid "No Windows printer drivers are installed!" +msgstr "Windows プリンタドライバがインストールされていません!" + +#, c-format +msgid "No active jobs on %s!" +msgstr "%s にはアクティブなジョブはありません!" + +msgid "No attributes in request!" +msgstr "リクエストに属性がありません!" + +msgid "No authentication information provided!" +msgstr "認証情報が提供されていません!" -msgid "no system default destination\n" -msgstr "システムのデフォルトの宛先がありません\n" +msgid "No default printer" +msgstr "デフォルトプリンタはありません" -#, c-format -msgid "Output for printer %s is sent to remote printer %s on %s\n" -msgstr "プリンタ %1$s の出力は、%3$s のリモートプリンタ %2$s に送られます\n" +msgid "No destinations added." +msgstr "追加された宛先はありません。" -#, c-format -msgid "Output for printer %s is sent to %s\n" -msgstr "プリンタ %s の出力は %s に送られます\n" +msgid "No file!?!" +msgstr "ファイルがありません!?!" -#, c-format -msgid "Output for printer %s/%s is sent to remote printer %s on %s\n" -msgstr "" -"プリンタ %1$s/%2$s の出力は、%4$s のリモートプリンタ %3$s に送られます\n" +msgid "No subscription attributes in request!" +msgstr "リクエストにサブスクリプション属性がありません!" -#, c-format -msgid "Output for printer %s/%s is sent to %s\n" -msgstr "プリンタ %s/%s の出力は %s に送られます\n" +msgid "No subscriptions found." +msgstr "サブスクリプションが見つかりません。" -#, c-format -msgid "device for %s: %s\n" -msgstr "%s のデバイス: %s\n" +msgid "None" +msgstr "なし" -#, c-format -msgid "device for %s/%s: %s\n" -msgstr "%s/%s のデバイス: %s\n" +msgid "OK" +msgstr "OK" -#, c-format -msgid "lpstat: get-jobs failed: %s\n" -msgstr "lpstat: get-jobs に失敗しました: %s\n" +msgid "OPC almost at end-of-life." +msgstr "" -#, c-format -msgid "\tqueued for %s\n" -msgstr "\t%s にキューしました\n" +msgid "OPC at end-of-life!" +msgstr "" -#, c-format -msgid "printer %s is idle. enabled since %s\n" -msgstr "プリンタ %s は待機中です。%s 以来有効です\n" +msgid "OpenGroup without a CloseGroup first" +msgstr "最初の CloseGroup なしの OpenGroup" -#, c-format -msgid "printer %s now printing %s-%d. enabled since %s\n" -msgstr "プリンタ %s は %s-%d を印刷しています。%s 以来有効です\n" +msgid "OpenUI/JCLOpenUI without a CloseUI/JCLCloseUI first" +msgstr "最初の CloseUI/JCLCloseUI なしの OpenUI/JCLOpenUI" -#, c-format -msgid "printer %s disabled since %s -\n" -msgstr "プリンタ %s は %s 以来無効です -\n" +msgid "Operation Policy" +msgstr "操作ポリシー" -msgid "\treason unknown\n" -msgstr "\t未知の理由\n" +msgid "Options Installed" +msgstr "インストールされたオプション" -msgid "" -"\tForm mounted:\n" -"\tContent types: any\n" -"\tPrinter types: unknown\n" +msgid "Out of toner!" msgstr "" -"\t用紙台:\n" -"\t内容形式: すべて\n" -"\tプリンタ形式: 未知\n" - -#, c-format -msgid "\tDescription: %s\n" -msgstr "\t説明: %s\n" -msgid "\tAlerts:" -msgstr "\t警報:" +msgid "Output Mode" +msgstr "出力モード" -#, c-format -msgid "\tLocation: %s\n" -msgstr "\t場所: %s\n" +msgid "Output bin almost full." +msgstr "" -msgid "\tConnection: remote\n" -msgstr "\t接続: リモート\n" +msgid "Output bin full!" +msgstr "" #, c-format -msgid "\tInterface: %s.ppd\n" -msgstr "\tインターフェイス: %s.ppd\n" +msgid "Output for printer %s is sent to %s\n" +msgstr "プリンタ %s の出力は %s に送られます\n" -msgid "\tConnection: direct\n" -msgstr "\t接続: 直結\n" +#, c-format +msgid "Output for printer %s is sent to remote printer %s on %s\n" +msgstr "プリンタ %1$s の出力は、%3$s のリモートプリンタ %2$s に送られます\n" #, c-format -msgid "\tInterface: %s/interfaces/%s\n" -msgstr "\tインターフェイス: %s/interfaces/%s\n" +msgid "Output for printer %s/%s is sent to %s\n" +msgstr "プリンタ %s/%s の出力は %s に送られます\n" #, c-format -msgid "\tInterface: %s/ppd/%s.ppd\n" -msgstr "\tインターフェイス: %s/ppd/%s.ppd\n" +msgid "Output for printer %s/%s is sent to remote printer %s on %s\n" +msgstr "" +"プリンタ %1$s/%2$s の出力は、%4$s のリモートプリンタ %3$s に送られます\n" -msgid "\tOn fault: no alert\n" -msgstr "\t失敗時: 警告なし\n" +msgid "Output tray missing!" +msgstr "" -msgid "\tAfter fault: continue\n" -msgstr "\t失敗後: 継続\n" +msgid "PASS\n" +msgstr "合格\n" -msgid "\tUsers allowed:\n" -msgstr "\t許可されているユーザ:\n" +msgid "PS Binary Protocol" +msgstr "PS バイナリプロトコル" -msgid "\tUsers denied:\n" -msgstr "\t拒否されているユーザ:\n" +#, c-format +msgid "Password for %s on %s? " +msgstr "%s のパスワード (%s 上)? " -msgid "\t\t(all)\n" -msgstr "\t\t(すべて)\n" +#, c-format +msgid "Password for %s required to access %s via SAMBA: " +msgstr "SAMBA 経由で %2$s にアクセスするのに必要な %1$s のパスワード: " -msgid "\tForms allowed:\n" -msgstr "\t許可されている用紙:\n" +msgid "Policies" +msgstr "ポリシー" -msgid "\t\t(none)\n" -msgstr "\t\t(なし)\n" +msgid "Print Job:" +msgstr "ジョブの印刷:" -msgid "\tBanner required\n" -msgstr "\tバナーが必要\n" +msgid "Print Test Page" +msgstr "テストページの印刷" -msgid "\tCharset sets:\n" -msgstr "\t文字セット:\n" +#, fuzzy +msgid "Printer Added" +msgstr "プリンタ" -msgid "\tDefault pitch:\n" -msgstr "\tデフォルトピッチ:\n" +#, fuzzy +msgid "Printer Deleted" +msgstr "プリンタは共有されていません!" -msgid "\tDefault page size:\n" -msgstr "\tデフォルト用紙サイズ:\n" +msgid "Printer Maintenance" +msgstr "プリンタのメンテナンス" -msgid "\tDefault port settings:\n" -msgstr "\tデフォルトポート設定:\n" +#, fuzzy +msgid "Printer Modified" +msgstr "プリンタのメンテナンス" -#, c-format -msgid "printer %s/%s is idle. enabled since %s\n" -msgstr "プリンタ %s/%s は待機中です。%s 以来有効です\n" +#, fuzzy +msgid "Printer Stopped" +msgstr "プリンタは共有されていません!" -#, c-format -msgid "printer %s/%s now printing %s-%d. enabled since %s\n" -msgstr "プリンタ %s/%s は %s-%d を印刷しています。%s 以来有効です\n" +#, fuzzy +msgid "Printer off-line." +msgstr "プリンタのメンテナンス" -#, c-format -msgid "printer %s/%s disabled since %s -\n" -msgstr "プリンタ %s/%s は %s 以来無効です -\n" +msgid "Printer:" +msgstr "プリンタ:" -msgid "scheduler is running\n" -msgstr "スケジューラは動作中です\n" +msgid "Printers" +msgstr "プリンタ" -msgid "scheduler is not running\n" -msgstr "スケジューラは動作していません\n" +msgid "Purge Jobs" +msgstr "ジョブの削除" -#, c-format -msgid "lpadmin: Unable to connect to server: %s\n" -msgstr "lpadmin: サーバに接続できません: %s\n" +msgid "Quota limit reached." +msgstr "Quota の制限に達しました。" -msgid "" -"lpadmin: Unable to add a printer to the class:\n" -" You must specify a printer name first!\n" +msgid "Rank Owner Job File(s) Total Size\n" msgstr "" -"lpadmin: クラスにプリンタを追加できません:\n" -" 先にプリンタ名を指定する必要があります!\n" - -msgid "lpadmin: Expected class name after '-c' option!\n" -msgstr "lpadmin: '-c' オプションのあとにはクラス名が必要です!\n" +"Rank Owner Job File(s) Total Size\n" +"ランク 所有者 ジョブ ファイル 合計サイズ\n" -msgid "lpadmin: Class name can only contain printable characters!\n" -msgstr "lpadmin: クラス名は表示可能文字のみで構成されなければなりません!\n" +msgid "" +"Rank Owner Pri Job Files Total Size\n" +msgstr "" +"ランク 所有者 優先 ジョブ ファイル 合計サイズ\n" -msgid "lpadmin: Expected printer name after '-d' option!\n" -msgstr "lpadmin: '-d' オプションのあとにはプリンタ名が必要です!\n" +msgid "Reject Jobs" +msgstr "ジョブの拒否" -msgid "lpadmin: Printer name can only contain printable characters!\n" -msgstr "lpadmin: プリンタ名は表示可能文字のみで構成されなければなりません!\n" +msgid "Resolution" +msgstr "解像度" -msgid "lpadmin: Expected hostname after '-h' option!\n" -msgstr "lpadmin: '-h' オプションのあとにはホスト名が必要です!\n" +#, c-format +msgid "Running command: %s %s -N -A %s -c '%s'\n" +msgstr "コマンドを実行中: %s %s -N -A %s -c '%s'\n" -msgid "" -"lpadmin: Unable to set the interface script:\n" -" You must specify a printer name first!\n" +msgid "Server Restarted" msgstr "" -"lpadmin: インターフェイススクリプトを設定できません:\n" -" 先にプリンタ名を指定する必要があります!\n" -msgid "lpadmin: Expected interface after '-i' option!\n" -msgstr "lpadmin: '-i' オプションのあとにはインターフェイス名が必要です!\n" +msgid "Server Security Auditing" +msgstr "" -msgid "" -"lpadmin: Unable to set the interface script or PPD file:\n" -" You must specify a printer name first!\n" +msgid "Server Started" msgstr "" -"lpadmin: インターフェイススクリプトまたは PPD ファイルを設定できません:\n" -" 先にプリンタ名を指定する必要があります!\n" -msgid "lpadmin: Expected model after '-m' option!\n" -msgstr "lpadmin: '-m' オプションのあとにはモデル名が必要です!\n" +msgid "Server Stopped" +msgstr "" -msgid "lpadmin: Expected name=value after '-o' option!\n" -msgstr "lpadmin: '-o' オプションのあとには 名前=値 が必要です!\n" +msgid "Set Allowed Users" +msgstr "許可するユーザの設定" -msgid "lpadmin: Expected printer after '-p' option!\n" -msgstr "lpadmin: '-p' オプションのあとにはプリンタ名が必要です!\n" +msgid "Set As Default" +msgstr "デフォルトに設定" -msgid "" -"lpadmin: Unable to remove a printer from the class:\n" -" You must specify a printer name first!\n" -msgstr "" -"lpadmin: クラスからプリンタを削除できません:\n" -" 先にプリンタ名を指定する必要があります!\n" +msgid "Set Printer Options" +msgstr "プリンタオプションの設定" -msgid "lpadmin: Expected class after '-r' option!\n" -msgstr "lpadmin: '-r' オプションのあとにはクラス名が必要です!\n" +msgid "Set Publishing" +msgstr "公開の設定" -msgid "lpadmin: Expected allow/deny:userlist after '-u' option!\n" -msgstr "" -"lpadmin: '-u' オプションのあとには allow/deny:ユーザリスト が必要です!\n" +msgid "Start Class" +msgstr "クラスの開始" -#, c-format -msgid "lpadmin: Unknown allow/deny option \"%s\"!\n" -msgstr "lpadmin: \"%s\" は未知の allow/deny オプションです!\n" +msgid "Start Printer" +msgstr "プリンタの開始" -msgid "" -"lpadmin: Unable to set the device URI:\n" -" You must specify a printer name first!\n" -msgstr "" -"lpadmin: デバイス URI を設定できません:\n" -" 先にプリンタ名を指定する必要があります!\n" +msgid "Starting Banner" +msgstr "開始バナー" -msgid "lpadmin: Expected device URI after '-v' option!\n" -msgstr "lpadmin: '-v' オプションのあとにはデバイス URI が必要です!\n" +msgid "Stop Class" +msgstr "クラスの停止" -msgid "lpadmin: Expected printer or class after '-x' option!\n" -msgstr "" -"lpadmin: '-x' オプションのあとにはプリンタ名またはクラス名が必要です!\n" +msgid "Stop Printer" +msgstr "プリンタの停止" msgid "" -"lpadmin: Unable to set the printer description:\n" -" You must specify a printer name first!\n" +"The class name may only contain up to 127 printable characters and may not " +"contain spaces, slashes (/), or the pound sign (#)." msgstr "" -"lpadmin: プリンタ説明を設定できません:\n" -" 先にプリンタ名を指定する必要があります!\n" - -msgid "lpadmin: Expected description after '-D' option!\n" -msgstr "lpadmin: '-D' オプションのあとに説明が必要です!\n" - -msgid "lpadmin: Expected file type(s) after '-I' option!\n" -msgstr "lpadmin: '-I' オプションのあとにファイル形式が必要です!\n" - -msgid "lpadmin: Warning - content type list ignored!\n" -msgstr "lpadmin: 警告 - コンテンツタイプリストは無視されます!\n" +"クラス名は 127 文字以内の表示可能文字から成り、空白、スラッシュ (/)、ポンド記" +"号 (#) を含んではなりません。" msgid "" -"lpadmin: Unable to set the printer location:\n" -" You must specify a printer name first!\n" +"The notify-lease-duration attribute cannot be used with job subscriptions." msgstr "" -"lpadmin: プリンタの場所が設定できません:\n" -" 先にプリンタ名を指定する必要があります!\n" +"notify-lease-duration 属性は、ジョブサブスクリプションと一緒に使うことはでき" +"ません。" -msgid "lpadmin: Expected location after '-L' option!\n" -msgstr "lpadmin: '-L' オプションのあとに場所が必要です!\n" +#, c-format +msgid "The notify-user-data value is too large (%d > 63 octets)!" +msgstr "notify-user-data 値が大きすぎます (%d > 63 オクテット)!" msgid "" -"lpadmin: Unable to set the PPD file:\n" -" You must specify a printer name first!\n" +"The printer name may only contain up to 127 printable characters and may not " +"contain spaces, slashes (/), or the pound sign (#)." msgstr "" -"lpadmin: PPD ファイルを設定できません:\n" -" 先にプリンタ名を指定する必要があります!\n" +"プリンタ名は 127 文字以内の表示可能文字から成り、空白、スラッシュ (/)、ポンド" +"記号 (#) を含んではなりません。" -msgid "lpadmin: Expected PPD after '-P' option!\n" -msgstr "lpadmin: '-P' オプションのあとに PPD が必要です!\n" +msgid "The printer or class is not shared!" +msgstr "プリンタまたはクラスは共有できません!" -#, c-format -msgid "lpadmin: Unknown option '%c'!\n" -msgstr "lpadmin: '%c' は未知のオプションです!\n" +msgid "The printer or class was not found." +msgstr "プリンタまたはクラスが見つかりませんでした。" #, c-format -msgid "lpadmin: Unknown argument '%s'!\n" -msgstr "lpadmin: '%s' は未知の引数です!\n" +msgid "The printer-uri \"%s\" contains invalid characters." +msgstr "printer-uri \"%s\" には、無効な文字が含まれています。" + +msgid "The printer-uri attribute is required!" +msgstr "printer-uri 属性は必須です!" msgid "" -"lpadmin: Unable to set the printer options:\n" -" You must specify a printer name first!\n" +"The printer-uri must be of the form \"ipp://HOSTNAME/classes/CLASSNAME\"." msgstr "" -"lpadmin: プリンタオプションを設定できません:\n" -" 先にプリンタ名を指定する必要があります!\n" +"printer-uri は、\"ipp://ホスト名/classes/クラス名\" 形式でなければなりませ" +"ん。" msgid "" -"Usage:\n" -"\n" -" lpadmin [-h server] -d destination\n" -" lpadmin [-h server] -x destination\n" -" lpadmin [-h server] -p printer [-c add-class] [-i interface] [-m model]\n" -" [-r remove-class] [-v device] [-D description]\n" -" [-P ppd-file] [-o name=value]\n" -" [-u allow:user,user] [-u deny:user,user]\n" -"\n" +"The printer-uri must be of the form \"ipp://HOSTNAME/printers/PRINTERNAME\"." msgstr "" -"Usage:\n" -"\n" -" lpadmin [-h サーバ] -d 宛先\n" -" lpadmin [-h サーバ] -x 宛先\n" -" lpadmin [-h サーバ] -p プリンタ [-c 追加クラス] [-i インターフェイス] [-" -"m モデル]\n" -" [-r 削除クラス] [-v デバイス] [-D 説明]\n" -" [-P PPDファイル] [-o 名前=値]\n" -" [-u allow:ユーザ,ユーザ] [-u deny:ユーザ,ユーザ]\n" -"\n" +"printer-uri は \"ipp://ホスト名/printers/プリンタ名\" 形式でなければなりませ" +"ん。" -#, c-format -msgid "lpadmin: Unable to create temporary file: %s\n" -msgstr "lpadmin: テンポラリファイルを作成できません: %s\n" +#, fuzzy +msgid "" +"The subscription name may not contain spaces, slashes (/), question marks " +"(?), or the pound sign (#)." +msgstr "" +"クラス名は 127 文字以内の表示可能文字から成り、空白、スラッシュ (/)、ポンド記" +"号 (#) を含んではなりません。" -#, c-format -msgid "lpadmin: Unable to open file \"%s\": %s\n" -msgstr "lpadmin: ファイル \"%s\" を開くことができません: %s\n" +msgid "Toner low." +msgstr "" -#, c-format -msgid "lpadmin: add-printer (set model) failed: %s\n" -msgstr "lpadmin: add-printer (モデルの設定) に失敗しました: %s\n" +msgid "Too many active jobs." +msgstr "アクティブなジョブが多すぎます。" -#, c-format -msgid "lpadmin: add-printer (set description) failed: %s\n" -msgstr "lpadmin: add-printer (説明の設定) に失敗しました: %s\n" +msgid "Unable to access cupsd.conf file:" +msgstr "cupsd.conf ファイルにアクセスできません:" -#, c-format -msgid "lpadmin: add-printer (set location) failed: %s\n" -msgstr "lpadmin: add-printer (場所の設定) に失敗しました: %s\n" +#, fuzzy +msgid "Unable to add RSS subscription:" +msgstr "プリンタを追加できません:" -#, c-format -msgid "lpadmin: Unable to create temporary file - %s\n" -msgstr "lpadmin: テンポラリファイルを作成できません - %s\n" +msgid "Unable to add class:" +msgstr "クラスを追加できません:" #, c-format -msgid "lpadmin: Unable to open PPD file \"%s\" - %s\n" -msgstr "lpadmin: PPD ファイル \"%s\" を開くことができません - %s\n" +msgid "Unable to add job for destination \"%s\"!" +msgstr "宛先 \"%s\" にジョブを追加できません!" -#, c-format -msgid "lpadmin: %s failed: %s\n" -msgstr "lpadmin: %s 失敗しました: %s\n" +msgid "Unable to add printer:" +msgstr "プリンタを追加できません:" + +msgid "Unable to allocate memory for file types!" +msgstr "ファイルタイプ用にメモリを割り当てられません!" -msgid "lp: Expected destination after -d option!\n" -msgstr "lp: -d オプションのあとには宛先が必要です!\n" +#, fuzzy +msgid "Unable to cancel RSS subscription:" +msgstr "プリンタを変更できません:" -msgid "lp: Expected form after -f option!\n" -msgstr "lp: -f オプションのあとには用紙名が必要です!\n" +msgid "Unable to change printer-is-shared attribute:" +msgstr "printer-is-shared 属性を変更できません:" -msgid "lp: Expected hostname after -h option!\n" -msgstr "lp: -h オプションのあとにはホスト名が必要です!\n" +msgid "Unable to change printer:" +msgstr "プリンタを変更できません:" -msgid "lp: Expected job ID after -i option!\n" -msgstr "lp: -i オプションのあとにはジョブ ID が必要です!\n" +msgid "Unable to change server settings:" +msgstr "サーバの設定を変更できません:" -msgid "lp: Error - cannot print files and alter jobs simultaneously!\n" -msgstr "" -"lp: エラー - ファイルを印刷できず、ジョブを同時に変えることができません!\n" +#, c-format +msgid "Unable to copy CUPS printer driver files (%d)!" +msgstr "CUPS プリンタドライバファイルをコピーできません (%d)!" -msgid "lp: Error - bad job ID!\n" -msgstr "lp: エラー - 不正なジョブ ID です!\n" +#, c-format +msgid "Unable to copy PPD file - %s!" +msgstr " PPD ファイルをコピーできません - %s!" -msgid "lp: Expected copies after -n option!\n" -msgstr "lp: -n オプションのあとにはコピー数が必要です!\n" +msgid "Unable to copy PPD file!" +msgstr "PPD ファイルをコピーできません!" -msgid "lp: Expected option string after -o option!\n" -msgstr "lp: -o オプションのあとには文字列が必要です!\n" +#, c-format +msgid "Unable to copy Windows 2000 printer driver files (%d)!" +msgstr "Windows 2000 プリンタドライバファイルをコピーできません (%d)!" #, c-format -msgid "lp: Expected priority after -%c option!\n" -msgstr "lp: -%c オプションのあとには優先度が必要です!\n" +msgid "Unable to copy Windows 9x printer driver files (%d)!" +msgstr "Windows 9x プリンタドライバファイルをコピーできません (%d)!" -msgid "lp: Priority must be between 1 and 100.\n" -msgstr "lp: 優先度は 1 から 100 の間である必要があります。\n" +#, c-format +msgid "Unable to copy interface script - %s!" +msgstr "インターフェイススクリプトをコピーできません - %s!" -msgid "lp: Expected title after -t option!\n" -msgstr "lp: -t オプションのあとにはタイトルが必要です!\n" +msgid "Unable to create temporary file:" +msgstr "テンポラリファイルを作成できません:" -msgid "lp: Expected mode list after -y option!\n" -msgstr "lp: -y オプションのあとにはモードリストが必要です!\n" +msgid "Unable to delete class:" +msgstr "クラスを削除できません:" -msgid "lp: Warning - mode option ignored!\n" -msgstr "lp: 警告 - モードオプションは無視されます!\n" +msgid "Unable to delete printer:" +msgstr "プリンタを削除できません:" -msgid "lp: Expected hold name after -H option!\n" -msgstr "lp: -H オプションのあとにはホールド名が必要です!\n" +msgid "Unable to edit cupsd.conf files larger than 1MB!" +msgstr "1MB 以上の cupsd.conf ファイルは編集できません!" -msgid "lp: Need job ID (-i) before \"-H restart\"!\n" -msgstr "\"-H restart\" の前にはジョブ ID (-i) が必要です!\n" +msgid "Unable to find destination for job!" +msgstr "ジョブの宛先が見つかりません!" -msgid "lp: Expected page list after -P option!\n" -msgstr "lp: -P オプションのあとにはページリストが必要です!\n" +msgid "Unable to get PPD file!" +msgstr "PPD ファイルを取得できません!" -msgid "lp: Expected character set after -S option!\n" -msgstr "lp: -S オプションのあとには文字セットが必要です!\n" +msgid "Unable to get class list:" +msgstr "クラスリストを取得できません:" -msgid "lp: Warning - character set option ignored!\n" -msgstr "lp: 警告 - 文字セットオプションは無視されます!\n" +msgid "Unable to get class status:" +msgstr "クラスの状態を取得できません:" -msgid "lp: Expected content type after -T option!\n" -msgstr "lp: -T オプションのあとにはコンテンツタイプが必要です!\n" +msgid "Unable to get list of printer drivers:" +msgstr "プリンタドライバのリストを取得できません:" -msgid "lp: Warning - content type option ignored!\n" -msgstr "lp: 警告 - コンテンツタイプオプションは無視されます!\n" +msgid "Unable to get printer attributes:" +msgstr "プリンタ属性を取得できません:" -#, c-format -msgid "lp: Unknown option '%c'!\n" -msgstr "lp: '%c' は未知のオプションです!\n" +msgid "Unable to get printer list:" +msgstr "プリンタリストを取得できません:" -msgid "" -"lp: Error - cannot print from stdin if files or a job ID are provided!\n" -msgstr "" -"lp: エラー - ファイルまたはジョブ ID が提供されている場合、標準入力から印刷で" -"きません!\n" +msgid "Unable to get printer status:" +msgstr "プリンタの状態を取得できません:" #, c-format -msgid "lp: Unable to access \"%s\" - %s\n" -msgstr "lp: \"%s\" にアクセスできません - %s\n" +msgid "Unable to install Windows 2000 printer driver files (%d)!" +msgstr "Windows 2000 プリンタドライバファイルをインストールできません (%d)!" #, c-format -msgid "lp: Too many files - \"%s\"\n" -msgstr "lp: ファイルが多すぎます - \"%s\"\n" +msgid "Unable to install Windows 9x printer driver files (%d)!" +msgstr "Windows 9x プリンタドライバファイルをインストールできません (%d)!" -msgid "lp: error - no default destination available.\n" -msgstr "lp: エラー - 利用可能なデフォルトの宛先がありません。\n" +msgid "Unable to modify class:" +msgstr "クラスを変更できません:" -msgid "lp: error - scheduler not responding!\n" -msgstr "lp: エラー - スケジューラが応答していません!\n" +msgid "Unable to modify printer:" +msgstr "プリンタを変更できません:" -#, c-format -msgid "lp: unable to create temporary file \"%s\" - %s\n" -msgstr "lp: テンポラリファイル \"%s\" を作成できません - %s\n" +msgid "Unable to move job" +msgstr "ジョブを移動できません" -#, c-format -msgid "lp: error - unable to write to temporary file \"%s\" - %s\n" -msgstr "lp: エラー - テンポラリファイル \"%s\" に書き込めません - %s\n" +msgid "Unable to move jobs" +msgstr "ジョブを移動できません" -msgid "lp: stdin is empty, so no job has been sent.\n" -msgstr "lp: 標準入力が空なので、ジョブは送られていません。\n" +msgid "Unable to open PPD file" +msgstr "PPD ファイルを開くことができません" -#, c-format -msgid "lp: unable to print file: %s\n" -msgstr "lp: ファイルを印刷できません: %s\n" +msgid "Unable to open PPD file:" +msgstr "PPD ファイルを取得できません:" -#, c-format -msgid "request id is %s-%d (%d file(s))\n" -msgstr "リクエスト ID は %s-%d です (%d 個のファイル)\n" +msgid "Unable to open cupsd.conf file:" +msgstr "cupsd.conf ファイルを開くことができません:" -#, c-format -msgid "lp: restart-job failed: %s\n" -msgstr "lp: restart-job に失敗しました: %s\n" +msgid "Unable to print test page:" +msgstr "テストページを印刷できません:" #, c-format -msgid "lp: set-job-attributes failed: %s\n" -msgstr "lp: set-job-attributes に失敗しました: %s\n" +msgid "Unable to run \"%s\": %s\n" +msgstr "\"%s\" を実行できません: %s\n" -#, c-format -msgid "lpinfo: Unable to connect to server: %s\n" -msgstr "lpinfo: サーバに接続できません: %s\n" +msgid "Unable to send maintenance job:" +msgstr "メンテナンスジョブを送れません:" #, c-format -msgid "lpinfo: Unknown option '%c'!\n" -msgstr "lpinfo: '%c' は未知のオプションです!\n" +msgid "Unable to set Windows printer driver (%d)!" +msgstr "Windows プリンタドライバを設定できません (%d)!" -#, c-format -msgid "lpinfo: Unknown argument '%s'!\n" -msgstr "lpinfo: '%s' は未知の引数です!\n" +msgid "Unable to set options:" +msgstr "オプションを設定できません:" + +msgid "Unable to upload cupsd.conf file:" +msgstr "cupsd.conf ファイルをアップロードできません:" + +msgid "Unknown" +msgstr "未知" + +#, fuzzy, c-format +msgid "Unknown printer error (%s)!" +msgstr "\"%s\" は未知の printer-error-policy です。" #, c-format -msgid "lpinfo: cups-get-devices failed: %s\n" -msgstr "lpinfo: cups-get-devices に失敗しました: %s\n" +msgid "Unknown printer-error-policy \"%s\"." +msgstr "\"%s\" は未知の printer-error-policy です。" #, c-format -msgid "" -"Device: uri = %s\n" -" class = %s\n" -" info = %s\n" -" make-and-model = %s\n" -msgstr "" -"デバイス: uri = %s\n" -" class = %s\n" -" info = %s\n" -" make-and-model = %s\n" +msgid "Unknown printer-op-policy \"%s\"." +msgstr "\"%s\" は未知の printer-op-policy です。" #, c-format -msgid "lpinfo: cups-get-ppds failed: %s\n" -msgstr "lpinfo: cups-get-ppds に失敗しました: %s\n" +msgid "Unsupported compression \"%s\"!" +msgstr "\"%s\" はサポートされていない圧縮です!" #, c-format -msgid "" -"Model: name = %s\n" -" natural_language = %s\n" -" make-and-model = %s\n" -msgstr "" -"モデル: name = %s\n" -" natural_language = %s\n" -" make-and-model = %s\n" +msgid "Unsupported compression attribute %s!" +msgstr "%s はサポートされていない圧縮属性です!" #, c-format -msgid "lpmove: Unknown option '%c'!\n" -msgstr "lpmove: '%c' は未知のオプションです!\n" +msgid "Unsupported format \"%s\"!" +msgstr "\"%s\" はサポートされていない形式です!" #, c-format -msgid "lpmove: Unknown argument '%s'!\n" -msgstr "lpmove: '%s' は未知の引数です!\n" +msgid "Unsupported format '%s'!" +msgstr "'%s' はサポートされていない形式です!" -msgid "Usage: lpmove job dest\n" -msgstr "使い方: lpmove ジョブ 宛先\n" +#, c-format +msgid "Unsupported format '%s/%s'!" +msgstr "'%s/%s' はサポートされていない形式です!" + +msgid "" +"Usage:\n" +"\n" +" lpadmin [-h server] -d destination\n" +" lpadmin [-h server] -x destination\n" +" lpadmin [-h server] -p printer [-c add-class] [-i interface] [-m model]\n" +" [-r remove-class] [-v device] [-D description]\n" +" [-P ppd-file] [-o name=value]\n" +" [-u allow:user,user] [-u deny:user,user]\n" +"\n" +msgstr "" +"Usage:\n" +"\n" +" lpadmin [-h サーバ] -d 宛先\n" +" lpadmin [-h サーバ] -x 宛先\n" +" lpadmin [-h サーバ] -p プリンタ [-c 追加クラス] [-i インターフェイス] [-" +"m モデル]\n" +" [-r 削除クラス] [-v デバイス] [-D 説明]\n" +" [-P PPDファイル] [-o 名前=値]\n" +" [-u allow:ユーザ,ユーザ] [-u deny:ユーザ,ユーザ]\n" +"\n" #, c-format -msgid "lpmove: Unable to connect to server: %s\n" -msgstr "lpmove: サーバに接続できません: %s\n" +msgid "Usage: %s job-id user title copies options [file]\n" +msgstr "" #, c-format -msgid "lpmove: move-job failed: %s\n" -msgstr "lpmove: move-job に失敗しました: %s\n" +msgid "Usage: %s job-id user title copies options file\n" +msgstr "" -msgid "lpoptions: Unknown printer or class!\n" -msgstr "lpoptions: 未知のプリンタまたはクラスです!\n" +msgid "" +"Usage: cupsaddsmb [options] printer1 ... printerN\n" +" cupsaddsmb [options] -a\n" +"\n" +"Options:\n" +" -E Encrypt the connection to the server\n" +" -H samba-server Use the named SAMBA server\n" +" -U samba-user Authenticate using the named SAMBA user\n" +" -a Export all printers\n" +" -h cups-server Use the named CUPS server\n" +" -v Be verbose (show commands)\n" +msgstr "" +"使い方: cupsaddsmb [オプション] プリンタ1 ... プリンタN\n" +" cupsaddsmb [オプション] -a\n" +"\n" +"オプション:\n" +" -E サーバとの接続を暗号化する\n" +" -H sambaサーバ 指定の SAMBA サーバを使う\n" +" -U sambaユーザ 指定の SAMBA ユーザ名で認証する\n" +" -a すべてのプリンタをエキスポートする\n" +" -h cupsサーバ 指定の CUPS サーバを使う\n" +" -v 冗長にする (コマンドを表示する)\n" -msgid "lpoptions: No printers!?!\n" -msgstr "lpoptions: プリンタがありません!?!\n" +msgid "" +"Usage: cupsd [-c config-file] [-f] [-F] [-h] [-l]\n" +"\n" +"-c config-file Load alternate configuration file\n" +"-f Run in the foreground\n" +"-F Run in the foreground but detach\n" +"-h Show this usage message\n" +"-l Run cupsd from launchd(8)\n" +msgstr "" +"使い方: cupsd [-c 設定ファイル] [-f] [-F] [-h] [-l]\n" +"\n" +"-c 設定ファイル 別の設定ファイルをロードする\n" +"-f フォアグラウンドで実行する\n" +"-F フォアグラウンドで実行するが detach する\n" +"-h この使用例を表示する\n" +"-l launchd(8) から cupsd を実行する\n" -#, c-format -msgid "lpoptions: Unable to add printer or instance: %s\n" -msgstr "lpoptions: プリンタまたはインスタンスを追加できません: %s\n" +msgid "" +"Usage: cupstestdsc [options] filename.ps [... filename.ps]\n" +" cupstestdsc [options] -\n" +"\n" +"Options:\n" +"\n" +" -h Show program usage\n" +"\n" +" Note: this program only validates the DSC comments, not the PostScript " +"itself.\n" +msgstr "" +"使い方: cupstestdsc [オプション] ファイル名.ps [... ファイル名.ps]\n" +" cupstestdsc [オプション] -\n" +"\n" +"オプション:\n" +"\n" +" -h プログラムの使い方を表示する\n" +"\n" +" 注意: このプログラムは DSC コメントを検証するだけで、PostScript 自身を検" +"証するものではありません。\n" -#, c-format -msgid "lpoptions: Destination %s has no PPD file!\n" -msgstr "lpoptions: 宛先 %s は PPD ファイルを持っていません!\n" +msgid "" +"Usage: cupstestppd [-q] [-r] [-v[v]] filename1.ppd[.gz] [... filenameN.ppd[." +"gz]]\n" +" program | cupstestppd [-q] [-r] [-v[v]] -\n" +msgstr "" +"使い方: cupstestppd [-q] [-r] [-v[v]] ファイル名1.ppd[.gz] [... ファイル名N." +"ppd[.gz]]\n" +" プログラム | cupstestppd [-q] [-r] [-v[v]] -\n" -#, c-format -msgid "lpoptions: Unable to open PPD file for %s!\n" -msgstr "lpoptions: %s の PPD ファイルを開くことができません!\n" +msgid "Usage: lpmove job/src dest\n" +msgstr "使い方: lpmove ジョブまたはソース 宛先\n" msgid "" "Usage: lpoptions [-h server] [-E] -d printer\n" @@ -1819,1172 +2481,1113 @@ msgstr "" " lpoptions [-h サーバ] [-E] -p プリンタ -o オプション[=値] ...\n" " lpoptions [-h サーバ] [-E] -x プリンタ\n" -msgid "lppasswd: Only root can add or delete passwords!\n" -msgstr "lppasswd: root だけがパスワードの追加と削除を行えます!\n" +msgid "Usage: lppasswd [-g groupname]\n" +msgstr "使い方: lppasswd [-g グループ名]\n" -msgid "Enter old password:" -msgstr "古いパスワードを入力:" +msgid "" +"Usage: lppasswd [-g groupname] [username]\n" +" lppasswd [-g groupname] -a [username]\n" +" lppasswd [-g groupname] -x [username]\n" +msgstr "" +"Usage: lppasswd [-g グループ名] [ユーザ名]\n" +" lppasswd [-g グループ名] -a [ユーザ名]\n" +" lppasswd [-g グループ名] -x [ユーザ名]\n" -#, c-format -msgid "lppasswd: Unable to copy password string: %s\n" -msgstr "lppasswd: パスワード文字列をコピーできません: %s\n" +msgid "" +"Usage: lpq [-P dest] [-U username] [-h hostname[:port]] [-l] [+interval]\n" +msgstr "" +"使い方: lpq [-P 宛先] [-U ユーザ名] [-h ホスト名[:ポート]] [-l] [+インターバ" +"ル]\n" -msgid "Enter password:" -msgstr "パスワードを入力:" +msgid "Usage: snmp [host-or-ip-address]\n" +msgstr "" -msgid "Enter password again:" -msgstr "パスワードを再度入力:" +#, fuzzy, c-format +msgid "WARNING: Boolean expected for waiteof option \"%s\"\n" +msgstr "lp: -f オプションのあとには用紙名が必要です!\n" -msgid "lppasswd: Sorry, passwords don't match!\n" -msgstr "lppasswd: すみませんが、パスワードがマッチしません!\n" +msgid "WARNING: Couldn't create read channel\n" +msgstr "" -msgid "" -"lppasswd: Sorry, password rejected.\n" -"Your password must be at least 6 characters long, cannot contain\n" -"your username, and must contain at least one letter and number.\n" +msgid "WARNING: Couldn't create sidechannel thread!\n" msgstr "" -"lppasswd: すみませんが、パスワードは拒否されました。\n" -"パスワードは少なくとも 6 文字以上で、あなたのユーザ名を含んではならず、\n" -"少なくとも 1 つの英字および数値を含んでなければなりません。\n" -msgid "lppasswd: Password file busy!\n" -msgstr "lppasswd: パスワードファイルがビジー状態です!\n" +msgid "WARNING: Failed to read side-channel request!\n" +msgstr "" #, c-format -msgid "lppasswd: Unable to open password file: %s\n" -msgstr "lppasswd: パスワードファイルを開くことができません: %s\n" +msgid "WARNING: Option \"%s\" cannot be included via IncludeFeature!\n" +msgstr "" #, c-format -msgid "lppasswd: Unable to write to password file: %s\n" -msgstr "lppasswd: パスワードファイルに書き込むことができません: %s\n" +msgid "" +"WARNING: Remote host did not respond with command status byte after %d " +"seconds!\n" +msgstr "" #, c-format -msgid "lppasswd: user \"%s\" and group \"%s\" do not exist.\n" -msgstr "lppasswd: ユーザ \"%s\" およびグループ \"%s\" は存在しません。\n" - -msgid "lppasswd: Sorry, password doesn't match!\n" -msgstr "lppasswd: すみませんが、パスワードがマッチしません!\n" - -msgid "lppasswd: Password file not updated!\n" -msgstr "lppasswd: パスワードファイルは更新されません!\n" +msgid "" +"WARNING: Remote host did not respond with control status byte after %d " +"seconds!\n" +msgstr "" #, c-format -msgid "lppasswd: failed to backup old password file: %s\n" +msgid "" +"WARNING: Remote host did not respond with data status byte after %d " +"seconds!\n" msgstr "" -"lppasswd: 古いパスワードファイルをバックアップするのに失敗しました: %s\n" #, c-format -msgid "lppasswd: failed to rename password file: %s\n" -msgstr "lppasswd: パスワードファイルを名前変更するのに失敗しました: %s\n" +msgid "WARNING: SCSI command timed out (%d); retrying...\n" +msgstr "" -msgid "Usage: lppasswd [-g groupname]\n" -msgstr "使い方: lppasswd [-g グループ名]\n" +msgid "" +"WARNING: This document does not conform to the Adobe Document Structuring " +"Conventions and may not print correctly!\n" +msgstr "" +#, fuzzy, c-format +msgid "WARNING: Unknown choice \"%s\" for option \"%s\"!\n" +msgstr "%s: \"%s\" は未知の宛先です!\n" + +#, fuzzy, c-format +msgid "WARNING: Unknown option \"%s\"!\n" +msgstr "%s: '%c' は未知のオプションです!\n" + +#, fuzzy, c-format +msgid "WARNING: Unsupported baud rate %s!\n" +msgstr "'%s' はサポートされていない形式です!" + +#, c-format msgid "" -"Usage: lppasswd [-g groupname] [username]\n" -" lppasswd [-g groupname] -a [username]\n" -" lppasswd [-g groupname] -x [username]\n" +"WARNING: recoverable: Network host '%s' is busy; will retry in %d " +"seconds...\n" msgstr "" -"Usage: lppasswd [-g グループ名] [ユーザ名]\n" -" lppasswd [-g グループ名] -a [ユーザ名]\n" -" lppasswd [-g グループ名] -x [ユーザ名]\n" -msgid "Start Printer" -msgstr "プリンタの開始" +msgid "Warning, no Windows 2000 printer drivers are installed!" +msgstr "警告: Windows 2000 プリンタドライバがインストールされていません!" -msgid "Stop Printer" -msgstr "プリンタの停止" +msgid "Yes" +msgstr "はい" -msgid "Start Class" -msgstr "クラスの開始" +#, c-format +msgid "" +"You must access this page using the URL https://%" +"s:%d%s." +msgstr "" +"このページには URL https://%s:%d%s を使ってア" +"クセスする必要があります。" -msgid "Stop Class" -msgstr "クラスの停止" +msgid "aborted" +msgstr "停止" -msgid "Accept Jobs" -msgstr "ジョブの受け付け" +msgid "canceled" +msgstr "キャンセル" -msgid "Reject Jobs" -msgstr "ジョブの拒否" +msgid "completed" +msgstr "完了" -msgid "Purge Jobs" -msgstr "ジョブの削除" +msgid "cups-deviced failed to execute." +msgstr "cups-deviced の実行に失敗しました。" -msgid "Set As Default" -msgstr "デフォルトに設定" +msgid "cups-driverd failed to execute." +msgstr "cups-driverd の実行に失敗しました。" -msgid "Administration" -msgstr "管理" +#, c-format +msgid "cupsaddsmb: No PPD file for printer \"%s\" - %s\n" +msgstr "cupsaddsmb: プリンタ \"%s\" の PPD ファイルがありません - %s\n" -msgid "Modify Class" -msgstr "クラスの変更" +msgid "cupsd: Expected config filename after \"-c\" option!\n" +msgstr "cupsd: -c オプションのあとには設定ファイル名が必要です!\n" -msgid "Add Class" -msgstr "クラスの追加" +#, c-format +msgid "cupsd: Unknown argument \"%s\" - aborting!\n" +msgstr "cupsd: \"%s\" は未知の引数です - 停止します!\n" -msgid "" -"The class name may only contain up to 127 printable characters and may not " -"contain spaces, slashes (/), or the pound sign (#)." -msgstr "" -"クラス名は 127 文字以内の表示可能文字から成り、空白、スラッシュ (/)、ポンド記" -"号 (#) を含んではなりません。" +#, c-format +msgid "cupsd: Unknown option \"%c\" - aborting!\n" +msgstr "cupsd: \"%c\" は未知のオプションです - 停止します!\n" -msgid "Unable to modify class:" -msgstr "クラスを変更できません:" +msgid "cupsd: launchd(8) support not compiled in, running in normal mode.\n" +msgstr "" +"cupsd: launchd(8) サポートがコンパイルされていないので、通常モードで動作しま" +"す。\n" -msgid "Unable to add class:" -msgstr "クラスを追加できません:" +msgid "cupstestppd: The -q option is incompatible with the -v option.\n" +msgstr "cupstestppd: -q オプションは -v オプションと両立できません。\n" -msgid "Modify Printer" -msgstr "プリンタの変更" +msgid "cupstestppd: The -v option is incompatible with the -q option.\n" +msgstr "cupstestppd: -v オプションは -q オプションと両立できません。\n" -msgid "Add Printer" -msgstr "プリンタの追加" +#, c-format +msgid "device for %s/%s: %s\n" +msgstr "%s/%s のデバイス: %s\n" -msgid "" -"The printer name may only contain up to 127 printable characters and may not " -"contain spaces, slashes (/), or the pound sign (#)." -msgstr "" -"プリンタ名は 127 文字以内の表示可能文字から成り、空白、スラッシュ (/)、ポンド" -"記号 (#) を含んではなりません。" +#, c-format +msgid "device for %s: %s\n" +msgstr "%s のデバイス: %s\n" -msgid "Unable to get list of printer drivers:" -msgstr "プリンタドライバのリストを取得できません:" +msgid "held" +msgstr "ホールド" -msgid "Unable to modify printer:" -msgstr "プリンタを変更できません:" +msgid "help\t\tget help on commands\n" +msgstr "help\t\tコマンドのヘルプを取得\n" -msgid "Unable to add printer:" -msgstr "プリンタを追加できません:" +msgid "idle" +msgstr "待機中" -msgid "Set Printer Options" -msgstr "プリンタオプションの設定" +msgid "job-printer-uri attribute missing!" +msgstr "job-printer-uri 属性がありません!" -msgid "Missing form variable!" -msgstr "フォームの値がありません!" +msgid "lpadmin: Class name can only contain printable characters!\n" +msgstr "lpadmin: クラス名は表示可能文字のみで構成されなければなりません!\n" -msgid "Unable to get PPD file!" -msgstr "PPD ファイルを取得できません!" +msgid "lpadmin: Expected PPD after '-P' option!\n" +msgstr "lpadmin: '-P' オプションのあとに PPD が必要です!\n" -msgid "Unable to open PPD file:" -msgstr "PPD ファイルを取得できません:" +msgid "lpadmin: Expected allow/deny:userlist after '-u' option!\n" +msgstr "" +"lpadmin: '-u' オプションのあとには allow/deny:ユーザリスト が必要です!\n" -msgid "Banners" -msgstr "バナー" +msgid "lpadmin: Expected class after '-r' option!\n" +msgstr "lpadmin: '-r' オプションのあとにはクラス名が必要です!\n" -msgid "Starting Banner" -msgstr "開始バナー" +msgid "lpadmin: Expected class name after '-c' option!\n" +msgstr "lpadmin: '-c' オプションのあとにはクラス名が必要です!\n" -msgid "Ending Banner" -msgstr "終了バナー" +msgid "lpadmin: Expected description after '-D' option!\n" +msgstr "lpadmin: '-D' オプションのあとに説明が必要です!\n" -msgid "Policies" -msgstr "ポリシー" +msgid "lpadmin: Expected device URI after '-v' option!\n" +msgstr "lpadmin: '-v' オプションのあとにはデバイス URI が必要です!\n" -msgid "Error Policy" -msgstr "エラーポリシー" +msgid "lpadmin: Expected file type(s) after '-I' option!\n" +msgstr "lpadmin: '-I' オプションのあとにファイル形式が必要です!\n" -msgid "Operation Policy" -msgstr "操作ポリシー" +msgid "lpadmin: Expected hostname after '-h' option!\n" +msgstr "lpadmin: '-h' オプションのあとにはホスト名が必要です!\n" -msgid "PS Binary Protocol" -msgstr "PS バイナリプロトコル" +msgid "lpadmin: Expected interface after '-i' option!\n" +msgstr "lpadmin: '-i' オプションのあとにはインターフェイス名が必要です!\n" -msgid "None" -msgstr "なし" +msgid "lpadmin: Expected location after '-L' option!\n" +msgstr "lpadmin: '-L' オプションのあとに場所が必要です!\n" -msgid "Unable to set options:" -msgstr "オプションを設定できません:" +msgid "lpadmin: Expected model after '-m' option!\n" +msgstr "lpadmin: '-m' オプションのあとにはモデル名が必要です!\n" -msgid "Change Settings" -msgstr "設定の変更" +msgid "lpadmin: Expected name=value after '-o' option!\n" +msgstr "lpadmin: '-o' オプションのあとには 名前=値 が必要です!\n" -msgid "Unable to change server settings:" -msgstr "サーバの設定を変更できません:" +msgid "lpadmin: Expected printer after '-p' option!\n" +msgstr "lpadmin: '-p' オプションのあとにはプリンタ名が必要です!\n" -msgid "Unable to upload cupsd.conf file:" -msgstr "cupsd.conf ファイルをアップロードできません:" +msgid "lpadmin: Expected printer name after '-d' option!\n" +msgstr "lpadmin: '-d' オプションのあとにはプリンタ名が必要です!\n" -msgid "Edit Configuration File" -msgstr "設定ファイルの編集" +msgid "lpadmin: Expected printer or class after '-x' option!\n" +msgstr "" +"lpadmin: '-x' オプションのあとにはプリンタ名またはクラス名が必要です!\n" -msgid "Unable to create temporary file:" -msgstr "テンポラリファイルを作成できません:" +msgid "lpadmin: No member names were seen!\n" +msgstr "lpadmin: メンバー名が見当たりません!\n" -msgid "Unable to access cupsd.conf file:" -msgstr "cupsd.conf ファイルにアクセスできません:" +#, c-format +msgid "lpadmin: Printer %s is already a member of class %s.\n" +msgstr "lpadmin: プリンタ %s はすでにクラス %s のメンバーです。\n" -msgid "Unable to edit cupsd.conf files larger than 1MB!" -msgstr "1MB 以上の cupsd.conf ファイルは編集できません!" +#, c-format +msgid "lpadmin: Printer %s is not a member of class %s.\n" +msgstr "lpadmin: プリンタ %s はクラス %s のメンバーではありません。\n" -msgid "Delete Class" -msgstr "クラスの削除" +msgid "lpadmin: Printer name can only contain printable characters!\n" +msgstr "lpadmin: プリンタ名は表示可能文字のみで構成されなければなりません!\n" -msgid "Unable to delete class:" -msgstr "クラスを削除できません:" +msgid "" +"lpadmin: Unable to add a printer to the class:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: クラスにプリンタを追加できません:\n" +" 先にプリンタ名を指定する必要があります!\n" -msgid "Delete Printer" -msgstr "プリンタの削除" +#, c-format +msgid "lpadmin: Unable to connect to server: %s\n" +msgstr "lpadmin: サーバに接続できません: %s\n" -msgid "Unable to delete printer:" -msgstr "プリンタを削除できません:" +#, c-format +msgid "lpadmin: Unable to create temporary file - %s\n" +msgstr "lpadmin: テンポラリファイルを作成できません - %s\n" -msgid "Export Printers to Samba" -msgstr "プリンタを Samba にエキスポート" +#, c-format +msgid "lpadmin: Unable to create temporary file: %s\n" +msgstr "lpadmin: テンポラリファイルを作成できません: %s\n" -msgid "Unable to fork process!" -msgstr "プロセスをフォークできません!" +#, c-format +msgid "lpadmin: Unable to open PPD file \"%s\" - %s\n" +msgstr "lpadmin: PPD ファイル \"%s\" を開くことができません - %s\n" -msgid "Unable to connect to server!" -msgstr "サーバに接続できません!" +#, c-format +msgid "lpadmin: Unable to open file \"%s\": %s\n" +msgstr "lpadmin: ファイル \"%s\" を開くことができません: %s\n" -msgid "Unable to get printer attributes!" -msgstr "プリンタ属性を取得できません!" +msgid "" +"lpadmin: Unable to remove a printer from the class:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: クラスからプリンタを削除できません:\n" +" 先にプリンタ名を指定する必要があります!\n" -msgid "Unable to convert PPD file!" -msgstr "PPD ファイルを変換できません!" +msgid "" +"lpadmin: Unable to set the PPD file:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: PPD ファイルを設定できません:\n" +" 先にプリンタ名を指定する必要があります!\n" -msgid "Unable to copy Windows 2000 printer driver files!" -msgstr "Windows 2000 プリンタドライバファイルをコピーできません!" +msgid "" +"lpadmin: Unable to set the device URI:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: デバイス URI を設定できません:\n" +" 先にプリンタ名を指定する必要があります!\n" -msgid "Unable to install Windows 2000 printer driver files!" -msgstr "Windows 2000 プリンタドライバファイルをインストールできません!" +msgid "" +"lpadmin: Unable to set the interface script or PPD file:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: インターフェイススクリプトまたは PPD ファイルを設定できません:\n" +" 先にプリンタ名を指定する必要があります!\n" -msgid "Unable to copy Windows 9x printer driver files!" -msgstr "Windows 9x プリンタドライバファイルをコピーできません!" +msgid "" +"lpadmin: Unable to set the interface script:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: インターフェイススクリプトを設定できません:\n" +" 先にプリンタ名を指定する必要があります!\n" -msgid "Unable to install Windows 9x printer driver files!" -msgstr "Windows 9x プリンタドライバファイルをインストールできません!" +msgid "" +"lpadmin: Unable to set the printer description:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: プリンタ説明を設定できません:\n" +" 先にプリンタ名を指定する必要があります!\n" -msgid "Unable to set Windows printer driver!" -msgstr "Windows プリンタドライバを設定できません!" +msgid "" +"lpadmin: Unable to set the printer location:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: プリンタの場所が設定できません:\n" +" 先にプリンタ名を指定する必要があります!\n" -msgid "No printer drivers found!" -msgstr "プリンタドライバが見つかりません!" +msgid "" +"lpadmin: Unable to set the printer options:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: プリンタオプションを設定できません:\n" +" 先にプリンタ名を指定する必要があります!\n" -msgid "Unable to execute cupsaddsmb command!" -msgstr "cupsaddsmb コマンドを実行できません!" +#, c-format +msgid "lpadmin: Unknown allow/deny option \"%s\"!\n" +msgstr "lpadmin: \"%s\" は未知の allow/deny オプションです!\n" #, c-format -msgid "cupsaddsmb failed with status %d" -msgstr "cupsaddsmb は状態 %d で失敗しました" +msgid "lpadmin: Unknown argument '%s'!\n" +msgstr "lpadmin: '%s' は未知の引数です!\n" #, c-format -msgid "cupsaddsmb crashed on signal %d" -msgstr "cupsaddsmb はシグナル %d でクラッシュしました" +msgid "lpadmin: Unknown option '%c'!\n" +msgstr "lpadmin: '%c' は未知のオプションです!\n" -msgid "A Samba username is required to export printer drivers!" -msgstr "プリンタドライバをエキスポートするには、Samba のユーザ名が必要です!" +msgid "lpadmin: Warning - content type list ignored!\n" +msgstr "lpadmin: 警告 - コンテンツタイプリストは無視されます!\n" -msgid "A Samba password is required to export printer drivers!" -msgstr "プリンタドライバをエキスポートするには Samba のパスワードが必要です!" +msgid "lpc> " +msgstr "lpc> " -msgid "Unable to open cupsd.conf file:" -msgstr "cupsd.conf ファイルを開くことができません:" +#, c-format +msgid "lpinfo: Unable to connect to server: %s\n" +msgstr "lpinfo: サーバに接続できません: %s\n" -msgid "Unable to change printer:" -msgstr "プリンタを変更できません:" +#, c-format +msgid "lpinfo: Unknown argument '%s'!\n" +msgstr "lpinfo: '%s' は未知の引数です!\n" -msgid "Set Allowed Users" -msgstr "許可するユーザの設定" +#, c-format +msgid "lpinfo: Unknown option '%c'!\n" +msgstr "lpinfo: '%c' は未知のオプションです!\n" -msgid "Unable to get printer attributes:" -msgstr "プリンタ属性を取得できません:" +#, c-format +msgid "lpmove: Unable to connect to server: %s\n" +msgstr "lpmove: サーバに接続できません: %s\n" -msgid "Set Publishing" -msgstr "公開の設定" +#, c-format +msgid "lpmove: Unknown argument '%s'!\n" +msgstr "lpmove: '%s' は未知の引数です!\n" -msgid "Unable to change printer-is-shared attribute:" -msgstr "printer-is-shared 属性を変更できません:" +#, c-format +msgid "lpmove: Unknown option '%c'!\n" +msgstr "lpmove: '%c' は未知のオプションです!\n" -msgid "Classes" -msgstr "クラス" +msgid "lpoptions: No printers!?!\n" +msgstr "lpoptions: プリンタがありません!?!\n" -msgid "Unable to get class list:" -msgstr "クラスリストを取得できません:" +#, c-format +msgid "lpoptions: Unable to add printer or instance: %s\n" +msgstr "lpoptions: プリンタまたはインスタンスを追加できません: %s\n" -msgid "Unable to get class status:" -msgstr "クラスの状態を取得できません:" +#, c-format +msgid "lpoptions: Unable to get PPD file for %s: %s\n" +msgstr "lpoptions: %s の PPD ファイルを開くことができません!: %s\n" -msgid "Move Job" -msgstr "ジョブの移動" +#, c-format +msgid "lpoptions: Unable to open PPD file for %s!\n" +msgstr "lpoptions: %s の PPD ファイルを開くことができません!\n" -msgid "Unable to find destination for job!" -msgstr "ジョブの宛先が見つかりません!" +msgid "lpoptions: Unknown printer or class!\n" +msgstr "lpoptions: 未知のプリンタまたはクラスです!\n" -msgid "Move All Jobs" -msgstr "すべてのジョブの移動" +msgid "lppasswd: Only root can add or delete passwords!\n" +msgstr "lppasswd: root だけがパスワードの追加と削除を行えます!\n" -msgid "Unable to move job" -msgstr "ジョブを移動できません" +msgid "lppasswd: Password file busy!\n" +msgstr "lppasswd: パスワードファイルがビジー状態です!\n" -msgid "Unable to move jobs" -msgstr "ジョブを移動できません" +msgid "lppasswd: Password file not updated!\n" +msgstr "lppasswd: パスワードファイルは更新されません!\n" -msgid "Print Test Page" -msgstr "テストページの印刷" +msgid "lppasswd: Sorry, password doesn't match!\n" +msgstr "lppasswd: すみませんが、パスワードがマッチしません!\n" -msgid "Unable to print test page:" -msgstr "テストページを印刷できません:" +msgid "" +"lppasswd: Sorry, password rejected.\n" +"Your password must be at least 6 characters long, cannot contain\n" +"your username, and must contain at least one letter and number.\n" +msgstr "" +"lppasswd: すみませんが、パスワードは拒否されました。\n" +"パスワードは少なくとも 6 文字以上で、あなたのユーザ名を含んではならず、\n" +"少なくとも 1 つの英字および数値を含んでなければなりません。\n" -msgid "Jobs" -msgstr "ジョブ" +msgid "lppasswd: Sorry, passwords don't match!\n" +msgstr "lppasswd: すみませんが、パスワードがマッチしません!\n" -msgid "Job operation failed:" -msgstr "ジョブ操作に失敗しました:" +#, c-format +msgid "lppasswd: Unable to copy password string: %s\n" +msgstr "lppasswd: パスワード文字列をコピーできません: %s\n" -msgid "Printers" -msgstr "プリンタ" +#, c-format +msgid "lppasswd: Unable to open password file: %s\n" +msgstr "lppasswd: パスワードファイルを開くことができません: %s\n" -msgid "Unable to get printer list:" -msgstr "プリンタリストを取得できません:" +#, c-format +msgid "lppasswd: Unable to write to password file: %s\n" +msgstr "lppasswd: パスワードファイルに書き込むことができません: %s\n" -msgid "Unable to get printer status:" -msgstr "プリンタの状態を取得できません:" +#, c-format +msgid "lppasswd: failed to backup old password file: %s\n" +msgstr "" +"lppasswd: 古いパスワードファイルをバックアップするのに失敗しました: %s\n" -msgid "OK" -msgstr "OK" +#, c-format +msgid "lppasswd: failed to rename password file: %s\n" +msgstr "lppasswd: パスワードファイルを名前変更するのに失敗しました: %s\n" -msgid "Unable to open PPD file" -msgstr "PPD ファイルを開くことができません" +#, c-format +msgid "lppasswd: user \"%s\" and group \"%s\" do not exist.\n" +msgstr "lppasswd: ユーザ \"%s\" およびグループ \"%s\" は存在しません。\n" -msgid "NULL PPD file pointer" -msgstr "NULL PPD ファイルポインタ" +msgid "lprm: Unable to contact server!\n" +msgstr "lprm: サーバに連絡できません!\n" -msgid "Memory allocation error" -msgstr "メモリ割り当てエラー" +#, c-format +msgid "" +"lpstat: error - %s environment variable names non-existent destination \"%s" +"\"!\n" +msgstr "lpstat: エラー - 環境変数 %s が存在しない宛先 \"%s\" を指しています!\n" -msgid "Missing PPD-Adobe-4.x header" -msgstr "PPD-Adobe-4.x ヘッダがありません" +#, c-format +msgid "members of class %s:\n" +msgstr "クラス %s のメンバー:\n" -msgid "Missing value string" -msgstr "値文字列がありません" +msgid "no entries\n" +msgstr "エントリがありません\n" -msgid "Internal error" -msgstr "内部エラー" +msgid "no system default destination\n" +msgstr "システムのデフォルトの宛先がありません\n" -msgid "Bad OpenGroup" -msgstr "不正な OpenGroup" +msgid "notify-events not specified!" +msgstr "notify-events が指定されていません!" -msgid "OpenGroup without a CloseGroup first" -msgstr "最初の CloseGroup なしの OpenGroup" +#, fuzzy, c-format +msgid "notify-recipient-uri URI \"%s\" uses unknown scheme!" +msgstr "notify-recipient URI \"%s\" には未知のスキームが使われています!" -msgid "Bad OpenUI/JCLOpenUI" -msgstr "不正な OpenUI/JCLOpenUI" +#, c-format +msgid "notify-subscription-id %d no good!" +msgstr "notify-subscription-id %d は良くありません!" -msgid "OpenUI/JCLOpenUI without a CloseUI/JCLCloseUI first" -msgstr "最初の CloseUI/JCLCloseUI なしの OpenUI/JCLOpenUI" +#, c-format +msgid "open of %s failed: %s" +msgstr "%s のオープンに失敗しました: %s" -msgid "Bad OrderDependency" -msgstr "不正な OrderDependency" +msgid "pending" +msgstr "保留" -msgid "Bad UIConstraints" -msgstr "不正な UIConstraints" +#, c-format +msgid "printer %s disabled since %s -\n" +msgstr "プリンタ %s は %s 以来無効です -\n" -msgid "Missing asterisk in column 1" -msgstr "1 列目にアスタリスクがありません" +#, c-format +msgid "printer %s is idle. enabled since %s\n" +msgstr "プリンタ %s は待機中です。%s 以来有効です\n" -msgid "Line longer than the maximum allowed (255 characters)" -msgstr "1 行が最大許可値 (255 文字) を超えています" +#, c-format +msgid "printer %s now printing %s-%d. enabled since %s\n" +msgstr "プリンタ %s は %s-%d を印刷しています。%s 以来有効です\n" -msgid "Illegal control character" -msgstr "不正な制御文字" +#, c-format +msgid "printer %s/%s disabled since %s -\n" +msgstr "プリンタ %s/%s は %s 以来無効です -\n" -msgid "Illegal main keyword string" -msgstr "不正なメインキーワード文字列" +#, c-format +msgid "printer %s/%s is idle. enabled since %s\n" +msgstr "プリンタ %s/%s は待機中です。%s 以来有効です\n" -msgid "Illegal option keyword string" -msgstr "不正なオプションキーワード文字列" +#, c-format +msgid "printer %s/%s now printing %s-%d. enabled since %s\n" +msgstr "プリンタ %s/%s は %s-%d を印刷しています。%s 以来有効です\n" -msgid "Illegal translation string" -msgstr "不正な翻訳文字列" +msgid "processing" +msgstr "処理中" -msgid "Illegal whitespace character" -msgstr "不正な空白文字" +#, c-format +msgid "request id is %s-%d (%d file(s))\n" +msgstr "リクエスト ID は %s-%d です (%d 個のファイル)\n" -msgid "Bad custom parameter" -msgstr "不正なカスタムパラメータ" +msgid "scheduler is not running\n" +msgstr "スケジューラは動作していません\n" -msgid "Unknown" -msgstr "未知" +msgid "scheduler is running\n" +msgstr "スケジューラは動作中です\n" -msgid "Custom" -msgstr "カスタム" +#, c-format +msgid "stat of %s failed: %s" +msgstr "%s の状態取得に失敗しました: %s" -msgid "JCL" -msgstr "JCL" +msgid "status\t\tshow status of daemon and queue\n" +msgstr "status\t\tデーモンとキューの状態を表示\n" -msgid "No authentication information provided!" -msgstr "認証情報が提供されていません!" +msgid "stopped" +msgstr "停止" #, c-format -msgid "Password for %s required to access %s via SAMBA: " -msgstr "SAMBA 経由で %2$s にアクセスするのに必要な %1$s のパスワード: " +msgid "system default destination: %s\n" +msgstr "システムのデフォルトの宛先: %s\n" #, c-format -msgid "Running command: %s %s -N -U '%s%%%s' -c '%s'\n" -msgstr "コマンドを実行中: %s %s -N -U '%s%%%s' -c '%s'\n" +msgid "system default destination: %s/%s\n" +msgstr "システムのデフォルトの宛先: %s/%s\n" -#, c-format -msgid "cupsaddsmb: Unable to run \"%s\": %s\n" -msgstr "cupsaddsmb: \"%s\" を実行できません: %s\n" +msgid "unknown" +msgstr "未知" -msgid "cupsaddsmb: No Windows printer drivers are installed!\n" -msgstr "cupsaddsmb: Windows プリンタドライバがインストールされていません!\n" +msgid "untitled" +msgstr "タイトルなし" -msgid "cupsaddsmb: Warning, no Windows 2000 printer drivers are installed!\n" -msgstr "" -"cupsaddsmb: 警告: Windows 2000 プリンタドライバがインストールされていませ" -"ん!\n" +#~ msgid "" +#~ " **FAIL** 1284DeviceId must be 1284DeviceID!\n" +#~ " REF: Page 72, section 5.5\n" +#~ msgstr "" +#~ " **FAIL** 1284DeviceId は 1284DeviceID でなければなりません!\n" +#~ " REF: 72 ページ、セクション 5.5\n" + +#~ msgid " %d ERROR%s FOUND\n" +#~ msgstr " %d 個のエラー%s が見つかりました\n" -#, c-format -msgid "lpadmin: Printer %s is already a member of class %s.\n" -msgstr "lpadmin: プリンタ %s はすでにクラス %s のメンバーです。\n" +#~ msgid "%s accepting requests since Jan 01 00:00\n" +#~ msgstr "%s は Jan 01 00:00 以来リクエストを受け付けています\n" -msgid "lpadmin: No member names were seen!\n" -msgstr "lpadmin: メンバー名が見当たりません!\n" +#~ msgid "" +#~ "%s not accepting requests since Jan 01 00:00 -\n" +#~ "\t%s\n" +#~ msgstr "" +#~ "%s は Jan 01 00:00 以来リクエストを受け付けていません -\n" +#~ "\t%s\n" -#, c-format -msgid "lpadmin: Printer %s is not a member of class %s.\n" -msgstr "lpadmin: プリンタ %s はクラス %s のメンバーではありません。\n" +#~ msgid "%s/%s accepting requests since Jan 01 00:00\n" +#~ msgstr "%s/%s は Jan 01 00:00 以来リクエストを受け付けています\n" -#, c-format -msgid "" -"Device: uri = %s\n" -" class = %s\n" -" info = %s\n" -" make-and-model = %s\n" -" device-id = %s\n" -msgstr "" -"デバイス: uri = %s\n" -" class = %s\n" -" info = %s\n" -" make-and-model = %s\n" -" device-id = %s\n" +#~ msgid "" +#~ "%s/%s not accepting requests since Jan 01 00:00 -\n" +#~ "\t%s\n" +#~ msgstr "" +#~ "%s/%s は Jan 01 00:00 以来リクエストを受け付けていません -\n" +#~ "\t%s\n" -#, c-format -msgid "" -"Model: name = %s\n" -" natural_language = %s\n" -" make-and-model = %s\n" -" device-id = %s\n" -msgstr "" -"モデル: name = %s\n" -" natural_language = %s\n" -" make-and-model = %s\n" -" device-id = %s\n" +#~ msgid "%s: Expected reason text after -r!\n" +#~ msgstr "%s: -r のあとには理由のテキストが必要です!\n" -msgid "Usage: lpmove job/src dest\n" -msgstr "使い方: lpmove ジョブまたはソース 宛先\n" +#~ msgid "%s: Expected server name after -h!\n" +#~ msgstr "%s: -h のあとにはサーバ名が必要です!\n" -msgid "lpstat: Need \"completed\", \"not-completed\", or \"all\" after -W!\n" -msgstr "" -"lpstat: -W のあとには \"completed\"、\"not-completed\"、\"all\" のいずれかが" -"必要です!\n" +#~ msgid "%s: Unknown option '%c'!\n" +#~ msgstr "%s: '%c' は未知のオプションです!\n" -#, c-format -msgid "%s accepting requests since %s\n" -msgstr "%s は %s 以来リクエストを受け付けています\n" +#~ msgid "Auto" +#~ msgstr "自動" -#, c-format -msgid "" -"%s not accepting requests since %s -\n" -"\t%s\n" -msgstr "" -"%s は %s 以来リクエストを受け付けていません -\n" -"\t%s\n" +#~ msgid "Bad notify-recipient URI \"%s\"!" +#~ msgstr "\"%s\" は不正な notify-recipient URI です!" -#, c-format -msgid "%s/%s accepting requests since %s\n" -msgstr "%s/%s は %s 以来リクエストを受け付けています\n" +#~ msgid "Bad option + choice on line %d!\n" +#~ msgstr "%d 行に不正なオプションと選択があります!\n" -#, c-format -msgid "" -"%s/%s not accepting requests since %s -\n" -"\t%s\n" -msgstr "" -"%s/%s は %s 以来リクエストを受け付けていません -\n" -"\t%s\n" +#~ msgid "Class" +#~ msgstr "クラス" + +#~ msgid "" +#~ "Device: uri = %s\n" +#~ " class = %s\n" +#~ " info = %s\n" +#~ " make-and-model = %s\n" +#~ msgstr "" +#~ "デバイス: uri = %s\n" +#~ " class = %s\n" +#~ " info = %s\n" +#~ " make-and-model = %s\n" + +#~ msgid "" +#~ "Enter your username and password or the root username and password to " +#~ "access this page." +#~ msgstr "" +#~ "このページにアクセスするために、あなたのユーザ名とパスワード、あるいは " +#~ "root のユーザ名とパスワードを入力してください。" -msgid "lpc> " -msgstr "lpc> " +#~ msgid "Extra" +#~ msgstr "補助" -#, c-format -msgid "%s: Unable to contact server!\n" -msgstr "%s: サーバに連絡できません!\n" +#~ msgid "Job #%d doesn't exist!" +#~ msgstr "ジョブ #%d は存在しません!" -#, c-format -msgid "%s: Error - expected username after '-U' option!\n" -msgstr "%s: エラー - '-U' オプションのあとにはユーザ名が必要です!\n" +#~ msgid "Job #%d is already %s - can't cancel." +#~ msgstr "ジョブ #%d はすでに %s です - キャンセルできません。" -#, c-format -msgid "%s: Error - unknown destination \"%s/%s\"!\n" -msgstr "%s: エラー - \"%s/%s\" は未知の宛先です!\n" +#~ msgid "Job #%d is already cancelled - can't cancel." +#~ msgstr "ジョブ #%d はすでにキャンセルされています - キャンセルできません。" -#, c-format -msgid "%s: Unknown destination \"%s\"!\n" -msgstr "%s: \"%s\" は未知の宛先です!\n" +#~ msgid "Missing double quote on line %d!\n" +#~ msgstr "%d 行に二重引用符がありません!\n" -#, c-format -msgid "%s: Error - expected hostname after '-h' option!\n" -msgstr "%s: エラー - '-h' オプションのあとにはホスト名が必要です!\n" +#~ msgid "Missing value on line %d!\n" +#~ msgstr "%d 行に値がありません!\n" -#, c-format -msgid "" -"%s: error - %s environment variable names non-existent destination \"%s\"!\n" -msgstr "%s: エラー - 環境変数 %s が存在しない宛先 \"%s\" を指しています!\n" +#~ msgid "" +#~ "Model: name = %s\n" +#~ " natural_language = %s\n" +#~ " make-and-model = %s\n" +#~ msgstr "" +#~ "モデル: name = %s\n" +#~ " natural_language = %s\n" +#~ " make-and-model = %s\n" -#, c-format -msgid "%s: error - no default destination available.\n" -msgstr "%s: エラー - 利用可能なデフォルトの宛先がありません。\n" +#~ msgid "No Windows printer drivers are installed!\n" +#~ msgstr "Windows プリンタドライバがインストールされていません!\n" -msgid "" -"Usage: lpq [-P dest] [-U username] [-h hostname[:port]] [-l] [+interval]\n" -msgstr "" -"使い方: lpq [-P 宛先] [-U ユーザ名] [-h ホスト名[:ポート]] [-l] [+インターバ" -"ル]\n" +#~ msgid "No printer drivers found!" +#~ msgstr "プリンタドライバが見つかりません!" -#, c-format -msgid "%s: Error - expected hostname after '-H' option!\n" -msgstr "%s: エラー - '-H' オプションのあとにはホスト名が必要です!\n" +#~ msgid "Not authorized to hold job #%d owned by \"%s\"!" +#~ msgstr "" +#~ "\"%2$s\" の所有しているジョブ #%1$d をホールドすることを許可されていませ" +#~ "ん!" -#, c-format -msgid "%s: Error - expected value after '-%c' option!\n" -msgstr "%s: エラー - '-%c' オプションのあとには値が必要です!\n" +#~ msgid "Printer" +#~ msgstr "プリンタ" -#, c-format -msgid "" -"%s: Warning - '%c' format modifier not supported - output may not be " -"correct!\n" -msgstr "" -"%s: 警告 - '%c' 形式修飾子はサポートされていません - 出力は正しくないものにな" -"るかもしれません!\n" +#~ msgid "Printer not shared!" +#~ msgstr "プリンタは共有されていません!" -#, c-format -msgid "%s: error - expected option=value after '-o' option!\n" -msgstr "%s: '-o' オプションのあとには オプション=値 が必要です!\n" +#~ msgid "Running command: %s %s -N -U '%s%%%s' -c '%s'\n" +#~ msgstr "コマンドを実行中: %s %s -N -U '%s%%%s' -c '%s'\n" -#, c-format -msgid "%s: Error - expected destination after '-P' option!\n" -msgstr "%s: エラー - '-P' オプションのあとには宛先が必要です!\n" +#~ msgid "The printer-uri \"%s\" is not valid." +#~ msgstr "printer-uri \"%s\" は有効ではありません。" -#, c-format -msgid "%s: Error - expected copy count after '-#' option!\n" -msgstr "%s: エラー - '-#' オプションのあとにはコピー数が必要です!\n" +#~ msgid "Too many jobs - %d jobs, max jobs is %d." +#~ msgstr "ジョブが多すぎます - %d ジョブ。最大ジョブ数は %d です。" -#, c-format -msgid "%s: Error - expected name after '-%c' option!\n" -msgstr "%s: エラー - '-%c' オプションのあとには名前が必要です!\n" +#~ msgid "Unable to connect to server!" +#~ msgstr "サーバに接続できません!" -#, c-format -msgid "%s: Error - unknown option '%c'!\n" -msgstr "%s: エラー - '%c' は未知のオプションです!\n" +#~ msgid "Unable to convert PPD file!" +#~ msgstr "PPD ファイルを変換できません!" -#, c-format -msgid "%s: Error - unable to access \"%s\" - %s\n" -msgstr "%s: エラー - \"%s\" にアクセスできません - %s\n" +#~ msgid "Unable to copy CUPS printer driver files (%d)!\n" +#~ msgstr "CUPS プリンタドライバファイルをコピーできません (%d)!\n" -#, c-format -msgid "%s: Error - too many files - \"%s\"\n" -msgstr "%s: エラー - ファイルが多すぎます - \"%s\"\n" +#~ msgid "Unable to copy Windows 2000 printer driver files (%d)!\n" +#~ msgstr "Windows 2000 プリンタドライバファイルをコピーできません (%d)!\n" -#, c-format -msgid "" -"%s: Error - %s environment variable names non-existent destination \"%s\"!\n" -msgstr "%s: エラー - 環境変数 %s が存在しない宛先 \"%s\" を指しています!\n" +#~ msgid "Unable to copy Windows 2000 printer driver files!" +#~ msgstr "Windows 2000 プリンタドライバファイルをコピーできません!" + +#~ msgid "Unable to copy Windows 9x printer driver files (%d)!\n" +#~ msgstr "Windows 9x プリンタドライバファイルをコピーできません (%d)!\n" + +#~ msgid "Unable to copy Windows 9x printer driver files!" +#~ msgstr "Windows 9x プリンタドライバファイルをコピーできません!" + +#~ msgid "Unable to execute cupsaddsmb command!" +#~ msgstr "cupsaddsmb コマンドを実行できません!" + +#~ msgid "Unable to fork process!" +#~ msgstr "プロセスをフォークできません!" + +#~ msgid "Unable to get printer attributes!" +#~ msgstr "プリンタ属性を取得できません!" + +#~ msgid "Unable to install Windows 2000 printer driver files (%d)!\n" +#~ msgstr "" +#~ "Windows 2000 プリンタドライバファイルをインストールできません (%)!\n" -#, c-format -msgid "%s: Error - no default destination available.\n" -msgstr "%s: エラー - 利用可能なデフォルトの宛先がありません。\n" +#~ msgid "Unable to install Windows 2000 printer driver files!" +#~ msgstr "Windows 2000 プリンタドライバファイルをインストールできません!" -#, c-format -msgid "%s: Error - scheduler not responding!\n" -msgstr "%s: エラー - スケジューラが応答していません!\n" +#~ msgid "Unable to install Windows 9x printer driver files (%d)!\n" +#~ msgstr "Windows 9x プリンタドライバファイルをインストールできません (%d)!\n" -#, c-format -msgid "%s: Error - unable to create temporary file \"%s\" - %s\n" -msgstr "%s: エラー - テンポラリファイル \"%s\" を作成できません - %s\n" +#~ msgid "Unable to install Windows 9x printer driver files!" +#~ msgstr "Windows 9x プリンタドライバファイルをインストールできません!" -#, c-format -msgid "%s: Error - unable to write to temporary file \"%s\" - %s\n" -msgstr "%s: エラー - テンポラリファイル \"%s\" に書き込みできません - %s\n" +#~ msgid "Unable to set Windows printer driver (%d)!\n" +#~ msgstr "Windows プリンタドライバを設定できません (%d)!\n" -#, c-format -msgid "%s: Error - stdin is empty, so no job has been sent.\n" -msgstr "%s: エラー - 標準入力が空なので、ジョブは送られていません。\n" +#~ msgid "Unable to set Windows printer driver!" +#~ msgstr "Windows プリンタドライバを設定できません!" -#, c-format -msgid "%s: Error - unknown destination \"%s\"!\n" -msgstr "%s: エラー - \"%s\" は未知の宛先です!\n" +#~ msgid "" +#~ "Usage: cupsaddsmb [options] printer1 ... printerN\n" +#~ " cupsaddsmb [options] -a\n" +#~ "\n" +#~ "Options:\n" +#~ " -H samba-server Use the named SAMBA server\n" +#~ " -U samba-user Authenticate using the named SAMBA user\n" +#~ " -a Export all printers\n" +#~ " -h cups-server Use the named CUPS server\n" +#~ " -v Be verbose (show commands)\n" +#~ msgstr "" +#~ "Usage: cupsaddsmb [オプション] プリンタ1 ... プリンタN\n" +#~ " cupsaddsmb [オプション] -a\n" +#~ "\n" +#~ "Options:\n" +#~ " -H sambaサーバ 指定の SAMBA サーバを使う\n" +#~ " -U sambaユーザ 指定の SAMBA ユーザ名で認証する\n" +#~ " -a すべてのプリンタをエキスポートする\n" +#~ " -h cupsサーバ 指定の CUPS サーバを使う\n" +#~ " -v 冗長にする (コマンドを表示する)\n" -#, c-format -msgid "%s: Error - expected reason text after '-r' option!\n" -msgstr "%s: -r のあとには理由のテキストが必要です!\n" +#~ msgid "Usage: lpmove job dest\n" +#~ msgstr "使い方: lpmove ジョブ 宛先\n" -#, c-format -msgid "%s: Error - expected username after '-u' option!\n" -msgstr "%s: エラー - '-u' オプションのあとにはユーザ名が必要です!\n" +#~ msgid "Usage: lpq [-P dest] [-l] [+interval]\n" +#~ msgstr "使い方: lpq [-P 宛先] [-l] [+インターバル]\n" -#, c-format -msgid "%s: %s failed: %s\n" -msgstr "%s: %s 失敗しました: %s\n" +#~ msgid "Variable" +#~ msgstr "可変" -#, c-format -msgid "%s: Error - expected destination after '-d' option!\n" -msgstr "%s: '-d' オプションのあとにはプリンタ名が必要です!\n" +#~ msgid "Warning, no Windows 2000 printer drivers are installed!\n" +#~ msgstr "警告: Windows 2000 プリンタドライバがインストールされていません!\n" -#, c-format -msgid "%s: Error - expected form after '-f' option!\n" -msgstr "%s: エラー - '-f' オプションのあとには用紙名が必要です!\n" +#~ msgid "You are not authorized to alter job id %d owned by \"%s\"!" +#~ msgstr "" +#~ "あなたは \"%2$s\" の所有しているジョブ ID %1$d を変更することを許可されて" +#~ "いません!" -#, c-format -msgid "%s: Warning - form option ignored!\n" -msgstr "%s: 警告 - 用紙オプションは無視されます!\n" +#~ msgid "You are not authorized to authenticate job #%d owned by \"%s\"!" +#~ msgstr "" +#~ "あなたは \"%2$s\" の所有しているジョブ #%1$d を証明することを許可されてい" +#~ "ません!" -#, c-format -msgid "%s: Expected job ID after '-i' option!\n" -msgstr "%s: '-i' オプションのあとにはジョブ ID が必要です!\n" +#~ msgid "You are not authorized to delete job #%d owned by \"%s\"!" +#~ msgstr "" +#~ "あなたは \"%2$s\" の所有しているジョブ #%1$d を削除することを許可されてい" +#~ "ません!" -#, c-format -msgid "%s: Error - cannot print files and alter jobs simultaneously!\n" -msgstr "" -"%s: エラー - ファイルを印刷できず、ジョブを同時に変えることができません!\n" +#~ msgid "You are not authorized to move job #%d owned by \"%s\"!" +#~ msgstr "" +#~ "あなたは \"%2$s\" の所有しているジョブ #%1$d を移動することを許可されてい" +#~ "ません!" -#, c-format -msgid "%s: Error - bad job ID!\n" -msgstr "%s: エラー - 不正なジョブ ID です!\n" +#~ msgid "You are not authorized to release job id %d owned by \"%s\"!" +#~ msgstr "" +#~ "あなたは \"%2$s\" の所有しているジョブ ID %1$d を解放することを許可されて" +#~ "いません!" -#, c-format -msgid "%s: Error - expected copies after '-n' option!\n" -msgstr "%s: エラー - '-n' オプションのあとにはコピー数が必要です!\n" +#~ msgid "You are not authorized to restart job id %d owned by \"%s\"!" +#~ msgstr "" +#~ "あなたは \"%2$s\" の所有しているジョブ ID %1$d を再開することを許可されて" +#~ "いません!" -#, c-format -msgid "%s: Error - expected option string after '-o' option!\n" -msgstr "%s: エラー - '-o' オプションのあとには文字列が必要です!\n" +#~ msgid "You are not authorized to send document for job #%d owned by \"%s\"!" +#~ msgstr "" +#~ "あなたは \"%2$s\" の所有しているジョブ #%1$d にドキュメントを送信すること" +#~ "を許可されていません!" -#, c-format -msgid "%s: Error - expected priority after '-%c' option!\n" -msgstr "%s: エラー - '-%c' オプションのあとには優先度が必要です!\n" +#~ msgid "You must use a https: URL to access this page." +#~ msgstr "このページにアクセスするためには、https: URL を使う必要があります。" -#, c-format -msgid "%s: Error - priority must be between 1 and 100.\n" -msgstr "%s: エラー - 優先度は 1 から 100 の間である必要があります。\n" +#~ msgid "add_class: Unknown printer-error-policy \"%s\"." +#~ msgstr "add_class: \"%s\" は未知の printer-error-policy です。" -#, c-format -msgid "%s: Error - expected title after '-t' option!\n" -msgstr "%s: エラー - '-t' オプションのあとにはタイトルが必要です!\n" +#~ msgid "add_class: Unknown printer-op-policy \"%s\"." +#~ msgstr "add_class: \"%s\" は未知の printer-op-policy です。" -#, c-format -msgid "%s: Error - expected mode list after '-y' option!\n" -msgstr "%s: エラー - '-y' オプションのあとにはモードリストが必要です!\n" +#~ msgid "cancel: %s failed: %s\n" +#~ msgstr "cancel: %s 失敗しました: %s\n" -#, c-format -msgid "%s: Warning - mode option ignored!\n" -msgstr "%s: 警告 - モードオプションは無視されます!\n" +#~ msgid "cancel: Error - expected hostname after '-h' option!\n" +#~ msgstr "cancel: エラー - '-h' オプションのあとにはホスト名が必要です!\n" -#, c-format -msgid "%s: Error - expected hold name after '-H' option!\n" -msgstr "%s: エラー - '-H' オプションのあとにはホールド名が必要です!\n" +#~ msgid "cancel: Error - expected username after '-u' option!\n" +#~ msgstr "cancel: エラー - '-u' オプションのあとにはユーザ名が必要です!\n" -#, c-format -msgid "%s: Need job ID ('-i jobid') before '-H restart'!\n" -msgstr "%s: '-H restart' の前にはジョブ ID ('-i ジョブID') が必要です!\n" +#~ msgid "cancel: Unable to contact server!\n" +#~ msgstr "cancel: サーバに連絡できません!\n" -#, c-format -msgid "%s: Error - expected page list after '-P' option!\n" -msgstr "%s: '-P' オプションのあとにはページリストが必要です!\n" +#~ msgid "cancel: Unknown destination \"%s\"!\n" +#~ msgstr "cancel: \"%s\" は未知の宛先です!\n" -#, c-format -msgid "%s: Error - expected character set after '-S' option!\n" -msgstr "%s: エラー - '-S' オプションのあとには文字セットが必要です!\n" +#~ msgid "cancel: Unknown option '%c'!\n" +#~ msgstr "cancel: '%c' は未知のオプションです!\n" -#, c-format -msgid "%s: Warning - character set option ignored!\n" -msgstr "%s: 警告 - 文字セットオプションは無視されます!\n" +#~ msgid "cupsaddsmb crashed on signal %d" +#~ msgstr "cupsaddsmb はシグナル %d でクラッシュしました" -#, c-format -msgid "%s: Error - expected content type after '-T' option!\n" -msgstr "%s: エラー - '-T' オプションのあとにはコンテンツタイプが必要です!\n" +#~ msgid "cupsaddsmb failed with status %d" +#~ msgstr "cupsaddsmb は状態 %d で失敗しました" -#, c-format -msgid "%s: Warning - content type option ignored!\n" -msgstr "%s: 警告 - コンテンツタイプオプションは無視されます!\n" +#~ msgid "cupsaddsmb: Bad option + choice on line %d!\n" +#~ msgstr "cupsaddsmb: %d 行に不正なオプションと選択があります!\n" -#, c-format -msgid "" -"%s: Error - cannot print from stdin if files or a job ID are provided!\n" -msgstr "" -"%s: エラー - ファイルまたはジョブ ID が提供されている場合、標準入力から印刷で" -"きません。 \n" +#~ msgid "cupsaddsmb: Missing double quote on line %d!\n" +#~ msgstr "cupsaddsmb: %d 行に二重引用符がありません!\n" -#, c-format -msgid "" -"%s: Error - need \"completed\", \"not-completed\", or \"all\" after '-W' " -"option!\n" -msgstr "" -"%s: エラー - '-W' オプションのあとには、\"completed\"、\"not-completed\"、" -"\"all\" のいずれかが必要です!\n" +#~ msgid "cupsaddsmb: Missing value on line %d!\n" +#~ msgstr "cupsaddsmb: %d 行に値がありません!\n" -#, c-format -msgid "%s: Error - expected destination after '-b' option!\n" -msgstr "%s: エラー - '-b' オプションのあとに宛先を指定する必要があります!\n" +#~ msgid "cupsaddsmb: No PPD file for printer \"%s\" - skipping!\n" +#~ msgstr "" +#~ "cupsaddsmb: プリンタ \"%s\" の PPD ファイルがありません - スキップしま" +#~ "す!\n" -#, c-format -msgid "%s: Invalid destination name in list \"%s\"!\n" -msgstr "%s: リスト \"%s\" に無効な宛先名があります!\n" +#~ msgid "cupsaddsmb: No Windows printer drivers are installed!\n" +#~ msgstr "cupsaddsmb: Windows プリンタドライバがインストールされていません!\n" -#, c-format -msgid "%s: Unable to connect to server\n" -msgstr "%s: サーバに接続できません\n" +#~ msgid "cupsaddsmb: Unable to connect to server \"%s\" for %s - %s\n" +#~ msgstr "cupsaddsmb: %1$s のサーバ \"%2$s\" に接続できません - %s\n" -msgid "Print Job:" -msgstr "ジョブの印刷:" +#~ msgid "cupsaddsmb: Unable to convert PPD file for %s - %s\n" +#~ msgstr "cupsaddsmb: %s の PPD ファイルを変換できません - %s\n" -msgid "pending" -msgstr "保留" +#~ msgid "cupsaddsmb: Unable to copy CUPS printer driver files (%d)!\n" +#~ msgstr "cupsaddsmb: CUPS プリンタドライバファイルをコピーできません (%d)!\n" -msgid "held" -msgstr "ホールド" +#~ msgid "cupsaddsmb: Unable to copy Windows 2000 printer driver files (%d)!\n" +#~ msgstr "" +#~ "cupsaddsmb: Windows 2000 プリンタドライバファイルをコピーできません (%" +#~ "d)!\n" -msgid "processing" -msgstr "処理中" +#~ msgid "cupsaddsmb: Unable to copy Windows 9x printer driver files (%d)!\n" +#~ msgstr "" +#~ "cupsaddsmb: Windows 9x プリンタドライバファイルをコピーできません (%d)!\n" -msgid "stopped" -msgstr "停止" +#~ msgid "" +#~ "cupsaddsmb: Unable to install Windows 2000 printer driver files (%d)!\n" +#~ msgstr "" +#~ "cupsaddsmb: Windows 2000 プリンタドライバファイルをインストールできません " +#~ "(%d)!\n" -msgid "canceled" -msgstr "キャンセル" +#~ msgid "" +#~ "cupsaddsmb: Unable to install Windows 9x printer driver files (%d)!\n" +#~ msgstr "" +#~ "cupsaddsmb: Windows 9x プリンタドライバファイルをインストールできません (%" +#~ "d)!\n" -msgid "aborted" -msgstr "停止" +#~ msgid "cupsaddsmb: Unable to run \"%s\": %s\n" +#~ msgstr "cupsaddsmb: \"%s\" を実行できません: %s\n" -msgid "completed" -msgstr "完了" +#~ msgid "cupsaddsmb: Unable to set Windows printer driver (%d)!\n" +#~ msgstr "cupsaddsmb: Windows プリンタドライバを設定できません (%d)!\n" -msgid "unknown" -msgstr "未知" +#~ msgid "" +#~ "cupsaddsmb: Warning, no Windows 2000 printer drivers are installed!\n" +#~ msgstr "" +#~ "cupsaddsmb: 警告: Windows 2000 プリンタドライバがインストールされていませ" +#~ "ん!\n" -msgid "untitled" -msgstr "タイトルなし" +#~ msgid "cupsaddsmb: get-printer-attributes failed for \"%s\": %s\n" +#~ msgstr "cupsaddsmb: \"%s\" の get-printer-attributes に失敗しました: %s\n" -msgid "Printer:" -msgstr "プリンタ:" +#~ msgid "lp: Error - bad job ID!\n" +#~ msgstr "lp: エラー - 不正なジョブ ID です!\n" -msgid "idle" -msgstr "待機中" +#~ msgid "lp: Error - cannot print files and alter jobs simultaneously!\n" +#~ msgstr "" +#~ "lp: エラー - ファイルを印刷できず、ジョブを同時に変えることができません!\n" -msgid "Missing notify-subscription-ids attribute!" -msgstr "notify-subscription-ids 属性がありません!" +#~ msgid "" +#~ "lp: Error - cannot print from stdin if files or a job ID are provided!\n" +#~ msgstr "" +#~ "lp: エラー - ファイルまたはジョブ ID が提供されている場合、標準入力から印" +#~ "刷できません!\n" -msgid "Job subscriptions cannot be renewed!" -msgstr "ジョブサブスクリプションが更新されていません!" +#~ msgid "lp: Expected character set after -S option!\n" +#~ msgstr "lp: -S オプションのあとには文字セットが必要です!\n" -msgid "cupsd: Expected config filename after \"-c\" option!\n" -msgstr "cupsd: -c オプションのあとには設定ファイル名が必要です!\n" +#~ msgid "lp: Expected content type after -T option!\n" +#~ msgstr "lp: -T オプションのあとにはコンテンツタイプが必要です!\n" -msgid "cupsd: launchd(8) support not compiled in, running in normal mode.\n" -msgstr "" -"cupsd: launchd(8) サポートがコンパイルされていないので、通常モードで動作しま" -"す。\n" +#~ msgid "lp: Expected copies after -n option!\n" +#~ msgstr "lp: -n オプションのあとにはコピー数が必要です!\n" -#, c-format -msgid "cupsd: Unknown option \"%c\" - aborting!\n" -msgstr "cupsd: \"%c\" は未知のオプションです - 停止します!\n" +#~ msgid "lp: Expected destination after -d option!\n" +#~ msgstr "lp: -d オプションのあとには宛先が必要です!\n" -#, c-format -msgid "cupsd: Unknown argument \"%s\" - aborting!\n" -msgstr "cupsd: \"%s\" は未知の引数です - 停止します!\n" +#~ msgid "lp: Expected form after -f option!\n" +#~ msgstr "lp: -f オプションのあとには用紙名が必要です!\n" -msgid "" -"Usage: cupsd [-c config-file] [-f] [-F] [-h] [-l]\n" -"\n" -"-c config-file Load alternate configuration file\n" -"-f Run in the foreground\n" -"-F Run in the foreground but detach\n" -"-h Show this usage message\n" -"-l Run cupsd from launchd(8)\n" -msgstr "" -"使い方: cupsd [-c 設定ファイル] [-f] [-F] [-h] [-l]\n" -"\n" -"-c 設定ファイル 別の設定ファイルをロードする\n" -"-f フォアグラウンドで実行する\n" -"-F フォアグラウンドで実行するが detach する\n" -"-h この使用例を表示する\n" -"-l launchd(8) から cupsd を実行する\n" +#~ msgid "lp: Expected hold name after -H option!\n" +#~ msgstr "lp: -H オプションのあとにはホールド名が必要です!\n" -#, c-format -msgid " WARN Line %d only contains whitespace!\n" -msgstr " 警告 %d 行が空白だけです!\n" +#~ msgid "lp: Expected hostname after -h option!\n" +#~ msgstr "lp: -h オプションのあとにはホスト名が必要です!\n" -msgid "" -" WARN File contains a mix of CR, LF, and CR LF line endings!\n" -msgstr "" -" 警告 ファイルが CR、LF、CR LF の行末を混在して含んでいます!\n" +#~ msgid "lp: Expected job ID after -i option!\n" +#~ msgstr "lp: -i オプションのあとにはジョブ ID が必要です!\n" -msgid "" -" WARN Non-Windows PPD files should use lines ending with only LF, " -"not CR LF!\n" -msgstr "" -" 警告 非 Windows PPD ファイルは、CR LF でなく LF のみを行末に使うべ" -"きです!\n" +#~ msgid "lp: Expected mode list after -y option!\n" +#~ msgstr "lp: -y オプションのあとにはモードリストが必要です!\n" -msgid "Printer Maintenance" -msgstr "プリンタのメンテナンス" +#~ msgid "lp: Expected option string after -o option!\n" +#~ msgstr "lp: -o オプションのあとには文字列が必要です!\n" -msgid "Unable to send maintenance job:" -msgstr "メンテナンスジョブを送れません:" +#~ msgid "lp: Expected page list after -P option!\n" +#~ msgstr "lp: -P オプションのあとにはページリストが必要です!\n" -#, c-format -msgid "cupsaddsmb: No PPD file for printer \"%s\" - %s\n" -msgstr "cupsaddsmb: プリンタ \"%s\" の PPD ファイルがありません - %s\n" +#~ msgid "lp: Expected priority after -%c option!\n" +#~ msgstr "lp: -%c オプションのあとには優先度が必要です!\n" -#, c-format -msgid " **FAIL** %s %s does not exist!\n" -msgstr " **失敗** %s %s は存在しません!\n" +#~ msgid "lp: Expected title after -t option!\n" +#~ msgstr "lp: -t オプションのあとにはタイトルが必要です!\n" -#, c-format -msgid " **FAIL** Bad language \"%s\"!\n" -msgstr " **失敗** 無効な言語 \"%s\" です!\n" +#~ msgid "lp: Need job ID (-i) before \"-H restart\"!\n" +#~ msgstr "\"-H restart\" の前にはジョブ ID (-i) が必要です!\n" -#, c-format -msgid " **FAIL** Missing \"%s\" translation string for option %s!\n" -msgstr " **失敗** \"%s\" 翻訳文字列 (オプション %s 用) がありません!\n" +#~ msgid "lp: Priority must be between 1 and 100.\n" +#~ msgstr "lp: 優先度は 1 から 100 の間である必要があります。\n" -#, c-format -msgid "" -" **FAIL** Default translation string for option %s contains 8-bit " -"characters!\n" -msgstr "" -" **失敗** オプション %s のデフォルトの翻訳文字列が8ビット文字を含んでい" -"ます!\n" +#~ msgid "lp: Too many files - \"%s\"\n" +#~ msgstr "lp: ファイルが多すぎます - \"%s\"\n" -#, c-format -msgid "" -" **FAIL** Missing \"%s\" translation string for option %s, choice %s!\n" -msgstr "" -" **失敗** \"%s\" 翻訳文字列 (オプション %s、選択 %s) がありません!\n" +#~ msgid "lp: Unable to access \"%s\" - %s\n" +#~ msgstr "lp: \"%s\" にアクセスできません - %s\n" -#, c-format -msgid "" -" **FAIL** Default translation string for option %s choice %s contains " -"8-bit characters!\n" -msgstr "" -" **失敗** オプション %s、選択 %s のデフォルトの翻訳文字列が8ビット文字" -"を含んでいます!\n" +#~ msgid "lp: Unknown option '%c'!\n" +#~ msgstr "lp: '%c' は未知のオプションです!\n" -#, c-format -msgid " **FAIL** Bad cupsFilter value \"%s\"!\n" -msgstr " **失敗** \"%s\" は不正な cupsFilter 値です!\n" +#~ msgid "lp: Warning - character set option ignored!\n" +#~ msgstr "lp: 警告 - 文字セットオプションは無視されます!\n" -msgid "Help" -msgstr "ヘルプ" +#~ msgid "lp: Warning - content type option ignored!\n" +#~ msgstr "lp: 警告 - コンテンツタイプオプションは無視されます!\n" -#, c-format -msgid "Missing value on line %d!\n" -msgstr "%d 行に値がありません!\n" +#~ msgid "lp: Warning - mode option ignored!\n" +#~ msgstr "lp: 警告 - モードオプションは無視されます!\n" -#, c-format -msgid "Missing double quote on line %d!\n" -msgstr "%d 行に二重引用符がありません!\n" +#~ msgid "" +#~ "lp: error - %s environment variable names non-existent destination \"%s" +#~ "\"!\n" +#~ msgstr "lp: エラー - 環境変数 %s が存在しない宛先 \"%s\" を指しています!\n" -#, c-format -msgid "Bad option + choice on line %d!\n" -msgstr "%d 行に不正なオプションと選択があります!\n" +#~ msgid "lp: error - no default destination available.\n" +#~ msgstr "lp: エラー - 利用可能なデフォルトの宛先がありません。\n" -#, c-format -msgid "Unable to copy Windows 2000 printer driver files (%d)!\n" -msgstr "Windows 2000 プリンタドライバファイルをコピーできません (%d)!\n" +#~ msgid "lp: error - scheduler not responding!\n" +#~ msgstr "lp: エラー - スケジューラが応答していません!\n" -#, c-format -msgid "Unable to copy CUPS printer driver files (%d)!\n" -msgstr "CUPS プリンタドライバファイルをコピーできません (%d)!\n" +#~ msgid "lp: error - unable to write to temporary file \"%s\" - %s\n" +#~ msgstr "lp: エラー - テンポラリファイル \"%s\" に書き込めません - %s\n" -#, c-format -msgid "Unable to install Windows 2000 printer driver files (%d)!\n" -msgstr "Windows 2000 プリンタドライバファイルをインストールできません (%)!\n" +#~ msgid "lp: restart-job failed: %s\n" +#~ msgstr "lp: restart-job に失敗しました: %s\n" -#, c-format -msgid "Unable to copy Windows 9x printer driver files (%d)!\n" -msgstr "Windows 9x プリンタドライバファイルをコピーできません (%d)!\n" +#~ msgid "lp: set-job-attributes failed: %s\n" +#~ msgstr "lp: set-job-attributes に失敗しました: %s\n" -#, c-format -msgid "Unable to install Windows 9x printer driver files (%d)!\n" -msgstr "Windows 9x プリンタドライバファイルをインストールできません (%d)!\n" +#~ msgid "lp: stdin is empty, so no job has been sent.\n" +#~ msgstr "lp: 標準入力が空なので、ジョブは送られていません。\n" -msgid "No Windows printer drivers are installed!\n" -msgstr "Windows プリンタドライバがインストールされていません!\n" +#~ msgid "lp: unable to create temporary file \"%s\" - %s\n" +#~ msgstr "lp: テンポラリファイル \"%s\" を作成できません - %s\n" -msgid "Warning, no Windows 2000 printer drivers are installed!\n" -msgstr "警告: Windows 2000 プリンタドライバがインストールされていません!\n" +#~ msgid "lp: unable to print file: %s\n" +#~ msgstr "lp: ファイルを印刷できません: %s\n" -#, c-format -msgid "Unable to set Windows printer driver (%d)!\n" -msgstr "Windows プリンタドライバを設定できません (%d)!\n" +#~ msgid "lpadmin: %s failed: %s\n" +#~ msgstr "lpadmin: %s 失敗しました: %s\n" -msgid "" -"Usage: cupsaddsmb [options] printer1 ... printerN\n" -" cupsaddsmb [options] -a\n" -"\n" -"Options:\n" -" -E Encrypt the connection to the server\n" -" -H samba-server Use the named SAMBA server\n" -" -U samba-user Authenticate using the named SAMBA user\n" -" -a Export all printers\n" -" -h cups-server Use the named CUPS server\n" -" -v Be verbose (show commands)\n" -msgstr "" -"使い方: cupsaddsmb [オプション] プリンタ1 ... プリンタN\n" -" cupsaddsmb [オプション] -a\n" -"\n" -"オプション:\n" -" -E サーバとの接続を暗号化する\n" -" -H sambaサーバ 指定の SAMBA サーバを使う\n" -" -U sambaユーザ 指定の SAMBA ユーザ名で認証する\n" -" -a すべてのプリンタをエキスポートする\n" -" -h cupsサーバ 指定の CUPS サーバを使う\n" -" -v 冗長にする (コマンドを表示する)\n" +#~ msgid "lpadmin: add-printer (set description) failed: %s\n" +#~ msgstr "lpadmin: add-printer (説明の設定) に失敗しました: %s\n" -#, c-format -msgid "Unable to copy Windows 2000 printer driver files (%d)!" -msgstr "Windows 2000 プリンタドライバファイルをコピーできません (%d)!" +#~ msgid "lpadmin: add-printer (set location) failed: %s\n" +#~ msgstr "lpadmin: add-printer (場所の設定) に失敗しました: %s\n" -#, c-format -msgid "Unable to copy CUPS printer driver files (%d)!" -msgstr "CUPS プリンタドライバファイルをコピーできません (%d)!" +#~ msgid "lpadmin: add-printer (set model) failed: %s\n" +#~ msgstr "lpadmin: add-printer (モデルの設定) に失敗しました: %s\n" -#, c-format -msgid "Unable to install Windows 2000 printer driver files (%d)!" -msgstr "Windows 2000 プリンタドライバファイルをインストールできません (%d)!" +#~ msgid "lpinfo: cups-get-devices failed: %s\n" +#~ msgstr "lpinfo: cups-get-devices に失敗しました: %s\n" -#, c-format -msgid "Unable to copy Windows 9x printer driver files (%d)!" -msgstr "Windows 9x プリンタドライバファイルをコピーできません (%d)!" +#~ msgid "lpinfo: cups-get-ppds failed: %s\n" +#~ msgstr "lpinfo: cups-get-ppds に失敗しました: %s\n" -#, c-format -msgid "Unable to install Windows 9x printer driver files (%d)!" -msgstr "Windows 9x プリンタドライバファイルをインストールできません (%d)!" +#~ msgid "lpmove: move-job failed: %s\n" +#~ msgstr "lpmove: move-job に失敗しました: %s\n" -msgid "No Windows printer drivers are installed!" -msgstr "Windows プリンタドライバがインストールされていません!" +#~ msgid "lpoptions: Destination %s has no PPD file!\n" +#~ msgstr "lpoptions: 宛先 %s は PPD ファイルを持っていません!\n" -msgid "Warning, no Windows 2000 printer drivers are installed!" -msgstr "警告: Windows 2000 プリンタドライバがインストールされていません!" +#~ msgid "lpq: Unable to contact server!\n" +#~ msgstr "lpq: サーバに連絡できません!\n" -#, c-format -msgid "open of %s failed: %s" -msgstr "%s のオープンに失敗しました: %s" +#~ msgid "lpq: Unknown destination \"%s\"!\n" +#~ msgstr "lpq: \"%s\" は未知の宛先です!\n" -#, c-format -msgid "Running command: %s %s -N -A %s -c '%s'\n" -msgstr "コマンドを実行中: %s %s -N -A %s -c '%s'\n" +#~ msgid "lpq: Unknown destination \"%s/%s\"!\n" +#~ msgstr "lpq: \"%s/%s\" は未知の宛先です!\n" -#, c-format -msgid "stat of %s failed: %s" -msgstr "%s の状態取得に失敗しました: %s" +#~ msgid "lpq: error - no default destination available.\n" +#~ msgstr "lpq: エラー - 利用可能なデフォルトの宛先がありません。\n" -#, c-format -msgid "Job #%d is already cancelled - can't cancel." -msgstr "ジョブ #%d はすでにキャンセルされています - キャンセルできません。" +#~ msgid "lpq: get-jobs failed: %s\n" +#~ msgstr "lpq: get-jobs に失敗しました: %s\n" -#, c-format -msgid "Job #%d is already aborted - can't cancel." -msgstr "ジョブ #%d はすでに停止されています - キャンセルできません。" +#~ msgid "lpq: get-printer-attributes failed: %s\n" +#~ msgstr "lpq: get-printer-attributes に失敗しました: %s\n" -#, c-format -msgid "Job #%d is already completed - can't cancel." -msgstr "ジョブ #%d はすでに完了しています - キャンセルできません。" +#~ msgid "" +#~ "lpr: error - %s environment variable names non-existent destination \"%s" +#~ "\"!\n" +#~ msgstr "lpr: エラー - 環境変数 %s が存在しない宛先 \"%s\" を指しています!\n" -#, c-format -msgid "" -"You must access this page using the URL https://%" -"s:%d%s." -msgstr "" -"このページには URL https://%s:%d%s を使ってア" -"クセスする必要があります。" +#~ msgid "lpr: error - expected copy count after -# option!\n" +#~ msgstr "lpr: エラー - -# オプションのあとにはコピー数が必要です!\n" -#, c-format -msgid "Unsupported format '%s'!" -msgstr "'%s' はサポートされていない形式です!" +#~ msgid "lpr: error - expected destination after -P option!\n" +#~ msgstr "lpr: エラー - -P オプションのあとには宛先が必要です!\n" -msgid "FAIL\n" -msgstr "失敗\n" +#~ msgid "lpr: error - expected name after -%c option!\n" +#~ msgstr "lpr: エラー - -%c オプションのあとには名前が必要です!\n" -#, c-format -msgid "" -" Line %d is longer than 255 characters (%d)!\n" -" REF: Page 25, Line Length\n" -msgstr "" -" %d 行が 255文字より長くなっています (%d)!\n" -" REF: 25 ページ、Line Length\n" +#~ msgid "lpr: error - expected option=value after -o option!\n" +#~ msgstr "lpr: エラー - -o オプションのあとには オプション=値 が必要です!\n" -msgid "" -" Missing %!PS-Adobe-3.0 on first line!\n" -" REF: Page 17, 3.1 Conforming Documents\n" -msgstr "" -" 先頭行に %!PS-Adobe-3.0 がありません!\n" -" REF: 17 ページ、3.1 Conforming Documents\n" +#~ msgid "lpr: error - expected username after -U option!\n" +#~ msgstr "lpr: エラー - -U オプションのあとにはユーザ名が必要です!\n" -#, c-format -msgid "" -" Bad %%%%Pages: on line %d!\n" -" REF: Page 43, %%%%Pages:\n" -msgstr "" -" 不正な %%%%Pages: (%d 行)!\n" -" REF: 43 ページ、%%%%Pages:\n" +#~ msgid "lpr: error - expected value after -%c option!\n" +#~ msgstr "lpr: エラー - -%c オプションのあとには値が必要です!\n" -#, c-format -msgid "" -" Bad %%%%BoundingBox: on line %d!\n" -" REF: Page 39, %%%%BoundingBox:\n" -msgstr "" -" 不正な %%%%BoundingBox: (%d 行)!\n" -" REF: 39 ページ、%%%%BoundingBox:\n" +#~ msgid "lpr: error - no default destination available.\n" +#~ msgstr "lpr: エラー - 利用可能なデフォルトの宛先がありません。\n" -#, c-format -msgid "" -" Bad %%%%Page: on line %d!\n" -" REF: Page 53, %%%%Page:\n" -msgstr "" -" 不正な %%%%Page: (%d 行)!\n" -" REF: 53 ページ、%%%%Page:\n" +#~ msgid "lpr: error - scheduler not responding!\n" +#~ msgstr "lpr: エラー - スケジューラが応答していません!\n" -#, c-format -msgid "" -" Missing or bad %%BoundingBox: comment!\n" -" REF: Page 39, %%BoundingBox:\n" -msgstr "" -" %%BoundingBox: コメントが見つからないか不正です!\n" -" REF: 39 ページ、%%BoundingBox:\n" +#~ msgid "lpr: error - stdin is empty, so no job has been sent.\n" +#~ msgstr "lpr: エラー - 標準入力が空なので、ジョブは送られていません。\n" -#, c-format -msgid "" -" Missing or bad %%Pages: comment!\n" -" REF: Page 43, %%Pages:\n" -msgstr "" -" %%Pages: コメントが見つからないか不正です!\n" -" REF: 43 ページ、%%Pages:\n" +#~ msgid "lpr: error - too many files - \"%s\"\n" +#~ msgstr "lpr: エラー - ファイルが多すぎます - \"%s\"\n" -#, c-format -msgid "" -" Missing %%EndComments comment!\n" -" REF: Page 41, %%EndComments\n" -msgstr "" -" %%EndComments コメントが見つかりません!\n" -" REF: 41 ページ、%%EndComments\n" +#~ msgid "lpr: error - unable to access \"%s\" - %s\n" +#~ msgstr "lpr: エラー - \"%s\" にアクセスできません - %s\n" -#, c-format -msgid "" -" Missing or bad %%Page: comments!\n" -" REF: Page 53, %%Page:\n" -msgstr "" -" %Page: コメントが見つからないか不正です!\n" -" REF: 53 ページ、%%Page:\n" +#~ msgid "lpr: error - unable to create temporary file \"%s\" - %s\n" +#~ msgstr "lpr: エラー - テンポラリファイル \"%s\" を作成できません - %s\n" -#, c-format -msgid " Too many %%EndDocument comments!\n" -msgstr " %%EndDocument コメントが多すぎます!\n" +#~ msgid "lpr: error - unable to print file: %s\n" +#~ msgstr "lpr: エラー - ファイルを印刷できません: %s\n" -#, c-format -msgid " Too many %%BeginDocument comments!\n" -msgstr " %%BeginDocument コメントが多すぎます!\n" +#~ msgid "lpr: error - unable to write to temporary file \"%s\" - %s\n" +#~ msgstr "lpr: エラー - テンポラリファイル \"%s\" に書き込めません - %s\n" -#, c-format -msgid " Saw %d lines that exceeded 255 characters!\n" -msgstr " 255文字を超える %d 行が見つかりました!\n" +#~ msgid "lpr: error - unknown option '%c'!\n" +#~ msgstr "lpr: エラー - '%c' は未知のオプションです!\n" -msgid "PASS\n" -msgstr "合格\n" +#~ msgid "" +#~ "lpr: warning - '%c' format modifier not supported - output may not be " +#~ "correct!\n" +#~ msgstr "" +#~ "lpr: 警告 - '%c' 形式修飾子はサポートされていません - 出力は正しくないもの" +#~ "になるかもしれません!\n" -msgid " Warning: file contains binary data!\n" -msgstr " 警告: ファイルにバイナリデータが含まれています!\n" +#~ msgid "lpr: warning - email notification is not currently supported!\n" +#~ msgstr "lpr: 警告 - メール通知は現在サポートされていません!\n" -#, c-format -msgid " Warning: obsolete DSC version %.1f in file!\n" -msgstr " 警告: ファイルは時代遅れの DSC バージョン %.1f です!\n" +#~ msgid "lprm: Job or printer not found!\n" +#~ msgstr "lprm: ジョブまたはプリンタが見つかりません!\n" -#, c-format -msgid " Warning: no %%EndComments comment in file!\n" -msgstr " 警告: ファイルに %%EndComments コメントがありません!\n" +#~ msgid "lprm: Not authorized to lprm job(s)!\n" +#~ msgstr "lprm: lprm ジョブ の実行は許可されていません!\n" -msgid "" -"Usage: cupstestdsc [options] filename.ps [... filename.ps]\n" -" cupstestdsc [options] -\n" -"\n" -"Options:\n" -"\n" -" -h Show program usage\n" -"\n" -" Note: this program only validates the DSC comments, not the PostScript " -"itself.\n" -msgstr "" -"使い方: cupstestdsc [オプション] ファイル名.ps [... ファイル名.ps]\n" -" cupstestdsc [オプション] -\n" -"\n" -"オプション:\n" -"\n" -" -h プログラムの使い方を表示する\n" -"\n" -" 注意: このプログラムは DSC コメントを検証するだけで、PostScript 自身を検" -"証するものではありません。\n" +#~ msgid "lprm: Unable to cancel job(s)!\n" +#~ msgstr "lprm: ジョブをキャンセルできません!\n" -#, c-format -msgid "Password for %s on %s? " -msgstr "%s のパスワード (%s 上)? " +#~ msgid "lprm: Unable to lprm job(s)!\n" +#~ msgstr "lprm: lprm ジョブ ができません!\n" -msgid "" -" **FAIL** 1284DeviceId must be 1284DeviceID!\n" -" REF: Page 72, section 5.5\n" -msgstr "" -" **FAIL** 1284DeviceId は 1284DeviceID でなければなりません!\n" -" REF: 72 ページ、セクション 5.5\n" +#~ msgid "lprm: Unknown destination \"%s\"!\n" +#~ msgstr "lprm: \"%s\" は未知の宛先です!\n" -#, c-format -msgid "Missing value on line %d!" -msgstr "%d 行に値がありません!" +#~ msgid "lprm: Unknown option '%c'!\n" +#~ msgstr "lprm: '%c' は未知のオプションです!\n" -#, c-format -msgid "Missing double quote on line %d!" -msgstr "%d 行に二重引用符がありません!" +#~ msgid "lprm: You don't own job ID %d!\n" +#~ msgstr "lprm: あなたはジョブ ID %d の所有者ではありません!\n" -#, c-format -msgid "Bad option + choice on line %d!" -msgstr "%d 行に不正なオプションと選択があります!" +#~ msgid "lpstat: Invalid destination name in list \"%s\"!\n" +#~ msgstr "lpstat: リスト \"%s\" に不正な宛先名があります!\n" -msgid "Empty PPD file!" -msgstr "PPD ファイルが空です!" +#~ msgid "lpstat: Need \"completed\" or \"not-completed\" after -W!\n" +#~ msgstr "" +#~ "lpstat: -W のあとには \"completed\" または \"not-completed\" が必要です!\n" -#, c-format -msgid "Unable to set Windows printer driver (%d)!" -msgstr "Windows プリンタドライバを設定できません (%d)!" +#~ msgid "" +#~ "lpstat: Need \"completed\", \"not-completed\", or \"all\" after -W!\n" +#~ msgstr "" +#~ "lpstat: -W のあとには \"completed\"、\"not-completed\"、\"all\" のいずれか" +#~ "が必要です!\n" -#, c-format -msgid "Unable to run \"%s\": %s\n" -msgstr "\"%s\" を実行できません: %s\n" +#~ msgid "lpstat: The -b option requires a destination argument.\n" +#~ msgstr "lpstat: -b オプションには宛先の引数が必須です。\n" -#, c-format -msgid "Job #%d is already canceled - can't cancel." -msgstr "ジョブ #%d はすでにキャンセルされています - キャンセルできません。" +#~ msgid "lpstat: Unable to connect to server %s on port %d: %s\n" +#~ msgstr "lpstat: ポート %2$d: %3$s にあるサーバ %1$s に接続できません\n" -#, c-format -msgid "Bad notify-recipient URI \"%s\"!" -msgstr "\"%s\" は不正な notify-recipient URI です!" +#~ msgid "lpstat: Unknown destination \"%s\"!\n" +#~ msgstr "lpstat: \"%s\" は未知の宛先です!\n" -#, c-format -msgid "notify-recipient URI \"%s\" uses unknown scheme!" -msgstr "notify-recipient URI \"%s\" には未知のスキームが使われています!" +#~ msgid "lpstat: Unknown option '%c'!\n" +#~ msgstr "lpstat: '%c' は未知のオプションです!\n" -#, c-format -msgid "Bad notify-pull-method \"%s\"!" -msgstr "\"%s\" は無効な notify-pull-method です!" +#~ msgid "lpstat: get-classes failed: %s\n" +#~ msgstr "lpstat: get-classes に失敗しました: %s\n" -#, c-format -msgid "" -" **FAIL** %s must be 1284DeviceID!\n" -" REF: Page 72, section 5.5\n" -msgstr "" -" **FAIL** %s は 1284DeviceID でなければなりません!\n" -" REF: 72 ページ、セクション 5.5\n" +#~ msgid "lpstat: get-jobs failed: %s\n" +#~ msgstr "lpstat: get-jobs に失敗しました: %s\n" -#, c-format -msgid "lpoptions: Unable to get PPD file for %s: %s\n" -msgstr "lpoptions: %s の PPD ファイルを開くことができません!: %s\n" +#~ msgid "lpstat: get-printers failed: %s\n" +#~ msgstr "lpstat: get-printers に失敗しました: %s\n" + +#~ msgid "notify-recipient URI \"%s\" uses unknown scheme!" +#~ msgstr "notify-recipient URI \"%s\" には未知のスキームが使われています!" diff --git a/locale/cups_pl.po b/locale/cups_pl.po index dd3ad603c..9b5c2104f 100644 --- a/locale/cups_pl.po +++ b/locale/cups_pl.po @@ -25,7 +25,7 @@ msgid "" msgstr "" "Project-Id-Version: CUPS 1.2\n" "Report-Msgid-Bugs-To: http://www.cups.org/str.php\n" -"POT-Creation-Date: 2007-01-23 09:44-0500\n" +"POT-Creation-Date: 2007-03-30 16:49-0400\n" "PO-Revision-Date: 2006-05-09 17:20+0200\n" "Last-Translator: Piotr Drąg \n" "Language-Team: Polish \n" @@ -33,380 +33,1160 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -msgid "Options Installed" -msgstr "Zainstalowane opcje" - -msgid "Class" -msgstr "Klasa" +msgid "\t\t(all)\n" +msgstr "\t\t(wszystko)\n" -msgid "Printer" -msgstr "Drukarka" +msgid "\t\t(none)\n" +msgstr "\t\t(brak)\n" -msgid "Extra" -msgstr "Dodatkowe" +#, c-format +msgid "\t%d entries\n" +msgstr "\t%d wpisów\n" -msgid "General" -msgstr "Ogólne" +msgid "\tAfter fault: continue\n" +msgstr "\tPo niepowodzeniu: kontynuuj\n" -msgid "Media Size" -msgstr "Rozmiar nośnika" +msgid "\tAlerts:" +msgstr "\tAlarmy:" -msgid "Media Type" -msgstr "Typ nośnika" +msgid "\tBanner required\n" +msgstr "\tBanner jest wymagany\n" -msgid "Media Source" -msgstr "Źródło nośnika" +msgid "\tCharset sets:\n" +msgstr "\tZestawy znaków:\n" -msgid "Output Mode" -msgstr "Tryb wyjścia" +msgid "\tConnection: direct\n" +msgstr "\tPołączenie: bezpośrednie\n" -msgid "Resolution" -msgstr "Rozdzielczość" +msgid "\tConnection: remote\n" +msgstr "\tPołączenie: zdalne\n" -msgid "Variable" -msgstr "Zmienna" +msgid "\tDefault page size:\n" +msgstr "\tDomyślny rozmiar strony:\n" -msgid "Yes" -msgstr "Tak" +msgid "\tDefault pitch:\n" +msgstr "\tDomyślny stopień:\n" -msgid "No" -msgstr "Nie" +msgid "\tDefault port settings:\n" +msgstr "\tDomyślne ustawienia portu:\n" -msgid "Auto" -msgstr "Automatycznie" +#, c-format +msgid "\tDescription: %s\n" +msgstr "\tOpis: %s\n" msgid "" -"Enter your username and password or the root username and password to access " -"this page." +"\tForm mounted:\n" +"\tContent types: any\n" +"\tPrinter types: unknown\n" msgstr "" -"Podaj swoją nazwę użytkownika i hasło lub nazwę użytkownika root i hasło, " -"aby uzyskać dostęp do tej strony." +"\tZamontowana od:\n" +"\tTypy zawartości: każde\n" +"\tTypy drukarek: nieznane\n" -msgid "You must use a https: URL to access this page." -msgstr "Musisz użyć URL-a https:, aby uzyskać dostęp do tej strony." +msgid "\tForms allowed:\n" +msgstr "\tZezwolone formy:\n" #, c-format -msgid "Bad request version number %d.%d!" -msgstr "Błędny numer wersji żądania %d.%d!" - -msgid "No attributes in request!" -msgstr "Brak właściwości w żądaniu!" +msgid "\tInterface: %s.ppd\n" +msgstr "\tInterfejs: %s.ppd\n" #, c-format -msgid "Attribute groups are out of order (%x < %x)!" -msgstr "Grupy właściwości są nieuporządkowane (%x < %x)!" +msgid "\tInterface: %s/interfaces/%s\n" +msgstr "\tInterfejs: %s/interfejsy/%s\n" -msgid "Missing required attributes!" -msgstr "Brakuje wymaganych właściwości!" +#, c-format +msgid "\tInterface: %s/ppd/%s.ppd\n" +msgstr "\tInterfejs: %s/ppd/%s.ppd\n" #, c-format -msgid "%s not supported!" -msgstr "%s jest nieobsługiwane!" +msgid "\tLocation: %s\n" +msgstr "\tPołożenie: %s\n" -msgid "The printer or class was not found." -msgstr "Drukarka lub klasa nie została znaleziona." +msgid "\tOn fault: no alert\n" +msgstr "\tPrzy niepowodzeniu: brak alarmu\n" -msgid "" -"The printer-uri must be of the form \"ipp://HOSTNAME/classes/CLASSNAME\"." -msgstr "" -"printer-uri musi być w formie \"ipp://NAZWAKOMPUTERA/classes/NAZWAKLASY\"." +msgid "\tUsers allowed:\n" +msgstr "\tZezwoleni użytkownicy:\n" -#, c-format -msgid "The printer-uri \"%s\" contains invalid characters." -msgstr "printer-uri \"%s\" zawiera nieprawidłowe znaki." +msgid "\tUsers denied:\n" +msgstr "\tZabronieni użytkownicy:\n" -#, c-format -msgid "A printer named \"%s\" already exists!" -msgstr "Drukarka o nazwie \"%s\" już istnieje!" +msgid "\tdaemon present\n" +msgstr "\tdemon jest obecny\n" -#, c-format -msgid "Attempt to set %s printer-state to bad value %d!" -msgstr "Spróbowano ustawić printer-state %s na błędną wartość %d!" +msgid "\tno entries\n" +msgstr "\tbrak wpisów\n" #, c-format -msgid "add_class: Unknown printer-op-policy \"%s\"." -msgstr "add_class: nieznane \"%s\" printer-op-policy." +msgid "\tprinter is on device '%s' speed -1\n" +msgstr "\tdrukarka jest na urządzeniu \"%s\" prędkość -1\n" -#, c-format -msgid "add_class: Unknown printer-error-policy \"%s\"." -msgstr "add_class: nieznane \"%s\" printer-error-policy." +msgid "\tprinting is disabled\n" +msgstr "\tdrukowanie jest wyłączone" -msgid "Unable to allocate memory for file types!" -msgstr "Nie można przydzielić pamięci dla typów plików!" +msgid "\tprinting is enabled\n" +msgstr "\tdrukowanie jest włączone\n" #, c-format -msgid "Character set \"%s\" not supported!" -msgstr "Zestaw znaków \"%s\" jest nieobsługiwany!" +msgid "\tqueued for %s\n" +msgstr "\tzakolejkowane dla%s\n" -#, c-format -msgid "Language \"%s\" not supported!" -msgstr "Język \"%s\" jest nieobsługiwany!" +msgid "\tqueuing is disabled\n" +msgstr "\tkolejkowanie jest wyłączone\n" -#, c-format -msgid "The notify-user-data value is too large (%d > 63 octets)!" -msgstr "Wartość notify-user-data jest za duża (%d > 63 oktety)!" +msgid "\tqueuing is enabled\n" +msgstr "\tkolejkowanie jest włączone\n" -msgid "" -"The notify-lease-duration attribute cannot be used with job subscriptions." -msgstr "" -"Właściwość notify-lease-duration nie może być używana z subskrypcjami zadań." +msgid "\treason unknown\n" +msgstr "\tnieznana przyczyna\n" msgid "" -"The printer-uri must be of the form \"ipp://HOSTNAME/printers/PRINTERNAME\"." +"\n" +" DETAILED CONFORMANCE TEST RESULTS\n" msgstr "" -"printer-uri musi być w formie \"ipp://NAZWAKOMPUTERA/printers/NAZWADRUKARKI" -"\"." +"\n" +" SZCZEGÓŁOWE WYNIKI TESTU ZGODNOŚCI\n" -#, c-format -msgid "A class named \"%s\" already exists!" -msgstr "Klasa o nazwie \"%s\" już istnieje!" +msgid " REF: Page 15, section 3.1.\n" +msgstr " REF: strona 15, sekcja 3.1.\n" -#, c-format -msgid "" -"File device URIs have been disabled! To enable, see the FileDevice directive " -"in \"%s/cupsd.conf\"." -msgstr "" -"URI pliku urządzenia zostało wyłączone! Aby włączyć, zobacz dyrektywę " -"FileDevice w \"%s/cupsd.conf\"." +msgid " REF: Page 15, section 3.2.\n" +msgstr " REF: strona 15, sekcja 3.2.\n" -#, c-format -msgid "Bad device-uri \"%s\"!" -msgstr "Błędne \"%s\" device-uri!" +msgid " REF: Page 19, section 3.3.\n" +msgstr " REF: strona 19, sekcja 3.3.\n" -#, c-format -msgid "Bad port-monitor \"%s\"!" -msgstr "Błędne \"%s\" port-monitor!" +msgid " REF: Page 20, section 3.4.\n" +msgstr " REF: strona 20, sekcja 3.4.\n" -#, c-format -msgid "Bad printer-state value %d!" -msgstr "Błędne %d printer-state value!" +msgid " REF: Page 27, section 3.5.\n" +msgstr " REF: strona 27, sekcja 3.5.\n" -#, c-format -msgid "Unknown printer-op-policy \"%s\"." -msgstr "Nieznane \"%s\" printer-op-policy." +msgid " REF: Page 42, section 5.2.\n" +msgstr " REF: strona 42, sekcja 5.2.\n" -#, c-format -msgid "Unknown printer-error-policy \"%s\"." -msgstr "Nieznane \"%s\" printer-error-polic!" +msgid " REF: Pages 16-17, section 3.2.\n" +msgstr " REF: strony 16-17, sekcja 3.2.\n" -#, c-format -msgid "Unable to copy interface script - %s!" -msgstr "Nie można skopiować skryptu interfejsu - %s!" +msgid " REF: Pages 42-45, section 5.2.\n" +msgstr " REF: strony 42-45, sekcja 5.2.\n" -#, c-format -msgid "Unable to copy PPD file - %s!" -msgstr "Nie można skopiować pliku PPD - %s!" +msgid " REF: Pages 45-46, section 5.2.\n" +msgstr " REF: strony 45-46, sekcja 5.2.\n" -msgid "Unable to copy PPD file!" -msgstr "Nie można skopiować pliku PPD!" +msgid " REF: Pages 48-49, section 5.2.\n" +msgstr " REF: strony 48-49, sekcja 5.2.\n" -msgid "Got a printer-uri attribute but no job-id!" -msgstr "Otrzymano właściwość printer-uri, ale bez job-id!" +msgid " REF: Pages 52-54, section 5.2.\n" +msgstr " REF: strony 52-54, sekcja 5.2.\n" #, c-format -msgid "Bad job-uri attribute \"%s\"!" -msgstr "Błędna właściwość \"%s\" job-uri!" +msgid " %-39.39s %.0f bytes\n" +msgstr " %-39.39s %.0f bajtów\n" #, c-format -msgid "Job #%d doesn't exist!" -msgstr "Zadanie #%d nie istnieje!" +msgid " PASS Default%s\n" +msgstr " POWODZENIE Default%s\n" -#, c-format -msgid "Job #%d is not held for authentication!" -msgstr "Zadanie #%d nie zostało wstrzymane do uwierzytelnienia!" +msgid " PASS DefaultImageableArea\n" +msgstr " POWODZENIE DefaultImageableArea\n" -#, c-format -msgid "You are not authorized to authenticate job #%d owned by \"%s\"!" -msgstr "" -"Nie jesteś upoważniony do uwierzytelnienia zadania #%d należącego do \"%s\"!" +msgid " PASS DefaultPaperDimension\n" +msgstr " POWODZENIE DefaultPaperDimension\n" -msgid "The printer-uri attribute is required!" -msgstr "Wymagana jest właściwość printer-uri!" +msgid " PASS FileVersion\n" +msgstr " POWODZENIE FileVersion\n" -msgid "Missing requesting-user-name attribute!" -msgstr "Brakuje właściwości requesting-user-name!" +msgid " PASS FormatVersion\n" +msgstr " POWODZENIE FormatVersion\n" -#, c-format -msgid "The printer-uri \"%s\" is not valid." -msgstr "\"%s\" printer-uri jest nieprawidłowe." +msgid " PASS LanguageEncoding\n" +msgstr " POWODZENIE LanguageEncoding\n" -#, c-format -msgid "No active jobs on %s!" -msgstr "Brak aktywnych zadań na %s!" +msgid " PASS LanguageVersion\n" +msgstr " POWODZENIE LanguageVersion\n" -#, c-format -msgid "You are not authorized to delete job #%d owned by \"%s\"!" -msgstr "Nie jesteś upoważniony do usunięcia zadania #%d należącego do \"%s\"!" +msgid " PASS Manufacturer\n" +msgstr " POWODZENIE Manufacturer\n" -#, c-format -msgid "Job #%d is already %s - can't cancel." -msgstr "Zadanie #%d jest już %s - nie można anulować." +msgid " PASS ModelName\n" +msgstr " POWODZENIE ModelName\n" -msgid "The printer or class is not shared!" -msgstr "Drukarka lub klasa nie jest współdzielona!" +msgid " PASS NickName\n" +msgstr " POWODZENIE NickName\n" -#, c-format -msgid "Destination \"%s\" is not accepting jobs." -msgstr "Cel \"%s\" nie akceptuje zadań." +msgid " PASS PCFileName\n" +msgstr " POWODZENIE PCFileName\n" -#, c-format -msgid "Bad copies value %d." -msgstr "Błędna wartość kopii %d." +msgid " PASS PSVersion\n" +msgstr " POWODZENIE PSVersion\n" -#, c-format -msgid "Bad page-ranges values %d-%d." -msgstr "Błędne wartości %d-%d page-ranges." +msgid " PASS PageRegion\n" +msgstr " POWODZENIE PageRegion\n" -msgid "Too many active jobs." -msgstr "Za dużo aktywnych zadań." +msgid " PASS PageSize\n" +msgstr " POWODZENIE PageSize\n" + +msgid " PASS Product\n" +msgstr " PASS Product\n" + +msgid " PASS ShortNickName\n" +msgstr " POWODZENIE ShortNickName\n" + +#, c-format +msgid "" +" WARN \"%s %s\" conflicts with \"%s %s\"\n" +" (constraint=\"%s %s %s %s\")\n" +msgstr "" +" OSTRZEÅ»ENIE \"%s %s\" jest w konflikcie z \"%s %s\"\n" +" (constraint=\"%s %s %s %s\")\n" + +#, c-format +msgid " WARN %s has no corresponding options!\n" +msgstr " OSTRZEÅ»ENIE %s nie posiada odpowiadających opcji!\n" + +#, c-format +msgid "" +" WARN %s shares a common prefix with %s\n" +" REF: Page 15, section 3.2.\n" +msgstr "" +" OSTRZEÅ»ENIE %s współdzieli wspólny przedrostek z %s %s\n" +" REF: strona 15, sekcja 3.2.\n" + +msgid " WARN Default choices conflicting!\n" +msgstr " OSTRZEÅ»ENIE Konfliktowe domyślne wybory!\n" + +#, c-format +msgid "" +" WARN Duplex option keyword %s should be named Duplex or " +"JCLDuplex!\n" +" REF: Page 122, section 5.17\n" +msgstr "" +" OSTRZEÅ»ENIE Nazwa słowa kluczowego dupleksu %s powinna być " +"nazwana Duplex lub JCLDuplex!\n" +" REF: strona 122, sekcja 5.17\n" + +msgid "" +" WARN File contains a mix of CR, LF, and CR LF line endings!\n" +msgstr "" +" OSTRZEÅ»ENIE Plik zawiera mieszaninę zakończeń wierszy CR, LF i CR " +"LF!\n" + +msgid "" +" WARN LanguageEncoding required by PPD 4.3 spec.\n" +" REF: Pages 56-57, section 5.3.\n" +msgstr "" +" OSTRZEÅ»ENIE LanguageEncoding jest wymagane przez specyfikację PPD " +"4.3.\n" +" REF: strony 56-57, sekcja 5.3.\n" + +#, c-format +msgid " WARN Line %d only contains whitespace!\n" +msgstr " OSTRZEÅ»ENIE Wiersz %d zawiera wyłącznie białe znaki!\n" + +msgid "" +" WARN Manufacturer required by PPD 4.3 spec.\n" +" REF: Pages 58-59, section 5.3.\n" +msgstr "" +" OSTRZEÅ»ENIE Manufacturer jest wymagane przez specyfikację PPD " +"4.3.\n" +" REF: strony 58-59, sekcja 5.3.\n" + +msgid "" +" WARN Non-Windows PPD files should use lines ending with only LF, " +"not CR LF!\n" +msgstr "" +" OSTRZEÅ»ENIE Pliki PPD nie pochodzące z Windows powinny używać " +"tylko zakończeń wierszy LF, nie CR LF!" + +#, c-format +msgid "" +" WARN Obsolete PPD version %.1f!\n" +" REF: Page 42, section 5.2.\n" +msgstr "" +" OSTRZEÅ»ENIE Przestarzała wersja PPD %.1f!\n" +" REF: strona 42, sekcja 5.2.\n" + +msgid "" +" WARN PCFileName longer than 8.3 in violation of PPD spec.\n" +" REF: Pages 61-62, section 5.3.\n" +msgstr "" +" OSTRZEÅ»ENIE PCFileName dłuższe niż 8.3 narusza specyfikację PPD.\n" +" REF: strony 61-62, sekcja 5.3.\n" + +msgid "" +" WARN Protocols contains PJL but JCL attributes are not set.\n" +" REF: Pages 78-79, section 5.7.\n" +msgstr "" +" OSTRZEÅ»ENIE Protokoły zawierają PJL, ale właściwości JCL nie są " +"ustawione.\n" +" REF: strony 78-79, sekcja 5.7.\n" + +msgid "" +" WARN Protocols contains both PJL and BCP; expected TBCP.\n" +" REF: Pages 78-79, section 5.7.\n" +msgstr "" +" OSTRZEÅ»ENIE Protokoły zawierają zarówno PJL jak i BCP, oczekiwano " +"TBCP.\n" +" REF: strony 78-79, sekcja 5.7.\n" + +msgid "" +" WARN ShortNickName required by PPD 4.3 spec.\n" +" REF: Pages 64-65, section 5.3.\n" +msgstr "" +" OSTRZEÅ»ENIE ShortNickName jest wymagane przez specyfikację PPD " +"4.3.\n" +" REF: strony 64-65, sekcja 5.3.\n" + +#, c-format +msgid " **FAIL** %s %s does not exist!\n" +msgstr " **ZAWIÓDŁ** %s %s nie istnieje!\n" + +#, fuzzy, c-format +msgid "" +" **FAIL** %s must be 1284DeviceID!\n" +" REF: Page 72, section 5.5\n" +msgstr "" +" **ZAWIÓDŁ** Błędny %s wybór %s!\n" +" REF: strona 122, sekcja 5.17\n" + +#, c-format +msgid "" +" **FAIL** BAD Default%s %s\n" +" REF: Page 40, section 4.5.\n" +msgstr "" +" **ZAWIÓDŁ** BŁĘDNE Default%s %s\n" +" REF: strona 40, sekcja 4.5.\n" + +#, c-format +msgid "" +" **FAIL** BAD DefaultImageableArea %s!\n" +" REF: Page 102, section 5.15.\n" +msgstr "" +" **ZAWIÓDŁ** BŁĘDNE DefaultImageableArea %s!\n" +" REF: strona 102, sekcja 5.15.\n" + +#, c-format +msgid "" +" **FAIL** BAD DefaultPaperDimension %s!\n" +" REF: Page 103, section 5.15.\n" +msgstr "" +" **ZAWIÓDŁ** BŁĘDNE DefaultPaperDimension %s!\n" +" REF: strona 103, sekcja 5.15.\n" + +msgid "" +" **FAIL** BAD JobPatchFile attribute in file\n" +" REF: Page 24, section 3.4.\n" +msgstr "" +" **ZAWIÓDŁ** BŁĘDNE JobPatchFile właściwość w pliku\n" +" REF: strona 24, sekcja 3.4.\n" + +msgid "" +" **FAIL** BAD Manufacturer (should be \"HP\")\n" +" REF: Page 211, table D.1.\n" +msgstr "" +" **ZAWIÓDŁ** BŁĘDNE Manufacturer (powinno być \"HP\")\n" +" REF: strona 211, tablica D.1.\n" + +#, c-format +msgid "" +" **FAIL** BAD ModelName - \"%c\" not allowed in string.\n" +" REF: Pages 59-60, section 5.3.\n" +msgstr "" +" **ZAWIÓDŁ** BŁĘDNE ModelName - \"%c\" nie jest zezwolone w sągu " +"znaków.\n" +" REF: strony 59-60, sekcja 5.3.\n" + +msgid "" +" **FAIL** BAD PSVersion - not \"(string) int\".\n" +" REF: Pages 62-64, section 5.3.\n" +msgstr "" +" **ZAWIÓDŁ** BŁĘDNE PSVersion - nie jest \"(string) int\".\n" +" REF: strony 62-64, sekcja 5.3.\n" + +msgid "" +" **FAIL** BAD Product - not \"(string)\".\n" +" REF: Page 62, section 5.3.\n" +msgstr "" +" **** BŁĘDNE Product - nie jest \"(string)\".\n" +" REF: strona 62, sekcja 5.3.\n" + +msgid "" +" **FAIL** BAD ShortNickName - longer than 31 chars.\n" +" REF: Pages 64-65, section 5.3.\n" +msgstr "" +" **ZAWIÓDŁ** BŁĘDNE ShortNickName - dłuższe niż 31 znaków.\n" +" REF: strony 64-65, sekcja 5.3.\n" + +#, c-format +msgid "" +" **FAIL** Bad %s choice %s!\n" +" REF: Page 122, section 5.17\n" +msgstr "" +" **ZAWIÓDŁ** Błędny %s wybór %s!\n" +" REF: strona 122, sekcja 5.17\n" + +#, c-format +msgid "" +" **FAIL** Bad %s choice %s!\n" +" REF: Page 84, section 5.9\n" +msgstr "" +" **ZAWIÓDŁ** Błędny %s wybór %s %s!\n" +" REF: strona 84, sekcja 5.9\n" + +#, fuzzy, c-format +msgid " **FAIL** Bad UTF-8 \"%s\" translation string for option %s!\n" +msgstr "" +" **ZAWIÓDŁ** Brakujący łańcuch tekstowy tłumaczenia \"%s\" dla opcji %" +"s!\n" + +#, fuzzy, c-format +msgid "" +" **FAIL** Bad UTF-8 \"%s\" translation string for option %s, choice %" +"s!\n" +msgstr "" +" **ZAWIÓDŁ** Brakujący łańcuch tekstowy tłumaczenia \"%s\" dla opcji %" +"s, wybierz %s!\n" + +#, c-format +msgid " **FAIL** Bad cupsFilter value \"%s\"!\n" +msgstr " **ZAWIÓDŁ** Błędna wartość cupsFilter \"%s\"!\n" + +#, c-format +msgid " **FAIL** Bad language \"%s\"!\n" +msgstr " **ZAWIÓDŁ** Błędny język \"%s\"!\n" + +#, c-format +msgid "" +" **FAIL** Default translation string for option %s choice %s contains " +"8-bit characters!\n" +msgstr "" +" **ZAWIÓDŁ** Domyślny łańcuch tekstowy tłumaczenia dla opcji %s wyboru " +"%s zawiera 8 bitowe znaki!\n" + +#, c-format +msgid "" +" **FAIL** Default translation string for option %s contains 8-bit " +"characters!\n" +msgstr "" +" **ZAWIÓDŁ** Domyślny łańcuch tekstowy tłumaczenia dla opcji %s " +"zawiera 8 bitowe znaki!\n" + +#, c-format +msgid " **FAIL** Missing \"%s\" translation string for option %s!\n" +msgstr "" +" **ZAWIÓDŁ** Brakujący łańcuch tekstowy tłumaczenia \"%s\" dla opcji %" +"s!\n" + +#, c-format +msgid "" +" **FAIL** Missing \"%s\" translation string for option %s, choice %s!\n" +msgstr "" +" **ZAWIÓDŁ** Brakujący łańcuch tekstowy tłumaczenia \"%s\" dla opcji %" +"s, wybierz %s!\n" + +#, c-format +msgid "" +" **FAIL** REQUIRED %s does not define choice None!\n" +" REF: Page 122, section 5.17\n" +msgstr "" +" **ZAWIÓDŁ** WYMAGANE %s nie określa braku wyboru!\n" +" REF: Page 122, section 5.17\n" + +#, c-format +msgid "" +" **FAIL** REQUIRED Default%s\n" +" REF: Page 40, section 4.5.\n" +msgstr "" +" **ZAWIÓDŁ** WYMAGANE Default%s\n" +" REF: strona 40, sekcja 4.5.\n" + +msgid "" +" **FAIL** REQUIRED DefaultImageableArea\n" +" REF: Page 102, section 5.15.\n" +msgstr "" +" **ZAWIÓDŁ** WYMAGANE DefaultImageableArea\n" +" REF: strona 102, sekcja 5.15.\n" + +msgid "" +" **FAIL** REQUIRED DefaultPaperDimension\n" +" REF: Page 103, section 5.15.\n" +msgstr "" +" **ZAWIÓDŁ** WYMAGANE DefaultPaperDimension\n" +" REF: strona 103, sekcja 5.15.\n" + +msgid "" +" **FAIL** REQUIRED FileVersion\n" +" REF: Page 56, section 5.3.\n" +msgstr "" +" **ZAWIÓDŁ** WYMAGANE FileVersion\n" +" REF: strona 56, sekcja 5.3.\n" + +msgid "" +" **FAIL** REQUIRED FormatVersion\n" +" REF: Page 56, section 5.3.\n" +msgstr "" +" **ZAWIÓDŁ** WYMAGANE FormatVersion\n" +" REF: strona 56, sekcja 5.3.\n" + +#, c-format +msgid "" +" **FAIL** REQUIRED ImageableArea for PageSize %s\n" +" REF: Page 41, section 5.\n" +" REF: Page 102, section 5.15.\n" +msgstr "" +" **ZAWIÓDŁ** WYMAGANE ImageableArea for PageSize %s\n" +" REF: strona 41, sekcja 5.\n" +" REF: strona 102, sekcja 5.15.\n" + +msgid "" +" **FAIL** REQUIRED LanguageEncoding\n" +" REF: Pages 56-57, section 5.3.\n" +msgstr "" +" **ZAWIÓDŁ** WYMAGANE LanguageEncoding\n" +" REF: strony 56-57, sekcja 5.3.\n" + +msgid "" +" **FAIL** REQUIRED LanguageVersion\n" +" REF: Pages 57-58, section 5.3.\n" +msgstr "" +" **ZAWIÓDŁ** WYMAGANE LanguageVersion\n" +" REF: strony 57-58, sekcja 5.3.\n" + +msgid "" +" **FAIL** REQUIRED Manufacturer\n" +" REF: Pages 58-59, section 5.3.\n" +msgstr "" +" **ZAWIÓDŁ** WYMAGANE Manufacturer\n" +" REF: strony 58-59, sekcja 5.3.\n" + +msgid "" +" **FAIL** REQUIRED ModelName\n" +" REF: Pages 59-60, section 5.3.\n" +msgstr "" +" **ZAWIÓDŁ** WYMAGANE ModelName\n" +" REF: strony 59-60, sekcja 5.3.\n" + +msgid "" +" **FAIL** REQUIRED NickName\n" +" REF: Page 60, section 5.3.\n" +msgstr "" +" **ZAWIÓDŁ** WYMAGANE NickName\n" +" REF: strona 60, sekcja 5.3.\n" + +msgid "" +" **FAIL** REQUIRED PCFileName\n" +" REF: Pages 61-62, section 5.3.\n" +msgstr "" +" **ZAWIÓDŁ** WYMAGANE PCFileName\n" +" REF: strony 61-62, sekcja 5.3.\n" + +msgid "" +" **FAIL** REQUIRED PSVersion\n" +" REF: Pages 62-64, section 5.3.\n" +msgstr "" +" **ZAWIÓDŁ** WYMAGANE PSVersion\n" +" REF: strony 62-64, sekcja 5.3.\n" + +msgid "" +" **FAIL** REQUIRED PageRegion\n" +" REF: Page 100, section 5.14.\n" +msgstr "" +" **ZAWIÓDŁ** WYMAGANE PageRegion\n" +" REF: strona 100, sekcja 5.14.\n" + +msgid "" +" **FAIL** REQUIRED PageSize\n" +" REF: Page 41, section 5.\n" +" REF: Page 99, section 5.14.\n" +msgstr "" +" **ZAWIÓDŁ** WYMAGANE PageSize\n" +" REF: strona 41, sekcja 5.\n" +" REF: strona 99, sekcja 5.14.\n" + +msgid "" +" **FAIL** REQUIRED PageSize\n" +" REF: Pages 99-100, section 5.14.\n" +msgstr "" +" **ZAWIÓDŁ** WYMAGANE PageSize\n" +" REF: strony 99-100, sekcja 5.14.\n" + +#, c-format +msgid "" +" **FAIL** REQUIRED PaperDimension for PageSize %s\n" +" REF: Page 41, section 5.\n" +" REF: Page 103, section 5.15.\n" +msgstr "" +" **ZAWIÓDŁ** WYMAGANE PaperDimension dla PageSize %s\n" +" REF: strona 41, sekcja 5.\n" +" REF: strona 103, sekcja 5.15.\n" + +msgid "" +" **FAIL** REQUIRED Product\n" +" REF: Page 62, section 5.3.\n" +msgstr "" +" **ZAWIÓDŁ** WYMAGANE Product\n" +" REF: strona 62, sekcja 5.3.\n" + +msgid "" +" **FAIL** REQUIRED ShortNickName\n" +" REF: Page 64-65, section 5.3.\n" +msgstr "" +" **ZAWIÓDŁ** WYMAGANE ShortNickName\n" +" REF: strony 64-65, sekcja 5.3.\n" + +#, fuzzy, c-format +msgid " %d ERRORS FOUND\n" +msgstr " ZNALEZIONO %d BŁĘDÓW%s\n" + +#, c-format +msgid "" +" Bad %%%%BoundingBox: on line %d!\n" +" REF: Page 39, %%%%BoundingBox:\n" +msgstr "" +" Błędne %%%%BoundingBox: w wierszu %d!\n" +" REF: strona 39, %%%%BoundingBox:\n" + +#, c-format +msgid "" +" Bad %%%%Page: on line %d!\n" +" REF: Page 53, %%%%Page:\n" +msgstr "" +" Błędne %%%%Page: w wierszu %d!\n" +" REF: strona 53, %%%%Page:\n" + +#, c-format +msgid "" +" Bad %%%%Pages: on line %d!\n" +" REF: Page 43, %%%%Pages:\n" +msgstr "" +" Błędne %%%%Pages: w wierszu %d!\n" +" REF: strona 43, %%%%Pages:\n" + +#, c-format +msgid "" +" Line %d is longer than 255 characters (%d)!\n" +" REF: Page 25, Line Length\n" +msgstr "" + +msgid "" +" Missing %!PS-Adobe-3.0 on first line!\n" +" REF: Page 17, 3.1 Conforming Documents\n" +msgstr "" +" Brakujące %!PS-Adobe-3.0 w pierwszym wierszu!\n" +" REF: strona 17, 3.1 Podporządkowywanie dokumentów\n" + +#, c-format +msgid "" +" Missing %%EndComments comment!\n" +" REF: Page 41, %%EndComments\n" +msgstr "" +" Brakujący komentarz %%EndComments!\n" +" REF: strona 41, %%EndComments\n" + +#, c-format +msgid "" +" Missing or bad %%BoundingBox: comment!\n" +" REF: Page 39, %%BoundingBox:\n" +msgstr "" +" Brakujące lub błędne %%BoundingBox: komentarz!\n" +" REF: strona 39, %%BoundingBox:\n" + +#, c-format +msgid "" +" Missing or bad %%Page: comments!\n" +" REF: Page 53, %%Page:\n" +msgstr "" +" Brakujące lub błędne %%Page: kometarze!\n" +" REF: strona 53, %%Page:\n" + +#, c-format +msgid "" +" Missing or bad %%Pages: comment!\n" +" REF: Page 43, %%Pages:\n" +msgstr "" +" Brakujące lub błędne %%Pages: komentarz!\n" +" REF: strona 43, %%Pages:\n" + +msgid " NO ERRORS FOUND\n" +msgstr " NIE ZNALEZIONO BŁĘDÓW\n" + +#, c-format +msgid " Saw %d lines that exceeded 255 characters!\n" +msgstr " Zobaczono %d wierszy przekraczających 255 znaków!\n" + +#, c-format +msgid " Too many %%BeginDocument comments!\n" +msgstr " Za dużo komentarzy %%BeginDocument!\n" + +#, c-format +msgid " Too many %%EndDocument comments!\n" +msgstr " Za dużo komentarzy %%EndDocument!\n" + +msgid " Warning: file contains binary data!\n" +msgstr " Ostrzeżenie: plik zawiera dane binarne!\n" + +#, c-format +msgid " Warning: no %%EndComments comment in file!\n" +msgstr " Ostrzeżenie: brak komentarza %%EndComments w pliku!\n" + +#, c-format +msgid " Warning: obsolete DSC version %.1f in file!\n" +msgstr " Ostrzeżenie: przestarzała wersja DSC %.1f w pliku!\n" + +msgid " FAIL\n" +msgstr " ZAWIÓDŁ\n" + +#, c-format +msgid "" +" FAIL\n" +" **FAIL** Unable to open PPD file - %s\n" +msgstr "" +" ZAWIÓDŁ\n" +" **ZAWIÓDŁ** Nie można otworzyć pliku PPD - %s\n" + +#, c-format +msgid "" +" FAIL\n" +" **FAIL** Unable to open PPD file - %s on line %d.\n" +msgstr "" +" ZAWIÓDŁ\n" +" **ZAWIÓDŁ** Nie można otworzyć pliku PPD - %s w wierszu %d.\n" + +msgid " PASS\n" +msgstr " POWODZENIE\n" + +#, c-format +msgid "%-6s %-10.10s %-4d %-10d %-27.27s %.0f bytes\n" +msgstr "%-6s %-10.10s %-4d %-10d %-27.27s %.0f bajtów" + +#, c-format +msgid "%-7s %-7.7s %-7d %-31.31s %.0f bytes\n" +msgstr "%-7s %-7.7s %-7d %-31.31s %.0f bajtów\n" + +#, c-format +msgid "%s accepting requests since %s\n" +msgstr "%s zaakceptowanych żądań od %s\n" + +#, c-format +msgid "%s cannot be changed." +msgstr "%s nie może zostać zmienione." + +#, c-format +msgid "%s is not implemented by the CUPS version of lpc.\n" +msgstr "%s nie jest zaimplementowane przez lpc w wersji CUPS.\n" + +#, c-format +msgid "%s is not ready\n" +msgstr "%s nie jest gotowe\n" + +#, c-format +msgid "%s is ready\n" +msgstr "%s jest gotowe\n" + +#, c-format +msgid "%s is ready and printing\n" +msgstr "%s jest gotowe i drukuje\n" + +#, c-format +msgid "" +"%s not accepting requests since %s -\n" +"\t%s\n" +msgstr "" +"%s nie zaakceptowanych żądań od %s -\n" +"\t%s\n" + +#, c-format +msgid "%s not supported!" +msgstr "%s jest nieobsługiwane!" + +#, c-format +msgid "%s/%s accepting requests since %s\n" +msgstr "%s/%s zaakceptowanych żądań od %s\n" + +#, c-format +msgid "" +"%s/%s not accepting requests since %s -\n" +"\t%s\n" +msgstr "" +"%s/%s nie zaakceptowanych żądań od %s -\n" +"\t%s\n" + +#, c-format +msgid "%s: %-33.33s [job %d localhost]\n" +msgstr "%s: %-33.33s [zadanie %d localhost]\n" + +#, c-format +msgid "%s: %s failed: %s\n" +msgstr "%s: %s nie powiodło się: %s\n" + +#, c-format +msgid "%s: Don't know what to do!\n" +msgstr "%s: nie wiem co robić!\n" + +#, c-format +msgid "" +"%s: Error - %s environment variable names non-existent destination \"%s\"!\n" +msgstr "" +"%s: błąd - %s nazw zmiennych środowiskowych z nieistniejącym celem \"%s\"!\n" -msgid "Quota limit reached." -msgstr "Przekroczono limit Quoty." +#, c-format +msgid "%s: Error - bad job ID!\n" +msgstr "%: błąd - błędny ID zadania!\n" #, c-format -msgid "Unable to add job for destination \"%s\"!" -msgstr "Nie można dodać zadania do celu \"%s\"!" +msgid "%s: Error - cannot print files and alter jobs simultaneously!\n" +msgstr "" +"%s: błąd - nie można jednocześnie drukować plików i zmieniać zadania!\n" -msgid "No subscription attributes in request!" -msgstr "Brak właściwości subskrypcji w żądaniu!" +#, c-format +msgid "" +"%s: Error - cannot print from stdin if files or a job ID are provided!\n" +msgstr "" +"%s: błąd - nie można drukować ze standardowego wejścia, jeśli dostarczone są " +"pliki lub ID zadania!\n" -msgid "notify-events not specified!" -msgstr "notify-even jest nieokreślone!" +#, c-format +msgid "%s: Error - expected character set after '-S' option!\n" +msgstr "%s: błąd - oczekiwany zestaw znaków po opcji \"-S\"!\n" #, c-format -msgid "Job %d not found!" -msgstr "Nie znaleziono zadania %d!" +msgid "%s: Error - expected content type after '-T' option!\n" +msgstr "%s: błąd - oczekiwany typ zawartości po opcji \"-T\"!\n" -msgid "No default printer" -msgstr "Brak domyślnej drukarki" +#, c-format +msgid "%s: Error - expected copies after '-n' option!\n" +msgstr "%: błąd - oczekiwane kopie po opcji \"-n\"!\n" + +#, c-format +msgid "%s: Error - expected copy count after '-#' option!\n" +msgstr "%s: błąd - oczekiwany licznik kopii po opcji \"-#\"!\n" + +#, c-format +msgid "%s: Error - expected destination after '-P' option!\n" +msgstr "%s: błąd - oczekiwany cel po opcji \"-P\"!\n" + +#, c-format +msgid "%s: Error - expected destination after '-b' option!\n" +msgstr "%: błąd - oczekiwany cel po opcji \"-b\"!\n" + +#, c-format +msgid "%s: Error - expected destination after '-d' option!\n" +msgstr "%s: błąd - oczekiwany cel po opcji \"-d\"!\n" + +#, c-format +msgid "%s: Error - expected form after '-f' option!\n" +msgstr "%s: błąd - oczekiwana forma po opcji \"-f\"!\n" + +#, c-format +msgid "%s: Error - expected hold name after '-H' option!\n" +msgstr "%s: błąd - oczekiwana wstrzymana nazwa po opcji \"-H\"!\n" + +#, c-format +msgid "%s: Error - expected hostname after '-H' option!\n" +msgstr "%s: błąd - oczekiwana nazwa komputera po opcji \"-H\"!\n" + +#, c-format +msgid "%s: Error - expected hostname after '-h' option!\n" +msgstr "%s: błąd - oczekiwana nazwa komputera po opcji \"-h\"!\n" + +#, c-format +msgid "%s: Error - expected mode list after '-y' option!\n" +msgstr "%s: błąd - oczekiwana lista trybów po opcji \"-y\"!\n" + +#, c-format +msgid "%s: Error - expected name after '-%c' option!\n" +msgstr "%s: błąd - oczekiwana nazwa po opcji \"-%c\"!\n" + +#, c-format +msgid "%s: Error - expected option string after '-o' option!\n" +msgstr "%s: błąd - oczekiwany łańcuch tekstowy opcji po opcji \"-o\"!\n" + +#, c-format +msgid "%s: Error - expected page list after '-P' option!\n" +msgstr "%: błąd - oczekiwana lista stron po opcji \"-P\"!\n" + +#, c-format +msgid "%s: Error - expected priority after '-%c' option!\n" +msgstr "%s: błąd - oczekiwany priorytet po opcji \"-%c\"!\n" + +#, c-format +msgid "%s: Error - expected reason text after '-r' option!\n" +msgstr "%s: błąd - oczekiwany tekst przyczyny po opcji \"-r\"!\n" + +#, c-format +msgid "%s: Error - expected title after '-t' option!\n" +msgstr "%s: błąd - oczekiwany tytuł po opcji \"-t\"!\n" + +#, c-format +msgid "%s: Error - expected username after '-U' option!\n" +msgstr "%s: błąd - oczekiwana nazwa użytkownika po opcji \"-U\"!\n" + +#, c-format +msgid "%s: Error - expected username after '-u' option!\n" +msgstr "%s: błąd - oczekiwana nazwa komputera po opcji \"-u\"!\n" + +#, c-format +msgid "%s: Error - expected value after '-%c' option!\n" +msgstr "%s: błąd - oczekiwana wartość po opcji \"-%c\"!\n" + +#, c-format +msgid "" +"%s: Error - need \"completed\", \"not-completed\", or \"all\" after '-W' " +"option!\n" +msgstr "" +"%s: błąd - wymagane jest \"completed\", \"not-completed\" lub \"all\" po -" +"W!\n" + +#, c-format +msgid "%s: Error - no default destination available.\n" +msgstr "%s: błąd - brak dostępnego domyślnego celu.\n" + +#, c-format +msgid "%s: Error - priority must be between 1 and 100.\n" +msgstr "%s: błąd - priorytet musi być między 1 a 100.\n" + +#, c-format +msgid "%s: Error - scheduler not responding!\n" +msgstr "%s: błąd - planista nie odpowiada!\n" + +#, c-format +msgid "%s: Error - stdin is empty, so no job has been sent.\n" +msgstr "" +"%s: błąd - standardowe wejście jest puste, więc żadne zadanie nie zostało " +"wysłane.\n" + +#, c-format +msgid "%s: Error - too many files - \"%s\"\n" +msgstr "%s: błąd - za dużo plików - \"%s\"\n" + +#, c-format +msgid "%s: Error - unable to access \"%s\" - %s\n" +msgstr "%s: błąd - nie można uzyskać dostępu do \"%s\" - %s\n" + +#, c-format +msgid "%s: Error - unable to create temporary file \"%s\" - %s\n" +msgstr "%s: błąd - nie można utworzyć pliku tymczasowego \"%s\" - %s\n" + +#, c-format +msgid "%s: Error - unable to write to temporary file \"%s\" - %s\n" +msgstr "%s: błąd - nie można zapisać do pliku tymczasowego \"%s\" - %s\n" + +#, c-format +msgid "%s: Error - unknown destination \"%s\"!\n" +msgstr "%s: błąd - nieznany cel \"%s\"!\n" + +#, c-format +msgid "%s: Error - unknown destination \"%s/%s\"!\n" +msgstr "%s: błąd - nieznany cel \"%s/%s\"!\n" + +#, c-format +msgid "%s: Error - unknown option '%c'!\n" +msgstr "%s: błąd - nieznana opcja \"%c\"!\n" + +#, c-format +msgid "%s: Expected job ID after '-i' option!\n" +msgstr "%s: oczekiwany ID zadania po opcji \"-i\"!\n" + +#, c-format +msgid "%s: Invalid destination name in list \"%s\"!\n" +msgstr "%s: nieprawidłowa nazwa celu na liście \"%s\"!\n" + +#, c-format +msgid "%s: Need job ID ('-i jobid') before '-H restart'!\n" +msgstr "%s: wymagany jest ID zadania (\"-i idzadania\") po \"-H restart\"!" + +#, c-format +msgid "%s: Operation failed: %s\n" +msgstr "%s: operacja nie powiodła się: %s\n" + +#, c-format +msgid "%s: Sorry, no encryption support compiled in!\n" +msgstr "%s: przepraszam, nie wkompilowano obsługi szyfowania!\n" + +#, c-format +msgid "%s: Unable to connect to server\n" +msgstr "%s: nie można połączyć się z serwerem\n" + +#, c-format +msgid "%s: Unable to connect to server: %s\n" +msgstr "%s: nie można połączyć się z serwerem: %s\n" + +#, c-format +msgid "%s: Unable to contact server!\n" +msgstr "%s: nie można skontaktować się z serwerem!\n" + +#, c-format +msgid "%s: Unknown destination \"%s\"!\n" +msgstr "%: nieznany cel \"%s\"!\n" + +#, c-format +msgid "" +"%s: Warning - '%c' format modifier not supported - output may not be " +"correct!\n" +msgstr "" +"%s: ostrzeżenie - modyfikator formatu \"%c\" jest nieobsługiwany - wyjście " +"może nie być prawidłowe!\n" + +#, c-format +msgid "%s: Warning - character set option ignored!\n" +msgstr "%s: ostrzeżenie - opcja zestawu znaków została zignorowana!\n" + +#, c-format +msgid "%s: Warning - content type option ignored!\n" +msgstr "%s: ostrzeżenie - opcja typu zawartości została zignorowana!\n" + +#, c-format +msgid "%s: Warning - form option ignored!\n" +msgstr "%s: ostrzeżenie - opcja formy została zignorowana!\n" + +#, c-format +msgid "%s: Warning - mode option ignored!\n" +msgstr "%s: ostrzeżenie - opcja trybu została zignorowana!\n" + +#, c-format +msgid "" +"%s: error - %s environment variable names non-existent destination \"%s\"!\n" +msgstr "" +"%s: błąd - %s nazw zmiennych środowiskowych z nieistniejącym celem \"%s\"!\n" + +#, c-format +msgid "%s: error - expected option=value after '-o' option!\n" +msgstr "%s: błąd - oczekiwana opcja=wartość po opcji \"-o\"!\n" + +#, c-format +msgid "%s: error - no default destination available.\n" +msgstr "%s: błąd - brak dostępnego domyślnego celu.\n" + +msgid "?Invalid help command unknown\n" +msgstr "?Nieprawidłowe, nieznane polecenie pomocy\n" + +msgid "A Samba password is required to export printer drivers!" +msgstr "Hasło Samby jest wymagany, aby wyeksportować sterowniki drukarek!" + +msgid "A Samba username is required to export printer drivers!" +msgstr "" +"Nazwa użytkownika Samby jest wymagana, aby wyeksportować sterowniki drukarek!" + +#, c-format +msgid "A class named \"%s\" already exists!" +msgstr "Klasa o nazwie \"%s\" już istnieje!" + +#, c-format +msgid "A printer named \"%s\" already exists!" +msgstr "Drukarka o nazwie \"%s\" już istnieje!" + +msgid "Accept Jobs" +msgstr "Zaakceptuj zadania" -msgid "cups-deviced failed to execute." -msgstr "Nie powiodło się wykonanie cups-deviced." +msgid "Add Class" +msgstr "Dodaj klasę" -msgid "cups-driverd failed to execute." -msgstr "Nie powiodło się wykonanie cups-driverd." +msgid "Add Printer" +msgstr "Dodaj drukarkę" -msgid "No destinations added." -msgstr "Nie dodano celów." +msgid "Add RSS Subscription" +msgstr "" -#, c-format -msgid "notify-subscription-id %d no good!" -msgstr "%d notify-subscription-id nie dobre!" +msgid "Administration" +msgstr "Administracja" #, c-format -msgid "Job #%s does not exist!" -msgstr "Zadanie #%s nie istnieje!" +msgid "Attempt to set %s printer-state to bad value %d!" +msgstr "Spróbowano ustawić printer-state %s na błędną wartość %d!" #, c-format -msgid "Job #%d does not exist!" -msgstr "Zadanie #%d nie istnieje!" - -msgid "No subscriptions found." -msgstr "Nie znaleziono subskrypcji." +msgid "Attribute groups are out of order (%x < %x)!" +msgstr "Grupy właściwości są nieuporządkowane (%x < %x)!" -#, c-format -msgid "Not authorized to hold job #%d owned by \"%s\"!" -msgstr "Nie upoważniony do wstrzymania zadania #%d należącego do \"%s\"!" +msgid "Bad OpenGroup" +msgstr "Błędne OpenGroup" -#, c-format -msgid "Job #%d is finished and cannot be altered!" -msgstr "Zadanie #%d zostało zakończone i nie może zostać zmienione!" +msgid "Bad OpenUI/JCLOpenUI" +msgstr "Błędne OpenUI/JCLOpenUI" -#, c-format -msgid "You are not authorized to move job #%d owned by \"%s\"!" -msgstr "" -"Nie jesteś upoważniony do przeniesienia zadania #%d należącego do \"%s\"!" +msgid "Bad OrderDependency" +msgstr "Błędne OrderDependency" -msgid "job-printer-uri attribute missing!" -msgstr "Brakuje właściwości job-printer-uri!" +msgid "Bad UIConstraints" +msgstr "Błędne OrderDependency" #, c-format -msgid "Unsupported compression \"%s\"!" -msgstr "Nieobsługiwana kompresja \"%s\"!" +msgid "Bad copies value %d." +msgstr "Błędna wartość kopii %d." -msgid "No file!?!" -msgstr "Brak pliku?!?" +msgid "Bad custom parameter" +msgstr "Błędny własny parametr" #, c-format -msgid "Could not scan type \"%s\"!" -msgstr "Nie można przeskanować typu \"%s\"!" +msgid "Bad device-uri \"%s\"!" +msgstr "Błędne \"%s\" device-uri!" #, c-format -msgid "Unsupported format '%s/%s'!" -msgstr "Nieobsługiwany format \"%s/%s\"!" +msgid "Bad document-format \"%s\"!" +msgstr "Błędne \"%s\" document-format!" -msgid "Printer not shared!" -msgstr "Drukarka nie jest współdzielona!" +msgid "Bad job-priority value!" +msgstr "Błędna wartość job-priority!" -#, c-format -msgid "Too many jobs - %d jobs, max jobs is %d." -msgstr "Za dużo zadań - jest %d zadań, maksymalnie może być %d." +msgid "Bad job-state value!" +msgstr "Błędna wartość job-state!" #, c-format -msgid "Job #%d is not held!" -msgstr "Zadanie #%d nie zostało wstrzymane!" +msgid "Bad job-uri attribute \"%s\"!" +msgstr "Błędna właściwość \"%s\" job-uri!" -#, c-format -msgid "You are not authorized to release job id %d owned by \"%s\"!" -msgstr "" -"Nie jesteś upoważniony do zwolnienia ID zadania %d należącego do \"%s\"!" +#, fuzzy, c-format +msgid "Bad notify-pull-method \"%s\"!" +msgstr "Błędne \"%s\" port-monitor!" -#, c-format -msgid "Job #%d is not complete!" -msgstr "Zadanie #%d nie zostało zakończone!" +#, fuzzy, c-format +msgid "Bad notify-recipient-uri URI \"%s\"!" +msgstr "Błędne \"%s\" port-monitor!" -#, c-format -msgid "Job #%d cannot be restarted - no files!" -msgstr "Zadanie #%d nie może zostać ponownie uruchomione - brak plików!" +#, fuzzy, c-format +msgid "Bad number-up value %d." +msgstr "Błędna wartość kopii %d." -#, c-format -msgid "You are not authorized to restart job id %d owned by \"%s\"!" -msgstr "" -"Nie jesteś upoważniony do ponownego uruchomienia ID zadania %d należącego do " -"\"%s\"!" +#, fuzzy, c-format +msgid "Bad option + choice on line %d!" +msgstr "Błędna opcja + wybór w wierszu %d!\n" #, c-format -msgid "You are not authorized to send document for job #%d owned by \"%s\"!" -msgstr "" -"Nie jesteś upoważniony do wysłania dokumentu do zadania %d należącego do \"%s" -"\"!" +msgid "Bad page-ranges values %d-%d." +msgstr "Błędne wartości %d-%d page-ranges." #, c-format -msgid "Bad document-format \"%s\"!" -msgstr "Błędne \"%s\" document-format!" +msgid "Bad port-monitor \"%s\"!" +msgstr "Błędne \"%s\" port-monitor!" #, c-format -msgid "You are not authorized to alter job id %d owned by \"%s\"!" -msgstr "" -"Nie jesteś upoważniony do zmienienia ID zadania %d należącego do \"%s\"!" +msgid "Bad printer-state value %d!" +msgstr "Błędne %d printer-state value!" #, c-format -msgid "%s cannot be changed." -msgstr "%s nie może zostać zmienione." - -msgid "Bad job-priority value!" -msgstr "Błędna wartość job-priority!" +msgid "Bad request version number %d.%d!" +msgstr "Błędny numer wersji żądania %d.%d!" -msgid "Job is completed and cannot be changed." -msgstr "Zadanie zostało zakończone i nie może zostać zmienione." +#, fuzzy +msgid "Bad subscription ID!" +msgstr "Nie znaleziono subskrypcji." -msgid "Bad job-state value!" -msgstr "Błędna wartość job-state!" +msgid "Banners" +msgstr "Bannery" -msgid "Job state cannot be changed." -msgstr "Stan zadania nie może zostać zmieniony." +msgid "Cancel RSS Subscription" +msgstr "" -#, c-format -msgid "Unsupported compression attribute %s!" -msgstr "Nieobsługiwana wartość kompresji %s!" +msgid "Change Settings" +msgstr "Zmień ustawienia" #, c-format -msgid "Unsupported format \"%s\"!" -msgstr "Nieobsługiwany format \"%s\"!" +msgid "Character set \"%s\" not supported!" +msgstr "Zestaw znaków \"%s\" jest nieobsługiwany!" -#, c-format -msgid "%s is not implemented by the CUPS version of lpc.\n" -msgstr "%s nie jest zaimplementowane przez lpc w wersji CUPS.\n" +msgid "Classes" +msgstr "Klasy" msgid "" "Commands may be abbreviated. Commands are:\n" @@ -417,1400 +1197,1291 @@ msgstr "" "\n" "exit help quit status ?\n" -msgid "help\t\tget help on commands\n" -msgstr "help\t\tpomoc o poleceniach\n" - -msgid "status\t\tshow status of daemon and queue\n" -msgstr "status\t\twyświetla stan demonów i kolejki\n" - -msgid "?Invalid help command unknown\n" -msgstr "?Nieprawidłowe, nieznane polecenie pomocy\n" - #, c-format -msgid "\tprinter is on device '%s' speed -1\n" -msgstr "\tdrukarka jest na urządzeniu \"%s\" prędkość -1\n" - -msgid "\tqueuing is enabled\n" -msgstr "\tkolejkowanie jest włączone\n" +msgid "Could not scan type \"%s\"!" +msgstr "Nie można przeskanować typu \"%s\"!" -msgid "\tqueuing is disabled\n" -msgstr "\tkolejkowanie jest wyłączone\n" +msgid "Cover open." +msgstr "" -msgid "\tprinting is enabled\n" -msgstr "\tdrukowanie jest włączone\n" +msgid "Custom" +msgstr "Własne" -msgid "\tprinting is disabled\n" -msgstr "\tdrukowanie jest wyłączone" +#, c-format +msgid "DEBUG: %d files to send in job...\n" +msgstr "" -msgid "\tno entries\n" -msgstr "\tbrak wpisów\n" +msgid "DEBUG: Getting supported attributes...\n" +msgstr "" #, c-format -msgid "\t%d entries\n" -msgstr "\t%d wpisów\n" +msgid "DEBUG: Sending print file, %lld bytes...\n" +msgstr "" -msgid "\tdaemon present\n" -msgstr "\tdemon jest obecny\n" +msgid "Delete Class" +msgstr "Usuń klasę" -msgid "lpq: Unable to contact server!\n" -msgstr "lpq: nie można skontaktować się z serwerem!\n" +msgid "Delete Printer" +msgstr "Usuń drukarkę" #, c-format -msgid "%s: Sorry, no encryption support compiled in!\n" -msgstr "%s: przepraszam, nie wkompilowano obsługi szyfowania!\n" +msgid "Destination \"%s\" is not accepting jobs." +msgstr "Cel \"%s\" nie akceptuje zadań." -#, c-format -msgid "lpq: Unknown destination \"%s/%s\"!\n" -msgstr "lpq: nieznany cel \"%s/%s\"!\n" +msgid "Developer almost empty." +msgstr "" -#, c-format -msgid "lpq: Unknown destination \"%s\"!\n" -msgstr "lpq: nieznany cel \"%s\"!\n" +msgid "Developer empty!" +msgstr "" #, c-format msgid "" -"lp: error - %s environment variable names non-existent destination \"%s\"!\n" +"Device: uri = %s\n" +" class = %s\n" +" info = %s\n" +" make-and-model = %s\n" +" device-id = %s\n" msgstr "" -"lp: błąd - %s nazw zmiennych środowiskowych z nieistniejącym celem \"%s\"!\n" +"Urządzenie: uri = %s\n" +" class = %s\n" +" info = %s\n" +" make-and-model = %s\n" +" device-id = %s\n" + +msgid "Door open." +msgstr "" + +#, fuzzy, c-format +msgid "EMERG: Unable to allocate memory for page info: %s\n" +msgstr "Nie można przydzielić pamięci dla typów plików!" + +#, fuzzy, c-format +msgid "EMERG: Unable to allocate memory for pages array: %s\n" +msgstr "Nie można przydzielić pamięci dla typów plików!" -msgid "lpq: error - no default destination available.\n" -msgstr "lpq: błąd - brak dostępnego domyślnego celu.\n" +#, fuzzy, c-format +msgid "ERROR: %ld: Unable to send print file to printer (canceled:%ld)\n" +msgstr "lpoptions: nie można dodać drukarki lub przykładu: %s\n" #, c-format -msgid "lpq: get-jobs failed: %s\n" -msgstr "lpq: get-jobs nie powiodło się: %s\n" +msgid "ERROR: Bad %%BoundingBox: comment seen!\n" +msgstr "" -msgid "" -"Rank Owner Pri Job Files Total Size\n" +#, c-format +msgid "ERROR: Bad %%IncludeFeature: comment!\n" msgstr "" -"Kolejka Właściciel Drukowanie Zadanie " -"Pliki Całkowity rozmiar\n" -msgid "Rank Owner Job File(s) Total Size\n" +#, c-format +msgid "ERROR: Bad %%Page: comment in file!\n" msgstr "" -"Kolejka Właściciel Zadanie Pliki Całkowity " -"rozmiar\n" #, c-format -msgid "%s: %-33.33s [job %d localhost]\n" -msgstr "%s: %-33.33s [zadanie %d localhost]\n" +msgid "ERROR: Bad %%PageBoundingBox: comment in file!\n" +msgstr "" + +#, fuzzy, c-format +msgid "ERROR: Bad SCSI device file \"%s\"!\n" +msgstr "Błędne \"%s\" device-uri!" #, c-format -msgid " %-39.39s %.0f bytes\n" -msgstr " %-39.39s %.0f bajtów\n" +msgid "ERROR: Bad charset file %s\n" +msgstr "" #, c-format -msgid "%-6s %-10.10s %-4d %-10d %-27.27s %.0f bytes\n" -msgstr "%-6s %-10.10s %-4d %-10d %-27.27s %.0f bajtów" +msgid "ERROR: Bad charset type %s\n" +msgstr "" #, c-format -msgid "%-7s %-7.7s %-7d %-31.31s %.0f bytes\n" -msgstr "%-7s %-7.7s %-7d %-31.31s %.0f bajtów\n" +msgid "ERROR: Bad font description line: %s\n" +msgstr "" -msgid "no entries\n" -msgstr "brak wpisów\n" +msgid "ERROR: Bad page setup!\n" +msgstr "" #, c-format -msgid "lpq: get-printer-attributes failed: %s\n" -msgstr "lpq: get-printer-attributes nie powiodło się: %s\n" +msgid "ERROR: Bad text direction %s\n" +msgstr "" #, c-format -msgid "%s is ready\n" -msgstr "%s jest gotowe\n" +msgid "ERROR: Bad text width %s\n" +msgstr "" + +msgid "ERROR: Destination printer does not exist!\n" +msgstr "" #, c-format -msgid "%s is ready and printing\n" -msgstr "%s jest gotowe i drukuje\n" +msgid "ERROR: Duplicate %%BoundingBox: comment seen!\n" +msgstr "" #, c-format -msgid "%s is not ready\n" -msgstr "%s nie jest gotowe\n" +msgid "ERROR: Duplicate %%Pages: comment seen!\n" +msgstr "" + +#, fuzzy +msgid "ERROR: Empty print file!\n" +msgstr "Nie można skopiować pliku PPD!" -msgid "Usage: lpq [-P dest] [-l] [+interval]\n" -msgstr "Użycie: lpq [-P cel] [-l] [+odstęp]\n" +msgid "ERROR: Invalid HP-GL/2 command seen, unable to print file!\n" +msgstr "" #, c-format -msgid "lpr: error - expected value after -%c option!\n" -msgstr "lpr: błąd - oczekiwana wartość po opcji -%c!\n" +msgid "ERROR: Missing %%EndProlog!\n" +msgstr "" #, c-format +msgid "ERROR: Missing %%EndSetup!\n" +msgstr "" + msgid "" -"lpr: warning - '%c' format modifier not supported - output may not be " -"correct!\n" +"ERROR: Missing device URI on command-line and no DEVICE_URI environment " +"variable!\n" msgstr "" -"lpr - ostrzeżenie - modyfikator formatu \"%c\" jest nieobsługiwany - wyjście " -"może nie być poprawne!" -msgid "lpr: error - expected option=value after -o option!\n" -msgstr "lpr: błąd - oczekiwana opcja=wartość po opcji -o!\n" +#, c-format +msgid "ERROR: No %%BoundingBox: comment in header!\n" +msgstr "" -msgid "lpr: warning - email notification is not currently supported!\n" +#, c-format +msgid "ERROR: No %%Pages: comment in header!\n" msgstr "" -"lpr: ostrzeżenie - powiadamianie na e-mail nie jest teraz obsługiwane!\n" -msgid "lpr: error - expected destination after -P option!\n" -msgstr "lpr: błąd - oczekiwany cel po opcji -P!\n" +msgid "" +"ERROR: No device URI found in argv[0] or in DEVICE_URI environment " +"variable!\n" +msgstr "" -msgid "lpr: error - expected copy count after -# option!\n" -msgstr "lpr: błąd - oczekiwany licznik kopiowania po opcji -#!\n" +msgid "ERROR: No pages found!\n" +msgstr "" -#, c-format -msgid "lpr: error - expected name after -%c option!\n" -msgstr "lpr: błąd - oczekiwana nazwa po opcji -%c!\n" +msgid "ERROR: Out of paper!\n" +msgstr "" -msgid "lpr: error - expected username after -U option!\n" -msgstr "lpr: błąd - oczekiwana nazwa użytkownika po opcji -U!\n" +msgid "ERROR: PRINTER environment variable not defined!\n" +msgstr "" #, c-format -msgid "lpr: error - unknown option '%c'!\n" -msgstr "lpr: błąd - nieznana opcja \"%c\"!\n" +msgid "ERROR: Print file was not accepted (%s)!\n" +msgstr "" -#, c-format -msgid "lpr: error - unable to access \"%s\" - %s\n" -msgstr "lpr: błąd - nie można uzyskać dostępu \"%s\" - %s\n" +#, fuzzy +msgid "ERROR: Printer not responding!\n" +msgstr "Drukarka nie jest współdzielona!" #, c-format -msgid "lpr: error - too many files - \"%s\"\n" -msgstr "lpr: błąd - za dużo plików - \"%s\"\n" +msgid "ERROR: Remote host did not accept control file (%d)\n" +msgstr "" #, c-format -msgid "" -"lpr: error - %s environment variable names non-existent destination \"%s\"!\n" +msgid "ERROR: Remote host did not accept data file (%d)\n" msgstr "" -"lpr: błąd - %s nazw zmiennych środowiskowych z nieistniejącym celem \"%s\"!\n" -msgid "lpr: error - no default destination available.\n" -msgstr "lpr: błąd - brak dostępnego domyślnego celu.\n" - -msgid "lpr: error - scheduler not responding!\n" -msgstr "lpr: błąd - planista nie odpowiada!\n" +#, fuzzy, c-format +msgid "ERROR: Unable to add file %d to job: %s\n" +msgstr "lpadmin: nie można otworzyć pliku \"%s\": %s\n" -#, c-format -msgid "lpr: error - unable to create temporary file \"%s\" - %s\n" -msgstr "lpr: błąd - nie można utworzyć pliku tymczasowego \"%s\" - %s\n" +#, fuzzy, c-format +msgid "ERROR: Unable to cancel job %d: %s\n" +msgstr "lprm: nie można anulować zadań!\n" -#, c-format -msgid "lpr: error - unable to write to temporary file \"%s\" - %s\n" -msgstr "lpr: błąd - nie można zapisać do pliku tymczasowego \"%s\" - %s\n" +#, fuzzy, c-format +msgid "ERROR: Unable to create temporary compressed print file: %s\n" +msgstr "lpadmin: nie można utworzyć pliku tymczasowego: %s\n" -msgid "lpr: error - stdin is empty, so no job has been sent.\n" -msgstr "" -"lpr: błąd - standardowe wejście jest puste, więc żadne zadanie nie zostało " -"wysłane.\n" +#, fuzzy, c-format +msgid "ERROR: Unable to create temporary file - %s.\n" +msgstr "lpadmin: nie można utworzyć pliku tymczasowego - %s\n" -#, c-format -msgid "lpr: error - unable to print file: %s\n" -msgstr "lpr: błąd - nie można wydrukować pliku: %s\n" +#, fuzzy, c-format +msgid "ERROR: Unable to create temporary file: %s\n" +msgstr "lpadmin: nie można utworzyć pliku tymczasowego: %s\n" -msgid "lprm: Unable to contact server!\n" -msgstr "lprm: nie można skontaktować się z serwerem!\n" +#, fuzzy, c-format +msgid "ERROR: Unable to exec pictwpstops: %s\n" +msgstr "%s: nie można połączyć się z serwerem: %s\n" -#, c-format -msgid "lprm: Unknown destination \"%s\"!\n" -msgstr "lprm: nieznany cel \"%s\"!\n" +#, fuzzy, c-format +msgid "ERROR: Unable to fork pictwpstops: %s\n" +msgstr "Nie można rozdzielić procesu!" -#, c-format -msgid "lprm: Unknown option '%c'!\n" -msgstr "lprm: nieznana opcja \"%c\"!\n" +#, fuzzy, c-format +msgid "ERROR: Unable to get PPD file for printer \"%s\" - %s.\n" +msgstr "cupsaddsmb: brak pliku PPD dla drukarki \"%s\" - %s\n" -msgid "lprm: Job or printer not found!\n" -msgstr "lprm: zadanie lub drukarka nie została znaleziona!\n" +#, fuzzy, c-format +msgid "ERROR: Unable to get job %d attributes (%s)!\n" +msgstr "Nie można uzyskać właściwości drukarki!" -msgid "lprm: Not authorized to lprm job(s)!\n" -msgstr "lprm: nie upoważniony do zadań lprm!\n" +#, fuzzy, c-format +msgid "ERROR: Unable to get printer status (%s)!\n" +msgstr "Nie można uzyskać stanu drukarki:" -#, c-format -msgid "lprm: You don't own job ID %d!\n" -msgstr "lprm: nie jesteś właścicielem zadania o ID %d!\n" +#, fuzzy, c-format +msgid "ERROR: Unable to locate printer '%s'!\n" +msgstr "Nie można zmienić drukarki:" -msgid "lprm: Unable to lprm job(s)!\n" -msgstr "lprm: nie można usunąć zadań używając lprm!\n" +#, fuzzy, c-format +msgid "ERROR: Unable to open \"%s\" - %s\n" +msgstr "lp: nie można uzyskać dostępu do \"%s\" - %s\n" -msgid "lprm: Unable to cancel job(s)!\n" -msgstr "lprm: nie można anulować zadań!\n" +#, fuzzy, c-format +msgid "ERROR: Unable to open %s: %s\n" +msgstr "cupsaddsmb: nie można uruchomić \"%s\": %s\n" -#, c-format -msgid "%s: Don't know what to do!\n" -msgstr "%s: nie wiem co robić!\n" +#, fuzzy, c-format +msgid "ERROR: Unable to open device file \"%s\": %s\n" +msgstr "lpadmin: nie można otworzyć pliku \"%s\": %s\n" -#, c-format -msgid "%s: Expected server name after -h!\n" -msgstr "%s: oczekiwana nazwa serwera po -h!\n" +#, fuzzy, c-format +msgid "ERROR: Unable to open file \"%s\" - %s\n" +msgstr "lpadmin: nie można otworzyć pliku \"%s\": %s\n" -#, c-format -msgid "%s: Expected reason text after -r!\n" -msgstr "%s: oczekiwany warunek tekstu po -r!\n" +#, fuzzy, c-format +msgid "ERROR: Unable to open file \"%s\": %s\n" +msgstr "lpadmin: nie można otworzyć pliku \"%s\": %s\n" -#, c-format -msgid "%s: Unknown option '%c'!\n" -msgstr "%s: nieznana opcja \"%c\"!\n" +#, fuzzy +msgid "ERROR: Unable to open image file for printing!\n" +msgstr "lpoptions: nie można otworzyć pliku PPD dla %s!\n" -#, c-format -msgid "%s: Unable to connect to server: %s\n" -msgstr "%s: nie można połączyć się z serwerem: %s\n" +#, fuzzy, c-format +msgid "ERROR: Unable to open print file \"%s\": %s\n" +msgstr "lpadmin: nie można otworzyć pliku \"%s\": %s\n" -#, c-format -msgid "%s: Operation failed: %s\n" -msgstr "%s: operacja nie powiodła się: %s\n" +#, fuzzy, c-format +msgid "ERROR: Unable to open print file %s - %s\n" +msgstr "lpadmin: nie można utworzyć pliku PPD \"%s\" - %s\n" -msgid "cancel: Error - expected hostname after '-h' option!\n" -msgstr "cancel: błąd - oczekiwana nazwa komputera po opcji \"-h\"!\n" +#, fuzzy, c-format +msgid "ERROR: Unable to open print file %s: %s\n" +msgstr "lp: nie można wydrukować pliku: %s\n" -msgid "cancel: Error - expected username after '-u' option!\n" -msgstr "cancel: błąd - oczekiwana nazwa użytkownika po opcji \"-u\"!\n" +#, fuzzy, c-format +msgid "ERROR: Unable to open temporary compressed print file: %s\n" +msgstr "lpadmin: nie można utworzyć pliku tymczasowego: %s\n" #, c-format -msgid "cancel: Unknown option '%c'!\n" -msgstr "cancel: nieznana opcja \"%c\"!\n" +msgid "ERROR: Unable to seek to offset %ld in file - %s\n" +msgstr "" #, c-format -msgid "cancel: Unknown destination \"%s\"!\n" -msgstr "cancel: nieznany cel \"%s\"!\n" +msgid "ERROR: Unable to seek to offset %lld in file - %s\n" +msgstr "" -msgid "cancel: Unable to contact server!\n" -msgstr "cancel: nie można skontaktować się z serwerem!\n" +#, fuzzy, c-format +msgid "ERROR: Unable to send print data (%d)\n" +msgstr "Nie można ustawić sterownika drukarki Windows (%d)!\n" #, c-format -msgid "cancel: %s failed: %s\n" -msgstr "cancel: %s nie powiodło się: %s\n" +msgid "ERROR: Unable to wait for pictwpstops: %s\n" +msgstr "" -#, c-format -msgid "cupsaddsmb: Missing value on line %d!\n" -msgstr "cupsaddsmb: brakująca wartość w wierszu %d!\n" +#, fuzzy, c-format +msgid "ERROR: Unable to write %d bytes to \"%s\": %s\n" +msgstr "cupsaddsmb: nie można uruchomić \"%s\": %s\n" -#, c-format -msgid "cupsaddsmb: Missing double quote on line %d!\n" -msgstr "cupsaddsmb: brakujący cudzysłów w wierszu %d!\n" +#, fuzzy, c-format +msgid "ERROR: Unable to write print data: %s\n" +msgstr "lp: nie można wydrukować pliku: %s\n" -#, c-format -msgid "cupsaddsmb: Bad option + choice on line %d!\n" -msgstr "cupsaddsmb: błędna opcja + wybór w wierszu %d!\n" +#, fuzzy +msgid "ERROR: Unable to write raster data to driver!\n" +msgstr "Nie można uzyskać właściwości drukarki!" #, c-format -msgid "cupsaddsmb: Unable to connect to server \"%s\" for %s - %s\n" -msgstr "cupsaddsmb: nie można połączyć się z serwerem %s\" dla %s - %s\n" +msgid "ERROR: Unable to write uncompressed document data: %s\n" +msgstr "" -#, c-format -msgid "cupsaddsmb: No PPD file for printer \"%s\" - skipping!\n" -msgstr "cupsaddsmb: brak pliku PPD dla drukarki \"%s\" - pomijanie!\n" +#, fuzzy, c-format +msgid "ERROR: Unknown encryption option value \"%s\"!\n" +msgstr "%: nieznany cel \"%s\"!\n" #, c-format -msgid "cupsaddsmb: get-printer-attributes failed for \"%s\": %s\n" -msgstr "cupsaddsmb: get-printer-attributes nie powiodło się dla \"%s\": %s\n" +msgid "ERROR: Unknown file order \"%s\"\n" +msgstr "" #, c-format -msgid "cupsaddsmb: Unable to convert PPD file for %s - %s\n" -msgstr "cupsaddsmb: nie można przekonwertować pliku PPD dla %s - %s\n" +msgid "ERROR: Unknown format character \"%c\"\n" +msgstr "" + +#, fuzzy, c-format +msgid "ERROR: Unknown option \"%s\" with value \"%s\"!\n" +msgstr "cupsd: nieznana opcja \"%c\" - przerywanie!\n" + +#, fuzzy, c-format +msgid "ERROR: Unknown print mode \"%s\"\n" +msgstr "%: nieznany cel \"%s\"!\n" + +#, fuzzy, c-format +msgid "ERROR: Unknown version option value \"%s\"!\n" +msgstr "%: nieznany cel \"%s\"!\n" #, c-format -msgid "cupsaddsmb: Unable to copy Windows 2000 printer driver files (%d)!\n" +msgid "ERROR: Unsupported brightness value %s, using brightness=100!\n" msgstr "" -"cupsaddsmb: nie można skopiować plików sterownika drukarki Windows 2000 (%" -"d)!\n" #, c-format -msgid "cupsaddsmb: Unable to copy CUPS printer driver files (%d)!\n" +msgid "ERROR: Unsupported gamma value %s, using gamma=1000!\n" msgstr "" -"cupsaddsmb: nie można skopiować plików sterownika drukarki CUPS (%d)!\n" #, c-format -msgid "cupsaddsmb: Unable to install Windows 2000 printer driver files (%d)!\n" +msgid "ERROR: Unsupported number-up value %d, using number-up=1!\n" msgstr "" -"cupsaddsmb: nie można zainstalować plików sterownika drukarki Windows 2000 (%" -"d)!\n" #, c-format -msgid "cupsaddsmb: Unable to copy Windows 9x printer driver files (%d)!\n" +msgid "" +"ERROR: Unsupported number-up-layout value %s, using number-up-layout=lrtb!\n" msgstr "" -"cupsaddsmb: nie można skopiować plików sterownika drukarki Windows 9x (%" -"d)!\n" #, c-format -msgid "cupsaddsmb: Unable to install Windows 9x printer driver files (%d)!\n" +msgid "ERROR: Unsupported page-border value %s, using page-border=none!\n" msgstr "" -"cupsaddsmb: nie można zainstalować plików sterownika drukarki Windows 9x (%" -"d)!\n" #, c-format -msgid "cupsaddsmb: Unable to set Windows printer driver (%d)!\n" -msgstr "cupsaddsmb: nie można ustawić sterownika drukarki Windows (%d)!\n" - -msgid "" -"Usage: cupsaddsmb [options] printer1 ... printerN\n" -" cupsaddsmb [options] -a\n" -"\n" -"Options:\n" -" -H samba-server Use the named SAMBA server\n" -" -U samba-user Authenticate using the named SAMBA user\n" -" -a Export all printers\n" -" -h cups-server Use the named CUPS server\n" -" -v Be verbose (show commands)\n" +msgid "ERROR: doc_printf overflow (%d bytes) detected, aborting!\n" msgstr "" -"Użycie: cupsaddsmb [opcje] drukarka1 ... drukarkaN\n" -" cupsaddsmb [opcje] -a\n" -"\n" -"Opcje:\n" -" -H serwer-samby Używa nazwanego serwera Samby\n" -" -U użytkownik-samba Uwierzytelnia używając nazwanego użytkownika Samby\n" -" -a Eksportuje wszystkie drukarki\n" -" -h serwer-cups Używa nazwanego serwera CUPS\n" -" -v (wyświetla polecenia)\n" - -msgid "cupstestppd: The -q option is incompatible with the -v option.\n" -msgstr "cupstestppd: opcja -q jest niezgodna z opcją -v.\n" - -msgid "cupstestppd: The -v option is incompatible with the -q option.\n" -msgstr "cupstestppd: opcja -v jest niezgodna z opcją -q.\n" #, c-format -msgid "" -" FAIL\n" -" **FAIL** Unable to open PPD file - %s\n" +msgid "ERROR: pictwpstops exited on signal %d!\n" msgstr "" -" ZAWIÓDŁ\n" -" **ZAWIÓDŁ** Nie można otworzyć pliku PPD - %s\n" -#, c-format +#, fuzzy, c-format +msgid "ERROR: pictwpstops exited with status %d!\n" +msgstr "cupsaddsmb nie powiodło się ze stanem %d" + msgid "" -" FAIL\n" -" **FAIL** Unable to open PPD file - %s on line %d.\n" +"ERROR: recoverable: Unable to connect to printer; will retry in 30 " +"seconds...\n" msgstr "" -" ZAWIÓDŁ\n" -" **ZAWIÓDŁ** Nie można otworzyć pliku PPD - %s w wierszu %d.\n" -msgid " REF: Page 42, section 5.2.\n" -msgstr " REF: strona 42, sekcja 5.2.\n" +msgid "Edit Configuration File" +msgstr "Edytuj plik konfiguracji" -msgid " REF: Page 20, section 3.4.\n" -msgstr " REF: strona 20, sekcja 3.4.\n" +#, fuzzy +msgid "Empty PPD file!" +msgstr "Nie można skopiować pliku PPD!" -msgid " REF: Pages 45-46, section 5.2.\n" -msgstr " REF: strony 45-46, sekcja 5.2.\n" +msgid "Ending Banner" +msgstr "Zakończenie bannerów" -msgid " REF: Pages 42-45, section 5.2.\n" -msgstr " REF: strony 42-45, sekcja 5.2.\n" +msgid "Enter old password:" +msgstr "Podaj stare hasło:" -msgid " REF: Pages 48-49, section 5.2.\n" -msgstr " REF: strony 48-49, sekcja 5.2.\n" +msgid "Enter password again:" +msgstr "Powtórz hasło:" -msgid " REF: Pages 52-54, section 5.2.\n" -msgstr " REF: strony 52-54, sekcja 5.2.\n" +msgid "Enter password:" +msgstr "Podaj hasło:" -msgid " REF: Page 15, section 3.2.\n" -msgstr " REF: strona 15, sekcja 3.2.\n" +#, fuzzy +msgid "" +"Enter your username and password or the root username and password to access " +"this page. If you are using Kerberos authentication, make sure you have a " +"valid Kerberos ticket." +msgstr "" +"Podaj swoją nazwę użytkownika i hasło lub nazwę użytkownika root i hasło, " +"aby uzyskać dostęp do tej strony." -msgid " REF: Page 15, section 3.1.\n" -msgstr " REF: strona 15, sekcja 3.1.\n" +msgid "Error Policy" +msgstr "Błąd polityki" -msgid " REF: Pages 16-17, section 3.2.\n" -msgstr " REF: strony 16-17, sekcja 3.2.\n" +msgid "Error: need hostname after '-h' option!\n" +msgstr "Błąd: wymagana jest nazwa komputera po opcji \"-h\"!\n" -msgid " REF: Page 19, section 3.3.\n" -msgstr " REF: strona 19, sekcja 3.3.\n" +msgid "Export Printers to Samba" +msgstr "Wyeksportuj drukarki do Samby" -msgid " REF: Page 27, section 3.5.\n" -msgstr " REF: strona 27, sekcja 3.5.\n" +msgid "FAIL\n" +msgstr "ZAWIÓDŁ\n" -msgid "" -"\n" -" DETAILED CONFORMANCE TEST RESULTS\n" +#, c-format +msgid "FATAL: Could not load %s\n" msgstr "" -"\n" -" SZCZEGÓŁOWE WYNIKI TESTU ZGODNOŚCI\n" #, c-format -msgid " WARN %s has no corresponding options!\n" -msgstr " OSTRZEÅ»ENIE %s nie posiada odpowiadających opcji!\n" +msgid "" +"File device URIs have been disabled! To enable, see the FileDevice directive " +"in \"%s/cupsd.conf\"." +msgstr "" +"URI pliku urządzenia zostało wyłączone! Aby włączyć, zobacz dyrektywę " +"FileDevice w \"%s/cupsd.conf\"." -msgid " FAIL\n" -msgstr " ZAWIÓDŁ\n" +msgid "Fuser temperature high!" +msgstr "" -msgid "" -" **FAIL** REQUIRED DefaultImageableArea\n" -" REF: Page 102, section 5.15.\n" +msgid "Fuser temperature low!" msgstr "" -" **ZAWIÓDŁ** WYMAGANE DefaultImageableArea\n" -" REF: strona 102, sekcja 5.15.\n" + +msgid "General" +msgstr "Ogólne" + +msgid "Got a printer-uri attribute but no job-id!" +msgstr "Otrzymano właściwość printer-uri, ale bez job-id!" + +msgid "Help" +msgstr "Pomoc" #, c-format -msgid "" -" **FAIL** BAD DefaultImageableArea %s!\n" -" REF: Page 102, section 5.15.\n" +msgid "INFO: Attempting to connect to host %s for printer %s\n" msgstr "" -" **ZAWIÓDŁ** BŁĘDNE DefaultImageableArea %s!\n" -" REF: strona 102, sekcja 5.15.\n" -msgid " PASS DefaultImageableArea\n" -msgstr " POWODZENIE DefaultImageableArea\n" +#, fuzzy, c-format +msgid "INFO: Attempting to connect to host %s on port %d\n" +msgstr "lpstat: nie można połączyć się z serwerem %s na porcie %d: %s\n" -msgid "" -" **FAIL** REQUIRED DefaultPaperDimension\n" -" REF: Page 103, section 5.15.\n" +msgid "INFO: Canceling print job...\n" msgstr "" -" **ZAWIÓDŁ** WYMAGANE DefaultPaperDimension\n" -" REF: strona 103, sekcja 5.15.\n" #, c-format -msgid "" -" **FAIL** BAD DefaultPaperDimension %s!\n" -" REF: Page 103, section 5.15.\n" +msgid "INFO: Connected to %s...\n" msgstr "" -" **ZAWIÓDŁ** BŁĘDNE DefaultPaperDimension %s!\n" -" REF: strona 103, sekcja 5.15.\n" - -msgid " PASS DefaultPaperDimension\n" -msgstr " POWODZENIE DefaultPaperDimension\n" #, c-format -msgid "" -" **FAIL** BAD Default%s %s\n" -" REF: Page 40, section 4.5.\n" +msgid "INFO: Connecting to %s on port %d...\n" msgstr "" -" **ZAWIÓDŁ** BŁĘDNE Default%s %s\n" -" REF: strona 40, sekcja 4.5.\n" -#, c-format -msgid " PASS Default%s\n" -msgstr " POWODZENIE Default%s\n" +msgid "INFO: Control file sent successfully\n" +msgstr "" + +msgid "INFO: Data file sent successfully\n" +msgstr "" #, c-format -msgid "" -" **FAIL** REQUIRED Default%s\n" -" REF: Page 40, section 4.5.\n" +msgid "INFO: Formatting page %d...\n" msgstr "" -" **ZAWIÓDŁ** WYMAGANE Default%s\n" -" REF: strona 40, sekcja 4.5.\n" -msgid " PASS FileVersion\n" -msgstr " POWODZENIE FileVersion\n" +msgid "INFO: Loading image file...\n" +msgstr "" -msgid "" -" **FAIL** REQUIRED FileVersion\n" -" REF: Page 56, section 5.3.\n" +msgid "INFO: Print file sent, waiting for printer to finish...\n" msgstr "" -" **ZAWIÓDŁ** WYMAGANE FileVersion\n" -" REF: strona 56, sekcja 5.3.\n" -msgid " PASS FormatVersion\n" -msgstr " POWODZENIE FormatVersion\n" +#, c-format +msgid "INFO: Printer busy (status:0x%08x)\n" +msgstr "" -msgid "" -" **FAIL** REQUIRED FormatVersion\n" -" REF: Page 56, section 5.3.\n" +msgid "INFO: Printer busy; will retry in 10 seconds...\n" msgstr "" -" **ZAWIÓDŁ** WYMAGANE FormatVersion\n" -" REF: strona 56, sekcja 5.3.\n" -msgid " PASS LanguageEncoding\n" -msgstr " POWODZENIE LanguageEncoding\n" +msgid "INFO: Printer busy; will retry in 30 seconds...\n" +msgstr "" -msgid "" -" **FAIL** REQUIRED LanguageEncoding\n" -" REF: Pages 56-57, section 5.3.\n" +msgid "INFO: Printer busy; will retry in 5 seconds...\n" msgstr "" -" **ZAWIÓDŁ** WYMAGANE LanguageEncoding\n" -" REF: strony 56-57, sekcja 5.3.\n" -msgid " PASS LanguageVersion\n" -msgstr " POWODZENIE LanguageVersion\n" +msgid "INFO: Printer does not support IPP/1.1, trying IPP/1.0...\n" +msgstr "" -msgid "" -" **FAIL** REQUIRED LanguageVersion\n" -" REF: Pages 57-58, section 5.3.\n" +msgid "INFO: Printer is busy; will retry in 5 seconds...\n" msgstr "" -" **ZAWIÓDŁ** WYMAGANE LanguageVersion\n" -" REF: strony 57-58, sekcja 5.3.\n" -msgid "" -" **FAIL** BAD Manufacturer (should be \"HP\")\n" -" REF: Page 211, table D.1.\n" +msgid "INFO: Printer is currently off-line.\n" msgstr "" -" **ZAWIÓDŁ** BŁĘDNE Manufacturer (powinno być \"HP\")\n" -" REF: strona 211, tablica D.1.\n" -msgid " PASS Manufacturer\n" -msgstr " POWODZENIE Manufacturer\n" +msgid "INFO: Printer is now on-line.\n" +msgstr "" -msgid "" -" **FAIL** REQUIRED Manufacturer\n" -" REF: Pages 58-59, section 5.3.\n" +msgid "INFO: Printer not connected; will retry in 30 seconds...\n" msgstr "" -" **ZAWIÓDŁ** WYMAGANE Manufacturer\n" -" REF: strony 58-59, sekcja 5.3.\n" #, c-format -msgid "" -" **FAIL** BAD ModelName - \"%c\" not allowed in string.\n" -" REF: Pages 59-60, section 5.3.\n" +msgid "INFO: Printing page %d, %d%% complete...\n" msgstr "" -" **ZAWIÓDŁ** BŁĘDNE ModelName - \"%c\" nie jest zezwolone w sągu " -"znaków.\n" -" REF: strony 59-60, sekcja 5.3.\n" - -msgid " PASS ModelName\n" -msgstr " POWODZENIE ModelName\n" -msgid "" -" **FAIL** REQUIRED ModelName\n" -" REF: Pages 59-60, section 5.3.\n" +#, c-format +msgid "INFO: Printing page %d...\n" msgstr "" -" **ZAWIÓDŁ** WYMAGANE ModelName\n" -" REF: strony 59-60, sekcja 5.3.\n" - -msgid " PASS NickName\n" -msgstr " POWODZENIE NickName\n" -msgid "" -" **FAIL** REQUIRED NickName\n" -" REF: Page 60, section 5.3.\n" +msgid "INFO: Ready to print.\n" msgstr "" -" **ZAWIÓDŁ** WYMAGANE NickName\n" -" REF: strona 60, sekcja 5.3.\n" -msgid " PASS PageSize\n" -msgstr " POWODZENIE PageSize\n" +#, c-format +msgid "INFO: Sending control file (%lu bytes)\n" +msgstr "" -msgid "" -" **FAIL** REQUIRED PageSize\n" -" REF: Pages 99-100, section 5.14.\n" +#, c-format +msgid "INFO: Sending control file (%u bytes)\n" msgstr "" -" **ZAWIÓDŁ** WYMAGANE PageSize\n" -" REF: strony 99-100, sekcja 5.14.\n" -msgid " PASS PageRegion\n" -msgstr " POWODZENIE PageRegion\n" +msgid "INFO: Sending data\n" +msgstr "" -msgid "" -" **FAIL** REQUIRED PageRegion\n" -" REF: Page 100, section 5.14.\n" +#, c-format +msgid "INFO: Sending data file (%ld bytes)\n" msgstr "" -" **ZAWIÓDŁ** WYMAGANE PageRegion\n" -" REF: strona 100, sekcja 5.14.\n" -msgid " PASS PCFileName\n" -msgstr " POWODZENIE PCFileName\n" +#, c-format +msgid "INFO: Sending data file (%lld bytes)\n" +msgstr "" -msgid "" -" **FAIL** REQUIRED PCFileName\n" -" REF: Pages 61-62, section 5.3.\n" +#, c-format +msgid "INFO: Sent print file, %ld bytes...\n" msgstr "" -" **ZAWIÓDŁ** WYMAGANE PCFileName\n" -" REF: strony 61-62, sekcja 5.3.\n" -msgid "" -" **FAIL** BAD Product - not \"(string)\".\n" -" REF: Page 62, section 5.3.\n" +#, c-format +msgid "INFO: Sent print file, %lld bytes...\n" msgstr "" -" **** BŁĘDNE Product - nie jest \"(string)\".\n" -" REF: strona 62, sekcja 5.3.\n" -msgid " PASS Product\n" -msgstr " PASS Product\n" +#, c-format +msgid "INFO: Spooling LPR job, %.0f%% complete...\n" +msgstr "" -msgid "" -" **FAIL** REQUIRED Product\n" -" REF: Page 62, section 5.3.\n" +msgid "INFO: Unable to contact printer, queuing on next printer in class...\n" msgstr "" -" **ZAWIÓDŁ** WYMAGANE Product\n" -" REF: strona 62, sekcja 5.3.\n" -msgid "" -" **FAIL** BAD PSVersion - not \"(string) int\".\n" -" REF: Pages 62-64, section 5.3.\n" +msgid "INFO: Waiting for job to complete...\n" msgstr "" -" **ZAWIÓDŁ** BŁĘDNE PSVersion - nie jest \"(string) int\".\n" -" REF: strony 62-64, sekcja 5.3.\n" -msgid " PASS PSVersion\n" -msgstr " POWODZENIE PSVersion\n" +msgid "Illegal control character" +msgstr "Niedozwolony znak kontrolny" -msgid "" -" **FAIL** REQUIRED PSVersion\n" -" REF: Pages 62-64, section 5.3.\n" -msgstr "" -" **ZAWIÓDŁ** WYMAGANE PSVersion\n" -" REF: strony 62-64, sekcja 5.3.\n" +msgid "Illegal main keyword string" +msgstr "Niedozwolony główny łańcuch słowa kluczowego" -msgid "" -" **FAIL** BAD ShortNickName - longer than 31 chars.\n" -" REF: Pages 64-65, section 5.3.\n" +msgid "Illegal option keyword string" +msgstr "Niedozwolony łańcuch słowa kluczowego opcji" + +msgid "Illegal translation string" +msgstr "Niedozwolony łańcuch tłumaczenia" + +msgid "Illegal whitespace character" +msgstr "Niedozwolony biały znak" + +msgid "Ink/toner almost empty." msgstr "" -" **ZAWIÓDŁ** BŁĘDNE ShortNickName - dłuższe niż 31 znaków.\n" -" REF: strony 64-65, sekcja 5.3.\n" -msgid " PASS ShortNickName\n" -msgstr " POWODZENIE ShortNickName\n" +msgid "Ink/toner empty!" +msgstr "" -msgid "" -" **FAIL** REQUIRED ShortNickName\n" -" REF: Page 64-65, section 5.3.\n" +msgid "Ink/toner waste bin almost full." msgstr "" -" **ZAWIÓDŁ** WYMAGANE ShortNickName\n" -" REF: strony 64-65, sekcja 5.3.\n" -msgid "" -" **FAIL** BAD JobPatchFile attribute in file\n" -" REF: Page 24, section 3.4.\n" +msgid "Ink/toner waste bin full!" msgstr "" -" **ZAWIÓDŁ** BŁĘDNE JobPatchFile właściwość w pliku\n" -" REF: strona 24, sekcja 3.4.\n" -msgid "" -" **FAIL** REQUIRED PageSize\n" -" REF: Page 41, section 5.\n" -" REF: Page 99, section 5.14.\n" +msgid "Interlock open." msgstr "" -" **ZAWIÓDŁ** WYMAGANE PageSize\n" -" REF: strona 41, sekcja 5.\n" -" REF: strona 99, sekcja 5.14.\n" + +msgid "Internal error" +msgstr "Błąd wewnętrzny" + +msgid "JCL" +msgstr "JCL" #, c-format -msgid "" -" **FAIL** REQUIRED ImageableArea for PageSize %s\n" -" REF: Page 41, section 5.\n" -" REF: Page 102, section 5.15.\n" -msgstr "" -" **ZAWIÓDŁ** WYMAGANE ImageableArea for PageSize %s\n" -" REF: strona 41, sekcja 5.\n" -" REF: strona 102, sekcja 5.15.\n" +msgid "Job #%d cannot be restarted - no files!" +msgstr "Zadanie #%d nie może zostać ponownie uruchomione - brak plików!" #, c-format -msgid "" -" **FAIL** REQUIRED PaperDimension for PageSize %s\n" -" REF: Page 41, section 5.\n" -" REF: Page 103, section 5.15.\n" -msgstr "" -" **ZAWIÓDŁ** WYMAGANE PaperDimension dla PageSize %s\n" -" REF: strona 41, sekcja 5.\n" -" REF: strona 103, sekcja 5.15.\n" +msgid "Job #%d does not exist!" +msgstr "Zadanie #%d nie istnieje!" #, c-format -msgid "" -" **FAIL** Bad %s choice %s!\n" -" REF: Page 84, section 5.9\n" +msgid "Job #%d is already aborted - can't cancel." +msgstr "Zadanie #%d zostało już przerwane - nie można anulować." + +#, fuzzy, c-format +msgid "Job #%d is already canceled - can't cancel." +msgstr "Zadanie #%d zostało już anulowane - nie można anulować." + +#, c-format +msgid "Job #%d is already completed - can't cancel." +msgstr "Zadanie #%d zostało już zakończone - nie można anulować." + +#, c-format +msgid "Job #%d is finished and cannot be altered!" +msgstr "Zadanie #%d zostało zakończone i nie może zostać zmienione!" + +#, c-format +msgid "Job #%d is not complete!" +msgstr "Zadanie #%d nie zostało zakończone!" + +#, c-format +msgid "Job #%d is not held for authentication!" +msgstr "Zadanie #%d nie zostało wstrzymane do uwierzytelnienia!" + +#, c-format +msgid "Job #%d is not held!" +msgstr "Zadanie #%d nie zostało wstrzymane!" + +#, c-format +msgid "Job #%s does not exist!" +msgstr "Zadanie #%s nie istnieje!" + +#, c-format +msgid "Job %d not found!" +msgstr "Nie znaleziono zadania %d!" + +#, fuzzy +msgid "Job Completed" +msgstr "zakończone" + +msgid "Job Created" msgstr "" -" **ZAWIÓDŁ** Błędny %s wybór %s %s!\n" -" REF: strona 84, sekcja 5.9\n" -#, c-format -msgid "" -" **FAIL** REQUIRED %s does not define choice None!\n" -" REF: Page 122, section 5.17\n" -msgstr "" -" **ZAWIÓDŁ** WYMAGANE %s nie określa braku wyboru!\n" -" REF: Page 122, section 5.17\n" +#, fuzzy +msgid "Job Options Changed" +msgstr "Operacja zadania nie powiodła się:" + +#, fuzzy +msgid "Job Stopped" +msgstr "zatrzymane" + +msgid "Job is completed and cannot be changed." +msgstr "Zadanie zostało zakończone i nie może zostać zmienione." + +msgid "Job operation failed:" +msgstr "Operacja zadania nie powiodła się:" + +msgid "Job state cannot be changed." +msgstr "Stan zadania nie może zostać zmieniony." + +msgid "Job subscriptions cannot be renewed!" +msgstr "Subskrypcje zadania nie mogą zostać ponowione!" + +msgid "Jobs" +msgstr "Zadania" #, c-format -msgid "" -" **FAIL** Bad %s choice %s!\n" -" REF: Page 122, section 5.17\n" -msgstr "" -" **ZAWIÓDŁ** Błędny %s wybór %s!\n" -" REF: strona 122, sekcja 5.17\n" +msgid "Language \"%s\" not supported!" +msgstr "Język \"%s\" jest nieobsługiwany!" -msgid " PASS\n" -msgstr " POWODZENIE\n" +msgid "Line longer than the maximum allowed (255 characters)" +msgstr "Wiersz dłuższy niż maksymalnie dozwolony (255 znaków)" -#, c-format -msgid "" -" WARN Duplex option keyword %s should be named Duplex or " -"JCLDuplex!\n" -" REF: Page 122, section 5.17\n" -msgstr "" -" OSTRZEÅ»ENIE Nazwa słowa kluczowego dupleksu %s powinna być " -"nazwana Duplex lub JCLDuplex!\n" -" REF: strona 122, sekcja 5.17\n" +msgid "Media Size" +msgstr "Rozmiar nośnika" -msgid " WARN Default choices conflicting!\n" -msgstr " OSTRZEÅ»ENIE Konfliktowe domyślne wybory!\n" +msgid "Media Source" +msgstr "Źródło nośnika" -#, c-format -msgid "" -" WARN Obsolete PPD version %.1f!\n" -" REF: Page 42, section 5.2.\n" -msgstr "" -" OSTRZEÅ»ENIE Przestarzała wersja PPD %.1f!\n" -" REF: strona 42, sekcja 5.2.\n" +msgid "Media Type" +msgstr "Typ nośnika" -msgid "" -" WARN LanguageEncoding required by PPD 4.3 spec.\n" -" REF: Pages 56-57, section 5.3.\n" -msgstr "" -" OSTRZEÅ»ENIE LanguageEncoding jest wymagane przez specyfikację PPD " -"4.3.\n" -" REF: strony 56-57, sekcja 5.3.\n" +#, fuzzy +msgid "Media jam!" +msgstr "Typ nośnika" -msgid "" -" WARN Manufacturer required by PPD 4.3 spec.\n" -" REF: Pages 58-59, section 5.3.\n" +msgid "Media tray almost empty." msgstr "" -" OSTRZEÅ»ENIE Manufacturer jest wymagane przez specyfikację PPD " -"4.3.\n" -" REF: strony 58-59, sekcja 5.3.\n" -msgid "" -" WARN PCFileName longer than 8.3 in violation of PPD spec.\n" -" REF: Pages 61-62, section 5.3.\n" +msgid "Media tray empty!" msgstr "" -" OSTRZEÅ»ENIE PCFileName dłuższe niż 8.3 narusza specyfikację PPD.\n" -" REF: strony 61-62, sekcja 5.3.\n" -msgid "" -" WARN ShortNickName required by PPD 4.3 spec.\n" -" REF: Pages 64-65, section 5.3.\n" +msgid "Media tray missing!" msgstr "" -" OSTRZEÅ»ENIE ShortNickName jest wymagane przez specyfikację PPD " -"4.3.\n" -" REF: strony 64-65, sekcja 5.3.\n" -msgid "" -" WARN Protocols contains both PJL and BCP; expected TBCP.\n" -" REF: Pages 78-79, section 5.7.\n" +msgid "Media tray needs to be filled." msgstr "" -" OSTRZEÅ»ENIE Protokoły zawierają zarówno PJL jak i BCP, oczekiwano " -"TBCP.\n" -" REF: strony 78-79, sekcja 5.7.\n" -msgid "" -" WARN Protocols contains PJL but JCL attributes are not set.\n" -" REF: Pages 78-79, section 5.7.\n" -msgstr "" -" OSTRZEÅ»ENIE Protokoły zawierają PJL, ale właściwości JCL nie są " -"ustawione.\n" -" REF: strony 78-79, sekcja 5.7.\n" +msgid "Memory allocation error" +msgstr "Błąd przydziału pamięci" -#, c-format -msgid "" -" WARN %s shares a common prefix with %s\n" -" REF: Page 15, section 3.2.\n" -msgstr "" -" OSTRZEÅ»ENIE %s współdzieli wspólny przedrostek z %s %s\n" -" REF: strona 15, sekcja 3.2.\n" +msgid "Missing PPD-Adobe-4.x header" +msgstr "Brakujący nagłówek PPD-Adobe-4.x" -#, c-format -msgid " %d ERROR%s FOUND\n" -msgstr " ZNALEZIONO %d BŁĘDÓW%s\n" +msgid "Missing asterisk in column 1" +msgstr "Brakująca gwiazdka w kolumnie 1" -msgid " NO ERRORS FOUND\n" -msgstr " NIE ZNALEZIONO BŁĘDÓW\n" +#, fuzzy, c-format +msgid "Missing double quote on line %d!" +msgstr "Brakujący cudzysłów w wierszu %d!\n" -#, c-format -msgid "" -" WARN \"%s %s\" conflicts with \"%s %s\"\n" -" (constraint=\"%s %s %s %s\")\n" -msgstr "" -" OSTRZEÅ»ENIE \"%s %s\" jest w konflikcie z \"%s %s\"\n" -" (constraint=\"%s %s %s %s\")\n" +msgid "Missing form variable!" +msgstr "Brakująca zmienna formy!" -msgid "" -"Usage: cupstestppd [-q] [-r] [-v[v]] filename1.ppd[.gz] [... filenameN.ppd[." -"gz]]\n" -" program | cupstestppd [-q] [-r] [-v[v]] -\n" -msgstr "" -"Użycie: cupstestppd [-q] [-r] [-v[v]] nazwapliku1.ppd[.gz] [... nazwaplikuN." -"ppd[.gz]]\n" -" program | cupstestppd [-q] [-r] [-v[v]] -\n" +msgid "Missing notify-subscription-ids attribute!" +msgstr "Brakująca właściwość notify-subscription-ids!" -msgid "lpstat: Need \"completed\" or \"not-completed\" after -W!\n" -msgstr "lpstat: wymagane jest \"completed\" lub \"not-completed\" po -W!\n" +msgid "Missing requesting-user-name attribute!" +msgstr "Brakuje właściwości requesting-user-name!" -msgid "lpstat: The -b option requires a destination argument.\n" -msgstr "lpstat: opcja -b wymaga argumentu docelowego.\n" +msgid "Missing required attributes!" +msgstr "Brakuje wymaganych właściwości!" -msgid "Error: need hostname after '-h' option!\n" -msgstr "Błąd: wymagana jest nazwa komputera po opcji \"-h\"!\n" +#, fuzzy, c-format +msgid "Missing value on line %d!" +msgstr "Brakująca wartość w wierszu %d!\n" -#, c-format -msgid "lpstat: Unknown option '%c'!\n" -msgstr "lpstat: nieznana opcja \"%c\"!\n" +msgid "Missing value string" +msgstr "Brakujący łańcuch wartości" #, c-format -msgid "lpstat: Invalid destination name in list \"%s\"!\n" -msgstr "lpstat: nieprawidłowa nazwa celu na liście \"%s\"!\n" +msgid "" +"Model: name = %s\n" +" natural_language = %s\n" +" make-and-model = %s\n" +" device-id = %s\n" +msgstr "" +"Model: name = %s\n" +" natural_language = %s\n" +" make-and-model = %s\n" +" device-id = %s\n" -#, c-format -msgid "lpstat: Unknown destination \"%s\"!\n" -msgstr "lpstat: nieznany cel \"%s\"!\n" +msgid "Modify Class" +msgstr "Zmodyfikuj klasę" -#, c-format -msgid "lpstat: Unable to connect to server %s on port %d: %s\n" -msgstr "lpstat: nie można połączyć się z serwerem %s na porcie %d: %s\n" +msgid "Modify Printer" +msgstr "Zmodyfikuj drukarkę" -#, c-format -msgid "lpstat: get-printers failed: %s\n" -msgstr "lpstat: get-printers nie powiodło się: %s\n" +msgid "Move All Jobs" +msgstr "Przenieś wszystkie zadania" -#, c-format -msgid "%s accepting requests since Jan 01 00:00\n" -msgstr "%s zaakceptowanych żądań od stycznia 01 00:00" +msgid "Move Job" +msgstr "Przenieś zadanie" #, c-format -msgid "" -"%s not accepting requests since Jan 01 00:00 -\n" -"\t%s\n" +msgid "NOTICE: Print file accepted - job ID %d.\n" msgstr "" -"%s nie zaakceptowanych żądań od stycznia 01 00:00 -\n" -"\t%s\n" - -#, c-format -msgid "%s/%s accepting requests since Jan 01 00:00\n" -msgstr "%s/%s zaakceptowanych żądań od stycznia 01 00:00\n" -#, c-format -msgid "" -"%s/%s not accepting requests since Jan 01 00:00 -\n" -"\t%s\n" +msgid "NOTICE: Print file accepted - job ID unknown.\n" msgstr "" -"%s/%s nie zaakceptowanych żądań od stycznia 01 00:00 -\n" -"\t%s\n" -#, c-format -msgid "lpstat: get-classes failed: %s\n" -msgstr "lpstat: get-classes nie powiodło się: %s\n" +msgid "NULL PPD file pointer" +msgstr "PUSTY wskaźnik pliku PPD" -#, c-format -msgid "members of class %s:\n" -msgstr "elementy klasy %s:\n" +msgid "No" +msgstr "Nie" -#, c-format -msgid "system default destination: %s/%s\n" -msgstr "domyślny cel systemowy: %s/%s\n" +msgid "No Windows printer drivers are installed!" +msgstr "Brak zainstalowanych sterowników drukarek!" #, c-format -msgid "system default destination: %s\n" -msgstr "domyślny cel systemowy: %s\n" +msgid "No active jobs on %s!" +msgstr "Brak aktywnych zadań na %s!" -#, c-format -msgid "" -"lpstat: error - %s environment variable names non-existent destination \"%s" -"\"!\n" -msgstr "" -"lpstat: błąd - %s nazw zmiennych środowiskowych z nieistniejącym celem \"%s" -"\"!\n" +msgid "No attributes in request!" +msgstr "Brak właściwości w żądaniu!" -msgid "no system default destination\n" -msgstr "brak domyślnego celu systemowego\n" +msgid "No authentication information provided!" +msgstr "Nie dostarczono informacji o uwierzytelnianiu!" -#, c-format -msgid "Output for printer %s is sent to remote printer %s on %s\n" -msgstr "Wyjście dla drukarki % zostało wysłane do zdalnej drukarki %s na %s\n" +msgid "No default printer" +msgstr "Brak domyślnej drukarki" -#, c-format -msgid "Output for printer %s is sent to %s\n" -msgstr "Wyjście dla drukarki % zostało wysłane do %s\n" +msgid "No destinations added." +msgstr "Nie dodano celów." -#, c-format -msgid "Output for printer %s/%s is sent to remote printer %s on %s\n" -msgstr "" -"Wyjście dla drukarki %/%s zostało wysłane do zdalnej drukarki %s na %s\n" +msgid "No file!?!" +msgstr "Brak pliku?!?" -#, c-format -msgid "Output for printer %s/%s is sent to %s\n" -msgstr "Wyjście dla drukarki %/%s zostało wysłane do %s\n" +msgid "No subscription attributes in request!" +msgstr "Brak właściwości subskrypcji w żądaniu!" -#, c-format -msgid "device for %s: %s\n" -msgstr "urządzenie dla %s: %s\n" +msgid "No subscriptions found." +msgstr "Nie znaleziono subskrypcji." -#, c-format -msgid "device for %s/%s: %s\n" -msgstr "urządzenie dla %s/%s: %s\n" +msgid "None" +msgstr "Brak" -#, c-format -msgid "lpstat: get-jobs failed: %s\n" -msgstr "lpstat: get-jobs nie powiodło się: %s\n" +msgid "OK" +msgstr "OK" -#, c-format -msgid "\tqueued for %s\n" -msgstr "\tzakolejkowane dla%s\n" +msgid "OPC almost at end-of-life." +msgstr "" -#, c-format -msgid "printer %s is idle. enabled since %s\n" -msgstr "drukarka %s jest bezczynna. włączona od %s\n" +msgid "OPC at end-of-life!" +msgstr "" -#, c-format -msgid "printer %s now printing %s-%d. enabled since %s\n" -msgstr "drukarka %s drukuje teraz %s-%d. włączona od %s\n" +msgid "OpenGroup without a CloseGroup first" +msgstr "OpenGroup najpierw bez CloseGroup" -#, c-format -msgid "printer %s disabled since %s -\n" -msgstr "drukarka %s jest wyłączona od %s -\n" +msgid "OpenUI/JCLOpenUI without a CloseUI/JCLCloseUI first" +msgstr "OpenUI/JCLOpenUI najpierw bez CloseUI/JCLCloseUI" -msgid "\treason unknown\n" -msgstr "\tnieznana przyczyna\n" +msgid "Operation Policy" +msgstr "Polityka operacji" + +msgid "Options Installed" +msgstr "Zainstalowane opcje" -msgid "" -"\tForm mounted:\n" -"\tContent types: any\n" -"\tPrinter types: unknown\n" +msgid "Out of toner!" msgstr "" -"\tZamontowana od:\n" -"\tTypy zawartości: każde\n" -"\tTypy drukarek: nieznane\n" - -#, c-format -msgid "\tDescription: %s\n" -msgstr "\tOpis: %s\n" -msgid "\tAlerts:" -msgstr "\tAlarmy:" +msgid "Output Mode" +msgstr "Tryb wyjścia" -#, c-format -msgid "\tLocation: %s\n" -msgstr "\tPołożenie: %s\n" +msgid "Output bin almost full." +msgstr "" -msgid "\tConnection: remote\n" -msgstr "\tPołączenie: zdalne\n" +msgid "Output bin full!" +msgstr "" #, c-format -msgid "\tInterface: %s.ppd\n" -msgstr "\tInterfejs: %s.ppd\n" +msgid "Output for printer %s is sent to %s\n" +msgstr "Wyjście dla drukarki % zostało wysłane do %s\n" -msgid "\tConnection: direct\n" -msgstr "\tPołączenie: bezpośrednie\n" +#, c-format +msgid "Output for printer %s is sent to remote printer %s on %s\n" +msgstr "Wyjście dla drukarki % zostało wysłane do zdalnej drukarki %s na %s\n" #, c-format -msgid "\tInterface: %s/interfaces/%s\n" -msgstr "\tInterfejs: %s/interfejsy/%s\n" +msgid "Output for printer %s/%s is sent to %s\n" +msgstr "Wyjście dla drukarki %/%s zostało wysłane do %s\n" #, c-format -msgid "\tInterface: %s/ppd/%s.ppd\n" -msgstr "\tInterfejs: %s/ppd/%s.ppd\n" +msgid "Output for printer %s/%s is sent to remote printer %s on %s\n" +msgstr "" +"Wyjście dla drukarki %/%s zostało wysłane do zdalnej drukarki %s na %s\n" -msgid "\tOn fault: no alert\n" -msgstr "\tPrzy niepowodzeniu: brak alarmu\n" +msgid "Output tray missing!" +msgstr "" -msgid "\tAfter fault: continue\n" -msgstr "\tPo niepowodzeniu: kontynuuj\n" +msgid "PASS\n" +msgstr "POWODZENIE\n" -msgid "\tUsers allowed:\n" -msgstr "\tZezwoleni użytkownicy:\n" +msgid "PS Binary Protocol" +msgstr "Binarny protokół PS" -msgid "\tUsers denied:\n" -msgstr "\tZabronieni użytkownicy:\n" +#, c-format +msgid "Password for %s on %s? " +msgstr "" -msgid "\t\t(all)\n" -msgstr "\t\t(wszystko)\n" +#, c-format +msgid "Password for %s required to access %s via SAMBA: " +msgstr "Wymagane jest hasło dla %s, aby uzyskać dostęp do %s przez Sambę: " -msgid "\tForms allowed:\n" -msgstr "\tZezwolone formy:\n" +msgid "Policies" +msgstr "Polityki" -msgid "\t\t(none)\n" -msgstr "\t\t(brak)\n" +msgid "Print Job:" +msgstr "Zadanie drukowania:" -msgid "\tBanner required\n" -msgstr "\tBanner jest wymagany\n" +msgid "Print Test Page" +msgstr "Wypróbuj stronę próbną" -msgid "\tCharset sets:\n" -msgstr "\tZestawy znaków:\n" +#, fuzzy +msgid "Printer Added" +msgstr "Drukarka" -msgid "\tDefault pitch:\n" -msgstr "\tDomyślny stopień:\n" +#, fuzzy +msgid "Printer Deleted" +msgstr "Drukarka nie jest współdzielona!" -msgid "\tDefault page size:\n" -msgstr "\tDomyślny rozmiar strony:\n" +msgid "Printer Maintenance" +msgstr "Konserwacja drukarki" -msgid "\tDefault port settings:\n" -msgstr "\tDomyślne ustawienia portu:\n" +#, fuzzy +msgid "Printer Modified" +msgstr "Konserwacja drukarki" -#, c-format -msgid "printer %s/%s is idle. enabled since %s\n" -msgstr "drkarka %s/%s jest bezczynna. włączona od %s\n" +#, fuzzy +msgid "Printer Stopped" +msgstr "Drukarka nie jest współdzielona!" -#, c-format -msgid "printer %s/%s now printing %s-%d. enabled since %s\n" -msgstr "drukarka %s/%s drukuje teraz %s-%d. włączona od %s\n" +#, fuzzy +msgid "Printer off-line." +msgstr "Konserwacja drukarki" -#, c-format -msgid "printer %s/%s disabled since %s -\n" -msgstr "drukarka %s/%s jest wyłączona od %s -\n" +msgid "Printer:" +msgstr "Drukarka:" -msgid "scheduler is running\n" -msgstr "planista jest uruchomiony\n" +msgid "Printers" +msgstr "Drukarki" -msgid "scheduler is not running\n" -msgstr "planista nie jest uruchomiony" +msgid "Purge Jobs" +msgstr "Wyczyść zadania" -#, c-format -msgid "lpadmin: Unable to connect to server: %s\n" -msgstr "lpadmin: nie można połączyć się do serwera: %s\n" +msgid "Quota limit reached." +msgstr "Przekroczono limit Quoty." -msgid "" -"lpadmin: Unable to add a printer to the class:\n" -" You must specify a printer name first!\n" +msgid "Rank Owner Job File(s) Total Size\n" msgstr "" -"lpadmin: nie można dodać drukarki do klasy:\n" -" Najpierw musi zostać określona nazwa drukarki!\n" +"Kolejka Właściciel Zadanie Pliki Całkowity " +"rozmiar\n" -msgid "lpadmin: Expected class name after '-c' option!\n" -msgstr "lpadmin: oczekiwana nazwa klasy po opcji \"-c\"!\n" +msgid "" +"Rank Owner Pri Job Files Total Size\n" +msgstr "" +"Kolejka Właściciel Drukowanie Zadanie " +"Pliki Całkowity rozmiar\n" -msgid "lpadmin: Class name can only contain printable characters!\n" -msgstr "lpadmin: nazwa klasy może zawierać tylko drukowalne znaki!\n" +msgid "Reject Jobs" +msgstr "Odrzuć zadania" -msgid "lpadmin: Expected printer name after '-d' option!\n" -msgstr "lpadmin: oczekiwana nazw drukarki po opcji \"-d\"!\n" +msgid "Resolution" +msgstr "Rozdzielczość" -msgid "lpadmin: Printer name can only contain printable characters!\n" -msgstr "lpadmin: nazwa drukaki może zawierać tylko drukowalne znaki!\n" +#, c-format +msgid "Running command: %s %s -N -A %s -c '%s'\n" +msgstr "Uruchamianie poleceń: %s %s -N -A %s -c \"%s\"\n" -msgid "lpadmin: Expected hostname after '-h' option!\n" -msgstr "lpadmin: oczekiwana nazwa komputera po opcji \"-h\"!\n" +msgid "Server Restarted" +msgstr "" -msgid "" -"lpadmin: Unable to set the interface script:\n" -" You must specify a printer name first!\n" +msgid "Server Security Auditing" msgstr "" -"lpadmin: nie można ustawić skryptu interfejsu:\n" -" Najpierw musi zostać określona nazwa drukarki!\n" -msgid "lpadmin: Expected interface after '-i' option!\n" -msgstr "lpadmin: oczekiwany interfejs po opcji \"-i\"!\n" +msgid "Server Started" +msgstr "" -msgid "" -"lpadmin: Unable to set the interface script or PPD file:\n" -" You must specify a printer name first!\n" +msgid "Server Stopped" msgstr "" -"lpadmin: nie można ustawić skrypt interfejsu lub pliku PPD:\n" -" Najpierw musi zostać określona nazwa drukarki!\n" -msgid "lpadmin: Expected model after '-m' option!\n" -msgstr "lpadmin: oczekiwany model po opcji \"-m\"!\n" +msgid "Set Allowed Users" +msgstr "Ustaw zezwolonych użytkowników" -msgid "lpadmin: Expected name=value after '-o' option!\n" -msgstr "lpadmin: oczekiwana nazwa=wartość po opcji \"-o\"!\n" +msgid "Set As Default" +msgstr "Ustaw jako domyślną" -msgid "lpadmin: Expected printer after '-p' option!\n" -msgstr "lpadmin: oczekiwana drukarka po opcji \"-p\"!\n" +msgid "Set Printer Options" +msgstr "Ustaw opcje drukarki" -msgid "" -"lpadmin: Unable to remove a printer from the class:\n" -" You must specify a printer name first!\n" -msgstr "" -"lpadmin: nie można usunąć drukarki z klasy:\n" -" Najpierw musi zostać określona nazwa drukarki!\n" +msgid "Set Publishing" +msgstr "Ustaw publikowanie" -msgid "lpadmin: Expected class after '-r' option!\n" -msgstr "lpadmin: oczekiwana klasa po opcji \"-r\"!\n" +msgid "Start Class" +msgstr "Uruchom klasę" -msgid "lpadmin: Expected allow/deny:userlist after '-u' option!\n" -msgstr "lpadmin: oczekiwane allow/deny:userlist po opcji \"-u\"!\n" +msgid "Start Printer" +msgstr "Uruchom drukarkę" -#, c-format -msgid "lpadmin: Unknown allow/deny option \"%s\"!\n" -msgstr "lpadmin: nieznana opcja zezwól/zabroń \"%s\"!\n" +msgid "Starting Banner" +msgstr "Uruchamianie bannerów" + +msgid "Stop Class" +msgstr "Zatrzymaj klasę" + +msgid "Stop Printer" +msgstr "Zatrzymaj drukarkę" msgid "" -"lpadmin: Unable to set the device URI:\n" -" You must specify a printer name first!\n" +"The class name may only contain up to 127 printable characters and may not " +"contain spaces, slashes (/), or the pound sign (#)." msgstr "" -"lpadmin: nie można ustawić URI urządzenia:\n" -" Najpierw musi zostać określona nazwa drukarki!\n" +"Nazwa klasy może zawierać tylko do 127 drukowalnych znaków i nie może " +"zawierać spacji, ukośników (/) lub znaku #." -msgid "lpadmin: Expected device URI after '-v' option!\n" -msgstr "lpadmin: oczekiwane URI urządzenia po opcji \"-v\"!\n" +msgid "" +"The notify-lease-duration attribute cannot be used with job subscriptions." +msgstr "" +"Właściwość notify-lease-duration nie może być używana z subskrypcjami zadań." -msgid "lpadmin: Expected printer or class after '-x' option!\n" -msgstr "lpadmin: oczekiwana drukarka lub klasa po opcji \"-x\"!\n" +#, c-format +msgid "The notify-user-data value is too large (%d > 63 octets)!" +msgstr "Wartość notify-user-data jest za duża (%d > 63 oktety)!" msgid "" -"lpadmin: Unable to set the printer description:\n" -" You must specify a printer name first!\n" +"The printer name may only contain up to 127 printable characters and may not " +"contain spaces, slashes (/), or the pound sign (#)." msgstr "" -"lpadmin: Unable to set the printer description:\n" -" Najpierw musi zostać określona nazwa drukarki!\n" +"Nazwa drukarki może zawierać tylko do 127 drukowalnych znaków i nie może " +"zawierać spacji, ukośników (/) lub znaku #." -msgid "lpadmin: Expected description after '-D' option!\n" -msgstr "lpadmin: oczekiwany opis po pocji \"-D\"!\n" +msgid "The printer or class is not shared!" +msgstr "Drukarka lub klasa nie jest współdzielona!" -msgid "lpadmin: Expected file type(s) after '-I' option!\n" -msgstr "lpadmin: oczekiwane typy plików po opcji \"-I\"!\n" +msgid "The printer or class was not found." +msgstr "Drukarka lub klasa nie została znaleziona." -msgid "lpadmin: Warning - content type list ignored!\n" -msgstr "lpadmin: ostrzeżenie - lista typów zawartości została zignorowana!\n" +#, c-format +msgid "The printer-uri \"%s\" contains invalid characters." +msgstr "printer-uri \"%s\" zawiera nieprawidłowe znaki." + +msgid "The printer-uri attribute is required!" +msgstr "Wymagana jest właściwość printer-uri!" msgid "" -"lpadmin: Unable to set the printer location:\n" -" You must specify a printer name first!\n" +"The printer-uri must be of the form \"ipp://HOSTNAME/classes/CLASSNAME\"." msgstr "" -"lpadmin: nie można ustawić położenia drukarki:\n" -" Najpierw musi zostać określona nazwa drukarki!\n" +"printer-uri musi być w formie \"ipp://NAZWAKOMPUTERA/classes/NAZWAKLASY\"." -msgid "lpadmin: Expected location after '-L' option!\n" -msgstr "lpadmin: oczekiwane położenie po opcji \"-L\"!\n" +msgid "" +"The printer-uri must be of the form \"ipp://HOSTNAME/printers/PRINTERNAME\"." +msgstr "" +"printer-uri musi być w formie \"ipp://NAZWAKOMPUTERA/printers/NAZWADRUKARKI" +"\"." +#, fuzzy msgid "" -"lpadmin: Unable to set the PPD file:\n" -" You must specify a printer name first!\n" +"The subscription name may not contain spaces, slashes (/), question marks " +"(?), or the pound sign (#)." msgstr "" -"lpadmin: nie można ustawić pliku PPD:\n" -" Najpierw musi zostać określona nazwa drukarki!\n" +"Nazwa klasy może zawierać tylko do 127 drukowalnych znaków i nie może " +"zawierać spacji, ukośników (/) lub znaku #." -msgid "lpadmin: Expected PPD after '-P' option!\n" -msgstr "lpadmin: oczekiwany PPD po opcji \"-P\"!\n" +msgid "Toner low." +msgstr "" -#, c-format -msgid "lpadmin: Unknown option '%c'!\n" -msgstr "lpadmin: nieznana opcja \"%c\"!\n" +msgid "Too many active jobs." +msgstr "Za dużo aktywnych zadań." -#, c-format -msgid "lpadmin: Unknown argument '%s'!\n" -msgstr "lpadmin: nieznany argument \"%s\"!\n" +msgid "Unable to access cupsd.conf file:" +msgstr "Nie można uzyskać dostępu do pliku cupsd.conf:" -msgid "" -"lpadmin: Unable to set the printer options:\n" -" You must specify a printer name first!\n" -msgstr "" -"lpadmin: nie można ustawić opcji drukarki:\n" -" Najpierw musi zostać określona nazwa drukarki!\n" +#, fuzzy +msgid "Unable to add RSS subscription:" +msgstr "Nie można dodać drukarki:" -msgid "" -"Usage:\n" -"\n" -" lpadmin [-h server] -d destination\n" -" lpadmin [-h server] -x destination\n" -" lpadmin [-h server] -p printer [-c add-class] [-i interface] [-m model]\n" -" [-r remove-class] [-v device] [-D description]\n" -" [-P ppd-file] [-o name=value]\n" -" [-u allow:user,user] [-u deny:user,user]\n" -"\n" -msgstr "" -"Użycie:\n" -"\n" -" lpadmin [-h serwer] -d cel\n" -" lpadmin [-h serwer] -x cel\n" -" lpadmin [-h serwer] -p drukarka [-c dodaj-klasę] [-i interfejs] [-m " -"model]\n" -" [-r usuń-klasę] [-v urządzenie] [-D opis]\n" -" [-P plik-ppd] [-o nazwa=wartość]\n" -" [-u zezwól:użytkownik,użytkownik] [-u zabroń:" -"użytkownik,użytkownik]\n" -"\n" +msgid "Unable to add class:" +msgstr "Nie można dodać klasy:" #, c-format -msgid "lpadmin: Unable to create temporary file: %s\n" -msgstr "lpadmin: nie można utworzyć pliku tymczasowego: %s\n" +msgid "Unable to add job for destination \"%s\"!" +msgstr "Nie można dodać zadania do celu \"%s\"!" -#, c-format -msgid "lpadmin: Unable to open file \"%s\": %s\n" -msgstr "lpadmin: nie można otworzyć pliku \"%s\": %s\n" +msgid "Unable to add printer:" +msgstr "Nie można dodać drukarki:" -#, c-format -msgid "lpadmin: add-printer (set model) failed: %s\n" -msgstr "lpadmin: add-printer (ustawienie modelu) nie powiodło się: %s\n" +msgid "Unable to allocate memory for file types!" +msgstr "Nie można przydzielić pamięci dla typów plików!" + +#, fuzzy +msgid "Unable to cancel RSS subscription:" +msgstr "Nie można zmienić drukarki:" + +msgid "Unable to change printer-is-shared attribute:" +msgstr "Nie można zmienić właściwości printer-is-shared:" + +msgid "Unable to change printer:" +msgstr "Nie można zmienić drukarki:" + +msgid "Unable to change server settings:" +msgstr "Nie można zmienić ustawień serwera:" #, c-format -msgid "lpadmin: add-printer (set description) failed: %s\n" -msgstr "lpadmin: add-printer (ustawienie opisu) nie powiodło się: %s\n" +msgid "Unable to copy CUPS printer driver files (%d)!" +msgstr "Nie można skopiować plików sterowników drukarek CUPS (%d)!" #, c-format -msgid "lpadmin: add-printer (set location) failed: %s\n" -msgstr "lpadmin: add-printer (ustawienie położenia) nie powiodło się: %s\n" +msgid "Unable to copy PPD file - %s!" +msgstr "Nie można skopiować pliku PPD - %s!" + +msgid "Unable to copy PPD file!" +msgstr "Nie można skopiować pliku PPD!" #, c-format -msgid "lpadmin: Unable to create temporary file - %s\n" -msgstr "lpadmin: nie można utworzyć pliku tymczasowego - %s\n" +msgid "Unable to copy Windows 2000 printer driver files (%d)!" +msgstr "Nie można skopiować plików sterowników drukarek Windows 2000 (%d)!" #, c-format -msgid "lpadmin: Unable to open PPD file \"%s\" - %s\n" -msgstr "lpadmin: nie można utworzyć pliku PPD \"%s\" - %s\n" +msgid "Unable to copy Windows 9x printer driver files (%d)!" +msgstr "Nie można skopiować plików sterowników drukarek Windows 9x (%d)!" #, c-format -msgid "lpadmin: %s failed: %s\n" -msgstr "lpadmin: %s nie powiodło się: %s\n" +msgid "Unable to copy interface script - %s!" +msgstr "Nie można skopiować skryptu interfejsu - %s!" -msgid "lp: Expected destination after -d option!\n" -msgstr "lp: oczekiwany cel po opcji -d!\n" +msgid "Unable to create temporary file:" +msgstr "Nie można utworzyć pliku tymczasowego:" -msgid "lp: Expected form after -f option!\n" -msgstr "lp: oczekiwana forma po opcji -f!\n" +msgid "Unable to delete class:" +msgstr "Nie można usunąć klasy:" -msgid "lp: Expected hostname after -h option!\n" -msgstr "lp: oczekiwana nazwa komputera po opcji -h!\n" +msgid "Unable to delete printer:" +msgstr "Nie można usunąć drukarki:" -msgid "lp: Expected job ID after -i option!\n" -msgstr "lp: oczekiwany ID zadania po opcji -i!\n" +msgid "Unable to edit cupsd.conf files larger than 1MB!" +msgstr "Nie można modyfikować plików cupsd.conf dłuższych niż 1MB!" -msgid "lp: Error - cannot print files and alter jobs simultaneously!\n" -msgstr "" -"lp: błąd - nie można jednocześnie drukować plików i zmieniać zadania!\n" +msgid "Unable to find destination for job!" +msgstr "Nie można znaleźć celu dla zadania!" -msgid "lp: Error - bad job ID!\n" -msgstr "lp: błąd - błędne ID zadania!\n" +msgid "Unable to get PPD file!" +msgstr "Nie można uzyskać pliku PPD!" -msgid "lp: Expected copies after -n option!\n" -msgstr "lp: oczekiwane kopie po opcji -n!\n" +msgid "Unable to get class list:" +msgstr "Nie można uzyskać listy klas:" -msgid "lp: Expected option string after -o option!\n" -msgstr "lp: oczekiwany łańcuch opcji po opcji -o!\n" +msgid "Unable to get class status:" +msgstr "Nie można uzyskać stanu klasy:" -#, c-format -msgid "lp: Expected priority after -%c option!\n" -msgstr "lp: oczekiwany priorytet po opcji -%c!\n" +msgid "Unable to get list of printer drivers:" +msgstr "Nie można uzyskać listy sterowników drukarek:" + +msgid "Unable to get printer attributes:" +msgstr "Nie można uzyskać właściwości drukarki:" + +msgid "Unable to get printer list:" +msgstr "Nie można uzyskać listy drukarek:" -msgid "lp: Priority must be between 1 and 100.\n" -msgstr "lp: priorytet musi być między 1 a 100.\n" +msgid "Unable to get printer status:" +msgstr "Nie można uzyskać stanu drukarki:" + +#, c-format +msgid "Unable to install Windows 2000 printer driver files (%d)!" +msgstr "Nie można zainstalować plików sterowników drukarek Windows 2000 (%d)!" -msgid "lp: Expected title after -t option!\n" -msgstr "lp: oczekiwany tytuł po opcji -t!\n" +#, c-format +msgid "Unable to install Windows 9x printer driver files (%d)!" +msgstr "Nie można zainstalować plików sterowników drukarek Windows 9x (%d)!" -msgid "lp: Expected mode list after -y option!\n" -msgstr "lp: oczekiwana lista trybów po opcji -y!\n" +msgid "Unable to modify class:" +msgstr "Nie można zmodyfikować klasy:" -msgid "lp: Warning - mode option ignored!\n" -msgstr "lp: ostrzeżenie - opcja trybu została zignorowana!\n" +msgid "Unable to modify printer:" +msgstr "Nie można zmodyfikować drukarki:" -msgid "lp: Expected hold name after -H option!\n" -msgstr "lp: oczekiwana wstrzymana nazwa po opcji -H!\n" +msgid "Unable to move job" +msgstr "Nie można przenieść zadania" -msgid "lp: Need job ID (-i) before \"-H restart\"!\n" -msgstr "lp: wymagany ID zadania (-) przed \"-H restart\"!\n" +msgid "Unable to move jobs" +msgstr "Nie można przenieść zadań" -msgid "lp: Expected page list after -P option!\n" -msgstr "lp: oczekiwana lista stron po opcji -P!\n" +msgid "Unable to open PPD file" +msgstr "Nie można otworzyć pliku PPD" -msgid "lp: Expected character set after -S option!\n" -msgstr "lp: oczekiwany zestaw znaków po opcji -S!\n" +msgid "Unable to open PPD file:" +msgstr "Nie można otworzyć pliku PPD:" -msgid "lp: Warning - character set option ignored!\n" -msgstr "lp: ostrzeżenie - opcja zestawu znaków została zignorowana!\n" +msgid "Unable to open cupsd.conf file:" +msgstr "Nie można otworzyć pliku cupsd.conf:" -msgid "lp: Expected content type after -T option!\n" -msgstr "lp: oczekiwany typ zawartości po opcji -T!\n" +msgid "Unable to print test page:" +msgstr "Nie można wydrukować strony testowej:" -msgid "lp: Warning - content type option ignored!\n" -msgstr "lp: ostrzeżenie - opcja typu zawartości została zignorowana!\n" +#, fuzzy, c-format +msgid "Unable to run \"%s\": %s\n" +msgstr "cupsaddsmb: nie można uruchomić \"%s\": %s\n" -#, c-format -msgid "lp: Unknown option '%c'!\n" -msgstr "lp: nieznana opcja \"%c\"!\n" +msgid "Unable to send maintenance job:" +msgstr "Nie można wysłać zadania konserwacji:" -msgid "" -"lp: Error - cannot print from stdin if files or a job ID are provided!\n" -msgstr "" -"lp: błąd - nie można drukować ze standardowego wejścia, jeśli dostarczone są " -"pliki lub ID zadania!\n" +#, fuzzy, c-format +msgid "Unable to set Windows printer driver (%d)!" +msgstr "Nie można ustawić sterownika drukarki Windows (%d)!\n" -#, c-format -msgid "lp: Unable to access \"%s\" - %s\n" -msgstr "lp: nie można uzyskać dostępu do \"%s\" - %s\n" +msgid "Unable to set options:" +msgstr "Nie można ustawić opcji:" -#, c-format -msgid "lp: Too many files - \"%s\"\n" -msgstr "lp: za dużo plików - \"%s\"\n" +msgid "Unable to upload cupsd.conf file:" +msgstr "Nie można wysłać pliku cupsd.conf:" -msgid "lp: error - no default destination available.\n" -msgstr "lp: błąd - brak dostępnego domyślnego celu.\n" +msgid "Unknown" +msgstr "Nieznane" -msgid "lp: error - scheduler not responding!\n" -msgstr "lp: błąd - planista nie odpowiada!\n" +#, fuzzy, c-format +msgid "Unknown printer error (%s)!" +msgstr "Nieznane \"%s\" printer-error-polic!" #, c-format -msgid "lp: unable to create temporary file \"%s\" - %s\n" -msgstr "lp: nie można utworzyć pliku tymczasowego \"%s\" - %s\n" +msgid "Unknown printer-error-policy \"%s\"." +msgstr "Nieznane \"%s\" printer-error-polic!" #, c-format -msgid "lp: error - unable to write to temporary file \"%s\" - %s\n" -msgstr "lp: błąd - nie można zapisać do pliku tymczasowego \"%s\" - %s\n" - -msgid "lp: stdin is empty, so no job has been sent.\n" -msgstr "" -"lp: standardowe wejście jest puste, więc żadne zadanie nie zostało wysłane.\n" +msgid "Unknown printer-op-policy \"%s\"." +msgstr "Nieznane \"%s\" printer-op-policy." #, c-format -msgid "lp: unable to print file: %s\n" -msgstr "lp: nie można wydrukować pliku: %s\n" +msgid "Unsupported compression \"%s\"!" +msgstr "Nieobsługiwana kompresja \"%s\"!" #, c-format -msgid "request id is %s-%d (%d file(s))\n" -msgstr "ID żądania to %s-%d (%d plików)\n" +msgid "Unsupported compression attribute %s!" +msgstr "Nieobsługiwana wartość kompresji %s!" #, c-format -msgid "lp: restart-job failed: %s\n" -msgstr "lp: restart-job nie powiodło się: %s\n" +msgid "Unsupported format \"%s\"!" +msgstr "Nieobsługiwany format \"%s\"!" #, c-format -msgid "lp: set-job-attributes failed: %s\n" -msgstr "lp: set-job-attributes nie powiodło się: %s\n" +msgid "Unsupported format '%s'!" +msgstr "Nieobsługiwany format \"%s\"!" #, c-format -msgid "lpinfo: Unable to connect to server: %s\n" -msgstr "lpinfo: nie można połączyć się do serwera: %s\n" +msgid "Unsupported format '%s/%s'!" +msgstr "Nieobsługiwany format \"%s/%s\"!" -#, c-format -msgid "lpinfo: Unknown option '%c'!\n" -msgstr "lpinfo: nieznana opcja \"%c\"!\n" +msgid "" +"Usage:\n" +"\n" +" lpadmin [-h server] -d destination\n" +" lpadmin [-h server] -x destination\n" +" lpadmin [-h server] -p printer [-c add-class] [-i interface] [-m model]\n" +" [-r remove-class] [-v device] [-D description]\n" +" [-P ppd-file] [-o name=value]\n" +" [-u allow:user,user] [-u deny:user,user]\n" +"\n" +msgstr "" +"Użycie:\n" +"\n" +" lpadmin [-h serwer] -d cel\n" +" lpadmin [-h serwer] -x cel\n" +" lpadmin [-h serwer] -p drukarka [-c dodaj-klasę] [-i interfejs] [-m " +"model]\n" +" [-r usuń-klasę] [-v urządzenie] [-D opis]\n" +" [-P plik-ppd] [-o nazwa=wartość]\n" +" [-u zezwól:użytkownik,użytkownik] [-u zabroń:" +"użytkownik,użytkownik]\n" +"\n" #, c-format -msgid "lpinfo: Unknown argument '%s'!\n" -msgstr "lpinfo: nieznany argument \"%s\"!\n" +msgid "Usage: %s job-id user title copies options [file]\n" +msgstr "" #, c-format -msgid "lpinfo: cups-get-devices failed: %s\n" -msgstr "lpinfo: cups-get-devices nie powiodło się: %s\n" +msgid "Usage: %s job-id user title copies options file\n" +msgstr "" + +msgid "" +"Usage: cupsaddsmb [options] printer1 ... printerN\n" +" cupsaddsmb [options] -a\n" +"\n" +"Options:\n" +" -E Encrypt the connection to the server\n" +" -H samba-server Use the named SAMBA server\n" +" -U samba-user Authenticate using the named SAMBA user\n" +" -a Export all printers\n" +" -h cups-server Use the named CUPS server\n" +" -v Be verbose (show commands)\n" +msgstr "" +"Użycie: cupsaddsmb [opcje] drukarka1 ... drukarkaN\n" +" cupsaddsmb [opcje] -a\n" +"\n" +"Opcje:\n" +" -H serwer-samby Używa nazwanego serwera Samby\n" +" -U użytkownik-samby Uwierzytelnia używając nazwanego użytkownika Samby\n" +" -a Eksportuje wszystkie drukarki\n" +" -h serwer-cups Używa nazwanego serwera CUPS\n" +" -v (wyświetla polecenia)\n" + +msgid "" +"Usage: cupsd [-c config-file] [-f] [-F] [-h] [-l]\n" +"\n" +"-c config-file Load alternate configuration file\n" +"-f Run in the foreground\n" +"-F Run in the foreground but detach\n" +"-h Show this usage message\n" +"-l Run cupsd from launchd(8)\n" +msgstr "" +"Użycie: cupsd [-c plik-konfiguracji] [-f] [-F] [-h] [-l]\n" +"\n" +"-c plik-konfiguracji Wczytuje alternatywny plik konfiguracji\n" +"-f Uruchamia na przednim planie\n" +"-F Uruchamia na przednim planie, ale odłączone\n" +"-h Wyświetla wiadomości o użyciu\n" +"-l Uruchamia cupsd z launchd(8)\n" -#, c-format msgid "" -"Device: uri = %s\n" -" class = %s\n" -" info = %s\n" -" make-and-model = %s\n" +"Usage: cupstestdsc [options] filename.ps [... filename.ps]\n" +" cupstestdsc [options] -\n" +"\n" +"Options:\n" +"\n" +" -h Show program usage\n" +"\n" +" Note: this program only validates the DSC comments, not the PostScript " +"itself.\n" msgstr "" -"Urządzenie: uri = %s\n" -" class = %s\n" -" info = %s\n" -" make-and-model = %s\n" - -#, c-format -msgid "lpinfo: cups-get-ppds failed: %s\n" -msgstr "lpinfo: cups-get-ppds nie powiodło się: %s\n" +"Użycie: cupstestdsc [opcje] nazwapliku.ps [... nazwapliku.ps]\n" +" cupstestdsc [opcje] -\n" +"\n" +"Opcje:\n" +"\n" +" -h Wyświetla użycie programu\n" +"\n" +" Uwaga: ten program sprawdza tylko komentarze DSC, nie PostScriptowe..\n" -#, c-format msgid "" -"Model: name = %s\n" -" natural_language = %s\n" -" make-and-model = %s\n" +"Usage: cupstestppd [-q] [-r] [-v[v]] filename1.ppd[.gz] [... filenameN.ppd[." +"gz]]\n" +" program | cupstestppd [-q] [-r] [-v[v]] -\n" msgstr "" -"Model: name = %s\n" -" natural_language = %s\n" -" make-and-model = %s\n" - -#, c-format -msgid "lpmove: Unknown option '%c'!\n" -msgstr "lpmove: nieznana opcja \"%c\"!\n" - -#, c-format -msgid "lpmove: Unknown argument '%s'!\n" -msgstr "lpmove: nieznany argument \"%s\"!\n" - -msgid "Usage: lpmove job dest\n" -msgstr "Użycie: lpmove zadanie cel" - -#, c-format -msgid "lpmove: Unable to connect to server: %s\n" -msgstr "lpmove: nie można połączyć się z serwerem: %s\n" - -#, c-format -msgid "lpmove: move-job failed: %s\n" -msgstr "lpmove: move-job nie powiodło się: %s\n" - -msgid "lpoptions: Unknown printer or class!\n" -msgstr "lpoptions: nieznana drukarka lub klasa!\n" - -msgid "lpoptions: No printers!?!\n" -msgstr "lpoptions: brak drukarek?!?\n" - -#, c-format -msgid "lpoptions: Unable to add printer or instance: %s\n" -msgstr "lpoptions: nie można dodać drukarki lub przykładu: %s\n" - -#, c-format -msgid "lpoptions: Destination %s has no PPD file!\n" -msgstr "lpopotions: cel %s nie posiada pliku PPD!\n" +"Użycie: cupstestppd [-q] [-r] [-v[v]] nazwapliku1.ppd[.gz] [... nazwaplikuN." +"ppd[.gz]]\n" +" program | cupstestppd [-q] [-r] [-v[v]] -\n" -#, c-format -msgid "lpoptions: Unable to open PPD file for %s!\n" -msgstr "lpoptions: nie można otworzyć pliku PPD dla %s!\n" +msgid "Usage: lpmove job/src dest\n" +msgstr "Użycie: lpmove zadanie/źródło cel\n" msgid "" "Usage: lpoptions [-h server] [-E] -d printer\n" @@ -1823,65 +2494,6 @@ msgstr "" " lpoptions [-h serwer] [-E] -p drukarka -o opcja[=wartość] ...\n" " lpoptions [-h serwer] [-E] -x drukarka\n" -msgid "lppasswd: Only root can add or delete passwords!\n" -msgstr "lppasswd: tylko root może dodać lub usunąć hasła!\n" - -msgid "Enter old password:" -msgstr "Podaj stare hasło:" - -#, c-format -msgid "lppasswd: Unable to copy password string: %s\n" -msgstr "lppasswd: nie można skopiować łańcucha hasła: %s\n" - -msgid "Enter password:" -msgstr "Podaj hasło:" - -msgid "Enter password again:" -msgstr "Powtórz hasło:" - -msgid "lppasswd: Sorry, passwords don't match!\n" -msgstr "lppasswd: przepraszam, hasła się nie zgadzają!\n" - -msgid "" -"lppasswd: Sorry, password rejected.\n" -"Your password must be at least 6 characters long, cannot contain\n" -"your username, and must contain at least one letter and number.\n" -msgstr "" -"lppasswd: przepraszam, hasło zostało odrzucone.\n" -"Hasło musi mieć co najmniej 6 znaków, nie może zawierać nazwy\n" -"użytkownika i musi zawierać co najmniej jedną literę i liczbę.\n" - -msgid "lppasswd: Password file busy!\n" -msgstr "lppasswd: plik hasła jest zajęty!\n" - -#, c-format -msgid "lppasswd: Unable to open password file: %s\n" -msgstr "lppasswd: nie można otworzyć pliku hasła: %s\n" - -#, c-format -msgid "lppasswd: Unable to write to password file: %s\n" -msgstr "lppasswd: nie można zapisać do pliku hasła: %s\n" - -#, c-format -msgid "lppasswd: user \"%s\" and group \"%s\" do not exist.\n" -msgstr "lppasswd: użytkownik \"%s\" i grupa \"%s\" nie istnieją.\n" - -msgid "lppasswd: Sorry, password doesn't match!\n" -msgstr "lppasswd: przepraszam, hasła się nie zgadzają!\n" - -msgid "lppasswd: Password file not updated!\n" -msgstr "lppasswd: plik hasła nie został zaktualizowany!\n" - -#, c-format -msgid "lppasswd: failed to backup old password file: %s\n" -msgstr "" -"lppasswd: utworzenie kopii zapasowej starego pliku hasła nie powiodło się: %" -"s\n" - -#, c-format -msgid "lppasswd: failed to rename password file: %s\n" -msgstr "lppasswd: zmiana nazwy pliku hasła nie powiodła się: %s\n" - msgid "Usage: lppasswd [-g groupname]\n" msgstr "Użycie: lppasswd [-g nazwagrupy]\n" @@ -1894,1121 +2506,1102 @@ msgstr "" " lppasswd [-g nazwagrupy] -a [nazwaużytkownika]\n" " lppasswd [-g nazwagrupy] -x [nazwaużytkownika]\n" -msgid "Start Printer" -msgstr "Uruchom drukarkę" - -msgid "Stop Printer" -msgstr "Zatrzymaj drukarkę" - -msgid "Start Class" -msgstr "Uruchom klasę" - -msgid "Stop Class" -msgstr "Zatrzymaj klasę" - -msgid "Accept Jobs" -msgstr "Zaakceptuj zadania" +msgid "" +"Usage: lpq [-P dest] [-U username] [-h hostname[:port]] [-l] [+interval]\n" +msgstr "" +"Użycie: lpq [-P cel] [-U nazwaużytkownika] [-h nazwakomputera[:port]] [-l] " +"[+przerwanie]\n" -msgid "Reject Jobs" -msgstr "Odrzuć zadania" +msgid "Usage: snmp [host-or-ip-address]\n" +msgstr "" -msgid "Purge Jobs" -msgstr "Wyczyść zadania" +#, fuzzy, c-format +msgid "WARNING: Boolean expected for waiteof option \"%s\"\n" +msgstr "lp: oczekiwana forma po opcji -f!\n" -msgid "Set As Default" -msgstr "Ustaw jako domyślną" +msgid "WARNING: Couldn't create read channel\n" +msgstr "" -msgid "Administration" -msgstr "Administracja" +msgid "WARNING: Couldn't create sidechannel thread!\n" +msgstr "" -msgid "Modify Class" -msgstr "Zmodyfikuj klasę" +msgid "WARNING: Failed to read side-channel request!\n" +msgstr "" -msgid "Add Class" -msgstr "Dodaj klasę" +#, c-format +msgid "WARNING: Option \"%s\" cannot be included via IncludeFeature!\n" +msgstr "" +#, c-format msgid "" -"The class name may only contain up to 127 printable characters and may not " -"contain spaces, slashes (/), or the pound sign (#)." +"WARNING: Remote host did not respond with command status byte after %d " +"seconds!\n" msgstr "" -"Nazwa klasy może zawierać tylko do 127 drukowalnych znaków i nie może " -"zawierać spacji, ukośników (/) lub znaku #." - -msgid "Unable to modify class:" -msgstr "Nie można zmodyfikować klasy:" - -msgid "Unable to add class:" -msgstr "Nie można dodać klasy:" - -msgid "Modify Printer" -msgstr "Zmodyfikuj drukarkę" - -msgid "Add Printer" -msgstr "Dodaj drukarkę" +#, c-format msgid "" -"The printer name may only contain up to 127 printable characters and may not " -"contain spaces, slashes (/), or the pound sign (#)." +"WARNING: Remote host did not respond with control status byte after %d " +"seconds!\n" msgstr "" -"Nazwa drukarki może zawierać tylko do 127 drukowalnych znaków i nie może " -"zawierać spacji, ukośników (/) lub znaku #." - -msgid "Unable to get list of printer drivers:" -msgstr "Nie można uzyskać listy sterowników drukarek:" - -msgid "Unable to modify printer:" -msgstr "Nie można zmodyfikować drukarki:" - -msgid "Unable to add printer:" -msgstr "Nie można dodać drukarki:" - -msgid "Set Printer Options" -msgstr "Ustaw opcje drukarki" - -msgid "Missing form variable!" -msgstr "Brakująca zmienna formy!" - -msgid "Unable to get PPD file!" -msgstr "Nie można uzyskać pliku PPD!" -msgid "Unable to open PPD file:" -msgstr "Nie można otworzyć pliku PPD:" +#, c-format +msgid "" +"WARNING: Remote host did not respond with data status byte after %d " +"seconds!\n" +msgstr "" -msgid "Banners" -msgstr "Bannery" +#, c-format +msgid "WARNING: SCSI command timed out (%d); retrying...\n" +msgstr "" -msgid "Starting Banner" -msgstr "Uruchamianie bannerów" +msgid "" +"WARNING: This document does not conform to the Adobe Document Structuring " +"Conventions and may not print correctly!\n" +msgstr "" -msgid "Ending Banner" -msgstr "Zakończenie bannerów" +#, fuzzy, c-format +msgid "WARNING: Unknown choice \"%s\" for option \"%s\"!\n" +msgstr "%: nieznany cel \"%s\"!\n" -msgid "Policies" -msgstr "Polityki" +#, fuzzy, c-format +msgid "WARNING: Unknown option \"%s\"!\n" +msgstr "%s: nieznana opcja \"%c\"!\n" -msgid "Error Policy" -msgstr "Błąd polityki" +#, fuzzy, c-format +msgid "WARNING: Unsupported baud rate %s!\n" +msgstr "Nieobsługiwany format \"%s\"!" -msgid "Operation Policy" -msgstr "Polityka operacji" +#, c-format +msgid "" +"WARNING: recoverable: Network host '%s' is busy; will retry in %d " +"seconds...\n" +msgstr "" -msgid "PS Binary Protocol" -msgstr "Binarny protokół PS" +msgid "Warning, no Windows 2000 printer drivers are installed!" +msgstr "Ostrzeżenie, brak zainstalowanych sterowników drukarek Windows 2000!" -msgid "None" -msgstr "Brak" +msgid "Yes" +msgstr "Tak" -msgid "Unable to set options:" -msgstr "Nie można ustawić opcji:" +#, c-format +msgid "" +"You must access this page using the URL https://%" +"s:%d%s." +msgstr "" +"Aby uzyskać dostęp do tej strony, użyj URL-a https://%s:%d%s." -msgid "Change Settings" -msgstr "Zmień ustawienia" +msgid "aborted" +msgstr "przerwane" -msgid "Unable to change server settings:" -msgstr "Nie można zmienić ustawień serwera:" +msgid "canceled" +msgstr "anlowane" -msgid "Unable to upload cupsd.conf file:" -msgstr "Nie można wysłać pliku cupsd.conf:" +msgid "completed" +msgstr "zakończone" -msgid "Edit Configuration File" -msgstr "Edytuj plik konfiguracji" +msgid "cups-deviced failed to execute." +msgstr "Nie powiodło się wykonanie cups-deviced." -msgid "Unable to create temporary file:" -msgstr "Nie można utworzyć pliku tymczasowego:" +msgid "cups-driverd failed to execute." +msgstr "Nie powiodło się wykonanie cups-driverd." -msgid "Unable to access cupsd.conf file:" -msgstr "Nie można uzyskać dostępu do pliku cupsd.conf:" +#, c-format +msgid "cupsaddsmb: No PPD file for printer \"%s\" - %s\n" +msgstr "cupsaddsmb: brak pliku PPD dla drukarki \"%s\" - %s\n" -msgid "Unable to edit cupsd.conf files larger than 1MB!" -msgstr "Nie można modyfikować plików cupsd.conf dłuższych niż 1MB!" +msgid "cupsd: Expected config filename after \"-c\" option!\n" +msgstr "cupsd: oczekiwana nazwa pliku konfiguracji po opcji \"-c\"!\n" -msgid "Delete Class" -msgstr "Usuń klasę" +#, c-format +msgid "cupsd: Unknown argument \"%s\" - aborting!\n" +msgstr "cupsd: nieznany argument \"%s\" - przerywanie!\n" -msgid "Unable to delete class:" -msgstr "Nie można usunąć klasy:" +#, c-format +msgid "cupsd: Unknown option \"%c\" - aborting!\n" +msgstr "cupsd: nieznana opcja \"%c\" - przerywanie!\n" -msgid "Delete Printer" -msgstr "Usuń drukarkę" +msgid "cupsd: launchd(8) support not compiled in, running in normal mode.\n" +msgstr "" +"cupsd: obsługa launchd(8) nie została wkompilowana, uruchamianie w normalnym " +"trybie.\n" -msgid "Unable to delete printer:" -msgstr "Nie można usunąć drukarki:" +msgid "cupstestppd: The -q option is incompatible with the -v option.\n" +msgstr "cupstestppd: opcja -q jest niezgodna z opcją -v.\n" -msgid "Export Printers to Samba" -msgstr "Wyeksportuj drukarki do Samby" +msgid "cupstestppd: The -v option is incompatible with the -q option.\n" +msgstr "cupstestppd: opcja -v jest niezgodna z opcją -q.\n" -msgid "Unable to fork process!" -msgstr "Nie można rozdzielić procesu!" +#, c-format +msgid "device for %s/%s: %s\n" +msgstr "urządzenie dla %s/%s: %s\n" -msgid "Unable to connect to server!" -msgstr "Nie można połączyć się do serwera!" +#, c-format +msgid "device for %s: %s\n" +msgstr "urządzenie dla %s: %s\n" -msgid "Unable to get printer attributes!" -msgstr "Nie można uzyskać właściwości drukarki!" +msgid "held" +msgstr "wstrzymane" -msgid "Unable to convert PPD file!" -msgstr "Nie można przekonwertować pliku PPD!" +msgid "help\t\tget help on commands\n" +msgstr "help\t\tpomoc o poleceniach\n" -msgid "Unable to copy Windows 2000 printer driver files!" -msgstr "Nie można skopiować plików sterownika drukarki Windows 2000!" +msgid "idle" +msgstr "bezczynna" -msgid "Unable to install Windows 2000 printer driver files!" -msgstr "Nie można zainstalować plików sterownika drukarki Windows 2000!" +msgid "job-printer-uri attribute missing!" +msgstr "Brakuje właściwości job-printer-uri!" -msgid "Unable to copy Windows 9x printer driver files!" -msgstr "Nie można skopiować plików sterownika drukarki Windows 9x!" +msgid "lpadmin: Class name can only contain printable characters!\n" +msgstr "lpadmin: nazwa klasy może zawierać tylko drukowalne znaki!\n" -msgid "Unable to install Windows 9x printer driver files!" -msgstr "Nie można zainstalować plików sterownika drukarki Windows 9x!" +msgid "lpadmin: Expected PPD after '-P' option!\n" +msgstr "lpadmin: oczekiwany PPD po opcji \"-P\"!\n" -msgid "Unable to set Windows printer driver!" -msgstr "Nie można ustawić sterownika drukarki Windows!" +msgid "lpadmin: Expected allow/deny:userlist after '-u' option!\n" +msgstr "lpadmin: oczekiwane allow/deny:userlist po opcji \"-u\"!\n" -msgid "No printer drivers found!" -msgstr "Nie znaleziono sterowników drukarki!" +msgid "lpadmin: Expected class after '-r' option!\n" +msgstr "lpadmin: oczekiwana klasa po opcji \"-r\"!\n" -msgid "Unable to execute cupsaddsmb command!" -msgstr "Nie można wykonać polecenia cupsaddsmb!" +msgid "lpadmin: Expected class name after '-c' option!\n" +msgstr "lpadmin: oczekiwana nazwa klasy po opcji \"-c\"!\n" -#, c-format -msgid "cupsaddsmb failed with status %d" -msgstr "cupsaddsmb nie powiodło się ze stanem %d" +msgid "lpadmin: Expected description after '-D' option!\n" +msgstr "lpadmin: oczekiwany opis po pocji \"-D\"!\n" -#, c-format -msgid "cupsaddsmb crashed on signal %d" -msgstr "cupsaddsmb wywalił się na sygnale %d" +msgid "lpadmin: Expected device URI after '-v' option!\n" +msgstr "lpadmin: oczekiwane URI urządzenia po opcji \"-v\"!\n" -msgid "A Samba username is required to export printer drivers!" -msgstr "" -"Nazwa użytkownika Samby jest wymagana, aby wyeksportować sterowniki drukarek!" +msgid "lpadmin: Expected file type(s) after '-I' option!\n" +msgstr "lpadmin: oczekiwane typy plików po opcji \"-I\"!\n" -msgid "A Samba password is required to export printer drivers!" -msgstr "Hasło Samby jest wymagany, aby wyeksportować sterowniki drukarek!" +msgid "lpadmin: Expected hostname after '-h' option!\n" +msgstr "lpadmin: oczekiwana nazwa komputera po opcji \"-h\"!\n" -msgid "Unable to open cupsd.conf file:" -msgstr "Nie można otworzyć pliku cupsd.conf:" +msgid "lpadmin: Expected interface after '-i' option!\n" +msgstr "lpadmin: oczekiwany interfejs po opcji \"-i\"!\n" -msgid "Unable to change printer:" -msgstr "Nie można zmienić drukarki:" +msgid "lpadmin: Expected location after '-L' option!\n" +msgstr "lpadmin: oczekiwane położenie po opcji \"-L\"!\n" -msgid "Set Allowed Users" -msgstr "Ustaw zezwolonych użytkowników" +msgid "lpadmin: Expected model after '-m' option!\n" +msgstr "lpadmin: oczekiwany model po opcji \"-m\"!\n" -msgid "Unable to get printer attributes:" -msgstr "Nie można uzyskać właściwości drukarki:" +msgid "lpadmin: Expected name=value after '-o' option!\n" +msgstr "lpadmin: oczekiwana nazwa=wartość po opcji \"-o\"!\n" -msgid "Set Publishing" -msgstr "Ustaw publikowanie" +msgid "lpadmin: Expected printer after '-p' option!\n" +msgstr "lpadmin: oczekiwana drukarka po opcji \"-p\"!\n" -msgid "Unable to change printer-is-shared attribute:" -msgstr "Nie można zmienić właściwości printer-is-shared:" +msgid "lpadmin: Expected printer name after '-d' option!\n" +msgstr "lpadmin: oczekiwana nazw drukarki po opcji \"-d\"!\n" -msgid "Classes" -msgstr "Klasy" +msgid "lpadmin: Expected printer or class after '-x' option!\n" +msgstr "lpadmin: oczekiwana drukarka lub klasa po opcji \"-x\"!\n" -msgid "Unable to get class list:" -msgstr "Nie można uzyskać listy klas:" +msgid "lpadmin: No member names were seen!\n" +msgstr "lpadmin: nie zobaczono żadnych nazw elementów!\n" -msgid "Unable to get class status:" -msgstr "Nie można uzyskać stanu klasy:" +#, c-format +msgid "lpadmin: Printer %s is already a member of class %s.\n" +msgstr "lpadmin: drukarka %s jest już elementem klasy %s.\n" -msgid "Move Job" -msgstr "Przenieś zadanie" +#, c-format +msgid "lpadmin: Printer %s is not a member of class %s.\n" +msgstr "lpadmin: drukarka %s nie jest elementem klasy %s.\n" -msgid "Unable to find destination for job!" -msgstr "Nie można znaleźć celu dla zadania!" +msgid "lpadmin: Printer name can only contain printable characters!\n" +msgstr "lpadmin: nazwa drukaki może zawierać tylko drukowalne znaki!\n" -msgid "Move All Jobs" -msgstr "Przenieś wszystkie zadania" +msgid "" +"lpadmin: Unable to add a printer to the class:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: nie można dodać drukarki do klasy:\n" +" Najpierw musi zostać określona nazwa drukarki!\n" -msgid "Unable to move job" -msgstr "Nie można przenieść zadania" +#, c-format +msgid "lpadmin: Unable to connect to server: %s\n" +msgstr "lpadmin: nie można połączyć się do serwera: %s\n" -msgid "Unable to move jobs" -msgstr "Nie można przenieść zadań" +#, c-format +msgid "lpadmin: Unable to create temporary file - %s\n" +msgstr "lpadmin: nie można utworzyć pliku tymczasowego - %s\n" -msgid "Print Test Page" -msgstr "Wypróbuj stronę próbną" +#, c-format +msgid "lpadmin: Unable to create temporary file: %s\n" +msgstr "lpadmin: nie można utworzyć pliku tymczasowego: %s\n" -msgid "Unable to print test page:" -msgstr "Nie można wydrukować strony testowej:" +#, c-format +msgid "lpadmin: Unable to open PPD file \"%s\" - %s\n" +msgstr "lpadmin: nie można utworzyć pliku PPD \"%s\" - %s\n" -msgid "Jobs" -msgstr "Zadania" +#, c-format +msgid "lpadmin: Unable to open file \"%s\": %s\n" +msgstr "lpadmin: nie można otworzyć pliku \"%s\": %s\n" -msgid "Job operation failed:" -msgstr "Operacja zadania nie powiodła się:" +msgid "" +"lpadmin: Unable to remove a printer from the class:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: nie można usunąć drukarki z klasy:\n" +" Najpierw musi zostać określona nazwa drukarki!\n" -msgid "Printers" -msgstr "Drukarki" +msgid "" +"lpadmin: Unable to set the PPD file:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: nie można ustawić pliku PPD:\n" +" Najpierw musi zostać określona nazwa drukarki!\n" -msgid "Unable to get printer list:" -msgstr "Nie można uzyskać listy drukarek:" +msgid "" +"lpadmin: Unable to set the device URI:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: nie można ustawić URI urządzenia:\n" +" Najpierw musi zostać określona nazwa drukarki!\n" -msgid "Unable to get printer status:" -msgstr "Nie można uzyskać stanu drukarki:" +msgid "" +"lpadmin: Unable to set the interface script or PPD file:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: nie można ustawić skrypt interfejsu lub pliku PPD:\n" +" Najpierw musi zostać określona nazwa drukarki!\n" -msgid "OK" -msgstr "OK" +msgid "" +"lpadmin: Unable to set the interface script:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: nie można ustawić skryptu interfejsu:\n" +" Najpierw musi zostać określona nazwa drukarki!\n" -msgid "Unable to open PPD file" -msgstr "Nie można otworzyć pliku PPD" +msgid "" +"lpadmin: Unable to set the printer description:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Unable to set the printer description:\n" +" Najpierw musi zostać określona nazwa drukarki!\n" -msgid "NULL PPD file pointer" -msgstr "PUSTY wskaźnik pliku PPD" +msgid "" +"lpadmin: Unable to set the printer location:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: nie można ustawić położenia drukarki:\n" +" Najpierw musi zostać określona nazwa drukarki!\n" -msgid "Memory allocation error" -msgstr "Błąd przydziału pamięci" +msgid "" +"lpadmin: Unable to set the printer options:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: nie można ustawić opcji drukarki:\n" +" Najpierw musi zostać określona nazwa drukarki!\n" -msgid "Missing PPD-Adobe-4.x header" -msgstr "Brakujący nagłówek PPD-Adobe-4.x" +#, c-format +msgid "lpadmin: Unknown allow/deny option \"%s\"!\n" +msgstr "lpadmin: nieznana opcja zezwól/zabroń \"%s\"!\n" -msgid "Missing value string" -msgstr "Brakujący łańcuch wartości" +#, c-format +msgid "lpadmin: Unknown argument '%s'!\n" +msgstr "lpadmin: nieznany argument \"%s\"!\n" -msgid "Internal error" -msgstr "Błąd wewnętrzny" +#, c-format +msgid "lpadmin: Unknown option '%c'!\n" +msgstr "lpadmin: nieznana opcja \"%c\"!\n" -msgid "Bad OpenGroup" -msgstr "Błędne OpenGroup" +msgid "lpadmin: Warning - content type list ignored!\n" +msgstr "lpadmin: ostrzeżenie - lista typów zawartości została zignorowana!\n" -msgid "OpenGroup without a CloseGroup first" -msgstr "OpenGroup najpierw bez CloseGroup" +msgid "lpc> " +msgstr "lpc> " -msgid "Bad OpenUI/JCLOpenUI" -msgstr "Błędne OpenUI/JCLOpenUI" +#, c-format +msgid "lpinfo: Unable to connect to server: %s\n" +msgstr "lpinfo: nie można połączyć się do serwera: %s\n" -msgid "OpenUI/JCLOpenUI without a CloseUI/JCLCloseUI first" -msgstr "OpenUI/JCLOpenUI najpierw bez CloseUI/JCLCloseUI" +#, c-format +msgid "lpinfo: Unknown argument '%s'!\n" +msgstr "lpinfo: nieznany argument \"%s\"!\n" -msgid "Bad OrderDependency" -msgstr "Błędne OrderDependency" +#, c-format +msgid "lpinfo: Unknown option '%c'!\n" +msgstr "lpinfo: nieznana opcja \"%c\"!\n" -msgid "Bad UIConstraints" -msgstr "Błędne OrderDependency" +#, c-format +msgid "lpmove: Unable to connect to server: %s\n" +msgstr "lpmove: nie można połączyć się z serwerem: %s\n" -msgid "Missing asterisk in column 1" -msgstr "Brakująca gwiazdka w kolumnie 1" +#, c-format +msgid "lpmove: Unknown argument '%s'!\n" +msgstr "lpmove: nieznany argument \"%s\"!\n" -msgid "Line longer than the maximum allowed (255 characters)" -msgstr "Wiersz dłuższy niż maksymalnie dozwolony (255 znaków)" +#, c-format +msgid "lpmove: Unknown option '%c'!\n" +msgstr "lpmove: nieznana opcja \"%c\"!\n" -msgid "Illegal control character" -msgstr "Niedozwolony znak kontrolny" +msgid "lpoptions: No printers!?!\n" +msgstr "lpoptions: brak drukarek?!?\n" -msgid "Illegal main keyword string" -msgstr "Niedozwolony główny łańcuch słowa kluczowego" +#, c-format +msgid "lpoptions: Unable to add printer or instance: %s\n" +msgstr "lpoptions: nie można dodać drukarki lub przykładu: %s\n" -msgid "Illegal option keyword string" -msgstr "Niedozwolony łańcuch słowa kluczowego opcji" +#, fuzzy, c-format +msgid "lpoptions: Unable to get PPD file for %s: %s\n" +msgstr "lpoptions: nie można otworzyć pliku PPD dla %s!\n" -msgid "Illegal translation string" -msgstr "Niedozwolony łańcuch tłumaczenia" +#, c-format +msgid "lpoptions: Unable to open PPD file for %s!\n" +msgstr "lpoptions: nie można otworzyć pliku PPD dla %s!\n" -msgid "Illegal whitespace character" -msgstr "Niedozwolony biały znak" +msgid "lpoptions: Unknown printer or class!\n" +msgstr "lpoptions: nieznana drukarka lub klasa!\n" -msgid "Bad custom parameter" -msgstr "Błędny własny parametr" +msgid "lppasswd: Only root can add or delete passwords!\n" +msgstr "lppasswd: tylko root może dodać lub usunąć hasła!\n" -msgid "Unknown" -msgstr "Nieznane" +msgid "lppasswd: Password file busy!\n" +msgstr "lppasswd: plik hasła jest zajęty!\n" -msgid "Custom" -msgstr "Własne" +msgid "lppasswd: Password file not updated!\n" +msgstr "lppasswd: plik hasła nie został zaktualizowany!\n" -msgid "JCL" -msgstr "JCL" +msgid "lppasswd: Sorry, password doesn't match!\n" +msgstr "lppasswd: przepraszam, hasła się nie zgadzają!\n" -msgid "No authentication information provided!" -msgstr "Nie dostarczono informacji o uwierzytelnianiu!" +msgid "" +"lppasswd: Sorry, password rejected.\n" +"Your password must be at least 6 characters long, cannot contain\n" +"your username, and must contain at least one letter and number.\n" +msgstr "" +"lppasswd: przepraszam, hasło zostało odrzucone.\n" +"Hasło musi mieć co najmniej 6 znaków, nie może zawierać nazwy\n" +"użytkownika i musi zawierać co najmniej jedną literę i liczbę.\n" -#, c-format -msgid "Password for %s required to access %s via SAMBA: " -msgstr "Wymagane jest hasło dla %s, aby uzyskać dostęp do %s przez Sambę: " +msgid "lppasswd: Sorry, passwords don't match!\n" +msgstr "lppasswd: przepraszam, hasła się nie zgadzają!\n" #, c-format -msgid "Running command: %s %s -N -U '%s%%%s' -c '%s'\n" -msgstr "Uruchomione polecenie: %s %s -N -U \"%s%%%s\" -c \"%s\"\n" +msgid "lppasswd: Unable to copy password string: %s\n" +msgstr "lppasswd: nie można skopiować łańcucha hasła: %s\n" #, c-format -msgid "cupsaddsmb: Unable to run \"%s\": %s\n" -msgstr "cupsaddsmb: nie można uruchomić \"%s\": %s\n" +msgid "lppasswd: Unable to open password file: %s\n" +msgstr "lppasswd: nie można otworzyć pliku hasła: %s\n" -msgid "cupsaddsmb: No Windows printer drivers are installed!\n" -msgstr "cupsaddsmb: nie ma zainstalowanych sterowników drukarek Windows!\n" +#, c-format +msgid "lppasswd: Unable to write to password file: %s\n" +msgstr "lppasswd: nie można zapisać do pliku hasła: %s\n" -msgid "cupsaddsmb: Warning, no Windows 2000 printer drivers are installed!\n" +#, c-format +msgid "lppasswd: failed to backup old password file: %s\n" msgstr "" -"cupsaddsmb: ostrzeżenie, nie ma zainstalowanych sterowników drukarek Windows " -"2000!\n" +"lppasswd: utworzenie kopii zapasowej starego pliku hasła nie powiodło się: %" +"s\n" #, c-format -msgid "lpadmin: Printer %s is already a member of class %s.\n" -msgstr "lpadmin: drukarka %s jest już elementem klasy %s.\n" - -msgid "lpadmin: No member names were seen!\n" -msgstr "lpadmin: nie zobaczono żadnych nazw elementów!\n" +msgid "lppasswd: failed to rename password file: %s\n" +msgstr "lppasswd: zmiana nazwy pliku hasła nie powiodła się: %s\n" #, c-format -msgid "lpadmin: Printer %s is not a member of class %s.\n" -msgstr "lpadmin: drukarka %s nie jest elementem klasy %s.\n" +msgid "lppasswd: user \"%s\" and group \"%s\" do not exist.\n" +msgstr "lppasswd: użytkownik \"%s\" i grupa \"%s\" nie istnieją.\n" + +msgid "lprm: Unable to contact server!\n" +msgstr "lprm: nie można skontaktować się z serwerem!\n" #, c-format msgid "" -"Device: uri = %s\n" -" class = %s\n" -" info = %s\n" -" make-and-model = %s\n" -" device-id = %s\n" +"lpstat: error - %s environment variable names non-existent destination \"%s" +"\"!\n" msgstr "" -"Urządzenie: uri = %s\n" -" class = %s\n" -" info = %s\n" -" make-and-model = %s\n" -" device-id = %s\n" +"lpstat: błąd - %s nazw zmiennych środowiskowych z nieistniejącym celem \"%s" +"\"!\n" #, c-format -msgid "" -"Model: name = %s\n" -" natural_language = %s\n" -" make-and-model = %s\n" -" device-id = %s\n" -msgstr "" -"Model: name = %s\n" -" natural_language = %s\n" -" make-and-model = %s\n" -" device-id = %s\n" +msgid "members of class %s:\n" +msgstr "elementy klasy %s:\n" -msgid "Usage: lpmove job/src dest\n" -msgstr "Użycie: lpmove zadanie/źródło cel\n" +msgid "no entries\n" +msgstr "brak wpisów\n" + +msgid "no system default destination\n" +msgstr "brak domyślnego celu systemowego\n" + +msgid "notify-events not specified!" +msgstr "notify-even jest nieokreślone!" -msgid "lpstat: Need \"completed\", \"not-completed\", or \"all\" after -W!\n" +#, c-format +msgid "notify-recipient-uri URI \"%s\" uses unknown scheme!" msgstr "" -"lpstat: wymagane jest \"completed\", \"not-completed\" lub \"all\" po -W!\n" #, c-format -msgid "%s accepting requests since %s\n" -msgstr "%s zaakceptowanych żądań od %s\n" +msgid "notify-subscription-id %d no good!" +msgstr "%d notify-subscription-id nie dobre!" #, c-format -msgid "" -"%s not accepting requests since %s -\n" -"\t%s\n" -msgstr "" -"%s nie zaakceptowanych żądań od %s -\n" -"\t%s\n" +msgid "open of %s failed: %s" +msgstr "otwarcie z %s nie powiodło się: %s" + +msgid "pending" +msgstr "oczekujące" #, c-format -msgid "%s/%s accepting requests since %s\n" -msgstr "%s/%s zaakceptowanych żądań od %s\n" +msgid "printer %s disabled since %s -\n" +msgstr "drukarka %s jest wyłączona od %s -\n" #, c-format -msgid "" -"%s/%s not accepting requests since %s -\n" -"\t%s\n" -msgstr "" -"%s/%s nie zaakceptowanych żądań od %s -\n" -"\t%s\n" +msgid "printer %s is idle. enabled since %s\n" +msgstr "drukarka %s jest bezczynna. włączona od %s\n" -msgid "lpc> " -msgstr "lpc> " +#, c-format +msgid "printer %s now printing %s-%d. enabled since %s\n" +msgstr "drukarka %s drukuje teraz %s-%d. włączona od %s\n" #, c-format -msgid "%s: Unable to contact server!\n" -msgstr "%s: nie można skontaktować się z serwerem!\n" +msgid "printer %s/%s disabled since %s -\n" +msgstr "drukarka %s/%s jest wyłączona od %s -\n" #, c-format -msgid "%s: Error - expected username after '-U' option!\n" -msgstr "%s: błąd - oczekiwana nazwa użytkownika po opcji \"-U\"!\n" +msgid "printer %s/%s is idle. enabled since %s\n" +msgstr "drkarka %s/%s jest bezczynna. włączona od %s\n" #, c-format -msgid "%s: Error - unknown destination \"%s/%s\"!\n" -msgstr "%s: błąd - nieznany cel \"%s/%s\"!\n" +msgid "printer %s/%s now printing %s-%d. enabled since %s\n" +msgstr "drukarka %s/%s drukuje teraz %s-%d. włączona od %s\n" + +msgid "processing" +msgstr "przetwarzane" #, c-format -msgid "%s: Unknown destination \"%s\"!\n" -msgstr "%: nieznany cel \"%s\"!\n" +msgid "request id is %s-%d (%d file(s))\n" +msgstr "ID żądania to %s-%d (%d plików)\n" + +msgid "scheduler is not running\n" +msgstr "planista nie jest uruchomiony" + +msgid "scheduler is running\n" +msgstr "planista jest uruchomiony\n" #, c-format -msgid "%s: Error - expected hostname after '-h' option!\n" -msgstr "%s: błąd - oczekiwana nazwa komputera po opcji \"-h\"!\n" +msgid "stat of %s failed: %s" +msgstr "użycie stat z %s nie powiodło się: %s" + +msgid "status\t\tshow status of daemon and queue\n" +msgstr "status\t\twyświetla stan demonów i kolejki\n" + +msgid "stopped" +msgstr "zatrzymane" #, c-format -msgid "" -"%s: error - %s environment variable names non-existent destination \"%s\"!\n" -msgstr "" -"%s: błąd - %s nazw zmiennych środowiskowych z nieistniejącym celem \"%s\"!\n" +msgid "system default destination: %s\n" +msgstr "domyślny cel systemowy: %s\n" + +#, c-format +msgid "system default destination: %s/%s\n" +msgstr "domyślny cel systemowy: %s/%s\n" + +msgid "unknown" +msgstr "nieznane" + +msgid "untitled" +msgstr "nienazwane" + +#, fuzzy +#~ msgid "" +#~ " **FAIL** 1284DeviceId must be 1284DeviceID!\n" +#~ " REF: Page 72, section 5.5\n" +#~ msgstr "" +#~ " **ZAWIÓDŁ** Błędny %s wybór %s!\n" +#~ " REF: strona 122, sekcja 5.17\n" + +#~ msgid " %d ERROR%s FOUND\n" +#~ msgstr " ZNALEZIONO %d BŁĘDÓW%s\n" + +#~ msgid "%s accepting requests since Jan 01 00:00\n" +#~ msgstr "%s zaakceptowanych żądań od stycznia 01 00:00" + +#~ msgid "" +#~ "%s not accepting requests since Jan 01 00:00 -\n" +#~ "\t%s\n" +#~ msgstr "" +#~ "%s nie zaakceptowanych żądań od stycznia 01 00:00 -\n" +#~ "\t%s\n" + +#~ msgid "%s/%s accepting requests since Jan 01 00:00\n" +#~ msgstr "%s/%s zaakceptowanych żądań od stycznia 01 00:00\n" + +#~ msgid "" +#~ "%s/%s not accepting requests since Jan 01 00:00 -\n" +#~ "\t%s\n" +#~ msgstr "" +#~ "%s/%s nie zaakceptowanych żądań od stycznia 01 00:00 -\n" +#~ "\t%s\n" + +#~ msgid "%s: Expected reason text after -r!\n" +#~ msgstr "%s: oczekiwany warunek tekstu po -r!\n" + +#~ msgid "%s: Expected server name after -h!\n" +#~ msgstr "%s: oczekiwana nazwa serwera po -h!\n" + +#~ msgid "%s: Unknown option '%c'!\n" +#~ msgstr "%s: nieznana opcja \"%c\"!\n" + +#~ msgid "Auto" +#~ msgstr "Automatycznie" + +#~ msgid "Bad option + choice on line %d!\n" +#~ msgstr "Błędna opcja + wybór w wierszu %d!\n" + +#~ msgid "Class" +#~ msgstr "Klasa" + +#~ msgid "" +#~ "Device: uri = %s\n" +#~ " class = %s\n" +#~ " info = %s\n" +#~ " make-and-model = %s\n" +#~ msgstr "" +#~ "Urządzenie: uri = %s\n" +#~ " class = %s\n" +#~ " info = %s\n" +#~ " make-and-model = %s\n" + +#~ msgid "" +#~ "Enter your username and password or the root username and password to " +#~ "access this page." +#~ msgstr "" +#~ "Podaj swoją nazwę użytkownika i hasło lub nazwę użytkownika root i hasło, " +#~ "aby uzyskać dostęp do tej strony." + +#~ msgid "Extra" +#~ msgstr "Dodatkowe" + +#~ msgid "Job #%d doesn't exist!" +#~ msgstr "Zadanie #%d nie istnieje!" + +#~ msgid "Job #%d is already %s - can't cancel." +#~ msgstr "Zadanie #%d jest już %s - nie można anulować." + +#~ msgid "Job #%d is already cancelled - can't cancel." +#~ msgstr "Zadanie #%d zostało już anulowane - nie można anulować." + +#~ msgid "Missing double quote on line %d!\n" +#~ msgstr "Brakujący cudzysłów w wierszu %d!\n" + +#~ msgid "Missing value on line %d!\n" +#~ msgstr "Brakująca wartość w wierszu %d!\n" + +#~ msgid "" +#~ "Model: name = %s\n" +#~ " natural_language = %s\n" +#~ " make-and-model = %s\n" +#~ msgstr "" +#~ "Model: name = %s\n" +#~ " natural_language = %s\n" +#~ " make-and-model = %s\n" + +#~ msgid "No Windows printer drivers are installed!\n" +#~ msgstr "Brak zainstalowanych sterowników drukarek Windows!\n" + +#~ msgid "No printer drivers found!" +#~ msgstr "Nie znaleziono sterowników drukarki!" -#, c-format -msgid "%s: error - no default destination available.\n" -msgstr "%s: błąd - brak dostępnego domyślnego celu.\n" +#~ msgid "Not authorized to hold job #%d owned by \"%s\"!" +#~ msgstr "Nie upoważniony do wstrzymania zadania #%d należącego do \"%s\"!" -msgid "" -"Usage: lpq [-P dest] [-U username] [-h hostname[:port]] [-l] [+interval]\n" -msgstr "" -"Użycie: lpq [-P cel] [-U nazwaużytkownika] [-h nazwakomputera[:port]] [-l] " -"[+przerwanie]\n" +#~ msgid "Printer" +#~ msgstr "Drukarka" -#, c-format -msgid "%s: Error - expected hostname after '-H' option!\n" -msgstr "%s: błąd - oczekiwana nazwa komputera po opcji \"-H\"!\n" +#~ msgid "Printer not shared!" +#~ msgstr "Drukarka nie jest współdzielona!" -#, c-format -msgid "%s: Error - expected value after '-%c' option!\n" -msgstr "%s: błąd - oczekiwana wartość po opcji \"-%c\"!\n" +#~ msgid "Running command: %s %s -N -U '%s%%%s' -c '%s'\n" +#~ msgstr "Uruchomione polecenie: %s %s -N -U \"%s%%%s\" -c \"%s\"\n" -#, c-format -msgid "" -"%s: Warning - '%c' format modifier not supported - output may not be " -"correct!\n" -msgstr "" -"%s: ostrzeżenie - modyfikator formatu \"%c\" jest nieobsługiwany - wyjście " -"może nie być prawidłowe!\n" +#~ msgid "The printer-uri \"%s\" is not valid." +#~ msgstr "\"%s\" printer-uri jest nieprawidłowe." -#, c-format -msgid "%s: error - expected option=value after '-o' option!\n" -msgstr "%s: błąd - oczekiwana opcja=wartość po opcji \"-o\"!\n" +#~ msgid "Too many jobs - %d jobs, max jobs is %d." +#~ msgstr "Za dużo zadań - jest %d zadań, maksymalnie może być %d." -#, c-format -msgid "%s: Error - expected destination after '-P' option!\n" -msgstr "%s: błąd - oczekiwany cel po opcji \"-P\"!\n" +#~ msgid "Unable to connect to server!" +#~ msgstr "Nie można połączyć się do serwera!" -#, c-format -msgid "%s: Error - expected copy count after '-#' option!\n" -msgstr "%s: błąd - oczekiwany licznik kopii po opcji \"-#\"!\n" +#~ msgid "Unable to convert PPD file!" +#~ msgstr "Nie można przekonwertować pliku PPD!" -#, c-format -msgid "%s: Error - expected name after '-%c' option!\n" -msgstr "%s: błąd - oczekiwana nazwa po opcji \"-%c\"!\n" +#~ msgid "Unable to copy CUPS printer driver files (%d)!\n" +#~ msgstr "Nie można skopiować plików sterownika drukarki CUPS (%d)!\n" -#, c-format -msgid "%s: Error - unknown option '%c'!\n" -msgstr "%s: błąd - nieznana opcja \"%c\"!\n" +#~ msgid "Unable to copy Windows 2000 printer driver files (%d)!\n" +#~ msgstr "Nie można skopiować plików sterownika drukarki Windows 2000 (%d)!" -#, c-format -msgid "%s: Error - unable to access \"%s\" - %s\n" -msgstr "%s: błąd - nie można uzyskać dostępu do \"%s\" - %s\n" +#~ msgid "Unable to copy Windows 2000 printer driver files!" +#~ msgstr "Nie można skopiować plików sterownika drukarki Windows 2000!" -#, c-format -msgid "%s: Error - too many files - \"%s\"\n" -msgstr "%s: błąd - za dużo plików - \"%s\"\n" +#~ msgid "Unable to copy Windows 9x printer driver files (%d)!\n" +#~ msgstr "Nie można skopiować plików sterownika drukarki Windows 9x (%d)!" -#, c-format -msgid "" -"%s: Error - %s environment variable names non-existent destination \"%s\"!\n" -msgstr "" -"%s: błąd - %s nazw zmiennych środowiskowych z nieistniejącym celem \"%s\"!\n" +#~ msgid "Unable to copy Windows 9x printer driver files!" +#~ msgstr "Nie można skopiować plików sterownika drukarki Windows 9x!" -#, c-format -msgid "%s: Error - no default destination available.\n" -msgstr "%s: błąd - brak dostępnego domyślnego celu.\n" +#~ msgid "Unable to execute cupsaddsmb command!" +#~ msgstr "Nie można wykonać polecenia cupsaddsmb!" -#, c-format -msgid "%s: Error - scheduler not responding!\n" -msgstr "%s: błąd - planista nie odpowiada!\n" +#~ msgid "Unable to fork process!" +#~ msgstr "Nie można rozdzielić procesu!" -#, c-format -msgid "%s: Error - unable to create temporary file \"%s\" - %s\n" -msgstr "%s: błąd - nie można utworzyć pliku tymczasowego \"%s\" - %s\n" +#~ msgid "Unable to get printer attributes!" +#~ msgstr "Nie można uzyskać właściwości drukarki!" -#, c-format -msgid "%s: Error - unable to write to temporary file \"%s\" - %s\n" -msgstr "%s: błąd - nie można zapisać do pliku tymczasowego \"%s\" - %s\n" +#~ msgid "Unable to install Windows 2000 printer driver files (%d)!\n" +#~ msgstr "" +#~ "Nie można zainstalować plików sterownika drukarki Windows 2000 (%d)!" -#, c-format -msgid "%s: Error - stdin is empty, so no job has been sent.\n" -msgstr "" -"%s: błąd - standardowe wejście jest puste, więc żadne zadanie nie zostało " -"wysłane.\n" +#~ msgid "Unable to install Windows 2000 printer driver files!" +#~ msgstr "Nie można zainstalować plików sterownika drukarki Windows 2000!" -#, c-format -msgid "%s: Error - unknown destination \"%s\"!\n" -msgstr "%s: błąd - nieznany cel \"%s\"!\n" +#~ msgid "Unable to install Windows 9x printer driver files (%d)!\n" +#~ msgstr "Nie można zainstalować plików sterownika drukarki Windows 9x (%d)!" -#, c-format -msgid "%s: Error - expected reason text after '-r' option!\n" -msgstr "%s: błąd - oczekiwany tekst przyczyny po opcji \"-r\"!\n" +#~ msgid "Unable to install Windows 9x printer driver files!" +#~ msgstr "Nie można zainstalować plików sterownika drukarki Windows 9x!" -#, c-format -msgid "%s: Error - expected username after '-u' option!\n" -msgstr "%s: błąd - oczekiwana nazwa komputera po opcji \"-u\"!\n" +#~ msgid "Unable to set Windows printer driver (%d)!\n" +#~ msgstr "Nie można ustawić sterownika drukarki Windows (%d)!\n" -#, c-format -msgid "%s: %s failed: %s\n" -msgstr "%s: %s nie powiodło się: %s\n" +#~ msgid "Unable to set Windows printer driver!" +#~ msgstr "Nie można ustawić sterownika drukarki Windows!" -#, c-format -msgid "%s: Error - expected destination after '-d' option!\n" -msgstr "%s: błąd - oczekiwany cel po opcji \"-d\"!\n" +#~ msgid "" +#~ "Usage: cupsaddsmb [options] printer1 ... printerN\n" +#~ " cupsaddsmb [options] -a\n" +#~ "\n" +#~ "Options:\n" +#~ " -H samba-server Use the named SAMBA server\n" +#~ " -U samba-user Authenticate using the named SAMBA user\n" +#~ " -a Export all printers\n" +#~ " -h cups-server Use the named CUPS server\n" +#~ " -v Be verbose (show commands)\n" +#~ msgstr "" +#~ "Użycie: cupsaddsmb [opcje] drukarka1 ... drukarkaN\n" +#~ " cupsaddsmb [opcje] -a\n" +#~ "\n" +#~ "Opcje:\n" +#~ " -H serwer-samby Używa nazwanego serwera Samby\n" +#~ " -U użytkownik-samba Uwierzytelnia używając nazwanego użytkownika " +#~ "Samby\n" +#~ " -a Eksportuje wszystkie drukarki\n" +#~ " -h serwer-cups Używa nazwanego serwera CUPS\n" +#~ " -v (wyświetla polecenia)\n" -#, c-format -msgid "%s: Error - expected form after '-f' option!\n" -msgstr "%s: błąd - oczekiwana forma po opcji \"-f\"!\n" +#~ msgid "Usage: lpmove job dest\n" +#~ msgstr "Użycie: lpmove zadanie cel" -#, c-format -msgid "%s: Warning - form option ignored!\n" -msgstr "%s: ostrzeżenie - opcja formy została zignorowana!\n" +#~ msgid "Usage: lpq [-P dest] [-l] [+interval]\n" +#~ msgstr "Użycie: lpq [-P cel] [-l] [+odstęp]\n" -#, c-format -msgid "%s: Expected job ID after '-i' option!\n" -msgstr "%s: oczekiwany ID zadania po opcji \"-i\"!\n" +#~ msgid "Variable" +#~ msgstr "Zmienna" -#, c-format -msgid "%s: Error - cannot print files and alter jobs simultaneously!\n" -msgstr "" -"%s: błąd - nie można jednocześnie drukować plików i zmieniać zadania!\n" +#~ msgid "Warning, no Windows 2000 printer drivers are installed!\n" +#~ msgstr "" +#~ "Ostrzeżenie, brak zainstalowanych sterowników drukarek Windows 2000!\n" -#, c-format -msgid "%s: Error - bad job ID!\n" -msgstr "%: błąd - błędny ID zadania!\n" +#~ msgid "You are not authorized to alter job id %d owned by \"%s\"!" +#~ msgstr "" +#~ "Nie jesteś upoważniony do zmienienia ID zadania %d należącego do \"%s\"!" -#, c-format -msgid "%s: Error - expected copies after '-n' option!\n" -msgstr "%: błąd - oczekiwane kopie po opcji \"-n\"!\n" +#~ msgid "You are not authorized to authenticate job #%d owned by \"%s\"!" +#~ msgstr "" +#~ "Nie jesteś upoważniony do uwierzytelnienia zadania #%d należącego do \"%s" +#~ "\"!" -#, c-format -msgid "%s: Error - expected option string after '-o' option!\n" -msgstr "%s: błąd - oczekiwany łańcuch tekstowy opcji po opcji \"-o\"!\n" +#~ msgid "You are not authorized to delete job #%d owned by \"%s\"!" +#~ msgstr "" +#~ "Nie jesteś upoważniony do usunięcia zadania #%d należącego do \"%s\"!" -#, c-format -msgid "%s: Error - expected priority after '-%c' option!\n" -msgstr "%s: błąd - oczekiwany priorytet po opcji \"-%c\"!\n" +#~ msgid "You are not authorized to move job #%d owned by \"%s\"!" +#~ msgstr "" +#~ "Nie jesteś upoważniony do przeniesienia zadania #%d należącego do \"%s\"!" -#, c-format -msgid "%s: Error - priority must be between 1 and 100.\n" -msgstr "%s: błąd - priorytet musi być między 1 a 100.\n" +#~ msgid "You are not authorized to release job id %d owned by \"%s\"!" +#~ msgstr "" +#~ "Nie jesteś upoważniony do zwolnienia ID zadania %d należącego do \"%s\"!" -#, c-format -msgid "%s: Error - expected title after '-t' option!\n" -msgstr "%s: błąd - oczekiwany tytuł po opcji \"-t\"!\n" +#~ msgid "You are not authorized to restart job id %d owned by \"%s\"!" +#~ msgstr "" +#~ "Nie jesteś upoważniony do ponownego uruchomienia ID zadania %d należącego " +#~ "do \"%s\"!" -#, c-format -msgid "%s: Error - expected mode list after '-y' option!\n" -msgstr "%s: błąd - oczekiwana lista trybów po opcji \"-y\"!\n" +#~ msgid "You are not authorized to send document for job #%d owned by \"%s\"!" +#~ msgstr "" +#~ "Nie jesteś upoważniony do wysłania dokumentu do zadania %d należącego do " +#~ "\"%s\"!" -#, c-format -msgid "%s: Warning - mode option ignored!\n" -msgstr "%s: ostrzeżenie - opcja trybu została zignorowana!\n" +#~ msgid "You must use a https: URL to access this page." +#~ msgstr "Musisz użyć URL-a https:, aby uzyskać dostęp do tej strony." -#, c-format -msgid "%s: Error - expected hold name after '-H' option!\n" -msgstr "%s: błąd - oczekiwana wstrzymana nazwa po opcji \"-H\"!\n" +#~ msgid "add_class: Unknown printer-error-policy \"%s\"." +#~ msgstr "add_class: nieznane \"%s\" printer-error-policy." -#, c-format -msgid "%s: Need job ID ('-i jobid') before '-H restart'!\n" -msgstr "%s: wymagany jest ID zadania (\"-i idzadania\") po \"-H restart\"!" +#~ msgid "add_class: Unknown printer-op-policy \"%s\"." +#~ msgstr "add_class: nieznane \"%s\" printer-op-policy." -#, c-format -msgid "%s: Error - expected page list after '-P' option!\n" -msgstr "%: błąd - oczekiwana lista stron po opcji \"-P\"!\n" +#~ msgid "cancel: %s failed: %s\n" +#~ msgstr "cancel: %s nie powiodło się: %s\n" -#, c-format -msgid "%s: Error - expected character set after '-S' option!\n" -msgstr "%s: błąd - oczekiwany zestaw znaków po opcji \"-S\"!\n" +#~ msgid "cancel: Error - expected hostname after '-h' option!\n" +#~ msgstr "cancel: błąd - oczekiwana nazwa komputera po opcji \"-h\"!\n" -#, c-format -msgid "%s: Warning - character set option ignored!\n" -msgstr "%s: ostrzeżenie - opcja zestawu znaków została zignorowana!\n" +#~ msgid "cancel: Error - expected username after '-u' option!\n" +#~ msgstr "cancel: błąd - oczekiwana nazwa użytkownika po opcji \"-u\"!\n" -#, c-format -msgid "%s: Error - expected content type after '-T' option!\n" -msgstr "%s: błąd - oczekiwany typ zawartości po opcji \"-T\"!\n" +#~ msgid "cancel: Unable to contact server!\n" +#~ msgstr "cancel: nie można skontaktować się z serwerem!\n" -#, c-format -msgid "%s: Warning - content type option ignored!\n" -msgstr "%s: ostrzeżenie - opcja typu zawartości została zignorowana!\n" +#~ msgid "cancel: Unknown destination \"%s\"!\n" +#~ msgstr "cancel: nieznany cel \"%s\"!\n" -#, c-format -msgid "" -"%s: Error - cannot print from stdin if files or a job ID are provided!\n" -msgstr "" -"%s: błąd - nie można drukować ze standardowego wejścia, jeśli dostarczone są " -"pliki lub ID zadania!\n" +#~ msgid "cancel: Unknown option '%c'!\n" +#~ msgstr "cancel: nieznana opcja \"%c\"!\n" -#, c-format -msgid "" -"%s: Error - need \"completed\", \"not-completed\", or \"all\" after '-W' " -"option!\n" -msgstr "" -"%s: błąd - wymagane jest \"completed\", \"not-completed\" lub \"all\" po -" -"W!\n" +#~ msgid "cupsaddsmb crashed on signal %d" +#~ msgstr "cupsaddsmb wywalił się na sygnale %d" -#, c-format -msgid "%s: Error - expected destination after '-b' option!\n" -msgstr "%: błąd - oczekiwany cel po opcji \"-b\"!\n" +#~ msgid "cupsaddsmb failed with status %d" +#~ msgstr "cupsaddsmb nie powiodło się ze stanem %d" -#, c-format -msgid "%s: Invalid destination name in list \"%s\"!\n" -msgstr "%s: nieprawidłowa nazwa celu na liście \"%s\"!\n" +#~ msgid "cupsaddsmb: Bad option + choice on line %d!\n" +#~ msgstr "cupsaddsmb: błędna opcja + wybór w wierszu %d!\n" -#, c-format -msgid "%s: Unable to connect to server\n" -msgstr "%s: nie można połączyć się z serwerem\n" +#~ msgid "cupsaddsmb: Missing double quote on line %d!\n" +#~ msgstr "cupsaddsmb: brakujący cudzysłów w wierszu %d!\n" -msgid "Print Job:" -msgstr "Zadanie drukowania:" +#~ msgid "cupsaddsmb: Missing value on line %d!\n" +#~ msgstr "cupsaddsmb: brakująca wartość w wierszu %d!\n" -msgid "pending" -msgstr "oczekujące" +#~ msgid "cupsaddsmb: No PPD file for printer \"%s\" - skipping!\n" +#~ msgstr "cupsaddsmb: brak pliku PPD dla drukarki \"%s\" - pomijanie!\n" -msgid "held" -msgstr "wstrzymane" +#~ msgid "cupsaddsmb: No Windows printer drivers are installed!\n" +#~ msgstr "cupsaddsmb: nie ma zainstalowanych sterowników drukarek Windows!\n" -msgid "processing" -msgstr "przetwarzane" +#~ msgid "cupsaddsmb: Unable to connect to server \"%s\" for %s - %s\n" +#~ msgstr "cupsaddsmb: nie można połączyć się z serwerem %s\" dla %s - %s\n" -msgid "stopped" -msgstr "zatrzymane" +#~ msgid "cupsaddsmb: Unable to convert PPD file for %s - %s\n" +#~ msgstr "cupsaddsmb: nie można przekonwertować pliku PPD dla %s - %s\n" -msgid "canceled" -msgstr "anlowane" +#~ msgid "cupsaddsmb: Unable to copy CUPS printer driver files (%d)!\n" +#~ msgstr "" +#~ "cupsaddsmb: nie można skopiować plików sterownika drukarki CUPS (%d)!\n" -msgid "aborted" -msgstr "przerwane" +#~ msgid "cupsaddsmb: Unable to copy Windows 2000 printer driver files (%d)!\n" +#~ msgstr "" +#~ "cupsaddsmb: nie można skopiować plików sterownika drukarki Windows 2000 (%" +#~ "d)!\n" -msgid "completed" -msgstr "zakończone" +#~ msgid "cupsaddsmb: Unable to copy Windows 9x printer driver files (%d)!\n" +#~ msgstr "" +#~ "cupsaddsmb: nie można skopiować plików sterownika drukarki Windows 9x (%" +#~ "d)!\n" -msgid "unknown" -msgstr "nieznane" +#~ msgid "" +#~ "cupsaddsmb: Unable to install Windows 2000 printer driver files (%d)!\n" +#~ msgstr "" +#~ "cupsaddsmb: nie można zainstalować plików sterownika drukarki Windows " +#~ "2000 (%d)!\n" -msgid "untitled" -msgstr "nienazwane" +#~ msgid "" +#~ "cupsaddsmb: Unable to install Windows 9x printer driver files (%d)!\n" +#~ msgstr "" +#~ "cupsaddsmb: nie można zainstalować plików sterownika drukarki Windows 9x " +#~ "(%d)!\n" -msgid "Printer:" -msgstr "Drukarka:" +#~ msgid "cupsaddsmb: Unable to run \"%s\": %s\n" +#~ msgstr "cupsaddsmb: nie można uruchomić \"%s\": %s\n" -msgid "idle" -msgstr "bezczynna" +#~ msgid "cupsaddsmb: Unable to set Windows printer driver (%d)!\n" +#~ msgstr "cupsaddsmb: nie można ustawić sterownika drukarki Windows (%d)!\n" -msgid "Missing notify-subscription-ids attribute!" -msgstr "Brakująca właściwość notify-subscription-ids!" +#~ msgid "" +#~ "cupsaddsmb: Warning, no Windows 2000 printer drivers are installed!\n" +#~ msgstr "" +#~ "cupsaddsmb: ostrzeżenie, nie ma zainstalowanych sterowników drukarek " +#~ "Windows 2000!\n" -msgid "Job subscriptions cannot be renewed!" -msgstr "Subskrypcje zadania nie mogą zostać ponowione!" +#~ msgid "cupsaddsmb: get-printer-attributes failed for \"%s\": %s\n" +#~ msgstr "" +#~ "cupsaddsmb: get-printer-attributes nie powiodło się dla \"%s\": %s\n" -msgid "cupsd: Expected config filename after \"-c\" option!\n" -msgstr "cupsd: oczekiwana nazwa pliku konfiguracji po opcji \"-c\"!\n" +#~ msgid "lp: Error - bad job ID!\n" +#~ msgstr "lp: błąd - błędne ID zadania!\n" -msgid "cupsd: launchd(8) support not compiled in, running in normal mode.\n" -msgstr "" -"cupsd: obsługa launchd(8) nie została wkompilowana, uruchamianie w normalnym " -"trybie.\n" +#~ msgid "lp: Error - cannot print files and alter jobs simultaneously!\n" +#~ msgstr "" +#~ "lp: błąd - nie można jednocześnie drukować plików i zmieniać zadania!\n" -#, c-format -msgid "cupsd: Unknown option \"%c\" - aborting!\n" -msgstr "cupsd: nieznana opcja \"%c\" - przerywanie!\n" +#~ msgid "" +#~ "lp: Error - cannot print from stdin if files or a job ID are provided!\n" +#~ msgstr "" +#~ "lp: błąd - nie można drukować ze standardowego wejścia, jeśli dostarczone " +#~ "są pliki lub ID zadania!\n" -#, c-format -msgid "cupsd: Unknown argument \"%s\" - aborting!\n" -msgstr "cupsd: nieznany argument \"%s\" - przerywanie!\n" +#~ msgid "lp: Expected character set after -S option!\n" +#~ msgstr "lp: oczekiwany zestaw znaków po opcji -S!\n" -msgid "" -"Usage: cupsd [-c config-file] [-f] [-F] [-h] [-l]\n" -"\n" -"-c config-file Load alternate configuration file\n" -"-f Run in the foreground\n" -"-F Run in the foreground but detach\n" -"-h Show this usage message\n" -"-l Run cupsd from launchd(8)\n" -msgstr "" -"Użycie: cupsd [-c plik-konfiguracji] [-f] [-F] [-h] [-l]\n" -"\n" -"-c plik-konfiguracji Wczytuje alternatywny plik konfiguracji\n" -"-f Uruchamia na przednim planie\n" -"-F Uruchamia na przednim planie, ale odłączone\n" -"-h Wyświetla wiadomości o użyciu\n" -"-l Uruchamia cupsd z launchd(8)\n" +#~ msgid "lp: Expected content type after -T option!\n" +#~ msgstr "lp: oczekiwany typ zawartości po opcji -T!\n" -#, c-format -msgid " WARN Line %d only contains whitespace!\n" -msgstr " OSTRZEÅ»ENIE Wiersz %d zawiera wyłącznie białe znaki!\n" +#~ msgid "lp: Expected copies after -n option!\n" +#~ msgstr "lp: oczekiwane kopie po opcji -n!\n" -msgid "" -" WARN File contains a mix of CR, LF, and CR LF line endings!\n" -msgstr "" -" OSTRZEÅ»ENIE Plik zawiera mieszaninę zakończeń wierszy CR, LF i CR " -"LF!\n" +#~ msgid "lp: Expected destination after -d option!\n" +#~ msgstr "lp: oczekiwany cel po opcji -d!\n" -msgid "" -" WARN Non-Windows PPD files should use lines ending with only LF, " -"not CR LF!\n" -msgstr "" -" OSTRZEÅ»ENIE Pliki PPD nie pochodzące z Windows powinny używać " -"tylko zakończeń wierszy LF, nie CR LF!" +#~ msgid "lp: Expected form after -f option!\n" +#~ msgstr "lp: oczekiwana forma po opcji -f!\n" -msgid "Printer Maintenance" -msgstr "Konserwacja drukarki" +#~ msgid "lp: Expected hold name after -H option!\n" +#~ msgstr "lp: oczekiwana wstrzymana nazwa po opcji -H!\n" -msgid "Unable to send maintenance job:" -msgstr "Nie można wysłać zadania konserwacji:" +#~ msgid "lp: Expected hostname after -h option!\n" +#~ msgstr "lp: oczekiwana nazwa komputera po opcji -h!\n" -#, c-format -msgid "cupsaddsmb: No PPD file for printer \"%s\" - %s\n" -msgstr "cupsaddsmb: brak pliku PPD dla drukarki \"%s\" - %s\n" +#~ msgid "lp: Expected job ID after -i option!\n" +#~ msgstr "lp: oczekiwany ID zadania po opcji -i!\n" -#, c-format -msgid " **FAIL** %s %s does not exist!\n" -msgstr " **ZAWIÓDŁ** %s %s nie istnieje!\n" +#~ msgid "lp: Expected mode list after -y option!\n" +#~ msgstr "lp: oczekiwana lista trybów po opcji -y!\n" -#, c-format -msgid " **FAIL** Bad language \"%s\"!\n" -msgstr " **ZAWIÓDŁ** Błędny język \"%s\"!\n" +#~ msgid "lp: Expected option string after -o option!\n" +#~ msgstr "lp: oczekiwany łańcuch opcji po opcji -o!\n" -#, c-format -msgid " **FAIL** Missing \"%s\" translation string for option %s!\n" -msgstr "" -" **ZAWIÓDŁ** Brakujący łańcuch tekstowy tłumaczenia \"%s\" dla opcji %" -"s!\n" +#~ msgid "lp: Expected page list after -P option!\n" +#~ msgstr "lp: oczekiwana lista stron po opcji -P!\n" -#, c-format -msgid "" -" **FAIL** Default translation string for option %s contains 8-bit " -"characters!\n" -msgstr "" -" **ZAWIÓDŁ** Domyślny łańcuch tekstowy tłumaczenia dla opcji %s " -"zawiera 8 bitowe znaki!\n" +#~ msgid "lp: Expected priority after -%c option!\n" +#~ msgstr "lp: oczekiwany priorytet po opcji -%c!\n" + +#~ msgid "lp: Expected title after -t option!\n" +#~ msgstr "lp: oczekiwany tytuł po opcji -t!\n" + +#~ msgid "lp: Need job ID (-i) before \"-H restart\"!\n" +#~ msgstr "lp: wymagany ID zadania (-) przed \"-H restart\"!\n" -#, c-format -msgid "" -" **FAIL** Missing \"%s\" translation string for option %s, choice %s!\n" -msgstr "" -" **ZAWIÓDŁ** Brakujący łańcuch tekstowy tłumaczenia \"%s\" dla opcji %" -"s, wybierz %s!\n" +#~ msgid "lp: Priority must be between 1 and 100.\n" +#~ msgstr "lp: priorytet musi być między 1 a 100.\n" -#, c-format -msgid "" -" **FAIL** Default translation string for option %s choice %s contains " -"8-bit characters!\n" -msgstr "" -" **ZAWIÓDŁ** Domyślny łańcuch tekstowy tłumaczenia dla opcji %s wyboru " -"%s zawiera 8 bitowe znaki!\n" +#~ msgid "lp: Too many files - \"%s\"\n" +#~ msgstr "lp: za dużo plików - \"%s\"\n" -#, c-format -msgid " **FAIL** Bad cupsFilter value \"%s\"!\n" -msgstr " **ZAWIÓDŁ** Błędna wartość cupsFilter \"%s\"!\n" +#~ msgid "lp: Unable to access \"%s\" - %s\n" +#~ msgstr "lp: nie można uzyskać dostępu do \"%s\" - %s\n" -msgid "Help" -msgstr "Pomoc" +#~ msgid "lp: Unknown option '%c'!\n" +#~ msgstr "lp: nieznana opcja \"%c\"!\n" -#, c-format -msgid "Missing value on line %d!\n" -msgstr "Brakująca wartość w wierszu %d!\n" +#~ msgid "lp: Warning - character set option ignored!\n" +#~ msgstr "lp: ostrzeżenie - opcja zestawu znaków została zignorowana!\n" -#, c-format -msgid "Missing double quote on line %d!\n" -msgstr "Brakujący cudzysłów w wierszu %d!\n" +#~ msgid "lp: Warning - content type option ignored!\n" +#~ msgstr "lp: ostrzeżenie - opcja typu zawartości została zignorowana!\n" -#, c-format -msgid "Bad option + choice on line %d!\n" -msgstr "Błędna opcja + wybór w wierszu %d!\n" +#~ msgid "lp: Warning - mode option ignored!\n" +#~ msgstr "lp: ostrzeżenie - opcja trybu została zignorowana!\n" -#, c-format -msgid "Unable to copy Windows 2000 printer driver files (%d)!\n" -msgstr "Nie można skopiować plików sterownika drukarki Windows 2000 (%d)!" +#~ msgid "" +#~ "lp: error - %s environment variable names non-existent destination \"%s" +#~ "\"!\n" +#~ msgstr "" +#~ "lp: błąd - %s nazw zmiennych środowiskowych z nieistniejącym celem \"%s" +#~ "\"!\n" -#, c-format -msgid "Unable to copy CUPS printer driver files (%d)!\n" -msgstr "Nie można skopiować plików sterownika drukarki CUPS (%d)!\n" +#~ msgid "lp: error - no default destination available.\n" +#~ msgstr "lp: błąd - brak dostępnego domyślnego celu.\n" -#, c-format -msgid "Unable to install Windows 2000 printer driver files (%d)!\n" -msgstr "Nie można zainstalować plików sterownika drukarki Windows 2000 (%d)!" +#~ msgid "lp: error - scheduler not responding!\n" +#~ msgstr "lp: błąd - planista nie odpowiada!\n" -#, c-format -msgid "Unable to copy Windows 9x printer driver files (%d)!\n" -msgstr "Nie można skopiować plików sterownika drukarki Windows 9x (%d)!" +#~ msgid "lp: error - unable to write to temporary file \"%s\" - %s\n" +#~ msgstr "lp: błąd - nie można zapisać do pliku tymczasowego \"%s\" - %s\n" -#, c-format -msgid "Unable to install Windows 9x printer driver files (%d)!\n" -msgstr "Nie można zainstalować plików sterownika drukarki Windows 9x (%d)!" +#~ msgid "lp: restart-job failed: %s\n" +#~ msgstr "lp: restart-job nie powiodło się: %s\n" -msgid "No Windows printer drivers are installed!\n" -msgstr "Brak zainstalowanych sterowników drukarek Windows!\n" +#~ msgid "lp: set-job-attributes failed: %s\n" +#~ msgstr "lp: set-job-attributes nie powiodło się: %s\n" -msgid "Warning, no Windows 2000 printer drivers are installed!\n" -msgstr "Ostrzeżenie, brak zainstalowanych sterowników drukarek Windows 2000!\n" +#~ msgid "lp: stdin is empty, so no job has been sent.\n" +#~ msgstr "" +#~ "lp: standardowe wejście jest puste, więc żadne zadanie nie zostało " +#~ "wysłane.\n" -#, c-format -msgid "Unable to set Windows printer driver (%d)!\n" -msgstr "Nie można ustawić sterownika drukarki Windows (%d)!\n" +#~ msgid "lp: unable to create temporary file \"%s\" - %s\n" +#~ msgstr "lp: nie można utworzyć pliku tymczasowego \"%s\" - %s\n" -msgid "" -"Usage: cupsaddsmb [options] printer1 ... printerN\n" -" cupsaddsmb [options] -a\n" -"\n" -"Options:\n" -" -E Encrypt the connection to the server\n" -" -H samba-server Use the named SAMBA server\n" -" -U samba-user Authenticate using the named SAMBA user\n" -" -a Export all printers\n" -" -h cups-server Use the named CUPS server\n" -" -v Be verbose (show commands)\n" -msgstr "" -"Użycie: cupsaddsmb [opcje] drukarka1 ... drukarkaN\n" -" cupsaddsmb [opcje] -a\n" -"\n" -"Opcje:\n" -" -H serwer-samby Używa nazwanego serwera Samby\n" -" -U użytkownik-samby Uwierzytelnia używając nazwanego użytkownika Samby\n" -" -a Eksportuje wszystkie drukarki\n" -" -h serwer-cups Używa nazwanego serwera CUPS\n" -" -v (wyświetla polecenia)\n" +#~ msgid "lp: unable to print file: %s\n" +#~ msgstr "lp: nie można wydrukować pliku: %s\n" -#, c-format -msgid "Unable to copy Windows 2000 printer driver files (%d)!" -msgstr "Nie można skopiować plików sterowników drukarek Windows 2000 (%d)!" +#~ msgid "lpadmin: %s failed: %s\n" +#~ msgstr "lpadmin: %s nie powiodło się: %s\n" -#, c-format -msgid "Unable to copy CUPS printer driver files (%d)!" -msgstr "Nie można skopiować plików sterowników drukarek CUPS (%d)!" +#~ msgid "lpadmin: add-printer (set description) failed: %s\n" +#~ msgstr "lpadmin: add-printer (ustawienie opisu) nie powiodło się: %s\n" -#, c-format -msgid "Unable to install Windows 2000 printer driver files (%d)!" -msgstr "Nie można zainstalować plików sterowników drukarek Windows 2000 (%d)!" +#~ msgid "lpadmin: add-printer (set location) failed: %s\n" +#~ msgstr "lpadmin: add-printer (ustawienie położenia) nie powiodło się: %s\n" -#, c-format -msgid "Unable to copy Windows 9x printer driver files (%d)!" -msgstr "Nie można skopiować plików sterowników drukarek Windows 9x (%d)!" +#~ msgid "lpadmin: add-printer (set model) failed: %s\n" +#~ msgstr "lpadmin: add-printer (ustawienie modelu) nie powiodło się: %s\n" -#, c-format -msgid "Unable to install Windows 9x printer driver files (%d)!" -msgstr "Nie można zainstalować plików sterowników drukarek Windows 9x (%d)!" +#~ msgid "lpinfo: cups-get-devices failed: %s\n" +#~ msgstr "lpinfo: cups-get-devices nie powiodło się: %s\n" -msgid "No Windows printer drivers are installed!" -msgstr "Brak zainstalowanych sterowników drukarek!" +#~ msgid "lpinfo: cups-get-ppds failed: %s\n" +#~ msgstr "lpinfo: cups-get-ppds nie powiodło się: %s\n" -msgid "Warning, no Windows 2000 printer drivers are installed!" -msgstr "Ostrzeżenie, brak zainstalowanych sterowników drukarek Windows 2000!" +#~ msgid "lpmove: move-job failed: %s\n" +#~ msgstr "lpmove: move-job nie powiodło się: %s\n" -#, c-format -msgid "open of %s failed: %s" -msgstr "otwarcie z %s nie powiodło się: %s" +#~ msgid "lpoptions: Destination %s has no PPD file!\n" +#~ msgstr "lpopotions: cel %s nie posiada pliku PPD!\n" -#, c-format -msgid "Running command: %s %s -N -A %s -c '%s'\n" -msgstr "Uruchamianie poleceń: %s %s -N -A %s -c \"%s\"\n" +#~ msgid "lpq: Unable to contact server!\n" +#~ msgstr "lpq: nie można skontaktować się z serwerem!\n" -#, c-format -msgid "stat of %s failed: %s" -msgstr "użycie stat z %s nie powiodło się: %s" +#~ msgid "lpq: Unknown destination \"%s\"!\n" +#~ msgstr "lpq: nieznany cel \"%s\"!\n" -#, c-format -msgid "Job #%d is already cancelled - can't cancel." -msgstr "Zadanie #%d zostało już anulowane - nie można anulować." +#~ msgid "lpq: Unknown destination \"%s/%s\"!\n" +#~ msgstr "lpq: nieznany cel \"%s/%s\"!\n" -#, c-format -msgid "Job #%d is already aborted - can't cancel." -msgstr "Zadanie #%d zostało już przerwane - nie można anulować." +#~ msgid "lpq: error - no default destination available.\n" +#~ msgstr "lpq: błąd - brak dostępnego domyślnego celu.\n" -#, c-format -msgid "Job #%d is already completed - can't cancel." -msgstr "Zadanie #%d zostało już zakończone - nie można anulować." +#~ msgid "lpq: get-jobs failed: %s\n" +#~ msgstr "lpq: get-jobs nie powiodło się: %s\n" -#, c-format -msgid "" -"You must access this page using the URL https://%" -"s:%d%s." -msgstr "" -"Aby uzyskać dostęp do tej strony, użyj URL-a https://%s:%d%s." +#~ msgid "lpq: get-printer-attributes failed: %s\n" +#~ msgstr "lpq: get-printer-attributes nie powiodło się: %s\n" -#, c-format -msgid "Unsupported format '%s'!" -msgstr "Nieobsługiwany format \"%s\"!" +#~ msgid "" +#~ "lpr: error - %s environment variable names non-existent destination \"%s" +#~ "\"!\n" +#~ msgstr "" +#~ "lpr: błąd - %s nazw zmiennych środowiskowych z nieistniejącym celem \"%s" +#~ "\"!\n" -msgid "FAIL\n" -msgstr "ZAWIÓDŁ\n" +#~ msgid "lpr: error - expected copy count after -# option!\n" +#~ msgstr "lpr: błąd - oczekiwany licznik kopiowania po opcji -#!\n" -#, c-format -msgid "" -" Line %d is longer than 255 characters (%d)!\n" -" REF: Page 25, Line Length\n" -msgstr "" +#~ msgid "lpr: error - expected destination after -P option!\n" +#~ msgstr "lpr: błąd - oczekiwany cel po opcji -P!\n" -msgid "" -" Missing %!PS-Adobe-3.0 on first line!\n" -" REF: Page 17, 3.1 Conforming Documents\n" -msgstr "" -" Brakujące %!PS-Adobe-3.0 w pierwszym wierszu!\n" -" REF: strona 17, 3.1 Podporządkowywanie dokumentów\n" +#~ msgid "lpr: error - expected name after -%c option!\n" +#~ msgstr "lpr: błąd - oczekiwana nazwa po opcji -%c!\n" -#, c-format -msgid "" -" Bad %%%%Pages: on line %d!\n" -" REF: Page 43, %%%%Pages:\n" -msgstr "" -" Błędne %%%%Pages: w wierszu %d!\n" -" REF: strona 43, %%%%Pages:\n" +#~ msgid "lpr: error - expected option=value after -o option!\n" +#~ msgstr "lpr: błąd - oczekiwana opcja=wartość po opcji -o!\n" -#, c-format -msgid "" -" Bad %%%%BoundingBox: on line %d!\n" -" REF: Page 39, %%%%BoundingBox:\n" -msgstr "" -" Błędne %%%%BoundingBox: w wierszu %d!\n" -" REF: strona 39, %%%%BoundingBox:\n" +#~ msgid "lpr: error - expected username after -U option!\n" +#~ msgstr "lpr: błąd - oczekiwana nazwa użytkownika po opcji -U!\n" -#, c-format -msgid "" -" Bad %%%%Page: on line %d!\n" -" REF: Page 53, %%%%Page:\n" -msgstr "" -" Błędne %%%%Page: w wierszu %d!\n" -" REF: strona 53, %%%%Page:\n" +#~ msgid "lpr: error - expected value after -%c option!\n" +#~ msgstr "lpr: błąd - oczekiwana wartość po opcji -%c!\n" -#, c-format -msgid "" -" Missing or bad %%BoundingBox: comment!\n" -" REF: Page 39, %%BoundingBox:\n" -msgstr "" -" Brakujące lub błędne %%BoundingBox: komentarz!\n" -" REF: strona 39, %%BoundingBox:\n" +#~ msgid "lpr: error - no default destination available.\n" +#~ msgstr "lpr: błąd - brak dostępnego domyślnego celu.\n" -#, c-format -msgid "" -" Missing or bad %%Pages: comment!\n" -" REF: Page 43, %%Pages:\n" -msgstr "" -" Brakujące lub błędne %%Pages: komentarz!\n" -" REF: strona 43, %%Pages:\n" +#~ msgid "lpr: error - scheduler not responding!\n" +#~ msgstr "lpr: błąd - planista nie odpowiada!\n" -#, c-format -msgid "" -" Missing %%EndComments comment!\n" -" REF: Page 41, %%EndComments\n" -msgstr "" -" Brakujący komentarz %%EndComments!\n" -" REF: strona 41, %%EndComments\n" +#~ msgid "lpr: error - stdin is empty, so no job has been sent.\n" +#~ msgstr "" +#~ "lpr: błąd - standardowe wejście jest puste, więc żadne zadanie nie " +#~ "zostało wysłane.\n" -#, c-format -msgid "" -" Missing or bad %%Page: comments!\n" -" REF: Page 53, %%Page:\n" -msgstr "" -" Brakujące lub błędne %%Page: kometarze!\n" -" REF: strona 53, %%Page:\n" +#~ msgid "lpr: error - too many files - \"%s\"\n" +#~ msgstr "lpr: błąd - za dużo plików - \"%s\"\n" -#, c-format -msgid " Too many %%EndDocument comments!\n" -msgstr " Za dużo komentarzy %%EndDocument!\n" +#~ msgid "lpr: error - unable to access \"%s\" - %s\n" +#~ msgstr "lpr: błąd - nie można uzyskać dostępu \"%s\" - %s\n" -#, c-format -msgid " Too many %%BeginDocument comments!\n" -msgstr " Za dużo komentarzy %%BeginDocument!\n" +#~ msgid "lpr: error - unable to create temporary file \"%s\" - %s\n" +#~ msgstr "lpr: błąd - nie można utworzyć pliku tymczasowego \"%s\" - %s\n" -#, c-format -msgid " Saw %d lines that exceeded 255 characters!\n" -msgstr " Zobaczono %d wierszy przekraczających 255 znaków!\n" +#~ msgid "lpr: error - unable to print file: %s\n" +#~ msgstr "lpr: błąd - nie można wydrukować pliku: %s\n" -msgid "PASS\n" -msgstr "POWODZENIE\n" +#~ msgid "lpr: error - unable to write to temporary file \"%s\" - %s\n" +#~ msgstr "lpr: błąd - nie można zapisać do pliku tymczasowego \"%s\" - %s\n" -msgid " Warning: file contains binary data!\n" -msgstr " Ostrzeżenie: plik zawiera dane binarne!\n" +#~ msgid "lpr: error - unknown option '%c'!\n" +#~ msgstr "lpr: błąd - nieznana opcja \"%c\"!\n" -#, c-format -msgid " Warning: obsolete DSC version %.1f in file!\n" -msgstr " Ostrzeżenie: przestarzała wersja DSC %.1f w pliku!\n" +#~ msgid "" +#~ "lpr: warning - '%c' format modifier not supported - output may not be " +#~ "correct!\n" +#~ msgstr "" +#~ "lpr - ostrzeżenie - modyfikator formatu \"%c\" jest nieobsługiwany - " +#~ "wyjście może nie być poprawne!" -#, c-format -msgid " Warning: no %%EndComments comment in file!\n" -msgstr " Ostrzeżenie: brak komentarza %%EndComments w pliku!\n" +#~ msgid "lpr: warning - email notification is not currently supported!\n" +#~ msgstr "" +#~ "lpr: ostrzeżenie - powiadamianie na e-mail nie jest teraz obsługiwane!\n" -msgid "" -"Usage: cupstestdsc [options] filename.ps [... filename.ps]\n" -" cupstestdsc [options] -\n" -"\n" -"Options:\n" -"\n" -" -h Show program usage\n" -"\n" -" Note: this program only validates the DSC comments, not the PostScript " -"itself.\n" -msgstr "" -"Użycie: cupstestdsc [opcje] nazwapliku.ps [... nazwapliku.ps]\n" -" cupstestdsc [opcje] -\n" -"\n" -"Opcje:\n" -"\n" -" -h Wyświetla użycie programu\n" -"\n" -" Uwaga: ten program sprawdza tylko komentarze DSC, nie PostScriptowe..\n" +#~ msgid "lprm: Job or printer not found!\n" +#~ msgstr "lprm: zadanie lub drukarka nie została znaleziona!\n" -#, c-format -msgid "Password for %s on %s? " -msgstr "" +#~ msgid "lprm: Not authorized to lprm job(s)!\n" +#~ msgstr "lprm: nie upoważniony do zadań lprm!\n" -#, fuzzy -msgid "" -" **FAIL** 1284DeviceId must be 1284DeviceID!\n" -" REF: Page 72, section 5.5\n" -msgstr "" -" **ZAWIÓDŁ** Błędny %s wybór %s!\n" -" REF: strona 122, sekcja 5.17\n" +#~ msgid "lprm: Unable to cancel job(s)!\n" +#~ msgstr "lprm: nie można anulować zadań!\n" -#, fuzzy, c-format -msgid "Missing value on line %d!" -msgstr "Brakująca wartość w wierszu %d!\n" +#~ msgid "lprm: Unable to lprm job(s)!\n" +#~ msgstr "lprm: nie można usunąć zadań używając lprm!\n" -#, fuzzy, c-format -msgid "Missing double quote on line %d!" -msgstr "Brakujący cudzysłów w wierszu %d!\n" +#~ msgid "lprm: Unknown destination \"%s\"!\n" +#~ msgstr "lprm: nieznany cel \"%s\"!\n" -#, fuzzy, c-format -msgid "Bad option + choice on line %d!" -msgstr "Błędna opcja + wybór w wierszu %d!\n" +#~ msgid "lprm: Unknown option '%c'!\n" +#~ msgstr "lprm: nieznana opcja \"%c\"!\n" -#, fuzzy -msgid "Empty PPD file!" -msgstr "Nie można skopiować pliku PPD!" +#~ msgid "lprm: You don't own job ID %d!\n" +#~ msgstr "lprm: nie jesteś właścicielem zadania o ID %d!\n" -#, fuzzy, c-format -msgid "Unable to set Windows printer driver (%d)!" -msgstr "Nie można ustawić sterownika drukarki Windows (%d)!\n" +#~ msgid "lpstat: Invalid destination name in list \"%s\"!\n" +#~ msgstr "lpstat: nieprawidłowa nazwa celu na liście \"%s\"!\n" -#, fuzzy, c-format -msgid "Unable to run \"%s\": %s\n" -msgstr "cupsaddsmb: nie można uruchomić \"%s\": %s\n" +#~ msgid "lpstat: Need \"completed\" or \"not-completed\" after -W!\n" +#~ msgstr "lpstat: wymagane jest \"completed\" lub \"not-completed\" po -W!\n" -#, fuzzy -msgid "" -"Enter your username and password or the root username and password to access " -"this page. If you are using Kerberos authentication, make sure you have a " -"valid Kerberos ticket." -msgstr "" -"Podaj swoją nazwę użytkownika i hasło lub nazwę użytkownika root i hasło, " -"aby uzyskać dostęp do tej strony." +#~ msgid "" +#~ "lpstat: Need \"completed\", \"not-completed\", or \"all\" after -W!\n" +#~ msgstr "" +#~ "lpstat: wymagane jest \"completed\", \"not-completed\" lub \"all\" po -" +#~ "W!\n" -#, fuzzy, c-format -msgid "Job #%d is already canceled - can't cancel." -msgstr "Zadanie #%d zostało już anulowane - nie można anulować." +#~ msgid "lpstat: The -b option requires a destination argument.\n" +#~ msgstr "lpstat: opcja -b wymaga argumentu docelowego.\n" -#, c-format -msgid "Bad notify-recipient URI \"%s\"!" -msgstr "" +#~ msgid "lpstat: Unable to connect to server %s on port %d: %s\n" +#~ msgstr "lpstat: nie można połączyć się z serwerem %s na porcie %d: %s\n" -#, c-format -msgid "notify-recipient URI \"%s\" uses unknown scheme!" -msgstr "" +#~ msgid "lpstat: Unknown destination \"%s\"!\n" +#~ msgstr "lpstat: nieznany cel \"%s\"!\n" -#, fuzzy, c-format -msgid "Bad notify-pull-method \"%s\"!" -msgstr "Błędne \"%s\" port-monitor!" +#~ msgid "lpstat: Unknown option '%c'!\n" +#~ msgstr "lpstat: nieznana opcja \"%c\"!\n" -#, fuzzy, c-format -msgid "" -" **FAIL** %s must be 1284DeviceID!\n" -" REF: Page 72, section 5.5\n" -msgstr "" -" **ZAWIÓDŁ** Błędny %s wybór %s!\n" -" REF: strona 122, sekcja 5.17\n" +#~ msgid "lpstat: get-classes failed: %s\n" +#~ msgstr "lpstat: get-classes nie powiodło się: %s\n" -#, fuzzy, c-format -msgid " %d ERRORS FOUND\n" -msgstr " ZNALEZIONO %d BŁĘDÓW%s\n" +#~ msgid "lpstat: get-jobs failed: %s\n" +#~ msgstr "lpstat: get-jobs nie powiodło się: %s\n" -#, fuzzy, c-format -msgid "lpoptions: Unable to get PPD file for %s: %s\n" -msgstr "lpoptions: nie można otworzyć pliku PPD dla %s!\n" +#~ msgid "lpstat: get-printers failed: %s\n" +#~ msgstr "lpstat: get-printers nie powiodło się: %s\n" diff --git a/locale/cups_sv.po b/locale/cups_sv.po index ce22e56e4..0113326ee 100644 --- a/locale/cups_sv.po +++ b/locale/cups_sv.po @@ -28,7 +28,7 @@ msgid "" msgstr "" "Project-Id-Version: CUPS 1.3\n" "Report-Msgid-Bugs-To: http://www.cups.org/str.php\n" -"POT-Creation-Date: 2007-01-23 09:44-0500\n" +"POT-Creation-Date: 2007-03-30 16:49-0400\n" "PO-Revision-Date: 2007-01-23 16:31+0100\n" "Last-Translator: Daniel Nylander \n" "Language-Team: Swedish \n" @@ -36,2847 +36,3537 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -msgid "Options Installed" -msgstr "Alternativ installerade" - -msgid "Class" -msgstr "Klass" +msgid "\t\t(all)\n" +msgstr "\t\t(alla)\n" -msgid "Printer" -msgstr "Skrivare" +msgid "\t\t(none)\n" +msgstr "\t\t(ingen)\n" -msgid "Extra" -msgstr "Extra" +#, c-format +msgid "\t%d entries\n" +msgstr "\t%d objekt\n" -msgid "General" -msgstr "Allmänt" +msgid "\tAfter fault: continue\n" +msgstr "\tEfter fel: fortsätt\n" -msgid "Media Size" -msgstr "Mediastorlek" +msgid "\tAlerts:" +msgstr "\tAlarm:" -msgid "Media Type" -msgstr "Mediatyp" +msgid "\tBanner required\n" +msgstr "\tBanner krävs\n" -msgid "Media Source" -msgstr "Mediakälla" +msgid "\tCharset sets:\n" +msgstr "\tTeckenkodningar:\n" -msgid "Output Mode" -msgstr "Utmatningsläge" +msgid "\tConnection: direct\n" +msgstr "\tAnslutning: direkt\n" -msgid "Resolution" -msgstr "Upplösning" +msgid "\tConnection: remote\n" +msgstr "\tAnslutning: fjärr\n" -msgid "Variable" -msgstr "Variabel" +msgid "\tDefault page size:\n" +msgstr "\tStandardstorlek för sida:\n" -msgid "Yes" -msgstr "Ja" +# Pitch är ett svÃ¥rt att kort förklara.. +msgid "\tDefault pitch:\n" +msgstr "\tStandardavstÃ¥nd mellan bildpunkter:\n" -msgid "No" -msgstr "Nej" +msgid "\tDefault port settings:\n" +msgstr "\tStandardportinställningar:\n" -msgid "Auto" -msgstr "Auto" +#, c-format +msgid "\tDescription: %s\n" +msgstr "\tBeskrivning: %s\n" -msgid "Enter your username and password or the root username and password to access this page." -msgstr "Ange ditt användarnamn och lösenord eller root-användnamnet och lösenord för att komma Ã¥t denna sida." +msgid "" +"\tForm mounted:\n" +"\tContent types: any\n" +"\tPrinter types: unknown\n" +msgstr "" +"\tFormulär monterat:\n" +"\tInnehÃ¥llstyper: alla\n" +"\tSkrivartyper: okänd\n" -msgid "You must use a https: URL to access this page." -msgstr "Du mÃ¥ste använda en https:-url för att komma Ã¥t denna sida." +msgid "\tForms allowed:\n" +msgstr "\tTillÃ¥tna format:\n" #, c-format -msgid "Bad request version number %d.%d!" -msgstr "Felaktigt versionsnummer %d.%d för begäran!" - -msgid "No attributes in request!" -msgstr "Inga attribut i begäran!" +msgid "\tInterface: %s.ppd\n" +msgstr "\tGränssnitt: %s.ppd\n" #, c-format -msgid "Attribute groups are out of order (%x < %x)!" -msgstr "Attributgrupper fungerar inte (%x < %x)!" - -msgid "Missing required attributes!" -msgstr "Saknar nödvändiga attribut!" +msgid "\tInterface: %s/interfaces/%s\n" +msgstr "\tGränssnitt: %s/interfaces/%s\n" #, c-format -msgid "%s not supported!" -msgstr "%s stöds inte!" +msgid "\tInterface: %s/ppd/%s.ppd\n" +msgstr "\tGränssnitt: %s/ppd/%s.ppd\n" -msgid "The printer or class was not found." -msgstr "Skrivaren eller klassen hittades inte." +#, c-format +msgid "\tLocation: %s\n" +msgstr "\tPlats: %s\n" -msgid "The printer-uri must be of the form \"ipp://HOSTNAME/classes/CLASSNAME\"." -msgstr "Printer-uri mÃ¥ste vara i formatet \"ipp://VÄRDNAMN/classes/KLASSNAMN\"." +msgid "\tOn fault: no alert\n" +msgstr "\tVid fel: inget alarm\n" -#, c-format -msgid "The printer-uri \"%s\" contains invalid characters." -msgstr "Printer-uri \"%s\" innehÃ¥ller ogiltiga tecken." +msgid "\tUsers allowed:\n" +msgstr "\tTillÃ¥tna användare:\n" -#, c-format -msgid "A printer named \"%s\" already exists!" -msgstr "En skrivare med namnet \"%s\" finns redan!" +msgid "\tUsers denied:\n" +msgstr "\tNekade användare:\n" -#, c-format -msgid "Attempt to set %s printer-state to bad value %d!" -msgstr "Försök att ställa in %s printer-state till felaktigt värde %d!" +msgid "\tdaemon present\n" +msgstr "\tdemon närvarande\n" -#, c-format -msgid "add_class: Unknown printer-op-policy \"%s\"." -msgstr "add_class: Okänd printer-op-policy \"%s\"." +msgid "\tno entries\n" +msgstr "\tinga objekt\n" #, c-format -msgid "add_class: Unknown printer-error-policy \"%s\"." -msgstr "add_class: Okänd printer-error-policy \"%s\"." +msgid "\tprinter is on device '%s' speed -1\n" +msgstr "\tskrivare finns pÃ¥ enhet \"%s\" hastighet -1\n" -msgid "Unable to allocate memory for file types!" -msgstr "Kunde inte allokera minne för filtyper!" +msgid "\tprinting is disabled\n" +msgstr "\tutskrifter är inaktiverat\n" -#, c-format -msgid "Character set \"%s\" not supported!" -msgstr "Teckenkodningen \"%s\" stöds inte!" +msgid "\tprinting is enabled\n" +msgstr "\tutskrifter är aktiverat\n" #, c-format -msgid "Language \"%s\" not supported!" -msgstr "SprÃ¥ket \"%s\" stöds inte!" +msgid "\tqueued for %s\n" +msgstr "\tkölagd för %s\n" -#, c-format -msgid "The notify-user-data value is too large (%d > 63 octets)!" -msgstr "Värdet för notify-user-data är för stort (%d > 63 okteter)!" +msgid "\tqueuing is disabled\n" +msgstr "\tköläggning är inaktiverad\n" -msgid "The notify-lease-duration attribute cannot be used with job subscriptions." -msgstr "Attributet notify-lease-duration kan inte användas med jobbprenumerationer." +msgid "\tqueuing is enabled\n" +msgstr "\tköläggning är aktiverad\n" -msgid "The printer-uri must be of the form \"ipp://HOSTNAME/printers/PRINTERNAME\"." -msgstr "Printer-uri mÃ¥ste vara i formatet \"ipp://VÄRDNAMN/printers/SKRIVARNAMN\"." +msgid "\treason unknown\n" +msgstr "\tokänd anledning\n" -#, c-format -msgid "A class named \"%s\" already exists!" -msgstr "En klass med namnet \"%s\" finns redan!" +msgid "" +"\n" +" DETAILED CONFORMANCE TEST RESULTS\n" +msgstr "" +"\n" +" DETALJERADE TESTRESULTAT\n" -#, c-format -msgid "File device URIs have been disabled! To enable, see the FileDevice directive in \"%s/cupsd.conf\"." -msgstr "Felenhets URI:er har blivit inaktiverat! För att aktivera, se direktivet FileDevice i \"%s/cupsd.conf\"." +msgid " REF: Page 15, section 3.1.\n" +msgstr " REF: Sida 15, sektion 3.1.\n" -#, c-format -msgid "Bad device-uri \"%s\"!" -msgstr "Felaktig device-uri \"%s\"!" +msgid " REF: Page 15, section 3.2.\n" +msgstr " REF: Sida 15, sektion 3.2.\n" -#, c-format -msgid "Bad port-monitor \"%s\"!" -msgstr "Felaktig port-monitor \"%s\"!" +msgid " REF: Page 19, section 3.3.\n" +msgstr " REF: Sida 19, sektion 3.3.\n" -#, c-format -msgid "Bad printer-state value %d!" -msgstr "Felaktigt värde för printer-state %d!" +msgid " REF: Page 20, section 3.4.\n" +msgstr " REF: Sida 20, sektion 3.4.\n" -#, c-format -msgid "Unknown printer-op-policy \"%s\"." -msgstr "Okänd printer-op-policy \"%s\"." +msgid " REF: Page 27, section 3.5.\n" +msgstr " REF: Sida 27, sektion 3.5.\n" -#, c-format -msgid "Unknown printer-error-policy \"%s\"." -msgstr "Okänd printer-error-policy \"%s\"." +msgid " REF: Page 42, section 5.2.\n" +msgstr " REF: Sida 42, sektion 5.2.\n" -#, c-format -msgid "Unable to copy interface script - %s!" -msgstr "Kunde inte kopiera gränssnittsskript - %s!" +msgid " REF: Pages 16-17, section 3.2.\n" +msgstr " REF: Sidorna 16-17, sektion 3.2.\n" -#, c-format -msgid "Unable to copy PPD file - %s!" -msgstr "Kunde inte kopiera PPD-fil - %s!" +msgid " REF: Pages 42-45, section 5.2.\n" +msgstr " REF: Sidorna 42-45, sektion 5.2.\n" -msgid "Unable to copy PPD file!" -msgstr "Kunde inte kopiera PPD-fil!" +msgid " REF: Pages 45-46, section 5.2.\n" +msgstr " REF: Sidorna 45-46, sektion 5.2.\n" -msgid "Got a printer-uri attribute but no job-id!" -msgstr "Fick ett printer-uri-attribut men inget jobb-id!" +msgid " REF: Pages 48-49, section 5.2.\n" +msgstr " REF: Sidorna 48-49, sektion 5.2.\n" -#, c-format -msgid "Bad job-uri attribute \"%s\"!" -msgstr "Felaktigt attribut för job-uri \"%s\"!" +msgid " REF: Pages 52-54, section 5.2.\n" +msgstr " REF: Sidorna 52-54, sektion 5.2.\n" #, c-format -msgid "Job #%d doesn't exist!" -msgstr "Jobb #%d finns inte!" +msgid " %-39.39s %.0f bytes\n" +msgstr " %-39.39s %.0f byte\n" #, c-format -msgid "Job #%d is not held for authentication!" -msgstr "Jobb #%d hÃ¥lls inte kvar för autentisering!" +msgid " PASS Default%s\n" +msgstr " OK Standard%s\n" -#, c-format -msgid "You are not authorized to authenticate job #%d owned by \"%s\"!" -msgstr "Du är inte behörig att autentisera jobb #%d som ägs av \"%s\"!" +msgid " PASS DefaultImageableArea\n" +msgstr " OK DefaultImageableArea\n" -msgid "The printer-uri attribute is required!" -msgstr "Attributet printer-uri krävs!" +msgid " PASS DefaultPaperDimension\n" +msgstr " OK DefaultPaperDimension\n" -msgid "Missing requesting-user-name attribute!" -msgstr "Saknar attributet requesting-user-name!" +msgid " PASS FileVersion\n" +msgstr " OK FileVersion\n" -#, c-format -msgid "The printer-uri \"%s\" is not valid." -msgstr "Printer-uri \"%s\" är inte giltig." +msgid " PASS FormatVersion\n" +msgstr " OK FormatVersion\n" -#, c-format -msgid "No active jobs on %s!" -msgstr "Inga aktiva jobb pÃ¥ %s!" +msgid " PASS LanguageEncoding\n" +msgstr " OK LanguageEncoding\n" -#, c-format -msgid "You are not authorized to delete job #%d owned by \"%s\"!" -msgstr "Du är inte behörig att ta bort jobb #%d som ägs av \"%s\"!" +msgid " PASS LanguageVersion\n" +msgstr " OK LanguageVersion\n" -#, c-format -msgid "Job #%d is already %s - can't cancel." -msgstr "Jobb #%d är redan %s - kan inte avbryta." +msgid " PASS Manufacturer\n" +msgstr " OK Manufacturer\n" -msgid "The printer or class is not shared!" -msgstr "Skrivaren eller klassen är inte delad!" +msgid " PASS ModelName\n" +msgstr " OK ModelName\n" -#, c-format -msgid "Destination \"%s\" is not accepting jobs." -msgstr "MÃ¥let \"%s\" accepterar inte jobb." +msgid " PASS NickName\n" +msgstr " OK NickName\n" -#, c-format -msgid "Bad copies value %d." -msgstr "Felaktigt värde för kopior %d." +msgid " PASS PCFileName\n" +msgstr " OK PCFileName\n" -#, c-format -msgid "Bad page-ranges values %d-%d." -msgstr "Felaktiga värden för page-ranges, %d-%d." +msgid " PASS PSVersion\n" +msgstr " OK PSVersion\n" -msgid "Too many active jobs." -msgstr "För mÃ¥nga aktiva jobb." +msgid " PASS PageRegion\n" +msgstr " OK PageRegion\n" -msgid "Quota limit reached." -msgstr "Kvotgräns nÃ¥dd." +msgid " PASS PageSize\n" +msgstr " OK PageSize\n" -#, c-format -msgid "Unable to add job for destination \"%s\"!" -msgstr "Kunde inte lägga till jobb för mÃ¥let \"%s\"!" +msgid " PASS Product\n" +msgstr " OK Product\n" -msgid "No subscription attributes in request!" -msgstr "Inga prenumerationsattribut i begäran!" - -msgid "notify-events not specified!" -msgstr "notify-events inte angivet!" +msgid " PASS ShortNickName\n" +msgstr " OK ShortNickName\n" #, c-format -msgid "Job %d not found!" -msgstr "Jobb %d hittades inte!" - -msgid "No default printer" -msgstr "Ingen standardskrivare" - -msgid "cups-deviced failed to execute." -msgstr "cups-deviced misslyckades med att starta." - -msgid "cups-driverd failed to execute." -msgstr "cups-driverd misslyckades med att starta." - -msgid "No destinations added." -msgstr "Inga mÃ¥l tillagda." +msgid "" +" WARN \"%s %s\" conflicts with \"%s %s\"\n" +" (constraint=\"%s %s %s %s\")\n" +msgstr "" +" VARN \"%s %s\" konfliktar med \"%s %s\"\n" +" (begränsare=\"%s %s %s %s\")\n" #, c-format -msgid "notify-subscription-id %d no good!" -msgstr "notify-subscription-id %d inte bra!" +msgid " WARN %s has no corresponding options!\n" +msgstr " VARN %s har inga motsvarande alternativ!\n" #, c-format -msgid "Job #%s does not exist!" -msgstr "Jobb #%s finns inte!" +msgid "" +" WARN %s shares a common prefix with %s\n" +" REF: Page 15, section 3.2.\n" +msgstr "" +" VARN %s delar ett vanligt prefix med %s\n" +" REF: Sida 15, sektion 3.2.\n" + +msgid " WARN Default choices conflicting!\n" +msgstr " VARN Standardvalen i konflikt!\n" #, c-format -msgid "Job #%d does not exist!" -msgstr "Jobb #%d finns inte!" +msgid "" +" WARN Duplex option keyword %s should be named Duplex or " +"JCLDuplex!\n" +" REF: Page 122, section 5.17\n" +msgstr "" +" VARN Nyckelord för Duplex-alternativet %s bör vara Duplex eller " +"JCLDuplex!\n" +" REF: Sida 122, sektion 5.17\n" -msgid "No subscriptions found." -msgstr "Inga prenumerationer hittades." +msgid "" +" WARN File contains a mix of CR, LF, and CR LF line endings!\n" +msgstr "" +" VARN Filen innehÃ¥ller en blandning av CR, LF och CR LF-radslut!\n" -#, c-format -msgid "Not authorized to hold job #%d owned by \"%s\"!" -msgstr "Inte behörig att hÃ¥lla kvar jobb #%d som ägs av \"%s\"!" +msgid "" +" WARN LanguageEncoding required by PPD 4.3 spec.\n" +" REF: Pages 56-57, section 5.3.\n" +msgstr "" +" VARN LanguageEncoding krävs av PPD 4.3-spec.\n" +" REF: Sidorna 56-57, sektion 5.3.\n" #, c-format -msgid "Job #%d is finished and cannot be altered!" -msgstr "Jobb #%d är färdigt och kan inte förändras!" +msgid " WARN Line %d only contains whitespace!\n" +msgstr " VARN Rad %d innehÃ¥ller endast blanktecken!\n" -#, c-format -msgid "You are not authorized to move job #%d owned by \"%s\"!" -msgstr "Du är inte behörig att flytta jobbet #%d som ägs av \"%s\"!" +msgid "" +" WARN Manufacturer required by PPD 4.3 spec.\n" +" REF: Pages 58-59, section 5.3.\n" +msgstr "" +" VARN Manufacturer krävs av PPD 4.3-spec.\n" +" REF: Sidorna 58-59, sektion 5.3.\n" -msgid "job-printer-uri attribute missing!" -msgstr "Attributet job-printer-uri saknas!" +msgid "" +" WARN Non-Windows PPD files should use lines ending with only LF, " +"not CR LF!\n" +msgstr "" +" VARN Icke-Windows PPD-filer bör använda radslut med endast LF, " +"inte CR LF!\n" #, c-format -msgid "Unsupported compression \"%s\"!" -msgstr "Komprimeringen \"%s\" stöds inte!" +msgid "" +" WARN Obsolete PPD version %.1f!\n" +" REF: Page 42, section 5.2.\n" +msgstr "" +" VARN FörÃ¥ldrad PPD-version %.1f!\n" +" REF: Sida 42, sektion 5.2.\n" -msgid "No file!?!" -msgstr "Ingen fil!?!" +msgid "" +" WARN PCFileName longer than 8.3 in violation of PPD spec.\n" +" REF: Pages 61-62, section 5.3.\n" +msgstr "" +" VARN PCFileName längre än 8.3 i strid med PPD-spec.\n" +" REF: Sidorna 61-62, sektion 5.3.\n" -#, c-format -msgid "Could not scan type \"%s\"!" -msgstr "Kunde inte söka av typen \"%s\"!" +msgid "" +" WARN Protocols contains PJL but JCL attributes are not set.\n" +" REF: Pages 78-79, section 5.7.\n" +msgstr "" +" VARN Protokollen innehÃ¥ller PJL men JCL-attributen är inte " +"inställda.\n" +" REF: Sidorna 78-79, sektion 5.7.\n" -#, c-format -msgid "Unsupported format '%s/%s'!" -msgstr "Formatet \"%s/%s\" stöds inte!" +msgid "" +" WARN Protocols contains both PJL and BCP; expected TBCP.\n" +" REF: Pages 78-79, section 5.7.\n" +msgstr "" +" VARN Protokollen innehÃ¥ller bÃ¥de PJL och BCP; förväntade TBCP.\n" +" REF: Sidorna 78-79, sektion 5.7.\n" -msgid "Printer not shared!" -msgstr "Skrivaren är inte delad!" +msgid "" +" WARN ShortNickName required by PPD 4.3 spec.\n" +" REF: Pages 64-65, section 5.3.\n" +msgstr "" +" VARN ShortNickName krävs av PPD 4.3-spec.\n" +" REF: Sidorna 64-65, sektion 5.3.\n" #, c-format -msgid "Too many jobs - %d jobs, max jobs is %d." -msgstr "För mÃ¥nga jobb - %d jobb, max antal jobb är %d." +msgid " **FAIL** %s %s does not exist!\n" +msgstr " **FEL** %s %s finns inte!\n" #, c-format -msgid "Job #%d is not held!" -msgstr "Jobb #%d hÃ¥lls inte kvar!" +msgid "" +" **FAIL** %s must be 1284DeviceID!\n" +" REF: Page 72, section 5.5\n" +msgstr "" +" **FEL** %s mÃ¥ste vara 1284DeviceID!\n" +" REF: Sida 72, sektion 5.5\n" #, c-format -msgid "You are not authorized to release job id %d owned by \"%s\"!" -msgstr "Du är inte behörig att släppa jobb-id %d som ägs av \"%s\"!" +msgid "" +" **FAIL** BAD Default%s %s\n" +" REF: Page 40, section 4.5.\n" +msgstr "" +" **FEL** FELAKTIG Standard%s %s\n" +" REF: Sida 40, sektion 4.5.\n" #, c-format -msgid "Job #%d is not complete!" -msgstr "Jobb #%d är inte färdigt!" +msgid "" +" **FAIL** BAD DefaultImageableArea %s!\n" +" REF: Page 102, section 5.15.\n" +msgstr "" +" **FEL** FELAKTIG DefaultImageableArea %s!\n" +" REF: Sida 102, sektion 5.15.\n" #, c-format -msgid "Job #%d cannot be restarted - no files!" -msgstr "Jobb #%d kan inte startas om - inga filer!" +msgid "" +" **FAIL** BAD DefaultPaperDimension %s!\n" +" REF: Page 103, section 5.15.\n" +msgstr "" +" **FEL** FELAKTIG DefaultPaperDimension %s!\n" +" REF: Sida 103, sektion 5.15.\n" -#, c-format -msgid "You are not authorized to restart job id %d owned by \"%s\"!" -msgstr "Du är inte behörig att starta om jobb-id %d som ägs av \"%s\"!" +msgid "" +" **FAIL** BAD JobPatchFile attribute in file\n" +" REF: Page 24, section 3.4.\n" +msgstr "" +" **FEL** FELAKTIGT JobPatchFile-attribut i fil\n" +" REF: Sida 24, sektion 3.4.\n" -#, c-format -msgid "You are not authorized to send document for job #%d owned by \"%s\"!" -msgstr "Du är inte behörig att skicka dokument för jobb #%d som ägs av \"%s\"!" +msgid "" +" **FAIL** BAD Manufacturer (should be \"HP\")\n" +" REF: Page 211, table D.1.\n" +msgstr "" +" **FEL** FELAKTIG Manufacturer (ska vara \"HP\")\n" +" REF: Sida 211, tabell D.1.\n" #, c-format -msgid "Bad document-format \"%s\"!" -msgstr "Felaktigt document-format \"%s\"!" +msgid "" +" **FAIL** BAD ModelName - \"%c\" not allowed in string.\n" +" REF: Pages 59-60, section 5.3.\n" +msgstr "" +" **FEL** FELAKTIG ModelName - \"%c\" tillÃ¥ts inte i sträng.\n" +" REF: Sidorna 59-60, sektion 5.3.\n" -#, c-format -msgid "You are not authorized to alter job id %d owned by \"%s\"!" -msgstr "Du är inte behörig att ändra jobb-id %d som ägs av \"%s\"!" +msgid "" +" **FAIL** BAD PSVersion - not \"(string) int\".\n" +" REF: Pages 62-64, section 5.3.\n" +msgstr "" +" **FEL** FELAKTIG PSVersion - inte \"(string) int\".\n" +" REF: Sidorna 62-64, sektion 5.3.\n" -#, c-format -msgid "%s cannot be changed." -msgstr "%s kan inte ändras." +msgid "" +" **FAIL** BAD Product - not \"(string)\".\n" +" REF: Page 62, section 5.3.\n" +msgstr "" +" **FEL** FELAKTIG Product - inte \"(string)\".\n" +" REF: Sida 62, sektion 5.3.\n" -msgid "Bad job-priority value!" -msgstr "Felaktigt värde för job-priority!" +msgid "" +" **FAIL** BAD ShortNickName - longer than 31 chars.\n" +" REF: Pages 64-65, section 5.3.\n" +msgstr "" +" **FEL** FELAKTIG ShortNickName - längre än 31 tecken.\n" +" REF: Sidorna 64-65, sektion 5.3.\n" -msgid "Job is completed and cannot be changed." -msgstr "Jobbet är färdigt och kan inte ändras." +#, c-format +msgid "" +" **FAIL** Bad %s choice %s!\n" +" REF: Page 122, section 5.17\n" +msgstr "" +" **FEL** Felaktigt %s val %s!\n" +" REF: Sida 122, sektion 5.17\n" -msgid "Bad job-state value!" -msgstr "Felaktigt värde för job-state!" +#, c-format +msgid "" +" **FAIL** Bad %s choice %s!\n" +" REF: Page 84, section 5.9\n" +msgstr "" +" **FEL** Felaktigt %s val %s!\n" +" REF: Sida 84, sektion 5.9\n" -msgid "Job state cannot be changed." -msgstr "JobbtillstÃ¥nd kan inte ändras." +#, fuzzy, c-format +msgid " **FAIL** Bad UTF-8 \"%s\" translation string for option %s!\n" +msgstr " **FEL** Saknar översättningssträng \"%s\" för flaggan %s!\n" + +#, fuzzy, c-format +msgid "" +" **FAIL** Bad UTF-8 \"%s\" translation string for option %s, choice %" +"s!\n" +msgstr "" +" **FEL** Saknar översättningssträng \"%s\" för flaggan %s, val %s!\n" #, c-format -msgid "Unsupported compression attribute %s!" -msgstr "Komprimeringsattributet %s stöds inte!" +msgid " **FAIL** Bad cupsFilter value \"%s\"!\n" +msgstr " **FEL** Felaktigt cupsFilter-värde \"%s\"!\n" #, c-format -msgid "Unsupported format \"%s\"!" -msgstr "Formatet \"%s\" stöds inte!" +msgid " **FAIL** Bad language \"%s\"!\n" +msgstr " **FEL** Felaktigt sprÃ¥k \"%s\"!\n" #, c-format -msgid "%s is not implemented by the CUPS version of lpc.\n" -msgstr "%s är inte implementerad i CUPS-versionen av lpc.\n" +msgid "" +" **FAIL** Default translation string for option %s choice %s contains " +"8-bit characters!\n" +msgstr "" +" **FEL** Standardöversättningssträng för flaggan %s val %s innehÃ¥ller " +"8-bitars tecken!\n" +#, c-format msgid "" -"Commands may be abbreviated. Commands are:\n" -"\n" -"exit help quit status ?\n" +" **FAIL** Default translation string for option %s contains 8-bit " +"characters!\n" msgstr "" -"Kommandon kan förkortas. Kommandon är:\n" -"\n" -"exit help quit status ?\n" +" **FEL** Standardöversättningssträng för flaggan %s innehÃ¥ller 8-" +"bitars tecken!\n" -msgid "help\t\tget help on commands\n" -msgstr "help\t\tfÃ¥ hjälp för kommandon\n" +#, c-format +msgid " **FAIL** Missing \"%s\" translation string for option %s!\n" +msgstr " **FEL** Saknar översättningssträng \"%s\" för flaggan %s!\n" -msgid "status\t\tshow status of daemon and queue\n" -msgstr "status\t\tvisa status för demon och kö\n" +#, c-format +msgid "" +" **FAIL** Missing \"%s\" translation string for option %s, choice %s!\n" +msgstr "" +" **FEL** Saknar översättningssträng \"%s\" för flaggan %s, val %s!\n" -msgid "?Invalid help command unknown\n" -msgstr "?Ogiltigt hjälpkommando okänt\n" +#, c-format +msgid "" +" **FAIL** REQUIRED %s does not define choice None!\n" +" REF: Page 122, section 5.17\n" +msgstr "" +" **FEL** KRÄVER %s definerar inte valet None!\n" +" REF: Sida 122, sektion 5.17\n" #, c-format -msgid "\tprinter is on device '%s' speed -1\n" -msgstr "\tskrivare finns pÃ¥ enhet \"%s\" hastighet -1\n" +msgid "" +" **FAIL** REQUIRED Default%s\n" +" REF: Page 40, section 4.5.\n" +msgstr "" +" **FEL** Standard%s KRÄVS\n" +" REF: Sida 40, sektion 4.5.\n" -msgid "\tqueuing is enabled\n" -msgstr "\tköläggning är aktiverad\n" - -msgid "\tqueuing is disabled\n" -msgstr "\tköläggning är inaktiverad\n" +msgid "" +" **FAIL** REQUIRED DefaultImageableArea\n" +" REF: Page 102, section 5.15.\n" +msgstr "" +" **FEL** KRÄVER DefaultImageableArea\n" +" REF: Sida 102, sektion 5.15.\n" -msgid "\tprinting is enabled\n" -msgstr "\tutskrifter är aktiverat\n" +msgid "" +" **FAIL** REQUIRED DefaultPaperDimension\n" +" REF: Page 103, section 5.15.\n" +msgstr "" +" **FEL** KRÄVER DefaultPaperDimension\n" +" REF: Sida 103, sektion 5.15.\n" -msgid "\tprinting is disabled\n" -msgstr "\tutskrifter är inaktiverat\n" +msgid "" +" **FAIL** REQUIRED FileVersion\n" +" REF: Page 56, section 5.3.\n" +msgstr "" +" **FEL** FileVersion KRÄVS\n" +" REF: Sida 56, sektion 5.3.\n" -msgid "\tno entries\n" -msgstr "\tinga objekt\n" +msgid "" +" **FAIL** REQUIRED FormatVersion\n" +" REF: Page 56, section 5.3.\n" +msgstr "" +" **FEL** KRÄVER FormatVersion\n" +" REF: Sida 56, sektion 5.3.\n" #, c-format -msgid "\t%d entries\n" -msgstr "\t%d objekt\n" +msgid "" +" **FAIL** REQUIRED ImageableArea for PageSize %s\n" +" REF: Page 41, section 5.\n" +" REF: Page 102, section 5.15.\n" +msgstr "" +" **FEL** KRÄVER ImageableArea för PageSize %s\n" +" REF: Sida 41, sektion 5.\n" +" REF: Sida 102, sektion 5.15.\n" -msgid "\tdaemon present\n" -msgstr "\tdemon närvarande\n" +msgid "" +" **FAIL** REQUIRED LanguageEncoding\n" +" REF: Pages 56-57, section 5.3.\n" +msgstr "" +" **FEL** KRÄVER LanguageEncoding\n" +" REF: Sidorna 56-57, sektion 5.3.\n" -msgid "lpq: Unable to contact server!\n" -msgstr "lpq: Kunde inte kontakta server!\n" +msgid "" +" **FAIL** REQUIRED LanguageVersion\n" +" REF: Pages 57-58, section 5.3.\n" +msgstr "" +" **FEL** KRÄVER LanguageVersion\n" +" REF: Sidorna 57-58, sektion 5.3.\n" -#, c-format -msgid "%s: Sorry, no encryption support compiled in!\n" -msgstr "%s: Tyvärr, inget stöd för kryptering har byggts in!\n" +msgid "" +" **FAIL** REQUIRED Manufacturer\n" +" REF: Pages 58-59, section 5.3.\n" +msgstr "" +" **FEL** KRÄVER Manufacturer\n" +" REF: Sidorna 58-59, sektion 5.3.\n" -#, c-format -msgid "lpq: Unknown destination \"%s/%s\"!\n" -msgstr "lpq: Okänt mÃ¥l \"%s/%s\"!\n" +msgid "" +" **FAIL** REQUIRED ModelName\n" +" REF: Pages 59-60, section 5.3.\n" +msgstr "" +" **FEL** KRÄVER ModelName\n" +" REF: Sidorna 59-60, sektion 5.3.\n" -#, c-format -msgid "lpq: Unknown destination \"%s\"!\n" -msgstr "lpq: Okänt mÃ¥l \"%s\"!\n" +msgid "" +" **FAIL** REQUIRED NickName\n" +" REF: Page 60, section 5.3.\n" +msgstr "" +" **FEL** KRÄVER NickName\n" +" REF: Sida 60, sektion 5.3.\n" -#, c-format -msgid "lp: error - %s environment variable names non-existent destination \"%s\"!\n" -msgstr "lp: fel - miljövariabeln %s namnger icke-existerande mÃ¥l \"%s\"!\n" +msgid "" +" **FAIL** REQUIRED PCFileName\n" +" REF: Pages 61-62, section 5.3.\n" +msgstr "" +" **FEL** KRÄVER PCFileName\n" +" REF: Sidorna 61-62, sektion 5.3.\n" -msgid "lpq: error - no default destination available.\n" -msgstr "lpq: fel - inget standardmÃ¥l tillgängligt.\n" +msgid "" +" **FAIL** REQUIRED PSVersion\n" +" REF: Pages 62-64, section 5.3.\n" +msgstr "" +" **FEL** KRÄVER PSVersion\n" +" REF: Sidorna 62-64, sektion 5.3.\n" -#, c-format -msgid "lpq: get-jobs failed: %s\n" -msgstr "lpq: get-jobs misslyckades: %s\n" +msgid "" +" **FAIL** REQUIRED PageRegion\n" +" REF: Page 100, section 5.14.\n" +msgstr "" +" **FEL** KRÄVER PageRegion\n" +" REF: Sida 100, sektion 5.14.\n" -msgid "Rank Owner Pri Job Files Total Size\n" -msgstr "Rank Ägare Pri Jobb Filer Total storlek\n" +msgid "" +" **FAIL** REQUIRED PageSize\n" +" REF: Page 41, section 5.\n" +" REF: Page 99, section 5.14.\n" +msgstr "" +" **FEL** KRÄVER PageSize\n" +" REF: Sida 41, sektion 5.\n" +" REF: Sida 99, sektion 5.14.\n" -msgid "Rank Owner Job File(s) Total Size\n" -msgstr "Rank Ägare Jobb Fil(er) Total storlek\n" +msgid "" +" **FAIL** REQUIRED PageSize\n" +" REF: Pages 99-100, section 5.14.\n" +msgstr "" +" **FEL** KRÄVER PageSize\n" +" REF: Sidorna 99-100, sektion 5.14.\n" #, c-format -msgid "%s: %-33.33s [job %d localhost]\n" -msgstr "%s: %-33.33s [jobb %d localhost]\n" +msgid "" +" **FAIL** REQUIRED PaperDimension for PageSize %s\n" +" REF: Page 41, section 5.\n" +" REF: Page 103, section 5.15.\n" +msgstr "" +" **FEL** KRÄVER PaperDimension för PageSize %s\n" +" REF: Sida 41, sektion 5.\n" +" REF: Sida 103, sektion 5.15.\n" -#, c-format -msgid " %-39.39s %.0f bytes\n" -msgstr " %-39.39s %.0f byte\n" +msgid "" +" **FAIL** REQUIRED Product\n" +" REF: Page 62, section 5.3.\n" +msgstr "" +" **FEL** KRÄVER Product\n" +" REF: Sida 62, sektion 5.3.\n" -#, c-format -msgid "%-6s %-10.10s %-4d %-10d %-27.27s %.0f bytes\n" -msgstr "%-6s %-10.10s %-4d %-10d %-27.27s %.0f byte\n" +msgid "" +" **FAIL** REQUIRED ShortNickName\n" +" REF: Page 64-65, section 5.3.\n" +msgstr "" +" **FEL** KRÄVER ShortNickName\n" +" REF: Sida 64-65, sektion 5.3.\n" #, c-format -msgid "%-7s %-7.7s %-7d %-31.31s %.0f bytes\n" -msgstr "%-7s %-7.7s %-7d %-31.31s %.0f byte\n" - -msgid "no entries\n" -msgstr "inga objekt\n" +msgid " %d ERRORS FOUND\n" +msgstr " %d FEL HITTADES\n" #, c-format -msgid "lpq: get-printer-attributes failed: %s\n" -msgstr "lpq: get-printer-attributes misslyckades: %s\n" +msgid "" +" Bad %%%%BoundingBox: on line %d!\n" +" REF: Page 39, %%%%BoundingBox:\n" +msgstr "" +" Felaktig %%%%BoundingBox: pÃ¥ rad %d!\n" +" REF: Sida 39, %%%%BoundingBox:\n" #, c-format -msgid "%s is ready\n" -msgstr "%s är klar\n" +msgid "" +" Bad %%%%Page: on line %d!\n" +" REF: Page 53, %%%%Page:\n" +msgstr "" +" Felaktig %%%%Page: pÃ¥ rad %d!\n" +" REF: Sida 53, %%%%Page:\n" #, c-format -msgid "%s is ready and printing\n" -msgstr "%s är klar och skriver ut\n" +msgid "" +" Bad %%%%Pages: on line %d!\n" +" REF: Page 43, %%%%Pages:\n" +msgstr "" +" Felaktig %%%%Pages: pÃ¥ rad %d!\n" +" REF: Sida 43, %%%%Pages:\n" #, c-format -msgid "%s is not ready\n" -msgstr "%s är inte klar\n" +msgid "" +" Line %d is longer than 255 characters (%d)!\n" +" REF: Page 25, Line Length\n" +msgstr "" +" Rad %d är längre än 255 tecken (%d)!\n" +" REF: Sida 25, Line Length\n" -msgid "Usage: lpq [-P dest] [-l] [+interval]\n" -msgstr "Användning: lpq [-P mÃ¥l] [-l] [+intervall]\n" +msgid "" +" Missing %!PS-Adobe-3.0 on first line!\n" +" REF: Page 17, 3.1 Conforming Documents\n" +msgstr "" +" Saknar %!PS-Adobe-3.0 pÃ¥ första raden!\n" +" REF: Sida 17, 3.1 Conforming Documents\n" #, c-format -msgid "lpr: error - expected value after -%c option!\n" -msgstr "lpr: fel - förväntade värde efter flaggan -%c!\n" +msgid "" +" Missing %%EndComments comment!\n" +" REF: Page 41, %%EndComments\n" +msgstr "" +" Saknar %%EndComments-kommentar!\n" +" REF: Sida 41, %%EndComments\n" #, c-format -msgid "lpr: warning - '%c' format modifier not supported - output may not be correct!\n" -msgstr "lpr: varning - \"%c\"-formatmodifierare stöds inte - utmatning kanske inte blir korrekt!\n" - -msgid "lpr: error - expected option=value after -o option!\n" -msgstr "lpr: fel - förväntade alternativ=värde efter flaggan -o!\n" - -msgid "lpr: warning - email notification is not currently supported!\n" -msgstr "lpr: varning - e-postnotifiering stöds inte för närvarande!\n" - -msgid "lpr: error - expected destination after -P option!\n" -msgstr "lpr: fel - förväntade mÃ¥l efter flaggan -P!\n" +msgid "" +" Missing or bad %%BoundingBox: comment!\n" +" REF: Page 39, %%BoundingBox:\n" +msgstr "" +" Saknar eller felaktig %%BoundingBox: kommentar!\n" +" REF: Sida 39, %%BoundingBox:\n" -msgid "lpr: error - expected copy count after -# option!\n" -msgstr "lpr: fel - förväntade kopieantal efter flaggan -#!\n" +#, c-format +msgid "" +" Missing or bad %%Page: comments!\n" +" REF: Page 53, %%Page:\n" +msgstr "" +" Saknar eller felaktig %%Page: kommentarer!\n" +" REF: Sida 53, %%Page:\n" #, c-format -msgid "lpr: error - expected name after -%c option!\n" -msgstr "lpr: fel - förväntade namn efter flaggan -%c!\n" +msgid "" +" Missing or bad %%Pages: comment!\n" +" REF: Page 43, %%Pages:\n" +msgstr "" +" Saknar eller felaktig %%Pages: kommentar!\n" +" REF: Sida 43, %%Pages:\n" -msgid "lpr: error - expected username after -U option!\n" -msgstr "lpr: fel - förväntade användarnamn efter flaggan -U!\n" +msgid " NO ERRORS FOUND\n" +msgstr " INGA FEL HITTADES\n" #, c-format -msgid "lpr: error - unknown option '%c'!\n" -msgstr "lpr: fel - okänd flagga \"%c\"!\n" +msgid " Saw %d lines that exceeded 255 characters!\n" +msgstr " SÃ¥g %d rader som översteg 255 tecken!\n" #, c-format -msgid "lpr: error - unable to access \"%s\" - %s\n" -msgstr "lpr: fel - kunde inte komma Ã¥t \"%s\" - %s\n" +msgid " Too many %%BeginDocument comments!\n" +msgstr " För mÃ¥nga %%BeginDocument-kommentarer!\n" #, c-format -msgid "lpr: error - too many files - \"%s\"\n" -msgstr "lpr: fel - för mÃ¥nga filer - \"%s\"\n" +msgid " Too many %%EndDocument comments!\n" +msgstr " För mÃ¥nga %%EndDocument-kommentarer!\n" + +msgid " Warning: file contains binary data!\n" +msgstr " Varning: filen innehÃ¥ller binärdata!\n" #, c-format -msgid "lpr: error - %s environment variable names non-existent destination \"%s\"!\n" -msgstr "lpr: fel - miljövariabeln %s namnger icke-existerande mÃ¥l \"%s\"!\n" +msgid " Warning: no %%EndComments comment in file!\n" +msgstr " Varning: ingen %%EndComments-kommentar i fil!\n" -msgid "lpr: error - no default destination available.\n" -msgstr "lpr: fel - inget standardmÃ¥l tillgängligt.\n" +#, c-format +msgid " Warning: obsolete DSC version %.1f in file!\n" +msgstr " Varning: förÃ¥ldrad DSC-version %.1f i fil!\n" -msgid "lpr: error - scheduler not responding!\n" -msgstr "lpr: fel - schemaläggare svarar inte!\n" +msgid " FAIL\n" +msgstr " FEL\n" #, c-format -msgid "lpr: error - unable to create temporary file \"%s\" - %s\n" -msgstr "lpr: fel - kunde inte skapa temporärfil \"%s\" - %s\n" +msgid "" +" FAIL\n" +" **FAIL** Unable to open PPD file - %s\n" +msgstr "" +" FEL\n" +" **FEL** Kunde inte öppna PPD-fil - %s\n" #, c-format -msgid "lpr: error - unable to write to temporary file \"%s\" - %s\n" -msgstr "lpr: fel - kunde inte skriva till temporärfil \"%s\" - %s\n" +msgid "" +" FAIL\n" +" **FAIL** Unable to open PPD file - %s on line %d.\n" +msgstr "" +" FEL\n" +" **FEL** Kunde inte öppna PPD-fil - %s pÃ¥ rad %d.\n" -msgid "lpr: error - stdin is empty, so no job has been sent.\n" -msgstr "lpr: fel - standard in är tom, sÃ¥ inga jobb har skickats.\n" +msgid " PASS\n" +msgstr " OK\n" #, c-format -msgid "lpr: error - unable to print file: %s\n" -msgstr "lpr: fel - kunde inte skriva ut fil: %s\n" - -msgid "lprm: Unable to contact server!\n" -msgstr "lprm: Kunde inte kontakta server!\n" +msgid "%-6s %-10.10s %-4d %-10d %-27.27s %.0f bytes\n" +msgstr "%-6s %-10.10s %-4d %-10d %-27.27s %.0f byte\n" #, c-format -msgid "lprm: Unknown destination \"%s\"!\n" -msgstr "lprm: Okänt mÃ¥l \"%s\"!\n" +msgid "%-7s %-7.7s %-7d %-31.31s %.0f bytes\n" +msgstr "%-7s %-7.7s %-7d %-31.31s %.0f byte\n" #, c-format -msgid "lprm: Unknown option '%c'!\n" -msgstr "lprm: Okänd flagga \"%c\"!\n" - -msgid "lprm: Job or printer not found!\n" -msgstr "lprm: Jobb eller skrivare hittades inte!\n" - -msgid "lprm: Not authorized to lprm job(s)!\n" -msgstr "lprm: Inte behörig att ta bort jobb!\n" +msgid "%s accepting requests since %s\n" +msgstr "%s accepterar begäran sedan %s\n" #, c-format -msgid "lprm: You don't own job ID %d!\n" -msgstr "lprm: Du äger inte jobb-id %d!\n" +msgid "%s cannot be changed." +msgstr "%s kan inte ändras." -msgid "lprm: Unable to lprm job(s)!\n" -msgstr "lprm: Kunde inte ta bort jobb!\n" +#, c-format +msgid "%s is not implemented by the CUPS version of lpc.\n" +msgstr "%s är inte implementerad i CUPS-versionen av lpc.\n" -msgid "lprm: Unable to cancel job(s)!\n" -msgstr "lprm: Kunde inte avbryta jobb!\n" +#, c-format +msgid "%s is not ready\n" +msgstr "%s är inte klar\n" #, c-format -msgid "%s: Don't know what to do!\n" -msgstr "%s: Vet inte vad som ska göras!\n" +msgid "%s is ready\n" +msgstr "%s är klar\n" #, c-format -msgid "%s: Expected server name after -h!\n" -msgstr "%s: Förväntade servernamn efter -h!\n" +msgid "%s is ready and printing\n" +msgstr "%s är klar och skriver ut\n" #, c-format -msgid "%s: Expected reason text after -r!\n" -msgstr "%s: Förväntade anledningstext efter -r!\n" +msgid "" +"%s not accepting requests since %s -\n" +"\t%s\n" +msgstr "" +"%s accepterar inte begäran sedan %s -\n" +"\t%s\n" #, c-format -msgid "%s: Unknown option '%c'!\n" -msgstr "%s: Okänd flagga \"%c\"!\n" +msgid "%s not supported!" +msgstr "%s stöds inte!" #, c-format -msgid "%s: Unable to connect to server: %s\n" -msgstr "%s: Kunde inte ansluta till server: %s\n" +msgid "%s/%s accepting requests since %s\n" +msgstr "%s/%s accepterar begäran sedan %s\n" #, c-format -msgid "%s: Operation failed: %s\n" -msgstr "%s: Åtgärd misslyckades: %s\n" +msgid "" +"%s/%s not accepting requests since %s -\n" +"\t%s\n" +msgstr "" +"%s/%s accepterar inte begäran sedan %s -\n" +"\t%s\n" -msgid "cancel: Error - expected hostname after '-h' option!\n" -msgstr "cancel: Fel - förväntade värdnamn efter flaggan \"-h\"!\n" +#, c-format +msgid "%s: %-33.33s [job %d localhost]\n" +msgstr "%s: %-33.33s [jobb %d localhost]\n" -msgid "cancel: Error - expected username after '-u' option!\n" -msgstr "cancel: Fel - förväntade användarnamn efter flaggan \"-u\"!\n" +#, c-format +msgid "%s: %s failed: %s\n" +msgstr "%s: %s misslyckades: %s\n" #, c-format -msgid "cancel: Unknown option '%c'!\n" -msgstr "cancel: Okänd flagga \"%c\"!\n" +msgid "%s: Don't know what to do!\n" +msgstr "%s: Vet inte vad som ska göras!\n" #, c-format -msgid "cancel: Unknown destination \"%s\"!\n" -msgstr "cancel: Okänt mÃ¥l \"%s\"!\n" +msgid "" +"%s: Error - %s environment variable names non-existent destination \"%s\"!\n" +msgstr "%s: Fel - miljövariabeln %s namnger icke-existerande mÃ¥l \"%s\"!\n" -msgid "cancel: Unable to contact server!\n" -msgstr "cancel: Kunde inte kontakta server!\n" +#, c-format +msgid "%s: Error - bad job ID!\n" +msgstr "%s: Fel - felaktigt jobb-id!\n" #, c-format -msgid "cancel: %s failed: %s\n" -msgstr "cancel: %s misslyckades: %s\n" +msgid "%s: Error - cannot print files and alter jobs simultaneously!\n" +msgstr "%s: Fel - kan inte skriva ut filer och ändra jobb samtidigt!\n" #, c-format -msgid "cupsaddsmb: Missing value on line %d!\n" -msgstr "cupsaddsmb: Saknar värde pÃ¥ rad %d!\n" +msgid "" +"%s: Error - cannot print from stdin if files or a job ID are provided!\n" +msgstr "" +"%s: Fel - kan inte skriva ut frÃ¥n standard in om filer eller ett jobb-id " +"anges!\n" #, c-format -msgid "cupsaddsmb: Missing double quote on line %d!\n" -msgstr "cupsaddsmb: Saknar citationstecken pÃ¥ rad %d!\n" +msgid "%s: Error - expected character set after '-S' option!\n" +msgstr "%s: Fel - förväntade teckenkodning efter flaggan \"-S\"!\n" #, c-format -msgid "cupsaddsmb: Bad option + choice on line %d!\n" -msgstr "cupsaddsmb: Felaktigt alternativ + val pÃ¥ rad %d!\n" +msgid "%s: Error - expected content type after '-T' option!\n" +msgstr "%s: Fel - förväntade innehÃ¥llstyp efter flaggan \"-T\"!\n" #, c-format -msgid "cupsaddsmb: Unable to connect to server \"%s\" for %s - %s\n" -msgstr "cupsaddsmb: Kunde inte ansluta till server \"%s\" för %s - %s\n" +msgid "%s: Error - expected copies after '-n' option!\n" +msgstr "%s: Fel - förväntade kopior efter flaggan \"-n\"!\n" #, c-format -msgid "cupsaddsmb: No PPD file for printer \"%s\" - skipping!\n" -msgstr "cupsaddsmb: Ingen PPD-fil för skrivaren \"%s\" - hoppar över!\n" +msgid "%s: Error - expected copy count after '-#' option!\n" +msgstr "%s: Fel - förväntade antal kopior efter flaggan \"-#\"!\n" #, c-format -msgid "cupsaddsmb: get-printer-attributes failed for \"%s\": %s\n" -msgstr "cupsaddsmb: get-printer-attributes misslyckades för \"%s\": %s\n" +msgid "%s: Error - expected destination after '-P' option!\n" +msgstr "%s: Fel - förväntade mÃ¥l efter flaggan \"-P\"!\n" #, c-format -msgid "cupsaddsmb: Unable to convert PPD file for %s - %s\n" -msgstr "cupsaddsmb: Kunde inte konvertera PPD-fil för %s - %s\n" +msgid "%s: Error - expected destination after '-b' option!\n" +msgstr "%s: Fel - förväntade mÃ¥l efter flaggan \"-b\"!\n" #, c-format -msgid "cupsaddsmb: Unable to copy Windows 2000 printer driver files (%d)!\n" -msgstr "cupsaddsmb: Kunde inte kopiera filer för Windows 2000-skrivardrivrutin (%d)!\n" +msgid "%s: Error - expected destination after '-d' option!\n" +msgstr "%s: Fel - förväntade mÃ¥l efter flaggan \"-d\"!\n" #, c-format -msgid "cupsaddsmb: Unable to copy CUPS printer driver files (%d)!\n" -msgstr "cupsaddsmb: Kunde inte kopiera filer för CUPS-skrivardrivrutin (%d)!\n" +msgid "%s: Error - expected form after '-f' option!\n" +msgstr "%s: Fel - förväntade format efter flaggan \"-f\"!\n" #, c-format -msgid "cupsaddsmb: Unable to install Windows 2000 printer driver files (%d)!\n" -msgstr "cupsaddsmb: Kunde inte installera filer för Windows 2000-skrivardrivrutin (%d)!\n" +msgid "%s: Error - expected hold name after '-H' option!\n" +msgstr "%s: Fel - förväntade kvarhÃ¥llningsnamn efter flaggan \"-H\"!\n" #, c-format -msgid "cupsaddsmb: Unable to copy Windows 9x printer driver files (%d)!\n" -msgstr "cupsaddsmb: Kunde inte kopiera filer för Windows 9x-skrivardrivrutin (%d)!\n" +msgid "%s: Error - expected hostname after '-H' option!\n" +msgstr "%s: Fel - förväntade värdnamn efter flaggan \"-H\"!\n" #, c-format -msgid "cupsaddsmb: Unable to install Windows 9x printer driver files (%d)!\n" -msgstr "cupsaddsmb: Kunde inte installera filer för Windows 9x-skrivardrivrutin (%d)!\n" +msgid "%s: Error - expected hostname after '-h' option!\n" +msgstr "%s: Fel - förväntade värdnamn efter flaggan \"-h\"!\n" #, c-format -msgid "cupsaddsmb: Unable to set Windows printer driver (%d)!\n" -msgstr "cupsaddsmb: Kunde inte ställa in Windows-skrivardrivrutin (%d)!\n" +msgid "%s: Error - expected mode list after '-y' option!\n" +msgstr "%s: Fel - förväntade lägeslista efter flaggan \"-y\"!\n" -msgid "" -"Usage: cupsaddsmb [options] printer1 ... printerN\n" -" cupsaddsmb [options] -a\n" -"\n" -"Options:\n" -" -H samba-server Use the named SAMBA server\n" -" -U samba-user Authenticate using the named SAMBA user\n" -" -a Export all printers\n" -" -h cups-server Use the named CUPS server\n" -" -v Be verbose (show commands)\n" -msgstr "" -"Användning: cupsaddsmb [flaggor] skrivare1 ... skrivareN\n" -" cupsaddsmb [flaggor] -a\n" -"\n" -"Flaggor:\n" -" -H samba-server Använd angiven SAMBA-server\n" -" -U samba-användare Autentisera med angiven SAMBA-användare\n" -" -a Exportera alla skrivare\n" -" -h cups-server Använd angiven CUPS-server\n" -" -v Var information (visa kommandon)\n" +#, c-format +msgid "%s: Error - expected name after '-%c' option!\n" +msgstr "%s: Fel - förväntade namn efter flaggan \"-%c\"!\n" -msgid "cupstestppd: The -q option is incompatible with the -v option.\n" -msgstr "cupstestppd: Flaggan -q är inte kompatibel med flaggan -v.\n" +#, c-format +msgid "%s: Error - expected option string after '-o' option!\n" +msgstr "%s: Fel - förväntade alternativsträng efter flaggan \"'-o\"!\n" -msgid "cupstestppd: The -v option is incompatible with the -q option.\n" -msgstr "cupstestppd: Flaggan -v är inte kompatibel med flaggan -q.\n" +#, c-format +msgid "%s: Error - expected page list after '-P' option!\n" +msgstr "%s: Fel - förväntade sidlista efter flaggan \"-P\"!\n" #, c-format -msgid "" -" FAIL\n" -" **FAIL** Unable to open PPD file - %s\n" -msgstr "" -" FEL\n" -" **FEL** Kunde inte öppna PPD-fil - %s\n" +msgid "%s: Error - expected priority after '-%c' option!\n" +msgstr "%s: Fel - förväntade prioritet efter flaggan \"-%c\"!\n" #, c-format -msgid "" -" FAIL\n" -" **FAIL** Unable to open PPD file - %s on line %d.\n" -msgstr "" -" FEL\n" -" **FEL** Kunde inte öppna PPD-fil - %s pÃ¥ rad %d.\n" +msgid "%s: Error - expected reason text after '-r' option!\n" +msgstr "%s: Fel - förväntade anledningstext efter flaggan \"'-r\"!\n" -msgid " REF: Page 42, section 5.2.\n" -msgstr " REF: Sida 42, sektion 5.2.\n" +#, c-format +msgid "%s: Error - expected title after '-t' option!\n" +msgstr "%s: Fel - förväntade titel efter flaggan \"-t\"!\n" -msgid " REF: Page 20, section 3.4.\n" -msgstr " REF: Sida 20, sektion 3.4.\n" +#, c-format +msgid "%s: Error - expected username after '-U' option!\n" +msgstr "%s: Fel - förväntade användarnamn efter flaggan \"-U\"!\n" -msgid " REF: Pages 45-46, section 5.2.\n" -msgstr " REF: Sidorna 45-46, sektion 5.2.\n" +#, c-format +msgid "%s: Error - expected username after '-u' option!\n" +msgstr "%s: Fel - förväntade användarnamn efter flaggan \"-u\"!\n" -msgid " REF: Pages 42-45, section 5.2.\n" -msgstr " REF: Sidorna 42-45, sektion 5.2.\n" +#, c-format +msgid "%s: Error - expected value after '-%c' option!\n" +msgstr "%s: Fel - förväntade värde efter flaggan \"-%c\"!\n" -msgid " REF: Pages 48-49, section 5.2.\n" -msgstr " REF: Sidorna 48-49, sektion 5.2.\n" +#, c-format +msgid "" +"%s: Error - need \"completed\", \"not-completed\", or \"all\" after '-W' " +"option!\n" +msgstr "" +"%s: Fel - behöver \"completed\", \"not-completed\" eller \"all\" efter " +"flaggan \"-W\"!\n" -msgid " REF: Pages 52-54, section 5.2.\n" -msgstr " REF: Sidorna 52-54, sektion 5.2.\n" +#, c-format +msgid "%s: Error - no default destination available.\n" +msgstr "%s: Fel - inget standardmÃ¥l tillgängligt.\n" -msgid " REF: Page 15, section 3.2.\n" -msgstr " REF: Sida 15, sektion 3.2.\n" +#, c-format +msgid "%s: Error - priority must be between 1 and 100.\n" +msgstr "%s: Fel - prioritet mÃ¥ste vara mellan 1 och 100.\n" -msgid " REF: Page 15, section 3.1.\n" -msgstr " REF: Sida 15, sektion 3.1.\n" +#, c-format +msgid "%s: Error - scheduler not responding!\n" +msgstr "%s: Fel - schemaläggare svarar inte!\n" -msgid " REF: Pages 16-17, section 3.2.\n" -msgstr " REF: Sidorna 16-17, sektion 3.2.\n" +#, c-format +msgid "%s: Error - stdin is empty, so no job has been sent.\n" +msgstr "%s: Fel - standard in är tom, sÃ¥ inget jobb har skickats.\n" -msgid " REF: Page 19, section 3.3.\n" -msgstr " REF: Sida 19, sektion 3.3.\n" +#, c-format +msgid "%s: Error - too many files - \"%s\"\n" +msgstr "%s: Fel - för mÃ¥nga filer - \"%s\"\n" -msgid " REF: Page 27, section 3.5.\n" -msgstr " REF: Sida 27, sektion 3.5.\n" +#, c-format +msgid "%s: Error - unable to access \"%s\" - %s\n" +msgstr "%s: Fel - kunde inte komma Ã¥t \"%s\" - %s\n" -msgid "" -"\n" -" DETAILED CONFORMANCE TEST RESULTS\n" -msgstr "" -"\n" -" DETALJERADE TESTRESULTAT\n" +#, c-format +msgid "%s: Error - unable to create temporary file \"%s\" - %s\n" +msgstr "%s: Fel - kunde inte skapa temporärfil \"%s\" - %s\n" #, c-format -msgid " WARN %s has no corresponding options!\n" -msgstr " VARN %s har inga motsvarande alternativ!\n" +msgid "%s: Error - unable to write to temporary file \"%s\" - %s\n" +msgstr "%s: Fel - kunde inte skriva till temporärfil \"%s\" - %s\n" -msgid " FAIL\n" -msgstr " FEL\n" +#, c-format +msgid "%s: Error - unknown destination \"%s\"!\n" +msgstr "%s: Fel - okänt mÃ¥l \"%s\"!\n" -msgid "" -" **FAIL** REQUIRED DefaultImageableArea\n" -" REF: Page 102, section 5.15.\n" -msgstr "" -" **FEL** KRÄVER DefaultImageableArea\n" -" REF: Sida 102, sektion 5.15.\n" +#, c-format +msgid "%s: Error - unknown destination \"%s/%s\"!\n" +msgstr "%s: Fel - okänt mÃ¥l \"%s/%s\"!\n" #, c-format -msgid "" -" **FAIL** BAD DefaultImageableArea %s!\n" -" REF: Page 102, section 5.15.\n" -msgstr "" -" **FEL** FELAKTIG DefaultImageableArea %s!\n" -" REF: Sida 102, sektion 5.15.\n" +msgid "%s: Error - unknown option '%c'!\n" +msgstr "%s: Fel - okänd flagga \"%c\"!\n" -msgid " PASS DefaultImageableArea\n" -msgstr " OK DefaultImageableArea\n" +#, c-format +msgid "%s: Expected job ID after '-i' option!\n" +msgstr "%s: Förväntade jobb-id efter flaggan \"-i\"!\n" -msgid "" -" **FAIL** REQUIRED DefaultPaperDimension\n" -" REF: Page 103, section 5.15.\n" -msgstr "" -" **FEL** KRÄVER DefaultPaperDimension\n" -" REF: Sida 103, sektion 5.15.\n" +#, c-format +msgid "%s: Invalid destination name in list \"%s\"!\n" +msgstr "%s: Ogiltigt mÃ¥lnamn i listan \"%s\"!\n" #, c-format -msgid "" -" **FAIL** BAD DefaultPaperDimension %s!\n" -" REF: Page 103, section 5.15.\n" -msgstr "" -" **FEL** FELAKTIG DefaultPaperDimension %s!\n" -" REF: Sida 103, sektion 5.15.\n" +msgid "%s: Need job ID ('-i jobid') before '-H restart'!\n" +msgstr "%s: Behöver jobb-id (\"-i jobbid\") före \"-H restart\"!\n" -msgid " PASS DefaultPaperDimension\n" -msgstr " OK DefaultPaperDimension\n" +#, c-format +msgid "%s: Operation failed: %s\n" +msgstr "%s: Åtgärd misslyckades: %s\n" #, c-format -msgid "" -" **FAIL** BAD Default%s %s\n" -" REF: Page 40, section 4.5.\n" -msgstr "" -" **FEL** FELAKTIG Standard%s %s\n" -" REF: Sida 40, sektion 4.5.\n" +msgid "%s: Sorry, no encryption support compiled in!\n" +msgstr "%s: Tyvärr, inget stöd för kryptering har byggts in!\n" #, c-format -msgid " PASS Default%s\n" -msgstr " OK Standard%s\n" +msgid "%s: Unable to connect to server\n" +msgstr "%s: Kunde inte ansluta till server\n" + +#, c-format +msgid "%s: Unable to connect to server: %s\n" +msgstr "%s: Kunde inte ansluta till server: %s\n" + +#, c-format +msgid "%s: Unable to contact server!\n" +msgstr "%s: Kunde inte kontakta server!\n" + +#, c-format +msgid "%s: Unknown destination \"%s\"!\n" +msgstr "%s: Okänt mÃ¥l \"%s\"!\n" #, c-format msgid "" -" **FAIL** REQUIRED Default%s\n" -" REF: Page 40, section 4.5.\n" +"%s: Warning - '%c' format modifier not supported - output may not be " +"correct!\n" msgstr "" -" **FEL** Standard%s KRÄVS\n" -" REF: Sida 40, sektion 4.5.\n" +"%s: Varning - \"'%c\"- formatmodifieraren stöds inte - utmatning kanske inte " +"blir korrekt!\n" -msgid " PASS FileVersion\n" -msgstr " OK FileVersion\n" +#, c-format +msgid "%s: Warning - character set option ignored!\n" +msgstr "%s: Varning - flagga för teckenkodning ignorerades!\n" +#, c-format +msgid "%s: Warning - content type option ignored!\n" +msgstr "%s: Varning - flagga för innehÃ¥llstyp ignorerades!\n" + +#, c-format +msgid "%s: Warning - form option ignored!\n" +msgstr "%s: Varning - formuläralternativ ignorerades!\n" + +#, c-format +msgid "%s: Warning - mode option ignored!\n" +msgstr "%s: Varning - lägesflaggan ignorerades!\n" + +#, c-format msgid "" -" **FAIL** REQUIRED FileVersion\n" -" REF: Page 56, section 5.3.\n" +"%s: error - %s environment variable names non-existent destination \"%s\"!\n" +msgstr "%s: fel - miljövariabeln %s namnger icke-existerande mÃ¥l \"%s\"!\n" + +#, c-format +msgid "%s: error - expected option=value after '-o' option!\n" +msgstr "%s: fel - förväntade alternativ=värde efter flaggan \"'-o\"!\n" + +#, c-format +msgid "%s: error - no default destination available.\n" +msgstr "%s: fel - inget standardmÃ¥l tillgängligt.\n" + +msgid "?Invalid help command unknown\n" +msgstr "?Ogiltigt hjälpkommando okänt\n" + +msgid "A Samba password is required to export printer drivers!" +msgstr "Ett Samba-lösenord krävs för att exportera skrivardrivrutiner!" + +msgid "A Samba username is required to export printer drivers!" +msgstr "Ett Samba-användarnamn krävs för att exportera skrivardrivrutiner!" + +#, c-format +msgid "A class named \"%s\" already exists!" +msgstr "En klass med namnet \"%s\" finns redan!" + +#, c-format +msgid "A printer named \"%s\" already exists!" +msgstr "En skrivare med namnet \"%s\" finns redan!" + +msgid "Accept Jobs" +msgstr "Acceptera jobb" + +msgid "Add Class" +msgstr "Lägg till klass" + +msgid "Add Printer" +msgstr "Lägg till skrivare" + +msgid "Add RSS Subscription" msgstr "" -" **FEL** FileVersion KRÄVS\n" -" REF: Sida 56, sektion 5.3.\n" -msgid " PASS FormatVersion\n" -msgstr " OK FormatVersion\n" +msgid "Administration" +msgstr "Administration" -msgid "" -" **FAIL** REQUIRED FormatVersion\n" -" REF: Page 56, section 5.3.\n" +#, c-format +msgid "Attempt to set %s printer-state to bad value %d!" +msgstr "Försök att ställa in %s printer-state till felaktigt värde %d!" + +#, c-format +msgid "Attribute groups are out of order (%x < %x)!" +msgstr "Attributgrupper fungerar inte (%x < %x)!" + +msgid "Bad OpenGroup" +msgstr "Felaktig OpenGroup" + +msgid "Bad OpenUI/JCLOpenUI" +msgstr "Felaktig OpenUI/JCLOpenUI" + +msgid "Bad OrderDependency" +msgstr "Felaktig OrderDependency" + +msgid "Bad UIConstraints" +msgstr "Felaktig UIConstraints" + +#, c-format +msgid "Bad copies value %d." +msgstr "Felaktigt värde för kopior %d." + +msgid "Bad custom parameter" +msgstr "Felaktig anpassad parameter" + +#, c-format +msgid "Bad device-uri \"%s\"!" +msgstr "Felaktig device-uri \"%s\"!" + +#, c-format +msgid "Bad document-format \"%s\"!" +msgstr "Felaktigt document-format \"%s\"!" + +msgid "Bad job-priority value!" +msgstr "Felaktigt värde för job-priority!" + +msgid "Bad job-state value!" +msgstr "Felaktigt värde för job-state!" + +#, c-format +msgid "Bad job-uri attribute \"%s\"!" +msgstr "Felaktigt attribut för job-uri \"%s\"!" + +#, c-format +msgid "Bad notify-pull-method \"%s\"!" +msgstr "Felaktig notify-pull-method \"%s\"!" + +#, fuzzy, c-format +msgid "Bad notify-recipient-uri URI \"%s\"!" +msgstr "Felaktig URI för notify-recipient \"%s\"!" + +#, fuzzy, c-format +msgid "Bad number-up value %d." +msgstr "Felaktigt värde för kopior %d." + +#, c-format +msgid "Bad option + choice on line %d!" +msgstr "Felaktigt alternativ + val pÃ¥ rad %d!" + +#, c-format +msgid "Bad page-ranges values %d-%d." +msgstr "Felaktiga värden för page-ranges, %d-%d." + +#, c-format +msgid "Bad port-monitor \"%s\"!" +msgstr "Felaktig port-monitor \"%s\"!" + +#, c-format +msgid "Bad printer-state value %d!" +msgstr "Felaktigt värde för printer-state %d!" + +#, c-format +msgid "Bad request version number %d.%d!" +msgstr "Felaktigt versionsnummer %d.%d för begäran!" + +#, fuzzy +msgid "Bad subscription ID!" +msgstr "Inga prenumerationer hittades." + +msgid "Banners" +msgstr "Bannrar" + +msgid "Cancel RSS Subscription" msgstr "" -" **FEL** KRÄVER FormatVersion\n" -" REF: Sida 56, sektion 5.3.\n" -msgid " PASS LanguageEncoding\n" -msgstr " OK LanguageEncoding\n" +msgid "Change Settings" +msgstr "Ändra inställningar" + +#, c-format +msgid "Character set \"%s\" not supported!" +msgstr "Teckenkodningen \"%s\" stöds inte!" + +msgid "Classes" +msgstr "Klasser" msgid "" -" **FAIL** REQUIRED LanguageEncoding\n" -" REF: Pages 56-57, section 5.3.\n" +"Commands may be abbreviated. Commands are:\n" +"\n" +"exit help quit status ?\n" msgstr "" -" **FEL** KRÄVER LanguageEncoding\n" -" REF: Sidorna 56-57, sektion 5.3.\n" +"Kommandon kan förkortas. Kommandon är:\n" +"\n" +"exit help quit status ?\n" -msgid " PASS LanguageVersion\n" -msgstr " OK LanguageVersion\n" +#, c-format +msgid "Could not scan type \"%s\"!" +msgstr "Kunde inte söka av typen \"%s\"!" -msgid "" -" **FAIL** REQUIRED LanguageVersion\n" -" REF: Pages 57-58, section 5.3.\n" +msgid "Cover open." msgstr "" -" **FEL** KRÄVER LanguageVersion\n" -" REF: Sidorna 57-58, sektion 5.3.\n" +msgid "Custom" +msgstr "Anpassad" + +#, c-format +msgid "DEBUG: %d files to send in job...\n" +msgstr "" + +msgid "DEBUG: Getting supported attributes...\n" +msgstr "" + +#, c-format +msgid "DEBUG: Sending print file, %lld bytes...\n" +msgstr "" + +msgid "Delete Class" +msgstr "Ta bort klass" + +msgid "Delete Printer" +msgstr "Ta bort skrivare" + +#, c-format +msgid "Destination \"%s\" is not accepting jobs." +msgstr "MÃ¥let \"%s\" accepterar inte jobb." + +msgid "Developer almost empty." +msgstr "" + +msgid "Developer empty!" +msgstr "" + +#, c-format msgid "" -" **FAIL** BAD Manufacturer (should be \"HP\")\n" -" REF: Page 211, table D.1.\n" +"Device: uri = %s\n" +" class = %s\n" +" info = %s\n" +" make-and-model = %s\n" +" device-id = %s\n" msgstr "" -" **FEL** FELAKTIG Manufacturer (ska vara \"HP\")\n" -" REF: Sida 211, tabell D.1.\n" +"Enhet: uri = %s\n" +" klass = %s\n" +" info = %s\n" +" märke-och-modell = %s\n" +" enhets-id = %s\n" -msgid " PASS Manufacturer\n" -msgstr " OK Manufacturer\n" +msgid "Door open." +msgstr "" + +#, fuzzy, c-format +msgid "EMERG: Unable to allocate memory for page info: %s\n" +msgstr "Kunde inte allokera minne för filtyper!" + +#, fuzzy, c-format +msgid "EMERG: Unable to allocate memory for pages array: %s\n" +msgstr "Kunde inte allokera minne för filtyper!" + +#, fuzzy, c-format +msgid "ERROR: %ld: Unable to send print file to printer (canceled:%ld)\n" +msgstr "lpoptions: Kunde inte lägga till skrivare eller instans: %s\n" + +#, c-format +msgid "ERROR: Bad %%BoundingBox: comment seen!\n" +msgstr "" + +#, c-format +msgid "ERROR: Bad %%IncludeFeature: comment!\n" +msgstr "" + +#, c-format +msgid "ERROR: Bad %%Page: comment in file!\n" +msgstr "" + +#, c-format +msgid "ERROR: Bad %%PageBoundingBox: comment in file!\n" +msgstr "" + +#, fuzzy, c-format +msgid "ERROR: Bad SCSI device file \"%s\"!\n" +msgstr "Felaktig device-uri \"%s\"!" + +#, c-format +msgid "ERROR: Bad charset file %s\n" +msgstr "" + +#, c-format +msgid "ERROR: Bad charset type %s\n" +msgstr "" + +#, c-format +msgid "ERROR: Bad font description line: %s\n" +msgstr "" + +msgid "ERROR: Bad page setup!\n" +msgstr "" + +#, c-format +msgid "ERROR: Bad text direction %s\n" +msgstr "" + +#, c-format +msgid "ERROR: Bad text width %s\n" +msgstr "" + +msgid "ERROR: Destination printer does not exist!\n" +msgstr "" + +#, c-format +msgid "ERROR: Duplicate %%BoundingBox: comment seen!\n" +msgstr "" + +#, c-format +msgid "ERROR: Duplicate %%Pages: comment seen!\n" +msgstr "" + +#, fuzzy +msgid "ERROR: Empty print file!\n" +msgstr "Tom PPD-fil!" + +msgid "ERROR: Invalid HP-GL/2 command seen, unable to print file!\n" +msgstr "" + +#, c-format +msgid "ERROR: Missing %%EndProlog!\n" +msgstr "" + +#, c-format +msgid "ERROR: Missing %%EndSetup!\n" +msgstr "" msgid "" -" **FAIL** REQUIRED Manufacturer\n" -" REF: Pages 58-59, section 5.3.\n" +"ERROR: Missing device URI on command-line and no DEVICE_URI environment " +"variable!\n" +msgstr "" + +#, c-format +msgid "ERROR: No %%BoundingBox: comment in header!\n" msgstr "" -" **FEL** KRÄVER Manufacturer\n" -" REF: Sidorna 58-59, sektion 5.3.\n" #, c-format +msgid "ERROR: No %%Pages: comment in header!\n" +msgstr "" + msgid "" -" **FAIL** BAD ModelName - \"%c\" not allowed in string.\n" -" REF: Pages 59-60, section 5.3.\n" +"ERROR: No device URI found in argv[0] or in DEVICE_URI environment " +"variable!\n" msgstr "" -" **FEL** FELAKTIG ModelName - \"%c\" tillÃ¥ts inte i sträng.\n" -" REF: Sidorna 59-60, sektion 5.3.\n" -msgid " PASS ModelName\n" -msgstr " OK ModelName\n" +msgid "ERROR: No pages found!\n" +msgstr "" + +msgid "ERROR: Out of paper!\n" +msgstr "" + +msgid "ERROR: PRINTER environment variable not defined!\n" +msgstr "" + +#, c-format +msgid "ERROR: Print file was not accepted (%s)!\n" +msgstr "" + +#, fuzzy +msgid "ERROR: Printer not responding!\n" +msgstr "Skrivaren är inte delad!" + +#, c-format +msgid "ERROR: Remote host did not accept control file (%d)\n" +msgstr "" + +#, c-format +msgid "ERROR: Remote host did not accept data file (%d)\n" +msgstr "" + +#, fuzzy, c-format +msgid "ERROR: Unable to add file %d to job: %s\n" +msgstr "lpadmin: Kunde inte öppna filen \"%s\": %s\n" + +#, fuzzy, c-format +msgid "ERROR: Unable to cancel job %d: %s\n" +msgstr "lprm: Kunde inte avbryta jobb!\n" + +#, fuzzy, c-format +msgid "ERROR: Unable to create temporary compressed print file: %s\n" +msgstr "lpadmin: Kunde inte skapa temporärfil: %s\n" + +#, fuzzy, c-format +msgid "ERROR: Unable to create temporary file - %s.\n" +msgstr "lpadmin: Kunde inte skapa temporärfil - %s\n" +#, fuzzy, c-format +msgid "ERROR: Unable to create temporary file: %s\n" +msgstr "lpadmin: Kunde inte skapa temporärfil: %s\n" + +#, fuzzy, c-format +msgid "ERROR: Unable to exec pictwpstops: %s\n" +msgstr "%s: Kunde inte ansluta till server: %s\n" + +#, fuzzy, c-format +msgid "ERROR: Unable to fork pictwpstops: %s\n" +msgstr "Kunde inte grena process!" + +#, fuzzy, c-format +msgid "ERROR: Unable to get PPD file for printer \"%s\" - %s.\n" +msgstr "cupsaddsmb: Ingen PPD-fil för skrivaren \"%s\" - %s\n" + +#, fuzzy, c-format +msgid "ERROR: Unable to get job %d attributes (%s)!\n" +msgstr "Kunde inte fÃ¥ tag pÃ¥ skrivarattribut!" + +#, fuzzy, c-format +msgid "ERROR: Unable to get printer status (%s)!\n" +msgstr "Kunde inte fÃ¥ tag pÃ¥ skrivarstatus:" + +#, fuzzy, c-format +msgid "ERROR: Unable to locate printer '%s'!\n" +msgstr "Kunde inte byta skrivare:" + +#, fuzzy, c-format +msgid "ERROR: Unable to open \"%s\" - %s\n" +msgstr "lp: Kunde inte komma Ã¥t \"%s\" - %s\n" + +#, fuzzy, c-format +msgid "ERROR: Unable to open %s: %s\n" +msgstr "Kunde inte köra \"%s\": %s\n" + +#, fuzzy, c-format +msgid "ERROR: Unable to open device file \"%s\": %s\n" +msgstr "lpadmin: Kunde inte öppna filen \"%s\": %s\n" + +#, fuzzy, c-format +msgid "ERROR: Unable to open file \"%s\" - %s\n" +msgstr "lpadmin: Kunde inte öppna filen \"%s\": %s\n" + +#, fuzzy, c-format +msgid "ERROR: Unable to open file \"%s\": %s\n" +msgstr "lpadmin: Kunde inte öppna filen \"%s\": %s\n" + +#, fuzzy +msgid "ERROR: Unable to open image file for printing!\n" +msgstr "lpoptions: Kunde inte öppna PPD-fil för %s!\n" + +#, fuzzy, c-format +msgid "ERROR: Unable to open print file \"%s\": %s\n" +msgstr "lpadmin: Kunde inte öppna filen \"%s\": %s\n" + +#, fuzzy, c-format +msgid "ERROR: Unable to open print file %s - %s\n" +msgstr "lpadmin: Kunde inte öppna PPD-filen \"%s\" - %s\n" + +#, fuzzy, c-format +msgid "ERROR: Unable to open print file %s: %s\n" +msgstr "lp: kunde inte skriva ut fil: %s\n" + +#, fuzzy, c-format +msgid "ERROR: Unable to open temporary compressed print file: %s\n" +msgstr "lpadmin: Kunde inte skapa temporärfil: %s\n" + +#, c-format +msgid "ERROR: Unable to seek to offset %ld in file - %s\n" +msgstr "" + +#, c-format +msgid "ERROR: Unable to seek to offset %lld in file - %s\n" +msgstr "" + +#, fuzzy, c-format +msgid "ERROR: Unable to send print data (%d)\n" +msgstr "Kunde inte ställa in Windows-skrivardrivrutin (%d)!\n" + +#, c-format +msgid "ERROR: Unable to wait for pictwpstops: %s\n" +msgstr "" + +#, fuzzy, c-format +msgid "ERROR: Unable to write %d bytes to \"%s\": %s\n" +msgstr "Kunde inte köra \"%s\": %s\n" + +#, fuzzy, c-format +msgid "ERROR: Unable to write print data: %s\n" +msgstr "lp: kunde inte skriva ut fil: %s\n" + +#, fuzzy +msgid "ERROR: Unable to write raster data to driver!\n" +msgstr "Kunde inte fÃ¥ tag pÃ¥ skrivarattribut!" + +#, c-format +msgid "ERROR: Unable to write uncompressed document data: %s\n" +msgstr "" + +#, fuzzy, c-format +msgid "ERROR: Unknown encryption option value \"%s\"!\n" +msgstr "%s: Okänt mÃ¥l \"%s\"!\n" + +#, c-format +msgid "ERROR: Unknown file order \"%s\"\n" +msgstr "" + +#, c-format +msgid "ERROR: Unknown format character \"%c\"\n" +msgstr "" + +#, fuzzy, c-format +msgid "ERROR: Unknown option \"%s\" with value \"%s\"!\n" +msgstr "cupsd: Okänd flagga \"%c\" - avbryter!\n" + +#, fuzzy, c-format +msgid "ERROR: Unknown print mode \"%s\"\n" +msgstr "%s: Okänt mÃ¥l \"%s\"!\n" + +#, fuzzy, c-format +msgid "ERROR: Unknown version option value \"%s\"!\n" +msgstr "%s: Okänt mÃ¥l \"%s\"!\n" + +#, c-format +msgid "ERROR: Unsupported brightness value %s, using brightness=100!\n" +msgstr "" + +#, c-format +msgid "ERROR: Unsupported gamma value %s, using gamma=1000!\n" +msgstr "" + +#, c-format +msgid "ERROR: Unsupported number-up value %d, using number-up=1!\n" +msgstr "" + +#, c-format msgid "" -" **FAIL** REQUIRED ModelName\n" -" REF: Pages 59-60, section 5.3.\n" +"ERROR: Unsupported number-up-layout value %s, using number-up-layout=lrtb!\n" msgstr "" -" **FEL** KRÄVER ModelName\n" -" REF: Sidorna 59-60, sektion 5.3.\n" -msgid " PASS NickName\n" -msgstr " OK NickName\n" +#, c-format +msgid "ERROR: Unsupported page-border value %s, using page-border=none!\n" +msgstr "" + +#, c-format +msgid "ERROR: doc_printf overflow (%d bytes) detected, aborting!\n" +msgstr "" + +#, c-format +msgid "ERROR: pictwpstops exited on signal %d!\n" +msgstr "" + +#, fuzzy, c-format +msgid "ERROR: pictwpstops exited with status %d!\n" +msgstr "cupsaddsmb misslyckades med status %d" msgid "" -" **FAIL** REQUIRED NickName\n" -" REF: Page 60, section 5.3.\n" +"ERROR: recoverable: Unable to connect to printer; will retry in 30 " +"seconds...\n" msgstr "" -" **FEL** KRÄVER NickName\n" -" REF: Sida 60, sektion 5.3.\n" -msgid " PASS PageSize\n" -msgstr " OK PageSize\n" +msgid "Edit Configuration File" +msgstr "Redigera konfigurationsfil" + +msgid "Empty PPD file!" +msgstr "Tom PPD-fil!" + +msgid "Ending Banner" +msgstr "Slutbanner" + +msgid "Enter old password:" +msgstr "Ange gammalt lösenord:" -msgid "" -" **FAIL** REQUIRED PageSize\n" -" REF: Pages 99-100, section 5.14.\n" -msgstr "" -" **FEL** KRÄVER PageSize\n" -" REF: Sidorna 99-100, sektion 5.14.\n" +msgid "Enter password again:" +msgstr "Ange lösenord igen:" -msgid " PASS PageRegion\n" -msgstr " OK PageRegion\n" +msgid "Enter password:" +msgstr "Ange lösenord:" msgid "" -" **FAIL** REQUIRED PageRegion\n" -" REF: Page 100, section 5.14.\n" +"Enter your username and password or the root username and password to access " +"this page. If you are using Kerberos authentication, make sure you have a " +"valid Kerberos ticket." msgstr "" -" **FEL** KRÄVER PageRegion\n" -" REF: Sida 100, sektion 5.14.\n" +"Ange ditt användarnamn och lösenord eller root-användarnamnet och lösenord " +"för att komma Ã¥t denna sida. Om du använder Kerberos-autentisering, " +"kontrollera att du har en giltig Kerberos-biljett." -msgid " PASS PCFileName\n" -msgstr " OK PCFileName\n" +msgid "Error Policy" +msgstr "Felpolicy" -msgid "" -" **FAIL** REQUIRED PCFileName\n" -" REF: Pages 61-62, section 5.3.\n" -msgstr "" -" **FEL** KRÄVER PCFileName\n" -" REF: Sidorna 61-62, sektion 5.3.\n" +msgid "Error: need hostname after '-h' option!\n" +msgstr "Fel: behöver värdnamn efter flaggan \"-h\"!\n" -msgid "" -" **FAIL** BAD Product - not \"(string)\".\n" -" REF: Page 62, section 5.3.\n" -msgstr "" -" **FEL** FELAKTIG Product - inte \"(string)\".\n" -" REF: Sida 62, sektion 5.3.\n" +msgid "Export Printers to Samba" +msgstr "Exportera skrivare till Samba" -msgid " PASS Product\n" -msgstr " OK Product\n" +msgid "FAIL\n" +msgstr "FEL\n" -msgid "" -" **FAIL** REQUIRED Product\n" -" REF: Page 62, section 5.3.\n" +#, c-format +msgid "FATAL: Could not load %s\n" msgstr "" -" **FEL** KRÄVER Product\n" -" REF: Sida 62, sektion 5.3.\n" +#, c-format msgid "" -" **FAIL** BAD PSVersion - not \"(string) int\".\n" -" REF: Pages 62-64, section 5.3.\n" +"File device URIs have been disabled! To enable, see the FileDevice directive " +"in \"%s/cupsd.conf\"." msgstr "" -" **FEL** FELAKTIG PSVersion - inte \"(string) int\".\n" -" REF: Sidorna 62-64, sektion 5.3.\n" - -msgid " PASS PSVersion\n" -msgstr " OK PSVersion\n" +"Felenhets URI:er har blivit inaktiverat! För att aktivera, se direktivet " +"FileDevice i \"%s/cupsd.conf\"." -msgid "" -" **FAIL** REQUIRED PSVersion\n" -" REF: Pages 62-64, section 5.3.\n" +msgid "Fuser temperature high!" msgstr "" -" **FEL** KRÄVER PSVersion\n" -" REF: Sidorna 62-64, sektion 5.3.\n" -msgid "" -" **FAIL** BAD ShortNickName - longer than 31 chars.\n" -" REF: Pages 64-65, section 5.3.\n" +msgid "Fuser temperature low!" msgstr "" -" **FEL** FELAKTIG ShortNickName - längre än 31 tecken.\n" -" REF: Sidorna 64-65, sektion 5.3.\n" -msgid " PASS ShortNickName\n" -msgstr " OK ShortNickName\n" +msgid "General" +msgstr "Allmänt" -msgid "" -" **FAIL** REQUIRED ShortNickName\n" -" REF: Page 64-65, section 5.3.\n" -msgstr "" -" **FEL** KRÄVER ShortNickName\n" -" REF: Sida 64-65, sektion 5.3.\n" +msgid "Got a printer-uri attribute but no job-id!" +msgstr "Fick ett printer-uri-attribut men inget jobb-id!" -msgid "" -" **FAIL** BAD JobPatchFile attribute in file\n" -" REF: Page 24, section 3.4.\n" +msgid "Help" +msgstr "Hjälp" + +#, c-format +msgid "INFO: Attempting to connect to host %s for printer %s\n" msgstr "" -" **FEL** FELAKTIGT JobPatchFile-attribut i fil\n" -" REF: Sida 24, sektion 3.4.\n" -msgid "" -" **FAIL** REQUIRED PageSize\n" -" REF: Page 41, section 5.\n" -" REF: Page 99, section 5.14.\n" +#, fuzzy, c-format +msgid "INFO: Attempting to connect to host %s on port %d\n" +msgstr "lpstat: Kunde inte ansluta till server %s pÃ¥ port %d: %s\n" + +msgid "INFO: Canceling print job...\n" msgstr "" -" **FEL** KRÄVER PageSize\n" -" REF: Sida 41, sektion 5.\n" -" REF: Sida 99, sektion 5.14.\n" #, c-format -msgid "" -" **FAIL** REQUIRED ImageableArea for PageSize %s\n" -" REF: Page 41, section 5.\n" -" REF: Page 102, section 5.15.\n" +msgid "INFO: Connected to %s...\n" msgstr "" -" **FEL** KRÄVER ImageableArea för PageSize %s\n" -" REF: Sida 41, sektion 5.\n" -" REF: Sida 102, sektion 5.15.\n" #, c-format -msgid "" -" **FAIL** REQUIRED PaperDimension for PageSize %s\n" -" REF: Page 41, section 5.\n" -" REF: Page 103, section 5.15.\n" +msgid "INFO: Connecting to %s on port %d...\n" msgstr "" -" **FEL** KRÄVER PaperDimension för PageSize %s\n" -" REF: Sida 41, sektion 5.\n" -" REF: Sida 103, sektion 5.15.\n" -#, c-format -msgid "" -" **FAIL** Bad %s choice %s!\n" -" REF: Page 84, section 5.9\n" +msgid "INFO: Control file sent successfully\n" msgstr "" -" **FEL** Felaktigt %s val %s!\n" -" REF: Sida 84, sektion 5.9\n" -#, c-format -msgid "" -" **FAIL** REQUIRED %s does not define choice None!\n" -" REF: Page 122, section 5.17\n" +msgid "INFO: Data file sent successfully\n" msgstr "" -" **FEL** KRÄVER %s definerar inte valet None!\n" -" REF: Sida 122, sektion 5.17\n" #, c-format -msgid "" -" **FAIL** Bad %s choice %s!\n" -" REF: Page 122, section 5.17\n" +msgid "INFO: Formatting page %d...\n" msgstr "" -" **FEL** Felaktigt %s val %s!\n" -" REF: Sida 122, sektion 5.17\n" -msgid " PASS\n" -msgstr " OK\n" +msgid "INFO: Loading image file...\n" +msgstr "" + +msgid "INFO: Print file sent, waiting for printer to finish...\n" +msgstr "" #, c-format -msgid "" -" WARN Duplex option keyword %s should be named Duplex or JCLDuplex!\n" -" REF: Page 122, section 5.17\n" +msgid "INFO: Printer busy (status:0x%08x)\n" msgstr "" -" VARN Nyckelord för Duplex-alternativet %s bör vara Duplex eller JCLDuplex!\n" -" REF: Sida 122, sektion 5.17\n" -msgid " WARN Default choices conflicting!\n" -msgstr " VARN Standardvalen i konflikt!\n" +msgid "INFO: Printer busy; will retry in 10 seconds...\n" +msgstr "" -#, c-format -msgid "" -" WARN Obsolete PPD version %.1f!\n" -" REF: Page 42, section 5.2.\n" +msgid "INFO: Printer busy; will retry in 30 seconds...\n" msgstr "" -" VARN FörÃ¥ldrad PPD-version %.1f!\n" -" REF: Sida 42, sektion 5.2.\n" -msgid "" -" WARN LanguageEncoding required by PPD 4.3 spec.\n" -" REF: Pages 56-57, section 5.3.\n" +msgid "INFO: Printer busy; will retry in 5 seconds...\n" msgstr "" -" VARN LanguageEncoding krävs av PPD 4.3-spec.\n" -" REF: Sidorna 56-57, sektion 5.3.\n" -msgid "" -" WARN Manufacturer required by PPD 4.3 spec.\n" -" REF: Pages 58-59, section 5.3.\n" +msgid "INFO: Printer does not support IPP/1.1, trying IPP/1.0...\n" msgstr "" -" VARN Manufacturer krävs av PPD 4.3-spec.\n" -" REF: Sidorna 58-59, sektion 5.3.\n" -msgid "" -" WARN PCFileName longer than 8.3 in violation of PPD spec.\n" -" REF: Pages 61-62, section 5.3.\n" +msgid "INFO: Printer is busy; will retry in 5 seconds...\n" msgstr "" -" VARN PCFileName längre än 8.3 i strid med PPD-spec.\n" -" REF: Sidorna 61-62, sektion 5.3.\n" -msgid "" -" WARN ShortNickName required by PPD 4.3 spec.\n" -" REF: Pages 64-65, section 5.3.\n" +msgid "INFO: Printer is currently off-line.\n" msgstr "" -" VARN ShortNickName krävs av PPD 4.3-spec.\n" -" REF: Sidorna 64-65, sektion 5.3.\n" -msgid "" -" WARN Protocols contains both PJL and BCP; expected TBCP.\n" -" REF: Pages 78-79, section 5.7.\n" +msgid "INFO: Printer is now on-line.\n" msgstr "" -" VARN Protokollen innehÃ¥ller bÃ¥de PJL och BCP; förväntade TBCP.\n" -" REF: Sidorna 78-79, sektion 5.7.\n" -msgid "" -" WARN Protocols contains PJL but JCL attributes are not set.\n" -" REF: Pages 78-79, section 5.7.\n" +msgid "INFO: Printer not connected; will retry in 30 seconds...\n" msgstr "" -" VARN Protokollen innehÃ¥ller PJL men JCL-attributen är inte inställda.\n" -" REF: Sidorna 78-79, sektion 5.7.\n" #, c-format -msgid "" -" WARN %s shares a common prefix with %s\n" -" REF: Page 15, section 3.2.\n" +msgid "INFO: Printing page %d, %d%% complete...\n" msgstr "" -" VARN %s delar ett vanligt prefix med %s\n" -" REF: Sida 15, sektion 3.2.\n" #, c-format -msgid " %d ERROR%s FOUND\n" -msgstr " %d FEL%s HITTADES\n" +msgid "INFO: Printing page %d...\n" +msgstr "" -msgid " NO ERRORS FOUND\n" -msgstr " INGA FEL HITTADES\n" +msgid "INFO: Ready to print.\n" +msgstr "" #, c-format -msgid "" -" WARN \"%s %s\" conflicts with \"%s %s\"\n" -" (constraint=\"%s %s %s %s\")\n" +msgid "INFO: Sending control file (%lu bytes)\n" msgstr "" -" VARN \"%s %s\" konfliktar med \"%s %s\"\n" -" (begränsare=\"%s %s %s %s\")\n" -msgid "" -"Usage: cupstestppd [-q] [-r] [-v[v]] filename1.ppd[.gz] [... filenameN.ppd[.gz]]\n" -" program | cupstestppd [-q] [-r] [-v[v]] -\n" +#, c-format +msgid "INFO: Sending control file (%u bytes)\n" msgstr "" -"Användning: cupstestppd [-q] [-r] [-v[v]] filnamn1.ppd[.gz] [... filnamnN.ppd[.gz]]\n" -" program | cupstestppd [-q] [-r] [-v[v]] -\n" - -msgid "lpstat: Need \"completed\" or \"not-completed\" after -W!\n" -msgstr "lpstat: Behöver \"completed\" eller \"not-completed\" efter -W!\n" -msgid "lpstat: The -b option requires a destination argument.\n" -msgstr "lpstat: Flaggan -b kräver ett mÃ¥largument.\n" - -msgid "Error: need hostname after '-h' option!\n" -msgstr "Fel: behöver värdnamn efter flaggan \"-h\"!\n" +msgid "INFO: Sending data\n" +msgstr "" #, c-format -msgid "lpstat: Unknown option '%c'!\n" -msgstr "lpstat: Okänd flagga \"%c\"!\n" +msgid "INFO: Sending data file (%ld bytes)\n" +msgstr "" #, c-format -msgid "lpstat: Invalid destination name in list \"%s\"!\n" -msgstr "lpstat: Ogiltigt mÃ¥lnamn i listan \"%s\"!\n" +msgid "INFO: Sending data file (%lld bytes)\n" +msgstr "" #, c-format -msgid "lpstat: Unknown destination \"%s\"!\n" -msgstr "lpstat: Okänt mÃ¥l \"%s\"!\n" +msgid "INFO: Sent print file, %ld bytes...\n" +msgstr "" #, c-format -msgid "lpstat: Unable to connect to server %s on port %d: %s\n" -msgstr "lpstat: Kunde inte ansluta till server %s pÃ¥ port %d: %s\n" +msgid "INFO: Sent print file, %lld bytes...\n" +msgstr "" #, c-format -msgid "lpstat: get-printers failed: %s\n" -msgstr "lpstat: get-printers misslyckades: %s\n" +msgid "INFO: Spooling LPR job, %.0f%% complete...\n" +msgstr "" -#, c-format -msgid "%s accepting requests since Jan 01 00:00\n" -msgstr "%s accepterar begäran sedan Jan 01 00:00\n" +msgid "INFO: Unable to contact printer, queuing on next printer in class...\n" +msgstr "" -#, c-format -msgid "" -"%s not accepting requests since Jan 01 00:00 -\n" -"\t%s\n" +msgid "INFO: Waiting for job to complete...\n" msgstr "" -"%s accepterar inte begäran sedan Jan 01 00:00 -\n" -"\t%s\n" -#, c-format -msgid "%s/%s accepting requests since Jan 01 00:00\n" -msgstr "%s/%s accepterar begäran sedan Jan 01 00:00\n" +msgid "Illegal control character" +msgstr "OtillÃ¥tet kontrolltecken" -#, c-format -msgid "" -"%s/%s not accepting requests since Jan 01 00:00 -\n" -"\t%s\n" +msgid "Illegal main keyword string" +msgstr "OtillÃ¥ten huvudnyckelordssträng" + +msgid "Illegal option keyword string" +msgstr "OtillÃ¥ten alternativnyckelordssträng" + +msgid "Illegal translation string" +msgstr "OtillÃ¥ten översättningssträng" + +msgid "Illegal whitespace character" +msgstr "OtillÃ¥tet blanktecken" + +msgid "Ink/toner almost empty." msgstr "" -"%s/%s accepterar inte begäran sedan Jan 01 00:00 -\n" -"\t%s\n" -#, c-format -msgid "lpstat: get-classes failed: %s\n" -msgstr "lpstat: get-classes misslyckades: %s\n" +msgid "Ink/toner empty!" +msgstr "" -#, c-format -msgid "members of class %s:\n" -msgstr "medlemmar av klassen %s:\n" +msgid "Ink/toner waste bin almost full." +msgstr "" -#, c-format -msgid "system default destination: %s/%s\n" -msgstr "systemstandardmÃ¥l: %s/%s\n" +msgid "Ink/toner waste bin full!" +msgstr "" -#, c-format -msgid "system default destination: %s\n" -msgstr "systemstandardmÃ¥l: %s\n" +msgid "Interlock open." +msgstr "" -#, c-format -msgid "lpstat: error - %s environment variable names non-existent destination \"%s\"!\n" -msgstr "lpstat: fel - miljövariabeln %s namnger icke-existerande mÃ¥l \"%s\"!\n" +msgid "Internal error" +msgstr "Internt fel" -msgid "no system default destination\n" -msgstr "inget systemstandardmÃ¥l\n" +msgid "JCL" +msgstr "JCL" #, c-format -msgid "Output for printer %s is sent to remote printer %s on %s\n" -msgstr "Utmatning för skrivaren %s skickas till fjärrskrivaren %s pÃ¥ %s\n" +msgid "Job #%d cannot be restarted - no files!" +msgstr "Jobb #%d kan inte startas om - inga filer!" -#, c-format -msgid "Output for printer %s is sent to %s\n" -msgstr "Utmatning för skrivaren %s skickas till %s\n" +#, c-format +msgid "Job #%d does not exist!" +msgstr "Jobb #%d finns inte!" #, c-format -msgid "Output for printer %s/%s is sent to remote printer %s on %s\n" -msgstr "Utmatning för skrivaren %s/%s skickas till fjärrskrivaren %s pÃ¥ %s\n" +msgid "Job #%d is already aborted - can't cancel." +msgstr "Jobb #%d är redan avbrutet - kan inte avbryta." #, c-format -msgid "Output for printer %s/%s is sent to %s\n" -msgstr "Utmatning för skrivaren %s/%s skickas till %s\n" +msgid "Job #%d is already canceled - can't cancel." +msgstr "Jobb #%d är redan avbrutet - kan inte avbryta." #, c-format -msgid "device for %s: %s\n" -msgstr "enhet för %s: %s\n" +msgid "Job #%d is already completed - can't cancel." +msgstr "Jobb #%d är redan färdigt - kan inte avbryta." #, c-format -msgid "device for %s/%s: %s\n" -msgstr "enhet för %s/%s: %s\n" +msgid "Job #%d is finished and cannot be altered!" +msgstr "Jobb #%d är färdigt och kan inte förändras!" #, c-format -msgid "lpstat: get-jobs failed: %s\n" -msgstr "lpstat: get-jobs misslyckades: %s\n" +msgid "Job #%d is not complete!" +msgstr "Jobb #%d är inte färdigt!" #, c-format -msgid "\tqueued for %s\n" -msgstr "\tkölagd för %s\n" +msgid "Job #%d is not held for authentication!" +msgstr "Jobb #%d hÃ¥lls inte kvar för autentisering!" #, c-format -msgid "printer %s is idle. enabled since %s\n" -msgstr "skrivare %s är overksam. aktiverad sedan %s\n" +msgid "Job #%d is not held!" +msgstr "Jobb #%d hÃ¥lls inte kvar!" #, c-format -msgid "printer %s now printing %s-%d. enabled since %s\n" -msgstr "skrivaren %s skriver nu ut %s-%d. aktiverad sedan %s\n" +msgid "Job #%s does not exist!" +msgstr "Jobb #%s finns inte!" #, c-format -msgid "printer %s disabled since %s -\n" -msgstr "skrivare %s inaktiverad sedan %s -\n" +msgid "Job %d not found!" +msgstr "Jobb %d hittades inte!" -msgid "\treason unknown\n" -msgstr "\tokänd anledning\n" +#, fuzzy +msgid "Job Completed" +msgstr "färdig" -msgid "" -"\tForm mounted:\n" -"\tContent types: any\n" -"\tPrinter types: unknown\n" +msgid "Job Created" msgstr "" -"\tFormulär monterat:\n" -"\tInnehÃ¥llstyper: alla\n" -"\tSkrivartyper: okänd\n" -#, c-format -msgid "\tDescription: %s\n" -msgstr "\tBeskrivning: %s\n" +#, fuzzy +msgid "Job Options Changed" +msgstr "JobbÃ¥tgärd misslyckades:" -msgid "\tAlerts:" -msgstr "\tAlarm:" +#, fuzzy +msgid "Job Stopped" +msgstr "stoppad" -#, c-format -msgid "\tLocation: %s\n" -msgstr "\tPlats: %s\n" +msgid "Job is completed and cannot be changed." +msgstr "Jobbet är färdigt och kan inte ändras." -msgid "\tConnection: remote\n" -msgstr "\tAnslutning: fjärr\n" +msgid "Job operation failed:" +msgstr "JobbÃ¥tgärd misslyckades:" -#, c-format -msgid "\tInterface: %s.ppd\n" -msgstr "\tGränssnitt: %s.ppd\n" +msgid "Job state cannot be changed." +msgstr "JobbtillstÃ¥nd kan inte ändras." -msgid "\tConnection: direct\n" -msgstr "\tAnslutning: direkt\n" +msgid "Job subscriptions cannot be renewed!" +msgstr "Jobbprenumerationer kan inte förnyas!" -#, c-format -msgid "\tInterface: %s/interfaces/%s\n" -msgstr "\tGränssnitt: %s/interfaces/%s\n" +msgid "Jobs" +msgstr "Jobb" #, c-format -msgid "\tInterface: %s/ppd/%s.ppd\n" -msgstr "\tGränssnitt: %s/ppd/%s.ppd\n" +msgid "Language \"%s\" not supported!" +msgstr "SprÃ¥ket \"%s\" stöds inte!" -msgid "\tOn fault: no alert\n" -msgstr "\tVid fel: inget alarm\n" +msgid "Line longer than the maximum allowed (255 characters)" +msgstr "Rad längre än vad som maximalt tillÃ¥ts (255 tecken)" -msgid "\tAfter fault: continue\n" -msgstr "\tEfter fel: fortsätt\n" +msgid "Media Size" +msgstr "Mediastorlek" -msgid "\tUsers allowed:\n" -msgstr "\tTillÃ¥tna användare:\n" +msgid "Media Source" +msgstr "Mediakälla" -msgid "\tUsers denied:\n" -msgstr "\tNekade användare:\n" +msgid "Media Type" +msgstr "Mediatyp" -msgid "\t\t(all)\n" -msgstr "\t\t(alla)\n" +#, fuzzy +msgid "Media jam!" +msgstr "Mediatyp" -msgid "\tForms allowed:\n" -msgstr "\tTillÃ¥tna format:\n" +msgid "Media tray almost empty." +msgstr "" -msgid "\t\t(none)\n" -msgstr "\t\t(ingen)\n" +msgid "Media tray empty!" +msgstr "" -msgid "\tBanner required\n" -msgstr "\tBanner krävs\n" +msgid "Media tray missing!" +msgstr "" -msgid "\tCharset sets:\n" -msgstr "\tTeckenkodningar:\n" +msgid "Media tray needs to be filled." +msgstr "" -# Pitch är ett svÃ¥rt att kort förklara.. -msgid "\tDefault pitch:\n" -msgstr "\tStandardavstÃ¥nd mellan bildpunkter:\n" +msgid "Memory allocation error" +msgstr "Minnesallokeringsfel" -msgid "\tDefault page size:\n" -msgstr "\tStandardstorlek för sida:\n" +msgid "Missing PPD-Adobe-4.x header" +msgstr "Saknar PPD-Adobe-4.x-huvud" -msgid "\tDefault port settings:\n" -msgstr "\tStandardportinställningar:\n" +msgid "Missing asterisk in column 1" +msgstr "Saknar asterisk i kolumn 1" #, c-format -msgid "printer %s/%s is idle. enabled since %s\n" -msgstr "skrivare %s/%s är overksam. aktiverad sedan %s\n" +msgid "Missing double quote on line %d!" +msgstr "Saknar dubbla citationstecken pÃ¥ rad %d!" -#, c-format -msgid "printer %s/%s now printing %s-%d. enabled since %s\n" -msgstr "skrivaren %s/%s skriver nu ut %s-%d. aktiverad sedan %s\n" +msgid "Missing form variable!" +msgstr "Saknar formatvariabel!" -#, c-format -msgid "printer %s/%s disabled since %s -\n" -msgstr "skrivare %s/%s inaktiverad sedan %s -\n" +msgid "Missing notify-subscription-ids attribute!" +msgstr "Saknar attributet notify-subscription-ids!" -msgid "scheduler is running\n" -msgstr "schemaläggare körs\n" +msgid "Missing requesting-user-name attribute!" +msgstr "Saknar attributet requesting-user-name!" -msgid "scheduler is not running\n" -msgstr "schemaläggare körs inte\n" +msgid "Missing required attributes!" +msgstr "Saknar nödvändiga attribut!" #, c-format -msgid "lpadmin: Unable to connect to server: %s\n" -msgstr "lpadmin: Kunde inte ansluta till server: %s\n" +msgid "Missing value on line %d!" +msgstr "Saknar värde pÃ¥ rad %d!" + +msgid "Missing value string" +msgstr "Saknar värdesträng" +#, c-format msgid "" -"lpadmin: Unable to add a printer to the class:\n" -" You must specify a printer name first!\n" +"Model: name = %s\n" +" natural_language = %s\n" +" make-and-model = %s\n" +" device-id = %s\n" msgstr "" -"lpadmin: Kunde inte lägga till en skrivare till klassen:\n" -" Du mÃ¥ste ange ett skrivarnamn först!\n" - -msgid "lpadmin: Expected class name after '-c' option!\n" -msgstr "lpadmin: Förväntade klassnamn efter flaggan \"-c\"!\n" +"Modell: namn = %s\n" +" naturligt_sprÃ¥k = %s\n" +" märke-och-modell = %s\n" +" enhets-id = %s\n" -msgid "lpadmin: Class name can only contain printable characters!\n" -msgstr "lpadmin: Klassnamn kan endast innehÃ¥lla skrivbara tecken!\n" +msgid "Modify Class" +msgstr "Ändra klass" -msgid "lpadmin: Expected printer name after '-d' option!\n" -msgstr "lpadmin: Förväntade skrivarnamn efter flaggan \"-d\"!\n" +msgid "Modify Printer" +msgstr "Ändra skrivare" -msgid "lpadmin: Printer name can only contain printable characters!\n" -msgstr "lpadmin: Skrivarnamn kan endast innehÃ¥lla skrivbara tecken!\n" +msgid "Move All Jobs" +msgstr "Flytta alla jobb" -msgid "lpadmin: Expected hostname after '-h' option!\n" -msgstr "lpadmin: Förväntade värdnamn efter flaggan \"-h\"!\n" +msgid "Move Job" +msgstr "Flytta jobb" -msgid "" -"lpadmin: Unable to set the interface script:\n" -" You must specify a printer name first!\n" +#, c-format +msgid "NOTICE: Print file accepted - job ID %d.\n" msgstr "" -"lpadmin: Kunde inte ställa in gränssnittsskriptet:\n" -" Du mÃ¥ste ange ett skrivarnamn först!\n" -msgid "lpadmin: Expected interface after '-i' option!\n" -msgstr "lpadmin: Förväntade gränssnitt efter flaggan \"-i\"!\n" - -msgid "" -"lpadmin: Unable to set the interface script or PPD file:\n" -" You must specify a printer name first!\n" +msgid "NOTICE: Print file accepted - job ID unknown.\n" msgstr "" -"lpadmin: Kunde inte ställa in gränssnittsskriptet eller PPD-fil:\n" -" Du mÃ¥ste ange ett skrivarnamn först!\n" -msgid "lpadmin: Expected model after '-m' option!\n" -msgstr "lpadmin: Förväntade modell efter flaggan \"-m\"!\n" - -msgid "lpadmin: Expected name=value after '-o' option!\n" -msgstr "lpadmin: Förväntade namn=värde efter flaggan \"-o\"!\n" +msgid "NULL PPD file pointer" +msgstr "NOLL PPD-filspekare" -msgid "lpadmin: Expected printer after '-p' option!\n" -msgstr "lpadmin: Förväntade skrivare efter flaggan \"-p\"!\n" +msgid "No" +msgstr "Nej" -msgid "" -"lpadmin: Unable to remove a printer from the class:\n" -" You must specify a printer name first!\n" -msgstr "" -"lpadmin: Kunde inte ta bort en skrivare frÃ¥n klassen:\n" -" Du mÃ¥ste ange ett skrivarnamn först!\n" +msgid "No Windows printer drivers are installed!" +msgstr "Inga skrivardrivrutiner för Windows 2000 är installerade!" -msgid "lpadmin: Expected class after '-r' option!\n" -msgstr "lpadmin: Förväntade klass efter flaggan \"-r\"!\n" +#, c-format +msgid "No active jobs on %s!" +msgstr "Inga aktiva jobb pÃ¥ %s!" -msgid "lpadmin: Expected allow/deny:userlist after '-u' option!\n" -msgstr "lpadmin: Förväntade allow/deny:användarlista efter flaggan \"-u\"!\n" +msgid "No attributes in request!" +msgstr "Inga attribut i begäran!" -#, c-format -msgid "lpadmin: Unknown allow/deny option \"%s\"!\n" -msgstr "lpadmin: Okänt allow/deny-alternativ \"%s\"!\n" +msgid "No authentication information provided!" +msgstr "Ingen autentiseringsinformation angiven!" -msgid "" -"lpadmin: Unable to set the device URI:\n" -" You must specify a printer name first!\n" -msgstr "" -"lpadmin: Kunde inte ställa in enhets-URI:\n" -" Du mÃ¥ste ange ett skrivarnamn först!\n" +msgid "No default printer" +msgstr "Ingen standardskrivare" -msgid "lpadmin: Expected device URI after '-v' option!\n" -msgstr "lpadmin: Förväntade enhets-URI efter flaggan \"'-v\"!\n" +msgid "No destinations added." +msgstr "Inga mÃ¥l tillagda." -msgid "lpadmin: Expected printer or class after '-x' option!\n" -msgstr "lpadmin: Förväntade skrivare eller klass efter flaggan \"'-x\"!\n" +msgid "No file!?!" +msgstr "Ingen fil!?!" -msgid "" -"lpadmin: Unable to set the printer description:\n" -" You must specify a printer name first!\n" -msgstr "" -"lpadmin: Kunde inte ställa in skrivarbeskrivningen:\n" -" Du mÃ¥ste ange ett skrivarnamn först!\n" +msgid "No subscription attributes in request!" +msgstr "Inga prenumerationsattribut i begäran!" -msgid "lpadmin: Expected description after '-D' option!\n" -msgstr "lpadmin: Förväntade beskrivning efter flaggan \"'-D\"!\n" +msgid "No subscriptions found." +msgstr "Inga prenumerationer hittades." -msgid "lpadmin: Expected file type(s) after '-I' option!\n" -msgstr "lpadmin: Förväntade filtyp(er) efter flaggan \"'-I\"!\n" +msgid "None" +msgstr "Ingen" -msgid "lpadmin: Warning - content type list ignored!\n" -msgstr "lpadmin: Varning - innehÃ¥llstyplista ignorerades!\n" +msgid "OK" +msgstr "OK" -msgid "" -"lpadmin: Unable to set the printer location:\n" -" You must specify a printer name first!\n" +msgid "OPC almost at end-of-life." msgstr "" -"lpadmin: Kunde inte ställa in skrivarens plats:\n" -" Du mÃ¥ste ange ett skrivarnamn först!\n" - -msgid "lpadmin: Expected location after '-L' option!\n" -msgstr "lpadmin: Förväntade plats efter flaggan \"-L\"!\n" -msgid "" -"lpadmin: Unable to set the PPD file:\n" -" You must specify a printer name first!\n" +msgid "OPC at end-of-life!" msgstr "" -"lpadmin: Kunde inte ställa in PPD-filen:\n" -" Du mÃ¥ste ange ett skrivarnamn först!\n" -msgid "lpadmin: Expected PPD after '-P' option!\n" -msgstr "lpadmin: Förväntade PPD efter flaggan \"'-P\"!\n" +msgid "OpenGroup without a CloseGroup first" +msgstr "OpenGroup utan en CloseGroup först" -#, c-format -msgid "lpadmin: Unknown option '%c'!\n" -msgstr "lpadmin: Okänd flagga \"%c\"!\n" +msgid "OpenUI/JCLOpenUI without a CloseUI/JCLCloseUI first" +msgstr "OpenUI/JCLOpenUI utan en CloseUI/JCLCloseUI först" -#, c-format -msgid "lpadmin: Unknown argument '%s'!\n" -msgstr "lpadmin: Okänt argument \"%s\"!\n" +msgid "Operation Policy" +msgstr "Åtgärdspolicy" -msgid "" -"lpadmin: Unable to set the printer options:\n" -" You must specify a printer name first!\n" +msgid "Options Installed" +msgstr "Alternativ installerade" + +msgid "Out of toner!" msgstr "" -"lpadmin: Kunde inte ställa in skrivaralternativen:\n" -" Du mÃ¥ste ange ett skrivarnamn först!\n" -msgid "" -"Usage:\n" -"\n" -" lpadmin [-h server] -d destination\n" -" lpadmin [-h server] -x destination\n" -" lpadmin [-h server] -p printer [-c add-class] [-i interface] [-m model]\n" -" [-r remove-class] [-v device] [-D description]\n" -" [-P ppd-file] [-o name=value]\n" -" [-u allow:user,user] [-u deny:user,user]\n" -"\n" +msgid "Output Mode" +msgstr "Utmatningsläge" + +msgid "Output bin almost full." msgstr "" -"Användning:\n" -"\n" -" lpadmin [-h server] -d mÃ¥l\n" -" lpadmin [-h server] -x mÃ¥l\n" -" lpadmin [-h server] -p skrivare [-c lägg-till-klass] [-i gränssnitt] [-m modell]\n" -" [-r ta-bort-klass] [-v enhet] [-D beskrivning]\n" -" [-P ppd-fil] [-o namn=värde]\n" -" [-u allow:användare,användare] [-u deny:användare,användare]\n" -"\n" -#, c-format -msgid "lpadmin: Unable to create temporary file: %s\n" -msgstr "lpadmin: Kunde inte skapa temporärfil: %s\n" +msgid "Output bin full!" +msgstr "" #, c-format -msgid "lpadmin: Unable to open file \"%s\": %s\n" -msgstr "lpadmin: Kunde inte öppna filen \"%s\": %s\n" +msgid "Output for printer %s is sent to %s\n" +msgstr "Utmatning för skrivaren %s skickas till %s\n" #, c-format -msgid "lpadmin: add-printer (set model) failed: %s\n" -msgstr "lpadmin: add-printer (set model) misslyckades: %s\n" +msgid "Output for printer %s is sent to remote printer %s on %s\n" +msgstr "Utmatning för skrivaren %s skickas till fjärrskrivaren %s pÃ¥ %s\n" #, c-format -msgid "lpadmin: add-printer (set description) failed: %s\n" -msgstr "lpadmin: add-printer (set description) misslyckades: %s\n" +msgid "Output for printer %s/%s is sent to %s\n" +msgstr "Utmatning för skrivaren %s/%s skickas till %s\n" #, c-format -msgid "lpadmin: add-printer (set location) failed: %s\n" -msgstr "lpadmin: add-printer (set location) misslyckades: %s\n" +msgid "Output for printer %s/%s is sent to remote printer %s on %s\n" +msgstr "Utmatning för skrivaren %s/%s skickas till fjärrskrivaren %s pÃ¥ %s\n" -#, c-format -msgid "lpadmin: Unable to create temporary file - %s\n" -msgstr "lpadmin: Kunde inte skapa temporärfil - %s\n" +msgid "Output tray missing!" +msgstr "" + +msgid "PASS\n" +msgstr "OK\n" + +msgid "PS Binary Protocol" +msgstr "PS Binary-protokoll" #, c-format -msgid "lpadmin: Unable to open PPD file \"%s\" - %s\n" -msgstr "lpadmin: Kunde inte öppna PPD-filen \"%s\" - %s\n" +msgid "Password for %s on %s? " +msgstr "Lösenord för %s pÃ¥ %s? " #, c-format -msgid "lpadmin: %s failed: %s\n" -msgstr "lpadmin: %s misslyckades: %s\n" +msgid "Password for %s required to access %s via SAMBA: " +msgstr "Lösenord för %s krävs för att komma Ã¥t %s via SAMBA: " -msgid "lp: Expected destination after -d option!\n" -msgstr "lp: Förväntade mÃ¥l efter flaggan -d!\n" +msgid "Policies" +msgstr "Policy" -msgid "lp: Expected form after -f option!\n" -msgstr "lp: Förväntade format efter flaggan -f!\n" +msgid "Print Job:" +msgstr "Utskriftsjobb:" -msgid "lp: Expected hostname after -h option!\n" -msgstr "lp: Förväntade värdnamn efter flaggan -h!\n" +msgid "Print Test Page" +msgstr "Skriv ut testsida" -msgid "lp: Expected job ID after -i option!\n" -msgstr "lp: Förväntade jobb-id efter flaggan -i!\n" +#, fuzzy +msgid "Printer Added" +msgstr "Skrivare" -msgid "lp: Error - cannot print files and alter jobs simultaneously!\n" -msgstr "lp: Fel - kan inte skriva ut filer och ändra jobb samtidigt!\n" +#, fuzzy +msgid "Printer Deleted" +msgstr "Skrivaren är inte delad!" -msgid "lp: Error - bad job ID!\n" -msgstr "lp: Fel - felaktigt jobb-id!\n" +msgid "Printer Maintenance" +msgstr "SkrivarunderhÃ¥ll" -msgid "lp: Expected copies after -n option!\n" -msgstr "lp: Förväntade kopior efter flaggan -n!\n" +#, fuzzy +msgid "Printer Modified" +msgstr "SkrivarunderhÃ¥ll" -msgid "lp: Expected option string after -o option!\n" -msgstr "lp: Förväntade sträng efter flaggan -o!\n" +#, fuzzy +msgid "Printer Stopped" +msgstr "Skrivaren är inte delad!" -#, c-format -msgid "lp: Expected priority after -%c option!\n" -msgstr "lp: Förväntade prioritet efter flaggan -%c!\n" +#, fuzzy +msgid "Printer off-line." +msgstr "SkrivarunderhÃ¥ll" + +msgid "Printer:" +msgstr "Skrivare:" -msgid "lp: Priority must be between 1 and 100.\n" -msgstr "lp: Prioritet mÃ¥ste vara mellan 1 och 100.\n" +msgid "Printers" +msgstr "Skrivare" + +msgid "Purge Jobs" +msgstr "Rensa jobb" -msgid "lp: Expected title after -t option!\n" -msgstr "lp: Förväntade titel efter flaggan -t!\n" +msgid "Quota limit reached." +msgstr "Kvotgräns nÃ¥dd." -msgid "lp: Expected mode list after -y option!\n" -msgstr "lp: Förväntade lägeslista efter flaggan -y!\n" +msgid "Rank Owner Job File(s) Total Size\n" +msgstr "" +"Rank Ägare Jobb Fil(er) Total storlek\n" -msgid "lp: Warning - mode option ignored!\n" -msgstr "lp: Varning - lägesflagga ignorerades!\n" +msgid "" +"Rank Owner Pri Job Files Total Size\n" +msgstr "" +"Rank Ägare Pri Jobb Filer Total storlek\n" -msgid "lp: Expected hold name after -H option!\n" -msgstr "lp: Förväntade kvarhÃ¥llningsnamn efter flaggan -H!\n" +msgid "Reject Jobs" +msgstr "Vägra jobb" -msgid "lp: Need job ID (-i) before \"-H restart\"!\n" -msgstr "lp: Behöver jobb-id (-i) före \"-H restart\"!\n" +msgid "Resolution" +msgstr "Upplösning" -msgid "lp: Expected page list after -P option!\n" -msgstr "lp: Förväntade sidlista efter flaggan -P!\n" +#, c-format +msgid "Running command: %s %s -N -A %s -c '%s'\n" +msgstr "Kör kommando: %s %s -N -A %s -c '%s'\n" -msgid "lp: Expected character set after -S option!\n" -msgstr "lp: Förväntade teckenkodning efter flaggan -S!\n" +msgid "Server Restarted" +msgstr "" -msgid "lp: Warning - character set option ignored!\n" -msgstr "lp: Varning - flagga för teckenkodning ignorerades!\n" +msgid "Server Security Auditing" +msgstr "" -msgid "lp: Expected content type after -T option!\n" -msgstr "lp: Förväntade innehÃ¥llstyp efter flaggan -T!\n" +msgid "Server Started" +msgstr "" -msgid "lp: Warning - content type option ignored!\n" -msgstr "lp: Varning - flagga för innehÃ¥llstyp ignorerades!\n" +msgid "Server Stopped" +msgstr "" -#, c-format -msgid "lp: Unknown option '%c'!\n" -msgstr "lp: Okänd flagga \"%c\"!\n" +msgid "Set Allowed Users" +msgstr "Ställ in tillÃ¥tna användare" -msgid "lp: Error - cannot print from stdin if files or a job ID are provided!\n" -msgstr "lp: Fel - kan inte skriva ut frÃ¥n standard in om filer eller ett jobb-id anges!\n" +msgid "Set As Default" +msgstr "Ställ in som standard" -#, c-format -msgid "lp: Unable to access \"%s\" - %s\n" -msgstr "lp: Kunde inte komma Ã¥t \"%s\" - %s\n" +msgid "Set Printer Options" +msgstr "Ställ in skrivaralternativ" -#, c-format -msgid "lp: Too many files - \"%s\"\n" -msgstr "lp: För mÃ¥nga filer - \"%s\"\n" +msgid "Set Publishing" +msgstr "Ställ in publicering" -msgid "lp: error - no default destination available.\n" -msgstr "lp: fel - inget standardmÃ¥l tillgängligt.\n" +msgid "Start Class" +msgstr "Starta klass" -msgid "lp: error - scheduler not responding!\n" -msgstr "lp: fel - schemaläggare svarar inte!\n" +msgid "Start Printer" +msgstr "Starta skrivare" -#, c-format -msgid "lp: unable to create temporary file \"%s\" - %s\n" -msgstr "lp: kunde inte skapa temporärfil \"%s\" - %s\n" +msgid "Starting Banner" +msgstr "Startbanner" -#, c-format -msgid "lp: error - unable to write to temporary file \"%s\" - %s\n" -msgstr "lp: fel - kunde inte skriva till temporärfil \"%s\" - %s\n" +msgid "Stop Class" +msgstr "Stoppa klass" -msgid "lp: stdin is empty, so no job has been sent.\n" -msgstr "lp: standard in är tom, sÃ¥ inga jobb har skickats.\n" +msgid "Stop Printer" +msgstr "Stoppa skrivare" -#, c-format -msgid "lp: unable to print file: %s\n" -msgstr "lp: kunde inte skriva ut fil: %s\n" +msgid "" +"The class name may only contain up to 127 printable characters and may not " +"contain spaces, slashes (/), or the pound sign (#)." +msgstr "" +"Klassnamnet fÃ¥r endast innehÃ¥lla upp till 127 skrivbara tecken och fÃ¥r inte " +"innehÃ¥lla blanksteg, snedstreck (/) eller fyrkantstecknet (#)." -#, c-format -msgid "request id is %s-%d (%d file(s))\n" -msgstr "id för begäran är %s-%d (%d fil(er))\n" +msgid "" +"The notify-lease-duration attribute cannot be used with job subscriptions." +msgstr "" +"Attributet notify-lease-duration kan inte användas med jobbprenumerationer." #, c-format -msgid "lp: restart-job failed: %s\n" -msgstr "lp: restart-job misslyckades: %s\n" +msgid "The notify-user-data value is too large (%d > 63 octets)!" +msgstr "Värdet för notify-user-data är för stort (%d > 63 okteter)!" -#, c-format -msgid "lp: set-job-attributes failed: %s\n" -msgstr "lp: set-job-attributes misslyckades: %s\n" +msgid "" +"The printer name may only contain up to 127 printable characters and may not " +"contain spaces, slashes (/), or the pound sign (#)." +msgstr "" +"Skrivarnamnet fÃ¥r endast innehÃ¥lla upp till 127 skrivbara tecken och fÃ¥r " +"inte innehÃ¥lla blanksteg, snedstreck (/) eller fyrkantstecknet (#)." -#, c-format -msgid "lpinfo: Unable to connect to server: %s\n" -msgstr "lpinfo: Kunde inte ansluta till server: %s\n" +msgid "The printer or class is not shared!" +msgstr "Skrivaren eller klassen är inte delad!" -#, c-format -msgid "lpinfo: Unknown option '%c'!\n" -msgstr "lpinfo: Okänd flagga \"%c\"!\n" +msgid "The printer or class was not found." +msgstr "Skrivaren eller klassen hittades inte." #, c-format -msgid "lpinfo: Unknown argument '%s'!\n" -msgstr "lpinfo: Okänt argument \"%s\"!\n" +msgid "The printer-uri \"%s\" contains invalid characters." +msgstr "Printer-uri \"%s\" innehÃ¥ller ogiltiga tecken." -#, c-format -msgid "lpinfo: cups-get-devices failed: %s\n" -msgstr "lpinfo: cups-get-devices misslyckades: %s\n" +msgid "The printer-uri attribute is required!" +msgstr "Attributet printer-uri krävs!" -#, c-format msgid "" -"Device: uri = %s\n" -" class = %s\n" -" info = %s\n" -" make-and-model = %s\n" +"The printer-uri must be of the form \"ipp://HOSTNAME/classes/CLASSNAME\"." msgstr "" -"Enhet: uri = %s\n" -" klass = %s\n" -" info = %s\n" -" tillverkare-och-modell = %s\n" +"Printer-uri mÃ¥ste vara i formatet \"ipp://VÄRDNAMN/classes/KLASSNAMN\"." -#, c-format -msgid "lpinfo: cups-get-ppds failed: %s\n" -msgstr "lpinfo: cups-get-ppds misslyckades: %s\n" +msgid "" +"The printer-uri must be of the form \"ipp://HOSTNAME/printers/PRINTERNAME\"." +msgstr "" +"Printer-uri mÃ¥ste vara i formatet \"ipp://VÄRDNAMN/printers/SKRIVARNAMN\"." -#, c-format +#, fuzzy msgid "" -"Model: name = %s\n" -" natural_language = %s\n" -" make-and-model = %s\n" +"The subscription name may not contain spaces, slashes (/), question marks " +"(?), or the pound sign (#)." msgstr "" -"Modell: namn = %s\n" -" naturligt_sprÃ¥k = %s\n" -" tillverkare-och-modell = %s\n" +"Klassnamnet fÃ¥r endast innehÃ¥lla upp till 127 skrivbara tecken och fÃ¥r inte " +"innehÃ¥lla blanksteg, snedstreck (/) eller fyrkantstecknet (#)." -#, c-format -msgid "lpmove: Unknown option '%c'!\n" -msgstr "lpmove: Okänd flagga \"%c\"!\n" +msgid "Toner low." +msgstr "" -#, c-format -msgid "lpmove: Unknown argument '%s'!\n" -msgstr "lpmove: Okänt argument \"%s\"!\n" +msgid "Too many active jobs." +msgstr "För mÃ¥nga aktiva jobb." + +msgid "Unable to access cupsd.conf file:" +msgstr "Kunde inte komma Ã¥t filen cupsd.conf:" + +#, fuzzy +msgid "Unable to add RSS subscription:" +msgstr "Kunde inte lägga till skrivare:" -msgid "Usage: lpmove job dest\n" -msgstr "Användning: lpmove jobb mÃ¥l\n" +msgid "Unable to add class:" +msgstr "Kunde inte lägga till klass:" #, c-format -msgid "lpmove: Unable to connect to server: %s\n" -msgstr "lpmove: Kunde inte ansluta till server: %s\n" +msgid "Unable to add job for destination \"%s\"!" +msgstr "Kunde inte lägga till jobb för mÃ¥let \"%s\"!" + +msgid "Unable to add printer:" +msgstr "Kunde inte lägga till skrivare:" + +msgid "Unable to allocate memory for file types!" +msgstr "Kunde inte allokera minne för filtyper!" + +#, fuzzy +msgid "Unable to cancel RSS subscription:" +msgstr "Kunde inte byta skrivare:" + +msgid "Unable to change printer-is-shared attribute:" +msgstr "Kunde inte ändra attributet printer-is-shared:" + +msgid "Unable to change printer:" +msgstr "Kunde inte byta skrivare:" + +msgid "Unable to change server settings:" +msgstr "Kunde inte ändra serverinställningar:" #, c-format -msgid "lpmove: move-job failed: %s\n" -msgstr "lpmove: move-job misslyckades: %s\n" +msgid "Unable to copy CUPS printer driver files (%d)!" +msgstr "Kunde inte kopiera filer för CUPS-skrivardrivrutin (%d)!" -msgid "lpoptions: Unknown printer or class!\n" -msgstr "lpoptions: Okänd skrivare eller klass!\n" +#, c-format +msgid "Unable to copy PPD file - %s!" +msgstr "Kunde inte kopiera PPD-fil - %s!" -msgid "lpoptions: No printers!?!\n" -msgstr "lpoptions: Inga skrivare!?!\n" +msgid "Unable to copy PPD file!" +msgstr "Kunde inte kopiera PPD-fil!" #, c-format -msgid "lpoptions: Unable to add printer or instance: %s\n" -msgstr "lpoptions: Kunde inte lägga till skrivare eller instans: %s\n" +msgid "Unable to copy Windows 2000 printer driver files (%d)!" +msgstr "Kunde inte kopiera filer för Windows 2000-skrivardrivrutin (%d)!" #, c-format -msgid "lpoptions: Destination %s has no PPD file!\n" -msgstr "lpoptions: MÃ¥let %s har ingen PPD-fil!\n" +msgid "Unable to copy Windows 9x printer driver files (%d)!" +msgstr "Kunde inte kopiera filer för Windows 9x-skrivardrivrutin (%d)!" #, c-format -msgid "lpoptions: Unable to open PPD file for %s!\n" -msgstr "lpoptions: Kunde inte öppna PPD-fil för %s!\n" - -msgid "" -"Usage: lpoptions [-h server] [-E] -d printer\n" -" lpoptions [-h server] [-E] [-p printer] -l\n" -" lpoptions [-h server] [-E] -p printer -o option[=value] ...\n" -" lpoptions [-h server] [-E] -x printer\n" -msgstr "" -"Användning: lpoptions [-h server] [-E] -d skrivare\n" -" lpoptions [-h server] [-E] [-p skrivare] -l\n" -" lpoptions [-h server] [-E] -p skrivare -o flagga[=värde] ...\n" -" lpoptions [-h server] [-E] -x skrivare\n" - -msgid "lppasswd: Only root can add or delete passwords!\n" -msgstr "lppasswd: Endast root kan lägga till eller ta bort lösenord!\n" +msgid "Unable to copy interface script - %s!" +msgstr "Kunde inte kopiera gränssnittsskript - %s!" -msgid "Enter old password:" -msgstr "Ange gammalt lösenord:" +msgid "Unable to create temporary file:" +msgstr "Kunde inte skapa temporärfil:" -#, c-format -msgid "lppasswd: Unable to copy password string: %s\n" -msgstr "lppasswd: Kunde inte kopiera lösenordssträng: %s\n" +msgid "Unable to delete class:" +msgstr "Kunde inte ta bort klass:" -msgid "Enter password:" -msgstr "Ange lösenord:" +msgid "Unable to delete printer:" +msgstr "Kunde inte ta bort skrivare:" -msgid "Enter password again:" -msgstr "Ange lösenord igen:" +msgid "Unable to edit cupsd.conf files larger than 1MB!" +msgstr "Kunde inte redigera cupsd.conf-filer större än 1MB!" -msgid "lppasswd: Sorry, passwords don't match!\n" -msgstr "lppasswd: Tyvärr, lösenorden stämmer inte överens!\n" +msgid "Unable to find destination for job!" +msgstr "Kunde inte hitta mÃ¥l för jobb!" -msgid "" -"lppasswd: Sorry, password rejected.\n" -"Your password must be at least 6 characters long, cannot contain\n" -"your username, and must contain at least one letter and number.\n" -msgstr "" -"lppasswd: Tyvärr, lösenordet vägrades.\n" -"Ditt lösenord mÃ¥ste vara Ã¥tminstone 6 tecken lÃ¥ngt, fÃ¥r inte innehÃ¥lla\n" -"ditt användarnamn, och mÃ¥ste innehÃ¥lla Ã¥tminstone en bokstav och siffra.\n" +msgid "Unable to get PPD file!" +msgstr "Kunde inte fÃ¥ tag pÃ¥ PPD-fil!" -msgid "lppasswd: Password file busy!\n" -msgstr "lppasswd: Lösenordsfil upptagen!\n" +msgid "Unable to get class list:" +msgstr "Kunde inte fÃ¥ tag pÃ¥ klasslista:" -#, c-format -msgid "lppasswd: Unable to open password file: %s\n" -msgstr "lppasswd: Kunde inte öppna lösenordsfil: %s\n" +msgid "Unable to get class status:" +msgstr "Kunde inte fÃ¥ tag pÃ¥ klasstatus:" -#, c-format -msgid "lppasswd: Unable to write to password file: %s\n" -msgstr "lppasswd: Kunde inte skriva till lösenordsfil: %s\n" +msgid "Unable to get list of printer drivers:" +msgstr "Kunde inte fÃ¥ tag pÃ¥ listan av skrivardrivrutiner:" -#, c-format -msgid "lppasswd: user \"%s\" and group \"%s\" do not exist.\n" -msgstr "lppasswd: användare \"%s\" och grupp \"%s\" finns inte.\n" +msgid "Unable to get printer attributes:" +msgstr "Kunde inte fÃ¥ tag pÃ¥ skrivarattribut:" -msgid "lppasswd: Sorry, password doesn't match!\n" -msgstr "lppasswd: Tyvärr, lösenord stämmer inte!\n" +msgid "Unable to get printer list:" +msgstr "Kunde inte fÃ¥ tag pÃ¥ skrivarlista:" -msgid "lppasswd: Password file not updated!\n" -msgstr "lppasswd: Lösenordsfil inte uppdaterad!\n" +msgid "Unable to get printer status:" +msgstr "Kunde inte fÃ¥ tag pÃ¥ skrivarstatus:" #, c-format -msgid "lppasswd: failed to backup old password file: %s\n" -msgstr "lppasswd: misslyckades med att säkerhetskopiera gamla lösenordsfilen: %s\n" +msgid "Unable to install Windows 2000 printer driver files (%d)!" +msgstr "Kunde inte installera filer för Windows 2000-skrivardrivrutin (%d)!" #, c-format -msgid "lppasswd: failed to rename password file: %s\n" -msgstr "lppasswd: misslyckades med att byta namn pÃ¥ lösenordsfilen: %s\n" +msgid "Unable to install Windows 9x printer driver files (%d)!" +msgstr "Kunde inte installera filer för Windows 9x-skrivardrivrutin (%d)!" -msgid "Usage: lppasswd [-g groupname]\n" -msgstr "Användning: lppasswd [-g gruppnamn]\n" +msgid "Unable to modify class:" +msgstr "Kunde inte ändra klass:" -msgid "" -"Usage: lppasswd [-g groupname] [username]\n" -" lppasswd [-g groupname] -a [username]\n" -" lppasswd [-g groupname] -x [username]\n" -msgstr "" -"Användning: lppasswd [-g gruppnamn] [användarnamn]\n" -" lppasswd [-g gruppnamn] -a [användarnamn]\n" -" lppasswd [-g gruppnamn] -x [användarnamn]\n" +msgid "Unable to modify printer:" +msgstr "Kunde inte ändra skrivare:" -msgid "Start Printer" -msgstr "Starta skrivare" +msgid "Unable to move job" +msgstr "Kunde inte flytta jobb" -msgid "Stop Printer" -msgstr "Stoppa skrivare" +msgid "Unable to move jobs" +msgstr "Kunde inte flytta jobb" -msgid "Start Class" -msgstr "Starta klass" +msgid "Unable to open PPD file" +msgstr "Kunde inte öppna PPD-fil" -msgid "Stop Class" -msgstr "Stoppa klass" +msgid "Unable to open PPD file:" +msgstr "Kunde inte öppna PPD-fil:" -msgid "Accept Jobs" -msgstr "Acceptera jobb" +msgid "Unable to open cupsd.conf file:" +msgstr "Kunde inte öppna filen cupsd.conf:" -msgid "Reject Jobs" -msgstr "Vägra jobb" +msgid "Unable to print test page:" +msgstr "Kunde inte skriva ut testsida:" -msgid "Purge Jobs" -msgstr "Rensa jobb" +#, c-format +msgid "Unable to run \"%s\": %s\n" +msgstr "Kunde inte köra \"%s\": %s\n" -msgid "Set As Default" -msgstr "Ställ in som standard" +msgid "Unable to send maintenance job:" +msgstr "Kunde inte skicka underhÃ¥llsjobb:" -msgid "Administration" -msgstr "Administration" +#, c-format +msgid "Unable to set Windows printer driver (%d)!" +msgstr "Kunde inte ställa in Windows-skrivardrivrutin (%d)!" -msgid "Modify Class" -msgstr "Ändra klass" +msgid "Unable to set options:" +msgstr "Kunde inte ställa in alternativ:" -msgid "Add Class" -msgstr "Lägg till klass" +msgid "Unable to upload cupsd.conf file:" +msgstr "Kunde inte skicka upp filen cupsd.conf:" -msgid "The class name may only contain up to 127 printable characters and may not contain spaces, slashes (/), or the pound sign (#)." -msgstr "Klassnamnet fÃ¥r endast innehÃ¥lla upp till 127 skrivbara tecken och fÃ¥r inte innehÃ¥lla blanksteg, snedstreck (/) eller fyrkantstecknet (#)." +msgid "Unknown" +msgstr "Okänd" -msgid "Unable to modify class:" -msgstr "Kunde inte ändra klass:" +#, fuzzy, c-format +msgid "Unknown printer error (%s)!" +msgstr "Okänd printer-error-policy \"%s\"." -msgid "Unable to add class:" -msgstr "Kunde inte lägga till klass:" +#, c-format +msgid "Unknown printer-error-policy \"%s\"." +msgstr "Okänd printer-error-policy \"%s\"." -msgid "Modify Printer" -msgstr "Ändra skrivare" +#, c-format +msgid "Unknown printer-op-policy \"%s\"." +msgstr "Okänd printer-op-policy \"%s\"." -msgid "Add Printer" -msgstr "Lägg till skrivare" +#, c-format +msgid "Unsupported compression \"%s\"!" +msgstr "Komprimeringen \"%s\" stöds inte!" -msgid "The printer name may only contain up to 127 printable characters and may not contain spaces, slashes (/), or the pound sign (#)." -msgstr "Skrivarnamnet fÃ¥r endast innehÃ¥lla upp till 127 skrivbara tecken och fÃ¥r inte innehÃ¥lla blanksteg, snedstreck (/) eller fyrkantstecknet (#)." +#, c-format +msgid "Unsupported compression attribute %s!" +msgstr "Komprimeringsattributet %s stöds inte!" -msgid "Unable to get list of printer drivers:" -msgstr "Kunde inte fÃ¥ tag pÃ¥ listan av skrivardrivrutiner:" +#, c-format +msgid "Unsupported format \"%s\"!" +msgstr "Formatet \"%s\" stöds inte!" -msgid "Unable to modify printer:" -msgstr "Kunde inte ändra skrivare:" +#, c-format +msgid "Unsupported format '%s'!" +msgstr "Formatet \"%s\" stöds inte!" -msgid "Unable to add printer:" -msgstr "Kunde inte lägga till skrivare:" +#, c-format +msgid "Unsupported format '%s/%s'!" +msgstr "Formatet \"%s/%s\" stöds inte!" -msgid "Set Printer Options" -msgstr "Ställ in skrivaralternativ" +msgid "" +"Usage:\n" +"\n" +" lpadmin [-h server] -d destination\n" +" lpadmin [-h server] -x destination\n" +" lpadmin [-h server] -p printer [-c add-class] [-i interface] [-m model]\n" +" [-r remove-class] [-v device] [-D description]\n" +" [-P ppd-file] [-o name=value]\n" +" [-u allow:user,user] [-u deny:user,user]\n" +"\n" +msgstr "" +"Användning:\n" +"\n" +" lpadmin [-h server] -d mÃ¥l\n" +" lpadmin [-h server] -x mÃ¥l\n" +" lpadmin [-h server] -p skrivare [-c lägg-till-klass] [-i gränssnitt] [-m " +"modell]\n" +" [-r ta-bort-klass] [-v enhet] [-D beskrivning]\n" +" [-P ppd-fil] [-o namn=värde]\n" +" [-u allow:användare,användare] [-u deny:användare," +"användare]\n" +"\n" -msgid "Missing form variable!" -msgstr "Saknar formatvariabel!" +#, c-format +msgid "Usage: %s job-id user title copies options [file]\n" +msgstr "" -msgid "Unable to get PPD file!" -msgstr "Kunde inte fÃ¥ tag pÃ¥ PPD-fil!" +#, c-format +msgid "Usage: %s job-id user title copies options file\n" +msgstr "" -msgid "Unable to open PPD file:" -msgstr "Kunde inte öppna PPD-fil:" +msgid "" +"Usage: cupsaddsmb [options] printer1 ... printerN\n" +" cupsaddsmb [options] -a\n" +"\n" +"Options:\n" +" -E Encrypt the connection to the server\n" +" -H samba-server Use the named SAMBA server\n" +" -U samba-user Authenticate using the named SAMBA user\n" +" -a Export all printers\n" +" -h cups-server Use the named CUPS server\n" +" -v Be verbose (show commands)\n" +msgstr "" +"Användning: cupsaddsmb [flaggor] skrivare1 ... skrivareN\n" +" cupsaddsmb [flaggor] -a\n" +"\n" +"Flaggor:\n" +" -E Kryptera anslutningen till servern\n" +" -H samba-server Använd angiven SAMBA-server\n" +" -U samba-user Autentisera med angiven SAMBA-användare\n" +" -a Exportera alla skrivare\n" +" -h cups-server Använd angiven CUPS-server\n" +" -v Var informativ (visa kommandon)\n" + +msgid "" +"Usage: cupsd [-c config-file] [-f] [-F] [-h] [-l]\n" +"\n" +"-c config-file Load alternate configuration file\n" +"-f Run in the foreground\n" +"-F Run in the foreground but detach\n" +"-h Show this usage message\n" +"-l Run cupsd from launchd(8)\n" +msgstr "" +"Användning: cupsd [-c konfigurationsfil] [-f] [-F] [-h] [-l]\n" +"\n" +"-c konfigurationsfil Läs in alternativ konfigurationsfil\n" +"-f Kör i förgrunden\n" +"-F Kör i förgrunden med koppla loss\n" +"-h Visa detta användningsmeddelandet\n" +"-l Kör cupsd frÃ¥n launchd(8)\n" -msgid "Banners" -msgstr "Bannrar" +msgid "" +"Usage: cupstestdsc [options] filename.ps [... filename.ps]\n" +" cupstestdsc [options] -\n" +"\n" +"Options:\n" +"\n" +" -h Show program usage\n" +"\n" +" Note: this program only validates the DSC comments, not the PostScript " +"itself.\n" +msgstr "" +"Användning: cupstestdsc [flaggor] filnamn.ps [... filnamn.ps]\n" +" cupstestdsc [flaggor] -\n" +"\n" +"Flaggor:\n" +"\n" +" -h Visa programanvändning\n" +"\n" +" Notera: detta program validerar endast DSC-kommentarer, inte själva " +"PostScript.\n" -msgid "Starting Banner" -msgstr "Startbanner" +msgid "" +"Usage: cupstestppd [-q] [-r] [-v[v]] filename1.ppd[.gz] [... filenameN.ppd[." +"gz]]\n" +" program | cupstestppd [-q] [-r] [-v[v]] -\n" +msgstr "" +"Användning: cupstestppd [-q] [-r] [-v[v]] filnamn1.ppd[.gz] [... filnamnN.ppd" +"[.gz]]\n" +" program | cupstestppd [-q] [-r] [-v[v]] -\n" -msgid "Ending Banner" -msgstr "Slutbanner" +msgid "Usage: lpmove job/src dest\n" +msgstr "Användning: lpmove jobb/källa mÃ¥l\n" -msgid "Policies" -msgstr "Policy" +msgid "" +"Usage: lpoptions [-h server] [-E] -d printer\n" +" lpoptions [-h server] [-E] [-p printer] -l\n" +" lpoptions [-h server] [-E] -p printer -o option[=value] ...\n" +" lpoptions [-h server] [-E] -x printer\n" +msgstr "" +"Användning: lpoptions [-h server] [-E] -d skrivare\n" +" lpoptions [-h server] [-E] [-p skrivare] -l\n" +" lpoptions [-h server] [-E] -p skrivare -o flagga[=värde] ...\n" +" lpoptions [-h server] [-E] -x skrivare\n" -msgid "Error Policy" -msgstr "Felpolicy" +msgid "Usage: lppasswd [-g groupname]\n" +msgstr "Användning: lppasswd [-g gruppnamn]\n" -msgid "Operation Policy" -msgstr "Åtgärdspolicy" +msgid "" +"Usage: lppasswd [-g groupname] [username]\n" +" lppasswd [-g groupname] -a [username]\n" +" lppasswd [-g groupname] -x [username]\n" +msgstr "" +"Användning: lppasswd [-g gruppnamn] [användarnamn]\n" +" lppasswd [-g gruppnamn] -a [användarnamn]\n" +" lppasswd [-g gruppnamn] -x [användarnamn]\n" -msgid "PS Binary Protocol" -msgstr "PS Binary-protokoll" +msgid "" +"Usage: lpq [-P dest] [-U username] [-h hostname[:port]] [-l] [+interval]\n" +msgstr "" +"Användning: lpq [-P mÃ¥l] [-U användarnamn] [-h värdnamn[:port]] [-l] " +"[+intervall]\n" -msgid "None" -msgstr "Ingen" +msgid "Usage: snmp [host-or-ip-address]\n" +msgstr "" -msgid "Unable to set options:" -msgstr "Kunde inte ställa in alternativ:" +#, fuzzy, c-format +msgid "WARNING: Boolean expected for waiteof option \"%s\"\n" +msgstr "lp: Förväntade format efter flaggan -f!\n" -msgid "Change Settings" -msgstr "Ändra inställningar" +msgid "WARNING: Couldn't create read channel\n" +msgstr "" -msgid "Unable to change server settings:" -msgstr "Kunde inte ändra serverinställningar:" +msgid "WARNING: Couldn't create sidechannel thread!\n" +msgstr "" -msgid "Unable to upload cupsd.conf file:" -msgstr "Kunde inte skicka upp filen cupsd.conf:" +msgid "WARNING: Failed to read side-channel request!\n" +msgstr "" -msgid "Edit Configuration File" -msgstr "Redigera konfigurationsfil" +#, c-format +msgid "WARNING: Option \"%s\" cannot be included via IncludeFeature!\n" +msgstr "" -msgid "Unable to create temporary file:" -msgstr "Kunde inte skapa temporärfil:" +#, c-format +msgid "" +"WARNING: Remote host did not respond with command status byte after %d " +"seconds!\n" +msgstr "" -msgid "Unable to access cupsd.conf file:" -msgstr "Kunde inte komma Ã¥t filen cupsd.conf:" +#, c-format +msgid "" +"WARNING: Remote host did not respond with control status byte after %d " +"seconds!\n" +msgstr "" -msgid "Unable to edit cupsd.conf files larger than 1MB!" -msgstr "Kunde inte redigera cupsd.conf-filer större än 1MB!" +#, c-format +msgid "" +"WARNING: Remote host did not respond with data status byte after %d " +"seconds!\n" +msgstr "" -msgid "Delete Class" -msgstr "Ta bort klass" +#, c-format +msgid "WARNING: SCSI command timed out (%d); retrying...\n" +msgstr "" -msgid "Unable to delete class:" -msgstr "Kunde inte ta bort klass:" +msgid "" +"WARNING: This document does not conform to the Adobe Document Structuring " +"Conventions and may not print correctly!\n" +msgstr "" -msgid "Delete Printer" -msgstr "Ta bort skrivare" +#, fuzzy, c-format +msgid "WARNING: Unknown choice \"%s\" for option \"%s\"!\n" +msgstr "%s: Okänt mÃ¥l \"%s\"!\n" -msgid "Unable to delete printer:" -msgstr "Kunde inte ta bort skrivare:" +#, fuzzy, c-format +msgid "WARNING: Unknown option \"%s\"!\n" +msgstr "%s: Okänd flagga \"%c\"!\n" -msgid "Export Printers to Samba" -msgstr "Exportera skrivare till Samba" +#, fuzzy, c-format +msgid "WARNING: Unsupported baud rate %s!\n" +msgstr "Formatet \"%s\" stöds inte!" -msgid "Unable to fork process!" -msgstr "Kunde inte grena process!" +#, c-format +msgid "" +"WARNING: recoverable: Network host '%s' is busy; will retry in %d " +"seconds...\n" +msgstr "" -msgid "Unable to connect to server!" -msgstr "Kunde inte ansluta till server!" +msgid "Warning, no Windows 2000 printer drivers are installed!" +msgstr "Varning, inga skrivardrivrutiner för Windows 2000 är installerade!" -msgid "Unable to get printer attributes!" -msgstr "Kunde inte fÃ¥ tag pÃ¥ skrivarattribut!" +msgid "Yes" +msgstr "Ja" -msgid "Unable to convert PPD file!" -msgstr "Kunde inte konvertera PPD-fil!" +#, c-format +msgid "" +"You must access this page using the URL https://%" +"s:%d%s." +msgstr "" +"Du mÃ¥ste komma Ã¥t sidan med url:en https://%s:%d%" +"s." -msgid "Unable to copy Windows 2000 printer driver files!" -msgstr "Kunde inte kopiera filer för Windows 2000-skrivardrivrutin!" +msgid "aborted" +msgstr "avbruten" -msgid "Unable to install Windows 2000 printer driver files!" -msgstr "Kunde inte installera filer för Windows 2000-skrivardrivrutin!" +msgid "canceled" +msgstr "avbruten" -msgid "Unable to copy Windows 9x printer driver files!" -msgstr "Kunde inte kopiera filer för Windows 9x-skrivardrivrutin!" +msgid "completed" +msgstr "färdig" -msgid "Unable to install Windows 9x printer driver files!" -msgstr "Kunde inte installera filer för Windows 9x-skrivardrivrutin!" +msgid "cups-deviced failed to execute." +msgstr "cups-deviced misslyckades med att starta." -msgid "Unable to set Windows printer driver!" -msgstr "Kunde inte ställa in Windows-skrivardrivrutin!" +msgid "cups-driverd failed to execute." +msgstr "cups-driverd misslyckades med att starta." -msgid "No printer drivers found!" -msgstr "Inga skrivardrivrutiner hittades!" +#, c-format +msgid "cupsaddsmb: No PPD file for printer \"%s\" - %s\n" +msgstr "cupsaddsmb: Ingen PPD-fil för skrivaren \"%s\" - %s\n" -msgid "Unable to execute cupsaddsmb command!" -msgstr "Kunde inte starta kommandot cupsaddsmb!" +msgid "cupsd: Expected config filename after \"-c\" option!\n" +msgstr "cupsd: Förväntade konfigurationsfilnamn efter flaggan \"-c\"!\n" #, c-format -msgid "cupsaddsmb failed with status %d" -msgstr "cupsaddsmb misslyckades med status %d" +msgid "cupsd: Unknown argument \"%s\" - aborting!\n" +msgstr "cupsd: Okänt argument \"%s\" - avbryter!\n" #, c-format -msgid "cupsaddsmb crashed on signal %d" -msgstr "cupsaddsmb krashade pÃ¥ signal %d" +msgid "cupsd: Unknown option \"%c\" - aborting!\n" +msgstr "cupsd: Okänd flagga \"%c\" - avbryter!\n" -msgid "A Samba username is required to export printer drivers!" -msgstr "Ett Samba-användarnamn krävs för att exportera skrivardrivrutiner!" +msgid "cupsd: launchd(8) support not compiled in, running in normal mode.\n" +msgstr "cupsd: stöd för launchd(8) inte inbyggt, kör i normalt läge.\n" -msgid "A Samba password is required to export printer drivers!" -msgstr "Ett Samba-lösenord krävs för att exportera skrivardrivrutiner!" +msgid "cupstestppd: The -q option is incompatible with the -v option.\n" +msgstr "cupstestppd: Flaggan -q är inte kompatibel med flaggan -v.\n" -msgid "Unable to open cupsd.conf file:" -msgstr "Kunde inte öppna filen cupsd.conf:" +msgid "cupstestppd: The -v option is incompatible with the -q option.\n" +msgstr "cupstestppd: Flaggan -v är inte kompatibel med flaggan -q.\n" -msgid "Unable to change printer:" -msgstr "Kunde inte byta skrivare:" +#, c-format +msgid "device for %s/%s: %s\n" +msgstr "enhet för %s/%s: %s\n" -msgid "Set Allowed Users" -msgstr "Ställ in tillÃ¥tna användare" +#, c-format +msgid "device for %s: %s\n" +msgstr "enhet för %s: %s\n" -msgid "Unable to get printer attributes:" -msgstr "Kunde inte fÃ¥ tag pÃ¥ skrivarattribut:" +msgid "held" +msgstr "hÃ¥lls kvar" -msgid "Set Publishing" -msgstr "Ställ in publicering" +msgid "help\t\tget help on commands\n" +msgstr "help\t\tfÃ¥ hjälp för kommandon\n" -msgid "Unable to change printer-is-shared attribute:" -msgstr "Kunde inte ändra attributet printer-is-shared:" +msgid "idle" +msgstr "overksam" -msgid "Classes" -msgstr "Klasser" +msgid "job-printer-uri attribute missing!" +msgstr "Attributet job-printer-uri saknas!" -msgid "Unable to get class list:" -msgstr "Kunde inte fÃ¥ tag pÃ¥ klasslista:" +msgid "lpadmin: Class name can only contain printable characters!\n" +msgstr "lpadmin: Klassnamn kan endast innehÃ¥lla skrivbara tecken!\n" -msgid "Unable to get class status:" -msgstr "Kunde inte fÃ¥ tag pÃ¥ klasstatus:" +msgid "lpadmin: Expected PPD after '-P' option!\n" +msgstr "lpadmin: Förväntade PPD efter flaggan \"'-P\"!\n" -msgid "Move Job" -msgstr "Flytta jobb" +msgid "lpadmin: Expected allow/deny:userlist after '-u' option!\n" +msgstr "lpadmin: Förväntade allow/deny:användarlista efter flaggan \"-u\"!\n" -msgid "Unable to find destination for job!" -msgstr "Kunde inte hitta mÃ¥l för jobb!" +msgid "lpadmin: Expected class after '-r' option!\n" +msgstr "lpadmin: Förväntade klass efter flaggan \"-r\"!\n" -msgid "Move All Jobs" -msgstr "Flytta alla jobb" +msgid "lpadmin: Expected class name after '-c' option!\n" +msgstr "lpadmin: Förväntade klassnamn efter flaggan \"-c\"!\n" -msgid "Unable to move job" -msgstr "Kunde inte flytta jobb" +msgid "lpadmin: Expected description after '-D' option!\n" +msgstr "lpadmin: Förväntade beskrivning efter flaggan \"'-D\"!\n" -msgid "Unable to move jobs" -msgstr "Kunde inte flytta jobb" +msgid "lpadmin: Expected device URI after '-v' option!\n" +msgstr "lpadmin: Förväntade enhets-URI efter flaggan \"'-v\"!\n" -msgid "Print Test Page" -msgstr "Skriv ut testsida" +msgid "lpadmin: Expected file type(s) after '-I' option!\n" +msgstr "lpadmin: Förväntade filtyp(er) efter flaggan \"'-I\"!\n" -msgid "Unable to print test page:" -msgstr "Kunde inte skriva ut testsida:" +msgid "lpadmin: Expected hostname after '-h' option!\n" +msgstr "lpadmin: Förväntade värdnamn efter flaggan \"-h\"!\n" -msgid "Jobs" -msgstr "Jobb" +msgid "lpadmin: Expected interface after '-i' option!\n" +msgstr "lpadmin: Förväntade gränssnitt efter flaggan \"-i\"!\n" -msgid "Job operation failed:" -msgstr "JobbÃ¥tgärd misslyckades:" +msgid "lpadmin: Expected location after '-L' option!\n" +msgstr "lpadmin: Förväntade plats efter flaggan \"-L\"!\n" -msgid "Printers" -msgstr "Skrivare" +msgid "lpadmin: Expected model after '-m' option!\n" +msgstr "lpadmin: Förväntade modell efter flaggan \"-m\"!\n" -msgid "Unable to get printer list:" -msgstr "Kunde inte fÃ¥ tag pÃ¥ skrivarlista:" +msgid "lpadmin: Expected name=value after '-o' option!\n" +msgstr "lpadmin: Förväntade namn=värde efter flaggan \"-o\"!\n" -msgid "Unable to get printer status:" -msgstr "Kunde inte fÃ¥ tag pÃ¥ skrivarstatus:" +msgid "lpadmin: Expected printer after '-p' option!\n" +msgstr "lpadmin: Förväntade skrivare efter flaggan \"-p\"!\n" -msgid "OK" -msgstr "OK" +msgid "lpadmin: Expected printer name after '-d' option!\n" +msgstr "lpadmin: Förväntade skrivarnamn efter flaggan \"-d\"!\n" -msgid "Unable to open PPD file" -msgstr "Kunde inte öppna PPD-fil" +msgid "lpadmin: Expected printer or class after '-x' option!\n" +msgstr "lpadmin: Förväntade skrivare eller klass efter flaggan \"'-x\"!\n" -msgid "NULL PPD file pointer" -msgstr "NOLL PPD-filspekare" +msgid "lpadmin: No member names were seen!\n" +msgstr "lpadmin: Inga medlemsnamn sÃ¥gs!\n" -msgid "Memory allocation error" -msgstr "Minnesallokeringsfel" +#, c-format +msgid "lpadmin: Printer %s is already a member of class %s.\n" +msgstr "lpadmin: Skrivaren %s är redan medlem av klassen %s.\n" -msgid "Missing PPD-Adobe-4.x header" -msgstr "Saknar PPD-Adobe-4.x-huvud" +#, c-format +msgid "lpadmin: Printer %s is not a member of class %s.\n" +msgstr "lpadmin: Skrivaren %s är inte en medlem av klassen %s.\n" -msgid "Missing value string" -msgstr "Saknar värdesträng" +msgid "lpadmin: Printer name can only contain printable characters!\n" +msgstr "lpadmin: Skrivarnamn kan endast innehÃ¥lla skrivbara tecken!\n" -msgid "Internal error" -msgstr "Internt fel" +msgid "" +"lpadmin: Unable to add a printer to the class:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Kunde inte lägga till en skrivare till klassen:\n" +" Du mÃ¥ste ange ett skrivarnamn först!\n" -msgid "Bad OpenGroup" -msgstr "Felaktig OpenGroup" +#, c-format +msgid "lpadmin: Unable to connect to server: %s\n" +msgstr "lpadmin: Kunde inte ansluta till server: %s\n" -msgid "OpenGroup without a CloseGroup first" -msgstr "OpenGroup utan en CloseGroup först" +#, c-format +msgid "lpadmin: Unable to create temporary file - %s\n" +msgstr "lpadmin: Kunde inte skapa temporärfil - %s\n" -msgid "Bad OpenUI/JCLOpenUI" -msgstr "Felaktig OpenUI/JCLOpenUI" +#, c-format +msgid "lpadmin: Unable to create temporary file: %s\n" +msgstr "lpadmin: Kunde inte skapa temporärfil: %s\n" -msgid "OpenUI/JCLOpenUI without a CloseUI/JCLCloseUI first" -msgstr "OpenUI/JCLOpenUI utan en CloseUI/JCLCloseUI först" +#, c-format +msgid "lpadmin: Unable to open PPD file \"%s\" - %s\n" +msgstr "lpadmin: Kunde inte öppna PPD-filen \"%s\" - %s\n" -msgid "Bad OrderDependency" -msgstr "Felaktig OrderDependency" +#, c-format +msgid "lpadmin: Unable to open file \"%s\": %s\n" +msgstr "lpadmin: Kunde inte öppna filen \"%s\": %s\n" -msgid "Bad UIConstraints" -msgstr "Felaktig UIConstraints" +msgid "" +"lpadmin: Unable to remove a printer from the class:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Kunde inte ta bort en skrivare frÃ¥n klassen:\n" +" Du mÃ¥ste ange ett skrivarnamn först!\n" -msgid "Missing asterisk in column 1" -msgstr "Saknar asterisk i kolumn 1" +msgid "" +"lpadmin: Unable to set the PPD file:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Kunde inte ställa in PPD-filen:\n" +" Du mÃ¥ste ange ett skrivarnamn först!\n" -msgid "Line longer than the maximum allowed (255 characters)" -msgstr "Rad längre än vad som maximalt tillÃ¥ts (255 tecken)" +msgid "" +"lpadmin: Unable to set the device URI:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Kunde inte ställa in enhets-URI:\n" +" Du mÃ¥ste ange ett skrivarnamn först!\n" -msgid "Illegal control character" -msgstr "OtillÃ¥tet kontrolltecken" +msgid "" +"lpadmin: Unable to set the interface script or PPD file:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Kunde inte ställa in gränssnittsskriptet eller PPD-fil:\n" +" Du mÃ¥ste ange ett skrivarnamn först!\n" -msgid "Illegal main keyword string" -msgstr "OtillÃ¥ten huvudnyckelordssträng" +msgid "" +"lpadmin: Unable to set the interface script:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Kunde inte ställa in gränssnittsskriptet:\n" +" Du mÃ¥ste ange ett skrivarnamn först!\n" -msgid "Illegal option keyword string" -msgstr "OtillÃ¥ten alternativnyckelordssträng" +msgid "" +"lpadmin: Unable to set the printer description:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Kunde inte ställa in skrivarbeskrivningen:\n" +" Du mÃ¥ste ange ett skrivarnamn först!\n" -msgid "Illegal translation string" -msgstr "OtillÃ¥ten översättningssträng" +msgid "" +"lpadmin: Unable to set the printer location:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Kunde inte ställa in skrivarens plats:\n" +" Du mÃ¥ste ange ett skrivarnamn först!\n" -msgid "Illegal whitespace character" -msgstr "OtillÃ¥tet blanktecken" +msgid "" +"lpadmin: Unable to set the printer options:\n" +" You must specify a printer name first!\n" +msgstr "" +"lpadmin: Kunde inte ställa in skrivaralternativen:\n" +" Du mÃ¥ste ange ett skrivarnamn först!\n" -msgid "Bad custom parameter" -msgstr "Felaktig anpassad parameter" +#, c-format +msgid "lpadmin: Unknown allow/deny option \"%s\"!\n" +msgstr "lpadmin: Okänt allow/deny-alternativ \"%s\"!\n" -msgid "Unknown" -msgstr "Okänd" +#, c-format +msgid "lpadmin: Unknown argument '%s'!\n" +msgstr "lpadmin: Okänt argument \"%s\"!\n" -msgid "Custom" -msgstr "Anpassad" +#, c-format +msgid "lpadmin: Unknown option '%c'!\n" +msgstr "lpadmin: Okänd flagga \"%c\"!\n" -msgid "JCL" -msgstr "JCL" +msgid "lpadmin: Warning - content type list ignored!\n" +msgstr "lpadmin: Varning - innehÃ¥llstyplista ignorerades!\n" -msgid "No authentication information provided!" -msgstr "Ingen autentiseringsinformation angiven!" +msgid "lpc> " +msgstr "lpc> " #, c-format -msgid "Password for %s required to access %s via SAMBA: " -msgstr "Lösenord för %s krävs för att komma Ã¥t %s via SAMBA: " +msgid "lpinfo: Unable to connect to server: %s\n" +msgstr "lpinfo: Kunde inte ansluta till server: %s\n" #, c-format -msgid "Running command: %s %s -N -U '%s%%%s' -c '%s'\n" -msgstr "Kör kommando: %s %s -N -U '%s%%%s' -c '%s'\n" +msgid "lpinfo: Unknown argument '%s'!\n" +msgstr "lpinfo: Okänt argument \"%s\"!\n" #, c-format -msgid "cupsaddsmb: Unable to run \"%s\": %s\n" -msgstr "cupsaddsmb: Kunde inte köra \"%s\": %s\n" +msgid "lpinfo: Unknown option '%c'!\n" +msgstr "lpinfo: Okänd flagga \"%c\"!\n" -msgid "cupsaddsmb: No Windows printer drivers are installed!\n" -msgstr "cupsaddsmb: Inga Windows-skrivardrivrutiner är installerade!\n" +#, c-format +msgid "lpmove: Unable to connect to server: %s\n" +msgstr "lpmove: Kunde inte ansluta till server: %s\n" -msgid "cupsaddsmb: Warning, no Windows 2000 printer drivers are installed!\n" -msgstr "cupsaddsmb: Varning, inga Windows 2000-skrivardrivrutiner är installerade!\n" +#, c-format +msgid "lpmove: Unknown argument '%s'!\n" +msgstr "lpmove: Okänt argument \"%s\"!\n" #, c-format -msgid "lpadmin: Printer %s is already a member of class %s.\n" -msgstr "lpadmin: Skrivaren %s är redan medlem av klassen %s.\n" +msgid "lpmove: Unknown option '%c'!\n" +msgstr "lpmove: Okänd flagga \"%c\"!\n" -msgid "lpadmin: No member names were seen!\n" -msgstr "lpadmin: Inga medlemsnamn sÃ¥gs!\n" +msgid "lpoptions: No printers!?!\n" +msgstr "lpoptions: Inga skrivare!?!\n" #, c-format -msgid "lpadmin: Printer %s is not a member of class %s.\n" -msgstr "lpadmin: Skrivaren %s är inte en medlem av klassen %s.\n" +msgid "lpoptions: Unable to add printer or instance: %s\n" +msgstr "lpoptions: Kunde inte lägga till skrivare eller instans: %s\n" #, c-format -msgid "" -"Device: uri = %s\n" -" class = %s\n" -" info = %s\n" -" make-and-model = %s\n" -" device-id = %s\n" -msgstr "" -"Enhet: uri = %s\n" -" klass = %s\n" -" info = %s\n" -" märke-och-modell = %s\n" -" enhets-id = %s\n" +msgid "lpoptions: Unable to get PPD file for %s: %s\n" +msgstr "lpoptions: Kunde inte hämta PPD-fil för %s: %s\n" #, c-format +msgid "lpoptions: Unable to open PPD file for %s!\n" +msgstr "lpoptions: Kunde inte öppna PPD-fil för %s!\n" + +msgid "lpoptions: Unknown printer or class!\n" +msgstr "lpoptions: Okänd skrivare eller klass!\n" + +msgid "lppasswd: Only root can add or delete passwords!\n" +msgstr "lppasswd: Endast root kan lägga till eller ta bort lösenord!\n" + +msgid "lppasswd: Password file busy!\n" +msgstr "lppasswd: Lösenordsfil upptagen!\n" + +msgid "lppasswd: Password file not updated!\n" +msgstr "lppasswd: Lösenordsfil inte uppdaterad!\n" + +msgid "lppasswd: Sorry, password doesn't match!\n" +msgstr "lppasswd: Tyvärr, lösenord stämmer inte!\n" + msgid "" -"Model: name = %s\n" -" natural_language = %s\n" -" make-and-model = %s\n" -" device-id = %s\n" +"lppasswd: Sorry, password rejected.\n" +"Your password must be at least 6 characters long, cannot contain\n" +"your username, and must contain at least one letter and number.\n" msgstr "" -"Modell: namn = %s\n" -" naturligt_sprÃ¥k = %s\n" -" märke-och-modell = %s\n" -" enhets-id = %s\n" +"lppasswd: Tyvärr, lösenordet vägrades.\n" +"Ditt lösenord mÃ¥ste vara Ã¥tminstone 6 tecken lÃ¥ngt, fÃ¥r inte innehÃ¥lla\n" +"ditt användarnamn, och mÃ¥ste innehÃ¥lla Ã¥tminstone en bokstav och siffra.\n" -msgid "Usage: lpmove job/src dest\n" -msgstr "Användning: lpmove jobb/källa mÃ¥l\n" +msgid "lppasswd: Sorry, passwords don't match!\n" +msgstr "lppasswd: Tyvärr, lösenorden stämmer inte överens!\n" -msgid "lpstat: Need \"completed\", \"not-completed\", or \"all\" after -W!\n" -msgstr "lpstat: Behöver \"completed\", \"not-completed\" eller \"all\" efter -W!\n" +#, c-format +msgid "lppasswd: Unable to copy password string: %s\n" +msgstr "lppasswd: Kunde inte kopiera lösenordssträng: %s\n" #, c-format -msgid "%s accepting requests since %s\n" -msgstr "%s accepterar begäran sedan %s\n" +msgid "lppasswd: Unable to open password file: %s\n" +msgstr "lppasswd: Kunde inte öppna lösenordsfil: %s\n" #, c-format -msgid "" -"%s not accepting requests since %s -\n" -"\t%s\n" +msgid "lppasswd: Unable to write to password file: %s\n" +msgstr "lppasswd: Kunde inte skriva till lösenordsfil: %s\n" + +#, c-format +msgid "lppasswd: failed to backup old password file: %s\n" msgstr "" -"%s accepterar inte begäran sedan %s -\n" -"\t%s\n" +"lppasswd: misslyckades med att säkerhetskopiera gamla lösenordsfilen: %s\n" #, c-format -msgid "%s/%s accepting requests since %s\n" -msgstr "%s/%s accepterar begäran sedan %s\n" +msgid "lppasswd: failed to rename password file: %s\n" +msgstr "lppasswd: misslyckades med att byta namn pÃ¥ lösenordsfilen: %s\n" + +#, c-format +msgid "lppasswd: user \"%s\" and group \"%s\" do not exist.\n" +msgstr "lppasswd: användare \"%s\" och grupp \"%s\" finns inte.\n" + +msgid "lprm: Unable to contact server!\n" +msgstr "lprm: Kunde inte kontakta server!\n" #, c-format msgid "" -"%s/%s not accepting requests since %s -\n" -"\t%s\n" -msgstr "" -"%s/%s accepterar inte begäran sedan %s -\n" -"\t%s\n" +"lpstat: error - %s environment variable names non-existent destination \"%s" +"\"!\n" +msgstr "lpstat: fel - miljövariabeln %s namnger icke-existerande mÃ¥l \"%s\"!\n" -msgid "lpc> " -msgstr "lpc> " +#, c-format +msgid "members of class %s:\n" +msgstr "medlemmar av klassen %s:\n" + +msgid "no entries\n" +msgstr "inga objekt\n" + +msgid "no system default destination\n" +msgstr "inget systemstandardmÃ¥l\n" + +msgid "notify-events not specified!" +msgstr "notify-events inte angivet!" + +#, fuzzy, c-format +msgid "notify-recipient-uri URI \"%s\" uses unknown scheme!" +msgstr "URI för notify-recipient \"%s\" använder okänt schema!" + +#, c-format +msgid "notify-subscription-id %d no good!" +msgstr "notify-subscription-id %d inte bra!" #, c-format -msgid "%s: Unable to contact server!\n" -msgstr "%s: Kunde inte kontakta server!\n" +msgid "open of %s failed: %s" +msgstr "öppnande av %s misslyckades: %s" + +msgid "pending" +msgstr "väntar" #, c-format -msgid "%s: Error - expected username after '-U' option!\n" -msgstr "%s: Fel - förväntade användarnamn efter flaggan \"-U\"!\n" +msgid "printer %s disabled since %s -\n" +msgstr "skrivare %s inaktiverad sedan %s -\n" #, c-format -msgid "%s: Error - unknown destination \"%s/%s\"!\n" -msgstr "%s: Fel - okänt mÃ¥l \"%s/%s\"!\n" +msgid "printer %s is idle. enabled since %s\n" +msgstr "skrivare %s är overksam. aktiverad sedan %s\n" #, c-format -msgid "%s: Unknown destination \"%s\"!\n" -msgstr "%s: Okänt mÃ¥l \"%s\"!\n" +msgid "printer %s now printing %s-%d. enabled since %s\n" +msgstr "skrivaren %s skriver nu ut %s-%d. aktiverad sedan %s\n" #, c-format -msgid "%s: Error - expected hostname after '-h' option!\n" -msgstr "%s: Fel - förväntade värdnamn efter flaggan \"-h\"!\n" +msgid "printer %s/%s disabled since %s -\n" +msgstr "skrivare %s/%s inaktiverad sedan %s -\n" #, c-format -msgid "%s: error - %s environment variable names non-existent destination \"%s\"!\n" -msgstr "%s: fel - miljövariabeln %s namnger icke-existerande mÃ¥l \"%s\"!\n" +msgid "printer %s/%s is idle. enabled since %s\n" +msgstr "skrivare %s/%s är overksam. aktiverad sedan %s\n" #, c-format -msgid "%s: error - no default destination available.\n" -msgstr "%s: fel - inget standardmÃ¥l tillgängligt.\n" +msgid "printer %s/%s now printing %s-%d. enabled since %s\n" +msgstr "skrivaren %s/%s skriver nu ut %s-%d. aktiverad sedan %s\n" -msgid "Usage: lpq [-P dest] [-U username] [-h hostname[:port]] [-l] [+interval]\n" -msgstr "Användning: lpq [-P mÃ¥l] [-U användarnamn] [-h värdnamn[:port]] [-l] [+intervall]\n" +msgid "processing" +msgstr "behandlas" #, c-format -msgid "%s: Error - expected hostname after '-H' option!\n" -msgstr "%s: Fel - förväntade värdnamn efter flaggan \"-H\"!\n" +msgid "request id is %s-%d (%d file(s))\n" +msgstr "id för begäran är %s-%d (%d fil(er))\n" -#, c-format -msgid "%s: Error - expected value after '-%c' option!\n" -msgstr "%s: Fel - förväntade värde efter flaggan \"-%c\"!\n" +msgid "scheduler is not running\n" +msgstr "schemaläggare körs inte\n" -#, c-format -msgid "%s: Warning - '%c' format modifier not supported - output may not be correct!\n" -msgstr "%s: Varning - \"'%c\"- formatmodifieraren stöds inte - utmatning kanske inte blir korrekt!\n" +msgid "scheduler is running\n" +msgstr "schemaläggare körs\n" #, c-format -msgid "%s: error - expected option=value after '-o' option!\n" -msgstr "%s: fel - förväntade alternativ=värde efter flaggan \"'-o\"!\n" +msgid "stat of %s failed: %s" +msgstr "status för %s misslyckades: %s" -#, c-format -msgid "%s: Error - expected destination after '-P' option!\n" -msgstr "%s: Fel - förväntade mÃ¥l efter flaggan \"-P\"!\n" +msgid "status\t\tshow status of daemon and queue\n" +msgstr "status\t\tvisa status för demon och kö\n" -#, c-format -msgid "%s: Error - expected copy count after '-#' option!\n" -msgstr "%s: Fel - förväntade antal kopior efter flaggan \"-#\"!\n" +msgid "stopped" +msgstr "stoppad" #, c-format -msgid "%s: Error - expected name after '-%c' option!\n" -msgstr "%s: Fel - förväntade namn efter flaggan \"-%c\"!\n" +msgid "system default destination: %s\n" +msgstr "systemstandardmÃ¥l: %s\n" #, c-format -msgid "%s: Error - unknown option '%c'!\n" -msgstr "%s: Fel - okänd flagga \"%c\"!\n" +msgid "system default destination: %s/%s\n" +msgstr "systemstandardmÃ¥l: %s/%s\n" -#, c-format -msgid "%s: Error - unable to access \"%s\" - %s\n" -msgstr "%s: Fel - kunde inte komma Ã¥t \"%s\" - %s\n" +msgid "unknown" +msgstr "okänd" -#, c-format -msgid "%s: Error - too many files - \"%s\"\n" -msgstr "%s: Fel - för mÃ¥nga filer - \"%s\"\n" +msgid "untitled" +msgstr "namnlös" -#, c-format -msgid "%s: Error - %s environment variable names non-existent destination \"%s\"!\n" -msgstr "%s: Fel - miljövariabeln %s namnger icke-existerande mÃ¥l \"%s\"!\n" +#~ msgid "" +#~ " **FAIL** 1284DeviceId must be 1284DeviceID!\n" +#~ " REF: Page 72, section 5.5\n" +#~ msgstr "" +#~ " **FEL** 1284DeviceId mÃ¥ste vara 1284DeviceID!\n" +#~ " REF: Sida 72, sektion 5.5\n" + +#~ msgid " %d ERROR%s FOUND\n" +#~ msgstr " %d FEL%s HITTADES\n" -#, c-format -msgid "%s: Error - no default destination available.\n" -msgstr "%s: Fel - inget standardmÃ¥l tillgängligt.\n" +#~ msgid "%s accepting requests since Jan 01 00:00\n" +#~ msgstr "%s accepterar begäran sedan Jan 01 00:00\n" -#, c-format -msgid "%s: Error - scheduler not responding!\n" -msgstr "%s: Fel - schemaläggare svarar inte!\n" +#~ msgid "" +#~ "%s not accepting requests since Jan 01 00:00 -\n" +#~ "\t%s\n" +#~ msgstr "" +#~ "%s accepterar inte begäran sedan Jan 01 00:00 -\n" +#~ "\t%s\n" -#, c-format -msgid "%s: Error - unable to create temporary file \"%s\" - %s\n" -msgstr "%s: Fel - kunde inte skapa temporärfil \"%s\" - %s\n" +#~ msgid "%s/%s accepting requests since Jan 01 00:00\n" +#~ msgstr "%s/%s accepterar begäran sedan Jan 01 00:00\n" -#, c-format -msgid "%s: Error - unable to write to temporary file \"%s\" - %s\n" -msgstr "%s: Fel - kunde inte skriva till temporärfil \"%s\" - %s\n" +#~ msgid "" +#~ "%s/%s not accepting requests since Jan 01 00:00 -\n" +#~ "\t%s\n" +#~ msgstr "" +#~ "%s/%s accepterar inte begäran sedan Jan 01 00:00 -\n" +#~ "\t%s\n" -#, c-format -msgid "%s: Error - stdin is empty, so no job has been sent.\n" -msgstr "%s: Fel - standard in är tom, sÃ¥ inget jobb har skickats.\n" +#~ msgid "%s: Expected reason text after -r!\n" +#~ msgstr "%s: Förväntade anledningstext efter -r!\n" -#, c-format -msgid "%s: Error - unknown destination \"%s\"!\n" -msgstr "%s: Fel - okänt mÃ¥l \"%s\"!\n" +#~ msgid "%s: Expected server name after -h!\n" +#~ msgstr "%s: Förväntade servernamn efter -h!\n" -#, c-format -msgid "%s: Error - expected reason text after '-r' option!\n" -msgstr "%s: Fel - förväntade anledningstext efter flaggan \"'-r\"!\n" +#~ msgid "%s: Unknown option '%c'!\n" +#~ msgstr "%s: Okänd flagga \"%c\"!\n" -#, c-format -msgid "%s: Error - expected username after '-u' option!\n" -msgstr "%s: Fel - förväntade användarnamn efter flaggan \"-u\"!\n" +#~ msgid "Auto" +#~ msgstr "Auto" -#, c-format -msgid "%s: %s failed: %s\n" -msgstr "%s: %s misslyckades: %s\n" +#~ msgid "Bad notify-recipient URI \"%s\"!" +#~ msgstr "Felaktig URI för notify-recipient \"%s\"!" -#, c-format -msgid "%s: Error - expected destination after '-d' option!\n" -msgstr "%s: Fel - förväntade mÃ¥l efter flaggan \"-d\"!\n" +#~ msgid "Bad option + choice on line %d!\n" +#~ msgstr "Felaktigt alternativ + val pÃ¥ rad %d!\n" -#, c-format -msgid "%s: Error - expected form after '-f' option!\n" -msgstr "%s: Fel - förväntade format efter flaggan \"-f\"!\n" +#~ msgid "Class" +#~ msgstr "Klass" -#, c-format -msgid "%s: Warning - form option ignored!\n" -msgstr "%s: Varning - formuläralternativ ignorerades!\n" +#~ msgid "" +#~ "Device: uri = %s\n" +#~ " class = %s\n" +#~ " info = %s\n" +#~ " make-and-model = %s\n" +#~ msgstr "" +#~ "Enhet: uri = %s\n" +#~ " klass = %s\n" +#~ " info = %s\n" +#~ " tillverkare-och-modell = %s\n" -#, c-format -msgid "%s: Expected job ID after '-i' option!\n" -msgstr "%s: Förväntade jobb-id efter flaggan \"-i\"!\n" +#~ msgid "" +#~ "Enter your username and password or the root username and password to " +#~ "access this page." +#~ msgstr "" +#~ "Ange ditt användarnamn och lösenord eller root-användnamnet och lösenord " +#~ "för att komma Ã¥t denna sida." -#, c-format -msgid "%s: Error - cannot print files and alter jobs simultaneously!\n" -msgstr "%s: Fel - kan inte skriva ut filer och ändra jobb samtidigt!\n" +#~ msgid "Extra" +#~ msgstr "Extra" -#, c-format -msgid "%s: Error - bad job ID!\n" -msgstr "%s: Fel - felaktigt jobb-id!\n" +#~ msgid "Job #%d doesn't exist!" +#~ msgstr "Jobb #%d finns inte!" -#, c-format -msgid "%s: Error - expected copies after '-n' option!\n" -msgstr "%s: Fel - förväntade kopior efter flaggan \"-n\"!\n" +#~ msgid "Job #%d is already %s - can't cancel." +#~ msgstr "Jobb #%d är redan %s - kan inte avbryta." -#, c-format -msgid "%s: Error - expected option string after '-o' option!\n" -msgstr "%s: Fel - förväntade alternativsträng efter flaggan \"'-o\"!\n" +#~ msgid "Job #%d is already cancelled - can't cancel." +#~ msgstr "Jobb #%d är redan avbrutet - kan inte avbryta." -#, c-format -msgid "%s: Error - expected priority after '-%c' option!\n" -msgstr "%s: Fel - förväntade prioritet efter flaggan \"-%c\"!\n" +#~ msgid "Missing double quote on line %d!\n" +#~ msgstr "Saknar citationstecken pÃ¥ rad %d!\n" -#, c-format -msgid "%s: Error - priority must be between 1 and 100.\n" -msgstr "%s: Fel - prioritet mÃ¥ste vara mellan 1 och 100.\n" +#~ msgid "Missing value on line %d!\n" +#~ msgstr "Saknar värde pÃ¥ rad %d!\n" -#, c-format -msgid "%s: Error - expected title after '-t' option!\n" -msgstr "%s: Fel - förväntade titel efter flaggan \"-t\"!\n" +#~ msgid "" +#~ "Model: name = %s\n" +#~ " natural_language = %s\n" +#~ " make-and-model = %s\n" +#~ msgstr "" +#~ "Modell: namn = %s\n" +#~ " naturligt_sprÃ¥k = %s\n" +#~ " tillverkare-och-modell = %s\n" -#, c-format -msgid "%s: Error - expected mode list after '-y' option!\n" -msgstr "%s: Fel - förväntade lägeslista efter flaggan \"-y\"!\n" +#~ msgid "No Windows printer drivers are installed!\n" +#~ msgstr "Inga Windows-skrivardrivrutiner är installerade!\n" -#, c-format -msgid "%s: Warning - mode option ignored!\n" -msgstr "%s: Varning - lägesflaggan ignorerades!\n" +#~ msgid "No printer drivers found!" +#~ msgstr "Inga skrivardrivrutiner hittades!" -#, c-format -msgid "%s: Error - expected hold name after '-H' option!\n" -msgstr "%s: Fel - förväntade kvarhÃ¥llningsnamn efter flaggan \"-H\"!\n" +#~ msgid "Not authorized to hold job #%d owned by \"%s\"!" +#~ msgstr "Inte behörig att hÃ¥lla kvar jobb #%d som ägs av \"%s\"!" -#, c-format -msgid "%s: Need job ID ('-i jobid') before '-H restart'!\n" -msgstr "%s: Behöver jobb-id (\"-i jobbid\") före \"-H restart\"!\n" +#~ msgid "Printer" +#~ msgstr "Skrivare" -#, c-format -msgid "%s: Error - expected page list after '-P' option!\n" -msgstr "%s: Fel - förväntade sidlista efter flaggan \"-P\"!\n" +#~ msgid "Printer not shared!" +#~ msgstr "Skrivaren är inte delad!" -#, c-format -msgid "%s: Error - expected character set after '-S' option!\n" -msgstr "%s: Fel - förväntade teckenkodning efter flaggan \"-S\"!\n" +#~ msgid "Running command: %s %s -N -U '%s%%%s' -c '%s'\n" +#~ msgstr "Kör kommando: %s %s -N -U '%s%%%s' -c '%s'\n" -#, c-format -msgid "%s: Warning - character set option ignored!\n" -msgstr "%s: Varning - flagga för teckenkodning ignorerades!\n" +#~ msgid "The printer-uri \"%s\" is not valid." +#~ msgstr "Printer-uri \"%s\" är inte giltig." -#, c-format -msgid "%s: Error - expected content type after '-T' option!\n" -msgstr "%s: Fel - förväntade innehÃ¥llstyp efter flaggan \"-T\"!\n" +#~ msgid "Too many jobs - %d jobs, max jobs is %d." +#~ msgstr "För mÃ¥nga jobb - %d jobb, max antal jobb är %d." -#, c-format -msgid "%s: Warning - content type option ignored!\n" -msgstr "%s: Varning - flagga för innehÃ¥llstyp ignorerades!\n" +#~ msgid "Unable to connect to server!" +#~ msgstr "Kunde inte ansluta till server!" -#, c-format -msgid "%s: Error - cannot print from stdin if files or a job ID are provided!\n" -msgstr "%s: Fel - kan inte skriva ut frÃ¥n standard in om filer eller ett jobb-id anges!\n" +#~ msgid "Unable to convert PPD file!" +#~ msgstr "Kunde inte konvertera PPD-fil!" -#, c-format -msgid "%s: Error - need \"completed\", \"not-completed\", or \"all\" after '-W' option!\n" -msgstr "%s: Fel - behöver \"completed\", \"not-completed\" eller \"all\" efter flaggan \"-W\"!\n" +#~ msgid "Unable to copy CUPS printer driver files (%d)!\n" +#~ msgstr "Kunde inte kopiera filer för CUPS-skrivardrivrutiner (%d)!\n" -#, c-format -msgid "%s: Error - expected destination after '-b' option!\n" -msgstr "%s: Fel - förväntade mÃ¥l efter flaggan \"-b\"!\n" +#~ msgid "Unable to copy Windows 2000 printer driver files (%d)!\n" +#~ msgstr "" +#~ "Kunde inte kopiera filer för Windows 2000-skrivardrivrutiner (%d)!\n" -#, c-format -msgid "%s: Invalid destination name in list \"%s\"!\n" -msgstr "%s: Ogiltigt mÃ¥lnamn i listan \"%s\"!\n" +#~ msgid "Unable to copy Windows 2000 printer driver files!" +#~ msgstr "Kunde inte kopiera filer för Windows 2000-skrivardrivrutin!" -#, c-format -msgid "%s: Unable to connect to server\n" -msgstr "%s: Kunde inte ansluta till server\n" +#~ msgid "Unable to copy Windows 9x printer driver files (%d)!\n" +#~ msgstr "Kunde inte kopiera filer för Windows 9x-skrivardrivrutiner (%d)!\n" -msgid "Print Job:" -msgstr "Utskriftsjobb:" +#~ msgid "Unable to copy Windows 9x printer driver files!" +#~ msgstr "Kunde inte kopiera filer för Windows 9x-skrivardrivrutin!" -msgid "pending" -msgstr "väntar" +#~ msgid "Unable to execute cupsaddsmb command!" +#~ msgstr "Kunde inte starta kommandot cupsaddsmb!" -msgid "held" -msgstr "hÃ¥lls kvar" +#~ msgid "Unable to fork process!" +#~ msgstr "Kunde inte grena process!" -msgid "processing" -msgstr "behandlas" +#~ msgid "Unable to get printer attributes!" +#~ msgstr "Kunde inte fÃ¥ tag pÃ¥ skrivarattribut!" -msgid "stopped" -msgstr "stoppad" +#~ msgid "Unable to install Windows 2000 printer driver files (%d)!\n" +#~ msgstr "" +#~ "Kunde inte installera filer för Windows 2000-skrivardrivrutiner (%d)!\n" -msgid "canceled" -msgstr "avbruten" +#~ msgid "Unable to install Windows 2000 printer driver files!" +#~ msgstr "Kunde inte installera filer för Windows 2000-skrivardrivrutin!" -msgid "aborted" -msgstr "avbruten" +#~ msgid "Unable to install Windows 9x printer driver files (%d)!\n" +#~ msgstr "" +#~ "Kunde inte installera filer för Windows 9x-skrivardrivrutiner (%d)!\n" -msgid "completed" -msgstr "färdig" +#~ msgid "Unable to install Windows 9x printer driver files!" +#~ msgstr "Kunde inte installera filer för Windows 9x-skrivardrivrutin!" -msgid "unknown" -msgstr "okänd" +#~ msgid "Unable to set Windows printer driver (%d)!\n" +#~ msgstr "Kunde inte ställa in Windows-skrivardrivrutin (%d)!\n" -msgid "untitled" -msgstr "namnlös" +#~ msgid "Unable to set Windows printer driver!" +#~ msgstr "Kunde inte ställa in Windows-skrivardrivrutin!" -msgid "Printer:" -msgstr "Skrivare:" +#~ msgid "" +#~ "Usage: cupsaddsmb [options] printer1 ... printerN\n" +#~ " cupsaddsmb [options] -a\n" +#~ "\n" +#~ "Options:\n" +#~ " -H samba-server Use the named SAMBA server\n" +#~ " -U samba-user Authenticate using the named SAMBA user\n" +#~ " -a Export all printers\n" +#~ " -h cups-server Use the named CUPS server\n" +#~ " -v Be verbose (show commands)\n" +#~ msgstr "" +#~ "Användning: cupsaddsmb [flaggor] skrivare1 ... skrivareN\n" +#~ " cupsaddsmb [flaggor] -a\n" +#~ "\n" +#~ "Flaggor:\n" +#~ " -H samba-server Använd angiven SAMBA-server\n" +#~ " -U samba-användare Autentisera med angiven SAMBA-användare\n" +#~ " -a Exportera alla skrivare\n" +#~ " -h cups-server Använd angiven CUPS-server\n" +#~ " -v Var information (visa kommandon)\n" -msgid "idle" -msgstr "overksam" +#~ msgid "Usage: lpmove job dest\n" +#~ msgstr "Användning: lpmove jobb mÃ¥l\n" -msgid "Missing notify-subscription-ids attribute!" -msgstr "Saknar attributet notify-subscription-ids!" +#~ msgid "Usage: lpq [-P dest] [-l] [+interval]\n" +#~ msgstr "Användning: lpq [-P mÃ¥l] [-l] [+intervall]\n" -msgid "Job subscriptions cannot be renewed!" -msgstr "Jobbprenumerationer kan inte förnyas!" +#~ msgid "Variable" +#~ msgstr "Variabel" -msgid "cupsd: Expected config filename after \"-c\" option!\n" -msgstr "cupsd: Förväntade konfigurationsfilnamn efter flaggan \"-c\"!\n" +#~ msgid "Warning, no Windows 2000 printer drivers are installed!\n" +#~ msgstr "" +#~ "Varning, inga skrivardrivrutiner för Windows 2000 är installerade!\n" -msgid "cupsd: launchd(8) support not compiled in, running in normal mode.\n" -msgstr "cupsd: stöd för launchd(8) inte inbyggt, kör i normalt läge.\n" +#~ msgid "You are not authorized to alter job id %d owned by \"%s\"!" +#~ msgstr "Du är inte behörig att ändra jobb-id %d som ägs av \"%s\"!" -#, c-format -msgid "cupsd: Unknown option \"%c\" - aborting!\n" -msgstr "cupsd: Okänd flagga \"%c\" - avbryter!\n" +#~ msgid "You are not authorized to authenticate job #%d owned by \"%s\"!" +#~ msgstr "Du är inte behörig att autentisera jobb #%d som ägs av \"%s\"!" -#, c-format -msgid "cupsd: Unknown argument \"%s\" - aborting!\n" -msgstr "cupsd: Okänt argument \"%s\" - avbryter!\n" +#~ msgid "You are not authorized to delete job #%d owned by \"%s\"!" +#~ msgstr "Du är inte behörig att ta bort jobb #%d som ägs av \"%s\"!" -msgid "" -"Usage: cupsd [-c config-file] [-f] [-F] [-h] [-l]\n" -"\n" -"-c config-file Load alternate configuration file\n" -"-f Run in the foreground\n" -"-F Run in the foreground but detach\n" -"-h Show this usage message\n" -"-l Run cupsd from launchd(8)\n" -msgstr "" -"Användning: cupsd [-c konfigurationsfil] [-f] [-F] [-h] [-l]\n" -"\n" -"-c konfigurationsfil Läs in alternativ konfigurationsfil\n" -"-f Kör i förgrunden\n" -"-F Kör i förgrunden med koppla loss\n" -"-h Visa detta användningsmeddelandet\n" -"-l Kör cupsd frÃ¥n launchd(8)\n" +#~ msgid "You are not authorized to move job #%d owned by \"%s\"!" +#~ msgstr "Du är inte behörig att flytta jobbet #%d som ägs av \"%s\"!" + +#~ msgid "You are not authorized to release job id %d owned by \"%s\"!" +#~ msgstr "Du är inte behörig att släppa jobb-id %d som ägs av \"%s\"!" + +#~ msgid "You are not authorized to restart job id %d owned by \"%s\"!" +#~ msgstr "Du är inte behörig att starta om jobb-id %d som ägs av \"%s\"!" + +#~ msgid "You are not authorized to send document for job #%d owned by \"%s\"!" +#~ msgstr "" +#~ "Du är inte behörig att skicka dokument för jobb #%d som ägs av \"%s\"!" + +#~ msgid "You must use a https: URL to access this page." +#~ msgstr "Du mÃ¥ste använda en https:-url för att komma Ã¥t denna sida." + +#~ msgid "add_class: Unknown printer-error-policy \"%s\"." +#~ msgstr "add_class: Okänd printer-error-policy \"%s\"." + +#~ msgid "add_class: Unknown printer-op-policy \"%s\"." +#~ msgstr "add_class: Okänd printer-op-policy \"%s\"." + +#~ msgid "cancel: %s failed: %s\n" +#~ msgstr "cancel: %s misslyckades: %s\n" + +#~ msgid "cancel: Error - expected hostname after '-h' option!\n" +#~ msgstr "cancel: Fel - förväntade värdnamn efter flaggan \"-h\"!\n" + +#~ msgid "cancel: Error - expected username after '-u' option!\n" +#~ msgstr "cancel: Fel - förväntade användarnamn efter flaggan \"-u\"!\n" + +#~ msgid "cancel: Unable to contact server!\n" +#~ msgstr "cancel: Kunde inte kontakta server!\n" + +#~ msgid "cancel: Unknown destination \"%s\"!\n" +#~ msgstr "cancel: Okänt mÃ¥l \"%s\"!\n" + +#~ msgid "cancel: Unknown option '%c'!\n" +#~ msgstr "cancel: Okänd flagga \"%c\"!\n" + +#~ msgid "cupsaddsmb crashed on signal %d" +#~ msgstr "cupsaddsmb krashade pÃ¥ signal %d" + +#~ msgid "cupsaddsmb failed with status %d" +#~ msgstr "cupsaddsmb misslyckades med status %d" + +#~ msgid "cupsaddsmb: Bad option + choice on line %d!\n" +#~ msgstr "cupsaddsmb: Felaktigt alternativ + val pÃ¥ rad %d!\n" + +#~ msgid "cupsaddsmb: Missing double quote on line %d!\n" +#~ msgstr "cupsaddsmb: Saknar citationstecken pÃ¥ rad %d!\n" + +#~ msgid "cupsaddsmb: Missing value on line %d!\n" +#~ msgstr "cupsaddsmb: Saknar värde pÃ¥ rad %d!\n" + +#~ msgid "cupsaddsmb: No PPD file for printer \"%s\" - skipping!\n" +#~ msgstr "cupsaddsmb: Ingen PPD-fil för skrivaren \"%s\" - hoppar över!\n" + +#~ msgid "cupsaddsmb: No Windows printer drivers are installed!\n" +#~ msgstr "cupsaddsmb: Inga Windows-skrivardrivrutiner är installerade!\n" + +#~ msgid "cupsaddsmb: Unable to connect to server \"%s\" for %s - %s\n" +#~ msgstr "cupsaddsmb: Kunde inte ansluta till server \"%s\" för %s - %s\n" + +#~ msgid "cupsaddsmb: Unable to convert PPD file for %s - %s\n" +#~ msgstr "cupsaddsmb: Kunde inte konvertera PPD-fil för %s - %s\n" + +#~ msgid "cupsaddsmb: Unable to copy CUPS printer driver files (%d)!\n" +#~ msgstr "" +#~ "cupsaddsmb: Kunde inte kopiera filer för CUPS-skrivardrivrutin (%d)!\n" + +#~ msgid "cupsaddsmb: Unable to copy Windows 2000 printer driver files (%d)!\n" +#~ msgstr "" +#~ "cupsaddsmb: Kunde inte kopiera filer för Windows 2000-skrivardrivrutin (%" +#~ "d)!\n" + +#~ msgid "cupsaddsmb: Unable to copy Windows 9x printer driver files (%d)!\n" +#~ msgstr "" +#~ "cupsaddsmb: Kunde inte kopiera filer för Windows 9x-skrivardrivrutin (%" +#~ "d)!\n" + +#~ msgid "" +#~ "cupsaddsmb: Unable to install Windows 2000 printer driver files (%d)!\n" +#~ msgstr "" +#~ "cupsaddsmb: Kunde inte installera filer för Windows 2000-skrivardrivrutin " +#~ "(%d)!\n" + +#~ msgid "" +#~ "cupsaddsmb: Unable to install Windows 9x printer driver files (%d)!\n" +#~ msgstr "" +#~ "cupsaddsmb: Kunde inte installera filer för Windows 9x-skrivardrivrutin (%" +#~ "d)!\n" -#, c-format -msgid " WARN Line %d only contains whitespace!\n" -msgstr " VARN Rad %d innehÃ¥ller endast blanktecken!\n" +#~ msgid "cupsaddsmb: Unable to run \"%s\": %s\n" +#~ msgstr "cupsaddsmb: Kunde inte köra \"%s\": %s\n" -msgid " WARN File contains a mix of CR, LF, and CR LF line endings!\n" -msgstr " VARN Filen innehÃ¥ller en blandning av CR, LF och CR LF-radslut!\n" +#~ msgid "cupsaddsmb: Unable to set Windows printer driver (%d)!\n" +#~ msgstr "cupsaddsmb: Kunde inte ställa in Windows-skrivardrivrutin (%d)!\n" -msgid " WARN Non-Windows PPD files should use lines ending with only LF, not CR LF!\n" -msgstr " VARN Icke-Windows PPD-filer bör använda radslut med endast LF, inte CR LF!\n" +#~ msgid "" +#~ "cupsaddsmb: Warning, no Windows 2000 printer drivers are installed!\n" +#~ msgstr "" +#~ "cupsaddsmb: Varning, inga Windows 2000-skrivardrivrutiner är " +#~ "installerade!\n" -msgid "Printer Maintenance" -msgstr "SkrivarunderhÃ¥ll" +#~ msgid "cupsaddsmb: get-printer-attributes failed for \"%s\": %s\n" +#~ msgstr "cupsaddsmb: get-printer-attributes misslyckades för \"%s\": %s\n" -msgid "Unable to send maintenance job:" -msgstr "Kunde inte skicka underhÃ¥llsjobb:" +#~ msgid "lp: Error - bad job ID!\n" +#~ msgstr "lp: Fel - felaktigt jobb-id!\n" -#, c-format -msgid "cupsaddsmb: No PPD file for printer \"%s\" - %s\n" -msgstr "cupsaddsmb: Ingen PPD-fil för skrivaren \"%s\" - %s\n" +#~ msgid "lp: Error - cannot print files and alter jobs simultaneously!\n" +#~ msgstr "lp: Fel - kan inte skriva ut filer och ändra jobb samtidigt!\n" -#, c-format -msgid " **FAIL** %s %s does not exist!\n" -msgstr " **FEL** %s %s finns inte!\n" +#~ msgid "" +#~ "lp: Error - cannot print from stdin if files or a job ID are provided!\n" +#~ msgstr "" +#~ "lp: Fel - kan inte skriva ut frÃ¥n standard in om filer eller ett jobb-id " +#~ "anges!\n" -#, c-format -msgid " **FAIL** Bad language \"%s\"!\n" -msgstr " **FEL** Felaktigt sprÃ¥k \"%s\"!\n" +#~ msgid "lp: Expected character set after -S option!\n" +#~ msgstr "lp: Förväntade teckenkodning efter flaggan -S!\n" -#, c-format -msgid " **FAIL** Missing \"%s\" translation string for option %s!\n" -msgstr " **FEL** Saknar översättningssträng \"%s\" för flaggan %s!\n" +#~ msgid "lp: Expected content type after -T option!\n" +#~ msgstr "lp: Förväntade innehÃ¥llstyp efter flaggan -T!\n" -#, c-format -msgid " **FAIL** Default translation string for option %s contains 8-bit characters!\n" -msgstr " **FEL** Standardöversättningssträng för flaggan %s innehÃ¥ller 8-bitars tecken!\n" +#~ msgid "lp: Expected copies after -n option!\n" +#~ msgstr "lp: Förväntade kopior efter flaggan -n!\n" -#, c-format -msgid " **FAIL** Missing \"%s\" translation string for option %s, choice %s!\n" -msgstr " **FEL** Saknar översättningssträng \"%s\" för flaggan %s, val %s!\n" +#~ msgid "lp: Expected destination after -d option!\n" +#~ msgstr "lp: Förväntade mÃ¥l efter flaggan -d!\n" -#, c-format -msgid " **FAIL** Default translation string for option %s choice %s contains 8-bit characters!\n" -msgstr " **FEL** Standardöversättningssträng för flaggan %s val %s innehÃ¥ller 8-bitars tecken!\n" +#~ msgid "lp: Expected form after -f option!\n" +#~ msgstr "lp: Förväntade format efter flaggan -f!\n" -#, c-format -msgid " **FAIL** Bad cupsFilter value \"%s\"!\n" -msgstr " **FEL** Felaktigt cupsFilter-värde \"%s\"!\n" +#~ msgid "lp: Expected hold name after -H option!\n" +#~ msgstr "lp: Förväntade kvarhÃ¥llningsnamn efter flaggan -H!\n" -msgid "Help" -msgstr "Hjälp" +#~ msgid "lp: Expected hostname after -h option!\n" +#~ msgstr "lp: Förväntade värdnamn efter flaggan -h!\n" -#, c-format -msgid "Missing value on line %d!\n" -msgstr "Saknar värde pÃ¥ rad %d!\n" +#~ msgid "lp: Expected job ID after -i option!\n" +#~ msgstr "lp: Förväntade jobb-id efter flaggan -i!\n" -#, c-format -msgid "Missing double quote on line %d!\n" -msgstr "Saknar citationstecken pÃ¥ rad %d!\n" +#~ msgid "lp: Expected mode list after -y option!\n" +#~ msgstr "lp: Förväntade lägeslista efter flaggan -y!\n" -#, c-format -msgid "Bad option + choice on line %d!\n" -msgstr "Felaktigt alternativ + val pÃ¥ rad %d!\n" +#~ msgid "lp: Expected option string after -o option!\n" +#~ msgstr "lp: Förväntade sträng efter flaggan -o!\n" -#, c-format -msgid "Unable to copy Windows 2000 printer driver files (%d)!\n" -msgstr "Kunde inte kopiera filer för Windows 2000-skrivardrivrutiner (%d)!\n" +#~ msgid "lp: Expected page list after -P option!\n" +#~ msgstr "lp: Förväntade sidlista efter flaggan -P!\n" -#, c-format -msgid "Unable to copy CUPS printer driver files (%d)!\n" -msgstr "Kunde inte kopiera filer för CUPS-skrivardrivrutiner (%d)!\n" +#~ msgid "lp: Expected priority after -%c option!\n" +#~ msgstr "lp: Förväntade prioritet efter flaggan -%c!\n" -#, c-format -msgid "Unable to install Windows 2000 printer driver files (%d)!\n" -msgstr "Kunde inte installera filer för Windows 2000-skrivardrivrutiner (%d)!\n" +#~ msgid "lp: Expected title after -t option!\n" +#~ msgstr "lp: Förväntade titel efter flaggan -t!\n" -#, c-format -msgid "Unable to copy Windows 9x printer driver files (%d)!\n" -msgstr "Kunde inte kopiera filer för Windows 9x-skrivardrivrutiner (%d)!\n" +#~ msgid "lp: Need job ID (-i) before \"-H restart\"!\n" +#~ msgstr "lp: Behöver jobb-id (-i) före \"-H restart\"!\n" -#, c-format -msgid "Unable to install Windows 9x printer driver files (%d)!\n" -msgstr "Kunde inte installera filer för Windows 9x-skrivardrivrutiner (%d)!\n" +#~ msgid "lp: Priority must be between 1 and 100.\n" +#~ msgstr "lp: Prioritet mÃ¥ste vara mellan 1 och 100.\n" -msgid "No Windows printer drivers are installed!\n" -msgstr "Inga Windows-skrivardrivrutiner är installerade!\n" +#~ msgid "lp: Too many files - \"%s\"\n" +#~ msgstr "lp: För mÃ¥nga filer - \"%s\"\n" -msgid "Warning, no Windows 2000 printer drivers are installed!\n" -msgstr "Varning, inga skrivardrivrutiner för Windows 2000 är installerade!\n" +#~ msgid "lp: Unable to access \"%s\" - %s\n" +#~ msgstr "lp: Kunde inte komma Ã¥t \"%s\" - %s\n" -#, c-format -msgid "Unable to set Windows printer driver (%d)!\n" -msgstr "Kunde inte ställa in Windows-skrivardrivrutin (%d)!\n" +#~ msgid "lp: Unknown option '%c'!\n" +#~ msgstr "lp: Okänd flagga \"%c\"!\n" -msgid "" -"Usage: cupsaddsmb [options] printer1 ... printerN\n" -" cupsaddsmb [options] -a\n" -"\n" -"Options:\n" -" -E Encrypt the connection to the server\n" -" -H samba-server Use the named SAMBA server\n" -" -U samba-user Authenticate using the named SAMBA user\n" -" -a Export all printers\n" -" -h cups-server Use the named CUPS server\n" -" -v Be verbose (show commands)\n" -msgstr "" -"Användning: cupsaddsmb [flaggor] skrivare1 ... skrivareN\n" -" cupsaddsmb [flaggor] -a\n" -"\n" -"Flaggor:\n" -" -E Kryptera anslutningen till servern\n" -" -H samba-server Använd angiven SAMBA-server\n" -" -U samba-user Autentisera med angiven SAMBA-användare\n" -" -a Exportera alla skrivare\n" -" -h cups-server Använd angiven CUPS-server\n" -" -v Var informativ (visa kommandon)\n" +#~ msgid "lp: Warning - character set option ignored!\n" +#~ msgstr "lp: Varning - flagga för teckenkodning ignorerades!\n" -#, c-format -msgid "Unable to copy Windows 2000 printer driver files (%d)!" -msgstr "Kunde inte kopiera filer för Windows 2000-skrivardrivrutin (%d)!" +#~ msgid "lp: Warning - content type option ignored!\n" +#~ msgstr "lp: Varning - flagga för innehÃ¥llstyp ignorerades!\n" -#, c-format -msgid "Unable to copy CUPS printer driver files (%d)!" -msgstr "Kunde inte kopiera filer för CUPS-skrivardrivrutin (%d)!" +#~ msgid "lp: Warning - mode option ignored!\n" +#~ msgstr "lp: Varning - lägesflagga ignorerades!\n" -#, c-format -msgid "Unable to install Windows 2000 printer driver files (%d)!" -msgstr "Kunde inte installera filer för Windows 2000-skrivardrivrutin (%d)!" +#~ msgid "" +#~ "lp: error - %s environment variable names non-existent destination \"%s" +#~ "\"!\n" +#~ msgstr "lp: fel - miljövariabeln %s namnger icke-existerande mÃ¥l \"%s\"!\n" -#, c-format -msgid "Unable to copy Windows 9x printer driver files (%d)!" -msgstr "Kunde inte kopiera filer för Windows 9x-skrivardrivrutin (%d)!" +#~ msgid "lp: error - no default destination available.\n" +#~ msgstr "lp: fel - inget standardmÃ¥l tillgängligt.\n" -#, c-format -msgid "Unable to install Windows 9x printer driver files (%d)!" -msgstr "Kunde inte installera filer för Windows 9x-skrivardrivrutin (%d)!" +#~ msgid "lp: error - scheduler not responding!\n" +#~ msgstr "lp: fel - schemaläggare svarar inte!\n" -msgid "No Windows printer drivers are installed!" -msgstr "Inga skrivardrivrutiner för Windows 2000 är installerade!" +#~ msgid "lp: error - unable to write to temporary file \"%s\" - %s\n" +#~ msgstr "lp: fel - kunde inte skriva till temporärfil \"%s\" - %s\n" -msgid "Warning, no Windows 2000 printer drivers are installed!" -msgstr "Varning, inga skrivardrivrutiner för Windows 2000 är installerade!" +#~ msgid "lp: restart-job failed: %s\n" +#~ msgstr "lp: restart-job misslyckades: %s\n" -#, c-format -msgid "open of %s failed: %s" -msgstr "öppnande av %s misslyckades: %s" +#~ msgid "lp: set-job-attributes failed: %s\n" +#~ msgstr "lp: set-job-attributes misslyckades: %s\n" -#, c-format -msgid "Running command: %s %s -N -A %s -c '%s'\n" -msgstr "Kör kommando: %s %s -N -A %s -c '%s'\n" +#~ msgid "lp: stdin is empty, so no job has been sent.\n" +#~ msgstr "lp: standard in är tom, sÃ¥ inga jobb har skickats.\n" -#, c-format -msgid "stat of %s failed: %s" -msgstr "status för %s misslyckades: %s" +#~ msgid "lp: unable to create temporary file \"%s\" - %s\n" +#~ msgstr "lp: kunde inte skapa temporärfil \"%s\" - %s\n" -#, c-format -msgid "Job #%d is already cancelled - can't cancel." -msgstr "Jobb #%d är redan avbrutet - kan inte avbryta." +#~ msgid "lp: unable to print file: %s\n" +#~ msgstr "lp: kunde inte skriva ut fil: %s\n" -#, c-format -msgid "Job #%d is already aborted - can't cancel." -msgstr "Jobb #%d är redan avbrutet - kan inte avbryta." +#~ msgid "lpadmin: %s failed: %s\n" +#~ msgstr "lpadmin: %s misslyckades: %s\n" -#, c-format -msgid "Job #%d is already completed - can't cancel." -msgstr "Jobb #%d är redan färdigt - kan inte avbryta." +#~ msgid "lpadmin: add-printer (set description) failed: %s\n" +#~ msgstr "lpadmin: add-printer (set description) misslyckades: %s\n" -#, c-format -msgid "You must access this page using the URL https://%s:%d%s." -msgstr "Du mÃ¥ste komma Ã¥t sidan med url:en https://%s:%d%s." +#~ msgid "lpadmin: add-printer (set location) failed: %s\n" +#~ msgstr "lpadmin: add-printer (set location) misslyckades: %s\n" -#, c-format -msgid "Unsupported format '%s'!" -msgstr "Formatet \"%s\" stöds inte!" +#~ msgid "lpadmin: add-printer (set model) failed: %s\n" +#~ msgstr "lpadmin: add-printer (set model) misslyckades: %s\n" -msgid "FAIL\n" -msgstr "FEL\n" +#~ msgid "lpinfo: cups-get-devices failed: %s\n" +#~ msgstr "lpinfo: cups-get-devices misslyckades: %s\n" -#, c-format -msgid "" -" Line %d is longer than 255 characters (%d)!\n" -" REF: Page 25, Line Length\n" -msgstr "" -" Rad %d är längre än 255 tecken (%d)!\n" -" REF: Sida 25, Line Length\n" +#~ msgid "lpinfo: cups-get-ppds failed: %s\n" +#~ msgstr "lpinfo: cups-get-ppds misslyckades: %s\n" -msgid "" -" Missing %!PS-Adobe-3.0 on first line!\n" -" REF: Page 17, 3.1 Conforming Documents\n" -msgstr "" -" Saknar %!PS-Adobe-3.0 pÃ¥ första raden!\n" -" REF: Sida 17, 3.1 Conforming Documents\n" +#~ msgid "lpmove: move-job failed: %s\n" +#~ msgstr "lpmove: move-job misslyckades: %s\n" -#, c-format -msgid "" -" Bad %%%%Pages: on line %d!\n" -" REF: Page 43, %%%%Pages:\n" -msgstr "" -" Felaktig %%%%Pages: pÃ¥ rad %d!\n" -" REF: Sida 43, %%%%Pages:\n" +#~ msgid "lpoptions: Destination %s has no PPD file!\n" +#~ msgstr "lpoptions: MÃ¥let %s har ingen PPD-fil!\n" -#, c-format -msgid "" -" Bad %%%%BoundingBox: on line %d!\n" -" REF: Page 39, %%%%BoundingBox:\n" -msgstr "" -" Felaktig %%%%BoundingBox: pÃ¥ rad %d!\n" -" REF: Sida 39, %%%%BoundingBox:\n" +#~ msgid "lpq: Unable to contact server!\n" +#~ msgstr "lpq: Kunde inte kontakta server!\n" -#, c-format -msgid "" -" Bad %%%%Page: on line %d!\n" -" REF: Page 53, %%%%Page:\n" -msgstr "" -" Felaktig %%%%Page: pÃ¥ rad %d!\n" -" REF: Sida 53, %%%%Page:\n" +#~ msgid "lpq: Unknown destination \"%s\"!\n" +#~ msgstr "lpq: Okänt mÃ¥l \"%s\"!\n" -#, c-format -msgid "" -" Missing or bad %%BoundingBox: comment!\n" -" REF: Page 39, %%BoundingBox:\n" -msgstr "" -" Saknar eller felaktig %%BoundingBox: kommentar!\n" -" REF: Sida 39, %%BoundingBox:\n" +#~ msgid "lpq: Unknown destination \"%s/%s\"!\n" +#~ msgstr "lpq: Okänt mÃ¥l \"%s/%s\"!\n" -#, c-format -msgid "" -" Missing or bad %%Pages: comment!\n" -" REF: Page 43, %%Pages:\n" -msgstr "" -" Saknar eller felaktig %%Pages: kommentar!\n" -" REF: Sida 43, %%Pages:\n" +#~ msgid "lpq: error - no default destination available.\n" +#~ msgstr "lpq: fel - inget standardmÃ¥l tillgängligt.\n" -#, c-format -msgid "" -" Missing %%EndComments comment!\n" -" REF: Page 41, %%EndComments\n" -msgstr "" -" Saknar %%EndComments-kommentar!\n" -" REF: Sida 41, %%EndComments\n" +#~ msgid "lpq: get-jobs failed: %s\n" +#~ msgstr "lpq: get-jobs misslyckades: %s\n" -#, c-format -msgid "" -" Missing or bad %%Page: comments!\n" -" REF: Page 53, %%Page:\n" -msgstr "" -" Saknar eller felaktig %%Page: kommentarer!\n" -" REF: Sida 53, %%Page:\n" +#~ msgid "lpq: get-printer-attributes failed: %s\n" +#~ msgstr "lpq: get-printer-attributes misslyckades: %s\n" -#, c-format -msgid " Too many %%EndDocument comments!\n" -msgstr " För mÃ¥nga %%EndDocument-kommentarer!\n" +#~ msgid "" +#~ "lpr: error - %s environment variable names non-existent destination \"%s" +#~ "\"!\n" +#~ msgstr "lpr: fel - miljövariabeln %s namnger icke-existerande mÃ¥l \"%s\"!\n" -#, c-format -msgid " Too many %%BeginDocument comments!\n" -msgstr " För mÃ¥nga %%BeginDocument-kommentarer!\n" +#~ msgid "lpr: error - expected copy count after -# option!\n" +#~ msgstr "lpr: fel - förväntade kopieantal efter flaggan -#!\n" -#, c-format -msgid " Saw %d lines that exceeded 255 characters!\n" -msgstr " SÃ¥g %d rader som översteg 255 tecken!\n" +#~ msgid "lpr: error - expected destination after -P option!\n" +#~ msgstr "lpr: fel - förväntade mÃ¥l efter flaggan -P!\n" -msgid "PASS\n" -msgstr "OK\n" +#~ msgid "lpr: error - expected name after -%c option!\n" +#~ msgstr "lpr: fel - förväntade namn efter flaggan -%c!\n" -msgid " Warning: file contains binary data!\n" -msgstr " Varning: filen innehÃ¥ller binärdata!\n" +#~ msgid "lpr: error - expected option=value after -o option!\n" +#~ msgstr "lpr: fel - förväntade alternativ=värde efter flaggan -o!\n" -#, c-format -msgid " Warning: obsolete DSC version %.1f in file!\n" -msgstr " Varning: förÃ¥ldrad DSC-version %.1f i fil!\n" +#~ msgid "lpr: error - expected username after -U option!\n" +#~ msgstr "lpr: fel - förväntade användarnamn efter flaggan -U!\n" -#, c-format -msgid " Warning: no %%EndComments comment in file!\n" -msgstr " Varning: ingen %%EndComments-kommentar i fil!\n" +#~ msgid "lpr: error - expected value after -%c option!\n" +#~ msgstr "lpr: fel - förväntade värde efter flaggan -%c!\n" -msgid "" -"Usage: cupstestdsc [options] filename.ps [... filename.ps]\n" -" cupstestdsc [options] -\n" -"\n" -"Options:\n" -"\n" -" -h Show program usage\n" -"\n" -" Note: this program only validates the DSC comments, not the PostScript itself.\n" -msgstr "" -"Användning: cupstestdsc [flaggor] filnamn.ps [... filnamn.ps]\n" -" cupstestdsc [flaggor] -\n" -"\n" -"Flaggor:\n" -"\n" -" -h Visa programanvändning\n" -"\n" -" Notera: detta program validerar endast DSC-kommentarer, inte själva PostScript.\n" +#~ msgid "lpr: error - no default destination available.\n" +#~ msgstr "lpr: fel - inget standardmÃ¥l tillgängligt.\n" -#, c-format -msgid "Password for %s on %s? " -msgstr "Lösenord för %s pÃ¥ %s? " +#~ msgid "lpr: error - scheduler not responding!\n" +#~ msgstr "lpr: fel - schemaläggare svarar inte!\n" -msgid "" -" **FAIL** 1284DeviceId must be 1284DeviceID!\n" -" REF: Page 72, section 5.5\n" -msgstr "" -" **FEL** 1284DeviceId mÃ¥ste vara 1284DeviceID!\n" -" REF: Sida 72, sektion 5.5\n" +#~ msgid "lpr: error - stdin is empty, so no job has been sent.\n" +#~ msgstr "lpr: fel - standard in är tom, sÃ¥ inga jobb har skickats.\n" -#, c-format -msgid "Missing value on line %d!" -msgstr "Saknar värde pÃ¥ rad %d!" +#~ msgid "lpr: error - too many files - \"%s\"\n" +#~ msgstr "lpr: fel - för mÃ¥nga filer - \"%s\"\n" -#, c-format -msgid "Missing double quote on line %d!" -msgstr "Saknar dubbla citationstecken pÃ¥ rad %d!" +#~ msgid "lpr: error - unable to access \"%s\" - %s\n" +#~ msgstr "lpr: fel - kunde inte komma Ã¥t \"%s\" - %s\n" -#, c-format -msgid "Bad option + choice on line %d!" -msgstr "Felaktigt alternativ + val pÃ¥ rad %d!" +#~ msgid "lpr: error - unable to create temporary file \"%s\" - %s\n" +#~ msgstr "lpr: fel - kunde inte skapa temporärfil \"%s\" - %s\n" -msgid "Empty PPD file!" -msgstr "Tom PPD-fil!" +#~ msgid "lpr: error - unable to print file: %s\n" +#~ msgstr "lpr: fel - kunde inte skriva ut fil: %s\n" -#, c-format -msgid "Unable to set Windows printer driver (%d)!" -msgstr "Kunde inte ställa in Windows-skrivardrivrutin (%d)!" +#~ msgid "lpr: error - unable to write to temporary file \"%s\" - %s\n" +#~ msgstr "lpr: fel - kunde inte skriva till temporärfil \"%s\" - %s\n" -#, c-format -msgid "Unable to run \"%s\": %s\n" -msgstr "Kunde inte köra \"%s\": %s\n" +#~ msgid "lpr: error - unknown option '%c'!\n" +#~ msgstr "lpr: fel - okänd flagga \"%c\"!\n" -msgid "Enter your username and password or the root username and password to access this page. If you are using Kerberos authentication, make sure you have a valid Kerberos ticket." -msgstr "Ange ditt användarnamn och lösenord eller root-användarnamnet och lösenord för att komma Ã¥t denna sida. Om du använder Kerberos-autentisering, kontrollera att du har en giltig Kerberos-biljett." +#~ msgid "" +#~ "lpr: warning - '%c' format modifier not supported - output may not be " +#~ "correct!\n" +#~ msgstr "" +#~ "lpr: varning - \"%c\"-formatmodifierare stöds inte - utmatning kanske " +#~ "inte blir korrekt!\n" -#, c-format -msgid "Job #%d is already canceled - can't cancel." -msgstr "Jobb #%d är redan avbrutet - kan inte avbryta." +#~ msgid "lpr: warning - email notification is not currently supported!\n" +#~ msgstr "lpr: varning - e-postnotifiering stöds inte för närvarande!\n" -#, c-format -msgid "Bad notify-recipient URI \"%s\"!" -msgstr "Felaktig URI för notify-recipient \"%s\"!" +#~ msgid "lprm: Job or printer not found!\n" +#~ msgstr "lprm: Jobb eller skrivare hittades inte!\n" -#, c-format -msgid "notify-recipient URI \"%s\" uses unknown scheme!" -msgstr "URI för notify-recipient \"%s\" använder okänt schema!" +#~ msgid "lprm: Not authorized to lprm job(s)!\n" +#~ msgstr "lprm: Inte behörig att ta bort jobb!\n" -#, c-format -msgid "Bad notify-pull-method \"%s\"!" -msgstr "Felaktig notify-pull-method \"%s\"!" +#~ msgid "lprm: Unable to cancel job(s)!\n" +#~ msgstr "lprm: Kunde inte avbryta jobb!\n" -#, c-format -msgid "" -" **FAIL** %s must be 1284DeviceID!\n" -" REF: Page 72, section 5.5\n" -msgstr "" -" **FEL** %s mÃ¥ste vara 1284DeviceID!\n" -" REF: Sida 72, sektion 5.5\n" +#~ msgid "lprm: Unable to lprm job(s)!\n" +#~ msgstr "lprm: Kunde inte ta bort jobb!\n" -#, c-format -msgid " %d ERRORS FOUND\n" -msgstr " %d FEL HITTADES\n" +#~ msgid "lprm: Unknown destination \"%s\"!\n" +#~ msgstr "lprm: Okänt mÃ¥l \"%s\"!\n" -#, c-format -msgid "lpoptions: Unable to get PPD file for %s: %s\n" -msgstr "lpoptions: Kunde inte hämta PPD-fil för %s: %s\n" +#~ msgid "lprm: Unknown option '%c'!\n" +#~ msgstr "lprm: Okänd flagga \"%c\"!\n" + +#~ msgid "lprm: You don't own job ID %d!\n" +#~ msgstr "lprm: Du äger inte jobb-id %d!\n" + +#~ msgid "lpstat: Invalid destination name in list \"%s\"!\n" +#~ msgstr "lpstat: Ogiltigt mÃ¥lnamn i listan \"%s\"!\n" + +#~ msgid "lpstat: Need \"completed\" or \"not-completed\" after -W!\n" +#~ msgstr "lpstat: Behöver \"completed\" eller \"not-completed\" efter -W!\n" + +#~ msgid "" +#~ "lpstat: Need \"completed\", \"not-completed\", or \"all\" after -W!\n" +#~ msgstr "" +#~ "lpstat: Behöver \"completed\", \"not-completed\" eller \"all\" efter -W!\n" + +#~ msgid "lpstat: The -b option requires a destination argument.\n" +#~ msgstr "lpstat: Flaggan -b kräver ett mÃ¥largument.\n" + +#~ msgid "lpstat: Unable to connect to server %s on port %d: %s\n" +#~ msgstr "lpstat: Kunde inte ansluta till server %s pÃ¥ port %d: %s\n" + +#~ msgid "lpstat: Unknown destination \"%s\"!\n" +#~ msgstr "lpstat: Okänt mÃ¥l \"%s\"!\n" + +#~ msgid "lpstat: Unknown option '%c'!\n" +#~ msgstr "lpstat: Okänd flagga \"%c\"!\n" + +#~ msgid "lpstat: get-classes failed: %s\n" +#~ msgstr "lpstat: get-classes misslyckades: %s\n" + +#~ msgid "lpstat: get-jobs failed: %s\n" +#~ msgstr "lpstat: get-jobs misslyckades: %s\n" + +#~ msgid "lpstat: get-printers failed: %s\n" +#~ msgstr "lpstat: get-printers misslyckades: %s\n" +#~ msgid "notify-recipient URI \"%s\" uses unknown scheme!" +#~ msgstr "URI för notify-recipient \"%s\" använder okänt schema!" diff --git a/packaging/cups.list.in b/packaging/cups.list.in index 48d2479dd..2b6ced2b5 100644 --- a/packaging/cups.list.in +++ b/packaging/cups.list.in @@ -1,5 +1,5 @@ # -# "$Id: cups.list.in 6332 2007-03-12 16:08:51Z mike $" +# "$Id: cups.list.in 6431 2007-04-02 14:31:49Z mike $" # # ESP Package Manager (EPM) file list for the Common UNIX Printing # System (CUPS). @@ -116,6 +116,9 @@ %subpackage fr %description French support +%subpackage he +%description Hebrew support + %subpackage it %description Italian support @@ -367,6 +370,8 @@ f 0644 root sys $LOCALEDIR/es/cups_es.po locale/cups_es.po f 0644 root sys $LOCALEDIR/et/cups_et.po locale/cups_et.po %subpackage fr f 0644 root sys $LOCALEDIR/fr/cups_fr.po locale/cups_fr.po +%subpackage he +f 0644 root sys $LOCALEDIR/he/cups_he.po locale/cups_he.po %subpackage it f 0644 root sys $LOCALEDIR/it/cups_it.po locale/cups_it.po %subpackage ja @@ -444,6 +449,9 @@ f 0644 root sys $DATADIR/templates/et templates/et/*.tmpl %subpackage fr d 0755 root sys $DATADIR/templates/fr f 0644 root sys $DATADIR/templates/fr templates/fr/*.tmpl +%subpackage he +d 0755 root sys $DATADIR/templates/he +f 0644 root sys $DATADIR/templates/he templates/he/*.tmpl %subpackage it d 0755 root sys $DATADIR/templates/it f 0644 root sys $DATADIR/templates/it templates/it/*.tmpl @@ -546,6 +554,12 @@ d 0755 root sys $DOCDIR/fr f 0644 root sys $DOCDIR/fr doc/fr/*.html d 0755 root sys $DOCDIR/fr/images - f 0644 root sys $DOCDIR/fr/images doc/fr/images/*.gif +%subpackage he +d 0755 root sys $DOCDIR/he +f 0644 root sys $DOCDIR/he doc/he/*.html +f 0644 root sys $DOCDIR/he/cups.css doc/he/cups.css +d 0755 root sys $DOCDIR/he/images - +f 0644 root sys $DOCDIR/he/images doc/he/images/*.gif %subpackage it d 0755 root sys $DOCDIR/it f 0644 root sys $DOCDIR/it doc/it/*.html @@ -643,5 +657,5 @@ f 0644 root sys $XINETD/cups-lpd init/cups-lpd %subpackage # -# End of "$Id: cups.list.in 6332 2007-03-12 16:08:51Z mike $". +# End of "$Id: cups.list.in 6431 2007-04-02 14:31:49Z mike $". # diff --git a/packaging/cups.spec.in b/packaging/cups.spec.in index a63e725bd..a696ea5ec 100644 --- a/packaging/cups.spec.in +++ b/packaging/cups.spec.in @@ -1,5 +1,5 @@ # -# "$Id: cups.spec.in 6300 2007-02-22 04:46:59Z mike $" +# "$Id: cups.spec.in 6431 2007-04-02 14:31:49Z mike $" # # RPM "spec" file for the Common UNIX Printing System (CUPS). # @@ -96,6 +96,11 @@ Summary: Common UNIX Printing System - French support Group: System Environment/Daemons Requires: %{name} = %{epoch}:%{version} +%package he +Summary: Common UNIX Printing System - Hebrew support +Group: System Environment/Daemons +Requires: %{name} = %{epoch}:%{version} + %package it Summary: Common UNIX Printing System - Italian support Group: System Environment/Daemons @@ -158,6 +163,10 @@ UNIX The Common UNIX Printing System provides a portable printing layer for UNIX® operating systems. This package provides French support. +%description he +The Common UNIX Printing System provides a portable printing layer for +UNIX® operating systems. This package provides Hebrew support. + %description it The Common UNIX Printing System provides a portable printing layer for UNIX® operating systems. This package provides Italian support. @@ -450,6 +459,17 @@ rm -rf $RPM_BUILD_ROOT /usr/share/cups/templates/fr/* /usr/share/locale/fr/cups_fr.po +%files he +%defattr(-,root,root) +%dir /usr/share/doc/cups/he +/usr/share/doc/cups/he/index.html +/usr/share/doc/cups/he/cups.css +%dir /usr/share/doc/cups/he/images +/usr/share/doc/cups/he/images/* +%dir /usr/share/cups/templates/he +/usr/share/cups/templates/he/* +/usr/share/locale/he/cups_he.po + %files it %defattr(-,root,root) %dir /usr/share/doc/cups/it @@ -498,5 +518,5 @@ rm -rf $RPM_BUILD_ROOT # -# End of "$Id: cups.spec.in 6300 2007-02-22 04:46:59Z mike $". +# End of "$Id: cups.spec.in 6431 2007-04-02 14:31:49Z mike $". # diff --git a/pdftops/pdftops.cxx b/pdftops/pdftops.cxx index cb3b55e4c..fcd5ce4bb 100644 --- a/pdftops/pdftops.cxx +++ b/pdftops/pdftops.cxx @@ -1,5 +1,5 @@ // -// "$Id: pdftops.cxx 6324 2007-03-11 02:09:46Z mike $" +// "$Id: pdftops.cxx 6421 2007-03-30 20:02:19Z mike $" // // PDF to PostScript filter front-end for the Common UNIX Printing // System (CUPS). @@ -35,6 +35,7 @@ #include #include #include +#include #include "parseargs.h" #include "GString.h" #include "gmem.h" @@ -92,14 +93,15 @@ main(int argc, // I - Number of command-line args // Make sure we have the right number of arguments for CUPS! if (argc < 6 || argc > 7) { - fputs("Usage: pdftops job user title copies options [filename]\n", stderr); + fprintf(stderr, _("Usage: %s job user title copies options [filename]\n"), + argv[0]); return (1); } // Copy stdin if needed... if (argc == 6) { if ((fd = cupsTempFd(tempfile, sizeof(tempfile))) < 0) { - perror("ERROR: Unable to copy PDF file"); + perror(_("ERROR: Unable to copy PDF file")); return (1); } @@ -348,5 +350,5 @@ main(int argc, // I - Number of command-line args // -// End of "$Id: pdftops.cxx 6324 2007-03-11 02:09:46Z mike $". +// End of "$Id: pdftops.cxx 6421 2007-03-30 20:02:19Z mike $". // diff --git a/scheduler/classes.c b/scheduler/classes.c index 63a818bfd..6e1080005 100644 --- a/scheduler/classes.c +++ b/scheduler/classes.c @@ -1,5 +1,5 @@ /* - * "$Id: classes.c 6318 2007-03-06 04:36:55Z mike $" + * "$Id: classes.c 6423 2007-04-02 13:05:19Z mike $" * * Printer class routines for the Common UNIX Printing System (CUPS). * @@ -265,6 +265,14 @@ cupsdFindAvailablePrinter( return (NULL); } + /* + * Make sure that the last printer is also a valid index into the printer + * array. If not, reset the last printer to 0... + */ + + if (c->last_printer >= c->num_printers) + c->last_printer = 0; + /* * Loop through the printers in the class and return the first idle * printer... We keep track of the last printer that we used so that @@ -674,7 +682,20 @@ cupsdLoadAllClasses(void) else if (!strcasecmp(line, "OpPolicy")) { if (value) - cupsdSetString(&p->op_policy, value); + { + cupsd_policy_t *pol; /* Policy */ + + + if ((pol = cupsdFindPolicy(value)) != NULL) + { + cupsdSetString(&p->op_policy, value); + p->op_policy_ptr = pol; + } + else + cupsdLogMessage(CUPSD_LOG_ERROR, + "Bad policy \"%s\" on line %d of classes.conf", + value, linenum); + } else { cupsdLogMessage(CUPSD_LOG_ERROR, @@ -924,5 +945,5 @@ cupsdUpdateImplicitClasses(void) /* - * End of "$Id: classes.c 6318 2007-03-06 04:36:55Z mike $". + * End of "$Id: classes.c 6423 2007-04-02 13:05:19Z mike $". */ diff --git a/scheduler/conf.c b/scheduler/conf.c index 04a58bd4d..8c12d6322 100644 --- a/scheduler/conf.c +++ b/scheduler/conf.c @@ -1,5 +1,5 @@ /* - * "$Id: conf.c 6365 2007-03-19 20:56:57Z mike $" + * "$Id: conf.c 6409 2007-03-28 18:02:59Z mike $" * * Configuration routines for the Common UNIX Printing System (CUPS). * @@ -1165,7 +1165,7 @@ check_permissions(const char *filename, /* I - File/directory name */ { if (errno == ENOENT && create_dir) { - cupsdLogMessage(CUPSD_LOG_ERROR, "Creating missing directory \"%s\"", + cupsdLogMessage(CUPSD_LOG_DEBUG, "Creating missing directory \"%s\"", filename); if (mkdir(filename, mode)) @@ -1204,9 +1204,9 @@ check_permissions(const char *filename, /* I - File/directory name */ if (dir_created || fileinfo.st_uid != user || fileinfo.st_gid != group) { - cupsdLogMessage(CUPSD_LOG_WARN, "Repairing ownership of \"%s\"", filename); + cupsdLogMessage(CUPSD_LOG_DEBUG, "Repairing ownership of \"%s\"", filename); - if (chown(filename, user, group)) + if (chown(filename, user, group) && !getuid()) { cupsdLogMessage(CUPSD_LOG_ERROR, "Unable to change ownership of \"%s\" - %s", filename, @@ -1217,7 +1217,8 @@ check_permissions(const char *filename, /* I - File/directory name */ if (dir_created || (fileinfo.st_mode & 07777) != mode) { - cupsdLogMessage(CUPSD_LOG_WARN, "Repairing access permissions of \"%s\"", filename); + cupsdLogMessage(CUPSD_LOG_DEBUG, "Repairing access permissions of \"%s\"", + filename); if (chmod(filename, mode)) { @@ -3348,5 +3349,5 @@ read_policy(cups_file_t *fp, /* I - Configuration file */ /* - * End of "$Id: conf.c 6365 2007-03-19 20:56:57Z mike $". + * End of "$Id: conf.c 6409 2007-03-28 18:02:59Z mike $". */ diff --git a/scheduler/job.c b/scheduler/job.c index aa94e5b00..caa318079 100644 --- a/scheduler/job.c +++ b/scheduler/job.c @@ -1,5 +1,5 @@ /* - * "$Id: job.c 6399 2007-03-26 14:27:48Z mike $" + * "$Id: job.c 6424 2007-04-02 13:09:06Z mike $" * * Job management routines for the Common UNIX Printing System (CUPS). * @@ -202,12 +202,11 @@ cupsdCancelJob(cupsd_job_t *job, /* I - Job to cancel */ case IPP_JOB_COMPLETED : /* - * Clear the printer's state_message and state_reasons and move on... + * Clear the printer's printer-state-message and move on... */ printer->state_message[0] = '\0'; - cupsdSetPrinterReasons(printer, ""); cupsdSetPrinterState(printer, IPP_PRINTER_IDLE, 0); cupsdAddEvent(CUPSD_EVENT_JOB_COMPLETED, printer, job, @@ -376,11 +375,12 @@ cupsdCheckJobs(void) pclass = printer; - if (!(pclass->type & CUPS_PRINTER_REMOTE) && - pclass->state != IPP_PRINTER_STOPPED) - printer = cupsdFindAvailablePrinter(job->dest); - else + if (pclass->state == IPP_PRINTER_STOPPED) printer = NULL; + else if (pclass->type & CUPS_PRINTER_REMOTE) + break; + else + printer = cupsdFindAvailablePrinter(printer->name); } if (!printer && !pclass) @@ -3536,5 +3536,5 @@ update_job(cupsd_job_t *job) /* I - Job to check */ /* - * End of "$Id: job.c 6399 2007-03-26 14:27:48Z mike $". + * End of "$Id: job.c 6424 2007-04-02 13:09:06Z mike $". */ diff --git a/scheduler/printers.c b/scheduler/printers.c index 9d10c837e..831d6008d 100644 --- a/scheduler/printers.c +++ b/scheduler/printers.c @@ -1,5 +1,5 @@ /* - * "$Id: printers.c 6383 2007-03-21 20:01:20Z mike $" + * "$Id: printers.c 6429 2007-04-02 13:44:52Z mike $" * * Printer routines for the Common UNIX Printing System (CUPS). * @@ -1194,7 +1194,20 @@ cupsdLoadAllPrinters(void) else if (!strcasecmp(line, "OpPolicy")) { if (value) - cupsdSetString(&p->op_policy, value); + { + cupsd_policy_t *pol; /* Policy */ + + + if ((pol = cupsdFindPolicy(value)) != NULL) + { + cupsdSetString(&p->op_policy, value); + p->op_policy_ptr = pol; + } + else + cupsdLogMessage(CUPSD_LOG_ERROR, + "Bad policy \"%s\" on line %d of printers.conf", + value, linenum); + } else { cupsdLogMessage(CUPSD_LOG_ERROR, @@ -2504,6 +2517,9 @@ cupsdSetPrinterReasons( (p->num_reasons - i) * sizeof(char *)); i --; + + if (!strcmp(reason, "paused") && p->state == IPP_PRINTER_STOPPED) + cupsdSetPrinterState(p, IPP_PRINTER_IDLE, 1); } } else if (p->num_reasons < (int)(sizeof(p->reasons) / sizeof(p->reasons[0]))) @@ -2520,6 +2536,9 @@ cupsdSetPrinterReasons( { p->reasons[i] = strdup(reason); p->num_reasons ++; + + if (!strcmp(reason, "paused") && p->state != IPP_PRINTER_STOPPED) + cupsdSetPrinterState(p, IPP_PRINTER_STOPPED, 1); } } } @@ -3686,5 +3705,5 @@ write_irix_state(cupsd_printer_t *p) /* I - Printer to update */ /* - * End of "$Id: printers.c 6383 2007-03-21 20:01:20Z mike $". + * End of "$Id: printers.c 6429 2007-04-02 13:44:52Z mike $". */ diff --git a/scheduler/select.c b/scheduler/select.c index 960b0a37d..0e3b13813 100644 --- a/scheduler/select.c +++ b/scheduler/select.c @@ -1,5 +1,5 @@ /* - * "$Id: select.c 6376 2007-03-21 06:39:10Z mike $" + * "$Id: select.c 6428 2007-04-02 13:38:11Z mike $" * * Select abstraction functions for the Common UNIX Printing System (CUPS). * @@ -91,16 +91,17 @@ * * 0. Common Stuff * a. CUPS array of file descriptor to callback functions - * and data. - * b. cupsdStartSelect() creates the array - * c. cupsdStopSelect() destroys the array and all elements. + * and data + temporary array of removed fd's. + * b. cupsdStartSelect() creates the arrays + * c. cupsdStopSelect() destroys the arrays and all elements. * d. cupsdAddSelect() adds to the array and allocates a * new callback element. - * e. cupsdRemoveSelect() removes from the array and frees - * the callback element. + * e. cupsdRemoveSelect() removes from the active array and + * adds to the inactive array. * f. _cupsd_fd_t provides a reference-counted structure for * tracking file descriptors that are monitored. - * + * g. cupsdDoSelect() frees all inactive FDs. + * * 1. select() O(n) * a. Input/Output fd_set variables, copied to working * copies and then used with select(). @@ -217,6 +218,10 @@ typedef struct _cupsd_fd_s */ static cups_array_t *cupsd_fds = NULL; +#if defined(HAVE_EPOLL) || defined(HAVE_KQUEUE) +static cups_array_t *cupsd_inactive_fds = NULL; +static int cupsd_in_select = 0; +#endif /* HAVE_EPOLL || HAVE_KQUEUE */ #ifdef HAVE_EPOLL static int cupsd_epoll_fd = -1; @@ -432,6 +437,8 @@ cupsdDoSelect(long timeout) /* I - Timeout in seconds */ "cupsdDoSelect: polling %d fds for %ld seconds...", cupsArrayCount(cupsd_fds), timeout); + cupsd_in_select = 1; + if (timeout >= 0 && timeout < 86400) nfds = epoll_wait(cupsd_epoll_fd, cupsd_epoll_events, MaxFDs, timeout * 1000); @@ -445,6 +452,9 @@ cupsdDoSelect(long timeout) /* I - Timeout in seconds */ { fdptr = (_cupsd_fd_t *)event->data.ptr; + if (cupsArrayFind(cupsd_inactive_fds, fdptr)) + continue; + retain_fd(fdptr); if (fdptr->read_cb && (event->events & (EPOLLIN | EPOLLERR | EPOLLHUP))) @@ -474,6 +484,8 @@ cupsdDoSelect(long timeout) /* I - Timeout in seconds */ "cupsdDoSelect: polling %d fds for %ld seconds...", cupsArrayCount(cupsd_fds), timeout); + cupsd_in_select = 1; + if (timeout >= 0 && timeout < 86400) { ktimeout.tv_sec = timeout; @@ -495,6 +507,9 @@ cupsdDoSelect(long timeout) /* I - Timeout in seconds */ { fdptr = (_cupsd_fd_t *)event->udata; + if (cupsArrayFind(cupsd_inactive_fds, fdptr)) + continue; + cupsdLogMessage(CUPSD_LOG_DEBUG2, "event->filter=%d, event->ident=%d", event->filter, (int)event->ident); @@ -702,6 +717,22 @@ cupsdDoSelect(long timeout) /* I - Timeout in seconds */ #endif /* HAVE_EPOLL */ +#if defined(HAVE_EPOLL) || defined(HAVE_KQUEUE) + /* + * Release all inactive file descriptors... + */ + + cupsd_in_select = 0; + + for (fdptr = (_cupsd_fd_t *)cupsArrayFirst(cupsd_inactive_fds); + fdptr; + fdptr = (_cupsd_fd_t *)cupsArrayNext(cupsd_inactive_fds)) + { + cupsArrayRemove(cupsd_inactive_fds, fdptr); + release_fd(fdptr); + } +#endif /* HAVE_EPOLL || HAVE_KQUEUE */ + /* * Return the number of file descriptors handled... */ @@ -810,10 +841,18 @@ cupsdRemoveSelect(int fd) /* I - File descriptor */ #endif /* HAVE_EPOLL */ /* - * Remove the file descriptor for from the FD array... + * Remove the file descriptor from the active array and add to the + * inactive array (or release, if we don't need the inactive array...) */ cupsArrayRemove(cupsd_fds, fdptr); + +#if defined(HAVE_EPOLL) || defined(HAVE_KQUEUE) + if (cupsd_in_select) + cupsArrayAdd(cupsd_inactive_fds, fdptr); + else +#endif /* HAVE_EPOLL || HAVE_KQUEUE */ + release_fd(fdptr); } @@ -827,6 +866,10 @@ cupsdStartSelect(void) { cupsd_fds = cupsArrayNew((cups_array_func_t)compare_fds, NULL); +#if defined(HAVE_EPOLL) || defined(HAVE_KQUEUE) + cupsd_inactive_fds = cupsArrayNew((cups_array_func_t)compare_fds, NULL); +#endif /* HAVE_EPOLL || HAVE_KQUEUE */ + #ifdef HAVE_EPOLL cupsd_epoll_fd = epoll_create(MaxFDs); cupsd_epoll_events = calloc(MaxFDs, sizeof(struct epoll_event)); @@ -864,6 +907,11 @@ cupsdStopSelect(void) cupsArrayDelete(cupsd_fds); cupsd_fds = NULL; +#if defined(HAVE_EPOLL) || defined(HAVE_KQUEUE) + cupsArrayDelete(cupsd_inactive_fds); + cupsd_inactive_fds = NULL; +#endif /* HAVE_EPOLL || HAVE_KQUEUE */ + #ifdef HAVE_EPOLL if (cupsd_epoll_events) { @@ -944,5 +992,5 @@ find_fd(int fd) /* I - File descriptor */ /* - * End of "$Id: select.c 6376 2007-03-21 06:39:10Z mike $". + * End of "$Id: select.c 6428 2007-04-02 13:38:11Z mike $". */ diff --git a/systemv/cupstestppd.c b/systemv/cupstestppd.c index 068a4b81b..474ad02b2 100644 --- a/systemv/cupstestppd.c +++ b/systemv/cupstestppd.c @@ -1,5 +1,5 @@ /* - * "$Id: cupstestppd.c 6322 2007-03-08 19:25:26Z mike $" + * "$Id: cupstestppd.c 6430 2007-04-02 14:01:55Z mike $" * * PPD test program for the Common UNIX Printing System (CUPS). * @@ -1010,16 +1010,22 @@ main(int argc, /* I - Number of command-line arguments */ * This file contains localizations, check them... */ - char *languages, /* Copy of attribute value */ - *langstart, /* Start of current language */ - *langptr, /* Pointer into languages */ - keyword[PPD_MAX_NAME], /* Localization keyword */ - ckeyword[PPD_MAX_NAME]; /* Custom option keyword */ + char *languages, /* Copy of attribute value */ + *langstart, /* Start of current language */ + *langptr, /* Pointer into languages */ + keyword[PPD_MAX_NAME], + /* Localization keyword */ + ckeyword[PPD_MAX_NAME]; + /* Custom option keyword */ ppd_coption_t *coption; /* Custom option */ ppd_cparam_t *cparam; /* Custom parameter */ + cups_array_t *langlist; /* List of languages so far */ + char ll[3]; /* Base language */ languages = strdup(attr->value); + langlist = cupsArrayNew((cups_array_func_t)strcmp, NULL); + for (langptr = languages; *langptr;) { /* @@ -1060,6 +1066,8 @@ main(int argc, /* I - Number of command-line arguments */ continue; } + cupsArrayAdd(langlist, langstart); + /* * Loop through all options and choices... */ @@ -1132,24 +1140,8 @@ main(int argc, /* I - Number of command-line arguments */ snprintf(ckeyword, sizeof(ckeyword), "%s.Custom%s", langstart, option->keyword); - if ((attr = ppdFindAttr(ppd, ckeyword, "True")) == NULL) - { - if (verbose >= 0) - { - if (!errors && !verbose) - _cupsLangPuts(stdout, _(" FAIL\n")); - - _cupsLangPrintf(stdout, - _(" **FAIL** Missing \"%s\" " - "translation string for option %s, " - "choice %s!\n"), - langstart, ckeyword + 1 + strlen(langstart), - "True"); - } - - errors ++; - } - else if (!valid_utf8(attr->text)) + if ((attr = ppdFindAttr(ppd, ckeyword, "True")) != NULL && + !valid_utf8(attr->text)) { if (verbose >= 0) { @@ -1273,6 +1265,48 @@ main(int argc, /* I - Number of command-line arguments */ } } } + + /* + * Verify that we have the base language for each localized one... + */ + + for (langptr = (char *)cupsArrayFirst(langlist); + langptr; + langptr = (char *)cupsArrayNext(langlist)) + if (langptr[2]) + { + /* + * Lookup the base language... + */ + + cupsArraySave(langlist); + + strlcpy(ll, langptr, sizeof(ll)); + + if (!cupsArrayFind(langlist, ll)) + { + if (verbose >= 0) + { + if (!errors && !verbose) + _cupsLangPuts(stdout, _(" FAIL\n")); + + _cupsLangPrintf(stdout, + _(" **FAIL** No base translation \"%s\" " + "is included in file!\n"), ll); + } + + errors ++; + } + + cupsArrayRestore(langlist); + } + + /* + * Free memory used for the languages... + */ + + cupsArrayDelete(langlist); + free(languages); } for (attr = ppdFindAttr(ppd, "cupsFilter", NULL); @@ -1933,5 +1967,5 @@ valid_utf8(const char *s) /* I - String to check */ /* - * End of "$Id: cupstestppd.c 6322 2007-03-08 19:25:26Z mike $". + * End of "$Id: cupstestppd.c 6430 2007-04-02 14:01:55Z mike $". */ diff --git a/templates/he/add-class.tmpl b/templates/he/add-class.tmpl new file mode 100644 index 000000000..1c6b72a41 --- /dev/null +++ b/templates/he/add-class.tmpl @@ -0,0 +1,33 @@ +
+ + +

הוסף מחלקה

+ + + + + + + + + + + + + + + + + + + + + + +
שם:
מיקום:
תיאור:
חברים: + +
+ +
diff --git a/templates/he/add-printer.tmpl b/templates/he/add-printer.tmpl new file mode 100644 index 000000000..924dfeb9b --- /dev/null +++ b/templates/he/add-printer.tmpl @@ -0,0 +1,28 @@ +
+ + +

הוסף מדפסת חדשה

+ + + + + + + + + + + + + + + + + + +
שם:
+(יכול להכיל כל תו דפיס למעט "/", "#", ורווח)
מיקום:
+(מיקום במלל חופשי כגון "חדר 1")
תיאור:
+(תיאור במלל חופשי כגון "HP LaserJet עם יחידת הדפסה דו-צידית")
+ +
diff --git a/templates/he/admin.tmpl b/templates/he/admin.tmpl new file mode 100644 index 000000000..991d2ea6a --- /dev/null +++ b/templates/he/admin.tmpl @@ -0,0 +1,77 @@ + + +
+ +

מדפסות

+ +

+הוסף מדפסת + +{have_samba?ייצא מדפסות ל Samba:} +

+ +{#device_uri=0?:

מדפסות חדשות נמצאו:

    {[device_uri] +
  • הוסף מדפסת זו +{device_make_and_model} ({device_info})
  • +}
} + +

מחלקות

+ +

+ + +

+ +

עבודות

+ +

+נהל עבודות +

+ +
      + +

שרת

+ +

+ערוך קובץ הגדרות +צפה בלוג גישה +צפה בלוג שגיאות +צפה בלוג דפים +

+ +{SETTINGS_ERROR?

{SETTINGS_MESSAGE}

+
{SETTINGS_ERROR}
: + +
+ +

הגדרות שרת בסיסיות:

+ +

+ הצג מדפסות משותפות במערכות אחרות
+ שתף מדפסות מפורסמות המותקנות במערכת זו
+ אפשר ניהול מרוחק
+ אפשר למשתמשים לבטל כל עבודה שהיא (לא רק שלהם)
+ שמור נתוני ניפוי שגיאות (debug) לצורך פתרון תקלות

+ +

+ +
} + +
diff --git a/templates/he/choose-device.tmpl b/templates/he/choose-device.tmpl new file mode 100644 index 000000000..63c70e189 --- /dev/null +++ b/templates/he/choose-device.tmpl @@ -0,0 +1,26 @@ +
+ + + + + + +

התקן עבור {printer_name}

+ + + + + + + + + + +
התקן: + +
+ +
diff --git a/templates/he/choose-make.tmpl b/templates/he/choose-make.tmpl new file mode 100644 index 000000000..88b9ea3c5 --- /dev/null +++ b/templates/he/choose-make.tmpl @@ -0,0 +1,42 @@ +
+ + + + + + + + + + +

סוג/יצרן עבור {printer_name}

+ + + + + + + + + + + + + + + + + + + + + + +
סוג: + +
 
או ספק קובץ PPD:
+ +
diff --git a/templates/he/choose-model.tmpl b/templates/he/choose-model.tmpl new file mode 100644 index 000000000..b7fa4ee57 --- /dev/null +++ b/templates/he/choose-model.tmpl @@ -0,0 +1,34 @@ +
+ + + + + + + + + + +

דגם/מנהל-התקן עבור {printer_name}

+ + + + + + + + + + + + + + +
דגם: + +
או ספק קובץ PPD:
+ +
diff --git a/templates/he/choose-serial.tmpl b/templates/he/choose-serial.tmpl new file mode 100644 index 000000000..aefce4752 --- /dev/null +++ b/templates/he/choose-serial.tmpl @@ -0,0 +1,47 @@ +
+ + + + + + +

הגדרות פתחה (Port) טורית עבור {printer_name}

+ + + + + + + + + + + + + + + + + + + + + + +
קצב שידור:
סיבית בדיקת זוגיות:
סיביות נתונים:
בקרת זרימה:
+ +
diff --git a/templates/he/choose-uri.tmpl b/templates/he/choose-uri.tmpl new file mode 100644 index 000000000..1c74957a5 --- /dev/null +++ b/templates/he/choose-uri.tmpl @@ -0,0 +1,42 @@ +
+ + + + + + +

URI של ההתקן עבור {printer_name}

+ + + + + + + + + + + + + + +
URI של ההתקן:
דוגמאות: +
+    http://hostname:631/ipp/
+    http://hostname:631/ipp/port1
+
+    ipp://hostname/ipp/
+    ipp://hostname/ipp/port1
+
+    lpd://hostname/queue
+
+    socket://hostname
+    socket://hostname:9100
+
+ +

ראה "מדפסות רשת" +עבור ה URI המתאים להגדרת המדפסת שלך.

+ +
+ +
diff --git a/templates/he/class-added.tmpl b/templates/he/class-added.tmpl new file mode 100644 index 000000000..40d173522 --- /dev/null +++ b/templates/he/class-added.tmpl @@ -0,0 +1 @@ +

מחלקה {printer_name} הוספה בהצלחה. diff --git a/templates/he/class-confirm.tmpl b/templates/he/class-confirm.tmpl new file mode 100644 index 000000000..760e37543 --- /dev/null +++ b/templates/he/class-confirm.tmpl @@ -0,0 +1,6 @@ +

אזהרה: האם את/ה בטוח/ה שאת/ה רוצה למחוק את המחלקה {printer_name}?

+ +

מחק מחלקה

diff --git a/templates/he/class-deleted.tmpl b/templates/he/class-deleted.tmpl new file mode 100644 index 000000000..49e0d085b --- /dev/null +++ b/templates/he/class-deleted.tmpl @@ -0,0 +1 @@ +

מחלקה {printer_name} נמחקה בהצלחה. diff --git a/templates/he/class-jobs-header.tmpl b/templates/he/class-jobs-header.tmpl new file mode 100644 index 000000000..e880919b6 --- /dev/null +++ b/templates/he/class-jobs-header.tmpl @@ -0,0 +1 @@ +

עבודות

diff --git a/templates/he/class-modified.tmpl b/templates/he/class-modified.tmpl new file mode 100644 index 000000000..8b44c8c57 --- /dev/null +++ b/templates/he/class-modified.tmpl @@ -0,0 +1 @@ +

מחלקה {printer_name} שונתה בהצלחה.

diff --git a/templates/he/classes-header.tmpl b/templates/he/classes-header.tmpl new file mode 100644 index 000000000..5a59a9246 --- /dev/null +++ b/templates/he/classes-header.tmpl @@ -0,0 +1 @@ +

{total=0?אין מחלקות:מציג {#printer_name} מתוך {total} מחלק{total=1?ה:ות}}.

diff --git a/templates/he/classes.tmpl b/templates/he/classes.tmpl new file mode 100644 index 000000000..1c70235cc --- /dev/null +++ b/templates/he/classes.tmpl @@ -0,0 +1,54 @@ +{#printer_name=0?: +{[printer_name] +

{printer_name}{default_name={printer_name}? (מדפסת ברירת מחדל):} +{?printer_state_message=?:"{printer_state_message}"}

+ + + + + + +
+תיאור: {printer_info}
+מיקום: {printer_location}
+מצב מחלקה: {printer_state=3?פנויה:{printer_state=4?מעבדת עבודה:עצורה}}, +{printer_is_accepting_jobs=0?דוחה עבודות:מקבלת עבודות}, {printer_is_shared=0?לא:} מפורסמת. +{?member_uris=?:
חברים: {member_uris}} + +

+ +הדפס עמוד ניסיון +{printer_state=5? + +הפעל מחלקה +: + +עצור מחלקה +} +{printer_is_accepting_jobs=0? + +קבל עבודות +: + +דחה עבודות +} + +בטל כל העבודות +{printer_is_shared=0? + +פרסם מדפסת +: + +בטל פרסום מדפסת +} + +שנה מחלקה + +מחק מחלקה + +קבע כברירת מחדל + +קבע משתמשים מורשים +

+
+}} diff --git a/templates/he/edit-config.tmpl.in b/templates/he/edit-config.tmpl.in new file mode 100644 index 000000000..cdc0a33b1 --- /dev/null +++ b/templates/he/edit-config.tmpl.in @@ -0,0 +1,91 @@ + + +

קובץ הגדרות של השרת

+ +
+ + + + + +

+ +
diff --git a/templates/he/error-op.tmpl b/templates/he/error-op.tmpl new file mode 100644 index 000000000..800709e9f --- /dev/null +++ b/templates/he/error-op.tmpl @@ -0,0 +1,3 @@ +

שגיאה:

+ +
פעולה לא מוכרת: "{op}"!
diff --git a/templates/he/error.tmpl b/templates/he/error.tmpl new file mode 100644 index 000000000..c6a3e5523 --- /dev/null +++ b/templates/he/error.tmpl @@ -0,0 +1,3 @@ +

{?message?{message}:שגיאה:}

+ +
{error}
diff --git a/templates/he/header.tmpl.in b/templates/he/header.tmpl.in new file mode 100644 index 000000000..f5f78f3e7 --- /dev/null +++ b/templates/he/header.tmpl.in @@ -0,0 +1,63 @@ + + + + + {title} - CUPS @CUPS_VERSION@@CUPS_REVISION@ + + + + {refresh_page?:} + + + + + + + + + + + + + + + + + + diff --git a/templates/he/option-conflict.tmpl b/templates/he/option-conflict.tmpl new file mode 100644 index 000000000..4faac2b9c --- /dev/null +++ b/templates/he/option-conflict.tmpl @@ -0,0 +1,7 @@ +

שגיאה: האפשרויות הבאות מתנגשות:

+ + + +

נא שנה אפשרות אחת או יותר כדי לפתור את ההתנגשויות.

diff --git a/templates/he/option-header.tmpl b/templates/he/option-header.tmpl new file mode 100644 index 000000000..cafc9f9fe --- /dev/null +++ b/templates/he/option-header.tmpl @@ -0,0 +1,3 @@ +

{printer_name}: {group}

+ +

{title}

+ +  ×“×£ הבית   + +   × ×™×”ול   + +   ×ž×—לקות   + +   ×ª×™×¢×•×“/עזרה   + +   ×¢×‘ודות   + +   ×ž×“פסות   + +
  diff --git a/templates/he/help-header.tmpl b/templates/he/help-header.tmpl new file mode 100644 index 000000000..eaa504ab9 --- /dev/null +++ b/templates/he/help-header.tmpl @@ -0,0 +1,42 @@ +
+{TOPIC?:} + +

חפש +ב{HELPTITLE?{HELPTITLE}:{TOPIC?{TOPIC}:כל התיעוד}}: +נקה

+ +
+ + + + +{QUERY?

חפש תוצאות ב{HELPFILE?{HELPTITLE}:{TOPIC?{TOPIC}:כל המסמכים}}\:

+{QTEXT?:} +:

לא נמצאו התאמות.

} +
:} +{HELPTITLE?

{HELPTITLE} +צפה בגרסת הדפסה

:

דפי עזרה של CUPS

+ +

זהו ממשק העזרה המקוונת של CUPS. הקלד מילות חיפוש מעלה או הקלק על קישורי התיעוד כדי להציג עזרה מקוונת.

+ +

אם את/ה משתמש חדש/ה ב CUPS, קרא/י את עמוד "סקירה כללית של CUPS". משתמשים וותיקים רצוי שיקראו את עמוד "מה חדש ב CUPS 1.2".

+ +

הדף הבית של CUPS גם מספק +משאבים רבים לרבות פורומי משתמשים, תשובות לשאלות נפוצות, +וטופס להגשת דיווחי באגים ובקשות שיפורים.

} diff --git a/templates/he/help-printable.tmpl b/templates/he/help-printable.tmpl new file mode 100644 index 000000000..305112a33 --- /dev/null +++ b/templates/he/help-printable.tmpl @@ -0,0 +1,11 @@ + + + + + {HELPTITLE} + + + + + +

{HELPTITLE}

diff --git a/templates/he/job-cancel.tmpl b/templates/he/job-cancel.tmpl new file mode 100644 index 000000000..3528fd967 --- /dev/null +++ b/templates/he/job-cancel.tmpl @@ -0,0 +1 @@ +

עבודה {job_id} בוטלה. diff --git a/templates/he/job-hold.tmpl b/templates/he/job-hold.tmpl new file mode 100644 index 000000000..45aba5808 --- /dev/null +++ b/templates/he/job-hold.tmpl @@ -0,0 +1 @@ +

עבודה {job_id} הושהתה מהדפסה. diff --git a/templates/he/job-move.tmpl b/templates/he/job-move.tmpl new file mode 100644 index 000000000..4ca058d43 --- /dev/null +++ b/templates/he/job-move.tmpl @@ -0,0 +1,22 @@ +

+ +{job_id?:} + +

{job_id?העבר עבודה {job_id}:העבר כל העבודות}

+ + + + + + + + + + +
יעד חדש: + +
+ +
diff --git a/templates/he/job-moved.tmpl b/templates/he/job-moved.tmpl new file mode 100644 index 000000000..3f28ce953 --- /dev/null +++ b/templates/he/job-moved.tmpl @@ -0,0 +1,2 @@ +

{job_id?עבודה {job_id} הועברה:כל העבודות הועברו} +ל{job_printer_name}.

diff --git a/templates/he/job-release.tmpl b/templates/he/job-release.tmpl new file mode 100644 index 000000000..625889fd3 --- /dev/null +++ b/templates/he/job-release.tmpl @@ -0,0 +1 @@ +

עבודה {job_id} שוחררה להדפסה. diff --git a/templates/he/job-restart.tmpl b/templates/he/job-restart.tmpl new file mode 100644 index 000000000..5c2f6c21d --- /dev/null +++ b/templates/he/job-restart.tmpl @@ -0,0 +1 @@ +

עבודה {job_id} שוחזרה. diff --git a/templates/he/jobs-header.tmpl b/templates/he/jobs-header.tmpl new file mode 100644 index 000000000..9c8c140d3 --- /dev/null +++ b/templates/he/jobs-header.tmpl @@ -0,0 +1,15 @@ +

{?which_jobs=?הצג עבודות שהושלמו +הצג כל העבודות:{which_jobs=all?הצג עבודות שהושלמו +הצג עבודות פעילות:הצג עבודות פעילות +הצג כל העבודות}}

+ +

{total=0?אין עבודות:מציג {#job_id} מתוך {total} עבוד{total=1?ה:ות} {?which_jobs=?פעיל{total=1?ה:ות}:{which_jobs=all?:שהושלמ{total=1?ה:ו}}}}.

diff --git a/templates/he/jobs.tmpl b/templates/he/jobs.tmpl new file mode 100644 index 000000000..81983feb5 --- /dev/null +++ b/templates/he/jobs.tmpl @@ -0,0 +1,42 @@ +{#job_id=0?: + + + + + + + + + + + +{[job_id] + + + + + + + + + +} +
מזהה ×©× ×ž×©×ª×ž×© ×’ודל ×“פים ×ž×¦×‘ ×©×œ×™×˜×” 
{job_printer_name}-{job_id} {?job_name=?לא ידוע:{job_name}} {job_originating_user_name} {job_k_octets}k {job_media_sheets_completed=0?לא ידוע:{?job_media_sheets_completed}}{job_state=3?ממתין מאז
{time_at_creation}:{job_state=4?מושהה מאז
{time_at_creation}: +{job_state=5?מתבצע מאז
{time_at_processing}:{job_state=6?עצור: +{job_state=7?בוטל ב
{time_at_completed}:{job_state=8?נכשל:הושלם ב
{time_at_completed}}}}}}} 
+{job_preserved>0? + +שחזר עבודה:} +{job_state=4? + +שחרר עבודה:} +{job_state=3? + +השהה עבודה:} +{job_state<7? + +בטל עבודה +העבר עבודה:} + 
+} diff --git a/templates/he/maintenance.tmpl b/templates/he/maintenance.tmpl new file mode 100644 index 000000000..6b3ffd7b1 --- /dev/null +++ b/templates/he/maintenance.tmpl @@ -0,0 +1,2 @@ +

פקודות תחזוקה נשלחו; מזהה עבודה הוא +{printer_name}-{job_id}.

diff --git a/templates/he/modify-class.tmpl b/templates/he/modify-class.tmpl new file mode 100644 index 000000000..c5474dbea --- /dev/null +++ b/templates/he/modify-class.tmpl @@ -0,0 +1,34 @@ +
+ + +

שנה מחלקה {printer_name}

+ + + + + + + + + + + + + + + + + + + + + + +
שם: +{printer_name}
מיקום:
תיאור:
חברים: + +
+ +
diff --git a/templates/he/modify-printer.tmpl b/templates/he/modify-printer.tmpl new file mode 100644 index 000000000..e251edc4f --- /dev/null +++ b/templates/he/modify-printer.tmpl @@ -0,0 +1,29 @@ +
+ +{?device_uri=?:} +{?printer_make_and_model=?:} + +

שנה מדפסת {printer_name}

+ + + + + + + + + + + + + + + + + + +
שם:{printer_name}
מיקום:
+(מיקום במלל חופשי כגון "חדר 1")
תיאור:
+(תיאור במלל חופשי כגון "HP LaserJet עם יחידת הדפסה דו-צידית")
+ +
diff --git a/templates/he/norestart.tmpl b/templates/he/norestart.tmpl new file mode 100644 index 000000000..229a9e16d --- /dev/null +++ b/templates/he/norestart.tmpl @@ -0,0 +1 @@ +

השרת לא אותחל כיוון שלא נעשו שינויים בהגדרות...

diff --git a/templates/he/option-boolean.tmpl b/templates/he/option-boolean.tmpl new file mode 100644 index 000000000..72c85189a --- /dev/null +++ b/templates/he/option-boolean.tmpl @@ -0,0 +1,6 @@ +
{keytext}: +{[choices]{text}} +
diff --git a/templates/he/option-pickmany.tmpl b/templates/he/option-pickmany.tmpl new file mode 100644 index 000000000..d2534af75 --- /dev/null +++ b/templates/he/option-pickmany.tmpl @@ -0,0 +1,6 @@ + + + + diff --git a/templates/he/option-pickone.tmpl b/templates/he/option-pickone.tmpl new file mode 100644 index 000000000..08342d06e --- /dev/null +++ b/templates/he/option-pickone.tmpl @@ -0,0 +1,6 @@ + + + + diff --git a/templates/he/option-trailer.tmpl b/templates/he/option-trailer.tmpl new file mode 100644 index 000000000..bc9547f1e --- /dev/null +++ b/templates/he/option-trailer.tmpl @@ -0,0 +1,5 @@ + + + + +
{keytext}:
{keytext}:
diff --git a/templates/he/pager.tmpl b/templates/he/pager.tmpl new file mode 100644 index 000000000..f69cc30b2 --- /dev/null +++ b/templates/he/pager.tmpl @@ -0,0 +1,7 @@ + + + + + + +
{PREVURL?הצג הקודם: }{ORDER=dec?מיין בסדר עולה:מיין בסדר יורד}{NEXTURL?הצג הבא: }
diff --git a/templates/he/printer-accept.tmpl b/templates/he/printer-accept.tmpl new file mode 100644 index 000000000..ad4731b4d --- /dev/null +++ b/templates/he/printer-accept.tmpl @@ -0,0 +1,3 @@ +

{is_class?מחלקה:מדפסת} {printer_name} +מקבלת כעת עבודות.

diff --git a/templates/he/printer-added.tmpl b/templates/he/printer-added.tmpl new file mode 100644 index 000000000..b02d95b66 --- /dev/null +++ b/templates/he/printer-added.tmpl @@ -0,0 +1 @@ +

מדפסת {printer_name} הוספה בהצלחה. diff --git a/templates/he/printer-configured.tmpl b/templates/he/printer-configured.tmpl new file mode 100644 index 000000000..a9a58ee87 --- /dev/null +++ b/templates/he/printer-configured.tmpl @@ -0,0 +1 @@ +

מדפסת {printer_name} הוגדרה בהצלחה. diff --git a/templates/he/printer-confirm.tmpl b/templates/he/printer-confirm.tmpl new file mode 100644 index 000000000..4758f1fce --- /dev/null +++ b/templates/he/printer-confirm.tmpl @@ -0,0 +1,6 @@ +

אזהרה: האם את/ה בטוח/ה שברצונך למחוק את המדפסת {printer_name}?

+ +

מחק מדפסת

diff --git a/templates/he/printer-default.tmpl b/templates/he/printer-default.tmpl new file mode 100644 index 000000000..139b57a36 --- /dev/null +++ b/templates/he/printer-default.tmpl @@ -0,0 +1,6 @@ +

{is_class?מחלקה:מדפסת} {printer_name} +הוגדרה כמדפסת ברירת-המחדל בשרת.

+ +
הערה: איזושהי ברירת-מחדל ברמת משתמש שהוגדרה עם הפקודה +lpoptions תקבל עדיפות על-פני הגדרת ברירת-מחדל זו.
diff --git a/templates/he/printer-deleted.tmpl b/templates/he/printer-deleted.tmpl new file mode 100644 index 000000000..8f3aee141 --- /dev/null +++ b/templates/he/printer-deleted.tmpl @@ -0,0 +1 @@ +

מדפסת {printer_name} נמחקה בהצלחה. diff --git a/templates/he/printer-jobs-header.tmpl b/templates/he/printer-jobs-header.tmpl new file mode 100644 index 000000000..e880919b6 --- /dev/null +++ b/templates/he/printer-jobs-header.tmpl @@ -0,0 +1 @@ +

עבודות

diff --git a/templates/he/printer-modified.tmpl b/templates/he/printer-modified.tmpl new file mode 100644 index 000000000..395c54b10 --- /dev/null +++ b/templates/he/printer-modified.tmpl @@ -0,0 +1 @@ +

מדפסת {printer_name} שונתה בהצלחה. diff --git a/templates/he/printer-purge.tmpl b/templates/he/printer-purge.tmpl new file mode 100644 index 000000000..a847b97c9 --- /dev/null +++ b/templates/he/printer-purge.tmpl @@ -0,0 +1,2 @@ +

כל העבודות נמחקו מ{is_class?מחלקה:מדפסת} {printer_name}.

diff --git a/templates/he/printer-reject.tmpl b/templates/he/printer-reject.tmpl new file mode 100644 index 000000000..6a48c4227 --- /dev/null +++ b/templates/he/printer-reject.tmpl @@ -0,0 +1,3 @@ +

{is_class?מחלקה:מדפסת} {printer_name} +כבר אינה מקבלת עבודות.

diff --git a/templates/he/printer-start.tmpl b/templates/he/printer-start.tmpl new file mode 100644 index 000000000..0e9734746 --- /dev/null +++ b/templates/he/printer-start.tmpl @@ -0,0 +1,3 @@ +

{is_class?מחלקה:מדפסת} {printer_name} +הופעלה.

diff --git a/templates/he/printer-stop.tmpl b/templates/he/printer-stop.tmpl new file mode 100644 index 000000000..0cb815564 --- /dev/null +++ b/templates/he/printer-stop.tmpl @@ -0,0 +1,3 @@ +

{is_class?מחלקה:מדפסת} {printer_name} +נעצרה.

diff --git a/templates/he/printers-header.tmpl b/templates/he/printers-header.tmpl new file mode 100644 index 000000000..c934a5e55 --- /dev/null +++ b/templates/he/printers-header.tmpl @@ -0,0 +1 @@ +

{total=0?אין מדפסות:מציג {#printer_name} מתוך {total} מדפס{total=1?ת:ות}}.

diff --git a/templates/he/printers.tmpl b/templates/he/printers.tmpl new file mode 100644 index 000000000..dd10d08ec --- /dev/null +++ b/templates/he/printers.tmpl @@ -0,0 +1,64 @@ +{printer_type?:}{#printer_name=0?: +{[printer_name] +

{printer_name}{default_name={printer_name}? (מדפסת ברירת מחדל):} +{?printer_state_message=?:"{printer_state_message}"}

+ + + + + + +
+ +תיאור: {printer_info}
+מיקום: {printer_location}
+סוג ודגם: {printer_make_and_model}
+מצב מדפסת: {printer_state=3?פנויה:{printer_state=4?מעבדת עבודה:עצורה}}, +{printer_is_accepting_jobs=0?דוחה עבודות:מקבלת עבודות}, {printer_is_shared=0?לא:} מפורסמת. +{?device_uri=?:
URI של התקן: {device_uri}} + +

+ +הדפס עמוד ניסיון +{?cupscommand=1? +נקה ראשי הדפסה + +הדפס דף בדיקה-עצמית:} +{printer_state=5? + +הפעל מדפסת +: + +עצור מדפסת +} +{printer_is_accepting_jobs=0? + +קבל עבודות +: + +דחה עבודות +} + +העבר כל העבודות + +בטל כל העבודות +{printer_is_shared=0? + +פרסם מדפסת +: + +בטל פרסום מדפסת +} + +שנה מדפסת + +קבע אפשרויות מדפסת + +מחק מדפסת + +קבע כברירת מחדל + +קבע משתמשים מורשים +

+
+}} diff --git a/templates/he/restart.tmpl b/templates/he/restart.tmpl new file mode 100644 index 000000000..6cda4c339 --- /dev/null +++ b/templates/he/restart.tmpl @@ -0,0 +1 @@ +

נא המתן בעת שהשרת מאותחל...

diff --git a/templates/he/samba-export.tmpl b/templates/he/samba-export.tmpl new file mode 100644 index 000000000..028550adf --- /dev/null +++ b/templates/he/samba-export.tmpl @@ -0,0 +1,53 @@ + + +
+ + +

ייצא מדפסות ל Samba

+ +{error?

כשלון בייצוא מדפסות ל Samba\:

+
{error}
+

התייעץ בקובץ error_log עבור מידע נוסף.

: +

עמוד זה מאפשר לך לייצא מדפסות ל Samba כך שעמדות +Windows יוכלו לקבל גישה דרך צלמיות שכנים ברשת או +מיקומי רשת בשולחן העבודה. יש ראשית להתקין בעמדת ה +Windows מנהל מדפסת PostScript כמו שמתואר בעמוד man של +cupsaddsmb(8).

} + + + + + + + + + + + + + + + + + + +
מדפסות: +
+ ייצא כל המדפסות +
שם משתמש Samba: (נדרש)
סיסמת Samba: (נדרש)
+ +
diff --git a/templates/he/samba-exported.tmpl b/templates/he/samba-exported.tmpl new file mode 100644 index 000000000..ef73e3025 --- /dev/null +++ b/templates/he/samba-exported.tmpl @@ -0,0 +1 @@ +

מדפסות יוצאו ל samba בהצלחה.

diff --git a/templates/he/search.tmpl b/templates/he/search.tmpl new file mode 100644 index 000000000..c39f5d35d --- /dev/null +++ b/templates/he/search.tmpl @@ -0,0 +1,13 @@ +
+{WHICH_JOBS?:} +{ORDER?:} + +

חפש +ב{SEARCH_DEST?{SEARCH_DEST}:{SECTION=classes?מחלקות:{SECTION=jobs?עבודות:מדפסות}}}: + +נקה

+ +
diff --git a/templates/he/set-printer-options-header.tmpl b/templates/he/set-printer-options-header.tmpl new file mode 100644 index 000000000..864f9f0ce --- /dev/null +++ b/templates/he/set-printer-options-header.tmpl @@ -0,0 +1,3 @@ +
+ + diff --git a/templates/he/set-printer-options-trailer.tmpl b/templates/he/set-printer-options-trailer.tmpl new file mode 100644 index 000000000..a3d1e1ffa --- /dev/null +++ b/templates/he/set-printer-options-trailer.tmpl @@ -0,0 +1 @@ +
diff --git a/templates/he/test-page.tmpl b/templates/he/test-page.tmpl new file mode 100644 index 000000000..587109f03 --- /dev/null +++ b/templates/he/test-page.tmpl @@ -0,0 +1,2 @@ +

עמוד ניסיון נשלח; מזהה העבודה הוא +{printer_name}-{job_id}.

diff --git a/templates/he/trailer.tmpl b/templates/he/trailer.tmpl new file mode 100644 index 000000000..e16e8bdc9 --- /dev/null +++ b/templates/he/trailer.tmpl @@ -0,0 +1,21 @@ + +  + + + + + +

The Common UNIX Printing System, CUPS, and the CUPS logo are the +trademark property of Easy Software +Products. CUPS is copyright 1997-2006 by Easy Software Products, +All Rights Reserved.

+ + + + + + + + diff --git a/templates/he/users.tmpl b/templates/he/users.tmpl new file mode 100644 index 000000000..8e4ecc038 --- /dev/null +++ b/templates/he/users.tmpl @@ -0,0 +1,26 @@ +
+ + +{IS_CLASS?:} + +

משתמשים מורשים עבור {printer_name}

+ + + + + + + + + + +
משתמשים: + +
+הרשה למשתמשים אלה להדפיס +דחה משתמשים אלה מלהדפיס +
+ +
+ +
-- 2.39.2