From 0cb67df36975d4467f5247a561e4c3e04da41dc2 Mon Sep 17 00:00:00 2001 From: msweet Date: Mon, 14 Jan 2013 22:10:30 +0000 Subject: [PATCH] Merge changes from CUPS 1.7svn-r10814. git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@4125 a1ca3aef-8c08-0410-bb20-df032aa958be --- CHANGES-1.6.txt | 10 +- INSTALL.txt | 16 +- README.txt | 13 +- backend/usb-libusb.c | 43 +- config.h.in | 5 +- cups/cups-private.h | 8 +- cups/dest.c | 84 +- cups/globals.c | 2 +- cups/ipp.c | 12 +- cups/usersys.c | 24 +- cups/util.c | 22 - desktop/cups.desktop.in | 2 + doc/cs/index.html.in | 107 + doc/fr/index.html.in | 107 + doc/help/man-ipptool.html | 2 +- doc/ru/index.html.in | 103 + locale/cups_ca.po | 1923 ++++- locale/cups_cs.po | 6721 ++++++++++++++++ locale/cups_fr.po | 6721 ++++++++++++++++ locale/cups_ru.po | 7133 +++++++++++++++++ man/cupsctl.man | 4 +- templates/cs/add-class.tmpl | 40 + templates/cs/add-printer.tmpl | 47 + templates/cs/add-rss-subscription.tmpl | 44 + templates/cs/admin.tmpl | 102 + templates/cs/choose-device.tmpl | 53 + templates/cs/choose-make.tmpl | 64 + templates/cs/choose-model.tmpl | 60 + templates/cs/choose-serial.tmpl | 52 + templates/cs/choose-uri.tmpl | 44 + templates/cs/class-added.tmpl | 7 + templates/cs/class-confirm.tmpl | 10 + templates/cs/class-deleted.tmpl | 7 + templates/cs/class-jobs-header.tmpl | 3 + templates/cs/class-modified.tmpl | 7 + templates/cs/class.tmpl | 44 + templates/cs/classes-header.tmpl | 1 + templates/cs/classes.tmpl | 12 + templates/cs/command.tmpl | 12 + templates/cs/edit-config.tmpl | 24 + templates/cs/error-op.tmpl | 9 + templates/cs/error.tmpl | 9 + templates/cs/header.tmpl.in | 29 + templates/cs/help-header.tmpl | 48 + templates/cs/help-printable.tmpl | 9 + templates/cs/help-trailer.tmpl | 1 + templates/cs/job-cancel.tmpl | 7 + templates/cs/job-hold.tmpl | 7 + templates/cs/job-move.tmpl | 27 + templates/cs/job-moved.tmpl | 8 + templates/cs/job-release.tmpl | 7 + templates/cs/job-restart.tmpl | 7 + templates/cs/jobs-header.tmpl | 5 + templates/cs/jobs.tmpl | 37 + templates/cs/list-available-printers.tmpl | 11 + templates/cs/modify-class.tmpl | 34 + templates/cs/modify-printer.tmpl | 42 + templates/cs/norestart.tmpl | 8 + templates/cs/option-boolean.tmpl | 6 + templates/cs/option-conflict.tmpl | 7 + templates/cs/option-header.tmpl | 5 + templates/cs/option-pickmany.tmpl | 6 + templates/cs/option-pickone.tmpl | 18 + templates/cs/option-trailer.tmpl | 5 + templates/cs/pager.tmpl | 6 + templates/cs/printer-accept.tmpl | 9 + templates/cs/printer-added.tmpl | 7 + templates/cs/printer-configured.tmpl | 8 + templates/cs/printer-confirm.tmpl | 10 + templates/cs/printer-default.tmpl | 11 + templates/cs/printer-deleted.tmpl | 7 + templates/cs/printer-jobs-header.tmpl | 3 + templates/cs/printer-modified.tmpl | 8 + templates/cs/printer-purge.tmpl | 10 + templates/cs/printer-reject.tmpl | 9 + templates/cs/printer-start.tmpl | 9 + templates/cs/printer-stop.tmpl | 9 + templates/cs/printer.tmpl | 48 + templates/cs/printers-header.tmpl | 1 + templates/cs/printers.tmpl | 11 + templates/cs/restart.tmpl | 8 + templates/cs/samba-export.tmpl | 55 + templates/cs/samba-exported.tmpl | 1 + templates/cs/search.tmpl | 10 + templates/cs/set-printer-options-header.tmpl | 26 + templates/cs/set-printer-options-trailer.tmpl | 16 + templates/cs/subscription-added.tmpl | 5 + templates/cs/subscription-canceled.tmpl | 5 + templates/cs/test-page.tmpl | 8 + templates/cs/trailer.tmpl | 8 + templates/cs/users.tmpl | 30 + templates/fr/add-class.tmpl | 40 + templates/fr/add-printer.tmpl | 47 + templates/fr/add-rss-subscription.tmpl | 44 + templates/fr/admin.tmpl | 102 + templates/fr/choose-device.tmpl | 53 + templates/fr/choose-make.tmpl | 64 + templates/fr/choose-model.tmpl | 60 + templates/fr/choose-serial.tmpl | 52 + templates/fr/choose-uri.tmpl | 44 + templates/fr/class-added.tmpl | 8 + templates/fr/class-confirm.tmpl | 10 + templates/fr/class-deleted.tmpl | 7 + templates/fr/class-jobs-header.tmpl | 3 + templates/fr/class-modified.tmpl | 8 + templates/fr/class.tmpl | 44 + templates/fr/classes-header.tmpl | 1 + templates/fr/classes.tmpl | 11 + templates/fr/command.tmpl | 12 + templates/fr/edit-config.tmpl | 24 + templates/fr/error-op.tmpl | 9 + templates/fr/error.tmpl | 9 + templates/fr/header.tmpl.in | 29 + templates/fr/help-header.tmpl | 51 + templates/fr/help-printable.tmpl | 9 + templates/fr/help-trailer.tmpl | 1 + templates/fr/job-cancel.tmpl | 7 + templates/fr/job-hold.tmpl | 7 + templates/fr/job-move.tmpl | 27 + templates/fr/job-moved.tmpl | 8 + templates/fr/job-release.tmpl | 7 + templates/fr/job-restart.tmpl | 7 + templates/fr/jobs-header.tmpl | 5 + templates/fr/jobs.tmpl | 36 + templates/fr/list-available-printers.tmpl | 11 + templates/fr/modify-class.tmpl | 34 + templates/fr/modify-printer.tmpl | 42 + templates/fr/norestart.tmpl | 8 + templates/fr/option-boolean.tmpl | 6 + templates/fr/option-conflict.tmpl | 7 + templates/fr/option-header.tmpl | 5 + templates/fr/option-pickmany.tmpl | 6 + templates/fr/option-pickone.tmpl | 18 + templates/fr/option-trailer.tmpl | 5 + templates/fr/pager.tmpl | 6 + templates/fr/printer-accept.tmpl | 9 + templates/fr/printer-added.tmpl | 8 + templates/fr/printer-configured.tmpl | 8 + templates/fr/printer-confirm.tmpl | 10 + templates/fr/printer-default.tmpl | 13 + templates/fr/printer-deleted.tmpl | 7 + templates/fr/printer-jobs-header.tmpl | 3 + templates/fr/printer-modified.tmpl | 8 + templates/fr/printer-purge.tmpl | 9 + templates/fr/printer-reject.tmpl | 9 + templates/fr/printer-start.tmpl | 9 + templates/fr/printer-stop.tmpl | 9 + templates/fr/printer.tmpl | 47 + templates/fr/printers-header.tmpl | 1 + templates/fr/printers.tmpl | 11 + templates/fr/restart.tmpl | 8 + templates/fr/samba-export.tmpl | 54 + templates/fr/samba-exported.tmpl | 1 + templates/fr/search.tmpl | 10 + templates/fr/set-printer-options-header.tmpl | 26 + templates/fr/set-printer-options-trailer.tmpl | 16 + templates/fr/subscription-added.tmpl | 5 + templates/fr/subscription-canceled.tmpl | 5 + templates/fr/test-page.tmpl | 8 + templates/fr/trailer.tmpl | 8 + templates/fr/users.tmpl | 30 + templates/ru/add-class.tmpl | 40 + templates/ru/add-printer.tmpl | 47 + templates/ru/add-rss-subscription.tmpl | 44 + templates/ru/admin.tmpl | 102 + templates/ru/choose-device.tmpl | 53 + templates/ru/choose-make.tmpl | 64 + templates/ru/choose-model.tmpl | 60 + templates/ru/choose-serial.tmpl | 52 + templates/ru/choose-uri.tmpl | 43 + templates/ru/class-added.tmpl | 7 + templates/ru/class-confirm.tmpl | 10 + templates/ru/class-deleted.tmpl | 7 + templates/ru/class-jobs-header.tmpl | 3 + templates/ru/class-modified.tmpl | 7 + templates/ru/class.tmpl | 44 + templates/ru/classes-header.tmpl | 1 + templates/ru/classes.tmpl | 11 + templates/ru/command.tmpl | 12 + templates/ru/edit-config.tmpl | 24 + templates/ru/error-op.tmpl | 9 + templates/ru/error.tmpl | 9 + templates/ru/header.tmpl.in | 29 + templates/ru/help-header.tmpl | 45 + templates/ru/help-printable.tmpl | 9 + templates/ru/help-trailer.tmpl | 1 + templates/ru/job-cancel.tmpl | 7 + templates/ru/job-hold.tmpl | 7 + templates/ru/job-move.tmpl | 27 + templates/ru/job-moved.tmpl | 8 + templates/ru/job-release.tmpl | 7 + templates/ru/job-restart.tmpl | 7 + templates/ru/jobs-header.tmpl | 5 + templates/ru/jobs.tmpl | 36 + templates/ru/list-available-printers.tmpl | 11 + templates/ru/modify-class.tmpl | 34 + templates/ru/modify-printer.tmpl | 42 + templates/ru/norestart.tmpl | 7 + templates/ru/option-boolean.tmpl | 6 + templates/ru/option-conflict.tmpl | 7 + templates/ru/option-header.tmpl | 5 + templates/ru/option-pickmany.tmpl | 6 + templates/ru/option-pickone.tmpl | 18 + templates/ru/option-trailer.tmpl | 5 + templates/ru/pager.tmpl | 6 + templates/ru/printer-accept.tmpl | 9 + templates/ru/printer-added.tmpl | 7 + templates/ru/printer-configured.tmpl | 8 + templates/ru/printer-confirm.tmpl | 10 + templates/ru/printer-default.tmpl | 12 + templates/ru/printer-deleted.tmpl | 7 + templates/ru/printer-jobs-header.tmpl | 3 + templates/ru/printer-modified.tmpl | 7 + templates/ru/printer-purge.tmpl | 9 + templates/ru/printer-reject.tmpl | 9 + templates/ru/printer-start.tmpl | 9 + templates/ru/printer-stop.tmpl | 9 + templates/ru/printer.tmpl | 47 + templates/ru/printers-header.tmpl | 1 + templates/ru/printers.tmpl | 11 + templates/ru/restart.tmpl | 8 + templates/ru/samba-export.tmpl | 53 + templates/ru/samba-exported.tmpl | 1 + templates/ru/search.tmpl | 10 + templates/ru/set-printer-options-header.tmpl | 26 + templates/ru/set-printer-options-trailer.tmpl | 16 + templates/ru/subscription-added.tmpl | 5 + templates/ru/subscription-canceled.tmpl | 5 + templates/ru/test-page.tmpl | 8 + templates/ru/trailer.tmpl | 7 + templates/ru/users.tmpl | 30 + test/ipptool.c | 6 + 232 files changed, 26753 insertions(+), 275 deletions(-) create mode 100644 doc/cs/index.html.in create mode 100644 doc/fr/index.html.in create mode 100644 doc/ru/index.html.in create mode 100644 locale/cups_cs.po create mode 100644 locale/cups_fr.po create mode 100644 locale/cups_ru.po create mode 100644 templates/cs/add-class.tmpl create mode 100644 templates/cs/add-printer.tmpl create mode 100644 templates/cs/add-rss-subscription.tmpl create mode 100644 templates/cs/admin.tmpl create mode 100644 templates/cs/choose-device.tmpl create mode 100644 templates/cs/choose-make.tmpl create mode 100644 templates/cs/choose-model.tmpl create mode 100644 templates/cs/choose-serial.tmpl create mode 100644 templates/cs/choose-uri.tmpl create mode 100644 templates/cs/class-added.tmpl create mode 100644 templates/cs/class-confirm.tmpl create mode 100644 templates/cs/class-deleted.tmpl create mode 100644 templates/cs/class-jobs-header.tmpl create mode 100644 templates/cs/class-modified.tmpl create mode 100644 templates/cs/class.tmpl create mode 100644 templates/cs/classes-header.tmpl create mode 100644 templates/cs/classes.tmpl create mode 100644 templates/cs/command.tmpl create mode 100644 templates/cs/edit-config.tmpl create mode 100644 templates/cs/error-op.tmpl create mode 100644 templates/cs/error.tmpl create mode 100644 templates/cs/header.tmpl.in create mode 100644 templates/cs/help-header.tmpl create mode 100644 templates/cs/help-printable.tmpl create mode 100644 templates/cs/help-trailer.tmpl create mode 100644 templates/cs/job-cancel.tmpl create mode 100644 templates/cs/job-hold.tmpl create mode 100644 templates/cs/job-move.tmpl create mode 100644 templates/cs/job-moved.tmpl create mode 100644 templates/cs/job-release.tmpl create mode 100644 templates/cs/job-restart.tmpl create mode 100644 templates/cs/jobs-header.tmpl create mode 100644 templates/cs/jobs.tmpl create mode 100644 templates/cs/list-available-printers.tmpl create mode 100644 templates/cs/modify-class.tmpl create mode 100644 templates/cs/modify-printer.tmpl create mode 100644 templates/cs/norestart.tmpl create mode 100644 templates/cs/option-boolean.tmpl create mode 100644 templates/cs/option-conflict.tmpl create mode 100644 templates/cs/option-header.tmpl create mode 100644 templates/cs/option-pickmany.tmpl create mode 100644 templates/cs/option-pickone.tmpl create mode 100644 templates/cs/option-trailer.tmpl create mode 100644 templates/cs/pager.tmpl create mode 100644 templates/cs/printer-accept.tmpl create mode 100644 templates/cs/printer-added.tmpl create mode 100644 templates/cs/printer-configured.tmpl create mode 100644 templates/cs/printer-confirm.tmpl create mode 100644 templates/cs/printer-default.tmpl create mode 100644 templates/cs/printer-deleted.tmpl create mode 100644 templates/cs/printer-jobs-header.tmpl create mode 100644 templates/cs/printer-modified.tmpl create mode 100644 templates/cs/printer-purge.tmpl create mode 100644 templates/cs/printer-reject.tmpl create mode 100644 templates/cs/printer-start.tmpl create mode 100644 templates/cs/printer-stop.tmpl create mode 100644 templates/cs/printer.tmpl create mode 100644 templates/cs/printers-header.tmpl create mode 100644 templates/cs/printers.tmpl create mode 100644 templates/cs/restart.tmpl create mode 100644 templates/cs/samba-export.tmpl create mode 100644 templates/cs/samba-exported.tmpl create mode 100644 templates/cs/search.tmpl create mode 100644 templates/cs/set-printer-options-header.tmpl create mode 100644 templates/cs/set-printer-options-trailer.tmpl create mode 100644 templates/cs/subscription-added.tmpl create mode 100644 templates/cs/subscription-canceled.tmpl create mode 100644 templates/cs/test-page.tmpl create mode 100644 templates/cs/trailer.tmpl create mode 100644 templates/cs/users.tmpl create mode 100644 templates/fr/add-class.tmpl create mode 100644 templates/fr/add-printer.tmpl create mode 100644 templates/fr/add-rss-subscription.tmpl create mode 100644 templates/fr/admin.tmpl create mode 100644 templates/fr/choose-device.tmpl create mode 100644 templates/fr/choose-make.tmpl create mode 100644 templates/fr/choose-model.tmpl create mode 100644 templates/fr/choose-serial.tmpl create mode 100644 templates/fr/choose-uri.tmpl create mode 100644 templates/fr/class-added.tmpl create mode 100644 templates/fr/class-confirm.tmpl create mode 100644 templates/fr/class-deleted.tmpl create mode 100644 templates/fr/class-jobs-header.tmpl create mode 100644 templates/fr/class-modified.tmpl create mode 100644 templates/fr/class.tmpl create mode 100644 templates/fr/classes-header.tmpl create mode 100644 templates/fr/classes.tmpl create mode 100644 templates/fr/command.tmpl create mode 100644 templates/fr/edit-config.tmpl create mode 100644 templates/fr/error-op.tmpl create mode 100644 templates/fr/error.tmpl create mode 100644 templates/fr/header.tmpl.in create mode 100644 templates/fr/help-header.tmpl create mode 100644 templates/fr/help-printable.tmpl create mode 100644 templates/fr/help-trailer.tmpl create mode 100644 templates/fr/job-cancel.tmpl create mode 100644 templates/fr/job-hold.tmpl create mode 100644 templates/fr/job-move.tmpl create mode 100644 templates/fr/job-moved.tmpl create mode 100644 templates/fr/job-release.tmpl create mode 100644 templates/fr/job-restart.tmpl create mode 100644 templates/fr/jobs-header.tmpl create mode 100644 templates/fr/jobs.tmpl create mode 100644 templates/fr/list-available-printers.tmpl create mode 100644 templates/fr/modify-class.tmpl create mode 100644 templates/fr/modify-printer.tmpl create mode 100644 templates/fr/norestart.tmpl create mode 100644 templates/fr/option-boolean.tmpl create mode 100644 templates/fr/option-conflict.tmpl create mode 100644 templates/fr/option-header.tmpl create mode 100644 templates/fr/option-pickmany.tmpl create mode 100644 templates/fr/option-pickone.tmpl create mode 100644 templates/fr/option-trailer.tmpl create mode 100644 templates/fr/pager.tmpl create mode 100644 templates/fr/printer-accept.tmpl create mode 100644 templates/fr/printer-added.tmpl create mode 100644 templates/fr/printer-configured.tmpl create mode 100644 templates/fr/printer-confirm.tmpl create mode 100644 templates/fr/printer-default.tmpl create mode 100644 templates/fr/printer-deleted.tmpl create mode 100644 templates/fr/printer-jobs-header.tmpl create mode 100644 templates/fr/printer-modified.tmpl create mode 100644 templates/fr/printer-purge.tmpl create mode 100644 templates/fr/printer-reject.tmpl create mode 100644 templates/fr/printer-start.tmpl create mode 100644 templates/fr/printer-stop.tmpl create mode 100644 templates/fr/printer.tmpl create mode 100644 templates/fr/printers-header.tmpl create mode 100644 templates/fr/printers.tmpl create mode 100644 templates/fr/restart.tmpl create mode 100644 templates/fr/samba-export.tmpl create mode 100644 templates/fr/samba-exported.tmpl create mode 100644 templates/fr/search.tmpl create mode 100644 templates/fr/set-printer-options-header.tmpl create mode 100644 templates/fr/set-printer-options-trailer.tmpl create mode 100644 templates/fr/subscription-added.tmpl create mode 100644 templates/fr/subscription-canceled.tmpl create mode 100644 templates/fr/test-page.tmpl create mode 100644 templates/fr/trailer.tmpl create mode 100644 templates/fr/users.tmpl create mode 100644 templates/ru/add-class.tmpl create mode 100644 templates/ru/add-printer.tmpl create mode 100644 templates/ru/add-rss-subscription.tmpl create mode 100644 templates/ru/admin.tmpl create mode 100644 templates/ru/choose-device.tmpl create mode 100644 templates/ru/choose-make.tmpl create mode 100644 templates/ru/choose-model.tmpl create mode 100644 templates/ru/choose-serial.tmpl create mode 100644 templates/ru/choose-uri.tmpl create mode 100644 templates/ru/class-added.tmpl create mode 100644 templates/ru/class-confirm.tmpl create mode 100644 templates/ru/class-deleted.tmpl create mode 100644 templates/ru/class-jobs-header.tmpl create mode 100644 templates/ru/class-modified.tmpl create mode 100644 templates/ru/class.tmpl create mode 100644 templates/ru/classes-header.tmpl create mode 100644 templates/ru/classes.tmpl create mode 100644 templates/ru/command.tmpl create mode 100644 templates/ru/edit-config.tmpl create mode 100644 templates/ru/error-op.tmpl create mode 100644 templates/ru/error.tmpl create mode 100644 templates/ru/header.tmpl.in create mode 100644 templates/ru/help-header.tmpl create mode 100644 templates/ru/help-printable.tmpl create mode 100644 templates/ru/help-trailer.tmpl create mode 100644 templates/ru/job-cancel.tmpl create mode 100644 templates/ru/job-hold.tmpl create mode 100644 templates/ru/job-move.tmpl create mode 100644 templates/ru/job-moved.tmpl create mode 100644 templates/ru/job-release.tmpl create mode 100644 templates/ru/job-restart.tmpl create mode 100644 templates/ru/jobs-header.tmpl create mode 100644 templates/ru/jobs.tmpl create mode 100644 templates/ru/list-available-printers.tmpl create mode 100644 templates/ru/modify-class.tmpl create mode 100644 templates/ru/modify-printer.tmpl create mode 100644 templates/ru/norestart.tmpl create mode 100644 templates/ru/option-boolean.tmpl create mode 100644 templates/ru/option-conflict.tmpl create mode 100644 templates/ru/option-header.tmpl create mode 100644 templates/ru/option-pickmany.tmpl create mode 100644 templates/ru/option-pickone.tmpl create mode 100644 templates/ru/option-trailer.tmpl create mode 100644 templates/ru/pager.tmpl create mode 100644 templates/ru/printer-accept.tmpl create mode 100644 templates/ru/printer-added.tmpl create mode 100644 templates/ru/printer-configured.tmpl create mode 100644 templates/ru/printer-confirm.tmpl create mode 100644 templates/ru/printer-default.tmpl create mode 100644 templates/ru/printer-deleted.tmpl create mode 100644 templates/ru/printer-jobs-header.tmpl create mode 100644 templates/ru/printer-modified.tmpl create mode 100644 templates/ru/printer-purge.tmpl create mode 100644 templates/ru/printer-reject.tmpl create mode 100644 templates/ru/printer-start.tmpl create mode 100644 templates/ru/printer-stop.tmpl create mode 100644 templates/ru/printer.tmpl create mode 100644 templates/ru/printers-header.tmpl create mode 100644 templates/ru/printers.tmpl create mode 100644 templates/ru/restart.tmpl create mode 100644 templates/ru/samba-export.tmpl create mode 100644 templates/ru/samba-exported.tmpl create mode 100644 templates/ru/search.tmpl create mode 100644 templates/ru/set-printer-options-header.tmpl create mode 100644 templates/ru/set-printer-options-trailer.tmpl create mode 100644 templates/ru/subscription-added.tmpl create mode 100644 templates/ru/subscription-canceled.tmpl create mode 100644 templates/ru/test-page.tmpl create mode 100644 templates/ru/trailer.tmpl create mode 100644 templates/ru/users.tmpl diff --git a/CHANGES-1.6.txt b/CHANGES-1.6.txt index 57cb441e1..f211e334e 100644 --- a/CHANGES-1.6.txt +++ b/CHANGES-1.6.txt @@ -3,10 +3,18 @@ CHANGES-1.6.txt CHANGES IN CUPS V1.6.2 - - Documentation fixes (STR #4239, STR #4234) + - Documentation fixes (STR #4229, STR #4239, STR #4234, STR #4248) - Security: All file, directory, user, and group settings are now stored in a separate cups-files.conf configuration file that cannot be set through the CUPS web interface or APIs (STR #4223) + - Added a Czech localization (STR #4201) + - Added a French localization (STR #4247) + - Added a Russian localization (STR #4228) + - Updated the Catalan localization (STR #4202) + - Added a USB quirk rule for Xerox Phaser 3124 printers (STR #4217) + - Added USB blacklisting for printers that require a custom backend + (STR #4218) + - The PPD compiler did not correctly JCL options (STR #4115, STR #4203) - The ipptool program now supports DEFINE-MATCH and DEFINE-NO-MATCH predicates for STATUS directives. - Fixed a problem with local Kerberos authentication (STR #4140) diff --git a/INSTALL.txt b/INSTALL.txt index 937dbc2ce..e5081eace 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -1,14 +1,20 @@ -INSTALL - CUPS v1.7b1 - 2012-08-10 +INSTALL - CUPS v1.7b1 - 2013-01-11 ---------------------------------- This file describes how to compile and install CUPS from source code. For more information on CUPS see the file called "README.txt". A complete change log can be found in "CHANGES.txt". -**** IF YOU HAVE A NON-POSTSCRIPT PRINTER AND ARE NOT **** -**** RUNNING OS X, YOU WILL ALSO NEED TO INSTALL GPL **** -**** GHOSTSCRIPT WITH THE "cups" DRIVER AFTER YOU INSTALL **** -**** CUPS. **** +******************************************************************************* +******************************************************************************* +**** **** +**** USING CUPS REQUIRES ADDITIONAL THIRD-PARTY SUPPORT SOFTWARE AND **** +**** PRINTER DRIVERS. THESE ARE TYPICALLY INCLUDED WITH YOUR OPERATING **** +**** SYSTEM DISTRIBUTION. APPLE DOES NOT ENDORSE OR SUPPORT THIRD-PARTY **** +**** SUPPORT SOFTWARE FOR CUPS. **** +**** **** +******************************************************************************* +******************************************************************************* BEFORE YOU BEGIN diff --git a/README.txt b/README.txt index 024b7f23e..824d286f4 100644 --- a/README.txt +++ b/README.txt @@ -1,8 +1,15 @@ -README - CUPS v1.7b1 - 2012-08-10 +README - CUPS v1.7b1 - 2013-01-11 --------------------------------- -Looking for compile instructions? Read the file "INSTALL.txt" -instead... +************************************************ +************************************************ +**** **** +**** BETA SOFTWARE - USE AT YOUR OWN RISK **** +**** **** +************************************************ +************************************************ + +Looking for compile instructions? Read the file "INSTALL.txt" instead... INTRODUCTION diff --git a/backend/usb-libusb.c b/backend/usb-libusb.c index 0d472ed25..65c797078 100644 --- a/backend/usb-libusb.c +++ b/backend/usb-libusb.c @@ -3,7 +3,7 @@ * * LIBUSB interface code for CUPS. * - * Copyright 2007-2012 by Apple Inc. + * Copyright 2007-2013 by Apple Inc. * * These coded instructions, statements, and computer programs are the * property of Apple Inc. and are protected by Federal copyright @@ -122,6 +122,7 @@ struct quirk_printer_struct { #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_QUICK_BLACKLIST 0x8 /* these printers do not conform to the USB print spec */ #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 @@ -172,12 +173,43 @@ static const struct quirk_printer_struct quirk_printers[] = { { 0x067b, 0x2305, USBLP_QUIRK_BIDIR | USBLP_QUIRK_NO_REATTACH | USBLP_QUIRK_RESET }, + { 0x0924, 0x3ce9, USBLP_QUIRK_NO_REATTACH }, /* Xerox Phaser 3124 + https://bugzilla.redhat.com/show_bug.cgi?id=867392 */ /* Prolific Technology, Inc. PL2305 Parallel Port (USB -> Parallel adapter), https://bugs.launchpad.net/bugs/987485 */ { 0x04e8, 0x0000, USBLP_QUIRK_RESET }, /* All Samsung devices, https://bugs.launchpad.net/bugs/1032456 */ { 0x0a5f, 0x0000, USBLP_QUIRK_BIDIR }, /* All Zebra devices, https://bugs.launchpad.net/bugs/1001028 */ + /* Canon */ + { 0x04a9, 0x304a, USBLP_QUIRK_BLACKLIST }, /* Canon CP-10 */ + { 0x04a9, 0x3063, USBLP_QUIRK_BLACKLIST }, /* Canon CP-100 */ + { 0x04a9, 0x307c, USBLP_QUIRK_BLACKLIST }, /* Canon CP-200 */ + { 0x04a9, 0x307d, USBLP_QUIRK_BLACKLIST }, /* Canon CP-300 */ + { 0x04a9, 0x30bd, USBLP_QUIRK_BLACKLIST }, /* Canon CP-220 */ + { 0x04a9, 0x30be, USBLP_QUIRK_BLACKLIST }, /* Canon CP-330 */ + { 0x04a9, 0x30f6, USBLP_QUIRK_BLACKLIST }, /* Canon SELPHY CP400 */ + { 0x04a9, 0x310b, USBLP_QUIRK_BLACKLIST }, /* Canon SELPHY CP600 */ + { 0x04a9, 0x3127, USBLP_QUIRK_BLACKLIST }, /* Canon SELPHY CP710 */ + { 0x04a9, 0x3128, USBLP_QUIRK_BLACKLIST }, /* Canon SELPHY CP510 */ + { 0x04a9, 0x3141, USBLP_QUIRK_BLACKLIST }, /* Canon SELPHY ES1 */ + { 0x04a9, 0x3142, USBLP_QUIRK_BLACKLIST }, /* Canon SELPHY CP730 */ + { 0x04a9, 0x3143, USBLP_QUIRK_BLACKLIST }, /* Canon SELPHY CP720 */ + { 0x04a9, 0x3170, USBLP_QUIRK_BLACKLIST }, /* Canon SELPHY CP750 */ + { 0x04a9, 0x3171, USBLP_QUIRK_BLACKLIST }, /* Canon SELPHY CP740 */ + { 0x04a9, 0x3185, USBLP_QUIRK_BLACKLIST }, /* Canon SELPHY ES2 */ + { 0x04a9, 0x3186, USBLP_QUIRK_BLACKLIST }, /* Canon SELPHY ES20 */ + { 0x04a9, 0x31aa, USBLP_QUIRK_BLACKLIST }, /* Canon SELPHY CP770 */ + { 0x04a9, 0x31ab, USBLP_QUIRK_BLACKLIST }, /* Canon SELPHY CP760 */ + { 0x04a9, 0x31b0, USBLP_QUIRK_BLACKLIST }, /* Canon SELPHY ES30 */ + { 0x04a9, 0x31dd, USBLP_QUIRK_BLACKLIST }, /* Canon SELPHY CP780 */ + { 0x04a9, 0x31ee, USBLP_QUIRK_BLACKLIST }, /* Canon SELPHY ES40 */ + { 0x04a9, 0x3214, USBLP_QUIRK_BLACKLIST }, /* Canon SELPHY CP800 */ + { 0x04a9, 0x3255, USBLP_QUIRK_BLACKLIST }, /* Canon SELPHY CP900 */ + { 0x04a9, 0x3256, USBLP_QUIRK_BLACKLIST }, /* Canon SELPHY CP810 */ + { 0x04a9, 0x30F5, USBLP_QUIRK_BLACKLIST }, /* Canon SELPHY CP500 */ + { 0x04a9, 0x31AF, USBLP_QUIRK_BLACKLIST }, /* Canon SELPHY ES3 */ + /* MISSING PIDs: CP520, CP530, CP790 */ { 0, 0 } }; @@ -889,7 +921,14 @@ find_device(usb_cb_t cb, /* I - Callback function */ !devdesc.idProduct) continue; - printer.quirks = quirks(devdesc.idVendor, devdesc.idProduct); + printer.quirks = quirks(devdesc.idVendor, devdesc.idProduct); + + /* + * Ignore blacklisted printers... + */ + + if (printer.quirks & USBLP_QUIRK_BLACKLIST) + continue; for (conf = 0; conf < devdesc.bNumConfigurations; conf ++) { diff --git a/config.h.in b/config.h.in index d054fc3fa..38ff95227 100644 --- a/config.h.in +++ b/config.h.in @@ -131,13 +131,10 @@ /* - * Do we have various image libraries? + * Do we have ZLIB? */ -#undef HAVE_LIBPNG #undef HAVE_LIBZ -#undef HAVE_LIBJPEG -#undef HAVE_LIBTIFF /* diff --git a/cups/cups-private.h b/cups/cups-private.h index 1dd7e8a76..313ecfdf7 100644 --- a/cups/cups-private.h +++ b/cups/cups-private.h @@ -3,7 +3,7 @@ * * Private definitions for CUPS. * - * Copyright 2007-2012 by Apple Inc. + * Copyright 2007-2013 by Apple Inc. * Copyright 1997-2007 by Easy Software Products, all rights reserved. * * These coded instructions, statements, and computer programs are the @@ -92,9 +92,6 @@ typedef struct _cups_globals_s /**** CUPS global state data ****/ int thread_id; /* Friendly thread ID */ # endif /* DEBUG */ - /* dest.c, util.c */ - int server_version; /* Server IPP version */ - /* file.c */ cups_file_t *stdio_files[3];/* stdin, stdout, stderr */ @@ -167,7 +164,8 @@ typedef struct _cups_globals_s /**** CUPS global state data ****/ cups_server_cert_cb_t server_cert_cb; /* Server certificate callback */ void *server_cert_data; /* Server certificate user data */ - int any_root, /* Allow any root */ + int server_version, /* Server IPP version */ + any_root, /* Allow any root */ expired_certs, /* Allow expired certs */ expired_root; /* Allow expired root */ diff --git a/cups/dest.c b/cups/dest.c index ee3fbc12a..1474eb41e 100644 --- a/cups/dest.c +++ b/cups/dest.c @@ -1388,7 +1388,6 @@ _cupsGetDests(http_t *http, /* I - Connection to server or char optname[1024], /* Option name */ value[2048], /* Option value */ *ptr; /* Pointer into name/value */ - _cups_globals_t *cg = _cupsGlobals(); /* Thread global data */ static const char * const pattrs[] = /* Attributes we're interested in */ { "auth-info-required", @@ -1430,62 +1429,45 @@ _cupsGetDests(http_t *http, /* I - Connection to server or appleGetPaperSize(media_default, sizeof(media_default)); #endif /* __APPLE__ */ - for (;;) - { - /* - * Build a CUPS_GET_PRINTERS or IPP_GET_PRINTER_ATTRIBUTES request, which - * require the following attributes: - * - * attributes-charset - * attributes-natural-language - * requesting-user-name - * printer-uri [for IPP_GET_PRINTER_ATTRIBUTES] - */ - - request = ippNewRequest(op); - - ippSetVersion(request, cg->server_version / 10, cg->server_version % 10); - - ippAddStrings(request, IPP_TAG_OPERATION, IPP_TAG_KEYWORD, - "requested-attributes", sizeof(pattrs) / sizeof(pattrs[0]), - NULL, pattrs); - - ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, - "requesting-user-name", NULL, cupsUser()); - - if (name && op != CUPS_GET_DEFAULT) - { - httpAssembleURIf(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipp", NULL, - "localhost", ippPort(), "/printers/%s", name); - ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "printer-uri", NULL, - uri); - } - else if (mask) - { - ippAddInteger(request, IPP_TAG_OPERATION, IPP_TAG_ENUM, "printer-type", - type); - ippAddInteger(request, IPP_TAG_OPERATION, IPP_TAG_ENUM, "printer-type-mask", - mask); - } + /* + * Build a CUPS_GET_PRINTERS or IPP_GET_PRINTER_ATTRIBUTES request, which + * require the following attributes: + * + * attributes-charset + * attributes-natural-language + * requesting-user-name + * printer-uri [for IPP_GET_PRINTER_ATTRIBUTES] + */ - /* - * Do the request and get back a response... - */ + request = ippNewRequest(op); - response = cupsDoRequest(http, request, "/"); - if (cg->server_version != 20 || !response || - cupsLastError() != IPP_BAD_REQUEST) - break; + ippAddStrings(request, IPP_TAG_OPERATION, IPP_TAG_KEYWORD, + "requested-attributes", sizeof(pattrs) / sizeof(pattrs[0]), + NULL, pattrs); - /* - * Retry as an IPP/1.1 request... - */ + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, + "requesting-user-name", NULL, cupsUser()); - cg->server_version = 11; - ippDelete(response); + if (name && op != CUPS_GET_DEFAULT) + { + httpAssembleURIf(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipp", NULL, + "localhost", ippPort(), "/printers/%s", name); + ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "printer-uri", NULL, + uri); + } + else if (mask) + { + ippAddInteger(request, IPP_TAG_OPERATION, IPP_TAG_ENUM, "printer-type", + type); + ippAddInteger(request, IPP_TAG_OPERATION, IPP_TAG_ENUM, "printer-type-mask", + mask); } - if (response) + /* + * Do the request and get back a response... + */ + + if ((response = cupsDoRequest(http, request, "/")) != NULL) { for (attr = response->attrs; attr != NULL; attr = attr->next) { diff --git a/cups/globals.c b/cups/globals.c index 6a7102aa1..dabd06763 100644 --- a/cups/globals.c +++ b/cups/globals.c @@ -3,7 +3,7 @@ * * Global variable access routines for CUPS. * - * Copyright 2007-2012 by Apple Inc. + * Copyright 2007-2013 by Apple Inc. * Copyright 1997-2007 by Easy Software Products, all rights reserved. * * These coded instructions, statements, and computer programs are the diff --git a/cups/ipp.c b/cups/ipp.c index 28b8961d7..0cc6706dc 100644 --- a/cups/ipp.c +++ b/cups/ipp.c @@ -3,7 +3,7 @@ * * Internet Printing Protocol functions for CUPS. * - * Copyright 2007-2012 by Apple Inc. + * Copyright 2007-2013 by Apple Inc. * Copyright 1997-2007 by Easy Software Products, all rights reserved. * * These coded instructions, statements, and computer programs are the @@ -2687,7 +2687,9 @@ ippNextAttribute(ipp_t *ipp) /* I - IPP message */ ipp_t * /* O - New IPP message */ ippNew(void) { - ipp_t *temp; /* New IPP message */ + ipp_t *temp; /* New IPP message */ + _cups_globals_t *cg = _cupsGlobals(); + /* Global data */ DEBUG_puts("ippNew()"); @@ -2695,11 +2697,11 @@ ippNew(void) if ((temp = (ipp_t *)calloc(1, sizeof(ipp_t))) != NULL) { /* - * Default to IPP 2.0... + * Set default version - usually 2.0... */ - temp->request.any.version[0] = 2; - temp->request.any.version[1] = 0; + temp->request.any.version[0] = cg->server_version / 10; + temp->request.any.version[1] = cg->server_version % 10; temp->use = 1; } diff --git a/cups/usersys.c b/cups/usersys.c index 989700726..0e59e111a 100644 --- a/cups/usersys.c +++ b/cups/usersys.c @@ -341,7 +341,8 @@ cupsSetPasswordCB2( void cupsSetServer(const char *server) /* I - Server name */ { - char *port; /* Pointer to port */ + char *options, /* Options */ + *port; /* Pointer to port */ _cups_globals_t *cg = _cupsGlobals(); /* Pointer to library globals */ @@ -349,6 +350,22 @@ cupsSetServer(const char *server) /* I - Server name */ { strlcpy(cg->server, server, sizeof(cg->server)); + if (cg->server[0] != '/' && (options = strrchr(cg->server, '/')) != NULL) + { + *options++ = '\0'; + + if (!strcmp(options, "version=1.0")) + cg->server_version = 10; + else if (!strcmp(options, "version=1.1")) + cg->server_version = 11; + else if (!strcmp(options, "version=2.0")) + cg->server_version = 20; + else if (!strcmp(options, "version=2.1")) + cg->server_version = 21; + else if (!strcmp(options, "version=2.2")) + cg->server_version = 22; + } + if (cg->server[0] != '/' && (port = strrchr(cg->server, ':')) != NULL && !strchr(port, ']') && isdigit(port[1] & 255)) { @@ -364,8 +381,9 @@ cupsSetServer(const char *server) /* I - Server name */ } else { - cg->server[0] = '\0'; - cg->servername[0] = '\0'; + cg->server[0] = '\0'; + cg->servername[0] = '\0'; + cg->server_version = 20; } if (cg->http) diff --git a/cups/util.c b/cups/util.c index f0ddc642d..a94c4b02e 100644 --- a/cups/util.c +++ b/cups/util.c @@ -117,7 +117,6 @@ cupsCancelJob2(http_t *http, /* I - Connection to server or @code CUPS_HTTP_ { char uri[HTTP_MAX_URI]; /* Job/printer URI */ ipp_t *request; /* IPP request */ - _cups_globals_t *cg = _cupsGlobals(); /* Thread global data */ /* @@ -151,8 +150,6 @@ cupsCancelJob2(http_t *http, /* I - Connection to server or @code CUPS_HTTP_ request = ippNewRequest(job_id < 0 ? IPP_PURGE_JOBS : IPP_CANCEL_JOB); - ippSetVersion(request, cg->server_version / 10, cg->server_version % 10); - if (name) { httpAssembleURIf(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipp", NULL, @@ -214,7 +211,6 @@ cupsCreateJob( *response; /* Create-Job response */ ipp_attribute_t *attr; /* job-id attribute */ int job_id = 0; /* job-id value */ - _cups_globals_t *cg = _cupsGlobals(); /* Thread global data */ DEBUG_printf(("cupsCreateJob(http=%p, name=\"%s\", title=\"%s\", " @@ -241,8 +237,6 @@ cupsCreateJob( return (0); } - ippSetVersion(request, cg->server_version / 10, cg->server_version % 10); - httpAssembleURIf(HTTP_URI_CODING_ALL, printer_uri, sizeof(printer_uri), "ipp", NULL, "localhost", ippPort(), "/printers/%s", name); snprintf(resource, sizeof(resource), "/printers/%s", name); @@ -369,8 +363,6 @@ cupsGetClasses(char ***classes) /* O - Classes */ request = ippNewRequest(CUPS_GET_CLASSES); - ippSetVersion(request, 1, 1); - ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_KEYWORD, "requested-attributes", NULL, "printer-name"); @@ -490,8 +482,6 @@ cupsGetDefault2(http_t *http) /* I - Connection to server or @code CUPS_HTTP_DE request = ippNewRequest(CUPS_GET_DEFAULT); - ippSetVersion(request, 1, 1); - /* * Do the request and get back a response... */ @@ -637,8 +627,6 @@ cupsGetJobs2(http_t *http, /* I - Connection to server or @code CUPS_HTTP_D request = ippNewRequest(IPP_GET_JOBS); - ippSetVersion(request, cg->server_version / 10, cg->server_version % 10); - ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "printer-uri", NULL, uri); @@ -1227,8 +1215,6 @@ cupsGetPrinters(char ***printers) /* O - Printers */ request = ippNewRequest(CUPS_GET_PRINTERS); - ippSetVersion(request, 1, 1); - ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_KEYWORD, "requested-attributes", NULL, "printer-name"); @@ -1345,8 +1331,6 @@ cupsGetServerPPD(http_t *http, /* I - Connection to server or @code CUPS_HTT */ request = ippNewRequest(CUPS_GET_PPD); - ippSetVersion(request, cg->server_version / 10, cg->server_version % 10); - ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME, "ppd-name", NULL, name); @@ -1588,7 +1572,6 @@ cupsStartDocument( printer_uri[1024]; /* Printer URI */ ipp_t *request; /* Send-Document request */ http_status_t status; /* HTTP status */ - _cups_globals_t *cg = _cupsGlobals(); /* Thread global data */ /* @@ -1601,8 +1584,6 @@ cupsStartDocument( return (HTTP_ERROR); } - ippSetVersion(request, cg->server_version / 10, cg->server_version % 10); - httpAssembleURIf(HTTP_URI_CODING_ALL, printer_uri, sizeof(printer_uri), "ipp", NULL, "localhost", ippPort(), "/printers/%s", name); snprintf(resource, sizeof(resource), "/printers/%s", name); @@ -1660,7 +1641,6 @@ cups_get_printer_uri( classname[255], /* Temporary class name */ http_hostname[HTTP_MAX_HOST]; /* Hostname associated with connection */ - _cups_globals_t *cg = _cupsGlobals(); /* Thread global data */ static const char * const requested_attrs[] = { /* Requested attributes */ "device-uri", @@ -1710,8 +1690,6 @@ cups_get_printer_uri( request = ippNewRequest(IPP_GET_PRINTER_ATTRIBUTES); - ippSetVersion(request, cg->server_version / 10, cg->server_version % 10); - ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "printer-uri", NULL, uri); diff --git a/desktop/cups.desktop.in b/desktop/cups.desktop.in index 911a75e38..2d521fa2f 100644 --- a/desktop/cups.desktop.in +++ b/desktop/cups.desktop.in @@ -9,6 +9,8 @@ Name=Manage Printing Comment=CUPS Web Interface Name[ca]=Gestor d'impressió Comment[ca]=Interfície web de CUPS +Name[cs]=Správa tisku CUPS +Comment[cs]=Webové rozhraní CUPS Name[de]=Druckerverwaltung Comment[de]=CUPS Webinterface Name[en_US]=Manage Printing diff --git a/doc/cs/index.html.in b/doc/cs/index.html.in new file mode 100644 index 000000000..38f4a6f48 --- /dev/null +++ b/doc/cs/index.html.in @@ -0,0 +1,107 @@ + + + + + Hlavní strana - CUPS @CUPS_VERSION@@CUPS_REVISION@ + + + + + + + + +
+ + + + + + + + + + + + +
  Hlavní strana    Administrace    Třídy tiskáren    Nápověda    Ãšlohy    Tiskárny  
+ + + + + +
+ +

CUPS @CUPS_VERSION@

+ +

CUPS je na bázi standardů otevřený zdrojový kód tiskového systému vyvinutý +společností Apple Inc. pro Mac OS® +X a jiné UNIX®ové operační systémy.

+ +
CUPS
+ + + +
+ +

CUPS pro uživatele

+ +

Popis CUPS

+ +

Příkazová řádka tisku a Možnosti

+ +

Co je nového v CUPS 1.6

+ +

Uživatelské fórum

+ +
+ +

CUPS pro administrátory

+ +

Přidání tiskáren a tříd

+ +

Správa politik

+ +

Základní účtování tiskáren

+ +

Zabezpečení serveru

+ +

Použití ověřování pomocí protokolu Kerberos

+ +

Použití síťových tiskáren

+ +

Konfigurační soubor cupsd.conf

+ +

Hedat ovladače tiskárny

+ +
+ +

CUPS pro vývojáře

+ +

Úvod do CUPS programování

+ +

CUPS API knihovny

+ +

Programování filtrů a backendů

+ +

HTTP a IPP API knihovny

+ +

PPD API knihovny

+ +

Raster API knihovny

+ +

PPD kompilátor Driver Information File Reference

+ +

Vývojářské fórum

+ +
+ +
 
CUPS a logo CUPS jsou ochranné známky společnosti +Apple Inc. CUPS je chráněn autorskými +právy 2007-2013 Apple Inc. Všechna práva vyhrazena.
+ + diff --git a/doc/fr/index.html.in b/doc/fr/index.html.in new file mode 100644 index 000000000..3345a489b --- /dev/null +++ b/doc/fr/index.html.in @@ -0,0 +1,107 @@ + + + + + Accueil - CUPS @CUPS_VERSION@@CUPS_REVISION@ + + + + + + + + +
+ + + + + + + + + + + + +
  Accueil    Administration    Classes    Aide En Ligne    Tâches    Imprimantes  
+ + + + + +
+ +

CUPS @CUPS_VERSION@

+ +

CUPS est le système d'impression Open Source, basé sur des standards, développé par +Apple Inc. pour Mac OS® X et +les autres OS UNIX®-like.

+ +
CUPS
+ + + +
+ +

CUPS pour les utilisateurs

+ +

Présentation de CUPS

+ +

Impression en ligne de commande et options

+ +

Quoi de neuf dans CUPS 1.6

+ +

Forum utilisateur

+ +
+ +

CUPS pour les administrateurs

+ +

Ajout d'imprimantes et de classes

+ +

Gérer les politiques

+ +

Printer Accounting Basics

+ +

Sécurité du serveur

+ +

Utiliser l'authentification Kerberos

+ +

Utiliser des imprimantes réseaux

+ +

Références sur cupsd.conf

+ +

Trouver des pilotes d'imprimantes

+ +
+ +

CUPS pour les développeurs

+ +

Introduction à la programmation CUPS

+ +

L'API CUPS

+ +

Programmation de filtres et de backends

+ +

Les API HTTP et IPP

+ +

L'API PPD

+ +

L'API Raster

+ +

PPD Compiler Driver Information File Reference

+ +

Forum développeurs

+ +
+ +
 
CUPS et le logo CUPS sont des marques déposées de +Apple Inc. CUPS est sous copyright 2007-2013 Apple +Inc. Tous droits réservés.
+ + diff --git a/doc/help/man-ipptool.html b/doc/help/man-ipptool.html index 1b523c537..189613a9d 100644 --- a/doc/help/man-ipptool.html +++ b/doc/help/man-ipptool.html @@ -151,7 +151,7 @@ The following standard files are available:
http://localhost:631/help

Copyright

-Copyright 2007-2012 by Apple Inc. +Copyright 2007-2013 by Apple Inc. diff --git a/doc/ru/index.html.in b/doc/ru/index.html.in new file mode 100644 index 000000000..d1300e12d --- /dev/null +++ b/doc/ru/index.html.in @@ -0,0 +1,103 @@ + + + + + Начало - CUPS @CUPS_VERSION@@CUPS_REVISION@ + + + + + + + + +
+ + + + + + + + + + + + +
  ÐÐ°Ñ‡Ð°Ð»Ð¾    ÐÐ´Ð¼Ð¸Ð½Ð¸ÑÑ‚рирование    Ð“руппы    Ð¡Ð¿Ñ€Ð°Ð²ÐºÐ°    Ð—адания    ÐŸÑ€Ð¸Ð½Ñ‚еры  
+ + + + + +
+ +

CUPS @CUPS_VERSION@

+ +

CUPS — поддерживающая большинство стандартов, свободная подсистема печати, разрабатываемая компанией Apple Inc. для операционной системы Mac OS® X и других UNIX®-подобных операционных систем.

+ +
CUPS
+ + + +
+ +

CUPS для пользователей

+ +

Введение в CUPS

+ +

Печать из командной строки

+ +

Что нового в CUPS 1.6

+ +

Форум пользователей

+ +
+ +

CUPS для администраторов

+ +

Добавление принтеров и групп

+ +

Управление доступом

+ +

Использование ресурсов

+ +

Безопасность системы

+ +

Использование аутентификации Kerberos

+ +

Использование сетевых принтеров

+ +

Справочник по cupsd.conf

+ +

Поиск драйверов принтера

+ +
+ +

CUPS для разработчиков

+ +

Введение в разработку CUPS

+ +

CUPS API

+ +

Разработка фильтров и модулей

+ +

API доступа по HTTP и IPP

+ +

PPD API

+ +

Raster API

+ +

Справочник по компилятору PPD

+ +

Форум разработчиков

+ +
+ +
 
CUPS а также логотип CUPS являются зарегистрированными торговыми марками Apple Inc. Авторские права на CUPS принадлежат (2007-2013) компании Apple Inc. Все права защищены.
+ + diff --git a/locale/cups_ca.po b/locale/cups_ca.po index e7447bfe1..a51524226 100644 --- a/locale/cups_ca.po +++ b/locale/cups_ca.po @@ -32,132 +32,170 @@ 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-10-22 11:09-0400\n" -"PO-Revision-Date: 2012-05-26 12:28+0200\n" +"POT-Creation-Date: 2012-05-23 16:24-0700\n" +"PO-Revision-Date: 2012-09-29 11:21+0200\n" "Last-Translator: Àngel Mompó \n" -"Language-Team: Catalan <>\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" @@ -165,102 +203,134 @@ 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" @@ -269,6 +339,7 @@ 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 " @@ -279,11 +350,13 @@ msgstr "" "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." @@ -292,10 +365,12 @@ msgstr "" "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." @@ -303,6 +378,7 @@ 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." @@ -310,6 +386,7 @@ 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" @@ -318,6 +395,7 @@ 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." @@ -326,6 +404,7 @@ msgstr "" "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." @@ -334,6 +413,7 @@ msgstr "" "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." @@ -342,6 +422,7 @@ msgstr "" "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." @@ -350,6 +431,7 @@ msgstr "" "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." @@ -357,15 +439,19 @@ 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" @@ -374,14 +460,17 @@ 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" @@ -390,71 +479,100 @@ 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" @@ -463,6 +581,7 @@ 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" @@ -471,30 +590,37 @@ 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" @@ -503,36 +629,44 @@ 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" @@ -541,6 +675,7 @@ 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" @@ -549,6 +684,7 @@ 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" @@ -557,6 +693,7 @@ 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" @@ -565,6 +702,7 @@ 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" @@ -573,6 +711,7 @@ 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" @@ -581,6 +720,7 @@ 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." @@ -588,14 +728,17 @@ 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" @@ -604,6 +747,7 @@ 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" @@ -612,6 +756,7 @@ 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." @@ -619,6 +764,7 @@ 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." @@ -626,6 +772,7 @@ 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." @@ -633,6 +780,7 @@ 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" @@ -641,11 +789,13 @@ 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 " @@ -654,6 +804,7 @@ 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 " @@ -662,29 +813,34 @@ 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" @@ -693,6 +849,7 @@ 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." @@ -700,6 +857,7 @@ 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." @@ -707,6 +865,7 @@ 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." @@ -714,6 +873,7 @@ 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." @@ -721,6 +881,7 @@ 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" @@ -731,6 +892,7 @@ msgstr "" " 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." @@ -738,6 +900,7 @@ 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." @@ -745,6 +908,7 @@ 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." @@ -752,6 +916,7 @@ 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." @@ -759,6 +924,7 @@ 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." @@ -766,6 +932,7 @@ 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." @@ -773,6 +940,7 @@ 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." @@ -780,6 +948,7 @@ 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." @@ -787,6 +956,7 @@ 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" @@ -796,6 +966,7 @@ msgstr "" " 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." @@ -803,6 +974,7 @@ 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" @@ -813,6 +985,7 @@ msgstr "" " 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." @@ -820,6 +993,7 @@ 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." @@ -827,17 +1001,22 @@ 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" @@ -846,6 +1025,7 @@ 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" @@ -854,6 +1034,7 @@ 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" @@ -862,6 +1043,7 @@ 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" @@ -870,6 +1052,7 @@ 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" @@ -877,11 +1060,13 @@ 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" @@ -890,6 +1075,7 @@ 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" @@ -898,6 +1084,7 @@ 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" @@ -906,124 +1093,159 @@ 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}" @@ -1031,214 +1253,327 @@ 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 " +" -j id-feina[,N] Filtra el fitxer N a la feina 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]" +msgstr "%s identificador-feina 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." +msgstr "no és compatible amb 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]" +msgstr "%s: %-33.33s [feina %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\"." @@ -1246,104 +1581,134 @@ 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." +msgstr "%s: error - ID de la feina 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." +"l'identificador de la feina." +#: 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»." +msgstr "%s: error - s'esperava el nom de l'amfitrió 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»." +msgstr "%s: error - s'esperava el nom de l'amfitrió 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\" " @@ -1352,1099 +1717,1458 @@ 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." +msgstr "%s: error - l'opció «%c» és desconeguda." +#: systemv/cupsaccept.c:157 #, c-format msgid "%s: Error - unknown option \"%s\"." -msgstr "%s: error - la opció «%s» és desconeguda." +msgstr "%s: error - l'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»." +msgstr "%s: s'esperava l'ID d'una feina 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»." +msgstr "%s: es necessita l'ID de la feina («-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." +"%s: avís - no és compatible amb l'ús 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" +msgstr "Accepta feines" +#: 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" -#, c-format -msgid "Bad 'document-format' value \"%s\"." -msgstr "" - +#: 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." +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." +msgstr "Es cancel·la feina." +#: 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" @@ -2454,67 +3178,88 @@ msgstr "" "\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" @@ -2531,70 +3276,92 @@ msgstr "" " 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." +msgstr "No s'ha trobat el document #%d a la feina #%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 " @@ -2605,654 +3372,852 @@ msgstr "" "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/cups-files.conf\"." +"in \"%s/cupsd.conf\"." msgstr "" "S'han deshabilitat els URIs dels dispositius de fitxers. Per habilitar-los, " -"vegeu la directriu FileDevice a «%s/cups-files.conf»." +"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." -msgid "IPP language length too large." -msgstr "" - +#: 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." -msgid "IPP memberName with no attribute." -msgstr "" - +#: 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." -msgid "IPP nameWithLanguage value more than maximum 1090 bytes." -msgstr "" - -msgid "IPP octetString length too large." -msgstr "" - +#: 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." -msgid "IPP string value too large." -msgstr "" - -msgid "IPP text length too large." -msgstr "" - +#: 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." -msgid "IPP textWithLanguage value more than maximum 1090 bytes." -msgstr "" - +#: 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." +msgstr "La feina #%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." +msgstr "La feina #%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." +msgstr "La feina #%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." +msgstr "La feina #%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." +msgstr "La feina #%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." +msgstr "La feina #%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." +msgstr "La feina #%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." +msgstr "La feina #%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." +msgstr "La feina #%d no està aturada." +#: cgi-bin/ipp-var.c:1055 msgid "Job Completed" -msgstr "S'ha acabat la tasca" +msgstr "S'ha acabat la feina" +#: cgi-bin/ipp-var.c:1053 msgid "Job Created" -msgstr "S'ha creat la tasca" +msgstr "S'ha creat la feina" +#: cgi-bin/ipp-var.c:1059 msgid "Job Options Changed" -msgstr "S'han canviat les opcions de la tasca" +msgstr "S'han canviat les opcions de la feina" +#: cgi-bin/ipp-var.c:1057 msgid "Job Stopped" -msgstr "S'ha aturat la tasca" +msgstr "S'ha aturat la feina" +#: scheduler/ipp.c:10068 msgid "Job is completed and cannot be changed." -msgstr "La tasca s'ha finalitzat i no es pot canviar." +msgstr "La feina 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" +msgstr "Ha fallat l'operació de la feina" +#: 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." +msgstr "L'estat de la feina no es pot canviar." +#: scheduler/ipp.c:8899 msgid "Job subscriptions cannot be renewed." -msgstr "Les subscripcions a les tasca no es poden renovar." +msgstr "Les subscripcions a les feines no es poden renovar." +#: cgi-bin/jobs.c:103 cgi-bin/jobs.c:114 cgi-bin/jobs.c:195 msgid "Jobs" -msgstr "Tasques" +msgstr "Feines" +#: 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»." +msgstr "L'idioma «%s» no està disponible." +#: 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" @@ -3265,558 +4230,734 @@ msgstr "" " 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" +msgstr "Mou totes les feines" +#: 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" +msgstr "Mou la feina" +#: 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." +msgstr "No hi ha cap feina 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" -msgid "Preparing to print." -msgstr "" - +#: ppdc/sample.c:295 msgid "Print Density" msgstr "Densitat de la impressió" +#: cups/notify.c:82 msgid "Print Job:" -msgstr "Tasca d'impressió:" +msgstr "Feina 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 feina %d." + +#: backend/ipp.c:1527 +msgid "Print file accepted - job ID unknown." +msgstr "S'ha acceptat el fitxer d'impressió - l'ID de la feina é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." +msgstr "S'ha cancel·lat la feina a la impressora." +#: backend/ipp.c:1890 msgid "Print job too large." -msgstr "La tasca d'impressió és massa llarga." - -msgid "Print job was not accepted." -msgstr "" +msgstr "La feina 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" +msgstr "Purga les feines" +#: 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" +"Rang Propietari Feina 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 " +"Rang Propietari Pri Feina Fitxers Mida " "total" +#: cgi-bin/classes.c:171 cgi-bin/printers.c:174 msgid "Reject Jobs" -msgstr "Rebutja tasques" +msgstr "Rebutja feines" +#: 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%%." +msgstr "S'està posant a la cua la feina. 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" -#, c-format -msgid "The \"%s\" attribute is required for print jobs." -msgstr "" - +#: 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." -#, c-format -msgid "" -"The '%s' Job Description attribute cannot be supplied in a job creation " -"request." -msgstr "" - +#: scheduler/ipp.c:5118 #, c-format msgid "" "The '%s' operation attribute cannot be supplied in a Create-Job request." @@ -3824,17 +4965,22 @@ 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 (#)." @@ -3842,99 +4988,138 @@ 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." -msgid "The printer configuration is incorrect or the printer no longer exists." -msgstr "" +#: 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 és compatible amb 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 (#)." @@ -3942,45 +5127,64 @@ 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 (#)." @@ -3988,6 +5192,7 @@ 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." @@ -3995,216 +5200,279 @@ 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." +msgstr "No es pot obrir el documenta la feina." +#: scheduler/ipp.c:1548 #, c-format msgid "Unable to add job for destination \"%s\"." -msgstr "No es pot afegir la tasca al destí «%s»." +msgstr "No es pot afegir la feina 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ó." +msgstr "No es pot cancel·lar la feina 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." +msgstr "No es pot connectar a l'amfitrió." +#: 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)." @@ -4212,276 +5480,345 @@ 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." +msgstr "No es pot establir una connexió segura amb l'amfitrió." +#: cgi-bin/ipp-var.c:365 msgid "Unable to find destination for job" -msgstr "No es pot trobar el destí de la tasca" +msgstr "No es pot trobar el destí de la feina" +#: 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" +msgstr "No es pot obtenir el motiu de la sortida de l'execució 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" +msgstr "No es pot moure la feina" +#: 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." +msgstr "No es pot obrir el document #%d a la feina #%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»." -#, c-format -msgid "Unsupported 'compression' value \"%s\"." -msgstr "" - -#, c-format -msgid "Unsupported 'document-format' value \"%s\"." -msgstr "" - -msgid "Unsupported 'job-name' value." -msgstr "" - +#: 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" @@ -4502,36 +5839,49 @@ msgstr "" " [-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]" +msgstr "Sintaxi: %s id-feina 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í" +msgstr "Sintaxi: lpmove feina/font destí" +#: systemv/lpoptions.c:553 msgid "" "Usage: lpoptions [-h server] [-E] -d printer\n" " lpoptions [-h server] [-E] [-p printer] -l\n" @@ -4543,9 +5893,11 @@ msgstr "" " 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" @@ -4555,59 +5907,76 @@ msgstr "" " 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." +msgstr "S'està esperant que acabi la feina." +#: 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://" @@ -4616,6 +5985,7 @@ 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." @@ -4623,222 +5993,287 @@ 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." +msgstr "cupsfilter: la feina %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" +msgstr "cupsfilter: no es pot obtenir el fitxer de la feina - %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." +msgstr "cupstestppd: l'opció -q no és compatible amb l'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." +msgstr "cupstestppd: l'opció -v no és compatible amb l'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»." +msgstr "lpadmin: s'esperava un PPD després de l'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»." +msgstr "lpadmin: s'esperava allow/deny:llistausuaris després de l'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»." +msgstr "lpadmin: s'esperava una classe després de l'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»." +msgstr "lpadmin: s'esperava un nom de classe després de l'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»." +msgstr "lpadmin: s'esperava una descripció després de l'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»." +msgstr "lpadmin: s'esperava un URI de dispositiu després de l'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»." +msgstr "lpadmin: s'esperava un(s) tipus de fitxer(s) després de l'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»." +msgstr "lpadmin: s'esperava un nom d'amfitrió després de l'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»." +msgstr "lpadmin: s'esperava una interfície després de l'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»." +msgstr "lpadmin: s'esperava una ubicació després de l'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»." +msgstr "lpadmin: s'esperava un model després de l'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»." +msgstr "lpadmin: s'esperava un nom després de l'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»." +msgstr "lpadmin: s'esperava nom=valor després de l'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»." +msgstr "lpadmin: s'esperava una impressora després de l'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»." +msgstr "lpadmin: s'esperava un nom d'impressora després de l'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»." +msgstr "lpadmin: s'esperava un impressora o classe després de l'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." @@ -4846,24 +6281,31 @@ 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" +"lpadmin: no s'ha pogut esborrar l'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." @@ -4871,6 +6313,7 @@ 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." @@ -4878,138 +6321,174 @@ 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-" +"lpinfo: s'esperava una llista d'esquemes després de l'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-" +"lpinfo: s'esperava una llista d'esquemes després de l'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" @@ -5018,112 +6497,139 @@ 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." @@ -5131,110 +6637,135 @@ 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." +msgstr "ppdc: s'esperava una cadena entre cometes dobles 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." @@ -5242,6 +6773,7 @@ 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 " @@ -5250,79 +6782,99 @@ 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." @@ -5330,93 +6882,117 @@ 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: l'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: l'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." +msgstr "ppdc: l'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." @@ -5424,99 +7000,125 @@ 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»." +msgstr "ppdc: avís - se 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." +msgstr "ppdmerge: s'ignora el fitxer PPD %s." +#: 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" @@ -5596,9 +7198,6 @@ msgstr "La variable-bindings fa servir una longitud indefinida" #~ msgstr "" #~ " -v Mostra tots els atributs enviats i rebuts." -#~ msgid "%s: Error - expected destination after \"-b\" option." -#~ msgstr "%s: error - s'esperava un destí després de l'opció «-b»." - #~ msgid "3.5\" Disk - 2 1/8 x 2 3/4\"" #~ msgstr "Disc de 3.5 - 2 1/8 x 2 3/4\"" @@ -5620,16 +7219,6 @@ msgstr "La variable-bindings fa servir una longitud indefinida" #~ msgid "Large Address - 1 4/10 x 3 1/2\"" #~ msgstr "Adreça gran - 1 4/10 x 3 1/2\"" -#~ msgid "Print file accepted - job ID %d." -#~ msgstr "S'ha acceptat el fitxer d'impressió - ID de la tasca %d." - -#~ msgid "Print file accepted - job ID unknown." -#~ msgstr "" -#~ "S'ha acceptat el fitxer d'impressió - l'ID de la tasca és desconegut." - -#~ msgid "Print file was not accepted." -#~ msgstr "No s'ha acceptat el fitxer d'impressió." - #~ msgid "Printer busy, will retry in 10 seconds." #~ msgstr "" #~ "La impressora està ocupada. Es tornarà a intentar d'aquí a 10 segons." @@ -5658,12 +7247,6 @@ msgstr "La variable-bindings fa servir una longitud indefinida" #~ msgid "Shipping Address - 2 5/16 x 4\"" #~ msgstr "Adreça de lliurament - 2 5/16 x 4\"" -#~ msgid "The printer URI is incorrect or no longer exists." -#~ msgstr "L'URI de la impressora no és correcte o ja no existeix." - -#~ 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." - #~ msgid "The printer is low on toner." #~ msgstr "S'està acabant el tòner de la impressora." diff --git a/locale/cups_cs.po b/locale/cups_cs.po new file mode 100644 index 000000000..d689543a3 --- /dev/null +++ b/locale/cups_cs.po @@ -0,0 +1,6721 @@ +# +# "$Id$" +# +# Czech 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/". +# + +# +# 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. +# +#, fuzzy +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-09-14 10:26+0100\n" +"Last-Translator: Jan Bartos \n" +"Language-Team: Czech\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 "" + +#: systemv/lpstat.c:1879 systemv/lpstat.c:1882 systemv/lpstat.c:2004 +#: systemv/lpstat.c:2007 +msgid "\t\t(none)" +msgstr "" + +#: berkeley/lpc.c:434 +#, c-format +msgid "\t%d entries" +msgstr "" + +#: systemv/lpstat.c:756 systemv/lpstat.c:772 +#, c-format +msgid "\t%s" +msgstr "" + +#: systemv/lpstat.c:1857 systemv/lpstat.c:1982 +msgid "\tAfter fault: continue" +msgstr "" + +#: systemv/lpstat.c:1481 systemv/lpstat.c:1826 systemv/lpstat.c:1952 +#, c-format +msgid "\tAlerts: %s" +msgstr "" + +#: systemv/lpstat.c:1880 systemv/lpstat.c:2005 +msgid "\tBanner required" +msgstr "" + +#: systemv/lpstat.c:1881 systemv/lpstat.c:2006 +msgid "\tCharset sets:" +msgstr "" + +#: systemv/lpstat.c:1845 systemv/lpstat.c:1970 +msgid "\tConnection: direct" +msgstr "" + +#: systemv/lpstat.c:1836 systemv/lpstat.c:1962 +msgid "\tConnection: remote" +msgstr "" + +#: systemv/lpstat.c:1800 systemv/lpstat.c:1926 +msgid "\tContent types: any" +msgstr "" + +#: systemv/lpstat.c:1884 systemv/lpstat.c:2009 +msgid "\tDefault page size:" +msgstr "" + +#: systemv/lpstat.c:1883 systemv/lpstat.c:2008 +msgid "\tDefault pitch:" +msgstr "" + +#: systemv/lpstat.c:1885 systemv/lpstat.c:2010 +msgid "\tDefault port settings:" +msgstr "" + +#: systemv/lpstat.c:1806 systemv/lpstat.c:1932 +#, c-format +msgid "\tDescription: %s" +msgstr "" + +#: systemv/lpstat.c:1799 systemv/lpstat.c:1925 +msgid "\tForm mounted:" +msgstr "" + +#: systemv/lpstat.c:1878 systemv/lpstat.c:2003 +msgid "\tForms allowed:" +msgstr "" + +#: systemv/lpstat.c:1840 systemv/lpstat.c:1966 +#, c-format +msgid "\tInterface: %s.ppd" +msgstr "" + +#: systemv/lpstat.c:1849 systemv/lpstat.c:1974 +#, c-format +msgid "\tInterface: %s/interfaces/%s" +msgstr "" + +#: systemv/lpstat.c:1853 systemv/lpstat.c:1978 +#, c-format +msgid "\tInterface: %s/ppd/%s.ppd" +msgstr "" + +#: systemv/lpstat.c:1831 systemv/lpstat.c:1957 +#, c-format +msgid "\tLocation: %s" +msgstr "" + +#: systemv/lpstat.c:1856 systemv/lpstat.c:1981 +msgid "\tOn fault: no alert" +msgstr "" + +#: systemv/lpstat.c:1801 systemv/lpstat.c:1927 +msgid "\tPrinter types: unknown" +msgstr "" + +#: systemv/lpstat.c:1462 +#, c-format +msgid "\tStatus: %s" +msgstr "" + +#: systemv/lpstat.c:1861 systemv/lpstat.c:1875 systemv/lpstat.c:1986 +#: systemv/lpstat.c:2000 +msgid "\tUsers allowed:" +msgstr "" + +#: systemv/lpstat.c:1868 systemv/lpstat.c:1993 +msgid "\tUsers denied:" +msgstr "" + +#: berkeley/lpc.c:436 +msgid "\tdaemon present" +msgstr "" + +#: berkeley/lpc.c:432 +msgid "\tno entries" +msgstr "" + +#: berkeley/lpc.c:404 berkeley/lpc.c:416 +#, c-format +msgid "\tprinter is on device '%s' speed -1" +msgstr "" + +#: berkeley/lpc.c:429 +msgid "\tprinting is disabled" +msgstr "" + +#: berkeley/lpc.c:427 +msgid "\tprinting is enabled" +msgstr "" + +#: systemv/lpstat.c:1484 +#, c-format +msgid "\tqueued for %s" +msgstr "" + +#: berkeley/lpc.c:424 +msgid "\tqueuing is disabled" +msgstr "" + +#: berkeley/lpc.c:422 +msgid "\tqueuing is enabled" +msgstr "" + +#: systemv/lpstat.c:1792 systemv/lpstat.c:1918 +msgid "\treason unknown" +msgstr "" + +#: systemv/cupstestppd.c:454 +msgid "" +"\n" +" DETAILED CONFORMANCE TEST RESULTS" +msgstr "" + +#: 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 "" + +#: systemv/cupstestppd.c:405 +msgid " REF: Page 15, section 3.2." +msgstr "" + +#: systemv/cupstestppd.c:425 +msgid " REF: Page 19, section 3.3." +msgstr "" + +#: systemv/cupstestppd.c:378 +msgid " REF: Page 20, section 3.4." +msgstr "" + +#: systemv/cupstestppd.c:430 +msgid " REF: Page 27, section 3.5." +msgstr "" + +#: systemv/cupstestppd.c:373 +msgid " REF: Page 42, section 5.2." +msgstr "" + +#: systemv/cupstestppd.c:420 +msgid " REF: Pages 16-17, section 3.2." +msgstr "" + +#: systemv/cupstestppd.c:390 +msgid " REF: Pages 42-45, section 5.2." +msgstr "" + +#: systemv/cupstestppd.c:384 +msgid " REF: Pages 45-46, section 5.2." +msgstr "" + +#: systemv/cupstestppd.c:395 +msgid " REF: Pages 48-49, section 5.2." +msgstr "" + +#: systemv/cupstestppd.c:400 +msgid " REF: Pages 52-54, section 5.2." +msgstr "" + +#: berkeley/lpq.c:554 +#, c-format +msgid " %-39.39s %.0f bytes" +msgstr "" + +#: systemv/cupstestppd.c:589 +#, c-format +msgid " PASS Default%s" +msgstr "" + +#: systemv/cupstestppd.c:524 +msgid " PASS DefaultImageableArea" +msgstr "" + +#: systemv/cupstestppd.c:558 +msgid " PASS DefaultPaperDimension" +msgstr "" + +#: systemv/cupstestppd.c:631 +msgid " PASS FileVersion" +msgstr "" + +#: systemv/cupstestppd.c:675 +msgid " PASS FormatVersion" +msgstr "" + +#: systemv/cupstestppd.c:695 +msgid " PASS LanguageEncoding" +msgstr "" + +#: systemv/cupstestppd.c:715 +msgid " PASS LanguageVersion" +msgstr "" + +#: systemv/cupstestppd.c:769 +msgid " PASS Manufacturer" +msgstr "" + +#: systemv/cupstestppd.c:809 +msgid " PASS ModelName" +msgstr "" + +#: systemv/cupstestppd.c:829 +msgid " PASS NickName" +msgstr "" + +#: systemv/cupstestppd.c:889 +msgid " PASS PCFileName" +msgstr "" + +#: systemv/cupstestppd.c:964 +msgid " PASS PSVersion" +msgstr "" + +#: systemv/cupstestppd.c:869 +msgid " PASS PageRegion" +msgstr "" + +#: systemv/cupstestppd.c:849 +msgid " PASS PageSize" +msgstr "" + +#: systemv/cupstestppd.c:924 +msgid " PASS Product" +msgstr "" + +#: systemv/cupstestppd.c:999 +msgid " PASS ShortNickName" +msgstr "" + +#: systemv/cupstestppd.c:1374 +#, c-format +msgid " WARN %s has no corresponding options." +msgstr "" + +#: systemv/cupstestppd.c:1486 +#, c-format +msgid "" +" WARN %s shares a common prefix with %s\n" +" REF: Page 15, section 3.2." +msgstr "" + +#: 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 "" + +#: systemv/cupstestppd.c:1744 +msgid " WARN File contains a mix of CR, LF, and CR LF line endings." +msgstr "" + +#: systemv/cupstestppd.c:1390 +msgid "" +" WARN LanguageEncoding required by PPD 4.3 spec.\n" +" REF: Pages 56-57, section 5.3." +msgstr "" + +#: systemv/cupstestppd.c:1726 +#, c-format +msgid " WARN Line %d only contains whitespace." +msgstr "" + +#: systemv/cupstestppd.c:1398 +msgid "" +" WARN Manufacturer required by PPD 4.3 spec.\n" +" REF: Pages 58-59, section 5.3." +msgstr "" + +#: systemv/cupstestppd.c:1749 +msgid " WARN Non-Windows PPD files should use lines ending with only LF, not CR LF." +msgstr "" + +#: systemv/cupstestppd.c:1382 +#, c-format +msgid "" +" WARN Obsolete PPD version %.1f.\n" +" REF: Page 42, section 5.2." +msgstr "" + +#: 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 "" + +#: systemv/cupstestppd.c:1421 +msgid "" +" WARN PCFileName should contain a unique filename.\n" +" REF: Pages 61-62, section 5.3." +msgstr "" + +#: systemv/cupstestppd.c:1456 +msgid "" +" WARN Protocols contains PJL but JCL attributes are not set.\n" +" REF: Pages 78-79, section 5.7." +msgstr "" + +#: systemv/cupstestppd.c:1447 +msgid "" +" WARN Protocols contains both PJL and BCP; expected TBCP.\n" +" REF: Pages 78-79, section 5.7." +msgstr "" + +#: systemv/cupstestppd.c:1430 +msgid "" +" WARN ShortNickName required by PPD 4.3 spec.\n" +" REF: Pages 64-65, section 5.3." +msgstr "" + +#: systemv/cupsaddsmb.c:282 +msgid " cupsaddsmb [options] -a" +msgstr "" + +#: systemv/cupstestdsc.c:427 +msgid " cupstestdsc [options] -" +msgstr "" + +#: systemv/cupstestppd.c:3795 +msgid " program | cupstestppd [options] -" +msgstr "" + +#: systemv/cupstestppd.c:3727 +#, c-format +msgid "" +" %s \"%s %s\" conflicts with \"%s %s\"\n" +" (constraint=\"%s %s %s %s\")." +msgstr "" + +#: systemv/cupstestppd.c:2248 +#, c-format +msgid " %s %s %s does not exist." +msgstr "" + +#: systemv/cupstestppd.c:3884 +#, c-format +msgid " %s %s file \"%s\" has the wrong capitalization." +msgstr "" + +#: systemv/cupstestppd.c:2318 +#, c-format +msgid "" +" %s Bad %s choice %s.\n" +" REF: Page 122, section 5.17" +msgstr "" + +#: 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 "" + +#: systemv/cupstestppd.c:3441 +#, c-format +msgid " %s Bad UTF-8 \"%s\" translation string for option %s." +msgstr "" + +#: systemv/cupstestppd.c:2389 +#, c-format +msgid " %s Bad cupsFilter value \"%s\"." +msgstr "" + +#: systemv/cupstestppd.c:2475 +#, c-format +msgid " %s Bad cupsFilter2 value \"%s\"." +msgstr "" + +#: systemv/cupstestppd.c:2964 +#, c-format +msgid " %s Bad cupsICCProfile %s." +msgstr "" + +#: systemv/cupstestppd.c:2571 +#, c-format +msgid " %s Bad cupsPreFilter value \"%s\"." +msgstr "" + +#: systemv/cupstestppd.c:1822 +#, c-format +msgid " %s Bad cupsUIConstraints %s: \"%s\"" +msgstr "" + +#: systemv/cupstestppd.c:3391 +#, c-format +msgid " %s Bad language \"%s\"." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: systemv/cupstestppd.c:2907 +#, c-format +msgid " %s Cannot provide both APScanAppPath and APScanAppBundleID." +msgstr "" + +#: systemv/cupstestppd.c:2205 +#, c-format +msgid " %s Default choices conflicting." +msgstr "" + +#: systemv/cupstestppd.c:1803 +#, c-format +msgid " %s Empty cupsUIConstraints %s" +msgstr "" + +#: systemv/cupstestppd.c:3519 systemv/cupstestppd.c:3559 +#, c-format +msgid " %s Missing \"%s\" translation string for option %s, choice %s." +msgstr "" + +#: systemv/cupstestppd.c:3427 +#, c-format +msgid " %s Missing \"%s\" translation string for option %s." +msgstr "" + +#: 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 "" + +#: systemv/cupstestppd.c:3121 +#, c-format +msgid "" +" %s Missing REQUIRED PageRegion option.\n" +" REF: Page 100, section 5.14." +msgstr "" + +#: systemv/cupstestppd.c:3106 +#, c-format +msgid "" +" %s Missing REQUIRED PageSize option.\n" +" REF: Page 99, section 5.14." +msgstr "" + +#: systemv/cupstestppd.c:2013 systemv/cupstestppd.c:2054 +#, c-format +msgid " %s Missing choice *%s %s in UIConstraints \"*%s %s *%s %s\"." +msgstr "" + +#: systemv/cupstestppd.c:1908 +#, c-format +msgid " %s Missing choice *%s %s in cupsUIConstraints %s: \"%s\"" +msgstr "" + +#: systemv/cupstestppd.c:1840 +#, c-format +msgid " %s Missing cupsUIResolver %s" +msgstr "" + +#: systemv/cupstestppd.c:1999 systemv/cupstestppd.c:2040 +#, c-format +msgid " %s Missing option %s in UIConstraints \"*%s %s *%s %s\"." +msgstr "" + +#: systemv/cupstestppd.c:1892 +#, c-format +msgid " %s Missing option %s in cupsUIConstraints %s: \"%s\"" +msgstr "" + +#: systemv/cupstestppd.c:3613 +#, c-format +msgid " %s No base translation \"%s\" is included in file." +msgstr "" + +#: systemv/cupstestppd.c:2294 +#, c-format +msgid "" +" %s REQUIRED %s does not define choice None.\n" +" REF: Page 122, section 5.17" +msgstr "" + +#: systemv/cupstestppd.c:3180 systemv/cupstestppd.c:3194 +#, c-format +msgid " %s Size \"%s\" defined for %s but not for %s." +msgstr "" + +#: systemv/cupstestppd.c:3160 +#, c-format +msgid " %s Size \"%s\" has unexpected dimensions (%gx%g)." +msgstr "" + +#: systemv/cupstestppd.c:3332 +#, c-format +msgid " %s Size \"%s\" should be \"%s\"." +msgstr "" + +#: systemv/cupstestppd.c:3292 +#, c-format +msgid " %s Size \"%s\" should be the Adobe standard name \"%s\"." +msgstr "" + +#: systemv/cupstestppd.c:3041 +#, c-format +msgid " %s cupsICCProfile %s hash value collides with %s." +msgstr "" + +#: systemv/cupstestppd.c:1963 +#, c-format +msgid " %s cupsUIResolver %s causes a loop." +msgstr "" + +#: systemv/cupstestppd.c:1945 +#, c-format +msgid " %s cupsUIResolver %s does not list at least two different options." +msgstr "" + +#: systemv/cupstestppd.c:1168 +#, c-format +msgid "" +" **FAIL** %s must be 1284DeviceID\n" +" REF: Page 72, section 5.5" +msgstr "" + +#: systemv/cupstestppd.c:580 +#, c-format +msgid "" +" **FAIL** Bad Default%s %s\n" +" REF: Page 40, section 4.5." +msgstr "" + +#: systemv/cupstestppd.c:514 +#, c-format +msgid "" +" **FAIL** Bad DefaultImageableArea %s\n" +" REF: Page 102, section 5.15." +msgstr "" + +#: systemv/cupstestppd.c:550 +#, c-format +msgid "" +" **FAIL** Bad DefaultPaperDimension %s\n" +" REF: Page 103, section 5.15." +msgstr "" + +#: systemv/cupstestppd.c:623 +#, c-format +msgid "" +" **FAIL** Bad FileVersion \"%s\"\n" +" REF: Page 56, section 5.3." +msgstr "" + +#: systemv/cupstestppd.c:667 +#, c-format +msgid "" +" **FAIL** Bad FormatVersion \"%s\"\n" +" REF: Page 56, section 5.3." +msgstr "" + +#: systemv/cupstestppd.c:1025 +msgid "" +" **FAIL** Bad JobPatchFile attribute in file\n" +" REF: Page 24, section 3.4." +msgstr "" + +#: systemv/cupstestppd.c:1213 +#, c-format +msgid " **FAIL** Bad LanguageEncoding %s - must be ISOLatin1." +msgstr "" + +#: systemv/cupstestppd.c:1227 +#, c-format +msgid " **FAIL** Bad LanguageVersion %s - must be English." +msgstr "" + +#: 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 "" + +#: systemv/cupstestppd.c:800 +#, c-format +msgid "" +" **FAIL** Bad ModelName - \"%c\" not allowed in string.\n" +" REF: Pages 59-60, section 5.3." +msgstr "" + +#: systemv/cupstestppd.c:956 +msgid "" +" **FAIL** Bad PSVersion - not \"(string) int\".\n" +" REF: Pages 62-64, section 5.3." +msgstr "" + +#: systemv/cupstestppd.c:917 +msgid "" +" **FAIL** Bad Product - not \"(string)\".\n" +" REF: Page 62, section 5.3." +msgstr "" + +#: systemv/cupstestppd.c:991 +msgid "" +" **FAIL** Bad ShortNickName - longer than 31 chars.\n" +" REF: Pages 64-65, section 5.3." +msgstr "" + +#: systemv/cupstestppd.c:1149 +#, c-format +msgid "" +" **FAIL** Bad option %s choice %s\n" +" REF: Page 84, section 5.9" +msgstr "" + +#: systemv/cupstestppd.c:3754 systemv/cupstestppd.c:3776 +#, c-format +msgid " **FAIL** Default option code cannot be interpreted: %s" +msgstr "" + +#: systemv/cupstestppd.c:1286 +#, c-format +msgid " **FAIL** Default translation string for option %s choice %s contains 8-bit characters." +msgstr "" + +#: systemv/cupstestppd.c:1259 +#, c-format +msgid " **FAIL** Default translation string for option %s contains 8-bit characters." +msgstr "" + +#: systemv/cupstestppd.c:2101 +#, c-format +msgid " **FAIL** Group names %s and %s differ only by case." +msgstr "" + +#: systemv/cupstestppd.c:2146 +#, c-format +msgid " **FAIL** Multiple occurrences of option %s choice name %s." +msgstr "" + +#: systemv/cupstestppd.c:2163 +#, c-format +msgid " **FAIL** Option %s choice names %s and %s differ only by case." +msgstr "" + +#: systemv/cupstestppd.c:2123 +#, c-format +msgid " **FAIL** Option names %s and %s differ only by case." +msgstr "" + +#: systemv/cupstestppd.c:600 +#, c-format +msgid "" +" **FAIL** REQUIRED Default%s\n" +" REF: Page 40, section 4.5." +msgstr "" + +#: systemv/cupstestppd.c:499 +msgid "" +" **FAIL** REQUIRED DefaultImageableArea\n" +" REF: Page 102, section 5.15." +msgstr "" + +#: systemv/cupstestppd.c:535 +msgid "" +" **FAIL** REQUIRED DefaultPaperDimension\n" +" REF: Page 103, section 5.15." +msgstr "" + +#: systemv/cupstestppd.c:641 +msgid "" +" **FAIL** REQUIRED FileVersion\n" +" REF: Page 56, section 5.3." +msgstr "" + +#: systemv/cupstestppd.c:685 +msgid "" +" **FAIL** REQUIRED FormatVersion\n" +" REF: Page 56, section 5.3." +msgstr "" + +#: 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 "" + +#: systemv/cupstestppd.c:705 +msgid "" +" **FAIL** REQUIRED LanguageEncoding\n" +" REF: Pages 56-57, section 5.3." +msgstr "" + +#: systemv/cupstestppd.c:725 +msgid "" +" **FAIL** REQUIRED LanguageVersion\n" +" REF: Pages 57-58, section 5.3." +msgstr "" + +#: systemv/cupstestppd.c:779 +msgid "" +" **FAIL** REQUIRED Manufacturer\n" +" REF: Pages 58-59, section 5.3." +msgstr "" + +#: systemv/cupstestppd.c:819 +msgid "" +" **FAIL** REQUIRED ModelName\n" +" REF: Pages 59-60, section 5.3." +msgstr "" + +#: systemv/cupstestppd.c:839 +msgid "" +" **FAIL** REQUIRED NickName\n" +" REF: Page 60, section 5.3." +msgstr "" + +#: systemv/cupstestppd.c:899 +msgid "" +" **FAIL** REQUIRED PCFileName\n" +" REF: Pages 61-62, section 5.3." +msgstr "" + +#: systemv/cupstestppd.c:974 +msgid "" +" **FAIL** REQUIRED PSVersion\n" +" REF: Pages 62-64, section 5.3." +msgstr "" + +#: systemv/cupstestppd.c:879 +msgid "" +" **FAIL** REQUIRED PageRegion\n" +" REF: Page 100, section 5.14." +msgstr "" + +#: systemv/cupstestppd.c:1045 +msgid "" +" **FAIL** REQUIRED PageSize\n" +" REF: Page 41, section 5.\n" +" REF: Page 99, section 5.14." +msgstr "" + +#: systemv/cupstestppd.c:859 +msgid "" +" **FAIL** REQUIRED PageSize\n" +" REF: Pages 99-100, section 5.14." +msgstr "" + +#: 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 "" + +#: systemv/cupstestppd.c:934 +msgid "" +" **FAIL** REQUIRED Product\n" +" REF: Page 62, section 5.3." +msgstr "" + +#: systemv/cupstestppd.c:1009 +msgid "" +" **FAIL** REQUIRED ShortNickName\n" +" REF: Page 64-65, section 5.3." +msgstr "" + +#: 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 "" + +#: systemv/cupstestppd.c:1498 +#, c-format +msgid " %d ERRORS FOUND" +msgstr "" + +#: systemv/cupstestdsc.c:431 +msgid " -h Show program usage" +msgstr "" + +#: systemv/cupstestdsc.c:234 systemv/cupstestdsc.c:276 +#, c-format +msgid "" +" Bad %%%%BoundingBox: on line %d.\n" +" REF: Page 39, %%%%BoundingBox:" +msgstr "" + +#: systemv/cupstestdsc.c:305 +#, c-format +msgid "" +" Bad %%%%Page: on line %d.\n" +" REF: Page 53, %%%%Page:" +msgstr "" + +#: systemv/cupstestdsc.c:218 systemv/cupstestdsc.c:258 +#, c-format +msgid "" +" Bad %%%%Pages: on line %d.\n" +" REF: Page 43, %%%%Pages:" +msgstr "" + +#: systemv/cupstestdsc.c:176 +#, c-format +msgid "" +" Line %d is longer than 255 characters (%d).\n" +" REF: Page 25, Line Length" +msgstr "" + +#: systemv/cupstestdsc.c:192 +msgid "" +" Missing %!PS-Adobe-3.0 on first line.\n" +" REF: Page 17, 3.1 Conforming Documents" +msgstr "" + +#: systemv/cupstestdsc.c:362 +#, c-format +msgid " Missing %%EndComments comment. REF: Page 41, %%EndComments" +msgstr "" + +#: systemv/cupstestdsc.c:342 +#, c-format +msgid "" +" Missing or bad %%BoundingBox: comment.\n" +" REF: Page 39, %%BoundingBox:" +msgstr "" + +#: systemv/cupstestdsc.c:372 +#, c-format +msgid "" +" Missing or bad %%Page: comments.\n" +" REF: Page 53, %%Page:" +msgstr "" + +#: systemv/cupstestdsc.c:352 +#, c-format +msgid "" +" Missing or bad %%Pages: comment.\n" +" REF: Page 43, %%Pages:" +msgstr "" + +#: systemv/cupstestppd.c:1500 +msgid " NO ERRORS FOUND" +msgstr "" + +#: systemv/cupstestdsc.c:395 +#, c-format +msgid " Saw %d lines that exceeded 255 characters." +msgstr "" + +#: systemv/cupstestdsc.c:390 +#, c-format +msgid " Too many %%BeginDocument comments." +msgstr "" + +#: systemv/cupstestdsc.c:382 +#, c-format +msgid " Too many %%EndDocument comments." +msgstr "" + +#: 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 "" + +#: systemv/cupstestdsc.c:406 +#, c-format +msgid " Warning: obsolete DSC version %.1f in file." +msgstr "" + +#: systemv/cupsctl.c:210 +msgid " --[no-]debug-logging Turn debug logging on/off." +msgstr "" + +#: systemv/cupsctl.c:212 +msgid " --[no-]remote-admin Turn remote administration on/off." +msgstr "" + +#: systemv/cupsctl.c:214 +msgid " --[no-]remote-any Allow/prevent access from the Internet." +msgstr "" + +#: systemv/cupsctl.c:216 +msgid " --[no-]share-printers Turn printer sharing on/off." +msgstr "" + +#: systemv/cupsctl.c:218 +msgid " --[no-]user-cancel-any Allow/prevent users to cancel any job." +msgstr "" + +#: ppdc/ppdc.cxx:455 +msgid " --cr End lines with CR (Mac OS 9)." +msgstr "" + +#: ppdc/ppdc.cxx:457 +msgid " --crlf End lines with CR + LF (Windows)." +msgstr "" + +#: ppdc/ppdc.cxx:459 +msgid " --lf End lines with LF (UNIX/Linux/OS X)." +msgstr "" + +#: test/ipptool.c:4404 +msgid " -4 Connect using IPv4." +msgstr "" + +#: test/ipptool.c:4405 +msgid " -6 Connect using IPv6." +msgstr "" + +#: test/ipptool.c:4406 +msgid " -C Send requests using chunking (default)." +msgstr "" + +#: scheduler/cupsfilter.c:1431 +msgid " -D Remove the input file when finished." +msgstr "" + +#: ppdc/ppdc.cxx:438 ppdc/ppdhtml.cxx:175 ppdc/ppdpo.cxx:255 +msgid " -D name=value Set named variable to value." +msgstr "" + +#: systemv/cupsaddsmb.c:285 systemv/cupsctl.c:205 +msgid " -E Encrypt the connection." +msgstr "" + +#: test/ipptool.c:4408 +msgid " -E Test with HTTP Upgrade to TLS." +msgstr "" + +#: scheduler/main.c:2021 +msgid " -F Run in the foreground but detach from console." +msgstr "" + +#: systemv/cupsaddsmb.c:286 +msgid " -H samba-server Use the named SAMBA server." +msgstr "" + +#: test/ipptool.c:4410 +msgid " -I Ignore errors." +msgstr "" + +#: 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 "" + +#: systemv/cupstestppd.c:3799 +msgid " -I {filename,filters,none,profiles}" +msgstr "" + +#: test/ipptool.c:4411 +msgid " -L Send requests using content-length." +msgstr "" + +#: scheduler/cupsfilter.c:1433 +msgid " -P filename.ppd Set PPD file." +msgstr "" + +#: systemv/cupstestppd.c:3801 +msgid " -R root-directory Set alternate root." +msgstr "" + +#: test/ipptool.c:4413 +msgid " -S Test with SSL encryption." +msgstr "" + +#: test/ipptool.c:4415 +msgid " -T seconds Set the receive/send timeout in seconds." +msgstr "" + +#: scheduler/cupsfilter.c:1434 systemv/cupsaddsmb.c:288 systemv/cupsctl.c:206 +msgid " -U username Specify username." +msgstr "" + +#: test/ipptool.c:4417 +msgid " -V version Set default IPP version." +msgstr "" + +#: systemv/cupstestppd.c:3802 +msgid " -W {all,none,constraints,defaults,duplex,filters,profiles,sizes,translations}" +msgstr "" + +#: test/ipptool.c:4419 +msgid " -X Produce XML plist instead of plain text." +msgstr "" + +#: systemv/cupsaddsmb.c:289 +msgid " -a Export all printers." +msgstr "" + +#: ppdc/ppdc.cxx:442 +msgid " -c catalog.po Load the specified message catalog." +msgstr "" + +#: scheduler/cupsfilter.c:1435 scheduler/main.c:2019 +msgid " -c cupsd.conf Set cupsd.conf file to use." +msgstr "" + +#: test/ipptool.c:4421 +msgid " -d name=value Set named variable to value." +msgstr "" + +#: ppdc/ppdc.cxx:444 +msgid " -d output-dir Specify the output directory." +msgstr "" + +#: scheduler/cupsfilter.c:1437 +msgid " -d printer Use the named printer." +msgstr "" + +#: scheduler/cupsfilter.c:1439 +msgid " -e Use every filter from the PPD file." +msgstr "" + +#: scheduler/main.c:2020 +msgid " -f Run in the foreground." +msgstr "" + +#: test/ipptool.c:4423 +msgid " -f filename Set default request filename." +msgstr "" + +#: scheduler/main.c:2023 +msgid " -h Show this usage message." +msgstr "" + +#: systemv/cupsaddsmb.c:290 systemv/cupsctl.c:207 +msgid " -h server[:port] Specify server address." +msgstr "" + +#: scheduler/cupsfilter.c:1441 +msgid " -i mime/type Set input MIME type (otherwise auto-typed)." +msgstr "" + +#: test/ipptool.c:4425 +msgid " -i seconds Repeat the last file with the given time interval." +msgstr "" + +#: scheduler/cupsfilter.c:1443 +msgid " -j job-id[,N] Filter file N from the specified job (default is file 1)." +msgstr "" + +#: scheduler/main.c:2024 +msgid " -l Run cupsd from launchd(8)." +msgstr "" + +#: ppdc/ppdc.cxx:446 +msgid " -l lang[,lang,...] Specify the output language(s) (locale)." +msgstr "" + +#: ppdc/ppdc.cxx:448 +msgid " -m Use the ModelName value as the filename." +msgstr "" + +#: scheduler/cupsfilter.c:1445 +msgid " -m mime/type Set output MIME type (otherwise application/pdf)." +msgstr "" + +#: scheduler/cupsfilter.c:1447 +msgid " -n copies Set number of copies." +msgstr "" + +#: test/ipptool.c:4427 +msgid " -n count Repeat the last file the given number of times." +msgstr "" + +#: ppdc/ppdi.cxx:133 +msgid " -o filename.drv Set driver information file (otherwise ppdi.drv)." +msgstr "" + +#: ppdc/ppdmerge.cxx:370 +msgid " -o filename.ppd[.gz] Set output file (otherwise stdout)." +msgstr "" + +#: scheduler/cupsfilter.c:1448 +msgid " -o name=value Set option(s)." +msgstr "" + +#: scheduler/cupsfilter.c:1449 +msgid " -p filename.ppd Set PPD file." +msgstr "" + +#: systemv/cupstestppd.c:3806 test/ipptool.c:4429 +msgid " -q Run silently." +msgstr "" + +#: systemv/cupstestppd.c:3807 +msgid " -r Use 'relaxed' open mode." +msgstr "" + +#: test/ipptool.c:4430 +msgid " -t Produce a test report." +msgstr "" + +#: ppdc/ppdc.cxx:450 +msgid " -t Test PPDs instead of generating them." +msgstr "" + +#: scheduler/main.c:2025 +msgid " -t Test the configuration file." +msgstr "" + +#: scheduler/cupsfilter.c:1450 +msgid " -t title Set title." +msgstr "" + +#: scheduler/cupsfilter.c:1451 +msgid " -u Remove the PPD file when finished." +msgstr "" + +#: 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 "" + +#: systemv/cupstestppd.c:3809 +msgid " -vv Be very verbose." +msgstr "" + +#: ppdc/ppdc.cxx:453 +msgid " -z Compress PPD files using GNU zip." +msgstr "" + +#: 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 "" + +#: berkeley/lpq.c:565 +#, c-format +msgid "%-7s %-7.7s %-7d %-31.31s %.0f bytes" +msgstr "" + +#: systemv/lpstat.c:750 +#, c-format +msgid "%s accepting requests since %s" +msgstr "" + +#: scheduler/ipp.c:10045 +#, c-format +msgid "%s cannot be changed." +msgstr "%s nelze změnit." + +#: berkeley/lpc.c:189 +#, c-format +msgid "%s is not implemented by the CUPS version of lpc." +msgstr "" + +#: berkeley/lpq.c:651 +#, c-format +msgid "%s is not ready" +msgstr "" + +#: berkeley/lpq.c:644 +#, c-format +msgid "%s is ready" +msgstr "" + +#: berkeley/lpq.c:647 +#, c-format +msgid "%s is ready and printing" +msgstr "" + +#: filter/rastertoepson.c:985 filter/rastertohp.c:711 +#: filter/rastertolabel.c:1134 +#, c-format +msgid "%s job-id user title copies options [file]" +msgstr "" + +#: systemv/lpstat.c:754 +#, c-format +msgid "%s not accepting requests since %s -" +msgstr "" + +#: scheduler/ipp.c:691 +#, c-format +msgid "%s not supported." +msgstr "" + +#: systemv/lpstat.c:765 +#, c-format +msgid "%s/%s accepting requests since %s" +msgstr "" + +#: systemv/lpstat.c:770 +#, c-format +msgid "%s/%s not accepting requests since %s -" +msgstr "" + +#: berkeley/lpq.c:552 +#, c-format +msgid "%s: %-33.33s [job %d localhost]" +msgstr "" + +#. 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 "" + +#: systemv/cancel.c:294 systemv/cancel.c:357 +#, c-format +msgid "%s: %s failed: %s" +msgstr "" + +#: systemv/cupsaccept.c:68 +#, c-format +msgid "%s: Don't know what to do." +msgstr "" + +#: 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 "" + +#: systemv/lp.c:231 +#, c-format +msgid "%s: Error - bad job ID." +msgstr "" + +#: systemv/lp.c:219 +#, c-format +msgid "%s: Error - cannot print files and alter jobs simultaneously." +msgstr "" + +#: systemv/lp.c:505 +#, c-format +msgid "%s: Error - cannot print from stdin if files or a job ID are provided." +msgstr "" + +#: systemv/lp.c:461 +#, c-format +msgid "%s: Error - expected character set after \"-S\" option." +msgstr "" + +#: systemv/lp.c:480 +#, c-format +msgid "%s: Error - expected content type after \"-T\" option." +msgstr "" + +#: berkeley/lpr.c:240 +#, c-format +msgid "%s: Error - expected copies after \"-#\" option." +msgstr "" + +#: systemv/lp.c:264 +#, c-format +msgid "%s: Error - expected copies after \"-n\" option." +msgstr "" + +#: berkeley/lpr.c:209 +#, c-format +msgid "%s: Error - expected destination after \"-P\" option." +msgstr "" + +#: systemv/lpstat.c:231 +#, c-format +msgid "%s: Error - expected destination after \"-b\" option." +msgstr "" + +#: systemv/lp.c:138 +#, c-format +msgid "%s: Error - expected destination after \"-d\" option." +msgstr "" + +#: systemv/lp.c:168 +#, c-format +msgid "%s: Error - expected form after \"-f\" option." +msgstr "" + +#: systemv/lp.c:391 +#, c-format +msgid "%s: Error - expected hold name after \"-H\" option." +msgstr "" + +#: berkeley/lpr.c:103 +#, c-format +msgid "%s: Error - expected hostname after \"-H\" option." +msgstr "" + +#: 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 "" + +#: systemv/lp.c:371 +#, c-format +msgid "%s: Error - expected mode list after \"-y\" option." +msgstr "" + +#: berkeley/lpr.c:263 +#, c-format +msgid "%s: Error - expected name after \"-%c\" option." +msgstr "" + +#: berkeley/lpr.c:153 systemv/lp.c:288 +#, c-format +msgid "%s: Error - expected option=value after \"-o\" option." +msgstr "" + +#: systemv/lp.c:441 +#, c-format +msgid "%s: Error - expected page list after \"-P\" option." +msgstr "" + +#: systemv/lp.c:308 +#, c-format +msgid "%s: Error - expected priority after \"-%c\" option." +msgstr "" + +#: systemv/cupsaccept.c:141 +#, c-format +msgid "%s: Error - expected reason text after \"-r\" option." +msgstr "" + +#: systemv/lp.c:354 +#, c-format +msgid "%s: Error - expected title after \"-t\" option." +msgstr "" + +#: 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 "" + +#: systemv/cancel.c:145 +#, c-format +msgid "%s: Error - expected username after \"-u\" option." +msgstr "" + +#: berkeley/lpr.c:125 +#, c-format +msgid "%s: Error - expected value after \"-%c\" option." +msgstr "" + +#: systemv/lpstat.c:157 systemv/lpstat.c:171 +#, c-format +msgid "%s: Error - need \"completed\", \"not-completed\", or \"all\" after \"-W\" option." +msgstr "" + +#: berkeley/lpq.c:241 berkeley/lpr.c:349 systemv/lp.c:589 +#, c-format +msgid "%s: Error - no default destination available." +msgstr "" + +#: systemv/lp.c:330 +#, c-format +msgid "%s: Error - priority must be between 1 and 100." +msgstr "" + +#: berkeley/lpr.c:352 systemv/lp.c:592 +#, c-format +msgid "%s: Error - scheduler not responding." +msgstr "" + +#: berkeley/lpr.c:305 systemv/lp.c:537 +#, c-format +msgid "%s: Error - too many files - \"%s\"." +msgstr "" + +#: berkeley/lpr.c:287 systemv/lp.c:520 +#, c-format +msgid "%s: Error - unable to access \"%s\" - %s" +msgstr "" + +#: berkeley/lpr.c:395 systemv/lp.c:623 +#, c-format +msgid "%s: Error - unable to queue from stdin - %s." +msgstr "" + +#: berkeley/lprm.c:87 berkeley/lprm.c:172 systemv/cancel.c:214 +#, c-format +msgid "%s: Error - unknown destination \"%s\"." +msgstr "" + +#: berkeley/lpq.c:150 +#, c-format +msgid "%s: Error - unknown destination \"%s/%s\"." +msgstr "" + +#: 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 "" + +#: systemv/cupsaccept.c:157 +#, c-format +msgid "%s: Error - unknown option \"%s\"." +msgstr "" + +#: systemv/lp.c:208 +#, c-format +msgid "%s: Expected job ID after \"-i\" option." +msgstr "" + +#: systemv/lpstat.c:504 systemv/lpstat.c:543 +#, c-format +msgid "%s: Invalid destination name in list \"%s\"." +msgstr "" + +#: scheduler/cupsfilter.c:567 +#, c-format +msgid "%s: Invalid filter string \"%s\"." +msgstr "" + +#: systemv/lp.c:418 +#, c-format +msgid "%s: Need job ID (\"-i jobid\") before \"-H restart\"." +msgstr "" + +#: scheduler/cupsfilter.c:458 +#, c-format +msgid "%s: No filter to convert from %s/%s to %s/%s." +msgstr "" + +#: systemv/cupsaccept.c:198 +#, c-format +msgid "%s: Operation failed: %s" +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:304 test/ipptool.c:321 +#, c-format +msgid "%s: Sorry, no encryption support." +msgstr "" + +#: 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 "" + +#: systemv/cancel.c:317 +#, c-format +msgid "%s: Unable to contact server." +msgstr "" + +#: scheduler/cupsfilter.c:424 +#, c-format +msgid "%s: Unable to determine MIME type of \"%s\"." +msgstr "" + +#: ppdc/ppdmerge.cxx:96 +#, c-format +msgid "%s: Unable to open %s: %s" +msgstr "" + +#: scheduler/cupsfilter.c:662 ppdc/ppdmerge.cxx:112 +#, c-format +msgid "%s: Unable to open PPD file: %s on line %d." +msgstr "" + +#: scheduler/cupsfilter.c:392 +#, c-format +msgid "%s: Unable to read MIME database from \"%s\" or \"%s\"." +msgstr "" + +#: berkeley/lpq.c:153 systemv/lpstat.c:558 +#, c-format +msgid "%s: Unknown destination \"%s\"." +msgstr "" + +#: scheduler/cupsfilter.c:435 +#, c-format +msgid "%s: Unknown destination MIME type %s/%s." +msgstr "" + +#: scheduler/cupsfilter.c:1426 +#, c-format +msgid "%s: Unknown option \"%c\"." +msgstr "" + +#: scheduler/cupsfilter.c:416 +#, c-format +msgid "%s: Unknown source MIME type %s/%s." +msgstr "" + +#: berkeley/lpr.c:139 +#, c-format +msgid "%s: Warning - \"%c\" format modifier not supported - output may not be correct." +msgstr "" + +#: systemv/lp.c:468 +#, c-format +msgid "%s: Warning - character set option ignored." +msgstr "" + +#: systemv/lp.c:487 +#, c-format +msgid "%s: Warning - content type option ignored." +msgstr "" + +#: systemv/lp.c:175 +#, c-format +msgid "%s: Warning - form option ignored." +msgstr "" + +#: systemv/lp.c:378 +#, c-format +msgid "%s: Warning - mode option ignored." +msgstr "" + +#: 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 palec/sek." + +#: 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 palce/sek." + +#: 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 palců/sek." + +#: ppdc/sample.c:6 +msgid "10 x 11" +msgstr "" + +#: ppdc/sample.c:7 +msgid "10 x 13" +msgstr "" + +#: ppdc/sample.c:8 +msgid "10 x 14" +msgstr "" + +#: ppdc/sample.c:423 +msgid "100" +msgstr "100" + +#: ppdc/sample.c:334 +msgid "100 mm/sec." +msgstr "100 mm/sek." + +#: 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 palců/sek." + +#: 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 palců/sek." + +#: ppdc/sample.c:9 +msgid "12 x 11" +msgstr "" + +#: ppdc/sample.c:427 +msgid "120" +msgstr "120" + +#: ppdc/sample.c:335 +msgid "120 mm/sec." +msgstr "120 mm/sek." + +#: ppdc/sample.c:243 +msgid "120x60dpi" +msgstr "120x60 dpi" + +#: ppdc/sample.c:249 +msgid "120x72dpi" +msgstr "120x72 dpi" + +#: ppdc/sample.c:324 +msgid "13" +msgstr "13" + +#: ppdc/sample.c:232 +msgid "136dpi" +msgstr "136 dpi" + +#: 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/sek." + +#: ppdc/sample.c:10 +msgid "15 x 11" +msgstr "" + +#: ppdc/sample.c:336 +msgid "150 mm/sec." +msgstr "150 mm/sek." + +#: ppdc/sample.c:283 +msgid "150dpi" +msgstr "150 dpi" + +#: 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 "180 dpi" + +#: 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 palce/sek." + +#: ppdc/sample.c:270 +msgid "2-Sided Printing" +msgstr "oboustranný tisk" + +#: 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 palce/sek." + +#: 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/sek." + +#: ppdc/sample.c:337 +msgid "200 mm/sec." +msgstr "200 mm/sek." + +#: ppdc/sample.c:233 +msgid "203dpi" +msgstr "203 dpi" + +#: 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 jehličková" + +#: ppdc/sample.c:250 +msgid "240x72dpi" +msgstr "240x72 dpi" + +#: ppdc/sample.c:377 +msgid "25" +msgstr "25" + +#: ppdc/sample.c:338 +msgid "250 mm/sec." +msgstr "250 mm/sek." + +#: 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 palce/sek." + +#: ppdc/sample.c:3 +msgid "3 x 5" +msgstr "" + +#: 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 "" + +#: ppdc/sample.c:171 +msgid "3.5\" Disk" +msgstr "3.5\" Disk" + +#: 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 mm/sek." + +#: ppdc/sample.c:339 +msgid "300 mm/sec." +msgstr "300 mm/sek." + +#: ppdc/sample.c:234 +msgid "300dpi" +msgstr "300 dpi" + +#: ppdc/sample.c:410 +msgid "35" +msgstr "35" + +#: ppdc/sample.c:246 +msgid "360dpi" +msgstr "360 dpi" + +#: ppdc/sample.c:245 +msgid "360x180dpi" +msgstr "360x180 dpi" + +#: ppdc/sample.c:315 +msgid "4" +msgstr "4" + +#: ppdc/sample.c:387 +msgid "4 inches/sec." +msgstr "4 palce/sek." + +#: 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/sek." + +#: 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 palců/sek." + +#: ppdc/sample.c:5 +msgid "5 x 7" +msgstr "" + +#: 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 palců/sek." + +#: 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/sek." + +#: ppdc/sample.c:261 +msgid "600dpi" +msgstr "600 dpi" + +#: ppdc/sample.c:242 +msgid "60dpi" +msgstr "60 dpi" + +#: ppdc/sample.c:248 +msgid "60x72dpi" +msgstr "" + +#: 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 palců/sek." + +#: ppdc/sample.c:11 +msgid "7 x 9" +msgstr "" + +#: ppdc/sample.c:417 +msgid "70" +msgstr "70" + +#: ppdc/sample.c:252 +msgid "720dpi" +msgstr "720 dpi" + +#: 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 palců/sek." + +#: ppdc/sample.c:12 +msgid "8 x 10" +msgstr "" + +#: 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/sek." + +#: 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 palců/sek." + +#: ppdc/sample.c:13 +msgid "9 x 11" +msgstr "" + +#: ppdc/sample.c:14 +msgid "9 x 12" +msgstr "" + +#: ppdc/sample.c:247 +msgid "9-Pin Series" +msgstr "9 jehličková" + +#: 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 "" + +#: cgi-bin/admin.c:2364 +msgid "A Samba username is required to export printer drivers" +msgstr "" + +#: scheduler/ipp.c:2283 +#, c-format +msgid "A class named \"%s\" already exists." +msgstr "" + +#: scheduler/ipp.c:1004 +#, c-format +msgid "A printer named \"%s\" already exists." +msgstr "" + +#: ppdc/sample.c:15 +msgid "A0" +msgstr "A0" + +#: ppdc/sample.c:16 +msgid "A0 Long Edge" +msgstr "" + +#: ppdc/sample.c:17 +msgid "A1" +msgstr "A1" + +#: ppdc/sample.c:18 +msgid "A1 Long Edge" +msgstr "" + +#: 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 "" + +#: ppdc/sample.c:21 +msgid "A3" +msgstr "A3" + +#: ppdc/sample.c:22 +msgid "A3 Long Edge" +msgstr "" + +#: ppdc/sample.c:23 +msgid "A3 Oversize" +msgstr "" + +#: ppdc/sample.c:24 +msgid "A3 Oversize Long Edge" +msgstr "" + +#: ppdc/sample.c:25 +msgid "A4" +msgstr "A4" + +#: ppdc/sample.c:27 +msgid "A4 Long Edge" +msgstr "" + +#: ppdc/sample.c:26 +msgid "A4 Oversize" +msgstr "" + +#: ppdc/sample.c:28 +msgid "A4 Small" +msgstr "" + +#: ppdc/sample.c:29 +msgid "A5" +msgstr "A5" + +#: ppdc/sample.c:31 +msgid "A5 Long Edge" +msgstr "" + +#: ppdc/sample.c:30 +msgid "A5 Oversize" +msgstr "" + +#: ppdc/sample.c:32 +msgid "A6" +msgstr "A6" + +#: ppdc/sample.c:33 +msgid "A6 Long Edge" +msgstr "" + +#: 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 "" + +#: ppdc/sample.c:49 +msgid "ARCH D" +msgstr "ARCH D" + +#: ppdc/sample.c:50 +msgid "ARCH D Long Edge" +msgstr "" + +#: ppdc/sample.c:51 +msgid "ARCH E" +msgstr "ARCH E" + +#: ppdc/sample.c:52 +msgid "ARCH E Long Edge" +msgstr "" + +#: cgi-bin/classes.c:169 cgi-bin/printers.c:172 +msgid "Accept Jobs" +msgstr "Příjem úloh" + +#: cups/http-support.c:1284 +msgid "Accepted" +msgstr "Přijatý" + +#: cgi-bin/admin.c:570 +msgid "Add Class" +msgstr "Přidat třídu" + +#: cgi-bin/admin.c:882 +msgid "Add Printer" +msgstr "Přidat tiskárnu" + +#: 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 "Přidat RSS předplatné" + +#: ppdc/sample.c:163 +msgid "Address" +msgstr "Adresa" + +#: cgi-bin/admin.c:210 cgi-bin/admin.c:284 cgi-bin/admin.c:2745 +msgid "Administration" +msgstr "Administrace" + +#: ppdc/sample.c:429 +msgid "Always" +msgstr "Vždy" + +#: backend/socket.c:129 +msgid "AppSocket/HP JetDirect" +msgstr "AppSocket/HP JetDirect" + +#: ppdc/sample.c:450 +msgid "Applicator" +msgstr "Aplikátor" + +#: scheduler/ipp.c:1079 +#, c-format +msgid "Attempt to set %s printer-state to bad value %d." +msgstr "" + +#: scheduler/ipp.c:325 +#, c-format +msgid "Attribute groups are out of order (%x < %x)." +msgstr "" + +#: 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 "" + +#: 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 "Neplatný ukazatel NULL" + +#: cups/ppd.c:345 +msgid "Bad OpenGroup" +msgstr "Chybný OpenGroup" + +#: cups/ppd.c:347 +msgid "Bad OpenUI/JCLOpenUI" +msgstr "Chybný OpenUI/JCLOpenUI" + +#: cups/ppd.c:349 +msgid "Bad OrderDependency" +msgstr "Chybný 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 "" + +#: cups/http-support.c:1299 +msgid "Bad Request" +msgstr "Chybný požadavek" + +#: cups/snmp.c:1002 +msgid "Bad SNMP version number" +msgstr "Chybná verze SNMP" + +#: cups/ppd.c:350 +msgid "Bad UIConstraints" +msgstr "Chybný UIConstraints" + +#: scheduler/ipp.c:1380 +#, c-format +msgid "Bad copies value %d." +msgstr "Chybný počet kopií %d." + +#: cups/ppd.c:358 +msgid "Bad custom parameter" +msgstr "Chybný uživatelský parametr" + +#: cups/http-support.c:1451 scheduler/ipp.c:2350 +#, c-format +msgid "Bad device-uri \"%s\"." +msgstr "" + +#: scheduler/ipp.c:2391 +#, c-format +msgid "Bad device-uri scheme \"%s\"." +msgstr "" + +#: 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:9470 +#, c-format +msgid "Bad document-format-default \"%s\"." +msgstr "" + +#: cups/util.c:929 +msgid "Bad filename buffer" +msgstr "" + +#: scheduler/ipp.c:10060 +msgid "Bad job-priority value." +msgstr "" + +#: scheduler/ipp.c:1410 +#, c-format +msgid "Bad job-sheets value \"%s\"." +msgstr "" + +#: scheduler/ipp.c:1394 +msgid "Bad job-sheets value type." +msgstr "" + +#: scheduler/ipp.c:10090 +msgid "Bad job-state value." +msgstr "" + +#: 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:2049 scheduler/ipp.c:5622 +#, c-format +msgid "Bad notify-pull-method \"%s\"." +msgstr "" + +#: scheduler/ipp.c:2013 scheduler/ipp.c:5586 +#, c-format +msgid "Bad notify-recipient-uri \"%s\"." +msgstr "" + +#: scheduler/ipp.c:1426 +#, c-format +msgid "Bad number-up value %d." +msgstr "Chybná hodnota %d." + +#: cups/adminutil.c:292 +#, c-format +msgid "Bad option + choice on line %d." +msgstr "" + +#: scheduler/ipp.c:1443 +#, c-format +msgid "Bad page-ranges values %d-%d." +msgstr "Chybný rozsah stránek %d-%d." + +#: scheduler/ipp.c:2434 +#, c-format +msgid "Bad port-monitor \"%s\"." +msgstr "" + +#: cups/dest.c:676 cups/dest.c:1333 +msgid "Bad printer URI." +msgstr "" + +#: scheduler/ipp.c:2495 +#, c-format +msgid "Bad printer-state value %d." +msgstr "" + +#: scheduler/ipp.c:293 +#, c-format +msgid "Bad request ID %d." +msgstr "" + +#: scheduler/ipp.c:278 +#, c-format +msgid "Bad request version number %d.%d." +msgstr "" + +#: cgi-bin/admin.c:1484 +msgid "Bad subscription ID" +msgstr "" + +#: cups/ppd.c:360 +msgid "Bad value string" +msgstr "" + +#: cgi-bin/admin.c:3290 cgi-bin/admin.c:3536 +msgid "Banners" +msgstr "Banery" + +#: ppdc/sample.c:287 +msgid "Bond Paper" +msgstr "Kancelářský papír" + +#: backend/usb-darwin.c:1846 +#, c-format +msgid "Boolean expected for waiteof option \"%s\"." +msgstr "" + +#: 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 "Tiskárna štítků CPCL" + +#: cgi-bin/admin.c:1485 cgi-bin/admin.c:1524 cgi-bin/admin.c:1534 +msgid "Cancel RSS Subscription" +msgstr "Zrušit RSS předplatné" + +#: backend/ipp.c:1921 +msgid "Canceling print job." +msgstr "" + +#: scheduler/ipp.c:2475 +msgid "Cannot share a remote Kerberized printer." +msgstr "" + +#: 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 "Změna nastavení" + +#: scheduler/ipp.c:2061 scheduler/ipp.c:5634 +#, c-format +msgid "Character set \"%s\" not supported." +msgstr "" + +#: cgi-bin/classes.c:195 cgi-bin/classes.c:322 +msgid "Classes" +msgstr "Třídy" + +#: cgi-bin/printers.c:182 +msgid "Clean Print Heads" +msgstr "Vyčištění tiskových hlav" + +#: scheduler/ipp.c:3878 +msgid "Close-Job doesn't support the job-uri attribute." +msgstr "" + +#: ppdc/sample.c:282 +msgid "Color" +msgstr "Barva" + +#: ppdc/sample.c:253 +msgid "Color Mode" +msgstr "Barevný režim" + +#: berkeley/lpc.c:204 +msgid "" +"Commands may be abbreviated. Commands are:\n" +"\n" +"exit help quit status ?" +msgstr "" + +#: cups/snmp.c:1006 +msgid "Community name uses indefinite length" +msgstr "\"Community-Name\" má neomezenou délku" + +#: 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 "Pokračovat" + +#: ppdc/sample.c:365 +msgid "Continuous" +msgstr "Souvislý" + +#: 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 "Vytvořeno" + +#: cups/ppd.c:1113 cups/ppd.c:1153 cups/ppd.c:1398 cups/ppd.c:1501 +msgid "Custom" +msgstr "Uživatelský" + +#: ppdc/sample.c:359 +msgid "CustominCutInterval" +msgstr "CustominCutInterval" + +#: ppdc/sample.c:357 +msgid "CustominTearInterval" +msgstr "CustominTearInterval" + +#: ppdc/sample.c:343 +msgid "Cut" +msgstr "Snížit" + +#: ppdc/sample.c:451 +msgid "Cutter" +msgstr "Výstřižek" + +#: ppdc/sample.c:239 +msgid "Dark" +msgstr "Tmavý" + +#: ppdc/sample.c:235 +msgid "Darkness" +msgstr "Tma" + +#: 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 "Výmaz třídy" + +#: cgi-bin/admin.c:2179 cgi-bin/admin.c:2190 cgi-bin/admin.c:2235 +msgid "Delete Printer" +msgstr "Výmaz tiskárny" + +#: ppdc/sample.c:281 +msgid "DeskJet Series" +msgstr "Řada DeskJet" + +#: scheduler/ipp.c:1346 +#, c-format +msgid "Destination \"%s\" is not accepting jobs." +msgstr "Zařízení \"%s\" nepřijímá úlohy." + +#: 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 "" + +#: ppdc/sample.c:436 +msgid "Direct Thermal Media" +msgstr "Termální médium" + +#: cups/file.c:296 +#, c-format +msgid "Directory \"%s\" contains a relative path." +msgstr "" + +#: cups/file.c:268 +#, c-format +msgid "Directory \"%s\" has insecure permissions (0%o/uid=%d/gid=%d)." +msgstr "" + +#: cups/file.c:285 +#, c-format +msgid "Directory \"%s\" is a file." +msgstr "" + +#: cups/file.c:256 +#, c-format +msgid "Directory \"%s\" not available: %s" +msgstr "" + +#: cups/file.c:241 +#, c-format +msgid "Directory \"%s\" permissions OK (0%o/uid=%d/gid=%d)." +msgstr "" + +#: ppdc/sample.c:345 +msgid "Disabled" +msgstr "Zakázaný" + +#: scheduler/ipp.c:6127 +#, c-format +msgid "Document #%d does not exist in job #%d." +msgstr "" + +#: ppdc/sample.c:275 +msgid "Duplexer" +msgstr "Duplexní jednotka" + +#: ppdc/sample.c:229 +msgid "Dymo" +msgstr "Dymo" + +#: ppdc/sample.c:431 +msgid "EPL1 Label Printer" +msgstr "Tiskárna štítků EPL1" + +#: ppdc/sample.c:434 +msgid "EPL2 Label Printer" +msgstr "Tiskárna štítků 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 "Úprava konfiguračního souboru" + +#: cups/adminutil.c:337 +msgid "Empty PPD file." +msgstr "" + +#. TRANSLATORS: Banner/cover sheet after the print job. +#: cgi-bin/admin.c:3561 +msgid "Ending Banner" +msgstr "Ukončení baneru" + +#: ppdc/sample.c:2 +msgid "English" +msgstr "Čeština" + +#: systemv/lppasswd.c:193 +msgid "Enter old password:" +msgstr "Zadejte původní heslo:" + +#: systemv/lppasswd.c:224 +msgid "Enter password again:" +msgstr "Opakujte heslo:" + +#: systemv/lppasswd.c:212 +msgid "Enter password:" +msgstr "Zadejte heslo:" + +#: 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 "Zadejte své uživatelské jméno a heslo, nebo uživatelské jméno a heslo administrátora pro přístup na tuto stránku. Pokud používáte ověřování Kerberos, ujistěte se, že máte platný ticket Kerberosu." + +#: ppdc/sample.c:73 +msgid "Envelope #10 " +msgstr "" + +#: ppdc/sample.c:74 +msgid "Envelope #11" +msgstr "" + +#: ppdc/sample.c:75 +msgid "Envelope #12" +msgstr "" + +#: ppdc/sample.c:76 +msgid "Envelope #14" +msgstr "" + +#: ppdc/sample.c:77 +msgid "Envelope #9" +msgstr "" + +#: ppdc/sample.c:89 +msgid "Envelope B4" +msgstr "" + +#: ppdc/sample.c:90 +msgid "Envelope B5" +msgstr "" + +#: ppdc/sample.c:91 +msgid "Envelope B6" +msgstr "" + +#: ppdc/sample.c:78 +msgid "Envelope C0" +msgstr "" + +#: ppdc/sample.c:79 +msgid "Envelope C1" +msgstr "" + +#: ppdc/sample.c:80 +msgid "Envelope C2" +msgstr "" + +#: ppdc/sample.c:81 +msgid "Envelope C3" +msgstr "" + +#: ppdc/sample.c:67 +msgid "Envelope C4" +msgstr "" + +#: ppdc/sample.c:68 +msgid "Envelope C5" +msgstr "" + +#: ppdc/sample.c:69 +msgid "Envelope C6" +msgstr "" + +#: ppdc/sample.c:82 +msgid "Envelope C65" +msgstr "" + +#: ppdc/sample.c:83 +msgid "Envelope C7" +msgstr "" + +#: ppdc/sample.c:84 +msgid "Envelope Choukei 3" +msgstr "" + +#: ppdc/sample.c:85 +msgid "Envelope Choukei 3 Long Edge" +msgstr "" + +#: ppdc/sample.c:86 +msgid "Envelope Choukei 4" +msgstr "" + +#: ppdc/sample.c:87 +msgid "Envelope Choukei 4 Long Edge" +msgstr "" + +#: ppdc/sample.c:70 +msgid "Envelope DL" +msgstr "" + +#: ppdc/sample.c:269 +msgid "Envelope Feed" +msgstr "Podavač obálek" + +#: ppdc/sample.c:88 +msgid "Envelope Invite" +msgstr "" + +#: ppdc/sample.c:92 +msgid "Envelope Italian" +msgstr "" + +#: ppdc/sample.c:93 +msgid "Envelope Kaku2" +msgstr "" + +#: ppdc/sample.c:94 +msgid "Envelope Kaku2 Long Edge" +msgstr "" + +#: ppdc/sample.c:95 +msgid "Envelope Kaku3" +msgstr "" + +#: ppdc/sample.c:96 +msgid "Envelope Kaku3 Long Edge" +msgstr "" + +#: ppdc/sample.c:97 +msgid "Envelope Monarch" +msgstr "" + +#: ppdc/sample.c:99 +msgid "Envelope PRC1 " +msgstr "" + +#: ppdc/sample.c:100 +msgid "Envelope PRC1 Long Edge" +msgstr "" + +#: ppdc/sample.c:117 +msgid "Envelope PRC10" +msgstr "" + +#: ppdc/sample.c:118 +msgid "Envelope PRC10 Long Edge" +msgstr "" + +#: ppdc/sample.c:101 +msgid "Envelope PRC2" +msgstr "" + +#: ppdc/sample.c:102 +msgid "Envelope PRC2 Long Edge" +msgstr "" + +#: ppdc/sample.c:103 +msgid "Envelope PRC3" +msgstr "" + +#: ppdc/sample.c:104 +msgid "Envelope PRC3 Long Edge" +msgstr "" + +#: ppdc/sample.c:105 +msgid "Envelope PRC4" +msgstr "" + +#: ppdc/sample.c:106 +msgid "Envelope PRC4 Long Edge" +msgstr "" + +#: ppdc/sample.c:108 +msgid "Envelope PRC5 Long Edge" +msgstr "" + +#: ppdc/sample.c:107 +msgid "Envelope PRC5PRC5" +msgstr "" + +#: ppdc/sample.c:109 +msgid "Envelope PRC6" +msgstr "" + +#: ppdc/sample.c:110 +msgid "Envelope PRC6 Long Edge" +msgstr "" + +#: ppdc/sample.c:111 +msgid "Envelope PRC7" +msgstr "" + +#: ppdc/sample.c:112 +msgid "Envelope PRC7 Long Edge" +msgstr "" + +#: ppdc/sample.c:113 +msgid "Envelope PRC8" +msgstr "" + +#: ppdc/sample.c:114 +msgid "Envelope PRC8 Long Edge" +msgstr "" + +#: ppdc/sample.c:115 +msgid "Envelope PRC9" +msgstr "" + +#: ppdc/sample.c:116 +msgid "Envelope PRC9 Long Edge" +msgstr "" + +#: ppdc/sample.c:98 +msgid "Envelope Personal" +msgstr "" + +#: ppdc/sample.c:119 +msgid "Envelope You4" +msgstr "" + +#: ppdc/sample.c:120 +msgid "Envelope You4 Long Edge" +msgstr "" + +#: ppdc/sample.c:240 +msgid "Epson" +msgstr "Epson" + +#: cgi-bin/admin.c:3604 +msgid "Error Policy" +msgstr "Chování při chybě" + +#: 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 "" + +#: ppdc/sample.c:355 +msgid "Every 10 Labels" +msgstr "Každých 10 štítků" + +#: ppdc/sample.c:347 +msgid "Every 2 Labels" +msgstr "Každé 2 štítky" + +#: ppdc/sample.c:348 +msgid "Every 3 Labels" +msgstr "Každé 3 štítky" + +#: ppdc/sample.c:349 +msgid "Every 4 Labels" +msgstr "Každé 4 štítky" + +#: ppdc/sample.c:350 +msgid "Every 5 Labels" +msgstr "Každých 5 štítků" + +#: ppdc/sample.c:351 +msgid "Every 6 Labels" +msgstr "Každých 6 štítků" + +#: ppdc/sample.c:352 +msgid "Every 7 Labels" +msgstr "Každých 7 štítků" + +#: ppdc/sample.c:353 +msgid "Every 8 Labels" +msgstr "Každých 8 štítků" + +#: ppdc/sample.c:354 +msgid "Every 9 Labels" +msgstr "Každých 9 štítků" + +#: ppdc/sample.c:346 +msgid "Every Label" +msgstr "Každý štítek" + +#: ppdc/sample.c:121 +msgid "Executive" +msgstr "" + +#: cups/http-support.c:1327 +msgid "Expectation Failed" +msgstr "Očekávané údaje jsou neplatné" + +#: cgi-bin/admin.c:2356 cgi-bin/admin.c:2375 +msgid "Export Printers to Samba" +msgstr "Export tiskáren do Samby" + +#: 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 "" + +#: ppdc/sample.c:123 +msgid "FanFold Legal German" +msgstr "" + +#: ppdc/sample.c:124 +msgid "Fanfold US" +msgstr "" + +#: cups/file.c:300 +#, c-format +msgid "File \"%s\" contains a relative path." +msgstr "" + +#: cups/file.c:275 +#, c-format +msgid "File \"%s\" has insecure permissions (0%o/uid=%d/gid=%d)." +msgstr "" + +#: cups/file.c:289 +#, c-format +msgid "File \"%s\" is a directory." +msgstr "" + +#: cups/file.c:261 +#, c-format +msgid "File \"%s\" not available: %s" +msgstr "" + +#: cups/file.c:247 +#, c-format +msgid "File \"%s\" permissions OK (0%o/uid=%d/gid=%d)." +msgstr "" + +#: ppdc/sample.c:169 +msgid "File Folder " +msgstr "Složka souborů " + +#: scheduler/ipp.c:2370 +#, c-format +msgid "File device URIs have been disabled. To enable, see the FileDevice directive in \"%s/cupsd.conf\"." +msgstr "" + +#: filter/rastertoepson.c:1117 filter/rastertohp.c:845 +#: filter/rastertolabel.c:1273 +#, c-format +msgid "Finished page %d." +msgstr "" + +#: ppdc/sample.c:125 +msgid "Folio" +msgstr "Fólie" + +#: cups/http-support.c:1306 +msgid "Forbidden" +msgstr "Zakázaný" + +#: cups/ppd.c:742 cups/ppd.c:1302 +msgid "General" +msgstr "Obecný" + +#: ppdc/sample.c:259 +msgid "Generic" +msgstr "Obecný" + +#: cups/snmp.c:1016 +msgid "Get-Response-PDU uses indefinite length" +msgstr "\"Get-Response-PDU\" má neomezenou délku" + +#: ppdc/sample.c:290 +msgid "Glossy Paper" +msgstr "Lesklý papír" + +#: 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 "" + +#: ppdc/sample.c:255 +msgid "Grayscale" +msgstr "Stupně šedi" + +#: ppdc/sample.c:280 +msgid "HP" +msgstr "HP" + +#: ppdc/sample.c:170 +msgid "Hanging Folder" +msgstr "Závěsná složka" + +#: 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 "" + +#: cups/ipp.c:2650 +msgid "IPP attribute has no name." +msgstr "" + +#: cups/ipp.c:5487 +msgid "IPP attribute is not a member of the message." +msgstr "" + +#: cups/ipp.c:3083 +msgid "IPP begCollection value not 0 bytes." +msgstr "" + +#: cups/ipp.c:2873 +msgid "IPP boolean value not 1 byte." +msgstr "" + +#: cups/ipp.c:2934 +msgid "IPP date value not 11 bytes." +msgstr "" + +#: cups/ipp.c:3104 +msgid "IPP endCollection value not 0 bytes." +msgstr "" + +#: cups/ipp.c:2848 +msgid "IPP enum value not 4 bytes." +msgstr "" + +#: cups/ipp.c:2579 +msgid "IPP extension tag larger than 0x7FFFFFFF." +msgstr "" + +#: cups/ipp.c:2845 +msgid "IPP integer value not 4 bytes." +msgstr "" + +#: cups/ipp.c:3045 +msgid "IPP language length overflows value." +msgstr "" + +#: cups/ipp.c:2764 +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:3011 +msgid "IPP nameWithLanguage value less than minimum 4 bytes." +msgstr "" + +#: cups/ipp.c:2979 +msgid "IPP rangeOfInteger value not 8 bytes." +msgstr "" + +#: cups/ipp.c:2952 +msgid "IPP resolution value not 9 bytes." +msgstr "" + +#: cups/ipp.c:3063 +msgid "IPP string length overflows value." +msgstr "" + +#: cups/ipp.c:3007 +msgid "IPP textWithLanguage value less than minimum 4 bytes." +msgstr "" + +#: cups/ipp.c:2831 +msgid "IPP value larger than 32767 bytes." +msgstr "" + +#: ppdc/sample.c:1 +msgid "ISOLatin1" +msgstr "ISOLatin1" + +#: cups/ppd.c:353 +msgid "Illegal control character" +msgstr "Neplatný řídící znak" + +#: cups/ppd.c:354 +msgid "Illegal main keyword string" +msgstr "Neplatné hlavní klíčové slovo řetězce" + +#: cups/ppd.c:355 +msgid "Illegal option keyword string" +msgstr "Neplatná volba klíčového slova řetězce" + +#: cups/ppd.c:356 +msgid "Illegal translation string" +msgstr "Neplatný překlad řetězce" + +#: cups/ppd.c:357 +msgid "Illegal whitespace character" +msgstr "Nedovolený prázdný znak" + +#: ppdc/sample.c:274 +msgid "Installable Options" +msgstr "Možnosti instalace" + +#: ppdc/sample.c:277 +msgid "Installed" +msgstr "Instalovaný" + +#: ppdc/sample.c:293 +msgid "IntelliBar Label Printer" +msgstr "Tiskárna štítků \"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 "Vniřní chyba" + +#: 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 "Internetový tiskový protokol" + +#: cups/dest-options.c:839 +msgid "Invalid media size." +msgstr "" + +#: filter/commandtops.c:125 +#, c-format +msgid "Invalid printer command \"%s\"." +msgstr "" + +#: cups/ppd.c:1420 +msgid "JCL" +msgstr "JCL" + +#: ppdc/sample.c:53 +msgid "JIS B0" +msgstr "" + +#: ppdc/sample.c:55 +msgid "JIS B1" +msgstr "" + +#: ppdc/sample.c:54 +msgid "JIS B10" +msgstr "" + +#: ppdc/sample.c:56 +msgid "JIS B2" +msgstr "" + +#: ppdc/sample.c:57 +msgid "JIS B3" +msgstr "" + +#: ppdc/sample.c:58 +msgid "JIS B4" +msgstr "" + +#: ppdc/sample.c:59 +msgid "JIS B4 Long Edge" +msgstr "" + +#: ppdc/sample.c:60 +msgid "JIS B5" +msgstr "" + +#: ppdc/sample.c:61 +msgid "JIS B5 Long Edge" +msgstr "" + +#: ppdc/sample.c:62 +msgid "JIS B6" +msgstr "" + +#: ppdc/sample.c:63 +msgid "JIS B6 Long Edge" +msgstr "" + +#: ppdc/sample.c:64 +msgid "JIS B7" +msgstr "" + +#: ppdc/sample.c:65 +msgid "JIS B8" +msgstr "" + +#: ppdc/sample.c:66 +msgid "JIS B9" +msgstr "" + +#: scheduler/ipp.c:9051 +#, c-format +msgid "Job #%d cannot be restarted - no files." +msgstr "" + +#: 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:3486 +#, c-format +msgid "Job #%d is already aborted - can't cancel." +msgstr "Úloha #%d je již zrušena - nelze zrušit." + +#: scheduler/ipp.c:3480 +#, c-format +msgid "Job #%d is already canceled - can't cancel." +msgstr "Úloha #%d je již zrušena - nelze zrušit." + +#: scheduler/ipp.c:3492 +#, c-format +msgid "Job #%d is already completed - can't cancel." +msgstr "Úloha #%d je již dokončena - nelze zrušit." + +#: 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:9033 +#, c-format +msgid "Job #%d is not complete." +msgstr "" + +#: scheduler/ipp.c:3007 +#, c-format +msgid "Job #%d is not held for authentication." +msgstr "" + +#: scheduler/ipp.c:8807 +#, c-format +msgid "Job #%d is not held." +msgstr "" + +#: cgi-bin/ipp-var.c:1055 +msgid "Job Completed" +msgstr "Úloha dokončena" + +#: cgi-bin/ipp-var.c:1053 +msgid "Job Created" +msgstr "Úloha vytvořena" + +#: cgi-bin/ipp-var.c:1059 +msgid "Job Options Changed" +msgstr "Změna parametrů úlohy" + +#: cgi-bin/ipp-var.c:1057 +msgid "Job Stopped" +msgstr "Úloha zastavena" + +#: scheduler/ipp.c:10068 +msgid "Job is completed and cannot be changed." +msgstr "Úloha je dokončena a nelze ji změnit." + +#: cgi-bin/jobs.c:198 +msgid "Job operation failed" +msgstr "Úloha se nezdařila" + +#: scheduler/ipp.c:10104 scheduler/ipp.c:10123 scheduler/ipp.c:10134 +msgid "Job state cannot be changed." +msgstr "Stav úlohy nelze změnit." + +#: 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 "Úlohy" + +#: backend/lpd.c:185 +msgid "LPD/LPR Host or Printer" +msgstr "LPD/LPR hostitel nebo tiskárna" + +#: ppdc/sample.c:230 +msgid "Label Printer" +msgstr "Tiskárna štítků" + +#: ppdc/sample.c:446 +msgid "Label Top" +msgstr "Horní štítek" + +#: scheduler/ipp.c:2070 scheduler/ipp.c:5643 +#, c-format +msgid "Language \"%s\" not supported." +msgstr "" + +#: ppdc/sample.c:164 +msgid "Large Address" +msgstr "Plná adresa" + +#: ppdc/sample.c:291 +msgid "LaserJet Series PCL 4/5" +msgstr "LaserJet Serie PCL 4/5" + +#: ppdc/sample.c:43 +msgid "Letter Oversize" +msgstr "" + +#: ppdc/sample.c:44 +msgid "Letter Oversize Long Edge" +msgstr "" + +#: ppdc/sample.c:236 +msgid "Light" +msgstr "Světlý" + +#: cups/ppd.c:352 +msgid "Line longer than the maximum allowed (255 characters)" +msgstr "Řádek je delší než maximální povolená velikost (255 znaků)" + +#: cgi-bin/admin.c:2393 +msgid "List Available Printers" +msgstr "Seznam dostupných tiskáren" + +#: ppdc/sample.c:272 +msgid "Long-Edge (Portrait)" +msgstr "Delší okraj (na výšku)" + +#: cups/http-support.c:1558 +msgid "Looking for printer." +msgstr "" + +#: ppdc/sample.c:268 +msgid "Manual Feed" +msgstr "Ruční podávání" + +#: cups/ppd.c:789 cups/ppd.c:1357 +msgid "Media Size" +msgstr "Velikost média" + +#: cups/ppd.c:793 cups/ppd.c:1361 ppdc/sample.c:262 +msgid "Media Source" +msgstr "Zdroj média" + +#: ppdc/sample.c:364 +msgid "Media Tracking" +msgstr "Sledování média" + +#: cups/ppd.c:791 cups/ppd.c:1359 ppdc/sample.c:285 +msgid "Media Type" +msgstr "Typ média" + +#: ppdc/sample.c:237 +msgid "Medium" +msgstr "Střední" + +#: cups/ppd.c:341 +msgid "Memory allocation error" +msgstr "Chyba přidělení paměti" + +#: cups/ppd.c:361 +msgid "Missing CloseGroup" +msgstr "" + +#: cups/ppd.c:342 +msgid "Missing PPD-Adobe-4.x header" +msgstr "Chybějící záhlaví PPD-Adobe-4.x" + +#: cups/ppd.c:351 +msgid "Missing asterisk in column 1" +msgstr "Chybí hvězdička ve sloupci 1" + +#: scheduler/ipp.c:6119 +msgid "Missing document-number attribute." +msgstr "" + +#: cups/adminutil.c:273 +#, c-format +msgid "Missing double quote on line %d." +msgstr "" + +#: 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 "" + +#: scheduler/ipp.c:9422 +msgid "Missing last-document attribute in request." +msgstr "" + +#: cups/pwg-media.c:535 +msgid "Missing media or media-col." +msgstr "" + +#: cups/pwg-media.c:454 +msgid "Missing media-size in media-col." +msgstr "" + +#: scheduler/ipp.c:6673 +msgid "Missing notify-subscription-ids attribute." +msgstr "" + +#: cups/ppd.c:359 +msgid "Missing option keyword" +msgstr "" + +#: scheduler/ipp.c:3133 scheduler/ipp.c:3158 +msgid "Missing requesting-user-name attribute." +msgstr "" + +#: scheduler/ipp.c:461 +msgid "Missing required attributes." +msgstr "" + +#: cups/adminutil.c:254 +#, c-format +msgid "Missing value on line %d." +msgstr "" + +#: cups/ppd.c:343 +msgid "Missing value string" +msgstr "Chybí hodnota řetězce" + +#: cups/pwg-media.c:442 +msgid "Missing x-dimension in media-size." +msgstr "" + +#: cups/pwg-media.c:448 +msgid "Missing y-dimension in media-size." +msgstr "" + +#: systemv/lpinfo.c:470 +#, c-format +msgid "" +"Model: name = %s\n" +" natural_language = %s\n" +" make-and-model = %s\n" +" device-id = %s" +msgstr "" + +#: cgi-bin/admin.c:570 +msgid "Modify Class" +msgstr "Úprava třídy" + +#: cgi-bin/admin.c:882 +msgid "Modify Printer" +msgstr "Úprava tiskárny" + +#: cgi-bin/ipp-var.c:425 cgi-bin/ipp-var.c:516 +msgid "Move All Jobs" +msgstr "Přesun všech úloh" + +#: cgi-bin/ipp-var.c:364 cgi-bin/ipp-var.c:423 cgi-bin/ipp-var.c:514 +msgid "Move Job" +msgstr "Přesun úlohy" + +#: cups/http-support.c:1290 +msgid "Moved Permanently" +msgstr "Trvale přesunuto" + +#: cups/ppd.c:340 +msgid "NULL PPD file pointer" +msgstr "Prázdný ukazatel PPD souboru" + +#: cups/snmp.c:1053 +msgid "Name OID uses indefinite length" +msgstr "Název \"OID\" má neomezenou délku" + +#: scheduler/ipp.c:1142 +msgid "Nested classes are not allowed." +msgstr "" + +#: ppdc/sample.c:430 +msgid "Never" +msgstr "Nikdy" + +#: ppdc/sample.c:256 +msgid "New Stylus Color Series" +msgstr "New Stylus Color Series" + +#: ppdc/sample.c:258 +msgid "New Stylus Photo Series" +msgstr "New Stylus Photo Series" + +#: cups/ppd.c:1949 +msgid "No" +msgstr "Ne" + +#: cups/http-support.c:1287 +msgid "No Content" +msgstr "Žádný obsah" + +#: cups/util.c:1298 +msgid "No PPD name" +msgstr "" + +#: cups/snmp.c:1047 +msgid "No VarBind SEQUENCE" +msgstr "Žádná VarBind SEQUENCE" + +#: cups/adminutil.c:788 +msgid "No Windows printer drivers are installed." +msgstr "" + +#: cups/request.c:566 cups/request.c:908 +msgid "No active connection" +msgstr "Není aktivní spojení" + +#: scheduler/ipp.c:3403 +#, c-format +msgid "No active jobs on %s." +msgstr "" + +#: 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 "Žádný název komunity" + +#: scheduler/ipp.c:5919 +msgid "No default printer." +msgstr "" + +#: cgi-bin/ipp-var.c:436 scheduler/ipp.c:7248 +msgid "No destinations added." +msgstr "Zařízení nepřidáno." + +#: backend/usb.c:200 +msgid "No device URI found in argv[0] or in DEVICE_URI environment variable." +msgstr "" + +#: cups/snmp.c:1034 +msgid "No error-index" +msgstr "Žádný \"error-index\"" + +#: cups/snmp.c:1026 +msgid "No error-status" +msgstr "Žádný \"error-status\"" + +#: 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 "Žádný název OID" + +#: filter/rastertoepson.c:1147 filter/rastertohp.c:876 +#: filter/rastertolabel.c:1302 +msgid "No pages were found." +msgstr "" + +#: cups/util.c:917 +msgid "No printer name" +msgstr "" + +#: cups/util.c:1801 +msgid "No printer-uri found" +msgstr "" + +#: cups/util.c:1786 +msgid "No printer-uri found for class" +msgstr "" + +#: scheduler/ipp.c:6322 +msgid "No printer-uri in request." +msgstr "" + +#: cups/snmp.c:1018 +msgid "No request-id" +msgstr "Žádný ID požadavek" + +#: scheduler/ipp.c:5528 +msgid "No subscription attributes in request." +msgstr "" + +#: scheduler/ipp.c:7575 +msgid "No subscriptions found." +msgstr "Nenalezeno předplatné." + +#: cups/snmp.c:1042 +msgid "No variable-bindings SEQUENCE" +msgstr "Žádná \"variable-bindings\" SEQUENCE" + +#: cups/snmp.c:997 +msgid "No version number" +msgstr "Není číslo verze" + +#: ppdc/sample.c:367 +msgid "Non-continuous (Mark sensing)" +msgstr "Není souvislý (Mark Sensing)" + +#: ppdc/sample.c:366 +msgid "Non-continuous (Web sensing)" +msgstr "Není souvislý (Web Sensing)" + +#: ppdc/sample.c:238 +msgid "Normal" +msgstr "Normální" + +#: cups/http-support.c:1309 +msgid "Not Found" +msgstr "Nebyl nalezen" + +#: cups/http-support.c:1321 +msgid "Not Implemented" +msgstr "Nerealizováno" + +#: ppdc/sample.c:276 +msgid "Not Installed" +msgstr "Nenainstalováno" + +#: cups/http-support.c:1296 +msgid "Not Modified" +msgstr "Nezměněno" + +#: cups/http-support.c:1324 +msgid "Not Supported" +msgstr "Nepodporováno" + +#: scheduler/ipp.c:1518 scheduler/ipp.c:10666 +msgid "Not allowed to print." +msgstr "Není povoleno tisknout." + +#: ppdc/sample.c:146 +msgid "Note" +msgstr "Poznámka" + +#: systemv/cupstestdsc.c:433 +msgid "Note: this program only validates the DSC comments, not the PostScript itself." +msgstr "" + +#: cups/http-support.c:1278 cups/ppd.c:338 +msgid "OK" +msgstr "OK" + +#: ppdc/sample.c:271 +msgid "Off (1-Sided)" +msgstr "Vypnuto (jednostranný)" + +#: 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 "Nápověda" + +#: cups/adminutil.c:955 +#, c-format +msgid "Open of %s failed: %s" +msgstr "Otevření %s selhalo: %s" + +#: cups/ppd.c:346 +msgid "OpenGroup without a CloseGroup first" +msgstr "Opengroup nepředcházelo CloseGroup" + +#: cups/ppd.c:348 +msgid "OpenUI/JCLOpenUI without a CloseUI/JCLCloseUI first" +msgstr "OpenUI/JCLOpenUI nepředcházelo CloseUI/JCLCloseUI" + +#: cgi-bin/admin.c:3631 +msgid "Operation Policy" +msgstr "Způsob ověření" + +#: filter/pstops.c:2205 +#, c-format +msgid "Option \"%s\" cannot be included via %%%%IncludeFeature." +msgstr "" + +#: cgi-bin/admin.c:3281 cgi-bin/admin.c:3365 +msgid "Options Installed" +msgstr "Instalované možnosti" + +#: 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 "" + +#: cups/ppd-cache.c:1381 +msgid "Out of memory." +msgstr "" + +#: cups/ppd.c:795 cups/ppd.c:1363 +msgid "Output Mode" +msgstr "Výstupní režim" + +#: systemv/lpstat.c:1191 systemv/lpstat.c:1195 +#, c-format +msgid "Output for printer %s is sent to %s" +msgstr "" + +#: systemv/lpstat.c:1185 +#, c-format +msgid "Output for printer %s is sent to remote printer %s on %s" +msgstr "" + +#: systemv/lpstat.c:1209 systemv/lpstat.c:1213 +#, c-format +msgid "Output for printer %s/%s is sent to %s" +msgstr "" + +#: systemv/lpstat.c:1203 +#, c-format +msgid "Output for printer %s/%s is sent to remote printer %s on %s" +msgstr "" + +#: systemv/cupstestdsc.c:399 +msgid "PASS" +msgstr "" + +#: ppdc/sample.c:260 +msgid "PCL Laser Printer" +msgstr "PCL laserová tiskárna" + +#: ppdc/sample.c:149 +msgid "PRC16K" +msgstr "PRC16K" + +#: ppdc/sample.c:150 +msgid "PRC16K Long Edge" +msgstr "" + +#: ppdc/sample.c:151 +msgid "PRC32K" +msgstr "PRC32K" + +#: ppdc/sample.c:154 +msgid "PRC32K Long Edge" +msgstr "" + +#: ppdc/sample.c:152 +msgid "PRC32K Oversize" +msgstr "" + +#: ppdc/sample.c:153 +msgid "PRC32K Oversize Long Edge" +msgstr "" + +#: cups/snmp.c:1014 +msgid "Packet does not contain a Get-Response-PDU" +msgstr "Packet neobsahuje \"Get-Response-PDU\"" + +#: cups/snmp.c:993 +msgid "Packet does not start with SEQUENCE" +msgstr "Paket nezačíná SEQUENCÍ" + +#: 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 "Heslo pro %s na %s? " + +#: systemv/cupsaddsmb.c:252 +#, c-format +msgid "Password for %s required to access %s via SAMBA: " +msgstr "Heslo pro %s je vyžadováno pro přístup k %s přes Sambu: " + +#: cgi-bin/classes.c:167 +msgid "Pause Class" +msgstr "Pozastavení třídy" + +#: cgi-bin/printers.c:170 +msgid "Pause Printer" +msgstr "Pozastavení tiskárny" + +#: ppdc/sample.c:448 +msgid "Peel-Off" +msgstr "Peel-Off" + +#: ppdc/sample.c:160 +msgid "Photo" +msgstr "Fotografie" + +#: ppdc/sample.c:161 +msgid "Photo Labels" +msgstr "Foto-samolepky" + +#: ppdc/sample.c:286 +msgid "Plain Paper" +msgstr "Obyčejný papír" + +#: cgi-bin/admin.c:3299 cgi-bin/admin.c:3580 +msgid "Policies" +msgstr "Pravidla" + +#: cgi-bin/admin.c:3306 cgi-bin/admin.c:3649 cgi-bin/admin.c:3662 +msgid "Port Monitor" +msgstr "Monitorování portu" + +#: ppdc/sample.c:278 +msgid "PostScript Printer" +msgstr "PostScriptová tiskárna" + +#: ppdc/sample.c:147 +msgid "Postcard" +msgstr "Pohlednice" + +#: 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 "Hustota tisku" + +#: cups/notify.c:82 +msgid "Print Job:" +msgstr "Tisk úlohy:" + +#: ppdc/sample.c:340 +msgid "Print Mode" +msgstr "Režim tisku" + +#: ppdc/sample.c:383 +msgid "Print Rate" +msgstr "Kvalita tisku" + +#: cgi-bin/printers.c:179 +msgid "Print Self-Test Page" +msgstr "Tisk \"self-test\" stránky" + +#: ppdc/sample.c:327 +msgid "Print Speed" +msgstr "Rychlost tisku" + +#: cgi-bin/ipp-var.c:792 +msgid "Print Test Page" +msgstr "Tisk zkušební stránky" + +#: ppdc/sample.c:356 +msgid "Print and Cut" +msgstr "Tisk a vyjmout" + +#: ppdc/sample.c:344 +msgid "Print and Tear" +msgstr "Tisk a odtrhnout" + +#: backend/ipp.c:1537 +#, c-format +msgid "Print file accepted - job ID %d." +msgstr "" + +#: backend/ipp.c:1527 +msgid "Print file accepted - job ID unknown." +msgstr "" + +#: 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 "Tiskárna přidána" + +#: ppdc/sample.c:263 +msgid "Printer Default" +msgstr "Výchozí tiskárna" + +#: cgi-bin/ipp-var.c:1051 +msgid "Printer Deleted" +msgstr "Tiskárna vymazána" + +#: cgi-bin/ipp-var.c:1049 +msgid "Printer Modified" +msgstr "Tiskárna upravena" + +#: cgi-bin/ipp-var.c:1045 +msgid "Printer Paused" +msgstr "Tiskárna zastavena" + +#: ppdc/sample.c:294 +msgid "Printer Settings" +msgstr "Nastavení tiskárny" + +#: backend/ipp.c:1893 +msgid "Printer cannot print supplied content." +msgstr "" + +#: cups/notify.c:126 +msgid "Printer:" +msgstr "Tiskárna:" + +#: cgi-bin/printers.c:204 cgi-bin/printers.c:332 +msgid "Printers" +msgstr "Tiskárny" + +#: filter/rastertoepson.c:1093 filter/rastertohp.c:817 +#: filter/rastertolabel.c:1249 +#, c-format +msgid "Printing page %d, %d%% complete." +msgstr "" + +#: cgi-bin/classes.c:173 cgi-bin/printers.c:176 +msgid "Purge Jobs" +msgstr "Výmaz úloh" + +#: ppdc/sample.c:155 +msgid "Quarto" +msgstr "Quarto" + +#: scheduler/ipp.c:1513 scheduler/ipp.c:10661 +msgid "Quota limit reached." +msgstr "Kvóta byla překročena." + +#: 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 "Odmítnutí úloh" + +#: backend/lpd.c:1016 backend/lpd.c:1148 +#, c-format +msgid "Remote host did not accept control file (%d)." +msgstr "" + +#: backend/lpd.c:1101 +#, c-format +msgid "Remote host did not accept data file (%d)." +msgstr "" + +#: ppdc/sample.c:428 +msgid "Reprint After Error" +msgstr "Opakovat tisk po chybě" + +#: cups/http-support.c:1312 +msgid "Request Entity Too Large" +msgstr "Dotaz Entity je příliš dlouhý" + +#: cups/ppd.c:797 cups/ppd.c:1365 ppdc/sample.c:231 +msgid "Resolution" +msgstr "Rozlišení" + +#: cgi-bin/classes.c:165 +msgid "Resume Class" +msgstr "Obnovení třídy" + +#: cgi-bin/printers.c:167 +msgid "Resume Printer" +msgstr "Obnovení tiskárny" + +#: ppdc/sample.c:165 +msgid "Return Address" +msgstr "Návrat adresy" + +#: ppdc/sample.c:449 +msgid "Rewind" +msgstr "Přetočit" + +#: cups/adminutil.c:2052 +#, c-format +msgid "Running command: %s %s -N -A %s -c '%s'" +msgstr "" + +#: cups/snmp.c:995 +msgid "SEQUENCE uses indefinite length" +msgstr "\"SEQUENCE\" má neomezenou délku" + +#: cups/http-support.c:1336 +msgid "SSL/TLS Negotiation Error" +msgstr "" + +#: cups/http-support.c:1293 +msgid "See Other" +msgstr "Viz další" + +#: 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 "Restart serveru" + +#: cgi-bin/ipp-var.c:1067 +msgid "Server Security Auditing" +msgstr "Audit bezpečnosti serveru" + +#: cgi-bin/ipp-var.c:1063 +msgid "Server Started" +msgstr "Start serveru" + +#: cgi-bin/ipp-var.c:1065 +msgid "Server Stopped" +msgstr "Zastavení serveru" + +#: cups/http-support.c:1330 +msgid "Service Unavailable" +msgstr "Služba je nedostupná" + +#: 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 "Nastavení přístupu uživatelů" + +#: cgi-bin/admin.c:3035 +msgid "Set As Server Default" +msgstr "Nastavení jako výchozí na serveru" + +#: cgi-bin/admin.c:3135 +msgid "Set Class Options" +msgstr "Nastavení parametrů třídy" + +#: cgi-bin/admin.c:3135 cgi-bin/admin.c:3309 cgi-bin/admin.c:3691 +msgid "Set Printer Options" +msgstr "Nastavení parametrů tiskárny" + +#: cgi-bin/admin.c:3861 cgi-bin/admin.c:3905 cgi-bin/admin.c:3923 +msgid "Set Publishing" +msgstr "Nastavení vydávání" + +#: ppdc/sample.c:166 +msgid "Shipping Address" +msgstr "Doručovací adresa" + +#: ppdc/sample.c:273 +msgid "Short-Edge (Landscape)" +msgstr "Kratší okraj (na šířku)" + +#: ppdc/sample.c:288 +msgid "Special Paper" +msgstr "Speciální papír" + +#: backend/lpd.c:1057 +#, c-format +msgid "Spooling job, %.0f%% complete." +msgstr "" + +#: ppdc/sample.c:341 +msgid "Standard" +msgstr "Standardní" + +#. TRANSLATORS: Banner/cover sheet before the print job. +#: cgi-bin/admin.c:3552 +msgid "Starting Banner" +msgstr "Spuštění baneru" + +#: filter/rastertoepson.c:1069 filter/rastertohp.c:793 +#: filter/rastertolabel.c:1225 +#, c-format +msgid "Starting page %d." +msgstr "" + +#: ppdc/sample.c:156 +msgid "Statement" +msgstr "Prohlášení" + +#: 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 "" + +#: 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 "Protokol výměny" + +#: ppdc/sample.c:159 +msgid "Tabloid" +msgstr "Tabloid" + +#: 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 "Odtrhnout" + +#: ppdc/sample.c:447 +msgid "Tear-Off" +msgstr "Odtrhnout" + +#: ppdc/sample.c:388 +msgid "Tear-Off Adjust Position" +msgstr "Nastavení pozice odtržení" + +#: 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: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 "Soubor PPD \"%s\" nelze nalézt." + +#: scheduler/ipp.c:6906 +#, c-format +msgid "The PPD file \"%s\" could not be opened: %s" +msgstr "Soubor PPD \"%s\" nelze otevřít: %s" + +#: filter/rastertoepson.c:1038 filter/rastertohp.c:764 +#: filter/rastertolabel.c:1189 +msgid "The PPD file could not be opened." +msgstr "" + +#: 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 "Název třídy může obsahovat až 127 tisknutelných znaků a nesmí obsahovat mezery, lomítka (/), nebo křížek (#)." + +#: 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 "Atribut \"notify-lease-duration\" nelze použít s přihlášenou úlohou." + +#: scheduler/ipp.c:2080 scheduler/ipp.c:5653 +#, c-format +msgid "The notify-user-data value is too large (%d > 63 octets)." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "Název tiskárny může obsahovat až 127 tisknutelných znaků a nesmí obsahovat mezery, lomítka (/), nebo křížek (#)." + +#: 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 "Tiskárna-URI \"%s\" obsahuje neplatné znaky." + +#: scheduler/ipp.c:3175 +msgid "The printer-uri attribute is required." +msgstr "" + +#: scheduler/ipp.c:966 +msgid "The printer-uri must be of the form \"ipp://HOSTNAME/classes/CLASSNAME\"." +msgstr "Tiskárna-URI musí být ve tvaru \"ipp://HOSTNAME/classes/CLASSNAME\"." + +#: scheduler/ipp.c:2245 +msgid "The printer-uri must be of the form \"ipp://HOSTNAME/printers/PRINTERNAME\"." +msgstr "Tiskárna-URI musí být ve tvaru \"ipp://HOSTNAME/printers/PRINTERNAME\"." + +#: cgi-bin/admin.c:474 +msgid "The subscription name may not contain spaces, slashes (/), question marks (?), or the pound sign (#)." +msgstr "Název předplatného nesmí obsahovat mezery, lomítka (/), otazník (?), nebo křížek (#)." + +#: scheduler/client.c:2450 +msgid "The web interface is currently disabled. Run \"cupsctl WebInterface=yes\" to enable it." +msgstr "" + +#: scheduler/ipp.c:6454 +#, c-format +msgid "The which-jobs value \"%s\" is not supported." +msgstr "" + +#: scheduler/ipp.c:5731 +msgid "There are too many subscriptions." +msgstr "Existuje příliš mnoho předplatných." + +#: 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 "" + +#: ppdc/sample.c:435 +msgid "Thermal Transfer Media" +msgstr "Termální tisková média" + +#: scheduler/ipp.c:1507 +msgid "Too many active jobs." +msgstr "Příliš mnoho aktivních úloh." + +#: scheduler/ipp.c:1401 +#, c-format +msgid "Too many job-sheets values (%d > 2)." +msgstr "" + +#: scheduler/ipp.c:2529 +#, c-format +msgid "Too many printer-state-reasons values (%d > %d)." +msgstr "" + +#: ppdc/sample.c:289 +msgid "Transparency" +msgstr "Průhlednost" + +#: ppdc/sample.c:284 +msgid "Tray" +msgstr "Podavač" + +#: ppdc/sample.c:264 +msgid "Tray 1" +msgstr "Podavač 1" + +#: ppdc/sample.c:265 +msgid "Tray 2" +msgstr "Podavač 2" + +#: ppdc/sample.c:266 +msgid "Tray 3" +msgstr "Podavač 3" + +#: ppdc/sample.c:267 +msgid "Tray 4" +msgstr "Podavač 4" + +#: cups/http-support.c:1315 +msgid "URI Too Long" +msgstr "URI je příliš dlouhá" + +#: ppdc/sample.c:138 +msgid "US Ledger" +msgstr "US Ledger" + +#: ppdc/sample.c:139 +msgid "US Legal" +msgstr "US Legal" + +#: ppdc/sample.c:140 +msgid "US Legal Oversize" +msgstr "" + +#: ppdc/sample.c:141 +msgid "US Letter" +msgstr "US Letter" + +#: ppdc/sample.c:142 +msgid "US Letter Long Edge" +msgstr "" + +#: ppdc/sample.c:143 +msgid "US Letter Oversize" +msgstr "" + +#: ppdc/sample.c:144 +msgid "US Letter Oversize Long Edge" +msgstr "" + +#: ppdc/sample.c:145 +msgid "US Letter Small" +msgstr "" + +#: cgi-bin/admin.c:1959 cgi-bin/admin.c:1972 cgi-bin/admin.c:1996 +msgid "Unable to access cupsd.conf file" +msgstr "Nelze získat přístup k souboru \"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 "Nelze přidat RSS předplatné" + +#: cgi-bin/admin.c:814 +msgid "Unable to add class" +msgstr "Nelze přidat třídu" + +#: 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 "" + +#: cgi-bin/admin.c:1059 cgi-bin/admin.c:1419 +msgid "Unable to add printer" +msgstr "Nelze přidat tiskárnu" + +#: 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 "Nelze zrušit RSS předplatné" + +#: backend/ipp.c:1942 +msgid "Unable to cancel print job." +msgstr "" + +#: cgi-bin/admin.c:2990 +msgid "Unable to change printer" +msgstr "Nelze změnit tiskárnu" + +#: cgi-bin/admin.c:3906 +msgid "Unable to change printer-is-shared attribute" +msgstr "Nelze změnit atribut \"sdílení tiskárny\"" + +#: cgi-bin/admin.c:1657 cgi-bin/admin.c:1799 +msgid "Unable to change server settings" +msgstr "Nelze změnit nastavení serveru" + +#: 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 "Nelze se připojit k hostiteli." + +#: 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 "" + +#: cups/adminutil.c:691 +#, c-format +msgid "Unable to copy 64-bit Windows printer driver files (%d)." +msgstr "" + +#: cups/adminutil.c:522 +#, c-format +msgid "Unable to copy CUPS printer driver files (%d)." +msgstr "" + +#: scheduler/ipp.c:2649 +#, c-format +msgid "Unable to copy PPD file - %s" +msgstr "" + +#: scheduler/ipp.c:2704 +msgid "Unable to copy PPD file." +msgstr "" + +#: cups/adminutil.c:487 +#, c-format +msgid "Unable to copy Windows 2000 printer driver files (%d)." +msgstr "" + +#: cups/adminutil.c:610 +#, c-format +msgid "Unable to copy Windows 9x printer driver files (%d)." +msgstr "" + +#: scheduler/ipp.c:2626 +#, c-format +msgid "Unable to copy interface script - %s" +msgstr "" + +#: 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 "" + +#: 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 "Nelze vymazat třídu" + +#: cgi-bin/admin.c:2238 +msgid "Unable to delete printer" +msgstr "Nelze vymazat tiskárnu" + +#: cgi-bin/classes.c:260 cgi-bin/printers.c:269 +msgid "Unable to do maintenance command" +msgstr "Nelze provést příkaz údržby" + +#: cgi-bin/admin.c:1974 +msgid "Unable to edit cupsd.conf files larger than 1MB" +msgstr "" + +#: 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 "Nelze získat seznam tříd" + +#: cgi-bin/classes.c:549 +msgid "Unable to get class status" +msgstr "Nelze získat stav třídy" + +#: cgi-bin/admin.c:1320 +msgid "Unable to get list of printer drivers" +msgstr "Nelze získat seznam ovladačů tiskárny" + +#: cgi-bin/admin.c:2840 +msgid "Unable to get printer attributes" +msgstr "Nelze získat atributy tiskárny" + +#: cgi-bin/printers.c:467 +msgid "Unable to get printer list" +msgstr "Nelze získat seznam tiskáren" + +#: cgi-bin/printers.c:569 +msgid "Unable to get printer status" +msgstr "" + +#: backend/ipp.c:933 +msgid "Unable to get printer status." +msgstr "Nelze získat stav tiskárny." + +#: cups/adminutil.c:565 cups/adminutil.c:769 +#, c-format +msgid "Unable to install Windows 2000 printer driver files (%d)." +msgstr "" + +#: cups/adminutil.c:639 +#, c-format +msgid "Unable to install Windows 9x printer driver files (%d)." +msgstr "" + +#: 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 "" + +#: 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 "Nelze změnit třídu" + +#: cgi-bin/admin.c:1058 cgi-bin/admin.c:1418 +msgid "Unable to modify printer" +msgstr "Nelze změnit tiskárnu" + +#: cgi-bin/ipp-var.c:432 cgi-bin/ipp-var.c:521 +msgid "Unable to move job" +msgstr "Nelze přesunout úlohu" + +#: cgi-bin/ipp-var.c:434 cgi-bin/ipp-var.c:523 +msgid "Unable to move jobs" +msgstr "Nelze přesunout úlohy" + +#: cgi-bin/admin.c:3186 cups/ppd.c:339 +msgid "Unable to open PPD file" +msgstr "Nelze otevřít PPD soubor" + +#: 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 "Nelze otevřít soubor \"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 "" + +#: 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 "Nelze vytisknout zkušební stránku" + +#: 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 "" + +#: cups/adminutil.c:2088 +#, c-format +msgid "Unable to run \"%s\": %s" +msgstr "" + +#: 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 "" + +#: cgi-bin/admin.c:3807 +msgid "Unable to set options" +msgstr "Nelze nastavit parametry" + +#: cgi-bin/admin.c:3077 +msgid "Unable to set server default" +msgstr "Nelze nastavit výchozí server" + +#: 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 "Nelze nahrát soubor \"cupsd.conf\"" + +#: backend/usb-darwin.c:1985 backend/usb-darwin.c:2009 +msgid "Unable to use legacy USB class driver." +msgstr "" + +#: 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 "" + +#: cups/http-support.c:1303 +msgid "Unauthorized" +msgstr "Nepovolený" + +#: cgi-bin/admin.c:3503 +msgid "Units" +msgstr "Jednotky" + +#: cups/http-support.c:1343 cups/ppd.c:366 +msgid "Unknown" +msgstr "Neznámý" + +#: filter/pstops.c:2213 +#, c-format +msgid "Unknown choice \"%s\" for option \"%s\"." +msgstr "" + +#: backend/ipp.c:507 +#, c-format +msgid "Unknown encryption option value: \"%s\"." +msgstr "" + +#: backend/lpd.c:350 +#, c-format +msgid "Unknown file order: \"%s\"." +msgstr "" + +#: backend/lpd.c:321 +#, c-format +msgid "Unknown format character: \"%c\"." +msgstr "" + +#: 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 "" + +#: filter/pstops.c:2196 +#, c-format +msgid "Unknown option \"%s\"." +msgstr "" + +#: backend/lpd.c:336 +#, c-format +msgid "Unknown print mode: \"%s\"." +msgstr "" + +#: scheduler/ipp.c:10496 +#, c-format +msgid "Unknown printer-error-policy \"%s\"." +msgstr "Neznámá printer-error-policy „%s“." + +#: scheduler/ipp.c:10479 +#, c-format +msgid "Unknown printer-op-policy \"%s\"." +msgstr "Neznámá printer-op-policy „%s“." + +#: cups/http-addrlist.c:710 +msgid "Unknown service name." +msgstr "" + +#: backend/ipp.c:526 +#, c-format +msgid "Unknown version option value: \"%s\"." +msgstr "" + +#: scheduler/ipp.c:402 +#, c-format +msgid "Unsupported character set \"%s\"." +msgstr "" + +#: scheduler/ipp.c:8171 scheduler/ipp.c:9401 scheduler/ipp.c:10950 +#, c-format +msgid "Unsupported compression \"%s\"." +msgstr "" + +#: scheduler/ipp.c:8305 scheduler/ipp.c:9551 scheduler/ipp.c:10979 +#, c-format +msgid "Unsupported document-format \"%s\"." +msgstr "" + +#: scheduler/ipp.c:9534 +#, c-format +msgid "Unsupported document-format \"%s/%s\"." +msgstr "" + +#: scheduler/ipp.c:1367 +#, c-format +msgid "Unsupported format \"%s\"." +msgstr "" + +#: 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 "" + +#: filter/pstops.c:2512 +#, c-format +msgid "Unsupported number-up-layout value %s, using number-up-layout=lrtb." +msgstr "" + +#: filter/pstops.c:2563 +#, c-format +msgid "Unsupported page-border value %s, using page-border=none." +msgstr "" + +#: 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 "Nepodporovaný typ hodnoty" + +#: cups/http-support.c:1318 +msgid "Upgrade Required" +msgstr "Povinné aktualizace" + +#: 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 "" + +#: 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 "" + +#: systemv/cupsaddsmb.c:281 +msgid "Usage: cupsaddsmb [options] printer1 ... printerN" +msgstr "" + +#: systemv/cupsctl.c:200 +msgid "Usage: cupsctl [options] [param=value ... paramN=valueN]" +msgstr "" + +#: scheduler/main.c:2017 +msgid "Usage: cupsd [options]" +msgstr "" + +#: scheduler/cupsfilter.c:1429 +msgid "Usage: cupsfilter [ options ] filename" +msgstr "" + +#: systemv/cupstestdsc.c:425 +msgid "Usage: cupstestdsc [options] filename.ps [... filename.ps]" +msgstr "" + +#: systemv/cupstestppd.c:3793 +msgid "Usage: cupstestppd [options] filename1.ppd[.gz] [... filenameN.ppd[.gz]]" +msgstr "" + +#: test/ipptool.c:4401 +msgid "Usage: ipptool [options] URI filename [ ... filenameN ]" +msgstr "" + +#: systemv/lpmove.c:125 +msgid "Usage: lpmove job/src dest" +msgstr "" + +#: 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 "" + +#: systemv/lppasswd.c:476 +msgid "Usage: lppasswd [-g groupname]" +msgstr "" + +#: systemv/lppasswd.c:479 +msgid "" +"Usage: lppasswd [-g groupname] [username]\n" +" lppasswd [-g groupname] -a [username]\n" +" lppasswd [-g groupname] -x [username]" +msgstr "" + +#: berkeley/lpq.c:670 +msgid "Usage: lpq [-P dest] [-U username] [-h hostname[:port]] [-l] [+interval]" +msgstr "" + +#: ppdc/ppdc.cxx:435 +msgid "Usage: ppdc [options] filename.drv [ ... filenameN.drv ]" +msgstr "" + +#: ppdc/ppdhtml.cxx:172 +msgid "Usage: ppdhtml [options] filename.drv >filename.html" +msgstr "" + +#: ppdc/ppdi.cxx:128 +msgid "Usage: ppdi [options] filename.ppd [ ... filenameN.ppd ]" +msgstr "" + +#: ppdc/ppdmerge.cxx:367 +msgid "Usage: ppdmerge [options] filename.ppd [ ... filenameN.ppd ]" +msgstr "" + +#: ppdc/ppdpo.cxx:252 +msgid "Usage: ppdpo [options] -o filename.po filename.drv [ ... filenameN.drv ]" +msgstr "" + +#: backend/snmp.c:218 +msgid "Usage: snmp [host-or-ip-address]" +msgstr "" + +#: cups/snmp.c:1064 +msgid "Value uses indefinite length" +msgstr "Hodnota má neomezenou délku" + +#: cups/snmp.c:1049 +msgid "VarBind uses indefinite length" +msgstr "VarBind má neomezenou délku" + +#: cups/snmp.c:999 +msgid "Version uses indefinite length" +msgstr "Version má neomezenou délku" + +#: 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 "" + +#: cups/http-support.c:1339 +msgid "Web Interface is Disabled" +msgstr "" + +#: cups/ppd.c:1947 +msgid "Yes" +msgstr "Ano" + +#: scheduler/client.c:2437 +#, c-format +msgid "You must access this page using the URL https://%s:%d%s." +msgstr Pro přístup k této stránce, použijte adresu 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 "" + +#: ppdc/sample.c:439 +msgid "ZPL Label Printer" +msgstr "Tiskárna štítků ZPL" + +#: ppdc/sample.c:362 +msgid "Zebra" +msgstr "Zebra" + +#: cups/notify.c:102 +msgid "aborted" +msgstr "zrušeno" + +#: cups/notify.c:99 +msgid "canceled" +msgstr "zrušeno" + +#: cups/notify.c:105 +msgid "completed" +msgstr "dokončeno" + +#: scheduler/ipp.c:6012 +msgid "cups-deviced failed to execute." +msgstr "Nepodařilo se spustit \"cups-deviced\"." + +#: scheduler/ipp.c:6842 scheduler/ipp.c:7091 +msgid "cups-driverd failed to execute." +msgstr "Nepodařilo se spustit \"cups-driverd\"." + +#: systemv/cupsaddsmb.c:233 +#, c-format +msgid "cupsaddsmb: No PPD file for printer \"%s\" - %s" +msgstr "" + +#: systemv/cupsctl.c:141 +msgid "cupsctl: Cannot set Listen or Port directly." +msgstr "" + +#: systemv/cupsctl.c:152 +#, c-format +msgid "cupsctl: Unable to connect to server: %s" +msgstr "" + +#: systemv/cupsctl.c:195 +#, c-format +msgid "cupsctl: Unknown option \"%s\"" +msgstr "" + +#: systemv/cupsctl.c:197 +#, c-format +msgid "cupsctl: Unknown option \"-%c\"" +msgstr "" + +#: scheduler/main.c:189 +msgid "cupsd: Expected config filename after \"-c\" option." +msgstr "" + +#: scheduler/main.c:221 scheduler/main.c:228 +msgid "cupsd: Unable to get current directory." +msgstr "" + +#: scheduler/main.c:295 +#, c-format +msgid "cupsd: Unknown argument \"%s\" - aborting." +msgstr "" + +#: scheduler/main.c:288 +#, c-format +msgid "cupsd: Unknown option \"%c\" - aborting." +msgstr "" + +#: scheduler/main.c:255 +msgid "cupsd: launchd(8) support not compiled in, running in normal mode." +msgstr "" + +#: scheduler/cupsfilter.c:1209 +#, c-format +msgid "cupsfilter: Invalid document number %d." +msgstr "" + +#: scheduler/cupsfilter.c:1203 +#, c-format +msgid "cupsfilter: Invalid job ID %d." +msgstr "" + +#: scheduler/cupsfilter.c:358 +msgid "cupsfilter: Only one filename can be specified." +msgstr "" + +#: scheduler/cupsfilter.c:1251 +#, c-format +msgid "cupsfilter: Unable to get job file - %s" +msgstr "" + +#: systemv/cupstestppd.c:261 +msgid "cupstestppd: The -q option is incompatible with the -v option." +msgstr "" + +#: systemv/cupstestppd.c:277 +msgid "cupstestppd: The -v option is incompatible with the -q option." +msgstr "" + +#: systemv/lpstat.c:1231 systemv/lpstat.c:1234 systemv/lpstat.c:1237 +#, c-format +msgid "device for %s/%s: %s" +msgstr "" + +#: systemv/lpstat.c:1218 systemv/lpstat.c:1221 systemv/lpstat.c:1224 +#, c-format +msgid "device for %s: %s" +msgstr "" + +#: cups/snmp.c:1036 +msgid "error-index uses indefinite length" +msgstr "\"error-index\" má neomezenou délku" + +#: cups/snmp.c:1028 +msgid "error-status uses indefinite length" +msgstr "\"error-status\" má neomezenou délku" + +#: cups/notify.c:90 +msgid "held" +msgstr "pozastaveno" + +#: berkeley/lpc.c:209 +msgid "help\t\tGet help on commands." +msgstr "" + +#: cups/notify.c:131 +msgid "idle" +msgstr "čeká" + +#: 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:597 +#, c-format +msgid "ipptool: Bad URI - %s." +msgstr "" + +#: test/ipptool.c:362 +#, c-format +msgid "ipptool: Bad version %s for \"-V\"." +msgstr "" + +#: test/ipptool.c:508 +msgid "ipptool: Invalid seconds for \"-i\"." +msgstr "" + +#: test/ipptool.c:578 +msgid "ipptool: May only specify a single URI." +msgstr "" + +#: test/ipptool.c:531 +msgid "ipptool: Missing count for \"-n\"." +msgstr "" + +#: test/ipptool.c:408 +msgid "ipptool: Missing filename for \"-f\"." +msgstr "" + +#: test/ipptool.c:389 +msgid "ipptool: Missing name=value for \"-d\"." +msgstr "" + +#: test/ipptool.c:498 +msgid "ipptool: Missing seconds for \"-i\"." +msgstr "" + +#: test/ipptool.c:332 +msgid "ipptool: Missing timeout for \"-T\"." +msgstr "" + +#: test/ipptool.c:345 +msgid "ipptool: Missing version for \"-V\"." +msgstr "" + +#: test/ipptool.c:624 +msgid "ipptool: URI required before test file." +msgstr "" + +#: test/ipptool.c:558 +#, c-format +msgid "ipptool: Unknown option \"-%c\"." +msgstr "" + +#: scheduler/ipp.c:7838 +msgid "job-printer-uri attribute missing." +msgstr "" + +#: systemv/lpadmin.c:131 systemv/lpadmin.c:375 +msgid "lpadmin: Class name can only contain printable characters." +msgstr "" + +#: systemv/lpadmin.c:614 +msgid "lpadmin: Expected PPD after \"-P\" option." +msgstr "" + +#: systemv/lpadmin.c:457 +msgid "lpadmin: Expected allow/deny:userlist after \"-u\" option." +msgstr "" + +#: systemv/lpadmin.c:364 +msgid "lpadmin: Expected class after \"-r\" option." +msgstr "" + +#: systemv/lpadmin.c:120 +msgid "lpadmin: Expected class name after \"-c\" option." +msgstr "" + +#: systemv/lpadmin.c:558 +msgid "lpadmin: Expected description after \"-D\" option." +msgstr "" + +#: systemv/lpadmin.c:491 +msgid "lpadmin: Expected device URI after \"-v\" option." +msgstr "" + +#: systemv/lpadmin.c:574 +msgid "lpadmin: Expected file type(s) after \"-I\" option." +msgstr "" + +#: systemv/lpadmin.c:202 +msgid "lpadmin: Expected hostname after \"-h\" option." +msgstr "" + +#: systemv/lpadmin.c:221 +msgid "lpadmin: Expected interface after \"-i\" option." +msgstr "" + +#: systemv/lpadmin.c:594 +msgid "lpadmin: Expected location after \"-L\" option." +msgstr "" + +#: systemv/lpadmin.c:274 +msgid "lpadmin: Expected model after \"-m\" option." +msgstr "" + +#: systemv/lpadmin.c:417 +msgid "lpadmin: Expected name after \"-R\" option." +msgstr "" + +#: systemv/lpadmin.c:294 +msgid "lpadmin: Expected name=value after \"-o\" option." +msgstr "" + +#: systemv/lpadmin.c:313 +msgid "lpadmin: Expected printer after \"-p\" option." +msgstr "" + +#: systemv/lpadmin.c:164 +msgid "lpadmin: Expected printer name after \"-d\" option." +msgstr "" + +#: systemv/lpadmin.c:525 +msgid "lpadmin: Expected printer or class after \"-x\" option." +msgstr "" + +#: systemv/lpadmin.c:975 +msgid "lpadmin: No member names were seen." +msgstr "" + +#: systemv/lpadmin.c:762 +#, c-format +msgid "lpadmin: Printer %s is already a member of class %s." +msgstr "" + +#: systemv/lpadmin.c:989 +#, c-format +msgid "lpadmin: Printer %s is not a member of class %s." +msgstr "" + +#: systemv/lpadmin.c:175 systemv/lpadmin.c:324 systemv/lpadmin.c:536 +msgid "lpadmin: Printer name can only contain printable characters." +msgstr "" + +#: systemv/lpadmin.c:105 +msgid "" +"lpadmin: Unable to add a printer to the class:\n" +" You must specify a printer name first." +msgstr "" + +#: 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 "" + +#: systemv/lpadmin.c:1329 +msgid "lpadmin: Unable to create temporary file" +msgstr "" + +#: systemv/lpadmin.c:402 +msgid "" +"lpadmin: Unable to delete option:\n" +" You must specify a printer name first." +msgstr "" + +#: systemv/lpadmin.c:1339 +#, c-format +msgid "lpadmin: Unable to open PPD file \"%s\" - %s" +msgstr "" + +#: systemv/lpadmin.c:348 +msgid "" +"lpadmin: Unable to remove a printer from the class:\n" +" You must specify a printer name first." +msgstr "" + +#: systemv/lpadmin.c:656 +msgid "" +"lpadmin: Unable to set the printer options:\n" +" You must specify a printer name first." +msgstr "" + +#: systemv/lpadmin.c:474 +#, c-format +msgid "lpadmin: Unknown allow/deny option \"%s\"." +msgstr "" + +#: systemv/lpadmin.c:629 +#, c-format +msgid "lpadmin: Unknown argument \"%s\"." +msgstr "" + +#: systemv/lpadmin.c:624 +#, c-format +msgid "lpadmin: Unknown option \"%c\"." +msgstr "" + +#: systemv/lpadmin.c:580 +msgid "lpadmin: Warning - content type list ignored." +msgstr "" + +#: 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 "" + +#: systemv/lpinfo.c:190 +msgid "lpinfo: Expected language after \"--language\"." +msgstr "" + +#: systemv/lpinfo.c:207 +msgid "lpinfo: Expected make and model after \"--make-and-model\"." +msgstr "" + +#: systemv/lpinfo.c:224 +msgid "lpinfo: Expected product string after \"--product\"." +msgstr "" + +#: systemv/lpinfo.c:155 +msgid "lpinfo: Expected scheme list after \"--exclude-schemes\"." +msgstr "" + +#: systemv/lpinfo.c:173 +msgid "lpinfo: Expected scheme list after \"--include-schemes\"." +msgstr "" + +#: systemv/lpinfo.c:241 +msgid "lpinfo: Expected timeout after \"--timeout\"." +msgstr "" + +#: systemv/lpinfo.c:265 +#, c-format +msgid "lpinfo: Unknown argument \"%s\"." +msgstr "" + +#: systemv/lpinfo.c:259 +#, c-format +msgid "lpinfo: Unknown option \"%c\"." +msgstr "" + +#: systemv/lpinfo.c:252 +#, c-format +msgid "lpinfo: Unknown option \"%s\"." +msgstr "" + +#: systemv/lpmove.c:133 +#, c-format +msgid "lpmove: Unable to connect to server: %s" +msgstr "" + +#: systemv/lpmove.c:119 +#, c-format +msgid "lpmove: Unknown argument \"%s\"." +msgstr "" + +#: systemv/lpmove.c:97 +#, c-format +msgid "lpmove: Unknown option \"%c\"." +msgstr "" + +#: systemv/lpoptions.c:150 systemv/lpoptions.c:168 systemv/lpoptions.c:244 +msgid "lpoptions: No printers." +msgstr "" + +#: systemv/lpoptions.c:219 +#, c-format +msgid "lpoptions: Unable to add printer or instance: %s" +msgstr "" + +#: systemv/lpoptions.c:521 +#, c-format +msgid "lpoptions: Unable to get PPD file for %s: %s" +msgstr "" + +#: systemv/lpoptions.c:529 +#, c-format +msgid "lpoptions: Unable to open PPD file for %s." +msgstr "" + +#: systemv/lpoptions.c:99 +msgid "lpoptions: Unknown printer or class." +msgstr "" + +#: systemv/lppasswd.c:173 +msgid "lppasswd: Only root can add or delete passwords." +msgstr "" + +#: systemv/lppasswd.c:302 +msgid "lppasswd: Password file busy." +msgstr "" + +#: systemv/lppasswd.c:431 +msgid "lppasswd: Password file not updated." +msgstr "" + +#: systemv/lppasswd.c:398 +msgid "lppasswd: Sorry, password doesn't match." +msgstr "" + +#: systemv/lppasswd.c:253 +msgid "lppasswd: Sorry, password rejected." +msgstr "" + +#: systemv/lppasswd.c:230 +msgid "lppasswd: Sorry, passwords don't match." +msgstr "" + +#: systemv/lppasswd.c:199 systemv/lppasswd.c:218 +#, c-format +msgid "lppasswd: Unable to copy password string: %s" +msgstr "" + +#: systemv/lppasswd.c:304 systemv/lppasswd.c:312 systemv/lppasswd.c:329 +#, c-format +msgid "lppasswd: Unable to open password file: %s" +msgstr "" + +#: systemv/lppasswd.c:364 systemv/lppasswd.c:377 systemv/lppasswd.c:408 +#, c-format +msgid "lppasswd: Unable to write to password file: %s" +msgstr "" + +#: systemv/lppasswd.c:446 +#, c-format +msgid "lppasswd: failed to backup old password file: %s" +msgstr "" + +#: systemv/lppasswd.c:458 +#, c-format +msgid "lppasswd: failed to rename password file: %s" +msgstr "" + +#: systemv/lppasswd.c:389 +#, c-format +msgid "lppasswd: user \"%s\" and group \"%s\" do not exist." +msgstr "" + +#: systemv/lpstat.c:1039 +#, c-format +msgid "lpstat: error - %s environment variable names non-existent destination \"%s\"." +msgstr "" + +#: systemv/lpstat.c:970 +#, c-format +msgid "members of class %s:" +msgstr "" + +#: 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 "" + +#: scheduler/ipp.c:2034 scheduler/ipp.c:5607 +#, c-format +msgid "notify-recipient-uri URI \"%s\" is already used." +msgstr "" + +#: scheduler/ipp.c:2024 scheduler/ipp.c:5597 +#, c-format +msgid "notify-recipient-uri URI \"%s\" uses unknown scheme." +msgstr "" + +#: cups/notify.c:87 +msgid "pending" +msgstr "nevyřízený" + +#: ppdc/ppdc.cxx:113 ppdc/ppdpo.cxx:93 +#, c-format +msgid "ppdc: Adding include directory \"%s\"." +msgstr "" + +#: ppdc/ppdpo.cxx:134 +#, c-format +msgid "ppdc: Adding/updating UI text from %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:410 +#, c-format +msgid "ppdc: Bad boolean value (%s) on line %d of %s." +msgstr "" + +#: ppdc/ppdc-import.cxx:264 +#, c-format +msgid "ppdc: Bad font attribute: %s" +msgstr "" + +#: ppdc/ppdc-source.cxx:1796 +#, c-format +msgid "ppdc: Bad resolution name \"%s\" on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:1113 +#, c-format +msgid "ppdc: Bad status keyword %s on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:2033 +#, c-format +msgid "ppdc: Bad variable substitution ($%c) on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:2719 +#, c-format +msgid "ppdc: Choice found on line %d of %s with no Option." +msgstr "" + +#: ppdc/ppdc-source.cxx:1698 +#, c-format +msgid "ppdc: Duplicate #po for locale %s on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:932 +#, c-format +msgid "ppdc: Expected a filter definition on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:955 +#, c-format +msgid "ppdc: Expected a program name on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:394 +#, c-format +msgid "ppdc: Expected boolean value on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:1093 +#, c-format +msgid "ppdc: Expected charset after Font on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:447 +#, c-format +msgid "ppdc: Expected choice code on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:435 +#, c-format +msgid "ppdc: Expected choice name/text on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:503 +#, c-format +msgid "ppdc: Expected color order for ColorModel on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:492 +#, c-format +msgid "ppdc: Expected colorspace for ColorModel on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:514 +#, c-format +msgid "ppdc: Expected compression for ColorModel on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:695 +#, c-format +msgid "ppdc: Expected constraints string for UIConstraints on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:2905 +#, c-format +msgid "ppdc: Expected driver type keyword following DriverType on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:826 +#, c-format +msgid "ppdc: Expected duplex type after Duplex on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:1077 +#, c-format +msgid "ppdc: Expected encoding after Font on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:1689 +#, c-format +msgid "ppdc: Expected filename after #po %s on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:1205 +#, c-format +msgid "ppdc: Expected group name/text on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:2619 +#, c-format +msgid "ppdc: Expected include filename on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:1502 +#, c-format +msgid "ppdc: Expected integer on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:1681 +#, c-format +msgid "ppdc: Expected locale after #po on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:353 +#, c-format +msgid "ppdc: Expected name after %s on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:3277 +#, c-format +msgid "ppdc: Expected name after FileName on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:1058 +#, c-format +msgid "ppdc: Expected name after Font on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:3108 +#, c-format +msgid "ppdc: Expected name after Manufacturer on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:3141 +#, c-format +msgid "ppdc: Expected name after MediaSize on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:3231 +#, c-format +msgid "ppdc: Expected name after ModelName on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:3294 +#, c-format +msgid "ppdc: Expected name after PCFileName on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:1156 +#, c-format +msgid "ppdc: Expected name/text after %s on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:1245 +#, c-format +msgid "ppdc: Expected name/text after Installable on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:1782 +#, c-format +msgid "ppdc: Expected name/text after Resolution on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:479 +#, c-format +msgid "ppdc: Expected name/text combination for ColorModel on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:1574 +#, c-format +msgid "ppdc: Expected option name/text on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:1608 +#, c-format +msgid "ppdc: Expected option section on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:1586 +#, c-format +msgid "ppdc: Expected option type on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:1765 +#, c-format +msgid "ppdc: Expected override field after Resolution on line %d of %s." +msgstr "" + +#: ppdc/ppdc-catalog.cxx:341 ppdc/ppdc-catalog.cxx:353 +#, c-format +msgid "ppdc: Expected quoted string on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:1004 +#, c-format +msgid "ppdc: Expected real number on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:572 +#, c-format +msgid "ppdc: Expected resolution/mediatype following ColorProfile on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:1863 +#, c-format +msgid "ppdc: Expected resolution/mediatype following SimpleColorProfile on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:361 +#, c-format +msgid "ppdc: Expected selector after %s on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:1101 +#, c-format +msgid "ppdc: Expected status after Font on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:2794 +#, c-format +msgid "ppdc: Expected string after Copyright on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:3397 +#, c-format +msgid "ppdc: Expected string after Version on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:728 +#, c-format +msgid "ppdc: Expected two option names on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:372 +#, c-format +msgid "ppdc: Expected value after %s on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:1085 +#, c-format +msgid "ppdc: Expected version after Font on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:227 +#, c-format +msgid "ppdc: Invalid #include/#po filename \"%s\"." +msgstr "" + +#: ppdc/ppdc-source.cxx:972 +#, c-format +msgid "ppdc: Invalid cost for filter on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:964 +#, c-format +msgid "ppdc: Invalid empty MIME type for filter on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:980 +#, c-format +msgid "ppdc: Invalid empty program name for filter on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:1628 +#, c-format +msgid "ppdc: Invalid option section \"%s\" on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:1600 +#, c-format +msgid "ppdc: Invalid option type \"%s\" on line %d of %s." +msgstr "" + +#: ppdc/ppdc.cxx:251 ppdc/ppdpo.cxx:123 +#, c-format +msgid "ppdc: Loading driver information file \"%s\"." +msgstr "" + +#: ppdc/ppdc.cxx:187 +#, c-format +msgid "ppdc: Loading messages for locale \"%s\"." +msgstr "" + +#: ppdc/ppdc.cxx:126 +#, c-format +msgid "ppdc: Loading messages from \"%s\"." +msgstr "" + +#: ppdc/ppdc-source.cxx:2412 ppdc/ppdc-source.cxx:2644 +#, c-format +msgid "ppdc: Missing #endif at end of \"%s\"." +msgstr "" + +#: 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/ppdc-catalog.cxx:418 +#, c-format +msgid "ppdc: Need a msgid line before any translation strings on line %d of %s." +msgstr "" + +#: ppdc/ppdc-driver.cxx:730 +#, c-format +msgid "ppdc: No message catalog provided for locale %s." +msgstr "" + +#: 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/ppdc-source.cxx:1644 +#, c-format +msgid "ppdc: Option %s redefined with a different type on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:705 +#, c-format +msgid "ppdc: Option constraint must *name on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:2495 +#, c-format +msgid "ppdc: Too many nested #if's on line %d of %s." +msgstr "" + +#: ppdc/ppdc.cxx:374 +#, c-format +msgid "ppdc: Unable to create PPD file \"%s\" - %s." +msgstr "" + +#: ppdc/ppdc.cxx:266 +#, c-format +msgid "ppdc: Unable to create output directory %s: %s" +msgstr "" + +#: ppdc/ppdc.cxx:287 +#, c-format +msgid "ppdc: Unable to create output pipes: %s" +msgstr "" + +#: ppdc/ppdc.cxx:303 ppdc/ppdc.cxx:309 +#, c-format +msgid "ppdc: Unable to execute cupstestppd: %s" +msgstr "" + +#: ppdc/ppdc-source.cxx:1730 +#, c-format +msgid "ppdc: Unable to find #po file %s on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:2651 +#, c-format +msgid "ppdc: Unable to find include file \"%s\" on line %d of %s." +msgstr "" + +#: ppdc/ppdc.cxx:198 +#, c-format +msgid "ppdc: Unable to find localization for \"%s\" - %s" +msgstr "" + +#: ppdc/ppdc.cxx:135 +#, c-format +msgid "ppdc: Unable to load localization file \"%s\" - %s" +msgstr "" + +#: ppdc/ppdc-file.cxx:50 +#, c-format +msgid "ppdc: Unable to open %s: %s" +msgstr "" + +#: ppdc/ppdc-source.cxx:2054 +#, c-format +msgid "ppdc: Undefined variable (%s) on line %d of %s." +msgstr "" + +#: ppdc/ppdc-catalog.cxx:435 +#, c-format +msgid "ppdc: Unexpected text on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:2924 +#, c-format +msgid "ppdc: Unknown driver type %s on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:906 +#, c-format +msgid "ppdc: Unknown duplex type \"%s\" on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:3154 +#, c-format +msgid "ppdc: Unknown media size \"%s\" on line %d of %s." +msgstr "" + +#: ppdc/ppdc-catalog.cxx:463 +#, c-format +msgid "ppdc: Unknown message catalog format for \"%s\"." +msgstr "" + +#: ppdc/ppdc-source.cxx:3408 +#, c-format +msgid "ppdc: Unknown token \"%s\" seen on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:1014 +#, c-format +msgid "ppdc: Unknown trailing characters in real number \"%s\" on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:2164 +#, c-format +msgid "ppdc: Unterminated string starting with %c on line %d of %s." +msgstr "" + +#: ppdc/ppdc.cxx:365 +#, c-format +msgid "ppdc: Warning - overlapping filename \"%s\"." +msgstr "" + +#: ppdc/ppdc.cxx:380 +#, c-format +msgid "ppdc: Writing %s." +msgstr "" + +#: ppdc/ppdc.cxx:148 +#, c-format +msgid "ppdc: Writing PPD files to directory \"%s\"." +msgstr "" + +#: ppdc/ppdmerge.cxx:136 +#, c-format +msgid "ppdmerge: Bad LanguageVersion \"%s\" in %s." +msgstr "" + +#: ppdc/ppdmerge.cxx:176 +#, c-format +msgid "ppdmerge: Ignoring PPD file %s." +msgstr "" + +#: ppdc/ppdmerge.cxx:160 +#, c-format +msgid "ppdmerge: Unable to backup %s to %s - %s" +msgstr "" + +#: systemv/lpstat.c:1784 +#, c-format +msgid "printer %s disabled since %s -" +msgstr "" + +#: systemv/lpstat.c:1773 +#, c-format +msgid "printer %s is idle. enabled since %s" +msgstr "" + +#: systemv/lpstat.c:1778 +#, c-format +msgid "printer %s now printing %s-%d. enabled since %s" +msgstr "" + +#: systemv/lpstat.c:1909 +#, c-format +msgid "printer %s/%s disabled since %s -" +msgstr "" + +#: systemv/lpstat.c:1895 +#, c-format +msgid "printer %s/%s is idle. enabled since %s" +msgstr "" + +#: systemv/lpstat.c:1902 +#, c-format +msgid "printer %s/%s now printing %s-%d. enabled since %s" +msgstr "" + +#: cups/notify.c:93 cups/notify.c:134 +msgid "processing" +msgstr "zpracování" + +#: systemv/lp.c:644 +#, c-format +msgid "request id is %s-%d (%d file(s))" +msgstr "" + +#: cups/snmp.c:1020 +msgid "request-id uses indefinite length" +msgstr "ID požadavku má neomezenou délku" + +#: 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 "stav %s selhalo: %s" + +#: berkeley/lpc.c:211 +msgid "status\t\tShow status of daemon and queue." +msgstr "" + +#: cups/notify.c:96 cups/notify.c:137 +msgid "stopped" +msgstr "zastaveno" + +#: systemv/lpstat.c:1017 +#, c-format +msgid "system default destination: %s" +msgstr "" + +#: systemv/lpstat.c:1014 +#, c-format +msgid "system default destination: %s/%s" +msgstr "" + +#: cups/notify.c:108 cups/notify.c:140 +msgid "unknown" +msgstr "neznámý" + +#: cups/notify.c:117 +msgid "untitled" +msgstr "nepojmenovaný" + +#: cups/snmp.c:1045 +msgid "variable-bindings uses indefinite length" +msgstr "\"variable-bindings\" má neomezenou délku" + + +# +# End of "$Id$". +# diff --git a/locale/cups_fr.po b/locale/cups_fr.po new file mode 100644 index 000000000..997d31129 --- /dev/null +++ b/locale/cups_fr.po @@ -0,0 +1,6721 @@ +# +# "$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. +# +#, fuzzy +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-12-12 11:12+0100\n" +"Last-Translator: denis meramdjougoma \n" +"Language-Team: LANGUAGE \n" +"Language: French\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 "" + +#: systemv/lpstat.c:1879 systemv/lpstat.c:1882 systemv/lpstat.c:2004 +#: systemv/lpstat.c:2007 +msgid "\t\t(none)" +msgstr "" + +#: berkeley/lpc.c:434 +#, c-format +msgid "\t%d entries" +msgstr "" + +#: systemv/lpstat.c:756 systemv/lpstat.c:772 +#, c-format +msgid "\t%s" +msgstr "" + +#: systemv/lpstat.c:1857 systemv/lpstat.c:1982 +msgid "\tAfter fault: continue" +msgstr "" + +#: systemv/lpstat.c:1481 systemv/lpstat.c:1826 systemv/lpstat.c:1952 +#, c-format +msgid "\tAlerts: %s" +msgstr "" + +#: systemv/lpstat.c:1880 systemv/lpstat.c:2005 +msgid "\tBanner required" +msgstr "" + +#: systemv/lpstat.c:1881 systemv/lpstat.c:2006 +msgid "\tCharset sets:" +msgstr "" + +#: systemv/lpstat.c:1845 systemv/lpstat.c:1970 +msgid "\tConnection: direct" +msgstr "" + +#: systemv/lpstat.c:1836 systemv/lpstat.c:1962 +msgid "\tConnection: remote" +msgstr "" + +#: systemv/lpstat.c:1800 systemv/lpstat.c:1926 +msgid "\tContent types: any" +msgstr "" + +#: systemv/lpstat.c:1884 systemv/lpstat.c:2009 +msgid "\tDefault page size:" +msgstr "" + +#: systemv/lpstat.c:1883 systemv/lpstat.c:2008 +msgid "\tDefault pitch:" +msgstr "" + +#: systemv/lpstat.c:1885 systemv/lpstat.c:2010 +msgid "\tDefault port settings:" +msgstr "" + +#: systemv/lpstat.c:1806 systemv/lpstat.c:1932 +#, c-format +msgid "\tDescription: %s" +msgstr "" + +#: systemv/lpstat.c:1799 systemv/lpstat.c:1925 +msgid "\tForm mounted:" +msgstr "" + +#: systemv/lpstat.c:1878 systemv/lpstat.c:2003 +msgid "\tForms allowed:" +msgstr "" + +#: systemv/lpstat.c:1840 systemv/lpstat.c:1966 +#, c-format +msgid "\tInterface: %s.ppd" +msgstr "" + +#: systemv/lpstat.c:1849 systemv/lpstat.c:1974 +#, c-format +msgid "\tInterface: %s/interfaces/%s" +msgstr "" + +#: systemv/lpstat.c:1853 systemv/lpstat.c:1978 +#, c-format +msgid "\tInterface: %s/ppd/%s.ppd" +msgstr "" + +#: systemv/lpstat.c:1831 systemv/lpstat.c:1957 +#, c-format +msgid "\tLocation: %s" +msgstr "" + +#: systemv/lpstat.c:1856 systemv/lpstat.c:1981 +msgid "\tOn fault: no alert" +msgstr "" + +#: systemv/lpstat.c:1801 systemv/lpstat.c:1927 +msgid "\tPrinter types: unknown" +msgstr "" + +#: systemv/lpstat.c:1462 +#, c-format +msgid "\tStatus: %s" +msgstr "" + +#: systemv/lpstat.c:1861 systemv/lpstat.c:1875 systemv/lpstat.c:1986 +#: systemv/lpstat.c:2000 +msgid "\tUsers allowed:" +msgstr "" + +#: systemv/lpstat.c:1868 systemv/lpstat.c:1993 +msgid "\tUsers denied:" +msgstr "" + +#: berkeley/lpc.c:436 +msgid "\tdaemon present" +msgstr "" + +#: berkeley/lpc.c:432 +msgid "\tno entries" +msgstr "" + +#: berkeley/lpc.c:404 berkeley/lpc.c:416 +#, c-format +msgid "\tprinter is on device '%s' speed -1" +msgstr "" + +#: berkeley/lpc.c:429 +msgid "\tprinting is disabled" +msgstr "" + +#: berkeley/lpc.c:427 +msgid "\tprinting is enabled" +msgstr "" + +#: systemv/lpstat.c:1484 +#, c-format +msgid "\tqueued for %s" +msgstr "" + +#: berkeley/lpc.c:424 +msgid "\tqueuing is disabled" +msgstr "" + +#: berkeley/lpc.c:422 +msgid "\tqueuing is enabled" +msgstr "" + +#: systemv/lpstat.c:1792 systemv/lpstat.c:1918 +msgid "\treason unknown" +msgstr "" + +#: systemv/cupstestppd.c:454 +msgid "" +"\n" +" DETAILED CONFORMANCE TEST RESULTS" +msgstr "" + +#: 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 "" + +#: systemv/cupstestppd.c:405 +msgid " REF: Page 15, section 3.2." +msgstr "" + +#: systemv/cupstestppd.c:425 +msgid " REF: Page 19, section 3.3." +msgstr "" + +#: systemv/cupstestppd.c:378 +msgid " REF: Page 20, section 3.4." +msgstr "" + +#: systemv/cupstestppd.c:430 +msgid " REF: Page 27, section 3.5." +msgstr "" + +#: systemv/cupstestppd.c:373 +msgid " REF: Page 42, section 5.2." +msgstr "" + +#: systemv/cupstestppd.c:420 +msgid " REF: Pages 16-17, section 3.2." +msgstr "" + +#: systemv/cupstestppd.c:390 +msgid " REF: Pages 42-45, section 5.2." +msgstr "" + +#: systemv/cupstestppd.c:384 +msgid " REF: Pages 45-46, section 5.2." +msgstr "" + +#: systemv/cupstestppd.c:395 +msgid " REF: Pages 48-49, section 5.2." +msgstr "" + +#: systemv/cupstestppd.c:400 +msgid " REF: Pages 52-54, section 5.2." +msgstr "" + +#: berkeley/lpq.c:554 +#, c-format +msgid " %-39.39s %.0f bytes" +msgstr "" + +#: systemv/cupstestppd.c:589 +#, c-format +msgid " PASS Default%s" +msgstr "" + +#: systemv/cupstestppd.c:524 +msgid " PASS DefaultImageableArea" +msgstr "" + +#: systemv/cupstestppd.c:558 +msgid " PASS DefaultPaperDimension" +msgstr "" + +#: systemv/cupstestppd.c:631 +msgid " PASS FileVersion" +msgstr "" + +#: systemv/cupstestppd.c:675 +msgid " PASS FormatVersion" +msgstr "" + +#: systemv/cupstestppd.c:695 +msgid " PASS LanguageEncoding" +msgstr "" + +#: systemv/cupstestppd.c:715 +msgid " PASS LanguageVersion" +msgstr "" + +#: systemv/cupstestppd.c:769 +msgid " PASS Manufacturer" +msgstr "" + +#: systemv/cupstestppd.c:809 +msgid " PASS ModelName" +msgstr "" + +#: systemv/cupstestppd.c:829 +msgid " PASS NickName" +msgstr "" + +#: systemv/cupstestppd.c:889 +msgid " PASS PCFileName" +msgstr "" + +#: systemv/cupstestppd.c:964 +msgid " PASS PSVersion" +msgstr "" + +#: systemv/cupstestppd.c:869 +msgid " PASS PageRegion" +msgstr "" + +#: systemv/cupstestppd.c:849 +msgid " PASS PageSize" +msgstr "" + +#: systemv/cupstestppd.c:924 +msgid " PASS Product" +msgstr "" + +#: systemv/cupstestppd.c:999 +msgid " PASS ShortNickName" +msgstr "" + +#: systemv/cupstestppd.c:1374 +#, c-format +msgid " WARN %s has no corresponding options." +msgstr "" + +#: systemv/cupstestppd.c:1486 +#, c-format +msgid "" +" WARN %s shares a common prefix with %s\n" +" REF: Page 15, section 3.2." +msgstr "" + +#: 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 "" + +#: systemv/cupstestppd.c:1744 +msgid " WARN File contains a mix of CR, LF, and CR LF line endings." +msgstr "" + +#: systemv/cupstestppd.c:1390 +msgid "" +" WARN LanguageEncoding required by PPD 4.3 spec.\n" +" REF: Pages 56-57, section 5.3." +msgstr "" + +#: systemv/cupstestppd.c:1726 +#, c-format +msgid " WARN Line %d only contains whitespace." +msgstr "" + +#: systemv/cupstestppd.c:1398 +msgid "" +" WARN Manufacturer required by PPD 4.3 spec.\n" +" REF: Pages 58-59, section 5.3." +msgstr "" + +#: systemv/cupstestppd.c:1749 +msgid " WARN Non-Windows PPD files should use lines ending with only LF, not CR LF." +msgstr "" + +#: systemv/cupstestppd.c:1382 +#, c-format +msgid "" +" WARN Obsolete PPD version %.1f.\n" +" REF: Page 42, section 5.2." +msgstr "" + +#: 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 "" + +#: systemv/cupstestppd.c:1421 +msgid "" +" WARN PCFileName should contain a unique filename.\n" +" REF: Pages 61-62, section 5.3." +msgstr "" + +#: systemv/cupstestppd.c:1456 +msgid "" +" WARN Protocols contains PJL but JCL attributes are not set.\n" +" REF: Pages 78-79, section 5.7." +msgstr "" + +#: systemv/cupstestppd.c:1447 +msgid "" +" WARN Protocols contains both PJL and BCP; expected TBCP.\n" +" REF: Pages 78-79, section 5.7." +msgstr "" + +#: systemv/cupstestppd.c:1430 +msgid "" +" WARN ShortNickName required by PPD 4.3 spec.\n" +" REF: Pages 64-65, section 5.3." +msgstr "" + +#: systemv/cupsaddsmb.c:282 +msgid " cupsaddsmb [options] -a" +msgstr "" + +#: systemv/cupstestdsc.c:427 +msgid " cupstestdsc [options] -" +msgstr "" + +#: systemv/cupstestppd.c:3795 +msgid " program | cupstestppd [options] -" +msgstr "" + +#: systemv/cupstestppd.c:3727 +#, c-format +msgid "" +" %s \"%s %s\" conflicts with \"%s %s\"\n" +" (constraint=\"%s %s %s %s\")." +msgstr "" + +#: systemv/cupstestppd.c:2248 +#, c-format +msgid " %s %s %s does not exist." +msgstr "" + +#: systemv/cupstestppd.c:3884 +#, c-format +msgid " %s %s file \"%s\" has the wrong capitalization." +msgstr "" + +#: systemv/cupstestppd.c:2318 +#, c-format +msgid "" +" %s Bad %s choice %s.\n" +" REF: Page 122, section 5.17" +msgstr "" + +#: 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 "" + +#: systemv/cupstestppd.c:3441 +#, c-format +msgid " %s Bad UTF-8 \"%s\" translation string for option %s." +msgstr "" + +#: systemv/cupstestppd.c:2389 +#, c-format +msgid " %s Bad cupsFilter value \"%s\"." +msgstr "" + +#: systemv/cupstestppd.c:2475 +#, c-format +msgid " %s Bad cupsFilter2 value \"%s\"." +msgstr "" + +#: systemv/cupstestppd.c:2964 +#, c-format +msgid " %s Bad cupsICCProfile %s." +msgstr "" + +#: systemv/cupstestppd.c:2571 +#, c-format +msgid " %s Bad cupsPreFilter value \"%s\"." +msgstr "" + +#: systemv/cupstestppd.c:1822 +#, c-format +msgid " %s Bad cupsUIConstraints %s: \"%s\"" +msgstr "" + +#: systemv/cupstestppd.c:3391 +#, c-format +msgid " %s Bad language \"%s\"." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: systemv/cupstestppd.c:2907 +#, c-format +msgid " %s Cannot provide both APScanAppPath and APScanAppBundleID." +msgstr "" + +#: systemv/cupstestppd.c:2205 +#, c-format +msgid " %s Default choices conflicting." +msgstr "" + +#: systemv/cupstestppd.c:1803 +#, c-format +msgid " %s Empty cupsUIConstraints %s" +msgstr "" + +#: systemv/cupstestppd.c:3519 systemv/cupstestppd.c:3559 +#, c-format +msgid " %s Missing \"%s\" translation string for option %s, choice %s." +msgstr "" + +#: systemv/cupstestppd.c:3427 +#, c-format +msgid " %s Missing \"%s\" translation string for option %s." +msgstr "" + +#: 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 "" + +#: systemv/cupstestppd.c:3121 +#, c-format +msgid "" +" %s Missing REQUIRED PageRegion option.\n" +" REF: Page 100, section 5.14." +msgstr "" + +#: systemv/cupstestppd.c:3106 +#, c-format +msgid "" +" %s Missing REQUIRED PageSize option.\n" +" REF: Page 99, section 5.14." +msgstr "" + +#: systemv/cupstestppd.c:2013 systemv/cupstestppd.c:2054 +#, c-format +msgid " %s Missing choice *%s %s in UIConstraints \"*%s %s *%s %s\"." +msgstr "" + +#: systemv/cupstestppd.c:1908 +#, c-format +msgid " %s Missing choice *%s %s in cupsUIConstraints %s: \"%s\"" +msgstr "" + +#: systemv/cupstestppd.c:1840 +#, c-format +msgid " %s Missing cupsUIResolver %s" +msgstr "" + +#: systemv/cupstestppd.c:1999 systemv/cupstestppd.c:2040 +#, c-format +msgid " %s Missing option %s in UIConstraints \"*%s %s *%s %s\"." +msgstr "" + +#: systemv/cupstestppd.c:1892 +#, c-format +msgid " %s Missing option %s in cupsUIConstraints %s: \"%s\"" +msgstr "" + +#: systemv/cupstestppd.c:3613 +#, c-format +msgid " %s No base translation \"%s\" is included in file." +msgstr "" + +#: systemv/cupstestppd.c:2294 +#, c-format +msgid "" +" %s REQUIRED %s does not define choice None.\n" +" REF: Page 122, section 5.17" +msgstr "" + +#: systemv/cupstestppd.c:3180 systemv/cupstestppd.c:3194 +#, c-format +msgid " %s Size \"%s\" defined for %s but not for %s." +msgstr "" + +#: systemv/cupstestppd.c:3160 +#, c-format +msgid " %s Size \"%s\" has unexpected dimensions (%gx%g)." +msgstr "" + +#: systemv/cupstestppd.c:3332 +#, c-format +msgid " %s Size \"%s\" should be \"%s\"." +msgstr "" + +#: systemv/cupstestppd.c:3292 +#, c-format +msgid " %s Size \"%s\" should be the Adobe standard name \"%s\"." +msgstr "" + +#: systemv/cupstestppd.c:3041 +#, c-format +msgid " %s cupsICCProfile %s hash value collides with %s." +msgstr "" + +#: systemv/cupstestppd.c:1963 +#, c-format +msgid " %s cupsUIResolver %s causes a loop." +msgstr "" + +#: systemv/cupstestppd.c:1945 +#, c-format +msgid " %s cupsUIResolver %s does not list at least two different options." +msgstr "" + +#: systemv/cupstestppd.c:1168 +#, c-format +msgid "" +" **FAIL** %s must be 1284DeviceID\n" +" REF: Page 72, section 5.5" +msgstr "" + +#: systemv/cupstestppd.c:580 +#, c-format +msgid "" +" **FAIL** Bad Default%s %s\n" +" REF: Page 40, section 4.5." +msgstr "" + +#: systemv/cupstestppd.c:514 +#, c-format +msgid "" +" **FAIL** Bad DefaultImageableArea %s\n" +" REF: Page 102, section 5.15." +msgstr "" + +#: systemv/cupstestppd.c:550 +#, c-format +msgid "" +" **FAIL** Bad DefaultPaperDimension %s\n" +" REF: Page 103, section 5.15." +msgstr "" + +#: systemv/cupstestppd.c:623 +#, c-format +msgid "" +" **FAIL** Bad FileVersion \"%s\"\n" +" REF: Page 56, section 5.3." +msgstr "" + +#: systemv/cupstestppd.c:667 +#, c-format +msgid "" +" **FAIL** Bad FormatVersion \"%s\"\n" +" REF: Page 56, section 5.3." +msgstr "" + +#: systemv/cupstestppd.c:1025 +msgid "" +" **FAIL** Bad JobPatchFile attribute in file\n" +" REF: Page 24, section 3.4." +msgstr "" + +#: systemv/cupstestppd.c:1213 +#, c-format +msgid " **FAIL** Bad LanguageEncoding %s - must be ISOLatin1." +msgstr "" + +#: systemv/cupstestppd.c:1227 +#, c-format +msgid " **FAIL** Bad LanguageVersion %s - must be English." +msgstr "" + +#: 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 "" + +#: systemv/cupstestppd.c:800 +#, c-format +msgid "" +" **FAIL** Bad ModelName - \"%c\" not allowed in string.\n" +" REF: Pages 59-60, section 5.3." +msgstr "" + +#: systemv/cupstestppd.c:956 +msgid "" +" **FAIL** Bad PSVersion - not \"(string) int\".\n" +" REF: Pages 62-64, section 5.3." +msgstr "" + +#: systemv/cupstestppd.c:917 +msgid "" +" **FAIL** Bad Product - not \"(string)\".\n" +" REF: Page 62, section 5.3." +msgstr "" + +#: systemv/cupstestppd.c:991 +msgid "" +" **FAIL** Bad ShortNickName - longer than 31 chars.\n" +" REF: Pages 64-65, section 5.3." +msgstr "" + +#: systemv/cupstestppd.c:1149 +#, c-format +msgid "" +" **FAIL** Bad option %s choice %s\n" +" REF: Page 84, section 5.9" +msgstr "" + +#: systemv/cupstestppd.c:3754 systemv/cupstestppd.c:3776 +#, c-format +msgid " **FAIL** Default option code cannot be interpreted: %s" +msgstr "" + +#: systemv/cupstestppd.c:1286 +#, c-format +msgid " **FAIL** Default translation string for option %s choice %s contains 8-bit characters." +msgstr "" + +#: systemv/cupstestppd.c:1259 +#, c-format +msgid " **FAIL** Default translation string for option %s contains 8-bit characters." +msgstr "" + +#: systemv/cupstestppd.c:2101 +#, c-format +msgid " **FAIL** Group names %s and %s differ only by case." +msgstr "" + +#: systemv/cupstestppd.c:2146 +#, c-format +msgid " **FAIL** Multiple occurrences of option %s choice name %s." +msgstr "" + +#: systemv/cupstestppd.c:2163 +#, c-format +msgid " **FAIL** Option %s choice names %s and %s differ only by case." +msgstr "" + +#: systemv/cupstestppd.c:2123 +#, c-format +msgid " **FAIL** Option names %s and %s differ only by case." +msgstr "" + +#: systemv/cupstestppd.c:600 +#, c-format +msgid "" +" **FAIL** REQUIRED Default%s\n" +" REF: Page 40, section 4.5." +msgstr "" + +#: systemv/cupstestppd.c:499 +msgid "" +" **FAIL** REQUIRED DefaultImageableArea\n" +" REF: Page 102, section 5.15." +msgstr "" + +#: systemv/cupstestppd.c:535 +msgid "" +" **FAIL** REQUIRED DefaultPaperDimension\n" +" REF: Page 103, section 5.15." +msgstr "" + +#: systemv/cupstestppd.c:641 +msgid "" +" **FAIL** REQUIRED FileVersion\n" +" REF: Page 56, section 5.3." +msgstr "" + +#: systemv/cupstestppd.c:685 +msgid "" +" **FAIL** REQUIRED FormatVersion\n" +" REF: Page 56, section 5.3." +msgstr "" + +#: 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 "" + +#: systemv/cupstestppd.c:705 +msgid "" +" **FAIL** REQUIRED LanguageEncoding\n" +" REF: Pages 56-57, section 5.3." +msgstr "" + +#: systemv/cupstestppd.c:725 +msgid "" +" **FAIL** REQUIRED LanguageVersion\n" +" REF: Pages 57-58, section 5.3." +msgstr "" + +#: systemv/cupstestppd.c:779 +msgid "" +" **FAIL** REQUIRED Manufacturer\n" +" REF: Pages 58-59, section 5.3." +msgstr "" + +#: systemv/cupstestppd.c:819 +msgid "" +" **FAIL** REQUIRED ModelName\n" +" REF: Pages 59-60, section 5.3." +msgstr "" + +#: systemv/cupstestppd.c:839 +msgid "" +" **FAIL** REQUIRED NickName\n" +" REF: Page 60, section 5.3." +msgstr "" + +#: systemv/cupstestppd.c:899 +msgid "" +" **FAIL** REQUIRED PCFileName\n" +" REF: Pages 61-62, section 5.3." +msgstr "" + +#: systemv/cupstestppd.c:974 +msgid "" +" **FAIL** REQUIRED PSVersion\n" +" REF: Pages 62-64, section 5.3." +msgstr "" + +#: systemv/cupstestppd.c:879 +msgid "" +" **FAIL** REQUIRED PageRegion\n" +" REF: Page 100, section 5.14." +msgstr "" + +#: systemv/cupstestppd.c:1045 +msgid "" +" **FAIL** REQUIRED PageSize\n" +" REF: Page 41, section 5.\n" +" REF: Page 99, section 5.14." +msgstr "" + +#: systemv/cupstestppd.c:859 +msgid "" +" **FAIL** REQUIRED PageSize\n" +" REF: Pages 99-100, section 5.14." +msgstr "" + +#: 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 "" + +#: systemv/cupstestppd.c:934 +msgid "" +" **FAIL** REQUIRED Product\n" +" REF: Page 62, section 5.3." +msgstr "" + +#: systemv/cupstestppd.c:1009 +msgid "" +" **FAIL** REQUIRED ShortNickName\n" +" REF: Page 64-65, section 5.3." +msgstr "" + +#: 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 "" + +#: systemv/cupstestppd.c:1498 +#, c-format +msgid " %d ERRORS FOUND" +msgstr "" + +#: systemv/cupstestdsc.c:431 +msgid " -h Show program usage" +msgstr "" + +#: systemv/cupstestdsc.c:234 systemv/cupstestdsc.c:276 +#, c-format +msgid "" +" Bad %%%%BoundingBox: on line %d.\n" +" REF: Page 39, %%%%BoundingBox:" +msgstr "" + +#: systemv/cupstestdsc.c:305 +#, c-format +msgid "" +" Bad %%%%Page: on line %d.\n" +" REF: Page 53, %%%%Page:" +msgstr "" + +#: systemv/cupstestdsc.c:218 systemv/cupstestdsc.c:258 +#, c-format +msgid "" +" Bad %%%%Pages: on line %d.\n" +" REF: Page 43, %%%%Pages:" +msgstr "" + +#: systemv/cupstestdsc.c:176 +#, c-format +msgid "" +" Line %d is longer than 255 characters (%d).\n" +" REF: Page 25, Line Length" +msgstr "" + +#: systemv/cupstestdsc.c:192 +msgid "" +" Missing %!PS-Adobe-3.0 on first line.\n" +" REF: Page 17, 3.1 Conforming Documents" +msgstr "" + +#: systemv/cupstestdsc.c:362 +#, c-format +msgid " Missing %%EndComments comment. REF: Page 41, %%EndComments" +msgstr "" + +#: systemv/cupstestdsc.c:342 +#, c-format +msgid "" +" Missing or bad %%BoundingBox: comment.\n" +" REF: Page 39, %%BoundingBox:" +msgstr "" + +#: systemv/cupstestdsc.c:372 +#, c-format +msgid "" +" Missing or bad %%Page: comments.\n" +" REF: Page 53, %%Page:" +msgstr "" + +#: systemv/cupstestdsc.c:352 +#, c-format +msgid "" +" Missing or bad %%Pages: comment.\n" +" REF: Page 43, %%Pages:" +msgstr "" + +#: systemv/cupstestppd.c:1500 +msgid " NO ERRORS FOUND" +msgstr "" + +#: systemv/cupstestdsc.c:395 +#, c-format +msgid " Saw %d lines that exceeded 255 characters." +msgstr "" + +#: systemv/cupstestdsc.c:390 +#, c-format +msgid " Too many %%BeginDocument comments." +msgstr "" + +#: systemv/cupstestdsc.c:382 +#, c-format +msgid " Too many %%EndDocument comments." +msgstr "" + +#: 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 "" + +#: systemv/cupstestdsc.c:406 +#, c-format +msgid " Warning: obsolete DSC version %.1f in file." +msgstr "" + +#: systemv/cupsctl.c:210 +msgid " --[no-]debug-logging Turn debug logging on/off." +msgstr "" + +#: systemv/cupsctl.c:212 +msgid " --[no-]remote-admin Turn remote administration on/off." +msgstr "" + +#: systemv/cupsctl.c:214 +msgid " --[no-]remote-any Allow/prevent access from the Internet." +msgstr "" + +#: systemv/cupsctl.c:216 +msgid " --[no-]share-printers Turn printer sharing on/off." +msgstr "" + +#: systemv/cupsctl.c:218 +msgid " --[no-]user-cancel-any Allow/prevent users to cancel any job." +msgstr "" + +#: ppdc/ppdc.cxx:455 +msgid " --cr End lines with CR (Mac OS 9)." +msgstr "" + +#: ppdc/ppdc.cxx:457 +msgid " --crlf End lines with CR + LF (Windows)." +msgstr "" + +#: ppdc/ppdc.cxx:459 +msgid " --lf End lines with LF (UNIX/Linux/OS X)." +msgstr "" + +#: test/ipptool.c:4404 +msgid " -4 Connect using IPv4." +msgstr "" + +#: test/ipptool.c:4405 +msgid " -6 Connect using IPv6." +msgstr "" + +#: test/ipptool.c:4406 +msgid " -C Send requests using chunking (default)." +msgstr "" + +#: scheduler/cupsfilter.c:1431 +msgid " -D Remove the input file when finished." +msgstr "" + +#: ppdc/ppdc.cxx:438 ppdc/ppdhtml.cxx:175 ppdc/ppdpo.cxx:255 +msgid " -D name=value Set named variable to value." +msgstr "" + +#: systemv/cupsaddsmb.c:285 systemv/cupsctl.c:205 +msgid " -E Encrypt the connection." +msgstr "" + +#: test/ipptool.c:4408 +msgid " -E Test with HTTP Upgrade to TLS." +msgstr "" + +#: scheduler/main.c:2021 +msgid " -F Run in the foreground but detach from console." +msgstr "" + +#: systemv/cupsaddsmb.c:286 +msgid " -H samba-server Use the named SAMBA server." +msgstr "" + +#: test/ipptool.c:4410 +msgid " -I Ignore errors." +msgstr "" + +#: 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 "" + +#: systemv/cupstestppd.c:3799 +msgid " -I {filename,filters,none,profiles}" +msgstr "" + +#: test/ipptool.c:4411 +msgid " -L Send requests using content-length." +msgstr "" + +#: scheduler/cupsfilter.c:1433 +msgid " -P filename.ppd Set PPD file." +msgstr "" + +#: systemv/cupstestppd.c:3801 +msgid " -R root-directory Set alternate root." +msgstr "" + +#: test/ipptool.c:4413 +msgid " -S Test with SSL encryption." +msgstr "" + +#: test/ipptool.c:4415 +msgid " -T seconds Set the receive/send timeout in seconds." +msgstr "" + +#: scheduler/cupsfilter.c:1434 systemv/cupsaddsmb.c:288 systemv/cupsctl.c:206 +msgid " -U username Specify username." +msgstr "" + +#: test/ipptool.c:4417 +msgid " -V version Set default IPP version." +msgstr "" + +#: systemv/cupstestppd.c:3802 +msgid " -W {all,none,constraints,defaults,duplex,filters,profiles,sizes,translations}" +msgstr "" + +#: test/ipptool.c:4419 +msgid " -X Produce XML plist instead of plain text." +msgstr "" + +#: systemv/cupsaddsmb.c:289 +msgid " -a Export all printers." +msgstr "" + +#: ppdc/ppdc.cxx:442 +msgid " -c catalog.po Load the specified message catalog." +msgstr "" + +#: scheduler/cupsfilter.c:1435 scheduler/main.c:2019 +msgid " -c cupsd.conf Set cupsd.conf file to use." +msgstr "" + +#: test/ipptool.c:4421 +msgid " -d name=value Set named variable to value." +msgstr "" + +#: ppdc/ppdc.cxx:444 +msgid " -d output-dir Specify the output directory." +msgstr "" + +#: scheduler/cupsfilter.c:1437 +msgid " -d printer Use the named printer." +msgstr "" + +#: scheduler/cupsfilter.c:1439 +msgid " -e Use every filter from the PPD file." +msgstr "" + +#: scheduler/main.c:2020 +msgid " -f Run in the foreground." +msgstr "" + +#: test/ipptool.c:4423 +msgid " -f filename Set default request filename." +msgstr "" + +#: scheduler/main.c:2023 +msgid " -h Show this usage message." +msgstr "" + +#: systemv/cupsaddsmb.c:290 systemv/cupsctl.c:207 +msgid " -h server[:port] Specify server address." +msgstr "" + +#: scheduler/cupsfilter.c:1441 +msgid " -i mime/type Set input MIME type (otherwise auto-typed)." +msgstr "" + +#: test/ipptool.c:4425 +msgid " -i seconds Repeat the last file with the given time interval." +msgstr "" + +#: scheduler/cupsfilter.c:1443 +msgid " -j job-id[,N] Filter file N from the specified job (default is file 1)." +msgstr "" + +#: scheduler/main.c:2024 +msgid " -l Run cupsd from launchd(8)." +msgstr "" + +#: ppdc/ppdc.cxx:446 +msgid " -l lang[,lang,...] Specify the output language(s) (locale)." +msgstr "" + +#: ppdc/ppdc.cxx:448 +msgid " -m Use the ModelName value as the filename." +msgstr "" + +#: scheduler/cupsfilter.c:1445 +msgid " -m mime/type Set output MIME type (otherwise application/pdf)." +msgstr "" + +#: scheduler/cupsfilter.c:1447 +msgid " -n copies Set number of copies." +msgstr "" + +#: test/ipptool.c:4427 +msgid " -n count Repeat the last file the given number of times." +msgstr "" + +#: ppdc/ppdi.cxx:133 +msgid " -o filename.drv Set driver information file (otherwise ppdi.drv)." +msgstr "" + +#: ppdc/ppdmerge.cxx:370 +msgid " -o filename.ppd[.gz] Set output file (otherwise stdout)." +msgstr "" + +#: scheduler/cupsfilter.c:1448 +msgid " -o name=value Set option(s)." +msgstr "" + +#: scheduler/cupsfilter.c:1449 +msgid " -p filename.ppd Set PPD file." +msgstr "" + +#: systemv/cupstestppd.c:3806 test/ipptool.c:4429 +msgid " -q Run silently." +msgstr "" + +#: systemv/cupstestppd.c:3807 +msgid " -r Use 'relaxed' open mode." +msgstr "" + +#: test/ipptool.c:4430 +msgid " -t Produce a test report." +msgstr "" + +#: ppdc/ppdc.cxx:450 +msgid " -t Test PPDs instead of generating them." +msgstr "" + +#: scheduler/main.c:2025 +msgid " -t Test the configuration file." +msgstr "" + +#: scheduler/cupsfilter.c:1450 +msgid " -t title Set title." +msgstr "" + +#: scheduler/cupsfilter.c:1451 +msgid " -u Remove the PPD file when finished." +msgstr "" + +#: 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 "" + +#: systemv/cupstestppd.c:3809 +msgid " -vv Be very verbose." +msgstr "" + +#: ppdc/ppdc.cxx:453 +msgid " -z Compress PPD files using GNU zip." +msgstr "" + +#: 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 "" + +#: berkeley/lpq.c:565 +#, c-format +msgid "%-7s %-7.7s %-7d %-31.31s %.0f bytes" +msgstr "" + +#: systemv/lpstat.c:750 +#, c-format +msgid "%s accepting requests since %s" +msgstr "" + +#: scheduler/ipp.c:10045 +#, c-format +msgid "%s cannot be changed." +msgstr "Impossible de modifier « %s »" + +#: berkeley/lpc.c:189 +#, c-format +msgid "%s is not implemented by the CUPS version of lpc." +msgstr "" + +#: berkeley/lpq.c:651 +#, c-format +msgid "%s is not ready" +msgstr "" + +#: berkeley/lpq.c:644 +#, c-format +msgid "%s is ready" +msgstr "" + +#: berkeley/lpq.c:647 +#, c-format +msgid "%s is ready and printing" +msgstr "" + +#: filter/rastertoepson.c:985 filter/rastertohp.c:711 +#: filter/rastertolabel.c:1134 +#, c-format +msgid "%s job-id user title copies options [file]" +msgstr "" + +#: systemv/lpstat.c:754 +#, c-format +msgid "%s not accepting requests since %s -" +msgstr "" + +#: scheduler/ipp.c:691 +#, c-format +msgid "%s not supported." +msgstr "" + +#: systemv/lpstat.c:765 +#, c-format +msgid "%s/%s accepting requests since %s" +msgstr "" + +#: systemv/lpstat.c:770 +#, c-format +msgid "%s/%s not accepting requests since %s -" +msgstr "" + +#: berkeley/lpq.c:552 +#, c-format +msgid "%s: %-33.33s [job %d localhost]" +msgstr "" + +#. 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 "" + +#: systemv/cancel.c:294 systemv/cancel.c:357 +#, c-format +msgid "%s: %s failed: %s" +msgstr "" + +#: systemv/cupsaccept.c:68 +#, c-format +msgid "%s: Don't know what to do." +msgstr "" + +#: 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 "" + +#: systemv/lp.c:231 +#, c-format +msgid "%s: Error - bad job ID." +msgstr "" + +#: systemv/lp.c:219 +#, c-format +msgid "%s: Error - cannot print files and alter jobs simultaneously." +msgstr "" + +#: systemv/lp.c:505 +#, c-format +msgid "%s: Error - cannot print from stdin if files or a job ID are provided." +msgstr "" + +#: systemv/lp.c:461 +#, c-format +msgid "%s: Error - expected character set after \"-S\" option." +msgstr "" + +#: systemv/lp.c:480 +#, c-format +msgid "%s: Error - expected content type after \"-T\" option." +msgstr "" + +#: berkeley/lpr.c:240 +#, c-format +msgid "%s: Error - expected copies after \"-#\" option." +msgstr "" + +#: systemv/lp.c:264 +#, c-format +msgid "%s: Error - expected copies after \"-n\" option." +msgstr "" + +#: berkeley/lpr.c:209 +#, c-format +msgid "%s: Error - expected destination after \"-P\" option." +msgstr "" + +#: systemv/lpstat.c:231 +#, c-format +msgid "%s: Error - expected destination after \"-b\" option." +msgstr "" + +#: systemv/lp.c:138 +#, c-format +msgid "%s: Error - expected destination after \"-d\" option." +msgstr "" + +#: systemv/lp.c:168 +#, c-format +msgid "%s: Error - expected form after \"-f\" option." +msgstr "" + +#: systemv/lp.c:391 +#, c-format +msgid "%s: Error - expected hold name after \"-H\" option." +msgstr "" + +#: berkeley/lpr.c:103 +#, c-format +msgid "%s: Error - expected hostname after \"-H\" option." +msgstr "" + +#: 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 "" + +#: systemv/lp.c:371 +#, c-format +msgid "%s: Error - expected mode list after \"-y\" option." +msgstr "" + +#: berkeley/lpr.c:263 +#, c-format +msgid "%s: Error - expected name after \"-%c\" option." +msgstr "" + +#: berkeley/lpr.c:153 systemv/lp.c:288 +#, c-format +msgid "%s: Error - expected option=value after \"-o\" option." +msgstr "" + +#: systemv/lp.c:441 +#, c-format +msgid "%s: Error - expected page list after \"-P\" option." +msgstr "" + +#: systemv/lp.c:308 +#, c-format +msgid "%s: Error - expected priority after \"-%c\" option." +msgstr "" + +#: systemv/cupsaccept.c:141 +#, c-format +msgid "%s: Error - expected reason text after \"-r\" option." +msgstr "" + +#: systemv/lp.c:354 +#, c-format +msgid "%s: Error - expected title after \"-t\" option." +msgstr "" + +#: 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 "" + +#: systemv/cancel.c:145 +#, c-format +msgid "%s: Error - expected username after \"-u\" option." +msgstr "" + +#: berkeley/lpr.c:125 +#, c-format +msgid "%s: Error - expected value after \"-%c\" option." +msgstr "" + +#: systemv/lpstat.c:157 systemv/lpstat.c:171 +#, c-format +msgid "%s: Error - need \"completed\", \"not-completed\", or \"all\" after \"-W\" option." +msgstr "" + +#: berkeley/lpq.c:241 berkeley/lpr.c:349 systemv/lp.c:589 +#, c-format +msgid "%s: Error - no default destination available." +msgstr "" + +#: systemv/lp.c:330 +#, c-format +msgid "%s: Error - priority must be between 1 and 100." +msgstr "" + +#: berkeley/lpr.c:352 systemv/lp.c:592 +#, c-format +msgid "%s: Error - scheduler not responding." +msgstr "" + +#: berkeley/lpr.c:305 systemv/lp.c:537 +#, c-format +msgid "%s: Error - too many files - \"%s\"." +msgstr "" + +#: berkeley/lpr.c:287 systemv/lp.c:520 +#, c-format +msgid "%s: Error - unable to access \"%s\" - %s" +msgstr "" + +#: berkeley/lpr.c:395 systemv/lp.c:623 +#, c-format +msgid "%s: Error - unable to queue from stdin - %s." +msgstr "" + +#: berkeley/lprm.c:87 berkeley/lprm.c:172 systemv/cancel.c:214 +#, c-format +msgid "%s: Error - unknown destination \"%s\"." +msgstr "" + +#: berkeley/lpq.c:150 +#, c-format +msgid "%s: Error - unknown destination \"%s/%s\"." +msgstr "" + +#: 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 "" + +#: systemv/cupsaccept.c:157 +#, c-format +msgid "%s: Error - unknown option \"%s\"." +msgstr "" + +#: systemv/lp.c:208 +#, c-format +msgid "%s: Expected job ID after \"-i\" option." +msgstr "" + +#: systemv/lpstat.c:504 systemv/lpstat.c:543 +#, c-format +msgid "%s: Invalid destination name in list \"%s\"." +msgstr "" + +#: scheduler/cupsfilter.c:567 +#, c-format +msgid "%s: Invalid filter string \"%s\"." +msgstr "" + +#: systemv/lp.c:418 +#, c-format +msgid "%s: Need job ID (\"-i jobid\") before \"-H restart\"." +msgstr "" + +#: scheduler/cupsfilter.c:458 +#, c-format +msgid "%s: No filter to convert from %s/%s to %s/%s." +msgstr "" + +#: systemv/cupsaccept.c:198 +#, c-format +msgid "%s: Operation failed: %s" +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:304 test/ipptool.c:321 +#, c-format +msgid "%s: Sorry, no encryption support." +msgstr "" + +#: 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 "" + +#: systemv/cancel.c:317 +#, c-format +msgid "%s: Unable to contact server." +msgstr "" + +#: scheduler/cupsfilter.c:424 +#, c-format +msgid "%s: Unable to determine MIME type of \"%s\"." +msgstr "" + +#: ppdc/ppdmerge.cxx:96 +#, c-format +msgid "%s: Unable to open %s: %s" +msgstr "" + +#: scheduler/cupsfilter.c:662 ppdc/ppdmerge.cxx:112 +#, c-format +msgid "%s: Unable to open PPD file: %s on line %d." +msgstr "" + +#: scheduler/cupsfilter.c:392 +#, c-format +msgid "%s: Unable to read MIME database from \"%s\" or \"%s\"." +msgstr "" + +#: berkeley/lpq.c:153 systemv/lpstat.c:558 +#, c-format +msgid "%s: Unknown destination \"%s\"." +msgstr "" + +#: scheduler/cupsfilter.c:435 +#, c-format +msgid "%s: Unknown destination MIME type %s/%s." +msgstr "" + +#: scheduler/cupsfilter.c:1426 +#, c-format +msgid "%s: Unknown option \"%c\"." +msgstr "" + +#: scheduler/cupsfilter.c:416 +#, c-format +msgid "%s: Unknown source MIME type %s/%s." +msgstr "" + +#: berkeley/lpr.c:139 +#, c-format +msgid "%s: Warning - \"%c\" format modifier not supported - output may not be correct." +msgstr "" + +#: systemv/lp.c:468 +#, c-format +msgid "%s: Warning - character set option ignored." +msgstr "" + +#: systemv/lp.c:487 +#, c-format +msgid "%s: Warning - content type option ignored." +msgstr "" + +#: systemv/lp.c:175 +#, c-format +msgid "%s: Warning - form option ignored." +msgstr "" + +#: systemv/lp.c:378 +#, c-format +msgid "%s: Warning - mode option ignored." +msgstr "" + +#: 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 po/s" + +#: ppdc/sample.c:172 +msgid "1.25x0.25\"" +msgstr "1,25 x 0,25\"" + +#: ppdc/sample.c:173 +msgid "1.25x2.25\"" +msgstr "1,25 x 2,25\"" + +#: ppdc/sample.c:432 +msgid "1.5 inch/sec." +msgstr "1,5 po/s" + +#: ppdc/sample.c:174 +msgid "1.50x0.25\"" +msgstr "1,50 x 0,25\"" + +#: ppdc/sample.c:175 +msgid "1.50x0.50\"" +msgstr "1,50 x 0,50\"" + +#: ppdc/sample.c:176 +msgid "1.50x1.00\"" +msgstr "1,50 x 1,00\"" + +#: ppdc/sample.c:177 +msgid "1.50x2.00\"" +msgstr "1,50 x 2,00\"" + +#: ppdc/sample.c:321 +msgid "10" +msgstr "10" + +#: ppdc/sample.c:443 +msgid "10 inches/sec." +msgstr "10 po/s" + +#: ppdc/sample.c:6 +msgid "10 x 11" +msgstr "" + +#: ppdc/sample.c:7 +msgid "10 x 13" +msgstr "" + +#: ppdc/sample.c:8 +msgid "10 x 14" +msgstr "" + +#: ppdc/sample.c:423 +msgid "100" +msgstr "100" + +#: ppdc/sample.c:334 +msgid "100 mm/sec." +msgstr "100 mm/s" + +#: 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 po/s" + +#: 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 po/s" + +#: ppdc/sample.c:9 +msgid "12 x 11" +msgstr "" + +#: ppdc/sample.c:427 +msgid "120" +msgstr "120" + +#: ppdc/sample.c:335 +msgid "120 mm/sec." +msgstr "120 mm/s" + +#: ppdc/sample.c:243 +msgid "120x60dpi" +msgstr "120 x 60 ppp" + +#: ppdc/sample.c:249 +msgid "120x72dpi" +msgstr "120 x 72 ppp" + +#: ppdc/sample.c:324 +msgid "13" +msgstr "13" + +#: ppdc/sample.c:232 +msgid "136dpi" +msgstr "136 ppp" + +#: 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/s" + +#: ppdc/sample.c:10 +msgid "15 x 11" +msgstr "" + +#: ppdc/sample.c:336 +msgid "150 mm/sec." +msgstr "150 mm/s" + +#: ppdc/sample.c:283 +msgid "150dpi" +msgstr "150 ppp" + +#: 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 "180 ppp" + +#: 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 po/s" + +#: ppdc/sample.c:270 +msgid "2-Sided Printing" +msgstr "Impression recto-verso" + +#: ppdc/sample.c:178 +msgid "2.00x0.37\"" +msgstr "2,00 x 0,37\"" + +#: ppdc/sample.c:179 +msgid "2.00x0.50\"" +msgstr "2,00 x 0,50\"" + +#: ppdc/sample.c:180 +msgid "2.00x1.00\"" +msgstr "2,00 x 1,00\"" + +#: ppdc/sample.c:181 +msgid "2.00x1.25\"" +msgstr "2,00 x 1,25\"" + +#: ppdc/sample.c:182 +msgid "2.00x2.00\"" +msgstr "2,00 x 2,00\"" + +#: ppdc/sample.c:183 +msgid "2.00x3.00\"" +msgstr "2,00 x 3,00\"" + +#: ppdc/sample.c:184 +msgid "2.00x4.00\"" +msgstr "2,00 x 4,00\"" + +#: ppdc/sample.c:185 +msgid "2.00x5.50\"" +msgstr "2,00 x 5,50\"" + +#: ppdc/sample.c:186 +msgid "2.25x0.50\"" +msgstr "2,25 x 0,50\"" + +#: ppdc/sample.c:187 +msgid "2.25x1.25\"" +msgstr "2,25 x 1,25\"" + +#: ppdc/sample.c:188 +msgid "2.25x4.00\"" +msgstr "2,25 x 4,00\"" + +#: ppdc/sample.c:189 +msgid "2.25x5.50\"" +msgstr "2,25 x 5,50\"" + +#: ppdc/sample.c:190 +msgid "2.38x5.50\"" +msgstr "2,38 x 5,50\"" + +#: ppdc/sample.c:433 +msgid "2.5 inches/sec." +msgstr "2,5 po/s" + +#: ppdc/sample.c:191 +msgid "2.50x1.00\"" +msgstr "2,50 x 1,00\"" + +#: ppdc/sample.c:192 +msgid "2.50x2.00\"" +msgstr "2,50 x 2,00\"" + +#: ppdc/sample.c:193 +msgid "2.75x1.25\"" +msgstr "2,75 x 1,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/s" + +#: ppdc/sample.c:337 +msgid "200 mm/sec." +msgstr "200 mm/s" + +#: ppdc/sample.c:233 +msgid "203dpi" +msgstr "203 ppp" + +#: 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 24 broches" + +#: ppdc/sample.c:250 +msgid "240x72dpi" +msgstr "240 x 72 ppp" + +#: ppdc/sample.c:377 +msgid "25" +msgstr "25" + +#: ppdc/sample.c:338 +msgid "250 mm/sec." +msgstr "250 mm/s" + +#: 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 po/s" + +#: ppdc/sample.c:3 +msgid "3 x 5" +msgstr "" + +#: ppdc/sample.c:195 +msgid "3.00x1.00\"" +msgstr "3,00 x 1,00\"" + +#: ppdc/sample.c:196 +msgid "3.00x1.25\"" +msgstr "3,00 x 1,25\"" + +#: ppdc/sample.c:197 +msgid "3.00x2.00\"" +msgstr "3,00 x 2,00\"" + +#: ppdc/sample.c:198 +msgid "3.00x3.00\"" +msgstr "3,00 x 3,00\"" + +#: ppdc/sample.c:199 +msgid "3.00x5.00\"" +msgstr "3,00 x 5,00\"" + +#: ppdc/sample.c:200 +msgid "3.25x2.00\"" +msgstr "3,25 x 2,00\"" + +#: ppdc/sample.c:201 +msgid "3.25x5.00\"" +msgstr "3,25 x 5,00\"" + +#: ppdc/sample.c:202 +msgid "3.25x5.50\"" +msgstr "3,25 x 5,50\"" + +#: ppdc/sample.c:203 +msgid "3.25x5.83\"" +msgstr "3,25 x 5,83\"" + +#: ppdc/sample.c:204 +msgid "3.25x7.83\"" +msgstr "3,25 x 7,83\"" + +#: ppdc/sample.c:4 +msgid "3.5 x 5" +msgstr "" + +#: ppdc/sample.c:171 +msgid "3.5\" Disk" +msgstr "Disque 3,5\"" + +#: ppdc/sample.c:205 +msgid "3.50x1.00\"" +msgstr "3,50 x 1,00\"" + +#: ppdc/sample.c:382 +msgid "30" +msgstr "30" + +#: ppdc/sample.c:330 +msgid "30 mm/sec." +msgstr "30 mm/s" + +#: ppdc/sample.c:339 +msgid "300 mm/sec." +msgstr "300 mm/s" + +#: ppdc/sample.c:234 +msgid "300dpi" +msgstr "300 ppp" + +#: ppdc/sample.c:410 +msgid "35" +msgstr "35" + +#: ppdc/sample.c:246 +msgid "360dpi" +msgstr "360 ppp" + +#: ppdc/sample.c:245 +msgid "360x180dpi" +msgstr "360 x 180 ppp" + +#: ppdc/sample.c:315 +msgid "4" +msgstr "4" + +#: ppdc/sample.c:387 +msgid "4 inches/sec." +msgstr "4 po/s" + +#: ppdc/sample.c:206 +msgid "4.00x1.00\"" +msgstr "4,00 x 1,00\"" + +#: ppdc/sample.c:214 +msgid "4.00x13.00\"" +msgstr "4,00 x 13,00\"" + +#: ppdc/sample.c:207 +msgid "4.00x2.00\"" +msgstr "4,00 x 2,00\"" + +#: ppdc/sample.c:208 +msgid "4.00x2.50\"" +msgstr "4,00 x 2,50\"" + +#: ppdc/sample.c:209 +msgid "4.00x3.00\"" +msgstr "4,00 x 3,00\"" + +#: ppdc/sample.c:210 +msgid "4.00x4.00\"" +msgstr "4,00 x 4,00\"" + +#: ppdc/sample.c:211 +msgid "4.00x5.00\"" +msgstr "4,00 x 5,00\"" + +#: ppdc/sample.c:212 +msgid "4.00x6.00\"" +msgstr "4,00 x 6,00\"" + +#: ppdc/sample.c:213 +msgid "4.00x6.50\"" +msgstr "4,00 x 6,50\"" + +#: ppdc/sample.c:411 +msgid "40" +msgstr "40" + +#: ppdc/sample.c:331 +msgid "40 mm/sec." +msgstr "40 mm/s" + +#: 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 po/s" + +#: ppdc/sample.c:5 +msgid "5 x 7" +msgstr "" + +#: 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 po/s" + +#: ppdc/sample.c:215 +msgid "6.00x1.00\"" +msgstr "6,00 x 1,00\"" + +#: ppdc/sample.c:216 +msgid "6.00x2.00\"" +msgstr "6,00 x 2,00\"" + +#: ppdc/sample.c:217 +msgid "6.00x3.00\"" +msgstr "6,00 x 3,00\"" + +#: ppdc/sample.c:218 +msgid "6.00x4.00\"" +msgstr "6,00 x 4,00\"" + +#: ppdc/sample.c:219 +msgid "6.00x5.00\"" +msgstr "6,00 x 5,00\"" + +#: ppdc/sample.c:220 +msgid "6.00x6.00\"" +msgstr "6,00 x 6,00\"" + +#: ppdc/sample.c:221 +msgid "6.00x6.50\"" +msgstr "6,00 x 6,50\"" + +#: ppdc/sample.c:415 +msgid "60" +msgstr "60" + +#: ppdc/sample.c:332 +msgid "60 mm/sec." +msgstr "60 mm/s" + +#: ppdc/sample.c:261 +msgid "600dpi" +msgstr "600 ppp" + +#: ppdc/sample.c:242 +msgid "60dpi" +msgstr "60 ppp" + +#: ppdc/sample.c:248 +msgid "60x72dpi" +msgstr "" + +#: 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 po/s" + +#: ppdc/sample.c:11 +msgid "7 x 9" +msgstr "" + +#: ppdc/sample.c:417 +msgid "70" +msgstr "70" + +#: ppdc/sample.c:252 +msgid "720dpi" +msgstr "720 ppp" + +#: 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 po/s" + +#: ppdc/sample.c:12 +msgid "8 x 10" +msgstr "" + +#: ppdc/sample.c:222 +msgid "8.00x1.00\"" +msgstr "8,00 x 1,00\"" + +#: ppdc/sample.c:223 +msgid "8.00x2.00\"" +msgstr "8,00 x 2,00\"" + +#: ppdc/sample.c:224 +msgid "8.00x3.00\"" +msgstr "8,00 x 3,00\"" + +#: ppdc/sample.c:225 +msgid "8.00x4.00\"" +msgstr "8,00 x 4,00\"" + +#: ppdc/sample.c:226 +msgid "8.00x5.00\"" +msgstr "8,00 x 5,00\"" + +#: ppdc/sample.c:227 +msgid "8.00x6.00\"" +msgstr "8,00 x 6,00\"" + +#: ppdc/sample.c:228 +msgid "8.00x6.50\"" +msgstr "8,00 x 6,50\"" + +#: ppdc/sample.c:419 +msgid "80" +msgstr "80" + +#: ppdc/sample.c:333 +msgid "80 mm/sec." +msgstr "80 mm/s" + +#: 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 po/s" + +#: ppdc/sample.c:13 +msgid "9 x 11" +msgstr "" + +#: ppdc/sample.c:14 +msgid "9 x 12" +msgstr "" + +#: ppdc/sample.c:247 +msgid "9-Pin Series" +msgstr "Série 9 broches" + +#: 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 "" + +#: cgi-bin/admin.c:2364 +msgid "A Samba username is required to export printer drivers" +msgstr "" + +#: scheduler/ipp.c:2283 +#, c-format +msgid "A class named \"%s\" already exists." +msgstr "" + +#: scheduler/ipp.c:1004 +#, c-format +msgid "A printer named \"%s\" already exists." +msgstr "" + +#: ppdc/sample.c:15 +msgid "A0" +msgstr "A0" + +#: ppdc/sample.c:16 +msgid "A0 Long Edge" +msgstr "" + +#: ppdc/sample.c:17 +msgid "A1" +msgstr "A1" + +#: ppdc/sample.c:18 +msgid "A1 Long Edge" +msgstr "" + +#: 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 "" + +#: ppdc/sample.c:21 +msgid "A3" +msgstr "A3" + +#: ppdc/sample.c:22 +msgid "A3 Long Edge" +msgstr "" + +#: ppdc/sample.c:23 +msgid "A3 Oversize" +msgstr "" + +#: ppdc/sample.c:24 +msgid "A3 Oversize Long Edge" +msgstr "" + +#: ppdc/sample.c:25 +msgid "A4" +msgstr "A4" + +#: ppdc/sample.c:27 +msgid "A4 Long Edge" +msgstr "" + +#: ppdc/sample.c:26 +msgid "A4 Oversize" +msgstr "" + +#: ppdc/sample.c:28 +msgid "A4 Small" +msgstr "" + +#: ppdc/sample.c:29 +msgid "A5" +msgstr "A5" + +#: ppdc/sample.c:31 +msgid "A5 Long Edge" +msgstr "" + +#: ppdc/sample.c:30 +msgid "A5 Oversize" +msgstr "" + +#: ppdc/sample.c:32 +msgid "A6" +msgstr "A6" + +#: ppdc/sample.c:33 +msgid "A6 Long Edge" +msgstr "" + +#: 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 "" + +#: ppdc/sample.c:49 +msgid "ARCH D" +msgstr "ARCH D" + +#: ppdc/sample.c:50 +msgid "ARCH D Long Edge" +msgstr "" + +#: ppdc/sample.c:51 +msgid "ARCH E" +msgstr "ARCH E" + +#: ppdc/sample.c:52 +msgid "ARCH E Long Edge" +msgstr "" + +#: cgi-bin/classes.c:169 cgi-bin/printers.c:172 +msgid "Accept Jobs" +msgstr "Accepter les tâches" + +#: cups/http-support.c:1284 +msgid "Accepted" +msgstr "Accepté" + +#: cgi-bin/admin.c:570 +msgid "Add Class" +msgstr "Ajouter une classe" + +#: cgi-bin/admin.c:882 +msgid "Add Printer" +msgstr "Ajouter une imprimante" + +#: 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 "Ajouter abonnement RSS" + +#: ppdc/sample.c:163 +msgid "Address" +msgstr "Adresse" + +#: cgi-bin/admin.c:210 cgi-bin/admin.c:284 cgi-bin/admin.c:2745 +msgid "Administration" +msgstr "Administration" + +#: ppdc/sample.c:429 +msgid "Always" +msgstr "Toujours" + +#: backend/socket.c:129 +msgid "AppSocket/HP JetDirect" +msgstr "AppSocket/HP JetDirect" + +#: ppdc/sample.c:450 +msgid "Applicator" +msgstr "Applicator" + +#: scheduler/ipp.c:1079 +#, c-format +msgid "Attempt to set %s printer-state to bad value %d." +msgstr "" + +#: scheduler/ipp.c:325 +#, c-format +msgid "Attribute groups are out of order (%x < %x)." +msgstr "" + +#: 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 "" + +#: 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 "Pointeur de dests NULL incorrect" + +#: cups/ppd.c:345 +msgid "Bad OpenGroup" +msgstr "OpenGroup erroné" + +#: cups/ppd.c:347 +msgid "Bad OpenUI/JCLOpenUI" +msgstr "OpenUI/JCLOpenUI erroné" + +#: cups/ppd.c:349 +msgid "Bad OrderDependency" +msgstr "OrderDependency erroné" + +#: 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 "" + +#: cups/http-support.c:1299 +msgid "Bad Request" +msgstr "" + +#: cups/snmp.c:1002 +msgid "Bad SNMP version number" +msgstr "" + +#: cups/ppd.c:350 +msgid "Bad UIConstraints" +msgstr "" + +#: scheduler/ipp.c:1380 +#, c-format +msgid "Bad copies value %d." +msgstr "" + +#: cups/ppd.c:358 +msgid "Bad custom parameter" +msgstr "Paramètre personnalisé incorrect" + +#: cups/http-support.c:1451 scheduler/ipp.c:2350 +#, c-format +msgid "Bad device-uri \"%s\"." +msgstr "" + +#: scheduler/ipp.c:2391 +#, c-format +msgid "Bad device-uri scheme \"%s\"." +msgstr "" + +#: 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:9470 +#, c-format +msgid "Bad document-format-default \"%s\"." +msgstr "" + +#: cups/util.c:929 +msgid "Bad filename buffer" +msgstr "" + +#: scheduler/ipp.c:10060 +msgid "Bad job-priority value." +msgstr "" + +#: scheduler/ipp.c:1410 +#, c-format +msgid "Bad job-sheets value \"%s\"." +msgstr "" + +#: scheduler/ipp.c:1394 +msgid "Bad job-sheets value type." +msgstr "" + +#: scheduler/ipp.c:10090 +msgid "Bad job-state value." +msgstr "" + +#: 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:2049 scheduler/ipp.c:5622 +#, c-format +msgid "Bad notify-pull-method \"%s\"." +msgstr "" + +#: scheduler/ipp.c:2013 scheduler/ipp.c:5586 +#, c-format +msgid "Bad notify-recipient-uri \"%s\"." +msgstr "" + +#: scheduler/ipp.c:1426 +#, c-format +msgid "Bad number-up value %d." +msgstr "Valeur de number-up %d incorrecte." + +#: cups/adminutil.c:292 +#, c-format +msgid "Bad option + choice on line %d." +msgstr "" + +#: scheduler/ipp.c:1443 +#, c-format +msgid "Bad page-ranges values %d-%d." +msgstr "Intervalle de pages erroné : %d-%d." + +#: scheduler/ipp.c:2434 +#, c-format +msgid "Bad port-monitor \"%s\"." +msgstr "" + +#: cups/dest.c:676 cups/dest.c:1333 +msgid "Bad printer URI." +msgstr "" + +#: scheduler/ipp.c:2495 +#, c-format +msgid "Bad printer-state value %d." +msgstr "" + +#: scheduler/ipp.c:293 +#, c-format +msgid "Bad request ID %d." +msgstr "" + +#: scheduler/ipp.c:278 +#, c-format +msgid "Bad request version number %d.%d." +msgstr "" + +#: cgi-bin/admin.c:1484 +msgid "Bad subscription ID" +msgstr "" + +#: cups/ppd.c:360 +msgid "Bad value string" +msgstr "" + +#: cgi-bin/admin.c:3290 cgi-bin/admin.c:3536 +msgid "Banners" +msgstr "Bannières" + +#: ppdc/sample.c:287 +msgid "Bond Paper" +msgstr "Papier pour titres" + +#: backend/usb-darwin.c:1846 +#, c-format +msgid "Boolean expected for waiteof option \"%s\"." +msgstr "" + +#: filter/pstops.c:2057 +msgid "Buffer overflow detected, aborting." +msgstr "" + +#: ppdc/sample.c:254 +msgid "CMYK" +msgstr "CMJN" + +#: ppdc/sample.c:363 +msgid "CPCL Label Printer" +msgstr "Imprimante pour étiquettes CPCL" + +#: cgi-bin/admin.c:1485 cgi-bin/admin.c:1524 cgi-bin/admin.c:1534 +msgid "Cancel RSS Subscription" +msgstr "Annuler abonnement RSS" + +#: backend/ipp.c:1921 +msgid "Canceling print job." +msgstr "" + +#: scheduler/ipp.c:2475 +msgid "Cannot share a remote Kerberized printer." +msgstr "" + +#: 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 "Modifier les paramètres" + +#: scheduler/ipp.c:2061 scheduler/ipp.c:5634 +#, c-format +msgid "Character set \"%s\" not supported." +msgstr "" + +#: cgi-bin/classes.c:195 cgi-bin/classes.c:322 +msgid "Classes" +msgstr "Classes" + +#: cgi-bin/printers.c:182 +msgid "Clean Print Heads" +msgstr "Nettoyer les têtes d’impression" + +#: scheduler/ipp.c:3878 +msgid "Close-Job doesn't support the job-uri attribute." +msgstr "" + +#: ppdc/sample.c:282 +msgid "Color" +msgstr "Couleur" + +#: ppdc/sample.c:253 +msgid "Color Mode" +msgstr "Mode de couleur" + +#: berkeley/lpc.c:204 +msgid "" +"Commands may be abbreviated. Commands are:\n" +"\n" +"exit help quit status ?" +msgstr "" + +#: cups/snmp.c:1006 +msgid "Community name uses indefinite length" +msgstr "Le nom de la communauté s’avère être de longueur indéfinie" + +#: 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 "Continuer" + +#: ppdc/sample.c:365 +msgid "Continuous" +msgstr "Continu" + +#: 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 "Créé" + +#: cups/ppd.c:1113 cups/ppd.c:1153 cups/ppd.c:1398 cups/ppd.c:1501 +msgid "Custom" +msgstr "Personnalisation" + +#: ppdc/sample.c:359 +msgid "CustominCutInterval" +msgstr "CustominCutInterval" + +#: ppdc/sample.c:357 +msgid "CustominTearInterval" +msgstr "CustominTearInterval" + +#: ppdc/sample.c:343 +msgid "Cut" +msgstr "Couper" + +#: ppdc/sample.c:451 +msgid "Cutter" +msgstr "Cutter" + +#: ppdc/sample.c:239 +msgid "Dark" +msgstr "Foncé" + +#: ppdc/sample.c:235 +msgid "Darkness" +msgstr "Tons foncés" + +#: 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 "Supprimer la classe" + +#: cgi-bin/admin.c:2179 cgi-bin/admin.c:2190 cgi-bin/admin.c:2235 +msgid "Delete Printer" +msgstr "Supprimer l’imprimante" + +#: 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 "La destination « %s » n’accepte pas de tâche." + +#: 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 "" + +#: ppdc/sample.c:436 +msgid "Direct Thermal Media" +msgstr "Papier pour impression thermique directe" + +#: cups/file.c:296 +#, c-format +msgid "Directory \"%s\" contains a relative path." +msgstr "" + +#: cups/file.c:268 +#, c-format +msgid "Directory \"%s\" has insecure permissions (0%o/uid=%d/gid=%d)." +msgstr "" + +#: cups/file.c:285 +#, c-format +msgid "Directory \"%s\" is a file." +msgstr "" + +#: cups/file.c:256 +#, c-format +msgid "Directory \"%s\" not available: %s" +msgstr "" + +#: cups/file.c:241 +#, c-format +msgid "Directory \"%s\" permissions OK (0%o/uid=%d/gid=%d)." +msgstr "" + +#: ppdc/sample.c:345 +msgid "Disabled" +msgstr "Désactivé" + +#: scheduler/ipp.c:6127 +#, c-format +msgid "Document #%d does not exist in job #%d." +msgstr "" + +#: ppdc/sample.c:275 +msgid "Duplexer" +msgstr "Duplexeur" + +#: ppdc/sample.c:229 +msgid "Dymo" +msgstr "Dymo" + +#: ppdc/sample.c:431 +msgid "EPL1 Label Printer" +msgstr "Imprimante pour étiquettes EPL1" + +#: ppdc/sample.c:434 +msgid "EPL2 Label Printer" +msgstr "Imprimante pour étiquettes 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 "Modifier le fichier de configuration" + +#: cups/adminutil.c:337 +msgid "Empty PPD file." +msgstr "" + +#. TRANSLATORS: Banner/cover sheet after the print job. +#: cgi-bin/admin.c:3561 +msgid "Ending Banner" +msgstr "Fin de la bannière" + +#: ppdc/sample.c:2 +msgid "English" +msgstr "French" + +#: systemv/lppasswd.c:193 +msgid "Enter old password:" +msgstr "Ancien mot de passe :" + +#: systemv/lppasswd.c:224 +msgid "Enter password again:" +msgstr "Confirmez le nouveau mot de passe :" + +#: systemv/lppasswd.c:212 +msgid "Enter password:" +msgstr "Entrez le nouveau mot de passe :" + +#: 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 "" + +#: ppdc/sample.c:73 +msgid "Envelope #10 " +msgstr "" + +#: ppdc/sample.c:74 +msgid "Envelope #11" +msgstr "" + +#: ppdc/sample.c:75 +msgid "Envelope #12" +msgstr "" + +#: ppdc/sample.c:76 +msgid "Envelope #14" +msgstr "" + +#: ppdc/sample.c:77 +msgid "Envelope #9" +msgstr "" + +#: ppdc/sample.c:89 +msgid "Envelope B4" +msgstr "" + +#: ppdc/sample.c:90 +msgid "Envelope B5" +msgstr "" + +#: ppdc/sample.c:91 +msgid "Envelope B6" +msgstr "" + +#: ppdc/sample.c:78 +msgid "Envelope C0" +msgstr "" + +#: ppdc/sample.c:79 +msgid "Envelope C1" +msgstr "" + +#: ppdc/sample.c:80 +msgid "Envelope C2" +msgstr "" + +#: ppdc/sample.c:81 +msgid "Envelope C3" +msgstr "" + +#: ppdc/sample.c:67 +msgid "Envelope C4" +msgstr "" + +#: ppdc/sample.c:68 +msgid "Envelope C5" +msgstr "" + +#: ppdc/sample.c:69 +msgid "Envelope C6" +msgstr "" + +#: ppdc/sample.c:82 +msgid "Envelope C65" +msgstr "" + +#: ppdc/sample.c:83 +msgid "Envelope C7" +msgstr "" + +#: ppdc/sample.c:84 +msgid "Envelope Choukei 3" +msgstr "" + +#: ppdc/sample.c:85 +msgid "Envelope Choukei 3 Long Edge" +msgstr "" + +#: ppdc/sample.c:86 +msgid "Envelope Choukei 4" +msgstr "" + +#: ppdc/sample.c:87 +msgid "Envelope Choukei 4 Long Edge" +msgstr "" + +#: ppdc/sample.c:70 +msgid "Envelope DL" +msgstr "" + +#: ppdc/sample.c:269 +msgid "Envelope Feed" +msgstr "Alimentation au format enveloppe" + +#: ppdc/sample.c:88 +msgid "Envelope Invite" +msgstr "" + +#: ppdc/sample.c:92 +msgid "Envelope Italian" +msgstr "" + +#: ppdc/sample.c:93 +msgid "Envelope Kaku2" +msgstr "" + +#: ppdc/sample.c:94 +msgid "Envelope Kaku2 Long Edge" +msgstr "" + +#: ppdc/sample.c:95 +msgid "Envelope Kaku3" +msgstr "" + +#: ppdc/sample.c:96 +msgid "Envelope Kaku3 Long Edge" +msgstr "" + +#: ppdc/sample.c:97 +msgid "Envelope Monarch" +msgstr "" + +#: ppdc/sample.c:99 +msgid "Envelope PRC1 " +msgstr "" + +#: ppdc/sample.c:100 +msgid "Envelope PRC1 Long Edge" +msgstr "" + +#: ppdc/sample.c:117 +msgid "Envelope PRC10" +msgstr "" + +#: ppdc/sample.c:118 +msgid "Envelope PRC10 Long Edge" +msgstr "" + +#: ppdc/sample.c:101 +msgid "Envelope PRC2" +msgstr "" + +#: ppdc/sample.c:102 +msgid "Envelope PRC2 Long Edge" +msgstr "" + +#: ppdc/sample.c:103 +msgid "Envelope PRC3" +msgstr "" + +#: ppdc/sample.c:104 +msgid "Envelope PRC3 Long Edge" +msgstr "" + +#: ppdc/sample.c:105 +msgid "Envelope PRC4" +msgstr "" + +#: ppdc/sample.c:106 +msgid "Envelope PRC4 Long Edge" +msgstr "" + +#: ppdc/sample.c:108 +msgid "Envelope PRC5 Long Edge" +msgstr "" + +#: ppdc/sample.c:107 +msgid "Envelope PRC5PRC5" +msgstr "" + +#: ppdc/sample.c:109 +msgid "Envelope PRC6" +msgstr "" + +#: ppdc/sample.c:110 +msgid "Envelope PRC6 Long Edge" +msgstr "" + +#: ppdc/sample.c:111 +msgid "Envelope PRC7" +msgstr "" + +#: ppdc/sample.c:112 +msgid "Envelope PRC7 Long Edge" +msgstr "" + +#: ppdc/sample.c:113 +msgid "Envelope PRC8" +msgstr "" + +#: ppdc/sample.c:114 +msgid "Envelope PRC8 Long Edge" +msgstr "" + +#: ppdc/sample.c:115 +msgid "Envelope PRC9" +msgstr "" + +#: ppdc/sample.c:116 +msgid "Envelope PRC9 Long Edge" +msgstr "" + +#: ppdc/sample.c:98 +msgid "Envelope Personal" +msgstr "" + +#: ppdc/sample.c:119 +msgid "Envelope You4" +msgstr "" + +#: ppdc/sample.c:120 +msgid "Envelope You4 Long Edge" +msgstr "" + +#: ppdc/sample.c:240 +msgid "Epson" +msgstr "Epson" + +#: cgi-bin/admin.c:3604 +msgid "Error Policy" +msgstr "Règles d’erreur" + +#: 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 "" + +#: ppdc/sample.c:355 +msgid "Every 10 Labels" +msgstr "Toutes les 10 étiquettes" + +#: ppdc/sample.c:347 +msgid "Every 2 Labels" +msgstr "Toutes les 2 étiquettes" + +#: ppdc/sample.c:348 +msgid "Every 3 Labels" +msgstr "Toutes les 3 étiquettes" + +#: ppdc/sample.c:349 +msgid "Every 4 Labels" +msgstr "Toutes les 4 étiquettes" + +#: ppdc/sample.c:350 +msgid "Every 5 Labels" +msgstr "Toutes les 5 étiquettes" + +#: ppdc/sample.c:351 +msgid "Every 6 Labels" +msgstr "Toutes les 6 étiquettes" + +#: ppdc/sample.c:352 +msgid "Every 7 Labels" +msgstr "Toutes les 7 étiquettes" + +#: ppdc/sample.c:353 +msgid "Every 8 Labels" +msgstr "Toutes les 8 étiquettes" + +#: ppdc/sample.c:354 +msgid "Every 9 Labels" +msgstr "Toutes les 9 étiquettes" + +#: ppdc/sample.c:346 +msgid "Every Label" +msgstr "Chaque étiquette" + +#: ppdc/sample.c:121 +msgid "Executive" +msgstr "" + +#: cups/http-support.c:1327 +msgid "Expectation Failed" +msgstr "Échec de la condition de valeur attendue" + +#: cgi-bin/admin.c:2356 cgi-bin/admin.c:2375 +msgid "Export Printers to Samba" +msgstr "Exporter les imprimantes vers 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 "" + +#: ppdc/sample.c:123 +msgid "FanFold Legal German" +msgstr "" + +#: ppdc/sample.c:124 +msgid "Fanfold US" +msgstr "" + +#: cups/file.c:300 +#, c-format +msgid "File \"%s\" contains a relative path." +msgstr "" + +#: cups/file.c:275 +#, c-format +msgid "File \"%s\" has insecure permissions (0%o/uid=%d/gid=%d)." +msgstr "" + +#: cups/file.c:289 +#, c-format +msgid "File \"%s\" is a directory." +msgstr "" + +#: cups/file.c:261 +#, c-format +msgid "File \"%s\" not available: %s" +msgstr "" + +#: cups/file.c:247 +#, c-format +msgid "File \"%s\" permissions OK (0%o/uid=%d/gid=%d)." +msgstr "" + +#: ppdc/sample.c:169 +msgid "Dossier de fichier" +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 "" + +#: filter/rastertoepson.c:1117 filter/rastertohp.c:845 +#: filter/rastertolabel.c:1273 +#, c-format +msgid "Finished page %d." +msgstr "" + +#: ppdc/sample.c:125 +msgid "Folio" +msgstr "Folio" + +#: cups/http-support.c:1306 +msgid "Interdit" +msgstr "" + +#: cups/ppd.c:742 cups/ppd.c:1302 +msgid "Général" +msgstr "" + +#: ppdc/sample.c:259 +msgid "Generic" +msgstr "Générique" + +#: cups/snmp.c:1016 +msgid "Get-Response-PDU uses indefinite length" +msgstr "Get-Response-PDU s’avère être de longueur indéfinie" + +#: ppdc/sample.c:290 +msgid "Glossy Paper" +msgstr "Papier brillant" + +#: 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 "" + +#: ppdc/sample.c:255 +msgid "Grayscale" +msgstr "Niveaux de gris" + +#: ppdc/sample.c:280 +msgid "HP" +msgstr "HP" + +#: ppdc/sample.c:170 +msgid "Hanging Folder" +msgstr "Dossier suspendu" + +#: 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 "" + +#: cups/ipp.c:2650 +msgid "IPP attribute has no name." +msgstr "" + +#: cups/ipp.c:5487 +msgid "IPP attribute is not a member of the message." +msgstr "" + +#: cups/ipp.c:3083 +msgid "IPP begCollection value not 0 bytes." +msgstr "" + +#: cups/ipp.c:2873 +msgid "IPP boolean value not 1 byte." +msgstr "" + +#: cups/ipp.c:2934 +msgid "IPP date value not 11 bytes." +msgstr "" + +#: cups/ipp.c:3104 +msgid "IPP endCollection value not 0 bytes." +msgstr "" + +#: cups/ipp.c:2848 +msgid "IPP enum value not 4 bytes." +msgstr "" + +#: cups/ipp.c:2579 +msgid "IPP extension tag larger than 0x7FFFFFFF." +msgstr "" + +#: cups/ipp.c:2845 +msgid "IPP integer value not 4 bytes." +msgstr "" + +#: cups/ipp.c:3045 +msgid "IPP language length overflows value." +msgstr "" + +#: cups/ipp.c:2764 +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:3011 +msgid "IPP nameWithLanguage value less than minimum 4 bytes." +msgstr "" + +#: cups/ipp.c:2979 +msgid "IPP rangeOfInteger value not 8 bytes." +msgstr "" + +#: cups/ipp.c:2952 +msgid "IPP resolution value not 9 bytes." +msgstr "" + +#: cups/ipp.c:3063 +msgid "IPP string length overflows value." +msgstr "" + +#: cups/ipp.c:3007 +msgid "IPP textWithLanguage value less than minimum 4 bytes." +msgstr "" + +#: cups/ipp.c:2831 +msgid "IPP value larger than 32767 bytes." +msgstr "" + +#: ppdc/sample.c:1 +msgid "ISOLatin1" +msgstr "utf-8" + +#: cups/ppd.c:353 +msgid "Illegal control character" +msgstr "Caractère de contrôle interdit" + +#: cups/ppd.c:354 +msgid "Illegal main keyword string" +msgstr "Mot-clé essentiel interdit" + +#: cups/ppd.c:355 +msgid "Illegal option keyword string" +msgstr "Mot-clé d’option interdit" + +#: cups/ppd.c:356 +msgid "Illegal translation string" +msgstr "Traduction interdite" + +#: cups/ppd.c:357 +msgid "Illegal whitespace character" +msgstr "Caractère « espace blanc » interdit" + +#: ppdc/sample.c:274 +msgid "Installable Options" +msgstr "Options installables" + +#: ppdc/sample.c:277 +msgid "Installed" +msgstr "Installée" + +#: ppdc/sample.c:293 +msgid "IntelliBar Label Printer" +msgstr "Imprimante pour étiquettes 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 "Erreur interne" + +#: ppdc/sample.c:167 +msgid "Internet Postage 2-Part" +msgstr "Affranchissement Internet en 2 parties" + +#: ppdc/sample.c:168 +msgid "Internet Postage 3-Part" +msgstr "Affranchissement Internet en 3 parties" + +#: backend/ipp.c:307 +msgid "Internet Printing Protocol" +msgstr "Internet Printing Protocol" + +#: cups/dest-options.c:839 +msgid "Invalid media size." +msgstr "" + +#: filter/commandtops.c:125 +#, c-format +msgid "Invalid printer command \"%s\"." +msgstr "" + +#: cups/ppd.c:1420 +msgid "JCL" +msgstr "JCL ( Langage de contrôle de tâche )" + +#: ppdc/sample.c:53 +msgid "JIS B0" +msgstr "" + +#: ppdc/sample.c:55 +msgid "JIS B1" +msgstr "" + +#: ppdc/sample.c:54 +msgid "JIS B10" +msgstr "" + +#: ppdc/sample.c:56 +msgid "JIS B2" +msgstr "" + +#: ppdc/sample.c:57 +msgid "JIS B3" +msgstr "" + +#: ppdc/sample.c:58 +msgid "JIS B4" +msgstr "" + +#: ppdc/sample.c:59 +msgid "JIS B4 Long Edge" +msgstr "" + +#: ppdc/sample.c:60 +msgid "JIS B5" +msgstr "" + +#: ppdc/sample.c:61 +msgid "JIS B5 Long Edge" +msgstr "" + +#: ppdc/sample.c:62 +msgid "JIS B6" +msgstr "" + +#: ppdc/sample.c:63 +msgid "JIS B6 Long Edge" +msgstr "" + +#: ppdc/sample.c:64 +msgid "JIS B7" +msgstr "" + +#: ppdc/sample.c:65 +msgid "JIS B8" +msgstr "" + +#: ppdc/sample.c:66 +msgid "JIS B9" +msgstr "" + +#: scheduler/ipp.c:9051 +#, c-format +msgid "Job #%d cannot be restarted - no files." +msgstr "" + +#: 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:3486 +#, c-format +msgid "Job #%d is already aborted - can't cancel." +msgstr "La tâche n°%d est déjà abandonnée - impossible de l’annuler." + +#: scheduler/ipp.c:3480 +#, c-format +msgid "Job #%d is already canceled - can't cancel." +msgstr "La tâche n°%d est déjà annulée - impossible de l’annuler." + +#: scheduler/ipp.c:3492 +#, c-format +msgid "Job #%d is already completed - can't cancel." +msgstr "La tâche n°%d est déjà terminée - impossible de l’annuler." + +#: 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:9033 +#, c-format +msgid "Job #%d is not complete." +msgstr "" + +#: scheduler/ipp.c:3007 +#, c-format +msgid "Job #%d is not held for authentication." +msgstr "" + +#: scheduler/ipp.c:8807 +#, c-format +msgid "Job #%d is not held." +msgstr "" + +#: cgi-bin/ipp-var.c:1055 +msgid "Job Completed" +msgstr "terminée" + +#: cgi-bin/ipp-var.c:1053 +msgid "Job Created" +msgstr "Tâche créée" + +#: cgi-bin/ipp-var.c:1059 +msgid "Job Options Changed" +msgstr "Options de la tâche modifiées" + +#: cgi-bin/ipp-var.c:1057 +msgid "Job Stopped" +msgstr "arrêtée" + +#: scheduler/ipp.c:10068 +msgid "Job is completed and cannot be changed." +msgstr "La tâche est terminée et ne peut être modifiée." + +#: cgi-bin/jobs.c:198 +msgid "Job operation failed" +msgstr "L’opération sur la tâche a échoué :" + +#: scheduler/ipp.c:10104 scheduler/ipp.c:10123 scheduler/ipp.c:10134 +msgid "Job state cannot be changed." +msgstr "L’état de la tâche ne peut être modifié." + +#: 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 "Tâches" + +#: backend/lpd.c:185 +msgid "LPD/LPR Host or Printer" +msgstr "Hôte ou imprimante LPD/LPR" + +#: ppdc/sample.c:230 +msgid "Label Printer" +msgstr "Imprimante pour étiquettes" + +#: ppdc/sample.c:446 +msgid "Label Top" +msgstr "Étiquette supérieure" + +#: scheduler/ipp.c:2070 scheduler/ipp.c:5643 +#, c-format +msgid "Language \"%s\" not supported." +msgstr "" + +#: ppdc/sample.c:164 +msgid "Large Address" +msgstr "Adresse étendue" + +#: ppdc/sample.c:291 +msgid "LaserJet Series PCL 4/5" +msgstr "LaserJet série PCL 4/5" + +#: ppdc/sample.c:43 +msgid "Letter Oversize" +msgstr "" + +#: ppdc/sample.c:44 +msgid "Letter Oversize Long Edge" +msgstr "" + +#: ppdc/sample.c:236 +msgid "Light" +msgstr "Clair" + +#: cups/ppd.c:352 +msgid "Line longer than the maximum allowed (255 characters)" +msgstr "Ligne dépassant la longueur maximale autorisée (255 caractères)" + +#: cgi-bin/admin.c:2393 +msgid "List Available Printers" +msgstr "" + +#: ppdc/sample.c:272 +msgid "Long-Edge (Portrait)" +msgstr "Bord le plus long (Portrait)" + +#: 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 "Taille du papier" + +#: cups/ppd.c:793 cups/ppd.c:1361 ppdc/sample.c:262 +msgid "Media Source" +msgstr "Source du papier" + +#: ppdc/sample.c:364 +msgid "Media Tracking" +msgstr "Crénage du papier" + +#: cups/ppd.c:791 cups/ppd.c:1359 ppdc/sample.c:285 +msgid "Media Type" +msgstr "Type de papier" + +#: ppdc/sample.c:237 +msgid "Medium" +msgstr "Moyen" + +#: cups/ppd.c:341 +msgid "Memory allocation error" +msgstr "Erreur d’allocation de mémoire" + +#: cups/ppd.c:361 +msgid "Missing CloseGroup" +msgstr "" + +#: cups/ppd.c:342 +msgid "Missing PPD-Adobe-4.x header" +msgstr "Entête PPD-Adobe-4.x manquant" + +#: cups/ppd.c:351 +msgid "Missing asterisk in column 1" +msgstr "Astérisque manquant à la colonne 1" + +#: scheduler/ipp.c:6119 +msgid "Missing document-number attribute." +msgstr "" + +#: cups/adminutil.c:273 +#, c-format +msgid "Missing double quote on line %d." +msgstr "" + +#: 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 "" + +#: scheduler/ipp.c:9422 +msgid "Missing last-document attribute in request." +msgstr "" + +#: cups/pwg-media.c:535 +msgid "Missing media or media-col." +msgstr "" + +#: cups/pwg-media.c:454 +msgid "Missing media-size in media-col." +msgstr "" + +#: scheduler/ipp.c:6673 +msgid "Missing notify-subscription-ids attribute." +msgstr "" + +#: cups/ppd.c:359 +msgid "Missing option keyword" +msgstr "" + +#: scheduler/ipp.c:3133 scheduler/ipp.c:3158 +msgid "Missing requesting-user-name attribute." +msgstr "" + +#: scheduler/ipp.c:461 +msgid "Missing required attributes." +msgstr "" + +#: cups/adminutil.c:254 +#, c-format +msgid "Missing value on line %d." +msgstr "" + +#: cups/ppd.c:343 +msgid "Missing value string" +msgstr "Chaîne de valeur manquante" + +#: cups/pwg-media.c:442 +msgid "Missing x-dimension in media-size." +msgstr "" + +#: cups/pwg-media.c:448 +msgid "Missing y-dimension in media-size." +msgstr "" + +#: systemv/lpinfo.c:470 +#, c-format +msgid "" +"Model: name = %s\n" +" natural_language = %s\n" +" make-and-model = %s\n" +" device-id = %s" +msgstr "" + +#: cgi-bin/admin.c:570 +msgid "Modify Class" +msgstr "Modifier la classe" + +#: cgi-bin/admin.c:882 +msgid "Modify Printer" +msgstr "Modifier l’imprimante" + +#: cgi-bin/ipp-var.c:425 cgi-bin/ipp-var.c:516 +msgid "Move All Jobs" +msgstr "Transférer toutes les tâches" + +#: cgi-bin/ipp-var.c:364 cgi-bin/ipp-var.c:423 cgi-bin/ipp-var.c:514 +msgid "Move Job" +msgstr "Transférer la tâche" + +#: cups/http-support.c:1290 +msgid "Moved Permanently" +msgstr "Transférées de façon permanente" + +#: cups/ppd.c:340 +msgid "NULL PPD file pointer" +msgstr "Pointeur de fichier PPD NULL." + +#: cups/snmp.c:1053 +msgid "Name OID uses indefinite length" +msgstr "L’OID du nom s’avère être de longueur indéfinie" + +#: scheduler/ipp.c:1142 +msgid "Nested classes are not allowed." +msgstr "" + +#: ppdc/sample.c:430 +msgid "Never" +msgstr "Jamais" + +#: ppdc/sample.c:256 +msgid "New Stylus Color Series" +msgstr "Nouvelles série Stylus Color" + +#: ppdc/sample.c:258 +msgid "New Stylus Photo Series" +msgstr "Nouvelles série Stylus Photo" + +#: cups/ppd.c:1949 +msgid "No" +msgstr "Non" + +#: cups/http-support.c:1287 +msgid "No Content" +msgstr "Aucun contenu" + +#: cups/util.c:1298 +msgid "No PPD name" +msgstr "" + +#: cups/snmp.c:1047 +msgid "No VarBind SEQUENCE" +msgstr "Aucune SEQUENCE VarBind" + +#: cups/adminutil.c:788 +msgid "No Windows printer drivers are installed." +msgstr "" + +#: cups/request.c:566 cups/request.c:908 +msgid "No active connection" +msgstr "Aucune connexion active" + +#: scheduler/ipp.c:3403 +#, c-format +msgid "No active jobs on %s." +msgstr "" + +#: 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 "Aucun nom de communauté" + +#: scheduler/ipp.c:5919 +msgid "No default printer." +msgstr "" + +#: cgi-bin/ipp-var.c:436 scheduler/ipp.c:7248 +msgid "No destinations added." +msgstr "Aucune destination ajoutée." + +#: backend/usb.c:200 +msgid "No device URI found in argv[0] or in DEVICE_URI environment variable." +msgstr "" + +#: cups/snmp.c:1034 +msgid "No error-index" +msgstr "Paramètre error-index absent" + +#: 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 "Aucun OID de nom" + +#: filter/rastertoepson.c:1147 filter/rastertohp.c:876 +#: filter/rastertolabel.c:1302 +msgid "No pages were found." +msgstr "" + +#: cups/util.c:917 +msgid "No printer name" +msgstr "" + +#: cups/util.c:1801 +msgid "No printer-uri found" +msgstr "" + +#: cups/util.c:1786 +msgid "No printer-uri found for class" +msgstr "" + +#: scheduler/ipp.c:6322 +msgid "No printer-uri in request." +msgstr "" + +#: cups/snmp.c:1018 +msgid "No request-id" +msgstr "Paramètre request-id absent" + +#: scheduler/ipp.c:5528 +msgid "No subscription attributes in request." +msgstr "" + +#: scheduler/ipp.c:7575 +msgid "No subscriptions found." +msgstr "Aucun abonnement trouvé." + +#: cups/snmp.c:1042 +msgid "No variable-bindings SEQUENCE" +msgstr "Aucune SEQUENCE variable-bindings" + +#: cups/snmp.c:997 +msgid "No version number" +msgstr "Aucun numéro de version" + +#: ppdc/sample.c:367 +msgid "Non-continuous (Mark sensing)" +msgstr "Non continu (détection de marque)" + +#: ppdc/sample.c:366 +msgid "Non-continuous (Web sensing)" +msgstr "Non continu (détection Web)" + +#: ppdc/sample.c:238 +msgid "Normal" +msgstr "Normal" + +#: cups/http-support.c:1309 +msgid "Not Found" +msgstr "Introuvable" + +#: cups/http-support.c:1321 +msgid "Not Implemented" +msgstr "Non implémentée" + +#: ppdc/sample.c:276 +msgid "Not Installed" +msgstr "Non installée" + +#: cups/http-support.c:1296 +msgid "Not Modified" +msgstr "Non modifiée" + +#: cups/http-support.c:1324 +msgid "Not Supported" +msgstr "Non prise en charge" + +#: scheduler/ipp.c:1518 scheduler/ipp.c:10666 +msgid "Not allowed to print." +msgstr "Impression interdite" + +#: ppdc/sample.c:146 +msgid "Note" +msgstr "Remarque" + +#: systemv/cupstestdsc.c:433 +msgid "Note: this program only validates the DSC comments, not the PostScript itself." +msgstr "" + +#: cups/http-support.c:1278 cups/ppd.c:338 +msgid "OK" +msgstr "OK" + +#: ppdc/sample.c:271 +msgid "Off (1-Sided)" +msgstr "Désactivé (recto)" + +#: 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 "Aide en ligne" + +#: cups/adminutil.c:955 +#, c-format +msgid "Open of %s failed: %s" +msgstr "L’ouverture de %s a échoué : %s" + +#: cups/ppd.c:346 +msgid "OpenGroup without a CloseGroup first" +msgstr "OpenGroup sans CloseGroup préalable" + +#: cups/ppd.c:348 +msgid "OpenUI/JCLOpenUI without a CloseUI/JCLCloseUI first" +msgstr "OpenUI/JCLOpenUI sans CloseUI/JCLCloseUI préalable" + +#: cgi-bin/admin.c:3631 +msgid "Operation Policy" +msgstr "Règles de fonctionnement" + +#: filter/pstops.c:2205 +#, c-format +msgid "Option \"%s\" cannot be included via %%%%IncludeFeature." +msgstr "" + +#: cgi-bin/admin.c:3281 cgi-bin/admin.c:3365 +msgid "Options Installed" +msgstr "Options installées" + +#: 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 "Options" + +#: cups/ppd-cache.c:156 +msgid "Out of date PPD cache file." +msgstr "" + +#: cups/ppd-cache.c:1381 +msgid "Out of memory." +msgstr "" + +#: cups/ppd.c:795 cups/ppd.c:1363 +msgid "Output Mode" +msgstr "Mode de sortie" + +#: systemv/lpstat.c:1191 systemv/lpstat.c:1195 +#, c-format +msgid "Output for printer %s is sent to %s" +msgstr "" + +#: systemv/lpstat.c:1185 +#, c-format +msgid "Output for printer %s is sent to remote printer %s on %s" +msgstr "" + +#: systemv/lpstat.c:1209 systemv/lpstat.c:1213 +#, c-format +msgid "Output for printer %s/%s is sent to %s" +msgstr "" + +#: systemv/lpstat.c:1203 +#, c-format +msgid "Output for printer %s/%s is sent to remote printer %s on %s" +msgstr "" + +#: systemv/cupstestdsc.c:399 +msgid "PASS" +msgstr "" + +#: ppdc/sample.c:260 +msgid "PCL Laser Printer" +msgstr "Imprimante laser PCL" + +#: ppdc/sample.c:149 +msgid "PRC16K" +msgstr "PRC16K" + +#: ppdc/sample.c:150 +msgid "PRC16K Long Edge" +msgstr "" + +#: ppdc/sample.c:151 +msgid "PRC32K" +msgstr "PRC32K" + +#: ppdc/sample.c:154 +msgid "PRC32K Long Edge" +msgstr "" + +#: ppdc/sample.c:152 +msgid "PRC32K Oversize" +msgstr "" + +#: ppdc/sample.c:153 +msgid "PRC32K Oversize Long Edge" +msgstr "" + +#: cups/snmp.c:1014 +msgid "Packet does not contain a Get-Response-PDU" +msgstr "Le paquet ne contient aucun paramètre Get-Response-PDU" + +#: cups/snmp.c:993 +msgid "Packet does not start with SEQUENCE" +msgstr "Le paquet ne commence pas par 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 "Mot de passe pour %s sur %s ? " + +#: systemv/cupsaddsmb.c:252 +#, c-format +msgid "Password for %s required to access %s via SAMBA: " +msgstr "Un mot de passe pour %s est nécessaire pour accéder à %s via SAMBA : " + +#: cgi-bin/classes.c:167 +msgid "Pause Class" +msgstr "Suspendre la classe" + +#: cgi-bin/printers.c:170 +msgid "Pause Printer" +msgstr "Suspendre l’imprimante" + +#: ppdc/sample.c:448 +msgid "Peel-Off" +msgstr "Décoller" + +#: ppdc/sample.c:160 +msgid "Photo" +msgstr "Photo" + +#: ppdc/sample.c:161 +msgid "Photo Labels" +msgstr "Étiquettes photo" + +#: ppdc/sample.c:286 +msgid "Plain Paper" +msgstr "" + +#: cgi-bin/admin.c:3299 cgi-bin/admin.c:3580 +msgid "Policies" +msgstr "Règles" + +#: cgi-bin/admin.c:3306 cgi-bin/admin.c:3649 cgi-bin/admin.c:3662 +msgid "Port Monitor" +msgstr "Moniteur de port" + +#: ppdc/sample.c:278 +msgid "PostScript Printer" +msgstr "Imprimante PostScript" + +#: ppdc/sample.c:147 +msgid "Postcard" +msgstr "Carte postale" + +#: 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 "Densité d’impression" + +#: cups/notify.c:82 +msgid "Print Job:" +msgstr "Tâche d’impression :" + +#: ppdc/sample.c:340 +msgid "Print Mode" +msgstr "Mode d’impression" + +#: ppdc/sample.c:383 +msgid "Print Rate" +msgstr "aux d’impression" + +#: cgi-bin/printers.c:179 +msgid "Print Self-Test Page" +msgstr "Imprimer une page d’autotest" + +#: ppdc/sample.c:327 +msgid "Print Speed" +msgstr "Vitesse d’impression" + +#: cgi-bin/ipp-var.c:792 +msgid "Print Test Page" +msgstr "Imprimer la page de test" + +#: ppdc/sample.c:356 +msgid "Print and Cut" +msgstr "Impression à découper" + +#: ppdc/sample.c:344 +msgid "Print and Tear" +msgstr "Impression à détacher" + +#: backend/ipp.c:1537 +#, c-format +msgid "Print file accepted - job ID %d." +msgstr "" + +#: backend/ipp.c:1527 +msgid "Print file accepted - job ID unknown." +msgstr "" + +#: 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 "ajoutée" + +#: ppdc/sample.c:263 +msgid "Printer Default" +msgstr "par défaut" + +#: cgi-bin/ipp-var.c:1051 +msgid "Printer Deleted" +msgstr "supprimée" + +#: cgi-bin/ipp-var.c:1049 +msgid "Printer Modified" +msgstr "modifiée" + +#: cgi-bin/ipp-var.c:1045 +msgid "Printer Paused" +msgstr "en pause" + +#: ppdc/sample.c:294 +msgid "Printer Settings" +msgstr "Réglages de l’imprimante" + +#: backend/ipp.c:1893 +msgid "Printer cannot print supplied content." +msgstr "" + +#: cups/notify.c:126 +msgid "Printer:" +msgstr "Imprimante :" + +#: 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 "" + +#: cgi-bin/classes.c:173 cgi-bin/printers.c:176 +msgid "Purge Jobs" +msgstr "Purger les tâches" + +#: 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 "Refuser les tâches" + +#: backend/lpd.c:1016 backend/lpd.c:1148 +#, c-format +msgid "Remote host did not accept control file (%d)." +msgstr "" + +#: backend/lpd.c:1101 +#, c-format +msgid "Remote host did not accept data file (%d)." +msgstr "" + +#: ppdc/sample.c:428 +msgid "Reprint After Error" +msgstr "Réimprimer après erreur" + +#: cups/http-support.c:1312 +msgid "Request Entity Too Large" +msgstr "Entité de requête trop volumineuse" + +#: cups/ppd.c:797 cups/ppd.c:1365 ppdc/sample.c:231 +msgid "Resolution" +msgstr "Résolution" + +#: cgi-bin/classes.c:165 +msgid "Resume Class" +msgstr "Relancer la classe" + +#: cgi-bin/printers.c:167 +msgid "Resume Printer" +msgstr "Relancer l’imprimante" + +#: ppdc/sample.c:165 +msgid "Return Address" +msgstr "Renvoyer l’adresse" + +#: ppdc/sample.c:449 +msgid "Rewind" +msgstr "Rembobiner" + +#: cups/adminutil.c:2052 +#, c-format +msgid "Running command: %s %s -N -A %s -c '%s'" +msgstr "" + +#: cups/snmp.c:995 +msgid "SEQUENCE uses indefinite length" +msgstr "SEQUENCE s’avère être de longueur indéfinie" + +#: cups/http-support.c:1336 +msgid "SSL/TLS Negotiation Error" +msgstr "" + +#: cups/http-support.c:1293 +msgid "See Other" +msgstr "Autres" + +#: 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 "Le serveur a redémarré" + +#: cgi-bin/ipp-var.c:1067 +msgid "Server Security Auditing" +msgstr "Vérification de la sécurité du serveur" + +#: cgi-bin/ipp-var.c:1063 +msgid "Server Started" +msgstr "Le serveur a démarré" + +#: cgi-bin/ipp-var.c:1065 +msgid "Server Stopped" +msgstr "Le serveur s’est arrêté" + +#: cups/http-support.c:1330 +msgid "Service Unavailable" +msgstr "Service indisponible" + +#: 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 "Définir les autorisations" + +#: cgi-bin/admin.c:3035 +msgid "Set As Server Default" +msgstr "Définir comme valeur par défaut pour le serveur" + +#: cgi-bin/admin.c:3135 +msgid "Set Class Options" +msgstr "Définir les options de classe" + +#: cgi-bin/admin.c:3135 cgi-bin/admin.c:3309 cgi-bin/admin.c:3691 +msgid "Set Printer Options" +msgstr "Définir les options de l’imprimante" + +#: cgi-bin/admin.c:3861 cgi-bin/admin.c:3905 cgi-bin/admin.c:3923 +msgid "Set Publishing" +msgstr "Définir la publication" + +#: ppdc/sample.c:166 +msgid "Shipping Address" +msgstr "Adresse de livraison" + +#: ppdc/sample.c:273 +msgid "Short-Edge (Landscape)" +msgstr "Bord le plus court (paysage)" + +#: ppdc/sample.c:288 +msgid "Special Paper" +msgstr "Papier spécial" + +#: backend/lpd.c:1057 +#, c-format +msgid "Spooling job, %.0f%% complete." +msgstr "" + +#: ppdc/sample.c:341 +msgid "Standard" +msgstr "Standard" + +#. TRANSLATORS: Banner/cover sheet before the print job. +#: cgi-bin/admin.c:3552 +msgid "Starting Banner" +msgstr "Début de la bannière" + +#: filter/rastertoepson.c:1069 filter/rastertohp.c:793 +#: filter/rastertolabel.c:1225 +#, c-format +msgid "Starting page %d." +msgstr "" + +#: ppdc/sample.c:156 +msgid "Statement" +msgstr "Déclaration" + +#: 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 "" + +#: ppdc/sample.c:157 +msgid "Super A" +msgstr "" + +#: 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 "Permuter les protocoles" + +#: ppdc/sample.c:159 +msgid "Tabloid" +msgstr "Tabloïd" + +#: 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 "Détacher" + +#: ppdc/sample.c:447 +msgid "Tear-Off" +msgstr "Détacher" + +#: ppdc/sample.c:388 +msgid "Tear-Off Adjust Position" +msgstr "Position d’ajustement du détachement" + +#: 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: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 "Le fichier PPD « %s » n’a pu être trouvé." + +#: scheduler/ipp.c:6906 +#, c-format +msgid "The PPD file \"%s\" could not be opened: %s" +msgstr "Le fichier PPD « %s » n’a pu être ouvert : %s" + +#: filter/rastertoepson.c:1038 filter/rastertohp.c:764 +#: filter/rastertolabel.c:1189 +msgid "The PPD file could not be opened." +msgstr "" + +#: 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 "Le nom de classe doit comporter au plus 127 caractères, tous imprimables, sans espace, « / » et « # »." + +#: 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 "L’attribut « notify-lease-duration » ne peut pas être utilisé dans un abonnement de tâche." + +#: scheduler/ipp.c:2080 scheduler/ipp.c:5653 +#, c-format +msgid "The notify-user-data value is too large (%d > 63 octets)." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "Le nom d’imprimante doit comporter au plus 127 caractères, tous imprimables, sans espace, « / » et « # »." + +#: 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 "Le paramètre printer-uri « %s » contient des caractères non valides." + +#: scheduler/ipp.c:3175 +msgid "The printer-uri attribute is required." +msgstr "" + +#: scheduler/ipp.c:966 +msgid "The printer-uri must be of the form \"ipp://HOSTNAME/classes/CLASSNAME\"." +msgstr "L’attribut « printer-uri » doit se présenter sous la forme « ipp://HOSTNAME/classes/CLASSNAME »." + +#: scheduler/ipp.c:2245 +msgid "The printer-uri must be of the form \"ipp://HOSTNAME/printers/PRINTERNAME\"." +msgstr "L’attribut « printer-uri » doit se présenter sous la forme « ipp://HOSTNAME/printers/PRINTERNAME »." + +#: cgi-bin/admin.c:474 +msgid "The subscription name may not contain spaces, slashes (/), question marks (?), or the pound sign (#)." +msgstr "Le nom de l’abonnement ne doit pas contenir d’espace ni aucun des symboles « / », « ? » et « # »." + +#: scheduler/client.c:2450 +msgid "The web interface is currently disabled. Run \"cupsctl WebInterface=yes\" to enable it." +msgstr "" + +#: scheduler/ipp.c:6454 +#, c-format +msgid "The which-jobs value \"%s\" is not supported." +msgstr "" + +#: scheduler/ipp.c:5731 +msgid "There are too many subscriptions." +msgstr "Les abonnements sont trop nombreux." + +#: 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 "" + +#: ppdc/sample.c:435 +msgid "Thermal Transfer Media" +msgstr "Papier pour transfert thermique" + +#: scheduler/ipp.c:1507 +msgid "Too many active jobs." +msgstr "Trop de tâches en cours." + +#: scheduler/ipp.c:1401 +#, c-format +msgid "Too many job-sheets values (%d > 2)." +msgstr "" + +#: scheduler/ipp.c:2529 +#, c-format +msgid "Too many printer-state-reasons values (%d > %d)." +msgstr "" + +#: ppdc/sample.c:289 +msgid "Transparency" +msgstr "Transparence" + +#: ppdc/sample.c:284 +msgid "Tray" +msgstr "Bac" + +#: ppdc/sample.c:264 +msgid "Tray 1" +msgstr "Bac 1" + +#: ppdc/sample.c:265 +msgid "Tray 2" +msgstr "Bac 2" + +#: ppdc/sample.c:266 +msgid "Tray 3" +msgstr "Bac 3" + +#: ppdc/sample.c:267 +msgid "Tray 4" +msgstr "Bac 4" + +#: cups/http-support.c:1315 +msgid "URI Too Long" +msgstr "URI trop long" + +#: ppdc/sample.c:138 +msgid "US Ledger" +msgstr "US Ledger" + +#: ppdc/sample.c:139 +msgid "US Legal" +msgstr "US Légal" + +#: ppdc/sample.c:140 +msgid "US Legal Oversize" +msgstr "" + +#: ppdc/sample.c:141 +msgid "US Letter" +msgstr "US Lettre" + +#: ppdc/sample.c:142 +msgid "US Letter Long Edge" +msgstr "" + +#: ppdc/sample.c:143 +msgid "US Letter Oversize" +msgstr "" + +#: ppdc/sample.c:144 +msgid "US Letter Oversize Long Edge" +msgstr "" + +#: ppdc/sample.c:145 +msgid "US Letter Small" +msgstr "" + +#: cgi-bin/admin.c:1959 cgi-bin/admin.c:1972 cgi-bin/admin.c:1996 +msgid "Unable to access cupsd.conf file" +msgstr "Impossible d’accéder au fichier cupsd.conf :" + +#: cgi-bin/help.c:133 +msgid "Unable to access help file." +msgstr "Impossible d’accéder au fichier d’aide :" + +#: cgi-bin/admin.c:526 +msgid "Unable to add RSS subscription" +msgstr "Impossible d’ajouter d’abonnement RSS :" + +#: cgi-bin/admin.c:814 +msgid "Unable to add class" +msgstr "Impossible d’ajouter la classe :" + +#: 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 "" + +#: cgi-bin/admin.c:1059 cgi-bin/admin.c:1419 +msgid "Unable to add printer" +msgstr "Impossible d’ajouter l’imprimante :" + +#: 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 "Impossible d’annuler l’abonnement 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 "Impossible de modifier l’attribut « printer-is-shared » :" + +#: cgi-bin/admin.c:1657 cgi-bin/admin.c:1799 +msgid "Unable to change server settings" +msgstr "Impossible de modifier les réglages du serveur :" + +#: 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 "Connexion à l’hôte impossible." + +#: 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 "" + +#: cups/adminutil.c:691 +#, c-format +msgid "Unable to copy 64-bit Windows printer driver files (%d)." +msgstr "" + +#: cups/adminutil.c:522 +#, c-format +msgid "Unable to copy CUPS printer driver files (%d)." +msgstr "" + +#: scheduler/ipp.c:2649 +#, c-format +msgid "Unable to copy PPD file - %s" +msgstr "" + +#: scheduler/ipp.c:2704 +msgid "Unable to copy PPD file." +msgstr "" + +#: cups/adminutil.c:487 +#, c-format +msgid "Unable to copy Windows 2000 printer driver files (%d)." +msgstr "" + +#: cups/adminutil.c:610 +#, c-format +msgid "Unable to copy Windows 9x printer driver files (%d)." +msgstr "" + +#: scheduler/ipp.c:2626 +#, c-format +msgid "Unable to copy interface script - %s" +msgstr "" + +#: 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 "" + +#: cgi-bin/admin.c:1850 cgi-bin/admin.c:1862 scheduler/cupsfilter.c:1236 +msgid "Unable to create temporary file" +msgstr "Impossible de créer le fichier temporaire :" + +#: cgi-bin/admin.c:2153 +msgid "Unable to delete class" +msgstr "Impossible de supprimer la classe :" + +#: cgi-bin/admin.c:2238 +msgid "Unable to delete printer" +msgstr "Impossible de supprimer l’imprimante :" + +#: cgi-bin/classes.c:260 cgi-bin/printers.c:269 +msgid "Unable to do maintenance command" +msgstr "Impossible de lancer la commande de maintenance :" + +#: cgi-bin/admin.c:1974 +msgid "Unable to edit cupsd.conf files larger than 1MB" +msgstr "" + +#: 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 "Impossible d’obtenir la liste des classes :" + +#: cgi-bin/classes.c:549 +msgid "Unable to get class status" +msgstr "Impossible d’obtenir l’état de la classe :" + +#: cgi-bin/admin.c:1320 +msgid "Unable to get list of printer drivers" +msgstr "Impossible d’obtenir la liste des pilotes d’impression :" + +#: cgi-bin/admin.c:2840 +msgid "Unable to get printer attributes" +msgstr "Impossible de récupérer les attributs de l’imprimante :" + +#: cgi-bin/printers.c:467 +msgid "Unable to get printer list" +msgstr "Impossible d’obtenir la liste des imprimantes :" + +#: cgi-bin/printers.c:569 +msgid "Unable to get printer status" +msgstr "" + +#: backend/ipp.c:933 +msgid "Unable to get printer status." +msgstr "Impossible d’obtenir l’état de l’imprimante :" + +#: cups/adminutil.c:565 cups/adminutil.c:769 +#, c-format +msgid "Unable to install Windows 2000 printer driver files (%d)." +msgstr "" + +#: cups/adminutil.c:639 +#, c-format +msgid "Unable to install Windows 9x printer driver files (%d)." +msgstr "" + +#: 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 "" + +#: 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 "Impossible de modifier la classe :" + +#: cgi-bin/admin.c:1058 cgi-bin/admin.c:1418 +msgid "Unable to modify printer" +msgstr "Impossible de modifier l’imprimante :" + +#: cgi-bin/ipp-var.c:432 cgi-bin/ipp-var.c:521 +msgid "Unable to move job" +msgstr "Impossible de transférer la tâche." + +#: cgi-bin/ipp-var.c:434 cgi-bin/ipp-var.c:523 +msgid "Unable to move jobs" +msgstr "Impossible de transférer les tâches." + +#: cgi-bin/admin.c:3186 cups/ppd.c:339 +msgid "Unable to open PPD file" +msgstr "" + +#: 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 "Impossible d’ouvrir le fichier 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 "" + +#: 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 "Impossible d’imprimer la page de test :" + +#: 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 "" + +#: cups/adminutil.c:2088 +#, c-format +msgid "Unable to run \"%s\": %s" +msgstr "" + +#: 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 "" + +#: cgi-bin/admin.c:3807 +msgid "Unable to set options" +msgstr "Impossible de définir les options :" + +#: cgi-bin/admin.c:3077 +msgid "Unable to set server default" +msgstr "Impossible de définir la valeur par défaut pour le serveur :" + +#: 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 "Impossible de transmettre le fichier cupsd.conf :" + +#: backend/usb-darwin.c:1985 backend/usb-darwin.c:2009 +msgid "Unable to use legacy USB class driver." +msgstr "" + +#: 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 "" + +#: cups/http-support.c:1303 +msgid "Unauthorized" +msgstr "Non autorisé" + +#: cgi-bin/admin.c:3503 +msgid "Units" +msgstr "Unités" + +#: cups/http-support.c:1343 cups/ppd.c:366 +msgid "Unknown" +msgstr "Inconnu" + +#: filter/pstops.c:2213 +#, c-format +msgid "Unknown choice \"%s\" for option \"%s\"." +msgstr "" + +#: backend/ipp.c:507 +#, c-format +msgid "Unknown encryption option value: \"%s\"." +msgstr "" + +#: backend/lpd.c:350 +#, c-format +msgid "Unknown file order: \"%s\"." +msgstr "" + +#: backend/lpd.c:321 +#, c-format +msgid "Unknown format character: \"%c\"." +msgstr "" + +#: 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 "" + +#: filter/pstops.c:2196 +#, c-format +msgid "Unknown option \"%s\"." +msgstr "" + +#: backend/lpd.c:336 +#, c-format +msgid "Unknown print mode: \"%s\"." +msgstr "" + +#: scheduler/ipp.c:10496 +#, c-format +msgid "Unknown printer-error-policy \"%s\"." +msgstr "Paramètre printer-error-policy « %s » inconnu." + +#: scheduler/ipp.c:10479 +#, c-format +msgid "Unknown printer-op-policy \"%s\"." +msgstr "Paramètre printer-op-policy « %s » inconnu." + +#: cups/http-addrlist.c:710 +msgid "Unknown service name." +msgstr "" + +#: backend/ipp.c:526 +#, c-format +msgid "Unknown version option value: \"%s\"." +msgstr "" + +#: scheduler/ipp.c:402 +#, c-format +msgid "Unsupported character set \"%s\"." +msgstr "" + +#: scheduler/ipp.c:8171 scheduler/ipp.c:9401 scheduler/ipp.c:10950 +#, c-format +msgid "Unsupported compression \"%s\"." +msgstr "" + +#: scheduler/ipp.c:8305 scheduler/ipp.c:9551 scheduler/ipp.c:10979 +#, c-format +msgid "Unsupported document-format \"%s\"." +msgstr "" + +#: scheduler/ipp.c:9534 +#, c-format +msgid "Unsupported document-format \"%s/%s\"." +msgstr "" + +#: scheduler/ipp.c:1367 +#, c-format +msgid "Unsupported format \"%s\"." +msgstr "" + +#: 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 "" + +#: filter/pstops.c:2512 +#, c-format +msgid "Unsupported number-up-layout value %s, using number-up-layout=lrtb." +msgstr "" + +#: filter/pstops.c:2563 +#, c-format +msgid "Unsupported page-border value %s, using page-border=none." +msgstr "" + +#: 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 "Type de valeur non pris en charge" + +#: cups/http-support.c:1318 +msgid "Upgrade Required" +msgstr "Mise à niveau obligatoire" + +#: 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 "" + +#: 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 "" + +#: systemv/cupsaddsmb.c:281 +msgid "Usage: cupsaddsmb [options] printer1 ... printerN" +msgstr "" + +#: systemv/cupsctl.c:200 +msgid "Usage: cupsctl [options] [param=value ... paramN=valueN]" +msgstr "" + +#: scheduler/main.c:2017 +msgid "Usage: cupsd [options]" +msgstr "" + +#: scheduler/cupsfilter.c:1429 +msgid "Usage: cupsfilter [ options ] filename" +msgstr "" + +#: systemv/cupstestdsc.c:425 +msgid "Usage: cupstestdsc [options] filename.ps [... filename.ps]" +msgstr "" + +#: systemv/cupstestppd.c:3793 +msgid "Usage: cupstestppd [options] filename1.ppd[.gz] [... filenameN.ppd[.gz]]" +msgstr "" + +#: test/ipptool.c:4401 +msgid "Usage: ipptool [options] URI filename [ ... filenameN ]" +msgstr "" + +#: systemv/lpmove.c:125 +msgid "Usage: lpmove job/src dest" +msgstr "" + +#: 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 "" + +#: systemv/lppasswd.c:476 +msgid "Usage: lppasswd [-g groupname]" +msgstr "" + +#: systemv/lppasswd.c:479 +msgid "" +"Usage: lppasswd [-g groupname] [username]\n" +" lppasswd [-g groupname] -a [username]\n" +" lppasswd [-g groupname] -x [username]" +msgstr "" + +#: berkeley/lpq.c:670 +msgid "Usage: lpq [-P dest] [-U username] [-h hostname[:port]] [-l] [+interval]" +msgstr "" + +#: ppdc/ppdc.cxx:435 +msgid "Usage: ppdc [options] filename.drv [ ... filenameN.drv ]" +msgstr "" + +#: ppdc/ppdhtml.cxx:172 +msgid "Usage: ppdhtml [options] filename.drv >filename.html" +msgstr "" + +#: ppdc/ppdi.cxx:128 +msgid "Usage: ppdi [options] filename.ppd [ ... filenameN.ppd ]" +msgstr "" + +#: ppdc/ppdmerge.cxx:367 +msgid "Usage: ppdmerge [options] filename.ppd [ ... filenameN.ppd ]" +msgstr "" + +#: ppdc/ppdpo.cxx:252 +msgid "Usage: ppdpo [options] -o filename.po filename.drv [ ... filenameN.drv ]" +msgstr "" + +#: backend/snmp.c:218 +msgid "Usage: snmp [host-or-ip-address]" +msgstr "" + +#: cups/snmp.c:1064 +msgid "Value uses indefinite length" +msgstr "La valeur s’avère être de longueur indéfinie" + +#: cups/snmp.c:1049 +msgid "VarBind uses indefinite length" +msgstr "VarBind s’avère être de longueur indéfinie" + +#: cups/snmp.c:999 +msgid "Version uses indefinite length" +msgstr "La version s’avère être de longueur indéfinie" + +#: 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 "" + +#: cups/http-support.c:1339 +msgid "Web Interface is Disabled" +msgstr "" + +#: cups/ppd.c:1947 +msgid "Yes" +msgstr "Oui" + +#: scheduler/client.c:2437 +#, c-format +msgid "You must access this page using the URL https://%s:%d%s." +msgstr "Vous devez accéder à cette page par l’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 "" + +#: ppdc/sample.c:439 +msgid "ZPL Label Printer" +msgstr "Imprimante pour étiquettes ZPL" + +#: ppdc/sample.c:362 +msgid "Zebra" +msgstr "Zebra" + +#: cups/notify.c:102 +msgid "aborted" +msgstr "abandonnée" + +#: cups/notify.c:99 +msgid "canceled" +msgstr "annulée" + +#: cups/notify.c:105 +msgid "completed" +msgstr "terminée" + +#: scheduler/ipp.c:6012 +msgid "cups-deviced failed to execute." +msgstr "L’exécution de « cups-deviced » a échoué." + +#: scheduler/ipp.c:6842 scheduler/ipp.c:7091 +msgid "cups-driverd failed to execute." +msgstr "L’exécution de « cups-driverd » a échoué." + +#: systemv/cupsaddsmb.c:233 +#, c-format +msgid "cupsaddsmb: No PPD file for printer \"%s\" - %s" +msgstr "" + +#: systemv/cupsctl.c:141 +msgid "cupsctl: Cannot set Listen or Port directly." +msgstr "" + +#: systemv/cupsctl.c:152 +#, c-format +msgid "cupsctl: Unable to connect to server: %s" +msgstr "" + +#: systemv/cupsctl.c:195 +#, c-format +msgid "cupsctl: Unknown option \"%s\"" +msgstr "" + +#: systemv/cupsctl.c:197 +#, c-format +msgid "cupsctl: Unknown option \"-%c\"" +msgstr "" + +#: scheduler/main.c:189 +msgid "cupsd: Expected config filename after \"-c\" option." +msgstr "" + +#: scheduler/main.c:221 scheduler/main.c:228 +msgid "cupsd: Unable to get current directory." +msgstr "" + +#: scheduler/main.c:295 +#, c-format +msgid "cupsd: Unknown argument \"%s\" - aborting." +msgstr "" + +#: scheduler/main.c:288 +#, c-format +msgid "cupsd: Unknown option \"%c\" - aborting." +msgstr "" + +#: scheduler/main.c:255 +msgid "cupsd: launchd(8) support not compiled in, running in normal mode." +msgstr "" + +#: scheduler/cupsfilter.c:1209 +#, c-format +msgid "cupsfilter: Invalid document number %d." +msgstr "" + +#: scheduler/cupsfilter.c:1203 +#, c-format +msgid "cupsfilter: Invalid job ID %d." +msgstr "" + +#: scheduler/cupsfilter.c:358 +msgid "cupsfilter: Only one filename can be specified." +msgstr "" + +#: scheduler/cupsfilter.c:1251 +#, c-format +msgid "cupsfilter: Unable to get job file - %s" +msgstr "" + +#: systemv/cupstestppd.c:261 +msgid "cupstestppd: The -q option is incompatible with the -v option." +msgstr "" + +#: systemv/cupstestppd.c:277 +msgid "cupstestppd: The -v option is incompatible with the -q option." +msgstr "" + +#: systemv/lpstat.c:1231 systemv/lpstat.c:1234 systemv/lpstat.c:1237 +#, c-format +msgid "device for %s/%s: %s" +msgstr "" + +#: systemv/lpstat.c:1218 systemv/lpstat.c:1221 systemv/lpstat.c:1224 +#, c-format +msgid "device for %s: %s" +msgstr "" + +#: cups/snmp.c:1036 +msgid "error-index uses indefinite length" +msgstr "Le paramètre error-index s’avère être de longueur indéfinie" + +#: cups/snmp.c:1028 +msgid "error-status uses indefinite length" +msgstr "Le paramètre error-status s’avère être de longueur indéfinie" + +#: cups/notify.c:90 +msgid "held" +msgstr "retenue" + +#: berkeley/lpc.c:209 +msgid "help\t\tGet help on commands." +msgstr "" + +#: cups/notify.c:131 +msgid "idle" +msgstr "inactive" + +#: 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:597 +#, c-format +msgid "ipptool: Bad URI - %s." +msgstr "" + +#: test/ipptool.c:362 +#, c-format +msgid "ipptool: Bad version %s for \"-V\"." +msgstr "" + +#: test/ipptool.c:508 +msgid "ipptool: Invalid seconds for \"-i\"." +msgstr "" + +#: test/ipptool.c:578 +msgid "ipptool: May only specify a single URI." +msgstr "" + +#: test/ipptool.c:531 +msgid "ipptool: Missing count for \"-n\"." +msgstr "" + +#: test/ipptool.c:408 +msgid "ipptool: Missing filename for \"-f\"." +msgstr "" + +#: test/ipptool.c:389 +msgid "ipptool: Missing name=value for \"-d\"." +msgstr "" + +#: test/ipptool.c:498 +msgid "ipptool: Missing seconds for \"-i\"." +msgstr "" + +#: test/ipptool.c:332 +msgid "ipptool: Missing timeout for \"-T\"." +msgstr "" + +#: test/ipptool.c:345 +msgid "ipptool: Missing version for \"-V\"." +msgstr "" + +#: test/ipptool.c:624 +msgid "ipptool: URI required before test file." +msgstr "" + +#: test/ipptool.c:558 +#, c-format +msgid "ipptool: Unknown option \"-%c\"." +msgstr "" + +#: scheduler/ipp.c:7838 +msgid "job-printer-uri attribute missing." +msgstr "" + +#: systemv/lpadmin.c:131 systemv/lpadmin.c:375 +msgid "lpadmin: Class name can only contain printable characters." +msgstr "" + +#: systemv/lpadmin.c:614 +msgid "lpadmin: Expected PPD after \"-P\" option." +msgstr "" + +#: systemv/lpadmin.c:457 +msgid "lpadmin: Expected allow/deny:userlist after \"-u\" option." +msgstr "" + +#: systemv/lpadmin.c:364 +msgid "lpadmin: Expected class after \"-r\" option." +msgstr "" + +#: systemv/lpadmin.c:120 +msgid "lpadmin: Expected class name after \"-c\" option." +msgstr "" + +#: systemv/lpadmin.c:558 +msgid "lpadmin: Expected description after \"-D\" option." +msgstr "" + +#: systemv/lpadmin.c:491 +msgid "lpadmin: Expected device URI after \"-v\" option." +msgstr "" + +#: systemv/lpadmin.c:574 +msgid "lpadmin: Expected file type(s) after \"-I\" option." +msgstr "" + +#: systemv/lpadmin.c:202 +msgid "lpadmin: Expected hostname after \"-h\" option." +msgstr "" + +#: systemv/lpadmin.c:221 +msgid "lpadmin: Expected interface after \"-i\" option." +msgstr "" + +#: systemv/lpadmin.c:594 +msgid "lpadmin: Expected location after \"-L\" option." +msgstr "" + +#: systemv/lpadmin.c:274 +msgid "lpadmin: Expected model after \"-m\" option." +msgstr "" + +#: systemv/lpadmin.c:417 +msgid "lpadmin: Expected name after \"-R\" option." +msgstr "" + +#: systemv/lpadmin.c:294 +msgid "lpadmin: Expected name=value after \"-o\" option." +msgstr "" + +#: systemv/lpadmin.c:313 +msgid "lpadmin: Expected printer after \"-p\" option." +msgstr "" + +#: systemv/lpadmin.c:164 +msgid "lpadmin: Expected printer name after \"-d\" option." +msgstr "" + +#: systemv/lpadmin.c:525 +msgid "lpadmin: Expected printer or class after \"-x\" option." +msgstr "" + +#: systemv/lpadmin.c:975 +msgid "lpadmin: No member names were seen." +msgstr "" + +#: systemv/lpadmin.c:762 +#, c-format +msgid "lpadmin: Printer %s is already a member of class %s." +msgstr "" + +#: systemv/lpadmin.c:989 +#, c-format +msgid "lpadmin: Printer %s is not a member of class %s." +msgstr "" + +#: systemv/lpadmin.c:175 systemv/lpadmin.c:324 systemv/lpadmin.c:536 +msgid "lpadmin: Printer name can only contain printable characters." +msgstr "" + +#: systemv/lpadmin.c:105 +msgid "" +"lpadmin: Unable to add a printer to the class:\n" +" You must specify a printer name first." +msgstr "" + +#: 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 "" + +#: systemv/lpadmin.c:1329 +msgid "lpadmin: Unable to create temporary file" +msgstr "" + +#: systemv/lpadmin.c:402 +msgid "" +"lpadmin: Unable to delete option:\n" +" You must specify a printer name first." +msgstr "" + +#: systemv/lpadmin.c:1339 +#, c-format +msgid "lpadmin: Unable to open PPD file \"%s\" - %s" +msgstr "" + +#: systemv/lpadmin.c:348 +msgid "" +"lpadmin: Unable to remove a printer from the class:\n" +" You must specify a printer name first." +msgstr "" + +#: systemv/lpadmin.c:656 +msgid "" +"lpadmin: Unable to set the printer options:\n" +" You must specify a printer name first." +msgstr "" + +#: systemv/lpadmin.c:474 +#, c-format +msgid "lpadmin: Unknown allow/deny option \"%s\"." +msgstr "" + +#: systemv/lpadmin.c:629 +#, c-format +msgid "lpadmin: Unknown argument \"%s\"." +msgstr "" + +#: systemv/lpadmin.c:624 +#, c-format +msgid "lpadmin: Unknown option \"%c\"." +msgstr "" + +#: systemv/lpadmin.c:580 +msgid "lpadmin: Warning - content type list ignored." +msgstr "" + +#: 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 "" + +#: systemv/lpinfo.c:190 +msgid "lpinfo: Expected language after \"--language\"." +msgstr "" + +#: systemv/lpinfo.c:207 +msgid "lpinfo: Expected make and model after \"--make-and-model\"." +msgstr "" + +#: systemv/lpinfo.c:224 +msgid "lpinfo: Expected product string after \"--product\"." +msgstr "" + +#: systemv/lpinfo.c:155 +msgid "lpinfo: Expected scheme list after \"--exclude-schemes\"." +msgstr "" + +#: systemv/lpinfo.c:173 +msgid "lpinfo: Expected scheme list after \"--include-schemes\"." +msgstr "" + +#: systemv/lpinfo.c:241 +msgid "lpinfo: Expected timeout after \"--timeout\"." +msgstr "" + +#: systemv/lpinfo.c:265 +#, c-format +msgid "lpinfo: Unknown argument \"%s\"." +msgstr "" + +#: systemv/lpinfo.c:259 +#, c-format +msgid "lpinfo: Unknown option \"%c\"." +msgstr "" + +#: systemv/lpinfo.c:252 +#, c-format +msgid "lpinfo: Unknown option \"%s\"." +msgstr "" + +#: systemv/lpmove.c:133 +#, c-format +msgid "lpmove: Unable to connect to server: %s" +msgstr "" + +#: systemv/lpmove.c:119 +#, c-format +msgid "lpmove: Unknown argument \"%s\"." +msgstr "" + +#: systemv/lpmove.c:97 +#, c-format +msgid "lpmove: Unknown option \"%c\"." +msgstr "" + +#: systemv/lpoptions.c:150 systemv/lpoptions.c:168 systemv/lpoptions.c:244 +msgid "lpoptions: No printers." +msgstr "" + +#: systemv/lpoptions.c:219 +#, c-format +msgid "lpoptions: Unable to add printer or instance: %s" +msgstr "" + +#: systemv/lpoptions.c:521 +#, c-format +msgid "lpoptions: Unable to get PPD file for %s: %s" +msgstr "" + +#: systemv/lpoptions.c:529 +#, c-format +msgid "lpoptions: Unable to open PPD file for %s." +msgstr "" + +#: systemv/lpoptions.c:99 +msgid "lpoptions: Unknown printer or class." +msgstr "" + +#: systemv/lppasswd.c:173 +msgid "lppasswd: Only root can add or delete passwords." +msgstr "" + +#: systemv/lppasswd.c:302 +msgid "lppasswd: Password file busy." +msgstr "" + +#: systemv/lppasswd.c:431 +msgid "lppasswd: Password file not updated." +msgstr "" + +#: systemv/lppasswd.c:398 +msgid "lppasswd: Sorry, password doesn't match." +msgstr "" + +#: systemv/lppasswd.c:253 +msgid "lppasswd: Sorry, password rejected." +msgstr "" + +#: systemv/lppasswd.c:230 +msgid "lppasswd: Sorry, passwords don't match." +msgstr "" + +#: systemv/lppasswd.c:199 systemv/lppasswd.c:218 +#, c-format +msgid "lppasswd: Unable to copy password string: %s" +msgstr "" + +#: systemv/lppasswd.c:304 systemv/lppasswd.c:312 systemv/lppasswd.c:329 +#, c-format +msgid "lppasswd: Unable to open password file: %s" +msgstr "" + +#: systemv/lppasswd.c:364 systemv/lppasswd.c:377 systemv/lppasswd.c:408 +#, c-format +msgid "lppasswd: Unable to write to password file: %s" +msgstr "" + +#: systemv/lppasswd.c:446 +#, c-format +msgid "lppasswd: failed to backup old password file: %s" +msgstr "" + +#: systemv/lppasswd.c:458 +#, c-format +msgid "lppasswd: failed to rename password file: %s" +msgstr "" + +#: systemv/lppasswd.c:389 +#, c-format +msgid "lppasswd: user \"%s\" and group \"%s\" do not exist." +msgstr "" + +#: systemv/lpstat.c:1039 +#, c-format +msgid "lpstat: error - %s environment variable names non-existent destination \"%s\"." +msgstr "" + +#: systemv/lpstat.c:970 +#, c-format +msgid "members of class %s:" +msgstr "" + +#: 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 "" + +#: scheduler/ipp.c:2034 scheduler/ipp.c:5607 +#, c-format +msgid "notify-recipient-uri URI \"%s\" is already used." +msgstr "" + +#: scheduler/ipp.c:2024 scheduler/ipp.c:5597 +#, c-format +msgid "notify-recipient-uri URI \"%s\" uses unknown scheme." +msgstr "" + +#: cups/notify.c:87 +msgid "pending" +msgstr "en attente" + +#: ppdc/ppdc.cxx:113 ppdc/ppdpo.cxx:93 +#, c-format +msgid "ppdc: Adding include directory \"%s\"." +msgstr "" + +#: ppdc/ppdpo.cxx:134 +#, c-format +msgid "ppdc: Adding/updating UI text from %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:410 +#, c-format +msgid "ppdc: Bad boolean value (%s) on line %d of %s." +msgstr "" + +#: ppdc/ppdc-import.cxx:264 +#, c-format +msgid "ppdc: Bad font attribute: %s" +msgstr "" + +#: ppdc/ppdc-source.cxx:1796 +#, c-format +msgid "ppdc: Bad resolution name \"%s\" on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:1113 +#, c-format +msgid "ppdc: Bad status keyword %s on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:2033 +#, c-format +msgid "ppdc: Bad variable substitution ($%c) on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:2719 +#, c-format +msgid "ppdc: Choice found on line %d of %s with no Option." +msgstr "" + +#: ppdc/ppdc-source.cxx:1698 +#, c-format +msgid "ppdc: Duplicate #po for locale %s on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:932 +#, c-format +msgid "ppdc: Expected a filter definition on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:955 +#, c-format +msgid "ppdc: Expected a program name on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:394 +#, c-format +msgid "ppdc: Expected boolean value on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:1093 +#, c-format +msgid "ppdc: Expected charset after Font on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:447 +#, c-format +msgid "ppdc: Expected choice code on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:435 +#, c-format +msgid "ppdc: Expected choice name/text on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:503 +#, c-format +msgid "ppdc: Expected color order for ColorModel on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:492 +#, c-format +msgid "ppdc: Expected colorspace for ColorModel on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:514 +#, c-format +msgid "ppdc: Expected compression for ColorModel on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:695 +#, c-format +msgid "ppdc: Expected constraints string for UIConstraints on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:2905 +#, c-format +msgid "ppdc: Expected driver type keyword following DriverType on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:826 +#, c-format +msgid "ppdc: Expected duplex type after Duplex on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:1077 +#, c-format +msgid "ppdc: Expected encoding after Font on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:1689 +#, c-format +msgid "ppdc: Expected filename after #po %s on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:1205 +#, c-format +msgid "ppdc: Expected group name/text on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:2619 +#, c-format +msgid "ppdc: Expected include filename on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:1502 +#, c-format +msgid "ppdc: Expected integer on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:1681 +#, c-format +msgid "ppdc: Expected locale after #po on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:353 +#, c-format +msgid "ppdc: Expected name after %s on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:3277 +#, c-format +msgid "ppdc: Expected name after FileName on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:1058 +#, c-format +msgid "ppdc: Expected name after Font on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:3108 +#, c-format +msgid "ppdc: Expected name after Manufacturer on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:3141 +#, c-format +msgid "ppdc: Expected name after MediaSize on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:3231 +#, c-format +msgid "ppdc: Expected name after ModelName on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:3294 +#, c-format +msgid "ppdc: Expected name after PCFileName on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:1156 +#, c-format +msgid "ppdc: Expected name/text after %s on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:1245 +#, c-format +msgid "ppdc: Expected name/text after Installable on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:1782 +#, c-format +msgid "ppdc: Expected name/text after Resolution on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:479 +#, c-format +msgid "ppdc: Expected name/text combination for ColorModel on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:1574 +#, c-format +msgid "ppdc: Expected option name/text on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:1608 +#, c-format +msgid "ppdc: Expected option section on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:1586 +#, c-format +msgid "ppdc: Expected option type on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:1765 +#, c-format +msgid "ppdc: Expected override field after Resolution on line %d of %s." +msgstr "" + +#: ppdc/ppdc-catalog.cxx:341 ppdc/ppdc-catalog.cxx:353 +#, c-format +msgid "ppdc: Expected quoted string on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:1004 +#, c-format +msgid "ppdc: Expected real number on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:572 +#, c-format +msgid "ppdc: Expected resolution/mediatype following ColorProfile on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:1863 +#, c-format +msgid "ppdc: Expected resolution/mediatype following SimpleColorProfile on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:361 +#, c-format +msgid "ppdc: Expected selector after %s on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:1101 +#, c-format +msgid "ppdc: Expected status after Font on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:2794 +#, c-format +msgid "ppdc: Expected string after Copyright on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:3397 +#, c-format +msgid "ppdc: Expected string after Version on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:728 +#, c-format +msgid "ppdc: Expected two option names on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:372 +#, c-format +msgid "ppdc: Expected value after %s on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:1085 +#, c-format +msgid "ppdc: Expected version after Font on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:227 +#, c-format +msgid "ppdc: Invalid #include/#po filename \"%s\"." +msgstr "" + +#: ppdc/ppdc-source.cxx:972 +#, c-format +msgid "ppdc: Invalid cost for filter on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:964 +#, c-format +msgid "ppdc: Invalid empty MIME type for filter on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:980 +#, c-format +msgid "ppdc: Invalid empty program name for filter on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:1628 +#, c-format +msgid "ppdc: Invalid option section \"%s\" on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:1600 +#, c-format +msgid "ppdc: Invalid option type \"%s\" on line %d of %s." +msgstr "" + +#: ppdc/ppdc.cxx:251 ppdc/ppdpo.cxx:123 +#, c-format +msgid "ppdc: Loading driver information file \"%s\"." +msgstr "" + +#: ppdc/ppdc.cxx:187 +#, c-format +msgid "ppdc: Loading messages for locale \"%s\"." +msgstr "" + +#: ppdc/ppdc.cxx:126 +#, c-format +msgid "ppdc: Loading messages from \"%s\"." +msgstr "" + +#: ppdc/ppdc-source.cxx:2412 ppdc/ppdc-source.cxx:2644 +#, c-format +msgid "ppdc: Missing #endif at end of \"%s\"." +msgstr "" + +#: 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/ppdc-catalog.cxx:418 +#, c-format +msgid "ppdc: Need a msgid line before any translation strings on line %d of %s." +msgstr "" + +#: ppdc/ppdc-driver.cxx:730 +#, c-format +msgid "ppdc: No message catalog provided for locale %s." +msgstr "" + +#: 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/ppdc-source.cxx:1644 +#, c-format +msgid "ppdc: Option %s redefined with a different type on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:705 +#, c-format +msgid "ppdc: Option constraint must *name on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:2495 +#, c-format +msgid "ppdc: Too many nested #if's on line %d of %s." +msgstr "" + +#: ppdc/ppdc.cxx:374 +#, c-format +msgid "ppdc: Unable to create PPD file \"%s\" - %s." +msgstr "" + +#: ppdc/ppdc.cxx:266 +#, c-format +msgid "ppdc: Unable to create output directory %s: %s" +msgstr "" + +#: ppdc/ppdc.cxx:287 +#, c-format +msgid "ppdc: Unable to create output pipes: %s" +msgstr "" + +#: ppdc/ppdc.cxx:303 ppdc/ppdc.cxx:309 +#, c-format +msgid "ppdc: Unable to execute cupstestppd: %s" +msgstr "" + +#: ppdc/ppdc-source.cxx:1730 +#, c-format +msgid "ppdc: Unable to find #po file %s on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:2651 +#, c-format +msgid "ppdc: Unable to find include file \"%s\" on line %d of %s." +msgstr "" + +#: ppdc/ppdc.cxx:198 +#, c-format +msgid "ppdc: Unable to find localization for \"%s\" - %s" +msgstr "" + +#: ppdc/ppdc.cxx:135 +#, c-format +msgid "ppdc: Unable to load localization file \"%s\" - %s" +msgstr "" + +#: ppdc/ppdc-file.cxx:50 +#, c-format +msgid "ppdc: Unable to open %s: %s" +msgstr "" + +#: ppdc/ppdc-source.cxx:2054 +#, c-format +msgid "ppdc: Undefined variable (%s) on line %d of %s." +msgstr "" + +#: ppdc/ppdc-catalog.cxx:435 +#, c-format +msgid "ppdc: Unexpected text on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:2924 +#, c-format +msgid "ppdc: Unknown driver type %s on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:906 +#, c-format +msgid "ppdc: Unknown duplex type \"%s\" on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:3154 +#, c-format +msgid "ppdc: Unknown media size \"%s\" on line %d of %s." +msgstr "" + +#: ppdc/ppdc-catalog.cxx:463 +#, c-format +msgid "ppdc: Unknown message catalog format for \"%s\"." +msgstr "" + +#: ppdc/ppdc-source.cxx:3408 +#, c-format +msgid "ppdc: Unknown token \"%s\" seen on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:1014 +#, c-format +msgid "ppdc: Unknown trailing characters in real number \"%s\" on line %d of %s." +msgstr "" + +#: ppdc/ppdc-source.cxx:2164 +#, c-format +msgid "ppdc: Unterminated string starting with %c on line %d of %s." +msgstr "" + +#: ppdc/ppdc.cxx:365 +#, c-format +msgid "ppdc: Warning - overlapping filename \"%s\"." +msgstr "" + +#: ppdc/ppdc.cxx:380 +#, c-format +msgid "ppdc: Writing %s." +msgstr "" + +#: ppdc/ppdc.cxx:148 +#, c-format +msgid "ppdc: Writing PPD files to directory \"%s\"." +msgstr "" + +#: ppdc/ppdmerge.cxx:136 +#, c-format +msgid "ppdmerge: Bad LanguageVersion \"%s\" in %s." +msgstr "" + +#: ppdc/ppdmerge.cxx:176 +#, c-format +msgid "ppdmerge: Ignoring PPD file %s." +msgstr "" + +#: ppdc/ppdmerge.cxx:160 +#, c-format +msgid "ppdmerge: Unable to backup %s to %s - %s" +msgstr "" + +#: systemv/lpstat.c:1784 +#, c-format +msgid "printer %s disabled since %s -" +msgstr "" + +#: systemv/lpstat.c:1773 +#, c-format +msgid "printer %s is idle. enabled since %s" +msgstr "" + +#: systemv/lpstat.c:1778 +#, c-format +msgid "printer %s now printing %s-%d. enabled since %s" +msgstr "" + +#: systemv/lpstat.c:1909 +#, c-format +msgid "printer %s/%s disabled since %s -" +msgstr "" + +#: systemv/lpstat.c:1895 +#, c-format +msgid "printer %s/%s is idle. enabled since %s" +msgstr "" + +#: systemv/lpstat.c:1902 +#, c-format +msgid "printer %s/%s now printing %s-%d. enabled since %s" +msgstr "" + +#: cups/notify.c:93 cups/notify.c:134 +msgid "processing" +msgstr "en cours" + +#: systemv/lp.c:644 +#, c-format +msgid "request id is %s-%d (%d file(s))" +msgstr "" + +#: cups/snmp.c:1020 +msgid "request-id uses indefinite length" +msgstr "Le paramètre request-id s’avère être de longueur indéfinie" + +#: 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 "stat sur %s a échoué : %s" + +#: berkeley/lpc.c:211 +msgid "status\t\tShow status of daemon and queue." +msgstr "" + +#: cups/notify.c:96 cups/notify.c:137 +msgid "stopped" +msgstr "arrêtée" + +#: systemv/lpstat.c:1017 +#, c-format +msgid "system default destination: %s" +msgstr "" + +#: systemv/lpstat.c:1014 +#, c-format +msgid "system default destination: %s/%s" +msgstr "" + +#: cups/notify.c:108 cups/notify.c:140 +msgid "unknown" +msgstr "inconnu" + +#: cups/notify.c:117 +msgid "untitled" +msgstr "sans titre" + +#: cups/snmp.c:1045 +msgid "variable-bindings uses indefinite length" +msgstr "" + + +# +# End of "$Id$". +# diff --git a/locale/cups_ru.po b/locale/cups_ru.po new file mode 100644 index 000000000..c87b3a036 --- /dev/null +++ b/locale/cups_ru.po @@ -0,0 +1,7133 @@ +msgid "" +msgstr "" +"Project-Id-Version: CUPS 1.4\n" +"Report-Msgid-Bugs-To: http://www.cups.org/str.php\n" +"POT-Creation-Date: 2010-03-03 10:36-0800\n" +"PO-Revision-Date: 2009-02-16 12:00-0800\n" +"Last-Translator: Apple Inc.\n" +"Language-Team: Apple Inc.\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" + +msgid "\t\t(all)" +msgstr "\t\t(все)" + +msgid "\t\t(none)" +msgstr "\t\t(нет)" + +#, c-format +msgid "\t%d entries" +msgstr "\tзаписей: %d" + +msgid "\tAfter fault: continue" +msgstr "\tПосле ошибки: продолжить" + +msgid "\tAlerts:" +msgstr "\tПредупреждения:" + +msgid "\tBanner required" +msgstr "\tТребуется баннер" + +msgid "\tCharset sets:" +msgstr "\tНабор символов устанавливает:" + +msgid "\tConnection: direct" +msgstr "\tПодключение: прямое" + +msgid "\tConnection: remote" +msgstr "\tПодключение: удаленное" + +msgid "\tDefault page size:" +msgstr "\tРазмер страницы по умолчанию:" + +msgid "\tDefault pitch:" +msgstr "\tВысота по умолчанию:" + +msgid "\tDefault port settings:" +msgstr "\tНастройки порта по умолчанию:" + +#, c-format +msgid "\tDescription: %s" +msgstr "\tОписание: %s" + +msgid "" +"\tForm mounted:" +"\tContent types: any" +"\tPrinter types: unknown" +msgstr "" +"\tФорма подключения:" +"\tТипы контента: любые" +"\tТипы принтеров: неизвестно" + +msgid "\tForms allowed:" +msgstr "\tРазрешенные формы:" + +#, c-format +msgid "\tInterface: %s.ppd" +msgstr "\tИнтерфейс: %s.ppd" + +#, c-format +msgid "\tInterface: %s/interfaces/%s" +msgstr "\tИнтерфейс: %s/интерфейсы/%s" + +#, c-format +msgid "\tInterface: %s/ppd/%s.ppd" +msgstr "\tИнтерфейс: %s/ppd/%s.ppd" + +#, c-format +msgid "\tLocation: %s" +msgstr "\tРасположение: %s" + +msgid "\tOn fault: no alert" +msgstr "\tПри ошибке: не выводить предупреждение" + +msgid "\tUsers allowed:" +msgstr "\tРазрешенные пользователи:" + +msgid "\tUsers denied:" +msgstr "\tЗапрещенные пользователи:" + +msgid "\tdaemon present" +msgstr "\tдемон присутствует" + +msgid "\tno entries" +msgstr "\tнет записей" + +#, c-format +msgid "\tprinter is on device '%s' speed -1" +msgstr "\tпринтер на скорости -1 устройства «%s»" + +msgid "\tprinting is disabled" +msgstr "\tпечать отключена" + +msgid "\tprinting is enabled" +msgstr "\tпечать включена" + +#, c-format +msgid "\tqueued for %s" +msgstr "\tочередь для %s" + +msgid "\tqueuing is disabled" +msgstr "\tочередь отключена" + +msgid "\tqueuing is enabled" +msgstr "\tочередь включена" + +msgid "\treason unknown" +msgstr "\tпричина неизвестна" + +msgid "" +"" +" DETAILED CONFORMANCE TEST RESULTS" +msgstr "" +"" +" ПОДРОБНЫЕ РЕЗУЛЬТАТЫ ТЕСТА СООТВЕТСТВИЯ" + +msgid " REF: Page 15, section 3.1." +msgstr " REF: Стр. 15, раздел 3.1." + +msgid " REF: Page 15, section 3.2." +msgstr " REF: Стр. 15, раздел 3.2." + +msgid " REF: Page 19, section 3.3." +msgstr " REF: Стр. 19, раздел 3.3." + +msgid " REF: Page 20, section 3.4." +msgstr " REF: Стр. 20, раздел 3.4." + +msgid " REF: Page 27, section 3.5." +msgstr " REF: Стр. 27, раздел 3.5." + +msgid " REF: Page 42, section 5.2." +msgstr " REF: Стр. 42, раздел 5.2." + +msgid " REF: Pages 16-17, section 3.2." +msgstr " REF: Стр. 16-17, раздел 3.2." + +msgid " REF: Pages 42-45, section 5.2." +msgstr " REF: Стр. 42-45, раздел 5.2." + +msgid " REF: Pages 45-46, section 5.2." +msgstr " REF: Стр. 45-46, раздел 5.2." + +msgid " REF: Pages 48-49, section 5.2." +msgstr " REF: Стр. 48-49, раздел 5.2." + +msgid " REF: Pages 52-54, section 5.2." +msgstr " REF: Стр. 52-54, раздел 5.2." + +#, c-format +msgid " %-39.39s %.0f bytes" +msgstr " %-39.39s %.0f байт" + +#, c-format +msgid " PASS Default%s" +msgstr " PASS Default%s" + +msgid " PASS DefaultImageableArea" +msgstr " PASS DefaultImageableArea" + +msgid " PASS DefaultPaperDimension" +msgstr " PASS DefaultPaperDimension" + +msgid " PASS FileVersion" +msgstr " PASS FileVersion" + +msgid " PASS FormatVersion" +msgstr " PASS FormatVersion" + +msgid " PASS LanguageEncoding" +msgstr " PASS LanguageEncoding" + +msgid " PASS LanguageVersion" +msgstr " PASS LanguageVersion" + +msgid " PASS Manufacturer" +msgstr " PASS Manufacturer" + +msgid " PASS ModelName" +msgstr " PASS ModelName" + +msgid " PASS NickName" +msgstr " PASS NickName" + +msgid " PASS PCFileName" +msgstr " PASS PCFileName" + +msgid " PASS PSVersion" +msgstr " PASS PSVersion" + +msgid " PASS PageRegion" +msgstr " PASS PageRegion" + +msgid " PASS PageSize" +msgstr " PASS PageSize" + +msgid " PASS Product" +msgstr " PASS Product" + +msgid " PASS ShortNickName" +msgstr " PASS ShortNickName" + +#, c-format +msgid "" +" WARN \"%s %s\" conflicts with \"%s %s\"" +" (constraint=\"%s %s %s %s\")" +msgstr "" +" WARN «%s %s» конфликтует с «%s %s»" +" (constraint=«%s %s %s %s»)" + +#, c-format +msgid " WARN %s has no corresponding options" +msgstr "" + +#, c-format +msgid "" +" WARN %s shares a common prefix with %s" +" REF: Page 15, section 3.2." +msgstr "" +" WARN %s использует общий префикс совместно с %s" +" REF: Стр. 15, раздел 3.2." + +msgid " WARN Default choices conflicting" +msgstr "" + +#, c-format +msgid "" +" WARN Duplex option keyword %s may not work as expected and should " +"be named Duplex" +" REF: Page 122, section 5.17" +msgstr "" + +msgid " WARN File contains a mix of CR, LF, and CR LF line endings" +msgstr "" + +msgid "" +" WARN LanguageEncoding required by PPD 4.3 spec." +" REF: Pages 56-57, section 5.3." +msgstr "" +" WARN LanguageEncoding требуется спецификацией PPD 4.3." +" REF: Стр. 56-57, раздел 5.3." + +#, c-format +msgid " WARN Line %d only contains whitespace" +msgstr "" + +msgid "" +" WARN Manufacturer required by PPD 4.3 spec." +" REF: Pages 58-59, section 5.3." +msgstr "" +" WARN LanguageEncoding требуется спецификацией PPD 4.3." +" REF: Стр. 58-59, раздел 5.3." + +msgid "" +" WARN Non-Windows PPD files should use lines ending with only LF, " +"not CR LF" +msgstr "" + +#, c-format +msgid "" +" WARN Obsolete PPD version %.1f" +" REF: Page 42, section 5.2." +msgstr "" + +msgid "" +" WARN PCFileName longer than 8.3 in violation of PPD spec." +" REF: Pages 61-62, section 5.3." +msgstr "" +" WARN PCFileName длиннее чем 8.3 нарушает спецификацию PPD." +" REF: Стр. 61-62, раздел 5.3." + +msgid "" +" WARN PCFileName should contain a unique filename." +" REF: Pages 61-62, section 5.3." +msgstr "" + +msgid "" +" WARN Protocols contains PJL but JCL attributes are not set." +" REF: Pages 78-79, section 5.7." +msgstr "" +" WARN Protocols содержит PJL, но атрибуты JCL не настроены." +" REF: Стр. 78-79, раздел 5.7." + +msgid "" +" WARN Protocols contains both PJL and BCP; expected TBCP." +" REF: Pages 78-79, section 5.7." +msgstr "" + +msgid "" +" WARN ShortNickName required by PPD 4.3 spec." +" REF: Pages 64-65, section 5.3." +msgstr "" +" WARN ShortNickName требуется спецификацией PPD 4.3." +" REF: Стр. 64-65, раздел 5.3." + +#, c-format +msgid " %s %s %s does not exist" +msgstr "" + +#, c-format +msgid " %s %s file \"%s\" has the wrong capitalization" +msgstr "" + +#, c-format +msgid "" +" %s Bad %s choice %s" +" REF: Page 122, section 5.17" +msgstr "" + +#, c-format +msgid " %s Bad UTF-8 \"%s\" translation string for option %s" +msgstr "" + +#, c-format +msgid "" +" %s Bad UTF-8 \"%s\" translation string for option %s, choice %s" +msgstr "" + +#, c-format +msgid " %s Bad cupsFilter value \"%s\"" +msgstr "" + +#, c-format +msgid " %s Bad cupsICCProfile %s" +msgstr "" + +#, c-format +msgid " %s Bad cupsPreFilter value \"%s\"" +msgstr "" + +#, c-format +msgid " %s Bad cupsUIConstraints %s: \"%s\"" +msgstr "" + +#, c-format +msgid " %s Bad language \"%s\"" +msgstr "" + +#, c-format +msgid " %s Bad permissions on APDialogExtension file \"%s\"" +msgstr "" + +#, c-format +msgid " %s Bad permissions on APPrinterIconPath file \"%s\"" +msgstr "" + +#, c-format +msgid " %s Bad permissions on APPrinterLowInkTool file \"%s\"" +msgstr "" + +#, c-format +msgid " %s Bad permissions on APPrinterUtilityPath file \"%s\"" +msgstr "" + +#, c-format +msgid " %s Bad permissions on APScanAppPath file \"%s\"" +msgstr "" + +#, c-format +msgid " %s Bad permissions on cupsFilter file \"%s\"" +msgstr "" + +#, c-format +msgid " %s Bad permissions on cupsICCProfile file \"%s\"" +msgstr "" + +#, c-format +msgid " %s Bad permissions on cupsPreFilter file \"%s\"" +msgstr "" + +#, c-format +msgid " %s Bad spelling of %s - should be %s" +msgstr "" + +#, c-format +msgid " %s Cannot provide both APScanAppPath and APScanAppBundleID" +msgstr "" + +#, c-format +msgid " %s Empty cupsUIConstraints %s" +msgstr "" + +#, c-format +msgid " %s Missing \"%s\" translation string for option %s" +msgstr "" + +#, c-format +msgid " %s Missing \"%s\" translation string for option %s, choice %s" +msgstr "" + +#, c-format +msgid " %s Missing APDialogExtension file \"%s\"" +msgstr "" + +#, c-format +msgid " %s Missing APPrinterIconPath file \"%s\"" +msgstr "" + +#, c-format +msgid " %s Missing APPrinterLowInkTool file \"%s\"" +msgstr "" + +#, c-format +msgid " %s Missing APPrinterUtilityPath file \"%s\"" +msgstr "" + +#, c-format +msgid " %s Missing APScanAppPath file \"%s\"" +msgstr "" + +#, c-format +msgid "" +" %s Missing REQUIRED PageRegion option" +" REF: Page 100, section 5.14." +msgstr "" + +#, c-format +msgid "" +" %s Missing REQUIRED PageSize option" +" REF: Page 99, section 5.14." +msgstr "" + +#, c-format +msgid " %s Missing choice *%s %s in UIConstraints \"*%s %s *%s %s\"" +msgstr "" + +#, c-format +msgid " %s Missing choice *%s %s in cupsUIConstraints %s: \"%s\"" +msgstr "" + +#, c-format +msgid " %s Missing cupsFilter file \"%s\"" +msgstr " %s Файл cupsFilter отсутствует «%s»" + +#, c-format +msgid " %s Missing cupsICCProfile file \"%s\"" +msgstr "" + +#, c-format +msgid " %s Missing cupsPreFilter file \"%s\"" +msgstr " %s Файл cupsFilter «%s» отсутствует" + +#, c-format +msgid " %s Missing cupsUIResolver %s" +msgstr "" + +#, c-format +msgid " %s Missing option %s in UIConstraints \"*%s %s *%s %s\"" +msgstr "" + +#, c-format +msgid " %s Missing option %s in cupsUIConstraints %s: \"%s\"" +msgstr "" + +#, c-format +msgid " %s No base translation \"%s\" is included in file" +msgstr "" + +#, c-format +msgid "" +" %s Non-standard size name \"%s\"" +" REF: Page 187, section B.2." +msgstr "" + +#, c-format +msgid "" +" %s REQUIRED %s does not define choice None" +" REF: Page 122, section 5.17" +msgstr "" + +#, c-format +msgid " %s Size \"%s\" defined for %s but not for %s" +msgstr "" + +#, c-format +msgid " %s Size \"%s\" has unexpected dimensions (%gx%g)" +msgstr "" + +#, c-format +msgid " %s cupsICCProfile %s hash value collides with %s" +msgstr "" + +#, c-format +msgid " %s cupsUIResolver %s causes a loop" +msgstr "" + +#, c-format +msgid "" +" %s cupsUIResolver %s does not list at least two different options" +msgstr "" + +#, c-format +msgid " **FAIL** %s choice names %s and %s differ only by case" +msgstr "" + +#, c-format +msgid "" +" **FAIL** %s must be 1284DeviceID" +" REF: Page 72, section 5.5" +msgstr "" + +#, c-format +msgid "" +" **FAIL** BAD Default%s %s" +" REF: Page 40, section 4.5." +msgstr "" +" **FAIL** НЕВЕРНЫЙ Default%s %s" +" REF: Стр. 40, раздел 4.5." + +#, c-format +msgid "" +" **FAIL** BAD DefaultImageableArea %s" +" REF: Page 102, section 5.15." +msgstr "" + +#, c-format +msgid "" +" **FAIL** BAD DefaultPaperDimension %s" +" REF: Page 103, section 5.15." +msgstr "" + +msgid "" +" **FAIL** BAD JobPatchFile attribute in file" +" REF: Page 24, section 3.4." +msgstr "" +" **FAIL** НЕВЕРНЫЙ JobPatchFile атрибут в файле" +" REF: Стр. 24, раздел 3.4." + +msgid "" +" **FAIL** BAD Manufacturer (should be \"HP\")" +" REF: Page 211, table D.1." +msgstr "" +" **FAIL** НЕВЕРНЫЙ Manufacturer (должен быть «HP»)" +" REF: Стр. 211, таблица D.1." + +msgid "" +" **FAIL** BAD Manufacturer (should be \"Oki\")" +" REF: Page 211, table D.1." +msgstr "" +" **FAIL** НЕВЕРНЫЙ Manufacturer (должен быть «Oki»)" +" REF: Стр. 211, таблица D.1." + +#, c-format +msgid "" +" **FAIL** BAD ModelName - \"%c\" not allowed in string." +" REF: Pages 59-60, section 5.3." +msgstr "" +" **FAIL** НЕВЕРНОЕ ModelName – «%c» не разрешено в строке." +" REF: Стр. 59-60, раздел 5.3." + +msgid "" +" **FAIL** BAD PSVersion - not \"(string) int\"." +" REF: Pages 62-64, section 5.3." +msgstr "" +" **FAIL** НЕВЕРНАЯ PSVersion – не «(string) int»." +" REF: Стр. 62-64, раздел 5.3." + +msgid "" +" **FAIL** BAD Product - not \"(string)\"." +" REF: Page 62, section 5.3." +msgstr "" +" **FAIL** НЕВЕРНЫЙ Product – не «(string)»." +" REF: Стр. 62, раздел 5.3." + +msgid "" +" **FAIL** BAD ShortNickName - longer than 31 chars." +" REF: Pages 64-65, section 5.3." +msgstr "" +" **FAIL** НЕВЕРНЫЙ ShortNickName – длиннее чем 31 симв." +" REF: Стр. 64-65, раздел 5.3." + +#, c-format +msgid "" +" **FAIL** Bad %s choice %s" +" REF: Page 84, section 5.9" +msgstr "" + +#, c-format +msgid "" +" **FAIL** Bad FileVersion \"%s\"" +" REF: Page 56, section 5.3." +msgstr "" +" **FAIL** Неверная FileVersion \"%s\"" +" REF: Стр. 56, раздел 5.3." + +#, c-format +msgid "" +" **FAIL** Bad FormatVersion \"%s\"" +" REF: Page 56, section 5.3." +msgstr "" +" **FAIL** Неверная FormatVersion \"%s\"" +" REF: Стр. 56, раздел 5.3." + +#, c-format +msgid " **FAIL** Bad LanguageEncoding %s - must be ISOLatin1" +msgstr "" + +#, c-format +msgid " **FAIL** Bad LanguageVersion %s - must be English" +msgstr "" + +#, c-format +msgid " **FAIL** Default option code cannot be interpreted: %s" +msgstr "" +" **FAIL** Не удается интерпретировать код параметра по умолчанию: %s" + +#, c-format +msgid "" +" **FAIL** Default translation string for option %s choice %s contains " +"8-bit characters" +msgstr "" + +#, c-format +msgid "" +" **FAIL** Default translation string for option %s contains 8-bit " +"characters" +msgstr "" + +#, c-format +msgid " **FAIL** Group names %s and %s differ only by case" +msgstr "" + +#, c-format +msgid " **FAIL** Multiple occurrences of %s choice name %s" +msgstr "" + +#, c-format +msgid " **FAIL** Option names %s and %s differ only by case" +msgstr "" + +#, c-format +msgid "" +" **FAIL** REQUIRED Default%s" +" REF: Page 40, section 4.5." +msgstr "" +" **FAIL** ТРЕБУЕТСЯ Default%s" +" REF: Стр. 40, раздел 4.5." + +msgid "" +" **FAIL** REQUIRED DefaultImageableArea" +" REF: Page 102, section 5.15." +msgstr "" +" **FAIL** ТРЕБУЕТСЯ DefaultImageableArea" +" REF: Стр. 102, раздел 5.15." + +msgid "" +" **FAIL** REQUIRED DefaultPaperDimension" +" REF: Page 103, section 5.15." +msgstr "" +" **FAIL** ТРЕБУЕТСЯ DefaultPaperDimension" +" REF: Стр. 103, раздел 5.15." + +msgid "" +" **FAIL** REQUIRED FileVersion" +" REF: Page 56, section 5.3." +msgstr "" +" **FAIL** ТРЕБУЕТСЯ FileVersion" +" REF: Стр. 56, раздел 5.3." + +msgid "" +" **FAIL** REQUIRED FormatVersion" +" REF: Page 56, section 5.3." +msgstr "" +" **FAIL** ТРЕБУЕТСЯ FormatVersion" +" REF: Стр. 56, раздел 5.3." + +#, c-format +msgid "" +" **FAIL** REQUIRED ImageableArea for PageSize %s" +" REF: Page 41, section 5." +" REF: Page 102, section 5.15." +msgstr "" +" **FAIL** ТРЕБУЕТСЯ ImageableArea для PageSize %s" +" REF: Стр. 41, раздел 5." +" REF: Стр. 102, раздел 5.15." + +msgid "" +" **FAIL** REQUIRED LanguageEncoding" +" REF: Pages 56-57, section 5.3." +msgstr "" +" **FAIL** ТРЕБУЕТСЯ LanguageEncoding" +" REF: Стр. 56-57, раздел 5.3." + +msgid "" +" **FAIL** REQUIRED LanguageVersion" +" REF: Pages 57-58, section 5.3." +msgstr "" +" **FAIL** ТРЕБУЕТСЯ LanguageVersion" +" REF: Стр. 57-58, раздел 5.3." + +msgid "" +" **FAIL** REQUIRED Manufacturer" +" REF: Pages 58-59, section 5.3." +msgstr "" +" **FAIL** ТРЕБУЕТСЯ Manufacturer" +" REF: Стр. 58-59, раздел 5.3." + +msgid "" +" **FAIL** REQUIRED ModelName" +" REF: Pages 59-60, section 5.3." +msgstr "" +" **FAIL** ТРЕБУЕТСЯ ModelName" +" REF: Стр. 59-60, раздел 5.3." + +msgid "" +" **FAIL** REQUIRED NickName" +" REF: Page 60, section 5.3." +msgstr "" +" **FAIL** ТРЕБУЕТСЯ NickName" +" REF: Стр. 60, раздел 5.3." + +msgid "" +" **FAIL** REQUIRED PCFileName" +" REF: Pages 61-62, section 5.3." +msgstr "" +" **FAIL** ТРЕБУЕТСЯ PCFileName" +" REF: Стр. 61-62, раздел 5.3." + +msgid "" +" **FAIL** REQUIRED PSVersion" +" REF: Pages 62-64, section 5.3." +msgstr "" +" **FAIL** ТРЕБУЕТСЯ PSVersion" +" REF: Стр. 62-64, раздел 5.3." + +msgid "" +" **FAIL** REQUIRED PageRegion" +" REF: Page 100, section 5.14." +msgstr "" +" **FAIL** ТРЕБУЕТСЯ PageRegion" +" REF: Стр. 100, раздел 5.14." + +msgid "" +" **FAIL** REQUIRED PageSize" +" REF: Page 41, section 5." +" REF: Page 99, section 5.14." +msgstr "" +" **FAIL** ТРЕБУЕТСЯ PageSize" +" REF: Стр. 41, раздел 5." +" REF: Стр. 99, раздел 5.14." + +msgid "" +" **FAIL** REQUIRED PageSize" +" REF: Pages 99-100, section 5.14." +msgstr "" +" **FAIL** ТРЕБУЕТСЯ PageSize" +" REF: Стр. 99-100, раздел 5.14." + +#, c-format +msgid "" +" **FAIL** REQUIRED PaperDimension for PageSize %s" +" REF: Page 41, section 5." +" REF: Page 103, section 5.15." +msgstr "" +" **FAIL** ТРЕБУЕТСЯ PaperDimension для PageSize %s" +" REF: Стр. 41, раздел 5." +" REF: Стр. 103, раздел 5.15." + +msgid "" +" **FAIL** REQUIRED Product" +" REF: Page 62, section 5.3." +msgstr "" +" **FAIL** ТРЕБУЕТСЯ Product" +" REF: Стр. 62, раздел 5.3." + +msgid "" +" **FAIL** REQUIRED ShortNickName" +" REF: Page 64-65, section 5.3." +msgstr "" +" **FAIL** ТРЕБУЕТСЯ ShortNickName" +" REF: Стр. 64-65, раздел 5.3." + +#, c-format +msgid " %d ERRORS FOUND" +msgstr " ОБНАРУЖЕНО ОШИБОК: %d" + +#, c-format +msgid "" +" Bad %%%%BoundingBox: on line %d" +" REF: Page 39, %%%%BoundingBox:" +msgstr "" + +#, c-format +msgid "" +" Bad %%%%Page: on line %d" +" REF: Page 53, %%%%Page:" +msgstr "" + +#, c-format +msgid "" +" Bad %%%%Pages: on line %d" +" REF: Page 43, %%%%Pages:" +msgstr "" + +#, c-format +msgid "" +" Line %d is longer than 255 characters (%d)" +" REF: Page 25, Line Length" +msgstr "" + +msgid "" +" Missing %!PS-Adobe-3.0 on first line" +" REF: Page 17, 3.1 Conforming Documents" +msgstr "" + +#, c-format +msgid "" +" Missing %%EndComments comment" +" REF: Page 41, %%EndComments" +msgstr "" + +#, c-format +msgid "" +" Missing or bad %%BoundingBox: comment" +" REF: Page 39, %%BoundingBox:" +msgstr "" + +#, c-format +msgid "" +" Missing or bad %%Page: comments" +" REF: Page 53, %%Page:" +msgstr "" + +#, c-format +msgid "" +" Missing or bad %%Pages: comment" +" REF: Page 43, %%Pages:" +msgstr "" + +msgid " NO ERRORS FOUND" +msgstr " ОШИБОК НЕ ОБНАРУЖЕНО" + +#, c-format +msgid " Saw %d lines that exceeded 255 characters" +msgstr "" + +#, c-format +msgid " Too many %%BeginDocument comments" +msgstr "" + +#, c-format +msgid " Too many %%EndDocument comments" +msgstr "" + +msgid " Warning: file contains binary data" +msgstr "" + +#, c-format +msgid " Warning: no %%EndComments comment in file" +msgstr "" + +#, c-format +msgid " Warning: obsolete DSC version %.1f in file" +msgstr "" + +msgid " FAIL" +msgstr " FAIL" + +#, c-format +msgid "" +" FAIL" +" **FAIL** Unable to open PPD file - %s" +msgstr "" +" FAIL" +" **FAIL** Не удается открыть PPD-файл – %s" + +#, c-format +msgid "" +" FAIL" +" **FAIL** Unable to open PPD file - %s on line %d." +msgstr "" +" FAIL" +" **FAIL** Не удается открыть PPD-файл – %s в строке %d." + +msgid " PASS" +msgstr " PASS" + +msgid "#10 Envelope" +msgstr "#10 Envelope" + +msgid "#11 Envelope" +msgstr "#11 Envelope" + +msgid "#12 Envelope" +msgstr "#12 Envelope" + +msgid "#14 Envelope" +msgstr "#14 Envelope" + +msgid "#9 Envelope" +msgstr "#9 Envelope" + +#, c-format +msgid "%-6s %-10.10s %-4d %-10d %-27.27s %.0f bytes" +msgstr "%-6s %-10.10s %-4d %-10d %-27.27s %.0f байт" + +#, c-format +msgid "%-7s %-7.7s %-7d %-31.31s %.0f bytes" +msgstr "%-7s %-7.7s %-7d %-31.31s %.0f байт" + +#, c-format +msgid "%.0f x %.0f millimeters" +msgstr "%.0f x %.0f мм" + +#, c-format +msgid "%.0f x %.0f to %.0f x %.0f millimeters" +msgstr "%.0f x %.0f — %.0f x %.0f мм" + +#, c-format +msgid "%.2f x %.2f inches" +msgstr "%.2f x %.2f дюймов" + +#, c-format +msgid "%.2f x %.2f to %.2f x %.2f inches" +msgstr "%.2f x %.2f-%.2f x %.2f дюймов" + +#, c-format +msgid "%s accepting requests since %s" +msgstr "%s принимает запросы с момента %s" + +#, c-format +msgid "%s cannot be changed." +msgstr "%s не может быть изменен." + +#, c-format +msgid "%s is not implemented by the CUPS version of lpc." +msgstr "%s не выполнено версией CUPS для lpc." + +#, c-format +msgid "%s is not ready" +msgstr "%s не готов" + +#, c-format +msgid "%s is ready" +msgstr "%s готов" + +#, c-format +msgid "%s is ready and printing" +msgstr "%s готов и печатает" + +#, c-format +msgid "" +"%s not accepting requests since %s -" +"\t%s" +msgstr "" +"%s не принимает запросы с момента %s -" +"\t%s" + +#, c-format +msgid "%s not supported" +msgstr "" + +#, c-format +msgid "%s/%s accepting requests since %s" +msgstr "%s/%s принимает запросы с момента %s" + +#, c-format +msgid "" +"%s/%s not accepting requests since %s -" +"\t%s" +msgstr "" +"%s/%s не принимает запросы с момента %s -" +"\t%s" + +#, c-format +msgid "%s: %-33.33s [job %d localhost]" +msgstr "%s: %-33.33s [задание %d localhost]" + +#, c-format +msgid "%s: %s failed: %s" +msgstr "%s: ошибка %s: %s" + +#, c-format +msgid "%s: Don't know what to do" +msgstr "" + +#, c-format +msgid "" +"%s: Error - %s environment variable names non-existent destination \"%s\"" +msgstr "" + +#, c-format +msgid "%s: Error - bad job ID" +msgstr "" + +#, c-format +msgid "%s: Error - cannot print files and alter jobs simultaneously" +msgstr "" + +#, c-format +msgid "%s: Error - cannot print from stdin if files or a job ID are provided" +msgstr "" + +#, c-format +msgid "%s: Error - expected character set after '-S' option" +msgstr "" + +#, c-format +msgid "%s: Error - expected content type after '-T' option" +msgstr "" + +#, c-format +msgid "%s: Error - expected copies after '-n' option" +msgstr "" + +#, c-format +msgid "%s: Error - expected copy count after '-#' option" +msgstr "" + +#, c-format +msgid "%s: Error - expected destination after '-P' option" +msgstr "" + +#, c-format +msgid "%s: Error - expected destination after '-b' option" +msgstr "" + +#, c-format +msgid "%s: Error - expected destination after '-d' option" +msgstr "" + +#, c-format +msgid "%s: Error - expected form after '-f' option" +msgstr "" + +#, c-format +msgid "%s: Error - expected hold name after '-H' option" +msgstr "" + +#, c-format +msgid "%s: Error - expected hostname after '-H' option" +msgstr "" + +#, c-format +msgid "%s: Error - expected hostname after '-h' option" +msgstr "" + +#, c-format +msgid "%s: Error - expected mode list after '-y' option" +msgstr "" + +#, c-format +msgid "%s: Error - expected name after '-%c' option" +msgstr "" + +#, c-format +msgid "%s: Error - expected option string after '-o' option" +msgstr "" + +#, c-format +msgid "%s: Error - expected page list after '-P' option" +msgstr "" + +#, c-format +msgid "%s: Error - expected priority after '-%c' option" +msgstr "" + +#, c-format +msgid "%s: Error - expected reason text after '-r' option" +msgstr "" + +#, c-format +msgid "%s: Error - expected title after '-t' option" +msgstr "" + +#, c-format +msgid "%s: Error - expected username after '-U' option" +msgstr "" + +#, c-format +msgid "%s: Error - expected username after '-U' option!n" +msgstr "" + +#, c-format +msgid "%s: Error - expected username after '-u' option" +msgstr "" + +#, c-format +msgid "%s: Error - expected value after '-%c' option" +msgstr "" + +#, c-format +msgid "" +"%s: Error - need \"completed\", \"not-completed\", or \"all\" after '-W' " +"option" +msgstr "" + +#, c-format +msgid "%s: Error - no default destination available." +msgstr "%s: Ошибка – нет доступного назначения по умолчанию." + +#, c-format +msgid "%s: Error - priority must be between 1 and 100." +msgstr "%s: Ошибка – приоритет должен быть от 1 до 100." + +#, c-format +msgid "%s: Error - scheduler not responding" +msgstr "" + +#, c-format +msgid "%s: Error - too many files - \"%s\"" +msgstr "%s: Ошибка – слишком много файлов – «%s»" + +#, c-format +msgid "%s: Error - unable to access \"%s\" - %s" +msgstr "%s: Ошибка – не удается получить доступ к «%s» – %s" + +#, c-format +msgid "%s: Error - unable to queue from stdin - %s" +msgstr "%s: Ошибка – не удается поставить в очередь из stdin - %s" + +#, c-format +msgid "%s: Error - unknown destination \"%s\"" +msgstr "" + +#, c-format +msgid "%s: Error - unknown destination \"%s/%s\"" +msgstr "" + +#, c-format +msgid "%s: Error - unknown option '%c'" +msgstr "" + +#, c-format +msgid "%s: Error - unknown option '%s'" +msgstr "" + +#, c-format +msgid "%s: Expected job ID after '-i' option" +msgstr "" + +#, c-format +msgid "%s: Filter \"%s\" not available: %s" +msgstr "%s: Фильтр «%s» недоступен: %s" + +#, c-format +msgid "%s: Invalid destination name in list \"%s\"" +msgstr "" + +#, c-format +msgid "%s: Invalid filter string \"%s\"" +msgstr "%s: Неверная строка фильтра «%s»" + +#, c-format +msgid "%s: Need job ID ('-i jobid') before '-H restart'" +msgstr "" + +#, c-format +msgid "%s: No filter to convert from %s/%s to %s/%s" +msgstr "" + +#, c-format +msgid "%s: Operation failed: %s" +msgstr "%s: Операция не удалась: %s" + +#, c-format +msgid "%s: Sorry, no encryption support compiled in" +msgstr "" + +#, c-format +msgid "%s: Unable to connect to server" +msgstr "%s: Не удается подключиться к серверу" + +#, c-format +msgid "%s: Unable to contact server" +msgstr "" + +#, c-format +msgid "%s: Unable to determine MIME type of \"%s\"" +msgstr "" + +#, c-format +msgid "%s: Unable to open %s: %s" +msgstr "%s: Не удается открыть %s: %s" + +#, c-format +msgid "%s: Unable to open PPD file: %s on line %d" +msgstr "%s: Не удается открыть PPD-файл: %s в строке %d." + +#, c-format +msgid "%s: Unable to open PPD file: %s on line %d." +msgstr "" + +#, c-format +msgid "%s: Unable to read MIME database from \"%s\" or \"%s\"" +msgstr "" + +#, c-format +msgid "%s: Unknown destination \"%s\"" +msgstr "" + +#, c-format +msgid "%s: Unknown destination MIME type %s/%s" +msgstr "" + +#, c-format +msgid "%s: Unknown option '%c'" +msgstr "" + +#, c-format +msgid "%s: Unknown source MIME type %s/%s" +msgstr "" + +#, c-format +msgid "" +"%s: Warning - '%c' format modifier not supported - output may not be " +"correct" +msgstr "" + +#, c-format +msgid "%s: Warning - character set option ignored" +msgstr "" + +#, c-format +msgid "%s: Warning - content type option ignored" +msgstr "" + +#, c-format +msgid "%s: Warning - form option ignored" +msgstr "" + +#, c-format +msgid "%s: Warning - mode option ignored" +msgstr "" + +#, c-format +msgid "" +"%s: error - %s environment variable names non-existent destination \"%s\"" +msgstr "" + +#, c-format +msgid "%s: error - expected option=value after '-o' option" +msgstr "" + +#, c-format +msgid "%s: error - no default destination available." +msgstr "%s: ошибка – нет доступного назначения по умолчанию." + +msgid "-1" +msgstr "-1" + +msgid "-10" +msgstr "-10" + +msgid "-100" +msgstr "-100" + +msgid "-105" +msgstr "-105" + +msgid "-11" +msgstr "-11" + +msgid "-110" +msgstr "-110" + +msgid "-115" +msgstr "-115" + +msgid "-12" +msgstr "-12" + +msgid "-120" +msgstr "-120" + +msgid "-13" +msgstr "-13" + +msgid "-14" +msgstr "-14" + +msgid "-15" +msgstr "-15" + +msgid "-2" +msgstr "-2" + +msgid "-20" +msgstr "-20" + +msgid "-25" +msgstr "-25" + +msgid "-3" +msgstr "-3" + +msgid "-30" +msgstr "-30" + +msgid "-35" +msgstr "-35" + +msgid "-4" +msgstr "-4" + +msgid "-40" +msgstr "-40" + +msgid "-45" +msgstr "-45" + +msgid "-5" +msgstr "-5" + +msgid "-50" +msgstr "-50" + +msgid "-55" +msgstr "-55" + +msgid "-6" +msgstr "-6" + +msgid "-60" +msgstr "-60" + +msgid "-65" +msgstr "-65" + +msgid "-7" +msgstr "-7" + +msgid "-70" +msgstr "-70" + +msgid "-75" +msgstr "-75" + +msgid "-8" +msgstr "-8" + +msgid "-80" +msgstr "-80" + +msgid "-85" +msgstr "-85" + +msgid "-9" +msgstr "-9" + +msgid "-90" +msgstr "-90" + +msgid "-95" +msgstr "-95" + +msgid "0" +msgstr "0" + +msgid "1" +msgstr "1" + +msgid "1 inch/sec." +msgstr "1 дюйм/с" + +msgid "1.25x0.25\"" +msgstr "1,25x0,25\"" + +msgid "1.25x2.25\"" +msgstr "1,25x2,25\"" + +msgid "1.5 inch/sec." +msgstr "1,5 дюйма/с" + +msgid "1.50x0.25\"" +msgstr "1,50x0,25\"" + +msgid "1.50x0.50\"" +msgstr "1,50x0,50\"" + +msgid "1.50x1.00\"" +msgstr "1,50x1,00\"" + +msgid "1.50x2.00\"" +msgstr "1,50x2,00\"" + +msgid "10" +msgstr "10" + +msgid "10 inches/sec." +msgstr "10 дюймов/с" + +msgid "10 x 11\"" +msgstr "10 x 11\"" + +msgid "10 x 13\"" +msgstr "10 x 13\"" + +msgid "10 x 14\"" +msgstr "10 x 14\"" + +msgid "100" +msgstr "100" + +msgid "100 mm/sec." +msgstr "100 мм/с" + +msgid "105" +msgstr "105" + +msgid "11" +msgstr "11" + +msgid "11 inches/sec." +msgstr "11 дюймов/с" + +msgid "110" +msgstr "110" + +msgid "115" +msgstr "115" + +msgid "12" +msgstr "12" + +msgid "12 inches/sec." +msgstr "12 дюймов/с" + +msgid "12 x 11\"" +msgstr "12 x 11\"" + +msgid "120" +msgstr "120" + +msgid "120 mm/sec." +msgstr "120 мм/с" + +msgid "120x60dpi" +msgstr "120x60dpi" + +msgid "120x72dpi" +msgstr "120x72dpi" + +msgid "13" +msgstr "13" + +msgid "136dpi" +msgstr "136dpi" + +msgid "14" +msgstr "14" + +msgid "15" +msgstr "15" + +msgid "15 mm/sec." +msgstr "15 мм/с" + +msgid "15 x 11\"" +msgstr "15 x 11\"" + +msgid "150 mm/sec." +msgstr "150 мм/с" + +msgid "150dpi" +msgstr "150dpi" + +msgid "16" +msgstr "16" + +msgid "17" +msgstr "17" + +msgid "18" +msgstr "18" + +msgid "180dpi" +msgstr "180dpi" + +msgid "19" +msgstr "19" + +msgid "2" +msgstr "2" + +msgid "2 inches/sec." +msgstr "2 дюйма/с" + +msgid "2-Sided Printing" +msgstr "двусторонняя печать" + +msgid "2.00x0.37\"" +msgstr "2,00x0,37\"" + +msgid "2.00x0.50\"" +msgstr "2,00x0,50\"" + +msgid "2.00x1.00\"" +msgstr "2,00x1,00\"" + +msgid "2.00x1.25\"" +msgstr "2,00x1,25\"" + +msgid "2.00x2.00\"" +msgstr "2,00x2,00\"" + +msgid "2.00x3.00\"" +msgstr "2,00x3,00\"" + +msgid "2.00x4.00\"" +msgstr "2,00x4,00\"" + +msgid "2.00x5.50\"" +msgstr "2,00x5,50\"" + +msgid "2.25x0.50\"" +msgstr "2,25x0,50\"" + +msgid "2.25x1.25\"" +msgstr "2,25x1,25\"" + +msgid "2.25x4.00\"" +msgstr "2,25x4,00\"" + +msgid "2.25x5.50\"" +msgstr "2,25x5,50\"" + +msgid "2.38x5.50\"" +msgstr "2,38x5,50\"" + +msgid "2.5 inches/sec." +msgstr "2,5 дюйма/с" + +msgid "2.50x1.00\"" +msgstr "2,50x1,00\"" + +msgid "2.50x2.00\"" +msgstr "2,50x2,00\"" + +msgid "2.75x1.25\"" +msgstr "2,75x1,25\"" + +msgid "2.9 x 1\"" +msgstr "2,9 x 1\"" + +msgid "20" +msgstr "20" + +msgid "20 mm/sec." +msgstr "20 мм/с" + +msgid "200 mm/sec." +msgstr "200 мм/с" + +msgid "203dpi" +msgstr "203dpi" + +msgid "21" +msgstr "21" + +msgid "22" +msgstr "22" + +msgid "23" +msgstr "23" + +msgid "24" +msgstr "24" + +msgid "24-Pin Series" +msgstr "Тип 24-Pin" + +msgid "240x72dpi" +msgstr "240x72dpi" + +msgid "25" +msgstr "25" + +msgid "250 mm/sec." +msgstr "250 мм/с" + +msgid "26" +msgstr "26" + +msgid "27" +msgstr "27" + +msgid "28" +msgstr "28" + +msgid "29" +msgstr "29" + +msgid "3" +msgstr "3" + +msgid "3 inches/sec." +msgstr "3 дюйма/с" + +msgid "3.00x1.00\"" +msgstr "3,00x1,00\"" + +msgid "3.00x1.25\"" +msgstr "3,00x1,25\"" + +msgid "3.00x2.00\"" +msgstr "3,00x2,00\"" + +msgid "3.00x3.00\"" +msgstr "3,00x3,00\"" + +msgid "3.00x5.00\"" +msgstr "3,00x5,00\"" + +msgid "3.25x2.00\"" +msgstr "3,25x2,00\"" + +msgid "3.25x5.00\"" +msgstr "3,25x5,00\"" + +msgid "3.25x5.50\"" +msgstr "3,25x5,50\"" + +msgid "3.25x5.83\"" +msgstr "3,25x5,83\"" + +msgid "3.25x7.83\"" +msgstr "3,25x7,83\"" + +msgid "3.5\" Disk" +msgstr "Диск 3.5\"" + +msgid "3.5\" Disk - 2 1/8 x 2 3/4\"" +msgstr "Диск 3.5\" - 2 1/8 x 2 3/4\"" + +msgid "3.50x1.00\"" +msgstr "3,50x1,00\"" + +msgid "30" +msgstr "30" + +msgid "30 mm/sec." +msgstr "30 мм/с" + +msgid "300 mm/sec." +msgstr "300 мм/с" + +msgid "300dpi" +msgstr "300dpi" + +msgid "35" +msgstr "35" + +msgid "360dpi" +msgstr "360dpi" + +msgid "360x180dpi" +msgstr "360x180dpi" + +msgid "4" +msgstr "4" + +msgid "4 inches/sec." +msgstr "4 дюйма/с" + +msgid "4.00x1.00\"" +msgstr "4,00x1,00\"" + +msgid "4.00x13.00\"" +msgstr "4,00x13,00\"" + +msgid "4.00x2.00\"" +msgstr "4,00x2,00\"" + +msgid "4.00x2.50\"" +msgstr "4,00x2,50\"" + +msgid "4.00x3.00\"" +msgstr "4,00x3,00\"" + +msgid "4.00x4.00\"" +msgstr "4,00x4,00\"" + +msgid "4.00x5.00\"" +msgstr "4,00x5,00\"" + +msgid "4.00x6.00\"" +msgstr "4,00x6,00\"" + +msgid "4.00x6.50\"" +msgstr "4,00x6,50\"" + +msgid "40" +msgstr "40" + +msgid "40 mm/sec." +msgstr "40 мм/с" + +msgid "45" +msgstr "45" + +msgid "5" +msgstr "5" + +msgid "5 inches/sec." +msgstr "5 дюймов/с" + +msgid "50" +msgstr "50" + +msgid "55" +msgstr "55" + +msgid "6" +msgstr "6" + +msgid "6 inches/sec." +msgstr "6 дюймов/с" + +msgid "6.00x1.00\"" +msgstr "6,00x1,00\"" + +msgid "6.00x2.00\"" +msgstr "6,00x2,00\"" + +msgid "6.00x3.00\"" +msgstr "6,00x3,00\"" + +msgid "6.00x4.00\"" +msgstr "6,00x4,00\"" + +msgid "6.00x5.00\"" +msgstr "6,00x5,00\"" + +msgid "6.00x6.00\"" +msgstr "6,00x6,00\"" + +msgid "6.00x6.50\"" +msgstr "6,00x6,50\"" + +msgid "60" +msgstr "60" + +msgid "60 mm/sec." +msgstr "60 мм/с" + +msgid "600dpi" +msgstr "600dpi" + +msgid "60dpi" +msgstr "60dpi" + +msgid "60x720dpi" +msgstr "60x720dpi" + +msgid "65" +msgstr "65" + +msgid "7" +msgstr "7" + +msgid "7 inches/sec." +msgstr "7 дюймов/с" + +msgid "7 x 9\"" +msgstr "7 x 9\"" + +msgid "70" +msgstr "70" + +msgid "720dpi" +msgstr "720dpi" + +msgid "75" +msgstr "75" + +msgid "8" +msgstr "8" + +msgid "8 inches/sec." +msgstr "8 дюймов/с" + +msgid "8 x 10\"" +msgstr "8 x 10\"" + +msgid "8.00x1.00\"" +msgstr "8,00x1,00\"" + +msgid "8.00x2.00\"" +msgstr "8,00x2,00\"" + +msgid "8.00x3.00\"" +msgstr "8,00x3,00\"" + +msgid "8.00x4.00\"" +msgstr "8,00x4,00\"" + +msgid "8.00x5.00\"" +msgstr "8,00x5,00\"" + +msgid "8.00x6.00\"" +msgstr "8,00x6,00\"" + +msgid "8.00x6.50\"" +msgstr "8,00x6,50\"" + +msgid "80" +msgstr "80" + +msgid "80 mm/sec." +msgstr "80 мм/с" + +msgid "85" +msgstr "85" + +msgid "9" +msgstr "9" + +msgid "9 inches/sec." +msgstr "9 дюймов/с" + +msgid "9 x 11\"" +msgstr "9 x 11\"" + +msgid "9 x 12\"" +msgstr "9 x 12\"" + +msgid "9-Pin Series" +msgstr "Тип 9-Pin" + +msgid "90" +msgstr "90" + +msgid "95" +msgstr "95" + +msgid "?Invalid help command unknown" +msgstr "?Неверная команда справки неизвестна" + +msgid "A Samba password is required to export printer drivers" +msgstr "" + +msgid "A Samba username is required to export printer drivers" +msgstr "" + +#, c-format +msgid "A class named \"%s\" already exists" +msgstr "" + +#, c-format +msgid "A printer named \"%s\" already exists" +msgstr "" + +msgid "A0" +msgstr "A0" + +msgid "A1" +msgstr "A1" + +msgid "A10" +msgstr "A10" + +msgid "A2" +msgstr "A2" + +msgid "A3" +msgstr "A3" + +msgid "A3 (Oversize)" +msgstr "A3 (расширенный)" + +msgid "A4" +msgstr "A4" + +msgid "A4 (Oversize)" +msgstr "A4 (расширенный)" + +msgid "A4 (Small)" +msgstr "A4 (уменьшенный)" + +msgid "A5" +msgstr "A5" + +msgid "A5 (Oversize)" +msgstr "A5 (расширенный)" + +msgid "A6" +msgstr "A6" + +msgid "A7" +msgstr "A7" + +msgid "A8" +msgstr "A8" + +msgid "A9" +msgstr "A9" + +msgid "ANSI A" +msgstr "ANSI A" + +msgid "ANSI B" +msgstr "ANSI B" + +msgid "ANSI C" +msgstr "ANSI C" + +msgid "ANSI D" +msgstr "ANSI D" + +msgid "ANSI E" +msgstr "ANSI E" + +msgid "ARCH A" +msgstr "ARCH A" + +msgid "ARCH B" +msgstr "ARCH B" + +msgid "ARCH C" +msgstr "ARCH C" + +msgid "ARCH D" +msgstr "ARCH D" + +msgid "ARCH E" +msgstr "ARCH E" + +msgid "Accept Jobs" +msgstr "Принять задания" + +msgid "Accepted" +msgstr "Принято" + +msgid "Add Class" +msgstr "Добавить класс" + +msgid "Add Printer" +msgstr "Добавить принтер" + +msgid "Add RSS Subscription" +msgstr "Добавить подписку на RSS" + +msgid "Address" +msgstr "Адрес" + +msgid "Address - 1 1/8 x 3 1/2\"" +msgstr "Адрес - 1 1/8 x 3 1/2\"" + +msgid "Administration" +msgstr "Администрация" + +msgid "Always" +msgstr "Всегда" + +msgid "AppSocket/HP JetDirect" +msgstr "AppSocket/HP JetDirect" + +msgid "Applicator" +msgstr "Исполнительное устройство" + +#, c-format +msgid "Attempt to set %s printer-state to bad value %d" +msgstr "" + +#, c-format +msgid "Attribute groups are out of order (%x < %x)" +msgstr "" + +msgid "B0" +msgstr "B0" + +msgid "B1" +msgstr "B1" + +msgid "B10" +msgstr "B10" + +msgid "B2" +msgstr "B2" + +msgid "B3" +msgstr "B3" + +msgid "B4" +msgstr "B4" + +msgid "B5" +msgstr "B5" + +msgid "B6" +msgstr "B6" + +msgid "B7" +msgstr "B7" + +msgid "B8" +msgstr "B8" + +msgid "B9" +msgstr "B9" + +msgid "Bad NULL dests pointer" +msgstr "Неверный указатель NULL dests" + +msgid "Bad OpenGroup" +msgstr "Неверное значение OpenGroup" + +msgid "Bad OpenUI/JCLOpenUI" +msgstr "Неверное значение OpenUI/JCLOpenUI" + +msgid "Bad OrderDependency" +msgstr "Неверное значение OrderDependency" + +msgid "Bad Request" +msgstr "Неверный запрос" + +msgid "Bad SNMP version number" +msgstr "Неверный номер версии SNMP" + +msgid "Bad UIConstraints" +msgstr "Неверное значение UIConstraints" + +#, c-format +msgid "Bad copies value %d." +msgstr "Неверное значение количества копий %d." + +msgid "Bad custom parameter" +msgstr "Неверный индивидуальный параметр" + +#, c-format +msgid "Bad device URI \"%s\"" +msgstr "" + +#, c-format +msgid "Bad device-uri \"%s\"" +msgstr "" + +#, c-format +msgid "Bad device-uri scheme \"%s\"" +msgstr "" + +#, c-format +msgid "Bad document-format \"%s\"" +msgstr "" + +msgid "Bad filename buffer" +msgstr "" + +#, c-format +msgid "Bad font attribute: %s" +msgstr "Неверный атрибут шрифта: %s" + +msgid "Bad job-priority value" +msgstr "" + +#, c-format +msgid "Bad job-sheets value \"%s\"" +msgstr "" + +msgid "Bad job-sheets value type" +msgstr "" + +msgid "Bad job-state value" +msgstr "" + +#, c-format +msgid "Bad job-uri attribute \"%s\"" +msgstr "" + +#, c-format +msgid "Bad notify-pull-method \"%s\"" +msgstr "" + +#, c-format +msgid "Bad notify-recipient-uri URI \"%s\"" +msgstr "" + +#, c-format +msgid "Bad number-up value %d." +msgstr "Неверное значение number-up %d." + +#, c-format +msgid "Bad option + choice on line %d" +msgstr "" + +#, c-format +msgid "Bad page-ranges values %d-%d." +msgstr "Неверные значения page-ranges %d-%d." + +#, c-format +msgid "Bad port-monitor \"%s\"" +msgstr "" + +#, c-format +msgid "Bad printer-state value %d" +msgstr "" + +#, c-format +msgid "Bad request ID %d" +msgstr "" + +#, c-format +msgid "Bad request version number %d.%d" +msgstr "" + +msgid "Bad subscription ID" +msgstr "" + +msgid "Bad value string" +msgstr "" + +msgid "Banners" +msgstr "Баннеры" + +msgid "Billing Information: " +msgstr "Реквизиты для выставления счета: " + +msgid "Bond Paper" +msgstr "Документная бумага" + +msgid "C0 Envelope" +msgstr "Конверт C0" + +msgid "C1 Envelope" +msgstr "Конверт C1" + +msgid "C2 Envelope" +msgstr "Конверт C2" + +msgid "C3 Envelope" +msgstr "Конверт C3" + +msgid "C4" +msgstr "C4" + +msgid "C4 Envelope" +msgstr "Конверт C4" + +msgid "C5" +msgstr "C5" + +msgid "C5 Envelope" +msgstr "Конверт C5" + +msgid "C6" +msgstr "C6" + +msgid "C6 Envelope" +msgstr "Конверт C6" + +msgid "C65 Envelope" +msgstr "Конверт C65" + +msgid "C7 Envelope" +msgstr "Конверт C7" + +msgid "CMYK" +msgstr "CMYK" + +msgid "CPCL Label Printer" +msgstr "Принтер для печати этикеток CPCL" + +msgid "Cancel RSS Subscription" +msgstr "Отменить подписку на RSS" + +msgid "Change Settings" +msgstr "Изменить настройки" + +#, c-format +msgid "Character set \"%s\" not supported" +msgstr "" + +msgid "Chou3 Envelope" +msgstr "Конверт Chou3" + +msgid "Chou4 Envelope" +msgstr "Конверт Chou4" + +msgid "Classes" +msgstr "Классы" + +msgid "Clean Print Heads" +msgstr "Очистить головки принтера" + +msgid "Color" +msgstr "Цвет" + +msgid "Color Mode" +msgstr "Цветной режим" + +msgid "" +"Commands may be abbreviated. Commands are:" +"" +"exit help quit status ?" +msgstr "" +"Команды могут быть сокращены. Команды:" +"" +"exit help quit status ?" + +msgid "Community name uses indefinite length" +msgstr "Для имени сообщества длина не установлена" + +msgid "Continue" +msgstr "Продолжить" + +msgid "Continuous" +msgstr "Непрерывно" + +#, c-format +msgid "Could not scan type \"%s\"" +msgstr "" + +msgid "Created" +msgstr "Создано" + +msgid "Created On: " +msgstr "Дата создания: " + +msgid "Custom" +msgstr "Индивидуальный" + +msgid "CustominCutInterval" +msgstr "CustominCutInterval" + +msgid "CustominTearInterval" +msgstr "CustominTearInterval" + +msgid "Cut" +msgstr "Обрезать" + +msgid "Cutter" +msgstr "Резак" + +msgid "DL" +msgstr "DL" + +msgid "DL Envelope" +msgstr "Конверт DL" + +msgid "Dark" +msgstr "Темный" + +msgid "Darkness" +msgstr "Затемненность" + +msgid "Delete Class" +msgstr "Удалить класс" + +msgid "Delete Printer" +msgstr "Удалить принтер" + +msgid "Description: " +msgstr "Описание: " + +msgid "DeskJet Series" +msgstr "Серия DeskJet" + +#, c-format +msgid "Destination \"%s\" is not accepting jobs." +msgstr "Назначение «%s» не принимает задания." + +#, c-format +msgid "" +"Device: uri = %s" +" class = %s" +" info = %s" +" make-and-model = %s" +" device-id = %s" +" location = %s" +msgstr "" +"Устройство: uri = %s" +" class = %s" +" info = %s" +" make-and-model = %s" +" device-id = %s" +" location = %s" + +msgid "Direct Thermal Media" +msgstr "Носитель для прямой термопечати" + +msgid "Disabled" +msgstr "Отключено" + +#, c-format +msgid "Document %d not found in job %d." +msgstr "Документ %d в задании %d не найден." + +msgid "Double Postcard" +msgstr "Двойная открытка" + +msgid "Driver Name: " +msgstr "Имя драйвера: " + +msgid "Driver Version: " +msgstr "Версия драйвера: " + +msgid "Duplexer" +msgstr "Дуплексер" + +msgid "Dymo" +msgstr "Dymo" + +#, c-format +msgid "Unable to allocate memory for page info: %s" +msgstr "Не удается выделить память для информации страницы: %s" + +#, c-format +msgid "Unable to allocate memory for pages array: %s" +msgstr "Не удается выделить память для массива страниц: %s" + +msgid "EPL1 Label Printer" +msgstr "Принтер для печати этикеток EPL1" + +msgid "EPL2 Label Printer" +msgstr "Принтер для печати этикеток EPL2" + +#, c-format +msgid "%s job-id user title copies options [file]" +msgstr "" + +#, c-format +msgid "Bad %%BoundingBox: comment seen" +msgstr "" + +#, c-format +msgid "Bad %%IncludeFeature: comment" +msgstr "" + +#, c-format +msgid "Bad %%Page: comment in file" +msgstr "" + +#, c-format +msgid "Bad %%PageBoundingBox: comment in file" +msgstr "" + +#, c-format +msgid "Bad charset file %s" +msgstr "Неверный файл набора символов %s" + +#, c-format +msgid "Bad charset type %s" +msgstr "Неверный тип набора символов %s" + +#, c-format +msgid "Bad columns value %d" +msgstr "" + +#, c-format +msgid "Bad cpi value %f" +msgstr "" + +#, c-format +msgid "Bad font description line: %s" +msgstr "Неверная строка описания шрифта: %s" + +#, c-format +msgid "Bad lpi value %f" +msgstr "" + +msgid "Bad page setup" +msgstr "" + +#, c-format +msgid "Bad text direction %s" +msgstr "Неверное направление текста %s" + +#, c-format +msgid "Bad text width %s" +msgstr "Неверная ширина текста %s" + +msgid "Destination printer does not exist" +msgstr "" + +#, c-format +msgid "Duplicate %%BoundingBox: comment seen" +msgstr "" + +#, c-format +msgid "Duplicate %%Pages: comment seen" +msgstr "" + +msgid "Empty print file" +msgstr "" + +#, c-format +msgid "Error %d sending PAPSendData request: %s" +msgstr "Ошибка %d при отправке запроса PAPSendData: %s" + +#, c-format +msgid "Expected quoted string on line %d of %s" +msgstr "" + +msgid "Fatal USB error" +msgstr "" + +#, c-format +msgid "Missing %%EndProlog" +msgstr "" + +#, c-format +msgid "Missing %%EndSetup" +msgstr "" + +#, c-format +msgid "Missing value on line %d of banner file" +msgstr "" + +#, c-format +msgid "" +"Need a msgid line before any translation strings on line %d of %s" +msgstr "" + +#, c-format +msgid "No %%BoundingBox: comment in header" +msgstr "" + +#, c-format +msgid "No %%Pages: comment in header" +msgstr "" + +msgid "" +"No device URI found in argv[0] or in DEVICE_URI environment variable" +msgstr "" + +#, c-format +msgid "No fonts in charset file %s" +msgstr "Отсутствуют шрифты в файле набора символов %s" + +msgid "No pages found" +msgstr "" + +msgid "Out of paper" +msgstr "" + +msgid "PRINTER environment variable not defined" +msgstr "" + +#, c-format +msgid "Print file was not accepted (%s)" +msgstr "" + +msgid "Printer not responding" +msgstr "Принтер не отвечает" + +msgid "Printer sent unexpected EOF" +msgstr "Принтер преждевременно передал индикатор EOF" + +#, c-format +msgid "Remote host did not accept control file (%d)" +msgstr "Удаленный хост не принял контрольный файл (%d)" + +#, c-format +msgid "Remote host did not accept data file (%d)" +msgstr "Удаленный хост не принял файл данных (%d)" + +msgid "There was a timeout error while sending data to the printer" +msgstr "" +"Сбой, связанный со временем ожидания при отправке данных на принтер" + +#, c-format +msgid "Unable to add file %d to job: %s" +msgstr "Не удается добавить файл %d к заданию: %s" + +#, c-format +msgid "Unable to cancel job %d: %s" +msgstr "Не удается отменить задание %d: %s" + +msgid "Unable to connect to printer; will retry in 30 seconds." +msgstr "" + +msgid "Unable to copy PDF file" +msgstr "Не удается копировать файл PDF" + +msgid "Unable to create pipe" +msgstr "" + +msgid "Unable to create socket" +msgstr "Не удается создать сокет" + +#, c-format +msgid "Unable to create temporary compressed print file: %s" +msgstr "Не удается создать временный сжатый файл печати: %s" + +msgid "Unable to create temporary file" +msgstr "Не удается создать временный файл" + +#, c-format +msgid "Unable to exec pictwpstops: %s" +msgstr "Не удается выполнить pictwpstops: %s" + +msgid "Unable to execute gs program" +msgstr "Не удается запустить программу gs" + +msgid "Unable to execute pdftops program" +msgstr "Не удается запустить программу pdftops" + +msgid "Unable to execute pstops program" +msgstr "" + +#, c-format +msgid "Unable to fork pictwpstops: %s" +msgstr "Не удается разветвить pictwpstops: %s" + +msgid "Unable to get PAP request" +msgstr "Не удается получить запрос PAP" + +msgid "Unable to get PAP response" +msgstr "Не удается получить ответ PAP" + +#, c-format +msgid "Unable to get PPD file for printer \"%s\" - %s." +msgstr "Не удается получить PPD-файл для принтера «%s» – %s." + +msgid "Unable to get default AppleTalk zone" +msgstr "Не удается определить стандартную зону AppleTalk" + +#, c-format +msgid "Unable to get job %d attributes (%s)" +msgstr "" + +#, c-format +msgid "Unable to get printer status (%s)" +msgstr "" + +#, c-format +msgid "Unable to locate printer '%s'" +msgstr "" + +msgid "Unable to look for PAP response" +msgstr "Не удается провести поиск ответа PAP" + +msgid "Unable to lookup AppleTalk printers" +msgstr "Не удается провести поиск принтеров AppleTalk" + +msgid "Unable to make AppleTalk address" +msgstr "Не удается ставить адрес AppleTalk" + +#, c-format +msgid "Unable to open \"%s\" - %s" +msgstr "Не удается открыть «%s» – %s" + +#, c-format +msgid "Unable to open %s: %s" +msgstr "Не удается открыть %s: %s" + +msgid "Unable to open PPD file" +msgstr "" + +#, c-format +msgid "Unable to open banner file \"%s\" - %s" +msgstr "Не удается открыть файл баннера «%s» – %s" + +#, c-format +msgid "Unable to open device file \"%s\": %s" +msgstr "Не удается открыть файл устройства «%s»: %s" + +#, c-format +msgid "Unable to open file \"%s\" - %s" +msgstr "Не удается открыть файл «%s» – %s" + +#, c-format +msgid "Unable to open file \"%s\": %s" +msgstr "Не удается открыть файл «%s»: %s" + +msgid "Unable to open image file for printing" +msgstr "" + +#, c-format +msgid "Unable to open print file \"%s\": %s" +msgstr "Не удается открыть файл печати «%s»: %s" + +#, c-format +msgid "Unable to open print file %s - %s" +msgstr "Не удается открыть файл печати %s – %s" + +#, c-format +msgid "Unable to open print file %s: %s" +msgstr "Не удается открыть файл печати %s: %s" + +#, c-format +msgid "Unable to open raster file - %s" +msgstr "" + +#, c-format +msgid "Unable to open temporary compressed print file: %s" +msgstr "Не удается открыть временный сжатый файл печати: %s" + +#, c-format +msgid "Unable to print %d text columns" +msgstr "" + +#, c-format +msgid "Unable to print %dx%d text page" +msgstr "" + +msgid "Unable to read print data" +msgstr "Не удается считать данные печати" + +msgid "Unable to read print data" +msgstr "" + +msgid "Unable to reserve port" +msgstr "Не удается зарезервировать порт" + +#, c-format +msgid "Unable to seek to offset %ld in file - %s" +msgstr "Не удается перейти к смещению %ld в файле – %s" + +#, c-format +msgid "Unable to seek to offset %lld in file - %s" +msgstr "Не удается перейти к смещению %lld в файле – %s" + +msgid "Unable to send LPD command" +msgstr "Не удается отправить команду LPD" + +msgid "Unable to send PAP tickle request" +msgstr "Не удается отправить контрольный запрос PAP" + +msgid "Unable to send initial PAP send data request" +msgstr "Не удается отправить исходный запрос PAP на отправку данных" + +msgid "Unable to send print data" +msgstr "" + +msgid "Unable to send print file to printer" +msgstr "Не удается отправить файл печати на принтер" + +msgid "Unable to send trailing nul to printer" +msgstr "Не удается отправить конечное нулевое значение на принтер" + +#, c-format +msgid "Unable to wait for pictwpstops: %s" +msgstr "Не удается подождать pictwpstops: %s" + +#, c-format +msgid "Unable to write %d bytes to \"%s\": %s" +msgstr "Не удается записать %d байт на «%s»: %s" + +#, c-format +msgid "Unable to write %d bytes to printer" +msgstr "" + +msgid "Unable to write control file" +msgstr "Не удается записать контрольный файл" + +msgid "Unable to write print data" +msgstr "Не удается записать данные печати" + +#, c-format +msgid "Unable to write print data: %s" +msgstr "Не удается записать данные печати: %s" + +msgid "Unable to write raster data to driver" +msgstr "" + +#, c-format +msgid "Unable to write uncompressed document data: %s" +msgstr "Не удается записать несжатые данные документа: %s" + +#, c-format +msgid "Unexpected text on line %d of %s" +msgstr "" + +#, c-format +msgid "Unknown encryption option value \"%s\"" +msgstr "" + +#, c-format +msgid "Unknown file order \"%s\"" +msgstr "Неизвестный порядок файлов «%s»" + +#, c-format +msgid "Unknown format character \"%c\"" +msgstr "Символ неизвестного формата «%c»" + +#, c-format +msgid "Unknown message catalog format for \"%s\"" +msgstr "" + +#, c-format +msgid "Unknown option \"%s\" with value \"%s\"" +msgstr "" + +#, c-format +msgid "Unknown print mode \"%s\"" +msgstr "Неизвестный режим печати «%s»" + +#, c-format +msgid "Unknown version option value \"%s\"" +msgstr "" + +#, c-format +msgid "Unsupported brightness value %s, using brightness=100" +msgstr "" + +#, c-format +msgid "Unsupported gamma value %s, using gamma=1000" +msgstr "" + +#, c-format +msgid "Unsupported number-up value %d, using number-up=1" +msgstr "" + +#, c-format +msgid "" +"Unsupported number-up-layout value %s, using number-up-layout=lrtb" +msgstr "" + +#, c-format +msgid "Unsupported page-border value %s, using page-border=none" +msgstr "" + +#, c-format +msgid "doc_printf overflow (%d bytes) detected, aborting" +msgstr "" + +#, c-format +msgid "pictwpstops exited on signal %d" +msgstr "" + +#, c-format +msgid "pictwpstops exited with status %d" +msgstr "" + +msgid "select() failed" +msgstr "Сбой оператора select()" + +msgid "unable to stat print file" +msgstr "Не удается установить файл печати" + +msgid "Edit Configuration File" +msgstr "Редактировать файл конфигурации" + +msgid "Empty PPD file" +msgstr "" + +msgid "Ending Banner" +msgstr "Конечный баннер" + +msgid "English" +msgstr "Russian" + +msgid "Enter old password:" +msgstr "Введите старый пароль:" + +msgid "Enter password again:" +msgstr "Введите пароль снова:" + +msgid "Enter password:" +msgstr "Введите пароль:" + +msgid "" +"Enter your username and password or the root username and password to access " +"this page. If you are using Kerberos authentication, make sure you have a " +"valid Kerberos ticket." +msgstr "" +"Введите свое имя пользователя и пароль или данные учетной записи root, чтобы " +"получить доступ к этой странице. Если используется проверка подлинности " +"Kerberos, необходимо также иметь действительный билет Kerberos." + +msgid "Envelope Feed" +msgstr "Подача конвертов" + +msgid "Epson" +msgstr "Epson" + +msgid "Error Policy" +msgstr "Политика ошибок" + +msgid "Error: need hostname after '-h' option" +msgstr "" + +msgid "Every 10 Labels" +msgstr "Каждые 10 этикеток" + +msgid "Every 2 Labels" +msgstr "Каждые 2 этикетки" + +msgid "Every 3 Labels" +msgstr "Каждые 3 этикетки" + +msgid "Every 4 Labels" +msgstr "Каждые 4 этикетки" + +msgid "Every 5 Labels" +msgstr "Каждые 5 этикеток" + +msgid "Every 6 Labels" +msgstr "Каждые 6 этикеток" + +msgid "Every 7 Labels" +msgstr "Каждые 7 этикеток" + +msgid "Every 8 Labels" +msgstr "Каждые 8 этикеток" + +msgid "Every 9 Labels" +msgstr "Каждые 9 этикеток" + +msgid "Every Label" +msgstr "Каждая этикетка" + +msgid "Expectation Failed" +msgstr "Сбой ожидания" + +msgid "Export Printers to Samba" +msgstr "Экспортировать принтеры в Samba" + +msgid "FAIL" +msgstr "FAIL" + +msgid "File Folder" +msgstr "Каталог файла" + +msgid "File Folder - 9/16 x 3 7/16\"" +msgstr "Каталог файла - 9 16/8 x 3 7/16\"" + +#, c-format +msgid "" +"File device URIs have been disabled! To enable, see the FileDevice directive " +"in \"%s/cupsd.conf\"." +msgstr "" +"URI-адреса файлового устройства отключены! Чтобы включить их, используйте " +"директиву FileDevice в «%s/cupsd.conf»." + +msgid "Folio" +msgstr "Фолио" + +msgid "Forbidden" +msgstr "Запрещено" + +msgid "General" +msgstr "Основные" + +msgid "Generic" +msgstr "Общее" + +msgid "German FanFold" +msgstr "German FanFold" + +msgid "German FanFold Legal" +msgstr "German FanFold Legal" + +msgid "Get-Response-PDU uses indefinite length" +msgstr "Для Get-Response-PDU длина не установлена" + +msgid "Glossy Paper" +msgstr "Глянцевая бумага" + +msgid "Got a printer-uri attribute but no job-id" +msgstr "" + +msgid "Grayscale" +msgstr "Оттенки серого" + +msgid "HP" +msgstr "HP" + +msgid "Hanging Folder" +msgstr "Папка подвесного хранения" + +msgid "Hanging Folder - 9/16 x 2\"" +msgstr "Папка подвесного хранения - 9/16 x 2\"" + +msgid "AppleTalk disabled in System Preferences" +msgstr "AppleTalk отключен в Системных настройках" + +msgid "AppleTalk disabled in System Preferences." +msgstr "AppleTalk отключен в Системных настройках." + +msgid "Canceling print job." +msgstr "Отмена задания печати…" + +msgid "Connected to printer." +msgstr "Подключен к принтеру…" + +msgid "Connecting to printer." +msgstr "Подключение к принтеру…" + +msgid "Control file sent successfully" +msgstr "Контрольный файл успешно отправлен" + +msgid "Copying print data." +msgstr "" + +msgid "Data file sent successfully" +msgstr "Файл данных успешно отправлен" + +#, c-format +msgid "Finished page %d." +msgstr "" + +#, c-format +msgid "Formatting page %d." +msgstr "Форматирование страницы %d…" + +msgid "Loading image file." +msgstr "Загрузка файла изображения…" + +msgid "Looking for printer." +msgstr "Поиск принтера." + +msgid "Opening connection" +msgstr "Установка соединения" + +msgid "Print file sent, waiting for printer to finish." +msgstr "Файл печати отправлен, ожидание окончания работы принтера…" + +msgid "Printer busy; will retry in 10 seconds." +msgstr "Принтер занят; попытка будет повторена через 10 секунд…" + +msgid "Printer busy; will retry in 30 seconds." +msgstr "Принтер занят; попытка будет повторена через 30 секунд…" + +msgid "Printer busy; will retry in 5 seconds." +msgstr "Принтер занят; попытка будет повторена через 5 секунд…" + +#, c-format +msgid "Printer does not support IPP/%d.%d, trying IPP/1.0." +msgstr "" +"Принтер не поддерживает IPP/%d.%d; попытка использовать IPP/1.0…" + +msgid "Printer is busy; will retry in 5 seconds." +msgstr "Принтер занят; попытка будет повторена через 5 секунд…" + +msgid "Printer is currently off-line." +msgstr "В данный момент принтер не подключен к сети." + +msgid "Printer is currently offline." +msgstr "В данный момент принтер не подключен к сети." + +msgid "Printer is now online." +msgstr "Принтер подключен к сети." + +msgid "Printer is offline." +msgstr "Принтер не подключен к сети." + +msgid "Printer not connected; will retry in 30 seconds." +msgstr "Принтер не подключен; попытка будет повторена через 30 секунд…" + +#, c-format +msgid "Printing page %d, %d%% complete." +msgstr "Печать страницы %d, %d%% завершена…" + +#, c-format +msgid "Printing page %d." +msgstr "Печать страницы %d…" + +msgid "Ready to print." +msgstr "Готов к печати." + +#, c-format +msgid "Sending control file (%lu bytes)" +msgstr "Отправка контрольного файла (%lu байт)" + +#, c-format +msgid "Sending control file (%u bytes)" +msgstr "Отправка контрольного файла (%u байт)" + +msgid "Sending data" +msgstr "Отправка данных" + +#, c-format +msgid "Sending data file (%ld bytes)" +msgstr "Отправка файла данных (%ld байт)" + +#, c-format +msgid "Sending data file (%lld bytes)" +msgstr "Отправка файла данных (%lld байт)" + +msgid "Sending print data." +msgstr "Отправка данных печати…" + +#, c-format +msgid "Sent print file, %ld bytes." +msgstr "Отправлен файл печати, %ld байт…" + +#, c-format +msgid "Sent print file, %lld bytes." +msgstr "Отправлен файл печати, %lld байт…" + +#, c-format +msgid "Spooling LPR job, %.0f%% complete." +msgstr "Спулинг задания LPR, %.0f%% выполнено…" + +#, c-format +msgid "Starting page %d." +msgstr "" + +msgid "Unable to contact printer, queuing on next printer in class." +msgstr "" +"Не удается установить связь с принтером, постановка в очередь на " +"следующем принтере в классе…" + +#, c-format +msgid "Using default AppleTalk zone \"%s\"" +msgstr "Используется стандартная зона AppleTalk «%s»" + +msgid "Waiting for job to complete." +msgstr "Ожидание окончания выполнения задания…" + +msgid "Waiting for printer to become available." +msgstr "Ожидание доступа к принтеру." + +msgid "ISO B0" +msgstr "ISO B0" + +msgid "ISO B1" +msgstr "ISO B1" + +msgid "ISO B10" +msgstr "ISO B10" + +msgid "ISO B2" +msgstr "ISO B2" + +msgid "ISO B3" +msgstr "ISO B3" + +msgid "ISO B4" +msgstr "ISO B4" + +msgid "ISO B4 Envelope" +msgstr "Конверт ISO B4" + +msgid "ISO B5" +msgstr "ISO B5" + +msgid "ISO B5 (Oversize)" +msgstr "ISO B5 (расширенный)" + +msgid "ISO B5 Envelope" +msgstr "Конверт ISO B5" + +msgid "ISO B6" +msgstr "ISO B6" + +msgid "ISO B6 Envelope" +msgstr "Конверт ISO B6" + +msgid "ISO B7" +msgstr "ISO B7" + +msgid "ISO B8" +msgstr "ISO B8" + +msgid "ISO B9" +msgstr "ISO B9" + +msgid "ISOLatin1" +msgstr "UTF-8" + +msgid "Illegal control character" +msgstr "Недействительный контрольный символ" + +msgid "Illegal main keyword string" +msgstr "Недействительная основная строка ключевых слов" + +msgid "Illegal option keyword string" +msgstr "Недействительная строка ключевых слов параметра" + +msgid "Illegal translation string" +msgstr "Недействительный перевод" + +msgid "Illegal whitespace character" +msgstr "Недействительный символ пробела" + +msgid "Installable Options" +msgstr "Параметры, разрешенные к установке" + +msgid "Installed" +msgstr "Установлено" + +msgid "IntelliBar Label Printer" +msgstr "Принтер для печати этикеток IntelliBar" + +msgid "Intellitech" +msgstr "Intellitech" + +msgid "Internal Server Error" +msgstr "" + +msgid "Internal error" +msgstr "Внутренняя ошибка" + +msgid "Internet Postage 2-Part" +msgstr "Наклейки Internet Postage 2-Part" + +msgid "Internet Postage 2-Part - 2 1/4 x 7 1/2\"" +msgstr "Наклейки Internet Postage 2-Part - 2 1/4 x 7 1/2\"" + +msgid "Internet Postage 3-Part" +msgstr "Наклейки Internet Postage 3-Part" + +msgid "Internet Postage 3-Part - 2 1/4 x 7\"" +msgstr "Наклейки Internet Postage 3-Part - 2 1/4 x 7\"" + +msgid "Internet Printing Protocol" +msgstr "Протокол интернет-печати" + +msgid "Invite Envelope" +msgstr "Конверт Invite Envelope" + +msgid "Italian Envelope" +msgstr "Конверт Italian Envelope" + +msgid "JCL" +msgstr "JCL" + +#, c-format +msgid "Job #%d cannot be restarted - no files" +msgstr "" + +#, c-format +msgid "Job #%d does not exist" +msgstr "" + +#, c-format +msgid "Job #%d is already aborted - can't cancel." +msgstr "Задание #%d уже прервано – не удается отменить." + +#, c-format +msgid "Job #%d is already canceled - can't cancel." +msgstr "Задание #%d уже отменено – не удается отменить." + +#, c-format +msgid "Job #%d is already completed - can't cancel." +msgstr "Задание #%d уже завершено – не удается отменить." + +#, c-format +msgid "Job #%d is finished and cannot be altered" +msgstr "" + +#, c-format +msgid "Job #%d is not complete" +msgstr "" + +#, c-format +msgid "Job #%d is not held" +msgstr "" + +#, c-format +msgid "Job #%d is not held for authentication" +msgstr "" + +#, c-format +msgid "Job #%s does not exist" +msgstr "" + +#, c-format +msgid "Job %d not found" +msgstr "" + +msgid "Job Completed" +msgstr "Задание завершено" + +msgid "Job Created" +msgstr "Задание создано" + +msgid "Job ID: " +msgstr "ID задания: " + +msgid "Job Options Changed" +msgstr "Параметры задания изменены" + +msgid "Job Stopped" +msgstr "Задание остановлено" + +msgid "Job UUID: " +msgstr "UUID задания: " + +msgid "Job is completed and cannot be changed." +msgstr "Задание завершено и не может быть изменено." + +msgid "Job operation failed:" +msgstr "Сбой операции задания:" + +msgid "Job state cannot be changed." +msgstr "Состояние задания не может быть изменено." + +msgid "Job subscriptions cannot be renewed" +msgstr "" + +msgid "Jobs" +msgstr "Задания" + +msgid "Kaku2 Envelope" +msgstr "Конверт Kaku2" + +msgid "Kaku3 Envelope" +msgstr "Конверт Kaku3" + +msgid "LPD/LPR Host or Printer" +msgstr "Хост или принтер LPD/LPR" + +msgid "Label Printer" +msgstr "Принтер для печати этикеток" + +msgid "Label Top" +msgstr "Верхний край этикетки" + +#, c-format +msgid "Language \"%s\" not supported" +msgstr "" + +msgid "Large Address" +msgstr "Полный адрес" + +msgid "Large Address - 1 4/10 x 3 1/2\"" +msgstr "Полный адрес - 1 4/10 x 3 1/2\"" + +msgid "LaserJet Series PCL 4/5" +msgstr "Серия LaserJet, PCL 4/5" + +msgid "Light" +msgstr "Светлый" + +msgid "Line longer than the maximum allowed (255 characters)" +msgstr "Строка длиннее разрешенного предела (255 символов)" + +msgid "List Available Printers" +msgstr "Список доступных принтеров" + +msgid "Location: " +msgstr "Местоположение: " + +msgid "Long-Edge (Portrait)" +msgstr "По длинной стороне (книжная)" + +msgid "Make and Model: " +msgstr "Марка и модель: " + +msgid "Manual Feed" +msgstr "Ручная подача" + +msgid "Media Dimensions: " +msgstr "Размеры бумаги: " + +msgid "Media Limits: " +msgstr "Ограничения бумаги: " + +msgid "Media Name: " +msgstr "Название бумаги: " + +msgid "Media Size" +msgstr "Размер бумаги" + +msgid "Media Source" +msgstr "Источник бумаги" + +msgid "Media Tracking" +msgstr "Контроль подачи бумаги" + +msgid "Media Type" +msgstr "Тип бумаги" + +msgid "Medium" +msgstr "Средний" + +msgid "Memory allocation error" +msgstr "Ошибка распределения памяти" + +msgid "Missing PPD-Adobe-4.x header" +msgstr "Отсутствует заголовок PPD-Adobe-4.x" + +msgid "Missing asterisk in column 1" +msgstr "Отсутствует звездочка в колонке 1" + +msgid "Missing document-number attribute" +msgstr "" + +#, c-format +msgid "Missing double quote on line %d" +msgstr "" + +msgid "Missing form variable" +msgstr "" + +msgid "Missing notify-subscription-ids attribute" +msgstr "" + +msgid "Missing option keyword" +msgstr "" + +msgid "Missing requesting-user-name attribute" +msgstr "" + +msgid "Missing required attributes" +msgstr "" + +#, c-format +msgid "Missing value on line %d" +msgstr "" + +msgid "Missing value string" +msgstr "Отсутствует строка значения" + +#, c-format +msgid "" +"Model: name = %s" +" natural_language = %s" +" make-and-model = %s" +" device-id = %s" +msgstr "" +"Model: name = %s" +" natural_language = %s" +" make-and-model = %s" +" device-id = %s" + +msgid "Modify Class" +msgstr "Изменить класс" + +msgid "Modify Printer" +msgstr "Изменить принтер" + +msgid "Monarch" +msgstr "Monarch" + +msgid "Monarch Envelope" +msgstr "Конверт Monarch" + +msgid "Move All Jobs" +msgstr "Переместить все задания" + +msgid "Move Job" +msgstr "Переместить задание" + +msgid "Moved Permanently" +msgstr "Перемещено окончательно" + +#, c-format +msgid "Print file accepted - job ID %d." +msgstr "Файл печати принят – ID задания %d." + +msgid "Print file accepted - job ID unknown." +msgstr "Файл печати принят – ID задания неизвестен." + +msgid "NULL PPD file pointer" +msgstr "Указатель PPD-файла установлен на NULL" + +msgid "Name OID uses indefinite length" +msgstr "Для имени OID длина не установлена" + +msgid "Nested classes are not allowed" +msgstr "" + +msgid "Never" +msgstr "Никогда" + +msgid "New Stylus Color Series" +msgstr "Серия Stylus Color нового поколения" + +msgid "New Stylus Photo Series" +msgstr "Серия Stylus Photo нового поколения" + +msgid "No" +msgstr "Нет" + +msgid "No Content" +msgstr "Нет контента" + +msgid "No PPD name" +msgstr "" + +msgid "No VarBind SEQUENCE" +msgstr "Нет последовательности VarBind" + +msgid "No Windows printer drivers are installed" +msgstr "" + +msgid "No active connection" +msgstr "Нет рабочего подключения" + +#, c-format +msgid "No active jobs on %s" +msgstr "" + +msgid "No attributes in request" +msgstr "" + +msgid "No authentication information provided" +msgstr "" + +msgid "No community name" +msgstr "Нет имени сообщества" + +msgid "No default printer" +msgstr "Нет принтера по умолчанию" + +msgid "No destinations added." +msgstr "Нет добавленных назначений." + +msgid "No error-index" +msgstr "Нет значения error-index" + +msgid "No error-status" +msgstr "Нет значения error-status" + +msgid "No file!?" +msgstr "" + +msgid "No modification time" +msgstr "" + +msgid "No name OID" +msgstr "Нет имени OID" + +msgid "No printer name" +msgstr "" + +msgid "No printer-uri found" +msgstr "" + +msgid "No printer-uri found for class" +msgstr "" + +msgid "No printer-uri in request" +msgstr "" + +msgid "No request-id" +msgstr "Нет идентификатора request-id" + +msgid "No subscription attributes in request" +msgstr "" + +msgid "No subscriptions found." +msgstr "Подписки не найдены." + +msgid "No variable-bindings SEQUENCE" +msgstr "Нет последовательности variable-bindings" + +msgid "No version number" +msgstr "Нет номера версии" + +msgid "Non-continuous (Mark sensing)" +msgstr "С прерыванием (опознавание маркеров)" + +msgid "Non-continuous (Web sensing)" +msgstr "С прерыванием (опознавание сети)" + +msgid "Normal" +msgstr "Нормальный" + +msgid "Not Found" +msgstr "Не найдено" + +msgid "Not Implemented" +msgstr "Не реализовано" + +msgid "Not Installed" +msgstr "Не установлено" + +msgid "Not Modified" +msgstr "Не изменено" + +msgid "Not Supported" +msgstr "Не поддерживается" + +msgid "Not allowed to print." +msgstr "Не разрешено печатать." + +msgid "Note" +msgstr "Примечание" + +msgid "OK" +msgstr "ОК" + +msgid "Off (1-Sided)" +msgstr "Выкл. (односторонняя печать)" + +msgid "Oki" +msgstr "Oki" + +msgid "Online Help" +msgstr "Интерактивная справка" + +#, c-format +msgid "Open of %s failed: %s" +msgstr "Не удалось открыть %s: %s" + +msgid "OpenGroup without a CloseGroup first" +msgstr "OpenGroup без предыдущего CloseGroup" + +msgid "OpenUI/JCLOpenUI without a CloseUI/JCLCloseUI first" +msgstr "OpenUI/JCLOpenUI без предыдущего CloseUI/JCLCloseUI" + +msgid "Operation Policy" +msgstr "Политика операций" + +msgid "Options Installed" +msgstr "Параметры установлены" + +msgid "Options: " +msgstr "Параметры: " + +msgid "Output Mode" +msgstr "Режим вывода" + +#, c-format +msgid "Output for printer %s is sent to %s" +msgstr "Вывод для принтера %s отправлен на %s" + +#, c-format +msgid "Output for printer %s is sent to remote printer %s on %s" +msgstr "Вывод для принтера %s отправлен на удаленный принтер %s на %s" + +#, c-format +msgid "Output for printer %s/%s is sent to %s" +msgstr "Вывод для принтера %s/%s отправлен на %s" + +#, c-format +msgid "Output for printer %s/%s is sent to remote printer %s on %s" +msgstr "Вывод для принтера %s/%s отправлен на удаленный принтер %s на %s" + +msgid "PASS" +msgstr "PASS" + +msgid "PCL Laser Printer" +msgstr "Лазерный принтер PCL" + +msgid "PRC1 Envelope" +msgstr "Конверт PRC1" + +msgid "PRC10 Envelope" +msgstr "Конверт PRC10" + +msgid "PRC16K" +msgstr "PRC16K" + +msgid "PRC2 Envelope" +msgstr "Конверт PRC2" + +msgid "PRC3 Envelope" +msgstr "Конверт PRC3" + +msgid "PRC32K" +msgstr "PRC32K" + +msgid "PRC32K (Oversize)" +msgstr "PRC32K (расширенный)" + +msgid "PRC4 Envelope" +msgstr "Конверт PRC4" + +msgid "PRC5 Envelope" +msgstr "Конверт PRC5" + +msgid "PRC6 Envelope" +msgstr "Конверт PRC6" + +msgid "PRC7 Envelope" +msgstr "Конверт PRC7" + +msgid "PRC8 Envelope" +msgstr "Конверт PRC8" + +msgid "PRC9 Envelope" +msgstr "Конверт PRC9" + +msgid "Packet does not contain a Get-Response-PDU" +msgstr "В пакете нет Get-Response-PDU" + +msgid "Packet does not start with SEQUENCE" +msgstr "Нет индикатора SEQUENCE в начале пакета" + +msgid "ParamCustominCutInterval" +msgstr "ParamCustominCutInterval" + +msgid "ParamCustominTearInterval" +msgstr "ParamCustominTearInterval" + +#, c-format +msgid "Password for %s on %s? " +msgstr "Пароль для %s на %s? " + +#, c-format +msgid "Password for %s required to access %s via SAMBA: " +msgstr "Для доступа к %s через SAMBA требуется пароль для %s: " + +msgid "Pause Class" +msgstr "Приостановить класс" + +msgid "Pause Printer" +msgstr "Приостановить принтер" + +msgid "Peel-Off" +msgstr "Съемный слой" + +msgid "Personal Envelope" +msgstr "Индивидуальный конверт" + +msgid "Photo" +msgstr "Фото" + +msgid "Photo Labels" +msgstr "Фотоэтикетки" + +msgid "Plain Paper" +msgstr "Обычная бумага" + +msgid "Policies" +msgstr "Политики" + +msgid "Port Monitor" +msgstr "Мониторинг порта" + +msgid "PostScript Printer" +msgstr "Принтер PostScript" + +msgid "Postcard" +msgstr "Открытка" + +msgid "Print Density" +msgstr "Плотность печати" + +msgid "Print Job:" +msgstr "Задание печати:" + +msgid "Print Mode" +msgstr "Режим печати" + +msgid "Print Rate" +msgstr "Скорость печати" + +msgid "Print Self-Test Page" +msgstr "Напечатать пробную страницу" + +msgid "Print Speed" +msgstr "Скорость печати" + +msgid "Print Test Page" +msgstr "Напечатать пробную страницу" + +msgid "Print and Cut" +msgstr "Напечатать и обрезать" + +msgid "Print and Tear" +msgstr "Напечатать и оборвать" + +msgid "Printed For: " +msgstr "Напечатано для: " + +msgid "Printed From: " +msgstr "Напечатано из: " + +msgid "Printed On: " +msgstr "Дата печати: " + +msgid "Printer Added" +msgstr "Принтер добавлен" + +msgid "Printer Default" +msgstr "Принтер выбран по умолчанию" + +msgid "Printer Deleted" +msgstr "Принтер удален" + +msgid "Printer Modified" +msgstr "Принтер изменен" + +msgid "Printer Name: " +msgstr "Имя принтера: " + +msgid "Printer Paused" +msgstr "Принтер приостановлен" + +msgid "Printer Settings" +msgstr "Параметры принтера" + +msgid "Printer:" +msgstr "Принтер:" + +msgid "Printers" +msgstr "Принтеры" + +msgid "Purge Jobs" +msgstr "Удалить задания" + +msgid "Quarto" +msgstr "Кватро" + +msgid "Quota limit reached." +msgstr "Предел квоты достигнут." + +msgid "Rank Owner Job File(s) Total Size" +msgstr "" +"Ранг Владелец Задание Файл(ы) Общий размер" + +msgid "" +"Rank Owner Pri Job Files Total Size" +msgstr "" +"Ранг Владелец Задание печати Файл(ы) Общий " +"размер" + +msgid "Reject Jobs" +msgstr "Отклонить задания" + +msgid "Reprint After Error" +msgstr "Повторить печать после ошибки" + +msgid "Request Entity Too Large" +msgstr "Слишком большое содержимое запроса" + +msgid "Resolution" +msgstr "Разрешение" + +msgid "Resume Class" +msgstr "Возобновить работу класса" + +msgid "Resume Printer" +msgstr "Возобновить работу принтера" + +msgid "Return Address" +msgstr "Обратный адрес" + +msgid "Return Address - 3/4 x 2\"" +msgstr "Обратный адрес - 3/4 x 2\"" + +msgid "Rewind" +msgstr "Вернуться в начало" + +#, c-format +msgid "Running command: %s %s -N -A %s -c '%s'" +msgstr "Запущенная команда: %s %s -N -A %s -c «%s»" + +msgid "SEQUENCE uses indefinite length" +msgstr "Для SEQUENCE длина не установлена" + +msgid "See Other" +msgstr "Посмотреть другие" + +#, c-format +msgid "Serial Port #%d" +msgstr "Последовательный порт #%d" + +msgid "Server Restarted" +msgstr "Сервер перезагружен" + +msgid "Server Security Auditing" +msgstr "Проверка безопасности сервера" + +msgid "Server Started" +msgstr "Сервер загружен" + +msgid "Server Stopped" +msgstr "Сервер остановлен" + +msgid "Service Unavailable" +msgstr "Служба недоступна" + +msgid "Set Allowed Users" +msgstr "Указать допущенных пользователей" + +msgid "Set As Server Default" +msgstr "Использовать данный сервер по умолчанию" + +msgid "Set Class Options" +msgstr "Настроить параметры класса" + +msgid "Set Printer Options" +msgstr "Настроить параметры принтера" + +msgid "Set Publishing" +msgstr "Настроить публикацию" + +msgid "Shipping Address" +msgstr "Адрес доставки" + +msgid "Shipping Address - 2 5/16 x 4\"" +msgstr "Адрес доставки - 2 5/16 x 4\"" + +msgid "Short-Edge (Landscape)" +msgstr "По короткой стороне (альбомная)" + +msgid "Special Paper" +msgstr "Особая бумага" + +msgid "Standard" +msgstr "Стандартный" + +msgid "Starting Banner" +msgstr "Запуск баннера" + +msgid "Statement" +msgstr "Оператор" + +msgid "Stylus Color Series" +msgstr "Серия Stylus Color" + +msgid "Stylus Photo Series" +msgstr "Серия Stylus Photo" + +msgid "Super A" +msgstr "Super A" + +msgid "Super B" +msgstr "Super B" + +msgid "Super B/A3" +msgstr "Super B/A3" + +msgid "Switching Protocols" +msgstr "Протоколы переключения" + +msgid "Tabloid" +msgstr "Tabloid" + +msgid "Tabloid (Oversize)" +msgstr "Tabloid (расширенный)" + +msgid "Tear" +msgstr "Оборвать" + +msgid "Tear-Off" +msgstr "Место отрыва" + +msgid "Tear-Off Adjust Position" +msgstr "Откорректировать положение места отрыва" + +#, c-format +msgid "The PPD file \"%s\" could not be found." +msgstr "Не удается найти PPD-файл «%s»." + +#, c-format +msgid "The PPD file \"%s\" could not be opened: %s" +msgstr "Не удалось открыть PPD-файл «%s»: %s" + +msgid "" +"The class name may only contain up to 127 printable characters and may not " +"contain spaces, slashes (/), or the pound sign (#)." +msgstr "" +"Имя класса может содержать максимально 127 печатных символов и не может " +"содержать пробелы, дроби (/) или знак «решетки» (#)." + +msgid "The developer unit needs to be replaced." +msgstr "" + +msgid "The developer unit will need to be replaced soon." +msgstr "" + +msgid "The fuser's temperature is high." +msgstr "" + +msgid "The fuser's temperature is low." +msgstr "" + +msgid "" +"The notify-lease-duration attribute cannot be used with job subscriptions." +msgstr "" +"Атрибут notify-lease-duration не может использоваться с подписками на " +"задание." + +#, c-format +msgid "The notify-user-data value is too large (%d > 63 octets)" +msgstr "" + +msgid "The optical photoconductor needs to be replaced." +msgstr "" + +msgid "The optical photoconductor will need to be replaced soon." +msgstr "" + +msgid "The output bin is almost full." +msgstr "" + +msgid "The output bin is full." +msgstr "" + +msgid "The output bin is missing." +msgstr "" + +msgid "The paper tray is almost empty." +msgstr "" + +msgid "The paper tray is empty." +msgstr "" + +msgid "The paper tray is missing." +msgstr "" + +msgid "The paper tray needs to be filled." +msgstr "" + +msgid "The printer is almost out of ink." +msgstr "" + +msgid "The printer is low on toner." +msgstr "" + +msgid "The printer is offline." +msgstr "" + +msgid "The printer is out of ink." +msgstr "" + +msgid "The printer is out of toner." +msgstr "" + +msgid "" +"The printer name may only contain up to 127 printable characters and may not " +"contain spaces, slashes (/), or the pound sign (#)." +msgstr "" +"Имя принтера может содержать максимально 127 печатных символов и не может " +"содержать пробелы, дроби (/) или знак «решетки» (#)." + +msgid "The printer or class is not shared" +msgstr "" + +msgid "The printer or class was not found." +msgstr "Принтер или класс не найден." + +msgid "The printer's cover is open." +msgstr "" + +msgid "The printer's door is open." +msgstr "" + +msgid "The printer's interlock is open." +msgstr "" + +msgid "The printer's waste bin is almost full." +msgstr "" + +msgid "The printer's waste bin is full." +msgstr "" + +#, c-format +msgid "The printer-uri \"%s\" contains invalid characters." +msgstr "printer-uri «%s» содержит недопустимые символы." + +msgid "The printer-uri attribute is required" +msgstr "" + +msgid "" +"The printer-uri must be of the form \"ipp://HOSTNAME/classes/CLASSNAME\"." +msgstr "printer-uri должен иметь форму «ipp://HOSTNAME/classes/CLASSNAME»." + +msgid "" +"The printer-uri must be of the form \"ipp://HOSTNAME/printers/PRINTERNAME\"." +msgstr "printer-uri должен иметь форму «ipp://HOSTNAME/printers/PRINTERNAME»." + +msgid "" +"The subscription name may not contain spaces, slashes (/), question marks " +"(?), or the pound sign (#)." +msgstr "" +"Имя подписки не может содержать пробелы, дроби (/), вопросительные знаки (?) " +"или знак «решетки» (#)." + +msgid "There are too many subscriptions." +msgstr "Слишком много подписок." + +msgid "There is a paper jam." +msgstr "" + +msgid "Thermal Transfer Media" +msgstr "Носитель для печати методом термопереноса" + +msgid "Title: " +msgstr "Заголовок: " + +msgid "Too many active jobs." +msgstr "Слишком много активных заданий." + +#, c-format +msgid "Too many job-sheets values (%d > 2)" +msgstr "" + +#, c-format +msgid "Too many printer-state-reasons values (%d > %d)" +msgstr "" + +msgid "Transparency" +msgstr "Прозрачность" + +msgid "Tray" +msgstr "Лоток" + +msgid "Tray 1" +msgstr "Лоток 1" + +msgid "Tray 2" +msgstr "Лоток 2" + +msgid "Tray 3" +msgstr "Лоток 3" + +msgid "Tray 4" +msgstr "Лоток 4" + +msgid "URI Too Long" +msgstr "Слишком длинный адрес URI" + +msgid "US Executive" +msgstr "US Executive" + +msgid "US Fanfold" +msgstr "US Fanfold" + +msgid "US Ledger" +msgstr "US Ledger" + +msgid "US Legal" +msgstr "US Legal" + +msgid "US Legal (Oversize)" +msgstr "US Legal (расширенный)" + +msgid "US Letter" +msgstr "US Letter" + +msgid "US Letter (Oversize)" +msgstr "US Letter (расширенный)" + +msgid "US Letter (Small)" +msgstr "US Letter (уменьшенный)" + +#, c-format +msgid "USB Serial Port #%d" +msgstr "Последовательный порт USB #%d" + +msgid "Unable to access cupsd.conf file:" +msgstr "Не удается получить доступ к файлу «cupsd.conf»:" + +msgid "Unable to add RSS subscription:" +msgstr "Не удается добавить подписку RSS:" + +msgid "Unable to add class:" +msgstr "Не удается добавить класс:" + +#, c-format +msgid "Unable to add job for destination \"%s\"" +msgstr "" + +msgid "Unable to add printer:" +msgstr "Не удается добавить принтер:" + +msgid "Unable to allocate memory for file types" +msgstr "" + +msgid "Unable to cancel RSS subscription:" +msgstr "Не удается отменить подписку RSS:" + +msgid "Unable to change printer-is-shared attribute:" +msgstr "Не удается изменить атрибут printer-is-shared:" + +msgid "Unable to change printer:" +msgstr "Не удается изменить принтер:" + +msgid "Unable to change server settings:" +msgstr "Не удается изменить настройки сервера:" + +msgid "Unable to connect to host." +msgstr "Не удается подключиться к хосту." + +#, c-format +msgid "Unable to copy 64-bit CUPS printer driver files (%d)" +msgstr "" + +#, c-format +msgid "Unable to copy 64-bit Windows printer driver files (%d)" +msgstr "" + +#, c-format +msgid "Unable to copy CUPS printer driver files (%d)" +msgstr "" + +msgid "Unable to copy PPD file" +msgstr "" + +#, c-format +msgid "Unable to copy PPD file - %s" +msgstr "" + +#, c-format +msgid "Unable to copy Windows 2000 printer driver files (%d)" +msgstr "" + +#, c-format +msgid "Unable to copy Windows 9x printer driver files (%d)" +msgstr "" + +#, c-format +msgid "Unable to copy interface script - %s" +msgstr "" + +msgid "Unable to create printer-uri" +msgstr "" + +msgid "Unable to create temporary file:" +msgstr "Не удается создать временный файл:" + +msgid "Unable to delete class:" +msgstr "Не удается удалить класс:" + +msgid "Unable to delete printer:" +msgstr "Не удается удалить принтер:" + +msgid "Unable to do maintenance command:" +msgstr "Не удается выполнить команду обслуживания:" + +msgid "Unable to edit cupsd.conf files larger than 1MB" +msgstr "" + +msgid "Unable to find destination for job" +msgstr "" + +msgid "Unable to find printer" +msgstr "" + +msgid "Unable to get class list:" +msgstr "Не удается получить список класса:" + +msgid "Unable to get class status:" +msgstr "Не удается получить статус класса:" + +msgid "Unable to get list of printer drivers:" +msgstr "Не удается получить список драйверов принтера:" + +msgid "Unable to get printer attributes:" +msgstr "Не удается получить атрибуты принтера:" + +msgid "Unable to get printer list:" +msgstr "Не удается получить список принтеров:" + +msgid "Unable to get printer status:" +msgstr "Не удается получить статус принтера:" + +#, c-format +msgid "Unable to install Windows 2000 printer driver files (%d)" +msgstr "" + +#, c-format +msgid "Unable to install Windows 9x printer driver files (%d)" +msgstr "" + +msgid "Unable to modify class:" +msgstr "Не удается изменить класс:" + +msgid "Unable to modify printer:" +msgstr "Не удается изменить принтер:" + +msgid "Unable to move job" +msgstr "Не удается переместить задание" + +msgid "Unable to move jobs" +msgstr "Не удается переместить задания" + +msgid "Unable to open PPD file" +msgstr "Не удается открыть PPD-файл" + +msgid "Unable to open PPD file:" +msgstr "Не удается открыть PPD-файл:" + +msgid "Unable to open cupsd.conf file:" +msgstr "Не удается открыть файл «cupsd.conf»:" + +#, c-format +msgid "Unable to open document %d in job %d" +msgstr "" + +msgid "Unable to print test page:" +msgstr "Не удается напечатать пробную страницу:" + +#, c-format +msgid "Unable to run \"%s\": %s" +msgstr "Не удается запустить «%s»: %s" + +msgid "Unable to send command to printer driver" +msgstr "" + +#, c-format +msgid "Unable to set Windows printer driver (%d)" +msgstr "" + +msgid "Unable to set options:" +msgstr "Не удается настроить параметры:" + +msgid "Unable to set server default:" +msgstr "Не удается назначить сервер используемым по умолчанию:" + +msgid "Unable to upload cupsd.conf file:" +msgstr "Не удается загрузить файл «cupsd.conf»:" + +msgid "Unable to use legacy USB class driver" +msgstr "" + +msgid "Unauthorized" +msgstr "Не санкционировано" + +msgid "Units" +msgstr "Единицы" + +msgid "Unknown" +msgstr "Неизвестный" + +#, c-format +msgid "Unknown printer-error-policy \"%s\"." +msgstr "Неизвестная политика printer-error-policy «%s»." + +#, c-format +msgid "Unknown printer-op-policy \"%s\"." +msgstr "Неизвестная политика printer-op-policy «%s»." + +#, c-format +msgid "Unsupported character set \"%s\"" +msgstr "" + +#, c-format +msgid "Unsupported compression \"%s\"" +msgstr "" + +#, c-format +msgid "Unsupported compression attribute %s" +msgstr "" + +#, c-format +msgid "Unsupported format \"%s\"" +msgstr "" + +#, c-format +msgid "Unsupported format '%s'" +msgstr "" + +#, c-format +msgid "Unsupported format '%s/%s'" +msgstr "" + +msgid "Unsupported value type" +msgstr "Неподдерживаемый тип значения" + +msgid "Upgrade Required" +msgstr "Требуется обновление" + +msgid "" +"Usage:" +"" +" lpadmin [-h server] -d destination" +" lpadmin [-h server] -x destination" +" lpadmin [-h server] -p printer [-c add-class] [-i interface] [-m model]" +" [-r remove-class] [-v device] [-D description]" +" [-P ppd-file] [-o name=value]" +" [-u allow:user,user] [-u deny:user,user]" +"" +msgstr "" +"Синтаксис:" +"" +" lpadmin [-h server] -d destination" +" lpadmin [-h server] -x destination" +" lpadmin [-h server] -p printer [-c add-class] [-i interface] [-m model]" +" [-r remove-class] [-v device] [-D description]" +" [-P ppd-file] [-o name=value]" +" [-u allow:user,user] [-u deny:user,user]" +"" + +#, c-format +msgid "Usage: %s job user title copies options [filename]" +msgstr "Синтаксис: %s job user title copies options [filename]" + +#, c-format +msgid "Usage: %s job-id user title copies options [file]" +msgstr "Синтаксис: %s job-id user title copies options [file]" + +#, c-format +msgid "Usage: %s job-id user title copies options file" +msgstr "Синтаксис: %s job-id user title copies options file" + +msgid "" +"Usage: convert [ options ]" +"" +"Options:" +"" +" -e Use every filter from the PPD file" +" -f filename Set file to be converted (otherwise stdin)" +" -o filename Set file to be generated (otherwise stdout)" +" -i mime/type Set input MIME type (otherwise auto-typed)" +" -j mime/type Set output MIME type (otherwise application/pdf)" +" -P filename.ppd Set PPD file" +" -a 'name=value ...' Set option(s)" +" -U username Set username for job" +" -J title Set title" +" -c copies Set number of copies" +" -u Remove the PPD file when finished" +" -D Remove the input file when finished" +msgstr "" + +msgid "" +"Usage: cupsaddsmb [options] printer1 ... printerN" +" cupsaddsmb [options] -a" +"" +"Options:" +" -E Encrypt the connection to the server" +" -H samba-server Use the named SAMBA server" +" -U samba-user Authenticate using the named SAMBA user" +" -a Export all printers" +" -h cups-server Use the named CUPS server" +" -v Be verbose (show commands)" +msgstr "" +"Синтаксис: cupsaddsmb [options] принтер1 ... принтерN" +" cupsaddsmb [options] -a" +"" +"Параметры:" +" -E Подключение к серверу шифруется" +" -H samba-server Используется названный сервер SAMBA" +" -U samba-user Выполняется проверка подлинности с использованием " +"указанного пользователя SAMBA" +" -a Экспортируются все принтеры" +" -h cups-server Используется названный сервер CUPS" +" -v Подробное отображение (показать команды)" + +msgid "" +"Usage: cupsctl [options] [param=value ... paramN=valueN]" +"" +"Options:" +"" +" -E Enable encryption" +" -U username Specify username" +" -h server[:port] Specify server address" +"" +" --[no-]debug-logging Turn debug logging on/off" +" --[no-]remote-admin Turn remote administration on/off" +" --[no-]remote-any Allow/prevent access from the Internet" +" --[no-]remote-printers Show/hide remote printers" +" --[no-]share-printers Turn printer sharing on/off" +" --[no-]user-cancel-any Allow/prevent users to cancel any job" +msgstr "" +"Синтаксис: cupsctl [options] [param=value ... paramN=valueN]" +"" +"Параметры:" +"" +" -E Включается шифрование" +" -U username Указывается имя пользователя" +" -h server[:port] Указывается адрес сервера" +"" +" --[no-]debug-logging Включается/отключается ведение журнала отладки" +" --[no-]remote-admin Включается/отключается удаленное " +"администрирование" +" --[no-]remote-any Разрешается/запрещается доступ из Интернета" +" --[no-]remote-printers Отображаются/скрываются удаленные принтеры" +" --[no-]share-printers Включается/отключается совместное использование " +"принтеров" +" --[no-]user-cancel-any Пользователям разрешается/запрещается отменять " +"задания" + +msgid "" +"Usage: cupsd [-c config-file] [-f] [-F] [-h] [-l]" +"" +"-c config-file Load alternate configuration file" +"-f Run in the foreground" +"-F Run in the foreground but detach" +"-h Show this usage message" +"-l Run cupsd from launchd(8)" +msgstr "" +"Синтаксис: cupsd [-c config-file] [-f] [-F] [-h] [-l]" +"" +"-c config-file Загружается альтернативный файл конфигурации" +"-f Задание имеет высокий приоритет" +"-F Задание имеет высокий приоритет и выделяется" +"-h Отображается данное сообщение" +"-l cupsd запускается из launchd(8)" + +msgid "" +"Usage: cupsfilter -m mime/type [ options ] filename" +"" +"Options:" +"" +" -c cupsd.conf Set cupsd.conf file to use" +" -e Use every filter from the PPD file" +" -j job-id[,N] Filter file N from the specified job (default is file 1)" +" -n copies Set number of copies" +" -o name=value Set option(s)" +" -p filename.ppd Set PPD file" +" -t title Set title" +msgstr "" + +msgid "" +"Usage: cupstestdsc [options] filename.ps [... filename.ps]" +" cupstestdsc [options] -" +"" +"Options:" +"" +" -h Show program usage" +"" +" Note: this program only validates the DSC comments, not the PostScript " +"itself." +msgstr "" +"Синтаксис: cupstestdsc [options] filename.ps [... filename.ps]" +" cupstestdsc [options] -" +"" +"Параметры:" +"" +" -h Отображается справка по использованию программы" +"" +" Примечание: данная программа проверяет только комментарии DSC, а не сам " +"PostScript." + +msgid "" +"Usage: cupstestppd [options] filename1.ppd[.gz] [... filenameN.ppd[.gz]]" +" program | cupstestppd [options] -" +"" +"Options:" +"" +" -I {filename,filters,none,profiles}" +" Ignore specific warnings" +" -R root-directory Set alternate root" +" -W {all,none,constraints,defaults,duplex,filters,profiles,sizes," +"translations}" +" Issue warnings instead of errors" +" -q Run silently" +" -r Use 'relaxed' open mode" +" -v Be slightly verbose" +" -vv Be very verbose" +msgstr "" + +msgid "" +"Usage: ipptest [options] URI filename.test [ ... filenameN.test ]" +"" +"Options:" +"" +"-E Test with encryption." +"-V version Set default IPP version." +"-X Produce XML instead of plain text." +"-c Send requests using chunking (default)" +"-d name=value Define variable." +"-f filename Set default test file." +"-i seconds Repeat the last test file with the given interval." +"-l Send requests using content-length" +"-v Show all attributes sent and received." +msgstr "" + +msgid "Usage: lpmove job/src dest" +msgstr "Синтаксис: lpmove job/src dest" + +msgid "" +"Usage: lpoptions [-h server] [-E] -d printer" +" lpoptions [-h server] [-E] [-p printer] -l" +" lpoptions [-h server] [-E] -p printer -o option[=value] ." +" lpoptions [-h server] [-E] -x printer" +msgstr "" +"Usage: lpoptions [-h server] [-E] -d printer" +" lpoptions [-h server] [-E] [-p printer] -l" +" lpoptions [-h server] [-E] -p printer -o option[=value] ." +" lpoptions [-h server] [-E] -x printer" + +msgid "Usage: lppasswd [-g groupname]" +msgstr "Синтаксис: lppasswd [-g groupname]" + +msgid "" +"Usage: lppasswd [-g groupname] [username]" +" lppasswd [-g groupname] -a [username]" +" lppasswd [-g groupname] -x [username]" +msgstr "" +"{>Синтаксис: lppasswd [-g groupname] [username]" +" lppasswd [-g groupname] -a [username]" +" lppasswd [-g groupname] -x [username]" + +msgid "" +"Usage: lpq [-P dest] [-U username] [-h hostname[:port]] [-l] [+interval]" +msgstr "" +"Синтаксис: lpq [-P dest] [-U username] [-h hostname[:port]] [-l] " +"[+interval]" + +msgid "" +"Usage: ppdc [options] filename.drv [ ... filenameN.drv ]" +"Options:" +" -D name=value Set named variable to value." +" -I include-dir Add include directory to search path." +" -c catalog.po Load the specified message catalog." +" -d output-dir Specify the output directory." +" -l lang[,lang,...] Specify the output language(s) (locale)." +" -m Use the ModelName value as the filename." +" -t Test PPDs instead of generating them." +" -v Be verbose (more v's for more verbosity)." +" -z Compress PPD files using GNU zip." +" --cr End lines with CR (Mac OS 9)." +" --crlf End lines with CR + LF (Windows)." +" --lf End lines with LF (UNIX/Linux/Mac OS X)." +msgstr "" +"Синтаксис: ppdc [options] filename.drv [ ... filenameN.drv ]" +"Параметры:" +" -D name=value Указанной переменной присваивается значение." +" -I include-dir Добавляется каталог в путь поиска." +" -c catalog.po Загружается указанный каталог сообщений." +" -d output-dir Указывается каталог для выходных данных." +" -l lang[,lang,...] Указывается язык (регион) для выходных данных." +" -m В качестве имени файла используется значение " +"ModelName." +" -t Вместо создания PPD-файлов выполняется их проверка." +" -v Режим подробного отображения (чем больше букв v, тем " +"выше уровень детализации)." +" -z Файлы PPD сжимаются с использованием GNU zip." +" --cr Строки заканчиваются на CR (Mac OS 9)." +" --crlf Строки заканчиваются на CR + LF (Windows)." +" --lf Строки заканчиваются на LF (UNIX/Linux/Mac OS X)." + +msgid "" +"Usage: ppdhtml [options] filename.drv >filename.html" +" -D name=value Set named variable to value." +"Options:" +" -I include-dir Add include directory to search path." +msgstr "" +"Синтаксис: ppdhtml [options] filename.drv >filename.html" +" -D name=value Указанной переменной присваивается значение." +"Параметры:" +" -I include-dir Добавляется каталог в путь поиска." + +msgid "" +"Usage: ppdi [options] filename.ppd [ ... filenameN.ppd ]" +"Options:" +" -I include-dir" +" -o filename.drv" +msgstr "" +"Синтаксис: ppdi [options] filename.ppd [ ... filenameN.ppd ]" +"Параметры:" +" -I include-dir" +" -o filename.drv" + +msgid "" +"Usage: ppdmerge [options] filename.ppd [ ... filenameN.ppd ]" +"Options:" +" -o filename.ppd[.gz]" +msgstr "" +"Синтаксис: ppdmerge [options] filename.ppd [ ... filenameN.ppd ]" +"Параметры:" +" -o filename.ppd[.gz]" + +msgid "" +"Usage: ppdpo [options] -o filename.po filename.drv [ ... filenameN.drv ]" +"Options:" +" -D name=value Set named variable to value." +" -I include-dir Add include directory to search path." +" -v Be verbose (more v's for more verbosity)." +msgstr "" +"Синтаксис: ppdpo [options] -o filename.po filename.drv [ ... filenameN." +"drv ]" +"Параметры:" +" -D name=value Указанной переменной присваивается значение." +" -I include-dir Добавляется каталог в путь поиска." +" -v Подробный режим (чем больше букв v, тем выше уровень " +"детализации)." + +msgid "Usage: snmp [host-or-ip-address]" +msgstr "Синтаксис: snmp [host-or-ip-address]" + +msgid "Value uses indefinite length" +msgstr "Для значения длина не установлена" + +msgid "VarBind uses indefinite length" +msgstr "Для VarBind длина не установлена" + +msgid "Version uses indefinite length" +msgstr "Для Version длина не установлена" + +#, c-format +msgid "Adding only the first %d printers found" +msgstr "Будут добавлены только первые найденные принтеры (%d)" + +#, c-format +msgid "Boolean expected for waiteof option \"%s\"" +msgstr "Параметр waiteof «%s» должен иметь булево значение" + +#, c-format +msgid "Network host '%s' is busy; will retry in %d seconds." +msgstr "" + +#, c-format +msgid "Option \"%s\" cannot be included via IncludeFeature" +msgstr "" + +msgid "Printer not responding" +msgstr "Принтер не отвечает" + +msgid "Printer sent unexpected EOF" +msgstr "Принтер преждевременно передал индикатор EOF" + +#, c-format +msgid "" +"Remote host did not respond with command status byte after %d " +"seconds" +msgstr "" + +#, c-format +msgid "" +"Remote host did not respond with control status byte after %d " +"seconds" +msgstr "" + +#, c-format +msgid "" +"Remote host did not respond with data status byte after %d seconds" +msgstr "" + +msgid "" +"This document does not conform to the Adobe Document Structuring " +"Conventions and may not print correctly" +msgstr "" + +#, c-format +msgid "Unable to open \"%s:%s\": %s" +msgstr "Не удается открыть «%s:%s»: %s" + +msgid "Unable to send PAP status request" +msgstr "Не удается отправить запрос статуса PAP" + +#, c-format +msgid "Unexpected PAP packet of type %d" +msgstr "Непредвиденный PAP-пакет типа %d" + +#, c-format +msgid "Unknown PAP packet of type %d" +msgstr "Неизвестный PAP-пакет типа %d" + +#, c-format +msgid "Unknown choice \"%s\" for option \"%s\"" +msgstr "" + +#, c-format +msgid "Unknown option \"%s\"" +msgstr "" + +#, c-format +msgid "Unsupported baud rate %s" +msgstr "" + +#, c-format +msgid "number expected for status option \"%s\"" +msgstr "Параметр статуса «%s» должен иметь числовое значение" + +msgid "Warning, no Windows 2000 printer drivers are installed" +msgstr "" + +msgid "Yes" +msgstr "Да" + +#, c-format +msgid "" +"You must access this page using the URL https://%" +"s:%d%s." +msgstr "" +"Вы должны получить доступ к этой странице с помощью URL https://%s:%d%s." + +msgid "You4 Envelope" +msgstr "Конверт You4" + +msgid "ZPL Label Printer" +msgstr "Принтер для печати этикеток ZPL" + +msgid "Zebra" +msgstr "Zebra" + +msgid "aborted" +msgstr "отменено" + +msgid "canceled" +msgstr "отменено" + +msgid "completed" +msgstr "завершено" + +msgid "convert: Use the -f option to specify a file to convert." +msgstr "convert: Используйте параметр -f для указания конвертируемого файла." + +msgid "cups-deviced failed to execute." +msgstr "Не удалось выполнить cups-deviced." + +msgid "cups-driverd failed to execute." +msgstr "Не удалось выполнить cups-driverd." + +#, c-format +msgid "cupsaddsmb: No PPD file for printer \"%s\" - %s" +msgstr "cupsaddsmb: Нет PPD-файла для принтера «%s» – %s" + +#, c-format +msgid "cupsctl: Unable to connect to server: %s" +msgstr "cupsctl: Не удается подключиться к серверу: %s" + +#, c-format +msgid "cupsctl: Unknown option \"%s\"" +msgstr "" + +#, c-format +msgid "cupsctl: Unknown option \"-%c\"" +msgstr "" + +msgid "cupsd: Expected config filename after \"-c\" option" +msgstr "" + +msgid "cupsd: Unable to get current directory" +msgstr "" + +#, c-format +msgid "cupsd: Unknown argument \"%s\" - aborting" +msgstr "" + +#, c-format +msgid "cupsd: Unknown option \"%c\" - aborting" +msgstr "" + +msgid "cupsd: launchd(8) support not compiled in, running in normal mode." +msgstr "" +"cupsd: Поддержка launchd(8) не скомпилирована, работа в нормальном режиме." + +#, c-format +msgid "cupsfilter: Invalid document number %d" +msgstr "" + +#, c-format +msgid "cupsfilter: Invalid job ID %d" +msgstr "" + +msgid "cupsfilter: Only one filename can be specified" +msgstr "" + +#, c-format +msgid "cupsfilter: Unable to get job file - %s" +msgstr "cupsfilter: Не удается получить файл задания - %s" + +msgid "cupstestppd: The -q option is incompatible with the -v option." +msgstr "cupstestppd: Параметр «-q» несовместим с параметром «-v»." + +msgid "cupstestppd: The -v option is incompatible with the -q option." +msgstr "cupstestppd: Параметр «-v» несовместим с параметром «-q»." + +#, c-format +msgid "device for %s/%s: %s" +msgstr "устройство для %s/%s: %s" + +#, c-format +msgid "device for %s: %s" +msgstr "устройство для %s: %s" + +msgid "error-index uses indefinite length" +msgstr "Для error-index длина не установлена" + +msgid "error-status uses indefinite length" +msgstr "Для error-status длина не установлена" + +msgid "held" +msgstr "задержано" + +msgid "help\t\tget help on commands" +msgstr "справка\t\tполучить справку о командах" + +msgid "idle" +msgstr "свободен" + +msgid "ipptest: \"-i\" is incompatible with \"-x\"." +msgstr "" + +#, c-format +msgid "ipptest: Bad URI - %s." +msgstr "" + +#, c-format +msgid "ipptest: Bad version %s for \"-V\"." +msgstr "" + +msgid "ipptest: May only specify a single URI." +msgstr "" + +msgid "ipptest: Missing filename for \"-f\"." +msgstr "" + +msgid "ipptest: Missing name=value for \"-d\"." +msgstr "" + +msgid "ipptest: Missing seconds for \"-i\"." +msgstr "" + +msgid "ipptest: Missing version for \"-V\"." +msgstr "" + +msgid "ipptest: Only http, https, and ipp URIs are supported." +msgstr "" + +msgid "ipptest: URI required before test file." +msgstr "" + +#, c-format +msgid "ipptest: Unknown option \"-%c\"." +msgstr "" + +msgid "job-printer-uri attribute missing" +msgstr "" + +msgid "lpadmin: Class name can only contain printable characters" +msgstr "" + +msgid "lpadmin: Expected PPD after '-P' option" +msgstr "" + +msgid "lpadmin: Expected allow/deny:userlist after '-u' option" +msgstr "" + +msgid "lpadmin: Expected class after '-r' option" +msgstr "" + +msgid "lpadmin: Expected class name after '-c' option" +msgstr "" + +msgid "lpadmin: Expected description after '-D' option" +msgstr "" + +msgid "lpadmin: Expected device URI after '-v' option" +msgstr "" + +msgid "lpadmin: Expected file type(s) after '-I' option" +msgstr "" + +msgid "lpadmin: Expected hostname after '-h' option" +msgstr "" + +msgid "lpadmin: Expected interface after '-i' option" +msgstr "" + +msgid "lpadmin: Expected location after '-L' option" +msgstr "" + +msgid "lpadmin: Expected model after '-m' option" +msgstr "" + +msgid "lpadmin: Expected name=value after '-o' option" +msgstr "" + +msgid "lpadmin: Expected printer after '-p' option" +msgstr "" + +msgid "lpadmin: Expected printer name after '-d' option" +msgstr "" + +msgid "lpadmin: Expected printer or class after '-x' option" +msgstr "" + +msgid "lpadmin: No member names were seen" +msgstr "" + +#, c-format +msgid "lpadmin: Printer %s is already a member of class %s." +msgstr "lpadmin: Принтер %s уже является членом класса %s." + +#, c-format +msgid "lpadmin: Printer %s is not a member of class %s." +msgstr "lpadmin: Принтер %s не является членом класса %s." + +msgid "lpadmin: Printer name can only contain printable characters" +msgstr "" + +msgid "" +"lpadmin: Unable to add a printer to the class:" +" You must specify a printer name first" +msgstr "" + +#, c-format +msgid "lpadmin: Unable to connect to server: %s" +msgstr "lpadmin: Не удается подключиться к серверу: %s" + +#, c-format +msgid "lpadmin: Unable to open PPD file \"%s\" - %s" +msgstr "lpadmin: Не удается открыть PPD-файл «%s» – %s" + +#, c-format +msgid "lpadmin: Unable to open file \"%s\": %s" +msgstr "lpadmin: Не удается открыть файл «%s»: %s" + +msgid "" +"lpadmin: Unable to remove a printer from the class:" +" You must specify a printer name first" +msgstr "" + +msgid "" +"lpadmin: Unable to set the PPD file:" +" You must specify a printer name first" +msgstr "" + +msgid "" +"lpadmin: Unable to set the device URI:" +" You must specify a printer name first" +msgstr "" + +msgid "" +"lpadmin: Unable to set the interface script or PPD file:" +" You must specify a printer name first" +msgstr "" + +msgid "" +"lpadmin: Unable to set the interface script:" +" You must specify a printer name first" +msgstr "" + +msgid "" +"lpadmin: Unable to set the printer description:" +" You must specify a printer name first" +msgstr "" + +msgid "" +"lpadmin: Unable to set the printer location:" +" You must specify a printer name first" +msgstr "" + +msgid "" +"lpadmin: Unable to set the printer options:" +" You must specify a printer name first" +msgstr "" + +#, c-format +msgid "lpadmin: Unknown allow/deny option \"%s\"" +msgstr "" + +#, c-format +msgid "lpadmin: Unknown argument '%s'" +msgstr "" + +#, c-format +msgid "lpadmin: Unknown option '%c'" +msgstr "" + +msgid "lpadmin: Warning - content type list ignored" +msgstr "" + +msgid "lpc> " +msgstr "lpc> " + +msgid "lpinfo: Expected 1284 device ID string after --device-id" +msgstr "" + +msgid "lpinfo: Expected language after --language" +msgstr "" + +msgid "lpinfo: Expected make and model after --make-and-model" +msgstr "" + +msgid "lpinfo: Expected product string after --product" +msgstr "" + +msgid "lpinfo: Expected scheme list after --exclude-schemes" +msgstr "" + +msgid "lpinfo: Expected scheme list after --include-schemes" +msgstr "" + +msgid "lpinfo: Expected timeout after --timeout" +msgstr "" + +#, c-format +msgid "lpinfo: Unknown argument '%s'" +msgstr "" + +#, c-format +msgid "lpinfo: Unknown option '%c'" +msgstr "" + +#, c-format +msgid "lpinfo: Unknown option '%s'" +msgstr "" + +#, c-format +msgid "lpmove: Unable to connect to server: %s" +msgstr "lpmove: Не удается подключиться к серверу: %s" + +#, c-format +msgid "lpmove: Unknown argument '%s'" +msgstr "" + +#, c-format +msgid "lpmove: Unknown option '%c'" +msgstr "" + +msgid "lpoptions: No printers" +msgstr "" + +#, c-format +msgid "lpoptions: Unable to add printer or instance: %s" +msgstr "lpoptions: Не удается добавить принтер или представитель класса: %s" + +#, c-format +msgid "lpoptions: Unable to get PPD file for %s: %s" +msgstr "lpoptions: Не удается получить PPD-файл для %s: %s" + +#, c-format +msgid "lpoptions: Unable to open PPD file for %s" +msgstr "" + +msgid "lpoptions: Unknown printer or class" +msgstr "" + +msgid "lppasswd: Only root can add or delete passwords" +msgstr "" + +msgid "lppasswd: Password file busy" +msgstr "" + +msgid "lppasswd: Password file not updated" +msgstr "" + +msgid "lppasswd: Sorry, password doesn't match" +msgstr "" + +msgid "" +"lppasswd: Sorry, password rejected." +"Your password must be at least 6 characters long, cannot contain" +"your username, and must contain at least one letter and number." +msgstr "" +"lppasswd: Пароль отклонен." +"Пароль должен состоять как минимум из 6 символов, не может содержать" +"Ваше имя пользователя и должен содержать по крайней мере одну букву и " +"цифру." + +msgid "lppasswd: Sorry, passwords don't match" +msgstr "" + +#, c-format +msgid "lppasswd: Unable to copy password string: %s" +msgstr "lppasswd: Не удается копировать строку пароля: %s" + +#, c-format +msgid "lppasswd: Unable to open password file: %s" +msgstr "lppasswd: Не удается открыть файл пароля: %s" + +#, c-format +msgid "lppasswd: Unable to write to password file: %s" +msgstr "lppasswd: Не удается записать файл пароля: %s" + +#, c-format +msgid "lppasswd: failed to backup old password file: %s" +msgstr "lppasswd: Не удалось создать рез. копию старого файла пароля: %s" + +#, c-format +msgid "lppasswd: failed to rename password file: %s" +msgstr "lppasswd: Не удалось переименовать файл пароля: %s" + +#, c-format +msgid "lppasswd: user \"%s\" and group \"%s\" do not exist." +msgstr "lppasswd: Пользователь «%s» и группа «%s» не существуют." + +#, c-format +msgid "" +"lpstat: error - %s environment variable names non-existent destination \"%s" +"\"" +msgstr "" + +#, c-format +msgid "members of class %s:" +msgstr "члены класса %s:" + +msgid "no entries" +msgstr "нет записей" + +msgid "no system default destination" +msgstr "нет назначения системы по умолчанию" + +msgid "notify-events not specified" +msgstr "" + +#, c-format +msgid "notify-recipient-uri URI \"%s\" is already used" +msgstr "" + +#, c-format +msgid "notify-recipient-uri URI \"%s\" uses unknown scheme" +msgstr "" + +#, c-format +msgid "notify-subscription-id %d no good" +msgstr "" + +msgid "pending" +msgstr "задержка" + +#, c-format +msgid "ppdc: Adding include directory \"%s\"." +msgstr "ppdc: Добавляю каталог «%s»." + +#, c-format +msgid "ppdc: Adding/updating UI text from %s." +msgstr "ppdc: Добавляю/обновляю текст интерфейса из %s." + +#, c-format +msgid "ppdc: Bad boolean value (%s) on line %d of %s." +msgstr "ppdc: Недопустимое булево значение (%s) в строке %d из %s." + +#, c-format +msgid "ppdc: Bad resolution name \"%s\" on line %d of %s" +msgstr "" + +#, c-format +msgid "ppdc: Bad status keyword %s on line %d of %s" +msgstr "" + +#, c-format +msgid "ppdc: Bad variable substitution ($%c) on line %d of %s." +msgstr "ppdc: Недопустимая замена переменной ($%c) в строке %d из %s." + +#, c-format +msgid "ppdc: Choice found on line %d of %s with no Option" +msgstr "" + +#, c-format +msgid "ppdc: Duplicate #po for locale %s on line %d of %s" +msgstr "" + +#, c-format +msgid "ppdc: Expected a filter definition on line %d of %s" +msgstr "" + +#, c-format +msgid "ppdc: Expected a program name on line %d of %s" +msgstr "" + +#, c-format +msgid "ppdc: Expected boolean value on line %d of %s." +msgstr "ppdc: В строке %d из %s должно быть булево значение." + +#, c-format +msgid "ppdc: Expected charset after Font on line %d of %s" +msgstr "" + +#, c-format +msgid "ppdc: Expected choice code on line %d of %s." +msgstr "ppdc: В строке %d из %s должен быть код выбора." + +#, c-format +msgid "ppdc: Expected choice name/text on line %d of %s." +msgstr "ppdc: В строке %d из %s должно быть имя/текст выбора." + +#, c-format +msgid "ppdc: Expected color order for ColorModel on line %d of %s" +msgstr "" + +#, c-format +msgid "ppdc: Expected colorspace for ColorModel on line %d of %s" +msgstr "" + +#, c-format +msgid "ppdc: Expected compression for ColorModel on line %d of %s" +msgstr "" + +#, c-format +msgid "ppdc: Expected constraints string for UIConstraints on line %d of %s" +msgstr "" + +#, c-format +msgid "" +"ppdc: Expected driver type keyword following DriverType on line %d of %s" +msgstr "" + +#, c-format +msgid "ppdc: Expected duplex type after Duplex on line %d of %s" +msgstr "" + +#, c-format +msgid "ppdc: Expected encoding after Font on line %d of %s" +msgstr "" + +#, c-format +msgid "ppdc: Expected filename after #po %s on line %d of %s" +msgstr "" + +#, c-format +msgid "ppdc: Expected group name/text on line %d of %s" +msgstr "" + +#, c-format +msgid "ppdc: Expected include filename on line %d of %s" +msgstr "" + +#, c-format +msgid "ppdc: Expected integer on line %d of %s" +msgstr "" + +#, c-format +msgid "ppdc: Expected locale after #po on line %d of %s" +msgstr "" + +#, c-format +msgid "ppdc: Expected name after %s on line %d of %s" +msgstr "" + +#, c-format +msgid "ppdc: Expected name after FileName on line %d of %s" +msgstr "" + +#, c-format +msgid "ppdc: Expected name after Font on line %d of %s" +msgstr "" + +#, c-format +msgid "ppdc: Expected name after Manufacturer on line %d of %s" +msgstr "" + +#, c-format +msgid "ppdc: Expected name after MediaSize on line %d of %s" +msgstr "" + +#, c-format +msgid "ppdc: Expected name after ModelName on line %d of %s" +msgstr "" + +#, c-format +msgid "ppdc: Expected name after PCFileName on line %d of %s" +msgstr "" + +#, c-format +msgid "ppdc: Expected name/text after %s on line %d of %s" +msgstr "" + +#, c-format +msgid "ppdc: Expected name/text after Installable on line %d of %s" +msgstr "" + +#, c-format +msgid "ppdc: Expected name/text after Resolution on line %d of %s" +msgstr "" + +#, c-format +msgid "ppdc: Expected name/text combination for ColorModel on line %d of %s" +msgstr "" + +#, c-format +msgid "ppdc: Expected option name/text on line %d of %s" +msgstr "" + +#, c-format +msgid "ppdc: Expected option section on line %d of %s" +msgstr "" + +#, c-format +msgid "ppdc: Expected option type on line %d of %s" +msgstr "" + +#, c-format +msgid "ppdc: Expected override field after Resolution on line %d of %s" +msgstr "" + +#, c-format +msgid "ppdc: Expected real number on line %d of %s" +msgstr "" + +#, c-format +msgid "" +"ppdc: Expected resolution/mediatype following ColorProfile on line %d of %s" +msgstr "" + +#, c-format +msgid "" +"ppdc: Expected resolution/mediatype following SimpleColorProfile on line %d " +"of %s" +msgstr "" + +#, c-format +msgid "ppdc: Expected selector after %s on line %d of %s" +msgstr "" + +#, c-format +msgid "ppdc: Expected status after Font on line %d of %s" +msgstr "" + +#, c-format +msgid "ppdc: Expected string after Copyright on line %d of %s" +msgstr "" + +#, c-format +msgid "ppdc: Expected string after Version on line %d of %s" +msgstr "" + +#, c-format +msgid "ppdc: Expected two option names on line %d of %s" +msgstr "" + +#, c-format +msgid "ppdc: Expected value after %s on line %d of %s" +msgstr "" + +#, c-format +msgid "ppdc: Expected version after Font on line %d of %s" +msgstr "" + +#, c-format +msgid "ppdc: Invalid #include/#po filename \"%s\"" +msgstr "" + +#, c-format +msgid "ppdc: Invalid cost for filter on line %d of %s" +msgstr "" + +#, c-format +msgid "ppdc: Invalid empty MIME type for filter on line %d of %s" +msgstr "" + +#, c-format +msgid "ppdc: Invalid empty program name for filter on line %d of %s" +msgstr "" + +#, c-format +msgid "ppdc: Invalid option section \"%s\" on line %d of %s" +msgstr "" + +#, c-format +msgid "ppdc: Invalid option type \"%s\" on line %d of %s" +msgstr "" + +#, c-format +msgid "ppdc: Loading driver information file \"%s\"." +msgstr "ppdc: Загружаю файл с информацией о драйвере «%s»." + +#, c-format +msgid "ppdc: Loading messages for locale \"%s\"." +msgstr "ppdc: Загружаю сообщения для региона «%s»." + +#, c-format +msgid "ppdc: Loading messages from \"%s\"." +msgstr "ppdc: Загружаю сообщения из «%s»." + +#, c-format +msgid "ppdc: Missing #endif at end of \"%s\"" +msgstr "" + +#, c-format +msgid "ppdc: Missing #if on line %d of %s" +msgstr "" + +#, c-format +msgid "ppdc: No message catalog provided for locale %s" +msgstr "" + +#, c-format +msgid "ppdc: Option %s defined in two different groups on line %d of %s" +msgstr "" + +#, c-format +msgid "ppdc: Option %s redefined with a different type on line %d of %s" +msgstr "" + +#, c-format +msgid "ppdc: Option constraint must *name on line %d of %s" +msgstr "" + +#, c-format +msgid "ppdc: Too many nested #if's on line %d of %s" +msgstr "" + +#, c-format +msgid "ppdc: Unable to create PPD file \"%s\" - %s." +msgstr "lpadmin: Не удается создать PPD-файл «%s» – %s" + +#, c-format +msgid "ppdc: Unable to create output directory %s: %s" +msgstr "ppdc: Не удается создать каталог для выходных данных %s: %s" + +#, c-format +msgid "ppdc: Unable to create output pipes: %s" +msgstr "ppdc: Не удается создать конвейеры для выходных данных: %s" + +#, c-format +msgid "ppdc: Unable to execute cupstestppd: %s" +msgstr "ppdc: Не удается выполнить cupstestppd: %s" + +#, c-format +msgid "ppdc: Unable to find #po file %s on line %d of %s" +msgstr "" + +#, c-format +msgid "ppdc: Unable to find include file \"%s\" on line %d of %s" +msgstr "" + +#, c-format +msgid "ppdc: Unable to find localization for \"%s\" - %s" +msgstr "ppdc: Не удается найти локализацию для «%s» - %s" + +#, c-format +msgid "ppdc: Unable to load localization file \"%s\" - %s" +msgstr "ppdc: Не удается загрузить файл локализации «%s» - %s" + +#, c-format +msgid "ppdc: Undefined variable (%s) on line %d of %s." +msgstr "ppdc: Не определена переменная (%s) в строке %d из %s." + +#, c-format +msgid "ppdc: Unknown driver type %s on line %d of %s" +msgstr "" + +#, c-format +msgid "ppdc: Unknown duplex type \"%s\" on line %d of %s" +msgstr "" + +#, c-format +msgid "ppdc: Unknown media size \"%s\" on line %d of %s" +msgstr "" + +#, c-format +msgid "ppdc: Unknown token \"%s\" seen on line %d of %s" +msgstr "" + +#, c-format +msgid "" +"ppdc: Unknown trailing characters in real number \"%s\" on line %d of %s" +msgstr "" + +#, c-format +msgid "ppdc: Unterminated string starting with %c on line %d of %s" +msgstr "" + +#, c-format +msgid "ppdc: Warning - overlapping filename \"%s\"." +msgstr "" + +#, c-format +msgid "ppdc: Writing %s." +msgstr "ppdc: Записываю %s." + +#, c-format +msgid "ppdc: Writing PPD files to directory \"%s\"." +msgstr "ppdc: Записываю PPD-файлы в каталог «%s»." + +#, c-format +msgid "ppdmerge: Bad LanguageVersion \"%s\" in %s" +msgstr "" + +#, c-format +msgid "ppdmerge: Ignoring PPD file %s." +msgstr "ppdmerge: Пропускаю PPD-файл %s." + +#, c-format +msgid "ppdmerge: Unable to backup %s to %s- %s" +msgstr "ppdmerge: Невозможно создать резервную копию %s на %s- %s" + +#, c-format +msgid "printer %s disabled since %s -" +msgstr "принтер %s отключен с момента %s -" + +#, c-format +msgid "printer %s is idle. enabled since %s" +msgstr "принтер %s свободен. Включен с момента %s" + +#, c-format +msgid "printer %s now printing %s-%d. enabled since %s" +msgstr "принтер %s сейчас печатает %s-%d. Включен с момента %s" + +#, c-format +msgid "printer %s/%s disabled since %s -" +msgstr "принтер %s/%s отключен с момента %s -" + +#, c-format +msgid "printer %s/%s is idle. enabled since %s" +msgstr "принтер %s/%s свободен. Включен с момента %s" + +#, c-format +msgid "printer %s/%s now printing %s-%d. enabled since %s" +msgstr "принтер %s/%s сейчас печатает %s-%d. Включен с момента %s" + +msgid "processing" +msgstr "обработка" + +#, c-format +msgid "request id is %s-%d (%d file(s))" +msgstr "id запроса %s-%d (%d файл.)" + +msgid "request-id uses indefinite length" +msgstr "Для request-id длина не определена" + +msgid "scheduler is not running" +msgstr "планировщик не запущен" + +msgid "scheduler is running" +msgstr "планировщик запущен" + +#, c-format +msgid "stat of %s failed: %s" +msgstr "не удалось установить %s: %s" + +msgid "status\t\tshow status of daemon and queue" +msgstr "статус\t\tпоказать статус демона и очереди" + +msgid "stopped" +msgstr "остановлен" + +#, c-format +msgid "system default destination: %s" +msgstr "назначение системы по умолчанию: %s" + +#, c-format +msgid "system default destination: %s/%s" +msgstr "назначение системы по умолчанию: %s/%s" + +msgid "unknown" +msgstr "неизвестный" + +msgid "untitled" +msgstr "новый" + +msgid "variable-bindings uses indefinite length" +msgstr "Для variable-bindings длина не установлена" + +#~ msgid " WARN %s has no corresponding options!" +#~ msgstr " WARN %s не содержит соответствующих параметров!" + +#~ msgid " WARN Default choices conflicting!" +#~ msgstr " WARN Значения, используемые по умолчанию, конфликтуют!" + +#~ msgid "" +#~ " WARN Duplex option keyword %s may not work as expected and " +#~ "should be named Duplex!" +#~ " REF: Page 122, section 5.17" +#~ msgstr "" +#~ " WARN Ключевое слово параметра дуплекса %s может привести к " +#~ "некорректным результатам. Используйте имя «Duplex»!" +#~ " REF: Стр. 122, раздел 5.17" + +#~ msgid "" +#~ " WARN File contains a mix of CR, LF, and CR LF line endings!" +#~ msgstr "" +#~ " WARN Файл содержит комбинацию окончаний строки CR, LF и CR " +#~ "LF!" + +#~ msgid " WARN Line %d only contains whitespace!" +#~ msgstr " WARN Строка %d содержит только пробелы!" + +#~ msgid " WARN Missing APDialogExtension file \"%s\"" +#~ msgstr " WARN Файл APDialogExtension отсутствует «%s»" + +#~ msgid " WARN Missing APPrinterIconPath file \"%s\"" +#~ msgstr " WARN Файл APPrinterIconPath отсутствует «%s»" + +#~ msgid "" +#~ " WARN Non-Windows PPD files should use lines ending with only " +#~ "LF, not CR LF!" +#~ msgstr "" +#~ " WARN PPD-файлы не из Windows должны использовать строки только " +#~ "с окончанием LF, а не с CR LF!" + +#~ msgid "" +#~ " WARN Obsolete PPD version %.1f!" +#~ " REF: Page 42, section 5.2." +#~ msgstr "" +#~ " WARN Устаревшая версия PPD %.1f!" +#~ " REF: Стр. 42, раздел 5.2." + +#~ msgid " %s %s %s does not exist!" +#~ msgstr " %s %s %s не существует!" + +#~ msgid "" +#~ " %s Bad %s choice %s!" +#~ " REF: Page 122, section 5.17" +#~ msgstr "" +#~ " %s Неверный %s выбор %s!" +#~ " REF: Стр. 122, раздел 5.17" + +#~ msgid " %s Bad UTF-8 \"%s\" translation string for option %s!" +#~ msgstr " %s Неверный перевод UTF-8 «%s» для параметра %s!" + +#~ msgid "" +#~ " %s Bad UTF-8 \"%s\" translation string for option %s, choice %s!" +#~ msgstr " %s Неверный перевод UTF-8 «%s» для параметра %s, выбора %s!" + +#~ msgid " %s Bad cupsFilter value \"%s\"!" +#~ msgstr " %s Неверное значение cupsFilter «%s»!" + +#~ msgid " %s Bad cupsICCProfile %s!" +#~ msgstr " %s Неверный cupsICCProfile %s!" + +#~ msgid " %s Bad cupsPreFilter value \"%s\"!" +#~ msgstr " %s Неверное значение cupsPreFilter «%s»!" + +#~ msgid " %s Bad cupsUIConstraints %s: \"%s\"!" +#~ msgstr " %s Неверный cupsUIConstraints %s: \"%s\"!" + +#~ msgid " %s Bad language \"%s\"!" +#~ msgstr " %s Неверный язык «%s»!" + +#~ msgid " %s Empty cupsUIConstraints %s!" +#~ msgstr " %s Пустой cupsUIConstraints %s!" + +#~ msgid " %s Missing \"%s\" translation string for option %s!" +#~ msgstr " %s Перевод «%s» отсутствует для параметра %s!" + +#~ msgid "" +#~ " %s Missing \"%s\" translation string for option %s, choice %s!" +#~ msgstr " %s Перевод «%s» отсутствует для параметра %s, выбора %s!" + +#~ msgid "" +#~ " %s Missing choice *%s %s in UIConstraints \"*%s %s *%s %s\"!" +#~ msgstr "" +#~ " %s Выбор *%s %s отсутствует в UIConstraints «*%s %s *%s %s»!" + +#~ msgid " %s Missing choice *%s %s in cupsUIConstraints %s: \"%s\"!" +#~ msgstr "" +#~ " %s Выбор *%s %s отсутствует в cupsUIConstraints %s: \"%s\"!" + +#~ msgid " %s Missing cupsICCProfile file \"%s\"!" +#~ msgstr " %s Файл cupsICCProfile отсутствует «%s»!" + +#~ msgid " %s Missing cupsUIResolver %s!" +#~ msgstr " %s Отсутствует cupsUIResolver %s!" + +#~ msgid " %s Missing option %s in UIConstraints \"*%s %s *%s %s\"!" +#~ msgstr " %s Параметр %s отсутствует в UIConstraints «*%s %s *%s %s»!" + +#~ msgid " %s Missing option %s in cupsUIConstraints %s: \"%s\"!" +#~ msgstr " %s Параметр %s отсутствует в cupsUIConstraints %s: \"%s\"!" + +#~ msgid " %s No base translation \"%s\" is included in file!" +#~ msgstr " %s Основной перевод «%s» не включен в файл!" + +#~ msgid "" +#~ " %s REQUIRED %s does not define choice None!" +#~ " REF: Page 122, section 5.17" +#~ msgstr "" +#~ " ТРЕБУЕТСЯ %s: %s не определяет выбор «Нет»!" +#~ " REF: Стр. 122, раздел 5.17" + +#~ msgid " %s cupsICCProfile %s hash value collides with %s!" +#~ msgstr " Хеш-значение %s cupsICCProfile %s конфликтует с %s!" + +#~ msgid " %s cupsUIResolver %s causes a loop!" +#~ msgstr " %s cupsUIResolver %s создает цикл!" + +#~ msgid " **FAIL** %s choice names %s and %s differ only by case!" +#~ msgstr "" +#~ " **FAIL** Для выбора %s имена %s и %s различаются только регистром " +#~ "символов!" + +#~ msgid "" +#~ " **FAIL** %s must be 1284DeviceID!" +#~ " REF: Page 72, section 5.5" +#~ msgstr "" +#~ " **FAIL** %s должно соответствовать 1284DeviceID!" +#~ " REF: Стр. 72, раздел 5.5" + +#~ msgid "" +#~ " **FAIL** BAD DefaultImageableArea %s!" +#~ " REF: Page 102, section 5.15." +#~ msgstr "" +#~ " **FAIL** НЕВЕРНЫЙ DefaultImageableArea %s!" +#~ " REF: Стр. 102, раздел 5.15." + +#~ msgid "" +#~ " **FAIL** BAD DefaultPaperDimension %s!" +#~ " REF: Page 103, section 5.15." +#~ msgstr "" +#~ " **FAIL** НЕВЕРНЫЙ DefaultPaperDimension %s!" +#~ " REF: Стр. 103, раздел 5.15." + +#~ msgid "" +#~ " **FAIL** Bad %s choice %s!" +#~ " REF: Page 84, section 5.9" +#~ msgstr "" +#~ " **FAIL** Неверный %s выбор %s!" +#~ " REF: Стр. 84, раздел 5,9" + +#~ msgid " **FAIL** Bad LanguageEncoding %s - must be ISOLatin1!" +#~ msgstr "" +#~ " **FAIL** Неверный LanguageEncoding %s – должно быть ISOLatin1!" + +#~ msgid " **FAIL** Bad LanguageVersion %s - must be English!" +#~ msgstr "" +#~ " **FAIL** Неверный LanguageVersion %s – должен быть английский!" + +#~ msgid "" +#~ " **FAIL** Default translation string for option %s choice %s " +#~ "contains 8-bit characters!" +#~ msgstr "" +#~ " **FAIL** Стандартный перевод для параметра %s выбора %s содержит 8-" +#~ "битовые символы!" + +#~ msgid "" +#~ " **FAIL** Default translation string for option %s contains 8-bit " +#~ "characters!" +#~ msgstr "" +#~ " **FAIL** Стандартный перевод для параметра %s содержит 8-битовые " +#~ "символы!" + +#~ msgid " **FAIL** Group names %s and %s differ only by case!" +#~ msgstr "" +#~ " **FAIL** Имена групп %s и %s различаются только регистром " +#~ "символов!" + +#~ msgid " **FAIL** Multiple occurrences of %s choice name %s!" +#~ msgstr " **FAIL** Для выбора %s имя %s встречается несколько раз!" + +#~ msgid " **FAIL** Option names %s and %s differ only by case!" +#~ msgstr "" +#~ " **FAIL** Имена параметров %s и %s различаются только регистром " +#~ "символов!" + +#~ msgid "" +#~ " Bad %%%%BoundingBox: on line %d!" +#~ " REF: Page 39, %%%%BoundingBox:" +#~ msgstr "" +#~ " Неверный %%%%BoundingBox: в строке %d!" +#~ " REF: Стр. 39, %%%%BoundingBox:" + +#~ msgid "" +#~ " Bad %%%%Page: on line %d!" +#~ " REF: Page 53, %%%%Page:" +#~ msgstr "" +#~ " Неверная %%%%Page: в строке %d!" +#~ " REF: Стр. 53, %%%%Page:" + +#~ msgid "" +#~ " Bad %%%%Pages: on line %d!" +#~ " REF: Page 43, %%%%Pages:" +#~ msgstr "" +#~ " Неверные %%%%Pages: в строке %d!" +#~ " REF: Стр. 43, %%%%Pages:" + +#~ msgid "" +#~ " Line %d is longer than 255 characters (%d)!" +#~ " REF: Page 25, Line Length" +#~ msgstr "" +#~ " Строка %d длиннее 255 символов (%d)!" +#~ " REF: Стр. 25, Длина строки" + +#~ msgid "" +#~ " Missing %!PS-Adobe-3.0 on first line!" +#~ " REF: Page 17, 3.1 Conforming Documents" +#~ msgstr "" +#~ " %!PS-Adobe-3.0 отсутствует в первой строке!" +#~ " REF: Стр. 17, 3.1 Соответствующие документы" + +#~ msgid "" +#~ " Missing %%EndComments comment!" +#~ " REF: Page 41, %%EndComments" +#~ msgstr "" +#~ " Комментарий %%EndComments отсутствует!" +#~ " REF: Стр. 41, %%EndComments" + +#~ msgid "" +#~ " Missing or bad %%BoundingBox: comment!" +#~ " REF: Page 39, %%BoundingBox:" +#~ msgstr "" +#~ " Отсутствующий или неверный %%BoundingBox: комментарий!" +#~ " REF: Стр. 39, %%BoundingBox:" + +#~ msgid "" +#~ " Missing or bad %%Page: comments!" +#~ " REF: Page 53, %%Page:" +#~ msgstr "" +#~ " Отсутствующая или неверная %%Page: комментарий!" +#~ " REF: Стр. 53, %%Page:" + +#~ msgid "" +#~ " Missing or bad %%Pages: comment!" +#~ " REF: Page 43, %%Pages:" +#~ msgstr "" +#~ " Отсутствующие или неверные %%Pages: комментарий!" +#~ " REF: Стр. 43, %%Pages:" + +#~ msgid " Saw %d lines that exceeded 255 characters!" +#~ msgstr " Обнаружено строк длиннее 255 символов: %d!" + +#~ msgid " Too many %%BeginDocument comments!" +#~ msgstr " Слишком много комментариев %%BeginDocument!" + +#~ msgid " Too many %%EndDocument comments!" +#~ msgstr " Слишком много комментариев %%EndDocument!" + +#~ msgid " Warning: file contains binary data!" +#~ msgstr " файл содержит бинарные данные!" + +#~ msgid " Warning: no %%EndComments comment in file!" +#~ msgstr " нет комментария %%EndComments в файле!" + +#~ msgid " Warning: obsolete DSC version %.1f in file!" +#~ msgstr " устаревшая версия DSC %.1f в файле!" + +#~ msgid "%s not supported!" +#~ msgstr "%s не поддерживается!" + +#~ msgid "%s: Don't know what to do!" +#~ msgstr "%s: Дальнейшие действия неизвестны!" + +#~ msgid "" +#~ "%s: Error - %s environment variable names non-existent destination \"%s" +#~ "\"!" +#~ msgstr "" +#~ "%s: Ошибка – %s переменная окружения указывает несуществующее назначение «%" +#~ "s»!" + +#~ msgid "%s: Error - bad job ID!" +#~ msgstr "%s: Ошибка – неверный ID задания!" + +#~ msgid "%s: Error - cannot print files and alter jobs simultaneously!" +#~ msgstr "" +#~ "%s: Ошибка – невозможно одновременно печатать файлы и изменять задания!" + +#~ msgid "" +#~ "%s: Error - cannot print from stdin if files or a job ID are provided!" +#~ msgstr "" +#~ "%s: Ошибка – не удается печатать из stdin, если предоставлены файлы или " +#~ "ID задания!" + +#~ msgid "%s: Error - expected character set after '-S' option!" +#~ msgstr "%s: Ошибка – после параметра «-S» должен идти набор символов!" + +#~ msgid "%s: Error - expected content type after '-T' option!" +#~ msgstr "%s: Ошибка – после параметра «-T» должен быть указан тип контента!" + +#~ msgid "%s: Error - expected copies after '-n' option!" +#~ msgstr "" +#~ "%s: Ошибка – после параметра «-n» должно быть указано количество копий!" + +#~ msgid "%s: Error - expected copy count after '-#' option!" +#~ msgstr "%s: Ошибка – после параметра «-#» должен быть указан номер копии!" + +#~ msgid "%s: Error - expected destination after '-P' option!" +#~ msgstr "%s: Ошибка – после параметра «-P» должно быть указано назначение!" + +#~ msgid "%s: Error - expected destination after '-b' option!" +#~ msgstr "%s: Ошибка – после параметра «-b» должно быть указано назначение!" + +#~ msgid "%s: Error - expected destination after '-d' option!" +#~ msgstr "%s: Ошибка – после параметра «-d» должно быть указано назначение!" + +#~ msgid "%s: Error - expected form after '-f' option!" +#~ msgstr "%s: Ошибка – после параметра «-f» должна быть указана форма!" + +#~ msgid "%s: Error - expected hold name after '-H' option!" +#~ msgstr "%s: Ошибка – после параметра «-H» должно быть указано имя хоста!" + +#~ msgid "%s: Error - expected hostname after '-H' option!" +#~ msgstr "%s: Ошибка – после параметра «-H» должно быть указано имя хоста!" + +#~ msgid "%s: Error - expected hostname after '-h' option!" +#~ msgstr "%s: Ошибка – после параметра «-h» должно быть указано имя хоста!" + +#~ msgid "%s: Error - expected mode list after '-y' option!" +#~ msgstr "" +#~ "%s: Ошибка – после параметра «-y» должен быть указан список режимов!" + +#~ msgid "%s: Error - expected name after '-%c' option!" +#~ msgstr "%s: Ошибка – после параметра «-%c» должно быть указано имя!" + +#~ msgid "%s: Error - expected option string after '-o' option!" +#~ msgstr "" +#~ "%s: Ошибка – после параметра «-o» должна быть указана строка параметра!" + +#~ msgid "%s: Error - expected page list after '-P' option!" +#~ msgstr "%s: Ошибка – после параметра «-P» должен идти список страниц!" + +#~ msgid "%s: Error - expected priority after '-%c' option!" +#~ msgstr "%s: Ошибка – после параметра «-%c» должен быть указан приоритет!" + +#~ msgid "%s: Error - expected reason text after '-r' option!" +#~ msgstr "%s: Ошибка – после параметра «-r» должен идти текст причины!" + +#~ msgid "%s: Error - expected title after '-t' option!" +#~ msgstr "%s: Ошибка – после параметра «-t» должен быть указан заголовок!" + +#~ msgid "%s: Error - expected username after '-U' option!" +#~ msgstr "" +#~ "%s: Ошибка – после параметра «-U» должно быть указано имя пользователя!" + +#~ msgid "%s: Error - expected username after '-u' option!" +#~ msgstr "" +#~ "%s: Ошибка – после параметра «-u» должно быть указано имя пользователя!" + +#~ msgid "%s: Error - expected value after '-%c' option!" +#~ msgstr "%s: Ошибка – после параметра «-%c» должно быть указано значение!" + +#~ msgid "" +#~ "%s: Error - need \"completed\", \"not-completed\", or \"all\" after '-W' " +#~ "option!" +#~ msgstr "" +#~ "%s: Ошибка – требуется «завершено», «не завершено» или «все» после параметра " +#~ "«-W»!" + +#~ msgid "%s: Error - scheduler not responding!" +#~ msgstr "%s: Ошибка – планировщик не отвечает!" + +#~ msgid "%s: Error - unknown destination \"%s\"!" +#~ msgstr "%s: Ошибка – неизвестное назначение «%s»!" + +#~ msgid "%s: Error - unknown destination \"%s/%s\"!" +#~ msgstr "%s: Ошибка – неизвестное назначение «%s/%s»!" + +#~ msgid "%s: Error - unknown option '%c'!" +#~ msgstr "%s: Ошибка – неизвестный параметр «%c»!" + +#~ msgid "%s: Error - unknown option '%s'!" +#~ msgstr "%s: Ошибка – неизвестный параметр «%s»!" + +#~ msgid "%s: Expected job ID after '-i' option!" +#~ msgstr "%s: После параметра «-i» должен быть указан ID задания!" + +#~ msgid "%s: Invalid destination name in list \"%s\"!" +#~ msgstr "%s: Неверное имя назначения в списке «%s»!" + +#~ msgid "%s: Need job ID ('-i jobid') before '-H restart'!" +#~ msgstr "%s: Требуется ID задания («-i jobid») перед «-H restart»!" + +#~ msgid "%s: No filter to convert from %s/%s to %s/%s!" +#~ msgstr "%s: Нет фильтра для преобразования из %s/%s в %s/%s!" + +#~ msgid "%s: Sorry, no encryption support compiled in!" +#~ msgstr "%s: Нет скомпилированной поддержки шифрования!" + +#~ msgid "%s: Unable to contact server!" +#~ msgstr "%s: Не удается установить связь с сервером!" + +#~ msgid "%s: Unable to determine MIME type of \"%s\"!" +#~ msgstr "%s: Не удается определить тип MIME «%s»!" + +#~ msgid "%s: Unable to open %s - %s" +#~ msgstr "%s: Не удается открыть %s – %s" + +#~ msgid "%s: Unable to open %s - %s on line %d." +#~ msgstr "%s: Не удается открыть %s – %s в строке %d." + +#~ msgid "%s: Unable to read MIME database from \"%s\" or \"%s\"!" +#~ msgstr "%s: Не удается прочитать базу данных MIME в «%s» или «%s»!" + +#~ msgid "%s: Unknown destination \"%s\"!" +#~ msgstr "%s: Неизвестное назначение «%s»!" + +#~ msgid "%s: Unknown destination MIME type %s/%s!" +#~ msgstr "%s: Неизвестный MIME-тип назначения %s/%s!" + +#~ msgid "%s: Unknown option '%c'!" +#~ msgstr "%s: Неизвестный параметр «%c»!" + +#~ msgid "%s: Unknown source MIME type %s/%s!" +#~ msgstr "%s: Неизвестный MIME-тип источника %s/%s!" + +#~ msgid "" +#~ "%s: Warning - '%c' format modifier not supported - output may not be " +#~ "correct!" +#~ msgstr "" +#~ "%s: Внимание – модификатор формата «%c» не поддерживается – вывод может " +#~ "быть неправильным!" + +#~ msgid "%s: Warning - character set option ignored!" +#~ msgstr "%s: Внимание – параметр набора символов пропущен!" + +#~ msgid "%s: Warning - content type option ignored!" +#~ msgstr "%s: Внимание – параметр типа контента пропущен!" + +#~ msgid "%s: Warning - form option ignored!" +#~ msgstr "%s: Внимание – параметр формы пропущен!" + +#~ msgid "%s: Warning - mode option ignored!" +#~ msgstr "%s: Внимание – параметр режима пропущен!" + +#~ msgid "" +#~ "%s: error - %s environment variable names non-existent destination \"%s" +#~ "\"!" +#~ msgstr "" +#~ "%s: ошибка – переменная окружения %s указывает несуществующее назначение «%" +#~ "s»!" + +#~ msgid "%s: error - expected option=value after '-o' option!" +#~ msgstr "" +#~ "%s: ошибка – после параметра «-o» должна идти запись вида option=value!" + +#~ msgid "600 DPI Grayscale" +#~ msgstr "600dpi, оттенки серого" + +#~ msgid "A Samba password is required to export printer drivers!" +#~ msgstr "Для экспорта драйверов принтера требуется пароль Samba!" + +#~ msgid "A Samba username is required to export printer drivers!" +#~ msgstr "Для экспорта драйверов принтера требуется имя пользователя Samba!" + +#~ msgid "A class named \"%s\" already exists!" +#~ msgstr "Класс с именем «%s» уже существует!" + +#~ msgid "A printer named \"%s\" already exists!" +#~ msgstr "Принтер с именем «%s» уже существует!" + +#~ msgid "Attempt to set %s printer-state to bad value %d!" +#~ msgstr "Попытка установить %s printer-state на неверное значение %d!" + +#~ msgid "Attribute groups are out of order (%x < %x)!" +#~ msgstr "Группы атрибутов не действуют (%x < %x)!" + +#~ msgid "Bad device URI \"%s\"!" +#~ msgstr "Неверный URI устройства «%s»!" + +#~ msgid "Bad device-uri \"%s\"!" +#~ msgstr "Неверное значение device-uri «%s»!" + +#~ msgid "Bad device-uri scheme \"%s\"!" +#~ msgstr "Неверная схема device-uri «%s»!" + +#~ msgid "Bad document-format \"%s\"!" +#~ msgstr "Неверное значение document-format «%s»!" + +#~ msgid "Bad filename buffer!" +#~ msgstr "Ошибка в буфере filename!" + +#~ msgid "Bad job-priority value!" +#~ msgstr "Неверное значение job-priority!" + +#~ msgid "Bad job-sheets value \"%s\"!" +#~ msgstr "Неверное значение job-sheets «%s»!" + +#~ msgid "Bad job-sheets value type!" +#~ msgstr "Неверный тип значения job-sheets!" + +#~ msgid "Bad job-state value!" +#~ msgstr "Неверное значение job-state!" + +#~ msgid "Bad job-uri attribute \"%s\"!" +#~ msgstr "Неверный атрибут job-uri «%s»!" + +#~ msgid "Bad notify-pull-method \"%s\"!" +#~ msgstr "Неверное значение notify-pull-method «%s»!" + +#~ msgid "Bad notify-recipient-uri URI \"%s\"!" +#~ msgstr "Неверный URI notify-recipient-uri «%s»!" + +#~ msgid "Bad option + choice on line %d!" +#~ msgstr "Неверный параметр + выбор в строке %d!" + +#~ msgid "Bad port-monitor \"%s\"!" +#~ msgstr "Неверное значение port-monitor «%s»!" + +#~ msgid "Bad printer-state value %d!" +#~ msgstr "Неверное значение printer-state %d!" + +#~ msgid "Bad request version number %d.%d!" +#~ msgstr "Неверный номер версии запроса %d.%d!" + +#~ msgid "Bad subscription ID!" +#~ msgstr "Неверный ID подписки!" + +#~ msgid "Character set \"%s\" not supported!" +#~ msgstr "Набор символов «%s» не поддерживается!" + +#~ msgid "Could not scan type \"%s\"!" +#~ msgstr "Не удалось сканировать тип «%s»!" + +#~ msgid "Cover open." +#~ msgstr "Крышка открыта." + +#~ msgid "Developer almost empty." +#~ msgstr "Проявитель почти закончился." + +#~ msgid "Developer empty!" +#~ msgstr "Проявитель закончился!" + +#~ msgid "Door open." +#~ msgstr "Дверца открыта." + +#~ msgid "Bad %%BoundingBox: comment seen!" +#~ msgstr "Неверный %%BoundingBox: комментарий просмотрен!" + +#~ msgid "Bad %%IncludeFeature: comment!" +#~ msgstr "Неверный %%IncludeFeature: комментарий!" + +#~ msgid "Bad %%Page: comment in file!" +#~ msgstr "Неверная %%Page: комментарий в файле!" + +#~ msgid "Bad %%PageBoundingBox: comment in file!" +#~ msgstr "Неверный %%PageBoundingBox: комментарий в файле!" + +#~ msgid "Bad SCSI device file \"%s\"!" +#~ msgstr "Неверный файл устройства SCSI «%s»!" + +#~ msgid "Bad columns value %d!" +#~ msgstr "Неверное значение количества столбцов %d!" + +#~ msgid "Bad cpi value %f!" +#~ msgstr "Неверное значение cpi %f!" + +#~ msgid "Bad lpi value %f!" +#~ msgstr "Неверное значение lpi %f!" + +#~ msgid "Bad page setup!" +#~ msgstr "Неверные параметры страницы!" + +#~ msgid "Destination printer does not exist!" +#~ msgstr "Целевой принтер не существует!" + +#~ msgid "Duplicate %%BoundingBox: comment seen!" +#~ msgstr "Дубликат %%BoundingBox: комментарий просмотрен!" + +#~ msgid "Duplicate %%Pages: comment seen!" +#~ msgstr "Дубликат %%Pages: комментарий просмотрен!" + +#~ msgid "Empty print file!" +#~ msgstr "Пустой файл печати!" + +#~ msgid "Expected quoted string on line %d of %s!" +#~ msgstr "В строке %d из %s должна быть строка в кавычках!" + +#~ msgid "Fatal USB error!" +#~ msgstr "Критический сбой USB!" + +#~ msgid "Invalid HP-GL/2 command seen, unable to print file!" +#~ msgstr "" +#~ "Обнаружена неверная команда HP-GL/2, не удается напечатать файл!" + +#~ msgid "Missing %%EndProlog!" +#~ msgstr "Отсутствует %%EndProlog!" + +#~ msgid "Missing %%EndSetup!" +#~ msgstr "Отсутствует %%EndSetup!" + +#~ msgid "" +#~ "Missing device URI on command-line and no DEVICE_URI environment " +#~ "variable!" +#~ msgstr "" +#~ "Отсутствует идентификатор URI устройства в командной строке и " +#~ "переменная окружения DEVICE_URI!" + +#~ msgid "Missing value on line %d of banner file!" +#~ msgstr "Отсутствует значение в строке %d в файле баннера!" + +#~ msgid "" +#~ "Need a msgid line before any translation strings on line %d of %" +#~ "s!" +#~ msgstr "" +#~ "Требуется строка msgid перед строкой перевода в строке %d из %s!" + +#~ msgid "No %%BoundingBox: comment in header!" +#~ msgstr "Нет %%BoundingBox: комментарий в заголовке!" + +#~ msgid "No %%Pages: comment in header!" +#~ msgstr "Нет %%Pages: комментарий в заголовке!" + +#~ msgid "" +#~ "No device URI found in argv[0] or in DEVICE_URI environment " +#~ "variable!" +#~ msgstr "" +#~ "Не обнаружено URI устройства в argv[0] или переменной окружения " +#~ "DEVICE_URI!" + +#~ msgid "No pages found!" +#~ msgstr "Страницы не найдены!" + +#~ msgid "Out of paper!" +#~ msgstr "Нет бумаги!" + +#~ msgid "PRINTER environment variable not defined!" +#~ msgstr "Переменная окружения PRINTER не указана!" + +#~ msgid "Print file was not accepted (%s)!" +#~ msgstr "Файл печати не принят (%s)!" + +#~ msgid "Printer not responding!" +#~ msgstr "Принтер не отвечает!" + +#~ msgid "Unable to create temporary file - %s." +#~ msgstr "Не удается создать временный файл – %s." + +#~ msgid "Unable to create temporary file: %s" +#~ msgstr "Не удается создать временный файл: %s" + +#~ msgid "Unable to get job %d attributes (%s)!" +#~ msgstr "Не удается получить атрибуты задания %d (%s)!" + +#~ msgid "Unable to get printer status (%s)!" +#~ msgstr "Не удается получить статус принтера (%s)!" + +#~ msgid "Unable to locate printer '%s'!" +#~ msgstr "Не удается обнаружить принтер «%s»!" + +#~ msgid "Unable to open image file for printing!" +#~ msgstr "Не удается открыть файл изображения для печати!" + +#~ msgid "Unable to open temporary file" +#~ msgstr "Не удается открыть временный файл" + +#~ msgid "Unable to print %d text columns!" +#~ msgstr "Не удается напечатать столбцы с текстом (%d)!" + +#~ msgid "Unable to print %dx%d text page!" +#~ msgstr "Не удается напечатать страницу с текстом %dx%d!" + +#~ msgid "Unable to read print data!" +#~ msgstr "Не удается считать данные печати!" + +#~ msgid "Unable to send print data (%d)" +#~ msgstr "Не удается отправить данные печати (%d)" + +#~ msgid "Unable to send print data!" +#~ msgstr "Не удается отправить данные печати!" + +#~ msgid "Unable to write %d bytes to printer!" +#~ msgstr "Не удается записать %d байт на принтер!" + +#~ msgid "Unable to write raster data to driver!" +#~ msgstr "Не удается записать растровые данные на драйвер!" + +#~ msgid "Unable to write to temporary file" +#~ msgstr "Не удается записать данные во временный файл" + +#~ msgid "Unexpected text on line %d of %s!" +#~ msgstr "Непредвиденный текст в строке %d из %s!" + +#~ msgid "Unknown encryption option value \"%s\"!" +#~ msgstr "Неизвестное значение параметра шифрования «%s»!" + +#~ msgid "Unknown message catalog format for \"%s\"!" +#~ msgstr "Неизвестный формат каталога сообщений для «%s»!" + +#~ msgid "Unknown option \"%s\" with value \"%s\"!" +#~ msgstr "Неизвестный параметр «%s» со значением «%s»!" + +#~ msgid "Unknown version option value \"%s\"!" +#~ msgstr "Неизвестное значение параметра версии «%s»!" + +#~ msgid "Unsupported brightness value %s, using brightness=100!" +#~ msgstr "" +#~ "Неподдерживаемое значение яркости %s, используется " +#~ "brightness=100!" + +#~ msgid "Unsupported gamma value %s, using gamma=1000!" +#~ msgstr "" +#~ "Неподдерживаемое значение гаммы %s, используется gamma=1000!" + +#~ msgid "Unsupported number-up value %d, using number-up=1!" +#~ msgstr "" +#~ "Неподдерживаемое значение number-up %d, используется number-up=1!" + +#~ msgid "" +#~ "Unsupported number-up-layout value %s, using number-up-" +#~ "layout=lrtb!" +#~ msgstr "" +#~ "Неподдерживаемое значение number-up-layout %s, используется number-" +#~ "up-layout=lrtb!" + +#~ msgid "Unsupported page-border value %s, using page-border=none!" +#~ msgstr "" +#~ "Неподдерживаемое значение page-border %s, используется page-" +#~ "border=none!" + +#~ msgid "doc_printf overflow (%d bytes) detected, aborting!" +#~ msgstr "Обнаружено переполнение doc_printf (%d байт), отменяю!" + +#~ msgid "pdftops filter crashed on signal %d!" +#~ msgstr "Сбой фильтра pdftops при сигнале %d!" + +#~ msgid "pdftops filter exited with status %d!" +#~ msgstr "Фильтр pictwpstops закрыт со статусом %d!" + +#~ msgid "pictwpstops exited on signal %d!" +#~ msgstr "Фильтр pictwpstops закрыт по сигналу %d!" + +#~ msgid "pictwpstops exited with status %d!" +#~ msgstr "Фильтр pictwpstops закрыт со статусом %d!" + +#~ msgid "" +#~ "recoverable: Unable to connect to printer; will retry in 30 " +#~ "seconds." +#~ msgstr "" +#~ "Восстанавливаемо: не удается подключиться к принтеру; попытка " +#~ "будет повторена через 30 секунд…" + +#~ msgid "Empty PPD file!" +#~ msgstr "Пустой PPD-файл!" + +#~ msgid "Error: need hostname after '-h' option!" +#~ msgstr "Требуется имя хоста после параметра «-h»!" + +#~ msgid "Fuser temperature high!" +#~ msgstr "Высокая температура термофиксатора!" + +#~ msgid "Fuser temperature low!" +#~ msgstr "Низкая температура термофиксатора!" + +#~ msgid "Got a printer-uri attribute but no job-id!" +#~ msgstr "Получен атрибут printer-uri, но не job-id!" + +#~ msgid "Ink/toner almost empty." +#~ msgstr "Чернила/тонер заканчиваются." + +#~ msgid "Ink/toner empty!" +#~ msgstr "Чернила/тонер закончились!" + +#~ msgid "Ink/toner waste bin almost full." +#~ msgstr "Корзина чернил/тонера почти полный." + +#~ msgid "Ink/toner waste bin full!" +#~ msgstr "Корзина чернил/тонера полная!" + +#~ msgid "Interlock open." +#~ msgstr "Открыт замок." + +#~ msgid "Job #%d cannot be restarted - no files!" +#~ msgstr "Задание #%d не может быть перезапущено – нет файлов!" + +#~ msgid "Job #%d does not exist!" +#~ msgstr "Задание #%d не существует!" + +#~ msgid "Job #%d is finished and cannot be altered!" +#~ msgstr "Задание #%d завершено и не может быть изменено!" + +#~ msgid "Job #%d is not complete!" +#~ msgstr "Задание #%d не завершено!" + +#~ msgid "Job #%d is not held for authentication!" +#~ msgstr "Задание #%d не задержано для идентификации!" + +#~ msgid "Job #%d is not held!" +#~ msgstr "Задание #%d не задержано!" + +#~ msgid "Job #%s does not exist!" +#~ msgstr "Задание #%s не существует!" + +#~ msgid "Job %d not found!" +#~ msgstr "Задание #%d не найдено!" + +#~ msgid "Job subscriptions cannot be renewed!" +#~ msgstr "Подписки на задание не могут быть обновлены!" + +#~ msgid "Language \"%s\" not supported!" +#~ msgstr "Язык «%s» не поддерживается!" + +#~ msgid "Media jam!" +#~ msgstr "Затор бумаги!" + +#~ msgid "Media tray almost empty." +#~ msgstr "Лоток с бумагой почти пуст." + +#~ msgid "Media tray empty!" +#~ msgstr "Лоток с бумагой пуст!" + +#~ msgid "Media tray missing!" +#~ msgstr "Лоток с бумагой отсутствует!" + +#~ msgid "Media tray needs to be filled." +#~ msgstr "Необходимо вставить бумагу в лоток." + +#~ msgid "Missing document-number attribute!" +#~ msgstr "Отсутствует атрибут document-number!" + +#~ msgid "Missing double quote on line %d!" +#~ msgstr "Отсутствуют двойные кавычки в строке %d!" + +#~ msgid "Missing form variable!" +#~ msgstr "Отсутствует переменная формы!" + +#~ msgid "Missing notify-subscription-ids attribute!" +#~ msgstr "Отсутствует атрибут notify-subscription-ids!" + +#~ msgid "Missing requesting-user-name attribute!" +#~ msgstr "Отсутствует атрибут requesting-user-name!" + +#~ msgid "Missing required attributes!" +#~ msgstr "Отсутствуют обязательные атрибуты!" + +#~ msgid "Missing value on line %d!" +#~ msgstr "Отсутствует значение в строке %d!" + +#~ msgid "No PPD name!" +#~ msgstr "Нет имени PPD!" + +#~ msgid "No Windows printer drivers are installed!" +#~ msgstr "Нет установленных драйверов принтера Windows!" + +#~ msgid "No active jobs on %s!" +#~ msgstr "Нет активных заданий на %s!" + +#~ msgid "No attributes in request!" +#~ msgstr "Нет атрибутов в запросе!" + +#~ msgid "No authentication information provided!" +#~ msgstr "Нет информации для проверки подлинности!" + +#~ msgid "No file!?!" +#~ msgstr "Нет файла!?!" + +#~ msgid "No modification time!" +#~ msgstr "Не указано время изменения!" + +#~ msgid "No printer name!" +#~ msgstr "Нет имени принтера!" + +#~ msgid "No printer-uri found for class!" +#~ msgstr "Не указан адрес printer-uri для класса!" + +#~ msgid "No printer-uri found!" +#~ msgstr "Не указан адрес printer-uri!" + +#~ msgid "No printer-uri in request!" +#~ msgstr "Нет адреса printer-uri в запросе!" + +#~ msgid "No subscription attributes in request!" +#~ msgstr "Нет атрибутов подписки в запросе!" + +#~ msgid "OPC almost at end-of-life." +#~ msgstr "OPC почти в end-of-life." + +#~ msgid "OPC at end-of-life!" +#~ msgstr "OPC в end-of-life!" + +#~ msgid "Out of toner!" +#~ msgstr "Недостаточно тонера!" + +#~ msgid "Output bin almost full." +#~ msgstr "Выходной лоток почти заполнен." + +#~ msgid "Output bin full!" +#~ msgstr "Выходной лоток заполнен!" + +#~ msgid "Output tray missing!" +#~ msgstr "Выходной лоток отсутствует!" + +#~ msgid "Printer offline." +#~ msgstr "Принтер в режиме не подключен к сети." + +#~ msgid "SCSI Printer" +#~ msgstr "Принтер SCSI" + +#~ msgid "The notify-user-data value is too large (%d > 63 octets)!" +#~ msgstr "Значение notify-user-data слишком длинное (%d > 63 октетов)!" + +#~ msgid "The printer or class is not shared!" +#~ msgstr "Нет общего доступа к принтеру или классу!" + +#~ msgid "The printer-uri attribute is required!" +#~ msgstr "Требуется атрибут printer-uri!" + +#~ msgid "Toner low." +#~ msgstr "Тонер заканчивается." + +#~ msgid "Too many job-sheets values (%d > 2)!" +#~ msgstr "Слишком много значений job-sheets (%d > 2)!" + +#~ msgid "Too many printer-state-reasons values (%d > %d)!" +#~ msgstr "Слишком много значений printer-state-reasons (%d > %d)!" + +#~ msgid "Unable to add job for destination \"%s\"!" +#~ msgstr "Не удается добавить задание для назначения «%s»!" + +#~ msgid "Unable to allocate memory for file types!" +#~ msgstr "Не удается выделить память для типов файлов!" + +#~ msgid "Unable to copy 64-bit CUPS printer driver files (%d)!" +#~ msgstr "Не удается копировать 64-битовые файлы драйвера принтера CUPS (%d)!" + +#~ msgid "Unable to copy 64-bit Windows printer driver files (%d)!" +#~ msgstr "" +#~ "Не удается копировать 64-битовые файлы драйвера принтера для Windows (%d)!" + +#~ msgid "Unable to copy CUPS printer driver files (%d)!" +#~ msgstr "Не удается копировать файлы драйвера принтера CUPS (%d)!" + +#~ msgid "Unable to copy PPD file - %s!" +#~ msgstr "Не удается копировать PPD-файл – %s!" + +#~ msgid "Unable to copy PPD file!" +#~ msgstr "Не удается копировать PPD-файл!" + +#~ msgid "Unable to copy Windows 2000 printer driver files (%d)!" +#~ msgstr "Не удается копировать файлы драйвера принтера Windows 2000 (%d)!" + +#~ msgid "Unable to copy Windows 9x printer driver files (%d)!" +#~ msgstr "Не удается копировать файлы драйвера принтера Windows 9x (%d)!" + +#~ msgid "Unable to copy interface script - %s!" +#~ msgstr "Не удается копировать скрипт интерфейса – %s!" + +#~ msgid "Unable to create printer-uri!" +#~ msgstr "Не удается создать printer-uri!" + +#~ msgid "Unable to edit cupsd.conf files larger than 1MB!" +#~ msgstr "Невозможно редактировать файлы «cupsd.conf» больше 1 МБ!" + +#~ msgid "Unable to find destination for job!" +#~ msgstr "Не удается найти назначение для задания!" + +#~ msgid "Unable to find printer!" +#~ msgstr "Не удается найти принтер!" + +#~ msgid "Unable to install Windows 2000 printer driver files (%d)!" +#~ msgstr "Не удается установить файлы драйвера принтера Windows 2000 (%d)!" + +#~ msgid "Unable to install Windows 9x printer driver files (%d)!" +#~ msgstr "Не удается установить файлы драйвера принтера Windows 9x (%d)!" + +#~ msgid "Unable to open document %d in job %d!" +#~ msgstr "Не удается открыть документ %d в задании %d!" + +#~ msgid "Unable to send command to printer driver!" +#~ msgstr "Не удается отправить команду драйверу принтера!" + +#~ msgid "Unable to set Windows printer driver (%d)!" +#~ msgstr "Не удается настроить драйвер принтера Windows (%d)!" + +#~ msgid "Unable to use legacy USB class driver!" +#~ msgstr "Не удается использовать устаревший драйвер класса USB!" + +#~ msgid "Unknown printer error (%s)!" +#~ msgstr "Неизвестная ошибка принтера (%s)!" + +#~ msgid "Unsupported character set \"%s\"!" +#~ msgstr "Неподдерживаемый набор символов «%s»!" + +#~ msgid "Unsupported compression \"%s\"!" +#~ msgstr "Неподдерживаемое сжатие «%s»!" + +#~ msgid "Unsupported compression attribute %s!" +#~ msgstr "Неподдерживаемый атрибут сжатия %s!" + +#~ msgid "Unsupported format \"%s\"!" +#~ msgstr "Неподдерживаемый формат «%s»!" + +#~ msgid "Unsupported format '%s'!" +#~ msgstr "Неподдерживаемый формат «%s»!" + +#~ msgid "Unsupported format '%s/%s'!" +#~ msgstr "Неподдерживаемый формат «%s/%s»!" + +#~ msgid "" +#~ "Usage: convert [ options ]" +#~ "" +#~ "Options:" +#~ "" +#~ " -f filename Set file to be converted (otherwise stdin)" +#~ " -o filename Set file to be generated (otherwise stdout)" +#~ " -i mime/type Set input MIME type (otherwise auto-typed)" +#~ " -j mime/type Set output MIME type (otherwise application/pdf)" +#~ " -P filename.ppd Set PPD file" +#~ " -a 'name=value ...' Set option(s)" +#~ " -U username Set username for job" +#~ " -J title Set title" +#~ " -c copies Set number of copies" +#~ " -u Remove the PPD file when finished" +#~ " -D Remove the input file when finished" +#~ msgstr "" +#~ "Синтаксис: convert [ options ]" +#~ "" +#~ "Параметры:" +#~ "" +#~ " -f filename Указывается конвертируемый файл (в противном " +#~ "случае stdin)" +#~ " -o filename Указывается создаваемый файл (в противном случае " +#~ "stdout)" +#~ " -i mime/type Указывается MIME-тип данных на входе (в противном " +#~ "случае auto-typed)" +#~ " -j mime/type Указывается MIME-тип данных на выходе (в противном " +#~ "случае application/pdf)" +#~ " -P filename.ppd Указывается PPD-файл" +#~ " -a 'name=value ...' Указываются параметры" +#~ " -U username Указывается имя пользователя для задания" +#~ " -J title Указывается заголовок" +#~ " -c copies Указывается количество копий" +#~ " -u PPD-файл удаляется после выполнения команды" +#~ " -D Файл, поступивший на вход, удаляется после " +#~ "выполнения команды" + +#~ msgid "" +#~ "Usage: cupsfilter -m mime/type [ options ] filename" +#~ "" +#~ "Options:" +#~ "" +#~ " -c cupsd.conf Set cupsd.conf file to use" +#~ " -j job-id[,N] Filter file N from the specified job (default is file " +#~ "1)" +#~ " -n copies Set number of copies" +#~ " -o name=value Set option(s)" +#~ " -p filename.ppd Set PPD file" +#~ " -t title Set title" +#~ msgstr "" +#~ "Синтаксис: cupsfilter -m mime/type [ options ] filename" +#~ "" +#~ "Параметры:" +#~ "" +#~ " -c cupsd.conf Используется файл cupsd.conf" +#~ " -j job-id[,N] Из указанного задания выбирается файл N (по умолчанию " +#~ "файл 1)" +#~ " -n copies Задается количество копий" +#~ " -o name=value Задаются параметры" +#~ " -p filename.ppd Задается PPD-файл" +#~ " -t title Задается заголовок" + +#~ msgid "" +#~ "Usage: cupstestppd [options] filename1.ppd[.gz] [... filenameN.ppd[.gz]]" +#~ " program | cupstestppd [options] -" +#~ "" +#~ "Options:" +#~ "" +#~ " -R root-directory Set alternate root" +#~ " -W {all,none,constraints,defaults,duplex,filters,translations}" +#~ " Issue warnings instead of errors" +#~ " -q Run silently" +#~ " -r Use 'relaxed' open mode" +#~ " -v Be slightly verbose" +#~ " -vv Be very verbose" +#~ msgstr "" +#~ "Синтаксис: cupstestppd [options] filename1.ppd[.gz] [... filenameN.ppd[." +#~ "gz]]" +#~ " program | cupstestppd [options] -" +#~ "" +#~ "Параметры:" +#~ "" +#~ " -R root-directory Задается альтернативный корневой каталог" +#~ " -W {all,none,constraints,defaults,duplex,filters,translations}" +#~ " Вместо ошибок выдаются предупреждения" +#~ " -q Команда выполняется в «тихом» режиме" +#~ " -r Используется открытый режим" +#~ " -v Режим более подробного отображения" +#~ " -vv Режим максимально подробного отображения" + +#~ msgid "Failed to read side-channel request!" +#~ msgstr "Не удалось прочитать запрос бокового канала!" + +#~ msgid "Option \"%s\" cannot be included via IncludeFeature!" +#~ msgstr "Параметр «%s» не может быть включен через IncludeFeature!" + +#~ msgid "" +#~ "Remote host did not respond with command status byte after %d " +#~ "seconds!" +#~ msgstr "" +#~ "Удаленный хост не ответил байтом command-статуса после %d " +#~ "секунд!" + +#~ msgid "" +#~ "Remote host did not respond with control status byte after %d " +#~ "seconds!" +#~ msgstr "" +#~ "Удаленный хост не ответил байтом control-статуса после %d " +#~ "секунд!" + +#~ msgid "" +#~ "Remote host did not respond with data status byte after %d " +#~ "seconds!" +#~ msgstr "" +#~ "Удаленный хост не ответил байтом data-статуса после %d секунд!" + +#~ msgid "SCSI command timed out (%d); retrying." +#~ msgstr "Время команды SCSI истекло (%d). Повтор попытки…" + +#~ msgid "" +#~ "This document does not conform to the Adobe Document Structuring " +#~ "Conventions and may not print correctly!" +#~ msgstr "" +#~ "Этот документ не соответствует Adobe Document Structuring " +#~ "Conventions и может быть напечатан неправильно!" + +#~ msgid "Unknown choice \"%s\" for option \"%s\"!" +#~ msgstr "Неизвестный выбор «%s» для параметра «%s»!" + +#~ msgid "Unknown option \"%s\"!" +#~ msgstr "Неизвестный параметр «%s»!" + +#~ msgid "Unsupported baud rate %s!" +#~ msgstr "Неподдерживаемая скорость передачи данных в бодах %s!" + +#~ msgid "" +#~ "recoverable: Network host '%s' is busy; will retry in %d " +#~ "seconds." +#~ msgstr "" +#~ "Восстанавливаемо. Хост сети «%s» занят. Попытка будет повторена " +#~ "через %d сек…" + +#~ msgid "Warning, no Windows 2000 printer drivers are installed!" +#~ msgstr "Внимание! Нет установленных драйверов принтера Windows 2000!" + +#~ msgid "cupsctl: Unknown option \"%s\"!" +#~ msgstr "cupsctl: Неизвестный параметр «%s»!" + +#~ msgid "cupsctl: Unknown option \"-%c\"!" +#~ msgstr "cupsctl: Неизвестный параметр «-%c»!" + +#~ msgid "cupsd: Expected config filename after \"-c\" option!" +#~ msgstr "cupsd: Ожидаемое имя файла конфигурации после параметра «-c»!" + +#~ msgid "cupsd: Unable to get current directory!" +#~ msgstr "cupsd: Не удается определить текущий каталог!" + +#~ msgid "cupsd: Unknown argument \"%s\" - aborting!" +#~ msgstr "cupsd: Неизвестный аргумент «%s» – отмена!" + +#~ msgid "cupsd: Unknown option \"%c\" - aborting!" +#~ msgstr "cupsd: Неизвестный параметр «%c» – отмена!" + +#~ msgid "cupsfilter: Invalid document number %d!" +#~ msgstr "cupsfilter: Недопустимый номер документа %d!" + +#~ msgid "cupsfilter: Invalid job ID %d!" +#~ msgstr "cupsfilter: Недопустимый ID задания %d!" + +#~ msgid "cupsfilter: Only one filename can be specified!" +#~ msgstr "cupsfilter: Только одно имя файла может быть указано!" + +#~ msgid "cupsfilter: Unable to create temporary file: %s" +#~ msgstr "cupsfilter: Не удается создать временный файл: %s" + +#~ msgid "job-printer-uri attribute missing!" +#~ msgstr "Атрибут job-printer-uri отсутствует!" + +#~ msgid "lpadmin: Class name can only contain printable characters!" +#~ msgstr "lpadmin: Имя класса может содержать только печатные символы!" + +#~ msgid "lpadmin: Expected PPD after '-P' option!" +#~ msgstr "lpadmin: После параметра «-P» должен быть указан PPD!" + +#~ msgid "lpadmin: Expected allow/deny:userlist after '-u' option!" +#~ msgstr "" +#~ "lpadmin: После параметра «-u» должен быть указан allow/deny:userlist!" + +#~ msgid "lpadmin: Expected class after '-r' option!" +#~ msgstr "lpadmin: После параметра «-r» должен быть указан класс!" + +#~ msgid "lpadmin: Expected class name after '-c' option!" +#~ msgstr "lpadmin: После параметра «-c» должно быть указано имя класса!" + +#~ msgid "lpadmin: Expected description after '-D' option!" +#~ msgstr "lpadmin: После параметра «-D» должно идти описание!" + +#~ msgid "lpadmin: Expected device URI after '-v' option!" +#~ msgstr "lpadmin: После параметра «-v» должен быть указан URI устройства!" + +#~ msgid "lpadmin: Expected file type(s) after '-I' option!" +#~ msgstr "lpadmin: После параметра «-I» должны быть указаны типы файлов!" + +#~ msgid "lpadmin: Expected hostname after '-h' option!" +#~ msgstr "lpadmin: После параметра «-h» должно быть указано имя хоста!" + +#~ msgid "lpadmin: Expected interface after '-i' option!" +#~ msgstr "lpadmin: После параметра «-i» должен быть указан интерфейс!" + +#~ msgid "lpadmin: Expected location after '-L' option!" +#~ msgstr "lpadmin: После параметра «-L» должно быть указано местоположение!" + +#~ msgid "lpadmin: Expected model after '-m' option!" +#~ msgstr "lpadmin: После параметра «-m» должна быть указана модель!" + +#~ msgid "lpadmin: Expected name=value after '-o' option!" +#~ msgstr "" +#~ "lpadmin: После параметра «-o» должно быть указано значение вида " +#~ "name=value!" + +#~ msgid "lpadmin: Expected printer after '-p' option!" +#~ msgstr "lpadmin: После параметра «-p» должен быть указан принтер!" + +#~ msgid "lpadmin: Expected printer name after '-d' option!" +#~ msgstr "lpadmin: После параметра «-d» должно быть указано имя принтера!" + +#~ msgid "lpadmin: Expected printer or class after '-x' option!" +#~ msgstr "" +#~ "lpadmin: После параметра «-x» должен быть указан принтер или класс!" + +#~ msgid "lpadmin: No member names were seen!" +#~ msgstr "lpadmin: Имена участников не обнаружены!" + +#~ msgid "lpadmin: Printer name can only contain printable characters!" +#~ msgstr "lpadmin: Имя принтера может содержать только печатные символы!" + +#~ msgid "" +#~ "lpadmin: Unable to add a printer to the class:" +#~ " You must specify a printer name first!" +#~ msgstr "" +#~ "lpadmin: Не удается добавить принтер к классу:" +#~ " Необходимо сначала указать имя принтера!" + +#~ msgid "lpadmin: Unable to create temporary file - %s" +#~ msgstr "lpadmin: Не удается создать временный файл – %s" + +#~ msgid "lpadmin: Unable to create temporary file: %s" +#~ msgstr "lpadmin: Не удается создать временный файл: %s" + +#~ msgid "" +#~ "lpadmin: Unable to remove a printer from the class:" +#~ " You must specify a printer name first!" +#~ msgstr "" +#~ "lpadmin: Не удается удалить принтер из класса:" +#~ " Необходимо сначала указать имя принтера!" + +#~ msgid "" +#~ "lpadmin: Unable to set the PPD file:" +#~ " You must specify a printer name first!" +#~ msgstr "" +#~ "lpadmin: Не удается настроить PPD-файл:" +#~ " Необходимо сначала указать имя принтера!" + +#~ msgid "" +#~ "lpadmin: Unable to set the device URI:" +#~ " You must specify a printer name first!" +#~ msgstr "" +#~ "lpadmin: Не удается настроить URI устройства:" +#~ " Необходимо сначала указать имя принтера!" + +#~ msgid "" +#~ "lpadmin: Unable to set the interface script or PPD file:" +#~ " You must specify a printer name first!" +#~ msgstr "" +#~ "lpadmin: Не удается настроить скрипт интерфейса или PPD-файл:" +#~ " Необходимо сначала указать имя принтера!" + +#~ msgid "" +#~ "lpadmin: Unable to set the interface script:" +#~ " You must specify a printer name first!" +#~ msgstr "" +#~ "lpadmin: Не удается настроить скрипт интерфейса:" +#~ " Необходимо сначала указать имя принтера!" + +#~ msgid "" +#~ "lpadmin: Unable to set the printer description:" +#~ " You must specify a printer name first!" +#~ msgstr "" +#~ "lpadmin: Не удается настроить описание принтера:" +#~ " Необходимо сначала указать имя принтера!" + +#~ msgid "" +#~ "lpadmin: Unable to set the printer location:" +#~ " You must specify a printer name first!" +#~ msgstr "" +#~ "lpadmin: Не удается настроить размещение принтера:" +#~ " Необходимо сначала указать имя принтера!" + +#~ msgid "" +#~ "lpadmin: Unable to set the printer options:" +#~ " You must specify a printer name first!" +#~ msgstr "" +#~ "lpadmin: Не удается настроить параметры принтера:" +#~ " Необходимо сначала указать имя принтера!" + +#~ msgid "lpadmin: Unknown allow/deny option \"%s\"!" +#~ msgstr "lpadmin: Неизвестный параметр allow/deny «%s»!" + +#~ msgid "lpadmin: Unknown argument '%s'!" +#~ msgstr "lpadmin: Неизвестный аргумент «%s»!" + +#~ msgid "lpadmin: Unknown option '%c'!" +#~ msgstr "lpadmin: Неизвестный параметр «%c»!" + +#~ msgid "lpadmin: Warning - content type list ignored!" +#~ msgstr "lpadmin: Внимание – список типов контента пропущен!" + +#~ msgid "lpinfo: Expected 1284 device ID string after --device-id!" +#~ msgstr "lpinfo: После --device-id должна идти строка ID устройства 1284!" + +#~ msgid "lpinfo: Expected language after --language!" +#~ msgstr "lpinfo: После –language должен быть указан язык!" + +#~ msgid "lpinfo: Expected make and model after --make-and-model!" +#~ msgstr "" +#~ "lpinfo: После --make-and-model должна быть указана марка и модель!" + +#~ msgid "lpinfo: Expected product string after --product!" +#~ msgstr "lpinfo: После –product должна идти строка продукта!" + +#~ msgid "lpinfo: Expected scheme list after --exclude-schemes!" +#~ msgstr "lpinfo: После --exclude-schemes должен идти список схем!" + +#~ msgid "lpinfo: Expected scheme list after --include-schemes!" +#~ msgstr "lpinfo: После --ixclude-schemes должен идти список схем!" + +#~ msgid "lpinfo: Expected timeout after --timeout!" +#~ msgstr "lpinfo: После –timeout должно быть указано время ожидания!" + +#~ msgid "lpinfo: Unknown argument '%s'!" +#~ msgstr "lpinfo: Неизвестный аргумент «%s»!" + +#~ msgid "lpinfo: Unknown option '%c'!" +#~ msgstr "lpinfo: Неизвестный параметр «%c»!" + +#~ msgid "lpinfo: Unknown option '%s'!" +#~ msgstr "lpinfo: Неизвестный параметр «%s»!" + +#~ msgid "lpmove: Unknown argument '%s'!" +#~ msgstr "lpmove: Неизвестный аргумент «%s»!" + +#~ msgid "lpmove: Unknown option '%c'!" +#~ msgstr "lpmove: Неизвестный параметр «%c»!" + +#~ msgid "lpoptions: No printers!?!" +#~ msgstr "lpoptions: Нет принтеров!?!" + +#~ msgid "lpoptions: Unable to open PPD file for %s!" +#~ msgstr "lpoptions: Не удается открыть PPD-файл для %s!" + +#~ msgid "lpoptions: Unknown printer or class!" +#~ msgstr "lpoptions: Неизвестный принтер или класс!" + +#~ msgid "lppasswd: Only root can add or delete passwords!" +#~ msgstr "" +#~ "lppasswd: Только пользователь root может добавлять или удалять пароли!" + +#~ msgid "lppasswd: Password file busy!" +#~ msgstr "lppasswd: Файл пароля занят!" + +#~ msgid "lppasswd: Password file not updated!" +#~ msgstr "lppasswd: Файл пароля не обновлен!" + +#~ msgid "lppasswd: Sorry, password doesn't match!" +#~ msgstr "lppasswd: Пароль не подходит!" + +#~ msgid "lppasswd: Sorry, passwords don't match!" +#~ msgstr "lppasswd: Пароль не подходит!" + +#~ msgid "" +#~ "lpstat: error - %s environment variable names non-existent destination \"%" +#~ "s\"!" +#~ msgstr "" +#~ "lpstat: Ошибка – %s переменная окружения указывает несуществующее " +#~ "назначение «%s»!" + +#~ msgid "notify-events not specified!" +#~ msgstr "notify-events не указаны!" + +#~ msgid "notify-recipient-uri URI \"%s\" is already used!" +#~ msgstr "URI-адрес notify-recipient-uri «%s» уже используется!" + +#~ msgid "notify-recipient-uri URI \"%s\" uses unknown scheme!" +#~ msgstr "URI-адрес notify-recipient-uri «%s» использует неизвестную схему!" + +#~ msgid "notify-subscription-id %d no good!" +#~ msgstr "notify-subscription-id %d неверный!" + +#~ msgid "ppdc: Bad resolution name \"%s\" on line %d of %s!" +#~ msgstr "ppdc: Недопустимое имя разрешения «%s» в строке %d из %s." + +#~ msgid "ppdc: Bad status keyword %s on line %d of %s!" +#~ msgstr "ppdc: Недопустимое ключевое слово статуса %s в строке %d из %s." + +#~ msgid "ppdc: Choice found on line %d of %s with no Option!" +#~ msgstr "" +#~ "ppdc: В строке %d из %s обнаружено значение, не привязанное к параметру!" + +#~ msgid "ppdc: Duplicate #po for locale %s on line %d of %s!" +#~ msgstr "ppdc: Дубликат #po для региона %s в строке %d из %s!" + +#~ msgid "ppdc: Expected a filter definition on line %d of %s!" +#~ msgstr "ppdc: В строке %d из %s должно быть определение фильтра!" + +#~ msgid "ppdc: Expected a program name on line %d of %s!" +#~ msgstr "ppdc: В строке %d из %s должно быть имя программы!" + +#~ msgid "ppdc: Expected charset after Font on line %d of %s!" +#~ msgstr "" +#~ "ppdc: После Font в строке %d из %s должен быть указан набор символов!" + +#~ msgid "ppdc: Expected color order for ColorModel on line %d of %s!" +#~ msgstr "" +#~ "ppdc: После ColorModel в строке %d из %s должна быть указана цветовая " +#~ "схема!" + +#~ msgid "ppdc: Expected colorspace for ColorModel on line %d of %s!" +#~ msgstr "" +#~ "ppdc: Для ColorModel в строке %d из %s должно быть указано пространство " +#~ "цветов!" + +#~ msgid "ppdc: Expected compression for ColorModel on line %d of %s!" +#~ msgstr "" +#~ "ppdc: Для ColorModel в строке %d из %s должно быть указано сжатие!" + +#~ msgid "" +#~ "ppdc: Expected constraints string for UIConstraints on line %d of %s!" +#~ msgstr "" +#~ "ppdc: Для UIConstraints в строке %d из %s должна быть указана строка " +#~ "ограничений!" + +#~ msgid "" +#~ "ppdc: Expected driver type keyword following DriverType on line %d of %" +#~ "s!" +#~ msgstr "" +#~ "ppdc: После DriverType в строке %d из %s должно быть указано ключевое " +#~ "слово типа драйвера!" + +#~ msgid "ppdc: Expected duplex type after Duplex on line %d of %s!" +#~ msgstr "" +#~ "ppdc: После Duplex в строке %d из %s должен быть указан тип дуплекса!" + +#~ msgid "ppdc: Expected encoding after Font on line %d of %s!" +#~ msgstr "ppdc: После Font в строке %d из %s должна быть указана кодировка!" + +#~ msgid "ppdc: Expected filename after #po %s on line %d of %s!" +#~ msgstr "" +#~ "ppdc: После #po %s в строке %d из %s должно быть указано имя файла!" + +#~ msgid "ppdc: Expected group name/text on line %d of %s!" +#~ msgstr "ppdc: В строке %d из %s должно быть указано имя группы/текст!" + +#~ msgid "ppdc: Expected include filename on line %d of %s!" +#~ msgstr "ppdc: В строке %d из %s должно быть указано имя файла!" + +#~ msgid "ppdc: Expected integer on line %d of %s!" +#~ msgstr "ppdc: В строке %d из %s должно быть целое число!" + +#~ msgid "ppdc: Expected locale after #po on line %d of %s!" +#~ msgstr "ppdc: После #po в строке %d из %s должен быть указан регион!" + +#~ msgid "ppdc: Expected name after %s on line %d of %s!" +#~ msgstr "ppdc: После %s в строке %d из %s должно быть имя!" + +#~ msgid "ppdc: Expected name after FileName on line %d of %s!" +#~ msgstr "ppdc: После FileName в строке %d из %s должно быть имя!" + +#~ msgid "ppdc: Expected name after Font on line %d of %s!" +#~ msgstr "ppdc: После Font в строке %d из %s должно быть имя!" + +#~ msgid "ppdc: Expected name after Manufacturer on line %d of %s!" +#~ msgstr "ppdc: После Manufacturer в строке %d из %s должно быть имя!" + +#~ msgid "ppdc: Expected name after MediaSize on line %d of %s!" +#~ msgstr "ppdc: После MediaSize в строке %d из %s должно быть имя!" + +#~ msgid "ppdc: Expected name after ModelName on line %d of %s!" +#~ msgstr "ppdc: После ModelName в строке %d из %s должно быть имя!" + +#~ msgid "ppdc: Expected name after PCFileName on line %d of %s!" +#~ msgstr "ppdc: После PCFileName в строке %d из %s должно быть имя!" + +#~ msgid "ppdc: Expected name/text after %s on line %d of %s!" +#~ msgstr "ppdc: После %s в строке %d из %s должно быть имя/текст!" + +#~ msgid "ppdc: Expected name/text after Installable on line %d of %s!" +#~ msgstr "ppdc: После Installable в строке %d из %s должно быть имя/текст!" + +#~ msgid "ppdc: Expected name/text after Resolution on line %d of %s!" +#~ msgstr "ppdc: После Resolution в строке %d из %s должно быть имя/текст!" + +#~ msgid "" +#~ "ppdc: Expected name/text combination for ColorModel on line %d of %s!" +#~ msgstr "ppdc: После ColorModel в строке %d из %s должно быть имя/текст!" + +#~ msgid "ppdc: Expected option name/text on line %d of %s!" +#~ msgstr "ppdc: В строке %d из %s должно быть указано имя параметра/текст!" + +#~ msgid "ppdc: Expected option section on line %d of %s!" +#~ msgstr "ppdc: В строке %d из %s должен быть раздел параметров!" + +#~ msgid "ppdc: Expected option type on line %d of %s!" +#~ msgstr "ppdc: В строке %d из %s должен быть указан тип параметра!" + +#~ msgid "ppdc: Expected override field after Resolution on line %d of %s!" +#~ msgstr "" +#~ "ppdc: После Resolution в строке %d из %s должно быть поле " +#~ "переопределения!" + +#~ msgid "ppdc: Expected real number on line %d of %s!" +#~ msgstr "ppdc: В строке %d из %s должно быть действительное число!" + +#~ msgid "" +#~ "ppdc: Expected resolution/mediatype following ColorProfile on line %d of %" +#~ "s!" +#~ msgstr "" +#~ "ppdc: После ColorProfile в строке %d из %s должно быть указано разрешение/" +#~ "тип носителя!" + +#~ msgid "" +#~ "ppdc: Expected resolution/mediatype following SimpleColorProfile on line %" +#~ "d of %s!" +#~ msgstr "" +#~ "ppdc: После SimpleColorProfile в строке %d из %s должно быть указано " +#~ "разрешение/тип носителя!" + +#~ msgid "ppdc: Expected selector after %s on line %d of %s!" +#~ msgstr "ppdc: После %s в строке %d из %s должен быть селектор!" + +#~ msgid "ppdc: Expected status after Font on line %d of %s!" +#~ msgstr "ppdc: После Font в строке %d из %s должен быть указан статус!" + +#~ msgid "ppdc: Expected string after Copyright on line %d of %s!" +#~ msgstr "ppdc: После Copyright в строке %d из %s должна быть строка!" + +#~ msgid "ppdc: Expected string after Version on line %d of %s!" +#~ msgstr "ppdc: После Version в строке %d из %s должна быть строка!" + +#~ msgid "ppdc: Expected two option names on line %d of %s!" +#~ msgstr "ppdc: В строке %d из %s должны быть два имени параметра!" + +#~ msgid "ppdc: Expected value after %s on line %d of %s!" +#~ msgstr "ppdc: После %s в строке %d из %s должно быть значение!" + +#~ msgid "ppdc: Expected version after Font on line %d of %s!" +#~ msgstr "ppdc: После Font в строке %d из %s должна быть указана версия!" + +#~ msgid "ppdc: Invalid #include/#po filename \"%s\"!" +#~ msgstr "ppdc: Неверное имя файла #include/#po «%s»!" + +#~ msgid "ppdc: Invalid cost for filter on line %d of %s!" +#~ msgstr "ppdc: Затраты на фильтр в строке %d из %s указаны неверно!" + +#~ msgid "ppdc: Invalid empty MIME type for filter on line %d of %s!" +#~ msgstr "ppdc: Недопустимый пустой MIME-тип для фильтра в строке %d из %s!" + +#~ msgid "ppdc: Invalid empty program name for filter on line %d of %s!" +#~ msgstr "" +#~ "ppdc: Недопустимое пустое имя программы для фильтра в строке %d из %s!" + +#~ msgid "ppdc: Invalid option section \"%s\" on line %d of %s!" +#~ msgstr "ppdc: Неверный раздел параметров «%s» в строке %d из %s!" + +#~ msgid "ppdc: Invalid option type \"%s\" on line %d of %s!" +#~ msgstr "ppdc: Неверный тип параметра «%s» в строке %d из %s!" + +#~ msgid "ppdc: Missing #endif at end of \"%s\"!" +#~ msgstr "ppdc: Отсутствует #endif в конце «%s»!" + +#~ msgid "ppdc: Missing #if on line %d of %s!" +#~ msgstr "ppdc: Отсутствует #if в строке %d из %s!" + +#~ msgid "ppdc: No message catalog provided for locale %s!" +#~ msgstr "ppdc: Не указан каталог сообщений для региона %s!" + +#~ msgid "ppdc: Option %s redefined with a different type on line %d of %s!" +#~ msgstr "ppdc: Для параметра %s определен другой тип в строке %d из %s!" + +#~ msgid "ppdc: Option constraint must *name on line %d of %s!" +#~ msgstr "" +#~ "ppdc: Для ограничения параметра должно быть указано *name в строке %d из %" +#~ "s!" + +#~ msgid "ppdc: Too many nested #if's on line %d of %s!" +#~ msgstr "ppdc: Слишком много вложенных операторов #if в строке %d из %s!" + +#~ msgid "ppdc: Unable to find #po file %s on line %d of %s!" +#~ msgstr "ppdc: Не удается найти файл #po %s в строке %d из %s!" + +#~ msgid "ppdc: Unable to find include file \"%s\" on line %d of %s!" +#~ msgstr "ppdc: Не удается найти файл «%s» в строке %d из %s!" + +#~ msgid "ppdc: Unknown driver type %s on line %d of %s!" +#~ msgstr "ppdc: Неизвестный тип драйвера %s в строке %d из %s!" + +#~ msgid "ppdc: Unknown duplex type \"%s\" on line %d of %s!" +#~ msgstr "ppdc: Неизвестный тип дуплекса «%s» в строке %d из %s!" + +#~ msgid "ppdc: Unknown media size \"%s\" on line %d of %s!" +#~ msgstr "ppdc: Неизвестный размер носителя «%s» в строке %d из %s!" + +#~ msgid "ppdc: Unknown token \"%s\" seen on line %d of %s!" +#~ msgstr "ppdc: Неизвестный маркер «%s» в строке %d из %s!" + +#~ msgid "" +#~ "ppdc: Unknown trailing characters in real number \"%s\" on line %d of %" +#~ "s!" +#~ msgstr "" +#~ "ppdc: Неизвестные конечные символы в вещественном числе «%s» в строке %d " +#~ "из %s!" + +#~ msgid "ppdc: Unterminated string starting with %c on line %d of %s!" +#~ msgstr "ppdc: Не завершена строка, начинающаяся с %c в строке %d из %s!" + +#~ msgid "ppdmerge: Bad LanguageVersion \"%s\" in %s!" +#~ msgstr "ppdmerge: Неверное значение LanguageVersion «%s» в %s!" diff --git a/man/cupsctl.man b/man/cupsctl.man index ef1a3fb1e..8dc01b07a 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" "12 December 2012" "Apple Inc." +.TH cupsctl 8 "CUPS" "11 January 2013" "Apple Inc." .SH NAME cupsctl \- configure cupsd.conf options .SH SYNOPSIS @@ -82,7 +82,7 @@ Get the current debug logging state: .LP Disable printer sharing: .nf - cupsctl --no-shared-printers + cupsctl --no-share-printers .fi .SH KNOWN ISSUES You cannot set the Listen or Port directives using \fIcupsctl\fR. diff --git a/templates/cs/add-class.tmpl b/templates/cs/add-class.tmpl new file mode 100644 index 000000000..06bb9addf --- /dev/null +++ b/templates/cs/add-class.tmpl @@ -0,0 +1,40 @@ +
+ +

Přidat třídu

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + +
Název:
+(Může obsahovat libovolné tisknutelné znaky kromě "/", "#" a mezery)
Popis:
+(Srozumitelný popis)
Umístění:
+(Srozumitelný popis umístění)
členové: + +
+ +
+
\ No newline at end of file diff --git a/templates/cs/add-printer.tmpl b/templates/cs/add-printer.tmpl new file mode 100644 index 000000000..1e557d2e1 --- /dev/null +++ b/templates/cs/add-printer.tmpl @@ -0,0 +1,47 @@ +
+ +

Přidat tiskárnu

+ +
+ + + + + + +{?current_make!?:} +{?current_make_and_model!?:} + + + + + + + + + + + + + + + + + + + + + + + + + + +
Název:
+(Může obsahovat libovolné tisknutelné znaky kromě "/", "#" a mezery)
Popis:
+(Srozumitelný popis)
Umístění:
+(Srozumitelný popis umístění)
Připojení:{device_uri}
Sdílení: +sdílet tuto tiskárnu
+ +
+
\ No newline at end of file diff --git a/templates/cs/add-rss-subscription.tmpl b/templates/cs/add-rss-subscription.tmpl new file mode 100644 index 000000000..d1568f7c1 --- /dev/null +++ b/templates/cs/add-rss-subscription.tmpl @@ -0,0 +1,44 @@ +
+ + + +

Přidat RSS předplatné

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Název:
+(Může obsahovat libovolné tisknutelné znaky s výjimkou mezery, "/", "?" a "#")
Fronta:
Události:Vytvoření úlohy
+Dokončení úlohy
+Zastavení úlohy
+Změna parametrů úlohy
    Zastavení fronty
+Přidání fronty
+Změna fronty
+Vymazání fronty
    Start serveru
+Zastavení serveru
+Restart serveru
+Audit bezpečnosti serveru
Maximální počet zobrazených událostí:
+ +
diff --git a/templates/cs/admin.tmpl b/templates/cs/admin.tmpl new file mode 100644 index 000000000..247a10f48 --- /dev/null +++ b/templates/cs/admin.tmpl @@ -0,0 +1,102 @@ + + +
+ +

Tiskárny

+ +

+

+
+
+{have_samba?
:} +

+ +

Třídy

+ +

+

+
+

+ +

Úlohy

+ +

+

+

+ +
          + +

Server

+ +

+

+
+
+
+

+ +{SETTINGS_ERROR?

{SETTINGS_MESSAGE}

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

Nastavení serveru\:

+ +

Skrýt rozšířené nastavení
+ + + Sdílet tiskárny připojené k tomuto systému
+        Maximální počet klientů\: +
+         Povolit tisk z internetu
+         Nabízet webové rozhraní
+ Povolit vzdálenou správu
+{have_gssapi? Používat ověřování Kerberos (časté dotazy)
:} + Povolit uživatelům zrušit jakoukoliv úlohu (nejen vlastní)
+ Zachovat historii úloh
+        Maximální počet úloh (0 bez omezení)\: +
+        Zachovat metadata\: +
+        Zachovat dokumenty\: +
+ Uložit informace o ladění pro řešení problémů
+        Maximální velikost log souboru\: +

+ +:

Nastavení serveru:

+ +

Zobrazit rozšířené nastavení
+ + Sdílet tiskárny připojené k tomuto systému
+         Povolit tisk z internetu
+ Povolit vzdálenou správu
+{have_gssapi? Používat ověřování Kerberos (časté dotazy)
:} + Povolit uživatelům zrušit jakoukoliv úlohu (nejen vlastní)
+ Uložit informace o ladění pro řešení problémů

+ +} +

+ +
} + +
+ +
+ +

RSS předplatné

+ +

+

+

+ +
+ +{notify_subscription_id? + +{[notify_subscription_id] +} + +
NázevUdálostiNázev fronty
{notify_recipient_name}
+
 
{notify_events} {notify_printer_name?{notify_printer_name}:VÅ¡echny fronty}
:} diff --git a/templates/cs/choose-device.tmpl b/templates/cs/choose-device.tmpl new file mode 100644 index 000000000..aa8a649c7 --- /dev/null +++ b/templates/cs/choose-device.tmpl @@ -0,0 +1,53 @@ +
+ +

{op=modify-printer?Úprava tiskárny {printer_name}:Přidat tiskárnu}

+ +{CUPS_GET_DEVICES_DONE?
+ + +{printer_name?:} + + +{op=add-printer?: + + +} + + + + + + + + + + + + + + + + + +
Aktuální připojení\: +{current_device_uri}
Místní tiskárny\: +{[device_uri]{device_class!network? +{device_info} {?device_make_and_model!Unknown?({device_make_and_model}):}
+:}} +
Nalezené síťové tiskárny\: +{[device_uri]{device_class=network?{device_uri~[a-z]+://? +{device_info} {?device_make_and_model!Unknown?({device_make_and_model}):}
+:}:}} +
Ostatní síťové tiskárny\: +{[device_uri]{device_class=network?{device_uri~[a-z]+://?: +{device_info} {?device_make_and_model!Unknown?({device_make_and_model}):}
+}:}} +
+ +
:

Hledání tiskáren ...

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

{op=modify-printer?Úprava tiskárny {printer_name}:Přidat tiskárnu}

+ +
+ + +{printer_name?:} + + + + + + +{op=modify-printer?: + + +} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Název:{printer_name}
Popis:{printer_info}
Umístění:{printer_location}
Připojení:{device_uri}
Sdílení: +{?printer_is_shared=?ne:{?printer_is_shared=0?ne:}}sdílená
Výrobce: + +
 
Nebo vybrat soubor PPD:
+ +
+
\ No newline at end of file diff --git a/templates/cs/choose-model.tmpl b/templates/cs/choose-model.tmpl new file mode 100644 index 000000000..75fc46f25 --- /dev/null +++ b/templates/cs/choose-model.tmpl @@ -0,0 +1,60 @@ +
+ +

{op=modify-printer?Úprava tiskárny {printer_name}:Přidat tiskárnu}

+ +
+ + +{printer_name?:} + + + + + +{op=modify-printer?: + + +} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Název:{printer_name}
Popis:{printer_info}
Umístění:{printer_location}
Připojení:{device_uri}
Sdílení: +{?printer_is_shared=?ne:{?printer_is_shared=0?ne:}}sdílená
Výrobce:{PPD_MAKE}
Model: + +
Nebo vybrat soubor PPD:
+ +
+
\ No newline at end of file diff --git a/templates/cs/choose-serial.tmpl b/templates/cs/choose-serial.tmpl new file mode 100644 index 000000000..593bcdde3 --- /dev/null +++ b/templates/cs/choose-serial.tmpl @@ -0,0 +1,52 @@ +
+ +

{op=modify-printer?Úprava tiskárny {printer_name}:Přidat tiskárnu}

+ +
+ + +{printer_name?:} + + + + + + + + + + + + + + + + + + + + + + + + + + +
Připojení:{device_uri}
Přenosová rychlost:
Parita:
Datových bitů:
Řízení toku dat:
+ +
+
\ No newline at end of file diff --git a/templates/cs/choose-uri.tmpl b/templates/cs/choose-uri.tmpl new file mode 100644 index 000000000..ad919b751 --- /dev/null +++ b/templates/cs/choose-uri.tmpl @@ -0,0 +1,44 @@ +
+ +

{op=modify-printer?Úprava tiskárny {printer_name}:Přidat tiskárnu}

+ +
+ + +{printer_name?:} + + + + + + + + + + + + + + + +
Připojení:
Příklady: +
+    http://hostname:631/ipp/
+    http://hostname:631/ipp/port1
+
+    ipp://hostname/ipp/
+    ipp://hostname/ipp/port1
+
+    lpd://hostname/queue
+
+    socket://hostname
+    socket://hostname:9100
+
+ +

Viz. "Síťové tiskárny" pro zadání správného URI tiskárny.

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

Přidat třídu

+ +

Třída {printer_name} byla úspěšně přidána. + +

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

Výmaz třídy {printer_name}

+ +

Varování: Opravdu chcete vymazat třídu +{printer_name}?

+ +

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

Výmaz třídy {printer_name}

+ +

Třída {printer_name} byla úspěšně vymazána. + +

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

Úlohy

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

Úprava třídy {printer_name}

+ +

Třída {printer_name} byla úspěšně upravena. + +

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

{printer_name} +({printer_state=3?čeká:{printer_state=4?tiskne:pauza}}, +{printer_is_accepting_jobs=0?ne:}přijímá úlohy, +{server_is_sharing_printers=0?není:{printer_is_shared=0?není:}} sdílení{default_name={printer_name}?, výchozí server:})

+ +
+ + + +
+ +
+ + + + + +
+ + + + + + +
Popis:{printer_info}
Umístění:{printer_location}
Členové:{?member_uris=?None:{member_uris}}
Nastavení:job-sheets={job_sheets_default} +media={media_default?{media_default}:unknown} +{sides_default?sides={sides_default}:}
+ +
diff --git a/templates/cs/classes-header.tmpl b/templates/cs/classes-header.tmpl new file mode 100644 index 000000000..5bfeeee7f --- /dev/null +++ b/templates/cs/classes-header.tmpl @@ -0,0 +1 @@ +

{total=0?Žádné třídy:Zobrazení {#printer_name} z {total} tříd{total=1?y:}}.

diff --git a/templates/cs/classes.tmpl b/templates/cs/classes.tmpl new file mode 100644 index 000000000..02d32a638 --- /dev/null +++ b/templates/cs/classes.tmpl @@ -0,0 +1,12 @@ +{#printer_name=0?: + + + + + +{[printer_name] + +} + +
{ORDER=dec? Název fromty : Název fronty }PopisUmístěníČlenovéStav
{printer_name}{printer_info}{printer_location}{?member_uris=?Žádný:{member_uris}}{printer_state=3?Čeká:{printer_state=4?Tiskne:Pauza}}{printer_state_message? - "{printer_state_message}":}
} diff --git a/templates/cs/command.tmpl b/templates/cs/command.tmpl new file mode 100644 index 000000000..b2a4fd47a --- /dev/null +++ b/templates/cs/command.tmpl @@ -0,0 +1,12 @@ +
+ +

{title} u {printer_name}

+ +

{job_state>5?:Busy Indicator }Stav úlohy +{job_state=3?čeká:{job_state=4?pozastaveno: +{job_state=5?zpracováváno:{job_state=6?zastaveno: +{job_state=7?zrušeno:{job_state=8?zrušeno:dokončeno}}}}}}{job_state=9?:{job_printer_state_message?, +"{job_printer_state_message}":}}.

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

Úprava konfiguračního souboru

+ +
+ + + + + +

+

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

Chyba {?title} u {?printer_name}

+ +

Chyba:

+ +
Neznámá operace "{op}"!
+ +
diff --git a/templates/cs/error.tmpl b/templates/cs/error.tmpl new file mode 100644 index 000000000..7ee1926a5 --- /dev/null +++ b/templates/cs/error.tmpl @@ -0,0 +1,9 @@ +
+ +

Chyba {?title} u {?printer_name}

+ +

{?message?{message}:Chyba}:

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

Chyba: Následující parametry jsou v rozporu:

+ + + +

Prosím změňte jeden nebo více parametrů pro vyřešení problému.

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

{group}

+ +
+ + + + + + + + + + + + + +
  Hlavní strana    Administrace    Třídy tiskáren    Nápověda    Ãšlohy    Tiskárny  
 
diff --git a/templates/cs/help-header.tmpl b/templates/cs/help-header.tmpl new file mode 100644 index 000000000..fe8dca847 --- /dev/null +++ b/templates/cs/help-header.tmpl @@ -0,0 +1,48 @@ +
+
+{TOPIC?:} + +

Hledat v{HELPTITLE? {HELPTITLE}:{TOPIC? {TOPIC}:e všech dokumentech}}: + +

+ +
+ + + + +{QUERY?

Výsledky hledání v{HELPFILE? {HELPTITLE}:{TOPIC? {TOPIC}:e všech dokumentech}}\:

+{QTEXT?:} +:

Nebyl nalezen záznam.

} +
:} +{HELPTITLE?

{HELPTITLE}

+
: + +

Nápověda

+ +

Toto je rozhraní nápovědy CUPS. Zadejte hledané slovo nebo klikněte na +některý z odkazů dokumentace k zobrazení nápovědy.

+ +

Pokud jste nový uživatel programu CUPS, přečtěte si stránku "Popis programu CUPS". Zkušení uživatelé by +si měli přečíst stránku "Co je nového v CUPS 1.6".

+ +

Hlavní strana programu CUPS také +poskytuje mnoho zdrojů, včetně uživatelského diskuzního fóra, odpovědí +na často kladené otázky a formuláře pro odesílání zpráv o chybách a +požadavky na nové funkce.

} diff --git a/templates/cs/help-printable.tmpl b/templates/cs/help-printable.tmpl new file mode 100644 index 000000000..763a98b7c --- /dev/null +++ b/templates/cs/help-printable.tmpl @@ -0,0 +1,9 @@ + + + + + {HELPTITLE} + + + + diff --git a/templates/cs/help-trailer.tmpl b/templates/cs/help-trailer.tmpl new file mode 100644 index 000000000..4c1ebed85 --- /dev/null +++ b/templates/cs/help-trailer.tmpl @@ -0,0 +1 @@ +
diff --git a/templates/cs/job-cancel.tmpl b/templates/cs/job-cancel.tmpl new file mode 100644 index 000000000..31f50ead8 --- /dev/null +++ b/templates/cs/job-cancel.tmpl @@ -0,0 +1,7 @@ +
+ +

Zrušit úlohu {job_id}

+ +

Úloha {job_id} byla zrušena. + +

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

Pozastavení úlohy {job_id}

+ +

Úloha {job_id} byla pozastavena. + +

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

{job_id?Přesun úlohy {job_id}:Přesun všech úloh}

+ + + + + + + + + + +
Nová tiskárna: + +
+ +
+ +
diff --git a/templates/cs/job-moved.tmpl b/templates/cs/job-moved.tmpl new file mode 100644 index 000000000..40e5eef83 --- /dev/null +++ b/templates/cs/job-moved.tmpl @@ -0,0 +1,8 @@ +
+ +

{job_id?Přesun úlohy {job_id}:Přesun všech úloh}

+ +

{job_id?Úloha přesunuta {job_id}:Všechny úlohy přesunuty} na tiskárnu +{job_printer_name}.

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

Uvolnit úlohu {job_id}

+ +

Úloha {job_id} byla uvolněna k tisku. + +

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

Opakovaný tisk úlohy {job_id}

+ +

Úloha {job_id} byla znovu spuštěna. + +

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

{total=0?Žádné úlohy:Zobrazení {#job_id} z {total} {?which_jobs=?aktivních:{which_jobs=all?:dokončených}} {total=1?úloha:úloh}}.

diff --git a/templates/cs/jobs.tmpl b/templates/cs/jobs.tmpl new file mode 100644 index 000000000..75b483a6f --- /dev/null +++ b/templates/cs/jobs.tmpl @@ -0,0 +1,37 @@ +{#job_id=0?: + + + + + +{[job_id] + + + + + + + + + +} + +
{ORDER=dec? ID : ID }JménoUživatelVelikostPočet stranStavŘízení
{job_printer_name}-{job_id}{?phone? ({phone}):} {?job_name=?Neznámý:{job_name}} {?job_originating_user_name=?Neznámý:{job_originating_user_name}} {job_k_octets} k {job_media_sheets_completed=0?Neznámý:{?job_media_sheets_completed}} {job_state=3?Čeká od
{time_at_creation}:{job_state=4?Pozastaveno od
{time_at_creation}: +{job_state=5?Zpracováváno od
{time_at_processing}:{job_state=6?Zastaveno: +{job_state=7?Zrušeno v
{time_at_completed}:{job_state=8?Zrušeno:Dokončeno v
{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/cs/list-available-printers.tmpl b/templates/cs/list-available-printers.tmpl new file mode 100644 index 000000000..8c01b27ef --- /dev/null +++ b/templates/cs/list-available-printers.tmpl @@ -0,0 +1,11 @@ +
+ +

Dostupné tiskárny

+ +{#device_uri=0?

Žádné tiskárny nenalezeny.

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

Úprava třídy {printer_name}

+ +
+ + + + + + + + + + + + + + + + + + + + + +
Popis:
Umístění:
Členové: + +
+ +
+
\ No newline at end of file diff --git a/templates/cs/modify-printer.tmpl b/templates/cs/modify-printer.tmpl new file mode 100644 index 000000000..8fc48ed6f --- /dev/null +++ b/templates/cs/modify-printer.tmpl @@ -0,0 +1,42 @@ +
+ +

Úprava tiskárny {printer_name}

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Popis:
+(Srozumitelný popis)
Location:
+(Srozumitelný popis umístění)
Připojení:{device_uri}
Sdílení: +sdílet tuto tiskárnu
+ +
+
diff --git a/templates/cs/norestart.tmpl b/templates/cs/norestart.tmpl new file mode 100644 index 000000000..4f09e8b23 --- /dev/null +++ b/templates/cs/norestart.tmpl @@ -0,0 +1,8 @@ +
+ +

Změna nastavení

+ +

Server nebyl dosud restartován, protože nebyly provedeny žádné změny v +konfiguraci ...

+ +
diff --git a/templates/cs/option-boolean.tmpl b/templates/cs/option-boolean.tmpl new file mode 100644 index 000000000..e832ee102 --- /dev/null +++ b/templates/cs/option-boolean.tmpl @@ -0,0 +1,6 @@ +
{keytext}: +{[choices]{text}} +
diff --git a/templates/cs/option-pickmany.tmpl b/templates/cs/option-pickmany.tmpl new file mode 100644 index 000000000..0da75e5d2 --- /dev/null +++ b/templates/cs/option-pickmany.tmpl @@ -0,0 +1,6 @@ + + + + diff --git a/templates/cs/option-pickone.tmpl b/templates/cs/option-pickone.tmpl new file mode 100644 index 000000000..9c7e2a2b3 --- /dev/null +++ b/templates/cs/option-pickone.tmpl @@ -0,0 +1,18 @@ + + +:} + diff --git a/templates/cs/option-trailer.tmpl b/templates/cs/option-trailer.tmpl new file mode 100644 index 000000000..916de2fec --- /dev/null +++ b/templates/cs/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/cs/pager.tmpl b/templates/cs/pager.tmpl new file mode 100644 index 000000000..35a7a9263 --- /dev/null +++ b/templates/cs/pager.tmpl @@ -0,0 +1,6 @@ + + + + + +
{PREV?
: }
{NEXT?
: }
diff --git a/templates/cs/printer-accept.tmpl b/templates/cs/printer-accept.tmpl new file mode 100644 index 000000000..c81faefea --- /dev/null +++ b/templates/cs/printer-accept.tmpl @@ -0,0 +1,9 @@ +
+ +

Příjem úloh u {is_class?třídy:tiskárny} {printer_name}

+ +

{is_class?Třída:Tiskárna} {printer_name} +nyní přijímá úlohy.

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

Přidat tiskárnu

+ +

Tiskárna {printer_name} byla úspěšně přidána. + +

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

Nastavení parametrů u {printer_name}

+ +

{OP=set-class-options?Class :Tiskárna }{printer_name} +byla úspěšně nastavena. + +

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

Výmaz tiskárny {printer_name}

+ +

Varování: Opravdu chcete vymazat tiskárnu +{printer_name}?

+ +

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

Nastavení {is_class?třídy:tiskárny} {printer_name} jako výchozí

+ +

{is_class?Třída:Tiskárna} {printer_name} +byla nastavena jako výchozí na serveru.

+ +
Pozn. libovolný uživatel může pomocí příkazu lpoptions přepsat toto nastavení.
+ +
diff --git a/templates/cs/printer-deleted.tmpl b/templates/cs/printer-deleted.tmpl new file mode 100644 index 000000000..76c8b22a8 --- /dev/null +++ b/templates/cs/printer-deleted.tmpl @@ -0,0 +1,7 @@ +
+ +

Výmaz tiskárny {printer_name}

+ +

Tiskárna {printer_name} byla úspěšně vymazána. + +

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

Úlohy

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

Úprava tiskárny {printer_name}

+ +

Tiskárna {printer_name} byla +úspěšně upravena. + +

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

Výmaz úloh u {is_class?třídy:tiskárny} {printer_name}

+ +

U {is_class?třídy:tiskárny} {printer_name} +byly vymazány všechny úlohy.

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

Odmítnutí úloh u {is_class?třídy:tiskárny} {printer_name}

+ +

{is_class?Třída:Tiskárna} {printer_name} +už nepřijímá úlohy.

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

Obnovení {is_class?třídy:tiskárny} {printer_name}

+ +

{is_class?Třída:Tiskárna} {printer_name} +byla obnovena.

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

Pozastavení {is_class?třídy:tiskárny} {printer_name}

+ +

{is_class?Třída:Tiskárna} {printer_name} +byla pozastavena.

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

{printer_name} +({printer_state=3?čeká:{printer_state=4?tiskne:pauza}}, +{printer_is_accepting_jobs=0?ne:}přijímá úlohy, +{server_is_sharing_printers=0?není:{printer_is_shared=0?není:}} sdílení{default_name={printer_name}?, výchozí server:})

+ +
+ + + +
+ +
+ + + + +
+ + + + + + +
Popis:{printer_info}
Umístění:{printer_location}
Výrobce a model:{printer_make_and_model} +({color_supported=1?barevná:černobílá}{sides_supported?, oboustranný tisk:})
+
Připojení:{device_uri}
Nastavení:job-sheets={job_sheets_default} +media={media_default?{media_default}:unknown} +{sides_default?sides={sides_default}:}
+ +
\ No newline at end of file diff --git a/templates/cs/printers-header.tmpl b/templates/cs/printers-header.tmpl new file mode 100644 index 000000000..4755aff38 --- /dev/null +++ b/templates/cs/printers-header.tmpl @@ -0,0 +1 @@ +

{total=0?Žádné tiskárny:Zobrazení {#printer_name} z {total} tiskár{total=1?ny:en}}.

diff --git a/templates/cs/printers.tmpl b/templates/cs/printers.tmpl new file mode 100644 index 000000000..3861ac339 --- /dev/null +++ b/templates/cs/printers.tmpl @@ -0,0 +1,11 @@ +{#printer_name=0?: + + + + + +{[printer_name] + +} + +
{ORDER=dec? Název fronty : Název fronty }PopisUmístěníVýrobce a modelStav
{printer_name}{printer_info}{printer_location}{printer_make_and_model}{printer_state=3?Čeká:{printer_state=4?Tiskne:Pauza}}{printer_state_message? - "{printer_state_message}":}
} diff --git a/templates/cs/restart.tmpl b/templates/cs/restart.tmpl new file mode 100644 index 000000000..1c68b059b --- /dev/null +++ b/templates/cs/restart.tmpl @@ -0,0 +1,8 @@ +
+ +

Změna nastavení

+ +

Prosím čekejte, probíhá restart serveru ...

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

Export tiskáren do Samby

+ +{error?

Nelze exportovat tiskárny do Samby\:

+
{error}
+

Nahlédnout do error_log souboru pro více informací.

: + +

Tato stránka umožňuje export tiskáren do Samby, aby k nim klienti +systému Windows mohli přistupovat pomocí ikon Okolní počítače +nebo Místa v síti na své pracovní ploše. Musíte předem +nainstalovat ovladače OS Windows pro postScriptové tiskárny, jak je popsáno v + cupsaddsmb(8) +manuálové stránky.

} + + + + + + + + + + + + + + + + + + +
Tiskárny: +
+ Export všech tiskáren +
Uživatel Samby: (povinný údaj)
Heslo uživatele: (povinný údaj)
+ +
diff --git a/templates/cs/samba-exported.tmpl b/templates/cs/samba-exported.tmpl new file mode 100644 index 000000000..121fe4883 --- /dev/null +++ b/templates/cs/samba-exported.tmpl @@ -0,0 +1 @@ +

Export tiskáren do Samby byl úspěšně proveden.

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

Hledat v +{SEARCH_DEST?{SEARCH_DEST}:{SECTION=classes?třídách:{SECTION=jobs?úlohách:tiskárnách}}}: +

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

Nastavení parametrů u {printer_name}

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

{[group_id] +{group}     }

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

Předplatné {subscription_name} bylo úspěšně přidáno.

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

Předplatné #{notify_subscription_id} bylo zrušeno.

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

Tisk zkušební stránky na {printer_name}

+ +

Zkušební stránka odeslána; ID úlohy je +{printer_name}-{job_id}.

+ +
diff --git a/templates/cs/trailer.tmpl b/templates/cs/trailer.tmpl new file mode 100644 index 000000000..44f358b0f --- /dev/null +++ b/templates/cs/trailer.tmpl @@ -0,0 +1,8 @@ + +  +CUPS a logo CUPS jsou ochranné známky společnosti +Apple Inc. CUPS je chráněn autorskými +právy 2007-2013 Apple Inc. VÅ¡echna práva vyhrazena. + + + diff --git a/templates/cs/users.tmpl b/templates/cs/users.tmpl new file mode 100644 index 000000000..ff39cc3ce --- /dev/null +++ b/templates/cs/users.tmpl @@ -0,0 +1,30 @@ +
+ +
+ + + +{IS_CLASS?:} + +

Nastavení přístupu uživatelů u {printer_name}

+ + + + + + + + + + +
Uživatelé: + +
+Povolit uživatelům tisknout +Zakázat uživatelům tisknout +
+ +
+ +
+
diff --git a/templates/fr/add-class.tmpl b/templates/fr/add-class.tmpl new file mode 100644 index 000000000..a4402d4ad --- /dev/null +++ b/templates/fr/add-class.tmpl @@ -0,0 +1,40 @@ +
+ +

Ajouter une classe

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + +
Nom:
+(Peux contenir n'importe quel caractère sauf "/", "#", et espace)
Description:
+(Description compréhensible comme "HP LaserJet Recto/Verso")
Emplacement:
+(Emplacement compréhensible comme "Lab 1")
Membres: + +
+ +
+
\ No newline at end of file diff --git a/templates/fr/add-printer.tmpl b/templates/fr/add-printer.tmpl new file mode 100644 index 000000000..22dc07b11 --- /dev/null +++ b/templates/fr/add-printer.tmpl @@ -0,0 +1,47 @@ +
+ +

Ajouter une imprimante

+ +
+ + + + + + +{?current_make!?:} +{?current_make_and_model!?:} + + + + + + + + + + + + + + + + + + + + + + + + + + +
Nom:
+(Peux contenir n'importe quel caractère sauf "/", "#", et espace)
Description:
+(Description compréhensible comme "HP LaserJet Recto/Verso")
Emplacement:
+(Emplacement compréhensible comme "Lab 1")
Connexion:{device_uri}
Partage: +Partager cette imprimante
+ +
+
\ No newline at end of file diff --git a/templates/fr/add-rss-subscription.tmpl b/templates/fr/add-rss-subscription.tmpl new file mode 100644 index 000000000..e98ee1cce --- /dev/null +++ b/templates/fr/add-rss-subscription.tmpl @@ -0,0 +1,44 @@ +
+ + + +

S'abonner à un flux RSS

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Nom:
+(Peux contenir n'importe quel caractère sauf "/", "#", et espace)
File:
Evénements:Tâches crées
+Tâches finies
+Tâches stoppées
+Options de tâche modifiées
    Files arrêtées
+File ajoutée
+File modifiée
+File supprimée
    Serveur démarré
+Serveur arrêté
+Serveur redémarré
+Audit de sécurité du serveur
Nombre maximum d'événements:
+ +
diff --git a/templates/fr/admin.tmpl b/templates/fr/admin.tmpl new file mode 100644 index 000000000..304e77bb7 --- /dev/null +++ b/templates/fr/admin.tmpl @@ -0,0 +1,102 @@ + + +
+ +

Imprimantes

+ +

+

+
+
+{have_samba?
:} +

+ +

Classes

+ +

+

+
+

+ +

Tâches

+ +

+

+

+ +
          + +

Serveur

+ +

+

+
+
+
+

+ +{SETTINGS_ERROR?

{SETTINGS_MESSAGE}

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

Paramètres du serveur\:

+ +

Avancé
+ + + Partager les imprimantes connectées à ce système
+        Nombre maximum de clients\: +
+         Autoriser l'impression depuis Internet
+         Annoncer l'interface Web
+ Autoriser l'administration à distance
+{have_gssapi? Utiliser l'authentification Kerberos (FAQ)
:} + Autoriser les utilisateurs à annuler n'importe quelle tâche (Pas seulement les leurs)
+ Conserver l'historique des tâches
+        Nombre de tâches\: +
+        Conserver les meta-données\: +
+        Conserver les documents\: +
+ Enregistrer les informations de debug pour la résolution de problèmes
+        Taille maximum du fichier de log\: +

+ +:

Paramètres du Serveur:

+ +

Avancé
+ + Partager les imprimantes connectées à ce système
+         Autoriser l'impression depuis Internet
+ Autoriser l'administration à distance
+{have_gssapi? Utiliser l'authentification Kerberos (FAQ)
:} + Autoriser les utilisateurs à annuler n'importe quelle tâche (Pas seulement les leurs)
+ Enregistrer les informations de debug pour la résolution de problèmes

+ +} +

+ +
} + +
+ +
+ +

Abonnements RSS

+ +

+

+

+ +
+ +{notify_subscription_id? + +{[notify_subscription_id] +} + +
NomEvénementsNom de la File
{notify_recipient_name}
+
 
{notify_events} {notify_printer_name?{notify_printer_name}:Toutes les Files}
:} diff --git a/templates/fr/choose-device.tmpl b/templates/fr/choose-device.tmpl new file mode 100644 index 000000000..2bcb430c2 --- /dev/null +++ b/templates/fr/choose-device.tmpl @@ -0,0 +1,53 @@ +
+ +

{op=modify-printer?Modifier {printer_name}:Ajouter une imprimante}

+ +{CUPS_GET_DEVICES_DONE?
+ + +{printer_name?:} + + +{op=add-printer?: + + +} + + + + + + + + + + + + + + + + + +
Connexion courante\: +{current_device_uri}
Imprimantes locales\: +{[device_uri]{device_class!network? +{device_info} {?device_make_and_model!Unknown?({device_make_and_model}):}
+:}} +
Imprimantes Réseaux Découvertes\: +{[device_uri]{device_class=network?{device_uri~[a-z]+://? +{device_info} {?device_make_and_model!Unknown?({device_make_and_model}):}
+:}:}} +
Autres Imprimantes Réseaux\: +{[device_uri]{device_class=network?{device_uri~[a-z]+://?: +{device_info} {?device_make_and_model!Unknown?({device_make_and_model}):}
+}:}} +
+ +
:

Recherche en cours...

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

{op=modify-printer?Modifier {printer_name}:Ajouter une imprimante}

+ +
+ + +{printer_name?:} + + + + + + +{op=modify-printer?: + + +} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Nom:{printer_name}
Description:{printer_info}
Emplacement:{printer_location}
Connexion:{device_uri}
Partage: +{?printer_is_shared=?Ne pas:{?printer_is_shared=0?Ne pas:}} Partager cette Imprimante
Marque: + +
 
Ou donner un fichier PPD:
+ +
+
\ No newline at end of file diff --git a/templates/fr/choose-model.tmpl b/templates/fr/choose-model.tmpl new file mode 100644 index 000000000..5428153da --- /dev/null +++ b/templates/fr/choose-model.tmpl @@ -0,0 +1,60 @@ +
+ +

{op=modify-printer?Modifier {printer_name}:Ajouter une imprimante}

+ +
+ + +{printer_name?:} + + + + + +{op=modify-printer?: + + +} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Nom:{printer_name}
Description:{printer_info}
Emplacement:{printer_location}
Connexion:{device_uri}
Partage: +{?printer_is_shared=?Ne pas:{?printer_is_shared=0?Ne pas:}} Partager cette imprimante
Marque:{PPD_MAKE}
Modèle: + +
Ou donner un fichier PPD:
+ +
+
\ No newline at end of file diff --git a/templates/fr/choose-serial.tmpl b/templates/fr/choose-serial.tmpl new file mode 100644 index 000000000..a1c72045d --- /dev/null +++ b/templates/fr/choose-serial.tmpl @@ -0,0 +1,52 @@ +
+ +

{op=modify-printer?Modifier {printer_name}:Ajouter une imprimante}

+ +
+ + +{printer_name?:} + + + + + + + + + + + + + + + + + + + + + + + + + + +
Connexion:{device_uri}
Baud/s:
Parité:
Bits de données:
Contrôle de flux:
+ +
+
\ No newline at end of file diff --git a/templates/fr/choose-uri.tmpl b/templates/fr/choose-uri.tmpl new file mode 100644 index 000000000..72b4a5ee9 --- /dev/null +++ b/templates/fr/choose-uri.tmpl @@ -0,0 +1,44 @@ +
+ +

{op=modify-printer?Modifier {printer_name}:Ajouter une imprimante}

+ +
+ + +{printer_name?:} + + + + + + + + + + + + + + + +
Connexion:
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
+
+ +

Cf. "Imprimantes +Réseaux" pour construire l'URI à employée avec votre imprimante.

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

Ajouter une Classe

+ +

La classe {printer_name} a été ajoutée +avec succès. + +

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

Supprimer la classe {printer_name}

+ +

Attention: Etes-vous sur(e) de vouloir supprimer la classe +{printer_name}?

+ +

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

Supprimer la classe {printer_name}

+ +

La classe {printer_name} a été supprimée avec succès. + +

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

Tâches

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

Modifier la Classe {printer_name}

+ +

La classe {printer_name} a été +modifiée avec succès. + +

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

{printer_name} +({printer_state=3?En attente:{printer_state=4?En cours d'impression:Arrêté}}, +{printer_is_accepting_jobs=0?Rejette les tâches:Accepte les tâches}, +{server_is_sharing_printers=0?Non:{printer_is_shared=0?Non:}} Partagée{default_name={printer_name}?, Imprimante par défaut:})

+ +
+ + + +
+ +
+ + + + + +
+ + + + + + +
Description:{printer_info}
Emplacement:{printer_location}
Membres:{?member_uris=?None:{member_uris}}
Défauts:job-sheets={job_sheets_default} +media={media_default?{media_default}:inconnu} +{sides_default?sides={sides_default}:}
+ +
diff --git a/templates/fr/classes-header.tmpl b/templates/fr/classes-header.tmpl new file mode 100644 index 000000000..3c4d1ba58 --- /dev/null +++ b/templates/fr/classes-header.tmpl @@ -0,0 +1 @@ +

{total=0?Pas de classes:Affichage de {#printer_name} classe{total=1?:s}} sur {total}.

diff --git a/templates/fr/classes.tmpl b/templates/fr/classes.tmpl new file mode 100644 index 000000000..0a04ebe5f --- /dev/null +++ b/templates/fr/classes.tmpl @@ -0,0 +1,11 @@ +{#printer_name=0?: + + + + + +{[printer_name] + +} + +
{ORDER=dec? Nom de la file : Nom de la file }DescriptionEmplacementMembresÉtat
{printer_name}{printer_info}{printer_location}{?member_uris=?Aucun:{member_uris}}{printer_state=3?Inoccupé:{printer_state=4?En cours d'impression:En pause}}{printer_state_message? - "{printer_state_message}":}
} diff --git a/templates/fr/command.tmpl b/templates/fr/command.tmpl new file mode 100644 index 000000000..bcd0f9056 --- /dev/null +++ b/templates/fr/command.tmpl @@ -0,0 +1,12 @@ +
+ +

{title} sur {printer_name}

+ +

{job_state>5?:Busy Indicator }Commandes de tâche d'impression +{job_state=3?en attente:{job_state=4?retenu: +{job_state=5?en cours d'impression:{job_state=6?arrêté: +{job_state=7?annulé:{job_state=8?annulé:terminé}}}}}}{job_state=9?:{job_printer_state_message?, +"{job_printer_state_message}":}}

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

Edition du Fichier de Configuration

+ +
+ + + + + +

+

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

{?title} {?printer_name} Erreur

+ +

Erreur:

+ +
Opération inconnue "{op}"!
+ +
diff --git a/templates/fr/error.tmpl b/templates/fr/error.tmpl new file mode 100644 index 000000000..2ce2451bb --- /dev/null +++ b/templates/fr/error.tmpl @@ -0,0 +1,9 @@ +
+ +

{?title} {?printer_name} Erreur

+ +

{?message?{message}:Erreur}:

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

Erreur: Les options suivantes sont incompatibles entre elles:

+ + + +

Veuillez modifier une ou plusieurs de ces options pour résoudre les conflits.

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

{group}

+ +
+ + + + + + + + + + + + + +
  Accueil    Administration    Classes    Aide En Ligne    Tâches    Imprimantes  
 
diff --git a/templates/fr/help-header.tmpl b/templates/fr/help-header.tmpl new file mode 100644 index 000000000..751136d42 --- /dev/null +++ b/templates/fr/help-header.tmpl @@ -0,0 +1,51 @@ +
+
+{TOPIC?:} + +

Rechercher dans +{HELPTITLE?{HELPTITLE}:{TOPIC?{TOPIC}:tous les documents}}: + +

+ +
+ + + + +{QUERY?

Résultats de la recherche dans {HELPFILE?{HELPTITLE}:{TOPIC?{TOPIC}:tous les documents}}\:

+{QTEXT?:} +:

Aucun résultat trouvé.

} +
:} +{HELPTITLE?

{HELPTITLE}

+
: + +

Aide en ligne

+ +

Voici l'interface d'aide en ligne de CUPS. Entrez ci-dessus les mots à rechercher +ou cliquez sur un lien ci-contre pour afficher +l'aide en ligne du document.

+ +

Si vous êtes un nouvel utilisateur de CUPS, lisez la page "Présentation de CUPS". Il est conseillé aux utilisateurs habitués +de lire la page "Quoi de neuf dans CUPS +1.6".

+ +

La page d'accueil de CUPS donne aussi +accès à de nombreuses ressources, comme des forums de discussion pour les +utilisateurs, des réponses aux questions fréquentes, et un formulaire pour +soumettre des rapports de bug ou des demandes pour de nouvelles fonctionnalités.

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

Annuler la Tâche {job_id}

+ +

La tâche {job_id} a été annulée. + +

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

Retenir la tâche {job_id}

+ +

La tâche {job_id} a été retenue. + +

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

{job_id?Transférer la tâche {job_id}:Transférer toutes les tâches}

+ + + + + + + + + + +
Nouvelle destination: + +
+ +
+ +
diff --git a/templates/fr/job-moved.tmpl b/templates/fr/job-moved.tmpl new file mode 100644 index 000000000..ba28d3345 --- /dev/null +++ b/templates/fr/job-moved.tmpl @@ -0,0 +1,8 @@ +
+ +

{job_id?Transférer la tâche {job_id}:Transférer toutes les tâches}

+ +

{job_id?Job {job_id}:Toutes les tâches} transférée(s) vers +{job_printer_name}.

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

Libérer la Tâche {job_id}

+ +

La tâche {job_id} a été libérée. + +

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

Réimprimer la Tâche {job_id}

+ +

La tâche {job_id} a été relancée. + +

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

{total=0?Pas de tâche:Affichage de {#job_id} tâche{total>1?s:}} {?which_jobs=?active{total>1?s:}:{which_jobs=all?:terminée{total>1?s:}}} {total=0?:sur {total}} .

diff --git a/templates/fr/jobs.tmpl b/templates/fr/jobs.tmpl new file mode 100644 index 000000000..c760d76d6 --- /dev/null +++ b/templates/fr/jobs.tmpl @@ -0,0 +1,36 @@ +{#job_id=0?: + + + + + +{[job_id] + + + + + + + + + +} + +
{ORDER=dec? ID : ID }NomUtilisateurTaillePagesÉtatContrôle
{job_printer_name}-{job_id}{?phone? ({phone}):} {?job_name=?Inconnu:{job_name}} {?job_originating_user_name=?Withheld:{job_originating_user_name}} {job_k_octets}k {job_media_sheets_completed=0?Inconnu:{?job_media_sheets_completed}} {job_state=3?en attente depuis
{time_at_creation}:{job_state=4?retenu depuis
{time_at_creation}: +{job_state=5?en cours d'impression depuis
{time_at_processing}:{job_state=6?arrêté: +{job_state=7?annulé â
{time_at_completed}:{job_state=8?annulé:terminé à
{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/fr/list-available-printers.tmpl b/templates/fr/list-available-printers.tmpl new file mode 100644 index 000000000..dcc9937b9 --- /dev/null +++ b/templates/fr/list-available-printers.tmpl @@ -0,0 +1,11 @@ +
+ +

Imprimantes Disponibles

+ +{#device_uri=0?

Aucune imprimante trouvée.

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

Modifier la Classe {printer_name}

+ +
+ + + + + + + + + + + + + + + + + + + + + +
Description:
Emplacement:
Membres: + +
+ +
+
\ No newline at end of file diff --git a/templates/fr/modify-printer.tmpl b/templates/fr/modify-printer.tmpl new file mode 100644 index 000000000..03e1b66d7 --- /dev/null +++ b/templates/fr/modify-printer.tmpl @@ -0,0 +1,42 @@ +
+ +

Modifier {printer_name}

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Description:
+(Description compréhensible comme "HP LaserJet Recto/Verso")
Emplacement:
+(Emplacement compréhensible comme "Lab 1")
Connexion:{device_uri}
Partage: +Partager cette imprimante
+ +
+
diff --git a/templates/fr/norestart.tmpl b/templates/fr/norestart.tmpl new file mode 100644 index 000000000..95965c6fb --- /dev/null +++ b/templates/fr/norestart.tmpl @@ -0,0 +1,8 @@ +
+ +

Modifier les Paramètres

+ +

Le serveur n'a pas été redémarré car la configuration +n'a pas été modifiée...

+ +
diff --git a/templates/fr/option-boolean.tmpl b/templates/fr/option-boolean.tmpl new file mode 100644 index 000000000..e832ee102 --- /dev/null +++ b/templates/fr/option-boolean.tmpl @@ -0,0 +1,6 @@ +
{keytext}: +{[choices]{text}} +
diff --git a/templates/fr/option-pickmany.tmpl b/templates/fr/option-pickmany.tmpl new file mode 100644 index 000000000..0da75e5d2 --- /dev/null +++ b/templates/fr/option-pickmany.tmpl @@ -0,0 +1,6 @@ + + + + diff --git a/templates/fr/option-pickone.tmpl b/templates/fr/option-pickone.tmpl new file mode 100644 index 000000000..3e3deebe9 --- /dev/null +++ b/templates/fr/option-pickone.tmpl @@ -0,0 +1,18 @@ + + +:} + diff --git a/templates/fr/option-trailer.tmpl b/templates/fr/option-trailer.tmpl new file mode 100644 index 000000000..ceff313e8 --- /dev/null +++ b/templates/fr/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/fr/pager.tmpl b/templates/fr/pager.tmpl new file mode 100644 index 000000000..c4e7ba5b8 --- /dev/null +++ b/templates/fr/pager.tmpl @@ -0,0 +1,6 @@ + + + + + +
{PREV?
: }
{NEXT?
: }
diff --git a/templates/fr/printer-accept.tmpl b/templates/fr/printer-accept.tmpl new file mode 100644 index 000000000..cc25a09b3 --- /dev/null +++ b/templates/fr/printer-accept.tmpl @@ -0,0 +1,9 @@ +
+ +

Accepte les Tâches sur {is_class?la classe:l'imprimante} {printer_name}

+ +

{is_class?La classe:L'imprimante} {printer_name} +accepte désormais les tâches d'impression.

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

Ajouter une imprimante

+ +

L'imprimante {printer_name} a été ajoutée +avec succès. + +

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

Définir les options par défaut pour {printer_name}

+ +

{OP=set-class-options?Class :l'imprimante }{printer_name} + a été configurée avec succès. + +

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

Supprimer l'imprimante {printer_name}

+ +

Warning: Etes-vous sûr(e) de vouloir supprimer l'imprimante +{printer_name}?

+ +

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

Définir {is_class?la classe:l'imprimante} {printer_name} comme imprimante par défaut

+ +

{is_class?La classe:L'imprimante} {printer_name} +a été définie comme imprimante par défaut du serveur.

+ +
Note: Tout paramètre utilisateur défini via la commande +lpoptions sera prioritaire sur le paramètre défini içi. +
+ +
diff --git a/templates/fr/printer-deleted.tmpl b/templates/fr/printer-deleted.tmpl new file mode 100644 index 000000000..43af955f0 --- /dev/null +++ b/templates/fr/printer-deleted.tmpl @@ -0,0 +1,7 @@ +
+ +

Supprimer l'imprimante {printer_name}

+ +

L'imprimante {printer_name} a été supprimée avec succès. + +

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

Tâches

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

Modifier l'Imprimante {printer_name}

+ +

L'imprimante {printer_name} a été +modifiée avec succès. + +

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

Purger les Tâches sur {is_class?la classe:l'imprimante} {printer_name}

+ +

Toutes les tâches de {is_class?la classe:l'imprimante} {printer_name} +ont été purgées.

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

Rejeter les Tâches sur {is_class?Classe:Imprimante} {printer_name}

+ +

{is_class?La classe:L'imprimante} {printer_name} +n'accepte plus les tâches d'impression.

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

Démarrer {is_class?la classe:l'imprimante} {printer_name}

+ +

{is_class?La classe:L'imprimante} {printer_name} +a été démarrée.

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

Arrêter {is_class?la classe:l'imprimante} {printer_name}

+ +

{is_class?La classe:L'imprimante} {printer_name} +a été arrêtée.

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

{printer_name} +({printer_state=3?Inoccupée:{printer_state=4?En cours d'impression:En pause}}, +{printer_is_accepting_jobs=0?Rejette les tâches:Accepte les tâches}, +{server_is_sharing_printers=0?Non:{printer_is_shared=0?Non:}} Partagée{default_name={printer_name}?, Imprimante par défaut:})

+ +
+ + + +
+ +
+ + + + +
+ + + + + + +
Description:{printer_info}
Emplacement:{printer_location}
Pilote:{printer_make_and_model} ({color_supported=1?color:grayscale}{sides_supported?, 2-sided printing:})
+
Connexion:{device_uri}
Défauts:job-sheets={job_sheets_default} +media={media_default?{media_default}:inconnu} +{sides_default?sides={sides_default}:}
+ +
\ No newline at end of file diff --git a/templates/fr/printers-header.tmpl b/templates/fr/printers-header.tmpl new file mode 100644 index 000000000..fe6753fce --- /dev/null +++ b/templates/fr/printers-header.tmpl @@ -0,0 +1 @@ +

{total=0?Pas d'imprimante:Affichage de {#printer_name} sur {total} imprimante{total>1?s:}}.

diff --git a/templates/fr/printers.tmpl b/templates/fr/printers.tmpl new file mode 100644 index 000000000..2abc59c4b --- /dev/null +++ b/templates/fr/printers.tmpl @@ -0,0 +1,11 @@ +{#printer_name=0?: + + + + + +{[printer_name] + +} + +
{ORDER=dec? Nom de la file : Nom de la file }DescriptionEmplacementMarque et ModèleÉtat
{printer_name}{printer_info}{printer_location}{printer_make_and_model}{printer_state=3?Inoccupée:{printer_state=4?En cours d'impression:En pause}}{printer_state_message? - "{printer_state_message}":}
} diff --git a/templates/fr/restart.tmpl b/templates/fr/restart.tmpl new file mode 100644 index 000000000..da164b7e2 --- /dev/null +++ b/templates/fr/restart.tmpl @@ -0,0 +1,8 @@ +
+ +

Modifier les Paramètres

+ +

Veuillez patienter pendant que le serveur redémarre...

+ +
diff --git a/templates/fr/samba-export.tmpl b/templates/fr/samba-export.tmpl new file mode 100644 index 000000000..94ff4fdcc --- /dev/null +++ b/templates/fr/samba-export.tmpl @@ -0,0 +1,54 @@ + + +
+ + + +

Exporter les Imprimantes vers Samba

+ +{error?

Impossible d'exporter les imprimantes vers Samba\:

+
{error}
+

Consulter le fichier error_log pour plus d'informations.

: +

Cette page vous permet d'exporter des imprimantes vers Samba de sorte que des +clients Windows puissent y accéder via l'ic&oacirc;ne Voisinage réseau ou +Favoris réseau du bureau. Vous devez au préalable installer les +pilotes Windows d'imprimante PostScript : cf. la page man cupsaddsmb(8).

} + + + + + + + + + + + + + + + + + + +
Imprimantes: +
+ Exporter toutes les imprimantes +
Utilisateur Samba: (required)
Mot de passe Samba: (required)
+ +
diff --git a/templates/fr/samba-exported.tmpl b/templates/fr/samba-exported.tmpl new file mode 100644 index 000000000..d4ad778da --- /dev/null +++ b/templates/fr/samba-exported.tmpl @@ -0,0 +1 @@ +

Les imprimantes ont été exportées vers Samba avec succès.

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

Rechercher dans +{SEARCH_DEST?{SEARCH_DEST}:{SECTION=classes?les classes:{SECTION=jobs?les tâches:les imprimantes}}}: +

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

Définir les Options pour {printer_name}

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

{[group_id] +{group}     }

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

L'abonnement au flux RSS {subscription_name} a été ajouté avec succès.

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

L'abonnement #{notify_subscription_id} au flux RSS a été annulé.

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

Imprimer une Page de Test sur {printer_name}

+ +

La page de test a été envoyée; l'identifiant de la tâche est +{printer_name}-{job_id}.

+ +
diff --git a/templates/fr/trailer.tmpl b/templates/fr/trailer.tmpl new file mode 100644 index 000000000..f3a46c22d --- /dev/null +++ b/templates/fr/trailer.tmpl @@ -0,0 +1,8 @@ + +  +CUPS et le logo CUPS sont des marques déposées de +Apple Inc. CUPS est sous copyright 2007-2013 Apple +Inc. Tous droits réservés. + + + diff --git a/templates/fr/users.tmpl b/templates/fr/users.tmpl new file mode 100644 index 000000000..cb9a0527b --- /dev/null +++ b/templates/fr/users.tmpl @@ -0,0 +1,30 @@ +
+ +
+ + + +{IS_CLASS?:} + +

Utilisateurs autorisés à utiliser {printer_name}

+ + + + + + + + + + +
Utilisateurs: + +
+Autoriser ces utilisateurs à imprimer +Empêcher ces utilisateurs d'imprimer +
+ +
+ +
+
diff --git a/templates/ru/add-class.tmpl b/templates/ru/add-class.tmpl new file mode 100644 index 000000000..8eb5c460f --- /dev/null +++ b/templates/ru/add-class.tmpl @@ -0,0 +1,40 @@ +
+ +

Новая группа

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + +
Название:
+(может содержать любые символы кроме "/", "#" и пробела)
Описание:
+(Расширенное описание группы, например, "Дуплексный принтер")
Расположение:
+(Место расположение группы, например, "Кабинет 55")
Состав группы: + +
+ +
+
\ No newline at end of file diff --git a/templates/ru/add-printer.tmpl b/templates/ru/add-printer.tmpl new file mode 100644 index 000000000..15746cbe3 --- /dev/null +++ b/templates/ru/add-printer.tmpl @@ -0,0 +1,47 @@ +
+ +

Add Printer

+ +
+ + + + + + +{?current_make!?:} +{?current_make_and_model!?:} + + + + + + + + + + + + + + + + + + + + + + + + + + +
Название:
+(может содержать любые символы кроме "/","#" и пробела)
Описание:
+(расширенное описание, например "HP LaserJet с дуплексной печатью")
Расположение:
+(месторасположение принтера, например, "Кабинет 55")
Подключение:{device_uri}
Совместный доступ: +Разрешить совместный доступ к этому принтеру
+ +
+
\ No newline at end of file diff --git a/templates/ru/add-rss-subscription.tmpl b/templates/ru/add-rss-subscription.tmpl new file mode 100644 index 000000000..04442d822 --- /dev/null +++ b/templates/ru/add-rss-subscription.tmpl @@ -0,0 +1,44 @@ +
+ + + +

Добавление подписки по RSS

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Название:
+(Может содержать любые символы кроме "/", "#", "?" и пробела)
Очередь:
События:Новое задание
+Задание выполнено
+Задание остановленно
+Изменены параметры задания
    ÐžÑ‡ÐµÑ€ÐµÐ´ÑŒ остановлена
+Очередь добавлена
+Очередь изменена
+Очередь удалена
    Ð¡ÐµÑ€Ð²ÐµÑ€ запущен
+Сервер остановлен
+Сервер перезапущен
+Проверка безопасности сервера
Количество событий в ленте:
+ +
diff --git a/templates/ru/admin.tmpl b/templates/ru/admin.tmpl new file mode 100644 index 000000000..04e9f6384 --- /dev/null +++ b/templates/ru/admin.tmpl @@ -0,0 +1,102 @@ + + +
+ +

Принтеры

+ +

+

+
+
+{have_samba?
:} +

+ +

Группы

+ +

+

+
+

+ +

Задания

+ +

+

+

+ +
          + +

Сервер

+ +

+

+
+
+
+

+ +{SETTINGS_ERROR?

{SETTINGS_MESSAGE}

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

Параметры сервера\:

+ +

Дополнительные параметры
+ + + Показать принтеры, использующиеся в других системах
+        ÐŸÑ€Ð¾Ñ‚околы\: +
+         Разрешить печать из интернета
+         Анонсировать веб-интерфейс
+ Разрешить удаленное администрирование
+{have_gssapi? Разрешить аутентификацию Kerberos (FAQ)
:} + Разрешать пользователям отменять любое задание(не только их собственное)
+ Вести журнал заданий
+        ÐšÐ¾Ð»Ð¸Ñ‡ÐµÑÑ‚во заданий\: +
+        Ð—аписывать метаданные(Retain Metadata)\: +
+        Ð¡ÑƒÑ‰ÐµÑÑ‚вующие документы(Retain Documents)\: +
+ Сохранять отладочную информацию в журнале
+        ÐœÐ°ÐºÑÐ¸Ð¼Ð°Ð»ÑŒÐ½Ñ‹Ð¹ размер журнала ошибок\: +

+ +:

Параметры сервера:

+ +

Дополнительные параметры
+ + Разрешить совместный доступ к принтерам, подключенных к этой системе
+         Разрешить печать из Интернета
+ Разрешить удаленное администрирование
+{have_gssapi? Разрешить аутентификацию Kerberos (FAQ)
:} + Разрешить пользователям отменять любое задание(не только их собственные)
+ Сохранять отладочную информацию в журнале

+ +} +

+ +
} + +
+ +
+ +

Подписка по RSS

+ +

+

+

+ +
+ +{notify_subscription_id? + +{[notify_subscription_id] +} + +
NameСобытияОчередь
{notify_recipient_name}
+
 
{notify_events} {notify_printer_name?{notify_printer_name}:Все очереди}
:} diff --git a/templates/ru/choose-device.tmpl b/templates/ru/choose-device.tmpl new file mode 100644 index 000000000..3472f5fa6 --- /dev/null +++ b/templates/ru/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/ru/choose-make.tmpl b/templates/ru/choose-make.tmpl new file mode 100644 index 000000000..d428ac6f0 --- /dev/null +++ b/templates/ru/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/ru/choose-model.tmpl b/templates/ru/choose-model.tmpl new file mode 100644 index 000000000..170058293 --- /dev/null +++ b/templates/ru/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/ru/choose-serial.tmpl b/templates/ru/choose-serial.tmpl new file mode 100644 index 000000000..5a953a2c1 --- /dev/null +++ b/templates/ru/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/ru/choose-uri.tmpl b/templates/ru/choose-uri.tmpl new file mode 100644 index 000000000..3c843f018 --- /dev/null +++ b/templates/ru/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
+
+ +

Смотрите раздел "Сетевые принтеры" для выяснения правильного адреса вашего принтера.

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

Новая группа

+ +

Группа {printer_name} успешно добавлена. + +

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

Удаление группы {printer_name}

+ +

Предупреждение: Вы действительно хотите удалить группу +{printer_name}?

+ +

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

Удаление группы {printer_name}

+ +

Группа {printer_name} успешно удалена. + +

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

Задания

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

Изменение группы {printer_name}

+ +

Группа {printer_name} успешно изменена. + +

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

{printer_name} +({printer_state=3?Idle:{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}:неизвестный} +{sides_default?sides={sides_default}:}
+ +
diff --git a/templates/ru/classes-header.tmpl b/templates/ru/classes-header.tmpl new file mode 100644 index 000000000..51012c500 --- /dev/null +++ b/templates/ru/classes-header.tmpl @@ -0,0 +1 @@ +

{total=0?Нет групп:Показать {#printer_name} из {total} группы{total=1?:es}}.

diff --git a/templates/ru/classes.tmpl b/templates/ru/classes.tmpl new file mode 100644 index 000000000..5038bea74 --- /dev/null +++ b/templates/ru/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/ru/command.tmpl b/templates/ru/command.tmpl new file mode 100644 index 000000000..9149543f8 --- /dev/null +++ b/templates/ru/command.tmpl @@ -0,0 +1,12 @@ +
+ +

{title} для {printer_name}

+ +

{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/ru/edit-config.tmpl b/templates/ru/edit-config.tmpl new file mode 100644 index 000000000..d194059d8 --- /dev/null +++ b/templates/ru/edit-config.tmpl @@ -0,0 +1,24 @@ + + +
+ +

Редактирование конфигурационного файла

+ +
+ + + + + +

+

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

{?title} {?printer_name} - ошибка

+ +

Ошибка:

+ +
Неизвестная операция "{op}"!
+ +
diff --git a/templates/ru/error.tmpl b/templates/ru/error.tmpl new file mode 100644 index 000000000..4a35c8f13 --- /dev/null +++ b/templates/ru/error.tmpl @@ -0,0 +1,9 @@ +
+ +

{?title} {?printer_name} - ошибка

+ +

{?message?{message}:Ошибка}:

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

Ошибка: следующие параметры конфликтуют:

+ + + +

Измените один или несколько параметров для того, чтобы избежать конфликта.

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

{group}

+ +
+ + + + + + + + + + + + + +
  ÐÐ°Ñ‡Ð°Ð»Ð¾    ÐÐ´Ð¼Ð¸Ð½Ð¸ÑÑ‚рирование    Ð“руппы    Ð¡Ð¿Ñ€Ð°Ð²ÐºÐ°    Ð—адания    ÐŸÑ€Ð¸Ð½Ñ‚еры  
 
diff --git a/templates/ru/help-header.tmpl b/templates/ru/help-header.tmpl new file mode 100644 index 000000000..eab4cfcc1 --- /dev/null +++ b/templates/ru/help-header.tmpl @@ -0,0 +1,45 @@ +
+
+{TOPIC?:} + +

Поиск +{HELPTITLE?{HELPTITLE}:{TOPIC?{TOPIC}:All Documents}}: + +

+ +
+ + + + +{QUERY?

Результаты поиска в {HELPFILE?{HELPTITLE}:{TOPIC?{TOPIC}:всей справке}}\:

+{QTEXT?:} +:

Не найдено совпадений.

} +
:} +{HELPTITLE?

{HELPTITLE}

+
: + +

Спрвака

+ +

Это справка CUPS. Введите выше слова для поиска в справке и нажмите "Поиск", чтобы показать результаты поиска.

+ +

Если вы пока мало знакомы с CUPS, прочтите раздел "Введение в CUPS". Опытные пользователи +могут обратиться к разделу "Что нового в CUPS 1.6".

+ +

Веб-сайт CUPS так же содержит большое количество ресурсов лоя пользователей, включая форум, ответы на часто задаваемые вопросы и форму для регистрации ошибок и пожеланий.

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

Отмена задания {job_id}

+ +

Задание {job_id} отменено. + +

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

Приостановка задания {job_id}

+ +

Задание {job_id} приостановлено. + +

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

{job_id?Перемещение задания {job_id}:Перемещение всех заданий}

+ + + + + + + + + + +
Переместить на принтер: + +
+ +
+ +
diff --git a/templates/ru/job-moved.tmpl b/templates/ru/job-moved.tmpl new file mode 100644 index 000000000..e5bd65683 --- /dev/null +++ b/templates/ru/job-moved.tmpl @@ -0,0 +1,8 @@ +
+ +

{job_id?Перемещение задания {job_id}:Перемещение всех заданий}

+ +

{job_id?Задание {job_id}:Все задания} перемещены на +{job_printer_name}.

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

Разблокирование задания {job_id}

+ +

Задание {job_id} разблокировано. + +

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

Перезапуск задания {job_id}

+ +

Задание {job_id} запущено заново. + +

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

{total=0?Нет заданий:Задание {#job_id} из {total} {?which_jobs=?активных:{which_jobs=all?:завершенных}}}.

diff --git a/templates/ru/jobs.tmpl b/templates/ru/jobs.tmpl new file mode 100644 index 000000000..9bd3bc80d --- /dev/null +++ b/templates/ru/jobs.tmpl @@ -0,0 +1,36 @@ +{#job_id=0?: + + + + + +{[job_id] + + + + + + + + + +} + +
{ORDER=dec? Номер : 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/ru/list-available-printers.tmpl b/templates/ru/list-available-printers.tmpl new file mode 100644 index 000000000..90d3c949c --- /dev/null +++ b/templates/ru/list-available-printers.tmpl @@ -0,0 +1,11 @@ +
+ +

Доступные принтеры

+ +{#device_uri=0?

Не обнаружено ни одного принтера.

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

Изменение группы {printer_name}

+ +
+ + + + + + + + + + + + + + + + + + + + + +
Описание:
Расположение:
Состав группы: + +
+ +
+
\ No newline at end of file diff --git a/templates/ru/modify-printer.tmpl b/templates/ru/modify-printer.tmpl new file mode 100644 index 000000000..8ec523f1f --- /dev/null +++ b/templates/ru/modify-printer.tmpl @@ -0,0 +1,42 @@ +
+ +

Изменение принтера {printer_name}

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Описание:
+(расширенное описание принтера, например, "HP LaserJet с дуплексной печатью")
Расположение:
+(местоположение принтера, например, "Кабинет 55")
Подключение:{device_uri}
Совместный доступ: +Разрешить совместный доступ к этому принтеру
+ +
+
diff --git a/templates/ru/norestart.tmpl b/templates/ru/norestart.tmpl new file mode 100644 index 000000000..a08a467c6 --- /dev/null +++ b/templates/ru/norestart.tmpl @@ -0,0 +1,7 @@ +
+ +

Применение изменений

+ +

Сервер не был перезапущен,поскольку не произошло изменений в конфигурации...

+ +
diff --git a/templates/ru/option-boolean.tmpl b/templates/ru/option-boolean.tmpl new file mode 100644 index 000000000..e832ee102 --- /dev/null +++ b/templates/ru/option-boolean.tmpl @@ -0,0 +1,6 @@ +
{keytext}: +{[choices]{text}} +
diff --git a/templates/ru/option-pickmany.tmpl b/templates/ru/option-pickmany.tmpl new file mode 100644 index 000000000..0da75e5d2 --- /dev/null +++ b/templates/ru/option-pickmany.tmpl @@ -0,0 +1,6 @@ + + + + diff --git a/templates/ru/option-pickone.tmpl b/templates/ru/option-pickone.tmpl new file mode 100644 index 000000000..ac4b81843 --- /dev/null +++ b/templates/ru/option-pickone.tmpl @@ -0,0 +1,18 @@ + + +:} + diff --git a/templates/ru/option-trailer.tmpl b/templates/ru/option-trailer.tmpl new file mode 100644 index 000000000..f80e946d0 --- /dev/null +++ b/templates/ru/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/ru/pager.tmpl b/templates/ru/pager.tmpl new file mode 100644 index 000000000..d5cc7ff8b --- /dev/null +++ b/templates/ru/pager.tmpl @@ -0,0 +1,6 @@ + + + + + +
{PREV?
: }
{NEXT?
: }
diff --git a/templates/ru/printer-accept.tmpl b/templates/ru/printer-accept.tmpl new file mode 100644 index 000000000..24d100d48 --- /dev/null +++ b/templates/ru/printer-accept.tmpl @@ -0,0 +1,9 @@ +
+ +

Прием заданий {is_class?в группу:на принтер} {printer_name}

+ +

{is_class?Группа:Принтер} {printer_name} +теперь принимает задания.

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

Добавить принтер

+ +

Принтер {printer_name} успешно добавлен. + +

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

Настройки по умолчанию для {printer_name}

+ +

{OP=set-class-options?Группа :Принтер }{printer_name} +теперь используют параметры по умолчанию. + +

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

Удаление принтера {printer_name}

+ +

Предупреждение: вы действительно хотите удалить принтер +{printer_name}?

+ +

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

Установка {is_class?группы:принтера} {printer_name} по умолчанию

+ +

{is_class?Группа:Принтер} {printer_name} +установлены на сервере по умолчанию для новых заданий.

+ +
Примечания: вы можете переопределить это поведение с помощью команды +the lpoptions.
+ +
diff --git a/templates/ru/printer-deleted.tmpl b/templates/ru/printer-deleted.tmpl new file mode 100644 index 000000000..43593c744 --- /dev/null +++ b/templates/ru/printer-deleted.tmpl @@ -0,0 +1,7 @@ +
+ +

Удаление принтера {printer_name}

+ +

Принтер {printer_name} успешно удален. + +

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

Задания

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

Изменение принтера {printer_name}

+ +

Параметры принтера {printer_name} успешно изменены. + +

\ No newline at end of file diff --git a/templates/ru/printer-purge.tmpl b/templates/ru/printer-purge.tmpl new file mode 100644 index 000000000..c2768c81e --- /dev/null +++ b/templates/ru/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/ru/printer-reject.tmpl b/templates/ru/printer-reject.tmpl new file mode 100644 index 000000000..012e161ff --- /dev/null +++ b/templates/ru/printer-reject.tmpl @@ -0,0 +1,9 @@ +
+ +

Отмена заданий для {is_class?группы:принтера} {printer_name}

+ +

{is_class?Группа:Принтер} {printer_name} +больше не принимает задания.

+ +
diff --git a/templates/ru/printer-start.tmpl b/templates/ru/printer-start.tmpl new file mode 100644 index 000000000..cb02c7980 --- /dev/null +++ b/templates/ru/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/ru/printer-stop.tmpl b/templates/ru/printer-stop.tmpl new file mode 100644 index 000000000..d9fa7fc51 --- /dev/null +++ b/templates/ru/printer-stop.tmpl @@ -0,0 +1,9 @@ +
+ +

Приостановить {is_class?группу:принтер} {printer_name}

+ +

{is_class?Группа:Принтер} {printer_name} +{is_class?была приостановлена:был приостановлен}.

+ +
\ No newline at end of file diff --git a/templates/ru/printer.tmpl b/templates/ru/printer.tmpl new file mode 100644 index 000000000..39f732d7c --- /dev/null +++ b/templates/ru/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={job_sheets_default} +media={media_default?{media_default}:неизвестный} +{sides_default?sides={sides_default}:}
+ +
\ No newline at end of file diff --git a/templates/ru/printers-header.tmpl b/templates/ru/printers-header.tmpl new file mode 100644 index 000000000..6621e067d --- /dev/null +++ b/templates/ru/printers-header.tmpl @@ -0,0 +1 @@ +

{total=0?Нет принтеров:Принтер {#printer_name} из {total}}.

diff --git a/templates/ru/printers.tmpl b/templates/ru/printers.tmpl new file mode 100644 index 000000000..074c6024d --- /dev/null +++ b/templates/ru/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?Idle:{printer_state=4?Печатает:Приостановлен}}{printer_state_message? - "{printer_state_message}":}
} diff --git a/templates/ru/restart.tmpl b/templates/ru/restart.tmpl new file mode 100644 index 000000000..449e66379 --- /dev/null +++ b/templates/ru/restart.tmpl @@ -0,0 +1,8 @@ +
+ +

Применение изменений параметров

+ +

Дождитесь перезагрузки сервера...

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

Экспорт принтеров в Samba

+ +{error?

Невозможно экспортировать принтеры в Samba\:

+
{error}
+

Посмотрите файл error_log для более подробной информации.

: +

Эта страница позволяет добавить принтеры в Samba так, чтобы +клиенты Windows могли получить доступ к ним через значок Сетевое окружение или Сетевые подключения на их рабочем столе. Вы должны установить на Windows драйвер принтера PostScript +как описано на странице руководства cupsaddsmb(8).

} + + + + + + + + + + + + + + + + + + +
Принтеры: +
+ Экспортировать все принтеры +
Имя пользователя Samba: (обязательный параметр)
Пароль Samba: (обязательный параметр)
+ +
diff --git a/templates/ru/samba-exported.tmpl b/templates/ru/samba-exported.tmpl new file mode 100644 index 000000000..882514f2f --- /dev/null +++ b/templates/ru/samba-exported.tmpl @@ -0,0 +1 @@ +

Принтеры успешно экспортированны в Samba.

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

Поиск +{SEARCH_DEST?{SEARCH_DEST}:{SECTION=classes?группы:{SECTION=jobs?задания:принтеры}}}: +

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

Установить параметры по умолчанию для {printer_name}

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

{[group_id] +{group}     }

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

Подписка {subscription_name} была успешно добавлена.

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

Подписка #{notify_subscription_id} была отменена.

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

Печать пробной страницы на {printer_name}

+ +

Пробная страница отправлена на печать;Номер задания +{printer_name}-{job_id}.

+ +
diff --git a/templates/ru/trailer.tmpl b/templates/ru/trailer.tmpl new file mode 100644 index 000000000..09de9263a --- /dev/null +++ b/templates/ru/trailer.tmpl @@ -0,0 +1,7 @@ + +  +CUPS, а так же логотип CUPS являются зарегистрированными торговыми марками +Apple Inc. Авторские права на CUPS принадлежат (2007-2013) компании Apple Inc. Все права защищены. + + + diff --git a/templates/ru/users.tmpl b/templates/ru/users.tmpl new file mode 100644 index 000000000..ee718b22f --- /dev/null +++ b/templates/ru/users.tmpl @@ -0,0 +1,30 @@ +
+ +
+ + + +{IS_CLASS?:} + +

Доступ пользователей на {printer_name}

+ + + + + + + + + + +
Пользователи: + +
+Разрешить этим пользователям печатать +Запретить этим пользователям печатать +
+ +
+ +
+
diff --git a/test/ipptool.c b/test/ipptool.c index 07c0b0435..cddc55dfb 100644 --- a/test/ipptool.c +++ b/test/ipptool.c @@ -1858,6 +1858,8 @@ do_tests(_cups_vars_t *vars, /* I - Variables */ last_status = statuses + num_statuses; num_statuses ++; + last_status->define_match = NULL; + last_status->define_no_match = NULL; last_status->if_defined = NULL; last_status->if_not_defined = NULL; last_status->repeat_limit = 1000; @@ -3137,6 +3139,10 @@ do_tests(_cups_vars_t *vars, /* I - Variables */ free(statuses[i].if_defined); if (statuses[i].if_not_defined) free(statuses[i].if_not_defined); + if (statuses[i].define_match) + free(statuses[i].define_match); + if (statuses[i].define_no_match) + free(statuses[i].define_no_match); } for (i = num_expects, expect = expects; i > 0; i --, expect ++) -- 2.39.5