From 37e7e6e0b27c7db3be8e160e87a63fec66e0fcca Mon Sep 17 00:00:00 2001 From: msweet Date: Wed, 29 Aug 2012 00:26:48 +0000 Subject: [PATCH] Merge changes from CUPS 1.7svn-r10578. git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@3891 a1ca3aef-8c08-0410-bb20-df032aa958be --- CHANGES-1.5.txt | 9 + CHANGES-1.6.txt | 109 + CHANGES-IPPTOOL.txt | 8 +- CHANGES.txt | 68 +- CREDITS.txt | 10 +- INSTALL.txt | 2 +- README.txt | 6 +- backend/Makefile | 8 +- backend/ipp.c | 11 +- backend/lpd.c | 2 +- backend/snmp.c | 2 +- backend/usb-libusb.c | 459 +- berkeley/lpq.c | 10 +- conf/cupsd.conf.in | 2 - config-scripts/cups-common.m4 | 2 +- config-scripts/cups-ssl.m4 | 6 - config.h.in | 26 - cups/Makefile | 4 +- cups/cups.h | 4 +- cups/dest.c | 4 + cups/http.c | 13 +- cups/language.c | 2 +- cups/util.c | 28 +- desktop/cups.desktop.in | 2 + doc/ca/index.html.in | 107 + doc/es/index.html.in | 107 + doc/help/options.html | 12 - doc/help/overview.html | 2 +- doc/help/whatsnew.html | 41 +- doc/index.html.in | 4 +- doc/ja/index.html.in | 107 + locale/cups.pot | 473 +- locale/cups.strings | 3 + locale/cups_ca.po | 7285 ++++++++++++++++ locale/cups_es.po | 7316 +++++++++++++++++ locale/cups_ja.po | 6973 ++++++++++++++++ man/Makefile | 1 - man/cups-polld.man | 38 - man/cupsctl.man | 9 +- man/cupsfilter.man | 34 +- man/lp.man | 10 +- man/lpadmin.man | 9 +- packaging/cups.spec.in | 41 +- ppdc/sample.drv | 4 +- scheduler/client.c | 8 +- scheduler/colorman.c | 10 +- scheduler/conf.c | 8 +- scheduler/cups-exec.c | 1 + scheduler/cups-lpd.c | 5 +- scheduler/ipp.c | 4 +- scheduler/main.c | 8 +- scheduler/printers.c | 14 +- templates/ca/add-class.tmpl | 40 + templates/ca/add-printer.tmpl | 47 + templates/ca/add-rss-subscription.tmpl | 44 + templates/ca/admin.tmpl | 102 + templates/ca/choose-device.tmpl | 53 + templates/ca/choose-make.tmpl | 64 + templates/ca/choose-model.tmpl | 60 + templates/ca/choose-serial.tmpl | 52 + templates/ca/choose-uri.tmpl | 43 + templates/ca/class-added.tmpl | 7 + templates/ca/class-confirm.tmpl | 10 + templates/ca/class-deleted.tmpl | 7 + templates/ca/class-jobs-header.tmpl | 3 + templates/ca/class-modified.tmpl | 7 + templates/ca/class.tmpl | 44 + templates/ca/classes-header.tmpl | 1 + templates/ca/classes.tmpl | 11 + templates/ca/command.tmpl | 12 + templates/ca/edit-config.tmpl | 24 + templates/ca/error-op.tmpl | 9 + templates/ca/error.tmpl | 9 + templates/ca/header.tmpl.in | 29 + templates/ca/help-header.tmpl | 52 + templates/ca/help-printable.tmpl | 9 + templates/ca/help-trailer.tmpl | 1 + templates/ca/job-cancel.tmpl | 7 + templates/ca/job-hold.tmpl | 7 + templates/ca/job-move.tmpl | 27 + templates/ca/job-moved.tmpl | 8 + templates/ca/job-release.tmpl | 7 + templates/ca/job-restart.tmpl | 7 + templates/ca/jobs-header.tmpl | 5 + templates/ca/jobs.tmpl | 36 + templates/ca/list-available-printers.tmpl | 11 + templates/ca/modify-class.tmpl | 34 + templates/ca/modify-printer.tmpl | 42 + templates/ca/norestart.tmpl | 8 + templates/ca/option-boolean.tmpl | 6 + templates/ca/option-conflict.tmpl | 7 + templates/ca/option-header.tmpl | 5 + templates/ca/option-pickmany.tmpl | 6 + templates/ca/option-pickone.tmpl | 18 + templates/ca/option-trailer.tmpl | 5 + templates/ca/pager.tmpl | 6 + templates/ca/printer-accept.tmpl | 9 + templates/ca/printer-added.tmpl | 8 + templates/ca/printer-configured.tmpl | 6 + templates/ca/printer-confirm.tmpl | 10 + templates/ca/printer-default.tmpl | 12 + templates/ca/printer-deleted.tmpl | 7 + templates/ca/printer-jobs-header.tmpl | 3 + templates/ca/printer-modified.tmpl | 8 + templates/ca/printer-purge.tmpl | 8 + templates/ca/printer-reject.tmpl | 9 + templates/ca/printer-start.tmpl | 9 + templates/ca/printer-stop.tmpl | 9 + templates/ca/printer.tmpl | 47 + templates/ca/printers-header.tmpl | 1 + templates/ca/printers.tmpl | 11 + templates/ca/restart.tmpl | 8 + templates/ca/samba-export.tmpl | 55 + templates/ca/samba-exported.tmpl | 1 + templates/ca/search.tmpl | 10 + templates/ca/set-printer-options-header.tmpl | 26 + templates/ca/set-printer-options-trailer.tmpl | 16 + templates/ca/subscription-added.tmpl | 5 + templates/ca/subscription-canceled.tmpl | 5 + templates/ca/test-page.tmpl | 8 + templates/ca/trailer.tmpl | 8 + templates/ca/users.tmpl | 30 + templates/es/add-class.tmpl | 40 + templates/es/add-printer.tmpl | 47 + templates/es/add-rss-subscription.tmpl | 44 + templates/es/admin.tmpl | 102 + templates/es/choose-device.tmpl | 54 + templates/es/choose-make.tmpl | 64 + templates/es/choose-model.tmpl | 60 + templates/es/choose-serial.tmpl | 52 + templates/es/choose-uri.tmpl | 44 + templates/es/class-added.tmpl | 7 + templates/es/class-confirm.tmpl | 10 + templates/es/class-deleted.tmpl | 7 + templates/es/class-jobs-header.tmpl | 3 + templates/es/class-modified.tmpl | 6 + templates/es/class.tmpl | 44 + templates/es/classes-header.tmpl | 1 + templates/es/classes.tmpl | 11 + templates/es/command.tmpl | 12 + templates/es/edit-config.tmpl | 24 + templates/es/error-op.tmpl | 9 + templates/es/error.tmpl | 9 + templates/es/header.tmpl.in | 29 + templates/es/help-header.tmpl | 51 + templates/es/help-printable.tmpl | 9 + templates/es/help-trailer.tmpl | 1 + templates/es/job-cancel.tmpl | 7 + templates/es/job-hold.tmpl | 7 + templates/es/job-move.tmpl | 27 + templates/es/job-moved.tmpl | 8 + templates/es/job-release.tmpl | 7 + templates/es/job-restart.tmpl | 7 + templates/es/jobs-header.tmpl | 5 + templates/es/jobs.tmpl | 37 + templates/es/list-available-printers.tmpl | 11 + templates/es/modify-class.tmpl | 34 + templates/es/modify-printer.tmpl | 42 + templates/es/norestart.tmpl | 8 + templates/es/option-boolean.tmpl | 6 + templates/es/option-conflict.tmpl | 7 + templates/es/option-header.tmpl | 5 + templates/es/option-pickmany.tmpl | 6 + templates/es/option-pickone.tmpl | 18 + templates/es/option-trailer.tmpl | 5 + templates/es/pager.tmpl | 6 + templates/es/printer-accept.tmpl | 9 + templates/es/printer-added.tmpl | 7 + templates/es/printer-configured.tmpl | 8 + templates/es/printer-confirm.tmpl | 10 + templates/es/printer-default.tmpl | 13 + templates/es/printer-deleted.tmpl | 7 + templates/es/printer-jobs-header.tmpl | 3 + templates/es/printer-modified.tmpl | 7 + templates/es/printer-purge.tmpl | 8 + templates/es/printer-reject.tmpl | 9 + templates/es/printer-start.tmpl | 9 + templates/es/printer-stop.tmpl | 9 + templates/es/printer.tmpl | 47 + templates/es/printers-header.tmpl | 1 + templates/es/printers.tmpl | 11 + templates/es/restart.tmpl | 8 + templates/es/samba-export.tmpl | 55 + templates/es/samba-exported.tmpl | 1 + templates/es/search.tmpl | 10 + templates/es/set-printer-options-header.tmpl | 26 + templates/es/set-printer-options-trailer.tmpl | 16 + templates/es/subscription-added.tmpl | 5 + templates/es/subscription-canceled.tmpl | 5 + templates/es/test-page.tmpl | 8 + templates/es/trailer.tmpl | 8 + templates/es/users.tmpl | 30 + templates/ja/add-class.tmpl | 40 + templates/ja/add-printer.tmpl | 47 + templates/ja/add-rss-subscription.tmpl | 44 + templates/ja/admin.tmpl | 102 + templates/ja/choose-device.tmpl | 53 + templates/ja/choose-make.tmpl | 64 + templates/ja/choose-model.tmpl | 60 + templates/ja/choose-serial.tmpl | 52 + templates/ja/choose-uri.tmpl | 43 + templates/ja/class-added.tmpl | 7 + templates/ja/class-confirm.tmpl | 10 + templates/ja/class-deleted.tmpl | 7 + templates/ja/class-jobs-header.tmpl | 3 + templates/ja/class-modified.tmpl | 7 + templates/ja/class.tmpl | 44 + templates/ja/classes-header.tmpl | 1 + templates/ja/classes.tmpl | 11 + templates/ja/command.tmpl | 12 + templates/ja/edit-config.tmpl | 24 + templates/ja/error-op.tmpl | 9 + templates/ja/error.tmpl | 9 + templates/ja/header.tmpl.in | 29 + templates/ja/help-header.tmpl | 51 + templates/ja/help-printable.tmpl | 9 + templates/ja/help-trailer.tmpl | 1 + templates/ja/job-cancel.tmpl | 7 + templates/ja/job-hold.tmpl | 7 + templates/ja/job-move.tmpl | 27 + templates/ja/job-moved.tmpl | 8 + templates/ja/job-release.tmpl | 7 + templates/ja/job-restart.tmpl | 7 + templates/ja/jobs-header.tmpl | 5 + templates/ja/jobs.tmpl | 36 + templates/ja/list-available-printers.tmpl | 11 + templates/ja/modify-class.tmpl | 34 + templates/ja/modify-printer.tmpl | 42 + templates/ja/norestart.tmpl | 7 + templates/ja/option-boolean.tmpl | 6 + templates/ja/option-conflict.tmpl | 7 + templates/ja/option-header.tmpl | 5 + templates/ja/option-pickmany.tmpl | 6 + templates/ja/option-pickone.tmpl | 18 + templates/ja/option-trailer.tmpl | 5 + templates/ja/pager.tmpl | 6 + templates/ja/printer-accept.tmpl | 9 + templates/ja/printer-added.tmpl | 6 + templates/ja/printer-configured.tmpl | 8 + templates/ja/printer-confirm.tmpl | 9 + templates/ja/printer-default.tmpl | 12 + templates/ja/printer-deleted.tmpl | 7 + templates/ja/printer-jobs-header.tmpl | 3 + templates/ja/printer-modified.tmpl | 8 + templates/ja/printer-purge.tmpl | 9 + templates/ja/printer-reject.tmpl | 9 + templates/ja/printer-start.tmpl | 9 + templates/ja/printer-stop.tmpl | 9 + templates/ja/printer.tmpl | 47 + templates/ja/printers-header.tmpl | 1 + templates/ja/printers.tmpl | 11 + templates/ja/restart.tmpl | 8 + templates/ja/samba-export.tmpl | 55 + templates/ja/samba-exported.tmpl | 1 + templates/ja/search.tmpl | 10 + templates/ja/set-printer-options-header.tmpl | 26 + templates/ja/set-printer-options-trailer.tmpl | 16 + templates/ja/subscription-added.tmpl | 5 + templates/ja/subscription-canceled.tmpl | 5 + templates/ja/test-page.tmpl | 8 + templates/ja/trailer.tmpl | 8 + templates/ja/users.tmpl | 30 + test/ipptool.c | 10 +- tools/makesrcdist | 8 +- xcode/CUPS.xcodeproj/project.pbxproj | 44 +- xcode/config.h | 131 +- 266 files changed, 26878 insertions(+), 709 deletions(-) create mode 100644 CHANGES-1.6.txt create mode 100644 doc/ca/index.html.in create mode 100644 doc/es/index.html.in create mode 100644 doc/ja/index.html.in create mode 100644 locale/cups_ca.po create mode 100644 locale/cups_es.po create mode 100644 locale/cups_ja.po delete mode 100644 man/cups-polld.man create mode 100644 templates/ca/add-class.tmpl create mode 100644 templates/ca/add-printer.tmpl create mode 100644 templates/ca/add-rss-subscription.tmpl create mode 100644 templates/ca/admin.tmpl create mode 100644 templates/ca/choose-device.tmpl create mode 100644 templates/ca/choose-make.tmpl create mode 100644 templates/ca/choose-model.tmpl create mode 100644 templates/ca/choose-serial.tmpl create mode 100644 templates/ca/choose-uri.tmpl create mode 100644 templates/ca/class-added.tmpl create mode 100644 templates/ca/class-confirm.tmpl create mode 100644 templates/ca/class-deleted.tmpl create mode 100644 templates/ca/class-jobs-header.tmpl create mode 100644 templates/ca/class-modified.tmpl create mode 100644 templates/ca/class.tmpl create mode 100644 templates/ca/classes-header.tmpl create mode 100644 templates/ca/classes.tmpl create mode 100644 templates/ca/command.tmpl create mode 100644 templates/ca/edit-config.tmpl create mode 100644 templates/ca/error-op.tmpl create mode 100644 templates/ca/error.tmpl create mode 100644 templates/ca/header.tmpl.in create mode 100644 templates/ca/help-header.tmpl create mode 100644 templates/ca/help-printable.tmpl create mode 100644 templates/ca/help-trailer.tmpl create mode 100644 templates/ca/job-cancel.tmpl create mode 100644 templates/ca/job-hold.tmpl create mode 100644 templates/ca/job-move.tmpl create mode 100644 templates/ca/job-moved.tmpl create mode 100644 templates/ca/job-release.tmpl create mode 100644 templates/ca/job-restart.tmpl create mode 100644 templates/ca/jobs-header.tmpl create mode 100644 templates/ca/jobs.tmpl create mode 100644 templates/ca/list-available-printers.tmpl create mode 100644 templates/ca/modify-class.tmpl create mode 100644 templates/ca/modify-printer.tmpl create mode 100644 templates/ca/norestart.tmpl create mode 100644 templates/ca/option-boolean.tmpl create mode 100644 templates/ca/option-conflict.tmpl create mode 100644 templates/ca/option-header.tmpl create mode 100644 templates/ca/option-pickmany.tmpl create mode 100644 templates/ca/option-pickone.tmpl create mode 100644 templates/ca/option-trailer.tmpl create mode 100644 templates/ca/pager.tmpl create mode 100644 templates/ca/printer-accept.tmpl create mode 100644 templates/ca/printer-added.tmpl create mode 100644 templates/ca/printer-configured.tmpl create mode 100644 templates/ca/printer-confirm.tmpl create mode 100644 templates/ca/printer-default.tmpl create mode 100644 templates/ca/printer-deleted.tmpl create mode 100644 templates/ca/printer-jobs-header.tmpl create mode 100644 templates/ca/printer-modified.tmpl create mode 100644 templates/ca/printer-purge.tmpl create mode 100644 templates/ca/printer-reject.tmpl create mode 100644 templates/ca/printer-start.tmpl create mode 100644 templates/ca/printer-stop.tmpl create mode 100644 templates/ca/printer.tmpl create mode 100644 templates/ca/printers-header.tmpl create mode 100644 templates/ca/printers.tmpl create mode 100644 templates/ca/restart.tmpl create mode 100644 templates/ca/samba-export.tmpl create mode 100644 templates/ca/samba-exported.tmpl create mode 100644 templates/ca/search.tmpl create mode 100644 templates/ca/set-printer-options-header.tmpl create mode 100644 templates/ca/set-printer-options-trailer.tmpl create mode 100644 templates/ca/subscription-added.tmpl create mode 100644 templates/ca/subscription-canceled.tmpl create mode 100644 templates/ca/test-page.tmpl create mode 100644 templates/ca/trailer.tmpl create mode 100644 templates/ca/users.tmpl create mode 100644 templates/es/add-class.tmpl create mode 100644 templates/es/add-printer.tmpl create mode 100644 templates/es/add-rss-subscription.tmpl create mode 100644 templates/es/admin.tmpl create mode 100644 templates/es/choose-device.tmpl create mode 100644 templates/es/choose-make.tmpl create mode 100644 templates/es/choose-model.tmpl create mode 100644 templates/es/choose-serial.tmpl create mode 100644 templates/es/choose-uri.tmpl create mode 100644 templates/es/class-added.tmpl create mode 100644 templates/es/class-confirm.tmpl create mode 100644 templates/es/class-deleted.tmpl create mode 100644 templates/es/class-jobs-header.tmpl create mode 100644 templates/es/class-modified.tmpl create mode 100644 templates/es/class.tmpl create mode 100644 templates/es/classes-header.tmpl create mode 100644 templates/es/classes.tmpl create mode 100644 templates/es/command.tmpl create mode 100644 templates/es/edit-config.tmpl create mode 100644 templates/es/error-op.tmpl create mode 100644 templates/es/error.tmpl create mode 100644 templates/es/header.tmpl.in create mode 100644 templates/es/help-header.tmpl create mode 100644 templates/es/help-printable.tmpl create mode 100644 templates/es/help-trailer.tmpl create mode 100644 templates/es/job-cancel.tmpl create mode 100644 templates/es/job-hold.tmpl create mode 100644 templates/es/job-move.tmpl create mode 100644 templates/es/job-moved.tmpl create mode 100644 templates/es/job-release.tmpl create mode 100644 templates/es/job-restart.tmpl create mode 100644 templates/es/jobs-header.tmpl create mode 100644 templates/es/jobs.tmpl create mode 100644 templates/es/list-available-printers.tmpl create mode 100644 templates/es/modify-class.tmpl create mode 100644 templates/es/modify-printer.tmpl create mode 100644 templates/es/norestart.tmpl create mode 100644 templates/es/option-boolean.tmpl create mode 100644 templates/es/option-conflict.tmpl create mode 100644 templates/es/option-header.tmpl create mode 100644 templates/es/option-pickmany.tmpl create mode 100644 templates/es/option-pickone.tmpl create mode 100644 templates/es/option-trailer.tmpl create mode 100644 templates/es/pager.tmpl create mode 100644 templates/es/printer-accept.tmpl create mode 100644 templates/es/printer-added.tmpl create mode 100644 templates/es/printer-configured.tmpl create mode 100644 templates/es/printer-confirm.tmpl create mode 100644 templates/es/printer-default.tmpl create mode 100644 templates/es/printer-deleted.tmpl create mode 100644 templates/es/printer-jobs-header.tmpl create mode 100644 templates/es/printer-modified.tmpl create mode 100644 templates/es/printer-purge.tmpl create mode 100644 templates/es/printer-reject.tmpl create mode 100644 templates/es/printer-start.tmpl create mode 100644 templates/es/printer-stop.tmpl create mode 100644 templates/es/printer.tmpl create mode 100644 templates/es/printers-header.tmpl create mode 100644 templates/es/printers.tmpl create mode 100644 templates/es/restart.tmpl create mode 100644 templates/es/samba-export.tmpl create mode 100644 templates/es/samba-exported.tmpl create mode 100644 templates/es/search.tmpl create mode 100644 templates/es/set-printer-options-header.tmpl create mode 100644 templates/es/set-printer-options-trailer.tmpl create mode 100644 templates/es/subscription-added.tmpl create mode 100644 templates/es/subscription-canceled.tmpl create mode 100644 templates/es/test-page.tmpl create mode 100644 templates/es/trailer.tmpl create mode 100644 templates/es/users.tmpl create mode 100644 templates/ja/add-class.tmpl create mode 100644 templates/ja/add-printer.tmpl create mode 100644 templates/ja/add-rss-subscription.tmpl create mode 100644 templates/ja/admin.tmpl create mode 100644 templates/ja/choose-device.tmpl create mode 100644 templates/ja/choose-make.tmpl create mode 100644 templates/ja/choose-model.tmpl create mode 100644 templates/ja/choose-serial.tmpl create mode 100644 templates/ja/choose-uri.tmpl create mode 100644 templates/ja/class-added.tmpl create mode 100644 templates/ja/class-confirm.tmpl create mode 100644 templates/ja/class-deleted.tmpl create mode 100644 templates/ja/class-jobs-header.tmpl create mode 100644 templates/ja/class-modified.tmpl create mode 100644 templates/ja/class.tmpl create mode 100644 templates/ja/classes-header.tmpl create mode 100644 templates/ja/classes.tmpl create mode 100644 templates/ja/command.tmpl create mode 100644 templates/ja/edit-config.tmpl create mode 100644 templates/ja/error-op.tmpl create mode 100644 templates/ja/error.tmpl create mode 100644 templates/ja/header.tmpl.in create mode 100644 templates/ja/help-header.tmpl create mode 100644 templates/ja/help-printable.tmpl create mode 100644 templates/ja/help-trailer.tmpl create mode 100644 templates/ja/job-cancel.tmpl create mode 100644 templates/ja/job-hold.tmpl create mode 100644 templates/ja/job-move.tmpl create mode 100644 templates/ja/job-moved.tmpl create mode 100644 templates/ja/job-release.tmpl create mode 100644 templates/ja/job-restart.tmpl create mode 100644 templates/ja/jobs-header.tmpl create mode 100644 templates/ja/jobs.tmpl create mode 100644 templates/ja/list-available-printers.tmpl create mode 100644 templates/ja/modify-class.tmpl create mode 100644 templates/ja/modify-printer.tmpl create mode 100644 templates/ja/norestart.tmpl create mode 100644 templates/ja/option-boolean.tmpl create mode 100644 templates/ja/option-conflict.tmpl create mode 100644 templates/ja/option-header.tmpl create mode 100644 templates/ja/option-pickmany.tmpl create mode 100644 templates/ja/option-pickone.tmpl create mode 100644 templates/ja/option-trailer.tmpl create mode 100644 templates/ja/pager.tmpl create mode 100644 templates/ja/printer-accept.tmpl create mode 100644 templates/ja/printer-added.tmpl create mode 100644 templates/ja/printer-configured.tmpl create mode 100644 templates/ja/printer-confirm.tmpl create mode 100644 templates/ja/printer-default.tmpl create mode 100644 templates/ja/printer-deleted.tmpl create mode 100644 templates/ja/printer-jobs-header.tmpl create mode 100644 templates/ja/printer-modified.tmpl create mode 100644 templates/ja/printer-purge.tmpl create mode 100644 templates/ja/printer-reject.tmpl create mode 100644 templates/ja/printer-start.tmpl create mode 100644 templates/ja/printer-stop.tmpl create mode 100644 templates/ja/printer.tmpl create mode 100644 templates/ja/printers-header.tmpl create mode 100644 templates/ja/printers.tmpl create mode 100644 templates/ja/restart.tmpl create mode 100644 templates/ja/samba-export.tmpl create mode 100644 templates/ja/samba-exported.tmpl create mode 100644 templates/ja/search.tmpl create mode 100644 templates/ja/set-printer-options-header.tmpl create mode 100644 templates/ja/set-printer-options-trailer.tmpl create mode 100644 templates/ja/subscription-added.tmpl create mode 100644 templates/ja/subscription-canceled.tmpl create mode 100644 templates/ja/test-page.tmpl create mode 100644 templates/ja/trailer.tmpl create mode 100644 templates/ja/users.tmpl diff --git a/CHANGES-1.5.txt b/CHANGES-1.5.txt index d8dda7d09..39edb4250 100644 --- a/CHANGES-1.5.txt +++ b/CHANGES-1.5.txt @@ -3,6 +3,15 @@ CHANGES-1.5.txt CHANGES IN CUPS V1.5.4 + - Documentation updates (STR #4112, STR #4130, STR #4134) + - Fixes for libusb-based USB backend (STR #4128) + - The lpq command did not show the owner or title of jobs unless passed + a username on the command-line (STR #4135) + - Localized empty strings contained the message catalog metadata + (STR #4119) + - Fixed a crash in the libusb-based USB backend (STR #4099) + - The cups-lpd mini-daemon no longer handled jobs with multiple copies + (STR #4118) - Multiple libusb backend fixes (STR #4098, STR #4100) - The IPP backend no longer tries to get the job status for printers that do not implement the required operation (STR #4083) diff --git a/CHANGES-1.6.txt b/CHANGES-1.6.txt new file mode 100644 index 000000000..582e6ee41 --- /dev/null +++ b/CHANGES-1.6.txt @@ -0,0 +1,109 @@ +CHANGES-1.6.txt +--------------- + +CHANGES IN CUPS V1.6.2 + + - The scheduler did not recognize dnssd: or ipps: URIs as Bonjour shared + queues (STR #4158) + - Applications could not get the PPD file for statically-configured + Bonjour-shared print queues (STR #4159) + - The cupsd.conf file included obsolete browsing directives (STR #4157) + - Fixed a USB backend compatibility issue on systems using libusb + (STR #4155) + - Some Bonjour features were not available on systems with Avahi + (STR #4156) + - CUPS now includes the port number in the Host: header for HTTP + requests. + - Fixed REPEAT-MATCH for STATUS and EXPECT - was incorrectly erroring + out. + + +CHANGES IN CUPS V1.6.1 + + - Documentation fix (STR #4149) + - RPM packaging fixes (STR #4129, #4145) + - The Japanese and English web interface headers were swapped + (STR #4148) + + +CHANGES IN CUPS V1.6.0 + + - Document changes (STR #4131) + - Added new Catalan (STR #4107) and Spanish (STR #4137) localizations. + + +CHANGES IN CUPS V1.6rc1 + + - Added a new Japanese localization (STR #4122) + - The SNMP backend no longer exits if it is unable to obtain an IPv6 + socket (STR #4109) + - The LPD backend incorrectly used "localhost" in the control file + instead of the current hostname. + + +CHANGES IN CUPS V1.6b1 + + - Documentation updates (STR #3927, STR #3980, STR #4010, STR #4068) + - The scheduler now consolidates all PPD updates from filters at the + end of the job (STR #4075) + - CUPS now supports color management using colord (STR #3808) + - CUPS now supports Bonjour using Avahi (STR #3066) + - The PreserveJobFiles and PreserveJobHistory directives now support + specification of a time interval (STR #3143) + - PPD files can now be archived in (gzip'd) tar files to further reduce + the disk space used by PPD files (STR #3772) + - The network backends now deal with printers that report their levels + in percent but do not specify a maximum capacity of 100 (STR #3551) + - The network backends now report full/almost-full waste bins in + printers along with end-of-life for cleaning pads (STR #4017) + - Added a configure option to set the permissions of the installed + cupsd (STR #3459) + - Added a new WITH-ALL-VALUES directive to ipptool EXPECT predicates + (STR #3949) + - CUPS now supports a User directive in client.conf and the CUPS_USER + environment variable for overriding the default username (STR #3114) + - Now set the PJL USERNAME variable as needed (STR #3100) + - Added support for usernames and passwords longer than 32 characters + (STR #2856) + - Added a new MaxHoldTime directive to automatically cancel jobs that + have been held indefinitely after a specific number of seconds + (STR #2291) + - The LPD backend now uses the originating host name when it is not the + local system (STR #2053) + - CUPS now prefers the suffix "dpcm" when reporting resolution in dots- + per-centimeter (STR #4006) + - The configure script and build system no longer support building of + separate 32-bit and 64-bit libraries. + - The "brightness", "columns", "fitplot", "gamma", "hue", + "natural-scaling", "penwidth", "position", "ppi", "saturation", and + "scaling" options are not longer supported (STR #4010) + - The "page-bottom", "page-left", "page-right", "page-top", + "prettyprint", and "wrap" options have been deprecated (STR #4010) + - The scheduler now reports the standard "number-of-documents" attribute + instead of the CUPS-specific "document-count" attribute in + job objects. + - Added new destination connection and enumeration functions (STR #3924) + - Added new option, localization, and job submission functions that do + not depend on PPD files (STR #3925) + - Added a new MaxJobTime directive for cupsd that specifies the maximum + amount of time allowed for a job to complete before it is canceled. + - The default password callback now supports passwords up to 127 + characters. + - The scheduler now supports a DefaultAuthType of "auto" to + automatically choose between Basic (username/password) and Negotiate + (Kerberos) authentication. + - cupsSideChannelSNMPGet/Walk now support OIDs and values up to 64k in + length. + - CUPS no longer supports automatic remote printers or implicit classes + via the CUPS, LDAP, or SLP protocols (STR #3922, STR #3923) + - The PPD APIs are now deprecated and will be removed in a future + version of CUPS (STR #3927) + - The default IPP version for requests is now 2.0 (STR #3929) + - The IPP APIs no longer expose the ipp_t or ipp_attribute_t structures + and instead provide accessor functions (STR #3928) + - The scheduler will no longer run programs with group write permission. + - The PHP module has been removed (STR #3932) + - The bannertops, commandtoescpx, commandtopclx, imagetops, + imagetoraster, pdftops, rastertoescpx, rastertopclx, and texttops + filters have been removed (STR #3930) + - The serial and parallel backends have been removed (STR 3935) diff --git a/CHANGES-IPPTOOL.txt b/CHANGES-IPPTOOL.txt index d16bbd5dd..861db490e 100644 --- a/CHANGES-IPPTOOL.txt +++ b/CHANGES-IPPTOOL.txt @@ -1,10 +1,16 @@ -CHANGES-IPPTOOL.txt - 2012-02-28 +CHANGES-IPPTOOL.txt - 2012-08-23 -------------------------------- This file provides a list of changes to the ipptool binary distribution posted on cups.org. +2012-MM-DD + + - Fixed REPEAT-MATCH for STATUS and EXPECT - was incorrectly erroring + out. + + 2012-02-28 - Changed behavior of WITH-VALUES "/regex/" to not require all values to diff --git a/CHANGES.txt b/CHANGES.txt index 7fc5a4262..76e4c4c0a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,69 +1,5 @@ -CHANGES.txt - 1.6b1 - 2012-05-22 +CHANGES.txt - 1.7b1 - 2012-08-10 -------------------------------- -CHANGES IN CUPS V1.6b1 +CHANGES IN CUPS V1.7b1 - - Documentation updates (STR #3927, STR #3980, STR #4010, STR #4068) - - The scheduler now consolidates all PPD updates from filters at the - end of the job (STR #4075) - - CUPS now supports color management using colord (STR #3808) - - CUPS now supports Bonjour using Avahi (STR #3066) - - The PreserveJobFiles and PreserveJobHistory directives now support - specification of a time interval (STR #3143) - - PPD files can now be archived in (gzip'd) tar files to further reduce - the disk space used by PPD files (STR #3772) - - The network backends now deal with printers that report their levels - in percent but do not specify a maximum capacity of 100 (STR #3551) - - The network backends now report full/almost-full waste bins in - printers along with end-of-life for cleaning pads (STR #4017) - - Added a configure option to set the permissions of the installed - cupsd (STR #3459) - - Added a new WITH-ALL-VALUES directive to ipptool EXPECT predicates - (STR #3949) - - CUPS now supports a User directive in client.conf and the CUPS_USER - environment variable for overriding the default username (STR #3114) - - Now set the PJL USERNAME variable as needed (STR #3100) - - Added support for usernames and passwords longer than 32 characters - (STR #2856) - - Added a new MaxHoldTime directive to automatically cancel jobs that - have been held indefinitely after a specific number of seconds - (STR #2291) - - The LPD backend now uses the originating host name when it is not the - local system (STR #2053) - - CUPS now prefers the suffix "dpcm" when reporting resolution in dots- - per-centimeter (STR #4006) - - The configure script and build system no longer support building of - separate 32-bit and 64-bit libraries. - - The "brightness", "columns", "fitplot", "gamma", "hue", - "natural-scaling", "penwidth", "position", "ppi", "saturation", and - "scaling" options are not longer supported (STR #4010) - - The "page-bottom", "page-left", "page-right", "page-top", - "prettyprint", and "wrap" options have been deprecated (STR #4010) - - The scheduler now reports the standard "number-of-documents" attribute - instead of the CUPS-specific "document-count" attribute in - job objects. - - Added new destination connection and enumeration functions (STR #3924) - - Added new option, localization, and job submission functions that do - not depend on PPD files (STR #3925) - - Added a new MaxJobTime directive for cupsd that specifies the maximum - amount of time allowed for a job to complete before it is canceled. - - The default password callback now supports passwords up to 127 - characters. - - The scheduler now supports a DefaultAuthType of "auto" to - automatically choose between Basic (username/password) and Negotiate - (Kerberos) authentication. - - cupsSideChannelSNMPGet/Walk now support OIDs and values up to 64k in - length. - - CUPS no longer supports automatic remote printers or implicit classes - via the CUPS, LDAP, or SLP protocols (STR #3922, STR #3923) - - The PPD APIs are now deprecated and will be removed in a future - version of CUPS (STR #3927) - - The default IPP version for requests is now 2.0 (STR #3929) - - The IPP APIs no longer expose the ipp_t or ipp_attribute_t structures - and instead provide accessor functions (STR #3928) - - The scheduler will no longer run programs with group write permission. - - The PHP module has been removed (STR #3932) - - The bannertops, commandtoescpx, commandtopclx, imagetops, - imagetoraster, pdftops, rastertoescpx, rastertopclx, and texttops - filters have been removed (STR #3930) - - The serial and parallel backends have been removed (STR 3935) diff --git a/CREDITS.txt b/CREDITS.txt index a241eef4d..b5721c449 100644 --- a/CREDITS.txt +++ b/CREDITS.txt @@ -1,4 +1,4 @@ -CREDITS.txt - 2010-03-13 +CREDITS.txt - 2012-07-16 ------------------------ Few projects are completed by one person, and CUPS is no exception. We'd @@ -17,7 +17,7 @@ like to thank the following individuals for their contributions: Wang Jian - CUPS RPM corrections. Roderick Johnstone - Beta tester of the millenium. Till Kamppeter - Bug fixes, beta testing, evangelism. - I–aki Larra–aga - Basque localization. + Iñaki Larrañaga - Basque localization. Kenshi Muto - Japanese localization, patches, and testing. Tomohiro Kato - Japanese localization. @@ -27,16 +27,18 @@ like to thank the following individuals for their contributions: Mark Lawrence - Microsoft interoperability testing. Jeff Licquia - Bug fixes, beta testing, evangelism. Jason McMullan - Original CUPS RPM distributions. + Àngel Mompó - Catalan localization. Wes Morgan - *BSD fixes. Daniel Nylander - Swedish localization. - Niklas 'Nille' kerstršm - Swedish localization. + Niklas 'Nille' Åkerström - Swedish localization. + Naruiko Ogasawara - Japanese localization. Giulio Orsero - Bug fixes and testing. Michal Osowiecki - Polish localization. Citra Paska - Indonesian localization. Kurt Pfeifle - Bug fixes, beta testing, evangelism. Vincenzo Reale - Italian localization. Petter Reinholdtsen - HP-UX compiler stuff. - Juan Pablo Gonz‡lez Riopedre - Spanish localization. + Juan Pablo González Riopedre - Spanish localization. Opher Shachar - Hebrew localization. Stuart Stevens - HP JetDirect IPP information. Andrea Suatoni - IRIX desktop integration and testing. diff --git a/INSTALL.txt b/INSTALL.txt index 0e9ebe391..937dbc2ce 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -1,4 +1,4 @@ -INSTALL - CUPS v1.6.0 - 2012-05-23 +INSTALL - CUPS v1.7b1 - 2012-08-10 ---------------------------------- This file describes how to compile and install CUPS from source code. For more diff --git a/README.txt b/README.txt index 6fe8727a4..fede61b6e 100644 --- a/README.txt +++ b/README.txt @@ -1,5 +1,5 @@ -README - CUPS v1.6.0 - 2012-05-23 ----------------------------------- +README - CUPS v1.7b1 - 2012-08-10 +--------------------------------- Looking for compile instructions? Read the file "INSTALL.txt" instead... @@ -8,7 +8,7 @@ instead... INTRODUCTION CUPS is a standards-based, open source printing system developed by Apple - Inc. for Mac OS® X and other UNIX®-like operating systems. CUPS uses the + Inc. for OS® X and other UNIX®-like operating systems. CUPS uses the Internet Printing Protocol ("IPP") and provides System V and Berkeley command-line interfaces, a web interface, and a C API to manage printers and print jobs. It supports printing to both local (parallel, serial, USB) and diff --git a/backend/Makefile b/backend/Makefile index 625e337d7..902bf6e80 100644 --- a/backend/Makefile +++ b/backend/Makefile @@ -128,7 +128,7 @@ install-exec: $(INSTALLXPC) $(RM) $(SERVERBIN)/backend/$$file; \ $(LN) ipp $(SERVERBIN)/backend/$$file; \ done - if test "x$(DNSSD_BACKEND)" != x; then \ + if test "x$(DNSSD_BACKEND)" != x -a `uname` = Darwin; then \ $(RM) $(SERVERBIN)/backend/mdns; \ $(LN) $(DNSSD_BACKEND) $(SERVERBIN)/backend/mdns; \ fi @@ -232,8 +232,10 @@ libbackend.a: $(LIBOBJS) dnssd: dnssd.o ../cups/$(LIBCUPS) libbackend.a echo Linking $@... $(CC) $(LDFLAGS) -o dnssd dnssd.o libbackend.a $(LIBS) - $(RM) mdns - $(LN) dnssd mdns + if test `uname` = Darwin; then \ + $(RM) mdns; \ + $(LN) dnssd mdns; \ + fi # diff --git a/backend/ipp.c b/backend/ipp.c index a0736a8bb..348188bd7 100644 --- a/backend/ipp.c +++ b/backend/ipp.c @@ -169,7 +169,7 @@ static const char *password_cb(const char *); static void report_attr(ipp_attribute_t *attr); static void report_printer_state(ipp_t *ipp); #if defined(HAVE_GSSAPI) && defined(HAVE_XPC) -static int run_as_user(int argc, char *argv[], uid_t uid, +static int run_as_user(char *argv[], uid_t uid, const char *device_uri, int fd); #endif /* HAVE_GSSAPI && HAVE_XPC */ static void sigterm_handler(int sig); @@ -348,7 +348,7 @@ main(int argc, /* I - Number of command-line args */ if (uid > 0) { if (argc == 6) - return (run_as_user(argc, argv, uid, device_uri, 0)); + return (run_as_user(argv, uid, device_uri, 0)); else { int status = 0; /* Exit status */ @@ -357,7 +357,7 @@ main(int argc, /* I - Number of command-line args */ { if ((fd = open(argv[i], O_RDONLY)) >= 0) { - status = run_as_user(argc, argv, uid, device_uri, fd); + status = run_as_user(argv, uid, device_uri, fd); close(fd); } else @@ -1080,7 +1080,7 @@ main(int argc, /* I - Number of command-line args */ get_job_attrs = 1; } - if (!send_document) + if (create_job && !send_document) { fputs("DEBUG: Printer supports Create-Job but not Send-Document.\n", stderr); @@ -2839,8 +2839,7 @@ report_printer_state(ipp_t *ipp) /* I - IPP response */ */ static int /* O - Exit status */ -run_as_user(int argc, /* I - Number of command-line args */ - char *argv[], /* I - Command-line arguments */ +run_as_user(char *argv[], /* I - Command-line arguments */ uid_t uid, /* I - User ID */ const char *device_uri, /* I - Device URI */ int fd) /* I - File to print */ diff --git a/backend/lpd.c b/backend/lpd.c index 874606fe9..e33081ce9 100644 --- a/backend/lpd.c +++ b/backend/lpd.c @@ -936,7 +936,7 @@ lpd_queue(const char *hostname, /* I - Host to connect to */ return (CUPS_BACKEND_FAILED); } - if (orighost) + if (orighost && _cups_strcasecmp(orighost, "localhost")) strlcpy(localhost, orighost, sizeof(localhost)); else httpGetHostname(NULL, localhost, sizeof(localhost)); diff --git a/backend/snmp.c b/backend/snmp.c index 745c5d8fd..57d2d07aa 100644 --- a/backend/snmp.c +++ b/backend/snmp.c @@ -251,7 +251,7 @@ main(int argc, /* I - Number of command-line arguments (6 or 7) */ #ifdef AF_INET6 if ((ipv6 = _cupsSNMPOpen(AF_INET6)) < 0) - return (1); + perror("DEBUG: Unable to create IPv6 socket"); #else ipv6 = -1; #endif /* AF_INET6 */ diff --git a/backend/usb-libusb.c b/backend/usb-libusb.c index 5811fde1f..705dbcbad 100644 --- a/backend/usb-libusb.c +++ b/backend/usb-libusb.c @@ -13,7 +13,7 @@ * * Contents: * - * list_devices() - List the available printers. + * list_devices() - List the available printers. * print_device() - Print a file to a USB device. * close_device() - Close the connection to the USB printer. * find_device() - Find or enumerate USB printers. @@ -22,6 +22,9 @@ * make_device_uri() - Create a device URI for a USB printer. * open_device() - Open a connection to the USB printer. * print_cb() - Find a USB printer for printing. + * printer_class_soft_reset()' - Do the soft reset request specific to + * printers + * quirks() - Get the known quirks of a given printer model * read_thread() - Thread to read the backchannel data on. * sidechannel_thread() - Handle side-channel requests. * soft_reset() - Send a soft reset to the device. @@ -60,13 +63,15 @@ typedef struct usb_printer_s /**** USB Printer Data ****/ { struct libusb_device *device; /* Device info */ int conf, /* Configuration */ + origconf, /* Original configuration */ iface, /* Interface */ altset, /* Alternate setting */ write_endp, /* Write endpoint */ - read_endp, /* Read endpoint */ + read_endp, /* Read endpoint */ protocol, /* Protocol: 1 = Uni-di, 2 = Bi-di. */ - usblp_attached; /* Is the "usblp" kernel module - attached? */ + usblp_attached, /* "usblp" kernel module attached? */ + reset_after_job; /* Set to 1 by print_device() */ + unsigned int quirks; /* Quirks flags */ struct libusb_device_handle *handle; /* Open handle to device */ } usb_printer_t; @@ -99,6 +104,63 @@ typedef struct usb_globals_s int sidechannel_thread_done; } usb_globals_t; +/* + * Quirks: various printer quirks are handled by this table & its flags. + * + * This is copied from the usblp kernel module. So we can easily copy and paste + * new quirks from the module. + */ + +struct quirk_printer_struct { + int vendorId; + int productId; + unsigned int quirks; +}; + +#define USBLP_QUIRK_BIDIR 0x1 /* reports bidir but requires + unidirectional mode (no INs/reads) */ +#define USBLP_QUIRK_USB_INIT 0x2 /* needs vendor USB init string */ +#define USBLP_QUIRK_BAD_CLASS 0x4 /* descriptor uses vendor-specific + Class or SubClass */ +#define USBLP_QUIRK_RESET 0x4000 /* After printing do a reset + for clean-up */ +#define USBLP_QUIRK_NO_REATTACH 0x8000 /* After printing we cannot re-attach + the usblp kernel module */ + +static const struct quirk_printer_struct quirk_printers[] = { + { 0x03f0, 0x0004, USBLP_QUIRK_BIDIR }, /* HP DeskJet 895C */ + { 0x03f0, 0x0104, USBLP_QUIRK_BIDIR }, /* HP DeskJet 880C */ + { 0x03f0, 0x0204, USBLP_QUIRK_BIDIR }, /* HP DeskJet 815C */ + { 0x03f0, 0x0304, USBLP_QUIRK_BIDIR }, /* HP DeskJet 810C/812C */ + { 0x03f0, 0x0404, USBLP_QUIRK_BIDIR }, /* HP DeskJet 830C */ + { 0x03f0, 0x0504, USBLP_QUIRK_BIDIR }, /* HP DeskJet 885C */ + { 0x03f0, 0x0604, USBLP_QUIRK_BIDIR }, /* HP DeskJet 840C */ + { 0x03f0, 0x0804, USBLP_QUIRK_BIDIR }, /* HP DeskJet 816C */ + { 0x03f0, 0x1104, USBLP_QUIRK_BIDIR }, /* HP Deskjet 959C */ + { 0x0409, 0xefbe, USBLP_QUIRK_BIDIR }, /* NEC Picty900 (HP OEM) */ + { 0x0409, 0xbef4, USBLP_QUIRK_BIDIR }, /* NEC Picty760 (HP OEM) */ + { 0x0409, 0xf0be, USBLP_QUIRK_BIDIR }, /* NEC Picty920 (HP OEM) */ + { 0x0409, 0xf1be, USBLP_QUIRK_BIDIR }, /* NEC Picty800 (HP OEM) */ + { 0x0482, 0x0010, USBLP_QUIRK_BIDIR }, /* Kyocera Mita FS 820, + by zut */ + { 0x04a9, 0x10a2, USBLP_QUIRK_BIDIR }, /* Canon, Inc. PIXMA iP4200 + Printer, http://www.cups.org/str.php?L4155 */ + { 0x04a9, 0x10b6, USBLP_QUIRK_BIDIR }, /* Canon, Inc. PIXMA iP4300 + Printer, https://bugs.launchpad.net/bugs/1032385 */ + { 0x04f9, 0x000d, USBLP_QUIRK_BIDIR | + USBLP_QUIRK_NO_REATTACH }, /* Brother Industries, Ltd + HL-1440 Laser Printer */ + { 0x04b8, 0x0202, USBLP_QUIRK_BAD_CLASS }, /* Seiko Epson Receipt + Printer M129C */ + { 0x067b, 0x2305, USBLP_QUIRK_BIDIR | + USBLP_QUIRK_NO_REATTACH | + USBLP_QUIRK_RESET }, + /* Prolific Technology, Inc. PL2305 Parallel Port + (USB -> Parallel adapter) */ + { 0x04e8, 0x0000, USBLP_QUIRK_RESET }, /* All Samsung devices */ + { 0, 0 } +}; + /* * Globals... @@ -124,6 +186,8 @@ static char *make_device_uri(usb_printer_t *printer, static int open_device(usb_printer_t *printer, int verbose); static int print_cb(usb_printer_t *printer, const char *device_uri, const char *device_id, const void *data); +static int printer_class_soft_reset(usb_printer_t *printer); +static unsigned int quirks(int vendor, int product); static void *read_thread(void *reference); static void *sidechannel_thread(void *reference); static void soft_reset(void); @@ -163,7 +227,8 @@ print_device(const char *uri, /* I - Device URI */ iostatus; /* Current IO status */ pthread_t read_thread_id, /* Read thread */ sidechannel_thread_id; /* Side-channel thread */ - int have_sidechannel = 0; /* Was the side-channel thread started? */ + int have_sidechannel = 0, /* Was the side-channel thread started? */ + have_backchannel = 0; /* Do we have a back channel? */ struct stat sidechannel_info; /* Side-channel file descriptor info */ unsigned char print_buffer[8192], /* Print data buffer */ *print_ptr; /* Pointer into print data buffer */ @@ -172,6 +237,9 @@ print_device(const char *uri, /* I - Device URI */ struct timeval *timeout, /* Timeout pointer */ tv; /* Time value */ struct timespec cond_timeout; /* pthread condition timeout */ + int num_opts; /* Number of options */ + cups_option_t *opts; /* Options */ + const char *val; /* Option value */ /* @@ -187,6 +255,7 @@ print_device(const char *uri, /* I - Device URI */ * Connect to the printer... */ + fprintf(stderr, "DEBUG: Printing on printer with URI: %s\n", uri); while ((g.printer = find_device(print_cb, uri)) == NULL) { _cupsLangPrintFilter(stderr, "INFO", @@ -196,6 +265,12 @@ print_device(const char *uri, /* I - Device URI */ g.print_fd = print_fd; + /* + * Some devices need a reset after finishing a job, these devices are + * marked with the USBLP_QUIRK_RESET quirk. + */ + g.printer->reset_after_job = (g.printer->quirks & USBLP_QUIRK_RESET ? 1 : 0); + /* * If we are printing data from a print driver on stdin, ignore SIGTERM * so that the driver can finish out any page data, e.g. to eject the @@ -240,25 +315,62 @@ print_device(const char *uri, /* I - Device URI */ } /* - * Get the read thread going... + * Debug mode: If option "usb-unidir" is given, always deactivate + * backchannel */ - g.read_thread_stop = 0; - g.read_thread_done = 0; + num_opts = cupsParseOptions(argv[5], 0, &opts); + val = cupsGetOption("usb-unidir", num_opts, opts); + if (val && strcasecmp(val, "no") && strcasecmp(val, "off") && + strcasecmp(val, "false")) + { + g.printer->read_endp = -1; + fprintf(stderr, "DEBUG: Forced uni-directional communication " + "via \"usb-unidir\" option.\n"); + } - pthread_cond_init(&g.read_thread_cond, NULL); - pthread_mutex_init(&g.read_thread_mutex, NULL); + /* + * Debug mode: If option "usb-no-reattach" is given, do not re-attach + * the usblp kernel module after the job has completed. + */ - if (pthread_create(&read_thread_id, NULL, read_thread, NULL)) + val = cupsGetOption("usb-no-reattach", num_opts, opts); + if (val && strcasecmp(val, "no") && strcasecmp(val, "off") && + strcasecmp(val, "false")) { - fprintf(stderr, "DEBUG: Fatal USB error.\n"); - _cupsLangPrintFilter(stderr, "ERROR", - _("There was an unrecoverable USB error.")); - fputs("DEBUG: Couldn't create read thread.\n", stderr); - close_device(g.printer); - return (CUPS_BACKEND_STOP); + g.printer->usblp_attached = 0; + fprintf(stderr, "DEBUG: Forced not re-attaching the usblp kernel module " + "after the job via \"usb-no-reattach\" option.\n"); } + /* + * Get the read thread going... + */ + + if (g.printer->read_endp != -1) + { + have_backchannel = 1; + + g.read_thread_stop = 0; + g.read_thread_done = 0; + + pthread_cond_init(&g.read_thread_cond, NULL); + pthread_mutex_init(&g.read_thread_mutex, NULL); + + if (pthread_create(&read_thread_id, NULL, read_thread, NULL)) + { + fprintf(stderr, "DEBUG: Fatal USB error.\n"); + _cupsLangPrintFilter(stderr, "ERROR", + _("There was an unrecoverable USB error.")); + fputs("DEBUG: Couldn't create read thread.\n", stderr); + close_device(g.printer); + return (CUPS_BACKEND_STOP); + } + } + else + fprintf(stderr, "DEBUG: Uni-directional device/mode, back channel " + "deactivated.\n"); + /* * The main thread sends the print file... */ @@ -515,38 +627,18 @@ print_device(const char *uri, /* I - Device URI */ * Signal the read thread to exit then wait 7 seconds for it to complete... */ - g.read_thread_stop = 1; - - pthread_mutex_lock(&g.read_thread_mutex); - - if (!g.read_thread_done) + if (have_backchannel) { - fputs("DEBUG: Waiting for read thread to exit...\n", stderr); + g.read_thread_stop = 1; - gettimeofday(&tv, NULL); - cond_timeout.tv_sec = tv.tv_sec + WAIT_EOF_DELAY; - cond_timeout.tv_nsec = tv.tv_usec * 1000; - - while (!g.read_thread_done) - { - if (pthread_cond_timedwait(&g.read_thread_cond, &g.read_thread_mutex, - &cond_timeout) != 0) - break; - } - - /* - * If it didn't exit abort the pending read and wait an additional second... - */ + pthread_mutex_lock(&g.read_thread_mutex); if (!g.read_thread_done) { - fputs("DEBUG: Read thread still active, aborting the pending read...\n", - stderr); - - g.wait_eof = 0; + fputs("DEBUG: Waiting for read thread to exit...\n", stderr); gettimeofday(&tv, NULL); - cond_timeout.tv_sec = tv.tv_sec + 1; + cond_timeout.tv_sec = tv.tv_sec + WAIT_EOF_DELAY; cond_timeout.tv_nsec = tv.tv_usec * 1000; while (!g.read_thread_done) @@ -555,10 +647,34 @@ print_device(const char *uri, /* I - Device URI */ &cond_timeout) != 0) break; } + + /* + * If it didn't exit abort the pending read and wait an additional + * second... + */ + + if (!g.read_thread_done) + { + fputs("DEBUG: Read thread still active, aborting the pending read...\n", + stderr); + + g.wait_eof = 0; + + gettimeofday(&tv, NULL); + cond_timeout.tv_sec = tv.tv_sec + 1; + cond_timeout.tv_nsec = tv.tv_usec * 1000; + + while (!g.read_thread_done) + { + if (pthread_cond_timedwait(&g.read_thread_cond, &g.read_thread_mutex, + &cond_timeout) != 0) + break; + } + } } - } - pthread_mutex_unlock(&g.read_thread_mutex); + pthread_mutex_unlock(&g.read_thread_mutex); + } if (print_fd) close(print_fd); @@ -600,31 +716,86 @@ close_device(usb_printer_t *printer) /* I - Printer */ * to the device... */ - int number; /* Interface number */ + int errcode; /* Return value of libusb function */ + int number1, /* Interface number */ + number2; /* Configuration number */ - libusb_get_device_descriptor(printer->device, &devdesc); - libusb_get_config_descriptor(printer->device, printer->conf, &confptr); - number = confptr->interface[printer->iface]. - altsetting[printer->altset].bInterfaceNumber; - libusb_release_interface(printer->handle, number); - if (number != 0) - libusb_release_interface(printer->handle, 0); + errcode = + libusb_get_config_descriptor(printer->device, printer->conf, &confptr); + if (errcode >= 0) + { + number1 = confptr->interface[printer->iface]. + altsetting[printer->altset].bInterfaceNumber; + libusb_release_interface(printer->handle, number1); + + number2 = confptr->bConfigurationValue; + + libusb_free_config_descriptor(confptr); + + /* + * If we have changed the configuration from one valid configuration + * to another, restore the old one + */ + if (printer->origconf > 0 && printer->origconf != number2) + { + fprintf(stderr, "DEBUG: Restoring USB device configuration: %d -> %d\n", + number2, printer->origconf); + if ((errcode = libusb_set_configuration(printer->handle, + printer->origconf)) < 0) + { + if (errcode != LIBUSB_ERROR_BUSY) + { + errcode = + libusb_get_device_descriptor (printer->device, &devdesc); + if (errcode < 0) + fprintf(stderr, + "DEBUG: Failed to set configuration %d\n", + printer->origconf); + else + fprintf(stderr, + "DEBUG: Failed to set configuration %d for %04x:%04x\n", + printer->origconf, devdesc.idVendor, devdesc.idProduct); + } + } + } + + /* + * Re-attach "usblp" kernel module if it was attached before using this + * device + */ + if (printer->usblp_attached == 1) + if (libusb_attach_kernel_driver(printer->handle, number1) < 0) + { + errcode = libusb_get_device_descriptor (printer->device, &devdesc); + if (errcode < 0) + fprintf(stderr, + "DEBUG: Failed to re-attach \"usblp\" kernel module\n"); + else + fprintf(stderr, + "DEBUG: Failed to re-attach \"usblp\" kernel module to " + "%04x:%04x\n", devdesc.idVendor, devdesc.idProduct); + } + } + else + fprintf(stderr, + "DEBUG: Failed to get configuration descriptor %d\n", + printer->conf); /* - * Re-attach "usblp" kernel module if it was attached before using this - * device + * Reset the device to clean up after the job */ - if (printer->usblp_attached == 1) + if (printer->reset_after_job == 1) { - if (libusb_attach_kernel_driver(printer->handle, printer->iface) < 0) + if ((errcode = libusb_reset_device(printer->handle)) < 0) + fprintf(stderr, + "DEBUG: Device reset failed, error code: %d\n", + errcode); + else fprintf(stderr, - "DEBUG: Failed to re-attach \"usblp\" kernel module to " - "%04x:%04x\n", devdesc.idVendor, devdesc.idProduct); + "DEBUG: Resetting printer.\n"); } - libusb_free_config_descriptor(confptr); - /* * Close the interface and return... */ @@ -694,12 +865,15 @@ find_device(usb_cb_t cb, /* I - Callback function */ * a printer... */ - libusb_get_device_descriptor(device, &devdesc); + if (libusb_get_device_descriptor(device, &devdesc) < 0) + continue; if (!devdesc.bNumConfigurations || !devdesc.idVendor || !devdesc.idProduct) continue; + printer.quirks = quirks(devdesc.idVendor, devdesc.idProduct); + for (conf = 0; conf < devdesc.bNumConfigurations; conf ++) { if (libusb_get_config_descriptor(device, conf, &confptr) < 0) @@ -724,13 +898,18 @@ find_device(usb_cb_t cb, /* I - Callback function */ * 1284.4 (packet mode) protocol as well. */ - if (altptr->bInterfaceClass != LIBUSB_CLASS_PRINTER || - altptr->bInterfaceSubClass != 1 || + if (((altptr->bInterfaceClass != LIBUSB_CLASS_PRINTER || + altptr->bInterfaceSubClass != 1) && + ((printer.quirks & USBLP_QUIRK_BAD_CLASS) == 0)) || (altptr->bInterfaceProtocol != 1 && /* Unidirectional */ altptr->bInterfaceProtocol != 2) || /* Bidirectional */ altptr->bInterfaceProtocol < protocol) continue; + if (printer.quirks & USBLP_QUIRK_BAD_CLASS) + fprintf(stderr, "DEBUG: Printer does not report class 7 and/or " + "subclass 1 but works as a printer anyway\n"); + read_endp = -1; write_endp = -1; @@ -755,7 +934,10 @@ find_device(usb_cb_t cb, /* I - Callback function */ protocol = altptr->bInterfaceProtocol; printer.altset = altset; printer.write_endp = write_endp; - printer.read_endp = read_endp; + if (protocol > 1) + printer.read_endp = read_endp; + else + printer.read_endp = -1; } } @@ -773,16 +955,41 @@ find_device(usb_cb_t cb, /* I - Callback function */ make_device_uri(&printer, device_id, device_uri, sizeof(device_uri)); + fprintf(stderr, "DEBUG2: Printer found with device ID: %s " + "Device URI: %s\n", + device_id, device_uri); + if ((*cb)(&printer, device_uri, device_id, data)) { - printer.read_endp = confptr->interface[printer.iface]. - altsetting[printer.altset]. - endpoint[printer.read_endp]. - bEndpointAddress; + fprintf(stderr, "DEBUG: Device protocol: %d\n", + printer.protocol); + if (printer.quirks & USBLP_QUIRK_BIDIR) + { + printer.read_endp = -1; + fprintf(stderr, "DEBUG: Printer reports bi-di support " + "but in reality works only uni-directionally\n"); + } + if (printer.read_endp != -1) + { + printer.read_endp = confptr->interface[printer.iface]. + altsetting[printer.altset]. + endpoint[printer.read_endp]. + bEndpointAddress; + } + else + fprintf(stderr, "DEBUG: Uni-directional USB communication " + "only!\n"); printer.write_endp = confptr->interface[printer.iface]. altsetting[printer.altset]. endpoint[printer.write_endp]. bEndpointAddress; + if (printer.quirks & USBLP_QUIRK_NO_REATTACH) + { + printer.usblp_attached = 0; + fprintf(stderr, "DEBUG: Printer does not like usblp " + "kernel module to be re-attached after job\n"); + } + libusb_free_config_descriptor(confptr); return (&printer); } @@ -1086,15 +1293,20 @@ open_device(usb_printer_t *printer, /* I - Printer */ * Try opening the printer... */ - if (libusb_open(printer->device, &printer->handle) < 0) + if ((errcode = libusb_open(printer->device, &printer->handle)) < 0) + { + fprintf(stderr, "DEBUG: Failed to open device, code: %d\n", + errcode); return (-1); + } printer->usblp_attached = 0; + printer->reset_after_job = 0; if (verbose) fputs("STATE: +connecting-to-device\n", stderr); - if ((errcode = libusb_get_device_descriptor (printer->device, &devdesc)) < 0) + if ((errcode = libusb_get_device_descriptor(printer->device, &devdesc)) < 0) { fprintf(stderr, "DEBUG: Failed to get device descriptor, code: %d\n", errcode); @@ -1142,12 +1354,22 @@ open_device(usb_printer_t *printer, /* I - Printer */ 0, 0, (unsigned char *)¤t, 1, 5000) < 0) current = 0; /* Assume not configured */ - libusb_get_device_descriptor(printer->device, &devdesc); - libusb_get_config_descriptor(printer->device, printer->conf, &confptr); + printer->origconf = current; + + if ((errcode = + libusb_get_config_descriptor (printer->device, printer->conf, &confptr)) + < 0) + { + fprintf(stderr, "DEBUG: Failed to get config descriptor for %04x:%04x\n", + devdesc.idVendor, devdesc.idProduct); + goto error; + } number1 = confptr->bConfigurationValue; if (number1 != current) { + fprintf(stderr, "DEBUG: Switching USB device configuration: %d -> %d\n", + current, number1); if ((errcode = libusb_set_configuration(printer->handle, number1)) < 0) { /* @@ -1162,38 +1384,6 @@ open_device(usb_printer_t *printer, /* I - Printer */ } } - /* - * Get the "usblp" kernel module out of the way. This backend only - * works without the module attached. - */ - - errcode = libusb_kernel_driver_active(printer->handle, printer->iface); - if (errcode == 0) - printer->usblp_attached = 0; - else if (errcode == 1) - { - printer->usblp_attached = 1; - if ((errcode = - libusb_detach_kernel_driver(printer->handle, printer->iface)) < 0) - { - fprintf(stderr, "DEBUG: Failed to detach \"usblp\" module from %04x:%04x\n", - devdesc.idVendor, devdesc.idProduct); - goto error; - } - } - else - { - printer->usblp_attached = 0; - - if (errcode != LIBUSB_ERROR_NOT_SUPPORTED) - { - fprintf(stderr, - "DEBUG: Failed to check whether %04x:%04x has the \"usblp\" " - "kernel module attached\n", devdesc.idVendor, devdesc.idProduct); - goto error; - } - } - /* * Claim interfaces as needed... */ @@ -1358,6 +1548,65 @@ print_cb(usb_printer_t *printer, /* I - Printer */ } +/* + * 'printer_class_soft_reset()' - Do the soft reset request specific to printers + * + * This soft reset is specific to the printer device class and is much less + * invasive than the general USB reset libusb_reset_device(). Especially it + * does never happen that the USB addressing and configuration changes. What + * is actually done is that all buffers get flushed and the bulk IN and OUT + * pipes get reset to their default states. This clears all stall conditions. + * See http://cholla.mmto.org/computers/linux/usb/usbprint11.pdf + */ + +static int /* O - 0 on success, < 0 on error */ +printer_class_soft_reset(usb_printer_t *printer) /* I - Printer */ +{ + struct libusb_config_descriptor *confptr = NULL; + /* Pointer to current configuration */ + int interface, + errcode; + + if (libusb_get_config_descriptor(printer->device, printer->conf, &confptr) + < 0) + interface = printer->iface; + else + interface = confptr->interface[printer->iface]. + altsetting[printer->altset].bInterfaceNumber; + libusb_free_config_descriptor(confptr); + if ((errcode = libusb_control_transfer(printer->handle, + LIBUSB_REQUEST_TYPE_CLASS | + LIBUSB_ENDPOINT_OUT | + LIBUSB_RECIPIENT_OTHER, + 2, 0, interface, NULL, 0, 5000)) < 0) + errcode = libusb_control_transfer(printer->handle, + LIBUSB_REQUEST_TYPE_CLASS | + LIBUSB_ENDPOINT_OUT | + LIBUSB_RECIPIENT_INTERFACE, + 2, 0, interface, NULL, 0, 5000); + return errcode; +} + + +/* + * 'quirks()' - Get the known quirks of a given printer model + */ + +static unsigned int quirks(int vendor, int product) +{ + int i; + + for (i = 0; quirk_printers[i].vendorId; i++) + { + if (vendor == quirk_printers[i].vendorId && + (quirk_printers[i].productId == 0x0000 || + product == quirk_printers[i].productId)) + return quirk_printers[i].quirks; + } + return 0; +} + + /* * 'read_thread()' - Thread to read the backchannel data on. */ @@ -1632,7 +1881,7 @@ static void soft_reset(void) * Send the reset... */ - libusb_reset_device (g.printer->handle); + printer_class_soft_reset(g.printer); /* * Release the I/O lock... diff --git a/berkeley/lpq.c b/berkeley/lpq.c index e798cf8c6..2dfc3bfbf 100644 --- a/berkeley/lpq.c +++ b/berkeley/lpq.c @@ -3,7 +3,7 @@ * * "lpq" command for CUPS. * - * Copyright 2007-2011 by Apple Inc. + * Copyright 2007-2012 by Apple Inc. * Copyright 1997-2006 by Easy Software Products. * * These coded instructions, statements, and computer programs are the @@ -371,6 +371,7 @@ show_jobs(const char *command, /* I - Command name */ * attributes-natural-language * job-uri or printer-uri * requested-attributes + * requesting-user-name */ request = ippNewRequest(id ? IPP_GET_JOB_ATTRIBUTES : IPP_GET_JOBS); @@ -399,6 +400,9 @@ show_jobs(const char *command, /* I - Command name */ "requesting-user-name", NULL, user); ippAddBoolean(request, IPP_TAG_OPERATION, "my-jobs", 1); } + else + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, + "requesting-user-name", NULL, cupsUser()); ippAddStrings(request, IPP_TAG_OPERATION, IPP_TAG_KEYWORD, "requested-attributes", @@ -447,8 +451,8 @@ show_jobs(const char *command, /* I - Command name */ jobpriority = 50; #endif /* __osf__ */ jobstate = IPP_JOB_PENDING; - jobname = "untitled"; - jobuser = NULL; + jobname = "unknown"; + jobuser = "unknown"; jobdest = NULL; jobcopies = 1; diff --git a/conf/cupsd.conf.in b/conf/cupsd.conf.in index 790c02b49..8a1e86f25 100644 --- a/conf/cupsd.conf.in +++ b/conf/cupsd.conf.in @@ -19,8 +19,6 @@ Listen localhost:@DEFAULT_IPP_PORT@ # Show shared printers on the local network. Browsing On -BrowseOrder allow,deny -BrowseAllow all BrowseLocalProtocols @CUPS_BROWSE_LOCAL_PROTOCOLS@ # Default authentication type, when authentication is required... diff --git a/config-scripts/cups-common.m4 b/config-scripts/cups-common.m4 index b8c740523..1c21309e7 100644 --- a/config-scripts/cups-common.m4 +++ b/config-scripts/cups-common.m4 @@ -20,7 +20,7 @@ dnl Set the name of the config header file... AC_CONFIG_HEADER(config.h) dnl Version number information... -CUPS_VERSION="1.6svn" +CUPS_VERSION="1.7svn" CUPS_REVISION="" if test -z "$CUPS_REVISION" -a -d .svn; then CUPS_REVISION="-r`svnversion . | awk -F: '{print $NF}' | sed -e '1,$s/[[a-zA-Z]]*//g'`" diff --git a/config-scripts/cups-ssl.m4 b/config-scripts/cups-ssl.m4 index 28d5d3482..0bf9e00c7 100644 --- a/config-scripts/cups-ssl.m4 +++ b/config-scripts/cups-ssl.m4 @@ -56,12 +56,6 @@ if test x$enable_ssl != xno; then AC_CHECK_HEADER(Security/SecIdentitySearchPriv.h, AC_DEFINE(HAVE_SECIDENTITYSEARCHPRIV_H)) - dnl Check for SSLSetProtocolVersionMax... - SAVELIBS="$LIBS" - LIBS="$LIBS -framework Security" - AC_CHECK_FUNC(SSLSetProtocolVersionMax) - LIBS="$SAVELIBS" - dnl Check for SecCertificateCopyData.. AC_MSG_CHECKING(for SecCertificateCopyData) if test $uversion -ge 100; then diff --git a/config.h.in b/config.h.in index 9498b7f5e..60fa36cb1 100644 --- a/config.h.in +++ b/config.h.in @@ -345,13 +345,6 @@ #undef HAVE_SECPOLICYCREATESSL -/* - * Do we have the SSLSetProtocolVersionMax function? - */ - -#undef HAVE_SSLSETPROTOCOLVERSIONMAX - - /* * Do we have the cssmErrorString function? */ @@ -359,25 +352,6 @@ #undef HAVE_CSSMERRORSTRING -/* - * Do we have the SLP library? - */ - -#undef HAVE_LIBSLP - - -/* - * Do we have an LDAP library? - */ - -#undef HAVE_LDAP -#undef HAVE_OPENLDAP -#undef HAVE_MOZILLA_LDAP -#undef HAVE_LDAP_SSL_H -#undef HAVE_LDAP_SSL -#undef HAVE_LDAP_REBIND_PROC - - /* * Do we have libpaper? */ diff --git a/cups/Makefile b/cups/Makefile index 56b74192f..0b6765794 100644 --- a/cups/Makefile +++ b/cups/Makefile @@ -304,7 +304,7 @@ libcups.2.dylib: $(LIBOBJS) $(LIBCUPSORDER) echo Linking $@... $(DSO) $(ARCHFLAGS) $(DSOFLAGS) -o $@ \ -install_name $(libdir)/$@ \ - -current_version 2.9.0 \ + -current_version 2.10.0 \ -compatibility_version 2.0.0 \ -exported_symbols_list t.exp \ $(LIBOBJS) $(LIBGSSAPI) $(SSLLIBS) $(DNSSDLIBS) \ @@ -333,7 +333,7 @@ libcups_s.a: $(LIBOBJS) libcups_s.exp libcups.la: $(LIBOBJS) echo Linking $@... $(CC) $(ARCHFLAGS) $(DSOFLAGS) -o $@ $(LIBOBJS:.o=.lo) \ - -rpath $(LIBDIR) -version-info 2:9 $(LIBGSSAPI) $(SSLLIBS) \ + -rpath $(LIBDIR) -version-info 2:10 $(LIBGSSAPI) $(SSLLIBS) \ $(DNSSDLIBS) $(COMMONLIBS) $(LIBZ) diff --git a/cups/cups.h b/cups/cups.h index 8d19651d6..e50468508 100644 --- a/cups/cups.h +++ b/cups/cups.h @@ -52,9 +52,9 @@ extern "C" { * Constants... */ -# define CUPS_VERSION 1.0600 +# define CUPS_VERSION 1.0700 # define CUPS_VERSION_MAJOR 1 -# define CUPS_VERSION_MINOR 6 +# define CUPS_VERSION_MINOR 7 # define CUPS_VERSION_PATCH 0 # define CUPS_BC_FD 3 diff --git a/cups/dest.c b/cups/dest.c index 3bc89d5da..0714f6670 100644 --- a/cups/dest.c +++ b/cups/dest.c @@ -2679,8 +2679,10 @@ cups_dnssd_browse_cb( AvahiLookupResultFlags flags, /* I - Flags */ void *context) /* I - Devices array */ { +#ifdef DEBUG AvahiClient *client = avahi_service_browser_get_client(browser); /* Client information */ +#endif /* DEBUG */ _cups_dnssd_data_t *data = (_cups_dnssd_data_t *)context; /* Enumeration data */ @@ -3064,8 +3066,10 @@ cups_dnssd_query_cb( AvahiLookupResultFlags flags, /* I - Flags */ void *context) /* I - Enumeration data */ { +# ifdef DEBUG AvahiClient *client = avahi_record_browser_get_client(browser); /* Client information */ +# endif /* DEBUG */ # endif /* HAVE_DNSSD */ _cups_dnssd_data_t *data = (_cups_dnssd_data_t *)context; /* Enumeration data */ diff --git a/cups/http.c b/cups/http.c index 9957a16ae..a88a08187 100644 --- a/cups/http.c +++ b/cups/http.c @@ -3702,8 +3702,17 @@ http_send(http_t *http, /* I - Connection to server */ DEBUG_printf(("9http_send: %s: %s", http_fields[i], httpGetField(http, i))); - if (httpPrintf(http, "%s: %s\r\n", http_fields[i], - httpGetField(http, i)) < 1) + if (i == HTTP_FIELD_HOST) + { + if (httpPrintf(http, "Host: %s:%d\r\n", httpGetField(http, i), + _httpAddrPort(http->hostaddr)) < 1) + { + http->status = HTTP_ERROR; + return (-1); + } + } + else if (httpPrintf(http, "%s: %s\r\n", http_fields[i], + httpGetField(http, i)) < 1) { http->status = HTTP_ERROR; return (-1); diff --git a/cups/language.c b/cups/language.c index 74af58932..49f038238 100644 --- a/cups/language.c +++ b/cups/language.c @@ -788,7 +788,7 @@ _cupsLangString(cups_lang_t *lang, /* I - Language */ * Range check input... */ - if (!lang || !message) + if (!lang || !message || !*message) return (message); _cupsMutexLock(&lang_mutex); diff --git a/cups/util.c b/cups/util.c index d029588c4..a73130763 100644 --- a/cups/util.c +++ b/cups/util.c @@ -1636,6 +1636,7 @@ cups_get_printer_uri( /* Hostname associated with connection */ static const char * const requested_attrs[] = { /* Requested attributes */ + "device-uri", "member-uris", "printer-uri-supported", "printer-type" @@ -1696,7 +1697,32 @@ cups_get_printer_uri( if ((response = cupsDoRequest(http, request, "/")) != NULL) { - if ((attr = ippFindAttribute(response, "member-uris", IPP_TAG_URI)) != NULL) + const char *device_uri = NULL; /* device-uri value */ + + if ((attr = ippFindAttribute(response, "device-uri", + IPP_TAG_URI)) != NULL) + device_uri = attr->values[0].string.text; + + if (device_uri && + ((strstr(device_uri, "._ipp.") != NULL || + strstr(device_uri, "._ipps.") != NULL) && + !strcmp(device_uri + strlen(device_uri) - 5, "/cups"))) + { + /* + * Statically-configured Bonjour shared printer. + */ + + httpSeparateURI(HTTP_URI_CODING_ALL, + _httpResolveURI(device_uri, uri, sizeof(uri), + _HTTP_RESOLVE_DEFAULT, NULL, NULL), + scheme, sizeof(scheme), username, sizeof(username), + host, hostsize, port, resource, resourcesize); + ippDelete(response); + + return (1); + } + else if ((attr = ippFindAttribute(response, "member-uris", + IPP_TAG_URI)) != NULL) { /* * Get the first actual printer name in the class... diff --git a/desktop/cups.desktop.in b/desktop/cups.desktop.in index 44bb115f8..911a75e38 100644 --- a/desktop/cups.desktop.in +++ b/desktop/cups.desktop.in @@ -7,6 +7,8 @@ Terminal=false Type=Application Name=Manage Printing Comment=CUPS Web Interface +Name[ca]=Gestor d'impressió +Comment[ca]=Interfície web de CUPS Name[de]=Druckerverwaltung Comment[de]=CUPS Webinterface Name[en_US]=Manage Printing diff --git a/doc/ca/index.html.in b/doc/ca/index.html.in new file mode 100644 index 000000000..3cd2c33fc --- /dev/null +++ b/doc/ca/index.html.in @@ -0,0 +1,107 @@ + + + + + Inici - CUPS @CUPS_VERSION@@CUPS_REVISION@ + + + + + + + + +
+ + + + + + + + + + + + +
  Inici    Administració    Classes    Ajuda en línia    Tasques    Impressores  
+ + + + + +
+ +

CUPS @CUPS_VERSION@

+ +

CUPS és el sistema d'impressió de codi obert i basat en estandards desenvolupat per +Apple Inc. per OS® X and +altres sistemes operatius basats en UNIX®

+ +
CUPS
+ + + +
+ +

CUPS per usuaris

+ +

Descripció general del CUPS

+ +

Impresió i opcions en linia de comandes

+ +

Novetats del CUPS 1.4

+ +

Fòrum d'usuaris

+ +
+ +

CUPS per Administradors

+ +

Afegir impressores i classes

+ +

Gestió de les polítiques de treball

+ +

Bàsic de comptes d'impressió

+ +

Seguritat del servidor

+ +

Ús d'autenticació amb el Kerberos

+ +

Ús d'impressores en xarxa

+ +

Referència del cupsd.conf

+ +

Cerca de controladors d'impressora

+ +
+ +

CUPS per desenvolupadors

+ +

Introducció a la programació amb CUPS

+ +

La API de CUPS

+ +

Programació de filtres i rerefons

+ +

APIs per HTTP i IPP

+ +

API per PPD

+ +

API per Raster

+ +

Referència del fitxer d'inf. del compilador del controlador per PPD

+ +

Fòrum de desenvolupadors

+ +
+ +
 
CUPS i el seu logotip són marques registrades de +Apple Inc. CUPS té copyright 2007-2012 d'Apple +Inc. Tots els drets reservats.
+ + diff --git a/doc/es/index.html.in b/doc/es/index.html.in new file mode 100644 index 000000000..4c57ed5a8 --- /dev/null +++ b/doc/es/index.html.in @@ -0,0 +1,107 @@ + + + + + Inicio - CUPS @CUPS_VERSION@@CUPS_REVISION@ + + + + + + + + +
+ + + + + + + + + + + + +
  Inicio    Administración    Clases    Ayuda en línea    Trabajos    Impresoras  
+ + + + + +
+ +

CUPS @CUPS_VERSION@

+ +

CUPS es el sistema de impresión de código abierto basado en +estándares desarrollado por Apple Inc. para +OS® X y otros sistemas operativos tipo UNIX®.

+ +
CUPS
+ + + +
+ +

CUPS para usuarios

+ +

Descripción de CUPS

+ +

Impresión desde la línea de comandos y opciones

+ +

Qué hay de nuevo en CUPS 1.6

+ +

Foro de usuarios

+ +
+ +

CUPS para administradores

+ +

Añadiendo impresoras y clases

+ +

Gestionando políticas de funcionamiento

+ +

Contabilidad básica de impresora

+ +

Seguridad del servidor

+ +

Usando autentificación Kerberos

+ +

Usando impresoras de red

+ +

Referencia de cupsd.conf

+ +

Encontrar controladores de impresora

+ +
+ +

CUPS para desarrolladores

+ +

Introducción a la programación de CUPS

+ +

La API de CUPS

+ +

Programación de filtros y programas de conexión

+ +

Las APIs HTTP e IPP

+ +

La API PPD

+ +

La API Raster

+ +

Referencia del archivo de información del compilador de controladores PPD

+ +

Foro de desarrollo

+ +
+ +
 
CUPS y el logo de CUPS son +marcas registradas de Apple Inc. Los derechos +de copia de CUPS 2007-2012 son de Apple Inc. Todos los derechos reservados.
+ + diff --git a/doc/help/options.html b/doc/help/options.html index 546f2ec1a..9f3a81a11 100644 --- a/doc/help/options.html +++ b/doc/help/options.html @@ -609,18 +609,6 @@ lpr -o lpi=8 filename

The default lines per inch is 6.

-

Setting the Number of Columns

- -

The -o columns=value option sets the number of -text columns:

- -
-lp -o columns=2 filename
-lpr -o columns=3 filename
-
- -

The default number of columns is 1.

-

Setting the Page Margins

Normally the page margins are set to the hard limits of the diff --git a/doc/help/overview.html b/doc/help/overview.html index 59a2ac067..4a4b173b2 100644 --- a/doc/help/overview.html +++ b/doc/help/overview.html @@ -26,7 +26,7 @@ out on its own.

The first time you print to a printer, CUPS creates a queue to keep track of the current status of the printer (everything OK, out of paper, etc.) and any pages you have printed. Most of the time the queue points to a printer -connected directly to your computer via a USB or parallel port, however it can +connected directly to your computer via a USB port, however it can also point to a printer on your network, a printer on the Internet, or multiple printers depending on the configuration. Regardless of where the queue points, it will look like any other printer to you and your applications.

diff --git a/doc/help/whatsnew.html b/doc/help/whatsnew.html index 856f30a94..73ae2ab39 100644 --- a/doc/help/whatsnew.html +++ b/doc/help/whatsnew.html @@ -1,59 +1,38 @@ - What's New in CUPS 1.5 + What's New in CUPS 1.7 -

What's New in CUPS 1.5

+

What's New in CUPS 1.7

-

CUPS 1.5 many changes and new features to CUPS 1.4.x. This page provides a high-level outline of these changes. If you have never used CUPS before, read the "Overview of CUPS" document instead.

+

CUPS 1.7 provides many changes and new features to CUPS 1.6.x. This page provides a high-level outline of these changes. If you have never used CUPS before, read the "Overview of CUPS" document instead.

-

Commands

+

General

    -
  1. User defaults; Starting in CUPS 1.2, user defaults were stored in the ~/.cups directory, and the old ~/.cupsrc and ~/.lpoptions files were deprecated. Support for ~/.cupsrc and ~/.lpoptions have been removed in CUPS 1.5.
  2. - -
  3. IPP test tool; The ipptool IPP test tool is now a first-class user program.
  4. - -
  5. lpadmin; The lpadmin command now supports setting the cupsIPPSupplies and cupsSNMPSupplies keywords in PPDs and deleting options.
  6. -
- -

Scheduler

- -
    - -
  1. Filter security; Filters and backends must now have group write permissions disabled.
  2. +
  3. What; Description.
-

Print Filters

- -
    - -
  1. HP-GL/2 filter; The HP-GL/2 filter is no longer provided with CUPS.
  2. - -
  3. PDF filter; The PDF filter now supports new Poppler and Ghostscript options.
  4. +

    Scheduler

    -
  5. PWG Raster driver; Added a new PWG Raster printer driver filter.
  6. +
      -
    1. SCSI backend; The SCSI backend is no longer provided with CUPS.
    2. +
    3. What; Description.

    CUPS API

    -
      - -
    1. CUPS headers; Changes to the main CUPS header may require code changes to applications and toolkits. Users of PPD functions must now include the <cups/ppd.h> header file explicitly since the <cups/cups.h> header no longer does so.
    2. - -
    3. HTTP support: Applications can now set a per-connection timeout interval and callback for HTTP operations as well as query and set SSL/TLS X.509 certificates.
    4. +
        -
      1. Raster support; The CUPS raster functions now support the creation of PWG Raster files and streams, and a new callback-based context function allows reading and writing from objects other than file descriptors.
      2. +
      3. What; Description.
      diff --git a/doc/index.html.in b/doc/index.html.in index 03f23e9f9..2691b8541 100644 --- a/doc/index.html.in +++ b/doc/index.html.in @@ -32,7 +32,7 @@ AUTOSAVE="org.cups.help" RESULTS="20">

      CUPS @CUPS_VERSION@

      CUPS is the standards-based, open source printing system developed by -Apple Inc. for Mac OS® X and +Apple Inc. for OS® X and other UNIX®-like operating systems.

      @@ -50,7 +50,7 @@ HEIGHT="128" ALT="CUPS">

      Command-Line Printing and Options

      -

      What's New in CUPS 1.6

      +

      What's New in CUPS 1.7

      User Forum

      diff --git a/doc/ja/index.html.in b/doc/ja/index.html.in new file mode 100644 index 000000000..d43a2ac7f --- /dev/null +++ b/doc/ja/index.html.in @@ -0,0 +1,107 @@ + + + + + ホーム - CUPS 1.6 + + + + + + + + +
      + + + + + + + + + + + + +
        ãƒ›ãƒ¼ãƒ     ç®¡ç†    ã‚¯ãƒ©ã‚¹    ãƒ˜ãƒ«ãƒ—    ã‚¸ãƒ§ãƒ–    ãƒ—リンター  
      + + + + + +
      + +

      CUPS @CUPS_VERSION@

      + +

      CUPS は、OS® X およびその他の UNIX ® ç³» OS のために、 +Apple Inc. +によって開発された標準ベースのオープンソース印刷システムです。

      + +
      CUPS
      + + + +
      + +

      ユーザー向け

      + +

      CUPS の概要

      + +

      コマンドラインからの印刷とオプション

      + +

      CUPS 1.6 の新機能

      + +

      ユーザーフォーラム

      + +
      + +

      管理者向け

      + +

      プリンターとクラスの追加

      + +

      操作ポリシーの管理について

      + +

      プリンターアカウンティングの基本

      + +

      サーバーのセキュリティー

      + +

      Kerberos 認証の使い方

      + +

      ネットワークプリンターの使い方

      + +

      cupsd.conf リファレンス

      + +

      プリンタードライバーの検索

      + +
      + +

      開発者向け

      + +

      CUPS プログラミングのイントロダクション

      + +

      CUPS API

      + +

      フィルタとバックエンドのプログラミング

      + +

      HTTP と IPP の API

      + +

      PPD API

      + +

      ラスター API

      + +

      PPD コンパイラー用ドライバー情報ファイル リファレンス

      + +

      開発者フォーラム

      + +
      + +
       
      CUPS and the CUPS logo are trademarks of +Apple Inc. CUPS is copyright 2007-2012 Apple +Inc. All rights reserved.
      + + diff --git a/locale/cups.pot b/locale/cups.pot index 89c33342e..ddb65575c 100644 --- a/locale/cups.pot +++ b/locale/cups.pot @@ -30,7 +30,7 @@ msgid "" msgstr "" "Project-Id-Version: CUPS 1.6\n" "Report-Msgid-Bugs-To: http://www.cups.org/str.php\n" -"POT-Creation-Date: 2012-04-23 12:19-0700\n" +"POT-Creation-Date: 2012-05-23 16:24-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1007,15 +1007,15 @@ msgstr "" msgid " --lf End lines with LF (UNIX/Linux/OS X)." msgstr "" -#: test/ipptool.c:4337 +#: test/ipptool.c:4404 msgid " -4 Connect using IPv4." msgstr "" -#: test/ipptool.c:4338 +#: test/ipptool.c:4405 msgid " -6 Connect using IPv6." msgstr "" -#: test/ipptool.c:4339 +#: test/ipptool.c:4406 msgid " -C Send requests using chunking (default)." msgstr "" @@ -1031,7 +1031,7 @@ msgstr "" msgid " -E Encrypt the connection." msgstr "" -#: test/ipptool.c:4341 +#: test/ipptool.c:4408 msgid " -E Test with HTTP Upgrade to TLS." msgstr "" @@ -1043,7 +1043,7 @@ msgstr "" msgid " -H samba-server Use the named SAMBA server." msgstr "" -#: test/ipptool.c:4343 +#: test/ipptool.c:4410 msgid " -I Ignore errors." msgstr "" @@ -1055,7 +1055,7 @@ msgstr "" msgid " -I {filename,filters,none,profiles}" msgstr "" -#: test/ipptool.c:4344 +#: test/ipptool.c:4411 msgid " -L Send requests using content-length." msgstr "" @@ -1067,11 +1067,11 @@ msgstr "" msgid " -R root-directory Set alternate root." msgstr "" -#: test/ipptool.c:4346 +#: test/ipptool.c:4413 msgid " -S Test with SSL encryption." msgstr "" -#: test/ipptool.c:4348 +#: test/ipptool.c:4415 msgid " -T seconds Set the receive/send timeout in seconds." msgstr "" @@ -1079,7 +1079,7 @@ msgstr "" msgid " -U username Specify username." msgstr "" -#: test/ipptool.c:4350 +#: test/ipptool.c:4417 msgid " -V version Set default IPP version." msgstr "" @@ -1087,7 +1087,7 @@ msgstr "" msgid " -W {all,none,constraints,defaults,duplex,filters,profiles,sizes,translations}" msgstr "" -#: test/ipptool.c:4352 +#: test/ipptool.c:4419 msgid " -X Produce XML plist instead of plain text." msgstr "" @@ -1103,7 +1103,7 @@ msgstr "" msgid " -c cupsd.conf Set cupsd.conf file to use." msgstr "" -#: test/ipptool.c:4354 +#: test/ipptool.c:4421 msgid " -d name=value Set named variable to value." msgstr "" @@ -1123,7 +1123,7 @@ msgstr "" msgid " -f Run in the foreground." msgstr "" -#: test/ipptool.c:4356 +#: test/ipptool.c:4423 msgid " -f filename Set default request filename." msgstr "" @@ -1139,7 +1139,7 @@ msgstr "" msgid " -i mime/type Set input MIME type (otherwise auto-typed)." msgstr "" -#: test/ipptool.c:4358 +#: test/ipptool.c:4425 msgid " -i seconds Repeat the last file with the given time interval." msgstr "" @@ -1167,7 +1167,7 @@ msgstr "" msgid " -n copies Set number of copies." msgstr "" -#: test/ipptool.c:4360 +#: test/ipptool.c:4427 msgid " -n count Repeat the last file the given number of times." msgstr "" @@ -1187,7 +1187,7 @@ msgstr "" msgid " -p filename.ppd Set PPD file." msgstr "" -#: systemv/cupstestppd.c:3806 test/ipptool.c:4362 +#: systemv/cupstestppd.c:3806 test/ipptool.c:4429 msgid " -q Run silently." msgstr "" @@ -1195,7 +1195,7 @@ msgstr "" msgid " -r Use 'relaxed' open mode." msgstr "" -#: test/ipptool.c:4363 +#: test/ipptool.c:4430 msgid " -t Produce a test report." msgstr "" @@ -1215,7 +1215,7 @@ msgstr "" msgid " -u Remove the PPD file when finished." msgstr "" -#: systemv/cupsaddsmb.c:291 systemv/cupstestppd.c:3808 test/ipptool.c:4364 +#: systemv/cupsaddsmb.c:291 systemv/cupstestppd.c:3808 test/ipptool.c:4431 #: ppdc/ppdc.cxx:452 ppdc/ppdpo.cxx:259 msgid " -v Be verbose." msgstr "" @@ -1304,7 +1304,7 @@ msgstr "" msgid "%s accepting requests since %s" msgstr "" -#: scheduler/ipp.c:10739 +#: scheduler/ipp.c:10045 #, c-format msgid "%s cannot be changed." msgstr "" @@ -1340,7 +1340,7 @@ msgstr "" msgid "%s not accepting requests since %s -" msgstr "" -#: scheduler/ipp.c:703 +#: scheduler/ipp.c:691 #, c-format msgid "%s not supported." msgstr "" @@ -1596,7 +1596,7 @@ msgstr "" #: berkeley/lpq.c:97 berkeley/lpr.c:70 berkeley/lprm.c:67 systemv/cancel.c:81 #: systemv/cupsaccept.c:88 systemv/cupsaddsmb.c:86 systemv/lp.c:102 #: systemv/lpadmin.c:239 systemv/lpinfo.c:88 systemv/lpmove.c:73 -#: systemv/lpstat.c:102 test/ipptool.c:302 test/ipptool.c:319 +#: systemv/lpstat.c:102 test/ipptool.c:304 test/ipptool.c:321 #, c-format msgid "%s: Sorry, no encryption support." msgstr "" @@ -1642,7 +1642,7 @@ msgstr "" msgid "%s: Unknown destination MIME type %s/%s." msgstr "" -#: scheduler/cupsfilter.c:1427 +#: scheduler/cupsfilter.c:1426 #, c-format msgid "%s: Unknown option \"%c\"." msgstr "" @@ -2481,12 +2481,12 @@ msgstr "" msgid "A Samba username is required to export printer drivers" msgstr "" -#: scheduler/ipp.c:2295 +#: scheduler/ipp.c:2283 #, c-format msgid "A class named \"%s\" already exists." msgstr "" -#: scheduler/ipp.c:1016 +#: scheduler/ipp.c:1004 #, c-format msgid "A printer named \"%s\" already exists." msgstr "" @@ -2668,12 +2668,12 @@ msgstr "" msgid "Applicator" msgstr "" -#: scheduler/ipp.c:1091 +#: scheduler/ipp.c:1079 #, c-format msgid "Attempt to set %s printer-state to bad value %d." msgstr "" -#: scheduler/ipp.c:337 +#: scheduler/ipp.c:325 #, c-format msgid "Attribute groups are out of order (%x < %x)." msgstr "" @@ -2726,7 +2726,7 @@ msgstr "" msgid "B9" msgstr "" -#: cups/dest.c:1533 +#: cups/dest.c:1680 msgid "Bad NULL dests pointer" msgstr "" @@ -2767,7 +2767,7 @@ msgstr "" msgid "Bad UIConstraints" msgstr "" -#: scheduler/ipp.c:1392 +#: scheduler/ipp.c:1380 #, c-format msgid "Bad copies value %d." msgstr "" @@ -2776,67 +2776,67 @@ msgstr "" msgid "Bad custom parameter" msgstr "" -#: cups/http-support.c:1451 scheduler/ipp.c:2362 +#: cups/http-support.c:1451 scheduler/ipp.c:2350 #, c-format msgid "Bad device-uri \"%s\"." msgstr "" -#: scheduler/ipp.c:2403 +#: scheduler/ipp.c:2391 #, c-format msgid "Bad device-uri scheme \"%s\"." msgstr "" -#: scheduler/ipp.c:8918 scheduler/ipp.c:8934 scheduler/ipp.c:10148 -#: scheduler/ipp.c:11662 +#: scheduler/ipp.c:8224 scheduler/ipp.c:8240 scheduler/ipp.c:9454 +#: scheduler/ipp.c:10968 #, c-format msgid "Bad document-format \"%s\"." msgstr "" -#: scheduler/ipp.c:10164 +#: scheduler/ipp.c:9470 #, c-format msgid "Bad document-format-default \"%s\"." msgstr "" -#: cups/util.c:928 +#: cups/util.c:929 msgid "Bad filename buffer" msgstr "" -#: scheduler/ipp.c:10754 +#: scheduler/ipp.c:10060 msgid "Bad job-priority value." msgstr "" -#: scheduler/ipp.c:1422 +#: scheduler/ipp.c:1410 #, c-format msgid "Bad job-sheets value \"%s\"." msgstr "" -#: scheduler/ipp.c:1406 +#: scheduler/ipp.c:1394 msgid "Bad job-sheets value type." msgstr "" -#: scheduler/ipp.c:10784 +#: scheduler/ipp.c:10090 msgid "Bad job-state value." msgstr "" -#: scheduler/ipp.c:3697 scheduler/ipp.c:4149 scheduler/ipp.c:6772 -#: scheduler/ipp.c:6919 scheduler/ipp.c:8352 scheduler/ipp.c:8621 -#: scheduler/ipp.c:9469 scheduler/ipp.c:9695 scheduler/ipp.c:10044 -#: scheduler/ipp.c:10647 +#: scheduler/ipp.c:2974 scheduler/ipp.c:3426 scheduler/ipp.c:6078 +#: scheduler/ipp.c:6225 scheduler/ipp.c:7658 scheduler/ipp.c:7927 +#: scheduler/ipp.c:8775 scheduler/ipp.c:9001 scheduler/ipp.c:9350 +#: scheduler/ipp.c:9953 #, c-format msgid "Bad job-uri \"%s\"." msgstr "" -#: scheduler/ipp.c:2061 scheduler/ipp.c:6314 +#: scheduler/ipp.c:2049 scheduler/ipp.c:5622 #, c-format msgid "Bad notify-pull-method \"%s\"." msgstr "" -#: scheduler/ipp.c:2025 scheduler/ipp.c:6278 +#: scheduler/ipp.c:2013 scheduler/ipp.c:5586 #, c-format msgid "Bad notify-recipient-uri \"%s\"." msgstr "" -#: scheduler/ipp.c:1438 +#: scheduler/ipp.c:1426 #, c-format msgid "Bad number-up value %d." msgstr "" @@ -2846,31 +2846,31 @@ msgstr "" msgid "Bad option + choice on line %d." msgstr "" -#: scheduler/ipp.c:1455 +#: scheduler/ipp.c:1443 #, c-format msgid "Bad page-ranges values %d-%d." msgstr "" -#: scheduler/ipp.c:2446 +#: scheduler/ipp.c:2434 #, c-format msgid "Bad port-monitor \"%s\"." msgstr "" -#: cups/dest.c:621 cups/dest.c:1186 +#: cups/dest.c:676 cups/dest.c:1333 msgid "Bad printer URI." msgstr "" -#: scheduler/ipp.c:2507 +#: scheduler/ipp.c:2495 #, c-format msgid "Bad printer-state value %d." msgstr "" -#: scheduler/ipp.c:305 +#: scheduler/ipp.c:293 #, c-format msgid "Bad request ID %d." msgstr "" -#: scheduler/ipp.c:290 +#: scheduler/ipp.c:278 #, c-format msgid "Bad request version number %d.%d." msgstr "" @@ -2912,11 +2912,11 @@ msgstr "" msgid "Cancel RSS Subscription" msgstr "" -#: backend/ipp.c:1908 +#: backend/ipp.c:1921 msgid "Canceling print job." msgstr "" -#: scheduler/ipp.c:2487 +#: scheduler/ipp.c:2475 msgid "Cannot share a remote Kerberized printer." msgstr "" @@ -2929,7 +2929,7 @@ msgstr "" msgid "Change Settings" msgstr "" -#: scheduler/ipp.c:2073 scheduler/ipp.c:6326 +#: scheduler/ipp.c:2061 scheduler/ipp.c:5634 #, c-format msgid "Character set \"%s\" not supported." msgstr "" @@ -2942,7 +2942,7 @@ msgstr "" msgid "Clean Print Heads" msgstr "" -#: scheduler/ipp.c:4601 +#: scheduler/ipp.c:3878 msgid "Close-Job doesn't support the job-uri attribute." msgstr "" @@ -2965,11 +2965,11 @@ msgstr "" msgid "Community name uses indefinite length" msgstr "" -#: backend/ipp.c:784 backend/lpd.c:871 backend/socket.c:395 +#: backend/ipp.c:786 backend/lpd.c:871 backend/socket.c:395 msgid "Connected to printer." msgstr "" -#: backend/ipp.c:689 backend/lpd.c:694 backend/socket.c:314 +#: backend/ipp.c:691 backend/lpd.c:694 backend/socket.c:314 msgid "Connecting to printer." msgstr "" @@ -2985,7 +2985,7 @@ msgstr "" msgid "Control file sent successfully." msgstr "" -#: backend/ipp.c:1226 backend/lpd.c:464 +#: backend/ipp.c:1233 backend/lpd.c:464 msgid "Copying print data." msgstr "" @@ -3037,7 +3037,7 @@ msgstr "" msgid "DeskJet Series" msgstr "" -#: scheduler/ipp.c:1358 +#: scheduler/ipp.c:1346 #, c-format msgid "Destination \"%s\" is not accepting jobs." msgstr "" @@ -3086,7 +3086,7 @@ msgstr "" msgid "Disabled" msgstr "" -#: scheduler/ipp.c:6821 +#: scheduler/ipp.c:6127 #, c-format msgid "Document #%d does not exist in job #%d." msgstr "" @@ -3474,7 +3474,7 @@ msgstr "" msgid "File Folder " msgstr "" -#: scheduler/ipp.c:2382 +#: scheduler/ipp.c:2370 #, c-format msgid "File device URIs have been disabled. To enable, see the FileDevice directive in \"%s/cupsd.conf\"." msgstr "" @@ -3509,10 +3509,10 @@ msgstr "" msgid "Glossy Paper" msgstr "" -#: scheduler/ipp.c:3675 scheduler/ipp.c:4075 scheduler/ipp.c:4613 -#: scheduler/ipp.c:6750 scheduler/ipp.c:6897 scheduler/ipp.c:8329 -#: scheduler/ipp.c:9447 scheduler/ipp.c:9673 scheduler/ipp.c:10022 -#: scheduler/ipp.c:10625 +#: scheduler/ipp.c:2952 scheduler/ipp.c:3352 scheduler/ipp.c:3890 +#: scheduler/ipp.c:6056 scheduler/ipp.c:6203 scheduler/ipp.c:7635 +#: scheduler/ipp.c:8753 scheduler/ipp.c:8979 scheduler/ipp.c:9328 +#: scheduler/ipp.c:9931 msgid "Got a printer-uri attribute but no job-id." msgstr "" @@ -3540,11 +3540,11 @@ msgstr "" msgid "IPP attribute has no name." msgstr "" -#: cups/ipp.c:5525 +#: cups/ipp.c:5487 msgid "IPP attribute is not a member of the message." msgstr "" -#: cups/ipp.c:3077 +#: cups/ipp.c:3083 msgid "IPP begCollection value not 0 bytes." msgstr "" @@ -3552,11 +3552,11 @@ msgstr "" msgid "IPP boolean value not 1 byte." msgstr "" -#: cups/ipp.c:2931 +#: cups/ipp.c:2934 msgid "IPP date value not 11 bytes." msgstr "" -#: cups/ipp.c:3098 +#: cups/ipp.c:3104 msgid "IPP endCollection value not 0 bytes." msgstr "" @@ -3572,7 +3572,7 @@ msgstr "" msgid "IPP integer value not 4 bytes." msgstr "" -#: cups/ipp.c:3040 +#: cups/ipp.c:3045 msgid "IPP language length overflows value." msgstr "" @@ -3580,27 +3580,31 @@ msgstr "" msgid "IPP member name is not empty." msgstr "" +#: cups/ipp.c:3122 +msgid "IPP memberName value is empty." +msgstr "" + #: cups/ipp.c:2633 msgid "IPP name larger than 32767 bytes." msgstr "" -#: cups/ipp.c:3007 +#: cups/ipp.c:3011 msgid "IPP nameWithLanguage value less than minimum 4 bytes." msgstr "" -#: cups/ipp.c:2976 +#: cups/ipp.c:2979 msgid "IPP rangeOfInteger value not 8 bytes." msgstr "" -#: cups/ipp.c:2949 +#: cups/ipp.c:2952 msgid "IPP resolution value not 9 bytes." msgstr "" -#: cups/ipp.c:3057 +#: cups/ipp.c:3063 msgid "IPP string length overflows value." msgstr "" -#: cups/ipp.c:3003 +#: cups/ipp.c:3007 msgid "IPP textWithLanguage value less than minimum 4 bytes." msgstr "" @@ -3664,11 +3668,11 @@ msgstr "" msgid "Internet Postage 3-Part" msgstr "" -#: backend/ipp.c:305 +#: backend/ipp.c:307 msgid "Internet Printing Protocol" msgstr "" -#: cups/dest-options.c:567 +#: cups/dest-options.c:839 msgid "Invalid media size." msgstr "" @@ -3737,52 +3741,52 @@ msgstr "" msgid "JIS B9" msgstr "" -#: scheduler/ipp.c:9745 +#: scheduler/ipp.c:9051 #, c-format msgid "Job #%d cannot be restarted - no files." msgstr "" -#: scheduler/ipp.c:3715 scheduler/ipp.c:3945 scheduler/ipp.c:4000 -#: scheduler/ipp.c:4177 scheduler/ipp.c:4623 scheduler/ipp.c:6412 -#: scheduler/ipp.c:6790 scheduler/ipp.c:6937 scheduler/ipp.c:7237 -#: scheduler/ipp.c:8176 scheduler/ipp.c:8198 scheduler/ipp.c:8370 -#: scheduler/ipp.c:8595 scheduler/ipp.c:8638 scheduler/ipp.c:9487 -#: scheduler/ipp.c:9713 scheduler/ipp.c:10062 scheduler/ipp.c:10665 +#: scheduler/ipp.c:2992 scheduler/ipp.c:3222 scheduler/ipp.c:3277 +#: scheduler/ipp.c:3454 scheduler/ipp.c:3900 scheduler/ipp.c:5720 +#: scheduler/ipp.c:6096 scheduler/ipp.c:6243 scheduler/ipp.c:6543 +#: scheduler/ipp.c:7482 scheduler/ipp.c:7504 scheduler/ipp.c:7676 +#: scheduler/ipp.c:7901 scheduler/ipp.c:7944 scheduler/ipp.c:8793 +#: scheduler/ipp.c:9019 scheduler/ipp.c:9368 scheduler/ipp.c:9971 #, c-format msgid "Job #%d does not exist." msgstr "" -#: scheduler/ipp.c:4209 +#: scheduler/ipp.c:3486 #, c-format msgid "Job #%d is already aborted - can't cancel." msgstr "" -#: scheduler/ipp.c:4203 +#: scheduler/ipp.c:3480 #, c-format msgid "Job #%d is already canceled - can't cancel." msgstr "" -#: scheduler/ipp.c:4215 +#: scheduler/ipp.c:3492 #, c-format msgid "Job #%d is already completed - can't cancel." msgstr "" -#: scheduler/ipp.c:8396 scheduler/ipp.c:8680 scheduler/ipp.c:10680 +#: scheduler/ipp.c:7702 scheduler/ipp.c:7986 scheduler/ipp.c:9986 #, c-format msgid "Job #%d is finished and cannot be altered." msgstr "" -#: scheduler/ipp.c:9727 +#: scheduler/ipp.c:9033 #, c-format msgid "Job #%d is not complete." msgstr "" -#: scheduler/ipp.c:3730 +#: scheduler/ipp.c:3007 #, c-format msgid "Job #%d is not held for authentication." msgstr "" -#: scheduler/ipp.c:9501 +#: scheduler/ipp.c:8807 #, c-format msgid "Job #%d is not held." msgstr "" @@ -3803,7 +3807,7 @@ msgstr "" msgid "Job Stopped" msgstr "" -#: scheduler/ipp.c:10762 +#: scheduler/ipp.c:10068 msgid "Job is completed and cannot be changed." msgstr "" @@ -3811,11 +3815,11 @@ msgstr "" msgid "Job operation failed" msgstr "" -#: scheduler/ipp.c:10798 scheduler/ipp.c:10817 scheduler/ipp.c:10828 +#: scheduler/ipp.c:10104 scheduler/ipp.c:10123 scheduler/ipp.c:10134 msgid "Job state cannot be changed." msgstr "" -#: scheduler/ipp.c:9593 +#: scheduler/ipp.c:8899 msgid "Job subscriptions cannot be renewed." msgstr "" @@ -3835,7 +3839,7 @@ msgstr "" msgid "Label Top" msgstr "" -#: scheduler/ipp.c:2082 scheduler/ipp.c:6335 +#: scheduler/ipp.c:2070 scheduler/ipp.c:5643 #, c-format msgid "Language \"%s\" not supported." msgstr "" @@ -3916,7 +3920,7 @@ msgstr "" msgid "Missing asterisk in column 1" msgstr "" -#: scheduler/ipp.c:6813 +#: scheduler/ipp.c:6119 msgid "Missing document-number attribute." msgstr "" @@ -3931,19 +3935,19 @@ msgstr "" msgid "Missing form variable" msgstr "" -#: scheduler/ipp.c:10116 +#: scheduler/ipp.c:9422 msgid "Missing last-document attribute in request." msgstr "" -#: cups/pwg-media.c:474 +#: cups/pwg-media.c:535 msgid "Missing media or media-col." msgstr "" -#: cups/pwg-media.c:393 +#: cups/pwg-media.c:454 msgid "Missing media-size in media-col." msgstr "" -#: scheduler/ipp.c:7367 +#: scheduler/ipp.c:6673 msgid "Missing notify-subscription-ids attribute." msgstr "" @@ -3951,11 +3955,11 @@ msgstr "" msgid "Missing option keyword" msgstr "" -#: scheduler/ipp.c:3856 scheduler/ipp.c:3881 +#: scheduler/ipp.c:3133 scheduler/ipp.c:3158 msgid "Missing requesting-user-name attribute." msgstr "" -#: scheduler/ipp.c:473 +#: scheduler/ipp.c:461 msgid "Missing required attributes." msgstr "" @@ -3968,11 +3972,11 @@ msgstr "" msgid "Missing value string" msgstr "" -#: cups/pwg-media.c:381 +#: cups/pwg-media.c:442 msgid "Missing x-dimension in media-size." msgstr "" -#: cups/pwg-media.c:387 +#: cups/pwg-media.c:448 msgid "Missing y-dimension in media-size." msgstr "" @@ -4013,7 +4017,7 @@ msgstr "" msgid "Name OID uses indefinite length" msgstr "" -#: scheduler/ipp.c:1154 +#: scheduler/ipp.c:1142 msgid "Nested classes are not allowed." msgstr "" @@ -4037,7 +4041,7 @@ msgstr "" msgid "No Content" msgstr "" -#: cups/util.c:1297 +#: cups/util.c:1298 msgid "No PPD name" msgstr "" @@ -4049,20 +4053,20 @@ msgstr "" msgid "No Windows printer drivers are installed." msgstr "" -#: cups/request.c:571 cups/request.c:913 +#: cups/request.c:566 cups/request.c:908 msgid "No active connection" msgstr "" -#: scheduler/ipp.c:4126 +#: scheduler/ipp.c:3403 #, c-format msgid "No active jobs on %s." msgstr "" -#: scheduler/ipp.c:314 +#: scheduler/ipp.c:302 msgid "No attributes in request." msgstr "" -#: scheduler/ipp.c:3757 +#: scheduler/ipp.c:3034 msgid "No authentication information provided." msgstr "" @@ -4070,11 +4074,11 @@ msgstr "" msgid "No community name" msgstr "" -#: scheduler/ipp.c:6613 +#: scheduler/ipp.c:5919 msgid "No default printer." msgstr "" -#: cgi-bin/ipp-var.c:436 scheduler/ipp.c:7942 +#: cgi-bin/ipp-var.c:436 scheduler/ipp.c:7248 msgid "No destinations added." msgstr "" @@ -4090,11 +4094,11 @@ msgstr "" msgid "No error-status" msgstr "" -#: scheduler/ipp.c:8884 scheduler/ipp.c:10130 +#: scheduler/ipp.c:8190 scheduler/ipp.c:9436 msgid "No file in print request." msgstr "" -#: cups/util.c:922 +#: cups/util.c:923 msgid "No modification time" msgstr "" @@ -4107,19 +4111,19 @@ msgstr "" msgid "No pages were found." msgstr "" -#: cups/util.c:916 +#: cups/util.c:917 msgid "No printer name" msgstr "" -#: cups/util.c:1800 +#: cups/util.c:1801 msgid "No printer-uri found" msgstr "" -#: cups/util.c:1785 +#: cups/util.c:1786 msgid "No printer-uri found for class" msgstr "" -#: scheduler/ipp.c:7016 +#: scheduler/ipp.c:6322 msgid "No printer-uri in request." msgstr "" @@ -4127,11 +4131,11 @@ msgstr "" msgid "No request-id" msgstr "" -#: scheduler/ipp.c:6220 +#: scheduler/ipp.c:5528 msgid "No subscription attributes in request." msgstr "" -#: scheduler/ipp.c:8269 +#: scheduler/ipp.c:7575 msgid "No subscriptions found." msgstr "" @@ -4175,7 +4179,7 @@ msgstr "" msgid "Not Supported" msgstr "" -#: scheduler/ipp.c:1530 scheduler/ipp.c:11360 +#: scheduler/ipp.c:1518 scheduler/ipp.c:10666 msgid "Not allowed to print." msgstr "" @@ -4231,7 +4235,7 @@ msgstr "" #: scheduler/cupsfilter.c:1430 scheduler/main.c:2018 systemv/cupsaddsmb.c:284 #: systemv/cupsctl.c:203 systemv/cupstestdsc.c:429 systemv/cupstestppd.c:3797 -#: test/ipptool.c:4336 ppdc/ppdc.cxx:437 ppdc/ppdhtml.cxx:174 +#: test/ipptool.c:4403 ppdc/ppdc.cxx:437 ppdc/ppdhtml.cxx:174 #: ppdc/ppdi.cxx:130 ppdc/ppdmerge.cxx:369 ppdc/ppdpo.cxx:254 msgid "Options:" msgstr "" @@ -4414,12 +4418,12 @@ msgstr "" msgid "Print and Tear" msgstr "" -#: backend/ipp.c:1526 +#: backend/ipp.c:1537 #, c-format msgid "Print file accepted - job ID %d." msgstr "" -#: backend/ipp.c:1516 +#: backend/ipp.c:1527 msgid "Print file accepted - job ID unknown." msgstr "" @@ -4427,15 +4431,15 @@ msgstr "" msgid "Print file sent." msgstr "" -#: backend/ipp.c:1477 +#: backend/ipp.c:1488 msgid "Print file was not accepted." msgstr "" -#: backend/ipp.c:1882 +#: backend/ipp.c:1895 msgid "Print job canceled at printer." msgstr "" -#: backend/ipp.c:1880 +#: backend/ipp.c:1890 msgid "Print job too large." msgstr "" @@ -4463,6 +4467,10 @@ msgstr "" msgid "Printer Settings" msgstr "" +#: backend/ipp.c:1893 +msgid "Printer cannot print supplied content." +msgstr "" + #: cups/notify.c:126 msgid "Printer:" msgstr "" @@ -4485,7 +4493,7 @@ msgstr "" msgid "Quarto" msgstr "" -#: scheduler/ipp.c:1525 scheduler/ipp.c:11355 +#: scheduler/ipp.c:1513 scheduler/ipp.c:10661 msgid "Quota limit reached." msgstr "" @@ -4646,8 +4654,8 @@ msgstr "" msgid "Stylus Photo Series" msgstr "" -#: scheduler/ipp.c:4272 scheduler/ipp.c:7383 scheduler/ipp.c:8082 -#: scheduler/ipp.c:9581 +#: scheduler/ipp.c:3549 scheduler/ipp.c:6689 scheduler/ipp.c:7388 +#: scheduler/ipp.c:8887 #, c-format msgid "Subscription #%d does not exist." msgstr "" @@ -4692,18 +4700,23 @@ msgstr "" msgid "Tear-Off Adjust Position" msgstr "" -#: scheduler/ipp.c:7087 scheduler/ipp.c:7165 scheduler/ipp.c:7181 -#: scheduler/ipp.c:7199 +#: scheduler/ipp.c:6393 scheduler/ipp.c:6471 scheduler/ipp.c:6487 +#: scheduler/ipp.c:6505 #, c-format msgid "The %s attribute cannot be provided with job-ids." msgstr "" -#: scheduler/ipp.c:7613 +#: scheduler/ipp.c:5118 +#, c-format +msgid "The '%s' operation attribute cannot be supplied in a Create-Job request." +msgstr "" + +#: scheduler/ipp.c:6919 #, c-format msgid "The PPD file \"%s\" could not be found." msgstr "" -#: scheduler/ipp.c:7600 +#: scheduler/ipp.c:6906 #, c-format msgid "The PPD file \"%s\" could not be opened: %s" msgstr "" @@ -4733,11 +4746,11 @@ msgstr "" msgid "The fuser's temperature is low." msgstr "" -#: scheduler/ipp.c:2109 +#: scheduler/ipp.c:2097 msgid "The notify-lease-duration attribute cannot be used with job subscriptions." msgstr "" -#: scheduler/ipp.c:2092 scheduler/ipp.c:6345 +#: scheduler/ipp.c:2080 scheduler/ipp.c:5653 #, c-format msgid "The notify-user-data value is too large (%d > 63 octets)." msgstr "" @@ -4778,7 +4791,7 @@ msgstr "" msgid "The paper tray needs to be filled." msgstr "" -#: backend/ipp.c:907 +#: backend/ipp.c:909 msgid "The printer URI is incorrect or no longer exists." msgstr "" @@ -4786,27 +4799,27 @@ msgstr "" msgid "The printer did not respond." msgstr "" -#: backend/ipp.c:890 backend/ipp.c:897 +#: backend/ipp.c:892 backend/ipp.c:899 #, c-format msgid "The printer does not support IPP/%d.%d, trying IPP/%s." msgstr "" -#: backend/ipp.c:755 backend/ipp.c:872 backend/ipp.c:978 backend/ipp.c:1305 -#: backend/ipp.c:1453 backend/lpd.c:828 backend/socket.c:374 +#: backend/ipp.c:757 backend/ipp.c:874 backend/ipp.c:980 backend/ipp.c:1313 +#: backend/ipp.c:1464 backend/lpd.c:828 backend/socket.c:374 #: backend/usb-unix.c:131 backend/usb-unix.c:424 backend/usb-unix.c:507 msgid "The printer is in use." msgstr "" -#: backend/runloop.c:254 backend/runloop.c:373 cups/localize.c:311 +#: backend/runloop.c:254 backend/runloop.c:374 cups/localize.c:311 msgid "The printer is not connected." msgstr "" -#: backend/ipp.c:733 backend/ipp.c:766 backend/ipp.c:868 backend/lpd.c:807 +#: backend/ipp.c:735 backend/ipp.c:768 backend/ipp.c:870 backend/lpd.c:807 #: backend/lpd.c:848 backend/socket.c:353 backend/socket.c:386 msgid "The printer is not responding." msgstr "" -#: backend/runloop.c:395 +#: backend/runloop.c:396 msgid "The printer is now connected." msgstr "" @@ -4826,7 +4839,7 @@ msgstr "" msgid "The printer is running low on toner." msgstr "" -#: backend/ipp.c:748 backend/lpd.c:821 backend/socket.c:367 +#: backend/ipp.c:750 backend/lpd.c:821 backend/socket.c:367 msgid "The printer is unreachable at this time." msgstr "" @@ -4838,7 +4851,7 @@ msgstr "" msgid "The printer may be out of toner." msgstr "" -#: backend/ipp.c:742 backend/lpd.c:815 backend/socket.c:361 +#: backend/ipp.c:744 backend/lpd.c:815 backend/socket.c:361 msgid "The printer may not exist or is unavailable at this time." msgstr "" @@ -4846,18 +4859,18 @@ msgstr "" msgid "The printer name may only contain up to 127 printable characters and may not contain spaces, slashes (/), or the pound sign (#)." msgstr "" -#: scheduler/ipp.c:888 scheduler/ipp.c:1148 scheduler/ipp.c:3921 -#: scheduler/ipp.c:4092 scheduler/ipp.c:5816 scheduler/ipp.c:6179 -#: scheduler/ipp.c:6493 scheduler/ipp.c:7053 scheduler/ipp.c:7818 -#: scheduler/ipp.c:7874 scheduler/ipp.c:8188 scheduler/ipp.c:8454 -#: scheduler/ipp.c:8543 scheduler/ipp.c:8576 scheduler/ipp.c:8899 -#: scheduler/ipp.c:9292 scheduler/ipp.c:9373 scheduler/ipp.c:10534 -#: scheduler/ipp.c:10988 scheduler/ipp.c:11318 scheduler/ipp.c:11400 -#: scheduler/ipp.c:11692 +#: scheduler/ipp.c:876 scheduler/ipp.c:1136 scheduler/ipp.c:3198 +#: scheduler/ipp.c:3369 scheduler/ipp.c:5101 scheduler/ipp.c:5487 +#: scheduler/ipp.c:5801 scheduler/ipp.c:6359 scheduler/ipp.c:7124 +#: scheduler/ipp.c:7180 scheduler/ipp.c:7494 scheduler/ipp.c:7760 +#: scheduler/ipp.c:7849 scheduler/ipp.c:7882 scheduler/ipp.c:8205 +#: scheduler/ipp.c:8598 scheduler/ipp.c:8679 scheduler/ipp.c:9840 +#: scheduler/ipp.c:10294 scheduler/ipp.c:10624 scheduler/ipp.c:10706 +#: scheduler/ipp.c:10998 msgid "The printer or class does not exist." msgstr "" -#: scheduler/ipp.c:1316 +#: scheduler/ipp.c:1304 msgid "The printer or class is not shared." msgstr "" @@ -4881,20 +4894,20 @@ msgstr "" msgid "The printer's waste bin is full." msgstr "" -#: scheduler/ipp.c:994 scheduler/ipp.c:2273 +#: scheduler/ipp.c:982 scheduler/ipp.c:2261 #, c-format msgid "The printer-uri \"%s\" contains invalid characters." msgstr "" -#: scheduler/ipp.c:3898 +#: scheduler/ipp.c:3175 msgid "The printer-uri attribute is required." msgstr "" -#: scheduler/ipp.c:978 +#: scheduler/ipp.c:966 msgid "The printer-uri must be of the form \"ipp://HOSTNAME/classes/CLASSNAME\"." msgstr "" -#: scheduler/ipp.c:2257 +#: scheduler/ipp.c:2245 msgid "The printer-uri must be of the form \"ipp://HOSTNAME/printers/PRINTERNAME\"." msgstr "" @@ -4906,12 +4919,12 @@ msgstr "" msgid "The web interface is currently disabled. Run \"cupsctl WebInterface=yes\" to enable it." msgstr "" -#: scheduler/ipp.c:7148 +#: scheduler/ipp.c:6454 #, c-format msgid "The which-jobs value \"%s\" is not supported." msgstr "" -#: scheduler/ipp.c:6423 +#: scheduler/ipp.c:5731 msgid "There are too many subscriptions." msgstr "" @@ -4928,16 +4941,16 @@ msgstr "" msgid "Thermal Transfer Media" msgstr "" -#: scheduler/ipp.c:1519 +#: scheduler/ipp.c:1507 msgid "Too many active jobs." msgstr "" -#: scheduler/ipp.c:1413 +#: scheduler/ipp.c:1401 #, c-format msgid "Too many job-sheets values (%d > 2)." msgstr "" -#: scheduler/ipp.c:2541 +#: scheduler/ipp.c:2529 #, c-format msgid "Too many printer-state-reasons values (%d > %d)." msgstr "" @@ -5018,11 +5031,11 @@ msgstr "" msgid "Unable to add class" msgstr "" -#: backend/ipp.c:1624 +#: backend/ipp.c:1635 msgid "Unable to add document to print job." msgstr "" -#: scheduler/ipp.c:1560 +#: scheduler/ipp.c:1548 #, c-format msgid "Unable to add job for destination \"%s\"." msgstr "" @@ -5031,7 +5044,7 @@ msgstr "" msgid "Unable to add printer" msgstr "" -#: scheduler/ipp.c:1258 +#: scheduler/ipp.c:1246 msgid "Unable to allocate memory for file types." msgstr "" @@ -5047,7 +5060,7 @@ msgstr "" msgid "Unable to cancel RSS subscription" msgstr "" -#: backend/ipp.c:1929 +#: backend/ipp.c:1942 msgid "Unable to cancel print job." msgstr "" @@ -5067,11 +5080,11 @@ msgstr "" msgid "Unable to configure printer options." msgstr "" -#: cups/adminutil.c:911 cups/request.c:1021 +#: cups/adminutil.c:911 cups/request.c:1016 msgid "Unable to connect to host." msgstr "" -#: backend/ipp.c:711 backend/ipp.c:1131 backend/lpd.c:787 backend/socket.c:333 +#: backend/ipp.c:713 backend/ipp.c:1138 backend/lpd.c:787 backend/socket.c:333 #: backend/usb-unix.c:117 msgid "Unable to contact printer, queuing on next printer in class." msgstr "" @@ -5091,12 +5104,12 @@ msgstr "" msgid "Unable to copy CUPS printer driver files (%d)." msgstr "" -#: scheduler/ipp.c:2661 +#: scheduler/ipp.c:2649 #, c-format msgid "Unable to copy PPD file - %s" msgstr "" -#: scheduler/ipp.c:2716 +#: scheduler/ipp.c:2704 msgid "Unable to copy PPD file." msgstr "" @@ -5110,16 +5123,16 @@ msgstr "" msgid "Unable to copy Windows 9x printer driver files (%d)." msgstr "" -#: scheduler/ipp.c:2638 +#: scheduler/ipp.c:2626 #, c-format msgid "Unable to copy interface script - %s" msgstr "" -#: backend/ipp.c:2021 +#: backend/ipp.c:2034 msgid "Unable to create compressed print file" msgstr "" -#: cups/util.c:601 cups/util.c:1655 +#: cups/util.c:602 cups/util.c:1656 msgid "Unable to create printer-uri" msgstr "" @@ -5143,35 +5156,35 @@ msgstr "" msgid "Unable to edit cupsd.conf files larger than 1MB" msgstr "" -#: cups/http.c:4259 +#: cups/http.c:4272 msgid "Unable to establish a secure connection to host (certificate chain invalid)." msgstr "" -#: cups/http.c:4249 +#: cups/http.c:4262 msgid "Unable to establish a secure connection to host (certificate not yet valid)." msgstr "" -#: cups/http.c:4244 +#: cups/http.c:4257 msgid "Unable to establish a secure connection to host (expired certificate)." msgstr "" -#: cups/http.c:4254 +#: cups/http.c:4267 msgid "Unable to establish a secure connection to host (host name mismatch)." msgstr "" -#: cups/http.c:4264 +#: cups/http.c:4277 msgid "Unable to establish a secure connection to host (peer dropped connection before responding)." msgstr "" -#: cups/http.c:4239 +#: cups/http.c:4252 msgid "Unable to establish a secure connection to host (self-signed certificate)." msgstr "" -#: cups/http.c:4234 +#: cups/http.c:4247 msgid "Unable to establish a secure connection to host (untrusted certificate)." msgstr "" -#: cups/http.c:3995 cups/http.c:4291 cups/http.c:4324 cups/http.c:4341 +#: cups/http.c:4008 cups/http.c:4304 cups/http.c:4337 cups/http.c:4354 msgid "Unable to establish a secure connection to host." msgstr "" @@ -5183,11 +5196,11 @@ msgstr "" msgid "Unable to find printer." msgstr "" -#: backend/ipp.c:2043 +#: backend/ipp.c:2056 msgid "Unable to generate compressed print file" msgstr "" -#: backend/ipp.c:2995 +#: backend/ipp.c:3009 msgid "Unable to get backend exit status." msgstr "" @@ -5215,7 +5228,7 @@ msgstr "" msgid "Unable to get printer status" msgstr "" -#: backend/ipp.c:931 +#: backend/ipp.c:933 msgid "Unable to get printer status." msgstr "" @@ -5233,12 +5246,12 @@ msgstr "" msgid "Unable to load help index." msgstr "" -#: backend/ipp.c:640 backend/lpd.c:421 backend/socket.c:275 +#: backend/ipp.c:642 backend/lpd.c:421 backend/socket.c:275 #, c-format msgid "Unable to locate printer \"%s\"." msgstr "" -#: backend/dnssd.c:787 backend/ipp.c:322 backend/lpd.c:204 +#: backend/dnssd.c:781 backend/ipp.c:324 backend/lpd.c:204 #: backend/socket.c:171 msgid "Unable to locate printer." msgstr "" @@ -5263,7 +5276,7 @@ msgstr "" msgid "Unable to open PPD file" msgstr "" -#: backend/ipp.c:2027 +#: backend/ipp.c:2040 msgid "Unable to open compressed print file" msgstr "" @@ -5275,7 +5288,7 @@ msgstr "" msgid "Unable to open device file" msgstr "" -#: scheduler/ipp.c:6834 +#: scheduler/ipp.c:6140 #, c-format msgid "Unable to open document #%d in job #%d." msgstr "" @@ -5284,7 +5297,7 @@ msgstr "" msgid "Unable to open help file." msgstr "" -#: backend/ipp.c:363 backend/ipp.c:1387 backend/ipp.c:1583 backend/ipp.c:2033 +#: backend/ipp.c:365 backend/ipp.c:1398 backend/ipp.c:1594 backend/ipp.c:2046 #: backend/lpd.c:488 backend/socket.c:158 backend/usb.c:237 #: filter/gziptoany.c:71 filter/pstops.c:300 msgid "Unable to open print file" @@ -5299,12 +5312,12 @@ msgstr "" msgid "Unable to print test page" msgstr "" -#: backend/runloop.c:96 backend/runloop.c:324 backend/usb-darwin.c:613 +#: backend/runloop.c:96 backend/runloop.c:325 backend/usb-darwin.c:613 #: backend/usb-darwin.c:657 backend/usb-libusb.c:343 backend/usb-libusb.c:378 msgid "Unable to read print data." msgstr "" -#: cups/dest.c:2968 +#: cups/dest.c:3402 msgid "Unable to resolve printer URI." msgstr "" @@ -5338,7 +5351,7 @@ msgstr "" msgid "Unable to set server default" msgstr "" -#: backend/ipp.c:2854 backend/ipp.c:2931 backend/ipp.c:2939 +#: backend/ipp.c:2868 backend/ipp.c:2945 backend/ipp.c:2953 msgid "Unable to start backend process." msgstr "" @@ -5350,7 +5363,7 @@ msgstr "" msgid "Unable to use legacy USB class driver." msgstr "" -#: backend/runloop.c:125 backend/runloop.c:379 +#: backend/runloop.c:125 backend/runloop.c:380 msgid "Unable to write print data" msgstr "" @@ -5376,7 +5389,7 @@ msgstr "" msgid "Unknown choice \"%s\" for option \"%s\"." msgstr "" -#: backend/ipp.c:505 +#: backend/ipp.c:507 #, c-format msgid "Unknown encryption option value: \"%s\"." msgstr "" @@ -5391,11 +5404,11 @@ msgstr "" msgid "Unknown format character: \"%c\"." msgstr "" -#: cups/dest-options.c:498 +#: cups/dest-options.c:770 msgid "Unknown media size name." msgstr "" -#: backend/ipp.c:552 +#: backend/ipp.c:554 #, c-format msgid "Unknown option \"%s\" with value \"%s\"." msgstr "" @@ -5410,12 +5423,12 @@ msgstr "" msgid "Unknown print mode: \"%s\"." msgstr "" -#: scheduler/ipp.c:11190 +#: scheduler/ipp.c:10496 #, c-format msgid "Unknown printer-error-policy \"%s\"." msgstr "" -#: scheduler/ipp.c:11173 +#: scheduler/ipp.c:10479 #, c-format msgid "Unknown printer-op-policy \"%s\"." msgstr "" @@ -5424,41 +5437,41 @@ msgstr "" msgid "Unknown service name." msgstr "" -#: backend/ipp.c:524 +#: backend/ipp.c:526 #, c-format msgid "Unknown version option value: \"%s\"." msgstr "" -#: scheduler/ipp.c:414 +#: scheduler/ipp.c:402 #, c-format msgid "Unsupported character set \"%s\"." msgstr "" -#: scheduler/ipp.c:8865 scheduler/ipp.c:10095 scheduler/ipp.c:11644 +#: scheduler/ipp.c:8171 scheduler/ipp.c:9401 scheduler/ipp.c:10950 #, c-format msgid "Unsupported compression \"%s\"." msgstr "" -#: scheduler/ipp.c:8999 scheduler/ipp.c:10245 scheduler/ipp.c:11673 +#: scheduler/ipp.c:8305 scheduler/ipp.c:9551 scheduler/ipp.c:10979 #, c-format msgid "Unsupported document-format \"%s\"." msgstr "" -#: scheduler/ipp.c:10228 +#: scheduler/ipp.c:9534 #, c-format msgid "Unsupported document-format \"%s/%s\"." msgstr "" -#: scheduler/ipp.c:1379 +#: scheduler/ipp.c:1367 #, c-format msgid "Unsupported format \"%s\"." msgstr "" -#: scheduler/ipp.c:1477 +#: scheduler/ipp.c:1465 msgid "Unsupported margins." msgstr "" -#: cups/pwg-media.c:468 +#: cups/pwg-media.c:529 msgid "Unsupported media value." msgstr "" @@ -5501,7 +5514,7 @@ msgid "" " [-u allow:user,user] [-u deny:user,user]" msgstr "" -#: backend/dnssd.c:241 backend/ipp.c:311 backend/lpd.c:191 +#: backend/dnssd.c:241 backend/ipp.c:313 backend/lpd.c:191 #: backend/socket.c:135 backend/usb.c:183 filter/commandtops.c:74 #: filter/gziptoany.c:50 filter/pstops.c:264 monitor/bcp.c:62 #: monitor/tbcp.c:61 @@ -5533,7 +5546,7 @@ msgstr "" msgid "Usage: cupstestppd [options] filename1.ppd[.gz] [... filenameN.ppd[.gz]]" msgstr "" -#: test/ipptool.c:4334 +#: test/ipptool.c:4401 msgid "Usage: ipptool [options] URI filename [ ... filenameN ]" msgstr "" @@ -5600,7 +5613,7 @@ msgstr "" msgid "Version uses indefinite length" msgstr "" -#: backend/ipp.c:1664 +#: backend/ipp.c:1675 msgid "Waiting for job to complete." msgstr "" @@ -5653,11 +5666,11 @@ msgstr "" msgid "completed" msgstr "" -#: scheduler/ipp.c:6706 +#: scheduler/ipp.c:6012 msgid "cups-deviced failed to execute." msgstr "" -#: scheduler/ipp.c:7536 scheduler/ipp.c:7785 +#: scheduler/ipp.c:6842 scheduler/ipp.c:7091 msgid "cups-driverd failed to execute." msgstr "" @@ -5764,62 +5777,62 @@ msgstr "" msgid "idle" msgstr "" -#: test/ipptool.c:371 test/ipptool.c:510 test/ipptool.c:534 +#: test/ipptool.c:373 test/ipptool.c:515 test/ipptool.c:539 msgid "ipptool: \"-i\" and \"-n\" are incompatible with -X\"." msgstr "" -#: test/ipptool.c:592 +#: test/ipptool.c:597 #, c-format msgid "ipptool: Bad URI - %s." msgstr "" -#: test/ipptool.c:360 +#: test/ipptool.c:362 #, c-format msgid "ipptool: Bad version %s for \"-V\"." msgstr "" -#: test/ipptool.c:503 +#: test/ipptool.c:508 msgid "ipptool: Invalid seconds for \"-i\"." msgstr "" -#: test/ipptool.c:573 +#: test/ipptool.c:578 msgid "ipptool: May only specify a single URI." msgstr "" -#: test/ipptool.c:526 +#: test/ipptool.c:531 msgid "ipptool: Missing count for \"-n\"." msgstr "" -#: test/ipptool.c:406 +#: test/ipptool.c:408 msgid "ipptool: Missing filename for \"-f\"." msgstr "" -#: test/ipptool.c:387 +#: test/ipptool.c:389 msgid "ipptool: Missing name=value for \"-d\"." msgstr "" -#: test/ipptool.c:493 +#: test/ipptool.c:498 msgid "ipptool: Missing seconds for \"-i\"." msgstr "" -#: test/ipptool.c:330 +#: test/ipptool.c:332 msgid "ipptool: Missing timeout for \"-T\"." msgstr "" -#: test/ipptool.c:343 +#: test/ipptool.c:345 msgid "ipptool: Missing version for \"-V\"." msgstr "" -#: test/ipptool.c:619 +#: test/ipptool.c:624 msgid "ipptool: URI required before test file." msgstr "" -#: test/ipptool.c:553 +#: test/ipptool.c:558 #, c-format msgid "ipptool: Unknown option \"-%c\"." msgstr "" -#: scheduler/ipp.c:8532 +#: scheduler/ipp.c:7838 msgid "job-printer-uri attribute missing." msgstr "" @@ -6125,16 +6138,16 @@ msgstr "" msgid "no system default destination" msgstr "" -#: scheduler/ipp.c:6394 +#: scheduler/ipp.c:5702 msgid "notify-events not specified." msgstr "" -#: scheduler/ipp.c:2046 scheduler/ipp.c:6299 +#: scheduler/ipp.c:2034 scheduler/ipp.c:5607 #, c-format msgid "notify-recipient-uri URI \"%s\" is already used." msgstr "" -#: scheduler/ipp.c:2036 scheduler/ipp.c:6289 +#: scheduler/ipp.c:2024 scheduler/ipp.c:5597 #, c-format msgid "notify-recipient-uri URI \"%s\" uses unknown scheme." msgstr "" @@ -6650,7 +6663,7 @@ msgstr "" msgid "processing" msgstr "" -#: systemv/lp.c:643 +#: systemv/lp.c:644 #, c-format msgid "request id is %s-%d (%d file(s))" msgstr "" diff --git a/locale/cups.strings b/locale/cups.strings index ddcf127f4..745be0f84 100644 --- a/locale/cups.strings +++ b/locale/cups.strings @@ -776,6 +776,7 @@ "IPP integer value not 4 bytes." = "IPP integer value not 4 bytes."; "IPP language length overflows value." = "IPP language length overflows value."; "IPP member name is not empty." = "IPP member name is not empty."; +"IPP memberName value is empty." = "IPP memberName value is empty."; "IPP name larger than 32767 bytes." = "IPP name larger than 32767 bytes."; "IPP nameWithLanguage value less than minimum 4 bytes." = "IPP nameWithLanguage value less than minimum 4 bytes."; "IPP rangeOfInteger value not 8 bytes." = "IPP rangeOfInteger value not 8 bytes."; @@ -987,6 +988,7 @@ "Printer Modified" = "Printer Modified"; "Printer Paused" = "Printer Paused"; "Printer Settings" = "Printer Settings"; +"Printer cannot print supplied content." = "Printer cannot print supplied content."; "Printer:" = "Printer:"; "Printers" = "Printers"; "Printing page %d, %d%% complete." = "Printing page %d, %d%% complete."; @@ -1044,6 +1046,7 @@ "Tear-Off" = "Tear-Off"; "Tear-Off Adjust Position" = "Tear-Off Adjust Position"; "The %s attribute cannot be provided with job-ids." = "The %s attribute cannot be provided with job-ids."; +"The '%s' operation attribute cannot be supplied in a Create-Job request." = "The '%s' operation attribute cannot be supplied in a Create-Job request."; "The PPD file \"%s\" could not be found." = "The PPD file \"%s\" could not be found."; "The PPD file \"%s\" could not be opened: %s" = "The PPD file \"%s\" could not be opened: %s"; "The PPD file could not be opened." = "The PPD file could not be opened."; diff --git a/locale/cups_ca.po b/locale/cups_ca.po new file mode 100644 index 000000000..cde14d651 --- /dev/null +++ b/locale/cups_ca.po @@ -0,0 +1,7285 @@ +# +# "$Id$" +# +# Message catalog template for the Common UNIX Printing System (CUPS). +# +# Copyright 2007-2009 by Apple Inc. +# Copyright 2005-2007 by Easy Software Products. +# +# These coded instructions, statements, and computer programs are the +# property of Apple Inc. 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 +# file is missing or damaged, see the license at "http://www.cups.org/". +# +# +# Notes for Translators: +# +# The following prefixes MUST NOT be translated: "ALERT:", "CRIT:", "INFO:", +# "NOTICE:", and "WARNING:". +# +# The "checkpo" program located in the "locale" source directory can be used +# to verify that your translations do not introduce formatting errors or other +# problems. Run with: +# +# cd locale +# ./checkpo cups_LL.po +# +# where "LL" is your locale. +# Àngel Mompó , 2011, 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: CUPS 1.4.6\n" +"Report-Msgid-Bugs-To: http://www.cups.org/str.php\n" +"POT-Creation-Date: 2012-05-23 16:24-0700\n" +"PO-Revision-Date: 2012-05-26 12:28+0200\n" +"Last-Translator: Àngel Mompó \n" +"Language-Team: Catalan <>\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n!=1);\n" + +#: systemv/lpstat.c:1876 systemv/lpstat.c:2001 +msgid "\t\t(all)" +msgstr "\t\t(tots)" + +#: systemv/lpstat.c:1879 systemv/lpstat.c:1882 systemv/lpstat.c:2004 +#: systemv/lpstat.c:2007 +msgid "\t\t(none)" +msgstr "\t\t(cap)" + +#: berkeley/lpc.c:434 +#, c-format +msgid "\t%d entries" +msgstr "\t%d entrades" + +#: systemv/lpstat.c:756 systemv/lpstat.c:772 +#, c-format +msgid "\t%s" +msgstr "\t%s" + +#: systemv/lpstat.c:1857 systemv/lpstat.c:1982 +msgid "\tAfter fault: continue" +msgstr "\tDesprés d'una fallada: continua" + +#: systemv/lpstat.c:1481 systemv/lpstat.c:1826 systemv/lpstat.c:1952 +#, c-format +msgid "\tAlerts: %s" +msgstr "\tAlertes: %s" + +#: systemv/lpstat.c:1880 systemv/lpstat.c:2005 +msgid "\tBanner required" +msgstr "\tNecessita un bàner" + +#: systemv/lpstat.c:1881 systemv/lpstat.c:2006 +msgid "\tCharset sets:" +msgstr "\tConjunt de caràcters:" + +#: systemv/lpstat.c:1845 systemv/lpstat.c:1970 +msgid "\tConnection: direct" +msgstr "\tConnexió: directa" + +#: systemv/lpstat.c:1836 systemv/lpstat.c:1962 +msgid "\tConnection: remote" +msgstr "\tConnexió: remota" + +#: systemv/lpstat.c:1800 systemv/lpstat.c:1926 +msgid "\tContent types: any" +msgstr "\tTipus de contingut: qualsevol" + +#: systemv/lpstat.c:1884 systemv/lpstat.c:2009 +msgid "\tDefault page size:" +msgstr "\tMida de la pàgina per defecte:" + +#: systemv/lpstat.c:1883 systemv/lpstat.c:2008 +msgid "\tDefault pitch:" +msgstr "\tDensitat per defecte:" + +#: systemv/lpstat.c:1885 systemv/lpstat.c:2010 +msgid "\tDefault port settings:" +msgstr "\tConfiguració del port per defecte:" + +#: systemv/lpstat.c:1806 systemv/lpstat.c:1932 +#, c-format +msgid "\tDescription: %s" +msgstr "\tDescripció: %s" + +#: systemv/lpstat.c:1799 systemv/lpstat.c:1925 +msgid "\tForm mounted:" +msgstr "\tFormularis muntats:" + +#: systemv/lpstat.c:1878 systemv/lpstat.c:2003 +msgid "\tForms allowed:" +msgstr "\tFormularis admesos:" + +#: systemv/lpstat.c:1840 systemv/lpstat.c:1966 +#, c-format +msgid "\tInterface: %s.ppd" +msgstr "\tInterfície: %s.ppd" + +#: systemv/lpstat.c:1849 systemv/lpstat.c:1974 +#, c-format +msgid "\tInterface: %s/interfaces/%s" +msgstr "\tInterfície: %s/interfícies/%s" + +#: systemv/lpstat.c:1853 systemv/lpstat.c:1978 +#, c-format +msgid "\tInterface: %s/ppd/%s.ppd" +msgstr "\tInterfície: %s/ppd/%s.ppd" + +#: systemv/lpstat.c:1831 systemv/lpstat.c:1957 +#, c-format +msgid "\tLocation: %s" +msgstr "\tUbicació: %s" + +#: systemv/lpstat.c:1856 systemv/lpstat.c:1981 +msgid "\tOn fault: no alert" +msgstr "\tEn cas de fallada: no avisis" + +#: systemv/lpstat.c:1801 systemv/lpstat.c:1927 +msgid "\tPrinter types: unknown" +msgstr "\tTipus d'impresores: desconeguts" + +#: systemv/lpstat.c:1462 +#, c-format +msgid "\tStatus: %s" +msgstr "\tEstat: %s" + +#: systemv/lpstat.c:1861 systemv/lpstat.c:1875 systemv/lpstat.c:1986 +#: systemv/lpstat.c:2000 +msgid "\tUsers allowed:" +msgstr "\tUsuaris permesos:" + +#: systemv/lpstat.c:1868 systemv/lpstat.c:1993 +msgid "\tUsers denied:" +msgstr "\tUsuaris sense permís:" + +#: berkeley/lpc.c:436 +msgid "\tdaemon present" +msgstr "\tpresència del dimoni" + +#: berkeley/lpc.c:432 +msgid "\tno entries" +msgstr "\tcap entrada" + +#: berkeley/lpc.c:404 berkeley/lpc.c:416 +#, c-format +msgid "\tprinter is on device '%s' speed -1" +msgstr "\tLa impressora és al dispositiu «%s» velocitat -1" + +#: berkeley/lpc.c:429 +msgid "\tprinting is disabled" +msgstr "\tLa impressora està deshabilitada" + +#: berkeley/lpc.c:427 +msgid "\tprinting is enabled" +msgstr "\tLa impressora està habilitada" + +#: systemv/lpstat.c:1484 +#, c-format +msgid "\tqueued for %s" +msgstr "\ten cua per %s" + +#: berkeley/lpc.c:424 +msgid "\tqueuing is disabled" +msgstr "\tla cua està deshabilitada" + +#: berkeley/lpc.c:422 +msgid "\tqueuing is enabled" +msgstr "\tla cua està habilitada" + +#: systemv/lpstat.c:1792 systemv/lpstat.c:1918 +msgid "\treason unknown" +msgstr "\traó desconeguda" + +#: systemv/cupstestppd.c:454 +msgid "" +"\n" +" DETAILED CONFORMANCE TEST RESULTS" +msgstr "" +"\n" +" RESULTAT DETALLAT DEL TEST DE CONFORMITAT" + +#: systemv/cupstestppd.c:3800 +msgid " Ignore specific warnings." +msgstr " Ignora els avisos específics." + +#: systemv/cupstestppd.c:3804 +msgid " Issue warnings instead of errors." +msgstr " Mostra avisos enlloc d'errors." + +#: systemv/cupstestppd.c:410 systemv/cupstestppd.c:415 +msgid " REF: Page 15, section 3.1." +msgstr " REF: pàgina 15, secció 3.1." + +#: systemv/cupstestppd.c:405 +msgid " REF: Page 15, section 3.2." +msgstr " REF: pàgina 15, secció 3.2." + +#: systemv/cupstestppd.c:425 +msgid " REF: Page 19, section 3.3." +msgstr " REF: pàgina 19, secció 3.3." + +#: systemv/cupstestppd.c:378 +msgid " REF: Page 20, section 3.4." +msgstr " REF: pàgina 20, secció 3.4." + +#: systemv/cupstestppd.c:430 +msgid " REF: Page 27, section 3.5." +msgstr " REF: pàgina 27, secció 3.5." + +#: systemv/cupstestppd.c:373 +msgid " REF: Page 42, section 5.2." +msgstr " REF: pàgina 42, secció 5.2." + +#: systemv/cupstestppd.c:420 +msgid " REF: Pages 16-17, section 3.2." +msgstr " REF: pàgines 16-17, secció 3.2." + +#: systemv/cupstestppd.c:390 +msgid " REF: Pages 42-45, section 5.2." +msgstr " REF: pàgines 42-45, secció 5.2." + +#: systemv/cupstestppd.c:384 +msgid " REF: Pages 45-46, section 5.2." +msgstr " REF: pàgines 45-46, secció 5.2." + +#: systemv/cupstestppd.c:395 +msgid " REF: Pages 48-49, section 5.2." +msgstr " REF: pàgines 48-49, secció 5.2." + +#: systemv/cupstestppd.c:400 +msgid " REF: Pages 52-54, section 5.2." +msgstr " REF: pàgines 52-54, secció 5.2." + +#: berkeley/lpq.c:554 +#, c-format +msgid " %-39.39s %.0f bytes" +msgstr " %-39.39s %.0f bytes" + +#: systemv/cupstestppd.c:589 +#, c-format +msgid " PASS Default%s" +msgstr " VALIDA Default%s" + +#: systemv/cupstestppd.c:524 +msgid " PASS DefaultImageableArea" +msgstr " VALIDA DefaultImageableArea" + +#: systemv/cupstestppd.c:558 +msgid " PASS DefaultPaperDimension" +msgstr " VALIDA DefaultPaperDimension" + +#: systemv/cupstestppd.c:631 +msgid " PASS FileVersion" +msgstr " VALIDA FileVersion" + +#: systemv/cupstestppd.c:675 +msgid " PASS FormatVersion" +msgstr " VALIDA FileVersion" + +#: systemv/cupstestppd.c:695 +msgid " PASS LanguageEncoding" +msgstr " VALIDA LanguageEncoding" + +#: systemv/cupstestppd.c:715 +msgid " PASS LanguageVersion" +msgstr " VALIDA LanguageVersion" + +#: systemv/cupstestppd.c:769 +msgid " PASS Manufacturer" +msgstr " VALIDA Manufacturer" + +#: systemv/cupstestppd.c:809 +msgid " PASS ModelName" +msgstr " VALIDA ModelName" + +#: systemv/cupstestppd.c:829 +msgid " PASS NickName" +msgstr " VALIDA NickName" + +#: systemv/cupstestppd.c:889 +msgid " PASS PCFileName" +msgstr " VALIDA PCFileName" + +#: systemv/cupstestppd.c:964 +msgid " PASS PSVersion" +msgstr " VALIDA PSVersion" + +#: systemv/cupstestppd.c:869 +msgid " PASS PageRegion" +msgstr " VALIDA PageRegion" + +#: systemv/cupstestppd.c:849 +msgid " PASS PageSize" +msgstr " VALIDA PageSize" + +#: systemv/cupstestppd.c:924 +msgid " PASS Product" +msgstr " VALIDA Product" + +#: systemv/cupstestppd.c:999 +msgid " PASS ShortNickName" +msgstr " VALIDA ShortNickName" + +#: systemv/cupstestppd.c:1374 +#, c-format +msgid " WARN %s has no corresponding options." +msgstr " AVÍS %s no té les opcions corresponents." + +#: systemv/cupstestppd.c:1486 +#, c-format +msgid "" +" WARN %s shares a common prefix with %s\n" +" REF: Page 15, section 3.2." +msgstr "" +" AVÍS %s té un prefixe comú amb %s\n" +" REF: pàgina 15, secció 3.2." + +#: systemv/cupstestppd.c:1345 +#, c-format +msgid "" +" WARN Duplex option keyword %s may not work as expected and should " +"be named Duplex.\n" +" REF: Page 122, section 5.17" +msgstr "" +" AVÍS La paraula clau %s de l'opció dúplex pot no funcionar com " +"s'espera i s'hauria de dir Duplex.\n" +" REF: pàgina 122, secció 5.17" + +#: systemv/cupstestppd.c:1744 +msgid " WARN File contains a mix of CR, LF, and CR LF line endings." +msgstr "" +" AVÍS El fitxer conté una barreja de CR, LF, i CR LF com a finals " +"de línia." + +#: systemv/cupstestppd.c:1390 +msgid "" +" WARN LanguageEncoding required by PPD 4.3 spec.\n" +" REF: Pages 56-57, section 5.3." +msgstr "" +" AVÍS Es requereix un LanguageEncoding segons les espec. del PPD " +"4.3\n" +" REF: pàgines 56-57, secció 5.3." + +#: systemv/cupstestppd.c:1726 +#, c-format +msgid " WARN Line %d only contains whitespace." +msgstr " AVÍS La línia %d només conté espais en blanc." + +#: systemv/cupstestppd.c:1398 +msgid "" +" WARN Manufacturer required by PPD 4.3 spec.\n" +" REF: Pages 58-59, section 5.3." +msgstr "" +" AVÍS El fabricant requereix les espec. del PPD 4.3.\n" +" REF: pàgines 58-59, secció 5.3." + +#: systemv/cupstestppd.c:1749 +msgid "" +" WARN Non-Windows PPD files should use lines ending with only LF, " +"not CR LF." +msgstr "" +" AVÍS Els fitxers PPD que no són del Windows han de fer servir " +"només LF com a final de línia, no CR LF." + +#: systemv/cupstestppd.c:1382 +#, c-format +msgid "" +" WARN Obsolete PPD version %.1f.\n" +" REF: Page 42, section 5.2." +msgstr "" +" AVÍS La versió del PPD %.1f és obsoleta!\n" +" REF: pàgina 42, secció 5.2." + +#: systemv/cupstestppd.c:1413 +msgid "" +" WARN PCFileName longer than 8.3 in violation of PPD spec.\n" +" REF: Pages 61-62, section 5.3." +msgstr "" +" AVÍS El PCFileName és més llarg de 8.3 i viola les espec. del " +"PPD.\n" +" REF: pàgines 61-62, secció 5.3." + +#: systemv/cupstestppd.c:1421 +msgid "" +" WARN PCFileName should contain a unique filename.\n" +" REF: Pages 61-62, section 5.3." +msgstr "" +" AVÍS El PCFileName és més llarg de 8.3 i viola les espec. del " +"PPD.\n" +" REF: pàgines 61-62, secció 5.3." + +#: systemv/cupstestppd.c:1456 +msgid "" +" WARN Protocols contains PJL but JCL attributes are not set.\n" +" REF: Pages 78-79, section 5.7." +msgstr "" +" AVÍS Els protocols contenen el PJL però els atributs del JCL no " +"s'han definit.\n" +" REF: pàgines 78-79, secció 5.7." + +#: systemv/cupstestppd.c:1447 +msgid "" +" WARN Protocols contains both PJL and BCP; expected TBCP.\n" +" REF: Pages 78-79, section 5.7." +msgstr "" +" AVÍS Es protocols contenen tant el PJL com el BCP; s'esperava el " +"TBCP.\n" +" REF: pàgines 78-79, secció 5.7." + +#: systemv/cupstestppd.c:1430 +msgid "" +" WARN ShortNickName required by PPD 4.3 spec.\n" +" REF: Pages 64-65, section 5.3." +msgstr "" +" AVÍS Es requereix un ShortNickName segons les espec.del PPD 4.3.\n" +" REF: pàgines 64-65, secció 5.3." + +#: systemv/cupsaddsmb.c:282 +msgid " cupsaddsmb [options] -a" +msgstr " cupsaddsmb [opcions] -a" + +#: systemv/cupstestdsc.c:427 +msgid " cupstestdsc [options] -" +msgstr " cupstestdsc [opcions] -" + +#: systemv/cupstestppd.c:3795 +msgid " program | cupstestppd [options] -" +msgstr " programa | cupstestppd [opcions] -" + +#: systemv/cupstestppd.c:3727 +#, c-format +msgid "" +" %s \"%s %s\" conflicts with \"%s %s\"\n" +" (constraint=\"%s %s %s %s\")." +msgstr "" +" %s «%s %s» entra en conflicte amb «%s %s»\n" +" (restricció=«%s %s %s %s»)." + +#: systemv/cupstestppd.c:2248 +#, c-format +msgid " %s %s %s does not exist." +msgstr " %s %s %s no existeix." + +#: systemv/cupstestppd.c:3884 +#, c-format +msgid " %s %s file \"%s\" has the wrong capitalization." +msgstr " %s %s el fitxer «%s» fa un ús incorrecte de les majúscules." + +#: systemv/cupstestppd.c:2318 +#, c-format +msgid "" +" %s Bad %s choice %s.\n" +" REF: Page 122, section 5.17" +msgstr "" +" %s Mala %s elecció %s!\n" +" REF: pàgina 122, secció 5.17" + +#: systemv/cupstestppd.c:3487 systemv/cupstestppd.c:3536 +#: systemv/cupstestppd.c:3575 +#, c-format +msgid " %s Bad UTF-8 \"%s\" translation string for option %s, choice %s." +msgstr "" +" %s UTF-8 incorrecte «%s» a la traducció de l'opció %s, elecció %s." + +#: systemv/cupstestppd.c:3441 +#, c-format +msgid " %s Bad UTF-8 \"%s\" translation string for option %s." +msgstr " %s UTF-8 Incorrecte «%s» a la traducció de l'opció %s." + +#: systemv/cupstestppd.c:2389 +#, c-format +msgid " %s Bad cupsFilter value \"%s\"." +msgstr " %s Valor incorrecte del cupsFilter «%s»." + +#: systemv/cupstestppd.c:2475 +#, c-format +msgid " %s Bad cupsFilter2 value \"%s\"." +msgstr " %s Valor incorrecte del cupsFilter2 «%s»" + +#: systemv/cupstestppd.c:2964 +#, c-format +msgid " %s Bad cupsICCProfile %s." +msgstr " %s cupsICCProfile incorrecte %s." + +#: systemv/cupstestppd.c:2571 +#, c-format +msgid " %s Bad cupsPreFilter value \"%s\"." +msgstr " %s Valor de la cupsPreFilter incorrecte «%s»." + +#: systemv/cupstestppd.c:1822 +#, c-format +msgid " %s Bad cupsUIConstraints %s: \"%s\"" +msgstr " %s cupsUIConstraints incorrecte %s: «%s»" + +#: systemv/cupstestppd.c:3391 +#, c-format +msgid " %s Bad language \"%s\"." +msgstr " %s language incorrecte «%s»." + +#: systemv/cupstestppd.c:2433 systemv/cupstestppd.c:2529 +#: systemv/cupstestppd.c:2615 systemv/cupstestppd.c:2673 +#: systemv/cupstestppd.c:2728 systemv/cupstestppd.c:2783 +#: systemv/cupstestppd.c:2838 systemv/cupstestppd.c:2891 +#: systemv/cupstestppd.c:3013 +#, c-format +msgid " %s Bad permissions on %s file \"%s\"." +msgstr " %s Permisos del fitxer %s incorrectes «%s»." + +#: systemv/cupstestppd.c:2373 systemv/cupstestppd.c:2459 +#: systemv/cupstestppd.c:2555 systemv/cupstestppd.c:2642 +#: systemv/cupstestppd.c:2697 systemv/cupstestppd.c:2752 +#: systemv/cupstestppd.c:2807 systemv/cupstestppd.c:2862 +#, c-format +msgid " %s Bad spelling of %s - should be %s." +msgstr " %s %s Està mal escrit: hauria de ser %s." + +#: systemv/cupstestppd.c:2907 +#, c-format +msgid " %s Cannot provide both APScanAppPath and APScanAppBundleID." +msgstr " %s No hi pot haver APScanAppPath i APScanAppBundleID alhora." + +#: systemv/cupstestppd.c:2205 +#, c-format +msgid " %s Default choices conflicting." +msgstr " %s Conflictes amb les opcions per defecte." + +#: systemv/cupstestppd.c:1803 +#, c-format +msgid " %s Empty cupsUIConstraints %s" +msgstr " %s cupsUIConstraints buit %s" + +#: systemv/cupstestppd.c:3519 systemv/cupstestppd.c:3559 +#, c-format +msgid " %s Missing \"%s\" translation string for option %s, choice %s." +msgstr " %s Falta la traducció de «%s» per l'opció %s, elecció %s." + +#: systemv/cupstestppd.c:3427 +#, c-format +msgid " %s Missing \"%s\" translation string for option %s." +msgstr " %s Falta la traducció de «%s» per l'opció %s." + +#: systemv/cupstestppd.c:2418 systemv/cupstestppd.c:2514 +#: systemv/cupstestppd.c:2600 systemv/cupstestppd.c:2658 +#: systemv/cupstestppd.c:2713 systemv/cupstestppd.c:2768 +#: systemv/cupstestppd.c:2823 systemv/cupstestppd.c:2875 +#: systemv/cupstestppd.c:2998 +#, c-format +msgid " %s Missing %s file \"%s\"." +msgstr " %s Falta el fitxer %s «%s»." + +#: systemv/cupstestppd.c:3121 +#, c-format +msgid "" +" %s Missing REQUIRED PageRegion option.\n" +" REF: Page 100, section 5.14." +msgstr "" +" %s Falta l'opció PageRegion NECESSÀRIA .\n" +" REF: pàgina 100, secció 5.14." + +#: systemv/cupstestppd.c:3106 +#, c-format +msgid "" +" %s Missing REQUIRED PageSize option.\n" +" REF: Page 99, section 5.14." +msgstr "" +" %s Falta l'opció PageSize NECESSÀRIA.\n" +" REF: pàgina 99, secció 5.14." + +#: systemv/cupstestppd.c:2013 systemv/cupstestppd.c:2054 +#, c-format +msgid " %s Missing choice *%s %s in UIConstraints \"*%s %s *%s %s\"." +msgstr " %s Falta l'elecció *%s %s a UIConstraints «*%s %s *%s %s»." + +#: systemv/cupstestppd.c:1908 +#, c-format +msgid " %s Missing choice *%s %s in cupsUIConstraints %s: \"%s\"" +msgstr " %s Falta l'elecció *%s %s a cupsUIConstraints %s: «%s»" + +#: systemv/cupstestppd.c:1840 +#, c-format +msgid " %s Missing cupsUIResolver %s" +msgstr " %s Falta el cupsUIResolver %s" + +#: systemv/cupstestppd.c:1999 systemv/cupstestppd.c:2040 +#, c-format +msgid " %s Missing option %s in UIConstraints \"*%s %s *%s %s\"." +msgstr " %s Falta l'opció %s a UIConstraints «*%s %s *%s %s»." + +#: systemv/cupstestppd.c:1892 +#, c-format +msgid " %s Missing option %s in cupsUIConstraints %s: \"%s\"" +msgstr " %s Falta l'opció %s a cupsUIConstraints %s: «%s»" + +#: systemv/cupstestppd.c:3613 +#, c-format +msgid " %s No base translation \"%s\" is included in file." +msgstr " %s No s'ha inclòs cap traducció de base «%s» al fitxer." + +#: systemv/cupstestppd.c:2294 +#, c-format +msgid "" +" %s REQUIRED %s does not define choice None.\n" +" REF: Page 122, section 5.17" +msgstr "" +" %s NECESSARI %s no defineix l'eleció «Cap»!\n" +" REF: pàgina 122, secció 5.17" + +#: systemv/cupstestppd.c:3180 systemv/cupstestppd.c:3194 +#, c-format +msgid " %s Size \"%s\" defined for %s but not for %s." +msgstr " %s Mida \"%s\" definida per %s però no per %s." + +#: systemv/cupstestppd.c:3160 +#, c-format +msgid " %s Size \"%s\" has unexpected dimensions (%gx%g)." +msgstr " %s Mida \"%s\" té unes dimensions inesperades (%gx%g)." + +#: systemv/cupstestppd.c:3332 +#, c-format +msgid " %s Size \"%s\" should be \"%s\"." +msgstr " %s Mida «%s» hauria de ser «%s»." + +#: systemv/cupstestppd.c:3292 +#, c-format +msgid " %s Size \"%s\" should be the Adobe standard name \"%s\"." +msgstr " %s Mida \"%s\" hauria de ser el nom estàndard d'Adobe «%s»." + +#: systemv/cupstestppd.c:3041 +#, c-format +msgid " %s cupsICCProfile %s hash value collides with %s." +msgstr " %s cupsICCProfile %s el valor resum (hash) col·lideix amb %s." + +#: systemv/cupstestppd.c:1963 +#, c-format +msgid " %s cupsUIResolver %s causes a loop." +msgstr " %s cupsUIResolver %s entra en bucle." + +#: systemv/cupstestppd.c:1945 +#, c-format +msgid "" +" %s cupsUIResolver %s does not list at least two different options." +msgstr "" +" %s cupsUIResolver %s no llista com a mínim dues opcions diferents." + +#: systemv/cupstestppd.c:1168 +#, c-format +msgid "" +" **FAIL** %s must be 1284DeviceID\n" +" REF: Page 72, section 5.5" +msgstr "" +" **ERROR** %s ha de ser 1284DeviceID!\n" +" REF: pàgina 72, secció 5.5" + +#: systemv/cupstestppd.c:580 +#, c-format +msgid "" +" **FAIL** Bad Default%s %s\n" +" REF: Page 40, section 4.5." +msgstr "" +" **ERROR** Default%s incorrecte %s\n" +" REF: pàgina 40, secció 4.5." + +#: systemv/cupstestppd.c:514 +#, c-format +msgid "" +" **FAIL** Bad DefaultImageableArea %s\n" +" REF: Page 102, section 5.15." +msgstr "" +" **ERROR** DefaultImageableArea incorrecte %s\n" +" REF: pàgina 102, secció 5.15." + +#: systemv/cupstestppd.c:550 +#, c-format +msgid "" +" **FAIL** Bad DefaultPaperDimension %s\n" +" REF: Page 103, section 5.15." +msgstr "" +" **ERROR** DefaultPaperDimension incorrecte %s\n" +" REF: pàgina 103, secció 5.15." + +#: systemv/cupstestppd.c:623 +#, c-format +msgid "" +" **FAIL** Bad FileVersion \"%s\"\n" +" REF: Page 56, section 5.3." +msgstr "" +" **ERROR** FileVersion incorrecte «%s»\n" +" REF: pàgina 56, secció 5.3." + +#: systemv/cupstestppd.c:667 +#, c-format +msgid "" +" **FAIL** Bad FormatVersion \"%s\"\n" +" REF: Page 56, section 5.3." +msgstr "" +" **ERROR** FormatVersion incorrecte «%s»\n" +" REF: pàgina 56, secció 5.3." + +#: systemv/cupstestppd.c:1025 +msgid "" +" **FAIL** Bad JobPatchFile attribute in file\n" +" REF: Page 24, section 3.4." +msgstr "" +" **ERROR** atribut de JobPatchFile incorrecte al fitxer\n" +" REF: pàgina 24, secció 3.4." + +#: systemv/cupstestppd.c:1213 +#, c-format +msgid " **FAIL** Bad LanguageEncoding %s - must be ISOLatin1." +msgstr " **ERROR** LanguageEncoding incorrecte %s: ha de ser ISOLatin1." + +#: systemv/cupstestppd.c:1227 +#, c-format +msgid " **FAIL** Bad LanguageVersion %s - must be English." +msgstr " **ERROR** LanguageVersion incorrecta %s: ha de ser anglès." + +#: systemv/cupstestppd.c:743 systemv/cupstestppd.c:760 +#, c-format +msgid "" +" **FAIL** Bad Manufacturer (should be \"%s\")\n" +" REF: Page 211, table D.1." +msgstr "" +" **ERROR** Manufacturer incorrecte (hauria de ser «%s»)\n" +" REF: pàgina 211, taula D.1." + +#: systemv/cupstestppd.c:800 +#, c-format +msgid "" +" **FAIL** Bad ModelName - \"%c\" not allowed in string.\n" +" REF: Pages 59-60, section 5.3." +msgstr "" +" **ERROR** ModelName incorrecte - no es permet «%c» a la cadena.\n" +" REF: pàgines 59-60, secció 5.3." + +#: systemv/cupstestppd.c:956 +msgid "" +" **FAIL** Bad PSVersion - not \"(string) int\".\n" +" REF: Pages 62-64, section 5.3." +msgstr "" +" **ERROR** PSVersion incorrecte - no és «(cadena) enter».\n" +" REF: pàgines 62-64, secció 5.3." + +#: systemv/cupstestppd.c:917 +msgid "" +" **FAIL** Bad Product - not \"(string)\".\n" +" REF: Page 62, section 5.3." +msgstr "" +" **ERROR** Product incorrecte - no és «(cadena)».\n" +" REF: pàgina 62, secció 5.3." + +#: systemv/cupstestppd.c:991 +msgid "" +" **FAIL** Bad ShortNickName - longer than 31 chars.\n" +" REF: Pages 64-65, section 5.3." +msgstr "" +" **ERROR** ShortNickName incorrecte - més llarg de 31 caràcters.\n" +" REF: pàgines 64-65, secció 5.3." + +#: systemv/cupstestppd.c:1149 +#, c-format +msgid "" +" **FAIL** Bad option %s choice %s\n" +" REF: Page 84, section 5.9" +msgstr "" +" **ERROR** Elecció %s incorrecta %s\n" +" REF: pàgina 84, secció 5.9" + +#: systemv/cupstestppd.c:3754 systemv/cupstestppd.c:3776 +#, c-format +msgid " **FAIL** Default option code cannot be interpreted: %s" +msgstr "" +" **ERROR** El codi de l'opció per defecte no es pot interpretar: %s" + +#: systemv/cupstestppd.c:1286 +#, c-format +msgid "" +" **FAIL** Default translation string for option %s choice %s contains " +"8-bit characters." +msgstr "" +" **ERROR** La traducció per defecte de l'opció %s elecció %s conté " +"caràcters de 8 bits." + +#: systemv/cupstestppd.c:1259 +#, c-format +msgid "" +" **FAIL** Default translation string for option %s contains 8-bit " +"characters." +msgstr "" +" **ERROR** La traducció per defecte de l'opció %s conté caràcters de 8 " +"bits." + +#: systemv/cupstestppd.c:2101 +#, c-format +msgid " **FAIL** Group names %s and %s differ only by case." +msgstr "" +" **ERROR** Els noms dels grups %s i %s només es diferencien en les " +"majúscules." + +#: systemv/cupstestppd.c:2146 +#, c-format +msgid " **FAIL** Multiple occurrences of option %s choice name %s." +msgstr "" +" **ERROR** Coincidències múltiples de l'opció %s nom de l'elecció %s." + +#: systemv/cupstestppd.c:2163 +#, c-format +msgid " **FAIL** Option %s choice names %s and %s differ only by case." +msgstr "" +" **ERROR** L'opció %s noms de les opcions %s i %s només es diferencien " +"per les majúscules." + +#: systemv/cupstestppd.c:2123 +#, c-format +msgid " **FAIL** Option names %s and %s differ only by case." +msgstr "" +" **ERROR** Els noms de les opcions %s i %s només es diferencien per " +"les majúscules." + +#: systemv/cupstestppd.c:600 +#, c-format +msgid "" +" **FAIL** REQUIRED Default%s\n" +" REF: Page 40, section 4.5." +msgstr "" +" **ERROR** ES NECESSITA Default%s\n" +" REF: pàgina 40, secció 4.5." + +#: systemv/cupstestppd.c:499 +msgid "" +" **FAIL** REQUIRED DefaultImageableArea\n" +" REF: Page 102, section 5.15." +msgstr "" +" **ERROR** ES NECESSITA DefaultImageableArea\n" +" REF: pàgina 102, secció 5.15." + +#: systemv/cupstestppd.c:535 +msgid "" +" **FAIL** REQUIRED DefaultPaperDimension\n" +" REF: Page 103, section 5.15." +msgstr "" +" **ERROR** ES NECESSITA DefaultPaperDimension\n" +" REF: pàgina 103, secció 5.15." + +#: systemv/cupstestppd.c:641 +msgid "" +" **FAIL** REQUIRED FileVersion\n" +" REF: Page 56, section 5.3." +msgstr "" +" **ERROR** ES NECESSITA FileVersion\n" +" REF: pàgina 56, secció 5.3." + +#: systemv/cupstestppd.c:685 +msgid "" +" **FAIL** REQUIRED FormatVersion\n" +" REF: Page 56, section 5.3." +msgstr "" +" **ERROR** ES NECESSITA FormatVersion\n" +" REF: pàgina 56, secció 5.3." + +#: systemv/cupstestppd.c:1076 +#, c-format +msgid "" +" **FAIL** REQUIRED ImageableArea for PageSize %s\n" +" REF: Page 41, section 5.\n" +" REF: Page 102, section 5.15." +msgstr "" +" **ERROR** ES NECESSITA ImageableArea per PageSize %s\n" +" REF: pàgina 41, secció 5.\n" +" REF: pàgina 102, secció 5.15." + +#: systemv/cupstestppd.c:705 +msgid "" +" **FAIL** REQUIRED LanguageEncoding\n" +" REF: Pages 56-57, section 5.3." +msgstr "" +" **ERROR** ES NECESSITA LanguageEncoding\n" +" REF: pàgines 56-57, secció 5.3." + +#: systemv/cupstestppd.c:725 +msgid "" +" **FAIL** REQUIRED LanguageVersion\n" +" REF: Pages 57-58, section 5.3." +msgstr "" +" **ERROR** ES NECESSITA LanguageVersion\n" +" REF: pàgines 57-58, secció 5.3." + +#: systemv/cupstestppd.c:779 +msgid "" +" **FAIL** REQUIRED Manufacturer\n" +" REF: Pages 58-59, section 5.3." +msgstr "" +" **ERROR** ES NECESSITA Manufacturer\n" +" REF: pàgines 58-59, secció 5.3." + +#: systemv/cupstestppd.c:819 +msgid "" +" **FAIL** REQUIRED ModelName\n" +" REF: Pages 59-60, section 5.3." +msgstr "" +" **ERROR** ES NECESSITA ModelName\n" +" REF: pàgines 59-60, secció 5.3." + +#: systemv/cupstestppd.c:839 +msgid "" +" **FAIL** REQUIRED NickName\n" +" REF: Page 60, section 5.3." +msgstr "" +" **ERROR** ES NECESSITA NickName\n" +" REF: pàgina 60, secció 5.3." + +#: systemv/cupstestppd.c:899 +msgid "" +" **FAIL** REQUIRED PCFileName\n" +" REF: Pages 61-62, section 5.3." +msgstr "" +" **ERROR** ES NECESSITA PCFileName\n" +" REF: pàgines 61-62, secció 5.3." + +#: systemv/cupstestppd.c:974 +msgid "" +" **FAIL** REQUIRED PSVersion\n" +" REF: Pages 62-64, section 5.3." +msgstr "" +" **ERROR** ES NECESSITA PSVersion\n" +" REF: pàgines 62-64, secció 5.3." + +#: systemv/cupstestppd.c:879 +msgid "" +" **FAIL** REQUIRED PageRegion\n" +" REF: Page 100, section 5.14." +msgstr "" +" **ERROR** ES NECESSITA PageRegion\n" +" REF: pàgina 100, secció 5.14." + +#: systemv/cupstestppd.c:1045 +msgid "" +" **FAIL** REQUIRED PageSize\n" +" REF: Page 41, section 5.\n" +" REF: Page 99, section 5.14." +msgstr "" +" **ERROR** ES NECESSITA PageSize\n" +" REF: pàgina 41, secció 5.\n" +" REF: pàgina 99, secció 5.14." + +#: systemv/cupstestppd.c:859 +msgid "" +" **FAIL** REQUIRED PageSize\n" +" REF: Pages 99-100, section 5.14." +msgstr "" +" **ERROR** ES NECESSITA PageSize\n" +" REF: pàgines 99-100, secció 5.14." + +#: systemv/cupstestppd.c:1098 +#, c-format +msgid "" +" **FAIL** REQUIRED PaperDimension for PageSize %s\n" +" REF: Page 41, section 5.\n" +" REF: Page 103, section 5.15." +msgstr "" +" **ERROR** ES NECESSITA PaperDimension per PageSize %s\n" +" REF: pàgina 41, secció 5.\n" +" REF: pàgina 103, secció 5.15." + +#: systemv/cupstestppd.c:934 +msgid "" +" **FAIL** REQUIRED Product\n" +" REF: Page 62, section 5.3." +msgstr "" +" **ERROR** ES NECESSITA Product\n" +" REF: pàgina 62, secció 5.3." + +#: systemv/cupstestppd.c:1009 +msgid "" +" **FAIL** REQUIRED ShortNickName\n" +" REF: Page 64-65, section 5.3." +msgstr "" +" **FAIL** ES NECESSITA ShortNickName\n" +" REF: pàgina 64-65, secció 5.3." + +#: systemv/cupstestppd.c:334 systemv/cupstestppd.c:353 +#: systemv/cupstestppd.c:365 +#, c-format +msgid " **FAIL** Unable to open PPD file - %s on line %d." +msgstr " **ERROR** No es pot obrir el fitxer PPD - %s a la línia %d." + +#: systemv/cupstestppd.c:1498 +#, c-format +msgid " %d ERRORS FOUND" +msgstr " %d S'HAN TROBAT ERRORS" + +#: systemv/cupstestdsc.c:431 +msgid " -h Show program usage" +msgstr " -h Mostra la sintaxi del programa" + +#: systemv/cupstestdsc.c:234 systemv/cupstestdsc.c:276 +#, c-format +msgid "" +" Bad %%%%BoundingBox: on line %d.\n" +" REF: Page 39, %%%%BoundingBox:" +msgstr "" +" %%%%BoundingBox incorrecte: a la línia %d.\n" +" REF: pàgina 39, %%%%BoundingBox:" + +#: systemv/cupstestdsc.c:305 +#, c-format +msgid "" +" Bad %%%%Page: on line %d.\n" +" REF: Page 53, %%%%Page:" +msgstr "" +" %%%%Page incorrecte: a la línia %d.\n" +" REF: pàgina 53, %%%%Page:" + +#: systemv/cupstestdsc.c:218 systemv/cupstestdsc.c:258 +#, c-format +msgid "" +" Bad %%%%Pages: on line %d.\n" +" REF: Page 43, %%%%Pages:" +msgstr "" +" %%%%Pages incorrecte: a la línia %d!\n" +" REF: pàgina 43, %%%%Pages:" + +#: systemv/cupstestdsc.c:176 +#, c-format +msgid "" +" Line %d is longer than 255 characters (%d).\n" +" REF: Page 25, Line Length" +msgstr "" +" La línia %d és més llarga de 255 caràcters (%d)\n" +" REF: pàgina 25, Longitud de línia" + +#: systemv/cupstestdsc.c:192 +msgid "" +" Missing %!PS-Adobe-3.0 on first line.\n" +" REF: Page 17, 3.1 Conforming Documents" +msgstr "" +" Falta %!PS-Adobe-3.0 a la primera línia.\n" +" REF: pàgina 17, 3.1 Adaptació de documents" + +#: systemv/cupstestdsc.c:362 +#, c-format +msgid " Missing %%EndComments comment. REF: Page 41, %%EndComments" +msgstr "" +" Falta el comentari %%EndComments. REF: pàgina 41, %%EndComments" + +#: systemv/cupstestdsc.c:342 +#, c-format +msgid "" +" Missing or bad %%BoundingBox: comment.\n" +" REF: Page 39, %%BoundingBox:" +msgstr "" +" %%BoundingBox incorrecte o inexistent: comentari.\n" +" REF: pàgina 39, %%BoundingBox:" + +#: systemv/cupstestdsc.c:372 +#, c-format +msgid "" +" Missing or bad %%Page: comments.\n" +" REF: Page 53, %%Page:" +msgstr "" +" %%Page incorrecte o inexistent: comentaris.\n" +" REF: pàgina 53, %%Page:" + +#: systemv/cupstestdsc.c:352 +#, c-format +msgid "" +" Missing or bad %%Pages: comment.\n" +" REF: Page 43, %%Pages:" +msgstr "" +" %%Pages incorrecte o inexistent: comentari.\n" +" REF: pàgina 43, %%Pages:" + +#: systemv/cupstestppd.c:1500 +msgid " NO ERRORS FOUND" +msgstr " NO S'HA TROBAT CAP ERROR" + +#: systemv/cupstestdsc.c:395 +#, c-format +msgid " Saw %d lines that exceeded 255 characters." +msgstr " S'han trobat %d línies que superen els 255 caràcters." + +#: systemv/cupstestdsc.c:390 +#, c-format +msgid " Too many %%BeginDocument comments." +msgstr " Massa comentaris %%BeginDocument." + +#: systemv/cupstestdsc.c:382 +#, c-format +msgid " Too many %%EndDocument comments." +msgstr " Massa comentaris %%EndDocument." + +#: systemv/cupstestdsc.c:402 +msgid " Warning: file contains binary data." +msgstr " Avís: el fitxer conté dades binàries." + +#: systemv/cupstestdsc.c:410 +#, c-format +msgid " Warning: no %%EndComments comment in file." +msgstr " Avís: no hi ha cap %%EndComments al fitxer." + +#: systemv/cupstestdsc.c:406 +#, c-format +msgid " Warning: obsolete DSC version %.1f in file." +msgstr " Avís: versió del DSC %.1f obsoleta al fitxer." + +#: systemv/cupsctl.c:210 +msgid " --[no-]debug-logging Turn debug logging on/off." +msgstr " --[no-]debug-logging Activa o desactiva el registre de depuració." + +#: systemv/cupsctl.c:212 +msgid " --[no-]remote-admin Turn remote administration on/off." +msgstr " --[no-]remote-admin Activa o desactiva l'administració remota." + +#: systemv/cupsctl.c:214 +msgid " --[no-]remote-any Allow/prevent access from the Internet." +msgstr " --[no-]remote-any Permet o impedeix l'accés des d'Internet." + +#: systemv/cupsctl.c:216 +msgid " --[no-]share-printers Turn printer sharing on/off." +msgstr "" +" --[no-]share-printers Activa o desactiva la compartició d'impressores." + +#: systemv/cupsctl.c:218 +msgid " --[no-]user-cancel-any Allow/prevent users to cancel any job." +msgstr "" +" --[no-]user-cancel-any Permet o impedeix que els usuaris cancel·lin " +"tasques." + +#: ppdc/ppdc.cxx:455 +msgid " --cr End lines with CR (Mac OS 9)." +msgstr " --cr Final de línia amb CR (Mac OS 9)." + +#: ppdc/ppdc.cxx:457 +msgid " --crlf End lines with CR + LF (Windows)." +msgstr " --crlf Final de línia amb CR + LF (Windows)." + +#: ppdc/ppdc.cxx:459 +msgid " --lf End lines with LF (UNIX/Linux/OS X)." +msgstr " --lf Final de línia amb LF (UNIX/Linux/OS X)." + +#: test/ipptool.c:4404 +msgid " -4 Connect using IPv4." +msgstr " -4 Connecta fent servir IPv4." + +#: test/ipptool.c:4405 +msgid " -6 Connect using IPv6." +msgstr " -6 Connecta fent servir IPv6." + +#: test/ipptool.c:4406 +msgid " -C Send requests using chunking (default)." +msgstr "" +" -C Envia les sol·licituds fent servir la fragmentació " +"(per defecte)." + +#: scheduler/cupsfilter.c:1431 +msgid " -D Remove the input file when finished." +msgstr " -D Elimina el fitxer d'entrada quan ha acabat." + +#: ppdc/ppdc.cxx:438 ppdc/ppdhtml.cxx:175 ppdc/ppdpo.cxx:255 +msgid " -D name=value Set named variable to value." +msgstr " -D nom=valor Estableix la variable indicada al valor." + +#: systemv/cupsaddsmb.c:285 systemv/cupsctl.c:205 +msgid " -E Encrypt the connection." +msgstr " -E Xifra la connexió." + +#: test/ipptool.c:4408 +msgid " -E Test with HTTP Upgrade to TLS." +msgstr "" +" -E Fa una prova amb l'actualització d'HTTP a TLS." + +#: scheduler/main.c:2021 +msgid "" +" -F Run in the foreground but detach from console." +msgstr "" +" -F Executa en primer pla però separat de la consola." + +#: systemv/cupsaddsmb.c:286 +msgid " -H samba-server Use the named SAMBA server." +msgstr " -H servidor-samba Fa servir el servidor SAMBA indicat." + +#: test/ipptool.c:4410 +msgid " -I Ignore errors." +msgstr " -I Ignora els errors." + +#: ppdc/ppdc.cxx:440 ppdc/ppdhtml.cxx:177 ppdc/ppdi.cxx:131 ppdc/ppdpo.cxx:257 +msgid " -I include-dir Add include directory to search path." +msgstr " -I dir-inclòs Afegeix el directori inclòs al camí de cerca." + +#: systemv/cupstestppd.c:3799 +msgid " -I {filename,filters,none,profiles}" +msgstr " -I {nomfitxer,filtres,cap,perfils}" + +#: test/ipptool.c:4411 +msgid " -L Send requests using content-length." +msgstr "" +" -L Envia les peticions fent servir content-length." + +#: scheduler/cupsfilter.c:1433 +msgid " -P filename.ppd Set PPD file." +msgstr " -P nomfitxer.ppd Estableix el fitxer PPD." + +#: systemv/cupstestppd.c:3801 +msgid " -R root-directory Set alternate root." +msgstr " -R directori-arrel Estableix una arrel alternativa." + +#: test/ipptool.c:4413 +msgid " -S Test with SSL encryption." +msgstr " -S Fa una prova amb xifrat SSL." + +#: test/ipptool.c:4415 +msgid " -T seconds Set the receive/send timeout in seconds." +msgstr "" +" -T segons Estableix el temps d'espera màxim per enviar i " +"rebre en segons." + +#: scheduler/cupsfilter.c:1434 systemv/cupsaddsmb.c:288 systemv/cupsctl.c:206 +msgid " -U username Specify username." +msgstr " -U nomusuari Especifica un nom d'usuari." + +#: test/ipptool.c:4417 +msgid " -V version Set default IPP version." +msgstr " -V versió Estableix la versió per defecte del IPP." + +#: systemv/cupstestppd.c:3802 +msgid "" +" -W {all,none,constraints,defaults,duplex,filters,profiles,sizes," +"translations}" +msgstr "" +" -W {tots,cap,restringits,per defecte,dúplex,filtres,perfils,mides," +"traduccions}" + +#: test/ipptool.c:4419 +msgid " -X Produce XML plist instead of plain text." +msgstr "" +" -X Retorna els plist en XML en comptes de text pla." + +#: systemv/cupsaddsmb.c:289 +msgid " -a Export all printers." +msgstr " -a Exporta totes les impressores." + +#: ppdc/ppdc.cxx:442 +msgid " -c catalog.po Load the specified message catalog." +msgstr " -c catàleg.po Carrega el catàleg de missatges indicat." + +#: scheduler/cupsfilter.c:1435 scheduler/main.c:2019 +msgid " -c cupsd.conf Set cupsd.conf file to use." +msgstr "" +" -c cupsd.conf Estableix el fitxer cupsd.conf que cal fer servir." + +#: test/ipptool.c:4421 +msgid " -d name=value Set named variable to value." +msgstr " -d nom=valor Estableix la variable indicada al valor." + +#: ppdc/ppdc.cxx:444 +msgid " -d output-dir Specify the output directory." +msgstr " -d dir-sortida Especifica el directori de sortida." + +#: scheduler/cupsfilter.c:1437 +msgid " -d printer Use the named printer." +msgstr " -d impressora Fa servir la impressora indicada." + +#: scheduler/cupsfilter.c:1439 +msgid " -e Use every filter from the PPD file." +msgstr " -e Fa servir tots els filtres del fitxer PPD." + +#: scheduler/main.c:2020 +msgid " -f Run in the foreground." +msgstr " -f Executa en primer pla." + +#: test/ipptool.c:4423 +msgid " -f filename Set default request filename." +msgstr "" +" -f nomfitxer Estableix el nom del fitxer per defecte de la " +"sol·licitud." + +#: scheduler/main.c:2023 +msgid " -h Show this usage message." +msgstr " -h Mostra aquest missatge de sintaxi." + +#: systemv/cupsaddsmb.c:290 systemv/cupsctl.c:207 +msgid " -h server[:port] Specify server address." +msgstr " -h servidor[:port] Especifica l'adreça del servidor." + +#: scheduler/cupsfilter.c:1441 +msgid " -i mime/type Set input MIME type (otherwise auto-typed)." +msgstr "" +" -i tipus/mime Estableix el tipus MIME d'entrada (auto-typed si " +"no s'especifica)." + +#: test/ipptool.c:4425 +msgid "" +" -i seconds Repeat the last file with the given time interval." +msgstr "" +" -i segons Repeteix l'últim fitxer amb l'interval especificat." + +#: scheduler/cupsfilter.c:1443 +msgid "" +" -j job-id[,N] Filter file N from the specified job (default is " +"file 1)." +msgstr "" +" -j id-tasca[,N] Filtra el fitxer N a la tasca especificada (el " +"fitxer per defecte és 1)." + +#: scheduler/main.c:2024 +msgid " -l Run cupsd from launchd(8)." +msgstr " -l Executa cupsd des de launchd(8)." + +#: ppdc/ppdc.cxx:446 +msgid " -l lang[,lang,...] Specify the output language(s) (locale)." +msgstr "" +" -l idioma[,idioma,...] Especifica els idiomes de sortida (locale)." + +#: ppdc/ppdc.cxx:448 +msgid " -m Use the ModelName value as the filename." +msgstr "" +" -m Fa servir el valor de ModelName com a nom de " +"fitxer." + +#: scheduler/cupsfilter.c:1445 +msgid "" +" -m mime/type Set output MIME type (otherwise application/pdf)." +msgstr "" +" -m tipus/mime Estableix el tipus MIME de sortida (application/" +"pdf si no s'especifica)." + +#: scheduler/cupsfilter.c:1447 +msgid " -n copies Set number of copies." +msgstr " -n còpies Estableix el nombre de còpies." + +#: test/ipptool.c:4427 +msgid "" +" -n count Repeat the last file the given number of times." +msgstr "" +" -n comptador Repeteix l'últim fitxer el nombre indicat de " +"vegades." + +#: ppdc/ppdi.cxx:133 +msgid "" +" -o filename.drv Set driver information file (otherwise ppdi.drv)." +msgstr "" +" -o nomfitxer.drv Estableix el fitxer d'informació del controlador " +"(ppdi.drv si no s'especifica)." + +#: ppdc/ppdmerge.cxx:370 +msgid " -o filename.ppd[.gz] Set output file (otherwise stdout)." +msgstr "" +" -o nomfitxer.ppd[.gz] Estableix el fitxer de sortida (stdout si no " +"s'especifica)." + +#: scheduler/cupsfilter.c:1448 +msgid " -o name=value Set option(s)." +msgstr " -o nom=valor Estableix les opcions." + +#: scheduler/cupsfilter.c:1449 +msgid " -p filename.ppd Set PPD file." +msgstr " -p nomfitxer.ppd Estableix el fitxer PPD." + +#: systemv/cupstestppd.c:3806 test/ipptool.c:4429 +msgid " -q Run silently." +msgstr " -q S'executa en mode silenciós." + +#: systemv/cupstestppd.c:3807 +msgid " -r Use 'relaxed' open mode." +msgstr " -r Fa servir el mode obert «relaxat»." + +#: test/ipptool.c:4430 +msgid " -t Produce a test report." +msgstr " -t Genera un informe de prova." + +#: ppdc/ppdc.cxx:450 +msgid " -t Test PPDs instead of generating them." +msgstr " -t Prova els PPDs en comptes de generar-los." + +#: scheduler/main.c:2025 +msgid " -t Test the configuration file." +msgstr " -t Prova el fitxer de configuració." + +#: scheduler/cupsfilter.c:1450 +msgid " -t title Set title." +msgstr " -t títol Estableix el títol." + +#: scheduler/cupsfilter.c:1451 +msgid " -u Remove the PPD file when finished." +msgstr " -u Elimina el fitxer PPD quan ha acabat." + +#: systemv/cupsaddsmb.c:291 systemv/cupstestppd.c:3808 test/ipptool.c:4431 +#: ppdc/ppdc.cxx:452 ppdc/ppdpo.cxx:259 +msgid " -v Be verbose." +msgstr " -v Mode detallat." + +#: systemv/cupstestppd.c:3809 +msgid " -vv Be very verbose." +msgstr " -vv Mode molt detallat." + +#: ppdc/ppdc.cxx:453 +msgid " -z Compress PPD files using GNU zip." +msgstr "" +" -z Comprimeix els fitxers PPD fent servir el zip de " +"GNU." + +#: systemv/cupstestppd.c:332 systemv/cupstestppd.c:351 +#: systemv/cupstestppd.c:363 systemv/cupstestppd.c:496 +#: systemv/cupstestppd.c:511 systemv/cupstestppd.c:532 +#: systemv/cupstestppd.c:547 systemv/cupstestppd.c:577 +#: systemv/cupstestppd.c:597 systemv/cupstestppd.c:620 +#: systemv/cupstestppd.c:638 systemv/cupstestppd.c:664 +#: systemv/cupstestppd.c:682 systemv/cupstestppd.c:702 +#: systemv/cupstestppd.c:722 systemv/cupstestppd.c:740 +#: systemv/cupstestppd.c:757 systemv/cupstestppd.c:776 +#: systemv/cupstestppd.c:797 systemv/cupstestppd.c:816 +#: systemv/cupstestppd.c:836 systemv/cupstestppd.c:856 +#: systemv/cupstestppd.c:876 systemv/cupstestppd.c:896 +#: systemv/cupstestppd.c:914 systemv/cupstestppd.c:931 +#: systemv/cupstestppd.c:953 systemv/cupstestppd.c:971 +#: systemv/cupstestppd.c:988 systemv/cupstestppd.c:1006 +#: systemv/cupstestppd.c:1022 systemv/cupstestppd.c:1042 +#: systemv/cupstestppd.c:1073 systemv/cupstestppd.c:1095 +#: systemv/cupstestppd.c:1146 systemv/cupstestppd.c:1165 +#: systemv/cupstestppd.c:1209 systemv/cupstestppd.c:1223 +#: systemv/cupstestppd.c:1255 systemv/cupstestppd.c:1282 +#: systemv/cupstestppd.c:1800 systemv/cupstestppd.c:1819 +#: systemv/cupstestppd.c:1837 systemv/cupstestppd.c:1889 +#: systemv/cupstestppd.c:1905 systemv/cupstestppd.c:1942 +#: systemv/cupstestppd.c:1960 systemv/cupstestppd.c:1996 +#: systemv/cupstestppd.c:2010 systemv/cupstestppd.c:2037 +#: systemv/cupstestppd.c:2051 systemv/cupstestppd.c:2097 +#: systemv/cupstestppd.c:2119 systemv/cupstestppd.c:2142 +#: systemv/cupstestppd.c:2159 systemv/cupstestppd.c:2201 +#: systemv/cupstestppd.c:2244 systemv/cupstestppd.c:2291 +#: systemv/cupstestppd.c:2315 systemv/cupstestppd.c:2369 +#: systemv/cupstestppd.c:2385 systemv/cupstestppd.c:2415 +#: systemv/cupstestppd.c:2429 systemv/cupstestppd.c:2455 +#: systemv/cupstestppd.c:2471 systemv/cupstestppd.c:2511 +#: systemv/cupstestppd.c:2525 systemv/cupstestppd.c:2551 +#: systemv/cupstestppd.c:2567 systemv/cupstestppd.c:2597 +#: systemv/cupstestppd.c:2611 systemv/cupstestppd.c:2638 +#: systemv/cupstestppd.c:2655 systemv/cupstestppd.c:2669 +#: systemv/cupstestppd.c:2693 systemv/cupstestppd.c:2710 +#: systemv/cupstestppd.c:2724 systemv/cupstestppd.c:2748 +#: systemv/cupstestppd.c:2765 systemv/cupstestppd.c:2779 +#: systemv/cupstestppd.c:2803 systemv/cupstestppd.c:2820 +#: systemv/cupstestppd.c:2834 systemv/cupstestppd.c:2858 +#: systemv/cupstestppd.c:2872 systemv/cupstestppd.c:2887 +#: systemv/cupstestppd.c:2904 systemv/cupstestppd.c:2960 +#: systemv/cupstestppd.c:2995 systemv/cupstestppd.c:3009 +#: systemv/cupstestppd.c:3037 systemv/cupstestppd.c:3102 +#: systemv/cupstestppd.c:3117 systemv/cupstestppd.c:3156 +#: systemv/cupstestppd.c:3176 systemv/cupstestppd.c:3190 +#: systemv/cupstestppd.c:3387 systemv/cupstestppd.c:3423 +#: systemv/cupstestppd.c:3437 systemv/cupstestppd.c:3483 +#: systemv/cupstestppd.c:3515 systemv/cupstestppd.c:3532 +#: systemv/cupstestppd.c:3555 systemv/cupstestppd.c:3571 +#: systemv/cupstestppd.c:3609 systemv/cupstestppd.c:3750 +#: systemv/cupstestppd.c:3772 systemv/cupstestppd.c:3880 +msgid " FAIL" +msgstr " ERROR" + +#: systemv/cupstestppd.c:1306 +msgid " PASS" +msgstr " VÀLID" + +#: berkeley/lpq.c:560 +#, c-format +msgid "%-6s %-10.10s %-4d %-10d %-27.27s %.0f bytes" +msgstr "%-6s %-10.10s %-4d %-10d %-27.27s %.0f bytes" + +#: berkeley/lpq.c:565 +#, c-format +msgid "%-7s %-7.7s %-7d %-31.31s %.0f bytes" +msgstr "%-7s %-7.7s %-7d %-31.31s %.0f bytes" + +#: systemv/lpstat.c:750 +#, c-format +msgid "%s accepting requests since %s" +msgstr "%s accepta peticions des de %s" + +#: scheduler/ipp.c:10045 +#, c-format +msgid "%s cannot be changed." +msgstr "%s no es pot canviar." + +#: berkeley/lpc.c:189 +#, c-format +msgid "%s is not implemented by the CUPS version of lpc." +msgstr "%s no està implementat en la versió del CUPS del lpc." + +#: berkeley/lpq.c:651 +#, c-format +msgid "%s is not ready" +msgstr "%s no està preparada" + +#: berkeley/lpq.c:644 +#, c-format +msgid "%s is ready" +msgstr "%s està preparada" + +#: berkeley/lpq.c:647 +#, c-format +msgid "%s is ready and printing" +msgstr "%s està preparada i imprimeix" + +#: filter/rastertoepson.c:985 filter/rastertohp.c:711 +#: filter/rastertolabel.c:1134 +#, c-format +msgid "%s job-id user title copies options [file]" +msgstr "%s identificador-tasca usuari títol còpies opcions [fitxer]" + +#: systemv/lpstat.c:754 +#, c-format +msgid "%s not accepting requests since %s -" +msgstr "%s no accepta peticions des de %s -" + +#: scheduler/ipp.c:691 +#, c-format +msgid "%s not supported." +msgstr "no es permet l'ús de %s." + +#: systemv/lpstat.c:765 +#, c-format +msgid "%s/%s accepting requests since %s" +msgstr "%s/%s accepta peticions des de %s" + +#: systemv/lpstat.c:770 +#, c-format +msgid "%s/%s not accepting requests since %s -" +msgstr "%s/%s no accepta peticions des de %s -" + +#: berkeley/lpq.c:552 +#, c-format +msgid "%s: %-33.33s [job %d localhost]" +msgstr "%s: %-33.33s [tasca %d localhost]" + +#. TRANSLATORS: Message is "subject: error" +#: cups/langprintf.c:86 scheduler/cupsfilter.c:714 systemv/lpadmin.c:805 +#: systemv/lpadmin.c:856 systemv/lpadmin.c:906 systemv/lpadmin.c:962 +#: systemv/lpadmin.c:1060 systemv/lpadmin.c:1112 systemv/lpadmin.c:1168 +#: systemv/lpadmin.c:1478 +#, c-format +msgid "%s: %s" +msgstr "%s: %s" + +#: systemv/cancel.c:294 systemv/cancel.c:357 +#, c-format +msgid "%s: %s failed: %s" +msgstr "%s: %s ha fallat: %s" + +#: systemv/cupsaccept.c:68 +#, c-format +msgid "%s: Don't know what to do." +msgstr "%s: no sé que fer." + +#: berkeley/lpq.c:236 berkeley/lpr.c:344 systemv/lp.c:584 +#, c-format +msgid "" +"%s: Error - %s environment variable names non-existent destination \"%s\"." +msgstr "" +"%s: error - els noms de les variables d'entorn %s tenen un destí inexistent " +"«%s»." + +#: systemv/lp.c:231 +#, c-format +msgid "%s: Error - bad job ID." +msgstr "%s: error - ID de la tasca incorrecte." + +#: systemv/lp.c:219 +#, c-format +msgid "%s: Error - cannot print files and alter jobs simultaneously." +msgstr "" +"%s: error - no es poden imprimir fitxers i modificar tasques al mateix temps." + +#: systemv/lp.c:505 +#, c-format +msgid "%s: Error - cannot print from stdin if files or a job ID are provided." +msgstr "" +"%s: error - no es pot imprimir des d'stdin si s'indiquen els fitxers o " +"l'identificador de la tasca." + +#: systemv/lp.c:461 +#, c-format +msgid "%s: Error - expected character set after \"-S\" option." +msgstr "" +"%s: error - s'esperava un conjunt de caràcters després de l'opció «-S»." + +#: systemv/lp.c:480 +#, c-format +msgid "%s: Error - expected content type after \"-T\" option." +msgstr "%s: error - s'esperava un tipus de contingut després de l'opció «-T»." + +#: berkeley/lpr.c:240 +#, c-format +msgid "%s: Error - expected copies after \"-#\" option." +msgstr "%s: error - s'esperaven còpies després de l'opció «-#»." + +#: systemv/lp.c:264 +#, c-format +msgid "%s: Error - expected copies after \"-n\" option." +msgstr "%s: error - s'esperaven còpies després de l'opció «-n»." + +#: berkeley/lpr.c:209 +#, c-format +msgid "%s: Error - expected destination after \"-P\" option." +msgstr "%s: error - s'esperava un destí després de l'opció «-P»." + +#: systemv/lpstat.c:231 +#, c-format +msgid "%s: Error - expected destination after \"-b\" option." +msgstr "%s: error - s'esperava un destí després de l'opció «-b»." + +#: systemv/lp.c:138 +#, c-format +msgid "%s: Error - expected destination after \"-d\" option." +msgstr "%s: error - s'esperava un destí després de l'opció «-d»." + +#: systemv/lp.c:168 +#, c-format +msgid "%s: Error - expected form after \"-f\" option." +msgstr "%s: error - s'esperava un formulari després de l'opció «-f»." + +#: systemv/lp.c:391 +#, c-format +msgid "%s: Error - expected hold name after \"-H\" option." +msgstr "%s: error - s'esperava un nom per pausa després de l'opció «-H»." + +#: berkeley/lpr.c:103 +#, c-format +msgid "%s: Error - expected hostname after \"-H\" option." +msgstr "" +"%s: error - s'esperava el nom de l'ordinador central després de l'opció «-H»." + +#: berkeley/lpq.c:180 berkeley/lprm.c:123 systemv/cancel.c:124 +#: systemv/cupsaccept.c:123 systemv/lp.c:189 systemv/lpstat.c:291 +#, c-format +msgid "%s: Error - expected hostname after \"-h\" option." +msgstr "" +"%s: error - s'esperava el nom de l'ordinador central després de l'opció «-h»." + +#: systemv/lp.c:371 +#, c-format +msgid "%s: Error - expected mode list after \"-y\" option." +msgstr "%s: error - s'esperava una llista de modes després de l'opció «-y»." + +#: berkeley/lpr.c:263 +#, c-format +msgid "%s: Error - expected name after \"-%c\" option." +msgstr "%s: error - s'esperava un nom després de l'opció «-%c»." + +#: berkeley/lpr.c:153 systemv/lp.c:288 +#, c-format +msgid "%s: Error - expected option=value after \"-o\" option." +msgstr "%s: error - s'esperava opció=valor després de l'opció «-o»." + +#: systemv/lp.c:441 +#, c-format +msgid "%s: Error - expected page list after \"-P\" option." +msgstr "%s: error - s'esperava una llista de pàgines després de l'opció «-P»." + +#: systemv/lp.c:308 +#, c-format +msgid "%s: Error - expected priority after \"-%c\" option." +msgstr "%s: error - s'esperava una prioritat després de l'opció «-%c»." + +#: systemv/cupsaccept.c:141 +#, c-format +msgid "%s: Error - expected reason text after \"-r\" option." +msgstr "%s: error - s'esperava una explicació després de l'opció «-r»." + +#: systemv/lp.c:354 +#, c-format +msgid "%s: Error - expected title after \"-t\" option." +msgstr "%s: error - s'esperava un títol després de l'opció «-t»." + +#: berkeley/lpq.c:111 berkeley/lpr.c:84 berkeley/lprm.c:104 +#: systemv/cancel.c:94 systemv/cupsaccept.c:101 systemv/lp.c:116 +#: systemv/lpadmin.c:438 systemv/lpstat.c:137 +#, c-format +msgid "%s: Error - expected username after \"-U\" option." +msgstr "%s: error - s'esperava un nom d'usuari després de l'opció «-U»." + +#: systemv/cancel.c:145 +#, c-format +msgid "%s: Error - expected username after \"-u\" option." +msgstr "%s: error - s'esperava un nom d'usuari després de l'opció «-u»." + +#: berkeley/lpr.c:125 +#, c-format +msgid "%s: Error - expected value after \"-%c\" option." +msgstr "%s: error - s'esperava un valor després de l'opció «-%c»." + +#: systemv/lpstat.c:157 systemv/lpstat.c:171 +#, c-format +msgid "" +"%s: Error - need \"completed\", \"not-completed\", or \"all\" after \"-W\" " +"option." +msgstr "" +"%s: error - es requereix «completed», «not-completed», o «all» després de " +"l'opció «-W»." + +#: berkeley/lpq.c:241 berkeley/lpr.c:349 systemv/lp.c:589 +#, c-format +msgid "%s: Error - no default destination available." +msgstr "%s: error - no hi ha un destí per defecte." + +#: systemv/lp.c:330 +#, c-format +msgid "%s: Error - priority must be between 1 and 100." +msgstr "%s: error - la prioritat ha de ser entre 1 i 100." + +#: berkeley/lpr.c:352 systemv/lp.c:592 +#, c-format +msgid "%s: Error - scheduler not responding." +msgstr "%s: error - el planificador no està responent." + +#: berkeley/lpr.c:305 systemv/lp.c:537 +#, c-format +msgid "%s: Error - too many files - \"%s\"." +msgstr "%s: error - massa fitxers - «%s»." + +#: berkeley/lpr.c:287 systemv/lp.c:520 +#, c-format +msgid "%s: Error - unable to access \"%s\" - %s" +msgstr "%s: error - no es pot accedir a «%s» - %s" + +#: berkeley/lpr.c:395 systemv/lp.c:623 +#, c-format +msgid "%s: Error - unable to queue from stdin - %s." +msgstr "%s: error - no es pot posar en cua des d'stdin - %s." + +#: berkeley/lprm.c:87 berkeley/lprm.c:172 systemv/cancel.c:214 +#, c-format +msgid "%s: Error - unknown destination \"%s\"." +msgstr "%s: error - el destí «%s» és desconegut." + +#: berkeley/lpq.c:150 +#, c-format +msgid "%s: Error - unknown destination \"%s/%s\"." +msgstr "%s: error - el destí «%s/%s» és desconegut." + +#: berkeley/lpr.c:274 berkeley/lprm.c:139 systemv/cancel.c:156 +#: systemv/cupsaccept.c:164 systemv/lp.c:496 systemv/lpstat.c:452 +#, c-format +msgid "%s: Error - unknown option \"%c\"." +msgstr "%s: error - la opció «%c» és desconeguda." + +#: systemv/cupsaccept.c:157 +#, c-format +msgid "%s: Error - unknown option \"%s\"." +msgstr "%s: error - la opció «%s» és desconeguda." + +#: systemv/lp.c:208 +#, c-format +msgid "%s: Expected job ID after \"-i\" option." +msgstr "%s: s'esperava l'ID d'una tasca després de l'opció «-i»." + +#: systemv/lpstat.c:504 systemv/lpstat.c:543 +#, c-format +msgid "%s: Invalid destination name in list \"%s\"." +msgstr "%s: el nom del destí no és vàlid a la llista «%s»." + +#: scheduler/cupsfilter.c:567 +#, c-format +msgid "%s: Invalid filter string \"%s\"." +msgstr "%s: la cadena del filtre «%s» no és vàlida." + +#: systemv/lp.c:418 +#, c-format +msgid "%s: Need job ID (\"-i jobid\") before \"-H restart\"." +msgstr "%s: es necessita l'ID de la tasca («-i jobid») abans de «-H restart»." + +#: scheduler/cupsfilter.c:458 +#, c-format +msgid "%s: No filter to convert from %s/%s to %s/%s." +msgstr "%s: no hi ha cap filtre per convertir de %s/%s a %s/%s." + +#: systemv/cupsaccept.c:198 +#, c-format +msgid "%s: Operation failed: %s" +msgstr "%s: ha fallat l'operació: %s" + +#: berkeley/lpq.c:97 berkeley/lpr.c:70 berkeley/lprm.c:67 systemv/cancel.c:81 +#: systemv/cupsaccept.c:88 systemv/cupsaddsmb.c:86 systemv/lp.c:102 +#: systemv/lpadmin.c:239 systemv/lpinfo.c:88 systemv/lpmove.c:73 +#: systemv/lpstat.c:102 test/ipptool.c:304 test/ipptool.c:321 +#, c-format +msgid "%s: Sorry, no encryption support." +msgstr "%s: ho sento, no està compilada la compatibilitat pel xifrat." + +#: berkeley/lpq.c:295 scheduler/cupsfilter.c:1221 systemv/cancel.c:237 +#: systemv/cupsaddsmb.c:144 systemv/cupsaddsmb.c:171 +#, c-format +msgid "%s: Unable to connect to server." +msgstr "%s: no es pot connectar al servidor." + +#: systemv/cancel.c:317 +#, c-format +msgid "%s: Unable to contact server." +msgstr "%s: no es pot contactar amb el servidor." + +#: scheduler/cupsfilter.c:424 +#, c-format +msgid "%s: Unable to determine MIME type of \"%s\"." +msgstr "%s: no es pot determinar el tips de MIME de «%s»." + +#: ppdc/ppdmerge.cxx:96 +#, c-format +msgid "%s: Unable to open %s: %s" +msgstr "%s: no es pot obrir %s: %s" + +#: scheduler/cupsfilter.c:662 ppdc/ppdmerge.cxx:112 +#, c-format +msgid "%s: Unable to open PPD file: %s on line %d." +msgstr "%s: no es pot obrir el fitxer PPD: %s a la línia %d." + +#: scheduler/cupsfilter.c:392 +#, c-format +msgid "%s: Unable to read MIME database from \"%s\" or \"%s\"." +msgstr "%s: no es pot llegir la base de dades MIME de «%s» o «%s»." + +#: berkeley/lpq.c:153 systemv/lpstat.c:558 +#, c-format +msgid "%s: Unknown destination \"%s\"." +msgstr "%s: el destí «%s» és desconegut." + +#: scheduler/cupsfilter.c:435 +#, c-format +msgid "%s: Unknown destination MIME type %s/%s." +msgstr "%s: es destí de tipus MIME %s/%s és desconegut." + +#: scheduler/cupsfilter.c:1426 +#, c-format +msgid "%s: Unknown option \"%c\"." +msgstr "%s: l'opció «%c» és desconeguda." + +#: scheduler/cupsfilter.c:416 +#, c-format +msgid "%s: Unknown source MIME type %s/%s." +msgstr "%s: la font del tipus de MIME %s/%s és desconeguda." + +#: berkeley/lpr.c:139 +#, c-format +msgid "" +"%s: Warning - \"%c\" format modifier not supported - output may not be " +"correct." +msgstr "" +"%s: avís - no es permet l'us del modificador de format «%c» - el resultat " +"pot no ser correcte." + +#: systemv/lp.c:468 +#, c-format +msgid "%s: Warning - character set option ignored." +msgstr "%s: avís - s'ignora l'opció del grup de caràcters." + +#: systemv/lp.c:487 +#, c-format +msgid "%s: Warning - content type option ignored." +msgstr "%s: avís - s'ignora l'opció de tipus de contingut." + +#: systemv/lp.c:175 +#, c-format +msgid "%s: Warning - form option ignored." +msgstr "%s: avís - s'ignora l'opció de formulari." + +#: systemv/lp.c:378 +#, c-format +msgid "%s: Warning - mode option ignored." +msgstr "%s: avís - s'ignora l'opció de mode." + +#: ppdc/sample.c:310 +msgid "-1" +msgstr "-1" + +#: ppdc/sample.c:301 +msgid "-10" +msgstr "-10" + +#: ppdc/sample.c:393 +msgid "-100" +msgstr "-100" + +#: ppdc/sample.c:392 +msgid "-105" +msgstr "-105" + +#: ppdc/sample.c:300 +msgid "-11" +msgstr "-11" + +#: ppdc/sample.c:391 +msgid "-110" +msgstr "-110" + +#: ppdc/sample.c:390 +msgid "-115" +msgstr "-115" + +#: ppdc/sample.c:299 +msgid "-12" +msgstr "-12" + +#: ppdc/sample.c:389 +msgid "-120" +msgstr "-120" + +#: ppdc/sample.c:298 +msgid "-13" +msgstr "-13" + +#: ppdc/sample.c:297 +msgid "-14" +msgstr "-14" + +#: ppdc/sample.c:296 +msgid "-15" +msgstr "-15" + +#: ppdc/sample.c:309 +msgid "-2" +msgstr "-2" + +#: ppdc/sample.c:409 +msgid "-20" +msgstr "-20" + +#: ppdc/sample.c:408 +msgid "-25" +msgstr "-25" + +#: ppdc/sample.c:308 +msgid "-3" +msgstr "-3" + +#: ppdc/sample.c:407 +msgid "-30" +msgstr "-30" + +#: ppdc/sample.c:406 +msgid "-35" +msgstr "-35" + +#: ppdc/sample.c:307 +msgid "-4" +msgstr "-4" + +#: ppdc/sample.c:405 +msgid "-40" +msgstr "-40" + +#: ppdc/sample.c:404 +msgid "-45" +msgstr "-45" + +#: ppdc/sample.c:306 +msgid "-5" +msgstr "-5" + +#: ppdc/sample.c:403 +msgid "-50" +msgstr "-50" + +#: ppdc/sample.c:402 +msgid "-55" +msgstr "-55" + +#: ppdc/sample.c:305 +msgid "-6" +msgstr "-6" + +#: ppdc/sample.c:401 +msgid "-60" +msgstr "-60" + +#: ppdc/sample.c:400 +msgid "-65" +msgstr "-65" + +#: ppdc/sample.c:304 +msgid "-7" +msgstr "-7" + +#: ppdc/sample.c:399 +msgid "-70" +msgstr "-70" + +#: ppdc/sample.c:398 +msgid "-75" +msgstr "-75" + +#: ppdc/sample.c:303 +msgid "-8" +msgstr "-8" + +#: ppdc/sample.c:397 +msgid "-80" +msgstr "-80" + +#: ppdc/sample.c:396 +msgid "-85" +msgstr "-85" + +#: ppdc/sample.c:302 +msgid "-9" +msgstr "-9" + +#: ppdc/sample.c:395 +msgid "-90" +msgstr "-90" + +#: ppdc/sample.c:394 +msgid "-95" +msgstr "-95" + +#: ppdc/sample.c:311 +msgid "0" +msgstr "0" + +#: ppdc/sample.c:312 +msgid "1" +msgstr "1" + +#: ppdc/sample.c:384 +msgid "1 inch/sec." +msgstr "1 polzada/seg." + +#: ppdc/sample.c:172 +msgid "1.25x0.25\"" +msgstr "1.25x0.25\"" + +#: ppdc/sample.c:173 +msgid "1.25x2.25\"" +msgstr "1.25x2.25\"" + +#: ppdc/sample.c:432 +msgid "1.5 inch/sec." +msgstr "1.5 polzades/seg." + +#: ppdc/sample.c:174 +msgid "1.50x0.25\"" +msgstr "1.50x0.25\"" + +#: ppdc/sample.c:175 +msgid "1.50x0.50\"" +msgstr "1.50x0.50\"" + +#: ppdc/sample.c:176 +msgid "1.50x1.00\"" +msgstr "1.50x1.00\"" + +#: ppdc/sample.c:177 +msgid "1.50x2.00\"" +msgstr "1.50x2.00\"" + +#: ppdc/sample.c:321 +msgid "10" +msgstr "10" + +#: ppdc/sample.c:443 +msgid "10 inches/sec." +msgstr "10 polzades/seg." + +#: ppdc/sample.c:6 +msgid "10 x 11" +msgstr "10 x 11" + +#: ppdc/sample.c:7 +msgid "10 x 13" +msgstr "10 x 13" + +#: ppdc/sample.c:8 +msgid "10 x 14" +msgstr "10 x 14" + +#: ppdc/sample.c:423 +msgid "100" +msgstr "100" + +#: ppdc/sample.c:334 +msgid "100 mm/sec." +msgstr "100 mm/seg." + +#: ppdc/sample.c:424 +msgid "105" +msgstr "105" + +#: ppdc/sample.c:322 +msgid "11" +msgstr "11" + +#: ppdc/sample.c:444 +msgid "11 inches/sec." +msgstr "11 polzades/seg." + +#: ppdc/sample.c:425 +msgid "110" +msgstr "110" + +#: ppdc/sample.c:426 +msgid "115" +msgstr "115" + +#: ppdc/sample.c:323 +msgid "12" +msgstr "12" + +#: ppdc/sample.c:445 +msgid "12 inches/sec." +msgstr "12 polzades/seg." + +#: ppdc/sample.c:9 +msgid "12 x 11" +msgstr "12 x 11" + +#: ppdc/sample.c:427 +msgid "120" +msgstr "120" + +#: ppdc/sample.c:335 +msgid "120 mm/sec." +msgstr "120 mm/seg." + +#: ppdc/sample.c:243 +msgid "120x60dpi" +msgstr "120x60ppp" + +#: ppdc/sample.c:249 +msgid "120x72dpi" +msgstr "120x72ppp" + +#: ppdc/sample.c:324 +msgid "13" +msgstr "13" + +#: ppdc/sample.c:232 +msgid "136dpi" +msgstr "136ppp" + +#: ppdc/sample.c:325 +msgid "14" +msgstr "14" + +#: ppdc/sample.c:326 +msgid "15" +msgstr "15" + +#: ppdc/sample.c:328 +msgid "15 mm/sec." +msgstr "15 mm/seg." + +#: ppdc/sample.c:10 +msgid "15 x 11" +msgstr "15 x 11" + +#: ppdc/sample.c:336 +msgid "150 mm/sec." +msgstr "150 mm/seg." + +#: ppdc/sample.c:283 +msgid "150dpi" +msgstr "150ppp" + +#: ppdc/sample.c:368 +msgid "16" +msgstr "16" + +#: ppdc/sample.c:369 +msgid "17" +msgstr "17" + +#: ppdc/sample.c:370 +msgid "18" +msgstr "18" + +#: ppdc/sample.c:244 +msgid "180dpi" +msgstr "180ppp" + +#: ppdc/sample.c:371 +msgid "19" +msgstr "19" + +#: ppdc/sample.c:313 +msgid "2" +msgstr "2" + +#: ppdc/sample.c:385 +msgid "2 inches/sec." +msgstr "2 polzades/seg." + +#: ppdc/sample.c:270 +msgid "2-Sided Printing" +msgstr "Impressió a doble cara" + +#: ppdc/sample.c:178 +msgid "2.00x0.37\"" +msgstr "2.00x0.37\"" + +#: ppdc/sample.c:179 +msgid "2.00x0.50\"" +msgstr "2.00x0.50\"" + +#: ppdc/sample.c:180 +msgid "2.00x1.00\"" +msgstr "2.00x1.00\"" + +#: ppdc/sample.c:181 +msgid "2.00x1.25\"" +msgstr "2.00x1.25\"" + +#: ppdc/sample.c:182 +msgid "2.00x2.00\"" +msgstr "2.00x2.00\"" + +#: ppdc/sample.c:183 +msgid "2.00x3.00\"" +msgstr "2.00x3.00\"" + +#: ppdc/sample.c:184 +msgid "2.00x4.00\"" +msgstr "2.00x4.00\"" + +#: ppdc/sample.c:185 +msgid "2.00x5.50\"" +msgstr "2.00x5.50\"" + +#: ppdc/sample.c:186 +msgid "2.25x0.50\"" +msgstr "2.25x0.50\"" + +#: ppdc/sample.c:187 +msgid "2.25x1.25\"" +msgstr "2.25x1.25\"" + +#: ppdc/sample.c:188 +msgid "2.25x4.00\"" +msgstr "2.25x4.00\"" + +#: ppdc/sample.c:189 +msgid "2.25x5.50\"" +msgstr "2.25x5.50\"" + +#: ppdc/sample.c:190 +msgid "2.38x5.50\"" +msgstr "2.38x5.50\"" + +#: ppdc/sample.c:433 +msgid "2.5 inches/sec." +msgstr "2.5 polzades/seg." + +#: ppdc/sample.c:191 +msgid "2.50x1.00\"" +msgstr "2.50x1.00\"" + +#: ppdc/sample.c:192 +msgid "2.50x2.00\"" +msgstr "2.50x2.00\"" + +#: ppdc/sample.c:193 +msgid "2.75x1.25\"" +msgstr "2.75x1.25\"" + +#: ppdc/sample.c:194 +msgid "2.9 x 1\"" +msgstr "2.9 x 1\"" + +#: ppdc/sample.c:372 +msgid "20" +msgstr "20" + +#: ppdc/sample.c:329 +msgid "20 mm/sec." +msgstr "20 mm/seg." + +#: ppdc/sample.c:337 +msgid "200 mm/sec." +msgstr "200 mm/seg." + +#: ppdc/sample.c:233 +msgid "203dpi" +msgstr "203ppp" + +#: ppdc/sample.c:373 +msgid "21" +msgstr "21" + +#: ppdc/sample.c:374 +msgid "22" +msgstr "22" + +#: ppdc/sample.c:375 +msgid "23" +msgstr "23" + +#: ppdc/sample.c:376 +msgid "24" +msgstr "24" + +#: ppdc/sample.c:241 +msgid "24-Pin Series" +msgstr "Sèrie de 24 pins" + +#: ppdc/sample.c:250 +msgid "240x72dpi" +msgstr "240x72ppp" + +#: ppdc/sample.c:377 +msgid "25" +msgstr "25" + +#: ppdc/sample.c:338 +msgid "250 mm/sec." +msgstr "250 mm/seg." + +#: ppdc/sample.c:378 +msgid "26" +msgstr "26" + +#: ppdc/sample.c:379 +msgid "27" +msgstr "27" + +#: ppdc/sample.c:380 +msgid "28" +msgstr "28" + +#: ppdc/sample.c:381 +msgid "29" +msgstr "29" + +#: ppdc/sample.c:314 +msgid "3" +msgstr "3" + +#: ppdc/sample.c:386 +msgid "3 inches/sec." +msgstr "3 polzades/seg." + +#: ppdc/sample.c:3 +msgid "3 x 5" +msgstr "3 x 5" + +#: ppdc/sample.c:195 +msgid "3.00x1.00\"" +msgstr "3.00x1.00\"" + +#: ppdc/sample.c:196 +msgid "3.00x1.25\"" +msgstr "3.00x1.25\"" + +#: ppdc/sample.c:197 +msgid "3.00x2.00\"" +msgstr "3.00x2.00\"" + +#: ppdc/sample.c:198 +msgid "3.00x3.00\"" +msgstr "3.00x3.00\"" + +#: ppdc/sample.c:199 +msgid "3.00x5.00\"" +msgstr "3.00x5.00\"" + +#: ppdc/sample.c:200 +msgid "3.25x2.00\"" +msgstr "3.25x2.00\"" + +#: ppdc/sample.c:201 +msgid "3.25x5.00\"" +msgstr "3.25x5.00\"" + +#: ppdc/sample.c:202 +msgid "3.25x5.50\"" +msgstr "3.25x5.50\"" + +#: ppdc/sample.c:203 +msgid "3.25x5.83\"" +msgstr "3.25x5.83\"" + +#: ppdc/sample.c:204 +msgid "3.25x7.83\"" +msgstr "3.25x7.83\"" + +#: ppdc/sample.c:4 +msgid "3.5 x 5" +msgstr "3.5 x 5" + +#: ppdc/sample.c:171 +msgid "3.5\" Disk" +msgstr "Disc de 3.5\"" + +#: ppdc/sample.c:205 +msgid "3.50x1.00\"" +msgstr "3.5x1.00\"" + +#: ppdc/sample.c:382 +msgid "30" +msgstr "30" + +#: ppdc/sample.c:330 +msgid "30 mm/sec." +msgstr "30 mm/seg." + +#: ppdc/sample.c:339 +msgid "300 mm/sec." +msgstr "300 mm/seg." + +#: ppdc/sample.c:234 +msgid "300dpi" +msgstr "300ppp" + +#: ppdc/sample.c:410 +msgid "35" +msgstr "35" + +#: ppdc/sample.c:246 +msgid "360dpi" +msgstr "360ppp" + +#: ppdc/sample.c:245 +msgid "360x180dpi" +msgstr "360x180ppp" + +#: ppdc/sample.c:315 +msgid "4" +msgstr "4" + +#: ppdc/sample.c:387 +msgid "4 inches/sec." +msgstr "4 polzades/seg." + +#: ppdc/sample.c:206 +msgid "4.00x1.00\"" +msgstr "4.00x1.00\"" + +#: ppdc/sample.c:214 +msgid "4.00x13.00\"" +msgstr "4.00x13.00\"" + +#: ppdc/sample.c:207 +msgid "4.00x2.00\"" +msgstr "4.00x2.00\"" + +#: ppdc/sample.c:208 +msgid "4.00x2.50\"" +msgstr "4.00x2.50\"" + +#: ppdc/sample.c:209 +msgid "4.00x3.00\"" +msgstr "4.00x3.00\"" + +#: ppdc/sample.c:210 +msgid "4.00x4.00\"" +msgstr "4.00x4.00\"" + +#: ppdc/sample.c:211 +msgid "4.00x5.00\"" +msgstr "4.00x5.00\"" + +#: ppdc/sample.c:212 +msgid "4.00x6.00\"" +msgstr "4.00x6.00\"" + +#: ppdc/sample.c:213 +msgid "4.00x6.50\"" +msgstr "4.00x6.50\"" + +#: ppdc/sample.c:411 +msgid "40" +msgstr "40" + +#: ppdc/sample.c:331 +msgid "40 mm/sec." +msgstr "40 mm/seg." + +#: ppdc/sample.c:412 +msgid "45" +msgstr "45" + +#: ppdc/sample.c:316 +msgid "5" +msgstr "5" + +#: ppdc/sample.c:437 +msgid "5 inches/sec." +msgstr "5 polzades/seg." + +#: ppdc/sample.c:5 +msgid "5 x 7" +msgstr "15 x 11" + +#: ppdc/sample.c:413 +msgid "50" +msgstr "50" + +#: ppdc/sample.c:414 +msgid "55" +msgstr "55" + +#: ppdc/sample.c:317 +msgid "6" +msgstr "6" + +#: ppdc/sample.c:438 +msgid "6 inches/sec." +msgstr "6 polzades/seg." + +#: ppdc/sample.c:215 +msgid "6.00x1.00\"" +msgstr "6.00x1.00\"" + +#: ppdc/sample.c:216 +msgid "6.00x2.00\"" +msgstr "6.00x2.00\"" + +#: ppdc/sample.c:217 +msgid "6.00x3.00\"" +msgstr "6.00x3.00\"" + +#: ppdc/sample.c:218 +msgid "6.00x4.00\"" +msgstr "6.00x4.00\"" + +#: ppdc/sample.c:219 +msgid "6.00x5.00\"" +msgstr "6.00x5.00\"" + +#: ppdc/sample.c:220 +msgid "6.00x6.00\"" +msgstr "6.00x6.00\"" + +#: ppdc/sample.c:221 +msgid "6.00x6.50\"" +msgstr "6.00x6.50\"" + +#: ppdc/sample.c:415 +msgid "60" +msgstr "60" + +#: ppdc/sample.c:332 +msgid "60 mm/sec." +msgstr "60 mm/seg." + +#: ppdc/sample.c:261 +msgid "600dpi" +msgstr "600ppp" + +#: ppdc/sample.c:242 +msgid "60dpi" +msgstr "60ppp" + +#: ppdc/sample.c:248 +msgid "60x72dpi" +msgstr "60x72ppp" + +#: ppdc/sample.c:416 +msgid "65" +msgstr "65" + +#: ppdc/sample.c:318 +msgid "7" +msgstr "7" + +#: ppdc/sample.c:440 +msgid "7 inches/sec." +msgstr "7 polzades/seg." + +#: ppdc/sample.c:11 +msgid "7 x 9" +msgstr "7 x 9" + +#: ppdc/sample.c:417 +msgid "70" +msgstr "70" + +#: ppdc/sample.c:252 +msgid "720dpi" +msgstr "720ppp" + +#: ppdc/sample.c:418 +msgid "75" +msgstr "75" + +#: ppdc/sample.c:319 +msgid "8" +msgstr "8" + +#: ppdc/sample.c:441 +msgid "8 inches/sec." +msgstr "8 polzades/seg." + +#: ppdc/sample.c:12 +msgid "8 x 10" +msgstr "8 x 10" + +#: ppdc/sample.c:222 +msgid "8.00x1.00\"" +msgstr "8.00x1.00\"" + +#: ppdc/sample.c:223 +msgid "8.00x2.00\"" +msgstr "8.00x2.00\"" + +#: ppdc/sample.c:224 +msgid "8.00x3.00\"" +msgstr "8.00x3.00\"" + +#: ppdc/sample.c:225 +msgid "8.00x4.00\"" +msgstr "8.00x4.00\"" + +#: ppdc/sample.c:226 +msgid "8.00x5.00\"" +msgstr "8.00x5.00\"" + +#: ppdc/sample.c:227 +msgid "8.00x6.00\"" +msgstr "8.00x6.00\"" + +#: ppdc/sample.c:228 +msgid "8.00x6.50\"" +msgstr "8.00x6.50\"" + +#: ppdc/sample.c:419 +msgid "80" +msgstr "80" + +#: ppdc/sample.c:333 +msgid "80 mm/sec." +msgstr "80 mm/seg." + +#: ppdc/sample.c:420 +msgid "85" +msgstr "85" + +#: ppdc/sample.c:320 +msgid "9" +msgstr "9" + +#: ppdc/sample.c:442 +msgid "9 inches/sec." +msgstr "9 polzades/seg." + +#: ppdc/sample.c:13 +msgid "9 x 11" +msgstr "9 x 11" + +#: ppdc/sample.c:14 +msgid "9 x 12" +msgstr "9 x 12" + +#: ppdc/sample.c:247 +msgid "9-Pin Series" +msgstr "Sèrie de 9 pins" + +#: ppdc/sample.c:421 +msgid "90" +msgstr "90" + +#: ppdc/sample.c:422 +msgid "95" +msgstr "95" + +#: berkeley/lpc.c:213 +msgid "?Invalid help command unknown." +msgstr "?Comanda d'ajuda no vàlida desconeguda." + +#: cgi-bin/admin.c:2368 +msgid "A Samba password is required to export printer drivers" +msgstr "" +"Necessiteu una contrasenya de Samba per exportar els controladors " +"d'impressora" + +#: cgi-bin/admin.c:2364 +msgid "A Samba username is required to export printer drivers" +msgstr "" +"Necessiteu una nom d'usuari de Samba per exportar els controladors " +"d'impressora" + +#: scheduler/ipp.c:2283 +#, c-format +msgid "A class named \"%s\" already exists." +msgstr "Ja existeix una classe anomenada «%s»." + +#: scheduler/ipp.c:1004 +#, c-format +msgid "A printer named \"%s\" already exists." +msgstr "Ja existeix una impressora anomenada «%s»." + +#: ppdc/sample.c:15 +msgid "A0" +msgstr "A0" + +#: ppdc/sample.c:16 +msgid "A0 Long Edge" +msgstr "A0 costat llarg" + +#: ppdc/sample.c:17 +msgid "A1" +msgstr "A1" + +#: ppdc/sample.c:18 +msgid "A1 Long Edge" +msgstr "A1 costat llarg" + +#: ppdc/sample.c:37 +msgid "A10" +msgstr "A10" + +#: ppdc/sample.c:19 +msgid "A2" +msgstr "A2" + +#: ppdc/sample.c:20 +msgid "A2 Long Edge" +msgstr "A2 costat llarg" + +#: ppdc/sample.c:21 +msgid "A3" +msgstr "A3" + +#: ppdc/sample.c:22 +msgid "A3 Long Edge" +msgstr "A3 costat llarg" + +#: ppdc/sample.c:23 +msgid "A3 Oversize" +msgstr "A3 estès" + +#: ppdc/sample.c:24 +msgid "A3 Oversize Long Edge" +msgstr "A3 estès pel costat llarg" + +#: ppdc/sample.c:25 +msgid "A4" +msgstr "A4" + +#: ppdc/sample.c:27 +msgid "A4 Long Edge" +msgstr "A4 costat llarg" + +#: ppdc/sample.c:26 +msgid "A4 Oversize" +msgstr "A4 estès" + +#: ppdc/sample.c:28 +msgid "A4 Small" +msgstr "A4 reduït" + +#: ppdc/sample.c:29 +msgid "A5" +msgstr "A5" + +#: ppdc/sample.c:31 +msgid "A5 Long Edge" +msgstr "A5 costat llarg" + +#: ppdc/sample.c:30 +msgid "A5 Oversize" +msgstr "A5 estès" + +#: ppdc/sample.c:32 +msgid "A6" +msgstr "A6" + +#: ppdc/sample.c:33 +msgid "A6 Long Edge" +msgstr "A6 costat llarg" + +#: ppdc/sample.c:34 +msgid "A7" +msgstr "A7" + +#: ppdc/sample.c:35 +msgid "A8" +msgstr "A8" + +#: ppdc/sample.c:36 +msgid "A9" +msgstr "A9" + +#: ppdc/sample.c:38 +msgid "ANSI A" +msgstr "ANSI A" + +#: ppdc/sample.c:39 +msgid "ANSI B" +msgstr "ANSI B" + +#: ppdc/sample.c:40 +msgid "ANSI C" +msgstr "ANSI C" + +#: ppdc/sample.c:41 +msgid "ANSI D" +msgstr "ANSI D" + +#: ppdc/sample.c:42 +msgid "ANSI E" +msgstr "ANSI E" + +#: ppdc/sample.c:47 +msgid "ARCH C" +msgstr "ARCH C" + +#: ppdc/sample.c:48 +msgid "ARCH C Long Edge" +msgstr "ARCH C costat llarg" + +#: ppdc/sample.c:49 +msgid "ARCH D" +msgstr "ARCH D" + +#: ppdc/sample.c:50 +msgid "ARCH D Long Edge" +msgstr "ARCH D costat llarg" + +#: ppdc/sample.c:51 +msgid "ARCH E" +msgstr "ARCH E" + +#: ppdc/sample.c:52 +msgid "ARCH E Long Edge" +msgstr "ARCH E costat llarg" + +#: cgi-bin/classes.c:169 cgi-bin/printers.c:172 +msgid "Accept Jobs" +msgstr "Accepta tasques" + +#: cups/http-support.c:1284 +msgid "Accepted" +msgstr "Acceptada" + +#: cgi-bin/admin.c:570 +msgid "Add Class" +msgstr "Afegeix una classe" + +#: cgi-bin/admin.c:882 +msgid "Add Printer" +msgstr "Afegeix una impressora" + +#: cgi-bin/admin.c:444 cgi-bin/admin.c:477 cgi-bin/admin.c:525 +#: cgi-bin/admin.c:535 +msgid "Add RSS Subscription" +msgstr "Afegeix una subscripció RSS" + +#: ppdc/sample.c:163 +msgid "Address" +msgstr "Adreça" + +#: cgi-bin/admin.c:210 cgi-bin/admin.c:284 cgi-bin/admin.c:2745 +msgid "Administration" +msgstr "Administració" + +#: ppdc/sample.c:429 +msgid "Always" +msgstr "Sempre" + +#: backend/socket.c:129 +msgid "AppSocket/HP JetDirect" +msgstr "AppSocket/HP JetDirect" + +#: ppdc/sample.c:450 +msgid "Applicator" +msgstr "Aplicador" + +#: scheduler/ipp.c:1079 +#, c-format +msgid "Attempt to set %s printer-state to bad value %d." +msgstr "" +"S'ha intentat posar l'estat de la impressora %s a un valor incorrecte %d." + +#: scheduler/ipp.c:325 +#, c-format +msgid "Attribute groups are out of order (%x < %x)." +msgstr "Grups d'atribut desordenats (%x < %x)." + +#: ppdc/sample.c:126 +msgid "B0" +msgstr "B0" + +#: ppdc/sample.c:127 +msgid "B1" +msgstr "B1" + +#: ppdc/sample.c:137 +msgid "B10" +msgstr "B10" + +#: ppdc/sample.c:128 +msgid "B2" +msgstr "B2" + +#: ppdc/sample.c:129 +msgid "B3" +msgstr "B3" + +#: ppdc/sample.c:130 +msgid "B4" +msgstr "B4" + +#: ppdc/sample.c:131 +msgid "B5" +msgstr "B5" + +#: ppdc/sample.c:132 +msgid "B5 Oversize" +msgstr "A5 estès" + +#: ppdc/sample.c:133 +msgid "B6" +msgstr "B6" + +#: ppdc/sample.c:134 +msgid "B7" +msgstr "B7" + +#: ppdc/sample.c:135 +msgid "B8" +msgstr "B8" + +#: ppdc/sample.c:136 +msgid "B9" +msgstr "B9" + +#: cups/dest.c:1680 +msgid "Bad NULL dests pointer" +msgstr "El punter de dests NULL és incorrecte" + +#: cups/ppd.c:345 +msgid "Bad OpenGroup" +msgstr "La OpenGroup és incorrecta" + +#: cups/ppd.c:347 +msgid "Bad OpenUI/JCLOpenUI" +msgstr "La OpenUI/JCLOpenUI és incorrecta" + +#: cups/ppd.c:349 +msgid "Bad OrderDependency" +msgstr "La OrderDependency és incorrecta" + +#: cups/ppd-cache.c:148 cups/ppd-cache.c:195 cups/ppd-cache.c:233 +#: cups/ppd-cache.c:239 cups/ppd-cache.c:255 cups/ppd-cache.c:271 +#: cups/ppd-cache.c:280 cups/ppd-cache.c:288 cups/ppd-cache.c:305 +#: cups/ppd-cache.c:313 cups/ppd-cache.c:328 cups/ppd-cache.c:336 +#: cups/ppd-cache.c:354 cups/ppd-cache.c:366 cups/ppd-cache.c:381 +#: cups/ppd-cache.c:393 cups/ppd-cache.c:415 cups/ppd-cache.c:423 +#: cups/ppd-cache.c:441 cups/ppd-cache.c:449 cups/ppd-cache.c:464 +#: cups/ppd-cache.c:472 cups/ppd-cache.c:490 cups/ppd-cache.c:498 +#: cups/ppd-cache.c:525 cups/ppd-cache.c:571 cups/ppd-cache.c:579 +#: cups/ppd-cache.c:587 +msgid "Bad PPD cache file." +msgstr "El fitxer PPD de memòria cau és incorrecte." + +#: cups/http-support.c:1299 +msgid "Bad Request" +msgstr "La petició és incorrecta" + +#: cups/snmp.c:1002 +msgid "Bad SNMP version number" +msgstr "El número de versió del SNMP és incorrecte" + +#: cups/ppd.c:350 +msgid "Bad UIConstraints" +msgstr "La UIConstraints és incorrecta" + +#: scheduler/ipp.c:1380 +#, c-format +msgid "Bad copies value %d." +msgstr "El valor de copies %d és incorrecte" + +#: cups/ppd.c:358 +msgid "Bad custom parameter" +msgstr "El paràmetre personalitzat és incorrecte" + +#: cups/http-support.c:1451 scheduler/ipp.c:2350 +#, c-format +msgid "Bad device-uri \"%s\"." +msgstr "La device-uri «%s» és incorrecta." + +#: scheduler/ipp.c:2391 +#, c-format +msgid "Bad device-uri scheme \"%s\"." +msgstr "L'esquema «%s» de la device-uri és incorrecte." + +#: scheduler/ipp.c:8224 scheduler/ipp.c:8240 scheduler/ipp.c:9454 +#: scheduler/ipp.c:10968 +#, c-format +msgid "Bad document-format \"%s\"." +msgstr "La document-format «%s» és incorrecta." + +#: scheduler/ipp.c:9470 +#, c-format +msgid "Bad document-format-default \"%s\"." +msgstr "La document-format-default «%s» és incorrecta." + +#: cups/util.c:929 +msgid "Bad filename buffer" +msgstr "El nom del fitxer de la memòria cau és incorrecte" + +#: scheduler/ipp.c:10060 +msgid "Bad job-priority value." +msgstr "El valor de la job-priority és incorrecte." + +#: scheduler/ipp.c:1410 +#, c-format +msgid "Bad job-sheets value \"%s\"." +msgstr "El valor «%s» de la job-sheets és incorrecte." + +#: scheduler/ipp.c:1394 +msgid "Bad job-sheets value type." +msgstr "El tipus de valor de la job-sheets és incorrecte." + +#: scheduler/ipp.c:10090 +msgid "Bad job-state value." +msgstr "El valor de la job-state és incorrecte." + +#: scheduler/ipp.c:2974 scheduler/ipp.c:3426 scheduler/ipp.c:6078 +#: scheduler/ipp.c:6225 scheduler/ipp.c:7658 scheduler/ipp.c:7927 +#: scheduler/ipp.c:8775 scheduler/ipp.c:9001 scheduler/ipp.c:9350 +#: scheduler/ipp.c:9953 +#, c-format +msgid "Bad job-uri \"%s\"." +msgstr "La job-uri «%s» és incorrecta." + +#: scheduler/ipp.c:2049 scheduler/ipp.c:5622 +#, c-format +msgid "Bad notify-pull-method \"%s\"." +msgstr "La notify-pull-method «%s» és incorrecta." + +#: scheduler/ipp.c:2013 scheduler/ipp.c:5586 +#, c-format +msgid "Bad notify-recipient-uri \"%s\"." +msgstr "La notify-recipient-uri «%s» és incorrecta." + +#: scheduler/ipp.c:1426 +#, c-format +msgid "Bad number-up value %d." +msgstr "El valor de number-up %d és incorrecte." + +#: cups/adminutil.c:292 +#, c-format +msgid "Bad option + choice on line %d." +msgstr "L'opció + elecció de la línia %d és incorrecta." + +#: scheduler/ipp.c:1443 +#, c-format +msgid "Bad page-ranges values %d-%d." +msgstr "Els valors de page-ranges %d-%d són incorrectes." + +#: scheduler/ipp.c:2434 +#, c-format +msgid "Bad port-monitor \"%s\"." +msgstr "La port-monitor «%s» és incorrecta." + +#: cups/dest.c:676 cups/dest.c:1333 +msgid "Bad printer URI." +msgstr "L'URI de la impressora és incorrecte." + +#: scheduler/ipp.c:2495 +#, c-format +msgid "Bad printer-state value %d." +msgstr "El valor %d de printer-state és incorrecte." + +#: scheduler/ipp.c:293 +#, c-format +msgid "Bad request ID %d." +msgstr "L'Identificador %d de la sol·licitud és incorrecte." + +#: scheduler/ipp.c:278 +#, c-format +msgid "Bad request version number %d.%d." +msgstr "El número de versió %d.%d de la sol·licitud és incorrecte." + +#: cgi-bin/admin.c:1484 +msgid "Bad subscription ID" +msgstr "L'identificador de la subscripció és incorrecte." + +#: cups/ppd.c:360 +msgid "Bad value string" +msgstr "El valor de la cadena és incorrecte" + +#: cgi-bin/admin.c:3290 cgi-bin/admin.c:3536 +msgid "Banners" +msgstr "Bàners" + +#: ppdc/sample.c:287 +msgid "Bond Paper" +msgstr "Paper de valors" + +#: backend/usb-darwin.c:1846 +#, c-format +msgid "Boolean expected for waiteof option \"%s\"." +msgstr "S'esperava un booleà per l'opció waiteof «%s»." + +#: filter/pstops.c:2057 +msgid "Buffer overflow detected, aborting." +msgstr "S'ha detectat un desbordament la memòria cau. S'interromp." + +#: ppdc/sample.c:254 +msgid "CMYK" +msgstr "CMYK" + +#: ppdc/sample.c:363 +msgid "CPCL Label Printer" +msgstr "Impressora d'etiquetes CPCL" + +#: cgi-bin/admin.c:1485 cgi-bin/admin.c:1524 cgi-bin/admin.c:1534 +msgid "Cancel RSS Subscription" +msgstr "Cancel·la la subscripció RSS" + +#: backend/ipp.c:1921 +msgid "Canceling print job." +msgstr "Es cancel·la la tasca." + +#: scheduler/ipp.c:2475 +msgid "Cannot share a remote Kerberized printer." +msgstr "No es pot compartir una impressora remota sobre Kerberos." + +#: ppdc/sample.c:279 +msgid "Cassette" +msgstr "Classet" + +#: cgi-bin/admin.c:1655 cgi-bin/admin.c:1797 cgi-bin/admin.c:1810 +#: cgi-bin/admin.c:1821 +msgid "Change Settings" +msgstr "Canvia la configuració" + +#: scheduler/ipp.c:2061 scheduler/ipp.c:5634 +#, c-format +msgid "Character set \"%s\" not supported." +msgstr "No es permet l'ús del grup de caràcters «%s»." + +#: cgi-bin/classes.c:195 cgi-bin/classes.c:322 +msgid "Classes" +msgstr "Classes" + +#: cgi-bin/printers.c:182 +msgid "Clean Print Heads" +msgstr "Neteja els capçals de la impressora" + +#: scheduler/ipp.c:3878 +msgid "Close-Job doesn't support the job-uri attribute." +msgstr "Close-Job no permet l'ús de l'atribut job-uri." + +#: ppdc/sample.c:282 +msgid "Color" +msgstr "Color" + +#: ppdc/sample.c:253 +msgid "Color Mode" +msgstr "Mode de color" + +#: berkeley/lpc.c:204 +msgid "" +"Commands may be abbreviated. Commands are:\n" +"\n" +"exit help quit status ?" +msgstr "" +"Les ordres han de ser abreujades. Poden ser:\n" +"\n" +"exit help quit status ?" + +#: cups/snmp.c:1006 +msgid "Community name uses indefinite length" +msgstr "Els noms de comunitat tenen longitud indefinida" + +#: backend/ipp.c:786 backend/lpd.c:871 backend/socket.c:395 +msgid "Connected to printer." +msgstr "S'ha connectat a la impressora." + +#: backend/ipp.c:691 backend/lpd.c:694 backend/socket.c:314 +msgid "Connecting to printer." +msgstr "Es connecta a la impressora." + +#: cups/http-support.c:1272 +msgid "Continue" +msgstr "Continua" + +#: ppdc/sample.c:365 +msgid "Continuous" +msgstr "Contínua" + +#: backend/lpd.c:1020 backend/lpd.c:1152 +msgid "Control file sent successfully." +msgstr "El fitxer de control s'ha enviat correctament." + +#: backend/ipp.c:1233 backend/lpd.c:464 +msgid "Copying print data." +msgstr "Es copien les dades d'impressió." + +#: cups/http-support.c:1281 +msgid "Created" +msgstr "Creat" + +#: cups/ppd.c:1113 cups/ppd.c:1153 cups/ppd.c:1398 cups/ppd.c:1501 +msgid "Custom" +msgstr "Personalitzat" + +#: ppdc/sample.c:359 +msgid "CustominCutInterval" +msgstr "CustominCutInterval" + +#: ppdc/sample.c:357 +msgid "CustominTearInterval" +msgstr "CustominTearInterval" + +#: ppdc/sample.c:343 +msgid "Cut" +msgstr "Tall" + +#: ppdc/sample.c:451 +msgid "Cutter" +msgstr "Ganiveta" + +#: ppdc/sample.c:239 +msgid "Dark" +msgstr "Fosc" + +#: ppdc/sample.c:235 +msgid "Darkness" +msgstr "Foscor" + +#: backend/lpd.c:1105 +msgid "Data file sent successfully." +msgstr "El fitxer de dades s'ha enviat correctament." + +#: cgi-bin/admin.c:2094 cgi-bin/admin.c:2105 cgi-bin/admin.c:2150 +msgid "Delete Class" +msgstr "Elimina la classe" + +#: cgi-bin/admin.c:2179 cgi-bin/admin.c:2190 cgi-bin/admin.c:2235 +msgid "Delete Printer" +msgstr "Elimina la impressora" + +#: ppdc/sample.c:281 +msgid "DeskJet Series" +msgstr "Sèrie Deskjet" + +#: scheduler/ipp.c:1346 +#, c-format +msgid "Destination \"%s\" is not accepting jobs." +msgstr "El Destí «%s» no accepta tasques." + +#: systemv/lpinfo.c:300 +#, c-format +msgid "" +"Device: uri = %s\n" +" class = %s\n" +" info = %s\n" +" make-and-model = %s\n" +" device-id = %s\n" +" location = %s" +msgstr "" +"Dispositiu: uri = %s\n" +" classe = %s\n" +" informació = %s\n" +" fabricant i model = %s\n" +" identificador = %s\n" +" ubicació = %s" + +#: ppdc/sample.c:436 +msgid "Direct Thermal Media" +msgstr "Paper per impressió tèrmica directa" + +#: cups/file.c:296 +#, c-format +msgid "Directory \"%s\" contains a relative path." +msgstr "El directori «%s» conté un camí relatiu." + +#: cups/file.c:268 +#, c-format +msgid "Directory \"%s\" has insecure permissions (0%o/uid=%d/gid=%d)." +msgstr "El directori «%s» té permisos que no són segurs (0%o/uid=%d/gid=%d)." + +#: cups/file.c:285 +#, c-format +msgid "Directory \"%s\" is a file." +msgstr "El directori «%s» és un fitxer." + +#: cups/file.c:256 +#, c-format +msgid "Directory \"%s\" not available: %s" +msgstr "El directori «%s» no està disponible: %s" + +#: cups/file.c:241 +#, c-format +msgid "Directory \"%s\" permissions OK (0%o/uid=%d/gid=%d)." +msgstr "El directori «%s» té els permisos correctes (0%o/uid=%d/gid=%d)." + +#: ppdc/sample.c:345 +msgid "Disabled" +msgstr "Desabilitat" + +#: scheduler/ipp.c:6127 +#, c-format +msgid "Document #%d does not exist in job #%d." +msgstr "No s'ha trobat el document #%d a la tasca #%d." + +#: ppdc/sample.c:275 +msgid "Duplexer" +msgstr "Unitat d'impressió a dues cares" + +#: ppdc/sample.c:229 +msgid "Dymo" +msgstr "Dymo" + +#: ppdc/sample.c:431 +msgid "EPL1 Label Printer" +msgstr "Impressora d'etiquetes EPL1" + +#: ppdc/sample.c:434 +msgid "EPL2 Label Printer" +msgstr "Impressora d'etiquetes EPL2" + +#: cgi-bin/admin.c:1849 cgi-bin/admin.c:1861 cgi-bin/admin.c:1915 +#: cgi-bin/admin.c:1922 cgi-bin/admin.c:1957 cgi-bin/admin.c:1970 +#: cgi-bin/admin.c:1994 cgi-bin/admin.c:2067 +msgid "Edit Configuration File" +msgstr "Edita el fitxer de configuració" + +#: cups/adminutil.c:337 +msgid "Empty PPD file." +msgstr "El fitxer PPD és buit." + +#. TRANSLATORS: Banner/cover sheet after the print job. +#: cgi-bin/admin.c:3561 +msgid "Ending Banner" +msgstr "S'està acabant el bàner" + +#: ppdc/sample.c:2 +msgid "English" +msgstr "Anglès" + +#: systemv/lppasswd.c:193 +msgid "Enter old password:" +msgstr "Introduïu la contrasenya antiga:" + +#: systemv/lppasswd.c:224 +msgid "Enter password again:" +msgstr "Introduïu la contrasenya un altre cop:" + +#: systemv/lppasswd.c:212 +msgid "Enter password:" +msgstr "Introduïu la contrasenya:" + +#: scheduler/client.c:2427 +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 "" +"Introduïu el vostre nom d'usuari i contrasenya o el nom d'usuari i la " +"contrasenya de root per accedir a aquesta pàgina. Si feu servir " +"l'autenticació Kerberos, assegureu-vos de tenir un tiquet Kerberos que sigui " +"vàlid." + +#: ppdc/sample.c:73 +msgid "Envelope #10 " +msgstr "Sobre #10" + +#: ppdc/sample.c:74 +msgid "Envelope #11" +msgstr "Sobre #11" + +#: ppdc/sample.c:75 +msgid "Envelope #12" +msgstr "Sobre #12" + +#: ppdc/sample.c:76 +msgid "Envelope #14" +msgstr "Sobre #14" + +#: ppdc/sample.c:77 +msgid "Envelope #9" +msgstr "Sobre #9" + +#: ppdc/sample.c:89 +msgid "Envelope B4" +msgstr "Sobre B4" + +#: ppdc/sample.c:90 +msgid "Envelope B5" +msgstr "Sobre B5" + +#: ppdc/sample.c:91 +msgid "Envelope B6" +msgstr "Sobre B6" + +#: ppdc/sample.c:78 +msgid "Envelope C0" +msgstr "Sobre C0" + +#: ppdc/sample.c:79 +msgid "Envelope C1" +msgstr "Sobre C1" + +#: ppdc/sample.c:80 +msgid "Envelope C2" +msgstr "Sobre C2" + +#: ppdc/sample.c:81 +msgid "Envelope C3" +msgstr "Sobre C3" + +#: ppdc/sample.c:67 +msgid "Envelope C4" +msgstr "Sobre C4" + +#: ppdc/sample.c:68 +msgid "Envelope C5" +msgstr "Sobre C5" + +#: ppdc/sample.c:69 +msgid "Envelope C6" +msgstr "Sobre C6" + +#: ppdc/sample.c:82 +msgid "Envelope C65" +msgstr "Sobre C65" + +#: ppdc/sample.c:83 +msgid "Envelope C7" +msgstr "Sobre C7" + +#: ppdc/sample.c:84 +msgid "Envelope Choukei 3" +msgstr "Sobre Choukei 3" + +#: ppdc/sample.c:85 +msgid "Envelope Choukei 3 Long Edge" +msgstr "Sobre Choukei 3 costat llarg" + +#: ppdc/sample.c:86 +msgid "Envelope Choukei 4" +msgstr "Sobre Choukei 4" + +#: ppdc/sample.c:87 +msgid "Envelope Choukei 4 Long Edge" +msgstr "Sobre Choukei 4 costat llarg" + +#: ppdc/sample.c:70 +msgid "Envelope DL" +msgstr "Sobre DL" + +#: ppdc/sample.c:269 +msgid "Envelope Feed" +msgstr "Alimentació de sobres" + +#: ppdc/sample.c:88 +msgid "Envelope Invite" +msgstr "Sobre d'invitació" + +#: ppdc/sample.c:92 +msgid "Envelope Italian" +msgstr "Sobre italià" + +#: ppdc/sample.c:93 +msgid "Envelope Kaku2" +msgstr "Sobre Kaku2" + +#: ppdc/sample.c:94 +msgid "Envelope Kaku2 Long Edge" +msgstr "Sobre Kaku2 costat llarg" + +#: ppdc/sample.c:95 +msgid "Envelope Kaku3" +msgstr "Sobre Kaku3" + +#: ppdc/sample.c:96 +msgid "Envelope Kaku3 Long Edge" +msgstr "Sobre Kaku3 costat llarg" + +#: ppdc/sample.c:97 +msgid "Envelope Monarch" +msgstr "Sobre monarch" + +#: ppdc/sample.c:99 +msgid "Envelope PRC1 " +msgstr "Sobre PRC1" + +#: ppdc/sample.c:100 +msgid "Envelope PRC1 Long Edge" +msgstr "Sobre PRC1 costat llarg" + +#: ppdc/sample.c:117 +msgid "Envelope PRC10" +msgstr "Sobre PRC10" + +#: ppdc/sample.c:118 +msgid "Envelope PRC10 Long Edge" +msgstr "Sobre PRC10 costat llarg" + +#: ppdc/sample.c:101 +msgid "Envelope PRC2" +msgstr "Sobre PRC2" + +#: ppdc/sample.c:102 +msgid "Envelope PRC2 Long Edge" +msgstr "Sobre PRC2 costat llarg" + +#: ppdc/sample.c:103 +msgid "Envelope PRC3" +msgstr "Sobre PRC3" + +#: ppdc/sample.c:104 +msgid "Envelope PRC3 Long Edge" +msgstr "Sobre PRC3 costat llarg" + +#: ppdc/sample.c:105 +msgid "Envelope PRC4" +msgstr "Sobre PRC4" + +#: ppdc/sample.c:106 +msgid "Envelope PRC4 Long Edge" +msgstr "Sobre PRC4 costat llarg" + +#: ppdc/sample.c:108 +msgid "Envelope PRC5 Long Edge" +msgstr "Sobre PRC5 costat llarg" + +#: ppdc/sample.c:107 +msgid "Envelope PRC5PRC5" +msgstr "Sobre PRC5" + +#: ppdc/sample.c:109 +msgid "Envelope PRC6" +msgstr "Sobre PRC6" + +#: ppdc/sample.c:110 +msgid "Envelope PRC6 Long Edge" +msgstr "Sobre PRC6 costat llarg" + +#: ppdc/sample.c:111 +msgid "Envelope PRC7" +msgstr "Sobre PRC7" + +#: ppdc/sample.c:112 +msgid "Envelope PRC7 Long Edge" +msgstr "Sobre PRC7 costat llarg" + +#: ppdc/sample.c:113 +msgid "Envelope PRC8" +msgstr "Sobre PRC8" + +#: ppdc/sample.c:114 +msgid "Envelope PRC8 Long Edge" +msgstr "Sobre PRC8 costat llarg" + +#: ppdc/sample.c:115 +msgid "Envelope PRC9" +msgstr "Sobre PRC9" + +#: ppdc/sample.c:116 +msgid "Envelope PRC9 Long Edge" +msgstr "Sobre PRC9 costat llarg" + +#: ppdc/sample.c:98 +msgid "Envelope Personal" +msgstr "Sobre personalitzat" + +#: ppdc/sample.c:119 +msgid "Envelope You4" +msgstr "Sobre You4" + +#: ppdc/sample.c:120 +msgid "Envelope You4 Long Edge" +msgstr "Sobre You4 costat llarg" + +#: ppdc/sample.c:240 +msgid "Epson" +msgstr "Epson" + +#: cgi-bin/admin.c:3604 +msgid "Error Policy" +msgstr "Normes d'error" + +#: filter/rastertopwg.c:403 filter/rastertopwg.c:418 filter/rastertopwg.c:429 +#: filter/rastertopwg.c:440 +msgid "Error sending raster data." +msgstr "S'ha produït un error quan s'enviaven les dades de la trama." + +#: systemv/lpinfo.c:103 systemv/lpmove.c:88 +msgid "Error: need hostname after \"-h\" option." +msgstr "ERROR: es necessita un nom d'amfitrió després de l'opció «-h»." + +#: ppdc/sample.c:355 +msgid "Every 10 Labels" +msgstr "Cada 10 etiquetes" + +#: ppdc/sample.c:347 +msgid "Every 2 Labels" +msgstr "Cada 2 etiquetes" + +#: ppdc/sample.c:348 +msgid "Every 3 Labels" +msgstr "Cada 3 etiquetes" + +#: ppdc/sample.c:349 +msgid "Every 4 Labels" +msgstr "Cada 4 etiquetes" + +#: ppdc/sample.c:350 +msgid "Every 5 Labels" +msgstr "Cada 5 etiquetes" + +#: ppdc/sample.c:351 +msgid "Every 6 Labels" +msgstr "Cada 6 etiquetes" + +#: ppdc/sample.c:352 +msgid "Every 7 Labels" +msgstr "Cada 7 etiquetes" + +#: ppdc/sample.c:353 +msgid "Every 8 Labels" +msgstr "Cada 8 etiquetes" + +#: ppdc/sample.c:354 +msgid "Every 9 Labels" +msgstr "Cada 9 etiquetes" + +#: ppdc/sample.c:346 +msgid "Every Label" +msgstr "Cada etiqueta" + +#: ppdc/sample.c:121 +msgid "Executive" +msgstr "Executiu" + +#: cups/http-support.c:1327 +msgid "Expectation Failed" +msgstr "Ha fallat la condició del valor que s'esperava" + +#: cgi-bin/admin.c:2356 cgi-bin/admin.c:2375 +msgid "Export Printers to Samba" +msgstr "Exportar les impressores al Samba" + +#: systemv/cupstestdsc.c:172 systemv/cupstestdsc.c:189 +#: systemv/cupstestdsc.c:214 systemv/cupstestdsc.c:231 +#: systemv/cupstestdsc.c:255 systemv/cupstestdsc.c:273 +#: systemv/cupstestdsc.c:302 systemv/cupstestdsc.c:339 +#: systemv/cupstestdsc.c:349 systemv/cupstestdsc.c:359 +#: systemv/cupstestdsc.c:369 systemv/cupstestdsc.c:379 +#: systemv/cupstestdsc.c:387 +msgid "FAIL" +msgstr "ERROR" + +#: ppdc/sample.c:122 +msgid "FanFold German" +msgstr "Paper continu alemany" + +#: ppdc/sample.c:123 +msgid "FanFold Legal German" +msgstr "Paper continu legal alemany" + +#: ppdc/sample.c:124 +msgid "Fanfold US" +msgstr "Paper continu americà" + +#: cups/file.c:300 +#, c-format +msgid "File \"%s\" contains a relative path." +msgstr "El fitxer «%s» conté un camí relatiu." + +#: cups/file.c:275 +#, c-format +msgid "File \"%s\" has insecure permissions (0%o/uid=%d/gid=%d)." +msgstr "El fitxer «%s» té permisos que no són segurs (0%o/uid=%d/gid=%d)." + +#: cups/file.c:289 +#, c-format +msgid "File \"%s\" is a directory." +msgstr "El fitxer «%s» és un directori." + +#: cups/file.c:261 +#, c-format +msgid "File \"%s\" not available: %s" +msgstr "El fitxer «%s» no està disponible: %s" + +#: cups/file.c:247 +#, c-format +msgid "File \"%s\" permissions OK (0%o/uid=%d/gid=%d)." +msgstr "El fitxer «%s» té els permisos correctes (0%o/uid=%d/gid=%d)." + +#: ppdc/sample.c:169 +msgid "File Folder " +msgstr "Carpeta d'arxivador " + +#: scheduler/ipp.c:2370 +#, c-format +msgid "" +"File device URIs have been disabled. To enable, see the FileDevice directive " +"in \"%s/cupsd.conf\"." +msgstr "" +"S'han deshabilitat els URIs dels dispositius de fitxers. Per habilitar-los, " +"vegeu la directriu FileDevice a «%s/cupsd.conf»." + +#: filter/rastertoepson.c:1117 filter/rastertohp.c:845 +#: filter/rastertolabel.c:1273 +#, c-format +msgid "Finished page %d." +msgstr "S'ha acabat la pàgina %d." + +#: ppdc/sample.c:125 +msgid "Folio" +msgstr "Foli" + +#: cups/http-support.c:1306 +msgid "Forbidden" +msgstr "Prohibit" + +#: cups/ppd.c:742 cups/ppd.c:1302 +msgid "General" +msgstr "General" + +#: ppdc/sample.c:259 +msgid "Generic" +msgstr "Genèric" + +#: cups/snmp.c:1016 +msgid "Get-Response-PDU uses indefinite length" +msgstr "La Get-Response-PDU fa servir una longitud indefinida" + +#: ppdc/sample.c:290 +msgid "Glossy Paper" +msgstr "Paper fotogràfic" + +#: scheduler/ipp.c:2952 scheduler/ipp.c:3352 scheduler/ipp.c:3890 +#: scheduler/ipp.c:6056 scheduler/ipp.c:6203 scheduler/ipp.c:7635 +#: scheduler/ipp.c:8753 scheduler/ipp.c:8979 scheduler/ipp.c:9328 +#: scheduler/ipp.c:9931 +msgid "Got a printer-uri attribute but no job-id." +msgstr "S'ha obtingut l'atribut printer-uri però no el job-id." + +#: ppdc/sample.c:255 +msgid "Grayscale" +msgstr "Escala de grisos" + +#: ppdc/sample.c:280 +msgid "HP" +msgstr "HP" + +#: ppdc/sample.c:170 +msgid "Hanging Folder" +msgstr "Carpeta per penjar" + +#: cgi-bin/help.c:143 +msgid "Help file not in index." +msgstr "El fitxer d'ajuda no és a l'índex." + +#: cups/ipp.c:2687 cups/ipp.c:2714 cups/ipp.c:2737 +msgid "IPP 1setOf attribute with incompatible value tags." +msgstr "" +"L'atribut 1setOf del IPP té etiquetes amb valors que no són compatibles." + +#: cups/ipp.c:2650 +msgid "IPP attribute has no name." +msgstr "L'atribut del IPP no té nom." + +#: cups/ipp.c:5487 +msgid "IPP attribute is not a member of the message." +msgstr "L'atribut del IPP no és membre del missatge." + +#: cups/ipp.c:3083 +msgid "IPP begCollection value not 0 bytes." +msgstr "El valor de begColletion del IPP no té 0 bytes." + +#: cups/ipp.c:2873 +msgid "IPP boolean value not 1 byte." +msgstr "El valor booleà del IPP no té 1 byte." + +#: cups/ipp.c:2934 +msgid "IPP date value not 11 bytes." +msgstr "El valor de date del IPP no té 11 bytes." + +#: cups/ipp.c:3104 +msgid "IPP endCollection value not 0 bytes." +msgstr "El valor de endColletion del IPP no té 0 bytes." + +#: cups/ipp.c:2848 +msgid "IPP enum value not 4 bytes." +msgstr "El valor de enum del IPP no té 4 bytes." + +#: cups/ipp.c:2579 +msgid "IPP extension tag larger than 0x7FFFFFFF." +msgstr "La etiqueta d'extension del IPP és més llarga de 0x7FFFFFFF." + +#: cups/ipp.c:2845 +msgid "IPP integer value not 4 bytes." +msgstr "El valor enter de IPP no té 4 bytes." + +#: cups/ipp.c:3045 +msgid "IPP language length overflows value." +msgstr "El valor de la longitud del llenguatge del IPP desborda." + +#: cups/ipp.c:2764 +msgid "IPP member name is not empty." +msgstr "El nom del membre del IPP no està buit." + +#: cups/ipp.c:3122 +msgid "IPP memberName value is empty." +msgstr "El valor de memberName de l'IPP està buit." + +#: cups/ipp.c:2633 +msgid "IPP name larger than 32767 bytes." +msgstr "EL nom del IPP és més llarg de 32767 bytes." + +#: cups/ipp.c:3011 +msgid "IPP nameWithLanguage value less than minimum 4 bytes." +msgstr "" +"El valor de nameWithLanguage del IPP és més petit que el mínim, 4 bytes." + +#: cups/ipp.c:2979 +msgid "IPP rangeOfInteger value not 8 bytes." +msgstr "El valor de rangeOfInteger del IPP no té 8 bytes." + +#: cups/ipp.c:2952 +msgid "IPP resolution value not 9 bytes." +msgstr "El valor de resolution del IPP no té 9 bytes." + +#: cups/ipp.c:3063 +msgid "IPP string length overflows value." +msgstr "El valor de la longitud de la cadena del IPP desborda." + +#: cups/ipp.c:3007 +msgid "IPP textWithLanguage value less than minimum 4 bytes." +msgstr "" +"EL valor de textWithLanguage del IPP és més petit que el mínim, 4 bytes." + +#: cups/ipp.c:2831 +msgid "IPP value larger than 32767 bytes." +msgstr "El valor del IPP és més llarg de 32767 bytes." + +#: ppdc/sample.c:1 +msgid "ISOLatin1" +msgstr "ISOLatin1" + +#: cups/ppd.c:353 +msgid "Illegal control character" +msgstr "Caràcter de control no permès" + +#: cups/ppd.c:354 +msgid "Illegal main keyword string" +msgstr "Cadena de paraula clau principal no permesa" + +#: cups/ppd.c:355 +msgid "Illegal option keyword string" +msgstr "Cadena de paraula clau d'opció no permesa" + +#: cups/ppd.c:356 +msgid "Illegal translation string" +msgstr "Cadena de traducció no permesa" + +#: cups/ppd.c:357 +msgid "Illegal whitespace character" +msgstr "Caràcter d'espai en blanc no permés" + +#: ppdc/sample.c:274 +msgid "Installable Options" +msgstr "Opcions instal·lables" + +#: ppdc/sample.c:277 +msgid "Installed" +msgstr "Instal·lat" + +#: ppdc/sample.c:293 +msgid "IntelliBar Label Printer" +msgstr "Impressora d'etiquetes IntelliBar" + +#: ppdc/sample.c:292 +msgid "Intellitech" +msgstr "Intellitech" + +#: cups/http-support.c:1333 +msgid "Internal Server Error" +msgstr "Error intern del servidor" + +#: cups/ppd.c:344 +msgid "Internal error" +msgstr "Error intern" + +#: ppdc/sample.c:167 +msgid "Internet Postage 2-Part" +msgstr "Franqueig per Internet en 2 parts" + +#: ppdc/sample.c:168 +msgid "Internet Postage 3-Part" +msgstr "Franqueig per Internet en 3 parts" + +#: backend/ipp.c:307 +msgid "Internet Printing Protocol" +msgstr "Protocol d'impressió per Internet" + +#: cups/dest-options.c:839 +msgid "Invalid media size." +msgstr "Mida del suport no vàlida." + +#: filter/commandtops.c:125 +#, c-format +msgid "Invalid printer command \"%s\"." +msgstr "La comanda de la impressora «%s» no és vàlida." + +#: cups/ppd.c:1420 +msgid "JCL" +msgstr "Llenguatge de control de tasques (JCL)" + +#: ppdc/sample.c:53 +msgid "JIS B0" +msgstr "JIS B0" + +#: ppdc/sample.c:55 +msgid "JIS B1" +msgstr "JIS B1" + +#: ppdc/sample.c:54 +msgid "JIS B10" +msgstr "JIS B10" + +#: ppdc/sample.c:56 +msgid "JIS B2" +msgstr "JIS B2" + +#: ppdc/sample.c:57 +msgid "JIS B3" +msgstr "JIS B3" + +#: ppdc/sample.c:58 +msgid "JIS B4" +msgstr "JIS B4" + +#: ppdc/sample.c:59 +msgid "JIS B4 Long Edge" +msgstr "JIS B4 costat llarg" + +#: ppdc/sample.c:60 +msgid "JIS B5" +msgstr "JIS B5" + +#: ppdc/sample.c:61 +msgid "JIS B5 Long Edge" +msgstr "JIS B5 costat llarg" + +#: ppdc/sample.c:62 +msgid "JIS B6" +msgstr "JIS B6" + +#: ppdc/sample.c:63 +msgid "JIS B6 Long Edge" +msgstr "JIS B6 costat llarg" + +#: ppdc/sample.c:64 +msgid "JIS B7" +msgstr "JIS B7" + +#: ppdc/sample.c:65 +msgid "JIS B8" +msgstr "JIS B8" + +#: ppdc/sample.c:66 +msgid "JIS B9" +msgstr "JIS B9" + +#: scheduler/ipp.c:9051 +#, c-format +msgid "Job #%d cannot be restarted - no files." +msgstr "La tasca #%d no es pot tornar a iniciar - no hi ha fitxers." + +#: scheduler/ipp.c:2992 scheduler/ipp.c:3222 scheduler/ipp.c:3277 +#: scheduler/ipp.c:3454 scheduler/ipp.c:3900 scheduler/ipp.c:5720 +#: scheduler/ipp.c:6096 scheduler/ipp.c:6243 scheduler/ipp.c:6543 +#: scheduler/ipp.c:7482 scheduler/ipp.c:7504 scheduler/ipp.c:7676 +#: scheduler/ipp.c:7901 scheduler/ipp.c:7944 scheduler/ipp.c:8793 +#: scheduler/ipp.c:9019 scheduler/ipp.c:9368 scheduler/ipp.c:9971 +#, c-format +msgid "Job #%d does not exist." +msgstr "La tasca #%d no existeix." + +#: scheduler/ipp.c:3486 +#, c-format +msgid "Job #%d is already aborted - can't cancel." +msgstr "La tasca #%d ja s'ha interromput: no es pot cancel·lar." + +#: scheduler/ipp.c:3480 +#, c-format +msgid "Job #%d is already canceled - can't cancel." +msgstr "La tasca #%d ja està cancel·lada: no es pot cancel·lar." + +#: scheduler/ipp.c:3492 +#, c-format +msgid "Job #%d is already completed - can't cancel." +msgstr "La tasca #%d ja s'ha acabat: no es pot cancel·lar." + +#: scheduler/ipp.c:7702 scheduler/ipp.c:7986 scheduler/ipp.c:9986 +#, c-format +msgid "Job #%d is finished and cannot be altered." +msgstr "La tasca #%d s'ha acabat i no es pot canviar." + +#: scheduler/ipp.c:9033 +#, c-format +msgid "Job #%d is not complete." +msgstr "La tasca #%d no s'ha acabat." + +#: scheduler/ipp.c:3007 +#, c-format +msgid "Job #%d is not held for authentication." +msgstr "La tasca #%d no està aturada per ser autenticada." + +#: scheduler/ipp.c:8807 +#, c-format +msgid "Job #%d is not held." +msgstr "La tasca #%d no està aturada." + +#: cgi-bin/ipp-var.c:1055 +msgid "Job Completed" +msgstr "S'ha acabat la tasca" + +#: cgi-bin/ipp-var.c:1053 +msgid "Job Created" +msgstr "S'ha creat la tasca" + +#: cgi-bin/ipp-var.c:1059 +msgid "Job Options Changed" +msgstr "S'han canviat les opcions de la tasca" + +#: cgi-bin/ipp-var.c:1057 +msgid "Job Stopped" +msgstr "S'ha aturat la tasca" + +#: scheduler/ipp.c:10068 +msgid "Job is completed and cannot be changed." +msgstr "La tasca s'ha finalitzat i no es pot canviar." + +#: cgi-bin/jobs.c:198 +msgid "Job operation failed" +msgstr "Ha fallat l'operació de la tasca" + +#: scheduler/ipp.c:10104 scheduler/ipp.c:10123 scheduler/ipp.c:10134 +msgid "Job state cannot be changed." +msgstr "L'estat de la tasca no es pot canviar." + +#: scheduler/ipp.c:8899 +msgid "Job subscriptions cannot be renewed." +msgstr "Les subscripcions a les tasca no es poden renovar." + +#: cgi-bin/jobs.c:103 cgi-bin/jobs.c:114 cgi-bin/jobs.c:195 +msgid "Jobs" +msgstr "Tasques" + +#: backend/lpd.c:185 +msgid "LPD/LPR Host or Printer" +msgstr "Amfitrió o impressora LPD/LPR" + +#: ppdc/sample.c:230 +msgid "Label Printer" +msgstr "Impressora d'etiquetes" + +#: ppdc/sample.c:446 +msgid "Label Top" +msgstr "Capçalera de l'etiqueta" + +#: scheduler/ipp.c:2070 scheduler/ipp.c:5643 +#, c-format +msgid "Language \"%s\" not supported." +msgstr "No s'admet l'idioma «%s»." + +#: ppdc/sample.c:164 +msgid "Large Address" +msgstr "Adreça gran" + +#: ppdc/sample.c:291 +msgid "LaserJet Series PCL 4/5" +msgstr "Sèrie Laser Jet PCL 4/5" + +#: ppdc/sample.c:43 +msgid "Letter Oversize" +msgstr "Carta gran" + +#: ppdc/sample.c:44 +msgid "Letter Oversize Long Edge" +msgstr "Carta americà gran costat llarg" + +#: ppdc/sample.c:236 +msgid "Light" +msgstr "Lluminós" + +#: cups/ppd.c:352 +msgid "Line longer than the maximum allowed (255 characters)" +msgstr "La línia la longitud màxima permesa (255 caràcters)" + +#: cgi-bin/admin.c:2393 +msgid "List Available Printers" +msgstr "Llista les impressores disponibles" + +#: ppdc/sample.c:272 +msgid "Long-Edge (Portrait)" +msgstr "Costat-llarg (vertical)" + +#: cups/http-support.c:1558 +msgid "Looking for printer." +msgstr "S'està buscant la impressora." + +#: ppdc/sample.c:268 +msgid "Manual Feed" +msgstr "Alimentació manual" + +#: cups/ppd.c:789 cups/ppd.c:1357 +msgid "Media Size" +msgstr "Mida del paper" + +#: cups/ppd.c:793 cups/ppd.c:1361 ppdc/sample.c:262 +msgid "Media Source" +msgstr "Font del paper" + +#: ppdc/sample.c:364 +msgid "Media Tracking" +msgstr "Seguiment del paper" + +#: cups/ppd.c:791 cups/ppd.c:1359 ppdc/sample.c:285 +msgid "Media Type" +msgstr "Tipus de paper" + +#: ppdc/sample.c:237 +msgid "Medium" +msgstr "Mitjà" + +#: cups/ppd.c:341 +msgid "Memory allocation error" +msgstr "S'ha produït un error d'ubicació de memòria" + +#: cups/ppd.c:361 +msgid "Missing CloseGroup" +msgstr "Falta el CloseGroup" + +#: cups/ppd.c:342 +msgid "Missing PPD-Adobe-4.x header" +msgstr "Falta la capçalera PPD-ADOBE-4.x" + +#: cups/ppd.c:351 +msgid "Missing asterisk in column 1" +msgstr "Falta un asterisc a la columna 1" + +#: scheduler/ipp.c:6119 +msgid "Missing document-number attribute." +msgstr "Falta l'atribut document-number." + +#: cups/adminutil.c:273 +#, c-format +msgid "Missing double quote on line %d." +msgstr "Falta una cometa doble a la línia %d." + +#: cgi-bin/admin.c:736 cgi-bin/admin.c:2106 cgi-bin/admin.c:2191 +#: cgi-bin/admin.c:2785 cgi-bin/admin.c:3039 cgi-bin/admin.c:3150 +#: cgi-bin/admin.c:3860 +msgid "Missing form variable" +msgstr "Falta una variable del formulari" + +#: scheduler/ipp.c:9422 +msgid "Missing last-document attribute in request." +msgstr "Falta l'atribut last-document-number a la petició." + +#: cups/pwg-media.c:535 +msgid "Missing media or media-col." +msgstr "Falta el media o el media-col." + +#: cups/pwg-media.c:454 +msgid "Missing media-size in media-col." +msgstr "Falta el media-size al media-col." + +#: scheduler/ipp.c:6673 +msgid "Missing notify-subscription-ids attribute." +msgstr "Falta l'atribut notify-subscription-ids." + +#: cups/ppd.c:359 +msgid "Missing option keyword" +msgstr "Falta l'opció keyword" + +#: scheduler/ipp.c:3133 scheduler/ipp.c:3158 +msgid "Missing requesting-user-name attribute." +msgstr "Falta l'atribut requesting-user-name." + +#: scheduler/ipp.c:461 +msgid "Missing required attributes." +msgstr "Falten alguns atributs necessaris." + +#: cups/adminutil.c:254 +#, c-format +msgid "Missing value on line %d." +msgstr "Falta un valor a la línia %d." + +#: cups/ppd.c:343 +msgid "Missing value string" +msgstr "Falta la cadena de valor" + +#: cups/pwg-media.c:442 +msgid "Missing x-dimension in media-size." +msgstr "Falta la mida x a la mida del suport." + +#: cups/pwg-media.c:448 +msgid "Missing y-dimension in media-size." +msgstr "Falta la mida y a la mida del suport." + +#: systemv/lpinfo.c:470 +#, c-format +msgid "" +"Model: name = %s\n" +" natural_language = %s\n" +" make-and-model = %s\n" +" device-id = %s" +msgstr "" +"Model: nom = %s\n" +" idioma_natural = %s\n" +" fabricant i model = %s\n" +" id del dispositiu = %s" + +#: cgi-bin/admin.c:570 +msgid "Modify Class" +msgstr "Modifica la classe" + +#: cgi-bin/admin.c:882 +msgid "Modify Printer" +msgstr "Modifica la impressora" + +#: cgi-bin/ipp-var.c:425 cgi-bin/ipp-var.c:516 +msgid "Move All Jobs" +msgstr "Mou totes les tasques" + +#: cgi-bin/ipp-var.c:364 cgi-bin/ipp-var.c:423 cgi-bin/ipp-var.c:514 +msgid "Move Job" +msgstr "Mou la tasca" + +#: cups/http-support.c:1290 +msgid "Moved Permanently" +msgstr "S'ha mogut de manera permanent" + +#: cups/ppd.c:340 +msgid "NULL PPD file pointer" +msgstr "Punter del fitxer PPD NUL" + +#: cups/snmp.c:1053 +msgid "Name OID uses indefinite length" +msgstr "El nom de l'OID fa servir una longitud indefinida" + +#: scheduler/ipp.c:1142 +msgid "Nested classes are not allowed." +msgstr "No es permeten les classes imbricades." + +#: ppdc/sample.c:430 +msgid "Never" +msgstr "Mai" + +#: ppdc/sample.c:256 +msgid "New Stylus Color Series" +msgstr "Sèrie New Stylus Color" + +#: ppdc/sample.c:258 +msgid "New Stylus Photo Series" +msgstr "Sèrie New Stylus Photo" + +#: cups/ppd.c:1949 +msgid "No" +msgstr "No" + +#: cups/http-support.c:1287 +msgid "No Content" +msgstr "No hi ha contingut" + +#: cups/util.c:1298 +msgid "No PPD name" +msgstr "El PPD no té nom" + +#: cups/snmp.c:1047 +msgid "No VarBind SEQUENCE" +msgstr "No hi ha cap SEQUENCE VarBind" + +#: cups/adminutil.c:788 +msgid "No Windows printer drivers are installed." +msgstr "No hi ha cap controlador d'impressores de Windows instal·lat." + +#: cups/request.c:566 cups/request.c:908 +msgid "No active connection" +msgstr "No hi ha cap connexió activa" + +#: scheduler/ipp.c:3403 +#, c-format +msgid "No active jobs on %s." +msgstr "No hi ha cap tasca activa a %s." + +#: scheduler/ipp.c:302 +msgid "No attributes in request." +msgstr "No hi ha atributs en demanda." + +#: scheduler/ipp.c:3034 +msgid "No authentication information provided." +msgstr "No s'ha donat cap informació d'autenticació." + +#: cups/snmp.c:1004 +msgid "No community name" +msgstr "Ho hi na cap nom de comunitat" + +#: scheduler/ipp.c:5919 +msgid "No default printer." +msgstr "No hi ha cap impressora per defecte." + +#: cgi-bin/ipp-var.c:436 scheduler/ipp.c:7248 +msgid "No destinations added." +msgstr "No s'ha afegit cap destí." + +#: backend/usb.c:200 +msgid "No device URI found in argv[0] or in DEVICE_URI environment variable." +msgstr "" +"No s'ha trobat cap URI de dispositiu a argv[0] o a la variable d'entorn " +"DEVICE_URI." + +#: cups/snmp.c:1034 +msgid "No error-index" +msgstr "No hi ca cap error-index" + +#: cups/snmp.c:1026 +msgid "No error-status" +msgstr "No hi ha cap status-error" + +#: scheduler/ipp.c:8190 scheduler/ipp.c:9436 +msgid "No file in print request." +msgstr "No hi ha cap printer-uri a la sol·licitud." + +#: cups/util.c:923 +msgid "No modification time" +msgstr "No hi ha hora de modificació" + +#: cups/snmp.c:1051 +msgid "No name OID" +msgstr "No hi ha cap nom d'OID" + +#: filter/rastertoepson.c:1147 filter/rastertohp.c:876 +#: filter/rastertolabel.c:1302 +msgid "No pages were found." +msgstr "No s'ha trobat cap pàgina." + +#: cups/util.c:917 +msgid "No printer name" +msgstr "No hi ha cap nom d'impressora" + +#: cups/util.c:1801 +msgid "No printer-uri found" +msgstr "No s'ha trobat cap printer-uri" + +#: cups/util.c:1786 +msgid "No printer-uri found for class" +msgstr "No s'ha trobat cap printer-uri per la classe" + +#: scheduler/ipp.c:6322 +msgid "No printer-uri in request." +msgstr "No hi ha cap printer-uri a la sol·licitud." + +#: cups/snmp.c:1018 +msgid "No request-id" +msgstr "No hi ha cap request-id" + +#: scheduler/ipp.c:5528 +msgid "No subscription attributes in request." +msgstr "No hi ha cap atribut de la subscripció a la sol·licitud." + +#: scheduler/ipp.c:7575 +msgid "No subscriptions found." +msgstr "No s'ha trobat cap sol·licitud." + +#: cups/snmp.c:1042 +msgid "No variable-bindings SEQUENCE" +msgstr "No hi ha cap SEQUENCE variable-bindings" + +#: cups/snmp.c:997 +msgid "No version number" +msgstr "No hi ha cap número de versió" + +#: ppdc/sample.c:367 +msgid "Non-continuous (Mark sensing)" +msgstr "Discontinu (sensible a les marques)" + +#: ppdc/sample.c:366 +msgid "Non-continuous (Web sensing)" +msgstr "Discontinu (Sensible al web)" + +#: ppdc/sample.c:238 +msgid "Normal" +msgstr "Normal" + +#: cups/http-support.c:1309 +msgid "Not Found" +msgstr "No s'ha trobat" + +#: cups/http-support.c:1321 +msgid "Not Implemented" +msgstr "No implementat" + +#: ppdc/sample.c:276 +msgid "Not Installed" +msgstr "No està instal·lat" + +#: cups/http-support.c:1296 +msgid "Not Modified" +msgstr "No està modificat" + +#: cups/http-support.c:1324 +msgid "Not Supported" +msgstr "No és compatible" + +#: scheduler/ipp.c:1518 scheduler/ipp.c:10666 +msgid "Not allowed to print." +msgstr "No teniu permís per imprimir." + +#: ppdc/sample.c:146 +msgid "Note" +msgstr "Nota" + +#: systemv/cupstestdsc.c:433 +msgid "" +"Note: this program only validates the DSC comments, not the PostScript " +"itself." +msgstr "" +"Nota: aquest programa només valida els comentaris DSC, no el PostScript." + +#: cups/http-support.c:1278 cups/ppd.c:338 +msgid "OK" +msgstr "D'acord" + +#: ppdc/sample.c:271 +msgid "Off (1-Sided)" +msgstr "Inactiu (Una cara)" + +#: ppdc/sample.c:361 +msgid "Oki" +msgstr "Oki" + +#: cgi-bin/help.c:91 cgi-bin/help.c:132 cgi-bin/help.c:142 cgi-bin/help.c:172 +msgid "Online Help" +msgstr "Ajuda en línia" + +#: cups/adminutil.c:955 +#, c-format +msgid "Open of %s failed: %s" +msgstr "No s'ha pogut obrir %s: %s" + +#: cups/ppd.c:346 +msgid "OpenGroup without a CloseGroup first" +msgstr "OpenGroup sense un CloseGroup abans" + +#: cups/ppd.c:348 +msgid "OpenUI/JCLOpenUI without a CloseUI/JCLCloseUI first" +msgstr "OpenUI/JCLOpenUI sense un CloseUI/JCLCloseUI abans" + +#: cgi-bin/admin.c:3631 +msgid "Operation Policy" +msgstr "Política d'operacions" + +#: filter/pstops.c:2205 +#, c-format +msgid "Option \"%s\" cannot be included via %%%%IncludeFeature." +msgstr "L'opció «%s» no es pot incloure a través de %%%%IncludeFeature." + +#: cgi-bin/admin.c:3281 cgi-bin/admin.c:3365 +msgid "Options Installed" +msgstr "Opcions instal·lades" + +#: scheduler/cupsfilter.c:1430 scheduler/main.c:2018 systemv/cupsaddsmb.c:284 +#: systemv/cupsctl.c:203 systemv/cupstestdsc.c:429 systemv/cupstestppd.c:3797 +#: test/ipptool.c:4403 ppdc/ppdc.cxx:437 ppdc/ppdhtml.cxx:174 +#: ppdc/ppdi.cxx:130 ppdc/ppdmerge.cxx:369 ppdc/ppdpo.cxx:254 +msgid "Options:" +msgstr "Opcions:" + +#: cups/ppd-cache.c:156 +msgid "Out of date PPD cache file." +msgstr "El fitxer de memòria cau del PPD no està actualitzat." + +#: cups/ppd-cache.c:1381 +msgid "Out of memory." +msgstr "Sense memòria." + +#: cups/ppd.c:795 cups/ppd.c:1363 +msgid "Output Mode" +msgstr "Mode de sortida" + +#: systemv/lpstat.c:1191 systemv/lpstat.c:1195 +#, c-format +msgid "Output for printer %s is sent to %s" +msgstr "La sortida de la impressora %s s'envia a %s" + +#: systemv/lpstat.c:1185 +#, c-format +msgid "Output for printer %s is sent to remote printer %s on %s" +msgstr "La sortida de la impressora %s s'envia a la impressora remota %s a %s" + +#: systemv/lpstat.c:1209 systemv/lpstat.c:1213 +#, c-format +msgid "Output for printer %s/%s is sent to %s" +msgstr "La sortida per la impressora %s/%s s'envia a la impressora %s" + +#: systemv/lpstat.c:1203 +#, c-format +msgid "Output for printer %s/%s is sent to remote printer %s on %s" +msgstr "" +"La sortida per la impressora %s/%s s'envia a la impressora remota %s a %s" + +#: systemv/cupstestdsc.c:399 +msgid "PASS" +msgstr "VÀLID" + +#: ppdc/sample.c:260 +msgid "PCL Laser Printer" +msgstr "Impressora làser PCL" + +#: ppdc/sample.c:149 +msgid "PRC16K" +msgstr "PRC16K" + +#: ppdc/sample.c:150 +msgid "PRC16K Long Edge" +msgstr "PRC16K costat llarg" + +#: ppdc/sample.c:151 +msgid "PRC32K" +msgstr "PRC32K" + +#: ppdc/sample.c:154 +msgid "PRC32K Long Edge" +msgstr "PRC32K costat llarg" + +#: ppdc/sample.c:152 +msgid "PRC32K Oversize" +msgstr "PRC32K gran" + +#: ppdc/sample.c:153 +msgid "PRC32K Oversize Long Edge" +msgstr "PRC32K gran costat llarg" + +#: cups/snmp.c:1014 +msgid "Packet does not contain a Get-Response-PDU" +msgstr "El paquet no conté cap Get-Response-PDU" + +#: cups/snmp.c:993 +msgid "Packet does not start with SEQUENCE" +msgstr "El paquet no comença amb SEQUENCE" + +#: ppdc/sample.c:360 +msgid "ParamCustominCutInterval" +msgstr "ParamCustominCutInterval" + +#: ppdc/sample.c:358 +msgid "ParamCustominTearInterval" +msgstr "ParamCustominTearInterval" + +#: cups/auth.c:199 cups/auth.c:367 +#, c-format +msgid "Password for %s on %s? " +msgstr "Contrasenya per %s a %s? " + +#: systemv/cupsaddsmb.c:252 +#, c-format +msgid "Password for %s required to access %s via SAMBA: " +msgstr "Es necessita la contrasenya de %s per accedir a %s a través de SAMBA: " + +#: cgi-bin/classes.c:167 +msgid "Pause Class" +msgstr "Posa la classe en pausa" + +#: cgi-bin/printers.c:170 +msgid "Pause Printer" +msgstr "Posa la impressora en pausa" + +#: ppdc/sample.c:448 +msgid "Peel-Off" +msgstr "Desenganxar" + +#: ppdc/sample.c:160 +msgid "Photo" +msgstr "Fotografia" + +#: ppdc/sample.c:161 +msgid "Photo Labels" +msgstr "Etiquetes de fotografia" + +#: ppdc/sample.c:286 +msgid "Plain Paper" +msgstr "Paper normal" + +#: cgi-bin/admin.c:3299 cgi-bin/admin.c:3580 +msgid "Policies" +msgstr "Polítiques" + +#: cgi-bin/admin.c:3306 cgi-bin/admin.c:3649 cgi-bin/admin.c:3662 +msgid "Port Monitor" +msgstr "Seguiment del port" + +#: ppdc/sample.c:278 +msgid "PostScript Printer" +msgstr "Impressora PostScript" + +#: ppdc/sample.c:147 +msgid "Postcard" +msgstr "Postal" + +#: ppdc/sample.c:71 +msgid "Postcard Double " +msgstr "Postal doble" + +#: ppdc/sample.c:72 +msgid "Postcard Double Long Edge" +msgstr "Postal doble costat llarg" + +#: ppdc/sample.c:148 +msgid "Postcard Long Edge" +msgstr "Postal costat llarg" + +#: ppdc/sample.c:295 +msgid "Print Density" +msgstr "Densitat de la impressió" + +#: cups/notify.c:82 +msgid "Print Job:" +msgstr "Tasca d'impressió:" + +#: ppdc/sample.c:340 +msgid "Print Mode" +msgstr "Mode d'impressió" + +#: ppdc/sample.c:383 +msgid "Print Rate" +msgstr "Ritme d'impressió" + +#: cgi-bin/printers.c:179 +msgid "Print Self-Test Page" +msgstr "Imprimeix la pàgina de prova pròpia" + +#: ppdc/sample.c:327 +msgid "Print Speed" +msgstr "Velocitat d'impressió" + +#: cgi-bin/ipp-var.c:792 +msgid "Print Test Page" +msgstr "Imprimeix una pàgina de prova" + +#: ppdc/sample.c:356 +msgid "Print and Cut" +msgstr "Imprimeix i talla" + +#: ppdc/sample.c:344 +msgid "Print and Tear" +msgstr "Imprimeix i estripa" + +#: backend/ipp.c:1537 +#, c-format +msgid "Print file accepted - job ID %d." +msgstr "S'ha acceptat el fitxer d'impressió - ID de la tasca %d." + +#: backend/ipp.c:1527 +msgid "Print file accepted - job ID unknown." +msgstr "S'ha acceptat el fitxer d'impressió - l'ID de la tasca és desconegut." + +#: backend/socket.c:424 backend/usb-unix.c:191 +msgid "Print file sent." +msgstr "S'ha enviat el fitxer d'impressió." + +#: backend/ipp.c:1488 +msgid "Print file was not accepted." +msgstr "No s'ha acceptat el fitxer d'impressió." + +#: backend/ipp.c:1895 +msgid "Print job canceled at printer." +msgstr "S'ha cancel·lat la tasca a la impressora." + +#: backend/ipp.c:1890 +msgid "Print job too large." +msgstr "La tasca d'impressió és massa llarga." + +#: cgi-bin/ipp-var.c:1047 +msgid "Printer Added" +msgstr "S'ha afegit una impressora" + +#: ppdc/sample.c:263 +msgid "Printer Default" +msgstr "Impressora per defecte" + +#: cgi-bin/ipp-var.c:1051 +msgid "Printer Deleted" +msgstr "S'ha eliminat la impressora" + +#: cgi-bin/ipp-var.c:1049 +msgid "Printer Modified" +msgstr "S'ha modificat la impressora" + +#: cgi-bin/ipp-var.c:1045 +msgid "Printer Paused" +msgstr "S'ha posat la impressora en pausa" + +#: ppdc/sample.c:294 +msgid "Printer Settings" +msgstr "Configuració de la impressora" + +#: backend/ipp.c:1893 +msgid "Printer cannot print supplied content." +msgstr "La impressora no pot imprimir el contingut subministrat." + +#: cups/notify.c:126 +msgid "Printer:" +msgstr "Impressora:" + +#: cgi-bin/printers.c:204 cgi-bin/printers.c:332 +msgid "Printers" +msgstr "Impressores" + +#: filter/rastertoepson.c:1093 filter/rastertohp.c:817 +#: filter/rastertolabel.c:1249 +#, c-format +msgid "Printing page %d, %d%% complete." +msgstr "S'està imprimint la pàgina %d. S'ha completat el %d%%." + +#: cgi-bin/classes.c:173 cgi-bin/printers.c:176 +msgid "Purge Jobs" +msgstr "Purga les tasques" + +#: ppdc/sample.c:155 +msgid "Quarto" +msgstr "Quart" + +#: scheduler/ipp.c:1513 scheduler/ipp.c:10661 +msgid "Quota limit reached." +msgstr "S'ha assolit el límit de la quota." + +#: berkeley/lpq.c:515 +msgid "Rank Owner Job File(s) Total Size" +msgstr "" +"Rang Propietari Tasca Fitxer(s) Mida total" + +#. TRANSLATORS: Pri is job priority. +#: berkeley/lpq.c:511 +msgid "" +"Rank Owner Pri Job Files Total Size" +msgstr "" +"Rang Propietari Pri Tasca Fitxers Mida " +"total" + +#: cgi-bin/classes.c:171 cgi-bin/printers.c:174 +msgid "Reject Jobs" +msgstr "Rebutja tasques" + +#: backend/lpd.c:1016 backend/lpd.c:1148 +#, c-format +msgid "Remote host did not accept control file (%d)." +msgstr "L'amfitrió remot no accepta el fitxer de control (%d)." + +#: backend/lpd.c:1101 +#, c-format +msgid "Remote host did not accept data file (%d)." +msgstr "L'amfitrió remot no accepta el fitxer de dades (%d)." + +#: ppdc/sample.c:428 +msgid "Reprint After Error" +msgstr "Torna a imprimir després d'un error" + +#: cups/http-support.c:1312 +msgid "Request Entity Too Large" +msgstr "Entitat de petició massa gran" + +#: cups/ppd.c:797 cups/ppd.c:1365 ppdc/sample.c:231 +msgid "Resolution" +msgstr "Resolució" + +#: cgi-bin/classes.c:165 +msgid "Resume Class" +msgstr "Reprèn la classe" + +#: cgi-bin/printers.c:167 +msgid "Resume Printer" +msgstr "Reprèn la impressora" + +#: ppdc/sample.c:165 +msgid "Return Address" +msgstr "Remitent" + +#: ppdc/sample.c:449 +msgid "Rewind" +msgstr "Rebobina" + +#: cups/adminutil.c:2052 +#, c-format +msgid "Running command: %s %s -N -A %s -c '%s'" +msgstr "S'està executant l'ordre: %s %s -N -A %s -c «%s»" + +#: cups/snmp.c:995 +msgid "SEQUENCE uses indefinite length" +msgstr "SEQUENCE té una longitud indefinida" + +#: cups/http-support.c:1336 +msgid "SSL/TLS Negotiation Error" +msgstr "S'ha produït un error mentre es negociava el SSL/TLS" + +#: cups/http-support.c:1293 +msgid "See Other" +msgstr "Vegeu altres" + +#: backend/usb-darwin.c:543 backend/usb-libusb.c:273 +msgid "Sending data to printer." +msgstr "S'envien les dades a la impressora." + +#: cgi-bin/ipp-var.c:1061 +msgid "Server Restarted" +msgstr "S'ha reiniciat el servidor" + +#: cgi-bin/ipp-var.c:1067 +msgid "Server Security Auditing" +msgstr "S'està auditant la seguretat del servidor" + +#: cgi-bin/ipp-var.c:1063 +msgid "Server Started" +msgstr "S'ha iniciat el servidor" + +#: cgi-bin/ipp-var.c:1065 +msgid "Server Stopped" +msgstr "S'ha aturat el servidor" + +#: cups/http-support.c:1330 +msgid "Service Unavailable" +msgstr "El servei no està disponible" + +#: cgi-bin/admin.c:2786 cgi-bin/admin.c:2832 cgi-bin/admin.c:2989 +#: cgi-bin/admin.c:3008 +msgid "Set Allowed Users" +msgstr "Definir els permisos dels usuaris" + +#: cgi-bin/admin.c:3035 +msgid "Set As Server Default" +msgstr "Establir com a servidor per defecte" + +#: cgi-bin/admin.c:3135 +msgid "Set Class Options" +msgstr "Definir les opcions de la classe" + +#: cgi-bin/admin.c:3135 cgi-bin/admin.c:3309 cgi-bin/admin.c:3691 +msgid "Set Printer Options" +msgstr "Definir les opcions de la impressora" + +#: cgi-bin/admin.c:3861 cgi-bin/admin.c:3905 cgi-bin/admin.c:3923 +msgid "Set Publishing" +msgstr "Establir com a pública" + +#: ppdc/sample.c:166 +msgid "Shipping Address" +msgstr "Adreça de lliurament" + +#: ppdc/sample.c:273 +msgid "Short-Edge (Landscape)" +msgstr "Costat curt (horitzontal)" + +#: ppdc/sample.c:288 +msgid "Special Paper" +msgstr "Paper especial" + +#: backend/lpd.c:1057 +#, c-format +msgid "Spooling job, %.0f%% complete." +msgstr "S'està posant a la cua la tasca. S'ha completat el %.0f%%." + +#: ppdc/sample.c:341 +msgid "Standard" +msgstr "Estàndard" + +#. TRANSLATORS: Banner/cover sheet before the print job. +#: cgi-bin/admin.c:3552 +msgid "Starting Banner" +msgstr "Bàner inicial" + +#: filter/rastertoepson.c:1069 filter/rastertohp.c:793 +#: filter/rastertolabel.c:1225 +#, c-format +msgid "Starting page %d." +msgstr "S'està començant la pàgina %d." + +#: ppdc/sample.c:156 +msgid "Statement" +msgstr "Declaració" + +#: ppdc/sample.c:251 +msgid "Stylus Color Series" +msgstr "Sèrie Stylus Color" + +#: ppdc/sample.c:257 +msgid "Stylus Photo Series" +msgstr "Sèrie Stylus Photo" + +#: scheduler/ipp.c:3549 scheduler/ipp.c:6689 scheduler/ipp.c:7388 +#: scheduler/ipp.c:8887 +#, c-format +msgid "Subscription #%d does not exist." +msgstr "La subscripció #%d no existeix." + +#: ppdc/sample.c:157 +msgid "Super A" +msgstr "Super A" + +#: ppdc/sample.c:158 +msgid "Super B" +msgstr "Super B" + +#: ppdc/sample.c:162 +msgid "Super B/A3" +msgstr "Super B/A3" + +#: cups/http-support.c:1275 +msgid "Switching Protocols" +msgstr "Intercanviar els protocols" + +#: ppdc/sample.c:159 +msgid "Tabloid" +msgstr "Tabloide" + +#: ppdc/sample.c:45 +msgid "Tabloid Oversize" +msgstr "Tabloide gran" + +#: ppdc/sample.c:46 +msgid "Tabloid Oversize Long Edge" +msgstr "Tabloide gran costat llarg" + +#: ppdc/sample.c:342 +msgid "Tear" +msgstr "Estripar" + +#: ppdc/sample.c:447 +msgid "Tear-Off" +msgstr "Estripar" + +#: ppdc/sample.c:388 +msgid "Tear-Off Adjust Position" +msgstr "Posició d'ajust d'estripat" + +#: scheduler/ipp.c:6393 scheduler/ipp.c:6471 scheduler/ipp.c:6487 +#: scheduler/ipp.c:6505 +#, c-format +msgid "The %s attribute cannot be provided with job-ids." +msgstr "No es pot fer servir l'atribut %s amb les job-ids." + +#: scheduler/ipp.c:5118 +#, c-format +msgid "" +"The '%s' operation attribute cannot be supplied in a Create-Job request." +msgstr "" +"L'atribut d'operació «%s» no es pot subministrar en una petició de Create-" +"Job." + +#: scheduler/ipp.c:6919 +#, c-format +msgid "The PPD file \"%s\" could not be found." +msgstr "No s'ha pogut trobar el fitxer PPD «%s»." + +#: scheduler/ipp.c:6906 +#, c-format +msgid "The PPD file \"%s\" could not be opened: %s" +msgstr "No s'ha pogut obrir el fitxer PPD «%s»: %s" + +#: filter/rastertoepson.c:1038 filter/rastertohp.c:764 +#: filter/rastertolabel.c:1189 +msgid "The PPD file could not be opened." +msgstr "No s'ha pogut obrir el fitxer PPD." + +#: cgi-bin/admin.c:749 +msgid "" +"The class name may only contain up to 127 printable characters and may not " +"contain spaces, slashes (/), or the pound sign (#)." +msgstr "" +"El nom de la classe només pot tenir fins a 127 caràcters imprimibles i no " +"pot contenir espais, barres (/) o el símbol coixinet (#)." + +#: cups/localize.c:353 +msgid "The developer unit needs to be replaced." +msgstr "S'ha de canviar la unitat de desenvolupament." + +#: cups/localize.c:351 +msgid "The developer unit will need to be replaced soon." +msgstr "La unitat de desenvolupament s'haurà de canviar aviat." + +#: cups/localize.c:343 +msgid "The fuser's temperature is high." +msgstr "La temperatura del fusor és alta." + +#: cups/localize.c:345 +msgid "The fuser's temperature is low." +msgstr "La temperatura del fusor és baixa." + +#: scheduler/ipp.c:2097 +msgid "" +"The notify-lease-duration attribute cannot be used with job subscriptions." +msgstr "" +"No es pot fer servir l'atribut notify-lease-duration amb les subscripcions a " +"tasques." + +#: scheduler/ipp.c:2080 scheduler/ipp.c:5653 +#, c-format +msgid "The notify-user-data value is too large (%d > 63 octets)." +msgstr "El valor de notify-user-data és massa llarg (%d > 63 octets)." + +#: cups/localize.c:349 +msgid "The optical photoconductor needs to be replaced." +msgstr "S'ha de canviar el fotoconductor òptic." + +#: cups/localize.c:347 +msgid "The optical photoconductor will need to be replaced soon." +msgstr "El fotoconductor òptic s'haurà de canviar aviat." + +#: cups/localize.c:331 +msgid "The output bin is almost full." +msgstr "La safata de sortida és gairebé plena." + +#: cups/localize.c:333 +msgid "The output bin is full." +msgstr "La safata de sortida és plena." + +#: cups/localize.c:329 +msgid "The output bin is missing." +msgstr "Falta la safata de sortida." + +#: cups/localize.c:325 +msgid "The paper tray is almost empty." +msgstr "La safata de paper és gairebé buida." + +#: cups/localize.c:327 +msgid "The paper tray is empty." +msgstr "La safata de paper és buida." + +#: cups/localize.c:323 +msgid "The paper tray is missing." +msgstr "Falta la safata de paper." + +#: cups/localize.c:306 +msgid "The paper tray needs to be filled." +msgstr "S'ha d'omplir la safata de paper." + +#: backend/ipp.c:909 +msgid "The printer URI is incorrect or no longer exists." +msgstr "L'URI de la impressora no és correcte o ja no existeix." + +#: backend/lpd.c:619 backend/lpd.c:1009 backend/lpd.c:1091 backend/lpd.c:1141 +msgid "The printer did not respond." +msgstr "La impressora no ha respost." + +#: backend/ipp.c:892 backend/ipp.c:899 +#, c-format +msgid "The printer does not support IPP/%d.%d, trying IPP/%s." +msgstr "La impressora no admet el IPP/%d.%d, s'està intentant el IPP/%s." + +#: backend/ipp.c:757 backend/ipp.c:874 backend/ipp.c:980 backend/ipp.c:1313 +#: backend/ipp.c:1464 backend/lpd.c:828 backend/socket.c:374 +#: backend/usb-unix.c:131 backend/usb-unix.c:424 backend/usb-unix.c:507 +msgid "The printer is in use." +msgstr "La impressora està ocupada." + +#: backend/runloop.c:254 backend/runloop.c:374 cups/localize.c:311 +msgid "The printer is not connected." +msgstr "La impressora no està connectada." + +#: backend/ipp.c:735 backend/ipp.c:768 backend/ipp.c:870 backend/lpd.c:807 +#: backend/lpd.c:848 backend/socket.c:353 backend/socket.c:386 +msgid "The printer is not responding." +msgstr "La impressora no respòn." + +#: backend/runloop.c:396 +msgid "The printer is now connected." +msgstr "Ara la impressora està connectada." + +#: backend/usb-darwin.c:1286 +msgid "The printer is now online." +msgstr "Ara la impressora està en línia." + +#: backend/usb-darwin.c:1307 +msgid "The printer is offline." +msgstr "La impressora està fora de línia." + +#: cups/localize.c:335 +msgid "The printer is running low on ink." +msgstr "S'està acabant la tinta de la impressora." + +#: cups/localize.c:313 +msgid "The printer is running low on toner." +msgstr "S'està acabant el tòner de la impressora." + +#: backend/ipp.c:750 backend/lpd.c:821 backend/socket.c:367 +msgid "The printer is unreachable at this time." +msgstr "Ara mateix no es pot accedir a la impressora." + +#: cups/localize.c:337 +msgid "The printer may be out of ink." +msgstr "Es deu haver acabat la tinta de la impressora." + +#: cups/localize.c:315 +msgid "The printer may be out of toner." +msgstr "Es deu haver acabat el tòner de la impressora." + +#: backend/ipp.c:744 backend/lpd.c:815 backend/socket.c:361 +msgid "The printer may not exist or is unavailable at this time." +msgstr "" +"Pot ser que la impressora no existeixi o que ara mateix no estigui " +"accessible." + +#: cgi-bin/admin.c:931 +msgid "" +"The printer name may only contain up to 127 printable characters and may not " +"contain spaces, slashes (/), or the pound sign (#)." +msgstr "" +"El nom de la impressora només pot tenir fins a 127 caràcters imprimibles i " +"no pot contenir espais, barres (/) o el símbol coixinet (#)." + +#: scheduler/ipp.c:876 scheduler/ipp.c:1136 scheduler/ipp.c:3198 +#: scheduler/ipp.c:3369 scheduler/ipp.c:5101 scheduler/ipp.c:5487 +#: scheduler/ipp.c:5801 scheduler/ipp.c:6359 scheduler/ipp.c:7124 +#: scheduler/ipp.c:7180 scheduler/ipp.c:7494 scheduler/ipp.c:7760 +#: scheduler/ipp.c:7849 scheduler/ipp.c:7882 scheduler/ipp.c:8205 +#: scheduler/ipp.c:8598 scheduler/ipp.c:8679 scheduler/ipp.c:9840 +#: scheduler/ipp.c:10294 scheduler/ipp.c:10624 scheduler/ipp.c:10706 +#: scheduler/ipp.c:10998 +msgid "The printer or class does not exist." +msgstr "La impressora o la classe no existeix." + +#: scheduler/ipp.c:1304 +msgid "The printer or class is not shared." +msgstr "La impressora o la classe no estan compartides." + +#: cups/localize.c:317 +msgid "The printer's cover is open." +msgstr "La tapa de la impressora està oberta." + +#: cups/localize.c:321 +msgid "The printer's door is open." +msgstr "La porta de la impressora està oberta." + +#: cups/localize.c:319 +msgid "The printer's interlock is open." +msgstr "L'enclavament de seguretat de la impressora està obert." + +#: cups/localize.c:339 +msgid "The printer's waste bin is almost full." +msgstr "El dipòsit de residus és gairebé ple." + +#: cups/localize.c:341 +msgid "The printer's waste bin is full." +msgstr "El dipòsit de residus és ple." + +#: scheduler/ipp.c:982 scheduler/ipp.c:2261 +#, c-format +msgid "The printer-uri \"%s\" contains invalid characters." +msgstr "El printer-uri «%s» conté caràcters no vàlids." + +#: scheduler/ipp.c:3175 +msgid "The printer-uri attribute is required." +msgstr "L'atribut printer-uri és obligatori." + +#: scheduler/ipp.c:966 +msgid "" +"The printer-uri must be of the form \"ipp://HOSTNAME/classes/CLASSNAME\"." +msgstr "" +"El printer-uri ha de tenir la forma «ipp://NOMAMFITRIÓ/classes/NOMCLASSE»." + +#: scheduler/ipp.c:2245 +msgid "" +"The printer-uri must be of the form \"ipp://HOSTNAME/printers/PRINTERNAME\"." +msgstr "" +"El printer-uri ha de tenir la forma «ipp://NOMAMFITRIÓ/printers/" +"NOMIMPRESSORA»." + +#: cgi-bin/admin.c:474 +msgid "" +"The subscription name may not contain spaces, slashes (/), question marks " +"(?), or the pound sign (#)." +msgstr "" +"La subscripció no pot contenir espais, barres (/), interrogacions (?), o el " +"símbol coixinet (#)." + +#: scheduler/client.c:2450 +msgid "" +"The web interface is currently disabled. Run \"cupsctl WebInterface=yes\" to " +"enable it." +msgstr "" +"La interfície web està deshabilitada. Executeu «cupsctl WebInterface=yes» " +"per habilitar-la." + +#: scheduler/ipp.c:6454 +#, c-format +msgid "The which-jobs value \"%s\" is not supported." +msgstr "El valor «%s» de which-jobs no està implementat." + +#: scheduler/ipp.c:5731 +msgid "There are too many subscriptions." +msgstr "Hi ha massa subscripcions." + +#: cups/localize.c:308 +msgid "There is a paper jam." +msgstr "S'ha encallat el paper." + +#: backend/usb-darwin.c:379 backend/usb-darwin.c:438 backend/usb-darwin.c:505 +#: backend/usb-darwin.c:526 backend/usb-libusb.c:235 backend/usb-libusb.c:256 +msgid "There was an unrecoverable USB error." +msgstr "Hi ha un error de l'USB irrecuperable." + +#: ppdc/sample.c:435 +msgid "Thermal Transfer Media" +msgstr "Mitjà de transferència tèrmica" + +#: scheduler/ipp.c:1507 +msgid "Too many active jobs." +msgstr "Hi ha massa tasques actives." + +#: scheduler/ipp.c:1401 +#, c-format +msgid "Too many job-sheets values (%d > 2)." +msgstr "Hi ha massa valors de job-sheets (%d > 2)." + +#: scheduler/ipp.c:2529 +#, c-format +msgid "Too many printer-state-reasons values (%d > %d)." +msgstr "Hi ha massa valors de printer-state-reasons (%d > %d)." + +#: ppdc/sample.c:289 +msgid "Transparency" +msgstr "Transparència" + +#: ppdc/sample.c:284 +msgid "Tray" +msgstr "Safata" + +#: ppdc/sample.c:264 +msgid "Tray 1" +msgstr "Safata 1" + +#: ppdc/sample.c:265 +msgid "Tray 2" +msgstr "Safata 2" + +#: ppdc/sample.c:266 +msgid "Tray 3" +msgstr "Safata 3" + +#: ppdc/sample.c:267 +msgid "Tray 4" +msgstr "Safata 4" + +#: cups/http-support.c:1315 +msgid "URI Too Long" +msgstr "L'URI és massa llarg" + +#: ppdc/sample.c:138 +msgid "US Ledger" +msgstr "Llibre major americà" + +#: ppdc/sample.c:139 +msgid "US Legal" +msgstr "Legal americà" + +#: ppdc/sample.c:140 +msgid "US Legal Oversize" +msgstr "Legal americà gran" + +#: ppdc/sample.c:141 +msgid "US Letter" +msgstr "Carta americà" + +#: ppdc/sample.c:142 +msgid "US Letter Long Edge" +msgstr "Carta americà costat llarg" + +#: ppdc/sample.c:143 +msgid "US Letter Oversize" +msgstr "Carta americà gran" + +#: ppdc/sample.c:144 +msgid "US Letter Oversize Long Edge" +msgstr "Carta americà gran costat llarg" + +#: ppdc/sample.c:145 +msgid "US Letter Small" +msgstr "Carta americà petit" + +#: cgi-bin/admin.c:1959 cgi-bin/admin.c:1972 cgi-bin/admin.c:1996 +msgid "Unable to access cupsd.conf file" +msgstr "No es pot accedir al fitxer cups.conf" + +#: cgi-bin/help.c:133 +msgid "Unable to access help file." +msgstr "No es pot accedir al fitxer d'ajuda." + +#: cgi-bin/admin.c:526 +msgid "Unable to add RSS subscription" +msgstr "No es pot afegir la subscripció RSS" + +#: cgi-bin/admin.c:814 +msgid "Unable to add class" +msgstr "No es pot afegir la classe" + +#: backend/ipp.c:1635 +msgid "Unable to add document to print job." +msgstr "No es pot obrir el documenta la tasca." + +#: scheduler/ipp.c:1548 +#, c-format +msgid "Unable to add job for destination \"%s\"." +msgstr "No es pot afegir la tasca al destí «%s»." + +#: cgi-bin/admin.c:1059 cgi-bin/admin.c:1419 +msgid "Unable to add printer" +msgstr "No es pot afegir la impressora" + +#: scheduler/ipp.c:1246 +msgid "Unable to allocate memory for file types." +msgstr "No es pot assignar la memòria pels tipus de fitxers." + +#: filter/pstops.c:451 +msgid "Unable to allocate memory for page info" +msgstr "No s'ha pogut assignar memòria per la pàgina d'informació" + +#: filter/pstops.c:445 +msgid "Unable to allocate memory for pages array" +msgstr "No s'ha pogut assignar memòria per la matriu de pàgines" + +#: cgi-bin/admin.c:1525 +msgid "Unable to cancel RSS subscription" +msgstr "No es pot cancel·lar la subscripció RSS" + +#: backend/ipp.c:1942 +msgid "Unable to cancel print job." +msgstr "No es pot cancel·lar la tasca d'impressió." + +#: cgi-bin/admin.c:2990 +msgid "Unable to change printer" +msgstr "No es pot canviar la impressora" + +#: cgi-bin/admin.c:3906 +msgid "Unable to change printer-is-shared attribute" +msgstr "No es pot canviar l'atribut printer-is-shared" + +#: cgi-bin/admin.c:1657 cgi-bin/admin.c:1799 +msgid "Unable to change server settings" +msgstr "No es pot canviar la configuració del servidor" + +#: filter/commandtops.c:420 +msgid "Unable to configure printer options." +msgstr "No es poden configurar les opcions de la impressora." + +#: cups/adminutil.c:911 cups/request.c:1016 +msgid "Unable to connect to host." +msgstr "No es pot connectar a l'ordinador central." + +#: backend/ipp.c:713 backend/ipp.c:1138 backend/lpd.c:787 backend/socket.c:333 +#: backend/usb-unix.c:117 +msgid "Unable to contact printer, queuing on next printer in class." +msgstr "" +"No es pot contactar amb la impressora. Es posa a la cua de la següent " +"impressora de la classe." + +#: cups/adminutil.c:726 +#, c-format +msgid "Unable to copy 64-bit CUPS printer driver files (%d)." +msgstr "" +"No es poden copiar els fitxers del controlador d'impressora CUPS de 64 bits " +"(%d)." + +#: cups/adminutil.c:691 +#, c-format +msgid "Unable to copy 64-bit Windows printer driver files (%d)." +msgstr "" +"No es poden copiar els fitxers del controlador d'impressora Windows de 64 " +"bits (%d)." + +#: cups/adminutil.c:522 +#, c-format +msgid "Unable to copy CUPS printer driver files (%d)." +msgstr "No es poden copiar els fitxers del controlador d'impressora CUPS (%d)." + +#: scheduler/ipp.c:2649 +#, c-format +msgid "Unable to copy PPD file - %s" +msgstr "No es pot copiar el fitxer PPD - %s" + +#: scheduler/ipp.c:2704 +msgid "Unable to copy PPD file." +msgstr "No es pot copiar el fitxer PPD." + +#: cups/adminutil.c:487 +#, c-format +msgid "Unable to copy Windows 2000 printer driver files (%d)." +msgstr "" +"No es poden copiar els fitxers del controlador d'impressora Windows 2000 " +"(%d)." + +#: cups/adminutil.c:610 +#, c-format +msgid "Unable to copy Windows 9x printer driver files (%d)." +msgstr "" +"No es poden copiar els fitxers del controlador d'impressora Windows 9x (%d)." + +#: scheduler/ipp.c:2626 +#, c-format +msgid "Unable to copy interface script - %s" +msgstr "No es pot copiar l'script de la interfície - %s" + +#: backend/ipp.c:2034 +msgid "Unable to create compressed print file" +msgstr "No es pot crear el fitxer d'impressió comprimit" + +#: cups/util.c:602 cups/util.c:1656 +msgid "Unable to create printer-uri" +msgstr "No es pot crear el printer-uri" + +#: cgi-bin/admin.c:1850 cgi-bin/admin.c:1862 scheduler/cupsfilter.c:1236 +msgid "Unable to create temporary file" +msgstr "No es pot crear el fitxer temporal" + +#: cgi-bin/admin.c:2153 +msgid "Unable to delete class" +msgstr "No es pot esborrar la classe" + +#: cgi-bin/admin.c:2238 +msgid "Unable to delete printer" +msgstr "No es pot esborrar la impressora" + +#: cgi-bin/classes.c:260 cgi-bin/printers.c:269 +msgid "Unable to do maintenance command" +msgstr "No es pot executar la comanda de manteniment" + +#: cgi-bin/admin.c:1974 +msgid "Unable to edit cupsd.conf files larger than 1MB" +msgstr "No es poden editar fitxers cupsd.conf més grans d'1MB" + +#: cups/http.c:4272 +msgid "" +"Unable to establish a secure connection to host (certificate chain invalid)." +msgstr "" +"No s'ha pogut establir una connexió segura amb l'amfitrió (la cadena del " +"certificat no és vàlida)." + +#: cups/http.c:4262 +msgid "" +"Unable to establish a secure connection to host (certificate not yet valid)." +msgstr "" +"No s'ha pogut establir una connexió segura amb l'amfitrió (el certificat " +"encara no és vàlid)." + +#: cups/http.c:4257 +msgid "Unable to establish a secure connection to host (expired certificate)." +msgstr "" +"No s'ha pogut establir una connexió segura amb l'amfitrió (ha expirat el " +"certificat)." + +#: cups/http.c:4267 +msgid "Unable to establish a secure connection to host (host name mismatch)." +msgstr "" +"No s'ha pogut establir una connexió segura amb l'amfitrió (hi ha un error en " +"el nom de l'amfitrió)." + +#: cups/http.c:4277 +msgid "" +"Unable to establish a secure connection to host (peer dropped connection " +"before responding)." +msgstr "" +"No s'ha pogut establir una connexió segura amb l'amfitrió (s'ha tallat la " +"connexió abans de respondre)." + +#: cups/http.c:4252 +msgid "" +"Unable to establish a secure connection to host (self-signed certificate)." +msgstr "" +"No s'ha pogut establir una connexió segura amb l'amfitrió (el certificat és " +"autosignat)." + +#: cups/http.c:4247 +msgid "" +"Unable to establish a secure connection to host (untrusted certificate)." +msgstr "" +"No s'ha pogut establir una connexió segura amb l'amfitrió (el certificat no " +"és de confiança)." + +#: cups/http.c:4008 cups/http.c:4304 cups/http.c:4337 cups/http.c:4354 +msgid "Unable to establish a secure connection to host." +msgstr "No es pot establir una connexió segura amb l'ordinador central." + +#: cgi-bin/ipp-var.c:365 +msgid "Unable to find destination for job" +msgstr "No es pot trobar el destí de la tasca" + +#: cups/http-support.c:1748 +msgid "Unable to find printer." +msgstr "No es pot trobar la impressora." + +#: backend/ipp.c:2056 +msgid "Unable to generate compressed print file" +msgstr "No es pot generar el fitxer d'impressió comprimit" + +#: backend/ipp.c:3009 +msgid "Unable to get backend exit status." +msgstr "No es pot obtenir el motiu de la sortida en segon pla" + +#: cgi-bin/classes.c:450 +msgid "Unable to get class list" +msgstr "No es pot obtenir la llista de classes" + +#: cgi-bin/classes.c:549 +msgid "Unable to get class status" +msgstr "No es pot obtenir l'estat de la classe" + +#: cgi-bin/admin.c:1320 +msgid "Unable to get list of printer drivers" +msgstr "No es pot obtenir la llista dels controladors d'impressora" + +#: cgi-bin/admin.c:2840 +msgid "Unable to get printer attributes" +msgstr "No es poden obtenir els atributs de la impressora" + +#: cgi-bin/printers.c:467 +msgid "Unable to get printer list" +msgstr "No es pot obtenir la llista d'impressores" + +#: cgi-bin/printers.c:569 +msgid "Unable to get printer status" +msgstr "No es pot obtenir l'estat de la impressora" + +#: backend/ipp.c:933 +msgid "Unable to get printer status." +msgstr "No es pot obtenir l'estat de la impressora." + +#: cups/adminutil.c:565 cups/adminutil.c:769 +#, c-format +msgid "Unable to install Windows 2000 printer driver files (%d)." +msgstr "" +"No es poden instal·lar els fitxers del controlador d'impressores per Windows " +"2000 (%d)." + +#: cups/adminutil.c:639 +#, c-format +msgid "Unable to install Windows 9x printer driver files (%d)." +msgstr "" +"No es poden instal·lar els fitxers del controlador d'impressores per Windows " +"9x (%d)." + +#: cgi-bin/help.c:92 +msgid "Unable to load help index." +msgstr "No es pot carregar l'índex de l'ajuda." + +#: backend/ipp.c:642 backend/lpd.c:421 backend/socket.c:275 +#, c-format +msgid "Unable to locate printer \"%s\"." +msgstr "No es pot ubicar la impressora «%s»." + +#: backend/dnssd.c:781 backend/ipp.c:324 backend/lpd.c:204 +#: backend/socket.c:171 +msgid "Unable to locate printer." +msgstr "No es pot ubicar la impressora." + +#: cgi-bin/admin.c:813 +msgid "Unable to modify class" +msgstr "No es pot modificar la classe" + +#: cgi-bin/admin.c:1058 cgi-bin/admin.c:1418 +msgid "Unable to modify printer" +msgstr "No es pot modificar la impressora" + +#: cgi-bin/ipp-var.c:432 cgi-bin/ipp-var.c:521 +msgid "Unable to move job" +msgstr "No es pot moure la tasca" + +#: cgi-bin/ipp-var.c:434 cgi-bin/ipp-var.c:523 +msgid "Unable to move jobs" +msgstr "No es poden moure les tasques" + +#: cgi-bin/admin.c:3186 cups/ppd.c:339 +msgid "Unable to open PPD file" +msgstr "No es pot obrir el fitxer PPD" + +#: backend/ipp.c:2040 +msgid "Unable to open compressed print file" +msgstr "No es pot obrir el fitxer d'impressió comprimit" + +#: cgi-bin/admin.c:2608 +msgid "Unable to open cupsd.conf file:" +msgstr "No es pot obrir el fitxer cups.conf" + +#: backend/usb-unix.c:141 +msgid "Unable to open device file" +msgstr "No es pot obrir el fitxer de dispositiu" + +#: scheduler/ipp.c:6140 +#, c-format +msgid "Unable to open document #%d in job #%d." +msgstr "No es pot obrir el document #%d a la tasca #%d." + +#: cgi-bin/help.c:364 +msgid "Unable to open help file." +msgstr "No es pot obrir el fitxer d'impressió." + +#: backend/ipp.c:365 backend/ipp.c:1398 backend/ipp.c:1594 backend/ipp.c:2046 +#: backend/lpd.c:488 backend/socket.c:158 backend/usb.c:237 +#: filter/gziptoany.c:71 filter/pstops.c:300 +msgid "Unable to open print file" +msgstr "No es pot obrir el fitxer d'impressió" + +#: filter/rastertoepson.c:998 filter/rastertohp.c:724 +#: filter/rastertolabel.c:1147 +msgid "Unable to open raster file" +msgstr "No es pot obrir el fitxer de trama" + +#: cgi-bin/ipp-var.c:795 +msgid "Unable to print test page" +msgstr "No es pot imprimir la pàgina de prova" + +#: backend/runloop.c:96 backend/runloop.c:325 backend/usb-darwin.c:613 +#: backend/usb-darwin.c:657 backend/usb-libusb.c:343 backend/usb-libusb.c:378 +msgid "Unable to read print data." +msgstr "No es poden llegir les dades d'impressió." + +#: cups/dest.c:3402 +msgid "Unable to resolve printer URI." +msgstr "No es pot resoldre l'URI de la impressora." + +#: cups/adminutil.c:2088 +#, c-format +msgid "Unable to run \"%s\": %s" +msgstr "No es pot executar «%s»: %s" + +#: filter/pstops.c:563 +msgid "Unable to see in file" +msgstr "No es pot veure al fitxer" + +#: cgi-bin/ipp-var.c:598 cgi-bin/ipp-var.c:618 +msgid "Unable to send command to printer driver" +msgstr "No es pot enviar la comanda al controlador de la impressora" + +#: backend/usb-darwin.c:735 backend/usb-libusb.c:454 +msgid "Unable to send data to printer." +msgstr "No es poden enviar dades a la impressora." + +#: cups/adminutil.c:821 +#, c-format +msgid "Unable to set Windows printer driver (%d)." +msgstr "No es pot configurar el controlador d'impressores per Windows (%d)" + +#: cgi-bin/admin.c:3807 +msgid "Unable to set options" +msgstr "No es poden configurar les opcions" + +#: cgi-bin/admin.c:3077 +msgid "Unable to set server default" +msgstr "No es pot posar la configuració per defecte al servidor" + +#: backend/ipp.c:2868 backend/ipp.c:2945 backend/ipp.c:2953 +msgid "Unable to start backend process." +msgstr "No es pot iniciar el procés en segon pla." + +#: cgi-bin/admin.c:1912 +msgid "Unable to upload cupsd.conf file" +msgstr "No es pot penjar el fitxer cups.conf" + +#: backend/usb-darwin.c:1985 backend/usb-darwin.c:2009 +msgid "Unable to use legacy USB class driver." +msgstr "No es pot fer servir el controlador de la classe USB antic." + +#: backend/runloop.c:125 backend/runloop.c:380 +msgid "Unable to write print data" +msgstr "No es poden escriure les dades d'impressió" + +#: filter/gziptoany.c:90 +#, c-format +msgid "Unable to write uncompressed print data: %s" +msgstr "No es poden escriure les dades sense comprimir: %s" + +#: cups/http-support.c:1303 +msgid "Unauthorized" +msgstr "No autoritzat" + +#: cgi-bin/admin.c:3503 +msgid "Units" +msgstr "Unitats" + +#: cups/http-support.c:1343 cups/ppd.c:366 +msgid "Unknown" +msgstr "Desconegut" + +#: filter/pstops.c:2213 +#, c-format +msgid "Unknown choice \"%s\" for option \"%s\"." +msgstr "La tria de «%s» per l'opció «%s» és desconeguda." + +#: backend/ipp.c:507 +#, c-format +msgid "Unknown encryption option value: \"%s\"." +msgstr "El valor de l'opció de xifrat «%s» és desconegut." + +#: backend/lpd.c:350 +#, c-format +msgid "Unknown file order: \"%s\"." +msgstr "Ordre desconegut del fitxer: «%s»." + +#: backend/lpd.c:321 +#, c-format +msgid "Unknown format character: \"%c\"." +msgstr "Format del caràcter desconegut: «%c»." + +#: cups/dest-options.c:770 +msgid "Unknown media size name." +msgstr "El nom de la mida del suport no és conegut." + +#: backend/ipp.c:554 +#, c-format +msgid "Unknown option \"%s\" with value \"%s\"." +msgstr "L'opció «%s» amb valor «%s» és desconeguda." + +#: filter/pstops.c:2196 +#, c-format +msgid "Unknown option \"%s\"." +msgstr "L'opció «%s» és desconeguda." + +#: backend/lpd.c:336 +#, c-format +msgid "Unknown print mode: \"%s\"." +msgstr "El mode d'impressió «%s» és desconegut." + +#: scheduler/ipp.c:10496 +#, c-format +msgid "Unknown printer-error-policy \"%s\"." +msgstr "El paràmetre printer-error-policy «%s» és desconegut." + +#: scheduler/ipp.c:10479 +#, c-format +msgid "Unknown printer-op-policy \"%s\"." +msgstr "El paràmetre printer-op-policy «%s» és desconegut." + +#: cups/http-addrlist.c:710 +msgid "Unknown service name." +msgstr "El nom del servei és desconegut." + +#: backend/ipp.c:526 +#, c-format +msgid "Unknown version option value: \"%s\"." +msgstr "El valor de l'opció de la versió és desconegut: «%s»." + +#: scheduler/ipp.c:402 +#, c-format +msgid "Unsupported character set \"%s\"." +msgstr "No s'admet el grup de caràcters «%s»." + +#: scheduler/ipp.c:8171 scheduler/ipp.c:9401 scheduler/ipp.c:10950 +#, c-format +msgid "Unsupported compression \"%s\"." +msgstr "No s'admet la compressió «%s»." + +#: scheduler/ipp.c:8305 scheduler/ipp.c:9551 scheduler/ipp.c:10979 +#, c-format +msgid "Unsupported document-format \"%s\"." +msgstr "No s'admet el document-format «%s»." + +#: scheduler/ipp.c:9534 +#, c-format +msgid "Unsupported document-format \"%s/%s\"." +msgstr "No s'admet el document-format «%s/%s»." + +#: scheduler/ipp.c:1367 +#, c-format +msgid "Unsupported format \"%s\"." +msgstr "No s'admet el format «%s»." + +#: scheduler/ipp.c:1465 +msgid "Unsupported margins." +msgstr "No s'admeten els marges." + +#: cups/pwg-media.c:529 +msgid "Unsupported media value." +msgstr "No s'admet el valor del suport." + +#: filter/pstops.c:2478 +#, c-format +msgid "Unsupported number-up value %d, using number-up=1." +msgstr "No s'admet el valor %d a number-up. Es fa servir number-up=1." + +#: filter/pstops.c:2512 +#, c-format +msgid "Unsupported number-up-layout value %s, using number-up-layout=lrtb." +msgstr "" +"No s'admet el valor %s a number-up-layout. Es fa servir number-up-" +"layout=lrtb." + +#: filter/pstops.c:2563 +#, c-format +msgid "Unsupported page-border value %s, using page-border=none." +msgstr "No s'admet el valor %s a page-border. Es fa servir page-border=none." + +#: filter/rastertopwg.c:147 filter/rastertopwg.c:155 filter/rastertopwg.c:164 +msgid "Unsupported raster data." +msgstr "No s'admet les dades en trama." + +#: cups/snmp.c:1112 +msgid "Unsupported value type" +msgstr "El tipus de valor no és compatible" + +#: cups/http-support.c:1318 +msgid "Upgrade Required" +msgstr "S'ha d'actualitzar" + +#: systemv/lpadmin.c:668 +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]" +msgstr "" +"Sintaxi:\n" +"\n" +" lpadmin [-h servidor] -d destí\n" +" lpadmin [-h servidor] -x destí\n" +" lpadmin [-h servidor] -p impressora [-c afegir-classe] [-i interfície] [-" +"m model]\n" +" [-r eliminar-classe] [-v dispositiu] [-D descripció]\n" +" [-P fitxer-ppd] [-o nom=valor]\n" +" [-u allow:usuari,usuari] [-u deny:usuari,usuari]" + +#: backend/dnssd.c:241 backend/ipp.c:313 backend/lpd.c:191 +#: backend/socket.c:135 backend/usb.c:183 filter/commandtops.c:74 +#: filter/gziptoany.c:50 filter/pstops.c:264 monitor/bcp.c:62 +#: monitor/tbcp.c:61 +#, c-format +msgid "Usage: %s job-id user title copies options [file]" +msgstr "Sintaxi: %s id-tasca usuari títol còpies opcions [fitxer]" + +#: systemv/cupsaddsmb.c:281 +msgid "Usage: cupsaddsmb [options] printer1 ... printerN" +msgstr "Sintaxi: cupsaddsmb [opcions] impressora1 ... impressoraN" + +#: systemv/cupsctl.c:200 +msgid "Usage: cupsctl [options] [param=value ... paramN=valueN]" +msgstr "Sintaxi: cupsctl [opcions] [param=valor ... paramN=valorN]" + +#: scheduler/main.c:2017 +msgid "Usage: cupsd [options]" +msgstr "Sintaxi: cupsd [opcions]" + +#: scheduler/cupsfilter.c:1429 +msgid "Usage: cupsfilter [ options ] filename" +msgstr "Sintaxi: cupsfilter [ opcions ] nomfitxer" + +#: systemv/cupstestdsc.c:425 +msgid "Usage: cupstestdsc [options] filename.ps [... filename.ps]" +msgstr "Sintaxi: cupstestdsc [opcions] nomfitxer.ps [...nomfitxer.ps]" + +#: systemv/cupstestppd.c:3793 +msgid "" +"Usage: cupstestppd [options] filename1.ppd[.gz] [... filenameN.ppd[.gz]]" +msgstr "" +"Sintaxi: cupstestppd [opcions] nomfitxer1.ppd[.gz] [... nomfitxerN.ppd[.gz]]" + +#: test/ipptool.c:4401 +msgid "Usage: ipptool [options] URI filename [ ... filenameN ]" +msgstr "Sintaxi: ipptool [opcions] URI nomfitxer[ ... nomfitxerN]" + +#: systemv/lpmove.c:125 +msgid "Usage: lpmove job/src dest" +msgstr "Sintaxi: lpmove tasca/font destí" + +#: systemv/lpoptions.c:553 +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" +msgstr "" +"Sintaxi: lpoptions [-h servidor] [-E] -d impressora\n" +" lpoptions [-h servidor] [-E] [-p impressora] -l\n" +" lpoptions [-h servidor] [-E] -p impressora -o opció[=valor] ...\n" +" lpoptions [-h servidor] [-E] -x impressora" + +#: systemv/lppasswd.c:476 +msgid "Usage: lppasswd [-g groupname]" +msgstr "Sintaxi: lppasswd [-g nomgrup]" + +#: systemv/lppasswd.c:479 +msgid "" +"Usage: lppasswd [-g groupname] [username]\n" +" lppasswd [-g groupname] -a [username]\n" +" lppasswd [-g groupname] -x [username]" +msgstr "" +"Sintaxi: lppasswd [-g nomgrup] [nomusuari]\n" +" lppasswd [-g nomgrup] -a [nomusuari]\n" +" lppasswd [-g nomgrup] -x [nomusuari]" + +#: berkeley/lpq.c:670 +msgid "" +"Usage: lpq [-P dest] [-U username] [-h hostname[:port]] [-l] [+interval]" +msgstr "" +"Sintaxi: lpq [-P destí] [-U nomusuari] [-h nomamfitrió[:port]] [-l] " +"[+interval]" + +#: ppdc/ppdc.cxx:435 +msgid "Usage: ppdc [options] filename.drv [ ... filenameN.drv ]" +msgstr "Sintaxi: ppdc [opcions] nomfitxer.rv [ ... nomfitxerN.drv ]" + +#: ppdc/ppdhtml.cxx:172 +msgid "Usage: ppdhtml [options] filename.drv >filename.html" +msgstr "Sintaxi: ppdhtml [opcions] nomfitxer.drv >nomfitxer.html" + +#: ppdc/ppdi.cxx:128 +msgid "Usage: ppdi [options] filename.ppd [ ... filenameN.ppd ]" +msgstr "Sintaxi: ppdi [opcions] nomfitxer.ppd [ ... nomfitxerN.ppd ]" + +#: ppdc/ppdmerge.cxx:367 +msgid "Usage: ppdmerge [options] filename.ppd [ ... filenameN.ppd ]" +msgstr "Sintaxi: ppdmerge [opcions] nomfitxer.ppd [ ... nomfitxerN.ppd ]" + +#: ppdc/ppdpo.cxx:252 +msgid "" +"Usage: ppdpo [options] -o filename.po filename.drv [ ... filenameN.drv ]" +msgstr "" +"Sintaxi: ppdpo [opcions] -o nomfitxer.po nomfitxer.drv [ ... nomfitxerN.drv]" + +#: backend/snmp.c:218 +msgid "Usage: snmp [host-or-ip-address]" +msgstr "Sintaxi: snmp [adreça-amfitrió-o-ip]" + +#: cups/snmp.c:1064 +msgid "Value uses indefinite length" +msgstr "El valor té una longitud indefinida" + +#: cups/snmp.c:1049 +msgid "VarBind uses indefinite length" +msgstr "VarBind té una longitud indefinida" + +#: cups/snmp.c:999 +msgid "Version uses indefinite length" +msgstr "Version té una longitud indefinida" + +#: backend/ipp.c:1675 +msgid "Waiting for job to complete." +msgstr "S'està esperant que acabi la tasca." + +#: backend/usb-darwin.c:457 backend/usb-libusb.c:193 +msgid "Waiting for printer to become available." +msgstr "S'està esperant que la impressora estigui disponible." + +#: backend/socket.c:444 +msgid "Waiting for printer to finish." +msgstr "S'està esperant que la impressora acabi." + +#: cups/adminutil.c:793 +msgid "Warning, no Windows 2000 printer drivers are installed." +msgstr "AVÍS. No hi ha cap controlador per Windows 2000 instal·lat." + +#: cups/http-support.c:1339 +msgid "Web Interface is Disabled" +msgstr "La interfície web està deshabilitada" + +#: cups/ppd.c:1947 +msgid "Yes" +msgstr "Sí" + +#: scheduler/client.c:2437 +#, c-format +msgid "" +"You must access this page using the URL https://" +"%s:%d%s." +msgstr "" +"Heu d'accedir a aquesta pagina a través de la URL https://%s:%d%s." + +#: systemv/lppasswd.c:254 +msgid "" +"Your password must be at least 6 characters long, cannot contain your " +"username, and must contain at least one letter and number." +msgstr "" +"La contrasenya ha de tenir com a mínim 6 caràcters, no pot contenir el nom " +"d'usuari, i ha de tenir com a mínim una lletra i un número." + +#: ppdc/sample.c:439 +msgid "ZPL Label Printer" +msgstr "Impressora d'etiquetes ZPL" + +#: ppdc/sample.c:362 +msgid "Zebra" +msgstr "Zebra" + +#: cups/notify.c:102 +msgid "aborted" +msgstr "interromput" + +#: cups/notify.c:99 +msgid "canceled" +msgstr "cancel·lat" + +#: cups/notify.c:105 +msgid "completed" +msgstr "completat" + +#: scheduler/ipp.c:6012 +msgid "cups-deviced failed to execute." +msgstr "no s'ha pogut executar correctament la cups-deviced." + +#: scheduler/ipp.c:6842 scheduler/ipp.c:7091 +msgid "cups-driverd failed to execute." +msgstr "no s'ha pogut executar correctament la cups-driverd" + +#: systemv/cupsaddsmb.c:233 +#, c-format +msgid "cupsaddsmb: No PPD file for printer \"%s\" - %s" +msgstr "cupsaddsmb: falta el fitxer PPD per la impressora «%s» - %s" + +#: systemv/cupsctl.c:141 +msgid "cupsctl: Cannot set Listen or Port directly." +msgstr "cupsctl: no es pot establir Listen o Port directament." + +#: systemv/cupsctl.c:152 +#, c-format +msgid "cupsctl: Unable to connect to server: %s" +msgstr "cupsctl: no es pot connectar al servidor: %s" + +#: systemv/cupsctl.c:195 +#, c-format +msgid "cupsctl: Unknown option \"%s\"" +msgstr "cupsctl: l'opció «%s» és desconeguda" + +#: systemv/cupsctl.c:197 +#, c-format +msgid "cupsctl: Unknown option \"-%c\"" +msgstr "cupsctl: l'opció «-%c» és desconeguda" + +#: scheduler/main.c:189 +msgid "cupsd: Expected config filename after \"-c\" option." +msgstr "" +"cupsd: s'esperava un nom de fitxer de configuració després de l'opció «-c»." + +#: scheduler/main.c:221 scheduler/main.c:228 +msgid "cupsd: Unable to get current directory." +msgstr "cupsd: No es pot obtenir el directori actual." + +#: scheduler/main.c:295 +#, c-format +msgid "cupsd: Unknown argument \"%s\" - aborting." +msgstr "cupsd: l'argument «%s» és desconegut - s'interromp." + +#: scheduler/main.c:288 +#, c-format +msgid "cupsd: Unknown option \"%c\" - aborting." +msgstr "cupsd: l'opció «%c» és desconeguda - s'interromp." + +#: scheduler/main.c:255 +msgid "cupsd: launchd(8) support not compiled in, running in normal mode." +msgstr "" +"cupsd: no s'ha compilat amb compatibilitat per launchd(8). S'executa en mode " +"normal." + +#: scheduler/cupsfilter.c:1209 +#, c-format +msgid "cupsfilter: Invalid document number %d." +msgstr "cupsfilter: el document número %d no és vàlid." + +#: scheduler/cupsfilter.c:1203 +#, c-format +msgid "cupsfilter: Invalid job ID %d." +msgstr "cupsfilter: la tasca %d no és vàlida." + +#: scheduler/cupsfilter.c:358 +msgid "cupsfilter: Only one filename can be specified." +msgstr "cupsfilter: només es pot especificar un nom de fitxer." + +#: scheduler/cupsfilter.c:1251 +#, c-format +msgid "cupsfilter: Unable to get job file - %s" +msgstr "cupsfilter: no es pot obtenir el fitxer de la tasca - %s" + +#: systemv/cupstestppd.c:261 +msgid "cupstestppd: The -q option is incompatible with the -v option." +msgstr "cupstestppd: l'opció -q no és compatible amb la opció -v." + +#: systemv/cupstestppd.c:277 +msgid "cupstestppd: The -v option is incompatible with the -q option." +msgstr "cupstestppd: la opció -v no és compatible amb la opció -q." + +#: systemv/lpstat.c:1231 systemv/lpstat.c:1234 systemv/lpstat.c:1237 +#, c-format +msgid "device for %s/%s: %s" +msgstr "dispositiu per %s/%s: %s" + +#: systemv/lpstat.c:1218 systemv/lpstat.c:1221 systemv/lpstat.c:1224 +#, c-format +msgid "device for %s: %s" +msgstr "dispositiu per %s: %s" + +#: cups/snmp.c:1036 +msgid "error-index uses indefinite length" +msgstr "error-index fa servir una longitud indefinida" + +#: cups/snmp.c:1028 +msgid "error-status uses indefinite length" +msgstr "error-status fa servir una longitud indefinida" + +#: cups/notify.c:90 +msgid "held" +msgstr "En pausa" + +#: berkeley/lpc.c:209 +msgid "help\t\tGet help on commands." +msgstr "help\t\tproporciona ajuda sobre les comandes." + +#: cups/notify.c:131 +msgid "idle" +msgstr "inactiva" + +#: test/ipptool.c:373 test/ipptool.c:515 test/ipptool.c:539 +msgid "ipptool: \"-i\" and \"-n\" are incompatible with -X\"." +msgstr "ipptool: «-i» i «-n» no són compatibles amb «-X»." + +#: test/ipptool.c:597 +#, c-format +msgid "ipptool: Bad URI - %s." +msgstr "ipptool: l'URI no es correcte - %s." + +#: test/ipptool.c:362 +#, c-format +msgid "ipptool: Bad version %s for \"-V\"." +msgstr "ipptool: la versió %s de «-V» no és correcta." + +#: test/ipptool.c:508 +msgid "ipptool: Invalid seconds for \"-i\"." +msgstr "ipptool: els segons de «-i» no són correctes." + +#: test/ipptool.c:578 +msgid "ipptool: May only specify a single URI." +msgstr "ipptool: heu d'especificar només un URI." + +#: test/ipptool.c:531 +msgid "ipptool: Missing count for \"-n\"." +msgstr "ipptool: falta el comptador de «-n»." + +#: test/ipptool.c:408 +msgid "ipptool: Missing filename for \"-f\"." +msgstr "ipptool: falta el nom del fitxer a «-f»." + +#: test/ipptool.c:389 +msgid "ipptool: Missing name=value for \"-d\"." +msgstr "ipptool: falta nom=valor a «-d»." + +#: test/ipptool.c:498 +msgid "ipptool: Missing seconds for \"-i\"." +msgstr "ipptool: falten els segons a «-i»." + +#: test/ipptool.c:332 +msgid "ipptool: Missing timeout for \"-T\"." +msgstr "ipptool: falta el temps màxim d'espera a «-T»." + +#: test/ipptool.c:345 +msgid "ipptool: Missing version for \"-V\"." +msgstr "ipptool: falta la versió a «-V»." + +#: test/ipptool.c:624 +msgid "ipptool: URI required before test file." +msgstr "ipptool: falta l'URI abans del fitxer de prova." + +#: test/ipptool.c:558 +#, c-format +msgid "ipptool: Unknown option \"-%c\"." +msgstr "ipptool: l'opció «-%c» és desconeguda." + +#: scheduler/ipp.c:7838 +msgid "job-printer-uri attribute missing." +msgstr "Falta l'atribut de job-printer-uri." + +#: systemv/lpadmin.c:131 systemv/lpadmin.c:375 +msgid "lpadmin: Class name can only contain printable characters." +msgstr "lpadmin: el nom de la classe només pot tenir caràcters imprimibles." + +#: systemv/lpadmin.c:614 +msgid "lpadmin: Expected PPD after \"-P\" option." +msgstr "lpadmin: s'esperava un PPD després de la opció «-P»." + +#: systemv/lpadmin.c:457 +msgid "lpadmin: Expected allow/deny:userlist after \"-u\" option." +msgstr "lpadmin: s'esperava allow/deny:llistausuaris després de la opció «-u»." + +#: systemv/lpadmin.c:364 +msgid "lpadmin: Expected class after \"-r\" option." +msgstr "lpadmin: s'esperava una classe després de la opció «-r»." + +#: systemv/lpadmin.c:120 +msgid "lpadmin: Expected class name after \"-c\" option." +msgstr "lpadmin: s'esperava un nom de classe després de la opció «-c»." + +#: systemv/lpadmin.c:558 +msgid "lpadmin: Expected description after \"-D\" option." +msgstr "lpadmin: s'esperava una descripció després de la opció «-D»." + +#: systemv/lpadmin.c:491 +msgid "lpadmin: Expected device URI after \"-v\" option." +msgstr "lpadmin: s'esperava un URI de dispositiu després de la opció «-v»." + +#: systemv/lpadmin.c:574 +msgid "lpadmin: Expected file type(s) after \"-I\" option." +msgstr "lpadmin: s'esperava un(s) tipus de fitxer(s) després de la opció «-I»." + +#: systemv/lpadmin.c:202 +msgid "lpadmin: Expected hostname after \"-h\" option." +msgstr "" +"lpadmin: s'esperava un nom d'ordinador central després de la opció «-h»." + +#: systemv/lpadmin.c:221 +msgid "lpadmin: Expected interface after \"-i\" option." +msgstr "lpadmin: s'esperava una interfície després de la opció «-i»." + +#: systemv/lpadmin.c:594 +msgid "lpadmin: Expected location after \"-L\" option." +msgstr "lpadmin: s'esperava una ubicació després de la opció «-L»." + +#: systemv/lpadmin.c:274 +msgid "lpadmin: Expected model after \"-m\" option." +msgstr "lpadmin: s'esperava un model després de la opció «-m»." + +#: systemv/lpadmin.c:417 +msgid "lpadmin: Expected name after \"-R\" option." +msgstr "lpadmin: s'esperava un nom després de la opció «-R»." + +#: systemv/lpadmin.c:294 +msgid "lpadmin: Expected name=value after \"-o\" option." +msgstr "lpadmin: s'esperava nom=valor després de la opció «-o»." + +#: systemv/lpadmin.c:313 +msgid "lpadmin: Expected printer after \"-p\" option." +msgstr "lpadmin: s'esperava una impressora després de la opció «-p»." + +#: systemv/lpadmin.c:164 +msgid "lpadmin: Expected printer name after \"-d\" option." +msgstr "lpadmin: s'esperava un nom d'impressora després de la opció «-d»." + +#: systemv/lpadmin.c:525 +msgid "lpadmin: Expected printer or class after \"-x\" option." +msgstr "lpadmin: s'esperava un impressora o classe després de la opció «-x»." + +#: systemv/lpadmin.c:975 +msgid "lpadmin: No member names were seen." +msgstr "lpadmin: no s'ha trobat cap nom de membre." + +#: systemv/lpadmin.c:762 +#, c-format +msgid "lpadmin: Printer %s is already a member of class %s." +msgstr "lpadmin: la impressora %s ja és membre de la classe %s." + +#: systemv/lpadmin.c:989 +#, c-format +msgid "lpadmin: Printer %s is not a member of class %s." +msgstr "lpadmin: la impressora %s no és membre de la classe %s." + +#: systemv/lpadmin.c:175 systemv/lpadmin.c:324 systemv/lpadmin.c:536 +msgid "lpadmin: Printer name can only contain printable characters." +msgstr "" +"lpadmin: el nom de la impressora només pot contenir caràcters imprimibles." + +#: systemv/lpadmin.c:105 +msgid "" +"lpadmin: Unable to add a printer to the class:\n" +" You must specify a printer name first." +msgstr "" +"lpadmin: no s'ha pogut afegir una impressora a la classe:\n" +" Heu d'especificar primer un nom d'impressora." + +#: systemv/lpadmin.c:96 systemv/lpadmin.c:149 systemv/lpadmin.c:253 +#: systemv/lpadmin.c:339 systemv/lpadmin.c:393 systemv/lpadmin.c:510 +#: systemv/lpadmin.c:647 +#, c-format +msgid "lpadmin: Unable to connect to server: %s" +msgstr "lpadmin: no s'ha pogut connectar al servidor: %s" + +#: systemv/lpadmin.c:1329 +msgid "lpadmin: Unable to create temporary file" +msgstr "lpadmin: no s'ha pogut crear el fitxer temporal" + +#: systemv/lpadmin.c:402 +msgid "" +"lpadmin: Unable to delete option:\n" +" You must specify a printer name first." +msgstr "" +"lpadmin: no s'ha pogut esborrar la opció:\n" +" Heu d'especificar primer un nom d'impressora." + +#: systemv/lpadmin.c:1339 +#, c-format +msgid "lpadmin: Unable to open PPD file \"%s\" - %s" +msgstr "lpadmin: no s'ha pogut obrir el fitxer PPD «%s» - %s" + +#: systemv/lpadmin.c:348 +msgid "" +"lpadmin: Unable to remove a printer from the class:\n" +" You must specify a printer name first." +msgstr "" +"lpadmin: no es pot esborrar una impressora de la classe:\n" +" Heu d'especificar primer un nom d'impressora." + +#: systemv/lpadmin.c:656 +msgid "" +"lpadmin: Unable to set the printer options:\n" +" You must specify a printer name first." +msgstr "" +"lpadmin: no es pot establir les opcions de la impressora:\n" +" Heu d'especificar primer un nom d'impressora." + +#: systemv/lpadmin.c:474 +#, c-format +msgid "lpadmin: Unknown allow/deny option \"%s\"." +msgstr "lpadmin: l'opció allow/deny «%s» és desconeguda." + +#: systemv/lpadmin.c:629 +#, c-format +msgid "lpadmin: Unknown argument \"%s\"." +msgstr "lpadmin: l'argument «%s» és desconegut." + +#: systemv/lpadmin.c:624 +#, c-format +msgid "lpadmin: Unknown option \"%c\"." +msgstr "lpadmin: l'opció «%c» és desconeguda." + +#: systemv/lpadmin.c:580 +msgid "lpadmin: Warning - content type list ignored." +msgstr "lpadmin: avís - s'ignora el contingut de la llista de tipus." + +#: berkeley/lpc.c:76 berkeley/lpc.c:104 berkeley/lpc.c:140 +msgid "lpc> " +msgstr "lpc> " + +#: systemv/lpinfo.c:137 +msgid "lpinfo: Expected 1284 device ID string after \"--device-id\"." +msgstr "" +"lpinfo: s'esperava una cadena d'ID de dispositiu 1284 després de «--device-" +"id»." + +#: systemv/lpinfo.c:190 +msgid "lpinfo: Expected language after \"--language\"." +msgstr "lpinfo: s'esperava un idioma després de «--language»." + +#: systemv/lpinfo.c:207 +msgid "lpinfo: Expected make and model after \"--make-and-model\"." +msgstr "lpinfo: s'esperava una marca i model després de «--make-and-model»." + +#: systemv/lpinfo.c:224 +msgid "lpinfo: Expected product string after \"--product\"." +msgstr "lpinfo: s'esperava una cadena de producte després de «--product!»." + +#: systemv/lpinfo.c:155 +msgid "lpinfo: Expected scheme list after \"--exclude-schemes\"." +msgstr "" +"lpinfo: s'esperava una llista d'esquemes després de la opció «--exclude-" +"schemes»." + +#: systemv/lpinfo.c:173 +msgid "lpinfo: Expected scheme list after \"--include-schemes\"." +msgstr "" +"lpinfo: s'esperava una llista d'esquemes després de la opció «--include-" +"schemes»." + +#: systemv/lpinfo.c:241 +msgid "lpinfo: Expected timeout after \"--timeout\"." +msgstr "lpinfo: s'esperava un temps d'espera després de «--timeout»." + +#: systemv/lpinfo.c:265 +#, c-format +msgid "lpinfo: Unknown argument \"%s\"." +msgstr "lpinfo: l'argument «%s» és desconegut." + +#: systemv/lpinfo.c:259 +#, c-format +msgid "lpinfo: Unknown option \"%c\"." +msgstr "lpinfo: l'opció «%c» és desconeguda." + +#: systemv/lpinfo.c:252 +#, c-format +msgid "lpinfo: Unknown option \"%s\"." +msgstr "lpinfo: l'opció «%s» és desconeguda." + +#: systemv/lpmove.c:133 +#, c-format +msgid "lpmove: Unable to connect to server: %s" +msgstr "lpmove: no s'ha pogut connectar al servidor: %s" + +#: systemv/lpmove.c:119 +#, c-format +msgid "lpmove: Unknown argument \"%s\"." +msgstr "lpmove: l'argument «%s» és desconegut." + +#: systemv/lpmove.c:97 +#, c-format +msgid "lpmove: Unknown option \"%c\"." +msgstr "lpmove: l'opció «%c» és desconeguda." + +#: systemv/lpoptions.c:150 systemv/lpoptions.c:168 systemv/lpoptions.c:244 +msgid "lpoptions: No printers." +msgstr "lpoptions: no hi ha cap impressora." + +#: systemv/lpoptions.c:219 +#, c-format +msgid "lpoptions: Unable to add printer or instance: %s" +msgstr "lpoptions: no s'ha pogut afegir la impressora o la instància: %s" + +#: systemv/lpoptions.c:521 +#, c-format +msgid "lpoptions: Unable to get PPD file for %s: %s" +msgstr "lpoptions: no s'ha pogut obtenir el fitxer PPD de %s: %s" + +#: systemv/lpoptions.c:529 +#, c-format +msgid "lpoptions: Unable to open PPD file for %s." +msgstr "lpoptions: no s'ha pogut obrir el fitxer PPD per %s." + +#: systemv/lpoptions.c:99 +msgid "lpoptions: Unknown printer or class." +msgstr "lpoptions: la impressora o la classe són desconegudes." + +#: systemv/lppasswd.c:173 +msgid "lppasswd: Only root can add or delete passwords." +msgstr "" +"lppasswd: només l'usuari primari (root) pot afegir o esborrar contrasenyes." + +#: systemv/lppasswd.c:302 +msgid "lppasswd: Password file busy." +msgstr "lppaswd: el fitxer de contrasenyes està ocupat." + +#: systemv/lppasswd.c:431 +msgid "lppasswd: Password file not updated." +msgstr "lppaswd: el fitxer de contrasenyes no està actualitzat." + +#: systemv/lppasswd.c:398 +msgid "lppasswd: Sorry, password doesn't match." +msgstr "lppaswwd: la contrasenya no coincideix." + +#: systemv/lppasswd.c:253 +msgid "lppasswd: Sorry, password rejected." +msgstr "lppaswwd: s'ha refusat la contrasenya." + +#: systemv/lppasswd.c:230 +msgid "lppasswd: Sorry, passwords don't match." +msgstr "lppaswwd: les contrasenyes no coincideixen." + +#: systemv/lppasswd.c:199 systemv/lppasswd.c:218 +#, c-format +msgid "lppasswd: Unable to copy password string: %s" +msgstr "lppasswd: no s'ha pogut copiar la cadena de contrasenya: %s" + +#: systemv/lppasswd.c:304 systemv/lppasswd.c:312 systemv/lppasswd.c:329 +#, c-format +msgid "lppasswd: Unable to open password file: %s" +msgstr "lppasswd: no s'ha pogut obrir el fitxer de contrasenyes: %s" + +#: systemv/lppasswd.c:364 systemv/lppasswd.c:377 systemv/lppasswd.c:408 +#, c-format +msgid "lppasswd: Unable to write to password file: %s" +msgstr "lppasswd: no s'ha pogut escriure al fitxer de contrasenyes: %s" + +#: systemv/lppasswd.c:446 +#, c-format +msgid "lppasswd: failed to backup old password file: %s" +msgstr "" +"lppasswd: no s'ha pogut fer la còpia de seguretat del fitxer de contrasenyes " +"antic: %s" + +#: systemv/lppasswd.c:458 +#, c-format +msgid "lppasswd: failed to rename password file: %s" +msgstr "lppasswd: no s'ha pogut canviar el nom del fitxer de contrasenyes: %s" + +#: systemv/lppasswd.c:389 +#, c-format +msgid "lppasswd: user \"%s\" and group \"%s\" do not exist." +msgstr "lppaswd: l'usuari «%s» i el grup «%s» no existeixen." + +#: systemv/lpstat.c:1039 +#, c-format +msgid "" +"lpstat: error - %s environment variable names non-existent destination \"%s" +"\"." +msgstr "" +"lpstat: error - la variable d'entorn %s esmenta el destí «%s» que no " +"existeix." + +#: systemv/lpstat.c:970 +#, c-format +msgid "members of class %s:" +msgstr "membres de la classe %s:" + +#: berkeley/lpq.c:582 +msgid "no entries" +msgstr "no hi ha cap entrada" + +#: systemv/lpstat.c:1043 +msgid "no system default destination" +msgstr "no hi ha cap destí per defecte" + +#: scheduler/ipp.c:5702 +msgid "notify-events not specified." +msgstr "no s'ha especificat cap notify-events." + +#: scheduler/ipp.c:2034 scheduler/ipp.c:5607 +#, c-format +msgid "notify-recipient-uri URI \"%s\" is already used." +msgstr "L'URI de notify-recipient-uri «%s» ja s'ha fet servir." + +#: scheduler/ipp.c:2024 scheduler/ipp.c:5597 +#, c-format +msgid "notify-recipient-uri URI \"%s\" uses unknown scheme." +msgstr "L'URI de notify-recipient-uri «%s» fa servir un esquema desconegut." + +#: cups/notify.c:87 +msgid "pending" +msgstr "pendent" + +#: ppdc/ppdc.cxx:113 ppdc/ppdpo.cxx:93 +#, c-format +msgid "ppdc: Adding include directory \"%s\"." +msgstr "ppdc: s'afegeix el directori inclòs «%s»." + +#: ppdc/ppdpo.cxx:134 +#, c-format +msgid "ppdc: Adding/updating UI text from %s." +msgstr "ppdc: s'afegeix/actualitza el text de l'UI des de %s." + +#: ppdc/ppdc-source.cxx:410 +#, c-format +msgid "ppdc: Bad boolean value (%s) on line %d of %s." +msgstr "ppdc: valor booleà incorrecte (%s) a la línia %d de %s." + +#: ppdc/ppdc-import.cxx:264 +#, c-format +msgid "ppdc: Bad font attribute: %s" +msgstr "ppdc: l'atribut del tipus de lletra és incorrecte: %s" + +#: ppdc/ppdc-source.cxx:1796 +#, c-format +msgid "ppdc: Bad resolution name \"%s\" on line %d of %s." +msgstr "ppdc: el nom de resolució «%s» de la línia %d de %s és incorrecte." + +#: ppdc/ppdc-source.cxx:1113 +#, c-format +msgid "ppdc: Bad status keyword %s on line %d of %s." +msgstr "ppdc: la paraula clau d'estat %s de la línia %d de %s és incorrecta." + +#: ppdc/ppdc-source.cxx:2033 +#, c-format +msgid "ppdc: Bad variable substitution ($%c) on line %d of %s." +msgstr "" +"ppdc: la variable de substitució ($%c) de la línia %d de %s és incorrecta." + +#: ppdc/ppdc-source.cxx:2719 +#, c-format +msgid "ppdc: Choice found on line %d of %s with no Option." +msgstr "ppdc: s'ha trobat una elecció a la línia %d de %s sense cap opció." + +#: ppdc/ppdc-source.cxx:1698 +#, c-format +msgid "ppdc: Duplicate #po for locale %s on line %d of %s." +msgstr "ppdc: #po duplicat per l'idioma %s a la línia %d de %s." + +#: ppdc/ppdc-source.cxx:932 +#, c-format +msgid "ppdc: Expected a filter definition on line %d of %s." +msgstr "ppdc: s'esperava una definició de filtre a la línia %d de %s." + +#: ppdc/ppdc-source.cxx:955 +#, c-format +msgid "ppdc: Expected a program name on line %d of %s." +msgstr "ppdc: s'esperava un nom de programa a la línia %d de %s." + +#: ppdc/ppdc-source.cxx:394 +#, c-format +msgid "ppdc: Expected boolean value on line %d of %s." +msgstr "ppdc: s'esperava un valor booleà a la línia %d de %s." + +#: ppdc/ppdc-source.cxx:1093 +#, c-format +msgid "ppdc: Expected charset after Font on line %d of %s." +msgstr "" +"ppdc: s'esperava un joc de caràcters després de Font a la línia %d de %s." + +#: ppdc/ppdc-source.cxx:447 +#, c-format +msgid "ppdc: Expected choice code on line %d of %s." +msgstr "ppdc: s'esperava un codi d'elecció a la línia %d de %s." + +#: ppdc/ppdc-source.cxx:435 +#, c-format +msgid "ppdc: Expected choice name/text on line %d of %s." +msgstr "ppdc: s'esperava un nom/text d'elecció a la línia %d de %s." + +#: ppdc/ppdc-source.cxx:503 +#, c-format +msgid "ppdc: Expected color order for ColorModel on line %d of %s." +msgstr "" +"ppdc: s'esperava un ordre de colors per ColorModel a la línia %d de %s." + +#: ppdc/ppdc-source.cxx:492 +#, c-format +msgid "ppdc: Expected colorspace for ColorModel on line %d of %s." +msgstr "" +"ppdc: s'esperava un espai de colors per ColorModel a la línia %d de %s." + +#: ppdc/ppdc-source.cxx:514 +#, c-format +msgid "ppdc: Expected compression for ColorModel on line %d of %s." +msgstr "ppdc: s'esperava una compressió per ColorModel a la línia %d de %s." + +#: ppdc/ppdc-source.cxx:695 +#, c-format +msgid "ppdc: Expected constraints string for UIConstraints on line %d of %s." +msgstr "" +"ppdc: s'esperava una cadena de restriccions per UIConstraints a la línia %d " +"de %s." + +#: ppdc/ppdc-source.cxx:2905 +#, c-format +msgid "" +"ppdc: Expected driver type keyword following DriverType on line %d of %s." +msgstr "" +"ppdc: s'esperava una paraula clau de tipus de controlador després de " +"DriverType a la línia %d de %s." + +#: ppdc/ppdc-source.cxx:826 +#, c-format +msgid "ppdc: Expected duplex type after Duplex on line %d of %s." +msgstr "" +"ppdc: s'esperava un tipus de dúplex després de Duplex a la línia %d de %s." + +#: ppdc/ppdc-source.cxx:1077 +#, c-format +msgid "ppdc: Expected encoding after Font on line %d of %s." +msgstr "ppdc: s'esperava una codificació després de Font a la línia %d de %s." + +#: ppdc/ppdc-source.cxx:1689 +#, c-format +msgid "ppdc: Expected filename after #po %s on line %d of %s." +msgstr "" +"ppdc: s'esperava un nom de fitxer després de #po %s a la línia %d de %s." + +#: ppdc/ppdc-source.cxx:1205 +#, c-format +msgid "ppdc: Expected group name/text on line %d of %s." +msgstr "ppdc: s'esperava un nom/text de grup a la línia %d de %s." + +#: ppdc/ppdc-source.cxx:2619 +#, c-format +msgid "ppdc: Expected include filename on line %d of %s." +msgstr "ppdc: s'esperava un nom de fitxer d'inclusió a la línia %d de %s." + +#: ppdc/ppdc-source.cxx:1502 +#, c-format +msgid "ppdc: Expected integer on line %d of %s." +msgstr "ppdc: s'esperava un enter a la línia %d de %s." + +#: ppdc/ppdc-source.cxx:1681 +#, c-format +msgid "ppdc: Expected locale after #po on line %d of %s." +msgstr "ppdc: s'esperava un idioma després de #po a la línia %d de %s." + +#: ppdc/ppdc-source.cxx:353 +#, c-format +msgid "ppdc: Expected name after %s on line %d of %s." +msgstr "ppdc: s'esperava un nom després de %s a la línia %d de %s." + +#: ppdc/ppdc-source.cxx:3277 +#, c-format +msgid "ppdc: Expected name after FileName on line %d of %s." +msgstr "ppdc: s'esperava un nom després de FileName a la línia %d de %s." + +#: ppdc/ppdc-source.cxx:1058 +#, c-format +msgid "ppdc: Expected name after Font on line %d of %s." +msgstr "ppdc: s'esperava un nom després de Font a la línia %d de %s." + +#: ppdc/ppdc-source.cxx:3108 +#, c-format +msgid "ppdc: Expected name after Manufacturer on line %d of %s." +msgstr "ppdc: s'esperava un nom després de Manufacturer a la línia %d de %s." + +#: ppdc/ppdc-source.cxx:3141 +#, c-format +msgid "ppdc: Expected name after MediaSize on line %d of %s." +msgstr "ppdc: s'esperava un nom després de MediaSize a la línia %d de %s." + +#: ppdc/ppdc-source.cxx:3231 +#, c-format +msgid "ppdc: Expected name after ModelName on line %d of %s." +msgstr "ppdc: s'esperava un nom després de ModelName a la línia %d de %s." + +#: ppdc/ppdc-source.cxx:3294 +#, c-format +msgid "ppdc: Expected name after PCFileName on line %d of %s." +msgstr "ppdc: s'esperava un nom després de PCFileName a la línia %d de %s." + +#: ppdc/ppdc-source.cxx:1156 +#, c-format +msgid "ppdc: Expected name/text after %s on line %d of %s." +msgstr "ppdc: s'esperava un nom/text després de %s a la línia %d de %s." + +#: ppdc/ppdc-source.cxx:1245 +#, c-format +msgid "ppdc: Expected name/text after Installable on line %d of %s." +msgstr "" +"ppdc: s'esperava un nom/text després d'Installable a la línia %d de %s." + +#: ppdc/ppdc-source.cxx:1782 +#, c-format +msgid "ppdc: Expected name/text after Resolution on line %d of %s." +msgstr "" +"ppdc: s'esperava un nom/text després de Resolution a la línia %d de %s." + +#: ppdc/ppdc-source.cxx:479 +#, c-format +msgid "ppdc: Expected name/text combination for ColorModel on line %d of %s." +msgstr "" +"ppdc: s'esperava una combinació de nom/text per ColorModel a la línia %d de " +"%s." + +#: ppdc/ppdc-source.cxx:1574 +#, c-format +msgid "ppdc: Expected option name/text on line %d of %s." +msgstr "ppdc: s'esperava un nom/text d'opció a la línia %d de %s." + +#: ppdc/ppdc-source.cxx:1608 +#, c-format +msgid "ppdc: Expected option section on line %d of %s." +msgstr "ppdc: s'esperava una secció d'opció a la línia %d de %s." + +#: ppdc/ppdc-source.cxx:1586 +#, c-format +msgid "ppdc: Expected option type on line %d of %s." +msgstr "ppdc: s'esperava un tipus d'opció a la línia %d de %s." + +#: ppdc/ppdc-source.cxx:1765 +#, c-format +msgid "ppdc: Expected override field after Resolution on line %d of %s." +msgstr "" +"ppdc: s'esperava un camp de substitució després de Resolution a la línia %d " +"de %s." + +#: ppdc/ppdc-catalog.cxx:341 ppdc/ppdc-catalog.cxx:353 +#, c-format +msgid "ppdc: Expected quoted string on line %d of %s." +msgstr "ppdc: s'esperava una cadena entre cometes a la línia %d de %s." + +#: ppdc/ppdc-source.cxx:1004 +#, c-format +msgid "ppdc: Expected real number on line %d of %s." +msgstr "ppdc: s'esperava un número real a la línia %d de %s." + +#: ppdc/ppdc-source.cxx:572 +#, c-format +msgid "" +"ppdc: Expected resolution/mediatype following ColorProfile on line %d of %s." +msgstr "" +"ppdc: s'esperava una resolució/tipus de mitjà després de ColorProfile a la " +"línia %d de %s." + +#: ppdc/ppdc-source.cxx:1863 +#, c-format +msgid "" +"ppdc: Expected resolution/mediatype following SimpleColorProfile on line %d " +"of %s." +msgstr "" +"ppdc: s'esperava una resolució/tipus de mitjà després de SimpleColorProfile " +"a la línia %d de %s." + +#: ppdc/ppdc-source.cxx:361 +#, c-format +msgid "ppdc: Expected selector after %s on line %d of %s." +msgstr "ppdc: s'esperava un selector després de %s a la línia %d de %s." + +#: ppdc/ppdc-source.cxx:1101 +#, c-format +msgid "ppdc: Expected status after Font on line %d of %s." +msgstr "ppdc: s'esperava un estat després de Font a la línia %d de %s." + +#: ppdc/ppdc-source.cxx:2794 +#, c-format +msgid "ppdc: Expected string after Copyright on line %d of %s." +msgstr "ppdc: s'esperava una cadena després de Copyright a la línia %d de %s." + +#: ppdc/ppdc-source.cxx:3397 +#, c-format +msgid "ppdc: Expected string after Version on line %d of %s." +msgstr "ppdc: s'esperava una cadena després de Version a la línia %d de %s." + +#: ppdc/ppdc-source.cxx:728 +#, c-format +msgid "ppdc: Expected two option names on line %d of %s." +msgstr "ppdc: s'esperava dos noms d'opció a la línia %d de %s." + +#: ppdc/ppdc-source.cxx:372 +#, c-format +msgid "ppdc: Expected value after %s on line %d of %s." +msgstr "ppdc: s'esperava un valor després de %s a la línia %d de %s." + +#: ppdc/ppdc-source.cxx:1085 +#, c-format +msgid "ppdc: Expected version after Font on line %d of %s." +msgstr "ppdc: s'esperava una versió després de Font a la línia %d de %s." + +#: ppdc/ppdc-source.cxx:227 +#, c-format +msgid "ppdc: Invalid #include/#po filename \"%s\"." +msgstr "ppdc: el nom de fitxer #include/#po «%s» no és vàlid." + +#: ppdc/ppdc-source.cxx:972 +#, c-format +msgid "ppdc: Invalid cost for filter on line %d of %s." +msgstr "ppdc: el cost del filtre no és vàlid a la línia %d de %s." + +#: ppdc/ppdc-source.cxx:964 +#, c-format +msgid "ppdc: Invalid empty MIME type for filter on line %d of %s." +msgstr "ppdc: el tipus MIME buit no és vàlid pel filtre a la línia %d de %s." + +#: ppdc/ppdc-source.cxx:980 +#, c-format +msgid "ppdc: Invalid empty program name for filter on line %d of %s." +msgstr "" +"ppdc: el nom de programa buit no és vàlid pel filtre a la línia %d de %s." + +#: ppdc/ppdc-source.cxx:1628 +#, c-format +msgid "ppdc: Invalid option section \"%s\" on line %d of %s." +msgstr "ppdc: la secció d'opció «%s» no és vàlida a la línia %d de %s." + +#: ppdc/ppdc-source.cxx:1600 +#, c-format +msgid "ppdc: Invalid option type \"%s\" on line %d of %s." +msgstr "ppdc: el tipus d'opció «%s» no és vàlid a la línia %d de %s." + +#: ppdc/ppdc.cxx:251 ppdc/ppdpo.cxx:123 +#, c-format +msgid "ppdc: Loading driver information file \"%s\"." +msgstr "ppdc: s'està carregant el fitxer d'informació del controlador «%s»." + +#: ppdc/ppdc.cxx:187 +#, c-format +msgid "ppdc: Loading messages for locale \"%s\"." +msgstr "ppdc: s'està carregant l'idioma «%s»." + +#: ppdc/ppdc.cxx:126 +#, c-format +msgid "ppdc: Loading messages from \"%s\"." +msgstr "ppdc: s'està carregant els missatges des de «%s»." + +#: ppdc/ppdc-source.cxx:2412 ppdc/ppdc-source.cxx:2644 +#, c-format +msgid "ppdc: Missing #endif at end of \"%s\"." +msgstr "ppdc: falta un #endif al final de «%s»." + +#: ppdc/ppdc-source.cxx:2513 ppdc/ppdc-source.cxx:2548 +#: ppdc/ppdc-source.cxx:2578 +#, c-format +msgid "ppdc: Missing #if on line %d of %s." +msgstr "ppdc: falta un #if a la línia %d de %s." + +#: ppdc/ppdc-catalog.cxx:418 +#, c-format +msgid "" +"ppdc: Need a msgid line before any translation strings on line %d of %s." +msgstr "" +"oodc: es necessita un msgid abans de la cadena per traduir a la línia %d de " +"%s." + +#: ppdc/ppdc-driver.cxx:730 +#, c-format +msgid "ppdc: No message catalog provided for locale %s." +msgstr "ppdc: no s'ha donat el catàleg de missatges per l'idioma %s." + +#: ppdc/ppdc-source.cxx:1651 ppdc/ppdc-source.cxx:2882 +#: ppdc/ppdc-source.cxx:2968 ppdc/ppdc-source.cxx:3061 +#: ppdc/ppdc-source.cxx:3194 ppdc/ppdc-source.cxx:3327 +#, c-format +msgid "ppdc: Option %s defined in two different groups on line %d of %s." +msgstr "" +"ppdc: la opció %s està definida a dos grups diferents a la línia %d de %s." + +#: ppdc/ppdc-source.cxx:1644 +#, c-format +msgid "ppdc: Option %s redefined with a different type on line %d of %s." +msgstr "" +"ppdc: la opció %s està redefinida amb un tipus diferent a la línia %d de %s." + +#: ppdc/ppdc-source.cxx:705 +#, c-format +msgid "ppdc: Option constraint must *name on line %d of %s." +msgstr "ppdc: la opció de restricció ha d'incloure *nom a la línia %d de %s." + +#: ppdc/ppdc-source.cxx:2495 +#, c-format +msgid "ppdc: Too many nested #if's on line %d of %s." +msgstr "ppdc: hi ha massa #if imbricats a la línia %d de %s." + +#: ppdc/ppdc.cxx:374 +#, c-format +msgid "ppdc: Unable to create PPD file \"%s\" - %s." +msgstr "ppdc: no s'ha pogut crear el fitxer PPD «%s» - %s." + +#: ppdc/ppdc.cxx:266 +#, c-format +msgid "ppdc: Unable to create output directory %s: %s" +msgstr "ppdc: no s'ha pogut crear el directori de sortida %s: %s" + +#: ppdc/ppdc.cxx:287 +#, c-format +msgid "ppdc: Unable to create output pipes: %s" +msgstr "ppdc: no s'ha pogut crear els conductes de sortida: %s" + +#: ppdc/ppdc.cxx:303 ppdc/ppdc.cxx:309 +#, c-format +msgid "ppdc: Unable to execute cupstestppd: %s" +msgstr "ppdc: no s'ha pogut executar cupstestppd: %s" + +#: ppdc/ppdc-source.cxx:1730 +#, c-format +msgid "ppdc: Unable to find #po file %s on line %d of %s." +msgstr "ppdc: no s'ha pogut trobar el fitxer #po %s a la línia %d de %s." + +#: ppdc/ppdc-source.cxx:2651 +#, c-format +msgid "ppdc: Unable to find include file \"%s\" on line %d of %s." +msgstr "" +"ppdc: no s'ha pogut trobar el fitxer d'inclusió «%s» a la línia %d de %s." + +#: ppdc/ppdc.cxx:198 +#, c-format +msgid "ppdc: Unable to find localization for \"%s\" - %s" +msgstr "ppdc: no s'ha pogut trobar la localització de «%s» - %s" + +#: ppdc/ppdc.cxx:135 +#, c-format +msgid "ppdc: Unable to load localization file \"%s\" - %s" +msgstr "ppdc: no s'ha pogut carregar el fitxer de localització «%s» - %s" + +#: ppdc/ppdc-file.cxx:50 +#, c-format +msgid "ppdc: Unable to open %s: %s" +msgstr "ppdc: no s'ha pogut obrir %s: %s" + +#: ppdc/ppdc-source.cxx:2054 +#, c-format +msgid "ppdc: Undefined variable (%s) on line %d of %s." +msgstr "ppdc: la variable (%s) de la línia %d de %s no està definida." + +#: ppdc/ppdc-catalog.cxx:435 +#, c-format +msgid "ppdc: Unexpected text on line %d of %s." +msgstr "ppdc: hi ha un text inesperat a la línia %d de %s." + +#: ppdc/ppdc-source.cxx:2924 +#, c-format +msgid "ppdc: Unknown driver type %s on line %d of %s." +msgstr "ppdc: el tipus de controlador %s de la línia %d de %s no és conegut." + +#: ppdc/ppdc-source.cxx:906 +#, c-format +msgid "ppdc: Unknown duplex type \"%s\" on line %d of %s." +msgstr "ppdc: el tipus de dúplex «%s» de la línia %d de %s no és conegut." + +#: ppdc/ppdc-source.cxx:3154 +#, c-format +msgid "ppdc: Unknown media size \"%s\" on line %d of %s." +msgstr "ppdc: la mida del mitjà «%s» de la línia %d de %s no és coneguda." + +#: ppdc/ppdc-catalog.cxx:463 +#, c-format +msgid "ppdc: Unknown message catalog format for \"%s\"." +msgstr "ppdc: el format del catàleg de missatges de «%s» no és conegut." + +#: ppdc/ppdc-source.cxx:3408 +#, c-format +msgid "ppdc: Unknown token \"%s\" seen on line %d of %s." +msgstr "ppdc: el testimoni «%s» de la línia %d de %s no és conegut." + +#: ppdc/ppdc-source.cxx:1014 +#, c-format +msgid "" +"ppdc: Unknown trailing characters in real number \"%s\" on line %d of %s." +msgstr "" +"ppdc: els caràcters finals del número real «%s» de la línia %d de %s no són " +"coneguts." + +#: ppdc/ppdc-source.cxx:2164 +#, c-format +msgid "ppdc: Unterminated string starting with %c on line %d of %s." +msgstr "" +"ppdc: la cadena que comença per %c de la línia %d de %s no està acabada." + +#: ppdc/ppdc.cxx:365 +#, c-format +msgid "ppdc: Warning - overlapping filename \"%s\"." +msgstr "ppdc: avís - es superposa el nom del fitxer «%s»." + +#: ppdc/ppdc.cxx:380 +#, c-format +msgid "ppdc: Writing %s." +msgstr "ppdc: s'escriu %s." + +#: ppdc/ppdc.cxx:148 +#, c-format +msgid "ppdc: Writing PPD files to directory \"%s\"." +msgstr "ppdc: s'escriuen els fitxers PPD a la carpeta «%s»." + +#: ppdc/ppdmerge.cxx:136 +#, c-format +msgid "ppdmerge: Bad LanguageVersion \"%s\" in %s." +msgstr "ppdmerge: LanguageVersion «%s» incorrecte a %s." + +#: ppdc/ppdmerge.cxx:176 +#, c-format +msgid "ppdmerge: Ignoring PPD file %s." +msgstr "ppdmerge: el fitxer PPD %s s'ignora." + +#: ppdc/ppdmerge.cxx:160 +#, c-format +msgid "ppdmerge: Unable to backup %s to %s - %s" +msgstr "ppdmerge: no s'ha pogut fer la còpia de seguretat %s a %s- %s" + +#: systemv/lpstat.c:1784 +#, c-format +msgid "printer %s disabled since %s -" +msgstr "la impressora %s està deshabilitada des de %s -" + +#: systemv/lpstat.c:1773 +#, c-format +msgid "printer %s is idle. enabled since %s" +msgstr "la impressora %s està inactiva. Està activada des de %s" + +#: systemv/lpstat.c:1778 +#, c-format +msgid "printer %s now printing %s-%d. enabled since %s" +msgstr "la impressora %s està imprimint %s-%d. Està habilitada des de %s" + +#: systemv/lpstat.c:1909 +#, c-format +msgid "printer %s/%s disabled since %s -" +msgstr "la impressora %s/%s està deshabilitada des de %s -" + +#: systemv/lpstat.c:1895 +#, c-format +msgid "printer %s/%s is idle. enabled since %s" +msgstr "la impressora %s/%s està inactiva. Està activada des de %s" + +#: systemv/lpstat.c:1902 +#, c-format +msgid "printer %s/%s now printing %s-%d. enabled since %s" +msgstr "la impressora %s/%s està imprimint %s-%d. Està activada des de %s" + +#: cups/notify.c:93 cups/notify.c:134 +msgid "processing" +msgstr "s'està processant" + +#: systemv/lp.c:644 +#, c-format +msgid "request id is %s-%d (%d file(s))" +msgstr "l'identificador de la petició és %s-%d (%d fitxer(s))" + +#: cups/snmp.c:1020 +msgid "request-id uses indefinite length" +msgstr "la request-id fa servir una longitud indefinida" + +#: systemv/lpstat.c:2048 +msgid "scheduler is not running" +msgstr "el programador de tasques no s'està executant" + +#: systemv/lpstat.c:2044 +msgid "scheduler is running" +msgstr "el programador de tasques s'està executant" + +#: cups/adminutil.c:2159 +#, c-format +msgid "stat of %s failed: %s" +msgstr "stat de %s ha fallat: %s" + +#: berkeley/lpc.c:211 +msgid "status\t\tShow status of daemon and queue." +msgstr "status\t\tmostra l'estat del dimoni i la cua." + +#: cups/notify.c:96 cups/notify.c:137 +msgid "stopped" +msgstr "aturat" + +#: systemv/lpstat.c:1017 +#, c-format +msgid "system default destination: %s" +msgstr "destí per defecte del sistema: %s" + +#: systemv/lpstat.c:1014 +#, c-format +msgid "system default destination: %s/%s" +msgstr "destí per defecte del sistema: %s/%s" + +#: cups/notify.c:108 cups/notify.c:140 +msgid "unknown" +msgstr "desconegut" + +#: cups/notify.c:117 +msgid "untitled" +msgstr "sense títol" + +#: cups/snmp.c:1045 +msgid "variable-bindings uses indefinite length" +msgstr "La variable-bindings fa servir una longitud indefinida" + +#~ msgid "" +#~ " **FAIL** BAD Manufacturer (should be \"Oki\")\n" +#~ " REF: Page 211, table D.1." +#~ msgstr "" +#~ " **ERROR** Manufacturer INCORRECTE (hauria de ser «Oki»)\n" +#~ " REF: pàgina 211, taula D.1." + +#~ msgid " **FAIL** Unable to open PPD file - %s" +#~ msgstr " **ERROR** No es pot obrir el fitxer PPD - %s" + +#~ msgid " -E Enable encryption." +#~ msgstr " -E Habilita el xifrat." + +#~ msgid " -J title Set title." +#~ msgstr " -J títol Estableix el títol." + +#~ msgid " -T Set the receive/send timeout in seconds." +#~ msgstr "" +#~ " -T Estableix el temps d'espera màxim per enviar i " +#~ "rebre en segons." + +#~ msgid " -U samba-user Authenticate using the named SAMBA user." +#~ msgstr "" +#~ " -U usuari-samba Autentica fent servir l'usuari SAMBA indicat." + +#~ msgid " -U username Set username for job." +#~ msgstr " -U nomusuari Estableix el nom d'usuari per la tasca." + +#~ msgid " -a 'name=value ...' Set option(s)." +#~ msgstr " -a 'nom=valor ...' Estableix les opcions." + +#~ msgid " -c config-file Load alternate configuration file." +#~ msgstr "" +#~ " -c fitxer-config Carrega un fitxer de configuració alternatiu." + +#~ msgid " -c copies Set number of copies." +#~ msgstr " -c còpies Estableix el nombre de còpies." + +#~ msgid "" +#~ " -f filename Set file to be converted (otherwise stdin)." +#~ msgstr "" +#~ " -f nomfitxer Estableix el fitxer que s'ha de convertir " +#~ "(stdin si no s'especifica)." + +#~ msgid " -h cups-server Use the named CUPS server." +#~ msgstr " -h servidor-cups Fa servir el servidor CUPS indicat." + +#~ msgid "" +#~ " -j mime/type Set output MIME type (otherwise application/" +#~ "pdf)." +#~ msgstr "" +#~ " -j tipus/mime Estableix el tipus MIME de sortida " +#~ "(application/pdf si no s'especifica)." + +#~ msgid "" +#~ " -o filename Set file to be generated (otherwise stdout)." +#~ msgstr "" +#~ " -o nomfitxer Estableix el nom del fitxer que s'ha de " +#~ "generar (stdout si no s'especifica)." + +#~ msgid " -q Be quiet - no output except errors." +#~ msgstr " -q Silenciós - Només dóna els errors." + +#~ msgid " -v Be slightly verbose." +#~ msgstr " -v mode lleugerament detallat." + +#~ msgid " -v Be verbose (more v's for more verbosity)." +#~ msgstr " -v mode detallat (com més v's més detallat)." + +#~ msgid " -v Be verbose (show commands)." +#~ msgstr " -v mode detallat (mostra les ordres)." + +#~ msgid " -v Show all attributes sent and received." +#~ msgstr "" +#~ " -v Mostra tots els atributs enviats i rebuts." + +#~ msgid "3.5\" Disk - 2 1/8 x 2 3/4\"" +#~ msgstr "Disc de 3.5 - 2 1/8 x 2 3/4\"" + +#~ msgid "Address - 1 1/8 x 3 1/2\"" +#~ msgstr "Adreça - 1 1/8 x 3 1/2\"" + +#~ msgid "File Folder - 9/16 x 3 7/16\"" +#~ msgstr "Carpeta d'arxivador: 9/16 x 3 7/16\"" + +#~ msgid "Hanging Folder - 9/16 x 2\"" +#~ msgstr "Carpeta per penjar: 9/16 x 2\"" + +#~ msgid "Internet Postage 2-Part - 2 1/4 x 7 1/2\"" +#~ msgstr "Franqueig per Internet en 2 parts - 2 1/4 x 7 1/2\"" + +#~ msgid "Internet Postage 3-Part - 2 1/4 x 7\"" +#~ msgstr "Franqueig per Internet en 3 parts - 2 1/4 x 7\"" + +#~ msgid "Large Address - 1 4/10 x 3 1/2\"" +#~ msgstr "Adreça gran - 1 4/10 x 3 1/2\"" + +#~ msgid "Printer busy, will retry in 10 seconds." +#~ msgstr "" +#~ "La impressora està ocupada. Es tornarà a intentar d'aquí a 10 segons." + +#~ msgid "Printer did not respond." +#~ msgstr "La impressora no respon." + +#~ msgid "Printer is busy, will retry in 5 seconds." +#~ msgstr "" +#~ "La impressora està ocupada. Es tornarà a intentar d'aquí a 5 segons." + +#~ msgid "Printer is now connected." +#~ msgstr "La impressora està connectada." + +#~ msgid "Printer not connected, will retry in 30 seconds." +#~ msgstr "" +#~ "La impressora està desconnectada. Es tornarà a intentar d'aquí a 30 " +#~ "segons." + +#~ msgid "Ready to print." +#~ msgstr "Preparada per imprimir." + +#~ msgid "Return Address - 3/4 x 2\"" +#~ msgstr "Remitent - 3/4 x 2\"" + +#~ msgid "Shipping Address - 2 5/16 x 4\"" +#~ msgstr "Adreça de lliurament - 2 5/16 x 4\"" + +#~ msgid "The printer is low on toner." +#~ msgstr "S'està acabant el tòner de la impressora." + +#~ msgid "The printer is out of toner." +#~ msgstr "S'ha acabat el tòner de la impressora" + +#~ msgid "Unable to create temporary file:" +#~ msgstr "No es pot crear el fitxer temporal:" + +#~ msgid "Unable to get printer status:" +#~ msgstr "No es pot obtenir l'estat de la impressora:" + +#~ msgid "Unable to open PPD file:" +#~ msgstr "No es pot obrir el fitxer PPD:" + +#~ msgid "Unable to read print data" +#~ msgstr "No es poden llegir les dades d'impressió" + +#~ msgid "Usage: %s job-id user title copies options file" +#~ msgstr "Sintaxi: %s id-tasca usuari títol còpies opcions fitxer" + +#~ msgid "Usage: convert [ options ]" +#~ msgstr "Sintaxi: convert [ opcions ]" + +#~ msgid "convert: Use the -f option to specify a file to convert." +#~ msgstr "" +#~ "convert: feu servir l'opció -f per especificar el fitxer que voleu " +#~ "convertir." + +#~ msgid "ipptool: \"-i\" is incompatible with \"-X\"." +#~ msgstr "ipptool: «-i» no és compatible amb «-X»." + +#~ msgid "ipptool: \"-n\" is incompatible with \"-X\"." +#~ msgstr "ipptool: «-n» no és compatible amb «-X»." diff --git a/locale/cups_es.po b/locale/cups_es.po new file mode 100644 index 000000000..1fe5bb9fd --- /dev/null +++ b/locale/cups_es.po @@ -0,0 +1,7316 @@ +# +# "$Id$" +# +# Spanish message catalog for CUPS. +# +# Copyright 2007-2012 by Apple Inc. +# Copyright 2005-2007 by Easy Software Products. +# +# These coded instructions, statements, and computer programs are the +# property of Apple Inc. 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 +# file is missing or damaged, see the license at "http://www.cups.org/". +# +msgid "" +msgstr "" +"Project-Id-Version: CUPS 1.6\n" +"Report-Msgid-Bugs-To: http://www.cups.org/str.php\n" +"POT-Creation-Date: 2012-05-23 16:24-0700\n" +"PO-Revision-Date: 2012-07-01 20:21+0100\n" +"Last-Translator: Juan Pablo González Riopedre \n" +"Language-Team: Spanish\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: systemv/lpstat.c:1876 +#: systemv/lpstat.c:2001 +msgid "\t\t(all)" +msgstr "\t\t(todos)" + +#: systemv/lpstat.c:1879 +#: systemv/lpstat.c:1882 +#: systemv/lpstat.c:2004 +#: systemv/lpstat.c:2007 +msgid "\t\t(none)" +msgstr "\t\t(ninguno)" + +#: berkeley/lpc.c:434 +#, c-format +msgid "\t%d entries" +msgstr "\t%d entradas" + +#: systemv/lpstat.c:756 +#: systemv/lpstat.c:772 +#, c-format +msgid "\t%s" +msgstr "\t%s" + +#: systemv/lpstat.c:1857 +#: systemv/lpstat.c:1982 +msgid "\tAfter fault: continue" +msgstr "\tTras fallo: continuar" + +#: systemv/lpstat.c:1481 +#: systemv/lpstat.c:1826 +#: systemv/lpstat.c:1952 +#, c-format +msgid "\tAlerts: %s" +msgstr "\tAlertas: %s" + +#: systemv/lpstat.c:1880 +#: systemv/lpstat.c:2005 +msgid "\tBanner required" +msgstr "\tSe necesita un rótulo" + +#: systemv/lpstat.c:1881 +#: systemv/lpstat.c:2006 +msgid "\tCharset sets:" +msgstr "\tAjustes del juego de caracteres:" + +#: systemv/lpstat.c:1845 +#: systemv/lpstat.c:1970 +msgid "\tConnection: direct" +msgstr "\tConexión: directa" + +#: systemv/lpstat.c:1836 +#: systemv/lpstat.c:1962 +msgid "\tConnection: remote" +msgstr "\tConexión: remota" + +#: systemv/lpstat.c:1800 +#: systemv/lpstat.c:1926 +msgid "\tContent types: any" +msgstr "\tTipos de contenido: cualesquiera" + +#: systemv/lpstat.c:1884 +#: systemv/lpstat.c:2009 +msgid "\tDefault page size:" +msgstr "\tTamaño de página predeterminado:" + +#: systemv/lpstat.c:1883 +#: systemv/lpstat.c:2008 +msgid "\tDefault pitch:" +msgstr "\tPaso predeterminado:" + +#: systemv/lpstat.c:1885 +#: systemv/lpstat.c:2010 +msgid "\tDefault port settings:" +msgstr "\tAjustes del puerto predeterminados:" + +#: systemv/lpstat.c:1806 +#: systemv/lpstat.c:1932 +#, c-format +msgid "\tDescription: %s" +msgstr "\tDescripción: %s" + +#: systemv/lpstat.c:1799 +#: systemv/lpstat.c:1925 +msgid "\tForm mounted:" +msgstr "\tFormulario montado:" + +#: systemv/lpstat.c:1878 +#: systemv/lpstat.c:2003 +msgid "\tForms allowed:" +msgstr "\tFormularios permitidos:" + +#: systemv/lpstat.c:1840 +#: systemv/lpstat.c:1966 +#, c-format +msgid "\tInterface: %s.ppd" +msgstr "\tInterfaz: %s.ppd" + +#: systemv/lpstat.c:1849 +#: systemv/lpstat.c:1974 +#, c-format +msgid "\tInterface: %s/interfaces/%s" +msgstr "\tInterfaz: %s/interfaces/%s" + +#: systemv/lpstat.c:1853 +#: systemv/lpstat.c:1978 +#, c-format +msgid "\tInterface: %s/ppd/%s.ppd" +msgstr "\tInterfaz: %s/ppd/%s.ppd" + +#: systemv/lpstat.c:1831 +#: systemv/lpstat.c:1957 +#, c-format +msgid "\tLocation: %s" +msgstr "\tUbicación: %s" + +#: systemv/lpstat.c:1856 +#: systemv/lpstat.c:1981 +msgid "\tOn fault: no alert" +msgstr "\tEn fallo: no alertar" + +#: systemv/lpstat.c:1801 +#: systemv/lpstat.c:1927 +msgid "\tPrinter types: unknown" +msgstr "\tTipos de impresora: desconocidos" + +#: systemv/lpstat.c:1462 +#, c-format +msgid "\tStatus: %s" +msgstr "\tEstado: %s" + +#: systemv/lpstat.c:1861 +#: systemv/lpstat.c:1875 +#: systemv/lpstat.c:1986 +#: systemv/lpstat.c:2000 +msgid "\tUsers allowed:" +msgstr "\tUsuarios permitidos:" + +#: systemv/lpstat.c:1868 +#: systemv/lpstat.c:1993 +msgid "\tUsers denied:" +msgstr "\tUsuarios denegados:" + +#: berkeley/lpc.c:436 +msgid "\tdaemon present" +msgstr "\tdemonio presente" + +#: berkeley/lpc.c:432 +msgid "\tno entries" +msgstr "\tno hay entradas" + +#: berkeley/lpc.c:404 +#: berkeley/lpc.c:416 +#, c-format +msgid "\tprinter is on device '%s' speed -1" +msgstr "\tla impresora está conectada a '%s' velocidad -1" + +#: berkeley/lpc.c:429 +msgid "\tprinting is disabled" +msgstr "\tla impresión está desactivada" + +#: berkeley/lpc.c:427 +msgid "\tprinting is enabled" +msgstr "\tla impresión está activada" + +#: systemv/lpstat.c:1484 +#, c-format +msgid "\tqueued for %s" +msgstr "\ten cola para %s" + +#: berkeley/lpc.c:424 +msgid "\tqueuing is disabled" +msgstr "\tla cola está desactivada" + +#: berkeley/lpc.c:422 +msgid "\tqueuing is enabled" +msgstr "\tla cola está activada" + +#: systemv/lpstat.c:1792 +#: systemv/lpstat.c:1918 +msgid "\treason unknown" +msgstr "\trazón desconocida" + +#: systemv/cupstestppd.c:454 +msgid "" +"\n" +" DETAILED CONFORMANCE TEST RESULTS" +msgstr "" +"\n" +" RESULTADOS DETALLADOS DE LA PRUEBA DE CONFORMIDAD" + +#: systemv/cupstestppd.c:3800 +msgid " Ignore specific warnings." +msgstr " Ignorar advertencias (warnings) específicas." + +#: systemv/cupstestppd.c:3804 +msgid " Issue warnings instead of errors." +msgstr " Emitor advertencias (warnings) en vez de errores." + +#: systemv/cupstestppd.c:410 +#: systemv/cupstestppd.c:415 +msgid " REF: Page 15, section 3.1." +msgstr " REF: Página 15, sección 3.1." + +#: systemv/cupstestppd.c:405 +msgid " REF: Page 15, section 3.2." +msgstr " REF: Página 15, sección 3.2." + +#: systemv/cupstestppd.c:425 +msgid " REF: Page 19, section 3.3." +msgstr " REF: Página 19, sección 3.3." + +#: systemv/cupstestppd.c:378 +msgid " REF: Page 20, section 3.4." +msgstr " REF: Página 20, sección 3.4." + +#: systemv/cupstestppd.c:430 +msgid " REF: Page 27, section 3.5." +msgstr " REF: Página 27, sección 3.5." + +#: systemv/cupstestppd.c:373 +msgid " REF: Page 42, section 5.2." +msgstr " REF: Página 42, sección 5.2." + +#: systemv/cupstestppd.c:420 +msgid " REF: Pages 16-17, section 3.2." +msgstr " REF: Páginas 16-17, sección 3.2." + +#: systemv/cupstestppd.c:390 +msgid " REF: Pages 42-45, section 5.2." +msgstr " REF: Páginas 42-45, sección 5.2." + +#: systemv/cupstestppd.c:384 +msgid " REF: Pages 45-46, section 5.2." +msgstr " REF: Páginas 45-46, sección 5.2." + +#: systemv/cupstestppd.c:395 +msgid " REF: Pages 48-49, section 5.2." +msgstr " REF: Páginas 48-49, sección 5.2." + +#: systemv/cupstestppd.c:400 +msgid " REF: Pages 52-54, section 5.2." +msgstr " REF: Páginas 52-54, sección 5.2." + +#: berkeley/lpq.c:554 +#, c-format +msgid " %-39.39s %.0f bytes" +msgstr " %-39.39s %.0f bytes" + +#: systemv/cupstestppd.c:589 +#, c-format +msgid " PASS Default%s" +msgstr " PASA Default%s" + +#: systemv/cupstestppd.c:524 +msgid " PASS DefaultImageableArea" +msgstr " PASA DefaultImageableArea" + +#: systemv/cupstestppd.c:558 +msgid " PASS DefaultPaperDimension" +msgstr " PASA DefaultPaperDimension" + +#: systemv/cupstestppd.c:631 +msgid " PASS FileVersion" +msgstr " PASA FileVersion" + +#: systemv/cupstestppd.c:675 +msgid " PASS FormatVersion" +msgstr " PASA FormatVersion" + +#: systemv/cupstestppd.c:695 +msgid " PASS LanguageEncoding" +msgstr " PASA LanguageEncoding" + +#: systemv/cupstestppd.c:715 +msgid " PASS LanguageVersion" +msgstr " PASA LanguageVersion" + +#: systemv/cupstestppd.c:769 +msgid " PASS Manufacturer" +msgstr " PASA Manufacturer" + +#: systemv/cupstestppd.c:809 +msgid " PASS ModelName" +msgstr " PASA ModelName" + +#: systemv/cupstestppd.c:829 +msgid " PASS NickName" +msgstr " PASA NickName" + +#: systemv/cupstestppd.c:889 +msgid " PASS PCFileName" +msgstr " PASA PCFileName" + +#: systemv/cupstestppd.c:964 +msgid " PASS PSVersion" +msgstr " PASA PSVersion" + +#: systemv/cupstestppd.c:869 +msgid " PASS PageRegion" +msgstr " PASA PageRegion" + +#: systemv/cupstestppd.c:849 +msgid " PASS PageSize" +msgstr " PASA PageSize" + +#: systemv/cupstestppd.c:924 +msgid " PASS Product" +msgstr " PASA Product" + +#: systemv/cupstestppd.c:999 +msgid " PASS ShortNickName" +msgstr " PASA ShortNickName" + +#: systemv/cupstestppd.c:1374 +#, c-format +msgid " WARN %s has no corresponding options." +msgstr " ADVERTENCIA %s tiene opciones que no corresponden." + +#: systemv/cupstestppd.c:1486 +#, c-format +msgid "" +" WARN %s shares a common prefix with %s\n" +" REF: Page 15, section 3.2." +msgstr "" +" ADVERTENCIA %s comparte un prefijo común con %s\n" +" REF: Página 15, sección 3.2." + +#: systemv/cupstestppd.c:1345 +#, c-format +msgid "" +" WARN Duplex option keyword %s may not work as expected and should be named Duplex.\n" +" REF: Page 122, section 5.17" +msgstr "" +" ADVERTENCIA La clave de opción Duplex %s puede que no funcione como se espera y debería llamarse Duplex.\n" +" REF: Página 122, sección 5.17" + +#: systemv/cupstestppd.c:1744 +msgid " WARN File contains a mix of CR, LF, and CR LF line endings." +msgstr " ADVERTENCIA El archivo contiene una mezcla de líneas acabadas en CR, LF y CR LF." + +#: systemv/cupstestppd.c:1390 +msgid "" +" WARN LanguageEncoding required by PPD 4.3 spec.\n" +" REF: Pages 56-57, section 5.3." +msgstr "" +" ADVERTENCIA Se necesita LanguageEncoding por especificación de PPD 4.3.\n" +" REF: Páginas 56-57, sección 5.3." + +#: systemv/cupstestppd.c:1726 +#, c-format +msgid " WARN Line %d only contains whitespace." +msgstr " ADVERTENCIA La línea %d solo contiene espacios en blanco." + +#: systemv/cupstestppd.c:1398 +msgid "" +" WARN Manufacturer required by PPD 4.3 spec.\n" +" REF: Pages 58-59, section 5.3." +msgstr "" +" ADVERTENCIA Se necesita Manufacturer por especificación de PPD 4.3.\n" +" REF: Páginas 58-59, sección 5.3." + +#: systemv/cupstestppd.c:1749 +msgid " WARN Non-Windows PPD files should use lines ending with only LF, not CR LF." +msgstr " ADVERTENCIA Los archivos PPD que no sean de Windows deben tener líneas que acaben sólo en LF, no en CR LF." + +#: systemv/cupstestppd.c:1382 +#, c-format +msgid "" +" WARN Obsolete PPD version %.1f.\n" +" REF: Page 42, section 5.2." +msgstr "" +" ADVERTENCIA Versión de PPD %.1f anticuada.\n" +" REF: Página 42, sección 5.2." + +#: systemv/cupstestppd.c:1413 +msgid "" +" WARN PCFileName longer than 8.3 in violation of PPD spec.\n" +" REF: Pages 61-62, section 5.3." +msgstr "" +" ADVERTENCIA PCFileName es mas largo que 8.3 violando la especificación PPD.\n" +" REF: Páginas 61-62, sección 5.3." + +#: systemv/cupstestppd.c:1421 +msgid "" +" WARN PCFileName should contain a unique filename.\n" +" REF: Pages 61-62, section 5.3." +msgstr "" +" ADVERTENCIA PCFileName debe contener un único nombre de archivo.\n" +" REF: Páginas 61-62, sección 5.3." + +#: systemv/cupstestppd.c:1456 +msgid "" +" WARN Protocols contains PJL but JCL attributes are not set.\n" +" REF: Pages 78-79, section 5.7." +msgstr "" +" ADVERTENCIA Los protocolos contienen PJL pero no se especifican los atributos JCL.\n" +" REF: Páginas 78-79, sección 5.7." + +#: systemv/cupstestppd.c:1447 +msgid "" +" WARN Protocols contains both PJL and BCP; expected TBCP.\n" +" REF: Pages 78-79, section 5.7." +msgstr "" +" ADVERTENCIA Los protocolos contienen a ambos, PJL y BCP; se esperaba TBCP.\n" +" REF: Páginas 78-79, sección 5.7." + +#: systemv/cupstestppd.c:1430 +msgid "" +" WARN ShortNickName required by PPD 4.3 spec.\n" +" REF: Pages 64-65, section 5.3." +msgstr "" +" ADVERTENCIA Se necesita ShortNickName por especificación de PPD 4.3.\n" +" REF: Páginas 64-65, sección 5.3." + +#: systemv/cupsaddsmb.c:282 +msgid " cupsaddsmb [options] -a" +msgstr " cupsaddsmb [opciones] -a" + +#: systemv/cupstestdsc.c:427 +msgid " cupstestdsc [options] -" +msgstr " cupstestdsc [opciones] -" + +#: systemv/cupstestppd.c:3795 +msgid " program | cupstestppd [options] -" +msgstr " programa | cupstestppd [opciones] -" + +#: systemv/cupstestppd.c:3727 +#, c-format +msgid "" +" %s \"%s %s\" conflicts with \"%s %s\"\n" +" (constraint=\"%s %s %s %s\")." +msgstr "" +" %s \"%s %s\" está en conflictocon \"%s %s\"\n" +" (restricción=\"%s %s %s %s\")." + +#: systemv/cupstestppd.c:2248 +#, c-format +msgid " %s %s %s does not exist." +msgstr " %s %s %s no existe." + +#: systemv/cupstestppd.c:3884 +#, c-format +msgid " %s %s file \"%s\" has the wrong capitalization." +msgstr " %s archivo %s \"%s\" tiene las mayúsculas equivocadas" + +#: systemv/cupstestppd.c:2318 +#, c-format +msgid "" +" %s Bad %s choice %s.\n" +" REF: Page 122, section 5.17" +msgstr "" +" %s Preferencia %s incorrecta %s.\n" +" REF: Página 122, sección 5.17" + +#: systemv/cupstestppd.c:3487 +#: systemv/cupstestppd.c:3536 +#: systemv/cupstestppd.c:3575 +#, c-format +msgid " %s Bad UTF-8 \"%s\" translation string for option %s, choice %s." +msgstr " %s Cadena de traducción UTF-8 \"%s\" incorrecta para opción %s, preferencia %s." + +#: systemv/cupstestppd.c:3441 +#, c-format +msgid " %s Bad UTF-8 \"%s\" translation string for option %s." +msgstr " %s Cadena de traducción UTF-8 \"%s\" incorrecta para opción %s." + +#: systemv/cupstestppd.c:2389 +#, c-format +msgid " %s Bad cupsFilter value \"%s\"." +msgstr " %s Valor cupsFilter \"%s\" incorrecto." + +#: systemv/cupstestppd.c:2475 +#, c-format +msgid " %s Bad cupsFilter2 value \"%s\"." +msgstr " %s Valor cupsFilter2 incorrecto \"%s\"." + +#: systemv/cupstestppd.c:2964 +#, c-format +msgid " %s Bad cupsICCProfile %s." +msgstr " %s cupsICCProfile %s incorrecto." + +#: systemv/cupstestppd.c:2571 +#, c-format +msgid " %s Bad cupsPreFilter value \"%s\"." +msgstr " %s Valor cupsPreFilter \"%s\" incorrecto." + +#: systemv/cupstestppd.c:1822 +#, c-format +msgid " %s Bad cupsUIConstraints %s: \"%s\"" +msgstr " %s cupsUIConstraints %s: \"%s\" incorrecto" + +#: systemv/cupstestppd.c:3391 +#, c-format +msgid " %s Bad language \"%s\"." +msgstr " %s Idioma incorrecto \"%s\"." + +#: systemv/cupstestppd.c:2433 +#: systemv/cupstestppd.c:2529 +#: systemv/cupstestppd.c:2615 +#: systemv/cupstestppd.c:2673 +#: systemv/cupstestppd.c:2728 +#: systemv/cupstestppd.c:2783 +#: systemv/cupstestppd.c:2838 +#: systemv/cupstestppd.c:2891 +#: systemv/cupstestppd.c:3013 +#, c-format +msgid " %s Bad permissions on %s file \"%s\"." +msgstr " %s Permisos incorrectos en el archivo %s \"%s\"." + +#: systemv/cupstestppd.c:2373 +#: systemv/cupstestppd.c:2459 +#: systemv/cupstestppd.c:2555 +#: systemv/cupstestppd.c:2642 +#: systemv/cupstestppd.c:2697 +#: systemv/cupstestppd.c:2752 +#: systemv/cupstestppd.c:2807 +#: systemv/cupstestppd.c:2862 +#, c-format +msgid " %s Bad spelling of %s - should be %s." +msgstr " %s %s mal escrito - debería ser %s." + +#: systemv/cupstestppd.c:2907 +#, c-format +msgid " %s Cannot provide both APScanAppPath and APScanAppBundleID." +msgstr " %s No puede proporcionar APScanAppPath y APScanAppBundleID." + +#: systemv/cupstestppd.c:2205 +#, c-format +msgid " %s Default choices conflicting." +msgstr " %s Las preferencias predeterminadas están en conflicto." + +#: systemv/cupstestppd.c:1803 +#, c-format +msgid " %s Empty cupsUIConstraints %s" +msgstr " %s cupsUIConstraints %s vacío." + +#: systemv/cupstestppd.c:3519 +#: systemv/cupstestppd.c:3559 +#, c-format +msgid " %s Missing \"%s\" translation string for option %s, choice %s." +msgstr " %s Falta cadena de traducción \"%s\" para opción %s, preferencia %s." + +#: systemv/cupstestppd.c:3427 +#, c-format +msgid " %s Missing \"%s\" translation string for option %s." +msgstr " %s Falta cadena de traducción \"%s\" para opción %s." + +#: systemv/cupstestppd.c:2418 +#: systemv/cupstestppd.c:2514 +#: systemv/cupstestppd.c:2600 +#: systemv/cupstestppd.c:2658 +#: systemv/cupstestppd.c:2713 +#: systemv/cupstestppd.c:2768 +#: systemv/cupstestppd.c:2823 +#: systemv/cupstestppd.c:2875 +#: systemv/cupstestppd.c:2998 +#, c-format +msgid " %s Missing %s file \"%s\"." +msgstr " %s Falta archivo %s \"%s\"." + +#: systemv/cupstestppd.c:3121 +#, c-format +msgid "" +" %s Missing REQUIRED PageRegion option.\n" +" REF: Page 100, section 5.14." +msgstr "" +" %s Falta la opción NECESARIA PageRegion.\n" +" REF: Página 100, sección 5.14." + +#: systemv/cupstestppd.c:3106 +#, c-format +msgid "" +" %s Missing REQUIRED PageSize option.\n" +" REF: Page 99, section 5.14." +msgstr "" +" %s Falta la opción NECESARIA PageSize.\n" +" REF: Página 99, sección 5.14." + +#: systemv/cupstestppd.c:2013 +#: systemv/cupstestppd.c:2054 +#, c-format +msgid " %s Missing choice *%s %s in UIConstraints \"*%s %s *%s %s\"." +msgstr " %s Falta la preferencia *%s %s en UIConstraint \"*%s %s *%s %s\"." + +#: systemv/cupstestppd.c:1908 +#, c-format +msgid " %s Missing choice *%s %s in cupsUIConstraints %s: \"%s\"" +msgstr " %s Falta la preferencia *%s %s en cupsUIConstraints %s: \"%s\"" + +#: systemv/cupstestppd.c:1840 +#, c-format +msgid " %s Missing cupsUIResolver %s" +msgstr " %s Falta cupsUIResolver %s" + +#: systemv/cupstestppd.c:1999 +#: systemv/cupstestppd.c:2040 +#, c-format +msgid " %s Missing option %s in UIConstraints \"*%s %s *%s %s\"." +msgstr " %s Falta la opción %s en UIConstraints \"*%s %s *%s %s\"." + +#: systemv/cupstestppd.c:1892 +#, c-format +msgid " %s Missing option %s in cupsUIConstraints %s: \"%s\"" +msgstr " %s Falta la opción %s en cupsUIConstraints %s: \"%s\"" + +#: systemv/cupstestppd.c:3613 +#, c-format +msgid " %s No base translation \"%s\" is included in file." +msgstr " %s No hay traducción base \"%s\" incluida en el archivo." + +#: systemv/cupstestppd.c:2294 +#, c-format +msgid "" +" %s REQUIRED %s does not define choice None.\n" +" REF: Page 122, section 5.17" +msgstr "" +" %s NECESARIA %s no define la opción None.\n" +" REF: Página 122, sección 5.17" + +#: systemv/cupstestppd.c:3180 +#: systemv/cupstestppd.c:3194 +#, c-format +msgid " %s Size \"%s\" defined for %s but not for %s." +msgstr " %s Tamaño \"%s\" definido para %s pero no para %s." + +#: systemv/cupstestppd.c:3160 +#, c-format +msgid " %s Size \"%s\" has unexpected dimensions (%gx%g)." +msgstr " %s El tamaño \"%s\" tiene dimensiones inesperadas (%gx%g)." + +#: systemv/cupstestppd.c:3332 +#, c-format +msgid " %s Size \"%s\" should be \"%s\"." +msgstr " %s Tamaño \"%s\" debería ser \"%s\"." + +#: systemv/cupstestppd.c:3292 +#, c-format +msgid " %s Size \"%s\" should be the Adobe standard name \"%s\"." +msgstr " %s Tamaño \"%s\" debería ser el nombre estandar de Adobe \"%s\"." + +#: systemv/cupstestppd.c:3041 +#, c-format +msgid " %s cupsICCProfile %s hash value collides with %s." +msgstr " %s valor hash de cupsICCProfile %s colisiona con %s." + +#: systemv/cupstestppd.c:1963 +#, c-format +msgid " %s cupsUIResolver %s causes a loop." +msgstr " %s cupsUIResolver %s genera un bucle." + +#: systemv/cupstestppd.c:1945 +#, c-format +msgid " %s cupsUIResolver %s does not list at least two different options." +msgstr " %s cupsUIResolver %s no lista al menos dos opciones diferentes." + +#: systemv/cupstestppd.c:1168 +#, c-format +msgid "" +" **FAIL** %s must be 1284DeviceID\n" +" REF: Page 72, section 5.5" +msgstr "" +" **FALLO** %s debe ser 1284DeviceID\n" +" REF: Página 72, sección 5.5" + +#: systemv/cupstestppd.c:580 +#, c-format +msgid "" +" **FAIL** Bad Default%s %s\n" +" REF: Page 40, section 4.5." +msgstr "" +" **FALLO** Default%s %s incorrecto\n" +" REF: Página 40, sección 4.5." + +#: systemv/cupstestppd.c:514 +#, c-format +msgid "" +" **FAIL** Bad DefaultImageableArea %s\n" +" REF: Page 102, section 5.15." +msgstr "" +" **FALLO** DefaultImageableArea %s incorrecto\n" +" REF: Página 102, sección 5.15." + +#: systemv/cupstestppd.c:550 +#, c-format +msgid "" +" **FAIL** Bad DefaultPaperDimension %s\n" +" REF: Page 103, section 5.15." +msgstr "" +" **FALLO** DefaultPaperDimension %s incorrecto\n" +" REF: Página 103, sección 5.15." + +#: systemv/cupstestppd.c:623 +#, c-format +msgid "" +" **FAIL** Bad FileVersion \"%s\"\n" +" REF: Page 56, section 5.3." +msgstr "" +" **FALLO** FileVersion \"%s\" incorrecto\n" +" REF: Página 56, sección 5.3." + +#: systemv/cupstestppd.c:667 +#, c-format +msgid "" +" **FAIL** Bad FormatVersion \"%s\"\n" +" REF: Page 56, section 5.3." +msgstr "" +" **FALLO** FormatVersion \"%s\" incorrecto\n" +" REF: Página 56, sección 5.3." + +#: systemv/cupstestppd.c:1025 +msgid "" +" **FAIL** Bad JobPatchFile attribute in file\n" +" REF: Page 24, section 3.4." +msgstr "" +" **FALLO** Atributo JobPatchFile en archivo, incorrecto\n" +" REF: Página 24, sección 3.4." + +#: systemv/cupstestppd.c:1213 +#, c-format +msgid " **FAIL** Bad LanguageEncoding %s - must be ISOLatin1." +msgstr " **FALLO** LanguageEncoding %s incorrecto: debería ser ISOLatin1." + +#: systemv/cupstestppd.c:1227 +#, c-format +msgid " **FAIL** Bad LanguageVersion %s - must be English." +msgstr " **FALLO** LanguageVersion %s incorrecto: debería ser English (Inglés)." + +#: systemv/cupstestppd.c:743 +#: systemv/cupstestppd.c:760 +#, c-format +msgid "" +" **FAIL** Bad Manufacturer (should be \"%s\")\n" +" REF: Page 211, table D.1." +msgstr "" +" **FALLO** Fabricante incorrecto (debería ser \"%s\")\n" +" REF: Página 211, tabla D.1." + +#: systemv/cupstestppd.c:800 +#, c-format +msgid "" +" **FAIL** Bad ModelName - \"%c\" not allowed in string.\n" +" REF: Pages 59-60, section 5.3." +msgstr "" +" **FALLO** ModelName incorrecto - \"%c\" no permitido en la cadena.\n" +" REF: Páginas 59-60, sección 5.3." + +#: systemv/cupstestppd.c:956 +msgid "" +" **FAIL** Bad PSVersion - not \"(string) int\".\n" +" REF: Pages 62-64, section 5.3." +msgstr "" +" **FALLO** PSVersion incorrecto - no es \"(string) int\".\n" +" REF: Páginas 62-64, sección 5.3." + +#: systemv/cupstestppd.c:917 +msgid "" +" **FAIL** Bad Product - not \"(string)\".\n" +" REF: Page 62, section 5.3." +msgstr "" +" **FALLO** Product incorrecto - no es \"(string)\".\n" +" REF: Página 62, sección 5.3." + +#: systemv/cupstestppd.c:991 +msgid "" +" **FAIL** Bad ShortNickName - longer than 31 chars.\n" +" REF: Pages 64-65, section 5.3." +msgstr "" +" **FALLO** ShortNickName incorrecto - mayor de 31 caracteres.\n" +" REF: Páginas 64-65, sección 5.3." + +#: systemv/cupstestppd.c:1149 +#, c-format +msgid "" +" **FAIL** Bad option %s choice %s\n" +" REF: Page 84, section 5.9" +msgstr "" +" **FALLO** Opción %s, preferencia %s incorrecta\n" +" REF: Página 84, sección 5.9" + +#: systemv/cupstestppd.c:3754 +#: systemv/cupstestppd.c:3776 +#, c-format +msgid " **FAIL** Default option code cannot be interpreted: %s" +msgstr " **FALLO** El código de opción predeterminado no puede ser interpretado: %s" + +#: systemv/cupstestppd.c:1286 +#, c-format +msgid " **FAIL** Default translation string for option %s choice %s contains 8-bit characters." +msgstr " **FALLO** Cadena de traducción predeterminada para opción %s preferencia %s contiene caracteres de 8-bits." + +#: systemv/cupstestppd.c:1259 +#, c-format +msgid " **FAIL** Default translation string for option %s contains 8-bit characters." +msgstr " **FALLO** Cadena de traducción predeterminada para opción %s contiene caracteres de 8-bits." + +#: systemv/cupstestppd.c:2101 +#, c-format +msgid " **FAIL** Group names %s and %s differ only by case." +msgstr " **FALLO** Nombres de grupo %s y %s se diferencian sólo en la capitalización." + +#: systemv/cupstestppd.c:2146 +#, c-format +msgid " **FAIL** Multiple occurrences of option %s choice name %s." +msgstr " **FALLO** Múltiples apariciones de opción %s nombre de preferencia %s." + +#: systemv/cupstestppd.c:2163 +#, c-format +msgid " **FAIL** Option %s choice names %s and %s differ only by case." +msgstr " **FALLO** Opción %s nombres de preferencia %s y %s se diferencian sólo en la capitalización." + +#: systemv/cupstestppd.c:2123 +#, c-format +msgid " **FAIL** Option names %s and %s differ only by case." +msgstr " **FALLO** Nombres de opción %s y %s se diferencian sólo en la capitalización." + +#: systemv/cupstestppd.c:600 +#, c-format +msgid "" +" **FAIL** REQUIRED Default%s\n" +" REF: Page 40, section 4.5." +msgstr "" +" **FALLO** SE NECESITA Default%s\n" +" REF: Página 40, sección 4.5." + +#: systemv/cupstestppd.c:499 +msgid "" +" **FAIL** REQUIRED DefaultImageableArea\n" +" REF: Page 102, section 5.15." +msgstr "" +" **FALLO** SE NECESITA DefaultImageableArea\n" +" REF: Página 102, sección 5.15." + +#: systemv/cupstestppd.c:535 +msgid "" +" **FAIL** REQUIRED DefaultPaperDimension\n" +" REF: Page 103, section 5.15." +msgstr "" +" **FALLO** SE NECESITA DefaultPaperDimension\n" +" REF: Página 103, sección 5.15." + +#: systemv/cupstestppd.c:641 +msgid "" +" **FAIL** REQUIRED FileVersion\n" +" REF: Page 56, section 5.3." +msgstr "" +" **FALLO** SE NECESITA FileVersion\n" +" REF: Página 56, sección 5.3." + +#: systemv/cupstestppd.c:685 +msgid "" +" **FAIL** REQUIRED FormatVersion\n" +" REF: Page 56, section 5.3." +msgstr "" +" **FALLO** SE NECESITA FormatVersion\n" +" REF: Página 56, sección 5.3." + +#: systemv/cupstestppd.c:1076 +#, c-format +msgid "" +" **FAIL** REQUIRED ImageableArea for PageSize %s\n" +" REF: Page 41, section 5.\n" +" REF: Page 102, section 5.15." +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." + +#: systemv/cupstestppd.c:705 +msgid "" +" **FAIL** REQUIRED LanguageEncoding\n" +" REF: Pages 56-57, section 5.3." +msgstr "" +" **FALLO** SE NECESITA LanguageEncoding\n" +" REF: Páginas 56-57, sección 5.3." + +#: systemv/cupstestppd.c:725 +msgid "" +" **FAIL** REQUIRED LanguageVersion\n" +" REF: Pages 57-58, section 5.3." +msgstr "" +" **FALLO** SE NECESITA LanguageVersion\n" +" REF: Páginas 57-58, sección 5.3." + +#: systemv/cupstestppd.c:779 +msgid "" +" **FAIL** REQUIRED Manufacturer\n" +" REF: Pages 58-59, section 5.3." +msgstr "" +" **FALLO** SE NECESITA Manufacturer\n" +" REF: Páginas 58-59, sección 5.3." + +#: systemv/cupstestppd.c:819 +msgid "" +" **FAIL** REQUIRED ModelName\n" +" REF: Pages 59-60, section 5.3." +msgstr "" +" **FALLO** SE NECESITA ModelName\n" +" REF: Páginas 59-60, sección 5.3." + +#: systemv/cupstestppd.c:839 +msgid "" +" **FAIL** REQUIRED NickName\n" +" REF: Page 60, section 5.3." +msgstr "" +" **FALLO** SE NECESITA NickName\n" +" REF: Página 60, sección 5.3." + +#: systemv/cupstestppd.c:899 +msgid "" +" **FAIL** REQUIRED PCFileName\n" +" REF: Pages 61-62, section 5.3." +msgstr "" +" **FALLO** SE NECESITA PCFileName\n" +" REF: Páginas 61-62, sección 5.3." + +#: systemv/cupstestppd.c:974 +msgid "" +" **FAIL** REQUIRED PSVersion\n" +" REF: Pages 62-64, section 5.3." +msgstr "" +" **FALLO** SE NECESITA PSVersion\n" +" REF: Páginas 62-64, sección 5.3." + +#: systemv/cupstestppd.c:879 +msgid "" +" **FAIL** REQUIRED PageRegion\n" +" REF: Page 100, section 5.14." +msgstr "" +" **FALLO** SE NECESITA PageRegion\n" +" REF: Página 100, sección 5.14." + +#: systemv/cupstestppd.c:1045 +msgid "" +" **FAIL** REQUIRED PageSize\n" +" REF: Page 41, section 5.\n" +" REF: Page 99, section 5.14." +msgstr "" +" **FALLO** SE NECESITA PageSize\n" +" REF: Página 41, sección 5.\n" +" REF: Página 99, sección 5.14." + +#: systemv/cupstestppd.c:859 +msgid "" +" **FAIL** REQUIRED PageSize\n" +" REF: Pages 99-100, section 5.14." +msgstr "" +" **FALLO** SE NECESITA PageSize\n" +" REF: Páginas 99-100, sección 5.14." + +#: systemv/cupstestppd.c:1098 +#, c-format +msgid "" +" **FAIL** REQUIRED PaperDimension for PageSize %s\n" +" REF: Page 41, section 5.\n" +" REF: Page 103, section 5.15." +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." + +#: systemv/cupstestppd.c:934 +msgid "" +" **FAIL** REQUIRED Product\n" +" REF: Page 62, section 5.3." +msgstr "" +" **FALLO** SE NECESITA Product\n" +" REF: Página 62, sección 5.3." + +#: systemv/cupstestppd.c:1009 +msgid "" +" **FAIL** REQUIRED ShortNickName\n" +" REF: Page 64-65, section 5.3." +msgstr "" +" **FALLO** SE NECESITA ShortNickName\n" +" REF: Página 64-65, sección 5.3." + +#: systemv/cupstestppd.c:334 +#: systemv/cupstestppd.c:353 +#: systemv/cupstestppd.c:365 +#, c-format +msgid " **FAIL** Unable to open PPD file - %s on line %d." +msgstr " **FALLO** No se ha podido abrir el archivo PPD - %s en la línea %d." + +#: systemv/cupstestppd.c:1498 +#, c-format +msgid " %d ERRORS FOUND" +msgstr " %d ERRORES ENCONTRADOS" + +#: systemv/cupstestdsc.c:431 +msgid " -h Show program usage" +msgstr " -h Mostrar el uso del programa" + +#: systemv/cupstestdsc.c:234 +#: systemv/cupstestdsc.c:276 +#, c-format +msgid "" +" Bad %%%%BoundingBox: on line %d.\n" +" REF: Page 39, %%%%BoundingBox:" +msgstr "" +" %%%%BoundingBox: incorrecto en línea %d.\n" +" REF: Página 39, %%%%BoundingBox:" + +#: systemv/cupstestdsc.c:305 +#, c-format +msgid "" +" Bad %%%%Page: on line %d.\n" +" REF: Page 53, %%%%Page:" +msgstr "" +" %%%%Page: incorrecto en línea %d.\n" +" REF: Página 53, %%%%Page:" + +#: systemv/cupstestdsc.c:218 +#: systemv/cupstestdsc.c:258 +#, c-format +msgid "" +" Bad %%%%Pages: on line %d.\n" +" REF: Page 43, %%%%Pages:" +msgstr "" +" %%%%Pages: incorrecto en línea %d.\n" +" REF: Página 43, %%%%Pages:" + +#: systemv/cupstestdsc.c:176 +#, c-format +msgid "" +" Line %d is longer than 255 characters (%d).\n" +" REF: Page 25, Line Length" +msgstr "" +" La línea %d es más larga de 255 caracteres (%d).\n" +" REF: Página 25, Longitud de Línea" + +#: systemv/cupstestdsc.c:192 +msgid "" +" Missing %!PS-Adobe-3.0 on first line.\n" +" REF: Page 17, 3.1 Conforming Documents" +msgstr "" +" Falta %!PS-Adobe-3.0 en la primera línea.\n" +" REF: Página 17, 3.1 Conformidad de documentos" + +#: systemv/cupstestdsc.c:362 +#, c-format +msgid " Missing %%EndComments comment. REF: Page 41, %%EndComments" +msgstr " Falta comentario %%EndComments. REF: Página 41, %%EndComments" + +#: systemv/cupstestdsc.c:342 +#, c-format +msgid "" +" Missing or bad %%BoundingBox: comment.\n" +" REF: Page 39, %%BoundingBox:" +msgstr "" +" Falta comentario %%BoundingBox: o incorrecto.\n" +" REF: Página 39, %%BoundingBox:" + +#: systemv/cupstestdsc.c:372 +#, c-format +msgid "" +" Missing or bad %%Page: comments.\n" +" REF: Page 53, %%Page:" +msgstr "" +" Falta comentario %%Page: o incorrecto.\n" +" REF: Página 53, %%Page:" + +#: systemv/cupstestdsc.c:352 +#, c-format +msgid "" +" Missing or bad %%Pages: comment.\n" +" REF: Page 43, %%Pages:" +msgstr "" +" Falta comentario %%Pages: o incorrecto.\n" +" REF: Página 43, %%Pages:" + +#: systemv/cupstestppd.c:1500 +msgid " NO ERRORS FOUND" +msgstr " NO SE HAN ENCONTRADO ERRORES" + +#: systemv/cupstestdsc.c:395 +#, c-format +msgid " Saw %d lines that exceeded 255 characters." +msgstr " Se han visto %d líneas que exceden de 255 caracteres." + +#: systemv/cupstestdsc.c:390 +#, c-format +msgid " Too many %%BeginDocument comments." +msgstr " Demasiados comentarios %%BeginDocument." + +#: systemv/cupstestdsc.c:382 +#, c-format +msgid " Too many %%EndDocument comments." +msgstr " Demasiados comentarios %%EndDocument." + +#: systemv/cupstestdsc.c:402 +msgid " Warning: file contains binary data." +msgstr " Advertencia: el archivo contiene datos binarios." + +#: systemv/cupstestdsc.c:410 +#, c-format +msgid " Warning: no %%EndComments comment in file." +msgstr " Advertencia: no hay comentario %%EndComments en el archivo." + +#: systemv/cupstestdsc.c:406 +#, c-format +msgid " Warning: obsolete DSC version %.1f in file." +msgstr " Advertencia: versión DSC %.1f obsoleta en el archivo." + +#: systemv/cupsctl.c:210 +msgid " --[no-]debug-logging Turn debug logging on/off." +msgstr " --[no-]debug-logging Activar/desactivar registro de depuración." + +#: systemv/cupsctl.c:212 +msgid " --[no-]remote-admin Turn remote administration on/off." +msgstr " --[no-]remote-admin Activar/desactivar administración remota." + +#: systemv/cupsctl.c:214 +msgid " --[no-]remote-any Allow/prevent access from the Internet." +msgstr " --[no-]remote-any Permitir/evitar acceso desde Internet." + +#: systemv/cupsctl.c:216 +msgid " --[no-]share-printers Turn printer sharing on/off." +msgstr " --[no-]share-printers Activar/desactivar compartición de impresoras." + +#: systemv/cupsctl.c:218 +msgid " --[no-]user-cancel-any Allow/prevent users to cancel any job." +msgstr " --[no-]user-cancel-any Permitir/evitar a usuarios que cancelen cualquier trabajo." + +#: ppdc/ppdc.cxx:455 +msgid " --cr End lines with CR (Mac OS 9)." +msgstr " --cr Finalizar líneas con CR (Mac OS 9)." + +#: ppdc/ppdc.cxx:457 +msgid " --crlf End lines with CR + LF (Windows)." +msgstr " --crlf Finalizar líneas con CR + LF (Windows)." + +#: ppdc/ppdc.cxx:459 +msgid " --lf End lines with LF (UNIX/Linux/OS X)." +msgstr " --lf Finalizar líneas con LF (UNIX/Linux/OS X)." + +#: test/ipptool.c:4404 +msgid " -4 Connect using IPv4." +msgstr " -4 Conectar usando IPv4." + +#: test/ipptool.c:4405 +msgid " -6 Connect using IPv6." +msgstr " -6 Conectar usando IPv6." + +#: test/ipptool.c:4406 +msgid " -C Send requests using chunking (default)." +msgstr " -C Enviar peticiones usando fragmentación (predeterminado)." + +#: scheduler/cupsfilter.c:1431 +msgid " -D Remove the input file when finished." +msgstr " -D Eliminar el archivo de entrada al terminar." + +#: ppdc/ppdc.cxx:438 +#: ppdc/ppdhtml.cxx:175 +#: ppdc/ppdpo.cxx:255 +msgid " -D name=value Set named variable to value." +msgstr " -D nombre=valor Establece la variable nombre al valor." + +#: systemv/cupsaddsmb.c:285 +#: systemv/cupsctl.c:205 +msgid " -E Encrypt the connection." +msgstr " -E Cifra la conexión." + +#: test/ipptool.c:4408 +msgid " -E Test with HTTP Upgrade to TLS." +msgstr " -E Prueba con actualización HTTP a TLS." + +#: scheduler/main.c:2021 +msgid " -F Run in the foreground but detach from console." +msgstr " -F Ejecuta en primer plano pero separado de la consola." + +#: systemv/cupsaddsmb.c:286 +msgid " -H samba-server Use the named SAMBA server." +msgstr " -H servidor-samba Usa el servidor SAMBA nombrado." + +#: test/ipptool.c:4410 +msgid " -I Ignore errors." +msgstr " -I Ignora errores." + +#: ppdc/ppdc.cxx:440 +#: ppdc/ppdhtml.cxx:177 +#: ppdc/ppdi.cxx:131 +#: ppdc/ppdpo.cxx:257 +msgid " -I include-dir Add include directory to search path." +msgstr " -I include-dir Añade directorio include a la ruta de búsqueda." + +#: systemv/cupstestppd.c:3799 +msgid " -I {filename,filters,none,profiles}" +msgstr " -I {filename,filters,none,profiles}" + +#: test/ipptool.c:4411 +msgid " -L Send requests using content-length." +msgstr " -L Envía peticiones usando content-length." + +#: scheduler/cupsfilter.c:1433 +msgid " -P filename.ppd Set PPD file." +msgstr " -P nombre_archivo.ppd Establece archivo PPD." + +#: systemv/cupstestppd.c:3801 +msgid " -R root-directory Set alternate root." +msgstr " -R directorio-raíz Establece directorio raíz alternativo." + +#: test/ipptool.c:4413 +msgid " -S Test with SSL encryption." +msgstr " -S Prueba con cifrado SSL." + +#: test/ipptool.c:4415 +msgid " -T seconds Set the receive/send timeout in seconds." +msgstr " -T segundos Establece el tiempo de espera de recepción/envío en segundos." + +#: scheduler/cupsfilter.c:1434 +#: systemv/cupsaddsmb.c:288 +#: systemv/cupsctl.c:206 +msgid " -U username Specify username." +msgstr " -U nombre_usuario Especifica el nombre de usuario." + +#: test/ipptool.c:4417 +msgid " -V version Set default IPP version." +msgstr " -V versión Establece la versión IPP predeterminada." + +#: systemv/cupstestppd.c:3802 +msgid " -W {all,none,constraints,defaults,duplex,filters,profiles,sizes,translations}" +msgstr " -W {all,none,constraints,defaults,duplex,filters,profiles,sizes,translations}" + +#: test/ipptool.c:4419 +msgid " -X Produce XML plist instead of plain text." +msgstr " -X Produce XML plist en vez de texto sin formato." + +#: systemv/cupsaddsmb.c:289 +msgid " -a Export all printers." +msgstr " -a Exporta todas las impresoras." + +#: ppdc/ppdc.cxx:442 +msgid " -c catalog.po Load the specified message catalog." +msgstr " -c catálogo.po Carga el catálogo de mensajes especificado." + +#: scheduler/cupsfilter.c:1435 +#: scheduler/main.c:2019 +msgid " -c cupsd.conf Set cupsd.conf file to use." +msgstr " -c cupsd.conf Establece el archivo cupsd.conf a usar." + +#: test/ipptool.c:4421 +msgid " -d name=value Set named variable to value." +msgstr " -d nombre=valor Establece la variable al valor." + +#: ppdc/ppdc.cxx:444 +msgid " -d output-dir Specify the output directory." +msgstr " -d dir-salida Especifica el directorio de salida." + +#: scheduler/cupsfilter.c:1437 +msgid " -d printer Use the named printer." +msgstr " -d impresora Usa la impresora especificada." + +#: scheduler/cupsfilter.c:1439 +msgid " -e Use every filter from the PPD file." +msgstr " -e Usa cada filtro desde el archivo PPD." + +#: scheduler/main.c:2020 +msgid " -f Run in the foreground." +msgstr " -f Ejecuta en primer plano." + +#: test/ipptool.c:4423 +msgid " -f filename Set default request filename." +msgstr " -f nombre_archivo Establece nombre de archivo predeterminado." + +#: scheduler/main.c:2023 +msgid " -h Show this usage message." +msgstr " -h Muestra este mensaje de uso." + +#: systemv/cupsaddsmb.c:290 +#: systemv/cupsctl.c:207 +msgid " -h server[:port] Specify server address." +msgstr " -h servidor[:puerto] Especifica la dirección del servidor." + +#: scheduler/cupsfilter.c:1441 +msgid " -i mime/type Set input MIME type (otherwise auto-typed)." +msgstr " -i tipo/mime Establece el tipo MIME de entrada (si no, auto-typed)." + +#: test/ipptool.c:4425 +msgid " -i seconds Repeat the last file with the given time interval." +msgstr " -i segundos Repite el último archivo con el intervalo de tiempo dado." + +#: scheduler/cupsfilter.c:1443 +msgid " -j job-id[,N] Filter file N from the specified job (default is file 1)." +msgstr " -j id-trabajo[,N] Filtra el archivo N desde el trabajo especificado (predeterminado archivo 1)." + +#: scheduler/main.c:2024 +msgid " -l Run cupsd from launchd(8)." +msgstr " -l Ejecuta cupsd desde launchd(8)." + +#: ppdc/ppdc.cxx:446 +msgid " -l lang[,lang,...] Specify the output language(s) (locale)." +msgstr " -l idioma[,idioma,...] Especifica los idiomas de salida (código regional)." + +#: ppdc/ppdc.cxx:448 +msgid " -m Use the ModelName value as the filename." +msgstr " -m Usa el valor ModelName como nombre de archivo." + +#: scheduler/cupsfilter.c:1445 +msgid " -m mime/type Set output MIME type (otherwise application/pdf)." +msgstr " -m tipo/mime Establece el tipo MIME de salida (si no, application/pdf)." + +#: scheduler/cupsfilter.c:1447 +msgid " -n copies Set number of copies." +msgstr " -n copias Establece el número de copias." + +#: test/ipptool.c:4427 +msgid " -n count Repeat the last file the given number of times." +msgstr " -n contador Repite el último archivo el número de veces especificado." + +#: ppdc/ppdi.cxx:133 +msgid " -o filename.drv Set driver information file (otherwise ppdi.drv)." +msgstr " -o nombre_archivo.drv Establece el archivo de información del controlador (si no, ppdi.drv)." + +#: ppdc/ppdmerge.cxx:370 +msgid " -o filename.ppd[.gz] Set output file (otherwise stdout)." +msgstr " -o nombre_archivo.ppd[.gz] Establece el archivo de salida (si no, stdout)." + +#: scheduler/cupsfilter.c:1448 +msgid " -o name=value Set option(s)." +msgstr " -o nombre=valor Establece opciones." + +#: scheduler/cupsfilter.c:1449 +msgid " -p filename.ppd Set PPD file." +msgstr " -p nombre_archivo.ppd Establece archivo PPD." + +#: systemv/cupstestppd.c:3806 +#: test/ipptool.c:4429 +msgid " -q Run silently." +msgstr " -q Ejecución silenciosa." + +#: systemv/cupstestppd.c:3807 +msgid " -r Use 'relaxed' open mode." +msgstr " -r Usa modo abierto 'relajado'." + +#: test/ipptool.c:4430 +msgid " -t Produce a test report." +msgstr " -t Produce un informe de la prueba." + +#: ppdc/ppdc.cxx:450 +msgid " -t Test PPDs instead of generating them." +msgstr " -t Prueba los PPDs en vez de generarlos." + +#: scheduler/main.c:2025 +msgid " -t Test the configuration file." +msgstr " -t Prueba el archivo de configuración." + +#: scheduler/cupsfilter.c:1450 +msgid " -t title Set title." +msgstr " -t título Establece título." + +#: scheduler/cupsfilter.c:1451 +msgid " -u Remove the PPD file when finished." +msgstr " -u Borra el archivo PPD tras terminar." + +#: systemv/cupsaddsmb.c:291 +#: systemv/cupstestppd.c:3808 +#: test/ipptool.c:4431 +#: ppdc/ppdc.cxx:452 +#: ppdc/ppdpo.cxx:259 +msgid " -v Be verbose." +msgstr " -v Ser detallado." + +#: systemv/cupstestppd.c:3809 +msgid " -vv Be very verbose." +msgstr " -vv Ser muy detallado." + +#: ppdc/ppdc.cxx:453 +msgid " -z Compress PPD files using GNU zip." +msgstr " -z Comprimir archivos PPD usando GNU zip." + +#: systemv/cupstestppd.c:332 +#: systemv/cupstestppd.c:351 +#: systemv/cupstestppd.c:363 +#: systemv/cupstestppd.c:496 +#: systemv/cupstestppd.c:511 +#: systemv/cupstestppd.c:532 +#: systemv/cupstestppd.c:547 +#: systemv/cupstestppd.c:577 +#: systemv/cupstestppd.c:597 +#: systemv/cupstestppd.c:620 +#: systemv/cupstestppd.c:638 +#: systemv/cupstestppd.c:664 +#: systemv/cupstestppd.c:682 +#: systemv/cupstestppd.c:702 +#: systemv/cupstestppd.c:722 +#: systemv/cupstestppd.c:740 +#: systemv/cupstestppd.c:757 +#: systemv/cupstestppd.c:776 +#: systemv/cupstestppd.c:797 +#: systemv/cupstestppd.c:816 +#: systemv/cupstestppd.c:836 +#: systemv/cupstestppd.c:856 +#: systemv/cupstestppd.c:876 +#: systemv/cupstestppd.c:896 +#: systemv/cupstestppd.c:914 +#: systemv/cupstestppd.c:931 +#: systemv/cupstestppd.c:953 +#: systemv/cupstestppd.c:971 +#: systemv/cupstestppd.c:988 +#: systemv/cupstestppd.c:1006 +#: systemv/cupstestppd.c:1022 +#: systemv/cupstestppd.c:1042 +#: systemv/cupstestppd.c:1073 +#: systemv/cupstestppd.c:1095 +#: systemv/cupstestppd.c:1146 +#: systemv/cupstestppd.c:1165 +#: systemv/cupstestppd.c:1209 +#: systemv/cupstestppd.c:1223 +#: systemv/cupstestppd.c:1255 +#: systemv/cupstestppd.c:1282 +#: systemv/cupstestppd.c:1800 +#: systemv/cupstestppd.c:1819 +#: systemv/cupstestppd.c:1837 +#: systemv/cupstestppd.c:1889 +#: systemv/cupstestppd.c:1905 +#: systemv/cupstestppd.c:1942 +#: systemv/cupstestppd.c:1960 +#: systemv/cupstestppd.c:1996 +#: systemv/cupstestppd.c:2010 +#: systemv/cupstestppd.c:2037 +#: systemv/cupstestppd.c:2051 +#: systemv/cupstestppd.c:2097 +#: systemv/cupstestppd.c:2119 +#: systemv/cupstestppd.c:2142 +#: systemv/cupstestppd.c:2159 +#: systemv/cupstestppd.c:2201 +#: systemv/cupstestppd.c:2244 +#: systemv/cupstestppd.c:2291 +#: systemv/cupstestppd.c:2315 +#: systemv/cupstestppd.c:2369 +#: systemv/cupstestppd.c:2385 +#: systemv/cupstestppd.c:2415 +#: systemv/cupstestppd.c:2429 +#: systemv/cupstestppd.c:2455 +#: systemv/cupstestppd.c:2471 +#: systemv/cupstestppd.c:2511 +#: systemv/cupstestppd.c:2525 +#: systemv/cupstestppd.c:2551 +#: systemv/cupstestppd.c:2567 +#: systemv/cupstestppd.c:2597 +#: systemv/cupstestppd.c:2611 +#: systemv/cupstestppd.c:2638 +#: systemv/cupstestppd.c:2655 +#: systemv/cupstestppd.c:2669 +#: systemv/cupstestppd.c:2693 +#: systemv/cupstestppd.c:2710 +#: systemv/cupstestppd.c:2724 +#: systemv/cupstestppd.c:2748 +#: systemv/cupstestppd.c:2765 +#: systemv/cupstestppd.c:2779 +#: systemv/cupstestppd.c:2803 +#: systemv/cupstestppd.c:2820 +#: systemv/cupstestppd.c:2834 +#: systemv/cupstestppd.c:2858 +#: systemv/cupstestppd.c:2872 +#: systemv/cupstestppd.c:2887 +#: systemv/cupstestppd.c:2904 +#: systemv/cupstestppd.c:2960 +#: systemv/cupstestppd.c:2995 +#: systemv/cupstestppd.c:3009 +#: systemv/cupstestppd.c:3037 +#: systemv/cupstestppd.c:3102 +#: systemv/cupstestppd.c:3117 +#: systemv/cupstestppd.c:3156 +#: systemv/cupstestppd.c:3176 +#: systemv/cupstestppd.c:3190 +#: systemv/cupstestppd.c:3387 +#: systemv/cupstestppd.c:3423 +#: systemv/cupstestppd.c:3437 +#: systemv/cupstestppd.c:3483 +#: systemv/cupstestppd.c:3515 +#: systemv/cupstestppd.c:3532 +#: systemv/cupstestppd.c:3555 +#: systemv/cupstestppd.c:3571 +#: systemv/cupstestppd.c:3609 +#: systemv/cupstestppd.c:3750 +#: systemv/cupstestppd.c:3772 +#: systemv/cupstestppd.c:3880 +msgid " FAIL" +msgstr " FALLO" + +#: systemv/cupstestppd.c:1306 +msgid " PASS" +msgstr " PASA" + +#: berkeley/lpq.c:560 +#, c-format +msgid "%-6s %-10.10s %-4d %-10d %-27.27s %.0f bytes" +msgstr "%-6s %-10.10s %-4d %-10d %-27.27s %.0f bytes" + +#: berkeley/lpq.c:565 +#, c-format +msgid "%-7s %-7.7s %-7d %-31.31s %.0f bytes" +msgstr "%-7s %-7.7s %-7d %-31.31s %.0f bytes" + +#: systemv/lpstat.c:750 +#, c-format +msgid "%s accepting requests since %s" +msgstr "%s aceptando peticiones desde %s" + +#: scheduler/ipp.c:10045 +#, c-format +msgid "%s cannot be changed." +msgstr "%s no puede ser cambiado." + +#: berkeley/lpc.c:189 +#, c-format +msgid "%s is not implemented by the CUPS version of lpc." +msgstr "%s no está implementado en la versión de CUPS de lpc." + +#: berkeley/lpq.c:651 +#, c-format +msgid "%s is not ready" +msgstr "%s no está preparada" + +#: berkeley/lpq.c:644 +#, c-format +msgid "%s is ready" +msgstr "%s está preparada" + +#: berkeley/lpq.c:647 +#, c-format +msgid "%s is ready and printing" +msgstr "%s está preparada e imprimiendo" + +#: filter/rastertoepson.c:985 +#: filter/rastertohp.c:711 +#: filter/rastertolabel.c:1134 +#, c-format +msgid "%s job-id user title copies options [file]" +msgstr "%s job-id usuario título copias opciones [archivo]" + +#: systemv/lpstat.c:754 +#, c-format +msgid "%s not accepting requests since %s -" +msgstr "%s no acepta peticiones desde %s -" + +#: scheduler/ipp.c:691 +#, c-format +msgid "%s not supported." +msgstr "No se admite el uso de %s." + +#: systemv/lpstat.c:765 +#, c-format +msgid "%s/%s accepting requests since %s" +msgstr "%s/%s aceptando peticiones desde %s" + +#: systemv/lpstat.c:770 +#, c-format +msgid "%s/%s not accepting requests since %s -" +msgstr "%s/%s no acepta peticiones desde %s -" + +#: berkeley/lpq.c:552 +#, c-format +msgid "%s: %-33.33s [job %d localhost]" +msgstr "%s: %-33.33s [trabajo %d localhost]" + +#. TRANSLATORS: Message is "subject: error" +#: cups/langprintf.c:86 +#: scheduler/cupsfilter.c:714 +#: systemv/lpadmin.c:805 +#: systemv/lpadmin.c:856 +#: systemv/lpadmin.c:906 +#: systemv/lpadmin.c:962 +#: systemv/lpadmin.c:1060 +#: systemv/lpadmin.c:1112 +#: systemv/lpadmin.c:1168 +#: systemv/lpadmin.c:1478 +#, c-format +msgid "%s: %s" +msgstr "%s: %s" + +#: systemv/cancel.c:294 +#: systemv/cancel.c:357 +#, c-format +msgid "%s: %s failed: %s" +msgstr "%s: %s ha fallado: %s" + +#: systemv/cupsaccept.c:68 +#, c-format +msgid "%s: Don't know what to do." +msgstr "%s: No sé que hay que hacer." + +#: berkeley/lpq.c:236 +#: berkeley/lpr.c:344 +#: systemv/lp.c:584 +#, c-format +msgid "%s: Error - %s environment variable names non-existent destination \"%s\"." +msgstr "%s: Error - %s nombres de variables de entorno no existen en destino \"%s\"." + +#: systemv/lp.c:231 +#, c-format +msgid "%s: Error - bad job ID." +msgstr "%s: Error - ID de trabajo incorrecta." + +#: systemv/lp.c:219 +#, c-format +msgid "%s: Error - cannot print files and alter jobs simultaneously." +msgstr "%s: Error - no se pueden imprimir archivos y alterar trabajos al mismo tiempo." + +#: systemv/lp.c:505 +#, c-format +msgid "%s: Error - cannot print from stdin if files or a job ID are provided." +msgstr "%s: Error - no se puede imprimir desde stdin si se proporcionan archivos o una ID de trabajo." + +#: systemv/lp.c:461 +#, c-format +msgid "%s: Error - expected character set after \"-S\" option." +msgstr "%s: Error - se esperaba un juego de caracteres tras la opción \"-S\"." + +#: systemv/lp.c:480 +#, c-format +msgid "%s: Error - expected content type after \"-T\" option." +msgstr "%s: Error - se esperaba un tipo de contenido tras la opción \"-T\"." + +#: berkeley/lpr.c:240 +#, c-format +msgid "%s: Error - expected copies after \"-#\" option." +msgstr "%s: Error - se esperaba número de copias tras la opción \"-#\"." + +#: systemv/lp.c:264 +#, c-format +msgid "%s: Error - expected copies after \"-n\" option." +msgstr "%s: Error - se esperaba número de copias tras la opción \"-n\"." + +#: berkeley/lpr.c:209 +#, c-format +msgid "%s: Error - expected destination after \"-P\" option." +msgstr "%s: Error - se esperaba un destino tras la opción \"-P\"." + +#: systemv/lpstat.c:231 +#, c-format +msgid "%s: Error - expected destination after \"-b\" option." +msgstr "%s: Error - se esperaba un destino tras la opción \"-b\"." + +#: systemv/lp.c:138 +#, c-format +msgid "%s: Error - expected destination after \"-d\" option." +msgstr "%s: Error - se esperaba un destino tras la opción \"-d\"." + +#: systemv/lp.c:168 +#, c-format +msgid "%s: Error - expected form after \"-f\" option." +msgstr "%s: Error - se esperaba un formulario tras la opción \"-f\"." + +#: systemv/lp.c:391 +#, c-format +msgid "%s: Error - expected hold name after \"-H\" option." +msgstr "%s: Error - se esperaba un nombre de retención tras la opción \"-H\"." + +#: berkeley/lpr.c:103 +#, c-format +msgid "%s: Error - expected hostname after \"-H\" option." +msgstr "%s: Error - se esperaba un nombre de ordenador tras la opción \"-H\"." + +#: berkeley/lpq.c:180 +#: berkeley/lprm.c:123 +#: systemv/cancel.c:124 +#: systemv/cupsaccept.c:123 +#: systemv/lp.c:189 +#: systemv/lpstat.c:291 +#, c-format +msgid "%s: Error - expected hostname after \"-h\" option." +msgstr "%s: Error - se esperaba un nombre de ordenador tras la opción \"-h\"." + +#: systemv/lp.c:371 +#, c-format +msgid "%s: Error - expected mode list after \"-y\" option." +msgstr "%s: Error - se esperaba una lista de modos tras la opción \"-y\"." + +#: berkeley/lpr.c:263 +#, c-format +msgid "%s: Error - expected name after \"-%c\" option." +msgstr "%s: Error - se esperaba un nombre tras la opción \"%c\"." + +#: berkeley/lpr.c:153 +#: systemv/lp.c:288 +#, c-format +msgid "%s: Error - expected option=value after \"-o\" option." +msgstr "%s: Error - se esperaba opción=valor tras la opción \"-o\"." + +#: systemv/lp.c:441 +#, c-format +msgid "%s: Error - expected page list after \"-P\" option." +msgstr "%s: Error - se esperaba una lista de páginas tras la opción \"-P\"." + +#: systemv/lp.c:308 +#, c-format +msgid "%s: Error - expected priority after \"-%c\" option." +msgstr "%s: Error - se esperaba un valor de prioridad tras la opción \"-%c\"." + +#: systemv/cupsaccept.c:141 +#, c-format +msgid "%s: Error - expected reason text after \"-r\" option." +msgstr "%s: Error - se esperaba un texto con una razón tras la opción \"-r\"." + +#: systemv/lp.c:354 +#, c-format +msgid "%s: Error - expected title after \"-t\" option." +msgstr "%s: Error - se esperaba un título tras la opción \"-t\"." + +#: berkeley/lpq.c:111 +#: berkeley/lpr.c:84 +#: berkeley/lprm.c:104 +#: systemv/cancel.c:94 +#: systemv/cupsaccept.c:101 +#: systemv/lp.c:116 +#: systemv/lpadmin.c:438 +#: systemv/lpstat.c:137 +#, c-format +msgid "%s: Error - expected username after \"-U\" option." +msgstr "%s: Error - se esperaba un nombre de usuario tras la opción \"-U\"." + +#: systemv/cancel.c:145 +#, c-format +msgid "%s: Error - expected username after \"-u\" option." +msgstr "%s: Error - se esperaba un nombre de usuario tras la opción \"-u\"." + +#: berkeley/lpr.c:125 +#, c-format +msgid "%s: Error - expected value after \"-%c\" option." +msgstr "%s: Error - se esperaba un valor tras la opción \"%c\"." + +#: systemv/lpstat.c:157 +#: systemv/lpstat.c:171 +#, c-format +msgid "%s: Error - need \"completed\", \"not-completed\", or \"all\" after \"-W\" option." +msgstr "%s: Error - se necesita \"completed\", \"not completed\", o \"all\" tras la opción \"-W\"." + +#: berkeley/lpq.c:241 +#: berkeley/lpr.c:349 +#: systemv/lp.c:589 +#, c-format +msgid "%s: Error - no default destination available." +msgstr "%s: Error - destino predeterminado no disponible." + +#: systemv/lp.c:330 +#, c-format +msgid "%s: Error - priority must be between 1 and 100." +msgstr "%s: Error - la prioridad debe estar entre 1 y 100." + +#: berkeley/lpr.c:352 +#: systemv/lp.c:592 +#, c-format +msgid "%s: Error - scheduler not responding." +msgstr "%s: Error - el programa planificador de tareas no responde." + +#: berkeley/lpr.c:305 +#: systemv/lp.c:537 +#, c-format +msgid "%s: Error - too many files - \"%s\"." +msgstr "%s: Error - demasiados archivos - \"%s\"." + +#: berkeley/lpr.c:287 +#: systemv/lp.c:520 +#, c-format +msgid "%s: Error - unable to access \"%s\" - %s" +msgstr "%s: Error - no se ha podido acceder a \"%s\" - %s" + +#: berkeley/lpr.c:395 +#: systemv/lp.c:623 +#, c-format +msgid "%s: Error - unable to queue from stdin - %s." +msgstr "%s: Error - no se ha podido poner en cola desde stdin - %s." + +#: berkeley/lprm.c:87 +#: berkeley/lprm.c:172 +#: systemv/cancel.c:214 +#, c-format +msgid "%s: Error - unknown destination \"%s\"." +msgstr "%s: Error - destino \"%s\" desconocido." + +#: berkeley/lpq.c:150 +#, c-format +msgid "%s: Error - unknown destination \"%s/%s\"." +msgstr "%s: Error - destino \"%s/%s\" desconocido." + +#: berkeley/lpr.c:274 +#: berkeley/lprm.c:139 +#: systemv/cancel.c:156 +#: systemv/cupsaccept.c:164 +#: systemv/lp.c:496 +#: systemv/lpstat.c:452 +#, c-format +msgid "%s: Error - unknown option \"%c\"." +msgstr "%s: Error - opción \"%c\" desconocida." + +#: systemv/cupsaccept.c:157 +#, c-format +msgid "%s: Error - unknown option \"%s\"." +msgstr "%s: Error: opción \"%s\" desconocida." + +#: systemv/lp.c:208 +#, c-format +msgid "%s: Expected job ID after \"-i\" option." +msgstr "%s : Se esperaba una ID de trabajo tras la opción \"-i\"." + +#: systemv/lpstat.c:504 +#: systemv/lpstat.c:543 +#, c-format +msgid "%s: Invalid destination name in list \"%s\"." +msgstr "%s: Nombre de destino no válido en la lista \"%s\"." + +#: scheduler/cupsfilter.c:567 +#, c-format +msgid "%s: Invalid filter string \"%s\"." +msgstr "%s: Cadena de filtro \"%s\" no válida." + +#: systemv/lp.c:418 +#, c-format +msgid "%s: Need job ID (\"-i jobid\") before \"-H restart\"." +msgstr "%s: Se necesita un ID de trabajo (\"-i id_trabajo\") antes de \"-H restart\"." + +#: scheduler/cupsfilter.c:458 +#, c-format +msgid "%s: No filter to convert from %s/%s to %s/%s." +msgstr "%s: No hay ningún filtro para convertir de %s/%s a %s/%s." + +#: systemv/cupsaccept.c:198 +#, c-format +msgid "%s: Operation failed: %s" +msgstr "%s: La operación ha fallado: %s" + +#: berkeley/lpq.c:97 +#: berkeley/lpr.c:70 +#: berkeley/lprm.c:67 +#: systemv/cancel.c:81 +#: systemv/cupsaccept.c:88 +#: systemv/cupsaddsmb.c:86 +#: systemv/lp.c:102 +#: systemv/lpadmin.c:239 +#: systemv/lpinfo.c:88 +#: systemv/lpmove.c:73 +#: systemv/lpstat.c:102 +#: test/ipptool.c:304 +#: test/ipptool.c:321 +#, c-format +msgid "%s: Sorry, no encryption support." +msgstr "%s: Lo siento, no está compilado con la opción de cifrado." + +#: berkeley/lpq.c:295 +#: scheduler/cupsfilter.c:1221 +#: systemv/cancel.c:237 +#: systemv/cupsaddsmb.c:144 +#: systemv/cupsaddsmb.c:171 +#, c-format +msgid "%s: Unable to connect to server." +msgstr "%s: No se ha podido conectar al servidor." + +#: systemv/cancel.c:317 +#, c-format +msgid "%s: Unable to contact server." +msgstr "%s: No se ha podido contactar con el servidor." + +#: scheduler/cupsfilter.c:424 +#, c-format +msgid "%s: Unable to determine MIME type of \"%s\"." +msgstr "%s: No se ha podido determinar el tipo MIME de \"%s\"." + +#: ppdc/ppdmerge.cxx:96 +#, c-format +msgid "%s: Unable to open %s: %s" +msgstr "%s: No se pudo abrir %s: %s" + +#: scheduler/cupsfilter.c:662 +#: ppdc/ppdmerge.cxx:112 +#, c-format +msgid "%s: Unable to open PPD file: %s on line %d." +msgstr "%s: No se ha podido abrir el archivo PPD: %s en la línea %d." + +#: scheduler/cupsfilter.c:392 +#, c-format +msgid "%s: Unable to read MIME database from \"%s\" or \"%s\"." +msgstr "%s: No se pudo leer base de datos MIME desde \"%s\" o \"%s\"." + +#: berkeley/lpq.c:153 +#: systemv/lpstat.c:558 +#, c-format +msgid "%s: Unknown destination \"%s\"." +msgstr "%s: Destino \"%s\" desconocido." + +#: scheduler/cupsfilter.c:435 +#, c-format +msgid "%s: Unknown destination MIME type %s/%s." +msgstr "%s: Tipo MIME de destino %s/%s desconocido." + +#: scheduler/cupsfilter.c:1426 +#, c-format +msgid "%s: Unknown option \"%c\"." +msgstr "%s: Opción \"%c\" desconocida." + +#: scheduler/cupsfilter.c:416 +#, c-format +msgid "%s: Unknown source MIME type %s/%s." +msgstr "%s: Tipo MIME de origen %s/%s desconocido." + +#: berkeley/lpr.c:139 +#, c-format +msgid "%s: Warning - \"%c\" format modifier not supported - output may not be correct." +msgstr "%s: Advertencia - no se admite el uso del modificador de formato \"%c\" - la salida puede no ser correcta." + +#: systemv/lp.c:468 +#, c-format +msgid "%s: Warning - character set option ignored." +msgstr "%s: Advertencia - opción de juego de caracteres no tenida en cuenta." + +#: systemv/lp.c:487 +#, c-format +msgid "%s: Warning - content type option ignored." +msgstr "%s: Advertencia - opción de tipo de contenido no tenida en cuenta." + +#: systemv/lp.c:175 +#, c-format +msgid "%s: Warning - form option ignored." +msgstr "%s: Advertencia - opción de formulario no tenida en cuenta." + +#: systemv/lp.c:378 +#, c-format +msgid "%s: Warning - mode option ignored." +msgstr "%s: Advertencia - opción de modo no tenida en cuenta." + +#: ppdc/sample.c:310 +msgid "-1" +msgstr "-1" + +#: ppdc/sample.c:301 +msgid "-10" +msgstr "-10" + +#: ppdc/sample.c:393 +msgid "-100" +msgstr "-100" + +#: ppdc/sample.c:392 +msgid "-105" +msgstr "-105" + +#: ppdc/sample.c:300 +msgid "-11" +msgstr "-11" + +#: ppdc/sample.c:391 +msgid "-110" +msgstr "-110" + +#: ppdc/sample.c:390 +msgid "-115" +msgstr "-115" + +#: ppdc/sample.c:299 +msgid "-12" +msgstr "-12" + +#: ppdc/sample.c:389 +msgid "-120" +msgstr "-120" + +#: ppdc/sample.c:298 +msgid "-13" +msgstr "-13" + +#: ppdc/sample.c:297 +msgid "-14" +msgstr "-14" + +#: ppdc/sample.c:296 +msgid "-15" +msgstr "-15" + +#: ppdc/sample.c:309 +msgid "-2" +msgstr "-2" + +#: ppdc/sample.c:409 +msgid "-20" +msgstr "-20" + +#: ppdc/sample.c:408 +msgid "-25" +msgstr "-25" + +#: ppdc/sample.c:308 +msgid "-3" +msgstr "-3" + +#: ppdc/sample.c:407 +msgid "-30" +msgstr "-30" + +#: ppdc/sample.c:406 +msgid "-35" +msgstr "-35" + +#: ppdc/sample.c:307 +msgid "-4" +msgstr "-4" + +#: ppdc/sample.c:405 +msgid "-40" +msgstr "-40" + +#: ppdc/sample.c:404 +msgid "-45" +msgstr "-45" + +#: ppdc/sample.c:306 +msgid "-5" +msgstr "-5" + +#: ppdc/sample.c:403 +msgid "-50" +msgstr "-50" + +#: ppdc/sample.c:402 +msgid "-55" +msgstr "-55" + +#: ppdc/sample.c:305 +msgid "-6" +msgstr "-6" + +#: ppdc/sample.c:401 +msgid "-60" +msgstr "-60" + +#: ppdc/sample.c:400 +msgid "-65" +msgstr "-65" + +#: ppdc/sample.c:304 +msgid "-7" +msgstr "-7" + +#: ppdc/sample.c:399 +msgid "-70" +msgstr "-70" + +#: ppdc/sample.c:398 +msgid "-75" +msgstr "-75" + +#: ppdc/sample.c:303 +msgid "-8" +msgstr "-8" + +#: ppdc/sample.c:397 +msgid "-80" +msgstr "-80" + +#: ppdc/sample.c:396 +msgid "-85" +msgstr "-85" + +#: ppdc/sample.c:302 +msgid "-9" +msgstr "-9" + +#: ppdc/sample.c:395 +msgid "-90" +msgstr "-90" + +#: ppdc/sample.c:394 +msgid "-95" +msgstr "-95" + +#: ppdc/sample.c:311 +msgid "0" +msgstr "0" + +#: ppdc/sample.c:312 +msgid "1" +msgstr "1" + +#: ppdc/sample.c:384 +msgid "1 inch/sec." +msgstr "1 pulg./seg" + +#: ppdc/sample.c:172 +msgid "1.25x0.25\"" +msgstr "1.25x0.25 pulg." + +#: ppdc/sample.c:173 +msgid "1.25x2.25\"" +msgstr "1.25x2.25 pulg." + +#: ppdc/sample.c:432 +msgid "1.5 inch/sec." +msgstr "1.5 pulg./seg" + +#: ppdc/sample.c:174 +msgid "1.50x0.25\"" +msgstr "1.50x0.25 pulg." + +#: ppdc/sample.c:175 +msgid "1.50x0.50\"" +msgstr "1.50x0.50 pulg." + +#: ppdc/sample.c:176 +msgid "1.50x1.00\"" +msgstr "1.50x1.00 pulg." + +#: ppdc/sample.c:177 +msgid "1.50x2.00\"" +msgstr "1.50x2.00 pulg." + +#: ppdc/sample.c:321 +msgid "10" +msgstr "10" + +#: ppdc/sample.c:443 +msgid "10 inches/sec." +msgstr "10 pulg./seg" + +#: ppdc/sample.c:6 +msgid "10 x 11" +msgstr "10 x 11" + +#: ppdc/sample.c:7 +msgid "10 x 13" +msgstr "10 x 13" + +#: ppdc/sample.c:8 +msgid "10 x 14" +msgstr "10 x 14" + +#: ppdc/sample.c:423 +msgid "100" +msgstr "100" + +#: ppdc/sample.c:334 +msgid "100 mm/sec." +msgstr "100 mm/seg" + +#: ppdc/sample.c:424 +msgid "105" +msgstr "105" + +#: ppdc/sample.c:322 +msgid "11" +msgstr "11" + +#: ppdc/sample.c:444 +msgid "11 inches/sec." +msgstr "11 pulg./seg" + +#: ppdc/sample.c:425 +msgid "110" +msgstr "110" + +#: ppdc/sample.c:426 +msgid "115" +msgstr "115" + +#: ppdc/sample.c:323 +msgid "12" +msgstr "12" + +#: ppdc/sample.c:445 +msgid "12 inches/sec." +msgstr "12 pulg./seg" + +#: ppdc/sample.c:9 +msgid "12 x 11" +msgstr "12 x 11" + +#: ppdc/sample.c:427 +msgid "120" +msgstr "120" + +#: ppdc/sample.c:335 +msgid "120 mm/sec." +msgstr "120 mm/seg" + +#: ppdc/sample.c:243 +msgid "120x60dpi" +msgstr "120x60ppp" + +#: ppdc/sample.c:249 +msgid "120x72dpi" +msgstr "120x72ppp" + +#: ppdc/sample.c:324 +msgid "13" +msgstr "13" + +#: ppdc/sample.c:232 +msgid "136dpi" +msgstr "136ppp" + +#: ppdc/sample.c:325 +msgid "14" +msgstr "14" + +#: ppdc/sample.c:326 +msgid "15" +msgstr "15" + +#: ppdc/sample.c:328 +msgid "15 mm/sec." +msgstr "15 mm/seg" + +#: ppdc/sample.c:10 +msgid "15 x 11" +msgstr "15 x 11" + +#: ppdc/sample.c:336 +msgid "150 mm/sec." +msgstr "150 mm/seg" + +#: ppdc/sample.c:283 +msgid "150dpi" +msgstr "150ppp" + +#: ppdc/sample.c:368 +msgid "16" +msgstr "16" + +#: ppdc/sample.c:369 +msgid "17" +msgstr "17" + +#: ppdc/sample.c:370 +msgid "18" +msgstr "18" + +#: ppdc/sample.c:244 +msgid "180dpi" +msgstr "180ppp" + +#: ppdc/sample.c:371 +msgid "19" +msgstr "19" + +#: ppdc/sample.c:313 +msgid "2" +msgstr "2" + +#: ppdc/sample.c:385 +msgid "2 inches/sec." +msgstr "2 pulg./seg" + +#: ppdc/sample.c:270 +msgid "2-Sided Printing" +msgstr "Dúplex" + +#: ppdc/sample.c:178 +msgid "2.00x0.37\"" +msgstr "2.00x0.37 pulg." + +#: ppdc/sample.c:179 +msgid "2.00x0.50\"" +msgstr "2.00x0.50 pulg." + +#: ppdc/sample.c:180 +msgid "2.00x1.00\"" +msgstr "2.00x1.00 pulg." + +#: ppdc/sample.c:181 +msgid "2.00x1.25\"" +msgstr "2.00x1.25 pulg." + +#: ppdc/sample.c:182 +msgid "2.00x2.00\"" +msgstr "2.00x2.00 pulg." + +#: ppdc/sample.c:183 +msgid "2.00x3.00\"" +msgstr "2.00x3.00 pulg." + +#: ppdc/sample.c:184 +msgid "2.00x4.00\"" +msgstr "2.00x4.00 pulg." + +#: ppdc/sample.c:185 +msgid "2.00x5.50\"" +msgstr "2.00x5.50 pulg." + +#: ppdc/sample.c:186 +msgid "2.25x0.50\"" +msgstr "2.25x0.50 pulg." + +#: ppdc/sample.c:187 +msgid "2.25x1.25\"" +msgstr "2.25x1.25 pulg." + +#: ppdc/sample.c:188 +msgid "2.25x4.00\"" +msgstr "2.25x4.00 pulg." + +#: ppdc/sample.c:189 +msgid "2.25x5.50\"" +msgstr "2.25x5.50 pulg." + +#: ppdc/sample.c:190 +msgid "2.38x5.50\"" +msgstr "2.38x5.50 pulg." + +#: ppdc/sample.c:433 +msgid "2.5 inches/sec." +msgstr "2.5 pulg./seg" + +#: ppdc/sample.c:191 +msgid "2.50x1.00\"" +msgstr "2.50x1.00 pulg." + +#: ppdc/sample.c:192 +msgid "2.50x2.00\"" +msgstr "2.50x2.00 pulg." + +#: ppdc/sample.c:193 +msgid "2.75x1.25\"" +msgstr "2.75x1.25 pulg." + +#: ppdc/sample.c:194 +msgid "2.9 x 1\"" +msgstr "2.9 x 1 pulg." + +#: ppdc/sample.c:372 +msgid "20" +msgstr "20" + +#: ppdc/sample.c:329 +msgid "20 mm/sec." +msgstr "20 mm/seg" + +#: ppdc/sample.c:337 +msgid "200 mm/sec." +msgstr "200 mm/seg" + +#: ppdc/sample.c:233 +msgid "203dpi" +msgstr "203ppp" + +#: ppdc/sample.c:373 +msgid "21" +msgstr "21" + +#: ppdc/sample.c:374 +msgid "22" +msgstr "22" + +#: ppdc/sample.c:375 +msgid "23" +msgstr "23" + +#: ppdc/sample.c:376 +msgid "24" +msgstr "24" + +#: ppdc/sample.c:241 +msgid "24-Pin Series" +msgstr "24-Pin Series" + +#: ppdc/sample.c:250 +msgid "240x72dpi" +msgstr "240x72ppp" + +#: ppdc/sample.c:377 +msgid "25" +msgstr "25" + +#: ppdc/sample.c:338 +msgid "250 mm/sec." +msgstr "250 mm/seg" + +#: ppdc/sample.c:378 +msgid "26" +msgstr "26" + +#: ppdc/sample.c:379 +msgid "27" +msgstr "27" + +#: ppdc/sample.c:380 +msgid "28" +msgstr "28" + +#: ppdc/sample.c:381 +msgid "29" +msgstr "29" + +#: ppdc/sample.c:314 +msgid "3" +msgstr "3" + +#: ppdc/sample.c:386 +msgid "3 inches/sec." +msgstr "3 pulg./seg" + +#: ppdc/sample.c:3 +msgid "3 x 5" +msgstr "3 x 5" + +#: ppdc/sample.c:195 +msgid "3.00x1.00\"" +msgstr "3.00x1.00 pulg." + +#: ppdc/sample.c:196 +msgid "3.00x1.25\"" +msgstr "3.00x1.25 pulg." + +#: ppdc/sample.c:197 +msgid "3.00x2.00\"" +msgstr "3.00x2.00 pulg." + +#: ppdc/sample.c:198 +msgid "3.00x3.00\"" +msgstr "3.00x3.00 pulg." + +#: ppdc/sample.c:199 +msgid "3.00x5.00\"" +msgstr "3.00x5.00 pulg." + +#: ppdc/sample.c:200 +msgid "3.25x2.00\"" +msgstr "3.25x2.00 pulg." + +#: ppdc/sample.c:201 +msgid "3.25x5.00\"" +msgstr "3.25x5.00 pulg." + +#: ppdc/sample.c:202 +msgid "3.25x5.50\"" +msgstr "3.25x5.50 pulg." + +#: ppdc/sample.c:203 +msgid "3.25x5.83\"" +msgstr "3.25x5.83 pulg." + +#: ppdc/sample.c:204 +msgid "3.25x7.83\"" +msgstr "3.25x7.83 pulg." + +#: ppdc/sample.c:4 +msgid "3.5 x 5" +msgstr "3.5 x 5" + +#: ppdc/sample.c:171 +msgid "3.5\" Disk" +msgstr "Disco de 3.5 pulg." + +#: ppdc/sample.c:205 +msgid "3.50x1.00\"" +msgstr "3.50x1.00 pulg." + +#: ppdc/sample.c:382 +msgid "30" +msgstr "30" + +#: ppdc/sample.c:330 +msgid "30 mm/sec." +msgstr "30 mm/seg" + +#: ppdc/sample.c:339 +msgid "300 mm/sec." +msgstr "300 mm/seg" + +#: ppdc/sample.c:234 +msgid "300dpi" +msgstr "300ppp" + +#: ppdc/sample.c:410 +msgid "35" +msgstr "35" + +#: ppdc/sample.c:246 +msgid "360dpi" +msgstr "360ppp" + +#: ppdc/sample.c:245 +msgid "360x180dpi" +msgstr "360x180ppp" + +#: ppdc/sample.c:315 +msgid "4" +msgstr "4" + +#: ppdc/sample.c:387 +msgid "4 inches/sec." +msgstr "4 pulg./seg" + +#: ppdc/sample.c:206 +msgid "4.00x1.00\"" +msgstr "4.00x1.00 pulg." + +#: ppdc/sample.c:214 +msgid "4.00x13.00\"" +msgstr "4.00x13.00 pulg." + +#: ppdc/sample.c:207 +msgid "4.00x2.00\"" +msgstr "4.00x2.00 pulg." + +#: ppdc/sample.c:208 +msgid "4.00x2.50\"" +msgstr "4.00x2.50 pulg." + +#: ppdc/sample.c:209 +msgid "4.00x3.00\"" +msgstr "4.00x3.00 pulg." + +#: ppdc/sample.c:210 +msgid "4.00x4.00\"" +msgstr "4.00x4.00 pulg." + +#: ppdc/sample.c:211 +msgid "4.00x5.00\"" +msgstr "4.00x5.00 pulg." + +#: ppdc/sample.c:212 +msgid "4.00x6.00\"" +msgstr "4.00x6.00 pulg." + +#: ppdc/sample.c:213 +msgid "4.00x6.50\"" +msgstr "4.00x6.50 pulg." + +#: ppdc/sample.c:411 +msgid "40" +msgstr "40" + +#: ppdc/sample.c:331 +msgid "40 mm/sec." +msgstr "40 mm/seg" + +#: ppdc/sample.c:412 +msgid "45" +msgstr "45" + +#: ppdc/sample.c:316 +msgid "5" +msgstr "5" + +#: ppdc/sample.c:437 +msgid "5 inches/sec." +msgstr "5 pulg./seg" + +#: ppdc/sample.c:5 +msgid "5 x 7" +msgstr "5 x 7" + +#: ppdc/sample.c:413 +msgid "50" +msgstr "50" + +#: ppdc/sample.c:414 +msgid "55" +msgstr "55" + +#: ppdc/sample.c:317 +msgid "6" +msgstr "6" + +#: ppdc/sample.c:438 +msgid "6 inches/sec." +msgstr "6 pulg./seg" + +#: ppdc/sample.c:215 +msgid "6.00x1.00\"" +msgstr "6.00x1.00 pulg." + +#: ppdc/sample.c:216 +msgid "6.00x2.00\"" +msgstr "6.00x2.00 pulg." + +#: ppdc/sample.c:217 +msgid "6.00x3.00\"" +msgstr "6.00x3.00 pulg." + +#: ppdc/sample.c:218 +msgid "6.00x4.00\"" +msgstr "6.00x4.00 pulg." + +#: ppdc/sample.c:219 +msgid "6.00x5.00\"" +msgstr "6.00x5.00 pulg." + +#: ppdc/sample.c:220 +msgid "6.00x6.00\"" +msgstr "6.00x6.00 pulg." + +#: ppdc/sample.c:221 +msgid "6.00x6.50\"" +msgstr "6.00x6.50 pulg." + +#: ppdc/sample.c:415 +msgid "60" +msgstr "60" + +#: ppdc/sample.c:332 +msgid "60 mm/sec." +msgstr "60 mm/seg" + +#: ppdc/sample.c:261 +msgid "600dpi" +msgstr "600ppp" + +#: ppdc/sample.c:242 +msgid "60dpi" +msgstr "60ppp" + +#: ppdc/sample.c:248 +msgid "60x72dpi" +msgstr "60x72ppp" + +#: ppdc/sample.c:416 +msgid "65" +msgstr "65" + +#: ppdc/sample.c:318 +msgid "7" +msgstr "7" + +#: ppdc/sample.c:440 +msgid "7 inches/sec." +msgstr "7 pulg./seg" + +#: ppdc/sample.c:11 +msgid "7 x 9" +msgstr "7 x 9" + +#: ppdc/sample.c:417 +msgid "70" +msgstr "70" + +#: ppdc/sample.c:252 +msgid "720dpi" +msgstr "720ppp" + +#: ppdc/sample.c:418 +msgid "75" +msgstr "75" + +#: ppdc/sample.c:319 +msgid "8" +msgstr "8" + +#: ppdc/sample.c:441 +msgid "8 inches/sec." +msgstr "8 pulg./seg" + +#: ppdc/sample.c:12 +msgid "8 x 10" +msgstr "8 x 10" + +#: ppdc/sample.c:222 +msgid "8.00x1.00\"" +msgstr "8.00x1.00 pulg." + +#: ppdc/sample.c:223 +msgid "8.00x2.00\"" +msgstr "8.00x2.00 pulg." + +#: ppdc/sample.c:224 +msgid "8.00x3.00\"" +msgstr "8.00x3.00 pulg." + +#: ppdc/sample.c:225 +msgid "8.00x4.00\"" +msgstr "8.00x4.00 pulg." + +#: ppdc/sample.c:226 +msgid "8.00x5.00\"" +msgstr "8.00x5.00 pulg." + +#: ppdc/sample.c:227 +msgid "8.00x6.00\"" +msgstr "8.00x6.00 pulg." + +#: ppdc/sample.c:228 +msgid "8.00x6.50\"" +msgstr "8.00x6.50 pulg." + +#: ppdc/sample.c:419 +msgid "80" +msgstr "80" + +#: ppdc/sample.c:333 +msgid "80 mm/sec." +msgstr "80 mm/seg" + +#: ppdc/sample.c:420 +msgid "85" +msgstr "85" + +#: ppdc/sample.c:320 +msgid "9" +msgstr "9" + +#: ppdc/sample.c:442 +msgid "9 inches/sec." +msgstr "9 pulg./seg" + +#: ppdc/sample.c:13 +msgid "9 x 11" +msgstr "9 x 11" + +#: ppdc/sample.c:14 +msgid "9 x 12" +msgstr "9 x 12" + +#: ppdc/sample.c:247 +msgid "9-Pin Series" +msgstr "9-Pin Series" + +#: ppdc/sample.c:421 +msgid "90" +msgstr "90" + +#: ppdc/sample.c:422 +msgid "95" +msgstr "95" + +#: berkeley/lpc.c:213 +msgid "?Invalid help command unknown." +msgstr "?Comando de ayuda no válido desconocido." + +#: cgi-bin/admin.c:2368 +msgid "A Samba password is required to export printer drivers" +msgstr "Se requiere una contraseña Samba para exportar los controladores de impresora" + +#: cgi-bin/admin.c:2364 +msgid "A Samba username is required to export printer drivers" +msgstr "Se requiere un nombre de usuario Samba para exportar los controladores de impresora" + +#: scheduler/ipp.c:2283 +#, c-format +msgid "A class named \"%s\" already exists." +msgstr "Ya existe una clase llamada \"%s\"." + +#: scheduler/ipp.c:1004 +#, c-format +msgid "A printer named \"%s\" already exists." +msgstr "Ya existe una impresora llamada \"%s\"." + +#: ppdc/sample.c:15 +msgid "A0" +msgstr "A0" + +#: ppdc/sample.c:16 +msgid "A0 Long Edge" +msgstr "A0 lado largo" + +#: ppdc/sample.c:17 +msgid "A1" +msgstr "A1" + +#: ppdc/sample.c:18 +msgid "A1 Long Edge" +msgstr "A1 lado largo" + +#: ppdc/sample.c:37 +msgid "A10" +msgstr "A10" + +#: ppdc/sample.c:19 +msgid "A2" +msgstr "A2" + +#: ppdc/sample.c:20 +msgid "A2 Long Edge" +msgstr "A2 lado largo" + +#: ppdc/sample.c:21 +msgid "A3" +msgstr "A3" + +#: ppdc/sample.c:22 +msgid "A3 Long Edge" +msgstr "A3 lado largo" + +#: ppdc/sample.c:23 +msgid "A3 Oversize" +msgstr "A3 Extragrande" + +#: ppdc/sample.c:24 +msgid "A3 Oversize Long Edge" +msgstr "A3 Extragrande lado largo" + +#: ppdc/sample.c:25 +msgid "A4" +msgstr "A4" + +#: ppdc/sample.c:27 +msgid "A4 Long Edge" +msgstr "A4 lado largo" + +#: ppdc/sample.c:26 +msgid "A4 Oversize" +msgstr "A4 Extragrande" + +#: ppdc/sample.c:28 +msgid "A4 Small" +msgstr "A4 Pequeño" + +#: ppdc/sample.c:29 +msgid "A5" +msgstr "A5" + +#: ppdc/sample.c:31 +msgid "A5 Long Edge" +msgstr "A5 lado largo" + +#: ppdc/sample.c:30 +msgid "A5 Oversize" +msgstr "A5 Extragrande" + +#: ppdc/sample.c:32 +msgid "A6" +msgstr "A6" + +#: ppdc/sample.c:33 +msgid "A6 Long Edge" +msgstr "A6 lado largo" + +#: ppdc/sample.c:34 +msgid "A7" +msgstr "A7" + +#: ppdc/sample.c:35 +msgid "A8" +msgstr "A8" + +#: ppdc/sample.c:36 +msgid "A9" +msgstr "A9" + +#: ppdc/sample.c:38 +msgid "ANSI A" +msgstr "ANSI A" + +#: ppdc/sample.c:39 +msgid "ANSI B" +msgstr "ANSI B" + +#: ppdc/sample.c:40 +msgid "ANSI C" +msgstr "ANSI C" + +#: ppdc/sample.c:41 +msgid "ANSI D" +msgstr "ANSI D" + +#: ppdc/sample.c:42 +msgid "ANSI E" +msgstr "ANSI E" + +#: ppdc/sample.c:47 +msgid "ARCH C" +msgstr "ARCH C" + +#: ppdc/sample.c:48 +msgid "ARCH C Long Edge" +msgstr "ARCH C lado largo" + +#: ppdc/sample.c:49 +msgid "ARCH D" +msgstr "ARCH D" + +#: ppdc/sample.c:50 +msgid "ARCH D Long Edge" +msgstr "ARCH D lado largo" + +#: ppdc/sample.c:51 +msgid "ARCH E" +msgstr "ARCH E" + +#: ppdc/sample.c:52 +msgid "ARCH E Long Edge" +msgstr "ARCH E lado largo" + +#: cgi-bin/classes.c:169 +#: cgi-bin/printers.c:172 +msgid "Accept Jobs" +msgstr "Aceptar trabajos" + +#: cups/http-support.c:1284 +msgid "Accepted" +msgstr "Aceptado" + +#: cgi-bin/admin.c:570 +msgid "Add Class" +msgstr "Añadir clase" + +#: cgi-bin/admin.c:882 +msgid "Add Printer" +msgstr "Añadir impresora" + +#: cgi-bin/admin.c:444 +#: cgi-bin/admin.c:477 +#: cgi-bin/admin.c:525 +#: cgi-bin/admin.c:535 +msgid "Add RSS Subscription" +msgstr "Añadir subscripción RSS" + +#: ppdc/sample.c:163 +msgid "Address" +msgstr "Dirección" + +#: cgi-bin/admin.c:210 +#: cgi-bin/admin.c:284 +#: cgi-bin/admin.c:2745 +msgid "Administration" +msgstr "Administración" + +#: ppdc/sample.c:429 +msgid "Always" +msgstr "Siempre" + +#: backend/socket.c:129 +msgid "AppSocket/HP JetDirect" +msgstr "AppSocket/HP JetDirect" + +#: ppdc/sample.c:450 +msgid "Applicator" +msgstr "Aplicador" + +#: scheduler/ipp.c:1079 +#, 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." + +#: scheduler/ipp.c:325 +#, c-format +msgid "Attribute groups are out of order (%x < %x)." +msgstr "Los grupos de atributos están desordenados (%x < %x)." + +#: ppdc/sample.c:126 +msgid "B0" +msgstr "B0" + +#: ppdc/sample.c:127 +msgid "B1" +msgstr "B1" + +#: ppdc/sample.c:137 +msgid "B10" +msgstr "B10" + +#: ppdc/sample.c:128 +msgid "B2" +msgstr "B2" + +#: ppdc/sample.c:129 +msgid "B3" +msgstr "B3" + +#: ppdc/sample.c:130 +msgid "B4" +msgstr "B4" + +#: ppdc/sample.c:131 +msgid "B5" +msgstr "B5" + +#: ppdc/sample.c:132 +msgid "B5 Oversize" +msgstr "A5 Extragrande" + +#: ppdc/sample.c:133 +msgid "B6" +msgstr "B6" + +#: ppdc/sample.c:134 +msgid "B7" +msgstr "B7" + +#: ppdc/sample.c:135 +msgid "B8" +msgstr "B8" + +#: ppdc/sample.c:136 +msgid "B9" +msgstr "B9" + +#: cups/dest.c:1680 +msgid "Bad NULL dests pointer" +msgstr "Puntero destino NULLincorrecto" + +#: cups/ppd.c:345 +msgid "Bad OpenGroup" +msgstr "OpenGroup incorrecto" + +#: cups/ppd.c:347 +msgid "Bad OpenUI/JCLOpenUI" +msgstr "OpenUI/JCLOpenUI incorrecto" + +#: cups/ppd.c:349 +msgid "Bad OrderDependency" +msgstr "OrderDependency incorrecto" + +#: cups/ppd-cache.c:148 +#: cups/ppd-cache.c:195 +#: cups/ppd-cache.c:233 +#: cups/ppd-cache.c:239 +#: cups/ppd-cache.c:255 +#: cups/ppd-cache.c:271 +#: cups/ppd-cache.c:280 +#: cups/ppd-cache.c:288 +#: cups/ppd-cache.c:305 +#: cups/ppd-cache.c:313 +#: cups/ppd-cache.c:328 +#: cups/ppd-cache.c:336 +#: cups/ppd-cache.c:354 +#: cups/ppd-cache.c:366 +#: cups/ppd-cache.c:381 +#: cups/ppd-cache.c:393 +#: cups/ppd-cache.c:415 +#: cups/ppd-cache.c:423 +#: cups/ppd-cache.c:441 +#: cups/ppd-cache.c:449 +#: cups/ppd-cache.c:464 +#: cups/ppd-cache.c:472 +#: cups/ppd-cache.c:490 +#: cups/ppd-cache.c:498 +#: cups/ppd-cache.c:525 +#: cups/ppd-cache.c:571 +#: cups/ppd-cache.c:579 +#: cups/ppd-cache.c:587 +msgid "Bad PPD cache file." +msgstr "Archivo de caché PPD incorrecto." + +#: cups/http-support.c:1299 +msgid "Bad Request" +msgstr "Petición incorrecta" + +#: cups/snmp.c:1002 +msgid "Bad SNMP version number" +msgstr "Número de versión SNMP incorrecto" + +#: cups/ppd.c:350 +msgid "Bad UIConstraints" +msgstr "UIConstraints incorrecto" + +#: scheduler/ipp.c:1380 +#, c-format +msgid "Bad copies value %d." +msgstr "Valor de copias %d incorrecto." + +#: cups/ppd.c:358 +msgid "Bad custom parameter" +msgstr "Parámetro a medida incorrecto" + +#: cups/http-support.c:1451 +#: scheduler/ipp.c:2350 +#, c-format +msgid "Bad device-uri \"%s\"." +msgstr "device-uri \"%s\" incorrecto." + +#: scheduler/ipp.c:2391 +#, c-format +msgid "Bad device-uri scheme \"%s\"." +msgstr "Esquema device-uri \"%s\" incorrecto." + +#: scheduler/ipp.c:8224 +#: scheduler/ipp.c:8240 +#: scheduler/ipp.c:9454 +#: scheduler/ipp.c:10968 +#, c-format +msgid "Bad document-format \"%s\"." +msgstr "document-format \"%s\" incorrecto." + +#: scheduler/ipp.c:9470 +#, c-format +msgid "Bad document-format-default \"%s\"." +msgstr "document-format-default \"%s\" incorrecto." + +#: cups/util.c:929 +msgid "Bad filename buffer" +msgstr "Nombre de archivo del búfer incorrecto" + +#: scheduler/ipp.c:10060 +msgid "Bad job-priority value." +msgstr "Valor job-priority incorrecto." + +#: scheduler/ipp.c:1410 +#, c-format +msgid "Bad job-sheets value \"%s\"." +msgstr "Valor de job-sheets \"%s\" incorrecto." + +#: scheduler/ipp.c:1394 +msgid "Bad job-sheets value type." +msgstr "Tipo de valor de job-sheets incorrecto." + +#: scheduler/ipp.c:10090 +msgid "Bad job-state value." +msgstr "Valor job-state incorrecto." + +#: scheduler/ipp.c:2974 +#: scheduler/ipp.c:3426 +#: scheduler/ipp.c:6078 +#: scheduler/ipp.c:6225 +#: scheduler/ipp.c:7658 +#: scheduler/ipp.c:7927 +#: scheduler/ipp.c:8775 +#: scheduler/ipp.c:9001 +#: scheduler/ipp.c:9350 +#: scheduler/ipp.c:9953 +#, c-format +msgid "Bad job-uri \"%s\"." +msgstr "job-uri \"%s\" incorrecto." + +#: scheduler/ipp.c:2049 +#: scheduler/ipp.c:5622 +#, c-format +msgid "Bad notify-pull-method \"%s\"." +msgstr "notify-pull-method \"%s\" incorrecto." + +#: scheduler/ipp.c:2013 +#: scheduler/ipp.c:5586 +#, c-format +msgid "Bad notify-recipient-uri \"%s\"." +msgstr "notify-recipient-uri \"%s\" incorrecto." + +#: scheduler/ipp.c:1426 +#, c-format +msgid "Bad number-up value %d." +msgstr "Valor number-up (páginas por hoja) %d incorrecto." + +#: cups/adminutil.c:292 +#, c-format +msgid "Bad option + choice on line %d." +msgstr "Opción + preferencia incorrectas en línea %d." + +#: scheduler/ipp.c:1443 +#, c-format +msgid "Bad page-ranges values %d-%d." +msgstr "Valores de page-ranges %d-%d incorrectos." + +#: scheduler/ipp.c:2434 +#, c-format +msgid "Bad port-monitor \"%s\"." +msgstr "port-monitor \"%s\" incorrecto." + +#: cups/dest.c:676 +#: cups/dest.c:1333 +msgid "Bad printer URI." +msgstr "URI de impresora incorrecto." + +#: scheduler/ipp.c:2495 +#, c-format +msgid "Bad printer-state value %d." +msgstr "Valor printer-state %d incorrecto." + +#: scheduler/ipp.c:293 +#, c-format +msgid "Bad request ID %d." +msgstr "Petición incorrecta de ID %d." + +#: scheduler/ipp.c:278 +#, c-format +msgid "Bad request version number %d.%d." +msgstr "Petición incorrecta de número de versión %d.%d." + +#: cgi-bin/admin.c:1484 +msgid "Bad subscription ID" +msgstr "ID de subscripción incorrecto" + +#: cups/ppd.c:360 +msgid "Bad value string" +msgstr "Cadena de valores incorrecta" + +#: cgi-bin/admin.c:3290 +#: cgi-bin/admin.c:3536 +msgid "Banners" +msgstr "Rótulos" + +#: ppdc/sample.c:287 +msgid "Bond Paper" +msgstr "Papel de cartas" + +#: backend/usb-darwin.c:1846 +#, c-format +msgid "Boolean expected for waiteof option \"%s\"." +msgstr "Se esperaba un valor lógico para la opción waiteof \"%s\"." + +#: filter/pstops.c:2057 +msgid "Buffer overflow detected, aborting." +msgstr "Se ha detectado un desbordamiento de buffer, cancelando." + +#: ppdc/sample.c:254 +msgid "CMYK" +msgstr "CMYK" + +#: ppdc/sample.c:363 +msgid "CPCL Label Printer" +msgstr "Impresora de etiquetas CPCL" + +#: cgi-bin/admin.c:1485 +#: cgi-bin/admin.c:1524 +#: cgi-bin/admin.c:1534 +msgid "Cancel RSS Subscription" +msgstr "Cancelar subscripción RSS" + +#: backend/ipp.c:1921 +msgid "Canceling print job." +msgstr "Cancelando trabajo de impresión." + +#: scheduler/ipp.c:2475 +msgid "Cannot share a remote Kerberized printer." +msgstr "No se puede compartir una impresora remota Kerberizada." + +#: ppdc/sample.c:279 +msgid "Cassette" +msgstr "Casete" + +#: cgi-bin/admin.c:1655 +#: cgi-bin/admin.c:1797 +#: cgi-bin/admin.c:1810 +#: cgi-bin/admin.c:1821 +msgid "Change Settings" +msgstr "Cambiar configuración" + +#: scheduler/ipp.c:2061 +#: scheduler/ipp.c:5634 +#, c-format +msgid "Character set \"%s\" not supported." +msgstr "No se admite el juego de caracteres \"%s\"." + +#: cgi-bin/classes.c:195 +#: cgi-bin/classes.c:322 +msgid "Classes" +msgstr "Clases" + +#: cgi-bin/printers.c:182 +msgid "Clean Print Heads" +msgstr "Limpiar cabezales de impresión" + +#: scheduler/ipp.c:3878 +msgid "Close-Job doesn't support the job-uri attribute." +msgstr "Close-Job no admite el atributo job-uri." + +#: ppdc/sample.c:282 +msgid "Color" +msgstr "Color" + +#: ppdc/sample.c:253 +msgid "Color Mode" +msgstr "Modo de color" + +#: berkeley/lpc.c:204 +msgid "" +"Commands may be abbreviated. Commands are:\n" +"\n" +"exit help quit status ?" +msgstr "" +"Los comandos se pueden abreviar. Los comandos son:\n" +"\n" +"exit help quit status ?" + +#: cups/snmp.c:1006 +msgid "Community name uses indefinite length" +msgstr "Nombre de comunidad usa una longitud indefinida" + +#: backend/ipp.c:786 +#: backend/lpd.c:871 +#: backend/socket.c:395 +msgid "Connected to printer." +msgstr "Conectado a la impresora." + +#: backend/ipp.c:691 +#: backend/lpd.c:694 +#: backend/socket.c:314 +msgid "Connecting to printer." +msgstr "Conectando a la impresora." + +#: cups/http-support.c:1272 +msgid "Continue" +msgstr "Continuar" + +#: ppdc/sample.c:365 +msgid "Continuous" +msgstr "Continuo" + +#: backend/lpd.c:1020 +#: backend/lpd.c:1152 +msgid "Control file sent successfully." +msgstr "Archivo de control enviado correctamente." + +#: backend/ipp.c:1233 +#: backend/lpd.c:464 +msgid "Copying print data." +msgstr "Copiando datos de impresión." + +#: cups/http-support.c:1281 +msgid "Created" +msgstr "Creado" + +#: cups/ppd.c:1113 +#: cups/ppd.c:1153 +#: cups/ppd.c:1398 +#: cups/ppd.c:1501 +msgid "Custom" +msgstr "A medida" + +#: ppdc/sample.c:359 +msgid "CustominCutInterval" +msgstr "CustominCutInterval" + +#: ppdc/sample.c:357 +msgid "CustominTearInterval" +msgstr "CustominTearInterval" + +#: ppdc/sample.c:343 +msgid "Cut" +msgstr "Cortar" + +#: ppdc/sample.c:451 +msgid "Cutter" +msgstr "Cortadora" + +#: ppdc/sample.c:239 +msgid "Dark" +msgstr "Oscuro" + +#: ppdc/sample.c:235 +msgid "Darkness" +msgstr "Oscuridad" + +#: backend/lpd.c:1105 +msgid "Data file sent successfully." +msgstr "Archivo de datos enviado correctamente." + +#: cgi-bin/admin.c:2094 +#: cgi-bin/admin.c:2105 +#: cgi-bin/admin.c:2150 +msgid "Delete Class" +msgstr "Borrar clase" + +#: cgi-bin/admin.c:2179 +#: cgi-bin/admin.c:2190 +#: cgi-bin/admin.c:2235 +msgid "Delete Printer" +msgstr "Borrar impresora" + +#: ppdc/sample.c:281 +msgid "DeskJet Series" +msgstr "DeskJet Series" + +#: scheduler/ipp.c:1346 +#, c-format +msgid "Destination \"%s\" is not accepting jobs." +msgstr "El destino %s no acepta trabajos." + +#: systemv/lpinfo.c:300 +#, c-format +msgid "" +"Device: uri = %s\n" +" class = %s\n" +" info = %s\n" +" make-and-model = %s\n" +" device-id = %s\n" +" location = %s" +msgstr "" +"Dispositivo: uri = %s\n" +" clase = %s\n" +" info = %s\n" +" marca y modelo = %s\n" +" id dispositivo= %s\n" +" ubicación = %s" + +#: ppdc/sample.c:436 +msgid "Direct Thermal Media" +msgstr "Soporte térmico directo" + +#: cups/file.c:296 +#, c-format +msgid "Directory \"%s\" contains a relative path." +msgstr "El directorio \"%s\" contiene una ruta relativa." + +#: cups/file.c:268 +#, c-format +msgid "Directory \"%s\" has insecure permissions (0%o/uid=%d/gid=%d)." +msgstr "El directorio \"%s\" tiene permisos no seguros (0%o/uid=%d/gid=%d)." + +#: cups/file.c:285 +#, c-format +msgid "Directory \"%s\" is a file." +msgstr "El directorio \"%s\" es un archivo." + +#: cups/file.c:256 +#, c-format +msgid "Directory \"%s\" not available: %s" +msgstr "Directorio \"%s\" no disponible: %s" + +#: cups/file.c:241 +#, c-format +msgid "Directory \"%s\" permissions OK (0%o/uid=%d/gid=%d)." +msgstr "Permisos del directorio \"%s\" OK (0%o/uid=%d/gid=%d)." + +#: ppdc/sample.c:345 +msgid "Disabled" +msgstr "Deshabilitado" + +#: scheduler/ipp.c:6127 +#, c-format +msgid "Document #%d does not exist in job #%d." +msgstr "El documento #%d no existe en el trabajo #%d." + +#: ppdc/sample.c:275 +msgid "Duplexer" +msgstr "Unidad de impresión dúplex" + +#: ppdc/sample.c:229 +msgid "Dymo" +msgstr "Dymo" + +#: ppdc/sample.c:431 +msgid "EPL1 Label Printer" +msgstr "Impresora de etiquetas EPL1" + +#: ppdc/sample.c:434 +msgid "EPL2 Label Printer" +msgstr "Impresora de etiquetas EPL2" + +#: cgi-bin/admin.c:1849 +#: cgi-bin/admin.c:1861 +#: cgi-bin/admin.c:1915 +#: cgi-bin/admin.c:1922 +#: cgi-bin/admin.c:1957 +#: cgi-bin/admin.c:1970 +#: cgi-bin/admin.c:1994 +#: cgi-bin/admin.c:2067 +msgid "Edit Configuration File" +msgstr "Editar archivo de configuración" + +#: cups/adminutil.c:337 +msgid "Empty PPD file." +msgstr "Archivo PPD vacío." + +#. TRANSLATORS: Banner/cover sheet after the print job. +#: cgi-bin/admin.c:3561 +msgid "Ending Banner" +msgstr "Rótulo final" + +#: ppdc/sample.c:2 +msgid "English" +msgstr "Spanish" + +#: systemv/lppasswd.c:193 +msgid "Enter old password:" +msgstr "Introduzca la contraseña antigua:" + +#: systemv/lppasswd.c:224 +msgid "Enter password again:" +msgstr "Introduzca nuevamente la contraseña:" + +#: systemv/lppasswd.c:212 +msgid "Enter password:" +msgstr "Introduzca la contraseña:" + +#: scheduler/client.c:2427 +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." + +#: ppdc/sample.c:73 +msgid "Envelope #10 " +msgstr "Sobre #10" + +#: ppdc/sample.c:74 +msgid "Envelope #11" +msgstr "Sobre #11" + +#: ppdc/sample.c:75 +msgid "Envelope #12" +msgstr "Sobre #12" + +#: ppdc/sample.c:76 +msgid "Envelope #14" +msgstr "Sobre #14" + +#: ppdc/sample.c:77 +msgid "Envelope #9" +msgstr "Sobre #9" + +#: ppdc/sample.c:89 +msgid "Envelope B4" +msgstr "Sobre B4" + +#: ppdc/sample.c:90 +msgid "Envelope B5" +msgstr "Sobre B5" + +#: ppdc/sample.c:91 +msgid "Envelope B6" +msgstr "Sobre B6" + +#: ppdc/sample.c:78 +msgid "Envelope C0" +msgstr "Sobre C0" + +#: ppdc/sample.c:79 +msgid "Envelope C1" +msgstr "Sobre C1" + +#: ppdc/sample.c:80 +msgid "Envelope C2" +msgstr "Sobre C2" + +#: ppdc/sample.c:81 +msgid "Envelope C3" +msgstr "Sobre C3" + +#: ppdc/sample.c:67 +msgid "Envelope C4" +msgstr "Sobre C4" + +#: ppdc/sample.c:68 +msgid "Envelope C5" +msgstr "Sobre C5" + +#: ppdc/sample.c:69 +msgid "Envelope C6" +msgstr "Sobre C6" + +#: ppdc/sample.c:82 +msgid "Envelope C65" +msgstr "Sobre C65" + +#: ppdc/sample.c:83 +msgid "Envelope C7" +msgstr "Sobre C7" + +#: ppdc/sample.c:84 +msgid "Envelope Choukei 3" +msgstr "Sobre Choukei 3" + +#: ppdc/sample.c:85 +msgid "Envelope Choukei 3 Long Edge" +msgstr "Sobre Choukei 3 lado largo" + +#: ppdc/sample.c:86 +msgid "Envelope Choukei 4" +msgstr "Sobre Choukei 4" + +#: ppdc/sample.c:87 +msgid "Envelope Choukei 4 Long Edge" +msgstr "Sobre Choukei 4 lado largo" + +#: ppdc/sample.c:70 +msgid "Envelope DL" +msgstr "Sobre DL" + +#: ppdc/sample.c:269 +msgid "Envelope Feed" +msgstr "Alimentador de sobre" + +#: ppdc/sample.c:88 +msgid "Envelope Invite" +msgstr "Sobre Invitación" + +#: ppdc/sample.c:92 +msgid "Envelope Italian" +msgstr "Sobre Italiano" + +#: ppdc/sample.c:93 +msgid "Envelope Kaku2" +msgstr "Sobre Kaku2" + +#: ppdc/sample.c:94 +msgid "Envelope Kaku2 Long Edge" +msgstr "Sobre Kaku2 lado largo" + +#: ppdc/sample.c:95 +msgid "Envelope Kaku3" +msgstr "Sobre Kaku3" + +#: ppdc/sample.c:96 +msgid "Envelope Kaku3 Long Edge" +msgstr "Sobre Kaku3 lado largo" + +#: ppdc/sample.c:97 +msgid "Envelope Monarch" +msgstr "Sobre Monarch" + +#: ppdc/sample.c:99 +msgid "Envelope PRC1 " +msgstr "Sobre PRC1" + +#: ppdc/sample.c:100 +msgid "Envelope PRC1 Long Edge" +msgstr "Sobre PRC1 lado largo" + +#: ppdc/sample.c:117 +msgid "Envelope PRC10" +msgstr "Sobre PRC10" + +#: ppdc/sample.c:118 +msgid "Envelope PRC10 Long Edge" +msgstr "Sobre PRC10 lado largo" + +#: ppdc/sample.c:101 +msgid "Envelope PRC2" +msgstr "Sobre PRC2" + +#: ppdc/sample.c:102 +msgid "Envelope PRC2 Long Edge" +msgstr "Sobre PRC2 lado largo" + +#: ppdc/sample.c:103 +msgid "Envelope PRC3" +msgstr "Sobre PRC3" + +#: ppdc/sample.c:104 +msgid "Envelope PRC3 Long Edge" +msgstr "Sobre PRC3 lado largo" + +#: ppdc/sample.c:105 +msgid "Envelope PRC4" +msgstr "Sobre PRC4" + +#: ppdc/sample.c:106 +msgid "Envelope PRC4 Long Edge" +msgstr "Sobre PRC4 lado largo" + +#: ppdc/sample.c:108 +msgid "Envelope PRC5 Long Edge" +msgstr "Sobre PRC5 lado largo" + +#: ppdc/sample.c:107 +msgid "Envelope PRC5PRC5" +msgstr "Sobre PRC5PRC5" + +#: ppdc/sample.c:109 +msgid "Envelope PRC6" +msgstr "Sobre PRC6" + +#: ppdc/sample.c:110 +msgid "Envelope PRC6 Long Edge" +msgstr "Sobre PRC6 lado largo" + +#: ppdc/sample.c:111 +msgid "Envelope PRC7" +msgstr "Sobre PRC7" + +#: ppdc/sample.c:112 +msgid "Envelope PRC7 Long Edge" +msgstr "Sobre PRC7 lado largo" + +#: ppdc/sample.c:113 +msgid "Envelope PRC8" +msgstr "Sobre PRC8" + +#: ppdc/sample.c:114 +msgid "Envelope PRC8 Long Edge" +msgstr "Sobre PRC8 lado largo" + +#: ppdc/sample.c:115 +msgid "Envelope PRC9" +msgstr "Sobre PRC9" + +#: ppdc/sample.c:116 +msgid "Envelope PRC9 Long Edge" +msgstr "Sobre PRC9 lado largo" + +#: ppdc/sample.c:98 +msgid "Envelope Personal" +msgstr "Sobre Personal" + +#: ppdc/sample.c:119 +msgid "Envelope You4" +msgstr "Sobre You4" + +#: ppdc/sample.c:120 +msgid "Envelope You4 Long Edge" +msgstr "Sobre You4 lado largo" + +#: ppdc/sample.c:240 +msgid "Epson" +msgstr "Epson" + +#: cgi-bin/admin.c:3604 +msgid "Error Policy" +msgstr "Directiva de error" + +#: filter/rastertopwg.c:403 +#: filter/rastertopwg.c:418 +#: filter/rastertopwg.c:429 +#: filter/rastertopwg.c:440 +msgid "Error sending raster data." +msgstr "Error enviando trama de datos (raster)." + +#: systemv/lpinfo.c:103 +#: systemv/lpmove.c:88 +msgid "Error: need hostname after \"-h\" option." +msgstr "Error: se necesita un nombre de ordenador tras la opción \"-h\"." + +#: ppdc/sample.c:355 +msgid "Every 10 Labels" +msgstr "Cada 10 etiquetas" + +#: ppdc/sample.c:347 +msgid "Every 2 Labels" +msgstr "Cada 2 etiquetas" + +#: ppdc/sample.c:348 +msgid "Every 3 Labels" +msgstr "Cada 3 etiquetas" + +#: ppdc/sample.c:349 +msgid "Every 4 Labels" +msgstr "Cada 4 etiquetas" + +#: ppdc/sample.c:350 +msgid "Every 5 Labels" +msgstr "Cada 5 etiquetas" + +#: ppdc/sample.c:351 +msgid "Every 6 Labels" +msgstr "Cada 6 etiquetas" + +#: ppdc/sample.c:352 +msgid "Every 7 Labels" +msgstr "Cada 7 etiquetas" + +#: ppdc/sample.c:353 +msgid "Every 8 Labels" +msgstr "Cada 8 etiquetas" + +#: ppdc/sample.c:354 +msgid "Every 9 Labels" +msgstr "Cada 9 etiquetas" + +#: ppdc/sample.c:346 +msgid "Every Label" +msgstr "Cada etiqueta" + +#: ppdc/sample.c:121 +msgid "Executive" +msgstr "Ejecutivo" + +#: cups/http-support.c:1327 +msgid "Expectation Failed" +msgstr "Lo que se esperaba, falló." + +#: cgi-bin/admin.c:2356 +#: cgi-bin/admin.c:2375 +msgid "Export Printers to Samba" +msgstr "Exportar impresoras a Samba" + +#: systemv/cupstestdsc.c:172 +#: systemv/cupstestdsc.c:189 +#: systemv/cupstestdsc.c:214 +#: systemv/cupstestdsc.c:231 +#: systemv/cupstestdsc.c:255 +#: systemv/cupstestdsc.c:273 +#: systemv/cupstestdsc.c:302 +#: systemv/cupstestdsc.c:339 +#: systemv/cupstestdsc.c:349 +#: systemv/cupstestdsc.c:359 +#: systemv/cupstestdsc.c:369 +#: systemv/cupstestdsc.c:379 +#: systemv/cupstestdsc.c:387 +msgid "FAIL" +msgstr "FALLO" + +#: ppdc/sample.c:122 +msgid "FanFold German" +msgstr "FanFold alemán" + +#: ppdc/sample.c:123 +msgid "FanFold Legal German" +msgstr "FanFold Legal alemán" + +#: ppdc/sample.c:124 +msgid "Fanfold US" +msgstr "FanFold de EE.UU" + +#: cups/file.c:300 +#, c-format +msgid "File \"%s\" contains a relative path." +msgstr "El archivo \"%s\" contiene una ruta relativa." + +#: cups/file.c:275 +#, c-format +msgid "File \"%s\" has insecure permissions (0%o/uid=%d/gid=%d)." +msgstr "El archivo \"%s\" tiene permisos no seguros (0%o/uid=%d/gid=%d)." + +#: cups/file.c:289 +#, c-format +msgid "File \"%s\" is a directory." +msgstr "El archivo \"%s\" es un directorio." + +#: cups/file.c:261 +#, c-format +msgid "File \"%s\" not available: %s" +msgstr "Archivo \"%s\" no disponible: %s" + +#: cups/file.c:247 +#, c-format +msgid "File \"%s\" permissions OK (0%o/uid=%d/gid=%d)." +msgstr "Permisos del archivo \"%s\" OK (0%o/uid=%d/gid=%d)." + +#: ppdc/sample.c:169 +msgid "File Folder " +msgstr "Carpeta de archivo" + +#: scheduler/ipp.c:2370 +#, 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\"." + +#: filter/rastertoepson.c:1117 +#: filter/rastertohp.c:845 +#: filter/rastertolabel.c:1273 +#, c-format +msgid "Finished page %d." +msgstr "Acabada la página %d." + +#: ppdc/sample.c:125 +msgid "Folio" +msgstr "Folio" + +#: cups/http-support.c:1306 +msgid "Forbidden" +msgstr "Prohibido" + +#: cups/ppd.c:742 +#: cups/ppd.c:1302 +msgid "General" +msgstr "General" + +#: ppdc/sample.c:259 +msgid "Generic" +msgstr "Genérico" + +#: cups/snmp.c:1016 +msgid "Get-Response-PDU uses indefinite length" +msgstr "Get-Response-PDU usa una longitud indefinida" + +#: ppdc/sample.c:290 +msgid "Glossy Paper" +msgstr "Papel satinado" + +#: scheduler/ipp.c:2952 +#: scheduler/ipp.c:3352 +#: scheduler/ipp.c:3890 +#: scheduler/ipp.c:6056 +#: scheduler/ipp.c:6203 +#: scheduler/ipp.c:7635 +#: scheduler/ipp.c:8753 +#: scheduler/ipp.c:8979 +#: scheduler/ipp.c:9328 +#: scheduler/ipp.c:9931 +msgid "Got a printer-uri attribute but no job-id." +msgstr "Se ha obtenido el atributo printer-uri pero no el job-id." + +#: ppdc/sample.c:255 +msgid "Grayscale" +msgstr "Escale de grises" + +#: ppdc/sample.c:280 +msgid "HP" +msgstr "HP" + +#: ppdc/sample.c:170 +msgid "Hanging Folder" +msgstr "Carpeta colgante" + +#: cgi-bin/help.c:143 +msgid "Help file not in index." +msgstr "El archivo de ayuda no está en el índice" + +#: cups/ipp.c:2687 +#: cups/ipp.c:2714 +#: cups/ipp.c:2737 +msgid "IPP 1setOf attribute with incompatible value tags." +msgstr "IPP atributo 1setOf con etiquetas de valor incompatibles" + +#: cups/ipp.c:2650 +msgid "IPP attribute has no name." +msgstr "IPP atributo sin nombre" + +#: cups/ipp.c:5487 +msgid "IPP attribute is not a member of the message." +msgstr "El atributo IPP no es un miembro del mensaje." + +#: cups/ipp.c:3083 +msgid "IPP begCollection value not 0 bytes." +msgstr "IPP el valor begCollection no es de 0 bytes." + +#: cups/ipp.c:2873 +msgid "IPP boolean value not 1 byte." +msgstr "IPP el valor lógico no es de 1 byte." + +#: cups/ipp.c:2934 +msgid "IPP date value not 11 bytes." +msgstr "IPP el valor de fecha no es de 11 bytes." + +#: cups/ipp.c:3104 +msgid "IPP endCollection value not 0 bytes." +msgstr "IPP el valor endCollection no es de 0 bytes." + +#: cups/ipp.c:2848 +msgid "IPP enum value not 4 bytes." +msgstr "IPP el valor enum no es de 4 bytes." + +#: cups/ipp.c:2579 +msgid "IPP extension tag larger than 0x7FFFFFFF." +msgstr "IPP etiqueta de extensión mayor de 0x7FFFFFFF." + +#: cups/ipp.c:2845 +msgid "IPP integer value not 4 bytes." +msgstr "IPP el valor entero no es de 4 bytes." + +#: cups/ipp.c:3045 +msgid "IPP language length overflows value." +msgstr "IPP la longitud del idioma sobrepasa el valor." + +#: cups/ipp.c:2764 +msgid "IPP member name is not empty." +msgstr "IPP el nombre del miembro no está vacío." + +#: cups/ipp.c:3122 +msgid "IPP memberName value is empty." +msgstr "IPP el valor memberName está vacío." + +#: cups/ipp.c:2633 +msgid "IPP name larger than 32767 bytes." +msgstr "IPP nombre mayor de 32767 bytes." + +#: cups/ipp.c:3011 +msgid "IPP nameWithLanguage value less than minimum 4 bytes." +msgstr "IPP el valor nameWithLanguage menor del mínimo de 4 bytes." + +#: cups/ipp.c:2979 +msgid "IPP rangeOfInteger value not 8 bytes." +msgstr "IPP el valor rangeOfInteger no es de 8 bytes." + +#: cups/ipp.c:2952 +msgid "IPP resolution value not 9 bytes." +msgstr "IPP el valor de la resolución no es de 9 bytes." + +#: cups/ipp.c:3063 +msgid "IPP string length overflows value." +msgstr "IPP la longitud de la cadena sobrepasa el valor." + +#: cups/ipp.c:3007 +msgid "IPP textWithLanguage value less than minimum 4 bytes." +msgstr "IPP el valor textWithLanguage menor del mínimo de 4 bytes." + +#: cups/ipp.c:2831 +msgid "IPP value larger than 32767 bytes." +msgstr "IPP valor mayor de 32767 bytes." + +#: ppdc/sample.c:1 +msgid "ISOLatin1" +msgstr "UTF-8" + +#: cups/ppd.c:353 +msgid "Illegal control character" +msgstr "Carácter de control ilegal" + +#: cups/ppd.c:354 +msgid "Illegal main keyword string" +msgstr "Cadena de clave principal ilegal" + +#: cups/ppd.c:355 +msgid "Illegal option keyword string" +msgstr "Cadena de clave de opción ilegal" + +#: cups/ppd.c:356 +msgid "Illegal translation string" +msgstr "Cadena de traducción ilegal" + +#: cups/ppd.c:357 +msgid "Illegal whitespace character" +msgstr "Carácter de espacio en blanco ilegal" + +#: ppdc/sample.c:274 +msgid "Installable Options" +msgstr "Opciones instalables" + +#: ppdc/sample.c:277 +msgid "Installed" +msgstr "Instalada" + +#: ppdc/sample.c:293 +msgid "IntelliBar Label Printer" +msgstr "Impresora de etiquetas IntelliBar" + +#: ppdc/sample.c:292 +msgid "Intellitech" +msgstr "Intellitech" + +#: cups/http-support.c:1333 +msgid "Internal Server Error" +msgstr "Error interno del servidor" + +#: cups/ppd.c:344 +msgid "Internal error" +msgstr "Error interno" + +#: ppdc/sample.c:167 +msgid "Internet Postage 2-Part" +msgstr "Correo por Internet Parte-2" + +#: ppdc/sample.c:168 +msgid "Internet Postage 3-Part" +msgstr "Correo por Internet Parte-3" + +#: backend/ipp.c:307 +msgid "Internet Printing Protocol" +msgstr "Protocolo de Impresión de Internet IPP" + +#: cups/dest-options.c:839 +msgid "Invalid media size." +msgstr "Tamaño del papel no válido" + +#: filter/commandtops.c:125 +#, c-format +msgid "Invalid printer command \"%s\"." +msgstr "Comando de impresora \"%s\" no válido." + +#: cups/ppd.c:1420 +msgid "JCL" +msgstr "JCL" + +#: ppdc/sample.c:53 +msgid "JIS B0" +msgstr "JIS B0" + +#: ppdc/sample.c:55 +msgid "JIS B1" +msgstr "JIS B1" + +#: ppdc/sample.c:54 +msgid "JIS B10" +msgstr "JIS B10" + +#: ppdc/sample.c:56 +msgid "JIS B2" +msgstr "JIS B2" + +#: ppdc/sample.c:57 +msgid "JIS B3" +msgstr "JIS B3" + +#: ppdc/sample.c:58 +msgid "JIS B4" +msgstr "JIS B4" + +#: ppdc/sample.c:59 +msgid "JIS B4 Long Edge" +msgstr "JIS B4 lado largo" + +#: ppdc/sample.c:60 +msgid "JIS B5" +msgstr "JIS B5" + +#: ppdc/sample.c:61 +msgid "JIS B5 Long Edge" +msgstr "JIS B5 lado largo" + +#: ppdc/sample.c:62 +msgid "JIS B6" +msgstr "JIS B6" + +#: ppdc/sample.c:63 +msgid "JIS B6 Long Edge" +msgstr "JIS B6 lado largo" + +#: ppdc/sample.c:64 +msgid "JIS B7" +msgstr "JIS B7" + +#: ppdc/sample.c:65 +msgid "JIS B8" +msgstr "JIS B8" + +#: ppdc/sample.c:66 +msgid "JIS B9" +msgstr "JIS B9" + +#: scheduler/ipp.c:9051 +#, c-format +msgid "Job #%d cannot be restarted - no files." +msgstr "El trabajo #%d no puede ser reiniciado - no hay archivos." + +#: scheduler/ipp.c:2992 +#: scheduler/ipp.c:3222 +#: scheduler/ipp.c:3277 +#: scheduler/ipp.c:3454 +#: scheduler/ipp.c:3900 +#: scheduler/ipp.c:5720 +#: scheduler/ipp.c:6096 +#: scheduler/ipp.c:6243 +#: scheduler/ipp.c:6543 +#: scheduler/ipp.c:7482 +#: scheduler/ipp.c:7504 +#: scheduler/ipp.c:7676 +#: scheduler/ipp.c:7901 +#: scheduler/ipp.c:7944 +#: scheduler/ipp.c:8793 +#: scheduler/ipp.c:9019 +#: scheduler/ipp.c:9368 +#: scheduler/ipp.c:9971 +#, c-format +msgid "Job #%d does not exist." +msgstr "El trabajo #%d no existe." + +#: scheduler/ipp.c:3486 +#, c-format +msgid "Job #%d is already aborted - can't cancel." +msgstr "El trabajo #%d ya está anulado - no se puede cancelar." + +#: scheduler/ipp.c:3480 +#, c-format +msgid "Job #%d is already canceled - can't cancel." +msgstr "El trabajo #%d ya está cancelado - no se puede cancelar." + +#: scheduler/ipp.c:3492 +#, c-format +msgid "Job #%d is already completed - can't cancel." +msgstr "El trabajo #%d ya ha sido completado - no se puede cancelar." + +#: scheduler/ipp.c:7702 +#: scheduler/ipp.c:7986 +#: scheduler/ipp.c:9986 +#, c-format +msgid "Job #%d is finished and cannot be altered." +msgstr "El trabajo #%d ha terminado y no puede ser modificado." + +#: scheduler/ipp.c:9033 +#, c-format +msgid "Job #%d is not complete." +msgstr "El trabajo #%d no ha sido completado." + +#: scheduler/ipp.c:3007 +#, c-format +msgid "Job #%d is not held for authentication." +msgstr "El trabajo #%d no está retenido para autentificación." + +#: scheduler/ipp.c:8807 +#, c-format +msgid "Job #%d is not held." +msgstr "El trabajo #%d no está retenido." + +#: cgi-bin/ipp-var.c:1055 +msgid "Job Completed" +msgstr "Trabajo completado" + +#: cgi-bin/ipp-var.c:1053 +msgid "Job Created" +msgstr "Trabajo creado" + +#: cgi-bin/ipp-var.c:1059 +msgid "Job Options Changed" +msgstr "Opciones de trabajo cambiadas" + +#: cgi-bin/ipp-var.c:1057 +msgid "Job Stopped" +msgstr "Trabajo detenido" + +#: scheduler/ipp.c:10068 +msgid "Job is completed and cannot be changed." +msgstr "El trabajo está terminado y no puede ser cambiado." + +#: cgi-bin/jobs.c:198 +msgid "Job operation failed" +msgstr "La operación del trabajo ha fallado" + +#: scheduler/ipp.c:10104 +#: scheduler/ipp.c:10123 +#: scheduler/ipp.c:10134 +msgid "Job state cannot be changed." +msgstr "No se puede cambiar el estado del trabajo." + +#: scheduler/ipp.c:8899 +msgid "Job subscriptions cannot be renewed." +msgstr "Las suscripciones de trabajos no han podido ser renovadas." + +#: cgi-bin/jobs.c:103 +#: cgi-bin/jobs.c:114 +#: cgi-bin/jobs.c:195 +msgid "Jobs" +msgstr "Trabajos" + +#: backend/lpd.c:185 +msgid "LPD/LPR Host or Printer" +msgstr "Equipo o impresora LPD/LPR" + +#: ppdc/sample.c:230 +msgid "Label Printer" +msgstr "Impresora de etiquetas" + +#: ppdc/sample.c:446 +msgid "Label Top" +msgstr "Parte superior de la etiqueta" + +#: scheduler/ipp.c:2070 +#: scheduler/ipp.c:5643 +#, c-format +msgid "Language \"%s\" not supported." +msgstr "No se admite el uso del idioma \"%s\"." + +#: ppdc/sample.c:164 +msgid "Large Address" +msgstr "Dirección grande" + +#: ppdc/sample.c:291 +msgid "LaserJet Series PCL 4/5" +msgstr "LaserJet Series PCL 4/5" + +#: ppdc/sample.c:43 +msgid "Letter Oversize" +msgstr "Carta Extragrande" + +#: ppdc/sample.c:44 +msgid "Letter Oversize Long Edge" +msgstr "Carta Extragrande lado largo" + +#: ppdc/sample.c:236 +msgid "Light" +msgstr "Ligero" + +#: cups/ppd.c:352 +msgid "Line longer than the maximum allowed (255 characters)" +msgstr "Línea más larga que el máximo permitido (255 caracteres)" + +#: cgi-bin/admin.c:2393 +msgid "List Available Printers" +msgstr "Listar impresoras disponibles" + +#: ppdc/sample.c:272 +msgid "Long-Edge (Portrait)" +msgstr "Lado largo (retrato)" + +#: cups/http-support.c:1558 +msgid "Looking for printer." +msgstr "Buscando impresora." + +#: ppdc/sample.c:268 +msgid "Manual Feed" +msgstr "Alimentación manual" + +#: cups/ppd.c:789 +#: cups/ppd.c:1357 +msgid "Media Size" +msgstr "Tamaño de papel" + +#: cups/ppd.c:793 +#: cups/ppd.c:1361 +#: ppdc/sample.c:262 +msgid "Media Source" +msgstr "Fuente del papel" + +#: ppdc/sample.c:364 +msgid "Media Tracking" +msgstr "Seguimiento del medio" + +#: cups/ppd.c:791 +#: cups/ppd.c:1359 +#: ppdc/sample.c:285 +msgid "Media Type" +msgstr "Tipo de papel" + +#: ppdc/sample.c:237 +msgid "Medium" +msgstr "Media" + +#: cups/ppd.c:341 +msgid "Memory allocation error" +msgstr "Error de reserva de memoria" + +#: cups/ppd.c:361 +msgid "Missing CloseGroup" +msgstr "Falta CloseGroup" + +#: cups/ppd.c:342 +msgid "Missing PPD-Adobe-4.x header" +msgstr "Falta cabecera PPD-Adobe-4.x" + +#: cups/ppd.c:351 +msgid "Missing asterisk in column 1" +msgstr "Falta un asterisco en la columna 1" + +#: scheduler/ipp.c:6119 +msgid "Missing document-number attribute." +msgstr "Falta el atributo document-number." + +#: cups/adminutil.c:273 +#, c-format +msgid "Missing double quote on line %d." +msgstr "Faltan dobles comillas en línea %d." + +#: cgi-bin/admin.c:736 +#: cgi-bin/admin.c:2106 +#: cgi-bin/admin.c:2191 +#: cgi-bin/admin.c:2785 +#: cgi-bin/admin.c:3039 +#: cgi-bin/admin.c:3150 +#: cgi-bin/admin.c:3860 +msgid "Missing form variable" +msgstr "Falta una variable de formulario" + +#: scheduler/ipp.c:9422 +msgid "Missing last-document attribute in request." +msgstr "Falta el atributo last-document en la petición." + +#: cups/pwg-media.c:535 +msgid "Missing media or media-col." +msgstr "Falta media o media-col." + +#: cups/pwg-media.c:454 +msgid "Missing media-size in media-col." +msgstr "Falta media-size en media-col." + +#: scheduler/ipp.c:6673 +msgid "Missing notify-subscription-ids attribute." +msgstr "Falta el atributo notify-subscription-ids." + +#: cups/ppd.c:359 +msgid "Missing option keyword" +msgstr "Falta cadena de clave de opción" + +#: scheduler/ipp.c:3133 +#: scheduler/ipp.c:3158 +msgid "Missing requesting-user-name attribute." +msgstr "Falta el atributo requesting-user-name." + +#: scheduler/ipp.c:461 +msgid "Missing required attributes." +msgstr "Faltan atributos necesarios." + +#: cups/adminutil.c:254 +#, c-format +msgid "Missing value on line %d." +msgstr "Falta un valor en la línea %d." + +#: cups/ppd.c:343 +msgid "Missing value string" +msgstr "Falta cadena de valores" + +#: cups/pwg-media.c:442 +msgid "Missing x-dimension in media-size." +msgstr "Falta x-dimension en media-size." + +#: cups/pwg-media.c:448 +msgid "Missing y-dimension in media-size." +msgstr "Falta y-dimension en media-size." + +#: systemv/lpinfo.c:470 +#, c-format +msgid "" +"Model: name = %s\n" +" natural_language = %s\n" +" make-and-model = %s\n" +" device-id = %s" +msgstr "" +"Modelo: nombre = %s\n" +" natural_language = %s\n" +" make-and-model = %s\n" +" device-id = %s" + +#: cgi-bin/admin.c:570 +msgid "Modify Class" +msgstr "Modificar clase" + +#: cgi-bin/admin.c:882 +msgid "Modify Printer" +msgstr "Modificar impresora" + +#: cgi-bin/ipp-var.c:425 +#: cgi-bin/ipp-var.c:516 +msgid "Move All Jobs" +msgstr "Mover todos los trabajos" + +#: cgi-bin/ipp-var.c:364 +#: cgi-bin/ipp-var.c:423 +#: cgi-bin/ipp-var.c:514 +msgid "Move Job" +msgstr "Mover trabajo" + +#: cups/http-support.c:1290 +msgid "Moved Permanently" +msgstr "Movido permanentemente" + +#: cups/ppd.c:340 +msgid "NULL PPD file pointer" +msgstr "Puntero de archivo PPD NULO" + +#: cups/snmp.c:1053 +msgid "Name OID uses indefinite length" +msgstr "Nombre OID usa una longitud indefinida" + +#: scheduler/ipp.c:1142 +msgid "Nested classes are not allowed." +msgstr "No se permiten clases anidadas." + +#: ppdc/sample.c:430 +msgid "Never" +msgstr "Nunca" + +#: ppdc/sample.c:256 +msgid "New Stylus Color Series" +msgstr "Nueva Stylus Color Series" + +#: ppdc/sample.c:258 +msgid "New Stylus Photo Series" +msgstr "Nueva Stylus Photo Series" + +#: cups/ppd.c:1949 +msgid "No" +msgstr "No" + +#: cups/http-support.c:1287 +msgid "No Content" +msgstr "No hay contenido" + +#: cups/util.c:1298 +msgid "No PPD name" +msgstr "No hay nombre de PPD" + +#: cups/snmp.c:1047 +msgid "No VarBind SEQUENCE" +msgstr "No hay Varbind SEQUENCE" + +#: cups/adminutil.c:788 +msgid "No Windows printer drivers are installed." +msgstr "No está instalado ningún controlador de impresora de Windows." + +#: cups/request.c:566 +#: cups/request.c:908 +msgid "No active connection" +msgstr "No hay conexión activa" + +#: scheduler/ipp.c:3403 +#, c-format +msgid "No active jobs on %s." +msgstr "No hay trabajos activos en %s." + +#: scheduler/ipp.c:302 +msgid "No attributes in request." +msgstr "No hay atributos en la solicitud." + +#: scheduler/ipp.c:3034 +msgid "No authentication information provided." +msgstr "No se ha proporcionado información de autentificación." + +#: cups/snmp.c:1004 +msgid "No community name" +msgstr "No hay nombre de comunidad" + +#: scheduler/ipp.c:5919 +msgid "No default printer." +msgstr "No hay impresora predeterminada." + +#: cgi-bin/ipp-var.c:436 +#: scheduler/ipp.c:7248 +msgid "No destinations added." +msgstr "No se han añadido destinos." + +#: backend/usb.c:200 +msgid "No device URI found in argv[0] or in DEVICE_URI environment variable." +msgstr "No se ha encontrado el URI del dispositivo en argv[0] o en la variable de entorno DEVICE_URI." + +#: cups/snmp.c:1034 +msgid "No error-index" +msgstr "No hay error-index" + +#: cups/snmp.c:1026 +msgid "No error-status" +msgstr "No hay error-status" + +#: scheduler/ipp.c:8190 +#: scheduler/ipp.c:9436 +msgid "No file in print request." +msgstr "No hay ningún archivo en la petición de impresión." + +#: cups/util.c:923 +msgid "No modification time" +msgstr "No hay tiempo de modificación" + +#: cups/snmp.c:1051 +msgid "No name OID" +msgstr "No hay nombre OID" + +#: filter/rastertoepson.c:1147 +#: filter/rastertohp.c:876 +#: filter/rastertolabel.c:1302 +msgid "No pages were found." +msgstr "No se han encontrado páginas." + +#: cups/util.c:917 +msgid "No printer name" +msgstr "No hay nombre de impresora" + +#: cups/util.c:1801 +msgid "No printer-uri found" +msgstr "No se encontró printer-uri" + +#: cups/util.c:1786 +msgid "No printer-uri found for class" +msgstr "No se encontró printer-uri para la clase" + +#: scheduler/ipp.c:6322 +msgid "No printer-uri in request." +msgstr "No hay printer-uri en la petición." + +#: cups/snmp.c:1018 +msgid "No request-id" +msgstr "No hay request-id" + +#: scheduler/ipp.c:5528 +msgid "No subscription attributes in request." +msgstr "No hay atributos de subscripción en la solicitud." + +#: scheduler/ipp.c:7575 +msgid "No subscriptions found." +msgstr "No se han encontrado subscripciones." + +#: cups/snmp.c:1042 +msgid "No variable-bindings SEQUENCE" +msgstr "No hay variable-bindings SEQUENCE" + +#: cups/snmp.c:997 +msgid "No version number" +msgstr "No hay número de versión" + +#: ppdc/sample.c:367 +msgid "Non-continuous (Mark sensing)" +msgstr "No continuo (sensible a señal)" + +#: ppdc/sample.c:366 +msgid "Non-continuous (Web sensing)" +msgstr "No continuo (sensible a web)" + +#: ppdc/sample.c:238 +msgid "Normal" +msgstr "Normal" + +#: cups/http-support.c:1309 +msgid "Not Found" +msgstr "No encontrado" + +#: cups/http-support.c:1321 +msgid "Not Implemented" +msgstr "No implementado" + +#: ppdc/sample.c:276 +msgid "Not Installed" +msgstr "No instalado" + +#: cups/http-support.c:1296 +msgid "Not Modified" +msgstr "No modificado" + +#: cups/http-support.c:1324 +msgid "Not Supported" +msgstr "No permitido" + +#: scheduler/ipp.c:1518 +#: scheduler/ipp.c:10666 +msgid "Not allowed to print." +msgstr "No se permite imprimir." + +#: ppdc/sample.c:146 +msgid "Note" +msgstr "Nota" + +#: systemv/cupstestdsc.c:433 +msgid "Note: this program only validates the DSC comments, not the PostScript itself." +msgstr "Nota: este programa sólo valida los comentarios DSC, no los PostScript." + +#: cups/http-support.c:1278 +#: cups/ppd.c:338 +msgid "OK" +msgstr "OK" + +#: ppdc/sample.c:271 +msgid "Off (1-Sided)" +msgstr "Desactivado (1 cara)" + +#: ppdc/sample.c:361 +msgid "Oki" +msgstr "Oki" + +#: cgi-bin/help.c:91 +#: cgi-bin/help.c:132 +#: cgi-bin/help.c:142 +#: cgi-bin/help.c:172 +msgid "Online Help" +msgstr "Ayuda en línea" + +#: cups/adminutil.c:955 +#, c-format +msgid "Open of %s failed: %s" +msgstr "La apertura de %s ha fallado: %s" + +#: cups/ppd.c:346 +msgid "OpenGroup without a CloseGroup first" +msgstr "OpenGroup sin un CloseGroup previo" + +#: cups/ppd.c:348 +msgid "OpenUI/JCLOpenUI without a CloseUI/JCLCloseUI first" +msgstr "OpenUI/JCLOpenUI sin un CloseUI/JCLCloseUI previo" + +#: cgi-bin/admin.c:3631 +msgid "Operation Policy" +msgstr "Directiva de operación" + +#: filter/pstops.c:2205 +#, c-format +msgid "Option \"%s\" cannot be included via %%%%IncludeFeature." +msgstr "La opción \"%s\" no puede incluirse via %%%%IncludeFeature." + +#: cgi-bin/admin.c:3281 +#: cgi-bin/admin.c:3365 +msgid "Options Installed" +msgstr "Opciones instaladas" + +#: scheduler/cupsfilter.c:1430 +#: scheduler/main.c:2018 +#: systemv/cupsaddsmb.c:284 +#: systemv/cupsctl.c:203 +#: systemv/cupstestdsc.c:429 +#: systemv/cupstestppd.c:3797 +#: test/ipptool.c:4403 +#: ppdc/ppdc.cxx:437 +#: ppdc/ppdhtml.cxx:174 +#: ppdc/ppdi.cxx:130 +#: ppdc/ppdmerge.cxx:369 +#: ppdc/ppdpo.cxx:254 +msgid "Options:" +msgstr "Opciones: " + +#: cups/ppd-cache.c:156 +msgid "Out of date PPD cache file." +msgstr "Archivo de caché PPD obsoleto." + +#: cups/ppd-cache.c:1381 +msgid "Out of memory." +msgstr "Sin memoria." + +#: cups/ppd.c:795 +#: cups/ppd.c:1363 +msgid "Output Mode" +msgstr "Modo de salida" + +#: systemv/lpstat.c:1191 +#: systemv/lpstat.c:1195 +#, c-format +msgid "Output for printer %s is sent to %s" +msgstr "La salida de la impresora %s se ha enviado a %s" + +#: systemv/lpstat.c:1185 +#, c-format +msgid "Output for printer %s is sent to remote printer %s on %s" +msgstr "La salida de la impresora %s se ha enviado a la impresora remota %s en %s" + +#: systemv/lpstat.c:1209 +#: systemv/lpstat.c:1213 +#, c-format +msgid "Output for printer %s/%s is sent to %s" +msgstr "La salida de la impresora %s/%s se ha enviado a %s" + +#: systemv/lpstat.c:1203 +#, c-format +msgid "Output for printer %s/%s is sent to remote printer %s on %s" +msgstr "La salida de la impresora %s/%s se ha enviado a la impresora remota %s en %s" + +#: systemv/cupstestdsc.c:399 +msgid "PASS" +msgstr "PASA" + +#: ppdc/sample.c:260 +msgid "PCL Laser Printer" +msgstr "Impresora Laser PCL" + +#: ppdc/sample.c:149 +msgid "PRC16K" +msgstr "PRC16K" + +#: ppdc/sample.c:150 +msgid "PRC16K Long Edge" +msgstr "PRC16K lado largo" + +#: ppdc/sample.c:151 +msgid "PRC32K" +msgstr "PRC32K" + +#: ppdc/sample.c:154 +msgid "PRC32K Long Edge" +msgstr "PRC32K lado largo" + +#: ppdc/sample.c:152 +msgid "PRC32K Oversize" +msgstr "PRC32K Extragrande" + +#: ppdc/sample.c:153 +msgid "PRC32K Oversize Long Edge" +msgstr "PRC32K Extragrande lado largo" + +#: cups/snmp.c:1014 +msgid "Packet does not contain a Get-Response-PDU" +msgstr "El paquete no contiene un Get-Response-PDU" + +#: cups/snmp.c:993 +msgid "Packet does not start with SEQUENCE" +msgstr "El paquete no empieza por SEQUENCE" + +#: ppdc/sample.c:360 +msgid "ParamCustominCutInterval" +msgstr "ParamCustominCutInterval" + +#: ppdc/sample.c:358 +msgid "ParamCustominTearInterval" +msgstr "ParamCustominTearInterval" + +#: cups/auth.c:199 +#: cups/auth.c:367 +#, c-format +msgid "Password for %s on %s? " +msgstr "¿Contraseña de %s en %s? " + +#: systemv/cupsaddsmb.c:252 +#, 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: " + +#: cgi-bin/classes.c:167 +msgid "Pause Class" +msgstr "Pausar clase" + +#: cgi-bin/printers.c:170 +msgid "Pause Printer" +msgstr "Pausar impresora" + +#: ppdc/sample.c:448 +msgid "Peel-Off" +msgstr "Despegar" + +#: ppdc/sample.c:160 +msgid "Photo" +msgstr "Foto" + +#: ppdc/sample.c:161 +msgid "Photo Labels" +msgstr "Foto pequeña" + +#: ppdc/sample.c:286 +msgid "Plain Paper" +msgstr "Papel normal" + +#: cgi-bin/admin.c:3299 +#: cgi-bin/admin.c:3580 +msgid "Policies" +msgstr "Reglas" + +#: cgi-bin/admin.c:3306 +#: cgi-bin/admin.c:3649 +#: cgi-bin/admin.c:3662 +msgid "Port Monitor" +msgstr "Monitor de puerto" + +#: ppdc/sample.c:278 +msgid "PostScript Printer" +msgstr "Impresora PostScript" + +#: ppdc/sample.c:147 +msgid "Postcard" +msgstr "Postal" + +#: ppdc/sample.c:71 +msgid "Postcard Double " +msgstr "Postal doble" + +#: ppdc/sample.c:72 +msgid "Postcard Double Long Edge" +msgstr "Postal doble lado largo" + +#: ppdc/sample.c:148 +msgid "Postcard Long Edge" +msgstr "Postal lado largo" + +#: ppdc/sample.c:295 +msgid "Print Density" +msgstr "Densidad de impresión" + +#: cups/notify.c:82 +msgid "Print Job:" +msgstr "Imprimir trabajo:" + +#: ppdc/sample.c:340 +msgid "Print Mode" +msgstr "Modo de impresión" + +#: ppdc/sample.c:383 +msgid "Print Rate" +msgstr "Tasa de impresión" + +#: cgi-bin/printers.c:179 +msgid "Print Self-Test Page" +msgstr "Imprimir página de auto-prueba" + +#: ppdc/sample.c:327 +msgid "Print Speed" +msgstr "Velocidad de impresión" + +#: cgi-bin/ipp-var.c:792 +msgid "Print Test Page" +msgstr "Imprimir página de prueba" + +#: ppdc/sample.c:356 +msgid "Print and Cut" +msgstr "Imprimir y cortar" + +#: ppdc/sample.c:344 +msgid "Print and Tear" +msgstr "Imprimir y romper" + +#: backend/ipp.c:1537 +#, c-format +msgid "Print file accepted - job ID %d." +msgstr "Archivo de impresión aceptado: ID de trabajo %d." + +#: backend/ipp.c:1527 +msgid "Print file accepted - job ID unknown." +msgstr "Archivo de impresión aceptado: ID de trabajo desconocido." + +#: backend/socket.c:424 +#: backend/usb-unix.c:191 +msgid "Print file sent." +msgstr "Archivo de impresión enviado." + +#: backend/ipp.c:1488 +msgid "Print file was not accepted." +msgstr "No se ha aceptado el archivo de impresión." + +#: backend/ipp.c:1895 +msgid "Print job canceled at printer." +msgstr "Trabajo de impresión cancelado en la impresora." + +#: backend/ipp.c:1890 +msgid "Print job too large." +msgstr "Trabajo de impresión demasiado grande." + +#: cgi-bin/ipp-var.c:1047 +msgid "Printer Added" +msgstr "Impresora añadida" + +#: ppdc/sample.c:263 +msgid "Printer Default" +msgstr "Predeterminado de la impresora" + +#: cgi-bin/ipp-var.c:1051 +msgid "Printer Deleted" +msgstr "Impresora borrada" + +#: cgi-bin/ipp-var.c:1049 +msgid "Printer Modified" +msgstr "Impresora modificada" + +#: cgi-bin/ipp-var.c:1045 +msgid "Printer Paused" +msgstr "Impresora en pausa" + +#: ppdc/sample.c:294 +msgid "Printer Settings" +msgstr "Configuración de la impresora" + +#: backend/ipp.c:1893 +msgid "Printer cannot print supplied content." +msgstr "La impresora no puede imprimir el contenido suministrado." + +#: cups/notify.c:126 +msgid "Printer:" +msgstr "Impresora:" + +#: cgi-bin/printers.c:204 +#: cgi-bin/printers.c:332 +msgid "Printers" +msgstr "Impresoras" + +#: filter/rastertoepson.c:1093 +#: filter/rastertohp.c:817 +#: filter/rastertolabel.c:1249 +#, c-format +msgid "Printing page %d, %d%% complete." +msgstr "Imprimiendo página %d, %d%% completado." + +#: cgi-bin/classes.c:173 +#: cgi-bin/printers.c:176 +msgid "Purge Jobs" +msgstr "Purgar trabajos" + +#: ppdc/sample.c:155 +msgid "Quarto" +msgstr "Quarto" + +#: scheduler/ipp.c:1513 +#: scheduler/ipp.c:10661 +msgid "Quota limit reached." +msgstr "Se ha alcanzado el límite de cuota." + +#: berkeley/lpq.c:515 +msgid "Rank Owner Job File(s) Total Size" +msgstr "Rango Propiet. Trabajo Archivo(s) Tamaño total" + +#. TRANSLATORS: Pri is job priority. +#: berkeley/lpq.c:511 +msgid "Rank Owner Pri Job Files Total Size" +msgstr "Rango Propiet. Pri Trabajo Archivos Tamaño total" + +#: cgi-bin/classes.c:171 +#: cgi-bin/printers.c:174 +msgid "Reject Jobs" +msgstr "Rechazar trabajos" + +#: backend/lpd.c:1016 +#: backend/lpd.c:1148 +#, c-format +msgid "Remote host did not accept control file (%d)." +msgstr "El ordenador remoto no ha aceptado el archivo de control (%d)." + +#: backend/lpd.c:1101 +#, c-format +msgid "Remote host did not accept data file (%d)." +msgstr "El ordenador remoto no ha aceptado el archivo de datos (%d)." + +#: ppdc/sample.c:428 +msgid "Reprint After Error" +msgstr "Volver a imprimir tras un error" + +#: cups/http-support.c:1312 +msgid "Request Entity Too Large" +msgstr "La entidad requerida es demasiado larga" + +#: cups/ppd.c:797 +#: cups/ppd.c:1365 +#: ppdc/sample.c:231 +msgid "Resolution" +msgstr "Resolución" + +#: cgi-bin/classes.c:165 +msgid "Resume Class" +msgstr "Reanudar clase" + +#: cgi-bin/printers.c:167 +msgid "Resume Printer" +msgstr "Reanudar impresora" + +#: ppdc/sample.c:165 +msgid "Return Address" +msgstr "Remite" + +#: ppdc/sample.c:449 +msgid "Rewind" +msgstr "Rebobinar" + +#: cups/adminutil.c:2052 +#, c-format +msgid "Running command: %s %s -N -A %s -c '%s'" +msgstr "Ejecutando comando: %s %s -N -A %s -c '%s'" + +#: cups/snmp.c:995 +msgid "SEQUENCE uses indefinite length" +msgstr "SEQUENCE usa una longitud indefinida" + +#: cups/http-support.c:1336 +msgid "SSL/TLS Negotiation Error" +msgstr "Error en negociación SSL/TLS" + +#: cups/http-support.c:1293 +msgid "See Other" +msgstr "Ver otros" + +#: backend/usb-darwin.c:543 +#: backend/usb-libusb.c:273 +msgid "Sending data to printer." +msgstr "Enviando datos a la impresora." + +#: cgi-bin/ipp-var.c:1061 +msgid "Server Restarted" +msgstr "Servidor reiniciado" + +#: cgi-bin/ipp-var.c:1067 +msgid "Server Security Auditing" +msgstr "Auditoría de seguridad del servidor" + +#: cgi-bin/ipp-var.c:1063 +msgid "Server Started" +msgstr "Servidor iniciado" + +#: cgi-bin/ipp-var.c:1065 +msgid "Server Stopped" +msgstr "Servidor parado" + +#: cups/http-support.c:1330 +msgid "Service Unavailable" +msgstr "Servicio no disponible" + +#: cgi-bin/admin.c:2786 +#: cgi-bin/admin.c:2832 +#: cgi-bin/admin.c:2989 +#: cgi-bin/admin.c:3008 +msgid "Set Allowed Users" +msgstr "Establecer usuarios permitidos" + +#: cgi-bin/admin.c:3035 +msgid "Set As Server Default" +msgstr "Establecer como predeterminada del servidor" + +#: cgi-bin/admin.c:3135 +msgid "Set Class Options" +msgstr "Cambiar opciones clase" + +#: cgi-bin/admin.c:3135 +#: cgi-bin/admin.c:3309 +#: cgi-bin/admin.c:3691 +msgid "Set Printer Options" +msgstr "Cambiar opciones impresora" + +#: cgi-bin/admin.c:3861 +#: cgi-bin/admin.c:3905 +#: cgi-bin/admin.c:3923 +msgid "Set Publishing" +msgstr "Hacer pública" + +#: ppdc/sample.c:166 +msgid "Shipping Address" +msgstr "Dirección de envío" + +#: ppdc/sample.c:273 +msgid "Short-Edge (Landscape)" +msgstr "Lado corto (apaisado)" + +#: ppdc/sample.c:288 +msgid "Special Paper" +msgstr "Papel especial" + +#: backend/lpd.c:1057 +#, c-format +msgid "Spooling job, %.0f%% complete." +msgstr "Guardando trabajo en cola, %.0f%% completado." + +#: ppdc/sample.c:341 +msgid "Standard" +msgstr "Estándar" + +#. TRANSLATORS: Banner/cover sheet before the print job. +#: cgi-bin/admin.c:3552 +msgid "Starting Banner" +msgstr "Rótulo inicial" + +#: filter/rastertoepson.c:1069 +#: filter/rastertohp.c:793 +#: filter/rastertolabel.c:1225 +#, c-format +msgid "Starting page %d." +msgstr "Iniciando página %d." + +#: ppdc/sample.c:156 +msgid "Statement" +msgstr "Declaración" + +#: ppdc/sample.c:251 +msgid "Stylus Color Series" +msgstr "Stylus Color Series" + +#: ppdc/sample.c:257 +msgid "Stylus Photo Series" +msgstr "Stylus Photo Series" + +#: scheduler/ipp.c:3549 +#: scheduler/ipp.c:6689 +#: scheduler/ipp.c:7388 +#: scheduler/ipp.c:8887 +#, c-format +msgid "Subscription #%d does not exist." +msgstr "Subscripción #%d no existe." + +#: ppdc/sample.c:157 +msgid "Super A" +msgstr "Super A" + +#: ppdc/sample.c:158 +msgid "Super B" +msgstr "Super B (13 x 19 pulg.)" + +#: ppdc/sample.c:162 +msgid "Super B/A3" +msgstr "Super B/A3" + +#: cups/http-support.c:1275 +msgid "Switching Protocols" +msgstr "Protocolos de conexión" + +#: ppdc/sample.c:159 +msgid "Tabloid" +msgstr "Tabloide" + +#: ppdc/sample.c:45 +msgid "Tabloid Oversize" +msgstr "Tabloide Extragrande" + +#: ppdc/sample.c:46 +msgid "Tabloid Oversize Long Edge" +msgstr "Tabloide Extragrande lado largo" + +#: ppdc/sample.c:342 +msgid "Tear" +msgstr "Pestaña" + +#: ppdc/sample.c:447 +msgid "Tear-Off" +msgstr "Pestaña desprendible" + +#: ppdc/sample.c:388 +msgid "Tear-Off Adjust Position" +msgstr "Ajuste de posición de la pestaña desprendible" + +#: scheduler/ipp.c:6393 +#: scheduler/ipp.c:6471 +#: scheduler/ipp.c:6487 +#: scheduler/ipp.c:6505 +#, c-format +msgid "The %s attribute cannot be provided with job-ids." +msgstr "El atributo %s no puede ser usado con jobs-ids." + +#: scheduler/ipp.c:5118 +#, c-format +msgid "The '%s' operation attribute cannot be supplied in a Create-Job request." +msgstr "El atributo de operación '%s' no puede ser suministrado en una petición Create-Job." + +#: scheduler/ipp.c:6919 +#, c-format +msgid "The PPD file \"%s\" could not be found." +msgstr "No se ha podido encontrar el archivo PPD \"%s\"." + +#: scheduler/ipp.c:6906 +#, c-format +msgid "The PPD file \"%s\" could not be opened: %s" +msgstr "No se ha podido abrir el archivo PPD \"%s\": %s" + +#: filter/rastertoepson.c:1038 +#: filter/rastertohp.c:764 +#: filter/rastertolabel.c:1189 +msgid "The PPD file could not be opened." +msgstr "No se ha podido abrir el archivo PPD." + +#: cgi-bin/admin.c:749 +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 (#)." + +#: cups/localize.c:353 +msgid "The developer unit needs to be replaced." +msgstr "La unidad de revelado debe ser reemplazada" + +#: cups/localize.c:351 +msgid "The developer unit will need to be replaced soon." +msgstr "La unidad de revelado necesitará ser cambiada pronto." + +#: cups/localize.c:343 +msgid "The fuser's temperature is high." +msgstr "Temperatura del fusor alta" + +#: cups/localize.c:345 +msgid "The fuser's temperature is low." +msgstr "Temperatura del fusor baja" + +#: scheduler/ipp.c:2097 +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." + +#: scheduler/ipp.c:2080 +#: scheduler/ipp.c:5653 +#, 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)." + +#: cups/localize.c:349 +msgid "The optical photoconductor needs to be replaced." +msgstr "El fotoconductor óptico necesita ser cambiado." + +#: cups/localize.c:347 +msgid "The optical photoconductor will need to be replaced soon." +msgstr "El fotoconductor óptico necesitará ser cambiado pronto." + +#: cups/localize.c:331 +msgid "The output bin is almost full." +msgstr "Recipiente de salida casi lleno" + +#: cups/localize.c:333 +msgid "The output bin is full." +msgstr "Bandeja de salida llena." + +#: cups/localize.c:329 +msgid "The output bin is missing." +msgstr "Falta la bandeja de salida." + +#: cups/localize.c:325 +msgid "The paper tray is almost empty." +msgstr "Bandeja de papel casi vacía." + +#: cups/localize.c:327 +msgid "The paper tray is empty." +msgstr "Bandeja de papel vacía." + +#: cups/localize.c:323 +msgid "The paper tray is missing." +msgstr "Falta la bandeja de papel." + +#: cups/localize.c:306 +msgid "The paper tray needs to be filled." +msgstr "Hay que poner papel en la bandeja." + +#: backend/ipp.c:909 +msgid "The printer URI is incorrect or no longer exists." +msgstr "El URI de la impresora es incorrecto o ya no existe." + +#: backend/lpd.c:619 +#: backend/lpd.c:1009 +#: backend/lpd.c:1091 +#: backend/lpd.c:1141 +msgid "The printer did not respond." +msgstr "La impresora no respondió." + +#: backend/ipp.c:892 +#: backend/ipp.c:899 +#, c-format +msgid "The printer does not support IPP/%d.%d, trying IPP/%s." +msgstr "La impresora no es compatible con IPP/%d.%d, probando IPP/%s." + +#: backend/ipp.c:757 +#: backend/ipp.c:874 +#: backend/ipp.c:980 +#: backend/ipp.c:1313 +#: backend/ipp.c:1464 +#: backend/lpd.c:828 +#: backend/socket.c:374 +#: backend/usb-unix.c:131 +#: backend/usb-unix.c:424 +#: backend/usb-unix.c:507 +msgid "The printer is in use." +msgstr "La impresora está en uso." + +#: backend/runloop.c:254 +#: backend/runloop.c:374 +#: cups/localize.c:311 +msgid "The printer is not connected." +msgstr "La impresora no está conectada." + +#: backend/ipp.c:735 +#: backend/ipp.c:768 +#: backend/ipp.c:870 +#: backend/lpd.c:807 +#: backend/lpd.c:848 +#: backend/socket.c:353 +#: backend/socket.c:386 +msgid "The printer is not responding." +msgstr "La impresora no responde." + +#: backend/runloop.c:396 +msgid "The printer is now connected." +msgstr "La impresora está ahora conectada." + +#: backend/usb-darwin.c:1286 +msgid "The printer is now online." +msgstr "La impresora está ahora en línea." + +#: backend/usb-darwin.c:1307 +msgid "The printer is offline." +msgstr "La impresora está fuera de línea." + +#: cups/localize.c:335 +msgid "The printer is running low on ink." +msgstr "La impresora está funcionando con poca tinta." + +#: cups/localize.c:313 +msgid "The printer is running low on toner." +msgstr "La impresora está funcionando con poco toner." + +#: backend/ipp.c:750 +#: backend/lpd.c:821 +#: backend/socket.c:367 +msgid "The printer is unreachable at this time." +msgstr "La impresora es inalcanzable en este momento." + +#: cups/localize.c:337 +msgid "The printer may be out of ink." +msgstr "La impresora puede que no tenga tinta." + +#: cups/localize.c:315 +msgid "The printer may be out of toner." +msgstr "La impresora puede que esté sin toner." + +#: backend/ipp.c:744 +#: backend/lpd.c:815 +#: backend/socket.c:361 +msgid "The printer may not exist or is unavailable at this time." +msgstr "La impresora puede no existir o no estar disponible en este momento." + +#: cgi-bin/admin.c:931 +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 (#)." + +#: scheduler/ipp.c:876 +#: scheduler/ipp.c:1136 +#: scheduler/ipp.c:3198 +#: scheduler/ipp.c:3369 +#: scheduler/ipp.c:5101 +#: scheduler/ipp.c:5487 +#: scheduler/ipp.c:5801 +#: scheduler/ipp.c:6359 +#: scheduler/ipp.c:7124 +#: scheduler/ipp.c:7180 +#: scheduler/ipp.c:7494 +#: scheduler/ipp.c:7760 +#: scheduler/ipp.c:7849 +#: scheduler/ipp.c:7882 +#: scheduler/ipp.c:8205 +#: scheduler/ipp.c:8598 +#: scheduler/ipp.c:8679 +#: scheduler/ipp.c:9840 +#: scheduler/ipp.c:10294 +#: scheduler/ipp.c:10624 +#: scheduler/ipp.c:10706 +#: scheduler/ipp.c:10998 +msgid "The printer or class does not exist." +msgstr "La impresora o clase no existe." + +#: scheduler/ipp.c:1304 +msgid "The printer or class is not shared." +msgstr "La impresora o clase no está compartida." + +#: cups/localize.c:317 +msgid "The printer's cover is open." +msgstr "La tapa de la impresora está abierta." + +#: cups/localize.c:321 +msgid "The printer's door is open." +msgstr "La puerta de la impresora está abierta." + +#: cups/localize.c:319 +msgid "The printer's interlock is open." +msgstr "El dispositivo de seguridad de la impresora está abierto." + +#: cups/localize.c:339 +msgid "The printer's waste bin is almost full." +msgstr "Recipiente de residuos de la impresora está casi lleno." + +#: cups/localize.c:341 +msgid "The printer's waste bin is full." +msgstr "Recipiente de residuos de la impresora está lleno." + +#: scheduler/ipp.c:982 +#: scheduler/ipp.c:2261 +#, c-format +msgid "The printer-uri \"%s\" contains invalid characters." +msgstr "El printer-uri \"%s\" contiene caracteres no válidos." + +#: scheduler/ipp.c:3175 +msgid "The printer-uri attribute is required." +msgstr "Se necesita el atributo printer-uri." + +#: scheduler/ipp.c:966 +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\"." + +#: scheduler/ipp.c:2245 +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\"." + +#: cgi-bin/admin.c:474 +msgid "The subscription name may not contain spaces, slashes (/), question marks (?), or the pound sign (#)." +msgstr "El nombre de la subscripción no puede contener espacios, barras (/), signos de interrogación (?), o la almohadilla (#)." + +#: scheduler/client.c:2450 +msgid "The web interface is currently disabled. Run \"cupsctl WebInterface=yes\" to enable it." +msgstr "La interfaz web está desactivada en este momento. Ejecute \"cupsctl WebInterface=yes\" para activarla." + +#: scheduler/ipp.c:6454 +#, c-format +msgid "The which-jobs value \"%s\" is not supported." +msgstr "No se admite el uso del valor which-jobs \"%s\"." + +#: scheduler/ipp.c:5731 +msgid "There are too many subscriptions." +msgstr "Hay demasiadas subscripciones." + +#: cups/localize.c:308 +msgid "There is a paper jam." +msgstr "Hay un atasco de papel." + +#: backend/usb-darwin.c:379 +#: backend/usb-darwin.c:438 +#: backend/usb-darwin.c:505 +#: backend/usb-darwin.c:526 +#: backend/usb-libusb.c:235 +#: backend/usb-libusb.c:256 +msgid "There was an unrecoverable USB error." +msgstr "Ha habido un error USB irrecuperable." + +#: ppdc/sample.c:435 +msgid "Thermal Transfer Media" +msgstr "Soporte de transferencia térmica" + +#: scheduler/ipp.c:1507 +msgid "Too many active jobs." +msgstr "Demasiados trabajos activos." + +#: scheduler/ipp.c:1401 +#, c-format +msgid "Too many job-sheets values (%d > 2)." +msgstr "Demasiados valores de job-sheets (%d > 2)." + +#: scheduler/ipp.c:2529 +#, c-format +msgid "Too many printer-state-reasons values (%d > %d)." +msgstr "Demasiados valores printer-state-reasons (%d > %d)." + +#: ppdc/sample.c:289 +msgid "Transparency" +msgstr "Transparencia" + +#: ppdc/sample.c:284 +msgid "Tray" +msgstr "Bandeja" + +#: ppdc/sample.c:264 +msgid "Tray 1" +msgstr "Bandeja 1" + +#: ppdc/sample.c:265 +msgid "Tray 2" +msgstr "Bandeja 2" + +#: ppdc/sample.c:266 +msgid "Tray 3" +msgstr "Bandeja 3" + +#: ppdc/sample.c:267 +msgid "Tray 4" +msgstr "Bandeja 4" + +#: cups/http-support.c:1315 +msgid "URI Too Long" +msgstr "URI demasiado largo" + +#: ppdc/sample.c:138 +msgid "US Ledger" +msgstr "Libro Mayor, 17 x 11 pulg." + +#: ppdc/sample.c:139 +msgid "US Legal" +msgstr "Legal EE.UU." + +#: ppdc/sample.c:140 +msgid "US Legal Oversize" +msgstr "Legal EE.UU. Extragrande" + +#: ppdc/sample.c:141 +msgid "US Letter" +msgstr "Carta EE.UU." + +#: ppdc/sample.c:142 +msgid "US Letter Long Edge" +msgstr "Carta EE.UU. lado largo" + +#: ppdc/sample.c:143 +msgid "US Letter Oversize" +msgstr "Carta EE.UU. Extragrande" + +#: ppdc/sample.c:144 +msgid "US Letter Oversize Long Edge" +msgstr "Carta EE.UU. Extragrande lado largo" + +#: ppdc/sample.c:145 +msgid "US Letter Small" +msgstr "Carta EE.UU. Pequeña" + +#: cgi-bin/admin.c:1959 +#: cgi-bin/admin.c:1972 +#: cgi-bin/admin.c:1996 +msgid "Unable to access cupsd.conf file" +msgstr "No se ha podido acceder al archivo cupsd.conf" + +#: cgi-bin/help.c:133 +msgid "Unable to access help file." +msgstr "No se ha podido acceder al archivo de ayuda." + +#: cgi-bin/admin.c:526 +msgid "Unable to add RSS subscription" +msgstr "No se ha podido añadir la subscripción RSS" + +#: cgi-bin/admin.c:814 +msgid "Unable to add class" +msgstr "No se ha podido añadir la clase" + +#: backend/ipp.c:1635 +msgid "Unable to add document to print job." +msgstr "No se ha podido añadir el documento al trabajo de impresión." + +#: scheduler/ipp.c:1548 +#, c-format +msgid "Unable to add job for destination \"%s\"." +msgstr "No se ha podido añadir el trabajo para el destino \"%s\"." + +#: cgi-bin/admin.c:1059 +#: cgi-bin/admin.c:1419 +msgid "Unable to add printer" +msgstr "No se ha podido añadir la impresora" + +#: scheduler/ipp.c:1246 +msgid "Unable to allocate memory for file types." +msgstr "No se ha podido reservar memoria para tipos de archivo." + +#: filter/pstops.c:451 +msgid "Unable to allocate memory for page info" +msgstr "No se ha podido reservar memoria para la información de página." + +#: filter/pstops.c:445 +msgid "Unable to allocate memory for pages array" +msgstr "No se ha podido reservar memoria para la secuencia de páginas" + +#: cgi-bin/admin.c:1525 +msgid "Unable to cancel RSS subscription" +msgstr "No se ha podido cancelar la subscripción RSS" + +#: backend/ipp.c:1942 +msgid "Unable to cancel print job." +msgstr "No se ha podido cancelar el trabajo de impresión." + +#: cgi-bin/admin.c:2990 +msgid "Unable to change printer" +msgstr "No se ha podido cambiar la impresora" + +#: cgi-bin/admin.c:3906 +msgid "Unable to change printer-is-shared attribute" +msgstr "No se ha podido cambiar el atributo printer-is-shared" + +#: cgi-bin/admin.c:1657 +#: cgi-bin/admin.c:1799 +msgid "Unable to change server settings" +msgstr "No se ha podido cambiar la configuración del servidor" + +#: filter/commandtops.c:420 +msgid "Unable to configure printer options." +msgstr "No se han podido configurar las opciones de impresión." + +#: cups/adminutil.c:911 +#: cups/request.c:1016 +msgid "Unable to connect to host." +msgstr "No se ha podido conectar al servidor." + +#: backend/ipp.c:713 +#: backend/ipp.c:1138 +#: backend/lpd.c:787 +#: backend/socket.c:333 +#: backend/usb-unix.c:117 +msgid "Unable to contact printer, queuing on next printer in class." +msgstr "No se ha podido contactar con la impresora; poniendo en cola en la siguiente impresora de la clase." + +#: cups/adminutil.c:726 +#, c-format +msgid "Unable to copy 64-bit CUPS printer driver files (%d)." +msgstr "No se han podido copiar los archivos del controlador de impresora de 64-bit de CUPS (%d)." + +#: cups/adminutil.c:691 +#, c-format +msgid "Unable to copy 64-bit Windows printer driver files (%d)." +msgstr "No se han podido copiar los archivos del controlador de impresora de 64-bit de Windows (%d)." + +#: cups/adminutil.c:522 +#, 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)." + +#: scheduler/ipp.c:2649 +#, c-format +msgid "Unable to copy PPD file - %s" +msgstr "No se ha podido copiar el archivo PPD - %s" + +#: scheduler/ipp.c:2704 +msgid "Unable to copy PPD file." +msgstr "No se ha podido copiar el archivo PPD." + +#: cups/adminutil.c:487 +#, 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)." + +#: cups/adminutil.c:610 +#, 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)." + +#: scheduler/ipp.c:2626 +#, c-format +msgid "Unable to copy interface script - %s" +msgstr "No se ha podido copiar el script de interfaz - %s" + +#: backend/ipp.c:2034 +msgid "Unable to create compressed print file" +msgstr "No se ha podido crear el archivo de impresión comprimido" + +#: cups/util.c:602 +#: cups/util.c:1656 +msgid "Unable to create printer-uri" +msgstr "No se ha podido crear printer-uri" + +#: cgi-bin/admin.c:1850 +#: cgi-bin/admin.c:1862 +#: scheduler/cupsfilter.c:1236 +msgid "Unable to create temporary file" +msgstr "No se ha podido crear el archivo temporal" + +#: cgi-bin/admin.c:2153 +msgid "Unable to delete class" +msgstr "No se ha podido borrar la clase" + +#: cgi-bin/admin.c:2238 +msgid "Unable to delete printer" +msgstr "No se ha podido borrar la impresora" + +#: cgi-bin/classes.c:260 +#: cgi-bin/printers.c:269 +msgid "Unable to do maintenance command" +msgstr "No se ha podido realizar el comando de mantenimiento" + +#: cgi-bin/admin.c:1974 +msgid "Unable to edit cupsd.conf files larger than 1MB" +msgstr "No se pueden editar archivos cupsd.conf mayores de 1MB" + +#: cups/http.c:4272 +msgid "Unable to establish a secure connection to host (certificate chain invalid)." +msgstr "No se ha podido establecer una conexión segura con el servidor (cadena certificado incorrecta)." + +#: cups/http.c:4262 +msgid "Unable to establish a secure connection to host (certificate not yet valid)." +msgstr "No se ha podido establecer una conexión segura con el servidor (el certificado aún no es válido)." + +#: cups/http.c:4257 +msgid "Unable to establish a secure connection to host (expired certificate)." +msgstr "No se ha podido establecer una conexión segura con el servidor (certificado caducado)." + +#: cups/http.c:4267 +msgid "Unable to establish a secure connection to host (host name mismatch)." +msgstr "No se ha podido establecer una conexión segura con el servidor (el nombre de ordenador no coincide)." + +#: cups/http.c:4277 +msgid "Unable to establish a secure connection to host (peer dropped connection before responding)." +msgstr "No se ha podido establecer una conexión segura con el servidor (el par cortó la conexión antes de responder)." + +#: cups/http.c:4252 +msgid "Unable to establish a secure connection to host (self-signed certificate)." +msgstr "No se ha podido establecer una conexión segura con el servidor (certificado auto-firmado)." + +#: cups/http.c:4247 +msgid "Unable to establish a secure connection to host (untrusted certificate)." +msgstr "No se ha podido establecer una conexión segura con el servidor (certificado no seguro)." + +#: cups/http.c:4008 +#: cups/http.c:4304 +#: cups/http.c:4337 +#: cups/http.c:4354 +msgid "Unable to establish a secure connection to host." +msgstr "No se ha podido establecer una conexión segura al servidor." + +#: cgi-bin/ipp-var.c:365 +msgid "Unable to find destination for job" +msgstr "No se ha podido encontrar destino para el trabajo" + +#: cups/http-support.c:1748 +msgid "Unable to find printer." +msgstr "No se ha podido encontrar la impresora." + +#: backend/ipp.c:2056 +msgid "Unable to generate compressed print file" +msgstr "No se ha podido crear el archivo de impresión comprimido" + +#: backend/ipp.c:3009 +msgid "Unable to get backend exit status." +msgstr "No se ha podido obtener el estado de salida del programa backend" + +#: cgi-bin/classes.c:450 +msgid "Unable to get class list" +msgstr "No se ha podido obtener la lista de clases" + +#: cgi-bin/classes.c:549 +msgid "Unable to get class status" +msgstr "No se ha podido obtener el estado de la clase" + +#: cgi-bin/admin.c:1320 +msgid "Unable to get list of printer drivers" +msgstr "No se ha podido obtener la lista de controladores de impresora" + +#: cgi-bin/admin.c:2840 +msgid "Unable to get printer attributes" +msgstr "No se han podido obtener los atributos de la impresora" + +#: cgi-bin/printers.c:467 +msgid "Unable to get printer list" +msgstr "No se ha podido obtener la lista de impresoras" + +#: cgi-bin/printers.c:569 +msgid "Unable to get printer status" +msgstr "No se ha podido obtener el estado de la impresora" + +#: backend/ipp.c:933 +msgid "Unable to get printer status." +msgstr "No se ha podido obtener el estado de la impresora." + +#: cups/adminutil.c:565 +#: cups/adminutil.c:769 +#, 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)." + +#: cups/adminutil.c:639 +#, 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)." + +#: cgi-bin/help.c:92 +msgid "Unable to load help index." +msgstr "No se ha podido cargar el índice de ayuda." + +#: backend/ipp.c:642 +#: backend/lpd.c:421 +#: backend/socket.c:275 +#, c-format +msgid "Unable to locate printer \"%s\"." +msgstr "No se ha podido localizar la impresora \"%s\"." + +#: backend/dnssd.c:781 +#: backend/ipp.c:324 +#: backend/lpd.c:204 +#: backend/socket.c:171 +msgid "Unable to locate printer." +msgstr "No se ha podido localizar la impresora." + +#: cgi-bin/admin.c:813 +msgid "Unable to modify class" +msgstr "No se ha podido modificar la clase" + +#: cgi-bin/admin.c:1058 +#: cgi-bin/admin.c:1418 +msgid "Unable to modify printer" +msgstr "No se ha podido modificar la impresora" + +#: cgi-bin/ipp-var.c:432 +#: cgi-bin/ipp-var.c:521 +msgid "Unable to move job" +msgstr "No se ha podido mover el trabajo" + +#: cgi-bin/ipp-var.c:434 +#: cgi-bin/ipp-var.c:523 +msgid "Unable to move jobs" +msgstr "No se han podido mover los trabajos" + +#: cgi-bin/admin.c:3186 +#: cups/ppd.c:339 +msgid "Unable to open PPD file" +msgstr "No se ha podido abrir el archivo PPD" + +#: backend/ipp.c:2040 +msgid "Unable to open compressed print file" +msgstr "No se ha podido abrir el archivo de impresión comprimido" + +#: cgi-bin/admin.c:2608 +msgid "Unable to open cupsd.conf file:" +msgstr "No se ha podido abrir el archivo cupsd.conf:" + +#: backend/usb-unix.c:141 +msgid "Unable to open device file" +msgstr "No se ha podido abrir el archivo de dispositivo" + +#: scheduler/ipp.c:6140 +#, c-format +msgid "Unable to open document #%d in job #%d." +msgstr "No se ha podido abrir el documento #%d del trabajo #%d." + +#: cgi-bin/help.c:364 +msgid "Unable to open help file." +msgstr "No se ha podido abrir el archivo de ayuda." + +#: backend/ipp.c:365 +#: backend/ipp.c:1398 +#: backend/ipp.c:1594 +#: backend/ipp.c:2046 +#: backend/lpd.c:488 +#: backend/socket.c:158 +#: backend/usb.c:237 +#: filter/gziptoany.c:71 +#: filter/pstops.c:300 +msgid "Unable to open print file" +msgstr "No se ha podido abrir el archivo de impresión" + +#: filter/rastertoepson.c:998 +#: filter/rastertohp.c:724 +#: filter/rastertolabel.c:1147 +msgid "Unable to open raster file" +msgstr "No se ha podido abrir el archivo de trama de datos (raster)" + +#: cgi-bin/ipp-var.c:795 +msgid "Unable to print test page" +msgstr "No se ha podido imprimir la página de prueba" + +#: backend/runloop.c:96 +#: backend/runloop.c:325 +#: backend/usb-darwin.c:613 +#: backend/usb-darwin.c:657 +#: backend/usb-libusb.c:343 +#: backend/usb-libusb.c:378 +msgid "Unable to read print data." +msgstr "No se han podido leer los datos de impresión." + +#: cups/dest.c:3402 +msgid "Unable to resolve printer URI." +msgstr "No se ha podido resolver el URI de la impresora." + +#: cups/adminutil.c:2088 +#, c-format +msgid "Unable to run \"%s\": %s" +msgstr "No se ha podido ejecutar \"%s\": %s" + +#: filter/pstops.c:563 +msgid "Unable to see in file" +msgstr "No se ha podido mirar en el archivo" + +#: cgi-bin/ipp-var.c:598 +#: cgi-bin/ipp-var.c:618 +msgid "Unable to send command to printer driver" +msgstr "No se ha podido enviar un comando al controlador de la impresora" + +#: backend/usb-darwin.c:735 +#: backend/usb-libusb.c:454 +msgid "Unable to send data to printer." +msgstr "No se han podido enviar datos a la impresora." + +#: cups/adminutil.c:821 +#, c-format +msgid "Unable to set Windows printer driver (%d)." +msgstr "No se ha podido configurar el controlador de impresora de Windows (%d)." + +#: cgi-bin/admin.c:3807 +msgid "Unable to set options" +msgstr "No se han podido cambiar las opciones" + +#: cgi-bin/admin.c:3077 +msgid "Unable to set server default" +msgstr "No se ha podido establecer el servidor predeterminado" + +#: backend/ipp.c:2868 +#: backend/ipp.c:2945 +#: backend/ipp.c:2953 +msgid "Unable to start backend process." +msgstr "No se ha podido iniciar el proceso backend." + +#: cgi-bin/admin.c:1912 +msgid "Unable to upload cupsd.conf file" +msgstr "No se ha podido enviar el archivo cupsd.conf" + +#: backend/usb-darwin.c:1985 +#: backend/usb-darwin.c:2009 +msgid "Unable to use legacy USB class driver." +msgstr "No se ha podido usar el controlador de dispositivo de clase USB obsoleto." + +#: backend/runloop.c:125 +#: backend/runloop.c:380 +msgid "Unable to write print data" +msgstr "No se han podido escribir los datos de impresión" + +#: filter/gziptoany.c:90 +#, c-format +msgid "Unable to write uncompressed print data: %s" +msgstr "No se han podido escribir los datos de impresión sin comprimir: %s" + +#: cups/http-support.c:1303 +msgid "Unauthorized" +msgstr "No autorizado" + +#: cgi-bin/admin.c:3503 +msgid "Units" +msgstr "Unidades" + +#: cups/http-support.c:1343 +#: cups/ppd.c:366 +msgid "Unknown" +msgstr "Desconocido" + +#: filter/pstops.c:2213 +#, c-format +msgid "Unknown choice \"%s\" for option \"%s\"." +msgstr "Preferencia \"%s\" desconocida para la opción \"%s\"." + +#: backend/ipp.c:507 +#, c-format +msgid "Unknown encryption option value: \"%s\"." +msgstr "Valor de opción de cifrado \"%s\" desconocida." + +#: backend/lpd.c:350 +#, c-format +msgid "Unknown file order: \"%s\"." +msgstr "Orden de archivos \"%s\" desconocido." + +#: backend/lpd.c:321 +#, c-format +msgid "Unknown format character: \"%c\"." +msgstr "Carácter de formato \"%c\" desconocido." + +#: cups/dest-options.c:770 +msgid "Unknown media size name." +msgstr "Nombre de tamaño de papel desconocido." + +#: backend/ipp.c:554 +#, c-format +msgid "Unknown option \"%s\" with value \"%s\"." +msgstr "Opción \"%s\" con valor \"%s\" desconocida." + +#: filter/pstops.c:2196 +#, c-format +msgid "Unknown option \"%s\"." +msgstr "Opción \"%s\" desconocida" + +#: backend/lpd.c:336 +#, c-format +msgid "Unknown print mode: \"%s\"." +msgstr "Modo de impresión \"%s\" desconocido." + +#: scheduler/ipp.c:10496 +#, c-format +msgid "Unknown printer-error-policy \"%s\"." +msgstr "printer-error-policy \"%s\" incorrecto." + +#: scheduler/ipp.c:10479 +#, c-format +msgid "Unknown printer-op-policy \"%s\"." +msgstr "printer-op-policy \"%s\" incorrecto." + +#: cups/http-addrlist.c:710 +msgid "Unknown service name." +msgstr "Nombre de servicio desconocido." + +#: backend/ipp.c:526 +#, c-format +msgid "Unknown version option value: \"%s\"." +msgstr "Valor de opción de versión \"%s\" desconocida." + +#: scheduler/ipp.c:402 +#, c-format +msgid "Unsupported character set \"%s\"." +msgstr "Juego de caracteres \"%s\" no permitido." + +#: scheduler/ipp.c:8171 +#: scheduler/ipp.c:9401 +#: scheduler/ipp.c:10950 +#, c-format +msgid "Unsupported compression \"%s\"." +msgstr "Compresión \"%s\" no permitida." + +#: scheduler/ipp.c:8305 +#: scheduler/ipp.c:9551 +#: scheduler/ipp.c:10979 +#, c-format +msgid "Unsupported document-format \"%s\"." +msgstr "document-format \"%s\" no permitido." + +#: scheduler/ipp.c:9534 +#, c-format +msgid "Unsupported document-format \"%s/%s\"." +msgstr "document-format \"%s/%s\" no permitido." + +#: scheduler/ipp.c:1367 +#, c-format +msgid "Unsupported format \"%s\"." +msgstr "Formato \"%s\" no permitido." + +#: scheduler/ipp.c:1465 +msgid "Unsupported margins." +msgstr "Márgenes no permitidos." + +#: cups/pwg-media.c:529 +msgid "Unsupported media value." +msgstr "Valor del medio no permitido." + +#: filter/pstops.c:2478 +#, c-format +msgid "Unsupported number-up value %d, using number-up=1." +msgstr "Valor de number-up (páginas por hoja) %d no permitido; usando number-up=1." + +#: filter/pstops.c:2512 +#, c-format +msgid "Unsupported number-up-layout value %s, using number-up-layout=lrtb." +msgstr "Valor de number-up-layout (disposición de páginas por hoja) %s no permitido; usando number-up-layout=lrtb." + +#: filter/pstops.c:2563 +#, c-format +msgid "Unsupported page-border value %s, using page-border=none." +msgstr "Valor de page-border (borde de página) %s no permitido; usando page-border=none (ninguno)." + +#: filter/rastertopwg.c:147 +#: filter/rastertopwg.c:155 +#: filter/rastertopwg.c:164 +msgid "Unsupported raster data." +msgstr "Trama de datos no permitidos." + +#: cups/snmp.c:1112 +msgid "Unsupported value type" +msgstr "Tipo de valor no permitido" + +#: cups/http-support.c:1318 +msgid "Upgrade Required" +msgstr "Se requiere actualización" + +#: systemv/lpadmin.c:668 +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]" +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]" + +#: backend/dnssd.c:241 +#: backend/ipp.c:313 +#: backend/lpd.c:191 +#: backend/socket.c:135 +#: backend/usb.c:183 +#: filter/commandtops.c:74 +#: filter/gziptoany.c:50 +#: filter/pstops.c:264 +#: monitor/bcp.c:62 +#: monitor/tbcp.c:61 +#, c-format +msgid "Usage: %s job-id user title copies options [file]" +msgstr "Uso: %s job-id usuario título copias opciones [archivo]" + +#: systemv/cupsaddsmb.c:281 +msgid "Usage: cupsaddsmb [options] printer1 ... printerN" +msgstr "Uso: cupsaddsmb [opciones] impresora1 ... impresoraN" + +#: systemv/cupsctl.c:200 +msgid "Usage: cupsctl [options] [param=value ... paramN=valueN]" +msgstr "Uso: cupsctl [opciones] [param=valor ... paramN=valorN]" + +#: scheduler/main.c:2017 +msgid "Usage: cupsd [options]" +msgstr "Uso: cupsd [opciones)" + +#: scheduler/cupsfilter.c:1429 +msgid "Usage: cupsfilter [ options ] filename" +msgstr "Uso: cupsfilter ( opciones ) archivo" + +#: systemv/cupstestdsc.c:425 +msgid "Usage: cupstestdsc [options] filename.ps [... filename.ps]" +msgstr "Uso: cupstestdsc [opciones] nombre_archivo.ps [... nombre_archivo.ps]" + +#: systemv/cupstestppd.c:3793 +msgid "Usage: cupstestppd [options] filename1.ppd[.gz] [... filenameN.ppd[.gz]]" +msgstr "Uso: cupstestppd [opciones] nombre_archivo1.ppd[.gz] [... nombre_archivoN.ppd[.gz]]" + +#: test/ipptool.c:4401 +msgid "Usage: ipptool [options] URI filename [ ... filenameN ]" +msgstr "Uso: ipptool [opciones] URI nombre_archivo [ ... nombre_archivoN ]" + +#: systemv/lpmove.c:125 +msgid "Usage: lpmove job/src dest" +msgstr "Uso: lpmove trabajo/fuente destino" + +#: systemv/lpoptions.c:553 +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" +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" + +#: systemv/lppasswd.c:476 +msgid "Usage: lppasswd [-g groupname]" +msgstr "Uso: lppasswd [-g nombre_grupo]" + +#: systemv/lppasswd.c:479 +msgid "" +"Usage: lppasswd [-g groupname] [username]\n" +" lppasswd [-g groupname] -a [username]\n" +" lppasswd [-g groupname] -x [username]" +msgstr "" +"Uso: lppasswd [-g nombre_grupo] [nombre_usuario]\n" +" lppasswd [-g nombre_grupo] -a [nombre_usuario]\n" +" lppasswd [-g nombre_grupo] -x [nombre_usuario]" + +#: berkeley/lpq.c:670 +msgid "Usage: lpq [-P dest] [-U username] [-h hostname[:port]] [-l] [+interval]" +msgstr "Uso: lpq (-P dest) (-U nombre_usuario) (-h nombre_ordenador(:puerto)) (-l) (+intervalo)" + +#: ppdc/ppdc.cxx:435 +msgid "Usage: ppdc [options] filename.drv [ ... filenameN.drv ]" +msgstr "Uso: ppdc [opciones] nombre_archivo.drv [ ... nombre_archivoN.drv ]" + +#: ppdc/ppdhtml.cxx:172 +msgid "Usage: ppdhtml [options] filename.drv >filename.html" +msgstr "Uso: ppdhtml [opciones] nombre_archivo.drv >nombre_archivo.html" + +#: ppdc/ppdi.cxx:128 +msgid "Usage: ppdi [options] filename.ppd [ ... filenameN.ppd ]" +msgstr "Uso: ppdi [opciones] nombre_archivo.ppd [ ... nombre_archivoN.ppd ]" + +#: ppdc/ppdmerge.cxx:367 +msgid "Usage: ppdmerge [options] filename.ppd [ ... filenameN.ppd ]" +msgstr "Uso: ppdmerge [opciones] nombre_archivo.ppd [ ... nombre_archivoN.ppd ]" + +#: ppdc/ppdpo.cxx:252 +msgid "Usage: ppdpo [options] -o filename.po filename.drv [ ... filenameN.drv ]" +msgstr "Uso: ppdpo [opciones] -o nombre_archivo.po nombre_archivo.drv [ ... nombre_archivoN.drv ]" + +#: backend/snmp.c:218 +msgid "Usage: snmp [host-or-ip-address]" +msgstr "Uso: snmp [ordenador-o-dirección-ip]" + +#: cups/snmp.c:1064 +msgid "Value uses indefinite length" +msgstr "Valor usa una longitud indefinida" + +#: cups/snmp.c:1049 +msgid "VarBind uses indefinite length" +msgstr "VarBind usa una longitud indefinida" + +#: cups/snmp.c:999 +msgid "Version uses indefinite length" +msgstr "Versión usa una longitud indefinida" + +#: backend/ipp.c:1675 +msgid "Waiting for job to complete." +msgstr "Esperando a que finalice el trabajo." + +#: backend/usb-darwin.c:457 +#: backend/usb-libusb.c:193 +msgid "Waiting for printer to become available." +msgstr "Esperando a que la impresora esté disponible." + +#: backend/socket.c:444 +msgid "Waiting for printer to finish." +msgstr "Esperando a que finalice la impresora." + +#: cups/adminutil.c:793 +msgid "Warning, no Windows 2000 printer drivers are installed." +msgstr "Advertencia, no está instalado ningún controlador de impresora de Windows 2000." + +#: cups/http-support.c:1339 +msgid "Web Interface is Disabled" +msgstr "La interfaz web está desactivada." + +#: cups/ppd.c:1947 +msgid "Yes" +msgstr "Si" + +#: scheduler/client.c:2437 +#, 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." + +#: systemv/lppasswd.c:254 +msgid "Your password must be at least 6 characters long, cannot contain your username, and must contain at least one letter and number." +msgstr "Su contraseña debe tener al menos 6 caracteres, no puede contener su nombre de usuario, y debe tener al menos una letra y un número." + +#: ppdc/sample.c:439 +msgid "ZPL Label Printer" +msgstr "Impresora de etiquetas ZPL" + +#: ppdc/sample.c:362 +msgid "Zebra" +msgstr "Zebra" + +#: cups/notify.c:102 +msgid "aborted" +msgstr "cancelado" + +#: cups/notify.c:99 +msgid "canceled" +msgstr "cancelado" + +#: cups/notify.c:105 +msgid "completed" +msgstr "completado" + +#: scheduler/ipp.c:6012 +msgid "cups-deviced failed to execute." +msgstr "Ha fallado al ejecutarse cups-deviced." + +#: scheduler/ipp.c:6842 +#: scheduler/ipp.c:7091 +msgid "cups-driverd failed to execute." +msgstr "Ha fallado al ejecutarse cups-driverd." + +#: systemv/cupsaddsmb.c:233 +#, c-format +msgid "cupsaddsmb: No PPD file for printer \"%s\" - %s" +msgstr "cupsaddsmb: No hay archivo PPD para la impresora \"%s\" - %s" + +#: systemv/cupsctl.c:141 +msgid "cupsctl: Cannot set Listen or Port directly." +msgstr "cupsctl: No se puede establecer Listen o Port directamente." + +#: systemv/cupsctl.c:152 +#, c-format +msgid "cupsctl: Unable to connect to server: %s" +msgstr "cupsctl: No se ha podido conectar al servidor: %s" + +#: systemv/cupsctl.c:195 +#, c-format +msgid "cupsctl: Unknown option \"%s\"" +msgstr "cupsctl: Opción \"%s\" desconocida" + +#: systemv/cupsctl.c:197 +#, c-format +msgid "cupsctl: Unknown option \"-%c\"" +msgstr "cupsctl: Opción \"-%c\" desconocida" + +#: scheduler/main.c:189 +msgid "cupsd: Expected config filename after \"-c\" option." +msgstr "cupsd: Se esperaba un nombre de archivo de configuración tras la opción \"-c\"." + +#: scheduler/main.c:221 +#: scheduler/main.c:228 +msgid "cupsd: Unable to get current directory." +msgstr "cupsd: No se ha podido obtener el directorio actual." + +#: scheduler/main.c:295 +#, c-format +msgid "cupsd: Unknown argument \"%s\" - aborting." +msgstr "cupsd: Argumento \"%s\" desconocido - cancelando." + +#: scheduler/main.c:288 +#, c-format +msgid "cupsd: Unknown option \"%c\" - aborting." +msgstr "cupsd: Opción \"%c\" desconocida - cancelando." + +#: scheduler/main.c:255 +msgid "cupsd: launchd(8) support not compiled in, running in normal mode." +msgstr "cupsd: el uso de launchd(8) no ha sido compilado, ejecutándose en modo normal." + +#: scheduler/cupsfilter.c:1209 +#, c-format +msgid "cupsfilter: Invalid document number %d." +msgstr "cupsfilter: Número de documento %d no válido." + +#: scheduler/cupsfilter.c:1203 +#, c-format +msgid "cupsfilter: Invalid job ID %d." +msgstr "cupsfilter: ID de trabajo %d no válida." + +#: scheduler/cupsfilter.c:358 +msgid "cupsfilter: Only one filename can be specified." +msgstr "cupsfilter: Solo se puede especificar un nombre de archivo." + +#: scheduler/cupsfilter.c:1251 +#, c-format +msgid "cupsfilter: Unable to get job file - %s" +msgstr "cupsfilter: No se ha podido obtener el archivo del trabajo - %s" + +#: systemv/cupstestppd.c:261 +msgid "cupstestppd: The -q option is incompatible with the -v option." +msgstr "cupstestppd: La opción -q es incompatible con la opción -v." + +#: systemv/cupstestppd.c:277 +msgid "cupstestppd: The -v option is incompatible with the -q option." +msgstr "cupstestppd: La opción -v es incompatible con la opción -q." + +#: systemv/lpstat.c:1231 +#: systemv/lpstat.c:1234 +#: systemv/lpstat.c:1237 +#, c-format +msgid "device for %s/%s: %s" +msgstr "dispositivo para %s/%s: %s" + +#: systemv/lpstat.c:1218 +#: systemv/lpstat.c:1221 +#: systemv/lpstat.c:1224 +#, c-format +msgid "device for %s: %s" +msgstr "dispositivo para %s: %s" + +#: cups/snmp.c:1036 +msgid "error-index uses indefinite length" +msgstr "error-index usa una longitud indefinida" + +#: cups/snmp.c:1028 +msgid "error-status uses indefinite length" +msgstr "error-status usa una longitud indefinida" + +#: cups/notify.c:90 +msgid "held" +msgstr "retenido" + +#: berkeley/lpc.c:209 +msgid "help\t\tGet help on commands." +msgstr "help\t\tProporciona ayuda sobre los comandos." + +#: cups/notify.c:131 +msgid "idle" +msgstr "inactiva" + +#: test/ipptool.c:373 +#: test/ipptool.c:515 +#: test/ipptool.c:539 +msgid "ipptool: \"-i\" and \"-n\" are incompatible with -X\"." +msgstr "ipptool: \"-i\" y \"-n\" son incompatibles with -X\"." + +#: test/ipptool.c:597 +#, c-format +msgid "ipptool: Bad URI - %s." +msgstr "ipptool: URI - %s incorrecto." + +#: test/ipptool.c:362 +#, c-format +msgid "ipptool: Bad version %s for \"-V\"." +msgstr "ipptool: Versión %s para \"-V\" incorrecta." + +#: test/ipptool.c:508 +msgid "ipptool: Invalid seconds for \"-i\"." +msgstr "ipptool: Número de segundos no válido para \"-i\"." + +#: test/ipptool.c:578 +msgid "ipptool: May only specify a single URI." +msgstr "ipptool: Sólo se puede especificar un URI." + +#: test/ipptool.c:531 +msgid "ipptool: Missing count for \"-n\"." +msgstr "ipptool: Falta el contador para \"-n\"." + +#: test/ipptool.c:408 +msgid "ipptool: Missing filename for \"-f\"." +msgstr "ipptool: Falta el nombre del archivo para \"-f\"." + +#: test/ipptool.c:389 +msgid "ipptool: Missing name=value for \"-d\"." +msgstr "ipptool: Falta un nombre=valor para \"-d\"." + +#: test/ipptool.c:498 +msgid "ipptool: Missing seconds for \"-i\"." +msgstr "ipptool: Falta el número de segundos para \"-i\"." + +#: test/ipptool.c:332 +msgid "ipptool: Missing timeout for \"-T\"." +msgstr "ipptool: Falta un tiempo de espera para \"-T\"." + +#: test/ipptool.c:345 +msgid "ipptool: Missing version for \"-V\"." +msgstr "ipptool: Falta la versión para \"-V\"." + +#: test/ipptool.c:624 +msgid "ipptool: URI required before test file." +msgstr "ipptool: Se requiere un URI antes del archivo de prueba." + +#: test/ipptool.c:558 +#, c-format +msgid "ipptool: Unknown option \"-%c\"." +msgstr "ipptool: Opción \"-%c\" desconocida." + +#: scheduler/ipp.c:7838 +msgid "job-printer-uri attribute missing." +msgstr "Falta el atributo job-printer-uri." + +#: systemv/lpadmin.c:131 +#: systemv/lpadmin.c:375 +msgid "lpadmin: Class name can only contain printable characters." +msgstr "lpadmin: El nombre de la clase sólo puede contener caracteres imprimibles." + +#: systemv/lpadmin.c:614 +msgid "lpadmin: Expected PPD after \"-P\" option." +msgstr "lpadmin: Se esperaba un PPD tras la opción \"-P\"." + +#: systemv/lpadmin.c:457 +msgid "lpadmin: Expected allow/deny:userlist after \"-u\" option." +msgstr "lpadmin: Se esperaba allow/deny:lista_usuarios tras la opción \"-u\"." + +#: systemv/lpadmin.c:364 +msgid "lpadmin: Expected class after \"-r\" option." +msgstr "lpadmin: Se esperaba una clase tras la opción \"-r\"." + +#: systemv/lpadmin.c:120 +msgid "lpadmin: Expected class name after \"-c\" option." +msgstr "lpadmin: Se esperaba un nombre de clase tras la opción \"-c\"." + +#: systemv/lpadmin.c:558 +msgid "lpadmin: Expected description after \"-D\" option." +msgstr "lpadmin: Se esperaba una descripción tras la opción \"-D\"." + +#: systemv/lpadmin.c:491 +msgid "lpadmin: Expected device URI after \"-v\" option." +msgstr "lpadmin: Se esperaba un URI de dispositivo tras la opción \"-v\"." + +#: systemv/lpadmin.c:574 +msgid "lpadmin: Expected file type(s) after \"-I\" option." +msgstr "lpadmin: Se esperaba(n) tipo(s) de archivo(s) tras la opción \"-l\"." + +#: systemv/lpadmin.c:202 +msgid "lpadmin: Expected hostname after \"-h\" option." +msgstr "lpadmin: Se esperaba un nombre de ordenador tras la opción \"-h\"." + +#: systemv/lpadmin.c:221 +msgid "lpadmin: Expected interface after \"-i\" option." +msgstr "lpadmin: Se esperaba una interfaz tras la opción \"-i\"." + +#: systemv/lpadmin.c:594 +msgid "lpadmin: Expected location after \"-L\" option." +msgstr "lpadmin: Se esperaba una ubicación tras la opción \"-L\"." + +#: systemv/lpadmin.c:274 +msgid "lpadmin: Expected model after \"-m\" option." +msgstr "lpadmin: Se esperaba un modelo tras la opción \"-m\"." + +#: systemv/lpadmin.c:417 +msgid "lpadmin: Expected name after \"-R\" option." +msgstr "lpadmin: Se esperaba un nombre tras la opción \"-R\"." + +#: systemv/lpadmin.c:294 +msgid "lpadmin: Expected name=value after \"-o\" option." +msgstr "lpadmin: Se esperaba un nombre=valor tras la opción \"-o\"." + +#: systemv/lpadmin.c:313 +msgid "lpadmin: Expected printer after \"-p\" option." +msgstr "lpadmin: Se esperaba una impresora tras la opción \"-p\"." + +#: systemv/lpadmin.c:164 +msgid "lpadmin: Expected printer name after \"-d\" option." +msgstr "lpadmin: Se esperaba un nombre de impresora tras la opción \"-d\"." + +#: systemv/lpadmin.c:525 +msgid "lpadmin: Expected printer or class after \"-x\" option." +msgstr "lpadmin: Se esperaba una impresora o clase tras la opción \"-x\"." + +#: systemv/lpadmin.c:975 +msgid "lpadmin: No member names were seen." +msgstr "lpadmin: No se han visto nombres de miembros" + +#: systemv/lpadmin.c:762 +#, c-format +msgid "lpadmin: Printer %s is already a member of class %s." +msgstr "lpadmin: La impresora %s ya es miembro de la clase %s." + +#: systemv/lpadmin.c:989 +#, c-format +msgid "lpadmin: Printer %s is not a member of class %s." +msgstr "lpadmin: La impresora %s no es miembro de la clase %s." + +#: systemv/lpadmin.c:175 +#: systemv/lpadmin.c:324 +#: systemv/lpadmin.c:536 +msgid "lpadmin: Printer name can only contain printable characters." +msgstr "lpadmin: El nombre de la impresora sólo puede contener caracteres imprimibles." + +#: systemv/lpadmin.c:105 +msgid "" +"lpadmin: Unable to add a printer to the class:\n" +" You must specify a printer name first." +msgstr "" +"lpadmin: No se ha podido añadir una impresora a la clase:\n" +" Debe especificar un nombre de impresora primero." + +#: systemv/lpadmin.c:96 +#: systemv/lpadmin.c:149 +#: systemv/lpadmin.c:253 +#: systemv/lpadmin.c:339 +#: systemv/lpadmin.c:393 +#: systemv/lpadmin.c:510 +#: systemv/lpadmin.c:647 +#, c-format +msgid "lpadmin: Unable to connect to server: %s" +msgstr "lpadmin: No se ha podido conectar al servidor: %s" + +#: systemv/lpadmin.c:1329 +msgid "lpadmin: Unable to create temporary file" +msgstr "lpadmin: No se ha podido crear el archivo temporal" + +#: systemv/lpadmin.c:402 +msgid "" +"lpadmin: Unable to delete option:\n" +" You must specify a printer name first." +msgstr "" +"lpadmin: No se ha podido borrar la opción:\n" +" Primero debe especificar un nombre de impresora." + +#: systemv/lpadmin.c:1339 +#, c-format +msgid "lpadmin: Unable to open PPD file \"%s\" - %s" +msgstr "lpadmin: No se ha podido abrir el archivo PPD \"%s\" - %s" + +#: systemv/lpadmin.c:348 +msgid "" +"lpadmin: Unable to remove a printer from the class:\n" +" You must specify a printer name first." +msgstr "" +"lpadmin: No se ha podido quitar una impresora de la clase:\n" +" Primero debe especificar un nombre de impresora." + +#: systemv/lpadmin.c:656 +msgid "" +"lpadmin: Unable to set the printer options:\n" +" You must specify a printer name first." +msgstr "" +"lpadmin: No se han podido establecer las opciones de impresora:\n" +" Primero debe especificar un nombre de impresora." + +#: systemv/lpadmin.c:474 +#, c-format +msgid "lpadmin: Unknown allow/deny option \"%s\"." +msgstr "lpadmin: Opción allow/deny desconocida \"%s\"." + +#: systemv/lpadmin.c:629 +#, c-format +msgid "lpadmin: Unknown argument \"%s\"." +msgstr "lpadmin: Argumento \"%s\" desconocido." + +#: systemv/lpadmin.c:624 +#, c-format +msgid "lpadmin: Unknown option \"%c\"." +msgstr "lpadmin: Opción \"%c\" desconocida." + +#: systemv/lpadmin.c:580 +msgid "lpadmin: Warning - content type list ignored." +msgstr "lpadmin: Advertencia - lista de tipo de contenido no tenida en cuenta." + +#: berkeley/lpc.c:76 +#: berkeley/lpc.c:104 +#: berkeley/lpc.c:140 +msgid "lpc> " +msgstr "lpc> " + +#: systemv/lpinfo.c:137 +msgid "lpinfo: Expected 1284 device ID string after \"--device-id\"." +msgstr "lpinfo: Se esperaba una cadena ID de dispositivo 1284 tras \"--device-id\"." + +#: systemv/lpinfo.c:190 +msgid "lpinfo: Expected language after \"--language\"." +msgstr "lpinfo: Se esperaba un idioma tras \"--language\"." + +#: systemv/lpinfo.c:207 +msgid "lpinfo: Expected make and model after \"--make-and-model\"." +msgstr "lpinfo: Se esperaba marca y modelo tras \"--make-and-model\"." + +#: systemv/lpinfo.c:224 +msgid "lpinfo: Expected product string after \"--product\"." +msgstr "lpinfo: Se esperaba una cadena de producto tras \"--product\"." + +#: systemv/lpinfo.c:155 +msgid "lpinfo: Expected scheme list after \"--exclude-schemes\"." +msgstr "lpinfo: Se esperaba una lista de esquemas tras \"--exclude-schemes\"." + +#: systemv/lpinfo.c:173 +msgid "lpinfo: Expected scheme list after \"--include-schemes\"." +msgstr "lpinfo: Se esperaba una lista de esquemas tras \"--include-schemes\"." + +#: systemv/lpinfo.c:241 +msgid "lpinfo: Expected timeout after \"--timeout\"." +msgstr "lpinfo: Se esperaba un tiempo de espera tras \"--timeout\"." + +#: systemv/lpinfo.c:265 +#, c-format +msgid "lpinfo: Unknown argument \"%s\"." +msgstr "lpinfo: Argumento \"%s\" desconocido." + +#: systemv/lpinfo.c:259 +#, c-format +msgid "lpinfo: Unknown option \"%c\"." +msgstr "lpinfo: Opción \"%c\" desconocida." + +#: systemv/lpinfo.c:252 +#, c-format +msgid "lpinfo: Unknown option \"%s\"." +msgstr "lpinfo: Opción \"%s\" desconocida." + +#: systemv/lpmove.c:133 +#, c-format +msgid "lpmove: Unable to connect to server: %s" +msgstr "lpmove: No se ha podido conectar al servidor: %s" + +#: systemv/lpmove.c:119 +#, c-format +msgid "lpmove: Unknown argument \"%s\"." +msgstr "lpmove: Argumento \"%s\" desconocido." + +#: systemv/lpmove.c:97 +#, c-format +msgid "lpmove: Unknown option \"%c\"." +msgstr "lpmove: Opción \"%c\" desconocida." + +#: systemv/lpoptions.c:150 +#: systemv/lpoptions.c:168 +#: systemv/lpoptions.c:244 +msgid "lpoptions: No printers." +msgstr "lpoptions: No hay impresoras." + +#: systemv/lpoptions.c:219 +#, c-format +msgid "lpoptions: Unable to add printer or instance: %s" +msgstr "lpoptions: No se ha podido añadir la impresora o la instancia: %s" + +#: systemv/lpoptions.c:521 +#, c-format +msgid "lpoptions: Unable to get PPD file for %s: %s" +msgstr "lpoptions: No se ha podido obtener el archivo PPD para %s: %s" + +#: systemv/lpoptions.c:529 +#, c-format +msgid "lpoptions: Unable to open PPD file for %s." +msgstr "lpoptions: No se ha podido abrir el archivo PPD para %s." + +#: systemv/lpoptions.c:99 +msgid "lpoptions: Unknown printer or class." +msgstr "lpoptions: Impresora o clase desconocida." + +#: systemv/lppasswd.c:173 +msgid "lppasswd: Only root can add or delete passwords." +msgstr "lppasswd: Solo el usuario root puede añadir o borrar contraseñas." + +#: systemv/lppasswd.c:302 +msgid "lppasswd: Password file busy." +msgstr "lppasswd: Archivo de contraseñas ocupado." + +#: systemv/lppasswd.c:431 +msgid "lppasswd: Password file not updated." +msgstr "lppasswd: Archivo de contraseñas no actualizado." + +#: systemv/lppasswd.c:398 +msgid "lppasswd: Sorry, password doesn't match." +msgstr "lppasswd: Lo siento, la contraseña no coincide." + +#: systemv/lppasswd.c:253 +msgid "lppasswd: Sorry, password rejected." +msgstr "lppasswd: Lo siento, la contraseña ha sido rechazada." + +#: systemv/lppasswd.c:230 +msgid "lppasswd: Sorry, passwords don't match." +msgstr "lppasswd: Lo siento, las contraseñas no coinciden." + +#: systemv/lppasswd.c:199 +#: systemv/lppasswd.c:218 +#, c-format +msgid "lppasswd: Unable to copy password string: %s" +msgstr "lppasswd: No se ha podido copiar la cadena de contraseña: %s" + +#: systemv/lppasswd.c:304 +#: systemv/lppasswd.c:312 +#: systemv/lppasswd.c:329 +#, c-format +msgid "lppasswd: Unable to open password file: %s" +msgstr "lppasswd: No se ha podido abrir el archivo de contraseñas: %s" + +#: systemv/lppasswd.c:364 +#: systemv/lppasswd.c:377 +#: systemv/lppasswd.c:408 +#, c-format +msgid "lppasswd: Unable to write to password file: %s" +msgstr "lppasswd: No se ha podido escribir en el archivo de contraseñas: %s" + +#: systemv/lppasswd.c:446 +#, c-format +msgid "lppasswd: failed to backup old password file: %s" +msgstr "lppasswd: falló al hacer una copia de seguridad del antiguo archivo de contraseñas: %s" + +#: systemv/lppasswd.c:458 +#, c-format +msgid "lppasswd: failed to rename password file: %s" +msgstr "lppasswd: falló al cambiar de nombre al archivo de contraseñas: %s" + +#: systemv/lppasswd.c:389 +#, c-format +msgid "lppasswd: user \"%s\" and group \"%s\" do not exist." +msgstr "lppasswd: el usuario \"%s\" y el grupo \"%s\" no existen." + +#: systemv/lpstat.c:1039 +#, c-format +msgid "lpstat: error - %s environment variable names non-existent destination \"%s\"." +msgstr "lpstat: error - Los nombre de variable de entorno %s no existen en el destino \"%s\"." + +#: systemv/lpstat.c:970 +#, c-format +msgid "members of class %s:" +msgstr "miembros de la clase %s:" + +#: berkeley/lpq.c:582 +msgid "no entries" +msgstr "no hay entradas" + +#: systemv/lpstat.c:1043 +msgid "no system default destination" +msgstr "no hay un destino predeterminado del sistema" + +#: scheduler/ipp.c:5702 +msgid "notify-events not specified." +msgstr "notify-events no especificado." + +#: scheduler/ipp.c:2034 +#: scheduler/ipp.c:5607 +#, c-format +msgid "notify-recipient-uri URI \"%s\" is already used." +msgstr "El URI notify-recipient-uri \"%s\" ya está usado." + +#: scheduler/ipp.c:2024 +#: scheduler/ipp.c:5597 +#, c-format +msgid "notify-recipient-uri URI \"%s\" uses unknown scheme." +msgstr "El URI notify-recipient-uri \"%s\" usa un esquema desconocido." + +#: cups/notify.c:87 +msgid "pending" +msgstr "pendiente" + +#: ppdc/ppdc.cxx:113 +#: ppdc/ppdpo.cxx:93 +#, c-format +msgid "ppdc: Adding include directory \"%s\"." +msgstr "ppdc: Añadiendo directorio include \"%s\"." + +#: ppdc/ppdpo.cxx:134 +#, c-format +msgid "ppdc: Adding/updating UI text from %s." +msgstr "ppdc: Añadiendo/actualizando texto UI desde %s." + +#: ppdc/ppdc-source.cxx:410 +#, c-format +msgid "ppdc: Bad boolean value (%s) on line %d of %s." +msgstr "ppdc: Valor lógico (%s) incorrecto en línea %d de %s." + +#: ppdc/ppdc-import.cxx:264 +#, c-format +msgid "ppdc: Bad font attribute: %s" +msgstr "ppdc: Atributo de fuente: %s incorrecto" + +#: ppdc/ppdc-source.cxx:1796 +#, c-format +msgid "ppdc: Bad resolution name \"%s\" on line %d of %s." +msgstr "ppdc: Resolución de nombre \"%s\" incorrecta en línea %d de %s." + +#: ppdc/ppdc-source.cxx:1113 +#, c-format +msgid "ppdc: Bad status keyword %s on line %d of %s." +msgstr "ppdc: Clave de estado %s incorrecta en línea %d de %s." + +#: ppdc/ppdc-source.cxx:2033 +#, c-format +msgid "ppdc: Bad variable substitution ($%c) on line %d of %s." +msgstr "ppdc: Sustitución de variable ($%c) errónea en la línea %d de %s." + +#: ppdc/ppdc-source.cxx:2719 +#, c-format +msgid "ppdc: Choice found on line %d of %s with no Option." +msgstr "ppdc: Selección encontrada en línea %d de %s sin opciones." + +#: ppdc/ppdc-source.cxx:1698 +#, c-format +msgid "ppdc: Duplicate #po for locale %s on line %d of %s." +msgstr "ppdc: #po duplicado para código regional %s en línea %d de %s." + +#: ppdc/ppdc-source.cxx:932 +#, c-format +msgid "ppdc: Expected a filter definition on line %d of %s." +msgstr "ppdc: Se esperaba una definición de filtro en la línea %d de %s." + +#: ppdc/ppdc-source.cxx:955 +#, c-format +msgid "ppdc: Expected a program name on line %d of %s." +msgstr "ppdc: Se esperaba un nombre de programa en la línea %d de %s." + +#: ppdc/ppdc-source.cxx:394 +#, c-format +msgid "ppdc: Expected boolean value on line %d of %s." +msgstr "ppdc: Se esperaba un valor lógico en la línea %d de %s." + +#: ppdc/ppdc-source.cxx:1093 +#, c-format +msgid "ppdc: Expected charset after Font on line %d of %s." +msgstr "ppdc: Se esperaba un juego de caracteres tras Font en la línea %d de %s." + +#: ppdc/ppdc-source.cxx:447 +#, c-format +msgid "ppdc: Expected choice code on line %d of %s." +msgstr "ppdc: Se esperaba un código apropiado en la línea %d de %s." + +#: ppdc/ppdc-source.cxx:435 +#, c-format +msgid "ppdc: Expected choice name/text on line %d of %s." +msgstr "ppdc: Se esperaba un nombre/texto apropiado en la línea %d de %s." + +#: ppdc/ppdc-source.cxx:503 +#, c-format +msgid "ppdc: Expected color order for ColorModel on line %d of %s." +msgstr "ppdc: Se esperaba un orden de color para ColorModel en la línea %d de %s." + +#: ppdc/ppdc-source.cxx:492 +#, c-format +msgid "ppdc: Expected colorspace for ColorModel on line %d of %s." +msgstr "ppdc: Se esperaba colorspace para ColorModel en la línea %d de %s." + +#: ppdc/ppdc-source.cxx:514 +#, c-format +msgid "ppdc: Expected compression for ColorModel on line %d of %s." +msgstr "ppdc: Se esperaba compresión para ColorModel en la línea %d de %s." + +#: ppdc/ppdc-source.cxx:695 +#, c-format +msgid "ppdc: Expected constraints string for UIConstraints on line %d of %s." +msgstr "ppdc: Se esperaba una cadena de restricciones para UIConstraints en la línea %d de %s." + +#: ppdc/ppdc-source.cxx:2905 +#, c-format +msgid "ppdc: Expected driver type keyword following DriverType on line %d of %s." +msgstr "ppdc: Se esperaba una clave de tipo de controlador tras DriverType en la línea %d de %s." + +#: ppdc/ppdc-source.cxx:826 +#, c-format +msgid "ppdc: Expected duplex type after Duplex on line %d of %s." +msgstr "ppdc: Se esperaba un tipo dúplex tras Duplex en la línea %d de %s." + +#: ppdc/ppdc-source.cxx:1077 +#, c-format +msgid "ppdc: Expected encoding after Font on line %d of %s." +msgstr "ppdc: Se esperaba una codificación tras Font en la línea %d de %s." + +#: ppdc/ppdc-source.cxx:1689 +#, c-format +msgid "ppdc: Expected filename after #po %s on line %d of %s." +msgstr "ppdc: Se esperaba un nombre de archivo tras #po %s en la línea %d de %s." + +#: ppdc/ppdc-source.cxx:1205 +#, c-format +msgid "ppdc: Expected group name/text on line %d of %s." +msgstr "ppdc: Se esperaba un nombre/texto de grupo en la línea %d de %s." + +#: ppdc/ppdc-source.cxx:2619 +#, c-format +msgid "ppdc: Expected include filename on line %d of %s." +msgstr "ppdc: Se esperaba un nombre de archivo include en la línea %d de %s." + +#: ppdc/ppdc-source.cxx:1502 +#, c-format +msgid "ppdc: Expected integer on line %d of %s." +msgstr "ppdc: Se esperaba un número entero en la línea %d de %s." + +#: ppdc/ppdc-source.cxx:1681 +#, c-format +msgid "ppdc: Expected locale after #po on line %d of %s." +msgstr "ppdc: Se esperaba un código regional tras #po en la línea %d de %s." + +#: ppdc/ppdc-source.cxx:353 +#, c-format +msgid "ppdc: Expected name after %s on line %d of %s." +msgstr "ppdc: Se esperaba un nombre tras %s en la línea %d de %s." + +#: ppdc/ppdc-source.cxx:3277 +#, c-format +msgid "ppdc: Expected name after FileName on line %d of %s." +msgstr "ppdc: Se esperaba un nombre tras FileName en la línea %d de %s." + +#: ppdc/ppdc-source.cxx:1058 +#, c-format +msgid "ppdc: Expected name after Font on line %d of %s." +msgstr "ppdc: Se esperaba un nombre tras Font en la línea %d de %s." + +#: ppdc/ppdc-source.cxx:3108 +#, c-format +msgid "ppdc: Expected name after Manufacturer on line %d of %s." +msgstr "ppdc: Se esperaba un nombre tras Manufacturer en la línea %d de %s." + +#: ppdc/ppdc-source.cxx:3141 +#, c-format +msgid "ppdc: Expected name after MediaSize on line %d of %s." +msgstr "ppdc: Se esperaba un nombre tras MediaSize en la línea %d de %s." + +#: ppdc/ppdc-source.cxx:3231 +#, c-format +msgid "ppdc: Expected name after ModelName on line %d of %s." +msgstr "ppdc: Se esperaba un nombre tras ModelName en la línea %d de %s." + +#: ppdc/ppdc-source.cxx:3294 +#, c-format +msgid "ppdc: Expected name after PCFileName on line %d of %s." +msgstr "ppdc: Se esperaba un nombre tras PCFileName en la línea %d de %s." + +#: ppdc/ppdc-source.cxx:1156 +#, c-format +msgid "ppdc: Expected name/text after %s on line %d of %s." +msgstr "ppdc: Se esperaba un nombre/texto tras %s en la línea %d de %s." + +#: ppdc/ppdc-source.cxx:1245 +#, c-format +msgid "ppdc: Expected name/text after Installable on line %d of %s." +msgstr "ppdc: Se esperaba un nombre/texto tras Installable en la línea %d de %s." + +#: ppdc/ppdc-source.cxx:1782 +#, c-format +msgid "ppdc: Expected name/text after Resolution on line %d of %s." +msgstr "ppdc: Se esperaba un nombre/texto tras Resolution en la línea %d de %s." + +#: ppdc/ppdc-source.cxx:479 +#, c-format +msgid "ppdc: Expected name/text combination for ColorModel on line %d of %s." +msgstr "ppdc: Se esperaba una combinación nombre/texto para ColorModel en la línea %d de %s." + +#: ppdc/ppdc-source.cxx:1574 +#, c-format +msgid "ppdc: Expected option name/text on line %d of %s." +msgstr "ppdc: Se esperaba una opción de nombre/texto en la línea %d de %s." + +#: ppdc/ppdc-source.cxx:1608 +#, c-format +msgid "ppdc: Expected option section on line %d of %s." +msgstr "ppdc: Se esperaba una sección de opciones en la línea %d de %s." + +#: ppdc/ppdc-source.cxx:1586 +#, c-format +msgid "ppdc: Expected option type on line %d of %s." +msgstr "ppdc: Se esperaba un tipo de opción en la línea %d de %s." + +#: ppdc/ppdc-source.cxx:1765 +#, c-format +msgid "ppdc: Expected override field after Resolution on line %d of %s." +msgstr "ppdc: Se esperaba un campo de anulación tras Resolution en la línea %d de %s." + +#: ppdc/ppdc-catalog.cxx:341 +#: ppdc/ppdc-catalog.cxx:353 +#, c-format +msgid "ppdc: Expected quoted string on line %d of %s." +msgstr "ppdc: Se esperaba una cadena entrecomillada en la línea %d de %s." + +#: ppdc/ppdc-source.cxx:1004 +#, c-format +msgid "ppdc: Expected real number on line %d of %s." +msgstr "ppdc: Se esperaba un número real en la línea %d de %s." + +#: ppdc/ppdc-source.cxx:572 +#, c-format +msgid "ppdc: Expected resolution/mediatype following ColorProfile on line %d of %s." +msgstr "ppdc: Se esperaba resolución/tipo de soporte tras ColorProfile en la línea %d de %s." + +#: ppdc/ppdc-source.cxx:1863 +#, c-format +msgid "ppdc: Expected resolution/mediatype following SimpleColorProfile on line %d of %s." +msgstr "ppdc: Se esperaba resolución/tipo de soporte tras SimpleColorProfile en la línea %d de %s." + +#: ppdc/ppdc-source.cxx:361 +#, c-format +msgid "ppdc: Expected selector after %s on line %d of %s." +msgstr "ppdc: Se esperaba un selector tras %s en la línea %d de %s." + +#: ppdc/ppdc-source.cxx:1101 +#, c-format +msgid "ppdc: Expected status after Font on line %d of %s." +msgstr "ppdc: Se esperaba un estado tras Font en la línea %d de %s." + +#: ppdc/ppdc-source.cxx:2794 +#, c-format +msgid "ppdc: Expected string after Copyright on line %d of %s." +msgstr "ppdc: Se esperaba una cadena tras Copyright en la línea %d de %s." + +#: ppdc/ppdc-source.cxx:3397 +#, c-format +msgid "ppdc: Expected string after Version on line %d of %s." +msgstr "ppdc: Se esperaba una cadena tras Version en la línea %d de %s." + +#: ppdc/ppdc-source.cxx:728 +#, c-format +msgid "ppdc: Expected two option names on line %d of %s." +msgstr "ppdc: Se esperaban dos nombres de opciones en la línea %d de %s." + +#: ppdc/ppdc-source.cxx:372 +#, c-format +msgid "ppdc: Expected value after %s on line %d of %s." +msgstr "ppdc: Se esperaba un valor tras %s en la línea %d de %s." + +#: ppdc/ppdc-source.cxx:1085 +#, c-format +msgid "ppdc: Expected version after Font on line %d of %s." +msgstr "ppdc: Se esperaba una versión tras Font en la línea %d de %s." + +#: ppdc/ppdc-source.cxx:227 +#, c-format +msgid "ppdc: Invalid #include/#po filename \"%s\"." +msgstr "ppdc: Nombre de archivo #include/#po incorrecto \"%s\"." + +#: ppdc/ppdc-source.cxx:972 +#, c-format +msgid "ppdc: Invalid cost for filter on line %d of %s." +msgstr "ppdc: Coste incorrecto para el filtro en la línea %d de %s." + +#: ppdc/ppdc-source.cxx:964 +#, c-format +msgid "ppdc: Invalid empty MIME type for filter on line %d of %s." +msgstr "ppdc: Tipo MIME vacío incorrecto para el filtro en la línea %d de %s." + +#: ppdc/ppdc-source.cxx:980 +#, c-format +msgid "ppdc: Invalid empty program name for filter on line %d of %s." +msgstr "ppdc: Nombre de programa vacío incorrecto para el filtro en la línea %d de %s." + +#: ppdc/ppdc-source.cxx:1628 +#, c-format +msgid "ppdc: Invalid option section \"%s\" on line %d of %s." +msgstr "ppdc: Sección de opción incorrecta \"%s\" en la línea %d de %s." + +#: ppdc/ppdc-source.cxx:1600 +#, c-format +msgid "ppdc: Invalid option type \"%s\" on line %d of %s." +msgstr "ppdc: Tipo de opción incorrecta \"%s\" en la línea %d de %s." + +#: ppdc/ppdc.cxx:251 +#: ppdc/ppdpo.cxx:123 +#, c-format +msgid "ppdc: Loading driver information file \"%s\"." +msgstr "ppdc: Cargando archivo de información de controlador \"%s\"." + +#: ppdc/ppdc.cxx:187 +#, c-format +msgid "ppdc: Loading messages for locale \"%s\"." +msgstr "ppdc: Cargando mensajes del idioma \"%s\"." + +#: ppdc/ppdc.cxx:126 +#, c-format +msgid "ppdc: Loading messages from \"%s\"." +msgstr "ppdc: Cargando mensajes desde \"%s\"." + +#: ppdc/ppdc-source.cxx:2412 +#: ppdc/ppdc-source.cxx:2644 +#, c-format +msgid "ppdc: Missing #endif at end of \"%s\"." +msgstr "ppdc: Falta un #endif al final de \"%s\"." + +#: ppdc/ppdc-source.cxx:2513 +#: ppdc/ppdc-source.cxx:2548 +#: ppdc/ppdc-source.cxx:2578 +#, c-format +msgid "ppdc: Missing #if on line %d of %s." +msgstr "ppdc: Falta un #if en la línea %d de %s." + +#: ppdc/ppdc-catalog.cxx:418 +#, c-format +msgid "ppdc: Need a msgid line before any translation strings on line %d of %s." +msgstr "ppdc: Se necesita una línea msgid antes de cualquier cadena de traducción en línea %d de %s." + +#: ppdc/ppdc-driver.cxx:730 +#, c-format +msgid "ppdc: No message catalog provided for locale %s." +msgstr "ppdc: No se ha proporcionado catálogo de mensajes para el idioma %s." + +#: ppdc/ppdc-source.cxx:1651 +#: ppdc/ppdc-source.cxx:2882 +#: ppdc/ppdc-source.cxx:2968 +#: ppdc/ppdc-source.cxx:3061 +#: ppdc/ppdc-source.cxx:3194 +#: ppdc/ppdc-source.cxx:3327 +#, c-format +msgid "ppdc: Option %s defined in two different groups on line %d of %s." +msgstr "ppdc: Opción %s definida en dos diferentes grupos en la línea %d de %s." + +#: ppdc/ppdc-source.cxx:1644 +#, c-format +msgid "ppdc: Option %s redefined with a different type on line %d of %s." +msgstr "ppdc: Opción %s redefinida con un tipo diferente en la línea %d de %s." + +#: ppdc/ppdc-source.cxx:705 +#, c-format +msgid "ppdc: Option constraint must *name on line %d of %s." +msgstr "ppdc: Opción de restricción debe *name en línea %d de %s." + +#: ppdc/ppdc-source.cxx:2495 +#, c-format +msgid "ppdc: Too many nested #if's on line %d of %s." +msgstr "ppdc: Demasiados #if anidados en la línea %d de %s." + +#: ppdc/ppdc.cxx:374 +#, c-format +msgid "ppdc: Unable to create PPD file \"%s\" - %s." +msgstr "ppdc: No se ha podido crear el archivo PPD \"%s\" - %s." + +#: ppdc/ppdc.cxx:266 +#, c-format +msgid "ppdc: Unable to create output directory %s: %s" +msgstr "ppdc: No se ha podido crear el directorio de salida %s: %s" + +#: ppdc/ppdc.cxx:287 +#, c-format +msgid "ppdc: Unable to create output pipes: %s" +msgstr "ppdc: No se han podido crear canales (pipes) de salida: %s" + +#: ppdc/ppdc.cxx:303 +#: ppdc/ppdc.cxx:309 +#, c-format +msgid "ppdc: Unable to execute cupstestppd: %s" +msgstr "ppdc: No se ha podido ejecutar cupstestppd: %s" + +#: ppdc/ppdc-source.cxx:1730 +#, c-format +msgid "ppdc: Unable to find #po file %s on line %d of %s." +msgstr "ppdc: No se ha podido encontrar el archivo #po %s en la línea %d de %s." + +#: ppdc/ppdc-source.cxx:2651 +#, c-format +msgid "ppdc: Unable to find include file \"%s\" on line %d of %s." +msgstr "ppdc: No se ha podido encontrar el archivo include \"%s\" en la línea %d de %s." + +#: ppdc/ppdc.cxx:198 +#, c-format +msgid "ppdc: Unable to find localization for \"%s\" - %s" +msgstr "ppdc: No se ha podido encontrar localización para \"%s\" - %s" + +#: ppdc/ppdc.cxx:135 +#, c-format +msgid "ppdc: Unable to load localization file \"%s\" - %s" +msgstr "ppdc: No se ha podido cargar el archivo de localización \"%s\" - %s" + +#: ppdc/ppdc-file.cxx:50 +#, c-format +msgid "ppdc: Unable to open %s: %s" +msgstr "ppdc: No se pudo abrir %s: %s" + +#: ppdc/ppdc-source.cxx:2054 +#, c-format +msgid "ppdc: Undefined variable (%s) on line %d of %s." +msgstr "ppdc: Variable no definida (%s) en la línea %d de %s." + +#: ppdc/ppdc-catalog.cxx:435 +#, c-format +msgid "ppdc: Unexpected text on line %d of %s." +msgstr "ppdc: Texto inesperado en la línea %d del %s." + +#: ppdc/ppdc-source.cxx:2924 +#, c-format +msgid "ppdc: Unknown driver type %s on line %d of %s." +msgstr "ppdc: Tipo de controlador desconocido %s en la línea %d de %s." + +#: ppdc/ppdc-source.cxx:906 +#, c-format +msgid "ppdc: Unknown duplex type \"%s\" on line %d of %s." +msgstr "ppdc: Tipo dúplex desconocido \"%s\" en la línea %d de %s." + +#: ppdc/ppdc-source.cxx:3154 +#, c-format +msgid "ppdc: Unknown media size \"%s\" on line %d of %s." +msgstr "ppdc: Tamaño de papel desconocido \"%s\" en la línea %d de %s." + +#: ppdc/ppdc-catalog.cxx:463 +#, c-format +msgid "ppdc: Unknown message catalog format for \"%s\"." +msgstr "ppdc: Formato del catálogo de mensajes para \"%s\" desconocido." + +#: ppdc/ppdc-source.cxx:3408 +#, c-format +msgid "ppdc: Unknown token \"%s\" seen on line %d of %s." +msgstr "ppdc: Elemento desconocido \"%s\" visto en la línea %d de %s." + +#: ppdc/ppdc-source.cxx:1014 +#, c-format +msgid "ppdc: Unknown trailing characters in real number \"%s\" on line %d of %s." +msgstr "ppdc: Caracteres finales desconocidos en el número real \"%s\" en la línea %d de %s." + +#: ppdc/ppdc-source.cxx:2164 +#, c-format +msgid "ppdc: Unterminated string starting with %c on line %d of %s." +msgstr "ppdc: Cadena que comienza por %c sin terminar en la línea %d de %s." + +#: ppdc/ppdc.cxx:365 +#, c-format +msgid "ppdc: Warning - overlapping filename \"%s\"." +msgstr "ppdc: Advertencia - nombre de archivo superpuesto \"%s\"." + +#: ppdc/ppdc.cxx:380 +#, c-format +msgid "ppdc: Writing %s." +msgstr "ppdc: Escribiendo %s." + +#: ppdc/ppdc.cxx:148 +#, c-format +msgid "ppdc: Writing PPD files to directory \"%s\"." +msgstr "ppdc: Escribiendo archivos PPD al directorio \"%s\"." + +#: ppdc/ppdmerge.cxx:136 +#, c-format +msgid "ppdmerge: Bad LanguageVersion \"%s\" in %s." +msgstr "ppdmerge: LanguageVersion \"%s\" incorrecto en %s." + +#: ppdc/ppdmerge.cxx:176 +#, c-format +msgid "ppdmerge: Ignoring PPD file %s." +msgstr "ppdmerge: Ignorando archivo PPD %s." + +#: ppdc/ppdmerge.cxx:160 +#, c-format +msgid "ppdmerge: Unable to backup %s to %s - %s" +msgstr "ppdmerge: No se ha podido hacer copia de seguridad de %s a %s- %s" + +#: systemv/lpstat.c:1784 +#, c-format +msgid "printer %s disabled since %s -" +msgstr "la impresora %s está deshabilitada desde %s -" + +#: systemv/lpstat.c:1773 +#, c-format +msgid "printer %s is idle. enabled since %s" +msgstr "la impresora %s está inactiva. activada desde %s" + +#: systemv/lpstat.c:1778 +#, c-format +msgid "printer %s now printing %s-%d. enabled since %s" +msgstr "la impresora %s está imprimiendo %s-%d. activada desde %s" + +#: systemv/lpstat.c:1909 +#, c-format +msgid "printer %s/%s disabled since %s -" +msgstr "la impresora %s/%s está desactivada desde %s -" + +#: systemv/lpstat.c:1895 +#, c-format +msgid "printer %s/%s is idle. enabled since %s" +msgstr "la impresora %s/%s está inactiva. activada desde %s" + +#: systemv/lpstat.c:1902 +#, c-format +msgid "printer %s/%s now printing %s-%d. enabled since %s" +msgstr "la impresora %s/%s está imprimiendo %s-%d. activada desde %s" + +#: cups/notify.c:93 +#: cups/notify.c:134 +msgid "processing" +msgstr "en proceso" + +#: systemv/lp.c:644 +#, c-format +msgid "request id is %s-%d (%d file(s))" +msgstr "la id solicitada es %s-%d (%d archivo(s))" + +#: cups/snmp.c:1020 +msgid "request-id uses indefinite length" +msgstr "request-id usa una longitud indefinida" + +#: systemv/lpstat.c:2048 +msgid "scheduler is not running" +msgstr "el planificador de tareas no se está ejecutando" + +#: systemv/lpstat.c:2044 +msgid "scheduler is running" +msgstr "el planificador de tareas se está ejecutando" + +#: cups/adminutil.c:2159 +#, c-format +msgid "stat of %s failed: %s" +msgstr "estado de %s ha fallado: %s" + +#: berkeley/lpc.c:211 +msgid "status\t\tShow status of daemon and queue." +msgstr "status\t\tMuestra el estado del demonio (daemon) y la cola." + +#: cups/notify.c:96 +#: cups/notify.c:137 +msgid "stopped" +msgstr "parada" + +#: systemv/lpstat.c:1017 +#, c-format +msgid "system default destination: %s" +msgstr "destino predeterminado del sistema: %s" + +#: systemv/lpstat.c:1014 +#, c-format +msgid "system default destination: %s/%s" +msgstr "destino predeterminado del sistema: %s/%s" + +#: cups/notify.c:108 +#: cups/notify.c:140 +msgid "unknown" +msgstr "desconocido" + +#: cups/notify.c:117 +msgid "untitled" +msgstr "sin título" + +#: cups/snmp.c:1045 +msgid "variable-bindings uses indefinite length" +msgstr "variable-bindings usa una longitud indefinida" + diff --git a/locale/cups_ja.po b/locale/cups_ja.po new file mode 100644 index 000000000..4982be5f9 --- /dev/null +++ b/locale/cups_ja.po @@ -0,0 +1,6973 @@ +# +# "$Id$" +# +# Message catalog template for CUPS. +# +# Copyright 2007-2012 by Apple Inc. +# Copyright 2005-2007 by Easy Software Products. +# +# These coded instructions, statements, and computer programs are the +# property of Apple Inc. 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 +# file is missing or damaged, see the license at "http://www.cups.org/". +# + +# +# Notes for Translators: +# +# The "checkpo" program located in the "locale" source directory can be used +# to verify that your translations do not introduce formatting errors or other +# problems. Run with: +# +# cd locale +# ./checkpo cups_LL.po +# +# where "LL" is your locale. +# +msgid "" +msgstr "" +"Project-Id-Version: CUPS 1.6\n" +"Report-Msgid-Bugs-To: http://www.cups.org/str.php\n" +"POT-Creation-Date: 2012-05-23 16:24-0700\n" +"PO-Revision-Date: 2012-06-13 01:20+0900\n" +"Last-Translator: OPFC TRANSCUPS \n" +"Language-Team: OPFC TRANSCUPS \n" +"Language: ja\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: systemv/lpstat.c:1876 systemv/lpstat.c:2001 +msgid "\t\t(all)" +msgstr "\t\t(すべて)" + +#: systemv/lpstat.c:1879 systemv/lpstat.c:1882 systemv/lpstat.c:2004 +#: systemv/lpstat.c:2007 +msgid "\t\t(none)" +msgstr "\t\t(なし)" + +#: berkeley/lpc.c:434 +#, c-format +msgid "\t%d entries" +msgstr "\t%d エントリー" + +#: systemv/lpstat.c:756 systemv/lpstat.c:772 +#, c-format +msgid "\t%s" +msgstr "\t%s" + +#: systemv/lpstat.c:1857 systemv/lpstat.c:1982 +msgid "\tAfter fault: continue" +msgstr "\t失敗後: 継続" + +#: systemv/lpstat.c:1481 systemv/lpstat.c:1826 systemv/lpstat.c:1952 +#, c-format +msgid "\tAlerts: %s" +msgstr "\t警告: %s" + +#: systemv/lpstat.c:1880 systemv/lpstat.c:2005 +msgid "\tBanner required" +msgstr "\tバナーが必要" + +#: systemv/lpstat.c:1881 systemv/lpstat.c:2006 +msgid "\tCharset sets:" +msgstr "\t文字セット:" + +#: systemv/lpstat.c:1845 systemv/lpstat.c:1970 +msgid "\tConnection: direct" +msgstr "\t接続: 直結" + +#: systemv/lpstat.c:1836 systemv/lpstat.c:1962 +msgid "\tConnection: remote" +msgstr "\t接続: リモート" + +#: systemv/lpstat.c:1800 systemv/lpstat.c:1926 +msgid "\tContent types: any" +msgstr "\tコンテンツの種類: すべて" + +#: systemv/lpstat.c:1884 systemv/lpstat.c:2009 +msgid "\tDefault page size:" +msgstr "\tデフォルト用紙サイズ:" + +#: systemv/lpstat.c:1883 systemv/lpstat.c:2008 +msgid "\tDefault pitch:" +msgstr "\tデフォルトピッチ:" + +#: systemv/lpstat.c:1885 systemv/lpstat.c:2010 +msgid "\tDefault port settings:" +msgstr "\tデフォルトポート設定:" + +#: systemv/lpstat.c:1806 systemv/lpstat.c:1932 +#, c-format +msgid "\tDescription: %s" +msgstr "\t説明: %s" + +#: systemv/lpstat.c:1799 systemv/lpstat.c:1925 +msgid "\tForm mounted:" +msgstr "\t設定されたフォーム:" + +#: systemv/lpstat.c:1878 systemv/lpstat.c:2003 +msgid "\tForms allowed:" +msgstr "\t許可されているフォーム:" + +#: systemv/lpstat.c:1840 systemv/lpstat.c:1966 +#, c-format +msgid "\tInterface: %s.ppd" +msgstr "\tインターフェイス: %s.ppd" + +#: systemv/lpstat.c:1849 systemv/lpstat.c:1974 +#, c-format +msgid "\tInterface: %s/interfaces/%s" +msgstr "\tインターフェイス: %s/interfaces/%s" + +#: systemv/lpstat.c:1853 systemv/lpstat.c:1978 +#, c-format +msgid "\tInterface: %s/ppd/%s.ppd" +msgstr "\tインターフェイス: %s/ppd/%s.ppd" + +#: systemv/lpstat.c:1831 systemv/lpstat.c:1957 +#, c-format +msgid "\tLocation: %s" +msgstr "\t場所: %s" + +#: systemv/lpstat.c:1856 systemv/lpstat.c:1981 +msgid "\tOn fault: no alert" +msgstr "\t失敗時: 警告なし" + +#: systemv/lpstat.c:1801 systemv/lpstat.c:1927 +msgid "\tPrinter types: unknown" +msgstr "\tプリンターの種類: 不明" + +#: systemv/lpstat.c:1462 +#, c-format +msgid "\tStatus: %s" +msgstr "\tステータス: %s" + +#: systemv/lpstat.c:1861 systemv/lpstat.c:1875 systemv/lpstat.c:1986 +#: systemv/lpstat.c:2000 +msgid "\tUsers allowed:" +msgstr "\t許可されているユーザー:" + +#: systemv/lpstat.c:1868 systemv/lpstat.c:1993 +msgid "\tUsers denied:" +msgstr "\t禁止されているユーザー:" + +#: berkeley/lpc.c:436 +msgid "\tdaemon present" +msgstr "\tデーモンは提供されています" + +#: berkeley/lpc.c:432 +msgid "\tno entries" +msgstr "\tエントリーがありません" + +#: berkeley/lpc.c:404 berkeley/lpc.c:416 +#, c-format +msgid "\tprinter is on device '%s' speed -1" +msgstr "\tデバイス '%s' 上のプリンター 速度 -1" + +#: berkeley/lpc.c:429 +msgid "\tprinting is disabled" +msgstr "\t印刷は無効です" + +#: berkeley/lpc.c:427 +msgid "\tprinting is enabled" +msgstr "\t印刷は有効です" + +#: systemv/lpstat.c:1484 +#, c-format +msgid "\tqueued for %s" +msgstr "\t%s にキューしました" + +#: berkeley/lpc.c:424 +msgid "\tqueuing is disabled" +msgstr "\tキューは無効です" + +#: berkeley/lpc.c:422 +msgid "\tqueuing is enabled" +msgstr "\tキューは有効です" + +#: systemv/lpstat.c:1792 systemv/lpstat.c:1918 +msgid "\treason unknown" +msgstr "\t未知の理由" + +#: systemv/cupstestppd.c:454 +msgid "" +"\n" +" DETAILED CONFORMANCE TEST RESULTS" +msgstr "\n 適合テスト結果詳細" + +#: systemv/cupstestppd.c:3800 +msgid " Ignore specific warnings." +msgstr " 指定された警告を無視する。" + +#: systemv/cupstestppd.c:3804 +msgid " Issue warnings instead of errors." +msgstr " エラーを警告として扱う。" + +#: systemv/cupstestppd.c:410 systemv/cupstestppd.c:415 +msgid " REF: Page 15, section 3.1." +msgstr " 参照: 15 ページ、セクション 3.1。" + +#: systemv/cupstestppd.c:405 +msgid " REF: Page 15, section 3.2." +msgstr " 参照: 15 ページ、セクション 3.2。" + +#: systemv/cupstestppd.c:425 +msgid " REF: Page 19, section 3.3." +msgstr " 参照: 19 ページ、セクション 3.3。" + +#: systemv/cupstestppd.c:378 +msgid " REF: Page 20, section 3.4." +msgstr " 参照: 20 ページ、セクション 3.4。" + +#: systemv/cupstestppd.c:430 +msgid " REF: Page 27, section 3.5." +msgstr " 参照: 27 ページ、セクション 3.5。" + +#: systemv/cupstestppd.c:373 +msgid " REF: Page 42, section 5.2." +msgstr " 参照: 42 ページ、セクション 5.2。" + +#: systemv/cupstestppd.c:420 +msgid " REF: Pages 16-17, section 3.2." +msgstr " 参照: 16-17 ページ、セクション 3.2。" + +#: systemv/cupstestppd.c:390 +msgid " REF: Pages 42-45, section 5.2." +msgstr " 参照: 42-45 ページ、セクション 5.2。" + +#: systemv/cupstestppd.c:384 +msgid " REF: Pages 45-46, section 5.2." +msgstr " 参照: 45-46 ページ、セクション 5.2。" + +#: systemv/cupstestppd.c:395 +msgid " REF: Pages 48-49, section 5.2." +msgstr " 参照: 48-49 ページ、セクション 5.2。" + +#: systemv/cupstestppd.c:400 +msgid " REF: Pages 52-54, section 5.2." +msgstr " 参照: 52-54 ページ、セクション 5.2。" + +#: berkeley/lpq.c:554 +#, c-format +msgid " %-39.39s %.0f bytes" +msgstr " %-39.39s %.0f バイト" + +#: systemv/cupstestppd.c:589 +#, c-format +msgid " PASS Default%s" +msgstr " 合格 Default%s" + +#: systemv/cupstestppd.c:524 +msgid " PASS DefaultImageableArea" +msgstr " 合格 DefaultImageableArea" + +#: systemv/cupstestppd.c:558 +msgid " PASS DefaultPaperDimension" +msgstr " 合格 DefaultPaperDimension" + +#: systemv/cupstestppd.c:631 +msgid " PASS FileVersion" +msgstr " 合格 FileVersion" + +#: systemv/cupstestppd.c:675 +msgid " PASS FormatVersion" +msgstr " 合格 FormatVersion" + +#: systemv/cupstestppd.c:695 +msgid " PASS LanguageEncoding" +msgstr " 合格 LanguageEncoding" + +#: systemv/cupstestppd.c:715 +msgid " PASS LanguageVersion" +msgstr " 合格 LanguageVersion" + +#: systemv/cupstestppd.c:769 +msgid " PASS Manufacturer" +msgstr " 合格 Manufacturer" + +#: systemv/cupstestppd.c:809 +msgid " PASS ModelName" +msgstr " 合格 ModelName" + +#: systemv/cupstestppd.c:829 +msgid " PASS NickName" +msgstr " 合格 NickName" + +#: systemv/cupstestppd.c:889 +msgid " PASS PCFileName" +msgstr " 合格 PCFileName" + +#: systemv/cupstestppd.c:964 +msgid " PASS PSVersion" +msgstr " 合格 PSVersion" + +#: systemv/cupstestppd.c:869 +msgid " PASS PageRegion" +msgstr " 合格 PageRegion" + +#: systemv/cupstestppd.c:849 +msgid " PASS PageSize" +msgstr " 合格 PageSize" + +#: systemv/cupstestppd.c:924 +msgid " PASS Product" +msgstr " 合格 Product" + +#: systemv/cupstestppd.c:999 +msgid " PASS ShortNickName" +msgstr " 合格 ShortNickName" + +#: systemv/cupstestppd.c:1374 +#, c-format +msgid " WARN %s has no corresponding options." +msgstr " 警告 %s は相当するオプションがありません。" + +#: systemv/cupstestppd.c:1486 +#, c-format +msgid "" +" WARN %s shares a common prefix with %s\n" +" REF: Page 15, section 3.2." +msgstr "" +" 警告 %s は %s と一般プレフィックスを共有します。\n" +" 参照: 15 ページ、セクション 3.2。" + +#: systemv/cupstestppd.c:1345 +#, c-format +msgid "" +" WARN Duplex option keyword %s may not work as expected and should " +"be named Duplex.\n" +" REF: Page 122, section 5.17" +msgstr "" +" 警告 Duplex オプションキーワード %s は期待通りに動作しないかもしれません。また、Duplex という名前であるべきです。" +" 参照: 122 ページ、セクション 5.17" + +#: systemv/cupstestppd.c:1744 +msgid " WARN File contains a mix of CR, LF, and CR LF line endings." +msgstr " 警告 ファイルが CR、LF、CR LF の行末を混在して含んでいます。" + +#: systemv/cupstestppd.c:1390 +msgid "" +" WARN LanguageEncoding required by PPD 4.3 spec.\n" +" REF: Pages 56-57, section 5.3." +msgstr "" +" 警告 LanguageEncoding は PPD 4.3 仕様で必須です。\n" +" 参照: 56-57 ページ、セクション 5.3。" + +#: systemv/cupstestppd.c:1726 +#, c-format +msgid " WARN Line %d only contains whitespace." +msgstr " 警告 %d 行が空白だけです。" + +#: systemv/cupstestppd.c:1398 +msgid "" +" WARN Manufacturer required by PPD 4.3 spec.\n" +" REF: Pages 58-59, section 5.3." +msgstr "" +" 警告 Manufacturer は PPD 4.3 仕様で必須です。\n" +" 参照: 58-59 ページ、セクション 5.3。" + +#: systemv/cupstestppd.c:1749 +msgid "" +" WARN Non-Windows PPD files should use lines ending with only LF, " +"not CR LF." +msgstr " 警告 非 Windows PPD ファイルは、CR LF でなく LF のみを行末に使うべきです。" + +#: systemv/cupstestppd.c:1382 +#, c-format +msgid "" +" WARN Obsolete PPD version %.1f.\n" +" REF: Page 42, section 5.2." +msgstr "" +" 警告 PPD バージョン %.1f は現在使われていません。\n" +" 参照: 42 ページ、セクション 5.2。" + +#: systemv/cupstestppd.c:1413 +msgid "" +" WARN PCFileName longer than 8.3 in violation of PPD spec.\n" +" REF: Pages 61-62, section 5.3." +msgstr "" +" 警告 8.3 文字より長い PCFileName は PPD 仕様違反です。\n" +" 参照: 61-62 ページ、セクション 5.3。" + +#: systemv/cupstestppd.c:1421 +msgid "" +" WARN PCFileName should contain a unique filename.\n" +" REF: Pages 61-62, section 5.3." +msgstr "" +" 警告 PCFileName はユニークなファイル名でなければなりません。\n" +" 参照: 61-62 ページ、セクション 5.3。" + +#: systemv/cupstestppd.c:1456 +msgid "" +" WARN Protocols contains PJL but JCL attributes are not set.\n" +" REF: Pages 78-79, section 5.7." +msgstr "" +" 警告 プロトコルが PJL を含んでいますが JCL 属性が設定されていません。\n" +" 参照: 78-79 ページ、セクション 5.7。" + +#: systemv/cupstestppd.c:1447 +msgid "" +" WARN Protocols contains both PJL and BCP; expected TBCP.\n" +" REF: Pages 78-79, section 5.7." +msgstr "" +" 警告 プロトコルが PJL と BCP の両方を含んでいます; TBCP を想定します。\n" +" 参照: 78-79 ページ、セクション 5.7。" + +#: systemv/cupstestppd.c:1430 +msgid "" +" WARN ShortNickName required by PPD 4.3 spec.\n" +" REF: Pages 64-65, section 5.3." +msgstr "" +" 警告 ShortNickName は PPD 4.3 仕様で必須です。\n" +" 参照: 64-65 ページ、セクション 5.3。" + +#: systemv/cupsaddsmb.c:282 +msgid " cupsaddsmb [options] -a" +msgstr " cupsaddsmb [オプション] -a" + +#: systemv/cupstestdsc.c:427 +msgid " cupstestdsc [options] -" +msgstr " cupstestdsc [オプション] -" + +#: systemv/cupstestppd.c:3795 +msgid " program | cupstestppd [options] -" +msgstr " program | cupstestppd [オプション] -" + +#: systemv/cupstestppd.c:3727 +#, c-format +msgid "" +" %s \"%s %s\" conflicts with \"%s %s\"\n" +" (constraint=\"%s %s %s %s\")." +msgstr "" +" %s \"%s %s\" は \"%s %s\" と競合します\n" +" (禁則=\"%s %s %s %s\")。" + +#: systemv/cupstestppd.c:2248 +#, c-format +msgid " %s %s %s does not exist." +msgstr " %s %s %s が存在しません。" + +#: systemv/cupstestppd.c:3884 +#, c-format +msgid " %s %s file \"%s\" has the wrong capitalization." +msgstr " %s %s ファイル \"%s\" は不正な大文字で始まるワードを含んでいます。" + +#: systemv/cupstestppd.c:2318 +#, c-format +msgid "" +" %s Bad %s choice %s.\n" +" REF: Page 122, section 5.17" +msgstr "" +" %s 不正な %s が %s を選んでいます。\n" +" 参照: 122 ページ、セクション 5.17" + +#: systemv/cupstestppd.c:3487 systemv/cupstestppd.c:3536 +#: systemv/cupstestppd.c:3575 +#, c-format +msgid " %s Bad UTF-8 \"%s\" translation string for option %s, choice %s." +msgstr " %s 不正な UTF-8 \"%s\" 翻訳文字列 (オプション %s 、選択 %s) です。" + +#: systemv/cupstestppd.c:3441 +#, c-format +msgid " %s Bad UTF-8 \"%s\" translation string for option %s." +msgstr " %s 不正な UTF-8 \"%s\" 翻訳文字列 (オプション %s 用) です。" + +#: systemv/cupstestppd.c:2389 +#, c-format +msgid " %s Bad cupsFilter value \"%s\"." +msgstr " %s 不正な値が cupsFilter に設定されています。 \"%s\"" + +#: systemv/cupstestppd.c:2475 +#, c-format +msgid " %s Bad cupsFilter2 value \"%s\"." +msgstr " %s 不正な値が cupsFilter2 に設定されています。 \"%s\"" + +#: systemv/cupstestppd.c:2964 +#, c-format +msgid " %s Bad cupsICCProfile %s." +msgstr " %s 不正な cupsICCProfile %sです。" + +#: systemv/cupstestppd.c:2571 +#, c-format +msgid " %s Bad cupsPreFilter value \"%s\"." +msgstr " %s 不正な値が cupsPreFilter に設定されています。 \"%s\"" + +#: systemv/cupstestppd.c:1822 +#, c-format +msgid " %s Bad cupsUIConstraints %s: \"%s\"" +msgstr " %s 不正な cupsUIConstraints %s: \"%s\"です。" + +#: systemv/cupstestppd.c:3391 +#, c-format +msgid " %s Bad language \"%s\"." +msgstr " %s 無効な言語 \"%s\"です。" + +#: systemv/cupstestppd.c:2433 systemv/cupstestppd.c:2529 +#: systemv/cupstestppd.c:2615 systemv/cupstestppd.c:2673 +#: systemv/cupstestppd.c:2728 systemv/cupstestppd.c:2783 +#: systemv/cupstestppd.c:2838 systemv/cupstestppd.c:2891 +#: systemv/cupstestppd.c:3013 +#, c-format +msgid " %s Bad permissions on %s file \"%s\"." +msgstr " %s 不正なパーミッション %s です (ファイル \"%s\")。" + +#: systemv/cupstestppd.c:2373 systemv/cupstestppd.c:2459 +#: systemv/cupstestppd.c:2555 systemv/cupstestppd.c:2642 +#: systemv/cupstestppd.c:2697 systemv/cupstestppd.c:2752 +#: systemv/cupstestppd.c:2807 systemv/cupstestppd.c:2862 +#, c-format +msgid " %s Bad spelling of %s - should be %s." +msgstr " %s %s の不正な綴りです - %s であるべきです。" + +#: systemv/cupstestppd.c:2907 +#, c-format +msgid " %s Cannot provide both APScanAppPath and APScanAppBundleID." +msgstr " %s APScanAppPath と APScanAppBundleID は同時に指定できません。" + +#: systemv/cupstestppd.c:2205 +#, c-format +msgid " %s Default choices conflicting." +msgstr " %s デフォルトの選択肢が競合しています。" + +#: systemv/cupstestppd.c:1803 +#, c-format +msgid " %s Empty cupsUIConstraints %s" +msgstr " %s 空の cupsUIConstraints %sです。" + +#: systemv/cupstestppd.c:3519 systemv/cupstestppd.c:3559 +#, c-format +msgid " %s Missing \"%s\" translation string for option %s, choice %s." +msgstr " %s \"%s\" 翻訳文字列 (オプション %s 、選択 %s) が見つかりません。" + +#: systemv/cupstestppd.c:3427 +#, c-format +msgid " %s Missing \"%s\" translation string for option %s." +msgstr " %s \"%s\" 翻訳文字列 (オプション %s 用) が見つかりません。" + +#: systemv/cupstestppd.c:2418 systemv/cupstestppd.c:2514 +#: systemv/cupstestppd.c:2600 systemv/cupstestppd.c:2658 +#: systemv/cupstestppd.c:2713 systemv/cupstestppd.c:2768 +#: systemv/cupstestppd.c:2823 systemv/cupstestppd.c:2875 +#: systemv/cupstestppd.c:2998 +#, c-format +msgid " %s Missing %s file \"%s\"." +msgstr " %s %s が見つかりません (ファイル \"%s\")。" + +#: systemv/cupstestppd.c:3121 +#, c-format +msgid "" +" %s Missing REQUIRED PageRegion option.\n" +" REF: Page 100, section 5.14." +msgstr "" +" %s 必須の PageRegion オプションが見つかりません。\n" +" 参照: 100 ページ、セクション 5.14。" + +#: systemv/cupstestppd.c:3106 +#, c-format +msgid "" +" %s Missing REQUIRED PageSize option.\n" +" REF: Page 99, section 5.14." +msgstr "" +" %s 必須の PageSize オプションが見つかりません。\n" +" 参照: 99 ページ、セクション 5.14。" + +#: systemv/cupstestppd.c:2013 systemv/cupstestppd.c:2054 +#, c-format +msgid " %s Missing choice *%s %s in UIConstraints \"*%s %s *%s %s\"." +msgstr " %s  選択 *%s %s が UIConstraints \"*%s %s *%s %s\" 内に見つかりません。" + +#: systemv/cupstestppd.c:1908 +#, c-format +msgid " %s Missing choice *%s %s in cupsUIConstraints %s: \"%s\"" +msgstr " %s 選択 *%s %s が cupsUIConstraints %s: \"%s\" 内に見つかりません。" + +#: systemv/cupstestppd.c:1840 +#, c-format +msgid " %s Missing cupsUIResolver %s" +msgstr " %s cupsUIResolver ファイル %s が見つかりません。" + +#: systemv/cupstestppd.c:1999 systemv/cupstestppd.c:2040 +#, c-format +msgid " %s Missing option %s in UIConstraints \"*%s %s *%s %s\"." +msgstr " %s オプション %s がUIConstraints \"*%s %s *%s %s\" に見つかりません。" + +#: systemv/cupstestppd.c:1892 +#, c-format +msgid " %s Missing option %s in cupsUIConstraints %s: \"%s\"" +msgstr " %s オプション %s がcupsUIConstraints %s に見つかりません: \"%s\"" + +#: systemv/cupstestppd.c:3613 +#, c-format +msgid " %s No base translation \"%s\" is included in file." +msgstr " %s ファイルにベース翻訳文字列 \"%s\" がありません。" + +#: systemv/cupstestppd.c:2294 +#, c-format +msgid "" +" %s REQUIRED %s does not define choice None.\n" +" REF: Page 122, section 5.17" +msgstr "" +" %s 必須の %s が選択肢 None を定義していません。\n" +" 参照: 122 ページ、セクション 5.17。" + +#: systemv/cupstestppd.c:3180 systemv/cupstestppd.c:3194 +#, c-format +msgid " %s Size \"%s\" defined for %s but not for %s." +msgstr " %s サイズ \"%s\" は %s 向けに定義されていますが、%s にはありません。" + +#: systemv/cupstestppd.c:3160 +#, c-format +msgid " %s Size \"%s\" has unexpected dimensions (%gx%g)." +msgstr " %s サイズ \"%s\" は規定外の寸法 (%gx%g) を持っています。" + +#: systemv/cupstestppd.c:3332 +#, c-format +msgid " %s Size \"%s\" should be \"%s\"." +msgstr " %s サイズ \"%s\" は \"%s\" であるべきです。" + +#: systemv/cupstestppd.c:3292 +#, c-format +msgid " %s Size \"%s\" should be the Adobe standard name \"%s\"." +msgstr " %s サイズ \"%s\" は Adobe 標準名称 \"%s\" であるべきです。" + +#: systemv/cupstestppd.c:3041 +#, c-format +msgid " %s cupsICCProfile %s hash value collides with %s." +msgstr " %s cupsICCProfileのハッシュ値 %s が %s と一致しません。" + +#: systemv/cupstestppd.c:1963 +#, c-format +msgid " %s cupsUIResolver %s causes a loop." +msgstr " %s cupsUIResolverの %s がループしています。" + +#: systemv/cupstestppd.c:1945 +#, c-format +msgid "" +" %s cupsUIResolver %s does not list at least two different options." +msgstr " %s cupsUIResolver %s は最低でも 2 つの異なったオプションを持っていなければなりません。" + +#: systemv/cupstestppd.c:1168 +#, c-format +msgid "" +" **FAIL** %s must be 1284DeviceID\n" +" REF: Page 72, section 5.5" +msgstr "" +" **失敗** %s は 1284DeviceID でなければなりません。\n" +" 参照: 72 ページ、セクション 5.5" + +#: systemv/cupstestppd.c:580 +#, c-format +msgid "" +" **FAIL** Bad Default%s %s\n" +" REF: Page 40, section 4.5." +msgstr "" +" **失敗** 不正な Default%s %s\n" +" 参照: 40 ページ、セクション 4.5。" + +#: systemv/cupstestppd.c:514 +#, c-format +msgid "" +" **FAIL** Bad DefaultImageableArea %s\n" +" REF: Page 102, section 5.15." +msgstr "" +" **失敗** %s は不正な DefaultImageableArea です。\n" +" 参照: 102 ページ、セクション 5.15。" + +#: systemv/cupstestppd.c:550 +#, c-format +msgid "" +" **FAIL** Bad DefaultPaperDimension %s\n" +" REF: Page 103, section 5.15." +msgstr "" +" **失敗** %s は不正な DefaultPaperDimension です。\n" +" 参照: 103 ページ、セクション 5.15。" + +#: systemv/cupstestppd.c:623 +#, c-format +msgid "" +" **FAIL** Bad FileVersion \"%s\"\n" +" REF: Page 56, section 5.3." +msgstr "" +" **失敗** 不正なFileVersion \"%s\"\n" +" 参照: 56 ページ、セクション 5.3。" + +#: systemv/cupstestppd.c:667 +#, c-format +msgid "" +" **FAIL** Bad FormatVersion \"%s\"\n" +" REF: Page 56, section 5.3." +msgstr "" +" **失敗** FormatVersion が違います \"%s\"\n" +" 参照: 56 ページ、セクション 5.3。" + +#: systemv/cupstestppd.c:1025 +msgid "" +" **FAIL** Bad JobPatchFile attribute in file\n" +" REF: Page 24, section 3.4." +msgstr "" +" **失敗** ファイルに不正な JobPatchFile 属性があります\n" +" 参照: 24 ページ、セクション 3.4。" + +#: systemv/cupstestppd.c:1213 +#, c-format +msgid " **FAIL** Bad LanguageEncoding %s - must be ISOLatin1." +msgstr " **失敗** 無効な LanguageEncoding %s - ISOLatin1 でなければなりません。" + +#: systemv/cupstestppd.c:1227 +#, c-format +msgid " **FAIL** Bad LanguageVersion %s - must be English." +msgstr " **失敗** 無効な LanguageVersion %s - English でなければなりません。" + +#: systemv/cupstestppd.c:743 systemv/cupstestppd.c:760 +#, c-format +msgid "" +" **FAIL** Bad Manufacturer (should be \"%s\")\n" +" REF: Page 211, table D.1." +msgstr "" +" **失敗** 不正な Manufacturer (\"%s\" でなければなりません)\n" +" 参照: 211 ページ、表 D.1。" + +#: systemv/cupstestppd.c:800 +#, c-format +msgid "" +" **FAIL** Bad ModelName - \"%c\" not allowed in string.\n" +" REF: Pages 59-60, section 5.3." +msgstr "" +" **失敗** 不正な ModelName - 文字列に \"%c\" は許可されていません。\n" +" 参照: 59-60 ページ、セクション 5.3。" + +#: systemv/cupstestppd.c:956 +msgid "" +" **FAIL** Bad PSVersion - not \"(string) int\".\n" +" REF: Pages 62-64, section 5.3." +msgstr "" +" **失敗** 不正な PSVersion - \"(文字列) 整数\" ではありません。\n" +" 参照: 62-64 ページ、セクション 5.3。" + +#: systemv/cupstestppd.c:917 +msgid "" +" **FAIL** Bad Product - not \"(string)\".\n" +" REF: Page 62, section 5.3." +msgstr "" +" **失敗** 不正な Product - \"(文字列)\" ではありません。\n" +" 参照: 62 ページ、セクション 5.3。" + +#: systemv/cupstestppd.c:991 +msgid "" +" **FAIL** Bad ShortNickName - longer than 31 chars.\n" +" REF: Pages 64-65, section 5.3." +msgstr "" +" **失敗** 不正な ShortNickName - 31 文字を超えています。\n" +" 参照: 64-65 ページ、セクション 5.3。" + +#: systemv/cupstestppd.c:1149 +#, c-format +msgid "" +" **FAIL** Bad option %s choice %s\n" +" REF: Page 84, section 5.9" +msgstr "" +" **失敗** 不正な %s が %s を選んでいます。\n" +" 参照: 84 ページ、セクション 5.9" + +#: systemv/cupstestppd.c:3754 systemv/cupstestppd.c:3776 +#, c-format +msgid " **FAIL** Default option code cannot be interpreted: %s" +msgstr " **失敗** デフォルトのオプションコードが解釈できません: %s" + +#: systemv/cupstestppd.c:1286 +#, c-format +msgid "" +" **FAIL** Default translation string for option %s choice %s contains " +"8-bit characters." +msgstr " **失敗** オプション %s、選択肢 %s のデフォルトの翻訳文字列が 8 ビット文字を含んでいます。" + +#: systemv/cupstestppd.c:1259 +#, c-format +msgid "" +" **FAIL** Default translation string for option %s contains 8-bit " +"characters." +msgstr " **失敗** オプション %s のデフォルトの翻訳文字列が 8 ビット文字を含んでいます。" + +#: systemv/cupstestppd.c:2101 +#, c-format +msgid " **FAIL** Group names %s and %s differ only by case." +msgstr " **失敗** グループ名 %s と %s は大文字/小文字が違うだけです。" + +#: systemv/cupstestppd.c:2146 +#, c-format +msgid " **FAIL** Multiple occurrences of option %s choice name %s." +msgstr " **失敗** %s で複数のオプション %s が選択されています。" + +#: systemv/cupstestppd.c:2163 +#, c-format +msgid " **FAIL** Option %s choice names %s and %s differ only by case." +msgstr " **失敗** %s が選択した %s と %s は大文字/小文字のみが違うだけです。" + +#: systemv/cupstestppd.c:2123 +#, c-format +msgid " **FAIL** Option names %s and %s differ only by case." +msgstr " **失敗** オプション名 %s と %s は大文字/小文字が違うだけです。" + +#: systemv/cupstestppd.c:600 +#, c-format +msgid "" +" **FAIL** REQUIRED Default%s\n" +" REF: Page 40, section 4.5." +msgstr "" +" **失敗** Default%s は必須\n" +" 参照: 40 ページ、セクション 4.5。" + +#: systemv/cupstestppd.c:499 +msgid "" +" **FAIL** REQUIRED DefaultImageableArea\n" +" REF: Page 102, section 5.15." +msgstr "" +" **失敗** DefaultImageableArea は必須\n" +" 参照: 102 ページ、セクション 5.15。" + +#: systemv/cupstestppd.c:535 +msgid "" +" **FAIL** REQUIRED DefaultPaperDimension\n" +" REF: Page 103, section 5.15." +msgstr "" +" **失敗** DefaultPaperDimension は必須\n" +" 参照: 103 ページ、セクション 5.15。" + +#: systemv/cupstestppd.c:641 +msgid "" +" **FAIL** REQUIRED FileVersion\n" +" REF: Page 56, section 5.3." +msgstr "" +" **失敗** FileVersion は必須\n" +" 参照: 56 ページ、セクション 5.3。" + +#: systemv/cupstestppd.c:685 +msgid "" +" **FAIL** REQUIRED FormatVersion\n" +" REF: Page 56, section 5.3." +msgstr "" +" **失敗** FormatVersion は必須\n" +" 参照: 56 ページ、セクション 5.3。" + +#: systemv/cupstestppd.c:1076 +#, c-format +msgid "" +" **FAIL** REQUIRED ImageableArea for PageSize %s\n" +" REF: Page 41, section 5.\n" +" REF: Page 102, section 5.15." +msgstr "" +" **失敗** PageSize %s に ImageableArea は必須\n" +" 参照: 41 ページ、セクション 5。\n" +" 参照: 102 ページ、セクション 5.15。" + +#: systemv/cupstestppd.c:705 +msgid "" +" **FAIL** REQUIRED LanguageEncoding\n" +" REF: Pages 56-57, section 5.3." +msgstr "" +" **失敗** LanguageEncoding は必須\n" +" 参照: 56-57 ページ、セクション 5.3。" + +#: systemv/cupstestppd.c:725 +msgid "" +" **FAIL** REQUIRED LanguageVersion\n" +" REF: Pages 57-58, section 5.3." +msgstr "" +" **失敗** LanguageVersion は必須\n" +" 参照: 57-58 ページ、セクション 5.3。" + +#: systemv/cupstestppd.c:779 +msgid "" +" **FAIL** REQUIRED Manufacturer\n" +" REF: Pages 58-59, section 5.3." +msgstr "" +" **失敗** Manufacturer は必須\n" +" 参照: 58-59 ページ、セクション 5.3。" + +#: systemv/cupstestppd.c:819 +msgid "" +" **FAIL** REQUIRED ModelName\n" +" REF: Pages 59-60, section 5.3." +msgstr "" +" **失敗** ModelName は必須\n" +" 参照: 59-60 ページ、セクション 5.3。" + +#: systemv/cupstestppd.c:839 +msgid "" +" **FAIL** REQUIRED NickName\n" +" REF: Page 60, section 5.3." +msgstr "" +" **失敗** NickName は必須\n" +" 参照: 60 ページ、セクション 5.3。" + +#: systemv/cupstestppd.c:899 +msgid "" +" **FAIL** REQUIRED PCFileName\n" +" REF: Pages 61-62, section 5.3." +msgstr "" +" **失敗** PCFileName は必須\n" +" 参照: 61-62 ページ、セクション 5.3。" + +#: systemv/cupstestppd.c:974 +msgid "" +" **FAIL** REQUIRED PSVersion\n" +" REF: Pages 62-64, section 5.3." +msgstr "" +" **失敗** PSVersion は必須\n" +" 参照: 62-64 ページ、セクション 5.3。" + +#: systemv/cupstestppd.c:879 +msgid "" +" **FAIL** REQUIRED PageRegion\n" +" REF: Page 100, section 5.14." +msgstr "" +" **失敗** PageRegion は必須\n" +" 参照: 100 ページ、セクション 5.14。" + +#: systemv/cupstestppd.c:1045 +msgid "" +" **FAIL** REQUIRED PageSize\n" +" REF: Page 41, section 5.\n" +" REF: Page 99, section 5.14." +msgstr "" +" **失敗** PageSize は必須\n" +" 参照: 41 ページ、セクション 5。\n" +" 参照: 99 ページ、セクション 5.14。" + +#: systemv/cupstestppd.c:859 +msgid "" +" **FAIL** REQUIRED PageSize\n" +" REF: Pages 99-100, section 5.14." +msgstr "" +" **失敗** PageSize は必須\n" +" 参照: 99-100 ページ、セクション 5.14。" + +#: systemv/cupstestppd.c:1098 +#, c-format +msgid "" +" **FAIL** REQUIRED PaperDimension for PageSize %s\n" +" REF: Page 41, section 5.\n" +" REF: Page 103, section 5.15." +msgstr "" +" **失敗** PageSize %s に PaperDimension は必須\n" +" 参照: 41 ページ、セクション 5。\n" +" 参照: 103 ページ、セクション 5.15。" + +#: systemv/cupstestppd.c:934 +msgid "" +" **FAIL** REQUIRED Product\n" +" REF: Page 62, section 5.3." +msgstr "" +" **失敗** Product は必須\n" +" 参照: 62 ページ、セクション 5.3。" + +#: systemv/cupstestppd.c:1009 +msgid "" +" **FAIL** REQUIRED ShortNickName\n" +" REF: Page 64-65, section 5.3." +msgstr "" +" **失敗** ShortNickName は必須\n" +" 参照: 64-65 ページ、セクション 5.3。" + +#: systemv/cupstestppd.c:334 systemv/cupstestppd.c:353 +#: systemv/cupstestppd.c:365 +#, c-format +msgid " **FAIL** Unable to open PPD file - %s on line %d." +msgstr "" +" 失敗\n" +" **失敗** PPD ファイルを開けません - %s (%d 行)。" + +#: systemv/cupstestppd.c:1498 +#, c-format +msgid " %d ERRORS FOUND" +msgstr " %d 個のエラーが見つかりました" + +#: systemv/cupstestdsc.c:431 +msgid " -h Show program usage" +msgstr " -h このプログラムの利用法を表示する" + +#: systemv/cupstestdsc.c:234 systemv/cupstestdsc.c:276 +#, c-format +msgid "" +" Bad %%%%BoundingBox: on line %d.\n" +" REF: Page 39, %%%%BoundingBox:" +msgstr "" +" 不正な %%%%BoundingBox: (%d 行)。\n" +" 参照: 39 ページ、%%%%BoundingBox:" + +#: systemv/cupstestdsc.c:305 +#, c-format +msgid "" +" Bad %%%%Page: on line %d.\n" +" REF: Page 53, %%%%Page:" +msgstr "" +" 不正な %%%%Page: (%d 行)。\n" +" 参照: 53 ページ、%%%%Page:" + +#: systemv/cupstestdsc.c:218 systemv/cupstestdsc.c:258 +#, c-format +msgid "" +" Bad %%%%Pages: on line %d.\n" +" REF: Page 43, %%%%Pages:" +msgstr "" +" 不正な %%%%Pages: (%d 行)。\n" +" REF: Page 43, %%%%Pages:" + +#: systemv/cupstestdsc.c:176 +#, c-format +msgid "" +" Line %d is longer than 255 characters (%d).\n" +" REF: Page 25, Line Length" +msgstr "" +" %d 行が 255文字より長くなっています (%d)。\n" +" 参照: 25 ページ、Line Length" + +#: systemv/cupstestdsc.c:192 +msgid "" +" Missing %!PS-Adobe-3.0 on first line.\n" +" REF: Page 17, 3.1 Conforming Documents" +msgstr "" +" 先頭行に %!PS-Adobe-3.0 がありません。\n" +" 参照: 17 ページ、3.1 Conforming Documents" + +#: systemv/cupstestdsc.c:362 +#, c-format +msgid " Missing %%EndComments comment. REF: Page 41, %%EndComments" +msgstr "" +" %%EndComments コメントが見つかりません。\n" +" 参照: 41 ページ、%%EndComments" + +#: systemv/cupstestdsc.c:342 +#, c-format +msgid "" +" Missing or bad %%BoundingBox: comment.\n" +" REF: Page 39, %%BoundingBox:" +msgstr "" +" %%BoundingBox: コメントが見つからないか不正です。\n" +" 参照: 39 ページ、%%BoundingBox:" + +#: systemv/cupstestdsc.c:372 +#, c-format +msgid "" +" Missing or bad %%Page: comments.\n" +" REF: Page 53, %%Page:" +msgstr "" +" %%Page: コメントが見つからないか不正です。\n" +" 参照: 53 ページ、%%Page:" + +#: systemv/cupstestdsc.c:352 +#, c-format +msgid "" +" Missing or bad %%Pages: comment.\n" +" REF: Page 43, %%Pages:" +msgstr "" +" %%Pages: コメントが見つからないか不正です。\n" +" 参照: 43 ページ、%%Pages:" + +#: systemv/cupstestppd.c:1500 +msgid " NO ERRORS FOUND" +msgstr " エラーは見つかりませんでした" + +#: systemv/cupstestdsc.c:395 +#, c-format +msgid " Saw %d lines that exceeded 255 characters." +msgstr " 255文字を超える %d 行が見つかりました。" + +#: systemv/cupstestdsc.c:390 +#, c-format +msgid " Too many %%BeginDocument comments." +msgstr " %%BeginDocument コメントが多すぎます。" + +#: systemv/cupstestdsc.c:382 +#, c-format +msgid " Too many %%EndDocument comments." +msgstr " %%EndDocument コメントが多すぎます。" + +#: systemv/cupstestdsc.c:402 +msgid " Warning: file contains binary data." +msgstr " 警告: ファイルにバイナリデータが含まれています。" + +#: systemv/cupstestdsc.c:410 +#, c-format +msgid " Warning: no %%EndComments comment in file." +msgstr " 警告: ファイルに %%EndComments コメントがありません。" + +#: systemv/cupstestdsc.c:406 +#, c-format +msgid " Warning: obsolete DSC version %.1f in file." +msgstr " 警告: ファイルは時代遅れの DSC バージョン %.1f です。" + +#: systemv/cupsctl.c:210 +msgid " --[no-]debug-logging Turn debug logging on/off." +msgstr " --[no-]debug-logging デバッグログの有効/無効を切り替える。" + +#: systemv/cupsctl.c:212 +msgid " --[no-]remote-admin Turn remote administration on/off." +msgstr " --[no-]remote-admin リモート管理の有効/無効を切り替える。" + +#: systemv/cupsctl.c:214 +msgid " --[no-]remote-any Allow/prevent access from the Internet." +msgstr " --[no-]remote-any インターネットからのアクセスを許可/禁止する。" + +#: systemv/cupsctl.c:216 +msgid " --[no-]share-printers Turn printer sharing on/off." +msgstr " --[no-]share-printers プリンター共有の有効/無効を切り替える。" + +#: systemv/cupsctl.c:218 +msgid " --[no-]user-cancel-any Allow/prevent users to cancel any job." +msgstr " --[no-]user-cancel-any あらゆるジョブのキャンセルをユーザーに許可/禁止する" + +#: ppdc/ppdc.cxx:455 +msgid " --cr End lines with CR (Mac OS 9)." +msgstr " --cr 行末を CR とする (Mac OS 9)。" + +#: ppdc/ppdc.cxx:457 +msgid " --crlf End lines with CR + LF (Windows)." +msgstr " --crlf 行末を CR + LF とする (Windows)。" + +#: ppdc/ppdc.cxx:459 +msgid " --lf End lines with LF (UNIX/Linux/OS X)." +msgstr " --lf 行末を LF とする (UNIX/Linux/OS X)。" + +#: test/ipptool.c:4404 +msgid " -4 Connect using IPv4." +msgstr " -4 IPv4 で接続する。" + +#: test/ipptool.c:4405 +msgid " -6 Connect using IPv6." +msgstr " -6 IPv6 で接続する。" + +#: test/ipptool.c:4406 +msgid " -C Send requests using chunking (default)." +msgstr " -C chunking を用いてリクエストを送る (デフォルト)。" + +#: scheduler/cupsfilter.c:1431 +msgid " -D Remove the input file when finished." +msgstr " -D 終了したときに入力ファイルを削除する。" + +#: ppdc/ppdc.cxx:438 ppdc/ppdhtml.cxx:175 ppdc/ppdpo.cxx:255 +msgid " -D name=value Set named variable to value." +msgstr " -D name=value name で指定された変数に値 value をセットする。" + +#: systemv/cupsaddsmb.c:285 systemv/cupsctl.c:205 +msgid " -E Encrypt the connection." +msgstr " -E 接続を暗号化する。" + +#: test/ipptool.c:4408 +msgid " -E Test with HTTP Upgrade to TLS." +msgstr " -E HTTP から TLS へのアップグレードでテストする。" + +#: scheduler/main.c:2021 +msgid "" +" -F Run in the foreground but detach from console." +msgstr " -F フォアグラウンドで実行するがコンソールからはデタッチする。" + +#: systemv/cupsaddsmb.c:286 +msgid " -H samba-server Use the named SAMBA server." +msgstr " -H sambaサーバー 指定の SAMBA サーバーを使う。" + +#: test/ipptool.c:4410 +msgid " -I Ignore errors." +msgstr " -I エラーを無視する。" + +#: ppdc/ppdc.cxx:440 ppdc/ppdhtml.cxx:177 ppdc/ppdi.cxx:131 ppdc/ppdpo.cxx:257 +msgid " -I include-dir Add include directory to search path." +msgstr " -I include-dir インクルードディレクトリーを検索パスに含める。" + +#: systemv/cupstestppd.c:3799 +msgid " -I {filename,filters,none,profiles}" +msgstr " -I {filename,filters,none,profiles}" + +#: test/ipptool.c:4411 +msgid " -L Send requests using content-length." +msgstr " -L content-length を用いてリクエストを送る。" + +#: scheduler/cupsfilter.c:1433 +msgid " -P filename.ppd Set PPD file." +msgstr " -P filename.ppd PPD ファイルを指定する。" + +#: systemv/cupstestppd.c:3801 +msgid " -R root-directory Set alternate root." +msgstr " -R root-directory 別のルートディレクトリーを指定する。" + +#: test/ipptool.c:4413 +msgid " -S Test with SSL encryption." +msgstr " -S SSL 暗号化でテストする。" + +#: test/ipptool.c:4415 +msgid " -T seconds Set the receive/send timeout in seconds." +msgstr " -T seconds 受信/送信タイムアウトを秒で指定する。" + +#: scheduler/cupsfilter.c:1434 systemv/cupsaddsmb.c:288 systemv/cupsctl.c:206 +msgid " -U username Specify username." +msgstr " -U username ユーザー名を指定する。" + +#: test/ipptool.c:4417 +msgid " -V version Set default IPP version." +msgstr " -V version デフォルトの IPP バージョンを指定する。" + +#: systemv/cupstestppd.c:3802 +msgid "" +" -W {all,none,constraints,defaults,duplex,filters,profiles,sizes," +"translations}" +msgstr " -W {all,none,constraints,defaults,duplex,filters,profiles,sizes,translations}" + +#: test/ipptool.c:4419 +msgid " -X Produce XML plist instead of plain text." +msgstr " -X プレーンテキストの代わりに XML を用いる。" + +#: systemv/cupsaddsmb.c:289 +msgid " -a Export all printers." +msgstr " -a すべてのプリンターをエクスポートする。" + +#: ppdc/ppdc.cxx:442 +msgid " -c catalog.po Load the specified message catalog." +msgstr " -c catalog.po 指定したメッセージカタログをロードする。" + +#: scheduler/cupsfilter.c:1435 scheduler/main.c:2019 +msgid " -c cupsd.conf Set cupsd.conf file to use." +msgstr " -c cupsd.conf 使用する cupsd.conf ファイルを指定する。" + +#: test/ipptool.c:4421 +msgid " -d name=value Set named variable to value." +msgstr " -d name=value name で指定された変数に値 value をセットする。" + +#: ppdc/ppdc.cxx:444 +msgid " -d output-dir Specify the output directory." +msgstr " -d output-dir 出力先ディレクトリーを指定する。" + +#: scheduler/cupsfilter.c:1437 +msgid " -d printer Use the named printer." +msgstr " -d printer 指定されたプリンターを利用する。" + +#: scheduler/cupsfilter.c:1439 +msgid " -e Use every filter from the PPD file." +msgstr " -e PPD ファイルからすべてのフィルターを使用する。" + +#: scheduler/main.c:2020 +msgid " -f Run in the foreground." +msgstr " -f フォアグラウンドで実行する。" + +#: test/ipptool.c:4423 +msgid " -f filename Set default request filename." +msgstr " -f filename デフォルトのリクエストファイル名を指定する。" + +#: scheduler/main.c:2023 +msgid " -h Show this usage message." +msgstr " -h このヘルプメッセージを表示する。" + +#: systemv/cupsaddsmb.c:290 systemv/cupsctl.c:207 +msgid " -h server[:port] Specify server address." +msgstr " -h server[:port] サーバーアドレスを指定する。" + +#: scheduler/cupsfilter.c:1441 +msgid " -i mime/type Set input MIME type (otherwise auto-typed)." +msgstr " -i mime/type 入力の MIME タイプを指定する (指定がなければ自動タイプ)。" + +#: test/ipptool.c:4425 +msgid "" +" -i seconds Repeat the last file with the given time interval." +msgstr " -i seconds 最後のファイルを与えられた時間間隔で繰り返す。" + +#: scheduler/cupsfilter.c:1443 +msgid "" +" -j job-id[,N] Filter file N from the specified job (default is " +"file 1)." +msgstr " -j job-id[,N] フィルターファイル N を指定されたジョブから使用する (デフォルトは ファイル 1)。" + +#: scheduler/main.c:2024 +msgid " -l Run cupsd from launchd(8)." +msgstr " -l launchd(8) から cupsd を実行する。" + +#: ppdc/ppdc.cxx:446 +msgid " -l lang[,lang,...] Specify the output language(s) (locale)." +msgstr " -l lang[,lang,...] 出力言語を指定する。(複数可能)" + +#: ppdc/ppdc.cxx:448 +msgid " -m Use the ModelName value as the filename." +msgstr " -m ModelName の値をファイル名として使用する。" + +#: scheduler/cupsfilter.c:1445 +msgid "" +" -m mime/type Set output MIME type (otherwise application/pdf)." +msgstr " -m mime/type 出力の MIME タイプを指定する (指定がなければ application/pdf)。" + +#: scheduler/cupsfilter.c:1447 +msgid " -n copies Set number of copies." +msgstr " -n copies 部数を指定する。" + +#: test/ipptool.c:4427 +msgid "" +" -n count Repeat the last file the given number of times." +msgstr " -n count 最後のファイルを与えられた回数だけ繰り返す。" + +#: ppdc/ppdi.cxx:133 +msgid "" +" -o filename.drv Set driver information file (otherwise ppdi.drv)." +msgstr " -o filename.drv ドライバー情報ファイルを指定する (指定がなければ ppdi.drv)。" + +#: ppdc/ppdmerge.cxx:370 +msgid " -o filename.ppd[.gz] Set output file (otherwise stdout)." +msgstr " -o filename.ppd[.gz] 出力ファイルを指定する (指定がなければ標準出力)。" + +#: scheduler/cupsfilter.c:1448 +msgid " -o name=value Set option(s)." +msgstr " -o name=value オプションを指定する。" + +#: scheduler/cupsfilter.c:1449 +msgid " -p filename.ppd Set PPD file." +msgstr " -p filename.ppd PPD ファイルを指定する。" + +#: systemv/cupstestppd.c:3806 test/ipptool.c:4429 +msgid " -q Run silently." +msgstr " -q 詳細は表示しない。" + +#: systemv/cupstestppd.c:3807 +msgid " -r Use 'relaxed' open mode." +msgstr " -r 寛容モードを用いる。" + +#: test/ipptool.c:4430 +msgid " -t Produce a test report." +msgstr " -t テストリポートを出力する。" + +#: ppdc/ppdc.cxx:450 +msgid " -t Test PPDs instead of generating them." +msgstr " -t PPD を出力しないでテストする。" + +#: scheduler/main.c:2025 +msgid " -t Test the configuration file." +msgstr " -t 設定ファイルをテストする。" + +#: scheduler/cupsfilter.c:1450 +msgid " -t title Set title." +msgstr " -t title タイトルを指定する。" + +#: scheduler/cupsfilter.c:1451 +msgid " -u Remove the PPD file when finished." +msgstr " -u 終了したときに PPD ファイルを削除する。" + +#: systemv/cupsaddsmb.c:291 systemv/cupstestppd.c:3808 test/ipptool.c:4431 +#: ppdc/ppdc.cxx:452 ppdc/ppdpo.cxx:259 +msgid " -v Be verbose." +msgstr " -v 冗長出力を行う。" + +#: systemv/cupstestppd.c:3809 +msgid " -vv Be very verbose." +msgstr " -vv より冗長な出力を行う。" + +#: ppdc/ppdc.cxx:453 +msgid " -z Compress PPD files using GNU zip." +msgstr " -z PPD ファイルを GNU zip を使って圧縮する。" + +#: systemv/cupstestppd.c:332 systemv/cupstestppd.c:351 +#: systemv/cupstestppd.c:363 systemv/cupstestppd.c:496 +#: systemv/cupstestppd.c:511 systemv/cupstestppd.c:532 +#: systemv/cupstestppd.c:547 systemv/cupstestppd.c:577 +#: systemv/cupstestppd.c:597 systemv/cupstestppd.c:620 +#: systemv/cupstestppd.c:638 systemv/cupstestppd.c:664 +#: systemv/cupstestppd.c:682 systemv/cupstestppd.c:702 +#: systemv/cupstestppd.c:722 systemv/cupstestppd.c:740 +#: systemv/cupstestppd.c:757 systemv/cupstestppd.c:776 +#: systemv/cupstestppd.c:797 systemv/cupstestppd.c:816 +#: systemv/cupstestppd.c:836 systemv/cupstestppd.c:856 +#: systemv/cupstestppd.c:876 systemv/cupstestppd.c:896 +#: systemv/cupstestppd.c:914 systemv/cupstestppd.c:931 +#: systemv/cupstestppd.c:953 systemv/cupstestppd.c:971 +#: systemv/cupstestppd.c:988 systemv/cupstestppd.c:1006 +#: systemv/cupstestppd.c:1022 systemv/cupstestppd.c:1042 +#: systemv/cupstestppd.c:1073 systemv/cupstestppd.c:1095 +#: systemv/cupstestppd.c:1146 systemv/cupstestppd.c:1165 +#: systemv/cupstestppd.c:1209 systemv/cupstestppd.c:1223 +#: systemv/cupstestppd.c:1255 systemv/cupstestppd.c:1282 +#: systemv/cupstestppd.c:1800 systemv/cupstestppd.c:1819 +#: systemv/cupstestppd.c:1837 systemv/cupstestppd.c:1889 +#: systemv/cupstestppd.c:1905 systemv/cupstestppd.c:1942 +#: systemv/cupstestppd.c:1960 systemv/cupstestppd.c:1996 +#: systemv/cupstestppd.c:2010 systemv/cupstestppd.c:2037 +#: systemv/cupstestppd.c:2051 systemv/cupstestppd.c:2097 +#: systemv/cupstestppd.c:2119 systemv/cupstestppd.c:2142 +#: systemv/cupstestppd.c:2159 systemv/cupstestppd.c:2201 +#: systemv/cupstestppd.c:2244 systemv/cupstestppd.c:2291 +#: systemv/cupstestppd.c:2315 systemv/cupstestppd.c:2369 +#: systemv/cupstestppd.c:2385 systemv/cupstestppd.c:2415 +#: systemv/cupstestppd.c:2429 systemv/cupstestppd.c:2455 +#: systemv/cupstestppd.c:2471 systemv/cupstestppd.c:2511 +#: systemv/cupstestppd.c:2525 systemv/cupstestppd.c:2551 +#: systemv/cupstestppd.c:2567 systemv/cupstestppd.c:2597 +#: systemv/cupstestppd.c:2611 systemv/cupstestppd.c:2638 +#: systemv/cupstestppd.c:2655 systemv/cupstestppd.c:2669 +#: systemv/cupstestppd.c:2693 systemv/cupstestppd.c:2710 +#: systemv/cupstestppd.c:2724 systemv/cupstestppd.c:2748 +#: systemv/cupstestppd.c:2765 systemv/cupstestppd.c:2779 +#: systemv/cupstestppd.c:2803 systemv/cupstestppd.c:2820 +#: systemv/cupstestppd.c:2834 systemv/cupstestppd.c:2858 +#: systemv/cupstestppd.c:2872 systemv/cupstestppd.c:2887 +#: systemv/cupstestppd.c:2904 systemv/cupstestppd.c:2960 +#: systemv/cupstestppd.c:2995 systemv/cupstestppd.c:3009 +#: systemv/cupstestppd.c:3037 systemv/cupstestppd.c:3102 +#: systemv/cupstestppd.c:3117 systemv/cupstestppd.c:3156 +#: systemv/cupstestppd.c:3176 systemv/cupstestppd.c:3190 +#: systemv/cupstestppd.c:3387 systemv/cupstestppd.c:3423 +#: systemv/cupstestppd.c:3437 systemv/cupstestppd.c:3483 +#: systemv/cupstestppd.c:3515 systemv/cupstestppd.c:3532 +#: systemv/cupstestppd.c:3555 systemv/cupstestppd.c:3571 +#: systemv/cupstestppd.c:3609 systemv/cupstestppd.c:3750 +#: systemv/cupstestppd.c:3772 systemv/cupstestppd.c:3880 +msgid " FAIL" +msgstr " 失敗" + +#: systemv/cupstestppd.c:1306 +msgid " PASS" +msgstr " 合格" + +#: berkeley/lpq.c:560 +#, c-format +msgid "%-6s %-10.10s %-4d %-10d %-27.27s %.0f bytes" +msgstr "%-6s %-10.10s %-4d %-10d %-27.27s %.0f バイト" + +#: berkeley/lpq.c:565 +#, c-format +msgid "%-7s %-7.7s %-7d %-31.31s %.0f bytes" +msgstr "%-7s %-7.7s %-7d %-31.31s %.0f バイト" + +#: systemv/lpstat.c:750 +#, c-format +msgid "%s accepting requests since %s" +msgstr "%s は %s からリクエストを受け付けています" + +#: scheduler/ipp.c:10045 +#, c-format +msgid "%s cannot be changed." +msgstr "%s は変更できません。" + +#: berkeley/lpc.c:189 +#, c-format +msgid "%s is not implemented by the CUPS version of lpc." +msgstr "%s は lpc の CUPS バージョンでは実装されていません。" + +#: berkeley/lpq.c:651 +#, c-format +msgid "%s is not ready" +msgstr "%s は準備ができていません" + +#: berkeley/lpq.c:644 +#, c-format +msgid "%s is ready" +msgstr "%s は準備ができています" + +#: berkeley/lpq.c:647 +#, c-format +msgid "%s is ready and printing" +msgstr "%s は準備ができており印刷しています" + +#: filter/rastertoepson.c:985 filter/rastertohp.c:711 +#: filter/rastertolabel.c:1134 +#, c-format +msgid "%s job-id user title copies options [file]" +msgstr "%s ジョブID ユーザー タイトル コピー数 オプション [ファイル]" + +#: systemv/lpstat.c:754 +#, c-format +msgid "%s not accepting requests since %s -" +msgstr "%s は %s からリクエストを受け付けていません -" + +#: scheduler/ipp.c:691 +#, c-format +msgid "%s not supported." +msgstr "%s はサポートされていません。" + +#: systemv/lpstat.c:765 +#, c-format +msgid "%s/%s accepting requests since %s" +msgstr "%s/%s は %s からリクエストを受け付けています" + +#: systemv/lpstat.c:770 +#, c-format +msgid "%s/%s not accepting requests since %s -" +msgstr "%s/%s は %s からリクエストを受け付けていません - " + +#: berkeley/lpq.c:552 +#, c-format +msgid "%s: %-33.33s [job %d localhost]" +msgstr "%s:%-33.33s [ジョブ %d localhost]" + +#. TRANSLATORS: Message is "subject: error" +#: cups/langprintf.c:86 scheduler/cupsfilter.c:714 systemv/lpadmin.c:805 +#: systemv/lpadmin.c:856 systemv/lpadmin.c:906 systemv/lpadmin.c:962 +#: systemv/lpadmin.c:1060 systemv/lpadmin.c:1112 systemv/lpadmin.c:1168 +#: systemv/lpadmin.c:1478 +#, c-format +msgid "%s: %s" +msgstr "%s: %s" + +#: systemv/cancel.c:294 systemv/cancel.c:357 +#, c-format +msgid "%s: %s failed: %s" +msgstr "%s: %s に失敗しました: %s" + +#: systemv/cupsaccept.c:68 +#, c-format +msgid "%s: Don't know what to do." +msgstr "%s: 何が起きているか不明です。" + +#: berkeley/lpq.c:236 berkeley/lpr.c:344 systemv/lp.c:584 +#, c-format +msgid "" +"%s: Error - %s environment variable names non-existent destination \"%s\"." +msgstr "%s: エラー - 環境変数 %s が存在しない宛先 \"%s\" を指しています。" + +#: systemv/lp.c:231 +#, c-format +msgid "%s: Error - bad job ID." +msgstr "%s: エラー - 不正なジョブ ID です。" + +#: systemv/lp.c:219 +#, c-format +msgid "%s: Error - cannot print files and alter jobs simultaneously." +msgstr "%s: エラー - ファイルを印刷できず、ジョブを同時に変えることができません。" + +#: systemv/lp.c:505 +#, c-format +msgid "%s: Error - cannot print from stdin if files or a job ID are provided." +msgstr "%s: エラー - ファイルまたはジョブ ID が提供されている場合、標準入力から印刷できません。 " + +#: systemv/lp.c:461 +#, c-format +msgid "%s: Error - expected character set after \"-S\" option." +msgstr "%s: エラー - \"-S\" オプションのあとには文字セットが必要です。" + +#: systemv/lp.c:480 +#, c-format +msgid "%s: Error - expected content type after \"-T\" option." +msgstr "%s: エラー - \"-T\" オプションのあとにはコンテンツタイプが必要です。" + +#: berkeley/lpr.c:240 +#, c-format +msgid "%s: Error - expected copies after \"-#\" option." +msgstr "%s: エラー - \"-#\" オプションのあとにはコピー数が必要です。" + +#: systemv/lp.c:264 +#, c-format +msgid "%s: Error - expected copies after \"-n\" option." +msgstr "%s: エラー - \"-n\" オプションのあとにはコピー数が必要です。" + +#: berkeley/lpr.c:209 +#, c-format +msgid "%s: Error - expected destination after \"-P\" option." +msgstr "%s: エラー - \"-P\" オプションのあとには宛先が必要です。" + +#: systemv/lpstat.c:231 +#, c-format +msgid "%s: Error - expected destination after \"-b\" option." +msgstr "%s: エラー - \"-b\" オプションのあとに宛先が必要です。" + +#: systemv/lp.c:138 +#, c-format +msgid "%s: Error - expected destination after \"-d\" option." +msgstr "%s: エラー - \"-d\" オプションのあとにはプリンター名が必要です。" + +#: systemv/lp.c:168 +#, c-format +msgid "%s: Error - expected form after \"-f\" option." +msgstr "%s: エラー - \"-f\" オプションのあとには用紙名が必要です。" + +#: systemv/lp.c:391 +#, c-format +msgid "%s: Error - expected hold name after \"-H\" option." +msgstr "%s: エラー - \"-H\" オプションのあとにはホールド名が必要です。" + +#: berkeley/lpr.c:103 +#, c-format +msgid "%s: Error - expected hostname after \"-H\" option." +msgstr "%s: エラー - \"-H\" オプションのあとにはホスト名が必要です。" + +#: berkeley/lpq.c:180 berkeley/lprm.c:123 systemv/cancel.c:124 +#: systemv/cupsaccept.c:123 systemv/lp.c:189 systemv/lpstat.c:291 +#, c-format +msgid "%s: Error - expected hostname after \"-h\" option." +msgstr "%s: エラー - \"-h\" オプションのあとにはホスト名が必要です。" + +#: systemv/lp.c:371 +#, c-format +msgid "%s: Error - expected mode list after \"-y\" option." +msgstr "%s: エラー - \"-y\" オプションのあとにはモードリストが必要です。" + +#: berkeley/lpr.c:263 +#, c-format +msgid "%s: Error - expected name after \"-%c\" option." +msgstr "%s: エラー - \"-%c\" オプションのあとには名前が必要です。" + +#: berkeley/lpr.c:153 systemv/lp.c:288 +#, c-format +msgid "%s: Error - expected option=value after \"-o\" option." +msgstr "%s: エラー - \"-o\" オプションのあとには オプション=値 が必要です。" + +#: systemv/lp.c:441 +#, c-format +msgid "%s: Error - expected page list after \"-P\" option." +msgstr "%s: エラー - \"-P\" オプションのあとにはページリストが必要です。" + +#: systemv/lp.c:308 +#, c-format +msgid "%s: Error - expected priority after \"-%c\" option." +msgstr "%s: エラー - \"-%c\" オプションのあとには優先度が必要です。" + +#: systemv/cupsaccept.c:141 +#, c-format +msgid "%s: Error - expected reason text after \"-r\" option." +msgstr "%s: エラー - \"-r\" のあとには理由のテキストが必要です。" + +#: systemv/lp.c:354 +#, c-format +msgid "%s: Error - expected title after \"-t\" option." +msgstr "%s: エラー - \"-t\" オプションのあとにはタイトルが必要です。" + +#: berkeley/lpq.c:111 berkeley/lpr.c:84 berkeley/lprm.c:104 +#: systemv/cancel.c:94 systemv/cupsaccept.c:101 systemv/lp.c:116 +#: systemv/lpadmin.c:438 systemv/lpstat.c:137 +#, c-format +msgid "%s: Error - expected username after \"-U\" option." +msgstr "%s: エラー - \"-U\" オプションのあとにはユーザー名が必要です。" + +#: systemv/cancel.c:145 +#, c-format +msgid "%s: Error - expected username after \"-u\" option." +msgstr "%s: エラー - \"-u\" オプションのあとにはユーザー名が必要です。" + +#: berkeley/lpr.c:125 +#, c-format +msgid "%s: Error - expected value after \"-%c\" option." +msgstr "%s: エラー - \"-%c\" オプションのあとには値が必要です。" + +#: systemv/lpstat.c:157 systemv/lpstat.c:171 +#, c-format +msgid "" +"%s: Error - need \"completed\", \"not-completed\", or \"all\" after \"-W\" " +"option." +msgstr "%s: エラー - \"-W\" オプションのあとには、\"completed\"、\"not-completed\"、\"all\" のいずれかが必要です。" + +#: berkeley/lpq.c:241 berkeley/lpr.c:349 systemv/lp.c:589 +#, c-format +msgid "%s: Error - no default destination available." +msgstr "%s: エラー - 利用可能なデフォルトの宛先がありません。" + +#: systemv/lp.c:330 +#, c-format +msgid "%s: Error - priority must be between 1 and 100." +msgstr "%s: エラー - 優先度は 1 から 100 の間である必要があります。" + +#: berkeley/lpr.c:352 systemv/lp.c:592 +#, c-format +msgid "%s: Error - scheduler not responding." +msgstr "%s: エラー - スケジューラーが応答していません。" + +#: berkeley/lpr.c:305 systemv/lp.c:537 +#, c-format +msgid "%s: Error - too many files - \"%s\"." +msgstr "%s: エラー - ファイルが多すぎます - \"%s\"" + +#: berkeley/lpr.c:287 systemv/lp.c:520 +#, c-format +msgid "%s: Error - unable to access \"%s\" - %s" +msgstr "%s: エラー - \"%s\" にアクセスできません - %s" + +#: berkeley/lpr.c:395 systemv/lp.c:623 +#, c-format +msgid "%s: Error - unable to queue from stdin - %s." +msgstr "%s: エラー - 標準入力からキューにデータを入力できません。 - %s" + +#: berkeley/lprm.c:87 berkeley/lprm.c:172 systemv/cancel.c:214 +#, c-format +msgid "%s: Error - unknown destination \"%s\"." +msgstr "%s: エラー - \"%s\" は未知の宛先です。" + +#: berkeley/lpq.c:150 +#, c-format +msgid "%s: Error - unknown destination \"%s/%s\"." +msgstr "%s: エラー - \"%s/%s\" は未知の宛先です。" + +#: berkeley/lpr.c:274 berkeley/lprm.c:139 systemv/cancel.c:156 +#: systemv/cupsaccept.c:164 systemv/lp.c:496 systemv/lpstat.c:452 +#, c-format +msgid "%s: Error - unknown option \"%c\"." +msgstr "%s: エラー - '%c' は未知のオプションです。" + +#: systemv/cupsaccept.c:157 +#, c-format +msgid "%s: Error - unknown option \"%s\"." +msgstr "%s: エラー - '%s' は未知のオプションです。" + +#: systemv/lp.c:208 +#, c-format +msgid "%s: Expected job ID after \"-i\" option." +msgstr "%s: '-i' オプションのあとにはジョブ ID が必要です。" + +#: systemv/lpstat.c:504 systemv/lpstat.c:543 +#, c-format +msgid "%s: Invalid destination name in list \"%s\"." +msgstr "%s: リスト \"%s\" に無効な宛先名があります。" + +#: scheduler/cupsfilter.c:567 +#, c-format +msgid "%s: Invalid filter string \"%s\"." +msgstr "%s: 無効なフィルター文字列です \"%s\"" + +#: systemv/lp.c:418 +#, c-format +msgid "%s: Need job ID (\"-i jobid\") before \"-H restart\"." +msgstr "%s: '-H restart' の前にはジョブ ID ('-i ジョブID') が必要です。" + +#: scheduler/cupsfilter.c:458 +#, c-format +msgid "%s: No filter to convert from %s/%s to %s/%s." +msgstr "%s: %s/%s から %s/%s に変換するフィルターがありません。" + +#: systemv/cupsaccept.c:198 +#, c-format +msgid "%s: Operation failed: %s" +msgstr "%s: 操作に失敗しました: %s" + +#: berkeley/lpq.c:97 berkeley/lpr.c:70 berkeley/lprm.c:67 systemv/cancel.c:81 +#: systemv/cupsaccept.c:88 systemv/cupsaddsmb.c:86 systemv/lp.c:102 +#: systemv/lpadmin.c:239 systemv/lpinfo.c:88 systemv/lpmove.c:73 +#: systemv/lpstat.c:102 test/ipptool.c:304 test/ipptool.c:321 +#, c-format +msgid "%s: Sorry, no encryption support." +msgstr "%s: 残念ながら、暗号化サポートはコンパイル時に組み込まれていません。" + +#: berkeley/lpq.c:295 scheduler/cupsfilter.c:1221 systemv/cancel.c:237 +#: systemv/cupsaddsmb.c:144 systemv/cupsaddsmb.c:171 +#, c-format +msgid "%s: Unable to connect to server." +msgstr "%s: サーバーに接続できません" + +#: systemv/cancel.c:317 +#, c-format +msgid "%s: Unable to contact server." +msgstr "%s: サーバーに連絡できません。" + +#: scheduler/cupsfilter.c:424 +#, c-format +msgid "%s: Unable to determine MIME type of \"%s\"." +msgstr "%s: \"%s\" の MIME タイプを判別できません。" + +#: ppdc/ppdmerge.cxx:96 +#, c-format +msgid "%s: Unable to open %s: %s" +msgstr "%s: %s を開けません: %s" + +#: scheduler/cupsfilter.c:662 ppdc/ppdmerge.cxx:112 +#, c-format +msgid "%s: Unable to open PPD file: %s on line %d." +msgstr "%s: PPD ファイルを開けません: %s の %d 行目" + +#: scheduler/cupsfilter.c:392 +#, c-format +msgid "%s: Unable to read MIME database from \"%s\" or \"%s\"." +msgstr "%s: \"%s\" または \"%s\" から MIME データベースを読み取ることができません。" + +#: berkeley/lpq.c:153 systemv/lpstat.c:558 +#, c-format +msgid "%s: Unknown destination \"%s\"." +msgstr "%s: \"%s\" は未知の宛先です。" + +#: scheduler/cupsfilter.c:435 +#, c-format +msgid "%s: Unknown destination MIME type %s/%s." +msgstr "%s: %s/%s は未知の宛先 MIME タイプです。" + +#: scheduler/cupsfilter.c:1426 +#, c-format +msgid "%s: Unknown option \"%c\"." +msgstr "%s: '%c' は未知のオプションです。" + +#: scheduler/cupsfilter.c:416 +#, c-format +msgid "%s: Unknown source MIME type %s/%s." +msgstr "%s: %s/%s は未知のソース MIME タイプです。" + +#: berkeley/lpr.c:139 +#, c-format +msgid "" +"%s: Warning - \"%c\" format modifier not supported - output may not be " +"correct." +msgstr "%s: 警告 - '%c' 形式修飾子はサポートされていません - 出力は正しくないものになるかもしれません。" + +#: systemv/lp.c:468 +#, c-format +msgid "%s: Warning - character set option ignored." +msgstr "%s: 警告 - 文字セットオプションは無視されます。" + +#: systemv/lp.c:487 +#, c-format +msgid "%s: Warning - content type option ignored." +msgstr "%s: 警告 - コンテンツタイプオプションは無視されます。" + +#: systemv/lp.c:175 +#, c-format +msgid "%s: Warning - form option ignored." +msgstr "%s: 警告 - 用紙オプションは無視されます。" + +#: systemv/lp.c:378 +#, c-format +msgid "%s: Warning - mode option ignored." +msgstr "%s: 警告 - モードオプションは無視されます。" + +#: ppdc/sample.c:310 +msgid "-1" +msgstr "-1" + +#: ppdc/sample.c:301 +msgid "-10" +msgstr "-10" + +#: ppdc/sample.c:393 +msgid "-100" +msgstr "-100" + +#: ppdc/sample.c:392 +msgid "-105" +msgstr "-105" + +#: ppdc/sample.c:300 +msgid "-11" +msgstr "-11" + +#: ppdc/sample.c:391 +msgid "-110" +msgstr "-110" + +#: ppdc/sample.c:390 +msgid "-115" +msgstr "-115" + +#: ppdc/sample.c:299 +msgid "-12" +msgstr "-12" + +#: ppdc/sample.c:389 +msgid "-120" +msgstr "-120" + +#: ppdc/sample.c:298 +msgid "-13" +msgstr "-13" + +#: ppdc/sample.c:297 +msgid "-14" +msgstr "-14" + +#: ppdc/sample.c:296 +msgid "-15" +msgstr "-15" + +#: ppdc/sample.c:309 +msgid "-2" +msgstr "-2" + +#: ppdc/sample.c:409 +msgid "-20" +msgstr "-20" + +#: ppdc/sample.c:408 +msgid "-25" +msgstr "-25" + +#: ppdc/sample.c:308 +msgid "-3" +msgstr "-3" + +#: ppdc/sample.c:407 +msgid "-30" +msgstr "-30" + +#: ppdc/sample.c:406 +msgid "-35" +msgstr "-35" + +#: ppdc/sample.c:307 +msgid "-4" +msgstr "-4" + +#: ppdc/sample.c:405 +msgid "-40" +msgstr "-40" + +#: ppdc/sample.c:404 +msgid "-45" +msgstr "-45" + +#: ppdc/sample.c:306 +msgid "-5" +msgstr "-5" + +#: ppdc/sample.c:403 +msgid "-50" +msgstr "-50" + +#: ppdc/sample.c:402 +msgid "-55" +msgstr "-55" + +#: ppdc/sample.c:305 +msgid "-6" +msgstr "-6" + +#: ppdc/sample.c:401 +msgid "-60" +msgstr "-60" + +#: ppdc/sample.c:400 +msgid "-65" +msgstr "-65" + +#: ppdc/sample.c:304 +msgid "-7" +msgstr "-7" + +#: ppdc/sample.c:399 +msgid "-70" +msgstr "-70" + +#: ppdc/sample.c:398 +msgid "-75" +msgstr "-75" + +#: ppdc/sample.c:303 +msgid "-8" +msgstr "-8" + +#: ppdc/sample.c:397 +msgid "-80" +msgstr "-80" + +#: ppdc/sample.c:396 +msgid "-85" +msgstr "-85" + +#: ppdc/sample.c:302 +msgid "-9" +msgstr "-9" + +#: ppdc/sample.c:395 +msgid "-90" +msgstr "-90" + +#: ppdc/sample.c:394 +msgid "-95" +msgstr "-95" + +#: ppdc/sample.c:311 +msgid "0" +msgstr "0" + +#: ppdc/sample.c:312 +msgid "1" +msgstr "1" + +#: ppdc/sample.c:384 +msgid "1 inch/sec." +msgstr "1 インチ/秒" + +#: ppdc/sample.c:172 +msgid "1.25x0.25\"" +msgstr "1.25x0.25 インチ" + +#: ppdc/sample.c:173 +msgid "1.25x2.25\"" +msgstr "1.25x2.25 インチ" + +#: ppdc/sample.c:432 +msgid "1.5 inch/sec." +msgstr "1.5 インチ/秒" + +#: ppdc/sample.c:174 +msgid "1.50x0.25\"" +msgstr "1.50x0.25 インチ" + +#: ppdc/sample.c:175 +msgid "1.50x0.50\"" +msgstr "1.50x0.50 インチ" + +#: ppdc/sample.c:176 +msgid "1.50x1.00\"" +msgstr "1.50x1.00 インチ" + +#: ppdc/sample.c:177 +msgid "1.50x2.00\"" +msgstr "1.50x2.00 インチ" + +#: ppdc/sample.c:321 +msgid "10" +msgstr "10" + +#: ppdc/sample.c:443 +msgid "10 inches/sec." +msgstr "10 インチ/秒" + +#: ppdc/sample.c:6 +msgid "10 x 11" +msgstr "10 x 11 インチ" + +#: ppdc/sample.c:7 +msgid "10 x 13" +msgstr "10 x 13 インチ" + +#: ppdc/sample.c:8 +msgid "10 x 14" +msgstr "10 x 14 インチ" + +#: ppdc/sample.c:423 +msgid "100" +msgstr "100" + +#: ppdc/sample.c:334 +msgid "100 mm/sec." +msgstr "100 ミリメートル/秒" + +#: ppdc/sample.c:424 +msgid "105" +msgstr "105" + +#: ppdc/sample.c:322 +msgid "11" +msgstr "11" + +#: ppdc/sample.c:444 +msgid "11 inches/sec." +msgstr "11 インチ/秒" + +#: ppdc/sample.c:425 +msgid "110" +msgstr "110" + +#: ppdc/sample.c:426 +msgid "115" +msgstr "115" + +#: ppdc/sample.c:323 +msgid "12" +msgstr "12" + +#: ppdc/sample.c:445 +msgid "12 inches/sec." +msgstr "12 インチ/秒" + +#: ppdc/sample.c:9 +msgid "12 x 11" +msgstr "12 x 11 インチ" + +#: ppdc/sample.c:427 +msgid "120" +msgstr "120" + +#: ppdc/sample.c:335 +msgid "120 mm/sec." +msgstr "120 ミリメートル/秒" + +#: ppdc/sample.c:243 +msgid "120x60dpi" +msgstr "120x60dpi" + +#: ppdc/sample.c:249 +msgid "120x72dpi" +msgstr "120x72dpi" + +#: ppdc/sample.c:324 +msgid "13" +msgstr "13" + +#: ppdc/sample.c:232 +msgid "136dpi" +msgstr "136dpi" + +#: ppdc/sample.c:325 +msgid "14" +msgstr "14" + +#: ppdc/sample.c:326 +msgid "15" +msgstr "15" + +#: ppdc/sample.c:328 +msgid "15 mm/sec." +msgstr "15 ミリメートル/秒" + +#: ppdc/sample.c:10 +msgid "15 x 11" +msgstr "15 x 11 インチ" + +#: ppdc/sample.c:336 +msgid "150 mm/sec." +msgstr "150 ミリメートル/秒" + +#: ppdc/sample.c:283 +msgid "150dpi" +msgstr "150dpi" + +#: ppdc/sample.c:368 +msgid "16" +msgstr "16" + +#: ppdc/sample.c:369 +msgid "17" +msgstr "17" + +#: ppdc/sample.c:370 +msgid "18" +msgstr "18" + +#: ppdc/sample.c:244 +msgid "180dpi" +msgstr "180dpi" + +#: ppdc/sample.c:371 +msgid "19" +msgstr "19" + +#: ppdc/sample.c:313 +msgid "2" +msgstr "2" + +#: ppdc/sample.c:385 +msgid "2 inches/sec." +msgstr "2 インチ/秒" + +#: ppdc/sample.c:270 +msgid "2-Sided Printing" +msgstr "両面印刷" + +#: ppdc/sample.c:178 +msgid "2.00x0.37\"" +msgstr "2.00x0.37 インチ" + +#: ppdc/sample.c:179 +msgid "2.00x0.50\"" +msgstr "2.00x0.50 インチ" + +#: ppdc/sample.c:180 +msgid "2.00x1.00\"" +msgstr "2.00x1.00 インチ" + +#: ppdc/sample.c:181 +msgid "2.00x1.25\"" +msgstr "2.00x1.25 インチ" + +#: ppdc/sample.c:182 +msgid "2.00x2.00\"" +msgstr "2.00x2.00 インチ" + +#: ppdc/sample.c:183 +msgid "2.00x3.00\"" +msgstr "2.00x3.00 インチ" + +#: ppdc/sample.c:184 +msgid "2.00x4.00\"" +msgstr "2.00x4.00 インチ" + +#: ppdc/sample.c:185 +msgid "2.00x5.50\"" +msgstr "2.00x5.50 インチ" + +#: ppdc/sample.c:186 +msgid "2.25x0.50\"" +msgstr "2.25x0.50 インチ" + +#: ppdc/sample.c:187 +msgid "2.25x1.25\"" +msgstr "2.25x1.25 インチ" + +#: ppdc/sample.c:188 +msgid "2.25x4.00\"" +msgstr "2.25x4.00 インチ" + +#: ppdc/sample.c:189 +msgid "2.25x5.50\"" +msgstr "2.25x5.50 インチ" + +#: ppdc/sample.c:190 +msgid "2.38x5.50\"" +msgstr "2.38x5.50 インチ" + +#: ppdc/sample.c:433 +msgid "2.5 inches/sec." +msgstr "2.5 インチ/秒" + +#: ppdc/sample.c:191 +msgid "2.50x1.00\"" +msgstr "2.50x1.00 インチ" + +#: ppdc/sample.c:192 +msgid "2.50x2.00\"" +msgstr "2.50x2.00 インチ" + +#: ppdc/sample.c:193 +msgid "2.75x1.25\"" +msgstr "2.75x1.25 インチ" + +#: ppdc/sample.c:194 +msgid "2.9 x 1\"" +msgstr "2.9 x 1 インチ" + +#: ppdc/sample.c:372 +msgid "20" +msgstr "20" + +#: ppdc/sample.c:329 +msgid "20 mm/sec." +msgstr "20 ミリメートル/秒" + +#: ppdc/sample.c:337 +msgid "200 mm/sec." +msgstr "200 ミリメートル/秒" + +#: ppdc/sample.c:233 +msgid "203dpi" +msgstr "203dpi" + +#: ppdc/sample.c:373 +msgid "21" +msgstr "21" + +#: ppdc/sample.c:374 +msgid "22" +msgstr "22" + +#: ppdc/sample.c:375 +msgid "23" +msgstr "23" + +#: ppdc/sample.c:376 +msgid "24" +msgstr "24" + +#: ppdc/sample.c:241 +msgid "24-Pin Series" +msgstr "24 ピンシリーズ" + +#: ppdc/sample.c:250 +msgid "240x72dpi" +msgstr "240x72dpi" + +#: ppdc/sample.c:377 +msgid "25" +msgstr "25" + +#: ppdc/sample.c:338 +msgid "250 mm/sec." +msgstr "250 ミリメートル/秒" + +#: ppdc/sample.c:378 +msgid "26" +msgstr "26" + +#: ppdc/sample.c:379 +msgid "27" +msgstr "27" + +#: ppdc/sample.c:380 +msgid "28" +msgstr "28" + +#: ppdc/sample.c:381 +msgid "29" +msgstr "29" + +#: ppdc/sample.c:314 +msgid "3" +msgstr "3" + +#: ppdc/sample.c:386 +msgid "3 inches/sec." +msgstr "3 インチ/秒" + +#: ppdc/sample.c:3 +msgid "3 x 5" +msgstr "3 x 5" + +#: ppdc/sample.c:195 +msgid "3.00x1.00\"" +msgstr "3.00x1.00 インチ" + +#: ppdc/sample.c:196 +msgid "3.00x1.25\"" +msgstr "3.00x1.25 インチ" + +#: ppdc/sample.c:197 +msgid "3.00x2.00\"" +msgstr "3.00x2.00 インチ" + +#: ppdc/sample.c:198 +msgid "3.00x3.00\"" +msgstr "3.00x3.00インチ" + +#: ppdc/sample.c:199 +msgid "3.00x5.00\"" +msgstr "3.00x5.00 インチ" + +#: ppdc/sample.c:200 +msgid "3.25x2.00\"" +msgstr "3.25x2.00 インチ" + +#: ppdc/sample.c:201 +msgid "3.25x5.00\"" +msgstr "3.25x5.00 インチ" + +#: ppdc/sample.c:202 +msgid "3.25x5.50\"" +msgstr "3.25x5.50 インチ" + +#: ppdc/sample.c:203 +msgid "3.25x5.83\"" +msgstr "3.25x5.83 インチ" + +#: ppdc/sample.c:204 +msgid "3.25x7.83\"" +msgstr "3.25x7.83 インチ" + +#: ppdc/sample.c:4 +msgid "3.5 x 5" +msgstr "3.5 x 5" + +#: ppdc/sample.c:171 +msgid "3.5\" Disk" +msgstr "3.5 インチディスク" + +#: ppdc/sample.c:205 +msgid "3.50x1.00\"" +msgstr "3.50x1.00 インチ" + +#: ppdc/sample.c:382 +msgid "30" +msgstr "30" + +#: ppdc/sample.c:330 +msgid "30 mm/sec." +msgstr "30 ミリメートル/秒" + +#: ppdc/sample.c:339 +msgid "300 mm/sec." +msgstr "300 ミリメートル/秒" + +#: ppdc/sample.c:234 +msgid "300dpi" +msgstr "300dpi" + +#: ppdc/sample.c:410 +msgid "35" +msgstr "35" + +#: ppdc/sample.c:246 +msgid "360dpi" +msgstr "360dpi" + +#: ppdc/sample.c:245 +msgid "360x180dpi" +msgstr "360x180dpi" + +#: ppdc/sample.c:315 +msgid "4" +msgstr "4" + +#: ppdc/sample.c:387 +msgid "4 inches/sec." +msgstr "4 インチ/秒" + +#: ppdc/sample.c:206 +msgid "4.00x1.00\"" +msgstr "4.00x1.00 インチ" + +#: ppdc/sample.c:214 +msgid "4.00x13.00\"" +msgstr "4.00x13.00 インチ" + +#: ppdc/sample.c:207 +msgid "4.00x2.00\"" +msgstr "4.00x2.00 インチ" + +#: ppdc/sample.c:208 +msgid "4.00x2.50\"" +msgstr "4.00x2.50 インチ" + +#: ppdc/sample.c:209 +msgid "4.00x3.00\"" +msgstr "4.00x3.00 インチ" + +#: ppdc/sample.c:210 +msgid "4.00x4.00\"" +msgstr "4.00x4.00 インチ" + +#: ppdc/sample.c:211 +msgid "4.00x5.00\"" +msgstr "4.00x5.00 インチ" + +#: ppdc/sample.c:212 +msgid "4.00x6.00\"" +msgstr "4.00x6.00 インチ" + +#: ppdc/sample.c:213 +msgid "4.00x6.50\"" +msgstr "4.00x6.50 インチ" + +#: ppdc/sample.c:411 +msgid "40" +msgstr "40" + +#: ppdc/sample.c:331 +msgid "40 mm/sec." +msgstr "40 ミリメートル/秒" + +#: ppdc/sample.c:412 +msgid "45" +msgstr "45" + +#: ppdc/sample.c:316 +msgid "5" +msgstr "5" + +#: ppdc/sample.c:437 +msgid "5 inches/sec." +msgstr "5 インチ/秒" + +#: ppdc/sample.c:5 +msgid "5 x 7" +msgstr "5 x 7 インチ" + +#: ppdc/sample.c:413 +msgid "50" +msgstr "50" + +#: ppdc/sample.c:414 +msgid "55" +msgstr "55" + +#: ppdc/sample.c:317 +msgid "6" +msgstr "6" + +#: ppdc/sample.c:438 +msgid "6 inches/sec." +msgstr "6 インチ/秒" + +#: ppdc/sample.c:215 +msgid "6.00x1.00\"" +msgstr "6.00x1.00 インチ" + +#: ppdc/sample.c:216 +msgid "6.00x2.00\"" +msgstr "6.00x2.00 インチ" + +#: ppdc/sample.c:217 +msgid "6.00x3.00\"" +msgstr "6.00x3.00 インチ" + +#: ppdc/sample.c:218 +msgid "6.00x4.00\"" +msgstr "6.00x4.00 インチ" + +#: ppdc/sample.c:219 +msgid "6.00x5.00\"" +msgstr "6.00x5.00 インチ" + +#: ppdc/sample.c:220 +msgid "6.00x6.00\"" +msgstr "6.00x6.00 インチ" + +#: ppdc/sample.c:221 +msgid "6.00x6.50\"" +msgstr "6.00x6.50 インチ" + +#: ppdc/sample.c:415 +msgid "60" +msgstr "60" + +#: ppdc/sample.c:332 +msgid "60 mm/sec." +msgstr "60 ミリメートル/秒" + +#: ppdc/sample.c:261 +msgid "600dpi" +msgstr "600dpi" + +#: ppdc/sample.c:242 +msgid "60dpi" +msgstr "60dpi" + +#: ppdc/sample.c:248 +msgid "60x72dpi" +msgstr "60x72dpi" + +#: ppdc/sample.c:416 +msgid "65" +msgstr "65" + +#: ppdc/sample.c:318 +msgid "7" +msgstr "7" + +#: ppdc/sample.c:440 +msgid "7 inches/sec." +msgstr "7 インチ/秒" + +#: ppdc/sample.c:11 +msgid "7 x 9" +msgstr "7 x 9 インチ" + +#: ppdc/sample.c:417 +msgid "70" +msgstr "70" + +#: ppdc/sample.c:252 +msgid "720dpi" +msgstr "720dpi" + +#: ppdc/sample.c:418 +msgid "75" +msgstr "75" + +#: ppdc/sample.c:319 +msgid "8" +msgstr "8" + +#: ppdc/sample.c:441 +msgid "8 inches/sec." +msgstr "8 インチ/秒" + +#: ppdc/sample.c:12 +msgid "8 x 10" +msgstr "8 x 10 インチ" + +#: ppdc/sample.c:222 +msgid "8.00x1.00\"" +msgstr "8.00x1.00 インチ" + +#: ppdc/sample.c:223 +msgid "8.00x2.00\"" +msgstr "8.00x2.00 インチ" + +#: ppdc/sample.c:224 +msgid "8.00x3.00\"" +msgstr "8.00x3.00 インチ" + +#: ppdc/sample.c:225 +msgid "8.00x4.00\"" +msgstr "8.00x4.00 インチ" + +#: ppdc/sample.c:226 +msgid "8.00x5.00\"" +msgstr "8.00x5.00 インチ" + +#: ppdc/sample.c:227 +msgid "8.00x6.00\"" +msgstr "8.00x6.00 インチ" + +#: ppdc/sample.c:228 +msgid "8.00x6.50\"" +msgstr "8.00x6.50 インチ" + +#: ppdc/sample.c:419 +msgid "80" +msgstr "80" + +#: ppdc/sample.c:333 +msgid "80 mm/sec." +msgstr "80 ミリメートル/秒" + +#: ppdc/sample.c:420 +msgid "85" +msgstr "85" + +#: ppdc/sample.c:320 +msgid "9" +msgstr "9" + +#: ppdc/sample.c:442 +msgid "9 inches/sec." +msgstr "9 インチ/秒" + +#: ppdc/sample.c:13 +msgid "9 x 11" +msgstr "9 x 11 インチ" + +#: ppdc/sample.c:14 +msgid "9 x 12" +msgstr "9 x 12 インチ" + +#: ppdc/sample.c:247 +msgid "9-Pin Series" +msgstr "9 ピンシリーズ" + +#: ppdc/sample.c:421 +msgid "90" +msgstr "90" + +#: ppdc/sample.c:422 +msgid "95" +msgstr "95" + +#: berkeley/lpc.c:213 +msgid "?Invalid help command unknown." +msgstr "?無効なヘルプコマンドです" + +#: cgi-bin/admin.c:2368 +msgid "A Samba password is required to export printer drivers" +msgstr "プリンタードライバーをエクスポートするには Samba のパスワードが必要です。" + +#: cgi-bin/admin.c:2364 +msgid "A Samba username is required to export printer drivers" +msgstr "プリンタードライバーをエクスポートするには、Samba のユーザー名が必要です。" + +#: scheduler/ipp.c:2283 +#, c-format +msgid "A class named \"%s\" already exists." +msgstr "\"%s\" という名前のクラスはすでに存在します。" + +#: scheduler/ipp.c:1004 +#, c-format +msgid "A printer named \"%s\" already exists." +msgstr "\"%s\" という名前のプリンターはすでに存在します。" + +#: ppdc/sample.c:15 +msgid "A0" +msgstr "A0" + +#: ppdc/sample.c:16 +msgid "A0 Long Edge" +msgstr "A0 長辺送り" + +#: ppdc/sample.c:17 +msgid "A1" +msgstr "A1" + +#: ppdc/sample.c:18 +msgid "A1 Long Edge" +msgstr "A1 長辺送り" + +#: ppdc/sample.c:37 +msgid "A10" +msgstr "A10" + +#: ppdc/sample.c:19 +msgid "A2" +msgstr "A2" + +#: ppdc/sample.c:20 +msgid "A2 Long Edge" +msgstr "A2 長辺送り" + +#: ppdc/sample.c:21 +msgid "A3" +msgstr "A3" + +#: ppdc/sample.c:22 +msgid "A3 Long Edge" +msgstr "A3 長辺送り" + +#: ppdc/sample.c:23 +msgid "A3 Oversize" +msgstr "A3 (特大)" + +#: ppdc/sample.c:24 +msgid "A3 Oversize Long Edge" +msgstr "A3 (特大) 長辺送り" + +#: ppdc/sample.c:25 +msgid "A4" +msgstr "A4" + +#: ppdc/sample.c:27 +msgid "A4 Long Edge" +msgstr "A4 長辺送り" + +#: ppdc/sample.c:26 +msgid "A4 Oversize" +msgstr "A4 (特大)" + +#: ppdc/sample.c:28 +msgid "A4 Small" +msgstr "A4 (小)" + +#: ppdc/sample.c:29 +msgid "A5" +msgstr "A5" + +#: ppdc/sample.c:31 +msgid "A5 Long Edge" +msgstr "A5 長辺送り" + +#: ppdc/sample.c:30 +msgid "A5 Oversize" +msgstr "A5 (特大)" + +#: ppdc/sample.c:32 +msgid "A6" +msgstr "A6" + +#: ppdc/sample.c:33 +msgid "A6 Long Edge" +msgstr "A6 長辺送り" + +#: ppdc/sample.c:34 +msgid "A7" +msgstr "A7" + +#: ppdc/sample.c:35 +msgid "A8" +msgstr "A8" + +#: ppdc/sample.c:36 +msgid "A9" +msgstr "A9" + +#: ppdc/sample.c:38 +msgid "ANSI A" +msgstr "ANSI A" + +#: ppdc/sample.c:39 +msgid "ANSI B" +msgstr "ANSI B" + +#: ppdc/sample.c:40 +msgid "ANSI C" +msgstr "ANSI C" + +#: ppdc/sample.c:41 +msgid "ANSI D" +msgstr "ANSI D" + +#: ppdc/sample.c:42 +msgid "ANSI E" +msgstr "ANSI E" + +#: ppdc/sample.c:47 +msgid "ARCH C" +msgstr "ARCH C" + +#: ppdc/sample.c:48 +msgid "ARCH C Long Edge" +msgstr "ARCH C 長辺送り" + +#: ppdc/sample.c:49 +msgid "ARCH D" +msgstr "ARCH D" + +#: ppdc/sample.c:50 +msgid "ARCH D Long Edge" +msgstr "ARCH D 長辺送り" + +#: ppdc/sample.c:51 +msgid "ARCH E" +msgstr "ARCH E" + +#: ppdc/sample.c:52 +msgid "ARCH E Long Edge" +msgstr "ARCH E 長辺送り" + +#: cgi-bin/classes.c:169 cgi-bin/printers.c:172 +msgid "Accept Jobs" +msgstr "ジョブの受け付け" + +#: cups/http-support.c:1284 +msgid "Accepted" +msgstr "受け付けました" + +#: cgi-bin/admin.c:570 +msgid "Add Class" +msgstr "クラスの追加" + +#: cgi-bin/admin.c:882 +msgid "Add Printer" +msgstr "プリンターの追加" + +#: cgi-bin/admin.c:444 cgi-bin/admin.c:477 cgi-bin/admin.c:525 +#: cgi-bin/admin.c:535 +msgid "Add RSS Subscription" +msgstr "RSS 購読を追加" + +#: ppdc/sample.c:163 +msgid "Address" +msgstr "アドレス" + +#: cgi-bin/admin.c:210 cgi-bin/admin.c:284 cgi-bin/admin.c:2745 +msgid "Administration" +msgstr "管理" + +#: ppdc/sample.c:429 +msgid "Always" +msgstr "常に有効" + +#: backend/socket.c:129 +msgid "AppSocket/HP JetDirect" +msgstr "AppSocket/HP JetDirect" + +#: ppdc/sample.c:450 +msgid "Applicator" +msgstr "アプリケーター" + +#: scheduler/ipp.c:1079 +#, c-format +msgid "Attempt to set %s printer-state to bad value %d." +msgstr "%s printer-state に 不正な値 %d を設定しようとしています。" + +#: scheduler/ipp.c:325 +#, c-format +msgid "Attribute groups are out of order (%x < %x)." +msgstr "属性グループは範囲外です (%x < %x)。" + +#: ppdc/sample.c:126 +msgid "B0" +msgstr "B0" + +#: ppdc/sample.c:127 +msgid "B1" +msgstr "B1" + +#: ppdc/sample.c:137 +msgid "B10" +msgstr "B10" + +#: ppdc/sample.c:128 +msgid "B2" +msgstr "B2" + +#: ppdc/sample.c:129 +msgid "B3" +msgstr "B3" + +#: ppdc/sample.c:130 +msgid "B4" +msgstr "B4" + +#: ppdc/sample.c:131 +msgid "B5" +msgstr "B5" + +#: ppdc/sample.c:132 +msgid "B5 Oversize" +msgstr "B5 (特大)" + +#: ppdc/sample.c:133 +msgid "B6" +msgstr "B6" + +#: ppdc/sample.c:134 +msgid "B7" +msgstr "B7" + +#: ppdc/sample.c:135 +msgid "B8" +msgstr "B8" + +#: ppdc/sample.c:136 +msgid "B9" +msgstr "B9" + +#: cups/dest.c:1680 +msgid "Bad NULL dests pointer" +msgstr "不正な NULL 送信先ポインター" + +#: cups/ppd.c:345 +msgid "Bad OpenGroup" +msgstr "不正な OpenGroup" + +#: cups/ppd.c:347 +msgid "Bad OpenUI/JCLOpenUI" +msgstr "不正な OpenUI/JCLOpenUI" + +#: cups/ppd.c:349 +msgid "Bad OrderDependency" +msgstr "不正な OrderDependency" + +#: cups/ppd-cache.c:148 cups/ppd-cache.c:195 cups/ppd-cache.c:233 +#: cups/ppd-cache.c:239 cups/ppd-cache.c:255 cups/ppd-cache.c:271 +#: cups/ppd-cache.c:280 cups/ppd-cache.c:288 cups/ppd-cache.c:305 +#: cups/ppd-cache.c:313 cups/ppd-cache.c:328 cups/ppd-cache.c:336 +#: cups/ppd-cache.c:354 cups/ppd-cache.c:366 cups/ppd-cache.c:381 +#: cups/ppd-cache.c:393 cups/ppd-cache.c:415 cups/ppd-cache.c:423 +#: cups/ppd-cache.c:441 cups/ppd-cache.c:449 cups/ppd-cache.c:464 +#: cups/ppd-cache.c:472 cups/ppd-cache.c:490 cups/ppd-cache.c:498 +#: cups/ppd-cache.c:525 cups/ppd-cache.c:571 cups/ppd-cache.c:579 +#: cups/ppd-cache.c:587 +msgid "Bad PPD cache file." +msgstr "不正な PPD キャッシュファイルです。" + +#: cups/http-support.c:1299 +msgid "Bad Request" +msgstr "不正なリクエスト" + +#: cups/snmp.c:1002 +msgid "Bad SNMP version number" +msgstr "不正な SNMP バージョン番号" + +#: cups/ppd.c:350 +msgid "Bad UIConstraints" +msgstr "不正な UIConstraints" + +#: scheduler/ipp.c:1380 +#, c-format +msgid "Bad copies value %d." +msgstr "%d は不正なコピー値です。" + +#: cups/ppd.c:358 +msgid "Bad custom parameter" +msgstr "不正なカスタムパラメーター" + +#: cups/http-support.c:1451 scheduler/ipp.c:2350 +#, c-format +msgid "Bad device-uri \"%s\"." +msgstr "\"%s\" は無効な device-uri です。" + +#: scheduler/ipp.c:2391 +#, c-format +msgid "Bad device-uri scheme \"%s\"." +msgstr "\"%s\" は無効な device-uri スキーマです。" + +#: scheduler/ipp.c:8224 scheduler/ipp.c:8240 scheduler/ipp.c:9454 +#: scheduler/ipp.c:10968 +#, c-format +msgid "Bad document-format \"%s\"." +msgstr "\"%s\" は不正な document-format です。" + +#: scheduler/ipp.c:9470 +#, c-format +msgid "Bad document-format-default \"%s\"." +msgstr "\"%s\" は不正な document-format-default です。" + +#: cups/util.c:929 +msgid "Bad filename buffer" +msgstr "不正なファイル名バッファーです。" + +#: scheduler/ipp.c:10060 +msgid "Bad job-priority value." +msgstr "不正な job-priority 値です。" + +#: scheduler/ipp.c:1410 +#, c-format +msgid "Bad job-sheets value \"%s\"." +msgstr "\"%s\" は不正な job-sheets 値です。" + +#: scheduler/ipp.c:1394 +msgid "Bad job-sheets value type." +msgstr "不正な job-sheets 値タイプ です。" + +#: scheduler/ipp.c:10090 +msgid "Bad job-state value." +msgstr "不正な job-state 値です。" + +#: scheduler/ipp.c:2974 scheduler/ipp.c:3426 scheduler/ipp.c:6078 +#: scheduler/ipp.c:6225 scheduler/ipp.c:7658 scheduler/ipp.c:7927 +#: scheduler/ipp.c:8775 scheduler/ipp.c:9001 scheduler/ipp.c:9350 +#: scheduler/ipp.c:9953 +#, c-format +msgid "Bad job-uri \"%s\"." +msgstr "\"%s\" は無効な job-uri 属性です。" + +#: scheduler/ipp.c:2049 scheduler/ipp.c:5622 +#, c-format +msgid "Bad notify-pull-method \"%s\"." +msgstr "\"%s\" は無効な notify-pull-method です。" + +#: scheduler/ipp.c:2013 scheduler/ipp.c:5586 +#, c-format +msgid "Bad notify-recipient-uri \"%s\"." +msgstr "URI \"%s\" は不正な notify-recipient-uri です。" + +#: scheduler/ipp.c:1426 +#, c-format +msgid "Bad number-up value %d." +msgstr "%d は不正な number-up 値です。" + +#: cups/adminutil.c:292 +#, c-format +msgid "Bad option + choice on line %d." +msgstr "%d 行に不正なオプションと選択があります。" + +#: scheduler/ipp.c:1443 +#, c-format +msgid "Bad page-ranges values %d-%d." +msgstr "%d-%d は不正な page-ranges 値です。" + +#: scheduler/ipp.c:2434 +#, c-format +msgid "Bad port-monitor \"%s\"." +msgstr "\"%s\" は無効な port-monitor です。" + +#: cups/dest.c:676 cups/dest.c:1333 +msgid "Bad printer URI." +msgstr "不正なプリンター URI です。" + +#: scheduler/ipp.c:2495 +#, c-format +msgid "Bad printer-state value %d." +msgstr "%d は無効な printer-state 値です。" + +#: scheduler/ipp.c:293 +#, c-format +msgid "Bad request ID %d." +msgstr "%d は無効なリクエストIDです。" + +#: scheduler/ipp.c:278 +#, c-format +msgid "Bad request version number %d.%d." +msgstr "バージョン番号 %d.%d は無効なリクエストです。" + +#: cgi-bin/admin.c:1484 +msgid "Bad subscription ID" +msgstr "不正なサブスクリプション ID です。" + +#: cups/ppd.c:360 +msgid "Bad value string" +msgstr "値文字列がありません" + +#: cgi-bin/admin.c:3290 cgi-bin/admin.c:3536 +msgid "Banners" +msgstr "バナー" + +#: ppdc/sample.c:287 +msgid "Bond Paper" +msgstr "ボンド紙" + +#: backend/usb-darwin.c:1846 +#, c-format +msgid "Boolean expected for waiteof option \"%s\"." +msgstr "論理値は、waiteof オプション \"%s\" であるべきです" + +#: filter/pstops.c:2057 +msgid "Buffer overflow detected, aborting." +msgstr "オーバーフローが検出され、中断しました。" + +#: ppdc/sample.c:254 +msgid "CMYK" +msgstr "CMYK" + +#: ppdc/sample.c:363 +msgid "CPCL Label Printer" +msgstr "CPCL ラベルプリンター" + +#: cgi-bin/admin.c:1485 cgi-bin/admin.c:1524 cgi-bin/admin.c:1534 +msgid "Cancel RSS Subscription" +msgstr "RSS 購読をキャンセル" + +#: backend/ipp.c:1921 +msgid "Canceling print job." +msgstr "プリントジョブをキャンセルしています。" + +#: scheduler/ipp.c:2475 +msgid "Cannot share a remote Kerberized printer." +msgstr "リモートの Kerberos 認証のプリンターを共有できません。" + +#: ppdc/sample.c:279 +msgid "Cassette" +msgstr "カセット" + +#: cgi-bin/admin.c:1655 cgi-bin/admin.c:1797 cgi-bin/admin.c:1810 +#: cgi-bin/admin.c:1821 +msgid "Change Settings" +msgstr "設定の変更" + +#: scheduler/ipp.c:2061 scheduler/ipp.c:5634 +#, c-format +msgid "Character set \"%s\" not supported." +msgstr "文字セット \"%s\" はサポートされていません。" + +#: cgi-bin/classes.c:195 cgi-bin/classes.c:322 +msgid "Classes" +msgstr "クラス" + +#: cgi-bin/printers.c:182 +msgid "Clean Print Heads" +msgstr "プリントヘッドクリーニング" + +#: scheduler/ipp.c:3878 +msgid "Close-Job doesn't support the job-uri attribute." +msgstr "Close-Job は job-uri 属性をサポートしていません。" + +#: ppdc/sample.c:282 +msgid "Color" +msgstr "カラー" + +#: ppdc/sample.c:253 +msgid "Color Mode" +msgstr "カラーモード" + +#: berkeley/lpc.c:204 +msgid "" +"Commands may be abbreviated. Commands are:\n" +"\n" +"exit help quit status ?" +msgstr "" +"コマンドは短縮できます。 コマンド:\n" +"\n" +"exit help quit status ?" + +#: cups/snmp.c:1006 +msgid "Community name uses indefinite length" +msgstr "コミュニティ名の長さが不定" + +#: backend/ipp.c:786 backend/lpd.c:871 backend/socket.c:395 +msgid "Connected to printer." +msgstr "プリンターに接続しました。" + +#: backend/ipp.c:691 backend/lpd.c:694 backend/socket.c:314 +msgid "Connecting to printer." +msgstr "プリンターに接続中。" + +#: cups/http-support.c:1272 +msgid "Continue" +msgstr "継続" + +#: ppdc/sample.c:365 +msgid "Continuous" +msgstr "連続" + +#: backend/lpd.c:1020 backend/lpd.c:1152 +msgid "Control file sent successfully." +msgstr "コントロールファイルが正常に送信されました。" + +#: backend/ipp.c:1233 backend/lpd.c:464 +msgid "Copying print data." +msgstr "印刷データをコピーしています。" + +#: cups/http-support.c:1281 +msgid "Created" +msgstr "ジョブ作成" + +#: cups/ppd.c:1113 cups/ppd.c:1153 cups/ppd.c:1398 cups/ppd.c:1501 +msgid "Custom" +msgstr "カスタム" + +#: ppdc/sample.c:359 +msgid "CustominCutInterval" +msgstr "CustominCutInterval" + +#: ppdc/sample.c:357 +msgid "CustominTearInterval" +msgstr "CustominTearInterval" + +#: ppdc/sample.c:343 +msgid "Cut" +msgstr "カット" + +#: ppdc/sample.c:451 +msgid "Cutter" +msgstr "カッター" + +#: ppdc/sample.c:239 +msgid "Dark" +msgstr "濃い" + +#: ppdc/sample.c:235 +msgid "Darkness" +msgstr "濃さ" + +#: backend/lpd.c:1105 +msgid "Data file sent successfully." +msgstr "データファイルが正常に送信されました" + +#: cgi-bin/admin.c:2094 cgi-bin/admin.c:2105 cgi-bin/admin.c:2150 +msgid "Delete Class" +msgstr "クラスの削除" + +#: cgi-bin/admin.c:2179 cgi-bin/admin.c:2190 cgi-bin/admin.c:2235 +msgid "Delete Printer" +msgstr "プリンターの削除" + +#: ppdc/sample.c:281 +msgid "DeskJet Series" +msgstr "DeskJet シリーズ" + +#: scheduler/ipp.c:1346 +#, c-format +msgid "Destination \"%s\" is not accepting jobs." +msgstr "宛先 \"%s\" はジョブを受け付けていません。" + +#: systemv/lpinfo.c:300 +#, c-format +msgid "" +"Device: uri = %s\n" +" class = %s\n" +" info = %s\n" +" make-and-model = %s\n" +" device-id = %s\n" +" location = %s" +msgstr "" +"デバイス: uri = %s\n" +" class = %s\n" +" info = %s\n" +" make-and-model = %s\n" +" device-id = %s\n" +" location = %s" + +#: ppdc/sample.c:436 +msgid "Direct Thermal Media" +msgstr "感熱紙" + +#: cups/file.c:296 +#, c-format +msgid "Directory \"%s\" contains a relative path." +msgstr "ディレクトリー \"%s\" は相対パスを含んでいます。" + +#: cups/file.c:268 +#, c-format +msgid "Directory \"%s\" has insecure permissions (0%o/uid=%d/gid=%d)." +msgstr "ディレクトリー \"%s\" は安全でないパーミッションが与えられています (0%o/uid=%d/gid=%d)。" + +#: cups/file.c:285 +#, c-format +msgid "Directory \"%s\" is a file." +msgstr "ディレクトリー \"%s\" はファイルです。" + +#: cups/file.c:256 +#, c-format +msgid "Directory \"%s\" not available: %s" +msgstr "ディレクトリー \"%s\" は利用できません: %s" + +#: cups/file.c:241 +#, c-format +msgid "Directory \"%s\" permissions OK (0%o/uid=%d/gid=%d)." +msgstr "ディレクトリー \"%s\" のパーミッションは問題ありません (0%o/uid=%d/gid=%d)。" + +#: ppdc/sample.c:345 +msgid "Disabled" +msgstr "無効" + +#: scheduler/ipp.c:6127 +#, c-format +msgid "Document #%d does not exist in job #%d." +msgstr "ドキュメント #%d がジョブ #%d に見つかりません。" + +#: ppdc/sample.c:275 +msgid "Duplexer" +msgstr "両面オプション" + +#: ppdc/sample.c:229 +msgid "Dymo" +msgstr "Dymo" + +#: ppdc/sample.c:431 +msgid "EPL1 Label Printer" +msgstr "EPL1 ラベルプリンター" + +#: ppdc/sample.c:434 +msgid "EPL2 Label Printer" +msgstr "EPL2 ラベルプリンター" + +#: cgi-bin/admin.c:1849 cgi-bin/admin.c:1861 cgi-bin/admin.c:1915 +#: cgi-bin/admin.c:1922 cgi-bin/admin.c:1957 cgi-bin/admin.c:1970 +#: cgi-bin/admin.c:1994 cgi-bin/admin.c:2067 +msgid "Edit Configuration File" +msgstr "設定ファイルの編集" + +#: cups/adminutil.c:337 +msgid "Empty PPD file." +msgstr "PPD ファイルが空です。" + +#. TRANSLATORS: Banner/cover sheet after the print job. +#: cgi-bin/admin.c:3561 +msgid "Ending Banner" +msgstr "終了バナー" + +#: ppdc/sample.c:2 +msgid "English" +msgstr "English" + +#: systemv/lppasswd.c:193 +msgid "Enter old password:" +msgstr "古いパスワードを入力:" + +#: systemv/lppasswd.c:224 +msgid "Enter password again:" +msgstr "パスワードを再度入力:" + +#: systemv/lppasswd.c:212 +msgid "Enter password:" +msgstr "パスワードを入力:" + +#: scheduler/client.c:2427 +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 "" +"このページにアクセスするために、あなたのユーザー名とパスワード、あるいは " +"root のユーザー名とパスワードを入力してください。Kerberos 認証を使用している" +"場合、有効な Kerberos チケットがあることを確認してください。" + +#: ppdc/sample.c:73 +msgid "Envelope #10 " +msgstr "封筒 #10" + +#: ppdc/sample.c:74 +msgid "Envelope #11" +msgstr "封筒 #11" + +#: ppdc/sample.c:75 +msgid "Envelope #12" +msgstr "封筒 #12" + +#: ppdc/sample.c:76 +msgid "Envelope #14" +msgstr "封筒 #14" + +#: ppdc/sample.c:77 +msgid "Envelope #9" +msgstr "封筒 #9" + +#: ppdc/sample.c:89 +msgid "Envelope B4" +msgstr "封筒 B4" + +#: ppdc/sample.c:90 +msgid "Envelope B5" +msgstr "封筒 B5" + +#: ppdc/sample.c:91 +msgid "Envelope B6" +msgstr "封筒 B6" + +#: ppdc/sample.c:78 +msgid "Envelope C0" +msgstr "封筒 C0" + +#: ppdc/sample.c:79 +msgid "Envelope C1" +msgstr "封筒 C1" + +#: ppdc/sample.c:80 +msgid "Envelope C2" +msgstr "封筒 C2" + +#: ppdc/sample.c:81 +msgid "Envelope C3" +msgstr "封筒 C3" + +#: ppdc/sample.c:67 +msgid "Envelope C4" +msgstr "封筒 C4" + +#: ppdc/sample.c:68 +msgid "Envelope C5" +msgstr "封筒 C5" + +#: ppdc/sample.c:69 +msgid "Envelope C6" +msgstr "封筒 C6" + +#: ppdc/sample.c:82 +msgid "Envelope C65" +msgstr "封筒 C65" + +#: ppdc/sample.c:83 +msgid "Envelope C7" +msgstr "封筒 C7" + +#: ppdc/sample.c:84 +msgid "Envelope Choukei 3" +msgstr "封筒 長形3号" + +#: ppdc/sample.c:85 +msgid "Envelope Choukei 3 Long Edge" +msgstr "封筒 長形3号 長辺送り" + +#: ppdc/sample.c:86 +msgid "Envelope Choukei 4" +msgstr "封筒 長形4号" + +#: ppdc/sample.c:87 +msgid "Envelope Choukei 4 Long Edge" +msgstr "封筒 長形4号 長辺送り" + +#: ppdc/sample.c:70 +msgid "Envelope DL" +msgstr "封筒 DL" + +#: ppdc/sample.c:269 +msgid "Envelope Feed" +msgstr "封筒フィード" + +#: ppdc/sample.c:88 +msgid "Envelope Invite" +msgstr "招待状封筒" + +#: ppdc/sample.c:92 +msgid "Envelope Italian" +msgstr "イタリア封筒" + +#: ppdc/sample.c:93 +msgid "Envelope Kaku2" +msgstr "封筒 角2" + +#: ppdc/sample.c:94 +msgid "Envelope Kaku2 Long Edge" +msgstr "封筒 角2 長辺送り" + +#: ppdc/sample.c:95 +msgid "Envelope Kaku3" +msgstr "封筒 角3" + +#: ppdc/sample.c:96 +msgid "Envelope Kaku3 Long Edge" +msgstr "封筒 角3 長辺送り" + +#: ppdc/sample.c:97 +msgid "Envelope Monarch" +msgstr "封筒 Monarch" + +#: ppdc/sample.c:99 +msgid "Envelope PRC1 " +msgstr "封筒 PRC1" + +#: ppdc/sample.c:100 +msgid "Envelope PRC1 Long Edge" +msgstr "封筒 PRC1 長辺送り" + +#: ppdc/sample.c:117 +msgid "Envelope PRC10" +msgstr "封筒 PRC10" + +#: ppdc/sample.c:118 +msgid "Envelope PRC10 Long Edge" +msgstr "封筒 PRC10 長辺送り" + +#: ppdc/sample.c:101 +msgid "Envelope PRC2" +msgstr "封筒 PRC2" + +#: ppdc/sample.c:102 +msgid "Envelope PRC2 Long Edge" +msgstr "封筒 PRC2 長辺送り" + +#: ppdc/sample.c:103 +msgid "Envelope PRC3" +msgstr "封筒 PRC3" + +#: ppdc/sample.c:104 +msgid "Envelope PRC3 Long Edge" +msgstr "封筒 PRC3 長辺送り" + +#: ppdc/sample.c:105 +msgid "Envelope PRC4" +msgstr "封筒 PRC4" + +#: ppdc/sample.c:106 +msgid "Envelope PRC4 Long Edge" +msgstr "封筒 PRC4 長辺送り" + +#: ppdc/sample.c:108 +msgid "Envelope PRC5 Long Edge" +msgstr "封筒 PRC5 長辺送り" + +#: ppdc/sample.c:107 +msgid "Envelope PRC5PRC5" +msgstr "封筒 PRC5" + +#: ppdc/sample.c:109 +msgid "Envelope PRC6" +msgstr "封筒 PRC6" + +#: ppdc/sample.c:110 +msgid "Envelope PRC6 Long Edge" +msgstr "封筒 PRC6 長辺送り" + +#: ppdc/sample.c:111 +msgid "Envelope PRC7" +msgstr "封筒 PRC7" + +#: ppdc/sample.c:112 +msgid "Envelope PRC7 Long Edge" +msgstr "封筒 PRC7 長辺送り" + +#: ppdc/sample.c:113 +msgid "Envelope PRC8" +msgstr "封筒 PRC8" + +#: ppdc/sample.c:114 +msgid "Envelope PRC8 Long Edge" +msgstr "封筒 PRC8 長辺送り" + +#: ppdc/sample.c:115 +msgid "Envelope PRC9" +msgstr "封筒 PRC9" + +#: ppdc/sample.c:116 +msgid "Envelope PRC9 Long Edge" +msgstr "封筒 PRC9 長辺送り" + +#: ppdc/sample.c:98 +msgid "Envelope Personal" +msgstr "パーソナル封筒" + +#: ppdc/sample.c:119 +msgid "Envelope You4" +msgstr "封筒 洋形4号" + +#: ppdc/sample.c:120 +msgid "Envelope You4 Long Edge" +msgstr "封筒 洋形4号 長辺送り" + +#: ppdc/sample.c:240 +msgid "Epson" +msgstr "Epson" + +#: cgi-bin/admin.c:3604 +msgid "Error Policy" +msgstr "エラーポリシー" + +#: filter/rastertopwg.c:403 filter/rastertopwg.c:418 filter/rastertopwg.c:429 +#: filter/rastertopwg.c:440 +msgid "Error sending raster data." +msgstr "ラスターデータの送信でエラーが起きました。" + +#: systemv/lpinfo.c:103 systemv/lpmove.c:88 +msgid "Error: need hostname after \"-h\" option." +msgstr "Error: '-h' オプションのあとにはホスト名が必要です。" + +#: ppdc/sample.c:355 +msgid "Every 10 Labels" +msgstr "10 ラベルごと" + +#: ppdc/sample.c:347 +msgid "Every 2 Labels" +msgstr "2 ラベルごと" + +#: ppdc/sample.c:348 +msgid "Every 3 Labels" +msgstr "3 ラベルごと" + +#: ppdc/sample.c:349 +msgid "Every 4 Labels" +msgstr "4 ラベルごと" + +#: ppdc/sample.c:350 +msgid "Every 5 Labels" +msgstr "5 ラベルごと" + +#: ppdc/sample.c:351 +msgid "Every 6 Labels" +msgstr "6 ラベルごと" + +#: ppdc/sample.c:352 +msgid "Every 7 Labels" +msgstr "7 ラベルごと" + +#: ppdc/sample.c:353 +msgid "Every 8 Labels" +msgstr "8 ラベルごと" + +#: ppdc/sample.c:354 +msgid "Every 9 Labels" +msgstr "9 ラベルごと" + +#: ppdc/sample.c:346 +msgid "Every Label" +msgstr "すべてのラベル" + +#: ppdc/sample.c:121 +msgid "Executive" +msgstr "エグゼクティブ" + +#: cups/http-support.c:1327 +msgid "Expectation Failed" +msgstr "予測に失敗しました" + +#: cgi-bin/admin.c:2356 cgi-bin/admin.c:2375 +msgid "Export Printers to Samba" +msgstr "Samba へプリンターをエクスポート" + +#: systemv/cupstestdsc.c:172 systemv/cupstestdsc.c:189 +#: systemv/cupstestdsc.c:214 systemv/cupstestdsc.c:231 +#: systemv/cupstestdsc.c:255 systemv/cupstestdsc.c:273 +#: systemv/cupstestdsc.c:302 systemv/cupstestdsc.c:339 +#: systemv/cupstestdsc.c:349 systemv/cupstestdsc.c:359 +#: systemv/cupstestdsc.c:369 systemv/cupstestdsc.c:379 +#: systemv/cupstestdsc.c:387 +msgid "FAIL" +msgstr "失敗" + +#: ppdc/sample.c:122 +msgid "FanFold German" +msgstr "FanFold German" + +#: ppdc/sample.c:123 +msgid "FanFold Legal German" +msgstr "FanFold Legal German" + +#: ppdc/sample.c:124 +msgid "Fanfold US" +msgstr "Fanfold US" + +#: cups/file.c:300 +#, c-format +msgid "File \"%s\" contains a relative path." +msgstr "ファイル \"%s\" は相対パスを含んでいます。" + +#: cups/file.c:275 +#, c-format +msgid "File \"%s\" has insecure permissions (0%o/uid=%d/gid=%d)." +msgstr "ファイル \"%s\" は安全でないパーミッションが与えられています (0%o/uid=%d/gid=%d)。" + +#: cups/file.c:289 +#, c-format +msgid "File \"%s\" is a directory." +msgstr "ファイル \"%s\" はディレクトリーです。" + +#: cups/file.c:261 +#, c-format +msgid "File \"%s\" not available: %s" +msgstr "ファイル \"%s\" は利用できません: %s" + +#: cups/file.c:247 +#, c-format +msgid "File \"%s\" permissions OK (0%o/uid=%d/gid=%d)." +msgstr "ファイル \"%s\" のパーミッションは問題ありません (0%o/uid=%d/gid=%d)。" + +#: ppdc/sample.c:169 +msgid "File Folder " +msgstr "ファイルフォルダー" + +#: scheduler/ipp.c:2370 +#, 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 ディレクティブを参照してください。" + +#: filter/rastertoepson.c:1117 filter/rastertohp.c:845 +#: filter/rastertolabel.c:1273 +#, c-format +msgid "Finished page %d." +msgstr "ページ %d を終了。" + +#: ppdc/sample.c:125 +msgid "Folio" +msgstr "フォリオ" + +#: cups/http-support.c:1306 +msgid "Forbidden" +msgstr "Forbidden" + +#: cups/ppd.c:742 cups/ppd.c:1302 +msgid "General" +msgstr "一般" + +#: ppdc/sample.c:259 +msgid "Generic" +msgstr "汎用" + +#: cups/snmp.c:1016 +msgid "Get-Response-PDU uses indefinite length" +msgstr "Get-Response-PDU は不確定の長さを使用しています" + +#: ppdc/sample.c:290 +msgid "Glossy Paper" +msgstr "光沢紙" + +#: scheduler/ipp.c:2952 scheduler/ipp.c:3352 scheduler/ipp.c:3890 +#: scheduler/ipp.c:6056 scheduler/ipp.c:6203 scheduler/ipp.c:7635 +#: scheduler/ipp.c:8753 scheduler/ipp.c:8979 scheduler/ipp.c:9328 +#: scheduler/ipp.c:9931 +msgid "Got a printer-uri attribute but no job-id." +msgstr "printer-uri 属性を取得しましたが、job-id を取得できませんでした。" + +#: ppdc/sample.c:255 +msgid "Grayscale" +msgstr "グレースケール" + +#: ppdc/sample.c:280 +msgid "HP" +msgstr "HP" + +#: ppdc/sample.c:170 +msgid "Hanging Folder" +msgstr "Hanging Folder" + +#: cgi-bin/help.c:143 +msgid "Help file not in index." +msgstr "ヘルプファイルが索引に含まれていません。" + +#: cups/ipp.c:2687 cups/ipp.c:2714 cups/ipp.c:2737 +msgid "IPP 1setOf attribute with incompatible value tags." +msgstr "IPP の 1setOf 属性が value タグと互換性がありません。" + +#: cups/ipp.c:2650 +msgid "IPP attribute has no name." +msgstr "IPP の属性に名前がありません。" + +#: cups/ipp.c:5487 +msgid "IPP attribute is not a member of the message." +msgstr "IPP の属性がメッセージのメンバーではありません。" + +#: cups/ipp.c:3083 +msgid "IPP begCollection value not 0 bytes." +msgstr "IPP の begCollection は想定された 0 バイトになっていません。" + +#: cups/ipp.c:2873 +msgid "IPP boolean value not 1 byte." +msgstr "IPP の真偽値が想定された 1 バイトになっていません。" + +#: cups/ipp.c:2934 +msgid "IPP date value not 11 bytes." +msgstr "IPP の date 値は想定された 11 バイトになっていません。" + +#: cups/ipp.c:3104 +msgid "IPP endCollection value not 0 bytes." +msgstr "IPP の endCollection は想定された 0 バイトになっていません。" + +#: cups/ipp.c:2848 +msgid "IPP enum value not 4 bytes." +msgstr "IPP の enum 値は想定された 4 バイトになっていません。" + +#: cups/ipp.c:2579 +msgid "IPP extension tag larger than 0x7FFFFFFF." +msgstr "IPP の拡張タグが 0x7FFFFFFF より大きいです。" + +#: cups/ipp.c:2845 +msgid "IPP integer value not 4 bytes." +msgstr "IPP の整数値は想定された 4 バイトになっていません。" + +#: cups/ipp.c:3045 +msgid "IPP language length overflows value." +msgstr "IPP の language length の値がオーバーフローしています。" + +#: cups/ipp.c:2764 +msgid "IPP member name is not empty." +msgstr "IPP のメンバー名が空ではありません。" + +#: cups/ipp.c:3122 +msgid "IPP memberName value is empty." +msgstr "IPP の memberName の値が空です。" + +#: cups/ipp.c:2633 +msgid "IPP name larger than 32767 bytes." +msgstr "IPP 名が 32767 バイトより大きいです。" + +#: cups/ipp.c:3011 +msgid "IPP nameWithLanguage value less than minimum 4 bytes." +msgstr "IPP の nameWithLanguage が最小値 4 バイト未満です。" + +#: cups/ipp.c:2979 +msgid "IPP rangeOfInteger value not 8 bytes." +msgstr "IPP の rangeOfInteger は想定された 8 バイトになっていません。" + +#: cups/ipp.c:2952 +msgid "IPP resolution value not 9 bytes." +msgstr "IPP の resolution は想定された 9 バイトになっていません。" + +#: cups/ipp.c:3063 +msgid "IPP string length overflows value." +msgstr "IPP の文字列長の値がオーバーフローしています。" + +#: cups/ipp.c:3007 +msgid "IPP textWithLanguage value less than minimum 4 bytes." +msgstr "IPP の textWithLanguage の値が最小値 4 バイト未満です。" + +#: cups/ipp.c:2831 +msgid "IPP value larger than 32767 bytes." +msgstr "IPP の値が 32767 バイト以上です。" + +#: ppdc/sample.c:1 +msgid "ISOLatin1" +msgstr "ISOLatin1" + +#: cups/ppd.c:353 +msgid "Illegal control character" +msgstr "不正な制御文字" + +#: cups/ppd.c:354 +msgid "Illegal main keyword string" +msgstr "不正なメインキーワード文字列" + +#: cups/ppd.c:355 +msgid "Illegal option keyword string" +msgstr "不正なオプションキーワード文字列" + +#: cups/ppd.c:356 +msgid "Illegal translation string" +msgstr "不正な翻訳文字列" + +#: cups/ppd.c:357 +msgid "Illegal whitespace character" +msgstr "不正な空白文字" + +#: ppdc/sample.c:274 +msgid "Installable Options" +msgstr "インストール可能オプション" + +#: ppdc/sample.c:277 +msgid "Installed" +msgstr "インストールされています" + +#: ppdc/sample.c:293 +msgid "IntelliBar Label Printer" +msgstr "IntelliBar ラベルプリンター" + +#: ppdc/sample.c:292 +msgid "Intellitech" +msgstr "Intellitech" + +#: cups/http-support.c:1333 +msgid "Internal Server Error" +msgstr "サーバー内部エラー" + +#: cups/ppd.c:344 +msgid "Internal error" +msgstr "内部エラー" + +#: ppdc/sample.c:167 +msgid "Internet Postage 2-Part" +msgstr "Internet Postage 2-Part" + +#: ppdc/sample.c:168 +msgid "Internet Postage 3-Part" +msgstr "Internet Postage 3-Part" + +#: backend/ipp.c:307 +msgid "Internet Printing Protocol" +msgstr "インターネット印刷プロトコル" + +#: cups/dest-options.c:839 +msgid "Invalid media size." +msgstr "無効なメディアサイズです。" + +#: filter/commandtops.c:125 +#, c-format +msgid "Invalid printer command \"%s\"." +msgstr "無効なプリンターコマンドです。 \"%s\"" + +#: cups/ppd.c:1420 +msgid "JCL" +msgstr "JCL" + +#: ppdc/sample.c:53 +msgid "JIS B0" +msgstr "JIS B0" + +#: ppdc/sample.c:55 +msgid "JIS B1" +msgstr "JIS B1" + +#: ppdc/sample.c:54 +msgid "JIS B10" +msgstr "JIS B10" + +#: ppdc/sample.c:56 +msgid "JIS B2" +msgstr "JIS B2" + +#: ppdc/sample.c:57 +msgid "JIS B3" +msgstr "JIS B3" + +#: ppdc/sample.c:58 +msgid "JIS B4" +msgstr "JIS B4" + +#: ppdc/sample.c:59 +msgid "JIS B4 Long Edge" +msgstr "JIS B4 長辺送り" + +#: ppdc/sample.c:60 +msgid "JIS B5" +msgstr "JIS B5" + +#: ppdc/sample.c:61 +msgid "JIS B5 Long Edge" +msgstr "JIS B5 長辺送り" + +#: ppdc/sample.c:62 +msgid "JIS B6" +msgstr "JIS B6" + +#: ppdc/sample.c:63 +msgid "JIS B6 Long Edge" +msgstr "JIS B6 長辺送り" + +#: ppdc/sample.c:64 +msgid "JIS B7" +msgstr "JIS B7" + +#: ppdc/sample.c:65 +msgid "JIS B8" +msgstr "JIS B8" + +#: ppdc/sample.c:66 +msgid "JIS B9" +msgstr "JIS B9" + +#: scheduler/ipp.c:9051 +#, c-format +msgid "Job #%d cannot be restarted - no files." +msgstr "ジョブ番号 %d を再開できません - ファイルが見つかりません。" + +#: scheduler/ipp.c:2992 scheduler/ipp.c:3222 scheduler/ipp.c:3277 +#: scheduler/ipp.c:3454 scheduler/ipp.c:3900 scheduler/ipp.c:5720 +#: scheduler/ipp.c:6096 scheduler/ipp.c:6243 scheduler/ipp.c:6543 +#: scheduler/ipp.c:7482 scheduler/ipp.c:7504 scheduler/ipp.c:7676 +#: scheduler/ipp.c:7901 scheduler/ipp.c:7944 scheduler/ipp.c:8793 +#: scheduler/ipp.c:9019 scheduler/ipp.c:9368 scheduler/ipp.c:9971 +#, c-format +msgid "Job #%d does not exist." +msgstr "ジョブ番号 %d は存在しません。" + +#: scheduler/ipp.c:3486 +#, c-format +msgid "Job #%d is already aborted - can't cancel." +msgstr "ジョブ番号 %d はすでに中断されています - キャンセルできません。" + +#: scheduler/ipp.c:3480 +#, c-format +msgid "Job #%d is already canceled - can't cancel." +msgstr "ジョブ番号 %d はすでにキャンセルされています - キャンセルできません。" + +#: scheduler/ipp.c:3492 +#, c-format +msgid "Job #%d is already completed - can't cancel." +msgstr "ジョブ番号 %d はすでに完了しています - キャンセルできません。" + +#: scheduler/ipp.c:7702 scheduler/ipp.c:7986 scheduler/ipp.c:9986 +#, c-format +msgid "Job #%d is finished and cannot be altered." +msgstr "ジョブ番号 %d はすでに終了し、変更できません。" + +#: scheduler/ipp.c:9033 +#, c-format +msgid "Job #%d is not complete." +msgstr "ジョブ番号 %d は完了していません。" + +#: scheduler/ipp.c:3007 +#, c-format +msgid "Job #%d is not held for authentication." +msgstr "ジョブ番号 %d は認証のために保留されていません。" + +#: scheduler/ipp.c:8807 +#, c-format +msgid "Job #%d is not held." +msgstr "ジョブ番号 %d は保留されていません。" + +#: cgi-bin/ipp-var.c:1055 +msgid "Job Completed" +msgstr "ジョブ完了" + +#: cgi-bin/ipp-var.c:1053 +msgid "Job Created" +msgstr "ジョブ作成" + +#: cgi-bin/ipp-var.c:1059 +msgid "Job Options Changed" +msgstr "ジョブオプション変更" + +#: cgi-bin/ipp-var.c:1057 +msgid "Job Stopped" +msgstr "ジョブ中止" + +#: scheduler/ipp.c:10068 +msgid "Job is completed and cannot be changed." +msgstr "ジョブは完了し変更できません。" + +#: cgi-bin/jobs.c:198 +msgid "Job operation failed" +msgstr "ジョブ操作失敗" + +#: scheduler/ipp.c:10104 scheduler/ipp.c:10123 scheduler/ipp.c:10134 +msgid "Job state cannot be changed." +msgstr "ジョブの状態を変更できません。" + +#: scheduler/ipp.c:8899 +msgid "Job subscriptions cannot be renewed." +msgstr "ジョブサブスクリプションを更新できません。" + +#: cgi-bin/jobs.c:103 cgi-bin/jobs.c:114 cgi-bin/jobs.c:195 +msgid "Jobs" +msgstr "ジョブ" + +#: backend/lpd.c:185 +msgid "LPD/LPR Host or Printer" +msgstr "LPD/LPR ホストまたはプリンター" + +#: ppdc/sample.c:230 +msgid "Label Printer" +msgstr "ラベルプリンター" + +#: ppdc/sample.c:446 +msgid "Label Top" +msgstr "ラベルトップ" + +#: scheduler/ipp.c:2070 scheduler/ipp.c:5643 +#, c-format +msgid "Language \"%s\" not supported." +msgstr "言語 \"%s\" はサポートされていません。" + +#: ppdc/sample.c:164 +msgid "Large Address" +msgstr "ラージアドレス" + +#: ppdc/sample.c:291 +msgid "LaserJet Series PCL 4/5" +msgstr "LaserJet Series PCL 4/5" + +#: ppdc/sample.c:43 +msgid "Letter Oversize" +msgstr "US レター (特大)" + +#: ppdc/sample.c:44 +msgid "Letter Oversize Long Edge" +msgstr "US レター (特大) 長辺送り" + +#: ppdc/sample.c:236 +msgid "Light" +msgstr "薄い" + +#: cups/ppd.c:352 +msgid "Line longer than the maximum allowed (255 characters)" +msgstr "1 行が最大値 (255 文字) を超えています" + +#: cgi-bin/admin.c:2393 +msgid "List Available Printers" +msgstr "使用可能なプリンターをリスト化" + +#: ppdc/sample.c:272 +msgid "Long-Edge (Portrait)" +msgstr "長辺給紙 (縦向き)" + +#: cups/http-support.c:1558 +msgid "Looking for printer." +msgstr "プリンターを探しています。" + +#: ppdc/sample.c:268 +msgid "Manual Feed" +msgstr "手差し" + +#: cups/ppd.c:789 cups/ppd.c:1357 +msgid "Media Size" +msgstr "用紙サイズ" + +#: cups/ppd.c:793 cups/ppd.c:1361 ppdc/sample.c:262 +msgid "Media Source" +msgstr "給紙" + +#: ppdc/sample.c:364 +msgid "Media Tracking" +msgstr "用紙の経路" + +#: cups/ppd.c:791 cups/ppd.c:1359 ppdc/sample.c:285 +msgid "Media Type" +msgstr "用紙種類" + +#: ppdc/sample.c:237 +msgid "Medium" +msgstr "紙質" + +#: cups/ppd.c:341 +msgid "Memory allocation error" +msgstr "メモリー割り当てエラー" + +#: cups/ppd.c:361 +msgid "Missing CloseGroup" +msgstr "CloseGroup がありません" + +#: cups/ppd.c:342 +msgid "Missing PPD-Adobe-4.x header" +msgstr "PPD-Adobe-4.x ヘッダーがありません" + +#: cups/ppd.c:351 +msgid "Missing asterisk in column 1" +msgstr "1 列目にアスタリスクがありません" + +#: scheduler/ipp.c:6119 +msgid "Missing document-number attribute." +msgstr "document-number 属性がありません。" + +#: cups/adminutil.c:273 +#, c-format +msgid "Missing double quote on line %d." +msgstr "%d 行に二重引用符がありません。" + +#: cgi-bin/admin.c:736 cgi-bin/admin.c:2106 cgi-bin/admin.c:2191 +#: cgi-bin/admin.c:2785 cgi-bin/admin.c:3039 cgi-bin/admin.c:3150 +#: cgi-bin/admin.c:3860 +msgid "Missing form variable" +msgstr "form 変数がありません。" + +#: scheduler/ipp.c:9422 +msgid "Missing last-document attribute in request." +msgstr "リクエストに last-document 属性がありません。" + +#: cups/pwg-media.c:535 +msgid "Missing media or media-col." +msgstr "media または media-col がありません。" + +#: cups/pwg-media.c:454 +msgid "Missing media-size in media-col." +msgstr "media-col に media-size がありません。" + +#: scheduler/ipp.c:6673 +msgid "Missing notify-subscription-ids attribute." +msgstr "notify-subscription-ids 属性がありません。" + +#: cups/ppd.c:359 +msgid "Missing option keyword" +msgstr "オプションキーワードがありません" + +#: scheduler/ipp.c:3133 scheduler/ipp.c:3158 +msgid "Missing requesting-user-name attribute." +msgstr "requesting-user-name 属性が設定されていません。" + +#: scheduler/ipp.c:461 +msgid "Missing required attributes." +msgstr "必須の属性が設定されていません。" + +#: cups/adminutil.c:254 +#, c-format +msgid "Missing value on line %d." +msgstr "%d 行に値がありません。" + +#: cups/ppd.c:343 +msgid "Missing value string" +msgstr "値文字列がありません" + +#: cups/pwg-media.c:442 +msgid "Missing x-dimension in media-size." +msgstr "media-size に x-dimension がありません。" + +#: cups/pwg-media.c:448 +msgid "Missing y-dimension in media-size." +msgstr "media-size に y-dimension がありません。" + +#: systemv/lpinfo.c:470 +#, c-format +msgid "" +"Model: name = %s\n" +" natural_language = %s\n" +" make-and-model = %s\n" +" device-id = %s" +msgstr "" +"モデル: 名前 = %s\n" +" 言語 = %s\n" +" プリンタードライバー = %s\n" +" デバイス ID = %s" + +#: cgi-bin/admin.c:570 +msgid "Modify Class" +msgstr "クラスの変更" + +#: cgi-bin/admin.c:882 +msgid "Modify Printer" +msgstr "プリンターの変更" + +#: cgi-bin/ipp-var.c:425 cgi-bin/ipp-var.c:516 +msgid "Move All Jobs" +msgstr "すべてのジョブの移動" + +#: cgi-bin/ipp-var.c:364 cgi-bin/ipp-var.c:423 cgi-bin/ipp-var.c:514 +msgid "Move Job" +msgstr "ジョブの移動" + +#: cups/http-support.c:1290 +msgid "Moved Permanently" +msgstr "別の場所へ移動しました" + +#: cups/ppd.c:340 +msgid "NULL PPD file pointer" +msgstr "PPD ファイルポインターが NULL です" + +#: cups/snmp.c:1053 +msgid "Name OID uses indefinite length" +msgstr "OID 名は限定的な長さを使用します" + +#: scheduler/ipp.c:1142 +msgid "Nested classes are not allowed." +msgstr "入れ子になったクラスは許可されていません。" + +#: ppdc/sample.c:430 +msgid "Never" +msgstr "Never" + +#: ppdc/sample.c:256 +msgid "New Stylus Color Series" +msgstr "New Stylus Color シリーズ" + +#: ppdc/sample.c:258 +msgid "New Stylus Photo Series" +msgstr "New Stylus Photo シリーズ" + +#: cups/ppd.c:1949 +msgid "No" +msgstr "いいえ" + +#: cups/http-support.c:1287 +msgid "No Content" +msgstr "中身がありません" + +#: cups/util.c:1298 +msgid "No PPD name" +msgstr "PPD の名前がありません" + +#: cups/snmp.c:1047 +msgid "No VarBind SEQUENCE" +msgstr "VarBind SEQUENCE がありません" + +#: cups/adminutil.c:788 +msgid "No Windows printer drivers are installed." +msgstr "Windows プリンタードライバーがインストールされていません。" + +#: cups/request.c:566 cups/request.c:908 +msgid "No active connection" +msgstr "アクティブな接続はありません" + +#: scheduler/ipp.c:3403 +#, c-format +msgid "No active jobs on %s." +msgstr "%s にはアクティブなジョブはありません。" + +#: scheduler/ipp.c:302 +msgid "No attributes in request." +msgstr "リクエストに属性がありません。" + +#: scheduler/ipp.c:3034 +msgid "No authentication information provided." +msgstr "認証情報が提供されていません。" + +#: cups/snmp.c:1004 +msgid "No community name" +msgstr "コミュニティ名がありません" + +#: scheduler/ipp.c:5919 +msgid "No default printer." +msgstr "デフォルトのプリンターはありません" + +#: cgi-bin/ipp-var.c:436 scheduler/ipp.c:7248 +msgid "No destinations added." +msgstr "追加された宛先はありません" + +#: backend/usb.c:200 +msgid "No device URI found in argv[0] or in DEVICE_URI environment variable." +msgstr "ERROR: argv[0] または 環境変数 DEVICE_URI にデバイス URI が見つかりません。" + +#: cups/snmp.c:1034 +msgid "No error-index" +msgstr "エラーインデックスがありません" + +#: cups/snmp.c:1026 +msgid "No error-status" +msgstr "エラーステータスがありません" + +#: scheduler/ipp.c:8190 scheduler/ipp.c:9436 +msgid "No file in print request." +msgstr "印刷リクエストにファイルがありません。" + +#: cups/util.c:923 +msgid "No modification time" +msgstr "変更時刻がありません。" + +#: cups/snmp.c:1051 +msgid "No name OID" +msgstr "OID 名がありません" + +#: filter/rastertoepson.c:1147 filter/rastertohp.c:876 +#: filter/rastertolabel.c:1302 +msgid "No pages were found." +msgstr "ERROR: ページが見つかりません。" + +#: cups/util.c:917 +msgid "No printer name" +msgstr "プリンター名がありません。" + +#: cups/util.c:1801 +msgid "No printer-uri found" +msgstr "プリンター URI が見つかりません。" + +#: cups/util.c:1786 +msgid "No printer-uri found for class" +msgstr "クラスのプリンター URI が見つかりません。" + +#: scheduler/ipp.c:6322 +msgid "No printer-uri in request." +msgstr "プリンター URI のリクエストがありません。" + +#: cups/snmp.c:1018 +msgid "No request-id" +msgstr "リクエストID がありません" + +#: scheduler/ipp.c:5528 +msgid "No subscription attributes in request." +msgstr "リクエストにサブスクリプション属性がありません。" + +#: scheduler/ipp.c:7575 +msgid "No subscriptions found." +msgstr "サブスクリプションが見つかりません。" + +#: cups/snmp.c:1042 +msgid "No variable-bindings SEQUENCE" +msgstr "variable-bindings SEQUENCE がありません" + +#: cups/snmp.c:997 +msgid "No version number" +msgstr "バージョン名がありません" + +#: ppdc/sample.c:367 +msgid "Non-continuous (Mark sensing)" +msgstr "非連続です (Mark sensing)" + +#: ppdc/sample.c:366 +msgid "Non-continuous (Web sensing)" +msgstr "非連続です (Web sensing)" + +#: ppdc/sample.c:238 +msgid "Normal" +msgstr "標準" + +#: cups/http-support.c:1309 +msgid "Not Found" +msgstr "見つかりません" + +#: cups/http-support.c:1321 +msgid "Not Implemented" +msgstr "実装されていません" + +#: ppdc/sample.c:276 +msgid "Not Installed" +msgstr "インストールされていません" + +#: cups/http-support.c:1296 +msgid "Not Modified" +msgstr "変更されていません" + +#: cups/http-support.c:1324 +msgid "Not Supported" +msgstr "サポートされていません" + +#: scheduler/ipp.c:1518 scheduler/ipp.c:10666 +msgid "Not allowed to print." +msgstr "印刷が許可されていません。" + +#: ppdc/sample.c:146 +msgid "Note" +msgstr "注意" + +#: systemv/cupstestdsc.c:433 +msgid "" +"Note: this program only validates the DSC comments, not the PostScript " +"itself." +msgstr "注意: このプログラムは DSC コメントを検証するだけで、PostScript 自身を検証するものではありません。" + +#: cups/http-support.c:1278 cups/ppd.c:338 +msgid "OK" +msgstr "OK" + +#: ppdc/sample.c:271 +msgid "Off (1-Sided)" +msgstr "Off (片面)" + +#: ppdc/sample.c:361 +msgid "Oki" +msgstr "Oki" + +#: cgi-bin/help.c:91 cgi-bin/help.c:132 cgi-bin/help.c:142 cgi-bin/help.c:172 +msgid "Online Help" +msgstr "オンラインヘルプ" + +#: cups/adminutil.c:955 +#, c-format +msgid "Open of %s failed: %s" +msgstr "%s のオープンに失敗しました: %s" + +#: cups/ppd.c:346 +msgid "OpenGroup without a CloseGroup first" +msgstr "OpenGroup の前にまず CloseGroup が必要です" + +#: cups/ppd.c:348 +msgid "OpenUI/JCLOpenUI without a CloseUI/JCLCloseUI first" +msgstr "OpenUI/JCLOpenUI の前にまず CloseUI/JCLCloseUI が必要です" + +#: cgi-bin/admin.c:3631 +msgid "Operation Policy" +msgstr "操作ポリシー" + +#: filter/pstops.c:2205 +#, c-format +msgid "Option \"%s\" cannot be included via %%%%IncludeFeature." +msgstr "オプション \"%s\" は %%%%IncludeFeature 経由で含めることはできません。" + +#: cgi-bin/admin.c:3281 cgi-bin/admin.c:3365 +msgid "Options Installed" +msgstr "インストールされたオプション" + +#: scheduler/cupsfilter.c:1430 scheduler/main.c:2018 systemv/cupsaddsmb.c:284 +#: systemv/cupsctl.c:203 systemv/cupstestdsc.c:429 systemv/cupstestppd.c:3797 +#: test/ipptool.c:4403 ppdc/ppdc.cxx:437 ppdc/ppdhtml.cxx:174 +#: ppdc/ppdi.cxx:130 ppdc/ppdmerge.cxx:369 ppdc/ppdpo.cxx:254 +msgid "Options:" +msgstr "オプション:" + +#: cups/ppd-cache.c:156 +msgid "Out of date PPD cache file." +msgstr "PPD キャッシュファイルが古すぎます。" + +#: cups/ppd-cache.c:1381 +msgid "Out of memory." +msgstr "メモリーが足りません。" + +#: cups/ppd.c:795 cups/ppd.c:1363 +msgid "Output Mode" +msgstr "出力モード" + +#: systemv/lpstat.c:1191 systemv/lpstat.c:1195 +#, c-format +msgid "Output for printer %s is sent to %s" +msgstr "プリンター %s の出力は %s に送られます" + +#: systemv/lpstat.c:1185 +#, c-format +msgid "Output for printer %s is sent to remote printer %s on %s" +msgstr "プリンター %s の出力は、リモートプリンター %s (%s 上) に送られます" + +#: systemv/lpstat.c:1209 systemv/lpstat.c:1213 +#, c-format +msgid "Output for printer %s/%s is sent to %s" +msgstr "プリンター %s/%s の出力は %s に送られます" + +#: systemv/lpstat.c:1203 +#, c-format +msgid "Output for printer %s/%s is sent to remote printer %s on %s" +msgstr "プリンター %s/%s の出力は、リモートプリンター %s (%s 上) に送られます" + +#: systemv/cupstestdsc.c:399 +msgid "PASS" +msgstr "合格" + +#: ppdc/sample.c:260 +msgid "PCL Laser Printer" +msgstr "PCL レーザープリンター" + +#: ppdc/sample.c:149 +msgid "PRC16K" +msgstr "PRC16K" + +#: ppdc/sample.c:150 +msgid "PRC16K Long Edge" +msgstr "PRC16K 長辺送り" + +#: ppdc/sample.c:151 +msgid "PRC32K" +msgstr "PRC32K" + +#: ppdc/sample.c:154 +msgid "PRC32K Long Edge" +msgstr "PRC32K 長辺送り" + +#: ppdc/sample.c:152 +msgid "PRC32K Oversize" +msgstr "PRC32K (特大)" + +#: ppdc/sample.c:153 +msgid "PRC32K Oversize Long Edge" +msgstr "PRC32K (特大) 長辺送り" + +#: cups/snmp.c:1014 +msgid "Packet does not contain a Get-Response-PDU" +msgstr "パケットが Get-Response-PDU を含んでいません" + +#: cups/snmp.c:993 +msgid "Packet does not start with SEQUENCE" +msgstr "パケットが SEQUENCE から始まりません" + +#: ppdc/sample.c:360 +msgid "ParamCustominCutInterval" +msgstr "ParamCustominCutInterval" + +#: ppdc/sample.c:358 +msgid "ParamCustominTearInterval" +msgstr "ParamCustominTearInterval" + +#: cups/auth.c:199 cups/auth.c:367 +#, c-format +msgid "Password for %s on %s? " +msgstr "%s のパスワード (%s 上)? " + +#: systemv/cupsaddsmb.c:252 +#, c-format +msgid "Password for %s required to access %s via SAMBA: " +msgstr "%s のパスワード (SAMBA 経由で %s にアクセスするのに必要):" + +#: cgi-bin/classes.c:167 +msgid "Pause Class" +msgstr "クラスの休止" + +#: cgi-bin/printers.c:170 +msgid "Pause Printer" +msgstr "プリンターの休止" + +#: ppdc/sample.c:448 +msgid "Peel-Off" +msgstr "Peel-Off" + +#: ppdc/sample.c:160 +msgid "Photo" +msgstr "写真" + +#: ppdc/sample.c:161 +msgid "Photo Labels" +msgstr "写真ラベル" + +#: ppdc/sample.c:286 +msgid "Plain Paper" +msgstr "普通紙" + +#: cgi-bin/admin.c:3299 cgi-bin/admin.c:3580 +msgid "Policies" +msgstr "ポリシー" + +#: cgi-bin/admin.c:3306 cgi-bin/admin.c:3649 cgi-bin/admin.c:3662 +msgid "Port Monitor" +msgstr "ポートモニター" + +#: ppdc/sample.c:278 +msgid "PostScript Printer" +msgstr "PostScript プリンター" + +#: ppdc/sample.c:147 +msgid "Postcard" +msgstr "ハガキ" + +#: ppdc/sample.c:71 +msgid "Postcard Double " +msgstr "往復ハガキ" + +#: ppdc/sample.c:72 +msgid "Postcard Double Long Edge" +msgstr "往復ハガキ 長辺送り" + +#: ppdc/sample.c:148 +msgid "Postcard Long Edge" +msgstr "ハガキ 長辺送り" + +#: ppdc/sample.c:295 +msgid "Print Density" +msgstr "印刷密度" + +#: cups/notify.c:82 +msgid "Print Job:" +msgstr "ジョブの印刷:" + +#: ppdc/sample.c:340 +msgid "Print Mode" +msgstr "印刷モード" + +#: ppdc/sample.c:383 +msgid "Print Rate" +msgstr "印刷レート" + +#: cgi-bin/printers.c:179 +msgid "Print Self-Test Page" +msgstr "自己テストページの印刷" + +#: ppdc/sample.c:327 +msgid "Print Speed" +msgstr "印刷速度" + +#: cgi-bin/ipp-var.c:792 +msgid "Print Test Page" +msgstr "テストページの印刷" + +#: ppdc/sample.c:356 +msgid "Print and Cut" +msgstr "プリントしてカット" + +#: ppdc/sample.c:344 +msgid "Print and Tear" +msgstr "プリントして切り取る" + +#: backend/ipp.c:1537 +#, c-format +msgid "Print file accepted - job ID %d." +msgstr "プリントファイルを受け付けました - ジョブ ID %d。" + +#: backend/ipp.c:1527 +msgid "Print file accepted - job ID unknown." +msgstr "NOTICE: プリントファイルを受け付けました - ジョブ ID 不明。" + +#: backend/socket.c:424 backend/usb-unix.c:191 +msgid "Print file sent." +msgstr "プリントファイルが送られました。" + +#: backend/ipp.c:1488 +msgid "Print file was not accepted." +msgstr "プリントファイルが受け付けられませんでした。" + +#: backend/ipp.c:1895 +msgid "Print job canceled at printer." +msgstr "印刷ジョブはプリンターでキャンセルされました。" + +#: backend/ipp.c:1890 +msgid "Print job too large." +msgstr "印刷ジョブが大きすぎます。" + +#: cgi-bin/ipp-var.c:1047 +msgid "Printer Added" +msgstr "追加されたプリンター" + +#: ppdc/sample.c:263 +msgid "Printer Default" +msgstr "デフォルトのプリンター" + +#: cgi-bin/ipp-var.c:1051 +msgid "Printer Deleted" +msgstr "削除されたプリンター" + +#: cgi-bin/ipp-var.c:1049 +msgid "Printer Modified" +msgstr "変更されたプリンター" + +#: cgi-bin/ipp-var.c:1045 +msgid "Printer Paused" +msgstr "プリンターの休止" + +#: ppdc/sample.c:294 +msgid "Printer Settings" +msgstr "プリンター設定" + +#: backend/ipp.c:1893 +msgid "Printer cannot print supplied content." +msgstr "プリンターは受信した内容を印刷できませんでした。" + +#: cups/notify.c:126 +msgid "Printer:" +msgstr "プリンター:" + +#: cgi-bin/printers.c:204 cgi-bin/printers.c:332 +msgid "Printers" +msgstr "プリンター" + +#: filter/rastertoepson.c:1093 filter/rastertohp.c:817 +#: filter/rastertolabel.c:1249 +#, c-format +msgid "Printing page %d, %d%% complete." +msgstr "ページ %d を印刷中、%d%% 完了しました。" + +#: cgi-bin/classes.c:173 cgi-bin/printers.c:176 +msgid "Purge Jobs" +msgstr "ジョブの削除" + +#: ppdc/sample.c:155 +msgid "Quarto" +msgstr "Quarto" + +#: scheduler/ipp.c:1513 scheduler/ipp.c:10661 +msgid "Quota limit reached." +msgstr "クォータの制限に達しました。" + +#: berkeley/lpq.c:515 +msgid "Rank Owner Job File(s) Total Size" +msgstr "ランク 所有者 ジョブ ファイル 合計サイズ" + +#. TRANSLATORS: Pri is job priority. +#: berkeley/lpq.c:511 +msgid "" +"Rank Owner Pri Job Files Total Size" +msgstr "ランク 所有者 優先 ジョブ ファイル 合計サイズ" + +#: cgi-bin/classes.c:171 cgi-bin/printers.c:174 +msgid "Reject Jobs" +msgstr "ジョブの拒否" + +#: backend/lpd.c:1016 backend/lpd.c:1148 +#, c-format +msgid "Remote host did not accept control file (%d)." +msgstr "リモートホストがコントロールファイルを受け付けませんでした (%d)。" + +#: backend/lpd.c:1101 +#, c-format +msgid "Remote host did not accept data file (%d)." +msgstr "リモートホストがデータファイルを受け付けませんでした (%d)。" + +#: ppdc/sample.c:428 +msgid "Reprint After Error" +msgstr "エラー後の再印刷" + +#: cups/http-support.c:1312 +msgid "Request Entity Too Large" +msgstr "要求するエンティティが大きすぎます" + +#: cups/ppd.c:797 cups/ppd.c:1365 ppdc/sample.c:231 +msgid "Resolution" +msgstr "解像度" + +#: cgi-bin/classes.c:165 +msgid "Resume Class" +msgstr "クラスを再開する" + +#: cgi-bin/printers.c:167 +msgid "Resume Printer" +msgstr "プリンターを再開する" + +#: ppdc/sample.c:165 +msgid "Return Address" +msgstr "返信用ラベル" + +#: ppdc/sample.c:449 +msgid "Rewind" +msgstr "巻き取り" + +#: cups/adminutil.c:2052 +#, c-format +msgid "Running command: %s %s -N -A %s -c '%s'" +msgstr "コマンドを実行中: %s %s -N -A %s -c '%s'" + +#: cups/snmp.c:995 +msgid "SEQUENCE uses indefinite length" +msgstr "SEQUENCE は不定長を使用しています" + +#: cups/http-support.c:1336 +msgid "SSL/TLS Negotiation Error" +msgstr "SSL/TLS のネゴシエーションエラー" + +#: cups/http-support.c:1293 +msgid "See Other" +msgstr "残りを見てください" + +#: backend/usb-darwin.c:543 backend/usb-libusb.c:273 +msgid "Sending data to printer." +msgstr "データをプリンターに送信しています。" + +#: cgi-bin/ipp-var.c:1061 +msgid "Server Restarted" +msgstr "再起動されたサーバー" + +#: cgi-bin/ipp-var.c:1067 +msgid "Server Security Auditing" +msgstr "サーバーのセキュリティー監査" + +#: cgi-bin/ipp-var.c:1063 +msgid "Server Started" +msgstr "開始されたサーバー" + +#: cgi-bin/ipp-var.c:1065 +msgid "Server Stopped" +msgstr "停止されたサーバー" + +#: cups/http-support.c:1330 +msgid "Service Unavailable" +msgstr "利用できないサービス" + +#: cgi-bin/admin.c:2786 cgi-bin/admin.c:2832 cgi-bin/admin.c:2989 +#: cgi-bin/admin.c:3008 +msgid "Set Allowed Users" +msgstr "許可するユーザーの設定" + +#: cgi-bin/admin.c:3035 +msgid "Set As Server Default" +msgstr "サーバーのデフォルトに設定" + +#: cgi-bin/admin.c:3135 +msgid "Set Class Options" +msgstr "クラスオプションの設定" + +#: cgi-bin/admin.c:3135 cgi-bin/admin.c:3309 cgi-bin/admin.c:3691 +msgid "Set Printer Options" +msgstr "プリンターオプションの設定" + +#: cgi-bin/admin.c:3861 cgi-bin/admin.c:3905 cgi-bin/admin.c:3923 +msgid "Set Publishing" +msgstr "公開の設定" + +#: ppdc/sample.c:166 +msgid "Shipping Address" +msgstr "発送先ラベル" + +#: ppdc/sample.c:273 +msgid "Short-Edge (Landscape)" +msgstr "短辺 (横原稿)" + +#: ppdc/sample.c:288 +msgid "Special Paper" +msgstr "特殊紙" + +#: backend/lpd.c:1057 +#, c-format +msgid "Spooling job, %.0f%% complete." +msgstr "ジョブをスプール中、%.0f%% 完了しました。" + +#: ppdc/sample.c:341 +msgid "Standard" +msgstr "標準" + +#. TRANSLATORS: Banner/cover sheet before the print job. +#: cgi-bin/admin.c:3552 +msgid "Starting Banner" +msgstr "開始バナー" + +#: filter/rastertoepson.c:1069 filter/rastertohp.c:793 +#: filter/rastertolabel.c:1225 +#, c-format +msgid "Starting page %d." +msgstr "ページ %d を開始しています。" + +#: ppdc/sample.c:156 +msgid "Statement" +msgstr "記述" + +#: ppdc/sample.c:251 +msgid "Stylus Color Series" +msgstr "Stylus Color シリーズ" + +#: ppdc/sample.c:257 +msgid "Stylus Photo Series" +msgstr "Stylus Photo シリーズ" + +#: scheduler/ipp.c:3549 scheduler/ipp.c:6689 scheduler/ipp.c:7388 +#: scheduler/ipp.c:8887 +#, c-format +msgid "Subscription #%d does not exist." +msgstr "サブスクリプション番号 %d は存在しません。" + +#: ppdc/sample.c:157 +msgid "Super A" +msgstr "スーパー A" + +#: ppdc/sample.c:158 +msgid "Super B" +msgstr "スーパー B" + +#: ppdc/sample.c:162 +msgid "Super B/A3" +msgstr "スーパー B/A3" + +#: cups/http-support.c:1275 +msgid "Switching Protocols" +msgstr "プロトコルの変更" + +#: ppdc/sample.c:159 +msgid "Tabloid" +msgstr "タブロイド" + +#: ppdc/sample.c:45 +msgid "Tabloid Oversize" +msgstr "タブロイド (特大)" + +#: ppdc/sample.c:46 +msgid "Tabloid Oversize Long Edge" +msgstr "タブロイド (特大) 長辺送り" + +#: ppdc/sample.c:342 +msgid "Tear" +msgstr "Tear" + +#: ppdc/sample.c:447 +msgid "Tear-Off" +msgstr "Tear-Off" + +#: ppdc/sample.c:388 +msgid "Tear-Off Adjust Position" +msgstr "Tear-Off 位置調節" + +#: scheduler/ipp.c:6393 scheduler/ipp.c:6471 scheduler/ipp.c:6487 +#: scheduler/ipp.c:6505 +#, c-format +msgid "The %s attribute cannot be provided with job-ids." +msgstr "%s 属性は、ジョブ ID と一緒に使うことはできません。" + +#: scheduler/ipp.c:5118 +#, c-format +msgid "" +"The '%s' operation attribute cannot be supplied in a Create-Job request." +msgstr "%s 操作属性は、Create-Job リクエストの中で使うことはできません。" + +#: scheduler/ipp.c:6919 +#, c-format +msgid "The PPD file \"%s\" could not be found." +msgstr "PPD ファイル \"%s\" が見つかりません。" + +#: scheduler/ipp.c:6906 +#, c-format +msgid "The PPD file \"%s\" could not be opened: %s" +msgstr "PPD ファイル \"%s\" を開けませんでした: %s" + +#: filter/rastertoepson.c:1038 filter/rastertohp.c:764 +#: filter/rastertolabel.c:1189 +msgid "The PPD file could not be opened." +msgstr "PPD ファイルを開けませんでした。" + +#: cgi-bin/admin.c:749 +msgid "" +"The class name may only contain up to 127 printable characters and may not " +"contain spaces, slashes (/), or the pound sign (#)." +msgstr "クラス名は 127 文字以内の表示可能文字からなり、空白、スラッシュ (/)、シャープ (#) を含んではなりません。" + +#: cups/localize.c:353 +msgid "The developer unit needs to be replaced." +msgstr "現像ユニットの交換が必要です。" + +#: cups/localize.c:351 +msgid "The developer unit will need to be replaced soon." +msgstr "もうすぐ現像ユニットの交換時期です。" + +#: cups/localize.c:343 +msgid "The fuser's temperature is high." +msgstr "定着器の温度が高すぎます。" + +#: cups/localize.c:345 +msgid "The fuser's temperature is low." +msgstr "定着器の温度が低すぎます。" + +#: scheduler/ipp.c:2097 +msgid "" +"The notify-lease-duration attribute cannot be used with job subscriptions." +msgstr "" +"notify-lease-duration 属性は、ジョブサブスクリプションと一緒に使うことはでき" +"ません。" + +#: scheduler/ipp.c:2080 scheduler/ipp.c:5653 +#, c-format +msgid "The notify-user-data value is too large (%d > 63 octets)." +msgstr "notify-user-data 値が大きすぎます (%d > 63 オクテット)。" + +#: cups/localize.c:349 +msgid "The optical photoconductor needs to be replaced." +msgstr "感光体の交換が必要です。" + +#: cups/localize.c:347 +msgid "The optical photoconductor will need to be replaced soon." +msgstr "もうすぐ感光体の交換時期です。" + +#: cups/localize.c:331 +msgid "The output bin is almost full." +msgstr "排紙トレイがほとんど一杯です。" + +#: cups/localize.c:333 +msgid "The output bin is full." +msgstr "排紙トレイが一杯です。" + +#: cups/localize.c:329 +msgid "The output bin is missing." +msgstr "排紙トレイが見つかりません。" + +#: cups/localize.c:325 +msgid "The paper tray is almost empty." +msgstr "用紙トレイが空になりかけています。" + +#: cups/localize.c:327 +msgid "The paper tray is empty." +msgstr "用紙トレイが空です。" + +#: cups/localize.c:323 +msgid "The paper tray is missing." +msgstr "用紙トレイが見つかりません。" + +#: cups/localize.c:306 +msgid "The paper tray needs to be filled." +msgstr "用紙トレイに補充が必要です。" + +#: backend/ipp.c:909 +msgid "The printer URI is incorrect or no longer exists." +msgstr "プリンター URI が誤っているか、もう存在しません。" + +#: backend/lpd.c:619 backend/lpd.c:1009 backend/lpd.c:1091 backend/lpd.c:1141 +msgid "The printer did not respond." +msgstr "プリンターが応答しません。" + +#: backend/ipp.c:892 backend/ipp.c:899 +#, c-format +msgid "The printer does not support IPP/%d.%d, trying IPP/%s." +msgstr "プリンターが IPP/%d.%d をサポートしていません。IPP/%s を試します。" + +#: backend/ipp.c:757 backend/ipp.c:874 backend/ipp.c:980 backend/ipp.c:1313 +#: backend/ipp.c:1464 backend/lpd.c:828 backend/socket.c:374 +#: backend/usb-unix.c:131 backend/usb-unix.c:424 backend/usb-unix.c:507 +msgid "The printer is in use." +msgstr "プリンターは使用中です。" + +#: backend/runloop.c:254 backend/runloop.c:374 cups/localize.c:311 +msgid "The printer is not connected." +msgstr "プリンターは接続されていません。" + +#: backend/ipp.c:735 backend/ipp.c:768 backend/ipp.c:870 backend/lpd.c:807 +#: backend/lpd.c:848 backend/socket.c:353 backend/socket.c:386 +msgid "The printer is not responding." +msgstr "プリンターが応答していません。" + +#: backend/runloop.c:396 +msgid "The printer is now connected." +msgstr "プリンターが接続されました。" + +#: backend/usb-darwin.c:1286 +msgid "The printer is now online." +msgstr "プリンターは現在オンラインです。" + +#: backend/usb-darwin.c:1307 +msgid "The printer is offline." +msgstr "プリンターはオフラインです。" + +#: cups/localize.c:335 +msgid "The printer is running low on ink." +msgstr "プリンターのインクがもうすぐなくなります。" + +#: cups/localize.c:313 +msgid "The printer is running low on toner." +msgstr "プリンターのトナーがもうすぐなくなります。" + +#: backend/ipp.c:750 backend/lpd.c:821 backend/socket.c:367 +msgid "The printer is unreachable at this time." +msgstr "プリンターには現在到達できません。" + +#: cups/localize.c:337 +msgid "The printer may be out of ink." +msgstr "プリンターのインクがなくなっているようです。" + +#: cups/localize.c:315 +msgid "The printer may be out of toner." +msgstr "プリンターのトナーがなくなっているようです。" + +#: backend/ipp.c:744 backend/lpd.c:815 backend/socket.c:361 +msgid "The printer may not exist or is unavailable at this time." +msgstr "プリンターは現在存在しないか、使用できないようです。" + +#: cgi-bin/admin.c:931 +msgid "" +"The printer name may only contain up to 127 printable characters and may not " +"contain spaces, slashes (/), or the pound sign (#)." +msgstr "" +"プリンター名は 127 文字以内の表示可能文字から成り、空白、スラッシュ (/)、ポン" +"ド記号 (#) を含んではなりません。" + +#: scheduler/ipp.c:876 scheduler/ipp.c:1136 scheduler/ipp.c:3198 +#: scheduler/ipp.c:3369 scheduler/ipp.c:5101 scheduler/ipp.c:5487 +#: scheduler/ipp.c:5801 scheduler/ipp.c:6359 scheduler/ipp.c:7124 +#: scheduler/ipp.c:7180 scheduler/ipp.c:7494 scheduler/ipp.c:7760 +#: scheduler/ipp.c:7849 scheduler/ipp.c:7882 scheduler/ipp.c:8205 +#: scheduler/ipp.c:8598 scheduler/ipp.c:8679 scheduler/ipp.c:9840 +#: scheduler/ipp.c:10294 scheduler/ipp.c:10624 scheduler/ipp.c:10706 +#: scheduler/ipp.c:10998 +msgid "The printer or class does not exist." +msgstr "プリンターまたはクラスは存在しません。" + +#: scheduler/ipp.c:1304 +msgid "The printer or class is not shared." +msgstr "プリンターまたはクラスは共有できません。" + +#: cups/localize.c:317 +msgid "The printer's cover is open." +msgstr "プリンターのカバーが開いています。" + +#: cups/localize.c:321 +msgid "The printer's door is open." +msgstr "プリンターのドアが開いています。" + +#: cups/localize.c:319 +msgid "The printer's interlock is open." +msgstr "プリンターのインターロックが開いています。" + +#: cups/localize.c:339 +msgid "The printer's waste bin is almost full." +msgstr "プリンターの廃インクまたは廃トナー容器がほとんど一杯です。" + +#: cups/localize.c:341 +msgid "The printer's waste bin is full." +msgstr "プリンターの廃インクまたは廃トナー容器が一杯です。" + +#: scheduler/ipp.c:982 scheduler/ipp.c:2261 +#, c-format +msgid "The printer-uri \"%s\" contains invalid characters." +msgstr "printer-uri \"%s\" には、無効な文字が含まれています。" + +#: scheduler/ipp.c:3175 +msgid "The printer-uri attribute is required." +msgstr "printer-uri 属性は必須です。" + +#: scheduler/ipp.c:966 +msgid "" +"The printer-uri must be of the form \"ipp://HOSTNAME/classes/CLASSNAME\"." +msgstr "" +"printer-uri は、\"ipp://ホスト名/classes/クラス名\" 形式でなければなりませ" +"ん。" + +#: scheduler/ipp.c:2245 +msgid "" +"The printer-uri must be of the form \"ipp://HOSTNAME/printers/PRINTERNAME\"." +msgstr "" +"printer-uri は \"ipp://ホスト名/printers/プリンター名\" 形式でなければなりま" +"せん。" + +#: cgi-bin/admin.c:474 +msgid "" +"The subscription name may not contain spaces, slashes (/), question marks " +"(?), or the pound sign (#)." +msgstr "" +"サブスクリプション名には、スペース、スラッシュ (/)、疑問府 (?)、ポンド記号 " +"(#) を使用しないでください。" + +#: scheduler/client.c:2450 +msgid "" +"The web interface is currently disabled. Run \"cupsctl WebInterface=yes\" to " +"enable it." +msgstr "Web インターフェイスが現在無効になっています。有効にするには \"cupsctl WebInterface=yes\" を実行してください。" + +#: scheduler/ipp.c:6454 +#, c-format +msgid "The which-jobs value \"%s\" is not supported." +msgstr "which-jobs の値 \"%s\" はサポートされていません。" + +#: scheduler/ipp.c:5731 +msgid "There are too many subscriptions." +msgstr "サブスクリプションが多すぎます。" + +#: cups/localize.c:308 +msgid "There is a paper jam." +msgstr "用紙づまりが発生しています。" + +#: backend/usb-darwin.c:379 backend/usb-darwin.c:438 backend/usb-darwin.c:505 +#: backend/usb-darwin.c:526 backend/usb-libusb.c:235 backend/usb-libusb.c:256 +msgid "There was an unrecoverable USB error." +msgstr "回復不可能な USB のエラーが発生しています。" + +#: ppdc/sample.c:435 +msgid "Thermal Transfer Media" +msgstr "熱転写メディア" + +#: scheduler/ipp.c:1507 +msgid "Too many active jobs." +msgstr "アクティブなジョブが多すぎます。" + +#: scheduler/ipp.c:1401 +#, c-format +msgid "Too many job-sheets values (%d > 2)." +msgstr "job-sheets 値が多すぎます (%d > 2)。" + +#: scheduler/ipp.c:2529 +#, c-format +msgid "Too many printer-state-reasons values (%d > %d)." +msgstr "printer-state-reasons 値が多すぎます (%d > %d)。" + +#: ppdc/sample.c:289 +msgid "Transparency" +msgstr "OHP シート" + +#: ppdc/sample.c:284 +msgid "Tray" +msgstr "トレイ" + +#: ppdc/sample.c:264 +msgid "Tray 1" +msgstr "トレイ 1" + +#: ppdc/sample.c:265 +msgid "Tray 2" +msgstr "トレイ 2" + +#: ppdc/sample.c:266 +msgid "Tray 3" +msgstr "トレイ 3" + +#: ppdc/sample.c:267 +msgid "Tray 4" +msgstr "トレイ 4" + +#: cups/http-support.c:1315 +msgid "URI Too Long" +msgstr "URI が長すぎます" + +#: ppdc/sample.c:138 +msgid "US Ledger" +msgstr "US レジャー" + +#: ppdc/sample.c:139 +msgid "US Legal" +msgstr "US リーガル" + +#: ppdc/sample.c:140 +msgid "US Legal Oversize" +msgstr "US リーガル (特大)" + +#: ppdc/sample.c:141 +msgid "US Letter" +msgstr "US レター" + +#: ppdc/sample.c:142 +msgid "US Letter Long Edge" +msgstr "US レター 長辺送り" + +#: ppdc/sample.c:143 +msgid "US Letter Oversize" +msgstr "US レター (特大)" + +#: ppdc/sample.c:144 +msgid "US Letter Oversize Long Edge" +msgstr "US レター (特大) 長辺送り" + +#: ppdc/sample.c:145 +msgid "US Letter Small" +msgstr "US レター (小)" + +#: cgi-bin/admin.c:1959 cgi-bin/admin.c:1972 cgi-bin/admin.c:1996 +msgid "Unable to access cupsd.conf file" +msgstr "cupsd.conf ファイルにアクセスできません" + +#: cgi-bin/help.c:133 +msgid "Unable to access help file." +msgstr "ヘルプファイルにアクセスできません。" + +#: cgi-bin/admin.c:526 +msgid "Unable to add RSS subscription" +msgstr " RSS 購読を追加できません" + +#: cgi-bin/admin.c:814 +msgid "Unable to add class" +msgstr "クラスを追加できません" + +#: backend/ipp.c:1635 +msgid "Unable to add document to print job." +msgstr "ドキュメントを印刷ジョブに追加できません。" + +#: scheduler/ipp.c:1548 +#, c-format +msgid "Unable to add job for destination \"%s\"." +msgstr "宛先 \"%s\"にジョブを追加できません。" + +#: cgi-bin/admin.c:1059 cgi-bin/admin.c:1419 +msgid "Unable to add printer" +msgstr "プリンターを追加できません" + +#: scheduler/ipp.c:1246 +msgid "Unable to allocate memory for file types." +msgstr "ファイルタイプ用にメモリーを割り当てられません。" + +#: filter/pstops.c:451 +msgid "Unable to allocate memory for page info" +msgstr "ページ情報のメモリー割り当てができません" + +#: filter/pstops.c:445 +msgid "Unable to allocate memory for pages array" +msgstr "ページアレイのメモリー割り当てができません" + +#: cgi-bin/admin.c:1525 +msgid "Unable to cancel RSS subscription" +msgstr "RSS 購読をキャンセルできません" + +#: backend/ipp.c:1942 +msgid "Unable to cancel print job." +msgstr "プリンターを変更できません。" + +#: cgi-bin/admin.c:2990 +msgid "Unable to change printer" +msgstr "プリンターを変更できません" + +#: cgi-bin/admin.c:3906 +msgid "Unable to change printer-is-shared attribute" +msgstr "printer-is-shared 属性を変更することができません" + +#: cgi-bin/admin.c:1657 cgi-bin/admin.c:1799 +msgid "Unable to change server settings" +msgstr "サーバーの設定を変更できません" + +#: filter/commandtops.c:420 +msgid "Unable to configure printer options." +msgstr "プリンターオプションを設定できません。" + +#: cups/adminutil.c:911 cups/request.c:1016 +msgid "Unable to connect to host." +msgstr "ホストに接続できません。" + +#: backend/ipp.c:713 backend/ipp.c:1138 backend/lpd.c:787 backend/socket.c:333 +#: backend/usb-unix.c:117 +msgid "Unable to contact printer, queuing on next printer in class." +msgstr "プリンターと交信できません。クラス内の次のプリンターにキューします。" + +#: cups/adminutil.c:726 +#, c-format +msgid "Unable to copy 64-bit CUPS printer driver files (%d)." +msgstr "64-bit 版の CUPS プリンタードライバーファイルをコピーできません (%d)。" + +#: cups/adminutil.c:691 +#, c-format +msgid "Unable to copy 64-bit Windows printer driver files (%d)." +msgstr "64-bit 版の Windows プリンタードライバーをコピーできません (%d)。" + +#: cups/adminutil.c:522 +#, c-format +msgid "Unable to copy CUPS printer driver files (%d)." +msgstr "複数の CUPS プリンタードライバーファイルをコピーできません (%d)。" + +#: scheduler/ipp.c:2649 +#, c-format +msgid "Unable to copy PPD file - %s" +msgstr "PPD ファイルをコピーできません - %s" + +#: scheduler/ipp.c:2704 +msgid "Unable to copy PPD file." +msgstr "PPD ファイルをコピーできません。" + +#: cups/adminutil.c:487 +#, c-format +msgid "Unable to copy Windows 2000 printer driver files (%d)." +msgstr "" +"複数の Windows 2000 プリンタードライバーファイルをコピーできません (%d)。" + +#: cups/adminutil.c:610 +#, c-format +msgid "Unable to copy Windows 9x printer driver files (%d)." +msgstr "複数の Windows 9x プリンタードライバーファイルをコピーできません (%d)。" + +#: scheduler/ipp.c:2626 +#, c-format +msgid "Unable to copy interface script - %s" +msgstr "インターフェイススクリプトをコピーできません - %s" + +#: backend/ipp.c:2034 +msgid "Unable to create compressed print file" +msgstr "圧縮プリントファイルを作成できません" + +#: cups/util.c:602 cups/util.c:1656 +msgid "Unable to create printer-uri" +msgstr "printer-uri を作成できません。" + +#: cgi-bin/admin.c:1850 cgi-bin/admin.c:1862 scheduler/cupsfilter.c:1236 +msgid "Unable to create temporary file" +msgstr "テンポラリーファイルを作成できません" + +#: cgi-bin/admin.c:2153 +msgid "Unable to delete class" +msgstr "クラスを削除できません" + +#: cgi-bin/admin.c:2238 +msgid "Unable to delete printer" +msgstr "プリンターを削除できません" + +#: cgi-bin/classes.c:260 cgi-bin/printers.c:269 +msgid "Unable to do maintenance command" +msgstr "メンテナンスコマンドを実行できません" + +#: cgi-bin/admin.c:1974 +msgid "Unable to edit cupsd.conf files larger than 1MB" +msgstr "1MB 以上の cupsd.conf ファイルは編集できません。" + +#: cups/http.c:4272 +msgid "" +"Unable to establish a secure connection to host (certificate chain invalid)." +msgstr "ホストへの安全な接続が確立できません (認証パスが無効です)。" + +#: cups/http.c:4262 +msgid "" +"Unable to establish a secure connection to host (certificate not yet valid)." +msgstr "ホストへの安全な接続が確立できません (認証がまだ有効ではありません)。" + +#: cups/http.c:4257 +msgid "Unable to establish a secure connection to host (expired certificate)." +msgstr "ホストへの安全な接続が確立できません (認証が期限切れです)。" + +#: cups/http.c:4267 +msgid "Unable to establish a secure connection to host (host name mismatch)." +msgstr "ホストへの安全な接続が確立できません (ホスト名が一致しません)。" + +#: cups/http.c:4277 +msgid "" +"Unable to establish a secure connection to host (peer dropped connection " +"before responding)." +msgstr "ホストへの安全な接続が確立できません (応答がある前に接続が切断されました)。" + +#: cups/http.c:4252 +msgid "" +"Unable to establish a secure connection to host (self-signed certificate)." +msgstr "ホストへの安全な接続が確立できません (自己署名証明書です)。" + +#: cups/http.c:4247 +msgid "" +"Unable to establish a secure connection to host (untrusted certificate)." +msgstr "ホストへの安全な接続が確立できません (信用できない証明書です)。" + +#: cups/http.c:4008 cups/http.c:4304 cups/http.c:4337 cups/http.c:4354 +msgid "Unable to establish a secure connection to host." +msgstr "ホストへの安全な接続を確立できません。" + +#: cgi-bin/ipp-var.c:365 +msgid "Unable to find destination for job" +msgstr "ジョブの宛先が見つかりません" + +#: cups/http-support.c:1748 +msgid "Unable to find printer." +msgstr "プリンターが見つかりません。" + +#: backend/ipp.c:2056 +msgid "Unable to generate compressed print file" +msgstr "圧縮プリントファイルを生成できません" + +#: backend/ipp.c:3009 +msgid "Unable to get backend exit status." +msgstr "バックエンドの終了ステータスを取得できません。" + +#: cgi-bin/classes.c:450 +msgid "Unable to get class list" +msgstr "クラスリストを取得できません" + +#: cgi-bin/classes.c:549 +msgid "Unable to get class status" +msgstr "クラスの状態を取得できません。" + +#: cgi-bin/admin.c:1320 +msgid "Unable to get list of printer drivers" +msgstr "プリンタードライバーのリストを取得できません" + +#: cgi-bin/admin.c:2840 +msgid "Unable to get printer attributes" +msgstr "プリンター属性を取得できません" + +#: cgi-bin/printers.c:467 +msgid "Unable to get printer list" +msgstr "プリンターリストを取得できません" + +#: cgi-bin/printers.c:569 +msgid "Unable to get printer status" +msgstr "プリンターの状態を取得できません" + +#: backend/ipp.c:933 +msgid "Unable to get printer status." +msgstr "プリンターの状態を取得できません。" + +#: cups/adminutil.c:565 cups/adminutil.c:769 +#, c-format +msgid "Unable to install Windows 2000 printer driver files (%d)." +msgstr "複数の Windows 2000 プリンタードライバーファイルをインストールできません (%d)。" + +#: cups/adminutil.c:639 +#, c-format +msgid "Unable to install Windows 9x printer driver files (%d)." +msgstr "" +"複数の Windows 9x プリンタードライバーファイルをインストールできません (%d)。" + +#: cgi-bin/help.c:92 +msgid "Unable to load help index." +msgstr "ヘルプの索引を読み込めません。" + +#: backend/ipp.c:642 backend/lpd.c:421 backend/socket.c:275 +#, c-format +msgid "Unable to locate printer \"%s\"." +msgstr "プリンター \"%s\" が見つかりません。" + +#: backend/dnssd.c:781 backend/ipp.c:324 backend/lpd.c:204 +#: backend/socket.c:171 +msgid "Unable to locate printer." +msgstr "プリンターが見つかりません。" + +#: cgi-bin/admin.c:813 +msgid "Unable to modify class" +msgstr "クラスを変更できません" + +#: cgi-bin/admin.c:1058 cgi-bin/admin.c:1418 +msgid "Unable to modify printer" +msgstr "プリンターを変更できません" + +#: cgi-bin/ipp-var.c:432 cgi-bin/ipp-var.c:521 +msgid "Unable to move job" +msgstr "ジョブを移動できません" + +#: cgi-bin/ipp-var.c:434 cgi-bin/ipp-var.c:523 +msgid "Unable to move jobs" +msgstr "複数のジョブを移動できません" + +#: cgi-bin/admin.c:3186 cups/ppd.c:339 +msgid "Unable to open PPD file" +msgstr "PPD ファイルを読み込むことができません" + +#: backend/ipp.c:2040 +msgid "Unable to open compressed print file" +msgstr "圧縮プリントファイルを開けません" + +#: cgi-bin/admin.c:2608 +msgid "Unable to open cupsd.conf file:" +msgstr "cupsd.conf ファイルを開けません:" + +#: backend/usb-unix.c:141 +msgid "Unable to open device file" +msgstr "デバイスファイルを開けません" + +#: scheduler/ipp.c:6140 +#, c-format +msgid "Unable to open document #%d in job #%d." +msgstr "ドキュメント %d (ジョブ %d) を開けません。" + +#: cgi-bin/help.c:364 +msgid "Unable to open help file." +msgstr "ヘルプファイルを読み込むことができません。" + +#: backend/ipp.c:365 backend/ipp.c:1398 backend/ipp.c:1594 backend/ipp.c:2046 +#: backend/lpd.c:488 backend/socket.c:158 backend/usb.c:237 +#: filter/gziptoany.c:71 filter/pstops.c:300 +msgid "Unable to open print file" +msgstr "印刷ファイルを開けません" + +#: filter/rastertoepson.c:998 filter/rastertohp.c:724 +#: filter/rastertolabel.c:1147 +msgid "Unable to open raster file" +msgstr "ラスターファイルを開けません" + +#: cgi-bin/ipp-var.c:795 +msgid "Unable to print test page" +msgstr "テストページを印刷できません" + +#: backend/runloop.c:96 backend/runloop.c:325 backend/usb-darwin.c:613 +#: backend/usb-darwin.c:657 backend/usb-libusb.c:343 backend/usb-libusb.c:378 +msgid "Unable to read print data." +msgstr "プリントデータを読み込めません。" + +#: cups/dest.c:3402 +msgid "Unable to resolve printer URI." +msgstr "プリンター URI を解決できません。" + +#: cups/adminutil.c:2088 +#, c-format +msgid "Unable to run \"%s\": %s" +msgstr "\"%s\" を実行できません: %s" + +#: filter/pstops.c:563 +msgid "Unable to see in file" +msgstr "ファイルを読み込むことができません" + +#: cgi-bin/ipp-var.c:598 cgi-bin/ipp-var.c:618 +msgid "Unable to send command to printer driver" +msgstr "プリンタードライバーにコマンドを送信できません" + +#: backend/usb-darwin.c:735 backend/usb-libusb.c:454 +msgid "Unable to send data to printer." +msgstr "プリンターにデータを送信することができません。" + +#: cups/adminutil.c:821 +#, c-format +msgid "Unable to set Windows printer driver (%d)." +msgstr "Windows プリンタードライバーを設定できません (%d)。" + +#: cgi-bin/admin.c:3807 +msgid "Unable to set options" +msgstr "オプションを設定できません" + +#: cgi-bin/admin.c:3077 +msgid "Unable to set server default" +msgstr "サーバーをデフォルトに設定できません" + +#: backend/ipp.c:2868 backend/ipp.c:2945 backend/ipp.c:2953 +msgid "Unable to start backend process." +msgstr "バックエンドのプロセスを起動できません。" + +#: cgi-bin/admin.c:1912 +msgid "Unable to upload cupsd.conf file" +msgstr "cupsd.conf ファイルをアップロードできません" + +#: backend/usb-darwin.c:1985 backend/usb-darwin.c:2009 +msgid "Unable to use legacy USB class driver." +msgstr "古いタイプの USB クラスドライバーは使用できません。" + +#: backend/runloop.c:125 backend/runloop.c:380 +msgid "Unable to write print data" +msgstr "プリントデータを書き込めません" + +#: filter/gziptoany.c:90 +#, c-format +msgid "Unable to write uncompressed print data: %s" +msgstr "非圧縮のプリントデータを書き込めません: %s" + +#: cups/http-support.c:1303 +msgid "Unauthorized" +msgstr "未許可" + +#: cgi-bin/admin.c:3503 +msgid "Units" +msgstr "ユニット" + +#: cups/http-support.c:1343 cups/ppd.c:366 +msgid "Unknown" +msgstr "未知" + +#: filter/pstops.c:2213 +#, c-format +msgid "Unknown choice \"%s\" for option \"%s\"." +msgstr "\"%s\" (オプション \"%s\" 用) は未知の設定です。" + +#: backend/ipp.c:507 +#, c-format +msgid "Unknown encryption option value: \"%s\"." +msgstr "\"%s\" は未知の暗号オプション値です。" + +#: backend/lpd.c:350 +#, c-format +msgid "Unknown file order: \"%s\"." +msgstr "\"%s\" は未知のファイルオーダーです。" + +#: backend/lpd.c:321 +#, c-format +msgid "Unknown format character: \"%c\"." +msgstr "\"%c\" は未知の書式文字です。" + +#: cups/dest-options.c:770 +msgid "Unknown media size name." +msgstr "未知のメディアサイズ名称です。" + +#: backend/ipp.c:554 +#, c-format +msgid "Unknown option \"%s\" with value \"%s\"." +msgstr "\"%s\" (値 \"%s\") は未知のオプションです。" + +#: filter/pstops.c:2196 +#, c-format +msgid "Unknown option \"%s\"." +msgstr "\"%s\" は未知のオプションです。" + +#: backend/lpd.c:336 +#, c-format +msgid "Unknown print mode: \"%s\"." +msgstr "\"%s\" は未知のプリントモードです。" + +#: scheduler/ipp.c:10496 +#, c-format +msgid "Unknown printer-error-policy \"%s\"." +msgstr "\"%s\" は未知の printer-error-policy です。" + +#: scheduler/ipp.c:10479 +#, c-format +msgid "Unknown printer-op-policy \"%s\"." +msgstr "\"%s\" は未知の printer-op-policy です。" + +#: cups/http-addrlist.c:710 +msgid "Unknown service name." +msgstr "未知のサービス名です。" + +#: backend/ipp.c:526 +#, c-format +msgid "Unknown version option value: \"%s\"." +msgstr "\"%s\" は未知のバージョンオプション値です。" + +#: scheduler/ipp.c:402 +#, c-format +msgid "Unsupported character set \"%s\"." +msgstr "\"%s\" はサポートされていない文字セットです。" + +#: scheduler/ipp.c:8171 scheduler/ipp.c:9401 scheduler/ipp.c:10950 +#, c-format +msgid "Unsupported compression \"%s\"." +msgstr "\"%s\" はサポートされていない圧縮形式です。" + +#: scheduler/ipp.c:8305 scheduler/ipp.c:9551 scheduler/ipp.c:10979 +#, c-format +msgid "Unsupported document-format \"%s\"." +msgstr "\"%s\" はサポートされていない文書形式です。" + +#: scheduler/ipp.c:9534 +#, c-format +msgid "Unsupported document-format \"%s/%s\"." +msgstr "\"%s/%s\" はサポートされていない文書形式です。" + +#: scheduler/ipp.c:1367 +#, c-format +msgid "Unsupported format \"%s\"." +msgstr "\"%s\" はサポートされていない形式です。" + +#: scheduler/ipp.c:1465 +msgid "Unsupported margins." +msgstr "サポートされていないマージンです。" + +#: cups/pwg-media.c:529 +msgid "Unsupported media value." +msgstr "サポートされていないメディアの値です。" + +#: filter/pstops.c:2478 +#, c-format +msgid "Unsupported number-up value %d, using number-up=1." +msgstr "%d はサポートされていない number-up 値です。number-up=1 を使用します。" + +#: filter/pstops.c:2512 +#, c-format +msgid "Unsupported number-up-layout value %s, using number-up-layout=lrtb." +msgstr "%s はサポートされていない number-up-layout 値です。number-up-layout=lrtb を使用します。" + +#: filter/pstops.c:2563 +#, c-format +msgid "Unsupported page-border value %s, using page-border=none." +msgstr "%s はサポートされていない page-border 値です。page-border=none を使用します。" + +#: filter/rastertopwg.c:147 filter/rastertopwg.c:155 filter/rastertopwg.c:164 +msgid "Unsupported raster data." +msgstr "サポートされていないラスターデータです。" + +#: cups/snmp.c:1112 +msgid "Unsupported value type" +msgstr "サポートされていない型の値です" + +#: cups/http-support.c:1318 +msgid "Upgrade Required" +msgstr "アップグレードが必要です" + +#: systemv/lpadmin.c:668 +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]" +msgstr "" +"使い方:\n" +"\n" +" lpadmin [-h サーバー] -d 宛先\n" +" lpadmin [-h サーバー] -x 宛先\n" +" lpadmin [-h サーバー] -p プリンター [-c 追加クラス] [-i インターフェイス]\n" +" [-m モデル] [-r 削除クラス] [-v デバイス]\n" +" [-D 宛先] [-P PPD ファイル] [-o 名前=値]\n" +" [-u allow:ユーザー,ユーザー] [-u deny:ユーザー,ユーザー]" + +#: backend/dnssd.c:241 backend/ipp.c:313 backend/lpd.c:191 +#: backend/socket.c:135 backend/usb.c:183 filter/commandtops.c:74 +#: filter/gziptoany.c:50 filter/pstops.c:264 monitor/bcp.c:62 +#: monitor/tbcp.c:61 +#, c-format +msgid "Usage: %s job-id user title copies options [file]" +msgstr "使い方: %s ジョブID ユーザー タイトル コピー数 オプション [ファイル]" + +#: systemv/cupsaddsmb.c:281 +msgid "Usage: cupsaddsmb [options] printer1 ... printerN" +msgstr "Usage: cupsaddsmb [オプション] プリンター1 ... プリンターN" + +#: systemv/cupsctl.c:200 +msgid "Usage: cupsctl [options] [param=value ... paramN=valueN]" +msgstr "Usage: cupsctl [オプション] [パラメータ=値 ... パラメータN=値N]" + +#: scheduler/main.c:2017 +msgid "Usage: cupsd [options]" +msgstr "使い方: cupsd [オプション]" + +#: scheduler/cupsfilter.c:1429 +msgid "Usage: cupsfilter [ options ] filename" +msgstr "使い方: cupsfilter [オプション] ファイル名" + +#: systemv/cupstestdsc.c:425 +msgid "Usage: cupstestdsc [options] filename.ps [... filename.ps]" +msgstr "使い方: cupstestdsc [オプション] filename.ps [... filename.ps]" + +#: systemv/cupstestppd.c:3793 +msgid "" +"Usage: cupstestppd [options] filename1.ppd[.gz] [... filenameN.ppd[.gz]]" +msgstr "使い方: cupstestppd [オプション] ファイル名1.ppd[.gz] [... ファイル名N.ppd[.gz]]" + +#: test/ipptool.c:4401 +msgid "Usage: ipptool [options] URI filename [ ... filenameN ]" +msgstr "使い方: ipptool [オプション] URI ファイル名 [ ... ファイル名N ]" + +#: systemv/lpmove.c:125 +msgid "Usage: lpmove job/src dest" +msgstr "使い方: lpmove ジョブ/ソース 宛先" + +#: systemv/lpoptions.c:553 +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" +msgstr "" +"使い方: lpoptions [-h サーバー] [-E] -d プリンター\n" +"   lpoptions [-h サーバー] [-E] [-p プリンター] -l\n" +" lpoptions [-h サーバー] [-E] -p プリンター -o オプション[=値] ...\n" +" lpoptions [-h サーバー] [-E] -x プリンター" + +#: systemv/lppasswd.c:476 +msgid "Usage: lppasswd [-g groupname]" +msgstr "使い方: lppasswd [-g グループ名]" + +#: systemv/lppasswd.c:479 +msgid "" +"Usage: lppasswd [-g groupname] [username]\n" +" lppasswd [-g groupname] -a [username]\n" +" lppasswd [-g groupname] -x [username]" +msgstr "" +"使い方: lppasswd [-g グループ名] [ユーザー名]\n" +" lppasswd [-g グループ名] -a [ユーザー名]\n" +" lppasswd [-g グループ名] -x [ユーザー名]" + +#: berkeley/lpq.c:670 +msgid "" +"Usage: lpq [-P dest] [-U username] [-h hostname[:port]] [-l] [+interval]" +msgstr "使い方: lpq [-P 宛先] [-U ユーザー名] [-h ホスト名[:ポート]] [-l] [+間隔]" + +#: ppdc/ppdc.cxx:435 +msgid "Usage: ppdc [options] filename.drv [ ... filenameN.drv ]" +msgstr "使い方: ppdc [オプション] ファイル名.drv [ ... ファイル名N.drv ]" + +#: ppdc/ppdhtml.cxx:172 +msgid "Usage: ppdhtml [options] filename.drv >filename.html" +msgstr "使い方: ppdhtml [オプション] ファイル名.drv >ファイル名.html" + +#: ppdc/ppdi.cxx:128 +msgid "Usage: ppdi [options] filename.ppd [ ... filenameN.ppd ]" +msgstr "使い方: ppdi [オプション] ファイル名.ppd [ ... ファイル名N.ppd ]" + +#: ppdc/ppdmerge.cxx:367 +msgid "Usage: ppdmerge [options] filename.ppd [ ... filenameN.ppd ]" +msgstr "使い方: ppdmerge [オプション] ファイル名.ppd [ ... ファイル名N.ppd ]" + +#: ppdc/ppdpo.cxx:252 +msgid "" +"Usage: ppdpo [options] -o filename.po filename.drv [ ... filenameN.drv ]" +msgstr "使い方: ppdpo [オプション] -o ファイル名.po ファイル名.drv [ ... ファイル名N.drv ]" + +#: backend/snmp.c:218 +msgid "Usage: snmp [host-or-ip-address]" +msgstr "使い方: snmp [ホストまたはIPアドレス]" + +#: cups/snmp.c:1064 +msgid "Value uses indefinite length" +msgstr "値は不定長です" + +#: cups/snmp.c:1049 +msgid "VarBind uses indefinite length" +msgstr "VarBind は不定長です" + +#: cups/snmp.c:999 +msgid "Version uses indefinite length" +msgstr "Version は不定長です" + +#: backend/ipp.c:1675 +msgid "Waiting for job to complete." +msgstr "ジョブが完了するのを待っています。" + +#: backend/usb-darwin.c:457 backend/usb-libusb.c:193 +msgid "Waiting for printer to become available." +msgstr "プリンターが使用可能になるのを待っています。" + +#: backend/socket.c:444 +msgid "Waiting for printer to finish." +msgstr "プリンターが終了するのを待っています。" + +#: cups/adminutil.c:793 +msgid "Warning, no Windows 2000 printer drivers are installed." +msgstr "警告、Windows 2000 プリンタードライバーがインストールされていません。" + +#: cups/http-support.c:1339 +msgid "Web Interface is Disabled" +msgstr "Web インターフェイスが無効になっています" + +#: cups/ppd.c:1947 +msgid "Yes" +msgstr "はい" + +#: scheduler/client.c:2437 +#, c-format +msgid "" +"You must access this page using the URL https://" +"%s:%d%s." +msgstr "" +"このページには URL https://%s:%d%s を使ってア" +"クセスする必要があります。" + +#: systemv/lppasswd.c:254 +msgid "" +"Your password must be at least 6 characters long, cannot contain your " +"username, and must contain at least one letter and number." +msgstr "パスワードは少なくとも 6 文字以上で、あなたのユーザー名を含んではならず、少なくとも 1 つの英字および数値を含んでなければなりません。" + +#: ppdc/sample.c:439 +msgid "ZPL Label Printer" +msgstr "ZPL ラベルプリンター" + +#: ppdc/sample.c:362 +msgid "Zebra" +msgstr "ゼブラ" + +#: cups/notify.c:102 +msgid "aborted" +msgstr "停止" + +#: cups/notify.c:99 +msgid "canceled" +msgstr "キャンセル" + +#: cups/notify.c:105 +msgid "completed" +msgstr "完了" + +#: scheduler/ipp.c:6012 +msgid "cups-deviced failed to execute." +msgstr "cups-deviced の実行に失敗しました。" + +#: scheduler/ipp.c:6842 scheduler/ipp.c:7091 +msgid "cups-driverd failed to execute." +msgstr "cups-driverd の実行に失敗しました。" + +#: systemv/cupsaddsmb.c:233 +#, c-format +msgid "cupsaddsmb: No PPD file for printer \"%s\" - %s" +msgstr "cupsaddsmb: プリンター \"%s\" の PPD ファイルがありません - %s" + +#: systemv/cupsctl.c:141 +msgid "cupsctl: Cannot set Listen or Port directly." +msgstr "cupsctl: Listen あるいは Port を直接設定できません。" + +#: systemv/cupsctl.c:152 +#, c-format +msgid "cupsctl: Unable to connect to server: %s" +msgstr "cupsctl: サーバーに接続できません: %s" + +#: systemv/cupsctl.c:195 +#, c-format +msgid "cupsctl: Unknown option \"%s\"" +msgstr "cupsctl: \"%s\" は未知のオプションです。" + +#: systemv/cupsctl.c:197 +#, c-format +msgid "cupsctl: Unknown option \"-%c\"" +msgstr "cupsctl: \"-%c\"は未知のオプションです。" + +#: scheduler/main.c:189 +msgid "cupsd: Expected config filename after \"-c\" option." +msgstr "cupsd: \"-c\" オプションのあとには設定ファイル名が必要です。" + +#: scheduler/main.c:221 scheduler/main.c:228 +msgid "cupsd: Unable to get current directory." +msgstr "cupsd: カレントディレクトリーを取得できません。" + +#: scheduler/main.c:295 +#, c-format +msgid "cupsd: Unknown argument \"%s\" - aborting." +msgstr "cupsd: \"%s\" は未知の引数です - 停止します。" + +#: scheduler/main.c:288 +#, c-format +msgid "cupsd: Unknown option \"%c\" - aborting." +msgstr "cupsd: \"%c\" は未知のオプションです - 停止します。" + +#: scheduler/main.c:255 +msgid "cupsd: launchd(8) support not compiled in, running in normal mode." +msgstr "cupsd: launchd(8) サポートがコンパイルされていないので、通常モードで動作します。" + +#: scheduler/cupsfilter.c:1209 +#, c-format +msgid "cupsfilter: Invalid document number %d." +msgstr "cupsfilter: 不正な文書番号 %d です。" + +#: scheduler/cupsfilter.c:1203 +#, c-format +msgid "cupsfilter: Invalid job ID %d." +msgstr "cupsfilter: 不正なジョブID %d です。" + +#: scheduler/cupsfilter.c:358 +msgid "cupsfilter: Only one filename can be specified." +msgstr "cupsfilter: 1 つのファイル名のみを指定できます。" + +#: scheduler/cupsfilter.c:1251 +#, c-format +msgid "cupsfilter: Unable to get job file - %s" +msgstr "cupsfilter: ジョブ・ファイルを取得できません - %s" + +#: systemv/cupstestppd.c:261 +msgid "cupstestppd: The -q option is incompatible with the -v option." +msgstr "cupstestppd: -q オプションは -v オプションと両立できません。" + +#: systemv/cupstestppd.c:277 +msgid "cupstestppd: The -v option is incompatible with the -q option." +msgstr "cupstestppd: -v オプションは -q オプションと両立できません。" + +#: systemv/lpstat.c:1231 systemv/lpstat.c:1234 systemv/lpstat.c:1237 +#, c-format +msgid "device for %s/%s: %s" +msgstr "%s/%s のデバイス: %s" + +#: systemv/lpstat.c:1218 systemv/lpstat.c:1221 systemv/lpstat.c:1224 +#, c-format +msgid "device for %s: %s" +msgstr "%s のデバイス: %s" + +#: cups/snmp.c:1036 +msgid "error-index uses indefinite length" +msgstr "error-index は不定長です" + +#: cups/snmp.c:1028 +msgid "error-status uses indefinite length" +msgstr "error-status は不定長です" + +#: cups/notify.c:90 +msgid "held" +msgstr "保留" + +#: berkeley/lpc.c:209 +msgid "help\t\tGet help on commands." +msgstr "help\t\tコマンドのヘルプを取得。" + +#: cups/notify.c:131 +msgid "idle" +msgstr "待機中" + +#: test/ipptool.c:373 test/ipptool.c:515 test/ipptool.c:539 +msgid "ipptool: \"-i\" and \"-n\" are incompatible with -X\"." +msgstr "ipptool: \"-i\" と \"-n\" は \"-X\" と組み合わせられません。" + +#: test/ipptool.c:597 +#, c-format +msgid "ipptool: Bad URI - %s." +msgstr "ipptool: 不正な URI です - %s。" + +#: test/ipptool.c:362 +#, c-format +msgid "ipptool: Bad version %s for \"-V\"." +msgstr "ipptool: \"-V\" オプションに不正なバージョン %s が指定されました。" + +#: test/ipptool.c:508 +msgid "ipptool: Invalid seconds for \"-i\"." +msgstr "ipptool: \"-i\" に不正な秒数が指定されました。" + +#: test/ipptool.c:578 +msgid "ipptool: May only specify a single URI." +msgstr "ipptool: URI は 1 つだけ指定できます。" + +#: test/ipptool.c:531 +msgid "ipptool: Missing count for \"-n\"." +msgstr "ipptool: \"-n\" に回数の指定がありません。" + +#: test/ipptool.c:408 +msgid "ipptool: Missing filename for \"-f\"." +msgstr "ipptool: \"-f\" にファイル名の指定がありません。" + +#: test/ipptool.c:389 +msgid "ipptool: Missing name=value for \"-d\"." +msgstr "ipptool: \"-d\" に 名前=値 の指定がありません。" + +#: test/ipptool.c:498 +msgid "ipptool: Missing seconds for \"-i\"." +msgstr "ipptool: \"-i\" に秒数の指定がありません。" + +#: test/ipptool.c:332 +msgid "ipptool: Missing timeout for \"-T\"." +msgstr "ipptool: \"-T\" にタイムアウトの指定がありません。" + +#: test/ipptool.c:345 +msgid "ipptool: Missing version for \"-V\"." +msgstr "ipptool: \"-V\" にバージョンの指定がありません。" + +#: test/ipptool.c:624 +msgid "ipptool: URI required before test file." +msgstr "ipptool: テストファイルの前に URI の指定が必要です。" + +#: test/ipptool.c:558 +#, c-format +msgid "ipptool: Unknown option \"-%c\"." +msgstr "ipptool: \"-%c\"は未知のオプションです。" + +#: scheduler/ipp.c:7838 +msgid "job-printer-uri attribute missing." +msgstr "job-printer-uri 属性がありません。" + +#: systemv/lpadmin.c:131 systemv/lpadmin.c:375 +msgid "lpadmin: Class name can only contain printable characters." +msgstr "lpadmin: クラス名は表示可能文字のみで構成されなければなりません。" + +#: systemv/lpadmin.c:614 +msgid "lpadmin: Expected PPD after \"-P\" option." +msgstr "lpadmin: \"-P\" オプションのあとには PPD が必要です。" + +#: systemv/lpadmin.c:457 +msgid "lpadmin: Expected allow/deny:userlist after \"-u\" option." +msgstr "lpadmin: \"-u\" オプションのあとには allow/deny:ユーザーリスト が必要です。" + +#: systemv/lpadmin.c:364 +msgid "lpadmin: Expected class after \"-r\" option." +msgstr "lpadmin: \"-r\" オプションのあとにはクラス名が必要です。" + +#: systemv/lpadmin.c:120 +msgid "lpadmin: Expected class name after \"-c\" option." +msgstr "lpadmin: \"-c\" オプションのあとにはクラス名が必要です。" + +#: systemv/lpadmin.c:558 +msgid "lpadmin: Expected description after \"-D\" option." +msgstr "lpadmin: \"-D\" オプションのあとには説明が必要です。" + +#: systemv/lpadmin.c:491 +msgid "lpadmin: Expected device URI after \"-v\" option." +msgstr "lpadmin: \"-v\" オプションのあとにはデバイス URI が必要です。" + +#: systemv/lpadmin.c:574 +msgid "lpadmin: Expected file type(s) after \"-I\" option." +msgstr "lpadmin: \"-I\" オプションのあとにはファイル形式が必要です。" + +#: systemv/lpadmin.c:202 +msgid "lpadmin: Expected hostname after \"-h\" option." +msgstr "lpadmin: \"-h\" オプションのあとにはホスト名が必要です。" + +#: systemv/lpadmin.c:221 +msgid "lpadmin: Expected interface after \"-i\" option." +msgstr "lpadmin: \"-i\" オプションのあとにはインターフェイス名が必要です。" + +#: systemv/lpadmin.c:594 +msgid "lpadmin: Expected location after \"-L\" option." +msgstr "lpadmin: \"-L\" オプションのあとには場所が必要です。" + +#: systemv/lpadmin.c:274 +msgid "lpadmin: Expected model after \"-m\" option." +msgstr "lpadmin: \"-m\" オプションのあとにはモデル名が必要です。" + +#: systemv/lpadmin.c:417 +msgid "lpadmin: Expected name after \"-R\" option." +msgstr "lpadmin: \"-R\" オプションのあとには名前が必要です。" + +#: systemv/lpadmin.c:294 +msgid "lpadmin: Expected name=value after \"-o\" option." +msgstr "lpadmin: \"-o\" オプションのあとには 変数名=値 が必要です。" + +#: systemv/lpadmin.c:313 +msgid "lpadmin: Expected printer after \"-p\" option." +msgstr "lpadmin: \"-p\" オプションのあとにはプリンター名が必要です。" + +#: systemv/lpadmin.c:164 +msgid "lpadmin: Expected printer name after \"-d\" option." +msgstr "lpadmin: \"-d\" オプションのあとにはプリンター名が必要です。" + +#: systemv/lpadmin.c:525 +msgid "lpadmin: Expected printer or class after \"-x\" option." +msgstr "lpadmin: \"-x\" オプションのあとにはプリンター名またはクラス名が必要です。" + +#: systemv/lpadmin.c:975 +msgid "lpadmin: No member names were seen." +msgstr "lpadmin: メンバー名が見当たりません。" + +#: systemv/lpadmin.c:762 +#, c-format +msgid "lpadmin: Printer %s is already a member of class %s." +msgstr "lpadmin: プリンター %s はすでにクラス %s のメンバーです。" + +#: systemv/lpadmin.c:989 +#, c-format +msgid "lpadmin: Printer %s is not a member of class %s." +msgstr "lpadmin: プリンター %s はクラス %s のメンバーではありません。" + +#: systemv/lpadmin.c:175 systemv/lpadmin.c:324 systemv/lpadmin.c:536 +msgid "lpadmin: Printer name can only contain printable characters." +msgstr "lpadmin: プリンター名には表示可能文字だけが使用できます。" + +#: systemv/lpadmin.c:105 +msgid "" +"lpadmin: Unable to add a printer to the class:\n" +" You must specify a printer name first." +msgstr "" +"lpadmin: クラスにプリンターを追加できません:\n" +" 先にプリンター名を指定する必要があります。" + +#: systemv/lpadmin.c:96 systemv/lpadmin.c:149 systemv/lpadmin.c:253 +#: systemv/lpadmin.c:339 systemv/lpadmin.c:393 systemv/lpadmin.c:510 +#: systemv/lpadmin.c:647 +#, c-format +msgid "lpadmin: Unable to connect to server: %s" +msgstr "lpadmin: サーバーに接続できません: %s" + +#: systemv/lpadmin.c:1329 +msgid "lpadmin: Unable to create temporary file" +msgstr "lpadmin: テンポラリーファイルを作成できません" + +#: systemv/lpadmin.c:402 +msgid "" +"lpadmin: Unable to delete option:\n" +" You must specify a printer name first." +msgstr "" +"lpadmin: プリンター・オプションを削除できません:\n" +" 先にプリンター名を指定する必要があります。" + +#: systemv/lpadmin.c:1339 +#, c-format +msgid "lpadmin: Unable to open PPD file \"%s\" - %s" +msgstr "lpadmin: PPD ファイル \"%s\" を開けません - %s" + +#: systemv/lpadmin.c:348 +msgid "" +"lpadmin: Unable to remove a printer from the class:\n" +" You must specify a printer name first." +msgstr "" +"lpadmin: クラスからプリンターを削除できません:\n" +" 先にプリンター名を指定する必要があります。" + +#: systemv/lpadmin.c:656 +msgid "" +"lpadmin: Unable to set the printer options:\n" +" You must specify a printer name first." +msgstr "" +"lpadmin: プリンター・オプションを設定できません:\n" +" 先にプリンター名を指定する必要があります。" + +#: systemv/lpadmin.c:474 +#, c-format +msgid "lpadmin: Unknown allow/deny option \"%s\"." +msgstr "lpadmin:\"%s\" は未知の allow/deny オプションです。" + +#: systemv/lpadmin.c:629 +#, c-format +msgid "lpadmin: Unknown argument \"%s\"." +msgstr "lpadmin: \"%s\" は未知の引数です。" + +#: systemv/lpadmin.c:624 +#, c-format +msgid "lpadmin: Unknown option \"%c\"." +msgstr "lpadmin: \"%c\" は未知のオプションです。" + +#: systemv/lpadmin.c:580 +msgid "lpadmin: Warning - content type list ignored." +msgstr "lpadmin: 警告 - コンテンツタイプリストは無視されます。" + +#: berkeley/lpc.c:76 berkeley/lpc.c:104 berkeley/lpc.c:140 +msgid "lpc> " +msgstr "lpc> " + +#: systemv/lpinfo.c:137 +msgid "lpinfo: Expected 1284 device ID string after \"--device-id\"." +msgstr "lpinfo: \"--device-id\" のあとには、1284 デバイス ID を指定する必要があります。" + +#: systemv/lpinfo.c:190 +msgid "lpinfo: Expected language after \"--language\"." +msgstr "lpinfo: \"--language\" のあとには、言語を指定する必要があります。" + +#: systemv/lpinfo.c:207 +msgid "lpinfo: Expected make and model after \"--make-and-model\"." +msgstr "lpinfo: \"--make-and-model\" の後には、メーカーとモデルを指定する必要があります。" + +#: systemv/lpinfo.c:224 +msgid "lpinfo: Expected product string after \"--product\"." +msgstr "lpinfo: \"--product\" のあとには、製品名を指定する必要があります。" + +#: systemv/lpinfo.c:155 +msgid "lpinfo: Expected scheme list after \"--exclude-schemes\"." +msgstr "lpinfo: \"--exclude-schemes\" のあとには、スキーマ・リストを指定する必要があります。" + +#: systemv/lpinfo.c:173 +msgid "lpinfo: Expected scheme list after \"--include-schemes\"." +msgstr "lpinfo: \"--include-schemes\" のあとには、スキーマ・リストを指定する必要があります。" + +#: systemv/lpinfo.c:241 +msgid "lpinfo: Expected timeout after \"--timeout\"." +msgstr "lpinfo: \"--timeout\" のあとには、タイムアウト値を指定する必要があります。" + +#: systemv/lpinfo.c:265 +#, c-format +msgid "lpinfo: Unknown argument \"%s\"." +msgstr "lpinfo: 未知の引数 \"%s\"。" + +#: systemv/lpinfo.c:259 +#, c-format +msgid "lpinfo: Unknown option \"%c\"." +msgstr "lpinfo: 未知のオプション \"%c\"。" + +#: systemv/lpinfo.c:252 +#, c-format +msgid "lpinfo: Unknown option \"%s\"." +msgstr "lpinfo: 未知のオプション \"%s\"。" + +#: systemv/lpmove.c:133 +#, c-format +msgid "lpmove: Unable to connect to server: %s" +msgstr "lpmove: サーバーに接続できません: %s" + +#: systemv/lpmove.c:119 +#, c-format +msgid "lpmove: Unknown argument \"%s\"." +msgstr "lpmove: 未知の引数 \"%s\"。" + +#: systemv/lpmove.c:97 +#, c-format +msgid "lpmove: Unknown option \"%c\"." +msgstr "lpmove: 未知のオプション \"%c\"。" + +#: systemv/lpoptions.c:150 systemv/lpoptions.c:168 systemv/lpoptions.c:244 +msgid "lpoptions: No printers." +msgstr "lpoptions: プリンターがありません。" + +#: systemv/lpoptions.c:219 +#, c-format +msgid "lpoptions: Unable to add printer or instance: %s" +msgstr "lpoptions: プリンターまたはインスタンスを追加できません: %s。" + +#: systemv/lpoptions.c:521 +#, c-format +msgid "lpoptions: Unable to get PPD file for %s: %s" +msgstr "lpoptions: %s の PPD ファイルを取得できません: %s" + +#: systemv/lpoptions.c:529 +#, c-format +msgid "lpoptions: Unable to open PPD file for %s." +msgstr "lpoptions: %s の PPD ファイルを開けません。" + +#: systemv/lpoptions.c:99 +msgid "lpoptions: Unknown printer or class." +msgstr "lpoptions: 未知のプリンターまたはクラスです。" + +#: systemv/lppasswd.c:173 +msgid "lppasswd: Only root can add or delete passwords." +msgstr "lppasswd: root だけがパスワードの追加と削除を行えます。" + +#: systemv/lppasswd.c:302 +msgid "lppasswd: Password file busy." +msgstr "lppasswd: パスワードファイルがビジー状態です。" + +#: systemv/lppasswd.c:431 +msgid "lppasswd: Password file not updated." +msgstr "lppasswd: パスワードファイルは更新されません。" + +#: systemv/lppasswd.c:398 +msgid "lppasswd: Sorry, password doesn't match." +msgstr "lppasswd: 残念ながら、パスワードがマッチしません。" + +#: systemv/lppasswd.c:253 +msgid "lppasswd: Sorry, password rejected." +msgstr "lppasswd: 残念ながら、パスワードは拒否されました。" + +#: systemv/lppasswd.c:230 +msgid "lppasswd: Sorry, passwords don't match." +msgstr "lppasswd: 残念ながら、パスワードがマッチしません。" + +#: systemv/lppasswd.c:199 systemv/lppasswd.c:218 +#, c-format +msgid "lppasswd: Unable to copy password string: %s" +msgstr "lppasswd: パスワード文字列をコピーできません: %s" + +#: systemv/lppasswd.c:304 systemv/lppasswd.c:312 systemv/lppasswd.c:329 +#, c-format +msgid "lppasswd: Unable to open password file: %s" +msgstr "lppasswd: パスワードファイルを開けません: %s" + +#: systemv/lppasswd.c:364 systemv/lppasswd.c:377 systemv/lppasswd.c:408 +#, c-format +msgid "lppasswd: Unable to write to password file: %s" +msgstr "lppasswd: パスワードファイルに書き込めません: %s" + +#: systemv/lppasswd.c:446 +#, c-format +msgid "lppasswd: failed to backup old password file: %s" +msgstr "lppasswd: 古いパスワードファイルのバックアップに失敗しました: %s" + +#: systemv/lppasswd.c:458 +#, c-format +msgid "lppasswd: failed to rename password file: %s" +msgstr "lppasswd: パスワードファイルの名前の変更に失敗しました: %s" + +#: systemv/lppasswd.c:389 +#, c-format +msgid "lppasswd: user \"%s\" and group \"%s\" do not exist." +msgstr "lppasswd: ユーザー \"%s\" およびグループ \"%s\" は存在しません。" + +#: systemv/lpstat.c:1039 +#, c-format +msgid "" +"lpstat: error - %s environment variable names non-existent destination \"%s" +"\"." +msgstr "lpstat: エラー - 環境変数 %s が、存在しない宛先 \"%s\" を指しています。" + +#: systemv/lpstat.c:970 +#, c-format +msgid "members of class %s:" +msgstr "クラス %s のメンバー:" + +#: berkeley/lpq.c:582 +msgid "no entries" +msgstr "エントリーがありません" + +#: systemv/lpstat.c:1043 +msgid "no system default destination" +msgstr "システムのデフォルトの宛先がありません" + +#: scheduler/ipp.c:5702 +msgid "notify-events not specified." +msgstr "notify-events が指定されていません。" + +#: scheduler/ipp.c:2034 scheduler/ipp.c:5607 +#, c-format +msgid "notify-recipient-uri URI \"%s\" is already used." +msgstr "notify-recipient-uri URI \"%s\" はすでに使われています。" + +#: scheduler/ipp.c:2024 scheduler/ipp.c:5597 +#, c-format +msgid "notify-recipient-uri URI \"%s\" uses unknown scheme." +msgstr "notify-recipient-uri URI \"%s\" には未知のスキームが使われています。" + +#: cups/notify.c:87 +msgid "pending" +msgstr "保留" + +#: ppdc/ppdc.cxx:113 ppdc/ppdpo.cxx:93 +#, c-format +msgid "ppdc: Adding include directory \"%s\"." +msgstr "ppdc: ディレクトリー \"%s\" を追加しています。" + +#: ppdc/ppdpo.cxx:134 +#, c-format +msgid "ppdc: Adding/updating UI text from %s." +msgstr "ppdc: %s から UI テキストを追加または更新しています。" + +#: ppdc/ppdc-source.cxx:410 +#, c-format +msgid "ppdc: Bad boolean value (%s) on line %d of %s." +msgstr "ppdc: 不正な boolean 値 (%s) があります。%d 行目、ファイル名 %s。" + +#: ppdc/ppdc-import.cxx:264 +#, c-format +msgid "ppdc: Bad font attribute: %s" +msgstr "不正なフォント属性: %s" + +#: ppdc/ppdc-source.cxx:1796 +#, c-format +msgid "ppdc: Bad resolution name \"%s\" on line %d of %s." +msgstr "" +"ppdc: 不正な resolution 名 \"%s\" があります。%d 行目、ファイル名 %s 。" + +#: ppdc/ppdc-source.cxx:1113 +#, c-format +msgid "ppdc: Bad status keyword %s on line %d of %s." +msgstr "" +"ppdc: 不正な status キーワード %s があります。%d 行目、ファイル名 %s 。" + +#: ppdc/ppdc-source.cxx:2033 +#, c-format +msgid "ppdc: Bad variable substitution ($%c) on line %d of %s." +msgstr "ppdc: 不正な数値置換 ($%c) があります。%d 行目、ファイル名 %s。" + +#: ppdc/ppdc-source.cxx:2719 +#, c-format +msgid "ppdc: Choice found on line %d of %s with no Option." +msgstr "" +"ppdc: %d 行目、ファイル名 %s で、Option がないのに Choice が見つかりました。" + +#: ppdc/ppdc-source.cxx:1698 +#, c-format +msgid "ppdc: Duplicate #po for locale %s on line %d of %s." +msgstr "ppdc: locale %s に対して #po が二重に定義されています。%d 行目、ファイル名 %s 。" + +#: ppdc/ppdc-source.cxx:932 +#, c-format +msgid "ppdc: Expected a filter definition on line %d of %s." +msgstr "ppdc: %d 行目、ファイル名 %s においてフィルター定義が必要です。" + +#: ppdc/ppdc-source.cxx:955 +#, c-format +msgid "ppdc: Expected a program name on line %d of %s." +msgstr "ppdc: %d 行目、ファイル名 %s においてプログラム名が必要です。" + +#: ppdc/ppdc-source.cxx:394 +#, c-format +msgid "ppdc: Expected boolean value on line %d of %s." +msgstr "ppdc: %d 行目、ファイル名 %s において boolean 値が必要です。" + +#: ppdc/ppdc-source.cxx:1093 +#, c-format +msgid "ppdc: Expected charset after Font on line %d of %s." +msgstr "ppdc: %d 行目、ファイル名 %s において Font のあとに charset が必要です。" + +#: ppdc/ppdc-source.cxx:447 +#, c-format +msgid "ppdc: Expected choice code on line %d of %s." +msgstr "ppdc: %d 行目、ファイル名 %s において choice code が必要です。" + +#: ppdc/ppdc-source.cxx:435 +#, c-format +msgid "ppdc: Expected choice name/text on line %d of %s." +msgstr "ppdc: %d 行目、ファイル名 %s において choice name/text が必要です。" + +#: ppdc/ppdc-source.cxx:503 +#, c-format +msgid "ppdc: Expected color order for ColorModel on line %d of %s." +msgstr "" +"ppdc: %d 行目、ファイル名 %s において ColorModel に対する color order が必要" +"です。" + +#: ppdc/ppdc-source.cxx:492 +#, c-format +msgid "ppdc: Expected colorspace for ColorModel on line %d of %s." +msgstr "" +"ppdc: %d 行目、ファイル名 %s において ColorModel に対する colorspace が必要で" +"す。" + +#: ppdc/ppdc-source.cxx:514 +#, c-format +msgid "ppdc: Expected compression for ColorModel on line %d of %s." +msgstr "" +"ppdc: %d 行目、ファイル名 %s において ColorModel に対する compression が必要" +"です。" + +#: ppdc/ppdc-source.cxx:695 +#, c-format +msgid "ppdc: Expected constraints string for UIConstraints on line %d of %s." +msgstr "" +"ppdc: %d 行目、ファイル名 %s において UIConstraints に対する constraint が必" +"要です。" + +#: ppdc/ppdc-source.cxx:2905 +#, c-format +msgid "" +"ppdc: Expected driver type keyword following DriverType on line %d of %s." +msgstr "ppdc: %d 行目、ファイル名 %s において DriverType のあとに driver type keyword が必要です。" + +#: ppdc/ppdc-source.cxx:826 +#, c-format +msgid "ppdc: Expected duplex type after Duplex on line %d of %s." +msgstr "ppdc: %d 行目、ファイル名 %s において Duplex のあとに type が必要です。" + +#: ppdc/ppdc-source.cxx:1077 +#, c-format +msgid "ppdc: Expected encoding after Font on line %d of %s." +msgstr "ppdc: %d 行目、ファイル名 %s において Font のあとに encoding が必要です。" + +#: ppdc/ppdc-source.cxx:1689 +#, c-format +msgid "ppdc: Expected filename after #po %s on line %d of %s." +msgstr "ppdc: #po %s のあとにファイル名が必要です (%d 行目, ファイル %s)。" + +#: ppdc/ppdc-source.cxx:1205 +#, c-format +msgid "ppdc: Expected group name/text on line %d of %s." +msgstr "ppdc: %d 行目、ファイル名 %s において group name/text が必要です。" + +#: ppdc/ppdc-source.cxx:2619 +#, c-format +msgid "ppdc: Expected include filename on line %d of %s." +msgstr "ppdc: %d 行目、ファイル名 %s において include ファイル名が必要です。" + +#: ppdc/ppdc-source.cxx:1502 +#, c-format +msgid "ppdc: Expected integer on line %d of %s." +msgstr "ppdc: %d 行目、ファイル名 %s において整数指定が必要です。" + +#: ppdc/ppdc-source.cxx:1681 +#, c-format +msgid "ppdc: Expected locale after #po on line %d of %s." +msgstr "ppdc: %d 行目、ファイル名 %s において #po のあとに locale が必要です。" + +#: ppdc/ppdc-source.cxx:353 +#, c-format +msgid "ppdc: Expected name after %s on line %d of %s." +msgstr "ppdc: %s のあとに name が必要です。%d 行目、ファイル名 %s。" + +#: ppdc/ppdc-source.cxx:3277 +#, c-format +msgid "ppdc: Expected name after FileName on line %d of %s." +msgstr "ppdc: %d 行目、ファイル名 %s において FileName のあとに name が必要です。" + +#: ppdc/ppdc-source.cxx:1058 +#, c-format +msgid "ppdc: Expected name after Font on line %d of %s." +msgstr "ppdc: %d 行目、ファイル名 %s において Font のあとに name が必要です。" + +#: ppdc/ppdc-source.cxx:3108 +#, c-format +msgid "ppdc: Expected name after Manufacturer on line %d of %s." +msgstr "ppdc: %d 行目、ファイル名 %s において Manufacturer のあとに name が必要です。" + +#: ppdc/ppdc-source.cxx:3141 +#, c-format +msgid "ppdc: Expected name after MediaSize on line %d of %s." +msgstr "ppdc: %d 行目、ファイル名 %s において MediaSize のあとに name が必要です。" + +#: ppdc/ppdc-source.cxx:3231 +#, c-format +msgid "ppdc: Expected name after ModelName on line %d of %s." +msgstr "ppdc: %d 行目、ファイル名 %s において ModelName のあとに name が必要です。" + +#: ppdc/ppdc-source.cxx:3294 +#, c-format +msgid "ppdc: Expected name after PCFileName on line %d of %s." +msgstr "ppdc: %d 行目、ファイル名 %s において PCFileName のあとに name が必要です。" + +#: ppdc/ppdc-source.cxx:1156 +#, c-format +msgid "ppdc: Expected name/text after %s on line %d of %s." +msgstr "ppdc: %s のあとに name/text が必要です。%d 行目、ファイル名 %s。" + +#: ppdc/ppdc-source.cxx:1245 +#, c-format +msgid "ppdc: Expected name/text after Installable on line %d of %s." +msgstr "ppdc: %d 行目、ファイル名 %s において Installable のあとに name/text が必要です。" + +#: ppdc/ppdc-source.cxx:1782 +#, c-format +msgid "ppdc: Expected name/text after Resolution on line %d of %s." +msgstr "ppdc: %d 行目、ファイル名 %s において Resolution のあとに name/text が必要です。" + +#: ppdc/ppdc-source.cxx:479 +#, c-format +msgid "ppdc: Expected name/text combination for ColorModel on line %d of %s." +msgstr "" +"ppdc: %d 行目、ファイル名 %s において ColorModel に対する name/text が必要で" +"す。" + +#: ppdc/ppdc-source.cxx:1574 +#, c-format +msgid "ppdc: Expected option name/text on line %d of %s." +msgstr "ppdc: %d 行目、ファイル名 %s において option name/text が必要です。" + +#: ppdc/ppdc-source.cxx:1608 +#, c-format +msgid "ppdc: Expected option section on line %d of %s." +msgstr "ppdc: %d 行目、ファイル名 %s において option section が必要です。" + +#: ppdc/ppdc-source.cxx:1586 +#, c-format +msgid "ppdc: Expected option type on line %d of %s." +msgstr "ppdc: %d 行目、ファイル名 %s において option type が必要です。" + +#: ppdc/ppdc-source.cxx:1765 +#, c-format +msgid "ppdc: Expected override field after Resolution on line %d of %s." +msgstr "ppdc: %d 行目、ファイル名 %s において Resolution のあとに override field が必要です。" + +#: ppdc/ppdc-catalog.cxx:341 ppdc/ppdc-catalog.cxx:353 +#, c-format +msgid "ppdc: Expected quoted string on line %d of %s." +msgstr "%d 行: %s には引用符で囲まれた文字列が必要です。" + +#: ppdc/ppdc-source.cxx:1004 +#, c-format +msgid "ppdc: Expected real number on line %d of %s." +msgstr "ppdc: %d 行目、ファイル名 %s において実数が必要です。" + +#: ppdc/ppdc-source.cxx:572 +#, c-format +msgid "" +"ppdc: Expected resolution/mediatype following ColorProfile on line %d of %s." +msgstr "" +"ppdc: %d 行目、ファイル名 %s において ColorProfile に続いて resolution/" +"mediatype が必要です。" + +#: ppdc/ppdc-source.cxx:1863 +#, c-format +msgid "" +"ppdc: Expected resolution/mediatype following SimpleColorProfile on line %d " +"of %s." +msgstr "" +"ppdc: %d 行目、ファイル名 %s において SimpleColorProfile に続いて resolution/" +"mediatype が必要です。" + +#: ppdc/ppdc-source.cxx:361 +#, c-format +msgid "ppdc: Expected selector after %s on line %d of %s." +msgstr "ppdc: %s のあとに selector が必要です。%d 行目、ファイル名 %s。" + +#: ppdc/ppdc-source.cxx:1101 +#, c-format +msgid "ppdc: Expected status after Font on line %d of %s." +msgstr "ppdc: %d 行目、ファイル名 %s において Font のあとに status が必要です。" + +#: ppdc/ppdc-source.cxx:2794 +#, c-format +msgid "ppdc: Expected string after Copyright on line %d of %s." +msgstr "ppdc: %d 行目、ファイル名 %s において Copyright のあとに文字列が必要です。" + +#: ppdc/ppdc-source.cxx:3397 +#, c-format +msgid "ppdc: Expected string after Version on line %d of %s." +msgstr "ppdc: %d 行目、ファイル名 %s において Version のあとに文字列が必要です。" + +#: ppdc/ppdc-source.cxx:728 +#, c-format +msgid "ppdc: Expected two option names on line %d of %s." +msgstr "ppdc: %d 行目、ファイル名 %s において 2 つのオプション名が必要です。" + +#: ppdc/ppdc-source.cxx:372 +#, c-format +msgid "ppdc: Expected value after %s on line %d of %s." +msgstr "ppdc: %s のあとに value が必要です。%d 行目、ファイル名 %s。" + +#: ppdc/ppdc-source.cxx:1085 +#, c-format +msgid "ppdc: Expected version after Font on line %d of %s." +msgstr "ppdc: %d 行目、ファイル名 %s において Font のあとに version が必要です。" + +#: ppdc/ppdc-source.cxx:227 +#, c-format +msgid "ppdc: Invalid #include/#po filename \"%s\"." +msgstr "ppdc: 無効な #include/#po ファイル名です \"%s\"。" + +#: ppdc/ppdc-source.cxx:972 +#, c-format +msgid "ppdc: Invalid cost for filter on line %d of %s." +msgstr "" +"ppdc: %d 行目、ファイル名 %s においてフィルターに対する無効な cost がありま" +"す。" + +#: ppdc/ppdc-source.cxx:964 +#, c-format +msgid "ppdc: Invalid empty MIME type for filter on line %d of %s." +msgstr "ppdc: %d 行目、ファイル名 %s においてフィルターに対する無効な空の MIME タイプがあります。" + +#: ppdc/ppdc-source.cxx:980 +#, c-format +msgid "ppdc: Invalid empty program name for filter on line %d of %s." +msgstr "ppdc: %d 行目、ファイル名 %s においてフィルターに対するプログラム名が空であり無効です。" + +#: ppdc/ppdc-source.cxx:1628 +#, c-format +msgid "ppdc: Invalid option section \"%s\" on line %d of %s." +msgstr "" +"ppdc: 無効な option section があります \"%s\"。%d 行目、ファイル名 %s。" + +#: ppdc/ppdc-source.cxx:1600 +#, c-format +msgid "ppdc: Invalid option type \"%s\" on line %d of %s." +msgstr "ppdc: 無効な option type があります \"%s\"。%d 行目、ファイル名 %s。" + +#: ppdc/ppdc.cxx:251 ppdc/ppdpo.cxx:123 +#, c-format +msgid "ppdc: Loading driver information file \"%s\"." +msgstr "ppdc: ドライバー情報ファイル \"%s\" を読み込んでいます。" + +#: ppdc/ppdc.cxx:187 +#, c-format +msgid "ppdc: Loading messages for locale \"%s\"." +msgstr "ppdc: ロケール \"%s\" のメッセージを読み込んでいます。" + +#: ppdc/ppdc.cxx:126 +#, c-format +msgid "ppdc: Loading messages from \"%s\"." +msgstr "ppdc: \"%s\" からメッセージを読み込んでいます。" + +#: ppdc/ppdc-source.cxx:2412 ppdc/ppdc-source.cxx:2644 +#, c-format +msgid "ppdc: Missing #endif at end of \"%s\"." +msgstr "ppdc: \"%s\" の最後に #endif が見つかりません。" + +#: ppdc/ppdc-source.cxx:2513 ppdc/ppdc-source.cxx:2548 +#: ppdc/ppdc-source.cxx:2578 +#, c-format +msgid "ppdc: Missing #if on line %d of %s." +msgstr "ppdc: %d 行目、ファイル名 %s において #if が見つかりません。" + +#: ppdc/ppdc-catalog.cxx:418 +#, c-format +msgid "" +"ppdc: Need a msgid line before any translation strings on line %d of %s." +msgstr "%d 行: %s の翻訳文字列の前に msgid 行が必要です。" + +#: ppdc/ppdc-driver.cxx:730 +#, c-format +msgid "ppdc: No message catalog provided for locale %s." +msgstr "ppdc: ロケール %s に対するメッセージカタログが見つかりません。" + +#: ppdc/ppdc-source.cxx:1651 ppdc/ppdc-source.cxx:2882 +#: ppdc/ppdc-source.cxx:2968 ppdc/ppdc-source.cxx:3061 +#: ppdc/ppdc-source.cxx:3194 ppdc/ppdc-source.cxx:3327 +#, c-format +msgid "ppdc: Option %s defined in two different groups on line %d of %s." +msgstr "" +"ppdc: オプション %s が行 %d、ファイル %s の 2 つの異なるグループで定義されて" +"います。" + +#: ppdc/ppdc-source.cxx:1644 +#, c-format +msgid "ppdc: Option %s redefined with a different type on line %d of %s." +msgstr "" +"ppdc: オプション %s は異なる型で再定義されています。%d 行目、ファイル名 %s。" + +#: ppdc/ppdc-source.cxx:705 +#, c-format +msgid "ppdc: Option constraint must *name on line %d of %s." +msgstr "ppdc: %d 行目、ファイル名 %s において Option constraint は *name で指定しなければなりません。" + +#: ppdc/ppdc-source.cxx:2495 +#, c-format +msgid "ppdc: Too many nested #if's on line %d of %s." +msgstr "ppdc: %d 行目、ファイル名 %s において #if のネストが多すぎます。" + +#: ppdc/ppdc.cxx:374 +#, c-format +msgid "ppdc: Unable to create PPD file \"%s\" - %s." +msgstr "ppdc: PPD ファイル \"%s\" を作成できません - %s。" + +#: ppdc/ppdc.cxx:266 +#, c-format +msgid "ppdc: Unable to create output directory %s: %s" +msgstr "ppdc: 出力ディレクトリー \"%s\" を作成できません - %s" + +#: ppdc/ppdc.cxx:287 +#, c-format +msgid "ppdc: Unable to create output pipes: %s" +msgstr "ppdc: 出力パイプを作成できません: %s" + +#: ppdc/ppdc.cxx:303 ppdc/ppdc.cxx:309 +#, c-format +msgid "ppdc: Unable to execute cupstestppd: %s" +msgstr "ppdc: cupstestppd を実行できません: %s" + +#: ppdc/ppdc-source.cxx:1730 +#, c-format +msgid "ppdc: Unable to find #po file %s on line %d of %s." +msgstr "ppdc: #po ファイル %s が見つかりません。%d 行目、ファイル名 %s。" + +#: ppdc/ppdc-source.cxx:2651 +#, c-format +msgid "ppdc: Unable to find include file \"%s\" on line %d of %s." +msgstr "" +"ppdc: インクルードファイル %s が見つかりません。%d 行目、ファイル名 %s。" + +#: ppdc/ppdc.cxx:198 +#, c-format +msgid "ppdc: Unable to find localization for \"%s\" - %s" +msgstr "ppdc: \"%s\" に対する地域化情報が見つかりません - %s" + +#: ppdc/ppdc.cxx:135 +#, c-format +msgid "ppdc: Unable to load localization file \"%s\" - %s" +msgstr "ppdc: \"%s\" に対するローカライズファイルを読み込めません - %s" + +#: ppdc/ppdc-file.cxx:50 +#, c-format +msgid "ppdc: Unable to open %s: %s" +msgstr "ppdc: %s を開けません: %s" + +#: ppdc/ppdc-source.cxx:2054 +#, c-format +msgid "ppdc: Undefined variable (%s) on line %d of %s." +msgstr "ppdc: 変数 (%s) は未定義です。%d 行目、ファイル名 %s。" + +#: ppdc/ppdc-catalog.cxx:435 +#, c-format +msgid "ppdc: Unexpected text on line %d of %s." +msgstr "%d 行: %s は予期せぬテキストです。" + +#: ppdc/ppdc-source.cxx:2924 +#, c-format +msgid "ppdc: Unknown driver type %s on line %d of %s." +msgstr "ppdc: %s は未知のドライバータイプです。%d 行目、ファイル名 %s。" + +#: ppdc/ppdc-source.cxx:906 +#, c-format +msgid "ppdc: Unknown duplex type \"%s\" on line %d of %s." +msgstr "ppdc: \"%s\" は未知の両面タイプです。%d 行目、ファイル名 %s。" + +#: ppdc/ppdc-source.cxx:3154 +#, c-format +msgid "ppdc: Unknown media size \"%s\" on line %d of %s." +msgstr "ppdc: \"%s\" は未知の用紙サイズです。%d 行目、ファイル名 %s。" + +#: ppdc/ppdc-catalog.cxx:463 +#, c-format +msgid "ppdc: Unknown message catalog format for \"%s\"." +msgstr "\"%s\" は未知のメッセージカタログの書式です。" + +#: ppdc/ppdc-source.cxx:3408 +#, c-format +msgid "ppdc: Unknown token \"%s\" seen on line %d of %s." +msgstr "ppdc: 未知のトークン \"%s\" があります。%d 行目、ファイル名 %s。" + +#: ppdc/ppdc-source.cxx:1014 +#, c-format +msgid "" +"ppdc: Unknown trailing characters in real number \"%s\" on line %d of %s." +msgstr "ppdc: 実数 \"%s\" に未知の終了文字があります。%d 行目、ファイル名 %s。" + +#: ppdc/ppdc-source.cxx:2164 +#, c-format +msgid "ppdc: Unterminated string starting with %c on line %d of %s." +msgstr "" +"ppdc: %c で始まる文字に対して終端文字がありません。%d 行目、ファイル名 %s。" + +#: ppdc/ppdc.cxx:365 +#, c-format +msgid "ppdc: Warning - overlapping filename \"%s\"." +msgstr "ppdc: 警告 - ファイル名 \"%s\" が重複しています。" + +#: ppdc/ppdc.cxx:380 +#, c-format +msgid "ppdc: Writing %s." +msgstr "ppdc: %s を書き込んでいます。" + +#: ppdc/ppdc.cxx:148 +#, c-format +msgid "ppdc: Writing PPD files to directory \"%s\"." +msgstr "ppdc: ディレクトリー \"%s\" に PPD ファイルを書き込んでいます。" + +#: ppdc/ppdmerge.cxx:136 +#, c-format +msgid "ppdmerge: Bad LanguageVersion \"%s\" in %s." +msgstr "ppdmerge: 不正な LanguageVersion \"%s\" が %s にあります。" + +#: ppdc/ppdmerge.cxx:176 +#, c-format +msgid "ppdmerge: Ignoring PPD file %s." +msgstr "ppdmerge: PPD ファイル %s を無視します。" + +#: ppdc/ppdmerge.cxx:160 +#, c-format +msgid "ppdmerge: Unable to backup %s to %s - %s" +msgstr "ppdmerge: %s を %s にバックアップできません - %s" + +#: systemv/lpstat.c:1784 +#, c-format +msgid "printer %s disabled since %s -" +msgstr "プリンター %s は %s から無効です -" + +#: systemv/lpstat.c:1773 +#, c-format +msgid "printer %s is idle. enabled since %s" +msgstr "プリンター %s は待機中です。%s 以来有効です" + +#: systemv/lpstat.c:1778 +#, c-format +msgid "printer %s now printing %s-%d. enabled since %s" +msgstr "プリンター %s は %s-%d を印刷しています。%s 以来有効です" + +#: systemv/lpstat.c:1909 +#, c-format +msgid "printer %s/%s disabled since %s -" +msgstr "プリンター %s/%s は %s から無効です -" + +#: systemv/lpstat.c:1895 +#, c-format +msgid "printer %s/%s is idle. enabled since %s" +msgstr "プリンター %s/%s は待機中です。%s 以来有効です" + +#: systemv/lpstat.c:1902 +#, c-format +msgid "printer %s/%s now printing %s-%d. enabled since %s" +msgstr "プリンター %s/%s は現在 %s-%d を印刷中です。%s 以来有効です" + +#: cups/notify.c:93 cups/notify.c:134 +msgid "processing" +msgstr "処理中" + +#: systemv/lp.c:644 +#, c-format +msgid "request id is %s-%d (%d file(s))" +msgstr "リクエスト ID は %s-%d です (%d 個のファイル)" + +#: cups/snmp.c:1020 +msgid "request-id uses indefinite length" +msgstr "リクエスト ID の長さが不定" + +#: systemv/lpstat.c:2048 +msgid "scheduler is not running" +msgstr "スケジューラーは動作していません" + +#: systemv/lpstat.c:2044 +msgid "scheduler is running" +msgstr "スケジューラーは動作中です" + +#: cups/adminutil.c:2159 +#, c-format +msgid "stat of %s failed: %s" +msgstr "%s の状態取得に失敗しました: %s" + +#: berkeley/lpc.c:211 +msgid "status\t\tShow status of daemon and queue." +msgstr "status\t\tデーモンとキューの状態を表示" + +#: cups/notify.c:96 cups/notify.c:137 +msgid "stopped" +msgstr "停止" + +#: systemv/lpstat.c:1017 +#, c-format +msgid "system default destination: %s" +msgstr "システムのデフォルトの宛先: %s" + +#: systemv/lpstat.c:1014 +#, c-format +msgid "system default destination: %s/%s" +msgstr "システムのデフォルトの宛先: %s/%s" + +#: cups/notify.c:108 cups/notify.c:140 +msgid "unknown" +msgstr "未知" + +#: cups/notify.c:117 +msgid "untitled" +msgstr "タイトルなし" + +#: cups/snmp.c:1045 +msgid "variable-bindings uses indefinite length" +msgstr "variable-bindings の長さが不定" diff --git a/man/Makefile b/man/Makefile index 93dc4a530..db4893b3d 100644 --- a/man/Makefile +++ b/man/Makefile @@ -58,7 +58,6 @@ MAN8 = cupsaccept.$(MAN8EXT) \ cups-deviced.$(MAN8EXT) \ cups-driverd.$(MAN8EXT) \ cups-lpd.$(MAN8EXT) \ - cups-polld.$(MAN8EXT) \ cups-snmp.$(MAN8EXT) \ cupsd.$(MAN8EXT) \ cupsenable.$(MAN8EXT) \ diff --git a/man/cups-polld.man b/man/cups-polld.man deleted file mode 100644 index 8ef2fddc5..000000000 --- a/man/cups-polld.man +++ /dev/null @@ -1,38 +0,0 @@ -.\" -.\" "$Id: cups-polld.man 7600 2008-05-20 21:06:23Z mike $" -.\" -.\" cups-polld man page for CUPS. -.\" -.\" Copyright 2007-2012 by Apple Inc. -.\" Copyright 1997-2006 by Easy Software Products. -.\" -.\" These coded instructions, statements, and computer programs are the -.\" property of Apple Inc. 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 -.\" file is missing or damaged, see the license at "http://www.cups.org/". -.\" -.TH cups-polld 8 "CUPS" "12 February 2006" "Apple Inc." -.SH NAME -cups-polld \- cups printer polling daemon -.SH SYNOPSIS -.B cups-polld -.I address ipp-port interval browse-port -.SH DESCRIPTION -\fIcups-polld\fR polls remote servers for a list of available -printers and printer classes every \fIinterval\fR seconds. -Printer and class information is then broadcast to the localhost -interface (127.0.0.1) on the specified browse port for reception -by \fIcupsd(8)\fR. -.PP -This program is started automatically by \fIcupsd\fR for every -\fIBrowsePoll\fR directive found in the \fIcupsd.conf(5)\fR file. -.SH SEE ALSO -\fIcupsd(8)\fR, \fIcupsd.conf(5)\fR, -.br -http://localhost:631/help -.SH COPYRIGHT -Copyright 2007-2012 by Apple Inc. -.\" -.\" End of "$Id: cups-polld.man 7600 2008-05-20 21:06:23Z mike $". -.\" diff --git a/man/cupsctl.man b/man/cupsctl.man index 9e0e7d576..b347cf55d 100644 --- a/man/cupsctl.man +++ b/man/cupsctl.man @@ -12,7 +12,7 @@ .\" which should have been included with this file. If this file is .\" file is missing or damaged, see the license at "http://www.cups.org/". .\" -.TH cupsctl 8 "CUPS" "10 January 2011" "Apple Inc." +.TH cupsctl 8 "CUPS" "16 July 2012" "Apple Inc." .SH NAME cupsctl \- configure cupsd.conf options .SH SYNOPSIS @@ -22,7 +22,7 @@ cupsctl \- configure cupsd.conf options ] [ -h .I server[:port] ] [ --[no-]debug-logging ] [ --[no-]remote-admin ] [ --[no-]remote-any ] -[ --[no-]remote-printers ] [ --[no-]share-printers ] [ --[no-]user-cancel-any ] +[ --[no-]share-printers ] [ --[no-]user-cancel-any ] [ .I name=value ] @@ -57,11 +57,6 @@ Enables or disables remote administration. .br Enables or disables printing from any address, e.g. the Internet. .TP 5 ---[no-]remote-printers -.br -Enables or disables the display of remote printers shared via the CUPS, LDAP, -or SLP protocols. -.TP 5 --[no-]share-printers .br Enables or disables sharing of local printers with other computers. diff --git a/man/cupsfilter.man b/man/cupsfilter.man index d85cb194b..f39a7fdf3 100644 --- a/man/cupsfilter.man +++ b/man/cupsfilter.man @@ -11,18 +11,22 @@ .\" which should have been included with this file. If this file is .\" file is missing or damaged, see the license at "http://www.cups.org/". .\" -.TH cupsfilter 8 "CUPS" "4 March 2010" "Apple Inc." +.TH cupsfilter 8 "CUPS" "20 June 2012" "Apple Inc." .SH NAME cupsfilter \- convert a file to another format using cups filters .SH SYNOPSIS .B cupsfilter -[ -c +[ -D ] [ -U +.I user +] [ -c .I config-file ] [ -d .I printer -] [ -e ] -j +] [ -e ] [ -i +.I mime/type +] [ -j .I job-id[,N] -[ -m +] [ -m .I mime/type ] [ -n .I copies @@ -32,7 +36,7 @@ cupsfilter \- convert a file to another format using cups filters .I filename.ppd ] [ -t .I title -] +] [ -u ] .I filename .SH DESCRIPTION \fIcupsfilter\fR is a front-end to the CUPS filter subsystem which allows you @@ -40,6 +44,14 @@ to convert a file to a specific format, just as if you had printed the file through CUPS. By default, \fIcupsfilter\fR generates a PDF file. .SH OPTIONS .TP 5 +-D +.br +Delete the input file after conversion. +.TP 5 +-U user +.br +Specifies the username passed to the filters. The default is the name of the current user. +.TP 5 -c config-file .br Uses the named cupsd.conf configuration file. @@ -51,6 +63,11 @@ Uses information from the named printer. .br Use every filter from the PPD file. .TP 5 +-i mime/type +.br +Specifies the source file type. The default file type is guessed using the +filename and contents of the file. +.TP 5 -j job-id[,N] .br Converts document N from the specified job. If N is omitted, document 1 is @@ -77,9 +94,10 @@ Specifies the PPD file to use. -t title .br Specifies the document title. -.SH KNOWN ISSUES -\fIcupsfilter\fR currently does not use the filters defined in the PPD file. -This will be addressed in a future CUPS release. +.TP 5 +-u +.br +Delete the PPD file after conversion. .SH SEE ALSO \fIcupsd.conf(5)\fR .br diff --git a/man/lp.man b/man/lp.man index 4749daf22..2ef61cabf 100644 --- a/man/lp.man +++ b/man/lp.man @@ -12,7 +12,7 @@ .\" which should have been included with this file. If this file is .\" file is missing or damaged, see the license at "http://www.cups.org/". .\" -.TH lp 1 "CUPS" "3 October 2011" "Apple Inc." +.TH lp 1 "CUPS" "16 July 2012" "Apple Inc." .SH NAME lp - print files .SH SYNOPSIS @@ -179,7 +179,7 @@ Prints on one or two sides of the paper. The value (unrotated) pages, while "two-sided-short-edge" is used for landscape pages. .TP 5 --o fitplot +-o fit-to-page .br Scales the print file to fit on the page. .TP 5 @@ -195,12 +195,6 @@ Scales the print file to fit on the page. .br Prints multiple document pages on each output page. .TP 5 --o scaling=number -.br -Scales image files to use up to \fInumber\fR percent of the page. -Values greater than 100 cause the image file to be printed across -multiple pages. -.TP 5 -o cpi=N .br Sets the number of characters per inch to use when printing a diff --git a/man/lpadmin.man b/man/lpadmin.man index 2bc635897..d2ebbbec7 100644 --- a/man/lpadmin.man +++ b/man/lpadmin.man @@ -12,7 +12,7 @@ .\" which should have been included with this file. If this file is .\" file is missing or damaged, see the license at "http://www.cups.org/". .\" -.TH lpadmin 8 "CUPS" "10 May 2011" "Apple Inc." +.TH lpadmin 8 "CUPS" "16 July 2012" "Apple Inc." .SH NAME lpadmin \- configure cups printers and classes .SH SYNOPSIS @@ -182,10 +182,9 @@ user-level access control off. .TP 5 -v "device-uri" .br -Sets the \fIdevice-uri\fR attribute of the printer queue. If -\fIdevice-uri\fR is a filename it is automatically converted to -the form \fIfile:///file/name\fR. Use the \fI-v\fR option with the -\fIlpinfo(8)\fR command to get a list of supported device URIs and schemes. +Sets the \fIdevice-uri\fR attribute of the printer queue. Use the \fI-v\fR +option with the \fIlpinfo(8)\fR command to get a list of supported device URIs +and schemes. .TP 5 -D "info" .br diff --git a/packaging/cups.spec.in b/packaging/cups.spec.in index 3c8dc7e5a..b3576e850 100644 --- a/packaging/cups.spec.in +++ b/packaging/cups.spec.in @@ -25,7 +25,7 @@ %{?_with_dbus: %define _dbus --enable-dbus} %{!?_with_dbus: %define _dbus --disable-dbus} -%{!?_with_dnssd: %{!?_without_dnssd: %define _without_dnssd --without-dnssd}} +%{!?_with_dnssd: %{!?_without_dnssd: %define _with_dnssd --with-dnssd}} %{?_with_dnssd: %define _dnssd --enable-dnssd} %{!?_with_dnssd: %define _dnssd --disable-dnssd} @@ -179,6 +179,7 @@ rm -rf $RPM_BUILD_ROOT %dir /usr/lib/cups %dir /usr/lib/cups/backend %if %{?_with_dnssd:1}%{!?_with_dnssd:0} +# DNS-SD /usr/lib/cups/backend/dnssd %endif /usr/lib/cups/backend/http @@ -195,7 +196,6 @@ rm -rf $RPM_BUILD_ROOT /usr/lib/cups/daemon/cups-deviced /usr/lib/cups/daemon/cups-driverd /usr/lib/cups/daemon/cups-exec -/usr/lib/cups/daemon/cups-polld %dir /usr/lib/cups/driver %dir /usr/lib/cups/filter /usr/lib/cups/filter/* @@ -208,14 +208,10 @@ rm -rf $RPM_BUILD_ROOT %dir /usr/share/cups %dir /usr/share/cups/banners /usr/share/cups/banners/* -%dir /usr/share/cups/charsets -/usr/share/cups/charsets/* %dir /usr/share/cups/data /usr/share/cups/data/* %dir /usr/share/cups/drv /usr/share/cups/drv/* -%dir /usr/share/cups/fonts -/usr/share/cups/fonts/* %dir /usr/share/cups/ipptool /usr/share/cups/ipptool/* %dir /usr/share/cups/mime @@ -227,22 +223,6 @@ rm -rf $RPM_BUILD_ROOT /usr/share/cups/templates/* %dir /usr/share/doc/cups /usr/share/doc/cups/*.* -%dir /usr/share/doc/cups/de -/usr/share/doc/cups/de/* -%dir /usr/share/doc/cups/es -/usr/share/doc/cups/es/* -%dir /usr/share/doc/cups/eu -/usr/share/doc/cups/eu/* -%dir /usr/share/doc/cups/id -/usr/share/doc/cups/id/* -%dir /usr/share/doc/cups/it -/usr/share/doc/cups/it/* -%dir /usr/share/doc/cups/ja -/usr/share/doc/cups/ja/* -%dir /usr/share/doc/cups/pl -/usr/share/doc/cups/pl/* -%dir /usr/share/doc/cups/ru -/usr/share/doc/cups/ru/* %dir /usr/share/doc/cups/help /usr/share/doc/cups/help/accounting.html /usr/share/doc/cups/help/cgi.html @@ -262,7 +242,20 @@ rm -rf $RPM_BUILD_ROOT /usr/share/doc/cups/help/whatsnew.html %dir /usr/share/doc/cups/images /usr/share/doc/cups/images/* -/usr/share/locale/* + +%dir /usr/share/doc/cups/ca +/usr/share/doc/cups/ca/* +%dir /usr/share/doc/cups/es +/usr/share/doc/cups/es/* +%dir /usr/share/doc/cups/ja +/usr/share/doc/cups/ja/* + +%dir /usr/share/locale/ca +/usr/share/locale/ca/cups_ca.po +%dir /usr/share/locale/es +/usr/share/locale/es/cups_es.po +%dir /usr/share/locale/ja +/usr/share/locale/ja/cups_ja.po %dir /usr/share/man/man1 /usr/share/man/man1/cancel.1.gz @@ -292,7 +285,7 @@ rm -rf $RPM_BUILD_ROOT /usr/share/man/man8/cupsreject.8.gz /usr/share/man/man8/cups-deviced.8.gz /usr/share/man/man8/cups-driverd.8.gz -/usr/share/man/man8/cups-polld.8.gz +/usr/share/man/man8/cups-snmp.8.gz /usr/share/man/man8/lpadmin.8.gz /usr/share/man/man8/lpc.8.gz /usr/share/man/man8/lpinfo.8.gz diff --git a/ppdc/sample.drv b/ppdc/sample.drv index 2b7e02afb..a3e524ac2 100644 --- a/ppdc/sample.drv +++ b/ppdc/sample.drv @@ -3,7 +3,7 @@ // // Driver info file for CUPS-supplied PPDs. // -// Copyright 2007-2011 by Apple Inc. +// Copyright 2007-2012 by Apple Inc. // Copyright 1993-2006 by Easy Software Products. // // These coded instructions, statements, and computer programs are the @@ -103,7 +103,7 @@ #media "w576h468/8.00x6.50\"" 576 468 // Common stuff for all drivers... -Attribute "cupsVersion" "" "1.6" +Attribute "cupsVersion" "" "1.7" Attribute "FileSystem" "" "False" Attribute "LandscapeOrientation" "" "Plus90" Attribute "TTRasterizer" "" "Type42" diff --git a/scheduler/client.c b/scheduler/client.c index fcc4d814c..18d45ade9 100644 --- a/scheduler/client.c +++ b/scheduler/client.c @@ -4021,7 +4021,7 @@ valid_host(cupsd_client_t *con) /* I - Client connection */ !strncmp(host, "[::1]:", 6)); } -#ifdef HAVE_DNSSD +#if defined(HAVE_DNSSD) || defined(HAVE_AVAHI) /* * Check if the hostname is something.local (Bonjour); if so, allow it. */ @@ -4040,7 +4040,7 @@ valid_host(cupsd_client_t *con) /* I - Client connection */ !_cups_strcasecmp(end, ".local.") || !_cups_strncasecmp(end, ".local.:", 8))) return (1); -#endif /* HAVE_DNSSD */ +#endif /* HAVE_DNSSD || HAVE_AVAHI */ /* * Check if the hostname is an IP address... @@ -4101,7 +4101,7 @@ valid_host(cupsd_client_t *con) /* I - Client connection */ } } -#ifdef HAVE_DNSSD +#if defined(HAVE_DNSSD) || defined(HAVE_AVAHI) for (a = (cupsd_alias_t *)cupsArrayFirst(DNSSDAlias); a; a = (cupsd_alias_t *)cupsArrayNext(DNSSDAlias)) @@ -4126,7 +4126,7 @@ valid_host(cupsd_client_t *con) /* I - Client connection */ return (1); } } -#endif /* HAVE_DNSSD */ +#endif /* HAVE_DNSSD || HAVE_AVAHI */ /* * Check for interface hostname matches... diff --git a/scheduler/colorman.c b/scheduler/colorman.c index c662a2c15..ddb7a6fce 100644 --- a/scheduler/colorman.c +++ b/scheduler/colorman.c @@ -148,8 +148,11 @@ void cupsdRegisterColor(cupsd_printer_t *p) /* I - Printer */ { #ifdef __APPLE__ - apple_unregister_profiles(p); - apple_register_profiles(p); + if (!RunUser) + { + apple_unregister_profiles(p); + apple_register_profiles(p); + } #elif defined(HAVE_DBUS) colord_unregister_printer(p); @@ -201,7 +204,8 @@ void cupsdUnregisterColor(cupsd_printer_t *p)/* I - Printer */ { #ifdef __APPLE__ - apple_unregister_profiles(p); + if (!RunUser) + apple_unregister_profiles(p); #elif defined(HAVE_DBUS) colord_unregister_printer(p); diff --git a/scheduler/conf.c b/scheduler/conf.c index a7ec4151c..0dad19a5e 100644 --- a/scheduler/conf.c +++ b/scheduler/conf.c @@ -89,9 +89,9 @@ static const cupsd_var_t variables[] = { { "AccessLog", &AccessLog, CUPSD_VARTYPE_STRING }, { "AutoPurgeJobs", &JobAutoPurge, CUPSD_VARTYPE_BOOLEAN }, -#ifdef HAVE_DNSSD +#if defined(HAVE_DNSSD) || defined(HAVE_AVAHI) { "BrowseDNSSDSubTypes", &DNSSDSubTypes, CUPSD_VARTYPE_STRING }, -#endif /* HAVE_DNSSD */ +#endif /* HAVE_DNSSD || HAVE_AVAHI */ { "BrowseWebIF", &BrowseWebIF, CUPSD_VARTYPE_BOOLEAN }, { "Browsing", &Browsing, CUPSD_VARTYPE_BOOLEAN }, { "CacheDir", &CacheDir, CUPSD_VARTYPE_STRING }, @@ -735,9 +735,9 @@ cupsdReadConfiguration(void) Browsing = CUPS_DEFAULT_BROWSING; DefaultShared = CUPS_DEFAULT_DEFAULT_SHARED; -#ifdef HAVE_DNSSD +#if defined(HAVE_DNSSD) || defined(HAVE_AVAHI) cupsdSetString(&DNSSDSubTypes, "_cups,_print"); -#endif /* HAVE_DNSSD */ +#endif /* HAVE_DNSSD || HAVE_AVAHI */ cupsdSetString(&LPDConfigFile, CUPS_DEFAULT_LPD_CONFIG_FILE); cupsdSetString(&SMBConfigFile, CUPS_DEFAULT_SMB_CONFIG_FILE); diff --git a/scheduler/cups-exec.c b/scheduler/cups-exec.c index 1292a94b6..cc7056768 100644 --- a/scheduler/cups-exec.c +++ b/scheduler/cups-exec.c @@ -60,6 +60,7 @@ main(int argc, /* I - Number of command-line args */ } #ifdef HAVE_SANDBOX_H +# pragma GCC diagnostic ignored "-Wdeprecated-declarations" /* * Run in a separate security profile... */ diff --git a/scheduler/cups-lpd.c b/scheduler/cups-lpd.c index 49bfe8122..11bcd4df4 100644 --- a/scheduler/cups-lpd.c +++ b/scheduler/cups-lpd.c @@ -3,7 +3,7 @@ * * Line Printer Daemon interface for CUPS. * - * Copyright 2007-2011 by Apple Inc. + * Copyright 2007-2012 by Apple Inc. * Copyright 1997-2006 by Easy Software Products, all rights reserved. * * These coded instructions, statements, and computer programs are the @@ -744,8 +744,7 @@ print_file(http_t *http, /* I - HTTP connection */ ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_MIMETYPE, "document-format", NULL, format); - if (last) - ippAddBoolean(request, IPP_TAG_OPERATION, "last-document", 1); + ippAddBoolean(request, IPP_TAG_OPERATION, "last-document", last); /* * Do the request... diff --git a/scheduler/ipp.c b/scheduler/ipp.c index fb0e47dc1..4da385b41 100644 --- a/scheduler/ipp.c +++ b/scheduler/ipp.c @@ -4813,7 +4813,7 @@ copy_printer_attrs( ippAddDate(con->response, IPP_TAG_PRINTER, "printer-current-time", ippTimeToDate(curtime)); -#ifdef HAVE_DNSSD +#if defined(HAVE_DNSSD) || defined(HAVE_AVAHI) if (!ra || cupsArrayFind(ra, "printer-dns-sd-name")) { if (printer->reg_name) @@ -4823,7 +4823,7 @@ copy_printer_attrs( ippAddInteger(con->response, IPP_TAG_PRINTER, IPP_TAG_NOVALUE, "printer-dns-sd-name", 0); } -#endif /* HAVE_DNSSD */ +#endif /* HAVE_DNSSD || HAVE_AVAHI */ if (!ra || cupsArrayFind(ra, "printer-error-policy")) ippAddString(con->response, IPP_TAG_PRINTER, IPP_TAG_NAME, diff --git a/scheduler/main.c b/scheduler/main.c index a98027ee1..afb6e2e62 100644 --- a/scheduler/main.c +++ b/scheduler/main.c @@ -781,9 +781,9 @@ main(int argc, /* I - Number of command-line args */ * Got an error from select! */ -#ifdef HAVE_DNSSD +#if defined(HAVE_DNSSD) || defined(HAVE_AVAHI) cupsd_printer_t *p; /* Current printer */ -#endif /* HAVE_DNSSD */ +#endif /* HAVE_DNSSD || HAVE_AVAHI */ if (errno == EINTR) /* Just interrupted by a signal */ @@ -824,13 +824,13 @@ main(int argc, /* I - Number of command-line args */ job->print_pipes[0], job->print_pipes[1], job->back_pipes[0], job->back_pipes[1]); -#ifdef HAVE_DNSSD +#if defined(HAVE_DNSSD) || defined(HAVE_AVAHI) for (p = (cupsd_printer_t *)cupsArrayFirst(Printers); p; p = (cupsd_printer_t *)cupsArrayNext(Printers)) cupsdLogMessage(CUPSD_LOG_EMERG, "printer[%s] reg_name=\"%s\"", p->name, p->reg_name ? p->reg_name : "(null)"); -#endif /* HAVE_DNSSD */ +#endif /* HAVE_DNSSD || HAVE_AVAHI */ break; } diff --git a/scheduler/printers.c b/scheduler/printers.c index 434c732ff..1883c203a 100644 --- a/scheduler/printers.c +++ b/scheduler/printers.c @@ -4829,13 +4829,13 @@ load_ppd(cupsd_printer_t *p) /* I - Printer */ "printer-make-and-model", NULL, "Local System V Printer"); } - else if (!strncmp(p->device_uri, "ipp://", 6) && - (strstr(p->device_uri, "/printers/") != NULL || - strstr(p->device_uri, "/classes/") != NULL || - ((strstr(p->device_uri, "._ipp.") != NULL || - strstr(p->device_uri, "._ipps.") != NULL) && - !strcmp(p->device_uri + strlen(p->device_uri) - 5, - "/cups")))) + else if (((!strncmp(p->device_uri, "ipp://", 6) || + !strncmp(p->device_uri, "ipps://", 7)) && + (strstr(p->device_uri, "/printers/") != NULL || + strstr(p->device_uri, "/classes/") != NULL)) || + ((strstr(p->device_uri, "._ipp.") != NULL || + strstr(p->device_uri, "._ipps.") != NULL) && + !strcmp(p->device_uri + strlen(p->device_uri) - 5, "/cups"))) { /* * Tell the client this is really a hard-wired remote printer. diff --git a/templates/ca/add-class.tmpl b/templates/ca/add-class.tmpl new file mode 100644 index 000000000..8af7a7d05 --- /dev/null +++ b/templates/ca/add-class.tmpl @@ -0,0 +1,40 @@ +
      + +

      Afegeix una classe

      + +
      + + + + + + + + + + + + + + + + + + + + + + + + +
      Nom:
      +(Pot contenir qualsevol caràcter excepte «/», «#», i espai)
      Descripció:
      +(Una descripció com ara «HP LaserJet de doble cara»)
      Ubicació:
      +(Una ubicació com ara «Laboratori 1»)
      Membres: + +
      + +
      +
      diff --git a/templates/ca/add-printer.tmpl b/templates/ca/add-printer.tmpl new file mode 100644 index 000000000..f266a0be6 --- /dev/null +++ b/templates/ca/add-printer.tmpl @@ -0,0 +1,47 @@ +
      + +

      Afegir una impressora

      + +
      + + + + + + +{?current_make!?:} +{?current_make_and_model!?:} + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Nom:
      +(Pot contenir qualsevol caràcter excepte «/», «#», i espai)
      Descripció:
      +(Una descripció com ara «HP LaserJet de doble cara»)
      Ubicació:
      +(Una ubicació com ara «Laboratori 1»)
      Connexió:{device_uri}
      Compartir: +Comparteix aquesta impressora
      + +
      +
      diff --git a/templates/ca/add-rss-subscription.tmpl b/templates/ca/add-rss-subscription.tmpl new file mode 100644 index 000000000..b195ac692 --- /dev/null +++ b/templates/ca/add-rss-subscription.tmpl @@ -0,0 +1,44 @@ +
      + + + +

      Afegir una subscripció RSS

      + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Nom:
      +(Pot contenir qualsevol caràcter excepte espai «/», «?» i «#»)
      Cua:
      Esdeveniments:Creació de tasca
      +Tasca completada
      +Tasca aturada
      +Modificació de les opcions de la tasca
          Cua aturada
      +Cua afegida
      +Modificació de la cua
      +Eliminació de la cua
          Inicialització del servidor
      +Aturada del servidor
      +Servidor iniciat de nou
      +Auditoria de seguretat del servidor
      Nombre màxims d'esdeveniments al canal:
      + +
      diff --git a/templates/ca/admin.tmpl b/templates/ca/admin.tmpl new file mode 100644 index 000000000..ea3fc1ec0 --- /dev/null +++ b/templates/ca/admin.tmpl @@ -0,0 +1,102 @@ + + +
      + +

      Impressores

      + +

      +

      +
      +
      +{have_samba?
      :} +

      + +

      Classes

      + +

      +

      +
      +

      + +

      Tasques

      + +

      +

      +

      + +
                + +

      Servidor

      + +

      +

      +
      +
      +
      +

      + +{SETTINGS_ERROR?

      {SETTINGS_MESSAGE}

      +
      {SETTINGS_ERROR}
      : + +
      + + +{ADVANCEDSETTINGS?

      Configuració del servidor\:

      + +

      Avançat
      + + + Comparteix les impressores connectades a aquest sistema
      +        Nombre màxim de clients\: +
      +         Permet imprimir des d'Internet
      +         Anuncia la interfície web
      + Permet l'administració remota
      +{have_gssapi? Fes servir l'autenticació Kerberos (PMF)
      :} + Permet als usuaris cancel·lar qualsevol tasca (no només les pròpies)
      + Conserva l'historial de tasques
      +        Nombre màxim de tasques (0 per ilimitat)\: +
      +        Conserva les metadades\: +
      +        Conserva els documents\: +
      + Desa la informació de depuració per la resolució de problemes
      +        Mida màxima de fitxer de registre\: +

      + +:

      Configuració del servidor:

      + +

      Avançat
      + + Comparteix les impressores connectades a aquest sistema
      +         Permet imprimir des d'Internet
      + Permet l'administració remota
      +{have_gssapi? Fes servir l'autenticació Kerberos (PMF)
      :} + Permet als usuaris cancel·lar qualsevol tasca (no només les pròpies)
      + Desa la informació de depuració per la resolució de problemes
      + +} +

      + +
      } + +
      + +
      + +

      Subscripcions RSS

      + +

      +

      +

      + +
      + +{notify_subscription_id? + +{[notify_subscription_id] +} + +
      NomEsdevenimentsNom de la cua
      {notify_recipient_name}
      +
       
      {notify_events} {notify_printer_name?{notify_printer_name}:All Queues}
      :} diff --git a/templates/ca/choose-device.tmpl b/templates/ca/choose-device.tmpl new file mode 100644 index 000000000..a28cc92dd --- /dev/null +++ b/templates/ca/choose-device.tmpl @@ -0,0 +1,53 @@ +
      + +

      {op=modify-printer?Modifica {printer_name}:Add Printer}

      + +{CUPS_GET_DEVICES_DONE?
      + + +{printer_name?:} + + +{op=add-printer?: + + +} + + + + + + + + + + + + + + + + + +
      Connexió actual\: +{current_device_uri}
      Impressores locals\: +{[device_uri]{device_class!network? +{device_info} {?device_make_and_model!Unknown?({device_make_and_model}):}
      +:}} +
      Impressores de xarxa descobertes\: +{[device_uri]{device_class=network?{device_uri~[a-z]+://? +{device_info} {?device_make_and_model!Unknown?({device_make_and_model}):}
      +:}:}} +
      Altres impressores de xarxa\: +{[device_uri]{device_class=network?{device_uri~[a-z]+://?: +{device_info} {?device_make_and_model!Unknown?({device_make_and_model}):}
      +}:}} +
      + +
      :

      Buscant impressores...

      } + +
      diff --git a/templates/ca/choose-make.tmpl b/templates/ca/choose-make.tmpl new file mode 100644 index 000000000..01bc6540b --- /dev/null +++ b/templates/ca/choose-make.tmpl @@ -0,0 +1,64 @@ +
      + +

      {op=modify-printer?Modifica {printer_name}:Add Printer}

      + +
      + + +{printer_name?:} + + + + + + +{op=modify-printer?: + + +} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Nom:{printer_name}
      Descripció:{printer_info}
      Ubicació:{printer_location}
      Connecció:{device_uri}
      Compartida: +{?printer_is_shared=?Do Not:{?printer_is_shared=0?Do Not:}} Comparteix aquesta impressora
      Fabricant: + +
       
      O indica un fitxer PPD:
      + +
      +
      diff --git a/templates/ca/choose-model.tmpl b/templates/ca/choose-model.tmpl new file mode 100644 index 000000000..d2adeb876 --- /dev/null +++ b/templates/ca/choose-model.tmpl @@ -0,0 +1,60 @@ +
      + +

      {op=modify-printer?Modifica {printer_name}:Add Printer}

      + +
      + + +{printer_name?:} + + + + + +{op=modify-printer?: + + +} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Nom:{printer_name}
      Descripció:{printer_info}
      Ubicació:{printer_location}
      Connecció:{device_uri}
      Compartida: +{?printer_is_shared=?Do Not:{?printer_is_shared=0?Do Not:}} Comparteix aquesta impressora
      Fabricant:{PPD_MAKE}
      Model: + +
      O indica un fitxer PPD:
      + +
      +
      diff --git a/templates/ca/choose-serial.tmpl b/templates/ca/choose-serial.tmpl new file mode 100644 index 000000000..e86f5a88a --- /dev/null +++ b/templates/ca/choose-serial.tmpl @@ -0,0 +1,52 @@ +
      + +

      {op=modify-printer?Modifica {printer_name}:Add Printer}

      + +
      + + +{printer_name?:} + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Connexió:{device_uri}
      Velocitat:
      Paritat:
      Bits de dades:
      Control de flux:
      + +
      +
      diff --git a/templates/ca/choose-uri.tmpl b/templates/ca/choose-uri.tmpl new file mode 100644 index 000000000..630b1d3d7 --- /dev/null +++ b/templates/ca/choose-uri.tmpl @@ -0,0 +1,43 @@ +
      + +

      {op=modify-printer?Modifica {printer_name}:Add Printer}

      + +
      + + +{printer_name?:} + + + + + + + + + + + + + + + +
      Connexió:
      Exemples: +
      +    http://hostname:631/ipp/
      +    http://hostname:631/ipp/port1
      +
      +    ipp://hostname/ipp/
      +    ipp://hostname/ipp/port1
      +
      +    lpd://hostname/queue
      +
      +    socket://hostname
      +    socket://hostname:9100
      +
      + +

      Llegiu "Impressores de xarxa" per saber quin URI heu de fer servir amb la vostre impressora.

      + +
      + +
      +
      diff --git a/templates/ca/class-added.tmpl b/templates/ca/class-added.tmpl new file mode 100644 index 000000000..8e8347cb7 --- /dev/null +++ b/templates/ca/class-added.tmpl @@ -0,0 +1,7 @@ +
      + +

      Afegeix una classe

      + +

      La classe {printer_name} s'ha afegit correctament. + +

      diff --git a/templates/ca/class-confirm.tmpl b/templates/ca/class-confirm.tmpl new file mode 100644 index 000000000..905ac6f06 --- /dev/null +++ b/templates/ca/class-confirm.tmpl @@ -0,0 +1,10 @@ +
      + +

      Esborra la classe {printer_name}

      + +

      Avís: Esteu segur que voleu esborrar la classe +{printer_name}?

      + +

      + +
      diff --git a/templates/ca/class-deleted.tmpl b/templates/ca/class-deleted.tmpl new file mode 100644 index 000000000..3f0035f8c --- /dev/null +++ b/templates/ca/class-deleted.tmpl @@ -0,0 +1,7 @@ +
      + +

      Esborra la classe {printer_name}

      + +

      La classe {printer_name} s'ha esborrat correctament. + +

      diff --git a/templates/ca/class-jobs-header.tmpl b/templates/ca/class-jobs-header.tmpl new file mode 100644 index 000000000..90e640e44 --- /dev/null +++ b/templates/ca/class-jobs-header.tmpl @@ -0,0 +1,3 @@ +
      +

      Tasques

      +
      diff --git a/templates/ca/class-modified.tmpl b/templates/ca/class-modified.tmpl new file mode 100644 index 000000000..6152ffa96 --- /dev/null +++ b/templates/ca/class-modified.tmpl @@ -0,0 +1,7 @@ +
      + +

      Modifica la classe {printer_name}

      + +

      La classe {printer_name} s'ha modificat correctament. + +

      diff --git a/templates/ca/class.tmpl b/templates/ca/class.tmpl new file mode 100644 index 000000000..6b39168b7 --- /dev/null +++ b/templates/ca/class.tmpl @@ -0,0 +1,44 @@ +
      +

      {printer_name} +({printer_state=3?Inactiva:{printer_state=4?Processing:Paused}}, +{printer_is_accepting_jobs=0?No accepta tasques:Accepta tasques}, +{server_is_sharing_printers=0?No:{printer_is_shared=0?Not:}} Compartida{default_name={printer_name}?, Servidor per defecte:})

      + +
      + + + +
      + +
      + + + + + +
      + + + + + + +
      Descripció:{printer_info}
      Ubicació:{printer_location}
      Membres:{?member_uris=?None:{member_uris}}
      Per defecte:plantilles={job_sheets_default} +mitjà={media_default?{media_default}:unknown} +{sides_default?laterals={sides_default}:}
      + +
      diff --git a/templates/ca/classes-header.tmpl b/templates/ca/classes-header.tmpl new file mode 100644 index 000000000..47ad5ce9c --- /dev/null +++ b/templates/ca/classes-header.tmpl @@ -0,0 +1 @@ +

      {total=0?No hi ha cap classe:Es mostr{total=1?a:en} {#printer_name} classe{total=1?:s} de {total}}.

      diff --git a/templates/ca/classes.tmpl b/templates/ca/classes.tmpl new file mode 100644 index 000000000..bb5acf500 --- /dev/null +++ b/templates/ca/classes.tmpl @@ -0,0 +1,11 @@ +{#printer_name=0?: + + + + + +{[printer_name] + +} + +
      {ORDER=dec? Nom de la cua : Nom de la cua }DescripcióUbicacióMembresEstat
      {printer_name}{printer_info}{printer_location}{?member_uris=?None:{member_uris}}{printer_state=3?Idle:{printer_state=4?Processing:Paused}}{printer_state_message? - "{printer_state_message}":}
      } diff --git a/templates/ca/command.tmpl b/templates/ca/command.tmpl new file mode 100644 index 000000000..5cfd89f12 --- /dev/null +++ b/templates/ca/command.tmpl @@ -0,0 +1,12 @@ +
      + +

      {title} a {printer_name}

      + +

      {job_state>5?:Busy Indicator }Comanda de tasca de la impressora +{job_state=3?pendent:{job_state=4?pausat: +{job_state=5?processant:{job_state=6?aturat: +{job_state=7?cancel·lat:{job_state=8?abortat:completat}}}}}}{job_state=9?:{job_printer_state_message?, +"{job_printer_state_message}":}}

      + +
      diff --git a/templates/ca/edit-config.tmpl b/templates/ca/edit-config.tmpl new file mode 100644 index 000000000..e6e08f126 --- /dev/null +++ b/templates/ca/edit-config.tmpl @@ -0,0 +1,24 @@ + + +
      + +

      Edita el fitxer de configuració

      + +
      + + + + + +

      +

      + +
      + +
      diff --git a/templates/ca/error-op.tmpl b/templates/ca/error-op.tmpl new file mode 100644 index 000000000..064e8b4c2 --- /dev/null +++ b/templates/ca/error-op.tmpl @@ -0,0 +1,9 @@ +
      + +

      {?title} {?printer_name} Error

      + +

      Error:

      + +
      Operació desconeguda "{op}"!
      + +
      diff --git a/templates/ca/error.tmpl b/templates/ca/error.tmpl new file mode 100644 index 000000000..f04f03afb --- /dev/null +++ b/templates/ca/error.tmpl @@ -0,0 +1,9 @@ +
      + +

      {?title} {?printer_name} Error

      + +

      {?message?{message}:Error}

      + +
      {error}
      + +
      diff --git a/templates/ca/header.tmpl.in b/templates/ca/header.tmpl.in new file mode 100644 index 000000000..988d6bf79 --- /dev/null +++ b/templates/ca/header.tmpl.in @@ -0,0 +1,29 @@ + + + + + {title} - CUPS @CUPS_VERSION@@CUPS_REVISION@ + + + {refresh_page?:} + + + + + + + diff --git a/templates/ca/option-conflict.tmpl b/templates/ca/option-conflict.tmpl new file mode 100644 index 000000000..59b63e9fc --- /dev/null +++ b/templates/ca/option-conflict.tmpl @@ -0,0 +1,7 @@ +

      Error: Les següents opcions entren en conflicte:

      + + + +

      Canvieu algunes de les opcions per resoldre els conflictes.

      diff --git a/templates/ca/option-header.tmpl b/templates/ca/option-header.tmpl new file mode 100644 index 000000000..464726a50 --- /dev/null +++ b/templates/ca/option-header.tmpl @@ -0,0 +1,5 @@ +
      + +

      {group}

      + +
      + + + + + + + + + + + + + +
        Inici    Administració    Classes    Ajuda en línia    Tasques    Impressores  
       
      diff --git a/templates/ca/help-header.tmpl b/templates/ca/help-header.tmpl new file mode 100644 index 000000000..54f2d228b --- /dev/null +++ b/templates/ca/help-header.tmpl @@ -0,0 +1,52 @@ +
      +
      +{TOPIC?:} + +

      Cerca a +{HELPTITLE?{HELPTITLE}:{TOPIC?{TOPIC}:tots els documents}}: + +

      + +
      + + + + +{QUERY?

      Resultats de la cerca a {HELPFILE?{HELPTITLE}:{TOPIC?{TOPIC}:tots els documents}}\:

      +{QTEXT?:} +:

      No s'ha trobat cap coincidència.

      } +
      :} +{HELPTITLE?

      {HELPTITLE}

      +
      : + +

      Ajuda en línia

      + +

      Aquesta és la interfície d'ajuda en línia de CUPS. +Introduïu les paraules que vulgueu cercar aquí dalt o feu clic als +enllaços de la documentació per mostrar la informació de +l'ajuda en línia.

      + +

      Si sou nou a CUPS, llegiu la pàgina «Descripció general de CUPS». Els +usuaris veterans haurien de llegir la pàgina «Que hi ha de nou a CUPS 1.6».

      + +

      La pàgina web de CUPS també +dona conté molts recursos que inclouen fòrums, respostes a les preguntes més +freqüents, i un formulari per enviar informes d'errors i demanar noves +característiques.

      } diff --git a/templates/ca/help-printable.tmpl b/templates/ca/help-printable.tmpl new file mode 100644 index 000000000..2463c1630 --- /dev/null +++ b/templates/ca/help-printable.tmpl @@ -0,0 +1,9 @@ + + + + + {HELPTITLE} + + + + diff --git a/templates/ca/help-trailer.tmpl b/templates/ca/help-trailer.tmpl new file mode 100644 index 000000000..4c1ebed85 --- /dev/null +++ b/templates/ca/help-trailer.tmpl @@ -0,0 +1 @@ +
      diff --git a/templates/ca/job-cancel.tmpl b/templates/ca/job-cancel.tmpl new file mode 100644 index 000000000..a53ca2f6d --- /dev/null +++ b/templates/ca/job-cancel.tmpl @@ -0,0 +1,7 @@ +
      + +

      Cancel·la la tasca {job_id}

      + +

      La tasca {job_id} s'ha cancel·lat. + +

      diff --git a/templates/ca/job-hold.tmpl b/templates/ca/job-hold.tmpl new file mode 100644 index 000000000..e89b97f4c --- /dev/null +++ b/templates/ca/job-hold.tmpl @@ -0,0 +1,7 @@ +
      + +

      Pausa la tasca {job_id}

      + +

      La tasca {job_id} s'ha posat en pausa. + +

      diff --git a/templates/ca/job-move.tmpl b/templates/ca/job-move.tmpl new file mode 100644 index 000000000..1bca28224 --- /dev/null +++ b/templates/ca/job-move.tmpl @@ -0,0 +1,27 @@ +
      + +
      + + +{job_id?:} + +

      {job_id?Mou la tasca {job_id}:Mou totes les tasques}

      + + + + + + + + + + +
      Nova destinació: + +
      + +
      + +
      diff --git a/templates/ca/job-moved.tmpl b/templates/ca/job-moved.tmpl new file mode 100644 index 000000000..1e538f9a1 --- /dev/null +++ b/templates/ca/job-moved.tmpl @@ -0,0 +1,8 @@ +
      + +

      {job_id?Mou la tasca {job_id}:Mou totes les tasques}

      + +

      {job_id?La tasca s'ha {job_id}:Totes les tasques s'han} mogut a +{job_printer_name}.

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

      Allibera la tasca {job_id}

      + +

      La tasca {job_id} s'ha alliberat. + +

      diff --git a/templates/ca/job-restart.tmpl b/templates/ca/job-restart.tmpl new file mode 100644 index 000000000..d40c1c239 --- /dev/null +++ b/templates/ca/job-restart.tmpl @@ -0,0 +1,7 @@ +
      + +

      Torna a imprimir la tasca {job_id}

      + +

      La tasca {job_id} s'ha tornat a imprimir. + +

      diff --git a/templates/ca/jobs-header.tmpl b/templates/ca/jobs-header.tmpl new file mode 100644 index 000000000..3f785d5f5 --- /dev/null +++ b/templates/ca/jobs-header.tmpl @@ -0,0 +1,5 @@ +
      {?which_jobs=?:
      } +{?which_jobs=completed?:
      } +{?which_jobs=all?:
      }
      + +

      {total=0?No hi ha cap tasca:Es mostren {#job_id} tas{total=1?ca:ques} de {total} {?which_jobs=?active:{which_jobs=all?:completed}}}.

      diff --git a/templates/ca/jobs.tmpl b/templates/ca/jobs.tmpl new file mode 100644 index 000000000..2ec88e126 --- /dev/null +++ b/templates/ca/jobs.tmpl @@ -0,0 +1,36 @@ +{#job_id=0?: + + + + + +{[job_id] + + + + + + + + + +} + +
      {ORDER=dec? ID : ID }NomUsuariMidaPàginesEstatControl
      {job_printer_name}-{job_id}{?phone? ({phone}):} {?job_name=?Desconegut:{job_name}} {?job_originating_user_name=?Withheld:{job_originating_user_name}} {job_k_octets}k {job_media_sheets_completed=0?Desconegudes:{?job_media_sheets_completed}} {job_state=3?pendent des de
      {time_at_creation}:{job_state=4?pausada des de
      {time_at_creation}: +{job_state=5?processant des de
      {time_at_processing}:{job_state=6?aturada: +{job_state=7?cancel·lada el
      {time_at_completed}:{job_state=8?avortada:completada el
      {time_at_completed}}}}}}} {job_printer_state_message?
      +"{job_printer_state_message}":}
      +{job_preserved>0?{job_state>5? +
      :}:} +{job_state=4? +
      +
      :} +{job_state=3? +
      +
      :} +{job_state<7? +
      +
      +
      :} + 
      +} diff --git a/templates/ca/list-available-printers.tmpl b/templates/ca/list-available-printers.tmpl new file mode 100644 index 000000000..b771b5b69 --- /dev/null +++ b/templates/ca/list-available-printers.tmpl @@ -0,0 +1,11 @@ +
      + +

      Impressores disponibles

      + +{#device_uri=0?

      No s'ha trobat cap impressora.

      +:
        {[device_uri] +
      • +{device_make_and_model} ({device_info})
      • +}
      } + +
      diff --git a/templates/ca/modify-class.tmpl b/templates/ca/modify-class.tmpl new file mode 100644 index 000000000..26a6284b5 --- /dev/null +++ b/templates/ca/modify-class.tmpl @@ -0,0 +1,34 @@ +
      + +

      Modifica la classe {printer_name}

      + +
      + + + + + + + + + + + + + + + + + + + + + +
      Descripció:
      Ubicació:
      Membres: + +
      + +
      +
      diff --git a/templates/ca/modify-printer.tmpl b/templates/ca/modify-printer.tmpl new file mode 100644 index 000000000..3843016fb --- /dev/null +++ b/templates/ca/modify-printer.tmpl @@ -0,0 +1,42 @@ +
      + +

      Modifica {printer_name}

      + +
      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Descripció:
      +(Una descripció com ara «HP LaserJet de doble cara»)
      Ubicació:
      +(Una ubicació com ara «Laboratori 1»)
      Connexió:{device_uri}
      Compartir: +Comparteix aquesta impressora
      + +
      +
      diff --git a/templates/ca/norestart.tmpl b/templates/ca/norestart.tmpl new file mode 100644 index 000000000..5cdb7c4d5 --- /dev/null +++ b/templates/ca/norestart.tmpl @@ -0,0 +1,8 @@ +
      + +

      Canvis en la configuració

      + +

      El servidor no s'ha tornat a iniciar per que no hi ha canvis +a la configuració...

      + +
      diff --git a/templates/ca/option-boolean.tmpl b/templates/ca/option-boolean.tmpl new file mode 100644 index 000000000..e832ee102 --- /dev/null +++ b/templates/ca/option-boolean.tmpl @@ -0,0 +1,6 @@ +
      {keytext}: +{[choices]{text}} +
      diff --git a/templates/ca/option-pickmany.tmpl b/templates/ca/option-pickmany.tmpl new file mode 100644 index 000000000..0da75e5d2 --- /dev/null +++ b/templates/ca/option-pickmany.tmpl @@ -0,0 +1,6 @@ + + + + diff --git a/templates/ca/option-pickone.tmpl b/templates/ca/option-pickone.tmpl new file mode 100644 index 000000000..1b3c271cb --- /dev/null +++ b/templates/ca/option-pickone.tmpl @@ -0,0 +1,18 @@ + + +:} + diff --git a/templates/ca/option-trailer.tmpl b/templates/ca/option-trailer.tmpl new file mode 100644 index 000000000..11c401131 --- /dev/null +++ b/templates/ca/option-trailer.tmpl @@ -0,0 +1,5 @@ +
      {keytext}:
      {keytext}: +{iscustom=1?{[params] + + +}
      {paramtext}:{params=Units?:}
      +
      + +

      + + diff --git a/templates/ca/pager.tmpl b/templates/ca/pager.tmpl new file mode 100644 index 000000000..ab134f1d4 --- /dev/null +++ b/templates/ca/pager.tmpl @@ -0,0 +1,6 @@ + + + + + +
      {PREV?
      : }
      {NEXT?
      : }
      diff --git a/templates/ca/printer-accept.tmpl b/templates/ca/printer-accept.tmpl new file mode 100644 index 000000000..0bd2a57fc --- /dev/null +++ b/templates/ca/printer-accept.tmpl @@ -0,0 +1,9 @@ +
      + +

      Accepta tasques a {is_class?la classe: la impressora} {printer_name}

      + +

      {is_class?La classe:La impressora} {printer_name} +ara accepta tasques.

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

      Afegeix una impressora

      + +

      La impressora {printer_name} s'ha afegit +correctament. + +

      diff --git a/templates/ca/printer-configured.tmpl b/templates/ca/printer-configured.tmpl new file mode 100644 index 000000000..20880da9a --- /dev/null +++ b/templates/ca/printer-configured.tmpl @@ -0,0 +1,6 @@ +
      + +

      S'ha aplicat la configuració per defecte a {printer_name}

      + +

      Les opcions per defecte de la {OP=set-class-options?classe :impressora }{printer_name} s'han establert correctament. +

      diff --git a/templates/ca/printer-confirm.tmpl b/templates/ca/printer-confirm.tmpl new file mode 100644 index 000000000..916bc309b --- /dev/null +++ b/templates/ca/printer-confirm.tmpl @@ -0,0 +1,10 @@ +
      + +

      Elimina la impressora {printer_name}

      + +

      Avís: Esteu segur que voleu eliminar la impressora +{printer_name}?

      + +

      + +
      diff --git a/templates/ca/printer-default.tmpl b/templates/ca/printer-default.tmpl new file mode 100644 index 000000000..76f7ddf65 --- /dev/null +++ b/templates/ca/printer-default.tmpl @@ -0,0 +1,12 @@ +
      + +

      Estableix {is_class?Class:Printer} {printer_name} com a predeterminada

      + +

      {is_class?Class:Printer} {printer_name} +s'ha establert com a impressora predeterminada.

      + +
      Nota: Qualsevol usuari que hagi estat establert mitjançant +la comanda lpoptions sobreescriurà aquesta configuració predeterminada.
      + +
      diff --git a/templates/ca/printer-deleted.tmpl b/templates/ca/printer-deleted.tmpl new file mode 100644 index 000000000..695ab6731 --- /dev/null +++ b/templates/ca/printer-deleted.tmpl @@ -0,0 +1,7 @@ +
      + +

      Elimina la impressora {printer_name}

      + +

      La impressora {printer_name} s'ha eliminat correctament. + +

      diff --git a/templates/ca/printer-jobs-header.tmpl b/templates/ca/printer-jobs-header.tmpl new file mode 100644 index 000000000..90e640e44 --- /dev/null +++ b/templates/ca/printer-jobs-header.tmpl @@ -0,0 +1,3 @@ +
      +

      Tasques

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

      Modifica la impressora {printer_name}

      + +

      La impressora {printer_name} s'ha +modificat correctament. + +

      diff --git a/templates/ca/printer-purge.tmpl b/templates/ca/printer-purge.tmpl new file mode 100644 index 000000000..980d883eb --- /dev/null +++ b/templates/ca/printer-purge.tmpl @@ -0,0 +1,8 @@ +
      + +

      Cancel·la les tasques de {is_class?la classe:la impressora} {printer_name}

      + +

      S'han cancel·lat totes les tasques de{is_class?la classe:la impressora} {printer_name}.

      + +
      diff --git a/templates/ca/printer-reject.tmpl b/templates/ca/printer-reject.tmpl new file mode 100644 index 000000000..6269cf2c4 --- /dev/null +++ b/templates/ca/printer-reject.tmpl @@ -0,0 +1,9 @@ +
      + +

      Refusa les tasques a {is_class?la classe:la impressora} {printer_name}

      + +

      {is_class?La classe:la impressora} {printer_name} +no accepta tasques a partir d'ara.

      + +
      diff --git a/templates/ca/printer-start.tmpl b/templates/ca/printer-start.tmpl new file mode 100644 index 000000000..6986fd4ba --- /dev/null +++ b/templates/ca/printer-start.tmpl @@ -0,0 +1,9 @@ +
      + +

      Reprèn {is_class?la classe:la impressora} {printer_name}

      + +

      {is_class?La classe:La impressora} {printer_name} +ha reprès les tasques.

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

      Pausa {is_class?la classe:la impressora} {printer_name}

      + +

      {is_class?La classe:La impressora} {printer_name} +s'ha posat en pausa.

      + +
      diff --git a/templates/ca/printer.tmpl b/templates/ca/printer.tmpl new file mode 100644 index 000000000..2500001a9 --- /dev/null +++ b/templates/ca/printer.tmpl @@ -0,0 +1,47 @@ +
      + +

      {printer_name} +({printer_state=3?Inactiva:{printer_state=4?Processant:En pausa}}, +{printer_is_accepting_jobs=0?Refusa les tasques:Accepta tasques}, +{server_is_sharing_printers=0?No:{printer_is_shared=0?No:}} Compartida{default_name={printer_name}?, Servidor per defecte:})

      + +
      + + + +
      + +
      + + + + +
      + + + + + + +
      Descripció:{printer_info}
      Ubicació:{printer_location}
      Controlador:{printer_make_and_model} ({color_supported=1?color:escala de grisos}{sides_supported?, impressió a doble cara:})
      +
      Connexió:{device_uri}
      Configuració per defecte:Fulls de tasques={job_sheets_default} +safata={media_default?{media_default}:desconeguda} +{sides_default?cares={sides_default}:}
      + +
      diff --git a/templates/ca/printers-header.tmpl b/templates/ca/printers-header.tmpl new file mode 100644 index 000000000..52eaa2ff4 --- /dev/null +++ b/templates/ca/printers-header.tmpl @@ -0,0 +1 @@ +

      {total=0?Cap impressora:Es mostr{#printer_name=1?a:en} {#printer_name} de {total} impressor{total=1?a:es}}.

      diff --git a/templates/ca/printers.tmpl b/templates/ca/printers.tmpl new file mode 100644 index 000000000..d978c17bf --- /dev/null +++ b/templates/ca/printers.tmpl @@ -0,0 +1,11 @@ +{#printer_name=0?: + + + + + +{[printer_name] + +} + +
      {ORDER=dec? Nom : Nom }DescripcióUbicacióMarca i modelEstat
      {printer_name}{printer_info}{printer_location}{printer_make_and_model}{printer_state=3?Preparada:{printer_state=4?Processant:En pausa}}{printer_state_message? - "{printer_state_message}":}
      } diff --git a/templates/ca/restart.tmpl b/templates/ca/restart.tmpl new file mode 100644 index 000000000..4e3983f7a --- /dev/null +++ b/templates/ca/restart.tmpl @@ -0,0 +1,8 @@ +
      + +

      Canvis en la configuració

      + +

      Espereu mentre es torna a iniciar el servidor...

      + +
      diff --git a/templates/ca/samba-export.tmpl b/templates/ca/samba-export.tmpl new file mode 100644 index 000000000..2b16e1eef --- /dev/null +++ b/templates/ca/samba-export.tmpl @@ -0,0 +1,55 @@ + + +
      + + + +

      Exporta les impressores al Samba

      + +{error?

      No es pot exportar les impressores al Samba\:

      +
      {error}
      +

      Consulteu el fitxer error_log per obtenir més informació.

      : +

      Aquesta pàgina us permet exportar les impressores al Samba per tal que +els clients de Windows puguin accedir-hi a través de les icones Xarxa +veïna o Llocs de la xarxa del seu +escriptori. Abans heu d'instal·lar el controlador d'impressores Windows PostScript +tal i com s'explica a la pàgina del manual cupsaddsmb(8).

      } + + + + + + + + + + + + + + + + + + +
      Impressores: +
      + Exporta totes les impressores +
      Nom de l'usuari del Samba: (necessari)
      Contrasenya del Samba: (necessària)
      + +
      diff --git a/templates/ca/samba-exported.tmpl b/templates/ca/samba-exported.tmpl new file mode 100644 index 000000000..7ea98570e --- /dev/null +++ b/templates/ca/samba-exported.tmpl @@ -0,0 +1 @@ +

      Les impressores s'han exportat correctament al Samba.

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

      Cerca a les +{SEARCH_DEST?{SEARCH_DEST}:{SECTION=classes?classes:{SECTION=jobs?tasques:impressores}}}: +

      + +
      diff --git a/templates/ca/set-printer-options-header.tmpl b/templates/ca/set-printer-options-header.tmpl new file mode 100644 index 000000000..b4a4a4e52 --- /dev/null +++ b/templates/ca/set-printer-options-header.tmpl @@ -0,0 +1,26 @@ +
      + +

      Aplica les opcions per defecte a {printer_name}

      + +
      + + + +{HAVE_AUTOCONFIGURE?:} + + + +

      {[group_id] +{group}     }

      + +
      diff --git a/templates/ca/set-printer-options-trailer.tmpl b/templates/ca/set-printer-options-trailer.tmpl new file mode 100644 index 000000000..11adc7012 --- /dev/null +++ b/templates/ca/set-printer-options-trailer.tmpl @@ -0,0 +1,16 @@ +
      + + +
      + +
      diff --git a/templates/ca/subscription-added.tmpl b/templates/ca/subscription-added.tmpl new file mode 100644 index 000000000..067132fe5 --- /dev/null +++ b/templates/ca/subscription-added.tmpl @@ -0,0 +1,5 @@ +
      + +

      La subscripció {subscription_name} s'ha afegit correctament.

      + +
      diff --git a/templates/ca/subscription-canceled.tmpl b/templates/ca/subscription-canceled.tmpl new file mode 100644 index 000000000..8a93b4cd5 --- /dev/null +++ b/templates/ca/subscription-canceled.tmpl @@ -0,0 +1,5 @@ +
      + +

      La subscripció #{notify_subscription_id} s'ha cancel·lat.

      + +
      diff --git a/templates/ca/test-page.tmpl b/templates/ca/test-page.tmpl new file mode 100644 index 000000000..2a4b77601 --- /dev/null +++ b/templates/ca/test-page.tmpl @@ -0,0 +1,8 @@ +
      + +

      Imprimeix una pàgina de prova a {printer_name}

      + +

      S'ha enviat la pàgina de prova; l'ID de la tasca és +{printer_name}-{job_id}.

      + +
      diff --git a/templates/ca/trailer.tmpl b/templates/ca/trailer.tmpl new file mode 100644 index 000000000..f16123f70 --- /dev/null +++ b/templates/ca/trailer.tmpl @@ -0,0 +1,8 @@ + +  +CUPS i el logotip de CUPS són marques registrades per +Apple Inc. CUPS té copyright 2007-2012 Apple +Inc. Tots els drets reservats. + + + diff --git a/templates/ca/users.tmpl b/templates/ca/users.tmpl new file mode 100644 index 000000000..cceeb0241 --- /dev/null +++ b/templates/ca/users.tmpl @@ -0,0 +1,30 @@ +
      + +
      + + + +{IS_CLASS?:} + +

      Usuaris amb permisos per {printer_name}

      + + + + + + + + + + +
      Usuaris: + +
      +Permet imprimir a aquests usuaris +No permetis imprimir a aquests usuaris +
      + +
      + +
      +
      diff --git a/templates/es/add-class.tmpl b/templates/es/add-class.tmpl new file mode 100644 index 000000000..6d61ebe35 --- /dev/null +++ b/templates/es/add-class.tmpl @@ -0,0 +1,40 @@ +
      + +

      Añadir clase

      + +
      + + + + + + + + + + + + + + + + + + + + + + + + +
      Nombre:
      +(Puede contener cualquier carácter imprimible excepto "/", "#", y espacio)
      Descripción:
      +(Descripción fácilmente leíble tal como "HP LaserJet de doble cara")
      Ubicación:
      +(Ubicación fácilmente leíble tal como "Lab 1")
      Miembros: + +
      + +
      +
      \ No newline at end of file diff --git a/templates/es/add-printer.tmpl b/templates/es/add-printer.tmpl new file mode 100644 index 000000000..eedc3db40 --- /dev/null +++ b/templates/es/add-printer.tmpl @@ -0,0 +1,47 @@ +
      + +

      Añadir impresora

      + +
      + + + + + + +{?current_make!?:} +{?current_make_and_model!?:} + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Nombre:
      +(Puede contener cualquier carácter imprimible excepto "/", "#", y espacio)
      Descripción:
      +(Descripción fácilmente leíble tal como "HP LaserJet de doble cara")
      Ubicación:
      +(Ubicación fácilmente leíble tal como "Lab 1")
      Conexión:{device_uri}
      Compartición: +Compartir esta impresora
      + +
      +
      diff --git a/templates/es/add-rss-subscription.tmpl b/templates/es/add-rss-subscription.tmpl new file mode 100644 index 000000000..d17c86eef --- /dev/null +++ b/templates/es/add-rss-subscription.tmpl @@ -0,0 +1,44 @@ +
      + + + +

      Añadir subscripción RSS

      + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Nombre:
      +(Puede contener cualquier carácter imprimible excepto espacio, "/", "?", y "#"))
      Cola:
      Eventos:Trabajo creado
      +Trabajo completado
      +Trabajo parado
      +Opciones de trabajo cambiadas
          Cola parada
      +Cola añadida
      +Cola modificada
      +Cola borrada
          Servidor iniciado
      +Servidor parado
      +Servidor reiniciado
      +Auditoría de seguridad del servidor
      Número máximo de eventos del canal:
      + +
      diff --git a/templates/es/admin.tmpl b/templates/es/admin.tmpl new file mode 100644 index 000000000..cce1f147a --- /dev/null +++ b/templates/es/admin.tmpl @@ -0,0 +1,102 @@ + + +
      + +

      Impresoras

      + +

      +

      +
      +
      +{have_samba?
      :} +

      + +

      Clases

      + +

      +

      +
      +

      + +

      Trabajos

      + +

      +

      +

      + +
                + +

      Servidor

      + +

      +

      +
      +
      +
      +

      + +{SETTINGS_ERROR?

      {SETTINGS_MESSAGE}

      +
      {SETTINGS_ERROR}
      : + +
      + + +{ADVANCEDSETTINGS?

      Configuración del servidor\:

      + +

      Avanzada
      + + + Compartir impresoras conectadas a este sistema
      +        Número máximo de clientes\: +
      +         Permitir la impresión desde Internet
      +         Anunciar la interfaz web
      + Permitir administración remota
      +{have_gssapi? Usar autentificación Kerberos (FAQ)
      :} + Permitir a los usuarios cancelar cualquier trabajo (no sólo los suyos propios)
      + Preservar el historial de trabajos
      +        Número máximo de trabajos (0 sin límite)\: +
      +        Retener metadatos\: +
      +        Retener documentos\: +
      + Guardar información de depuración para búsqueda de problemas
      +        Tamaño máximo del archivo de registro\: +

      + +:

      Configuración del servidor:

      + +

      Avanzada
      + + Compartir impresoras conectadas a este sistema
      +         Permitir la impresión desde Internet
      + Permitir administración remota
      +{have_gssapi? Usar autentificación Kerberos (FAQ)
      :} + Permitir a los usuarios cancelar cualquier trabajo (no sólo los suyos propios)
      + Guardar información de depuración para búsqueda de problemas

      + +} +

      + +
      } + +
      + +
      + +

      Subscripciones RSS

      + +

      +

      +

      + +
      + +{notify_subscription_id? + +{[notify_subscription_id] +} + +
      NombreEventosNombre de la cola
      {notify_recipient_name}
      +
       
      {notify_events} {notify_printer_name?{notify_printer_name}:Todas las colas}
      :} diff --git a/templates/es/choose-device.tmpl b/templates/es/choose-device.tmpl new file mode 100644 index 000000000..9f314fdf6 --- /dev/null +++ b/templates/es/choose-device.tmpl @@ -0,0 +1,54 @@ +
      + +

      {op=modify-printer?Modificar {printer_name}:Añadir impresora}

      + +{CUPS_GET_DEVICES_DONE?:

      Buscando impresoras...

      } + +
      + + +{printer_name?:} + + +{op=add-printer?: + + +} + + + + + + + + + + + + + + + + + +
      Conexión actual: +{current_device_uri}
      Impresoras locales: +{[device_uri]{device_class!network? +{device_info} {?device_make_and_model!Unknown?({device_make_and_model}):}
      +:}} +
      Impresoras en red descubiertas: +{[device_uri]{device_class=network?{device_uri~[a-z]+://? +{device_info} {?device_make_and_model!Unknown?({device_make_and_model}):}
      +:}:}} +
      Otras impresoras en red: +{[device_uri]{device_class=network?{device_uri~[a-z]+://?: +{device_info} {?device_make_and_model!Unknown?({device_make_and_model}):}
      +}:}} +
      + +
      +
      diff --git a/templates/es/choose-make.tmpl b/templates/es/choose-make.tmpl new file mode 100644 index 000000000..c846de4df --- /dev/null +++ b/templates/es/choose-make.tmpl @@ -0,0 +1,64 @@ +
      + +

      {op=modify-printer?Modificar {printer_name}:Añadir impresora}

      + +
      + + +{printer_name?:} + + + + + + +{op=modify-printer?: + + +} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Nombre:{printer_name}
      Descripción:{printer_info}
      Ubicación:{printer_location}
      Conexión:{device_uri}
      Compartición: +{?printer_is_shared=?No:{?printer_is_shared=0?No:}} compartir esta impresora
      Marca: + +
       
      O proporcione un archivo PPD:
      + +
      +
      diff --git a/templates/es/choose-model.tmpl b/templates/es/choose-model.tmpl new file mode 100644 index 000000000..497d4b1d1 --- /dev/null +++ b/templates/es/choose-model.tmpl @@ -0,0 +1,60 @@ +
      + +

      {op=modify-printer?Modificar {printer_name}:Añadir impresora}

      + +
      + + +{printer_name?:} + + + + + +{op=modify-printer?: + + +} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Nombre:{printer_name}
      Descripción:{printer_info}
      Ubicación:{printer_location}
      Conexión:{device_uri}
      Compartición: +{?printer_is_shared=?No:{?printer_is_shared=0?No:}} compartir esta impresora
      Marca:{PPD_MAKE}
      Modelo: + +
      O proporcione un archivo PPD:
      + +
      +
      diff --git a/templates/es/choose-serial.tmpl b/templates/es/choose-serial.tmpl new file mode 100644 index 000000000..1f734b9cd --- /dev/null +++ b/templates/es/choose-serial.tmpl @@ -0,0 +1,52 @@ +
      + +

      {op=modify-printer?Modificar {printer_name}:Añadir impresora}

      + +
      + + +{printer_name?:} + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Conexión:{device_uri}
      Baudios:
      Paridad:
      Bits de datos:
      Control de flujo:
      + +
      +
      diff --git a/templates/es/choose-uri.tmpl b/templates/es/choose-uri.tmpl new file mode 100644 index 000000000..46ea17b13 --- /dev/null +++ b/templates/es/choose-uri.tmpl @@ -0,0 +1,44 @@ +
      + +

      {op=modify-printer?Modificar {printer_name}:Añadir impresora}

      + +
      + + +{printer_name?:} + + + + + + + + + + + + + + + +
      Conexión:
      Ejemplos: +
      +    http://nombre_ordenador:631/ipp/
      +    http://nombre_ordenador:631/ipp/puerto1
      +
      +    ipp://nombre_ordenador/ipp/
      +    ipp://nombre_ordenador/ipp/puerto1
      +
      +    lpd://nombre_ordenador/cola
      +
      +    socket://nombre_ordenador
      +    socket://nombre_ordenador:9100
      +
      + +

      Vea "Impresoras +en red" para escoger el URI adecuado a usar con su impresora.

      + +
      + +
      +
      \ No newline at end of file diff --git a/templates/es/class-added.tmpl b/templates/es/class-added.tmpl new file mode 100644 index 000000000..867c8d928 --- /dev/null +++ b/templates/es/class-added.tmpl @@ -0,0 +1,7 @@ +
      + +

      Añadir clase

      + +

      Se ha añadido con éxito la clase {printer_name}. + +

      diff --git a/templates/es/class-confirm.tmpl b/templates/es/class-confirm.tmpl new file mode 100644 index 000000000..a30ff726f --- /dev/null +++ b/templates/es/class-confirm.tmpl @@ -0,0 +1,10 @@ +
      + +

      Borrar clase {printer_name}

      + +

      Advertencia: ¿Está seguro de querer borrar la clase +{printer_name}?

      + +

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

      Borrar clase {printer_name}

      + +

      Se ha borrado con éxito la clase {printer_name}. + +

      \ No newline at end of file diff --git a/templates/es/class-jobs-header.tmpl b/templates/es/class-jobs-header.tmpl new file mode 100644 index 000000000..f25951b7a --- /dev/null +++ b/templates/es/class-jobs-header.tmpl @@ -0,0 +1,3 @@ +
      +

      Trabajos

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

      Modificar clase {printer_name}

      + +

      Se ha modificado con éxito la clase {printer_name}. +

      \ No newline at end of file diff --git a/templates/es/class.tmpl b/templates/es/class.tmpl new file mode 100644 index 000000000..5eea4f195 --- /dev/null +++ b/templates/es/class.tmpl @@ -0,0 +1,44 @@ +
      +

      {printer_name} +({printer_state=3?inactiva:{printer_state=4?procesando:en pausa}}, +{printer_is_accepting_jobs=0?rechazando trabajos:aceptando trabajos}, +{server_is_sharing_printers=0?no:{printer_is_shared=0?no:}} compartida{default_name={printer_name}?, predeterminada del servidor:})

      + +
      + + + +
      + +
      + + + + + +
      + + + + + + +
      Descripción:{printer_info}
      Ubicación:{printer_location}
      Miembros:{?member_uris=?Ninguno:{member_uris}}
      Opciones predeterminadas:job-sheets={job_sheets_default} +media={media_default?{media_default}:desconocido} +{sides_default?sides={sides_default}:}
      + +
      diff --git a/templates/es/classes-header.tmpl b/templates/es/classes-header.tmpl new file mode 100644 index 000000000..714ab89c4 --- /dev/null +++ b/templates/es/classes-header.tmpl @@ -0,0 +1 @@ +

      {total=0?No hay clases:Mostrando {#printer_name} de {total} clase{total=1?:s}}.

      diff --git a/templates/es/classes.tmpl b/templates/es/classes.tmpl new file mode 100644 index 000000000..6fde7bf62 --- /dev/null +++ b/templates/es/classes.tmpl @@ -0,0 +1,11 @@ +{#printer_name=0?: + + + + + +{[printer_name] + +} + +
      {ORDER=dec? Nombre de la cola : Nombre de la cola }DescripciónUbicaciónMiembrosEstado
      {printer_name}{printer_info}{printer_location}{?member_uris=?Ninguna:{member_uris}}{printer_state=3?Inactiva:{printer_state=4?Procesando:En pausa}}{printer_state_message? - "{printer_state_message}":}
      } diff --git a/templates/es/command.tmpl b/templates/es/command.tmpl new file mode 100644 index 000000000..ba50560fa --- /dev/null +++ b/templates/es/command.tmpl @@ -0,0 +1,12 @@ +
      + +

      {title} en {printer_name}

      + +

      {job_state>5?:Indicador de ocupado }Trabajo de comando de impresora +{job_state=3?pendiente:{job_state=4?retenido: +{job_state=5?procesando:{job_state=6?parado: +{job_state=7?cancelado:{job_state=8?anulado:completado}}}}}}{job_state=9?:{job_printer_state_message?, +"{job_printer_state_message}":}}

      + +
      diff --git a/templates/es/edit-config.tmpl b/templates/es/edit-config.tmpl new file mode 100644 index 000000000..a0c663436 --- /dev/null +++ b/templates/es/edit-config.tmpl @@ -0,0 +1,24 @@ + + +
      + +

      Editar archivo de configuración

      + +
      + + + + + +

      +

      + +
      + +
      diff --git a/templates/es/error-op.tmpl b/templates/es/error-op.tmpl new file mode 100644 index 000000000..d584108e8 --- /dev/null +++ b/templates/es/error-op.tmpl @@ -0,0 +1,9 @@ +
      + +

      Error en {?printer_name}: {?title}

      + +

      Error:

      + +
      Operación desconocida "{op}".
      + +
      diff --git a/templates/es/error.tmpl b/templates/es/error.tmpl new file mode 100644 index 000000000..f652ea2cf --- /dev/null +++ b/templates/es/error.tmpl @@ -0,0 +1,9 @@ +
      + +

      Error en {?printer_name}: {?title}

      + +

      {?message?{message}:Error}:

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

      Error: Las siguientes opciones están en conflicto:

      + + + +

      Cambie una o más de las opciones para resolver el problema.

      diff --git a/templates/es/option-header.tmpl b/templates/es/option-header.tmpl new file mode 100644 index 000000000..464726a50 --- /dev/null +++ b/templates/es/option-header.tmpl @@ -0,0 +1,5 @@ +
      + +

      {group}

      + +
      + + + + + + + + + + + + + +
        Inicio    Administración    Clases    Ayuda en línea    Trabajos    Impresoras  
       
      diff --git a/templates/es/help-header.tmpl b/templates/es/help-header.tmpl new file mode 100644 index 000000000..3e7fef929 --- /dev/null +++ b/templates/es/help-header.tmpl @@ -0,0 +1,51 @@ +
      +
      +{TOPIC?:} + +

      Buscar en +{HELPTITLE?{HELPTITLE}:{TOPIC?{TOPIC}:todos los documentos}}: + +

      + +
      + + + + +{QUERY?

      Buscar resultados en {HELPFILE?{HELPTITLE}:{TOPIC?{TOPIC}:todos los documentos}}\:

      +{QTEXT?:} +:

      No hay coincidencias.

      } +
      :} +{HELPTITLE?

      {HELPTITLE}

      +
      : + +

      Ayuda en línea

      + +

      Esta es la interfaz de ayuda en línea de CUPS. Introduzca las palabras +a buscar aquí encima o haga clic en cualquiera de los enlaces de la +documentación para visualizar la información de ayuda en línea.

      + +

      Si es nuevo en CUPS, lea la página "Información general de CUPS". Los usuarios veteranos +deberían leer la página "Qué hay de nuevo en CUPS +1.6".

      + +

      La página de inicio de CUPS también +proporciona muchos recursos, incluyendo foros de discusión de usuarios, respuestas +a preguntas frecuentes, y un formulario para el envío de informes de errores y +peticiones de mejoras.

      } diff --git a/templates/es/help-printable.tmpl b/templates/es/help-printable.tmpl new file mode 100644 index 000000000..2463c1630 --- /dev/null +++ b/templates/es/help-printable.tmpl @@ -0,0 +1,9 @@ + + + + + {HELPTITLE} + + + + diff --git a/templates/es/help-trailer.tmpl b/templates/es/help-trailer.tmpl new file mode 100644 index 000000000..4c1ebed85 --- /dev/null +++ b/templates/es/help-trailer.tmpl @@ -0,0 +1 @@ +
      diff --git a/templates/es/job-cancel.tmpl b/templates/es/job-cancel.tmpl new file mode 100644 index 000000000..6a414274c --- /dev/null +++ b/templates/es/job-cancel.tmpl @@ -0,0 +1,7 @@ +
      + +

      Cancelar trabajo {job_id}

      + +

      Se ha cancelado el Trabajo {job_id}. + +

      diff --git a/templates/es/job-hold.tmpl b/templates/es/job-hold.tmpl new file mode 100644 index 000000000..3136f9d8c --- /dev/null +++ b/templates/es/job-hold.tmpl @@ -0,0 +1,7 @@ +
      + +

      Retener trabajo {job_id}

      + +

      Se ha retenido el Trabajo {job_id}. + +

      diff --git a/templates/es/job-move.tmpl b/templates/es/job-move.tmpl new file mode 100644 index 000000000..e6aac39a5 --- /dev/null +++ b/templates/es/job-move.tmpl @@ -0,0 +1,27 @@ +
      + +
      + + +{job_id?:} + +

      {job_id?Mover trabajo {job_id}:Mover todos los trabajos}

      + + + + + + + + + + +
      Nuevo destino: + +
      + +
      + +
      diff --git a/templates/es/job-moved.tmpl b/templates/es/job-moved.tmpl new file mode 100644 index 000000000..8eb7a9816 --- /dev/null +++ b/templates/es/job-moved.tmpl @@ -0,0 +1,8 @@ +
      + +

      {job_id?Mover trabajo {job_id}:Mover todos los trabajos}

      + +

      Se {job_id?ha movido el Trabajo {job_id}:han movido todos los trabajos} a +{job_printer_name}.

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

      Liberar trabajo {job_id}

      + +

      Se ha liberado el Trabajo {job_id}. + +

      diff --git a/templates/es/job-restart.tmpl b/templates/es/job-restart.tmpl new file mode 100644 index 000000000..ee6c8e598 --- /dev/null +++ b/templates/es/job-restart.tmpl @@ -0,0 +1,7 @@ +
      + +

      Reimprimir trabajo {job_id}

      + +

      Se ha reiniciado el Trabajo {job_id}. + +

      diff --git a/templates/es/jobs-header.tmpl b/templates/es/jobs-header.tmpl new file mode 100644 index 000000000..fe8b51fa8 --- /dev/null +++ b/templates/es/jobs-header.tmpl @@ -0,0 +1,5 @@ +
      {?which_jobs=?:
      } +{?which_jobs=completed?:
      } +{?which_jobs=all?:
      }
      + +

      {total=0?No hay trabajos:Mostrando {#job_id} de {total} trabajo{total=1?:s}{?which_jobs=? activo{total=1?:s}:{which_jobs=all?: completado{total=1?:s}}}}.

      diff --git a/templates/es/jobs.tmpl b/templates/es/jobs.tmpl new file mode 100644 index 000000000..1187513c4 --- /dev/null +++ b/templates/es/jobs.tmpl @@ -0,0 +1,37 @@ +{#job_id=0?: + + + + + +{[job_id] + + + + + + + + + +} + +
      {ORDER=dec? ID : ID }NombreUsuarioTamañoPáginasEstadoControl
      {job_printer_name}-{job_id}{?phone? ({phone}):} {?job_name=?Desconocido:{job_name}} {job_originating_user_name} {job_k_octets}k {job_media_sheets_completed=0?Desconocido:{?job_media_sheets_completed}} {job_state=3?pendiente desde
      {time_at_creation}:{job_state=4?retenido desde
      {time_at_creation}: +{job_state=5?en proceso desde
      {time_at_processing}:{job_state=6?parado: +{job_state=7?cancelado el
      {time_at_completed}:{job_state=8?anulado:completado el
      {time_at_completed}}}}}}} {job_printer_state_message?
      +"{job_printer_state_message}":}
      +{job_preserved>0?{job_state>5? +
      +
      :}:} +{job_state=4? +
      +
      :} +{job_state=3? +
      +
      :} +{job_state<7? +
      +
      +
      :} + 
      +} diff --git a/templates/es/list-available-printers.tmpl b/templates/es/list-available-printers.tmpl new file mode 100644 index 000000000..51e0eb982 --- /dev/null +++ b/templates/es/list-available-printers.tmpl @@ -0,0 +1,11 @@ +
      + +

      Impresoras disponibles

      + +{#device_uri=0?

      No se encuentran impresoras.

      +:
        {[device_uri] +
      • +{device_make_and_model} ({device_info})
      • +}
      } + +
      diff --git a/templates/es/modify-class.tmpl b/templates/es/modify-class.tmpl new file mode 100644 index 000000000..a50b2bb72 --- /dev/null +++ b/templates/es/modify-class.tmpl @@ -0,0 +1,34 @@ +
      + +

      Modificar clase {printer_name}

      + +
      + + + + + + + + + + + + + + + + + + + + + +
      Descripción:
      Ubicación:
      Miembros: + +
      + +
      +
      \ No newline at end of file diff --git a/templates/es/modify-printer.tmpl b/templates/es/modify-printer.tmpl new file mode 100644 index 000000000..3c09da09e --- /dev/null +++ b/templates/es/modify-printer.tmpl @@ -0,0 +1,42 @@ +
      + +

      Modificar {printer_name}

      + +
      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Descripción:
      +(Descripción fácilmente leíble tal como "HP LaserJet de doble cara")
      Ubicación:
      +(Ubicación fácilmente leíble tal como "Lab 1")
      Conexión:{device_uri}
      Compartida: +Compartir esta impresora
      + +
      +
      diff --git a/templates/es/norestart.tmpl b/templates/es/norestart.tmpl new file mode 100644 index 000000000..ac0f96bab --- /dev/null +++ b/templates/es/norestart.tmpl @@ -0,0 +1,8 @@ +
      + +

      Cambiar especificaciones

      + +

      No se ha reiniciado el servidor debido a que no se han hecho +cambios en la configuración...

      + +
      diff --git a/templates/es/option-boolean.tmpl b/templates/es/option-boolean.tmpl new file mode 100644 index 000000000..e832ee102 --- /dev/null +++ b/templates/es/option-boolean.tmpl @@ -0,0 +1,6 @@ +
      {keytext}: +{[choices]{text}} +
      diff --git a/templates/es/option-pickmany.tmpl b/templates/es/option-pickmany.tmpl new file mode 100644 index 000000000..0da75e5d2 --- /dev/null +++ b/templates/es/option-pickmany.tmpl @@ -0,0 +1,6 @@ + + + + diff --git a/templates/es/option-pickone.tmpl b/templates/es/option-pickone.tmpl new file mode 100644 index 000000000..40fd124c4 --- /dev/null +++ b/templates/es/option-pickone.tmpl @@ -0,0 +1,18 @@ + + +:} + diff --git a/templates/es/option-trailer.tmpl b/templates/es/option-trailer.tmpl new file mode 100644 index 000000000..ff8f2b239 --- /dev/null +++ b/templates/es/option-trailer.tmpl @@ -0,0 +1,5 @@ +
      {keytext}:
      {keytext}: +{iscustom=1?{[params] + + +}
      {paramtext}:{params=Units?:}
      +
      + +

      + + \ No newline at end of file diff --git a/templates/es/pager.tmpl b/templates/es/pager.tmpl new file mode 100644 index 000000000..5f27c1060 --- /dev/null +++ b/templates/es/pager.tmpl @@ -0,0 +1,6 @@ + + + + + +
      {PREV?
      : }
      {NEXT?
      : }
      diff --git a/templates/es/printer-accept.tmpl b/templates/es/printer-accept.tmpl new file mode 100644 index 000000000..63fab1b4c --- /dev/null +++ b/templates/es/printer-accept.tmpl @@ -0,0 +1,9 @@ +
      + +

      Aceptar trabajos de la {is_class?clase:impresora} {printer_name}

      + +

      La {is_class?clase:impresora} {printer_name} +ahora acepta trabajos.

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

      Añadir impresora

      + +

      Se ha añadido con éxito la impresora {printer_name}. + +

      diff --git a/templates/es/printer-configured.tmpl b/templates/es/printer-configured.tmpl new file mode 100644 index 000000000..d382264f9 --- /dev/null +++ b/templates/es/printer-configured.tmpl @@ -0,0 +1,8 @@ +
      + +

      Cambiar opciones predeterminadas de {printer_name}

      + +

      Se han establecido con éxito las opciones predeterminadas de la +{OP=set-class-options?clase :impresora }{printer_name}. + +

      diff --git a/templates/es/printer-confirm.tmpl b/templates/es/printer-confirm.tmpl new file mode 100644 index 000000000..1de104a63 --- /dev/null +++ b/templates/es/printer-confirm.tmpl @@ -0,0 +1,10 @@ +
      + +

      Borrar impresora {printer_name}

      + +

      Advertencia: ¿Está seguro de querer borrar la impresora +{printer_name}?

      + +

      + +
      diff --git a/templates/es/printer-default.tmpl b/templates/es/printer-default.tmpl new file mode 100644 index 000000000..68b61f267 --- /dev/null +++ b/templates/es/printer-default.tmpl @@ -0,0 +1,13 @@ +
      + +

      Poner la {is_class?clase:impresora} {printer_name} como predeterminada

      + +

      Se ha puesto como predeterminada en el servidor la {is_class?clase:impresora} {printer_name}.

      + +
      Nota: cualquier opción de usuario +que haya sido activada por mediación del comando +lpoptions tiene mayor preferencia que este ajuste +predeterminado.
      + +
      diff --git a/templates/es/printer-deleted.tmpl b/templates/es/printer-deleted.tmpl new file mode 100644 index 000000000..8bf7db61e --- /dev/null +++ b/templates/es/printer-deleted.tmpl @@ -0,0 +1,7 @@ +
      + +

      Borrar impresora {printer_name}

      + +

      Se ha borrado con éxito la impresora {printer_name}. + +

      diff --git a/templates/es/printer-jobs-header.tmpl b/templates/es/printer-jobs-header.tmpl new file mode 100644 index 000000000..f25951b7a --- /dev/null +++ b/templates/es/printer-jobs-header.tmpl @@ -0,0 +1,3 @@ +
      +

      Trabajos

      +
      diff --git a/templates/es/printer-modified.tmpl b/templates/es/printer-modified.tmpl new file mode 100644 index 000000000..9035dce4f --- /dev/null +++ b/templates/es/printer-modified.tmpl @@ -0,0 +1,7 @@ +
      + +

      Modificar impresora {printer_name}

      + +

      Se ha modificado con éxito la impresora {printer_name}. + +

      \ No newline at end of file diff --git a/templates/es/printer-purge.tmpl b/templates/es/printer-purge.tmpl new file mode 100644 index 000000000..b26bb4610 --- /dev/null +++ b/templates/es/printer-purge.tmpl @@ -0,0 +1,8 @@ +
      + +

      Purgar trabajos de la {is_class?clase:impresora} {printer_name}

      + +

      Se han purgado todos los trabajos de la {is_class?clase:impresora} {printer_name}.

      + +
      \ No newline at end of file diff --git a/templates/es/printer-reject.tmpl b/templates/es/printer-reject.tmpl new file mode 100644 index 000000000..637e13e00 --- /dev/null +++ b/templates/es/printer-reject.tmpl @@ -0,0 +1,9 @@ +
      + +

      Rechazar trabajos de la {is_class?clase:impresora} {printer_name}

      + +

      La {is_class?clase:impresora} {printer_name} +ya no acepta trabajos.

      + +
      diff --git a/templates/es/printer-start.tmpl b/templates/es/printer-start.tmpl new file mode 100644 index 000000000..117afcdb0 --- /dev/null +++ b/templates/es/printer-start.tmpl @@ -0,0 +1,9 @@ +
      + +

      Reanudar la {is_class?clase:impresora} {printer_name}

      + +

      La {is_class?clase:impresora} {printer_name} +ha sido reanudada.

      + +
      \ No newline at end of file diff --git a/templates/es/printer-stop.tmpl b/templates/es/printer-stop.tmpl new file mode 100644 index 000000000..af374941e --- /dev/null +++ b/templates/es/printer-stop.tmpl @@ -0,0 +1,9 @@ +
      + +

      Pausar la {is_class?clase:impresora} {printer_name}

      + +

      La {is_class?clase:impresora} {printer_name} +ha sido puesta en pausa.

      + +
      \ No newline at end of file diff --git a/templates/es/printer.tmpl b/templates/es/printer.tmpl new file mode 100644 index 000000000..f7642ac0c --- /dev/null +++ b/templates/es/printer.tmpl @@ -0,0 +1,47 @@ +
      + +

      {printer_name} +({printer_state=3?inactiva:{printer_state=4?procesando:en pausa}}, +{printer_is_accepting_jobs=0?rechazando trabajos:aceptando trabajos}, +{server_is_sharing_printers=0?no:{printer_is_shared=0?no:}} compartida{default_name={printer_name}?, predeterminada del servidor:})

      + +
      + + + +
      + +
      + + + + +
      + + + + + + +
      Descripción:{printer_info}
      Ubicación:{printer_location}
      Controlador:{printer_make_and_model} ({color_supported=1?color:escala de grises}{sides_supported?, dúplex:})
      +
      Conexión:{device_uri}
      Opciones predeterminadas:job-sheets={job_sheets_default} +media={media_default?{media_default}:desconocido} +{sides_default?sides={sides_default}:}
      + +
      diff --git a/templates/es/printers-header.tmpl b/templates/es/printers-header.tmpl new file mode 100644 index 000000000..7280687bc --- /dev/null +++ b/templates/es/printers-header.tmpl @@ -0,0 +1 @@ +

      {total=0?No hay impresoras:Mostrando {#printer_name} de {total} impresora{total=1?:s}}.

      diff --git a/templates/es/printers.tmpl b/templates/es/printers.tmpl new file mode 100644 index 000000000..6b97fd9e6 --- /dev/null +++ b/templates/es/printers.tmpl @@ -0,0 +1,11 @@ +{#printer_name=0?: + + + + + +{[printer_name] + +} + +
      {ORDER=dec? Nombre de la cola : Nombre de la cola }DescripciónUbicaciónMarca y modeloEstado
      {printer_name}{printer_info}{printer_location}{printer_make_and_model}{printer_state=3?Inactiva:{printer_state=4?Procesando:En pausa}}{printer_state_message? - "{printer_state_message}":}
      } diff --git a/templates/es/restart.tmpl b/templates/es/restart.tmpl new file mode 100644 index 000000000..607351d2b --- /dev/null +++ b/templates/es/restart.tmpl @@ -0,0 +1,8 @@ +
      + +

      Cambiar especificaciones

      + +

      Por favor espere mientras se reinicia el servidor...

      + +
      diff --git a/templates/es/samba-export.tmpl b/templates/es/samba-export.tmpl new file mode 100644 index 000000000..0036372ed --- /dev/null +++ b/templates/es/samba-export.tmpl @@ -0,0 +1,55 @@ + + +
      + + + +

      Exportar impresoras a Samba

      + +{error?

      No se han podido exportar las impresoras a Samba\:

      +
      {error}
      +

      Consulte el archivo error_log para más información.

      : +

      Esta página le permite exportar las impresoras a Samba para que +los clientes Windows puedan acceder a ellas por los iconos de su +escritorio Entorno de red o Sitios de red. Debe haber instalado +previamente el controlador de impresora PostScript de Windows +como se describe en la página del manual +cupsaddsmb(8).

      } + + + + + + + + + + + + + + + + + + +
      Impresoras: +
      + Exportar todas las impresoras +
      Nombre de usuario Samba: (necesario)
      Contraseña Samba: (necesaria)
      + +
      diff --git a/templates/es/samba-exported.tmpl b/templates/es/samba-exported.tmpl new file mode 100644 index 000000000..a54925d3c --- /dev/null +++ b/templates/es/samba-exported.tmpl @@ -0,0 +1 @@ +

      Se han exportado las impresoras a samba con éxito.

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

      Buscar en +{SEARCH_DEST?{SEARCH_DEST}:{SECTION=classes?clases:{SECTION=jobs?trabajos:impresoras}}}: +

      + +
      diff --git a/templates/es/set-printer-options-header.tmpl b/templates/es/set-printer-options-header.tmpl new file mode 100644 index 000000000..8a2740b3b --- /dev/null +++ b/templates/es/set-printer-options-header.tmpl @@ -0,0 +1,26 @@ +
      + +

      Establecer opciones predeterminadas de {printer_name}

      + +
      + + + +{HAVE_AUTOCONFIGURE?:} + + + +

      {[group_id] +{group}     }

      + +
      diff --git a/templates/es/set-printer-options-trailer.tmpl b/templates/es/set-printer-options-trailer.tmpl new file mode 100644 index 000000000..11adc7012 --- /dev/null +++ b/templates/es/set-printer-options-trailer.tmpl @@ -0,0 +1,16 @@ +
      + + +
      + +
      diff --git a/templates/es/subscription-added.tmpl b/templates/es/subscription-added.tmpl new file mode 100644 index 000000000..87ce96ae0 --- /dev/null +++ b/templates/es/subscription-added.tmpl @@ -0,0 +1,5 @@ +
      + +

      Se ha añadido con éxito la subscripción {subscription_name}.

      + +
      diff --git a/templates/es/subscription-canceled.tmpl b/templates/es/subscription-canceled.tmpl new file mode 100644 index 000000000..d6ac1711b --- /dev/null +++ b/templates/es/subscription-canceled.tmpl @@ -0,0 +1,5 @@ +
      + +

      La subscripción #{notify_subscription_id} ha sido cancelada.

      + +
      diff --git a/templates/es/test-page.tmpl b/templates/es/test-page.tmpl new file mode 100644 index 000000000..763dab556 --- /dev/null +++ b/templates/es/test-page.tmpl @@ -0,0 +1,8 @@ +
      + +

      Imprimir página de prueba en {printer_name}

      + +

      Página de prueba enviada; el número del trabajo es el +{printer_name}-{job_id}.

      + +
      diff --git a/templates/es/trailer.tmpl b/templates/es/trailer.tmpl new file mode 100644 index 000000000..a19924548 --- /dev/null +++ b/templates/es/trailer.tmpl @@ -0,0 +1,8 @@ + +  +CUPS y el logo de CUPS son marcas registradas de +Apple, Inc. Los derechos de copia de CUPS +2007-2012 son de Apple Inc. Todos los derechos reservados. + + + diff --git a/templates/es/users.tmpl b/templates/es/users.tmpl new file mode 100644 index 000000000..a8a645e6f --- /dev/null +++ b/templates/es/users.tmpl @@ -0,0 +1,30 @@ +
      + +
      + + + +{IS_CLASS?:} + +

      Usuarios permitidos para {printer_name}

      + + + + + + + + + + +
      Usuarios: + +
      +Permitir a estos usuarios imprimir +Evitar que estos usuarios impriman +
      + +
      + +
      +
      diff --git a/templates/ja/add-class.tmpl b/templates/ja/add-class.tmpl new file mode 100644 index 000000000..b4e916687 --- /dev/null +++ b/templates/ja/add-class.tmpl @@ -0,0 +1,40 @@ +
      + +

      クラスの追加

      + +
      + + + + + + + + + + + + + + + + + + + + + + + + +
      名前:
      +
      説明:
      +("HP LaserJet with Duplexer" のように人が読みやすい説明)
      場所:
      +("Lab 1" のように人が読みやすい場所)
      メンバー: + +
      + +
      +
      \ No newline at end of file diff --git a/templates/ja/add-printer.tmpl b/templates/ja/add-printer.tmpl new file mode 100644 index 000000000..00fab5ca2 --- /dev/null +++ b/templates/ja/add-printer.tmpl @@ -0,0 +1,47 @@ +
      + +

      新しいプリンターの追加

      + +
      + + + + + + +{?current_make!?:} +{?current_make_and_model!?:} + + + + + + + + + + + + + + + + + + + + + + + + + + +
      名前:
      +("/"、"#"、スペースを除く表示可能文字を含めることができます)
      説明:
      +("HP LaserJet with Duplexer" のように人が読みやすい説明)
      場所:
      +("Lab 1" のように人が読みやすい場所)
      接続:{device_uri}
      共有: +このプリンターを共有する
      + +
      +
      \ No newline at end of file diff --git a/templates/ja/add-rss-subscription.tmpl b/templates/ja/add-rss-subscription.tmpl new file mode 100644 index 000000000..c5afeb068 --- /dev/null +++ b/templates/ja/add-rss-subscription.tmpl @@ -0,0 +1,44 @@ +
      + + + +

      RSS 購読を追加

      + + + + + + + + + + + + + + + + + + + + + + + + + + +
      名前:
      +("/"、"?"、"#"、スペースを除く文字を含めることができます)
      キュー:
      イベント:ジョブが作成された
      +ジョブが完了した
      +ジョブが停止した
      +ジョブオプションが変更された
          ã‚­ãƒ¥ãƒ¼ãŒåœæ­¢ã—た
      +キューが追加された
      +キューが変更された
      +キューが削除された
          ã‚µãƒ¼ãƒãƒ¼ãŒé–‹å§‹ã—た
      +サーバーが停止した
      +サーバーが再起動した
      +サーバーのセキュリティを監査中
      フィード内の最大イベント数:
      + +
      diff --git a/templates/ja/admin.tmpl b/templates/ja/admin.tmpl new file mode 100644 index 000000000..53cb2da52 --- /dev/null +++ b/templates/ja/admin.tmpl @@ -0,0 +1,102 @@ + + +
      + +

      プリンター

      + +

      +

      +
      +
      +{have_samba?
      :} +

      + +

      クラス

      + +

      +

      +
      +

      + +

      ジョブ

      + +

      +

      +

      + +
                + +

      サーバー

      + +

      +

      +
      +
      +
      +

      + +{SETTINGS_ERROR?

      {SETTINGS_MESSAGE}

      +
      {SETTINGS_ERROR}
      : + +
      + + +{ADVANCEDSETTINGS?

      サーバー設定\:

      + +

      詳細
      + + + このシステムに接続されているプリンターを共有
      +        æœ€å¤§ã‚¯ãƒ©ã‚¤ã‚¢ãƒ³ãƒˆæ•°\: +
      +         インターネットからの印刷を許可
      +         ウェブインターフェイスを公開
      + リモート管理を許可
      +{have_gssapi? Kerberos 認証を使用 (FAQ)
      :} + 所有者以外のユーザーにもジョブのキャンセルを許可
      + ジョブの履歴を保存
      +        æœ€å¤§ã‚¸ãƒ§ãƒ–æ•° (0 は無制限)\: +
      +        ãƒ¡ã‚¿ãƒ‡ãƒ¼ã‚¿ã‚’保持\: +
      +        ãƒ‰ã‚­ãƒ¥ãƒ¡ãƒ³ãƒˆã‚’保持\: +
      + トラブルシューティングのためにデバッグ情報を保存
      +        æœ€å¤§ãƒ­ã‚°ãƒ•ã‚¡ã‚¤ãƒ«ã‚µã‚¤ã‚º\: +

      + +:

      サーバー設定:

      + +

      詳細
      + + このシステムに接続されているプリンターを共有
      +         インターネットからの印刷を許可
      + リモート管理を許可
      +{have_gssapi? Kerberos 認証を使用 (FAQ)
      :} + 所有者以外のユーザーにもジョブのキャンセルを許可
      + トラブルシューティングのためにデバッグ情報を保存

      + +} +

      + +
      } + +
      + +
      + +

      RSS 購読

      + +

      +

      +

      + +
      + +{notify_subscription_id? + +{[notify_subscription_id] +} + +
      名前イベントキュー名
      {notify_recipient_name}
      +
       
      {notify_events} {notify_printer_name?{notify_printer_name}:すべてのキュー}
      :} diff --git a/templates/ja/choose-device.tmpl b/templates/ja/choose-device.tmpl new file mode 100644 index 000000000..83b1c6a63 --- /dev/null +++ b/templates/ja/choose-device.tmpl @@ -0,0 +1,53 @@ +
      + +

      {op=modify-printer?{printer_name} の変更:プリンターの追加}

      + +{CUPS_GET_DEVICES_DONE?
      + + +{printer_name?:} + + +{op=add-printer?: + + +} + + + + + + + + + + + + + + + + + +
      現在の接続\: +{current_device_uri}
      ローカルプリンター\: +{[device_uri]{device_class!network? +{device_info} {?device_make_and_model!Unknown?({device_make_and_model}):}
      +:}} +
      発見されたネットワークプリンター\: +{[device_uri]{device_class=network?{device_uri~[a-z]+://? +{device_info} {?device_make_and_model!Unknown?({device_make_and_model}):}
      +:}:}} +
      その他のネットワークプリンター\: +{[device_uri]{device_class=network?{device_uri~[a-z]+://?: +{device_info} {?device_make_and_model!Unknown?({device_make_and_model}):}
      +}:}} +
      + +
      :

      プリンターを探しています...

      } + +
      diff --git a/templates/ja/choose-make.tmpl b/templates/ja/choose-make.tmpl new file mode 100644 index 000000000..7d2d92344 --- /dev/null +++ b/templates/ja/choose-make.tmpl @@ -0,0 +1,64 @@ +
      + +

      {op=modify-printer?{printer_name}の変更:プリンターの追加}

      + +
      + + +{printer_name?:} + + + + + + +{op=modify-printer?: + + +} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      名前:{printer_name}
      説明:{printer_info}
      場所:{printer_location}
      接続:{device_uri}
      共有: +このプリンターを共有{?printer_is_shared=?しない:{?printer_is_shared=0?しない:する}}
      メーカー: + +
       
      または PPD ファイルを提供:
      + +
      +
      \ No newline at end of file diff --git a/templates/ja/choose-model.tmpl b/templates/ja/choose-model.tmpl new file mode 100644 index 000000000..e82cece9b --- /dev/null +++ b/templates/ja/choose-model.tmpl @@ -0,0 +1,60 @@ +
      + +

      {op=modify-printer?{printer_name}の変更:プリンターの追加}

      + +
      + + +{printer_name?:} + + + + + +{op=modify-printer?: + + +} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      名前:{printer_name}
      説明:{printer_info}
      場所:{printer_location}
      接続:{device_uri}
      共有: +このプリンターを共有{?printer_is_shared=?しない:{?printer_is_shared=0?しない:する}}
      メーカー:{PPD_MAKE}
      モデル: + +
      または PPD ファイルを提供:
      + +
      +
      \ No newline at end of file diff --git a/templates/ja/choose-serial.tmpl b/templates/ja/choose-serial.tmpl new file mode 100644 index 000000000..924b84a74 --- /dev/null +++ b/templates/ja/choose-serial.tmpl @@ -0,0 +1,52 @@ +
      + +

      {op=modify-printer?{printer_name}の変更:プリンターの追加}

      + +
      + + +{printer_name?:} + + + + + + + + + + + + + + + + + + + + + + + + + + +
      接続:{device_uri}
      ボーレート:
      パリティ:
      データビット:
      フロー制御:
      + +
      +
      \ No newline at end of file diff --git a/templates/ja/choose-uri.tmpl b/templates/ja/choose-uri.tmpl new file mode 100644 index 000000000..2c687beff --- /dev/null +++ b/templates/ja/choose-uri.tmpl @@ -0,0 +1,43 @@ +
      + +

      {op=modify-printer?{printer_name}の変更:プリンターの追加}

      + +
      + + +{printer_name?:} + + + + + + + + + + + + + + + +
      接続:
      例: +
      +    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 については、"ネットワークプリンター"を参照してください。

      + +
      + +
      +
      \ No newline at end of file diff --git a/templates/ja/class-added.tmpl b/templates/ja/class-added.tmpl new file mode 100644 index 000000000..284aa9fb8 --- /dev/null +++ b/templates/ja/class-added.tmpl @@ -0,0 +1,7 @@ +
      + +

      クラスの追加

      + +

      クラス {printer_name} は正しく追加されました。 + +

      diff --git a/templates/ja/class-confirm.tmpl b/templates/ja/class-confirm.tmpl new file mode 100644 index 000000000..6ab315de3 --- /dev/null +++ b/templates/ja/class-confirm.tmpl @@ -0,0 +1,10 @@ +
      + +

      クラス {printer_name} の削除

      + +

      警告: 本当にクラス +{printer_name} を削除してもよいですか?

      + +

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

      クラス {printer_name} の削除

      + +

      クラス {printer_name} は正しく削除されました。 + +

      \ No newline at end of file diff --git a/templates/ja/class-jobs-header.tmpl b/templates/ja/class-jobs-header.tmpl new file mode 100644 index 000000000..1d5d887cd --- /dev/null +++ b/templates/ja/class-jobs-header.tmpl @@ -0,0 +1,3 @@ +
      +

      ジョブ

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

      クラス {printer_name} の変更

      + +

      クラス {printer_name} は正しく変更されました。 + +

      \ No newline at end of file diff --git a/templates/ja/class.tmpl b/templates/ja/class.tmpl new file mode 100644 index 000000000..b71ea7ee5 --- /dev/null +++ b/templates/ja/class.tmpl @@ -0,0 +1,44 @@ +
      +

      {printer_name} +({printer_state=3?待機中:{printer_state=4?処理中:停止}}, +{printer_is_accepting_jobs=0?ジョブを拒否中:ジョブを受け付け中}, +{server_is_sharing_printers=0?非:{printer_is_shared=0?非:}} 共有{default_name={printer_name}?, サーバーのデフォルト:})

      + +
      + + + +
      + +
      + + + + + +
      + + + + + + +
      説明:{printer_info}
      場所:{printer_location}
      メンバー:{?member_uris=?なし:{member_uris}}
      デフォルト:job-sheets={job_sheets_default} +media={media_default?{media_default}:unknown} +{sides_default?sides={sides_default}:}
      + +
      diff --git a/templates/ja/classes-header.tmpl b/templates/ja/classes-header.tmpl new file mode 100644 index 000000000..506603cd5 --- /dev/null +++ b/templates/ja/classes-header.tmpl @@ -0,0 +1 @@ +

      {total=0?クラスはありません:{total} 個のクラスのうち {#printer_name} 個を表示中}。

      diff --git a/templates/ja/classes.tmpl b/templates/ja/classes.tmpl new file mode 100644 index 000000000..823a832a9 --- /dev/null +++ b/templates/ja/classes.tmpl @@ -0,0 +1,11 @@ +{#printer_name=0?: + + + + + +{[printer_name] + +} + +
      {ORDER=dec? キュー名 : キュー名 }説明場所メンバー状態
      {printer_name}{printer_info}{printer_location}{?member_uris=?なし:{member_uris}}{printer_state=3?待機中:{printer_state=4?処理中:停止}}{printer_state_message? - "{printer_state_message}":}
      } diff --git a/templates/ja/command.tmpl b/templates/ja/command.tmpl new file mode 100644 index 000000000..f892335e2 --- /dev/null +++ b/templates/ja/command.tmpl @@ -0,0 +1,12 @@ +
      + +

      {printer_name} の {title}

      + +

      {job_state>5?:Busy Indicator }プリンターコマンドジョブ +{job_state=3?ペンディング中:{job_state=4?ホールド中: +{job_state=5?処理中:{job_state=6?停止中: +{job_state=7?キャンセル:{job_state=8?破棄:完了}}}}}}{job_state=9?:{job_printer_state_message?, +"{job_printer_state_message}":}}

      + +
      diff --git a/templates/ja/edit-config.tmpl b/templates/ja/edit-config.tmpl new file mode 100644 index 000000000..dfd7dc95b --- /dev/null +++ b/templates/ja/edit-config.tmpl @@ -0,0 +1,24 @@ + + +
      + +

      設定ファイルの設定

      + +
      + + + + + +

      +

      + +
      + +
      diff --git a/templates/ja/error-op.tmpl b/templates/ja/error-op.tmpl new file mode 100644 index 000000000..89ffbaeca --- /dev/null +++ b/templates/ja/error-op.tmpl @@ -0,0 +1,9 @@ +
      + +

      {?title} {?printer_name} のエラー

      + +

      エラー:

      + +
      "{op}" は未知の操作です!
      + +
      diff --git a/templates/ja/error.tmpl b/templates/ja/error.tmpl new file mode 100644 index 000000000..d67ce3665 --- /dev/null +++ b/templates/ja/error.tmpl @@ -0,0 +1,9 @@ +
      + +

      {?title} {?printer_name} のエラー

      + +

      {?message?{message}:エラー}:

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

      エラー: 以下のオプションは競合します:

      + + + +

      競合を解決するために、1 つ以上のオプションを変更してください。

      diff --git a/templates/ja/option-header.tmpl b/templates/ja/option-header.tmpl new file mode 100644 index 000000000..464726a50 --- /dev/null +++ b/templates/ja/option-header.tmpl @@ -0,0 +1,5 @@ +
      + +

      {group}

      + +
      + + + + + + + + + + + + + +
        ãƒ›ãƒ¼ãƒ     ç®¡ç†    ã‚¯ãƒ©ã‚¹    ãƒ˜ãƒ«ãƒ—    ã‚¸ãƒ§ãƒ–    ãƒ—リンター  
       
      diff --git a/templates/ja/help-header.tmpl b/templates/ja/help-header.tmpl new file mode 100644 index 000000000..4a1f0ffb9 --- /dev/null +++ b/templates/ja/help-header.tmpl @@ -0,0 +1,51 @@ +
      +
      +{TOPIC?:} + +

      +{HELPTITLE?{HELPTITLE}:{TOPIC?{TOPIC}:すべてのドキュメント}}内を検索: + +

      + +
      + + + + +{QUERY?

      {HELPFILE?{HELPTITLE}:{TOPIC?{TOPIC}:すべてのドキュメント}}の検索結果\:

      +{QTEXT?:} +:

      マッチするものは見つかりませんでした。

      } +
      :} +{HELPTITLE?

      {HELPTITLE}

      +
      : + +

      オンラインヘルプ

      + +

      これは、CUPS のオンラインヘルプインターフェイスです。 +オンラインヘルプ情報を表示するには、検索語句を上に入力するか、 +ドキュメントリンクのいずれかをクリックしてください。

      + +

      あなたが CUPS について初心者なら、 "CUPS の概要" ページを読んでください。 +上級ユーザーは、 "CUPS 1.6 の新機能" +ページを読むべきです。

      + +

      CUPS ホームページ でも、 +ユーザーディスカッションフォーラム、FAQ、 +バグ報告や機能リクエストを申請するフォームといった、 +多くのリソースを提供しています。

      } diff --git a/templates/ja/help-printable.tmpl b/templates/ja/help-printable.tmpl new file mode 100644 index 000000000..2463c1630 --- /dev/null +++ b/templates/ja/help-printable.tmpl @@ -0,0 +1,9 @@ + + + + + {HELPTITLE} + + + + diff --git a/templates/ja/help-trailer.tmpl b/templates/ja/help-trailer.tmpl new file mode 100644 index 000000000..4c1ebed85 --- /dev/null +++ b/templates/ja/help-trailer.tmpl @@ -0,0 +1 @@ +
      diff --git a/templates/ja/job-cancel.tmpl b/templates/ja/job-cancel.tmpl new file mode 100644 index 000000000..aa102953d --- /dev/null +++ b/templates/ja/job-cancel.tmpl @@ -0,0 +1,7 @@ +
      + +

      ジョブ {job_id} のキャンセル

      + +

      ジョブ {job_id} はキャンセルされました。 + +

      diff --git a/templates/ja/job-hold.tmpl b/templates/ja/job-hold.tmpl new file mode 100644 index 000000000..baae237fa --- /dev/null +++ b/templates/ja/job-hold.tmpl @@ -0,0 +1,7 @@ +
      + +

      ジョブ {job_id} の保留

      + +

      ジョブ {job_id} は印刷を保留されました。 + +

      diff --git a/templates/ja/job-move.tmpl b/templates/ja/job-move.tmpl new file mode 100644 index 000000000..54da7e038 --- /dev/null +++ b/templates/ja/job-move.tmpl @@ -0,0 +1,27 @@ +
      + +
      + + +{job_id?:} + +

      {job_id?ジョブ {job_id} の移動:すべてのジョブの移動}

      + + + + + + + + + + +
      新しい宛先: + +
      + +
      + +
      diff --git a/templates/ja/job-moved.tmpl b/templates/ja/job-moved.tmpl new file mode 100644 index 000000000..c41535975 --- /dev/null +++ b/templates/ja/job-moved.tmpl @@ -0,0 +1,8 @@ +
      + +

      {job_id?ジョブ {job_id} の移動:すべてのジョブの移動}

      + +

      {job_id?ジョブ {job_id}:すべてのジョブ} は +{job_printer_name} に移動しました。

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

      ジョブ {job_id} の解放

      + +

      ジョブ {job_id} は印刷から解放されました。 + +

      diff --git a/templates/ja/job-restart.tmpl b/templates/ja/job-restart.tmpl new file mode 100644 index 000000000..493a4ace7 --- /dev/null +++ b/templates/ja/job-restart.tmpl @@ -0,0 +1,7 @@ +
      + +

      ジョブ {job_id} の再印刷

      + +

      ジョブ {job_id} は再印刷されました。 + +

      diff --git a/templates/ja/jobs-header.tmpl b/templates/ja/jobs-header.tmpl new file mode 100644 index 000000000..8c1c3a586 --- /dev/null +++ b/templates/ja/jobs-header.tmpl @@ -0,0 +1,5 @@ +
      {?which_jobs=?:
      } +{?which_jobs=completed?:
      } +{?which_jobs=all?:
      }
      + +

      {total=0?ジョブはありません:{total} 個の{?which_jobs=?アクティブな:{which_jobs=all?:完了した}}ジョブのうち {#job_id} 個を表示中}}。

      diff --git a/templates/ja/jobs.tmpl b/templates/ja/jobs.tmpl new file mode 100644 index 000000000..220c950aa --- /dev/null +++ b/templates/ja/jobs.tmpl @@ -0,0 +1,36 @@ +{#job_id=0?: + + + + + +{[job_id] + + + + + + + + + +} + +
      {ORDER=dec? ID : ID }名前ユーザーサイズページ状態制御
      {job_printer_name}-{job_id}{?phone? ({phone}):} {?job_name=?未知:{job_name}} {?job_originating_user_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_printer_state_message?
      +"{job_printer_state_message}":}
      +{job_preserved>0?{job_state>5? +
      :}:} +{job_state=4? +
      +
      :} +{job_state=3? +
      +
      :} +{job_state<7? +
      +
      +
      :} + 
      +} diff --git a/templates/ja/list-available-printers.tmpl b/templates/ja/list-available-printers.tmpl new file mode 100644 index 000000000..f70b5aac0 --- /dev/null +++ b/templates/ja/list-available-printers.tmpl @@ -0,0 +1,11 @@ +
      + +

      利用可能なプリンター

      + +{#device_uri=0?

      プリンターが見つかりません。

      +:
        {[device_uri] +
      • +{device_make_and_model} ({device_info})
      • +}
      } + +
      diff --git a/templates/ja/modify-class.tmpl b/templates/ja/modify-class.tmpl new file mode 100644 index 000000000..a41010f3f --- /dev/null +++ b/templates/ja/modify-class.tmpl @@ -0,0 +1,34 @@ +
      + +

      クラス {printer_name} の変更

      + +
      + + + + + + + + + + + + + + + + + + + + + +
      説明:
      場所:
      メンバー: + +
      + +
      +
      \ No newline at end of file diff --git a/templates/ja/modify-printer.tmpl b/templates/ja/modify-printer.tmpl new file mode 100644 index 000000000..009af6d6a --- /dev/null +++ b/templates/ja/modify-printer.tmpl @@ -0,0 +1,42 @@ +
      + +

      {printer_name} の変更

      + +
      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      説明:
      +("HP LaserJet with Duplexer" のように人が読みやすい説明)
      場所:
      +("Lab 1" のように人が読みやすい場所)
      接続:{device_uri}
      共有: +このプリンターを共有する
      + +
      +
      diff --git a/templates/ja/norestart.tmpl b/templates/ja/norestart.tmpl new file mode 100644 index 000000000..474043318 --- /dev/null +++ b/templates/ja/norestart.tmpl @@ -0,0 +1,7 @@ +
      + +

      設定変更

      + +

      設定に何も変更が行われなかったため、サーバーは再起動されませんでした...

      + +
      diff --git a/templates/ja/option-boolean.tmpl b/templates/ja/option-boolean.tmpl new file mode 100644 index 000000000..e832ee102 --- /dev/null +++ b/templates/ja/option-boolean.tmpl @@ -0,0 +1,6 @@ +
      {keytext}: +{[choices]{text}} +
      diff --git a/templates/ja/option-pickmany.tmpl b/templates/ja/option-pickmany.tmpl new file mode 100644 index 000000000..0da75e5d2 --- /dev/null +++ b/templates/ja/option-pickmany.tmpl @@ -0,0 +1,6 @@ + + + + diff --git a/templates/ja/option-pickone.tmpl b/templates/ja/option-pickone.tmpl new file mode 100644 index 000000000..514e2abc2 --- /dev/null +++ b/templates/ja/option-pickone.tmpl @@ -0,0 +1,18 @@ + + +:} + diff --git a/templates/ja/option-trailer.tmpl b/templates/ja/option-trailer.tmpl new file mode 100644 index 000000000..da2db1e09 --- /dev/null +++ b/templates/ja/option-trailer.tmpl @@ -0,0 +1,5 @@ +
      {keytext}:
      {keytext}: +{iscustom=1?{[params] + + +}
      {paramtext}:{params=Units?:}
      +
      + +

      + + \ No newline at end of file diff --git a/templates/ja/pager.tmpl b/templates/ja/pager.tmpl new file mode 100644 index 000000000..ebba3a004 --- /dev/null +++ b/templates/ja/pager.tmpl @@ -0,0 +1,6 @@ + + + + + +
      {PREV?
      : }
      {NEXT?
      : }
      diff --git a/templates/ja/printer-accept.tmpl b/templates/ja/printer-accept.tmpl new file mode 100644 index 000000000..f13c66267 --- /dev/null +++ b/templates/ja/printer-accept.tmpl @@ -0,0 +1,9 @@ +
      + +

      {is_class?クラス:プリンター} {printer_name} のジョブの受け付け

      + +

      {is_class?クラス:プリンター} {printer_name} +はジョブを受け付けるようになりました。

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

      プリンターの追加

      + +

      プリンター {printer_name} は正しく追加されました。 +

      diff --git a/templates/ja/printer-configured.tmpl b/templates/ja/printer-configured.tmpl new file mode 100644 index 000000000..10459431e --- /dev/null +++ b/templates/ja/printer-configured.tmpl @@ -0,0 +1,8 @@ +
      + +

      {printer_name} のデフォルトオプションの設定

      + +

      {OP=set-class-options?クラス :プリンター }{printer_name} +のデフォルトオプションは正しく設定されました。 + +

      diff --git a/templates/ja/printer-confirm.tmpl b/templates/ja/printer-confirm.tmpl new file mode 100644 index 000000000..6fdb52cab --- /dev/null +++ b/templates/ja/printer-confirm.tmpl @@ -0,0 +1,9 @@ +
      + +

      プリンター {printer_name} の削除

      + +

      警告: 本当にプリンター {printer_name} を削除してよいですか?

      + +

      + +
      diff --git a/templates/ja/printer-default.tmpl b/templates/ja/printer-default.tmpl new file mode 100644 index 000000000..fccfc0de4 --- /dev/null +++ b/templates/ja/printer-default.tmpl @@ -0,0 +1,12 @@ +
      + +

      {is_class?クラス:プリンター} {printer_name} をデフォルトに設定

      + +

      {is_class?クラス:プリンター} {printer_name} +をサーバーのデフォルトプリンターに設定しました。

      + +
      注意: lpoptions コマンドで設定されたユーザーのデフォルトは、 +このサーバーのデフォルト設定を上書きします。
      + +
      diff --git a/templates/ja/printer-deleted.tmpl b/templates/ja/printer-deleted.tmpl new file mode 100644 index 000000000..2f2759b20 --- /dev/null +++ b/templates/ja/printer-deleted.tmpl @@ -0,0 +1,7 @@ +
      + +

      プリンター {printer_name} の削除

      + +

      プリンター {printer_name} は正しく削除されました。 + +

      diff --git a/templates/ja/printer-jobs-header.tmpl b/templates/ja/printer-jobs-header.tmpl new file mode 100644 index 000000000..1d5d887cd --- /dev/null +++ b/templates/ja/printer-jobs-header.tmpl @@ -0,0 +1,3 @@ +
      +

      ジョブ

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

      プリンター {printer_name} の変更

      + +

      プリンター {printer_name} +は正しく変更されました。 + +

      \ No newline at end of file diff --git a/templates/ja/printer-purge.tmpl b/templates/ja/printer-purge.tmpl new file mode 100644 index 000000000..4ba6cbcd6 --- /dev/null +++ b/templates/ja/printer-purge.tmpl @@ -0,0 +1,9 @@ +
      + +

      {is_class?クラス:プリンター} {printer_name} のジョブの全削除

      + +

      {is_class?クラス:プリンター} {printer_name} +からすべてのジョブを削除しました。

      + +
      \ No newline at end of file diff --git a/templates/ja/printer-reject.tmpl b/templates/ja/printer-reject.tmpl new file mode 100644 index 000000000..ba7cc524c --- /dev/null +++ b/templates/ja/printer-reject.tmpl @@ -0,0 +1,9 @@ +
      + +

      {is_class?クラス:プリンター} {printer_name} のジョブの拒否

      + +

      {is_class?クラス:プリンター} {printer_name} +はジョブを受け付けなくなりました。

      + +
      diff --git a/templates/ja/printer-start.tmpl b/templates/ja/printer-start.tmpl new file mode 100644 index 000000000..138829d0a --- /dev/null +++ b/templates/ja/printer-start.tmpl @@ -0,0 +1,9 @@ +
      + +

      {is_class?クラス:プリンター} {printer_name} の再開

      + +

      {is_class?クラス:プリンター} {printer_name} +は再開しました。

      + +
      \ No newline at end of file diff --git a/templates/ja/printer-stop.tmpl b/templates/ja/printer-stop.tmpl new file mode 100644 index 000000000..cc74c1b56 --- /dev/null +++ b/templates/ja/printer-stop.tmpl @@ -0,0 +1,9 @@ +
      + +

      {is_class?クラス:プリンター} {printer_name} の停止

      + +

      {is_class?クラス:プリンター} {printer_name} +は停止しました。

      + +
      \ No newline at end of file diff --git a/templates/ja/printer.tmpl b/templates/ja/printer.tmpl new file mode 100644 index 000000000..a95b71e41 --- /dev/null +++ b/templates/ja/printer.tmpl @@ -0,0 +1,47 @@ +
      + +

      {printer_name} +({printer_state=3?待機中:{printer_state=4?処理中:一時停止中}}, +{printer_is_accepting_jobs=0?ジョブを拒否中:ジョブを受け付け中}, +{server_is_sharing_printers=0?非:{printer_is_shared=0?非:}} 共有{default_name={printer_name}?, サーバーのデフォルト:})

      + +
      + + + +
      + +
      + + + + +
      + + + + + + +
      説明:{printer_info}
      場所:{printer_location}
      プリンタードライバー:{printer_make_and_model} ({color_supported=1?カラー:白黒}{sides_supported?, 両面可:})
      +
      接続:{device_uri}
      デフォルト設定:バナー={job_sheets_default} +用紙サイズ={media_default?{media_default}:unknown} +{sides_default?両面指定={sides_default}:}
      + +
      \ No newline at end of file diff --git a/templates/ja/printers-header.tmpl b/templates/ja/printers-header.tmpl new file mode 100644 index 000000000..1342eff42 --- /dev/null +++ b/templates/ja/printers-header.tmpl @@ -0,0 +1 @@ +

      {total=0?プリンターはありません:{total} 台のプリンターのうち {#printer_name} 台を表示中}。

      diff --git a/templates/ja/printers.tmpl b/templates/ja/printers.tmpl new file mode 100644 index 000000000..a8caaffd2 --- /dev/null +++ b/templates/ja/printers.tmpl @@ -0,0 +1,11 @@ +{#printer_name=0?: + + + + + +{[printer_name] + +} + +
      {ORDER=dec? キュー名 : キュー名 }説明場所メーカーとモデル状態
      {printer_name}{printer_info}{printer_location}{printer_make_and_model}{printer_state=3?待機中:{printer_state=4?処理中:停止}}{printer_state_message? - "{printer_state_message}":}
      } diff --git a/templates/ja/restart.tmpl b/templates/ja/restart.tmpl new file mode 100644 index 000000000..d8504efbc --- /dev/null +++ b/templates/ja/restart.tmpl @@ -0,0 +1,8 @@ +
      + +

      設定の変更

      + +

      サーバーが再起動する間しばらくお待ちください...

      + +
      diff --git a/templates/ja/samba-export.tmpl b/templates/ja/samba-export.tmpl new file mode 100644 index 000000000..b1d5050a4 --- /dev/null +++ b/templates/ja/samba-export.tmpl @@ -0,0 +1,55 @@ + + +
      + + + +

      プリンターを Samba にエクスポート

      + +{error?

      プリンターを Samba にエクスポートできません\:

      +
      {error}
      +

      より詳細な情報については error_log ファイルを参照してください。

      : +

      このページは、Windows クライアントがデスクトップ上の +マイネットワーク や ネットワークの場所 +アイコン経由でアクセスできるよう、プリンターの Samba +へのエクスポートを許可します。cupsaddsmb(8) man ページに書かれているように、 +事前に Windows PostScript ドライバーをインストールしておく必要があります。

      } + + + + + + + + + + + + + + + + + + +
      プリンター: +
      + すべてのプリンターをエクスポート +
      Samba のユーザー名: (必須)
      Samba のパスワード: (必須)
      + +
      diff --git a/templates/ja/samba-exported.tmpl b/templates/ja/samba-exported.tmpl new file mode 100644 index 000000000..f67ddd928 --- /dev/null +++ b/templates/ja/samba-exported.tmpl @@ -0,0 +1 @@ +

      プリンターは Samba に正しくエクスポートされました。

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

      +{SEARCH_DEST?{SEARCH_DEST}:{SECTION=classes?クラス:{SECTION=jobs?ジョブ:プリンター}}} 内を検索: +

      + +
      diff --git a/templates/ja/set-printer-options-header.tmpl b/templates/ja/set-printer-options-header.tmpl new file mode 100644 index 000000000..cd8df9161 --- /dev/null +++ b/templates/ja/set-printer-options-header.tmpl @@ -0,0 +1,26 @@ +
      + +

      {printer_name} のデフォルトオプションの変更

      + +
      + + + +{HAVE_AUTOCONFIGURE?:} + + + +

      {[group_id] +{group}     }

      + +
      diff --git a/templates/ja/set-printer-options-trailer.tmpl b/templates/ja/set-printer-options-trailer.tmpl new file mode 100644 index 000000000..11adc7012 --- /dev/null +++ b/templates/ja/set-printer-options-trailer.tmpl @@ -0,0 +1,16 @@ +
      + + +
      + +
      diff --git a/templates/ja/subscription-added.tmpl b/templates/ja/subscription-added.tmpl new file mode 100644 index 000000000..e4ab98cf9 --- /dev/null +++ b/templates/ja/subscription-added.tmpl @@ -0,0 +1,5 @@ +
      + +

      {subscription_name} の購読は正しく追加されました。

      + +
      diff --git a/templates/ja/subscription-canceled.tmpl b/templates/ja/subscription-canceled.tmpl new file mode 100644 index 000000000..8787dad2b --- /dev/null +++ b/templates/ja/subscription-canceled.tmpl @@ -0,0 +1,5 @@ +
      + +

      購読 #{notify_subscription_id} はキャンセルされました。

      + +
      diff --git a/templates/ja/test-page.tmpl b/templates/ja/test-page.tmpl new file mode 100644 index 000000000..6cdaa8751 --- /dev/null +++ b/templates/ja/test-page.tmpl @@ -0,0 +1,8 @@ +
      + +

      {printer_name} のテストページ印刷

      + +

      テストページを送信しました; ジョブ ID は +{printer_name}-{job_id} です。

      + +
      diff --git a/templates/ja/trailer.tmpl b/templates/ja/trailer.tmpl new file mode 100644 index 000000000..123a19722 --- /dev/null +++ b/templates/ja/trailer.tmpl @@ -0,0 +1,8 @@ + +  +CUPS and the CUPS logo are trademarks of +Apple Inc. CUPS is copyright 2007-2012 Apple +Inc. All rights reserved. + + + diff --git a/templates/ja/users.tmpl b/templates/ja/users.tmpl new file mode 100644 index 000000000..b998c6b2b --- /dev/null +++ b/templates/ja/users.tmpl @@ -0,0 +1,30 @@ +
      + +
      + + + +{IS_CLASS?:} + +

      {printer_name} に許可するユーザー

      + + + + + + + + + + +
      ユーザー: + +
      +これらのユーザーの印刷を許可 +これらのユーザーの印刷を禁止 +
      + +
      + +
      +
      diff --git a/test/ipptool.c b/test/ipptool.c index 696a8922f..537c299b2 100644 --- a/test/ipptool.c +++ b/test/ipptool.c @@ -2660,9 +2660,10 @@ do_tests(_cups_vars_t *vars, /* I - Variables */ get_variable(vars, statuses[i].if_not_defined)) continue; - add_stringf(errors, "EXPECTED: STATUS %s (got %s)", - ippErrorString(statuses[i].status), - ippErrorString(cupsLastError())); + if (!statuses[i].repeat_match) + add_stringf(errors, "EXPECTED: STATUS %s (got %s)", + ippErrorString(statuses[i].status), + ippErrorString(cupsLastError())); } if ((attrptr = ippFindAttribute(response, "status-message", @@ -2726,7 +2727,8 @@ do_tests(_cups_vars_t *vars, /* I - Variables */ { if (expect->define_no_match) set_variable(vars, expect->define_no_match, "1"); - else if (!expect->define_match && !expect->define_value) + else if (!expect->define_match && !expect->define_value && + !expect->repeat_match && !expect->repeat_no_match) { if (expect->with_flags & _CUPS_WITH_REGEX) add_stringf(errors, "EXPECTED: %s %s /%s/", diff --git a/tools/makesrcdist b/tools/makesrcdist index 7b1330d35..b20a4078d 100755 --- a/tools/makesrcdist +++ b/tools/makesrcdist @@ -26,9 +26,9 @@ if test $# = 0; then # Compute version for snapshot rev=`svnversion . | sed -e '1,$s/[a-zA-Z]//g'` - version="1.6svn" + version="1.7svn" revision="-r$rev" - fileversion="1.6svn-r$rev" + fileversion="1.7svn-r$rev" fileurl="http://ftp.easysw.com/pub/cups/test/cups-$fileversion-source.tar." url="." else @@ -41,8 +41,8 @@ else url="https://svn.easysw.com/public/cups/tags/release-$version" echo Validating sources... - cupsversionpatch=`echo $version | awk -F. '{print $3}'` - cupsversion=`printf "1.06%02d" $cupsversionpatch` + cupsversionpatch=`echo $version | awk -F. '{if (NF == 3) { print $3 } else { print "0" } }'` + cupsversion=`printf "1.07%02d" $cupsversionpatch` temp=`grep CUPS_VERSION cups/cups.h | grep -v CUPS_VERSION_ | awk '{print $4}'` if test "$temp" != $cupsversion; then diff --git a/xcode/CUPS.xcodeproj/project.pbxproj b/xcode/CUPS.xcodeproj/project.pbxproj index 4bc8343ba..c1a32a00d 100644 --- a/xcode/CUPS.xcodeproj/project.pbxproj +++ b/xcode/CUPS.xcodeproj/project.pbxproj @@ -329,7 +329,6 @@ 7258EAF513459B6D009286F1 /* libcupsimage.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 72F75A611336F9A3004BB496 /* libcupsimage.dylib */; }; 726AD702135E8A90002C930D /* ippserver.c in Sources */ = {isa = PBXBuildFile; fileRef = 726AD701135E8A90002C930D /* ippserver.c */; }; 7271883D1374AB14001A2036 /* mime-private.h in Headers */ = {isa = PBXBuildFile; fileRef = 7271883C1374AB14001A2036 /* mime-private.h */; }; - 728FB7E4153600FA005426E1 /* avahi.c in Sources */ = {isa = PBXBuildFile; fileRef = 728FB7DE153600FA005426E1 /* avahi.c */; }; 728FB7E8153600FA005426E1 /* tls.c in Sources */ = {isa = PBXBuildFile; fileRef = 728FB7E3153600FA005426E1 /* tls.c */; }; 728FB7E91536161C005426E1 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 278C58E5136B64AF00836530 /* CoreFoundation.framework */; }; 728FB7EA1536161C005426E1 /* Kerberos.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 278C58E6136B64B000836530 /* Kerberos.framework */; }; @@ -339,6 +338,19 @@ 728FB7F11536167A005426E1 /* libiconv.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 728FB7EF1536167A005426E1 /* libiconv.dylib */; }; 728FB7F21536167A005426E1 /* libresolv.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 728FB7F01536167A005426E1 /* libresolv.dylib */; }; 72C16CB9137B195D007E4BF4 /* file.c in Sources */ = {isa = PBXBuildFile; fileRef = 72C16CB8137B195D007E4BF4 /* file.c */; }; + 72D53A2A15B49110003F877F /* GSS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 72D53A2915B49110003F877F /* GSS.framework */; }; + 72D53A2D15B4913D003F877F /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 72D53A2C15B4913D003F877F /* IOKit.framework */; }; + 72D53A2E15B4915B003F877F /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 278C58E8136B64B000836530 /* SystemConfiguration.framework */; }; + 72D53A2F15B49174003F877F /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 278C58E5136B64AF00836530 /* CoreFoundation.framework */; }; + 72D53A3015B4923F003F877F /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 278C58E5136B64AF00836530 /* CoreFoundation.framework */; }; + 72D53A3115B4923F003F877F /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 278C58E7136B64B000836530 /* Security.framework */; }; + 72D53A3215B4923F003F877F /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 278C58E8136B64B000836530 /* SystemConfiguration.framework */; }; + 72D53A3415B4925B003F877F /* ApplicationServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 72D53A3315B4925B003F877F /* ApplicationServices.framework */; }; + 72D53A3515B49270003F877F /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 72D53A2C15B4913D003F877F /* IOKit.framework */; }; + 72D53A3815B4929D003F877F /* colorman.c in Sources */ = {isa = PBXBuildFile; fileRef = 72D53A3615B4929D003F877F /* colorman.c */; }; + 72D53A3A15B492FA003F877F /* libpam.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 72D53A3915B492FA003F877F /* libpam.dylib */; }; + 72D53A3B15B4930A003F877F /* GSS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 72D53A2915B49110003F877F /* GSS.framework */; }; + 72D53A3C15B4930A003F877F /* Kerberos.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 278C58E6136B64B000836530 /* Kerberos.framework */; }; 72F75A5C1336F988004BB496 /* cupstestppd.c in Sources */ = {isa = PBXBuildFile; fileRef = 72F75A5B1336F988004BB496 /* cupstestppd.c */; }; 72F75A671336FA38004BB496 /* libcups.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 72220EAE1333047D00FCA411 /* libcups.dylib */; }; 72F75A6C1336FA8A004BB496 /* error.c in Sources */ = {isa = PBXBuildFile; fileRef = 72F75A691336FA8A004BB496 /* error.c */; }; @@ -1294,8 +1306,6 @@ 7271882213746EA8001A2036 /* rastertohp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = rastertohp.c; path = ../filter/rastertohp.c; sourceTree = ""; }; 7271882313746EA8001A2036 /* rastertolabel.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = rastertolabel.c; path = ../filter/rastertolabel.c; sourceTree = ""; }; 7271883C1374AB14001A2036 /* mime-private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "mime-private.h"; path = "../scheduler/mime-private.h"; sourceTree = ""; }; - 728FB7DE153600FA005426E1 /* avahi.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = avahi.c; path = ../scheduler/avahi.c; sourceTree = ""; }; - 728FB7DF153600FA005426E1 /* avahi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = avahi.h; path = ../scheduler/avahi.h; sourceTree = ""; }; 728FB7E0153600FA005426E1 /* tls-darwin.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = "tls-darwin.c"; path = "../scheduler/tls-darwin.c"; sourceTree = ""; }; 728FB7E1153600FA005426E1 /* tls-gnutls.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = "tls-gnutls.c"; path = "../scheduler/tls-gnutls.c"; sourceTree = ""; }; 728FB7E2153600FA005426E1 /* tls-openssl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = "tls-openssl.c"; path = "../scheduler/tls-openssl.c"; sourceTree = ""; }; @@ -1305,6 +1315,12 @@ 728FB7F01536167A005426E1 /* libresolv.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libresolv.dylib; path = ../../../../../usr/lib/libresolv.dylib; sourceTree = ""; }; 72A4332F155844CF002E172D /* libcups_static.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libcups_static.a; sourceTree = BUILT_PRODUCTS_DIR; }; 72C16CB8137B195D007E4BF4 /* file.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = file.c; path = ../scheduler/file.c; sourceTree = SOURCE_ROOT; }; + 72D53A2915B49110003F877F /* GSS.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GSS.framework; path = ../../../../../System/Library/Frameworks/GSS.framework; sourceTree = ""; }; + 72D53A2C15B4913D003F877F /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = ../../../../../System/Library/Frameworks/IOKit.framework; sourceTree = ""; }; + 72D53A3315B4925B003F877F /* ApplicationServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ApplicationServices.framework; path = ../../../../../System/Library/Frameworks/ApplicationServices.framework; sourceTree = ""; }; + 72D53A3615B4929D003F877F /* colorman.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = colorman.c; path = ../scheduler/colorman.c; sourceTree = ""; }; + 72D53A3715B4929D003F877F /* colorman.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = colorman.h; path = ../scheduler/colorman.h; sourceTree = ""; }; + 72D53A3915B492FA003F877F /* libpam.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libpam.dylib; path = ../../../../../usr/lib/libpam.dylib; sourceTree = ""; }; 72F75A521336F950004BB496 /* cupstestppd */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = cupstestppd; sourceTree = BUILT_PRODUCTS_DIR; }; 72F75A5B1336F988004BB496 /* cupstestppd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = cupstestppd.c; path = ../systemv/cupstestppd.c; sourceTree = ""; }; 72F75A611336F9A3004BB496 /* libcupsimage.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libcupsimage.dylib; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -1481,6 +1497,7 @@ 728FB7F21536167A005426E1 /* libresolv.dylib in Frameworks */, 728FB7ED1536161C005426E1 /* libz.dylib in Frameworks */, 728FB7E91536161C005426E1 /* CoreFoundation.framework in Frameworks */, + 72D53A2A15B49110003F877F /* GSS.framework in Frameworks */, 728FB7EA1536161C005426E1 /* Kerberos.framework in Frameworks */, 728FB7EB1536161C005426E1 /* Security.framework in Frameworks */, 728FB7EE15361642005426E1 /* SystemConfiguration.framework in Frameworks */, @@ -1491,8 +1508,16 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + 72D53A3A15B492FA003F877F /* libpam.dylib in Frameworks */, 72220F6613330A7000FCA411 /* libcups.dylib in Frameworks */, 72220FBF13330C1000FCA411 /* libcupsmime.dylib in Frameworks */, + 72D53A3415B4925B003F877F /* ApplicationServices.framework in Frameworks */, + 72D53A3015B4923F003F877F /* CoreFoundation.framework in Frameworks */, + 72D53A3B15B4930A003F877F /* GSS.framework in Frameworks */, + 72D53A3515B49270003F877F /* IOKit.framework in Frameworks */, + 72D53A3C15B4930A003F877F /* Kerberos.framework in Frameworks */, + 72D53A3115B4923F003F877F /* Security.framework in Frameworks */, + 72D53A3215B4923F003F877F /* SystemConfiguration.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1541,6 +1566,9 @@ buildActionMask = 2147483647; files = ( 724379661333FF3B009631B9 /* libcups.dylib in Frameworks */, + 72D53A2F15B49174003F877F /* CoreFoundation.framework in Frameworks */, + 72D53A2D15B4913D003F877F /* IOKit.framework in Frameworks */, + 72D53A2E15B4915B003F877F /* SystemConfiguration.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1803,10 +1831,10 @@ 72220F5D13330A5A00FCA411 /* cupsd */ = { isa = PBXGroup; children = ( + 72D53A3615B4929D003F877F /* colorman.c */, + 72D53A3715B4929D003F877F /* colorman.h */, 72220F6913330B0C00FCA411 /* auth.c */, 72220F6A13330B0C00FCA411 /* auth.h */, - 728FB7DE153600FA005426E1 /* avahi.c */, - 728FB7DF153600FA005426E1 /* avahi.h */, 72220F6B13330B0C00FCA411 /* banners.c */, 72220F6C13330B0C00FCA411 /* banners.h */, 72220F6D13330B0C00FCA411 /* cert.c */, @@ -1916,6 +1944,10 @@ 72BF96351333042100B1EAD7 = { isa = PBXGroup; children = ( + 72D53A3915B492FA003F877F /* libpam.dylib */, + 72D53A3315B4925B003F877F /* ApplicationServices.framework */, + 72D53A2C15B4913D003F877F /* IOKit.framework */, + 72D53A2915B49110003F877F /* GSS.framework */, 728FB7EF1536167A005426E1 /* libiconv.dylib */, 728FB7F01536167A005426E1 /* libresolv.dylib */, 728FB7EC1536161C005426E1 /* libz.dylib */, @@ -2970,8 +3002,8 @@ 72220FA613330B0C00FCA411 /* subscriptions.c in Sources */, 72220FA713330B0C00FCA411 /* sysman.c in Sources */, 72C16CB9137B195D007E4BF4 /* file.c in Sources */, - 728FB7E4153600FA005426E1 /* avahi.c in Sources */, 728FB7E8153600FA005426E1 /* tls.c in Sources */, + 72D53A3815B4929D003F877F /* colorman.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/xcode/config.h b/xcode/config.h index 6574617cc..441c4c41f 100644 --- a/xcode/config.h +++ b/xcode/config.h @@ -4,7 +4,7 @@ * * Configuration file for CUPS. * - * Copyright 2007-2011 by Apple Inc. + * Copyright 2007-2012 by Apple Inc. * Copyright 1997-2007 by Easy Software Products. * * These coded instructions, statements, and computer programs are the @@ -21,8 +21,8 @@ * Version of software... */ -#define CUPS_SVERSION "CUPS v1.5.0" -#define CUPS_MINIMAL "CUPS/1.5.0" +#define CUPS_SVERSION "CUPS v1.6.0" +#define CUPS_MINIMAL "CUPS/1.6.0" /* @@ -63,12 +63,8 @@ */ #define CUPS_DEFAULT_BROWSING 1 -#define CUPS_DEFAULT_BROWSE_LOCAL_PROTOCOLS "CUPS dnssd" -#define CUPS_DEFAULT_BROWSE_REMOTE_PROTOCOLS "" -#define CUPS_DEFAULT_BROWSE_SHORT_NAMES 1 +#define CUPS_DEFAULT_BROWSE_LOCAL_PROTOCOLS "dnssd" #define CUPS_DEFAULT_DEFAULT_SHARED 1 -#define CUPS_DEFAULT_IMPLICIT_CLASSES 1 -#define CUPS_DEFAULT_USE_NETWORK_DEFAULT 0 /* @@ -187,6 +183,7 @@ #define HAVE_STRINGS_H 1 /* #undef HAVE_BSTRING_H */ + /* * Do we have the long long type? */ @@ -201,6 +198,7 @@ # define CUPS_LLCAST (long) #endif /* HAVE_LONG_LONG */ + /* * Do we have the strtoll() function? */ @@ -211,6 +209,7 @@ # define strtoll(nptr,endptr,base) strtol((nptr), (endptr), (base)) #endif /* !HAVE_STRTOLL */ + /* * Do we have the strXXX() functions? */ @@ -297,18 +296,26 @@ #define HAVE_SSL 1 +/* + * Do we have the SSL_set_tlsext_host_name function? + */ + +/* #undef HAVE_SSL_SET_TLSEXT_HOST_NAME */ + + /* * What Security framework headers do we have? */ #define HAVE_AUTHORIZATION_H 1 +#define HAVE_SECBASEPRIV_H 1 #define HAVE_SECCERTIFICATE_H 1 +#define HAVE_SECIDENTITYSEARCHPRIV_H 1 #define HAVE_SECITEM_H 1 -/* #undef HAVE_SECITEMPRIV_H */ +#define HAVE_SECITEMPRIV_H 1 #define HAVE_SECPOLICY_H 1 -/* #undef HAVE_SECPOLICYPRIV_H */ -/* #undef HAVE_SECBASEPRIV_H */ -/* #undef HAVE_SECIDENTITYSEARCHPRIV_H */ +#define HAVE_SECPOLICYPRIV_H 1 +#define HAVE_SECURETRANSPORTPRIV_H 1 /* @@ -347,36 +354,24 @@ /* - * Do we have the SLP library? - */ - -/* #undef HAVE_LIBSLP */ - - -/* - * Do we have an LDAP library? + * Do we have libpaper? */ -#define HAVE_LDAP 1 -#define HAVE_OPENLDAP 1 -/* #undef HAVE_MOZILLA_LDAP */ -/* #undef HAVE_LDAP_SSL_H */ -/* #undef HAVE_LDAP_SSL */ -#define HAVE_LDAP_REBIND_PROC 1 +/* #undef HAVE_LIBPAPER */ /* - * Do we have libpaper? + * Do we have mDNSResponder for DNS Service Discovery (aka Bonjour)? */ -/* #undef HAVE_LIBPAPER */ +#define HAVE_DNSSD 1 /* - * Do we have DNS Service Discovery (aka Bonjour)? + * Do we have Avahi for DNS Service Discovery (aka Bonjour)? */ -#define HAVE_DNSSD 1 +/* #undef HAVE_AVAHI */ /* @@ -504,7 +499,8 @@ */ /* #undef HAVE_PDFTOPS */ -#define CUPS_PDFTOPS "" +/* #undef HAVE_PDFTOPS_WITH_ORIGPAGESIZES */ +#define CUPS_PDFTOPS "/usr/bin/pdftops" /* @@ -512,15 +508,8 @@ */ /* #undef HAVE_GHOSTSCRIPT */ -#define CUPS_GHOSTSCRIPT "" - - -/* - * Do we have Darwin's CoreFoundation and SystemConfiguration frameworks? - */ - -#define HAVE_COREFOUNDATION 1 -#define HAVE_SYSTEMCONFIGURATION 1 +/* #undef HAVE_GHOSTSCRIPT_PS2WRITE */ +#define CUPS_GHOSTSCRIPT "/usr/bin/gs" /* @@ -528,8 +517,8 @@ */ #define HAVE_COREFOUNDATION_H 1 -/* #undef HAVE_CFPRIV_H */ -/* #undef HAVE_CFBUNDLEPRIV_H */ +#define HAVE_CFPRIV_H 1 +#define HAVE_CFBUNDLEPRIV_H 1 /* @@ -547,11 +536,11 @@ /* - * Do we have MacOSX 10.4's mbr_XXX functions? + * Do we have OS X 10.4's mbr_XXX functions? */ #define HAVE_MEMBERSHIP_H 1 -/* #undef HAVE_MEMBERSHIPPRIV_H */ +#define HAVE_MEMBERSHIPPRIV_H 1 #define HAVE_MBR_UID_TO_UUID 1 @@ -564,33 +553,33 @@ /* - * Do we have DBUS? + * Do we have Darwin's IOKit private headers? */ -/* #undef HAVE_DBUS */ -/* #undef HAVE_DBUS_MESSAGE_ITER_INIT_APPEND */ +#define HAVE_IOKIT_PWR_MGT_IOPMLIBPRIVATE_H 1 /* - * Do we have the AppleTalk/at_proto.h header? + * Do we have DBUS? */ -/* #undef HAVE_APPLETALK_AT_PROTO_H */ +/* #undef HAVE_DBUS */ +/* #undef HAVE_DBUS_MESSAGE_ITER_INIT_APPEND */ /* * Do we have the GSSAPI support library (for Kerberos support)? */ -/* #undef HAVE_GSS_ACQUIRE_CRED_EX_F */ +#define HAVE_GSS_ACQUIRE_CRED_EX_F 1 #define HAVE_GSS_C_NT_HOSTBASED_SERVICE 1 -/* #undef HAVE_GSS_GSSAPI_H */ -/* #undef HAVE_GSS_GSSAPI_SPI_H */ +#define HAVE_GSS_GSSAPI_H 1 +#define HAVE_GSS_GSSAPI_SPI_H 1 #define HAVE_GSSAPI 1 -#define HAVE_GSSAPI_H 1 -#define HAVE_GSSAPI_GSSAPI_H 1 -#define HAVE_GSSAPI_GSSAPI_GENERIC_H 1 -#define HAVE_GSSAPI_GSSAPI_KRB5_H 1 +/* #undef HAVE_GSSAPI_GENERIC_H */ +/* #undef HAVE_GSSAPI_GSSAPI_H */ +/* #undef HAVE_GSSAPI_H */ +#define HAVE_GSSAPI_KRB5_H 1 #define HAVE_KRB5_H 1 @@ -679,7 +668,7 @@ * Do we have libusb? */ -/* #undef HAVE_USB_H */ +/* #undef HAVE_LIBUSB */ /* @@ -709,25 +698,43 @@ /* - * Location of Mac OS X localization bundle, if any. + * Location of OS X localization bundle, if any. */ #define CUPS_BUNDLEDIR "/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A" /* - * Do we have the ColorSyncRegisterDevice function? + * Do we have XPC? */ -#define HAVE_COLORSYNCREGISTERDEVICE 1 +#define HAVE_XPC 1 +#define HAVE_XPC_PRIVATE_H 1 /* - * Do we have XPC? + * Do we have Mini-XML? */ -/* #undef HAVE_XPC */ +/* #undef HAVE_MXML_H */ + + +/* + * Do we have the C99 abs() function? + */ +#define HAVE_ABS 1 +#if !defined(HAVE_ABS) && !defined(abs) +# if defined(__GNUC__) || __STDC_VERSION__ >= 199901L +# define abs(x) _cups_abs(x) +static inline int _cups_abs(int i) { return (i < 0 ? -i : i); } +# elif defined(_MSC_VER) +# define abs(x) _cups_abs(x) +static __inline int _cups_abs(int i) { return (i < 0 ? -i : i); } +# else +# define abs(x) ((x) < 0 ? -(x) : (x)) +# endif /* __GNUC__ || __STDC_VERSION__ */ +#endif /* !HAVE_ABS && !abs */ #endif /* !_CUPS_CONFIG_H_ */ -- 2.39.2