[Pkg-cups-devel] r76 - in cupsys/branches/cups-1.2/debian: . po
Kenshi Muto
kmuto at costa.debian.org
Sat Dec 17 04:26:00 UTC 2005
Author: kmuto
Date: Sat Dec 17 04:25:58 2005
New Revision: 76
Modified:
cupsys/branches/cups-1.2/debian/changelog
cupsys/branches/cups-1.2/debian/cupsys.templates
cupsys/branches/cups-1.2/debian/po/cs.po
cupsys/branches/cups-1.2/debian/po/da.po
cupsys/branches/cups-1.2/debian/po/de.po
cupsys/branches/cups-1.2/debian/po/es.po
cupsys/branches/cups-1.2/debian/po/fr.po
cupsys/branches/cups-1.2/debian/po/ja.po
cupsys/branches/cups-1.2/debian/po/nl.po
cupsys/branches/cups-1.2/debian/po/pt_BR.po
cupsys/branches/cups-1.2/debian/po/ru.po
cupsys/branches/cups-1.2/debian/po/sv.po
cupsys/branches/cups-1.2/debian/po/templates.pot
cupsys/branches/cups-1.2/debian/po/tr.po
cupsys/branches/cups-1.2/debian/po/vi.po
Log:
improve cupsys.templates
Modified: cupsys/branches/cups-1.2/debian/changelog
==============================================================================
--- cupsys/branches/cups-1.2/debian/changelog (original)
+++ cupsys/branches/cups-1.2/debian/changelog Sat Dec 17 04:25:58 2005
@@ -11,6 +11,7 @@
* Set seen false flag when ports configuration is failed.
* Allow '*' for hostname in ports.conf.
* Use /bin/echo instead of shell built-in echo.
+ * Improve cupsys.templates.
-- Kenshi Muto <kmuto at debian.org> Thu, 15 Dec 2005 07:15:54 +0900
Modified: cupsys/branches/cups-1.2/debian/cupsys.templates
==============================================================================
--- cupsys/branches/cups-1.2/debian/cupsys.templates (original)
+++ cupsys/branches/cups-1.2/debian/cupsys.templates Sat Dec 17 04:25:58 2005
@@ -19,9 +19,9 @@
Template: cupsys/backend
Type: multiselect
-_Choices: ipp, lpd, parallel, scsi, serial, socket, usb
+__Choices: ipp, lpd, parallel, scsi, serial, socket, usb
Default: ipp, lpd, parallel, socket, usb
-_Description: Select the backends you want.
+_Description: Printer communication backends:
CUPS uses backend programs for communication with printer device or port.
.
Unfortunately, some backend programs cause some trouble.
@@ -33,40 +33,37 @@
Template: cupsys/ports
Type: string
Default: localhost:631 /var/run/cups/cups.sock
-_Description: Specify the port or/and host name that wants to be listened.
- Please specify the port or the host name CUPS daemon listens.
- You can use following formats.
+_Description: Port or/and host name where CUPS will listen to:
+ Please specify the port or the host name CUPS daemon will listen to.
+ The following formats are allowed:
+ .
+ - Port number (631);
+ - Host name (debian.example.com);
+ - Host:Port (debian.example.com:631);
+ - File domain socket (/var/run/cups/cups.sock).
.
- - Port number (631)
- .
- - Host name (debian.example.com)
- .
- - Host:Port (debian.example.com:631)
- .
- - File domain socket (/var/run/cups/cups.sock)
- .
- It is possible to combine by delimiting two or more values in space.
+ You can combine any of these by delimiting in a space-separated list.
.
The default port 631 is reserved for the Internet Printing Protocol (IPP).
- "localhost:631" is recommended to the standalone environment by security
- reason.
+ "localhost:631" is recommended to setup a standalone environment for security
+ reasons.
Template: cupsys/browse
Type: boolean
Default: true
-_Description: Do you want to broadcast and/or listen for CUPS printer information on the network?
+_Description: Broadcast and/or listen for CUPS printer information on the network?
CUPS daemon can broadcast printer information for clients on the network,
and detect printers on the network automatically.
.
- When this option is accepted, CUPS daemon will broadcast and detect by
- using UDP periodically.
+ If you choose this option, the CUPS daemon will periodically send UDP
+ broadcasts to detect printers.
Template: cupsys/portserror
Type: note
-_Description: The wrong value is found in the input.
- The error occurred while parsing the port number or the host name.
+_Description: Incorrect value entered
+ an error occurred while parsing the port number or the host name.
.
- Please correct it.
+ Please correct your input.
Template: cupsys/adminpassword
Type: password
Modified: cupsys/branches/cups-1.2/debian/po/cs.po
==============================================================================
--- cupsys/branches/cups-1.2/debian/po/cs.po (original)
+++ cupsys/branches/cups-1.2/debian/po/cs.po Sat Dec 17 04:25:58 2005
@@ -15,7 +15,7 @@
msgstr ""
"Project-Id-Version: cupsys\n"
"Report-Msgid-Bugs-To: pkg-cups-devel at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2005-10-07 00:07+0000\n"
+"POT-Creation-Date: 2005-12-17 13:23+0900\n"
"PO-Revision-Date: 2004-07-22 18:01+0200\n"
"Last-Translator: Miroslav Kure <kurem at debian.cz>\n"
"Language-Team: Czech <provoz at debian.cz>\n"
@@ -94,14 +94,50 @@
#. Type: multiselect
#. Choices
#: ../cupsys.templates:22
-msgid "ipp, lpd, parallel, scsi, serial, socket, usb"
-msgstr "ipp, lpd, paralelní, scsi, sériový, socket, usb"
+msgid "ipp"
+msgstr ""
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "lpd"
+msgstr ""
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "parallel"
+msgstr ""
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "scsi"
+msgstr ""
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "serial"
+msgstr ""
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "socket"
+msgstr ""
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "usb"
+msgstr ""
#. Type: multiselect
#. Description
#: ../cupsys.templates:24
-msgid "Select the backends you want."
-msgstr "Vyberte po¾adovaný ovladaè."
+msgid "Printer communication backends:"
+msgstr ""
#. Type: multiselect
#. Description
@@ -133,45 +169,31 @@
#. Type: string
#. Description
#: ../cupsys.templates:36
-msgid "Specify the port or/and host name that wants to be listened."
+msgid "Port or/and host name where CUPS will listen to:"
msgstr ""
#. Type: string
#. Description
#: ../cupsys.templates:36
msgid ""
-"Please specify the port or the host name CUPS daemon listens. You can use "
-"following formats."
+"Please specify the port or the host name CUPS daemon will listen to. The "
+"following formats are allowed:"
msgstr ""
#. Type: string
#. Description
#: ../cupsys.templates:36
-msgid "- Port number (631)"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../cupsys.templates:36
-msgid "- Host name (debian.example.com)"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../cupsys.templates:36
-msgid "- Host:Port (debian.example.com:631)"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../cupsys.templates:36
-msgid "- File domain socket (/var/run/cups/cups.sock)"
+msgid ""
+" - Port number (631);\n"
+" - Host name (debian.example.com);\n"
+" - Host:Port (debian.example.com:631);\n"
+" - File domain socket (/var/run/cups/cups.sock)."
msgstr ""
#. Type: string
#. Description
#: ../cupsys.templates:36
-msgid "It is possible to combine by delimiting two or more values in space."
+msgid "You can combine any of these by delimiting in a space-separated list."
msgstr ""
#. Type: string
@@ -179,21 +201,19 @@
#: ../cupsys.templates:36
msgid ""
"The default port 631 is reserved for the Internet Printing Protocol (IPP). "
-"\"localhost:631\" is recommended to the standalone environment by security "
-"reason."
+"\"localhost:631\" is recommended to setup a standalone environment for "
+"security reasons."
msgstr ""
#. Type: boolean
#. Description
-#: ../cupsys.templates:57
-msgid ""
-"Do you want to broadcast and/or listen for CUPS printer information on the "
-"network?"
+#: ../cupsys.templates:54
+msgid "Broadcast and/or listen for CUPS printer information on the network?"
msgstr ""
#. Type: boolean
#. Description
-#: ../cupsys.templates:57
+#: ../cupsys.templates:54
msgid ""
"CUPS daemon can broadcast printer information for clients on the network, "
"and detect printers on the network automatically."
@@ -201,44 +221,50 @@
#. Type: boolean
#. Description
-#: ../cupsys.templates:57
+#: ../cupsys.templates:54
msgid ""
-"When this option is accepted, CUPS daemon will broadcast and detect by using "
-"UDP periodically."
+"If you choose this option, the CUPS daemon will periodically send UDP "
+"broadcasts to detect printers."
msgstr ""
#. Type: note
#. Description
-#: ../cupsys.templates:66
-msgid "The wrong value is found in the input."
+#: ../cupsys.templates:63
+msgid "Incorrect value entered"
msgstr ""
#. Type: note
#. Description
-#: ../cupsys.templates:66
-msgid "The error occurred while parsing the port number or the host name."
+#: ../cupsys.templates:63
+msgid "an error occurred while parsing the port number or the host name."
msgstr ""
#. Type: note
#. Description
-#: ../cupsys.templates:66
-msgid "Please correct it."
+#: ../cupsys.templates:63
+msgid "Please correct your input."
msgstr ""
#. Type: password
#. Description
-#: ../cupsys.templates:73
+#: ../cupsys.templates:70
msgid "Admin password:"
msgstr ""
#. Type: password
#. Description
-#: ../cupsys.templates:73
+#: ../cupsys.templates:70
msgid "Please enter the password for the admin (username 'root') of CUPS."
msgstr ""
#. Type: password
#. Description
-#: ../cupsys.templates:73
+#: ../cupsys.templates:70
msgid "You can add/replace/delete CUPS password information by using lpadmin."
msgstr ""
+
+#~ msgid "ipp, lpd, parallel, scsi, serial, socket, usb"
+#~ msgstr "ipp, lpd, paralelní, scsi, sériový, socket, usb"
+
+#~ msgid "Select the backends you want."
+#~ msgstr "Vyberte po¾adovaný ovladaè."
Modified: cupsys/branches/cups-1.2/debian/po/da.po
==============================================================================
--- cupsys/branches/cups-1.2/debian/po/da.po (original)
+++ cupsys/branches/cups-1.2/debian/po/da.po Sat Dec 17 04:25:58 2005
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: da\n"
"Report-Msgid-Bugs-To: pkg-cups-devel at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2005-10-07 00:07+0000\n"
+"POT-Creation-Date: 2005-12-17 13:23+0900\n"
"PO-Revision-Date: 2004-03-26 10:44+0100\n"
"Last-Translator: Claus Hindsgaul <claus_h at image.dk>\n"
"Language-Team: Danish <dansk at klid.dk>\n"
@@ -89,14 +89,50 @@
#. Type: multiselect
#. Choices
#: ../cupsys.templates:22
-msgid "ipp, lpd, parallel, scsi, serial, socket, usb"
-msgstr "ipp, lpd, parallel, scsi, seriel, sokkel, usb"
+msgid "ipp"
+msgstr ""
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "lpd"
+msgstr ""
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "parallel"
+msgstr ""
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "scsi"
+msgstr ""
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "serial"
+msgstr ""
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "socket"
+msgstr ""
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "usb"
+msgstr ""
#. Type: multiselect
#. Description
#: ../cupsys.templates:24
-msgid "Select the backends you want."
-msgstr "Vælg det bagvedliggende program, du ønsker."
+msgid "Printer communication backends:"
+msgstr ""
#. Type: multiselect
#. Description
@@ -130,45 +166,31 @@
#. Type: string
#. Description
#: ../cupsys.templates:36
-msgid "Specify the port or/and host name that wants to be listened."
+msgid "Port or/and host name where CUPS will listen to:"
msgstr ""
#. Type: string
#. Description
#: ../cupsys.templates:36
msgid ""
-"Please specify the port or the host name CUPS daemon listens. You can use "
-"following formats."
+"Please specify the port or the host name CUPS daemon will listen to. The "
+"following formats are allowed:"
msgstr ""
#. Type: string
#. Description
#: ../cupsys.templates:36
-msgid "- Port number (631)"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../cupsys.templates:36
-msgid "- Host name (debian.example.com)"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../cupsys.templates:36
-msgid "- Host:Port (debian.example.com:631)"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../cupsys.templates:36
-msgid "- File domain socket (/var/run/cups/cups.sock)"
+msgid ""
+" - Port number (631);\n"
+" - Host name (debian.example.com);\n"
+" - Host:Port (debian.example.com:631);\n"
+" - File domain socket (/var/run/cups/cups.sock)."
msgstr ""
#. Type: string
#. Description
#: ../cupsys.templates:36
-msgid "It is possible to combine by delimiting two or more values in space."
+msgid "You can combine any of these by delimiting in a space-separated list."
msgstr ""
#. Type: string
@@ -176,21 +198,19 @@
#: ../cupsys.templates:36
msgid ""
"The default port 631 is reserved for the Internet Printing Protocol (IPP). "
-"\"localhost:631\" is recommended to the standalone environment by security "
-"reason."
+"\"localhost:631\" is recommended to setup a standalone environment for "
+"security reasons."
msgstr ""
#. Type: boolean
#. Description
-#: ../cupsys.templates:57
-msgid ""
-"Do you want to broadcast and/or listen for CUPS printer information on the "
-"network?"
+#: ../cupsys.templates:54
+msgid "Broadcast and/or listen for CUPS printer information on the network?"
msgstr ""
#. Type: boolean
#. Description
-#: ../cupsys.templates:57
+#: ../cupsys.templates:54
msgid ""
"CUPS daemon can broadcast printer information for clients on the network, "
"and detect printers on the network automatically."
@@ -198,44 +218,50 @@
#. Type: boolean
#. Description
-#: ../cupsys.templates:57
+#: ../cupsys.templates:54
msgid ""
-"When this option is accepted, CUPS daemon will broadcast and detect by using "
-"UDP periodically."
+"If you choose this option, the CUPS daemon will periodically send UDP "
+"broadcasts to detect printers."
msgstr ""
#. Type: note
#. Description
-#: ../cupsys.templates:66
-msgid "The wrong value is found in the input."
+#: ../cupsys.templates:63
+msgid "Incorrect value entered"
msgstr ""
#. Type: note
#. Description
-#: ../cupsys.templates:66
-msgid "The error occurred while parsing the port number or the host name."
+#: ../cupsys.templates:63
+msgid "an error occurred while parsing the port number or the host name."
msgstr ""
#. Type: note
#. Description
-#: ../cupsys.templates:66
-msgid "Please correct it."
+#: ../cupsys.templates:63
+msgid "Please correct your input."
msgstr ""
#. Type: password
#. Description
-#: ../cupsys.templates:73
+#: ../cupsys.templates:70
msgid "Admin password:"
msgstr ""
#. Type: password
#. Description
-#: ../cupsys.templates:73
+#: ../cupsys.templates:70
msgid "Please enter the password for the admin (username 'root') of CUPS."
msgstr ""
#. Type: password
#. Description
-#: ../cupsys.templates:73
+#: ../cupsys.templates:70
msgid "You can add/replace/delete CUPS password information by using lpadmin."
msgstr ""
+
+#~ msgid "ipp, lpd, parallel, scsi, serial, socket, usb"
+#~ msgstr "ipp, lpd, parallel, scsi, seriel, sokkel, usb"
+
+#~ msgid "Select the backends you want."
+#~ msgstr "Vælg det bagvedliggende program, du ønsker."
Modified: cupsys/branches/cups-1.2/debian/po/de.po
==============================================================================
--- cupsys/branches/cups-1.2/debian/po/de.po (original)
+++ cupsys/branches/cups-1.2/debian/po/de.po Sat Dec 17 04:25:58 2005
@@ -14,7 +14,7 @@
msgstr ""
"Project-Id-Version: cupsys_1.1.20final+rc1-7_de\n"
"Report-Msgid-Bugs-To: pkg-cups-devel at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2005-10-07 00:07+0000\n"
+"POT-Creation-Date: 2005-12-17 13:23+0900\n"
"PO-Revision-Date: 2004-10-04 10:56+0200\n"
"Last-Translator: Jens Nachtigall <nachtigall at web.de>\n"
"Language-Team: German <debian-l10n-german at lists.debian.org>\n"
@@ -97,14 +97,50 @@
#. Type: multiselect
#. Choices
#: ../cupsys.templates:22
-msgid "ipp, lpd, parallel, scsi, serial, socket, usb"
-msgstr "ipp, lpd, parallel, scsi, serial, socket, usb"
+msgid "ipp"
+msgstr ""
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "lpd"
+msgstr ""
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "parallel"
+msgstr ""
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "scsi"
+msgstr ""
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "serial"
+msgstr ""
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "socket"
+msgstr ""
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "usb"
+msgstr ""
#. Type: multiselect
#. Description
#: ../cupsys.templates:24
-msgid "Select the backends you want."
-msgstr "Wählen Sie das Backend."
+msgid "Printer communication backends:"
+msgstr ""
#. Type: multiselect
#. Description
@@ -137,45 +173,31 @@
#. Type: string
#. Description
#: ../cupsys.templates:36
-msgid "Specify the port or/and host name that wants to be listened."
+msgid "Port or/and host name where CUPS will listen to:"
msgstr ""
#. Type: string
#. Description
#: ../cupsys.templates:36
msgid ""
-"Please specify the port or the host name CUPS daemon listens. You can use "
-"following formats."
+"Please specify the port or the host name CUPS daemon will listen to. The "
+"following formats are allowed:"
msgstr ""
#. Type: string
#. Description
#: ../cupsys.templates:36
-msgid "- Port number (631)"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../cupsys.templates:36
-msgid "- Host name (debian.example.com)"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../cupsys.templates:36
-msgid "- Host:Port (debian.example.com:631)"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../cupsys.templates:36
-msgid "- File domain socket (/var/run/cups/cups.sock)"
+msgid ""
+" - Port number (631);\n"
+" - Host name (debian.example.com);\n"
+" - Host:Port (debian.example.com:631);\n"
+" - File domain socket (/var/run/cups/cups.sock)."
msgstr ""
#. Type: string
#. Description
#: ../cupsys.templates:36
-msgid "It is possible to combine by delimiting two or more values in space."
+msgid "You can combine any of these by delimiting in a space-separated list."
msgstr ""
#. Type: string
@@ -183,21 +205,19 @@
#: ../cupsys.templates:36
msgid ""
"The default port 631 is reserved for the Internet Printing Protocol (IPP). "
-"\"localhost:631\" is recommended to the standalone environment by security "
-"reason."
+"\"localhost:631\" is recommended to setup a standalone environment for "
+"security reasons."
msgstr ""
#. Type: boolean
#. Description
-#: ../cupsys.templates:57
-msgid ""
-"Do you want to broadcast and/or listen for CUPS printer information on the "
-"network?"
+#: ../cupsys.templates:54
+msgid "Broadcast and/or listen for CUPS printer information on the network?"
msgstr ""
#. Type: boolean
#. Description
-#: ../cupsys.templates:57
+#: ../cupsys.templates:54
msgid ""
"CUPS daemon can broadcast printer information for clients on the network, "
"and detect printers on the network automatically."
@@ -205,44 +225,50 @@
#. Type: boolean
#. Description
-#: ../cupsys.templates:57
+#: ../cupsys.templates:54
msgid ""
-"When this option is accepted, CUPS daemon will broadcast and detect by using "
-"UDP periodically."
+"If you choose this option, the CUPS daemon will periodically send UDP "
+"broadcasts to detect printers."
msgstr ""
#. Type: note
#. Description
-#: ../cupsys.templates:66
-msgid "The wrong value is found in the input."
+#: ../cupsys.templates:63
+msgid "Incorrect value entered"
msgstr ""
#. Type: note
#. Description
-#: ../cupsys.templates:66
-msgid "The error occurred while parsing the port number or the host name."
+#: ../cupsys.templates:63
+msgid "an error occurred while parsing the port number or the host name."
msgstr ""
#. Type: note
#. Description
-#: ../cupsys.templates:66
-msgid "Please correct it."
+#: ../cupsys.templates:63
+msgid "Please correct your input."
msgstr ""
#. Type: password
#. Description
-#: ../cupsys.templates:73
+#: ../cupsys.templates:70
msgid "Admin password:"
msgstr ""
#. Type: password
#. Description
-#: ../cupsys.templates:73
+#: ../cupsys.templates:70
msgid "Please enter the password for the admin (username 'root') of CUPS."
msgstr ""
#. Type: password
#. Description
-#: ../cupsys.templates:73
+#: ../cupsys.templates:70
msgid "You can add/replace/delete CUPS password information by using lpadmin."
msgstr ""
+
+#~ msgid "ipp, lpd, parallel, scsi, serial, socket, usb"
+#~ msgstr "ipp, lpd, parallel, scsi, serial, socket, usb"
+
+#~ msgid "Select the backends you want."
+#~ msgstr "Wählen Sie das Backend."
Modified: cupsys/branches/cups-1.2/debian/po/es.po
==============================================================================
--- cupsys/branches/cups-1.2/debian/po/es.po (original)
+++ cupsys/branches/cups-1.2/debian/po/es.po Sat Dec 17 04:25:58 2005
@@ -22,7 +22,7 @@
msgstr ""
"Project-Id-Version: cupsys 1.1.20final-15\n"
"Report-Msgid-Bugs-To: pkg-cups-devel at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2005-10-07 00:07+0000\n"
+"POT-Creation-Date: 2005-12-17 13:23+0900\n"
"PO-Revision-Date: 2004-02-28 16:35+0100\n"
"Last-Translator: Carlos Valdivia Yagüe <valyag at dat.etsit.upm.es>\n"
"Language-Team: Debian L10n Spanish Team <debian-l10n-spanish at lists.debian."
@@ -103,13 +103,49 @@
#. Type: multiselect
#. Choices
#: ../cupsys.templates:22
-msgid "ipp, lpd, parallel, scsi, serial, socket, usb"
+msgid "ipp"
+msgstr ""
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "lpd"
+msgstr ""
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "parallel"
+msgstr ""
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "scsi"
+msgstr ""
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "serial"
+msgstr ""
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "socket"
+msgstr ""
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "usb"
msgstr ""
#. Type: multiselect
#. Description
#: ../cupsys.templates:24
-msgid "Select the backends you want."
+msgid "Printer communication backends:"
msgstr ""
#. Type: multiselect
@@ -138,45 +174,31 @@
#. Type: string
#. Description
#: ../cupsys.templates:36
-msgid "Specify the port or/and host name that wants to be listened."
+msgid "Port or/and host name where CUPS will listen to:"
msgstr ""
#. Type: string
#. Description
#: ../cupsys.templates:36
msgid ""
-"Please specify the port or the host name CUPS daemon listens. You can use "
-"following formats."
+"Please specify the port or the host name CUPS daemon will listen to. The "
+"following formats are allowed:"
msgstr ""
#. Type: string
#. Description
#: ../cupsys.templates:36
-msgid "- Port number (631)"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../cupsys.templates:36
-msgid "- Host name (debian.example.com)"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../cupsys.templates:36
-msgid "- Host:Port (debian.example.com:631)"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../cupsys.templates:36
-msgid "- File domain socket (/var/run/cups/cups.sock)"
+msgid ""
+" - Port number (631);\n"
+" - Host name (debian.example.com);\n"
+" - Host:Port (debian.example.com:631);\n"
+" - File domain socket (/var/run/cups/cups.sock)."
msgstr ""
#. Type: string
#. Description
#: ../cupsys.templates:36
-msgid "It is possible to combine by delimiting two or more values in space."
+msgid "You can combine any of these by delimiting in a space-separated list."
msgstr ""
#. Type: string
@@ -184,21 +206,19 @@
#: ../cupsys.templates:36
msgid ""
"The default port 631 is reserved for the Internet Printing Protocol (IPP). "
-"\"localhost:631\" is recommended to the standalone environment by security "
-"reason."
+"\"localhost:631\" is recommended to setup a standalone environment for "
+"security reasons."
msgstr ""
#. Type: boolean
#. Description
-#: ../cupsys.templates:57
-msgid ""
-"Do you want to broadcast and/or listen for CUPS printer information on the "
-"network?"
+#: ../cupsys.templates:54
+msgid "Broadcast and/or listen for CUPS printer information on the network?"
msgstr ""
#. Type: boolean
#. Description
-#: ../cupsys.templates:57
+#: ../cupsys.templates:54
msgid ""
"CUPS daemon can broadcast printer information for clients on the network, "
"and detect printers on the network automatically."
@@ -206,44 +226,44 @@
#. Type: boolean
#. Description
-#: ../cupsys.templates:57
+#: ../cupsys.templates:54
msgid ""
-"When this option is accepted, CUPS daemon will broadcast and detect by using "
-"UDP periodically."
+"If you choose this option, the CUPS daemon will periodically send UDP "
+"broadcasts to detect printers."
msgstr ""
#. Type: note
#. Description
-#: ../cupsys.templates:66
-msgid "The wrong value is found in the input."
+#: ../cupsys.templates:63
+msgid "Incorrect value entered"
msgstr ""
#. Type: note
#. Description
-#: ../cupsys.templates:66
-msgid "The error occurred while parsing the port number or the host name."
+#: ../cupsys.templates:63
+msgid "an error occurred while parsing the port number or the host name."
msgstr ""
#. Type: note
#. Description
-#: ../cupsys.templates:66
-msgid "Please correct it."
+#: ../cupsys.templates:63
+msgid "Please correct your input."
msgstr ""
#. Type: password
#. Description
-#: ../cupsys.templates:73
+#: ../cupsys.templates:70
msgid "Admin password:"
msgstr ""
#. Type: password
#. Description
-#: ../cupsys.templates:73
+#: ../cupsys.templates:70
msgid "Please enter the password for the admin (username 'root') of CUPS."
msgstr ""
#. Type: password
#. Description
-#: ../cupsys.templates:73
+#: ../cupsys.templates:70
msgid "You can add/replace/delete CUPS password information by using lpadmin."
msgstr ""
Modified: cupsys/branches/cups-1.2/debian/po/fr.po
==============================================================================
--- cupsys/branches/cups-1.2/debian/po/fr.po (original)
+++ cupsys/branches/cups-1.2/debian/po/fr.po Sat Dec 17 04:25:58 2005
@@ -17,7 +17,7 @@
msgstr ""
"Project-Id-Version: cupsys\n"
"Report-Msgid-Bugs-To: pkg-cups-devel at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2005-10-07 00:07+0000\n"
+"POT-Creation-Date: 2005-12-17 13:23+0900\n"
"PO-Revision-Date: 2004-09-21 11:57+0200\n"
"Last-Translator: Christian Perrier <bubulle at debian.org>\n"
"Language-Team: French <debian-l10n-french at lists.debian.org>\n"
@@ -101,16 +101,50 @@
#. Type: multiselect
#. Choices
#: ../cupsys.templates:22
-msgid "ipp, lpd, parallel, scsi, serial, socket, usb"
+msgid "ipp"
+msgstr ""
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "lpd"
+msgstr ""
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "parallel"
+msgstr ""
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "scsi"
+msgstr ""
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "serial"
+msgstr ""
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "socket"
+msgstr ""
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "usb"
msgstr ""
-"IPP (Protocole d'impression Internet), LPD (« Line Printer Daemon »), "
-"Parallèle, SCSI, Série, Socket, USB"
#. Type: multiselect
#. Description
#: ../cupsys.templates:24
-msgid "Select the backends you want."
-msgstr "Méthode de communication avec l'imprimante :"
+msgid "Printer communication backends:"
+msgstr ""
#. Type: multiselect
#. Description
@@ -143,45 +177,31 @@
#. Type: string
#. Description
#: ../cupsys.templates:36
-msgid "Specify the port or/and host name that wants to be listened."
+msgid "Port or/and host name where CUPS will listen to:"
msgstr ""
#. Type: string
#. Description
#: ../cupsys.templates:36
msgid ""
-"Please specify the port or the host name CUPS daemon listens. You can use "
-"following formats."
+"Please specify the port or the host name CUPS daemon will listen to. The "
+"following formats are allowed:"
msgstr ""
#. Type: string
#. Description
#: ../cupsys.templates:36
-msgid "- Port number (631)"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../cupsys.templates:36
-msgid "- Host name (debian.example.com)"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../cupsys.templates:36
-msgid "- Host:Port (debian.example.com:631)"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../cupsys.templates:36
-msgid "- File domain socket (/var/run/cups/cups.sock)"
+msgid ""
+" - Port number (631);\n"
+" - Host name (debian.example.com);\n"
+" - Host:Port (debian.example.com:631);\n"
+" - File domain socket (/var/run/cups/cups.sock)."
msgstr ""
#. Type: string
#. Description
#: ../cupsys.templates:36
-msgid "It is possible to combine by delimiting two or more values in space."
+msgid "You can combine any of these by delimiting in a space-separated list."
msgstr ""
#. Type: string
@@ -189,21 +209,19 @@
#: ../cupsys.templates:36
msgid ""
"The default port 631 is reserved for the Internet Printing Protocol (IPP). "
-"\"localhost:631\" is recommended to the standalone environment by security "
-"reason."
+"\"localhost:631\" is recommended to setup a standalone environment for "
+"security reasons."
msgstr ""
#. Type: boolean
#. Description
-#: ../cupsys.templates:57
-msgid ""
-"Do you want to broadcast and/or listen for CUPS printer information on the "
-"network?"
+#: ../cupsys.templates:54
+msgid "Broadcast and/or listen for CUPS printer information on the network?"
msgstr ""
#. Type: boolean
#. Description
-#: ../cupsys.templates:57
+#: ../cupsys.templates:54
msgid ""
"CUPS daemon can broadcast printer information for clients on the network, "
"and detect printers on the network automatically."
@@ -211,44 +229,52 @@
#. Type: boolean
#. Description
-#: ../cupsys.templates:57
+#: ../cupsys.templates:54
msgid ""
-"When this option is accepted, CUPS daemon will broadcast and detect by using "
-"UDP periodically."
+"If you choose this option, the CUPS daemon will periodically send UDP "
+"broadcasts to detect printers."
msgstr ""
#. Type: note
#. Description
-#: ../cupsys.templates:66
-msgid "The wrong value is found in the input."
+#: ../cupsys.templates:63
+msgid "Incorrect value entered"
msgstr ""
#. Type: note
#. Description
-#: ../cupsys.templates:66
-msgid "The error occurred while parsing the port number or the host name."
+#: ../cupsys.templates:63
+msgid "an error occurred while parsing the port number or the host name."
msgstr ""
#. Type: note
#. Description
-#: ../cupsys.templates:66
-msgid "Please correct it."
+#: ../cupsys.templates:63
+msgid "Please correct your input."
msgstr ""
#. Type: password
#. Description
-#: ../cupsys.templates:73
+#: ../cupsys.templates:70
msgid "Admin password:"
msgstr ""
#. Type: password
#. Description
-#: ../cupsys.templates:73
+#: ../cupsys.templates:70
msgid "Please enter the password for the admin (username 'root') of CUPS."
msgstr ""
#. Type: password
#. Description
-#: ../cupsys.templates:73
+#: ../cupsys.templates:70
msgid "You can add/replace/delete CUPS password information by using lpadmin."
msgstr ""
+
+#~ msgid "ipp, lpd, parallel, scsi, serial, socket, usb"
+#~ msgstr ""
+#~ "IPP (Protocole d'impression Internet), LPD (« Line Printer Daemon »), "
+#~ "Parallèle, SCSI, Série, Socket, USB"
+
+#~ msgid "Select the backends you want."
+#~ msgstr "Méthode de communication avec l'imprimante :"
Modified: cupsys/branches/cups-1.2/debian/po/ja.po
==============================================================================
--- cupsys/branches/cups-1.2/debian/po/ja.po (original)
+++ cupsys/branches/cups-1.2/debian/po/ja.po Sat Dec 17 04:25:58 2005
@@ -13,21 +13,21 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: cupsys 1.2.0\n"
+"Project-Id-Version: cupsys 1.2\n"
"Report-Msgid-Bugs-To: pkg-cups-devel at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2005-10-07 00:07+0000\n"
-"PO-Revision-Date: 2005-10-07 09:08+0900\n"
+"POT-Creation-Date: 2005-12-17 13:23+0900\n"
+"PO-Revision-Date: 2005-12-17 13:24+0900\n"
"Last-Translator: Kenshi Muto <kmuto at debian.org>\n"
"Language-Team: Japanese <debian-japanese at lists.debian.org>\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=EUC-JP\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#. Type: boolean
#. Description
#: ../cupsys-bsd.templates:4
msgid "Do you want to set up the BSD lpd compatibility server?"
-msgstr "BSD lpd ¸ß´¹¥µ¡¼¥Ð¤ò¥»¥Ã¥È¥¢¥Ã¥×¤·¤Þ¤¹¤«?"
+msgstr "BSD lpd äºæãµã¼ããã»ããã¢ãããã¾ãã?"
#. Type: boolean
#. Description
@@ -38,17 +38,17 @@
"that submit jobs over the network via \"BSD\" or \"LPR\" services, and these "
"computers cannot be converted to use the IPP protocol that CUPS uses."
msgstr ""
-"¤³¤Î¥Ñ¥Ã¥±¡¼¥¸¤Ï BSD ¥¹¥¿¥¤¥ë¤Î°õºþ¥¸¥ç¥Ö¤ò¼õ¤±ÉÕ¤±¡¢CUPS ¤Ë¤½¤ì¤òÁ÷¤ë¥µ¡¼¥Ð"
-"¤ò´Þ¤ó¤Ç¤¤¤Þ¤¹¡£\"BSD\" ¤Þ¤¿¤Ï \"LPR\" ¥µ¡¼¥Ó¥¹·Ðͳ¤Ç¥Í¥Ã¥È¥ï¡¼¥¯±Û¤·¤Ë¥¸¥ç¥Ö"
-"¤òÁ÷¤ë¤Û¤«¤Î¥³¥ó¥Ô¥å¡¼¥¿¤¬¤¢¤ê¡¢¤«¤Ä¤½¤ì¤é¤Î¥³¥ó¥Ô¥å¡¼¥¿¤Ï CUPS ¤Î»È¤Ã¤Æ¤¤¤ë "
-"IPP ¥×¥í¥È¥³¥ë¤ò»È¤¦¤è¤¦Êѹ¹¤Ç¤¤Ê¤¤¡¢¤È¤¤¤¦¾ì¹ç¤Ë¤Î¤ß¥»¥Ã¥È¥¢¥Ã¥×¤¹¤Ù¤¤Ç"
-"¤¹¡£"
+"ãã®ããã±ã¼ã¸ã¯ BSD ã¹ã¿ã¤ã«ã®å°å·ã¸ã§ããåãä»ããCUPS ã«ãããéããµã¼ã"
+"ãå«ãã§ãã¾ãã\"BSD\" ã¾ã㯠\"LPR\" ãµã¼ãã¹çµç±ã§ãããã¯ã¼ã¯è¶ãã«ã¸ã§ã"
+"ãéãã»ãã®ã³ã³ãã¥ã¼ã¿ãããããã¤ãããã®ã³ã³ãã¥ã¼ã¿ã¯ CUPS ã®ä½¿ã£ã¦ãã "
+"IPP ãããã³ã«ã使ããã夿´ã§ããªããã¨ããå ´åã«ã®ã¿ã»ããã¢ãããã¹ãã§"
+"ãã"
#. Type: boolean
#. Description
#: ../cupsys.templates:4
msgid "Do you want CUPS to print unknown jobs as raw jobs?"
-msgstr "̤ÃΤΥ¸¥ç¥Ö¤òÀ¸¥Ç¡¼¥¿ (raw) ¥¸¥ç¥Ö¤È¤·¤Æ CUPS ¤Ë°õºþ¤µ¤»¤Þ¤¹¤«?"
+msgstr "æªç¥ã®ã¸ã§ããçãã¼ã¿ (raw) ã¸ã§ãã¨ã㦠CUPS ã«å°å·ããã¾ãã?"
#. Type: boolean
#. Description
@@ -60,11 +60,11 @@
"that MIME type, it attempts to guess what the format is. By default, if it "
"cannot guess the proper type, it rejects the job."
msgstr ""
-"IPP ¤Ç¤Î¤¹¤Ù¤Æ¤Î°õºþ¥¸¥ç¥Ö¤Ï MIME ·Á¼°¤ò»ý¤Á¤Þ¤¹¡£°õºþ¥¸¥ç¥Ö¤Î¤¹¤Ù¤Æ¤Î¥½¡¼¥¹"
-"¤ËŬÀڤʷÁ¼°¤¬ÉÕ¤¤¤Æ¤¤¤ë¤È¤Ï¸Â¤é¤º¡¢Â¿¤¯¤Î¥¸¥ç¥Ö¤Ï MIME ·Á¼° application/"
-"octet-stream ¤È¤·¤ÆÁ÷¤é¤ì¤Þ¤¹¡£¤³¤Î¤¿¤á¡¢CUPS ¤Ï¤³¤Î¤è¤¦¤Ê MIME ·Á¼°ÉÕ¤¤Î"
-"¥¸¥ç¥Ö¤ò¼õ¤±¼è¤ë¤È¡¢¤½¤Î¥Õ¥©¡¼¥Þ¥Ã¥È¤Ï²¿¤«¤ò¿ä¬¤·¤è¤¦¤È¤·¤Þ¤¹¡£¥Ç¥Õ¥©¥ë¥È¤Ç"
-"¤Ï¡¢¤â¤·Å¬Åö¤Ê·Á¼°¤ò¿ä¬¤Ç¤¤Ê¤¤¾ì¹ç¡¢¤½¤Î¥¸¥ç¥Ö¤òµñÈݤ·¤Þ¤¹¡£"
+"IPP ã§ã®ãã¹ã¦ã®å°å·ã¸ã§ã㯠MIME å½¢å¼ãæã¡ã¾ããå°å·ã¸ã§ãã®ãã¹ã¦ã®ã½ã¼ã¹"
+"ã«é©åãªå½¢å¼ãä»ãã¦ããã¨ã¯éãããå¤ãã®ã¸ã§ã㯠MIME å½¢å¼ application/"
+"octet-stream ã¨ãã¦éããã¾ãããã®ãããCUPS ã¯ãã®ãã㪠MIME å½¢å¼ä»ãã®"
+"ã¸ã§ããåãåãã¨ããã®ãã©ã¼ãããã¯ä½ããæ¨æ¸¬ãããã¨ãã¾ããããã©ã«ãã§"
+"ã¯ãããé©å½ãªå½¢å¼ãæ¨æ¸¬ã§ããªãå ´åããã®ã¸ã§ããæå¦ãã¾ãã"
#. Type: boolean
#. Description
@@ -74,8 +74,8 @@
"type as \"raw\" jobs, which causes them to be sent directly to the printer "
"without processing."
msgstr ""
-"¤³¤Î MIME ·Á¼°¤Î¤¹¤Ù¤Æ¤Î̤ÃΤΥ¸¥ç¥Ö¤ò¡¢²Ã¹©¤¹¤ë¤³¤È¤Ê¤¯¥×¥ê¥ó¥¿¤ËľÀÜÁ÷¤ë¤è"
-"¤¦À¸¥Ç¡¼¥¿¡Ê\"raw\"¡Ë¥¸¥ç¥Ö¤È¤·¤Æ°·¤¦¤è¤¦¤Ë CUPS ¤òÀßÄê¤Ç¤¤Þ¤¹¡£"
+"ãã® MIME å½¢å¼ã®ãã¹ã¦ã®æªç¥ã®ã¸ã§ãããå å·¥ãããã¨ãªãããªã³ã¿ã«ç´æ¥éãã"
+"ãçãã¼ã¿ï¼\"raw\"ï¼ã¸ã§ãã¨ãã¦æ±ãããã« CUPS ãè¨å®ã§ãã¾ãã"
#. Type: boolean
#. Description
@@ -86,22 +86,58 @@
"local driver the MIME type application/octet-stream. Samba also submits its "
"print jobs this way."
msgstr ""
-"¤â¤· Windows ¥³¥ó¥Ô¥å¡¼¥¿¤«¤é¤Î°õºþ¥¸¥ç¥Ö¤ò¼õ¤±ÉÕ¤±¤ë¾ì¹ç¡¢¤ª¤½¤é¤¯¤³¤Î¥ª¥×"
-"¥·¥ç¥ó¤òÀßÄꤹ¤Ù¤¤Ç¤¹¡£¤È¤¤¤¦¤Î¤â¡¢Windows ¤Ï¤¹¤Ù¤Æ¤Î IPP °õºþ¥¸¥ç¥Ö¤ò¥í¡¼¥«"
-"¥ë¥É¥é¥¤¥Ð¤Ë¤è¤Ã¤Æ MIME ·Á¼° application/octet-stream ¤Ë²Ã¹©¤¹¤ë¤«¤é¤Ç¤¹¡£"
-"Samba ¤âƱÍͤˤ½¤Î°õºþ¥¸¥ç¥Ö¤ò¤³¤Î¤ä¤êÊý¤ÇÁ÷¤ê¤Þ¤¹¡£"
+"ãã Windows ã³ã³ãã¥ã¼ã¿ããã®å°å·ã¸ã§ããåãä»ããå ´åããããããã®ãªã"
+"ã·ã§ã³ãè¨å®ãã¹ãã§ããã¨ããã®ããWindows ã¯ãã¹ã¦ã® IPP å°å·ã¸ã§ãããã¼ã«"
+"ã«ãã©ã¤ãã«ãã£ã¦ MIME å½¢å¼ application/octet-stream ã«å å·¥ããããã§ãã"
+"Samba ãåæ§ã«ãã®å°å·ã¸ã§ãããã®ããæ¹ã§éãã¾ãã"
#. Type: multiselect
#. Choices
#: ../cupsys.templates:22
-msgid "ipp, lpd, parallel, scsi, serial, socket, usb"
-msgstr "IPP, LPD, ¥Ñ¥é¥ì¥ë, SCSI, ¥·¥ê¥¢¥ë, ¥½¥±¥Ã¥È, USB"
+msgid "ipp"
+msgstr "IPP"
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "lpd"
+msgstr "LPD"
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "parallel"
+msgstr "ãã©ã¬ã«"
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "scsi"
+msgstr "SCSI"
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "serial"
+msgstr "ã·ãªã¢ã«"
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "socket"
+msgstr "ã½ã±ãã"
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "usb"
+msgstr "USB"
#. Type: multiselect
#. Description
#: ../cupsys.templates:24
-msgid "Select the backends you want."
-msgstr "ÍøÍѤ·¤¿¤¤¥Ð¥Ã¥¯¥¨¥ó¥É¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£"
+msgid "Printer communication backends:"
+msgstr "ããªã³ã¿éä¿¡ããã¯ã¨ã³ã:"
#. Type: multiselect
#. Description
@@ -109,8 +145,8 @@
msgid ""
"CUPS uses backend programs for communication with printer device or port."
msgstr ""
-"CUPS ¤Ï¥×¥ê¥ó¥¿¥Ç¥Ð¥¤¥¹¤Þ¤¿¤Ï¥Ý¡¼¥È¤È²ñÏ乤ë¤Î¤Ë¥Ð¥Ã¥¯¥¨¥ó¥É¥×¥í¥°¥é¥à¤ò»È¤¤"
-"¤Þ¤¹¡£"
+"CUPS ã¯ããªã³ã¿ããã¤ã¹ã¾ãã¯ãã¼ãã¨ä¼è©±ããã®ã«ããã¯ã¨ã³ãããã°ã©ã ã使ã"
+"ã¾ãã"
#. Type: multiselect
#. Description
@@ -119,8 +155,8 @@
"Unfortunately, some backend programs cause some trouble. (For example, some "
"PPC kernel crashes with the parallel backend)"
msgstr ""
-"º¤¤Ã¤¿¤³¤È¤Ë¡¢¤¤¤¯¤Ä¤«¤Î¥Ð¥Ã¥¯¥¨¥ó¥É¥×¥í¥°¥é¥à¤ÏÌäÂê¤ò°ú¤µ¯¤³¤·¤Þ¤¹¡£(¤¿¤È¤¨"
-"¤Ð¡¢¤¢¤ë¼ï¤Î PPC ¥«¡¼¥Í¥ë¤Ï parallel ¥Ð¥Ã¥¯¥¨¥ó¥É¤Ç¥¯¥é¥Ã¥·¥å¤·¤Þ¤¹)"
+"å°ã£ããã¨ã«ãããã¤ãã®ããã¯ã¨ã³ãããã°ã©ã ã¯åé¡ãå¼ãèµ·ããã¾ãã(ãã¨ã"
+"ã°ããã種㮠PPC ã«ã¼ãã«ã¯ parallel ããã¯ã¨ã³ãã§ã¯ã©ãã·ã¥ãã¾ã)"
#. Type: multiselect
#. Description
@@ -129,127 +165,116 @@
"Please choose the backend program to be used by CUPS. The default choice "
"should fit the most common environments."
msgstr ""
-"CUPS ¤ÇÍøÍѤ·¤¿¤¤¥Ð¥Ã¥¯¥¨¥ó¥É¥×¥í¥°¥é¥à¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£¥Ç¥Õ¥©¥ë¥È¤ÎÁªÂò¤Ï"
-"¤¿¤¤¤Æ¤¤¤Î°ìÈÌŪ¤Ê´Ä¶¤Ë¹ç¤Ã¤Æ¤¤¤Þ¤¹¡£"
+"CUPS ã§å©ç¨ãããããã¯ã¨ã³ãããã°ã©ã ã鏿ãã¦ãã ãããããã©ã«ãã®é¸æã¯"
+"ããã¦ãã®ä¸è¬çãªç°å¢ã«åã£ã¦ãã¾ãã"
#. Type: string
#. Description
#: ../cupsys.templates:36
-msgid "Specify the port or/and host name that wants to be listened."
-msgstr "´Æ»ë¤·¤¿¤¤¥Ý¡¼¥È¤¢¤ë¤¤¤Ï¥Û¥¹¥È̾¤ò»ØÄꤷ¤Æ¤¯¤À¤µ¤¤¡£"
+msgid "Port or/and host name where CUPS will listen to:"
+msgstr "CUPS ãç£è¦ãããã¼ãã¾ãã¯ãã¹ãå:"
#. Type: string
#. Description
#: ../cupsys.templates:36
msgid ""
-"Please specify the port or the host name CUPS daemon listens. You can use "
-"following formats."
+"Please specify the port or the host name CUPS daemon will listen to. The "
+"following formats are allowed:"
msgstr ""
-"CUPS ¥Ç¡¼¥â¥ó¤Ë´Æ»ë¤µ¤»¤¿¤¤¥Ý¡¼¥È¤Þ¤¿¤Ï¥Û¥¹¥È̾¤ò»ØÄꤷ¤Æ¤¯¤À¤µ¤¤¡£¼¡¤Î¤è¤¦¤Ê"
-"½ñ¼°¤òÍøÍѤǤ¤Þ¤¹¡£"
+"CUPS ãã¼ã¢ã³ã«ç£è¦ããããã¼ãã¾ãã¯ãã¹ãåãæå®ãã¦ãã ãããæ¬¡ã®ãããªæ¸"
+"å¼ãå©ç¨ã§ãã¾ã:"
#. Type: string
#. Description
#: ../cupsys.templates:36
-msgid "- Port number (631)"
-msgstr "- ¥Ý¡¼¥ÈÈÖ¹æ (631)"
-
-#. Type: string
-#. Description
-#: ../cupsys.templates:36
-msgid "- Host name (debian.example.com)"
-msgstr "- ¥Û¥¹¥È̾ (debian.example.com)"
-
-#. Type: string
-#. Description
-#: ../cupsys.templates:36
-msgid "- Host:Port (debian.example.com:631)"
-msgstr "- ¥Û¥¹¥È:¥Ý¡¼¥È (debian.example.com:631)"
-
-#. Type: string
-#. Description
-#: ../cupsys.templates:36
-msgid "- File domain socket (/var/run/cups/cups.sock)"
-msgstr "¥Õ¥¡¥¤¥ë¥É¥á¥¤¥ó¥½¥±¥Ã¥È (/var/run/cups/cups.sock)"
+msgid ""
+" - Port number (631);\n"
+" - Host name (debian.example.com);\n"
+" - Host:Port (debian.example.com:631);\n"
+" - File domain socket (/var/run/cups/cups.sock)."
+msgstr ""
+" - ãã¼ãçªå· (631);\n"
+" - ãã¹ãå (debian.example.com);\n"
+" - ãã¹ãå:ãã¼ã (debian.example.com:631);\n"
+" - ãã¡ã¤ã«ãã¡ã¤ã³ã½ã±ãã (/var/run/cups/cups.sock)ã"
#. Type: string
#. Description
#: ../cupsys.templates:36
-msgid "It is possible to combine by delimiting two or more values in space."
-msgstr "¥¹¥Ú¡¼¥¹¤Ç¶èÀڤäÆÊ£¿ô¤ÎÃͤòÁȤ߹ç¤ï¤»¤ë¤³¤È¤â²Äǽ¤Ç¤¹¡£"
+msgid "You can combine any of these by delimiting in a space-separated list."
+msgstr "ã¹ãã¼ã¹ã§åºåã£ããªã¹ãã§ããããçµã¿åããããã¨ãã§ãã¾ãã"
#. Type: string
#. Description
#: ../cupsys.templates:36
msgid ""
"The default port 631 is reserved for the Internet Printing Protocol (IPP). "
-"\"localhost:631\" is recommended to the standalone environment by security "
-"reason."
+"\"localhost:631\" is recommended to setup a standalone environment for "
+"security reasons."
msgstr ""
-"¥Ç¥Õ¥©¥ë¥È¥Ý¡¼¥È 631 ¤Ï Internet Printing Protocol (IPP) ¤ËͽÌó¤µ¤ì¤Æ¤¤¤Þ¤¹¡£"
-"\"localhost:631\" ¤Ï¥»¥¥å¥ê¥Æ¥£¾å¤ÎÍýͳ¤«¤éñÆÈ¥Þ¥·¥ó¤Î´Ä¶¤Ç¿ä¾©¤µ¤ì¤Þ¤¹¡£"
+"ããã©ã«ããã¼ã 631 㯠Internet Printing Protocol (IPP) ã«äºç´ããã¦ãã¾ãã"
+"\"localhost:631\" ã¯ã»ãã¥ãªãã£ä¸ã®çç±ããã¹ã¿ã³ãã¢ãã³ãªç°å¢ã«ã»ããã¢ã"
+"ãããã®ã«æ¨å¥¨ããã¾ãã"
#. Type: boolean
#. Description
-#: ../cupsys.templates:57
-msgid ""
-"Do you want to broadcast and/or listen for CUPS printer information on the "
-"network?"
+#: ../cupsys.templates:54
+msgid "Broadcast and/or listen for CUPS printer information on the network?"
msgstr ""
-"¥Í¥Ã¥È¥ï¡¼¥¯¾å¤Î CUPS ¥×¥ê¥ó¥¿¾ðÊó¤Î¥Ö¥í¡¼¥É¥¥ã¥¹¥È¤ª¤è¤Ó´Æ»ë¤ò¹Ô¤¤¤Þ¤¹¤«?"
+"ãããã¯ã¼ã¯ä¸ã® CUPS ããªã³ã¿æ
å ±ã®ããã¼ããã£ã¹ãããã³ç£è¦ãè¡ãã¾ãã?"
#. Type: boolean
#. Description
-#: ../cupsys.templates:57
+#: ../cupsys.templates:54
msgid ""
"CUPS daemon can broadcast printer information for clients on the network, "
"and detect printers on the network automatically."
msgstr ""
-"CUPS ¥Ç¡¼¥â¥ó¤Ï¥Í¥Ã¥È¥ï¡¼¥¯¾å¤Î¥¯¥é¥¤¥¢¥ó¥È¤Ë¥×¥ê¥ó¥¿¾ðÊó¤ò¥Ö¥í¡¼¥É¥¥ã¥¹¥È¤·"
-"¤¿¤ê¡¢¥Í¥Ã¥È¥ï¡¼¥¯¾å¤Î¥×¥ê¥ó¥¿¤ò¼«Æ°Åª¤Ë¸¡½Ð¤·¤¿¤ê¤Ç¤¤Þ¤¹¡£"
+"CUPS ãã¼ã¢ã³ã¯ãããã¯ã¼ã¯ä¸ã®ã¯ã©ã¤ã¢ã³ãã«ããªã³ã¿æ
å ±ãããã¼ããã£ã¹ãã"
+"ããããããã¯ã¼ã¯ä¸ã®ããªã³ã¿ãèªåçã«æ¤åºãããã§ãã¾ãã"
#. Type: boolean
#. Description
-#: ../cupsys.templates:57
+#: ../cupsys.templates:54
msgid ""
-"When this option is accepted, CUPS daemon will broadcast and detect by using "
-"UDP periodically."
+"If you choose this option, the CUPS daemon will periodically send UDP "
+"broadcasts to detect printers."
msgstr ""
-"¤³¤ÎÁªÂò»è¤Ç¡Ö¤Ï¤¤¡×¤È¤¹¤ë¤È¡¢CUPS ¥Ç¡¼¥â¥ó¤Ï UDP ¤ò»È¤Ã¤ÆÄê´üŪ¤Ë¥Ö¥í¡¼¥É"
-"¥¥ã¥¹¥È¤ª¤è¤Ó¸¡½Ð¤ò¹Ô¤¤¤Þ¤¹¡£"
+"ãã®é¸æè¢ãé¸ã¶ã¨ãCUPS ãã¼ã¢ã³ã¯ããªã³ã¿ãæ¤åºããããã« UDP ããã¼ããã£"
+"ã¹ãã宿çã«éãã¾ãã"
#. Type: note
#. Description
-#: ../cupsys.templates:66
-msgid "The wrong value is found in the input."
-msgstr "ÆþÎϤ˸í¤Ã¤¿Ãͤ¬¸«¤Ä¤«¤ê¤Þ¤·¤¿¡£"
+#: ../cupsys.templates:63
+msgid "Incorrect value entered"
+msgstr "䏿£ãªå¤ãå
¥åããã¾ãã"
#. Type: note
#. Description
-#: ../cupsys.templates:66
-msgid "The error occurred while parsing the port number or the host name."
-msgstr "¥Ý¡¼¥ÈÈÖ¹æ¤Þ¤¿¤Ï¥Û¥¹¥È̾¤Î²ò¼áÃæ¤Ë¥¨¥é¡¼¤¬È¯À¸¤·¤Þ¤·¤¿¡£"
+#: ../cupsys.templates:63
+msgid "an error occurred while parsing the port number or the host name."
+msgstr "ãã¼ãçªå·ã¾ãã¯ãã¹ãåã®è§£éä¸ã«ã¨ã©ã¼ãçºçãã¾ããã"
#. Type: note
#. Description
-#: ../cupsys.templates:66
-msgid "Please correct it."
-msgstr "½¤Àµ¤·¤Æ¤¯¤À¤µ¤¤¡£"
+#: ../cupsys.templates:63
+msgid "Please correct your input."
+msgstr "å
¥åå¤ãä¿®æ£ãã¦ãã ããã"
#. Type: password
#. Description
-#: ../cupsys.templates:73
+#: ../cupsys.templates:70
msgid "Admin password:"
-msgstr "´ÉÍý¼Ô¥Ñ¥¹¥ï¡¼¥É:"
+msgstr "管çè
ãã¹ã¯ã¼ã:"
#. Type: password
#. Description
-#: ../cupsys.templates:73
+#: ../cupsys.templates:70
msgid "Please enter the password for the admin (username 'root') of CUPS."
-msgstr "CUPS ´ÉÍý¼Ô (¥æ¡¼¥¶Ì¾ 'root') ÍѤΥѥ¹¥ï¡¼¥É¤òÆþÎϤ·¤Æ¤¯¤À¤µ¤¤¡£"
+msgstr "CUPS 管çè
(ã¦ã¼ã¶å 'root') ç¨ã®ãã¹ã¯ã¼ããå
¥åãã¦ãã ããã"
#. Type: password
#. Description
-#: ../cupsys.templates:73
+#: ../cupsys.templates:70
msgid "You can add/replace/delete CUPS password information by using lpadmin."
-msgstr "lpadmin ¤ò»È¤Ã¤Æ CUPS ¥Ñ¥¹¥ï¡¼¥É¾ðÊó¤òÄɲÃ/Êѹ¹/ºï½ü¤Ç¤¤Þ¤¹¡£"
+msgstr "lpadmin ã使ã£ã¦ CUPS ãã¹ã¯ã¼ãæ
å ±ã追å /夿´/åé¤ã§ãã¾ãã"
Modified: cupsys/branches/cups-1.2/debian/po/nl.po
==============================================================================
--- cupsys/branches/cups-1.2/debian/po/nl.po (original)
+++ cupsys/branches/cups-1.2/debian/po/nl.po Sat Dec 17 04:25:58 2005
@@ -15,7 +15,7 @@
msgstr ""
"Project-Id-Version: cupsys 1.1.20candidate6\n"
"Report-Msgid-Bugs-To: pkg-cups-devel at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2005-10-07 00:07+0000\n"
+"POT-Creation-Date: 2005-12-17 13:23+0900\n"
"PO-Revision-Date: 2004-03-30 12:28+0100\n"
"Last-Translator: Tim Dijkstra <tim at famdijkstra.org>\n"
"Language-Team: Debian Dutch <debian-l10n-dutch at lists.debian.org>\n"
@@ -98,14 +98,50 @@
#. Type: multiselect
#. Choices
#: ../cupsys.templates:22
-msgid "ipp, lpd, parallel, scsi, serial, socket, usb"
+msgid "ipp"
+msgstr ""
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "lpd"
+msgstr ""
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "parallel"
+msgstr ""
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "scsi"
+msgstr ""
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "serial"
+msgstr ""
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "socket"
+msgstr ""
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "usb"
msgstr ""
#. Type: multiselect
#. Description
#: ../cupsys.templates:24
-msgid "Select the backends you want."
-msgstr "Selecteer het backend dat u wilt."
+msgid "Printer communication backends:"
+msgstr ""
#. Type: multiselect
#. Description
@@ -139,45 +175,31 @@
#. Type: string
#. Description
#: ../cupsys.templates:36
-msgid "Specify the port or/and host name that wants to be listened."
+msgid "Port or/and host name where CUPS will listen to:"
msgstr ""
#. Type: string
#. Description
#: ../cupsys.templates:36
msgid ""
-"Please specify the port or the host name CUPS daemon listens. You can use "
-"following formats."
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../cupsys.templates:36
-msgid "- Port number (631)"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../cupsys.templates:36
-msgid "- Host name (debian.example.com)"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../cupsys.templates:36
-msgid "- Host:Port (debian.example.com:631)"
+"Please specify the port or the host name CUPS daemon will listen to. The "
+"following formats are allowed:"
msgstr ""
#. Type: string
#. Description
#: ../cupsys.templates:36
-msgid "- File domain socket (/var/run/cups/cups.sock)"
+msgid ""
+" - Port number (631);\n"
+" - Host name (debian.example.com);\n"
+" - Host:Port (debian.example.com:631);\n"
+" - File domain socket (/var/run/cups/cups.sock)."
msgstr ""
#. Type: string
#. Description
#: ../cupsys.templates:36
-msgid "It is possible to combine by delimiting two or more values in space."
+msgid "You can combine any of these by delimiting in a space-separated list."
msgstr ""
#. Type: string
@@ -185,21 +207,19 @@
#: ../cupsys.templates:36
msgid ""
"The default port 631 is reserved for the Internet Printing Protocol (IPP). "
-"\"localhost:631\" is recommended to the standalone environment by security "
-"reason."
+"\"localhost:631\" is recommended to setup a standalone environment for "
+"security reasons."
msgstr ""
#. Type: boolean
#. Description
-#: ../cupsys.templates:57
-msgid ""
-"Do you want to broadcast and/or listen for CUPS printer information on the "
-"network?"
+#: ../cupsys.templates:54
+msgid "Broadcast and/or listen for CUPS printer information on the network?"
msgstr ""
#. Type: boolean
#. Description
-#: ../cupsys.templates:57
+#: ../cupsys.templates:54
msgid ""
"CUPS daemon can broadcast printer information for clients on the network, "
"and detect printers on the network automatically."
@@ -207,44 +227,47 @@
#. Type: boolean
#. Description
-#: ../cupsys.templates:57
+#: ../cupsys.templates:54
msgid ""
-"When this option is accepted, CUPS daemon will broadcast and detect by using "
-"UDP periodically."
+"If you choose this option, the CUPS daemon will periodically send UDP "
+"broadcasts to detect printers."
msgstr ""
#. Type: note
#. Description
-#: ../cupsys.templates:66
-msgid "The wrong value is found in the input."
+#: ../cupsys.templates:63
+msgid "Incorrect value entered"
msgstr ""
#. Type: note
#. Description
-#: ../cupsys.templates:66
-msgid "The error occurred while parsing the port number or the host name."
+#: ../cupsys.templates:63
+msgid "an error occurred while parsing the port number or the host name."
msgstr ""
#. Type: note
#. Description
-#: ../cupsys.templates:66
-msgid "Please correct it."
+#: ../cupsys.templates:63
+msgid "Please correct your input."
msgstr ""
#. Type: password
#. Description
-#: ../cupsys.templates:73
+#: ../cupsys.templates:70
msgid "Admin password:"
msgstr ""
#. Type: password
#. Description
-#: ../cupsys.templates:73
+#: ../cupsys.templates:70
msgid "Please enter the password for the admin (username 'root') of CUPS."
msgstr ""
#. Type: password
#. Description
-#: ../cupsys.templates:73
+#: ../cupsys.templates:70
msgid "You can add/replace/delete CUPS password information by using lpadmin."
msgstr ""
+
+#~ msgid "Select the backends you want."
+#~ msgstr "Selecteer het backend dat u wilt."
Modified: cupsys/branches/cups-1.2/debian/po/pt_BR.po
==============================================================================
--- cupsys/branches/cups-1.2/debian/po/pt_BR.po (original)
+++ cupsys/branches/cups-1.2/debian/po/pt_BR.po Sat Dec 17 04:25:58 2005
@@ -15,7 +15,7 @@
msgstr ""
"Project-Id-Version: cupsys\n"
"Report-Msgid-Bugs-To: pkg-cups-devel at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2005-10-07 00:07+0000\n"
+"POT-Creation-Date: 2005-12-17 13:23+0900\n"
"PO-Revision-Date: 2004-08-06 22:07-0300\n"
"Last-Translator: André Luís Lopes <andrelop at debian.org>\n"
"Language-Team: Debian-BR Project <debian-l10n-portuguese at lists.debian.org>\n"
@@ -97,14 +97,50 @@
#. Type: multiselect
#. Choices
#: ../cupsys.templates:22
-msgid "ipp, lpd, parallel, scsi, serial, socket, usb"
-msgstr "ipp, lpd, parallel, scsi, serial, socket, usb"
+msgid "ipp"
+msgstr ""
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "lpd"
+msgstr ""
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "parallel"
+msgstr ""
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "scsi"
+msgstr ""
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "serial"
+msgstr ""
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "socket"
+msgstr ""
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "usb"
+msgstr ""
#. Type: multiselect
#. Description
#: ../cupsys.templates:24
-msgid "Select the backends you want."
-msgstr "Selecione o backend desejado."
+msgid "Printer communication backends:"
+msgstr ""
#. Type: multiselect
#. Description
@@ -138,45 +174,31 @@
#. Type: string
#. Description
#: ../cupsys.templates:36
-msgid "Specify the port or/and host name that wants to be listened."
+msgid "Port or/and host name where CUPS will listen to:"
msgstr ""
#. Type: string
#. Description
#: ../cupsys.templates:36
msgid ""
-"Please specify the port or the host name CUPS daemon listens. You can use "
-"following formats."
+"Please specify the port or the host name CUPS daemon will listen to. The "
+"following formats are allowed:"
msgstr ""
#. Type: string
#. Description
#: ../cupsys.templates:36
-msgid "- Port number (631)"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../cupsys.templates:36
-msgid "- Host name (debian.example.com)"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../cupsys.templates:36
-msgid "- Host:Port (debian.example.com:631)"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../cupsys.templates:36
-msgid "- File domain socket (/var/run/cups/cups.sock)"
+msgid ""
+" - Port number (631);\n"
+" - Host name (debian.example.com);\n"
+" - Host:Port (debian.example.com:631);\n"
+" - File domain socket (/var/run/cups/cups.sock)."
msgstr ""
#. Type: string
#. Description
#: ../cupsys.templates:36
-msgid "It is possible to combine by delimiting two or more values in space."
+msgid "You can combine any of these by delimiting in a space-separated list."
msgstr ""
#. Type: string
@@ -184,21 +206,19 @@
#: ../cupsys.templates:36
msgid ""
"The default port 631 is reserved for the Internet Printing Protocol (IPP). "
-"\"localhost:631\" is recommended to the standalone environment by security "
-"reason."
+"\"localhost:631\" is recommended to setup a standalone environment for "
+"security reasons."
msgstr ""
#. Type: boolean
#. Description
-#: ../cupsys.templates:57
-msgid ""
-"Do you want to broadcast and/or listen for CUPS printer information on the "
-"network?"
+#: ../cupsys.templates:54
+msgid "Broadcast and/or listen for CUPS printer information on the network?"
msgstr ""
#. Type: boolean
#. Description
-#: ../cupsys.templates:57
+#: ../cupsys.templates:54
msgid ""
"CUPS daemon can broadcast printer information for clients on the network, "
"and detect printers on the network automatically."
@@ -206,44 +226,50 @@
#. Type: boolean
#. Description
-#: ../cupsys.templates:57
+#: ../cupsys.templates:54
msgid ""
-"When this option is accepted, CUPS daemon will broadcast and detect by using "
-"UDP periodically."
+"If you choose this option, the CUPS daemon will periodically send UDP "
+"broadcasts to detect printers."
msgstr ""
#. Type: note
#. Description
-#: ../cupsys.templates:66
-msgid "The wrong value is found in the input."
+#: ../cupsys.templates:63
+msgid "Incorrect value entered"
msgstr ""
#. Type: note
#. Description
-#: ../cupsys.templates:66
-msgid "The error occurred while parsing the port number or the host name."
+#: ../cupsys.templates:63
+msgid "an error occurred while parsing the port number or the host name."
msgstr ""
#. Type: note
#. Description
-#: ../cupsys.templates:66
-msgid "Please correct it."
+#: ../cupsys.templates:63
+msgid "Please correct your input."
msgstr ""
#. Type: password
#. Description
-#: ../cupsys.templates:73
+#: ../cupsys.templates:70
msgid "Admin password:"
msgstr ""
#. Type: password
#. Description
-#: ../cupsys.templates:73
+#: ../cupsys.templates:70
msgid "Please enter the password for the admin (username 'root') of CUPS."
msgstr ""
#. Type: password
#. Description
-#: ../cupsys.templates:73
+#: ../cupsys.templates:70
msgid "You can add/replace/delete CUPS password information by using lpadmin."
msgstr ""
+
+#~ msgid "ipp, lpd, parallel, scsi, serial, socket, usb"
+#~ msgstr "ipp, lpd, parallel, scsi, serial, socket, usb"
+
+#~ msgid "Select the backends you want."
+#~ msgstr "Selecione o backend desejado."
Modified: cupsys/branches/cups-1.2/debian/po/ru.po
==============================================================================
--- cupsys/branches/cups-1.2/debian/po/ru.po (original)
+++ cupsys/branches/cups-1.2/debian/po/ru.po Sat Dec 17 04:25:58 2005
@@ -16,8 +16,8 @@
msgid ""
msgstr ""
"Project-Id-Version: cupsys_1.1.23-12_ru.po\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-10-04 23:07+0900\n"
+"Report-Msgid-Bugs-To: pkg-cups-devel at lists.alioth.debian.org\n"
+"POT-Creation-Date: 2005-12-17 13:23+0900\n"
"PO-Revision-Date: 2005-11-24 20:39+0300\n"
"Last-Translator: Yuri Kozlov <kozlov.y at gmail.com>\n"
"Language-Team: Russian <debian-l10n-russian at lists.debian.org>\n"
@@ -41,17 +41,18 @@
"that submit jobs over the network via \"BSD\" or \"LPR\" services, and these "
"computers cannot be converted to use the IPP protocol that CUPS uses."
msgstr ""
-"ÐÑÐ¾Ñ Ð¿Ð°ÐºÐµÑ ÑодеÑÐ¶Ð¸Ñ ÑеÑвеÑ, коÑоÑÑй Ð¼Ð¾Ð¶ÐµÑ Ð¿ÑинимаÑÑ Ð·Ð°Ð´Ð°Ð½Ð¸Ñ Ð¿ÐµÑаÑи в "
-"ÑÑиле BSD и поÑÑлаÑÑ Ð¸Ñ
в CUPS. Ðго ÑекомендÑеÑÑÑ ÑÑÑанавливаÑÑ ÑолÑко "
-"в Ñом ÑлÑÑае, еÑли в ÑеÑи еÑÑÑ Ð´ÑÑгие компÑÑÑеÑÑ, коÑоÑÑе оÑпÑавлÑÑÑ Ð·Ð°Ð´Ð°Ð½Ð¸Ñ "
-"по ÑеÑи Ñ Ð¿Ð¾Ð¼Ð¾ÑÑÑ \"BSD\" или \"LPR\" ÑеÑвиÑов, и ÑÑи компÑÑÑеÑÑ Ð½Ðµ могÑÑ "
+"ÐÑÐ¾Ñ Ð¿Ð°ÐºÐµÑ ÑодеÑÐ¶Ð¸Ñ ÑеÑвеÑ, коÑоÑÑй Ð¼Ð¾Ð¶ÐµÑ Ð¿ÑинимаÑÑ Ð·Ð°Ð´Ð°Ð½Ð¸Ñ Ð¿ÐµÑаÑи в ÑÑиле "
+"BSD и поÑÑлаÑÑ Ð¸Ñ
в CUPS. Ðго ÑекомендÑеÑÑÑ ÑÑÑанавливаÑÑ ÑолÑко в Ñом "
+"ÑлÑÑае, еÑли в ÑеÑи еÑÑÑ Ð´ÑÑгие компÑÑÑеÑÑ, коÑоÑÑе оÑпÑавлÑÑÑ Ð·Ð°Ð´Ð°Ð½Ð¸Ñ Ð¿Ð¾ "
+"ÑеÑи Ñ Ð¿Ð¾Ð¼Ð¾ÑÑÑ \"BSD\" или \"LPR\" ÑеÑвиÑов, и ÑÑи компÑÑÑеÑÑ Ð½Ðµ могÑÑ "
"ÑабоÑаÑÑ Ñ Ð¿ÑоÑоколом IPP, коÑоÑÑй иÑполÑзÑеÑÑÑ Ð² CUPS."
#. Type: boolean
#. Description
#: ../cupsys.templates:4
msgid "Do you want CUPS to print unknown jobs as raw jobs?"
-msgstr "ХоÑиÑе ÑÑÐ¾Ð±Ñ CUPS пеÑаÑал неизвеÑÑнÑе Ð·Ð°Ð´Ð°Ð½Ð¸Ñ ÐºÐ°Ðº необÑабоÑаннÑе заданиÑ?"
+msgstr ""
+"ХоÑиÑе ÑÑÐ¾Ð±Ñ CUPS пеÑаÑал неизвеÑÑнÑе Ð·Ð°Ð´Ð°Ð½Ð¸Ñ ÐºÐ°Ðº необÑабоÑаннÑе заданиÑ?"
#. Type: boolean
#. Description
@@ -63,11 +64,12 @@
"that MIME type, it attempts to guess what the format is. By default, if it "
"cannot guess the proper type, it rejects the job."
msgstr ""
-"ÐÑе Ð·Ð°Ð´Ð°Ð½Ð¸Ñ Ð¿ÐµÑаÑи Ñ Ð¿Ð¾Ð¼Ð¾ÑÑÑ IPP имеÑÑ Ñип MIME. Так как не вÑе иÑÑоÑники заданий "
-"пеÑаÑи могÑÑ Ð¿ÑиÑоединÑÑÑ ÑооÑвеÑÑÑвÑÑÑий Ñип, многие Ð·Ð°Ð´Ð°Ð½Ð¸Ñ Ð¿Ð¾ÑÑлаÑÑÑÑ Ñ "
-"MIME Ñипом application/octet-stream. Ðз-за ÑÑого, когда CUPS пÑÐ¸Ð½Ð¸Ð¼Ð°ÐµÑ "
-"задание Ñ Ñаким MIME Ñипом, он пÑÑаеÑÑÑ Ð¾Ð¿ÑеделиÑÑ ÑоÑÐ¼Ð°Ñ Ð¿Ð¾Ð»ÑÑеннÑÑ
даннÑÑ
. "
-"Ðо ÑмолÑаниÑ, еÑли Ñип опÑеделиÑÑ Ð½Ðµ ÑдаÑÑÑÑ, задание оÑбÑаÑÑваеÑÑÑ."
+"ÐÑе Ð·Ð°Ð´Ð°Ð½Ð¸Ñ Ð¿ÐµÑаÑи Ñ Ð¿Ð¾Ð¼Ð¾ÑÑÑ IPP имеÑÑ Ñип MIME. Так как не вÑе иÑÑоÑники "
+"заданий пеÑаÑи могÑÑ Ð¿ÑиÑоединÑÑÑ ÑооÑвеÑÑÑвÑÑÑий Ñип, многие Ð·Ð°Ð´Ð°Ð½Ð¸Ñ "
+"поÑÑлаÑÑÑÑ Ñ MIME Ñипом application/octet-stream. Ðз-за ÑÑого, когда CUPS "
+"пÑÐ¸Ð½Ð¸Ð¼Ð°ÐµÑ Ð·Ð°Ð´Ð°Ð½Ð¸Ðµ Ñ Ñаким MIME Ñипом, он пÑÑаеÑÑÑ Ð¾Ð¿ÑеделиÑÑ ÑоÑÐ¼Ð°Ñ "
+"полÑÑеннÑÑ
даннÑÑ
. Ðо ÑмолÑаниÑ, еÑли Ñип опÑеделиÑÑ Ð½Ðµ ÑдаÑÑÑÑ, задание "
+"оÑбÑаÑÑваеÑÑÑ."
#. Type: boolean
#. Description
@@ -90,27 +92,64 @@
"local driver the MIME type application/octet-stream. Samba also submits its "
"print jobs this way."
msgstr ""
-"ÐÑли Ð²Ñ Ð¿Ð¾Ð»ÑÑаеÑе Ð·Ð°Ð´Ð°Ð½Ð¸Ñ Ð¿ÐµÑаÑи Ñ ÐºÐ¾Ð¼Ð¿ÑÑÑеÑов Ñ Windows, Ñо, веÑоÑÑно, лÑÑÑе "
-"ÑÑÑановиÑÑ ÑÑÐ¾Ñ Ð¿Ð°ÑамеÑÑ, Ñак как Windows пÑиÑÐ²Ð°Ð¸Ð²Ð°ÐµÑ Ð²Ñем заданиÑм пеÑаÑи "
-"IPP, обÑабоÑаннÑм локалÑнÑм дÑайвеÑов MIME Ñип application/octet-stream. "
-"Samba Ñакже оÑпÑавлÑÐµÑ Ñвои Ð·Ð°Ð´Ð°Ð½Ð¸Ñ Ð¿ÐµÑаÑи в Ñаком виде."
+"ÐÑли Ð²Ñ Ð¿Ð¾Ð»ÑÑаеÑе Ð·Ð°Ð´Ð°Ð½Ð¸Ñ Ð¿ÐµÑаÑи Ñ ÐºÐ¾Ð¼Ð¿ÑÑÑеÑов Ñ Windows, Ñо, веÑоÑÑно, "
+"лÑÑÑе ÑÑÑановиÑÑ ÑÑÐ¾Ñ Ð¿Ð°ÑамеÑÑ, Ñак как Windows пÑиÑÐ²Ð°Ð¸Ð²Ð°ÐµÑ Ð²Ñем заданиÑм "
+"пеÑаÑи IPP, обÑабоÑаннÑм локалÑнÑм дÑайвеÑов MIME Ñип application/octet-"
+"stream. Samba Ñакже оÑпÑавлÑÐµÑ Ñвои Ð·Ð°Ð´Ð°Ð½Ð¸Ñ Ð¿ÐµÑаÑи в Ñаком виде."
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "ipp"
+msgstr ""
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "lpd"
+msgstr ""
#. Type: multiselect
#. Choices
#: ../cupsys.templates:22
-msgid "ipp, lpd, parallel, scsi, serial, socket, usb"
-msgstr "ipp, lpd, parallel, scsi, serial, socket, usb"
+msgid "parallel"
+msgstr ""
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "scsi"
+msgstr ""
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "serial"
+msgstr ""
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "socket"
+msgstr ""
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "usb"
+msgstr ""
#. Type: multiselect
#. Description
#: ../cupsys.templates:24
-msgid "Select the backends you want."
-msgstr "ÐÑбеÑиÑе нÑжнÑе инÑеÑÑейÑÑ."
+msgid "Printer communication backends:"
+msgstr ""
#. Type: multiselect
#. Description
#: ../cupsys.templates:24
-msgid "CUPS uses backend programs for communication with printer device or port."
+msgid ""
+"CUPS uses backend programs for communication with printer device or port."
msgstr ""
"CUPS иÑполÑзÑÐµÑ Ð¸Ð½ÑеÑÑейÑнÑе пÑогÑÐ°Ð¼Ð¼Ñ Ð´Ð»Ñ ÑвÑзи Ñ ÑÑÑÑойÑÑвом пеÑаÑи или "
"поÑÑом."
@@ -132,6 +171,108 @@
"Please choose the backend program to be used by CUPS. The default choice "
"should fit the most common environments."
msgstr ""
-"ÐÑбеÑиÑе инÑеÑÑейÑнÑе пÑогÑаммÑ, коÑоÑÐ°Ñ Ð±ÑÐ´ÐµÑ Ð¸ÑполÑзоваÑÑÑÑ CUPS. ÐÑÐ±Ð¾Ñ "
-"по ÑмолÑÐ°Ð½Ð¸Ñ Ð´Ð¾Ð»Ð¶ÐµÐ½ ÑабоÑаÑÑ Ñ Ð±Ð¾Ð»ÑÑинÑÑвом обоÑÑдованиÑ."
+"ÐÑбеÑиÑе инÑеÑÑейÑнÑе пÑогÑаммÑ, коÑоÑÐ°Ñ Ð±ÑÐ´ÐµÑ Ð¸ÑполÑзоваÑÑÑÑ CUPS. ÐÑÐ±Ð¾Ñ Ð¿Ð¾ "
+"ÑмолÑÐ°Ð½Ð¸Ñ Ð´Ð¾Ð»Ð¶ÐµÐ½ ÑабоÑаÑÑ Ñ Ð±Ð¾Ð»ÑÑинÑÑвом обоÑÑдованиÑ."
+
+#. Type: string
+#. Description
+#: ../cupsys.templates:36
+msgid "Port or/and host name where CUPS will listen to:"
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../cupsys.templates:36
+msgid ""
+"Please specify the port or the host name CUPS daemon will listen to. The "
+"following formats are allowed:"
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../cupsys.templates:36
+msgid ""
+" - Port number (631);\n"
+" - Host name (debian.example.com);\n"
+" - Host:Port (debian.example.com:631);\n"
+" - File domain socket (/var/run/cups/cups.sock)."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../cupsys.templates:36
+msgid "You can combine any of these by delimiting in a space-separated list."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../cupsys.templates:36
+msgid ""
+"The default port 631 is reserved for the Internet Printing Protocol (IPP). "
+"\"localhost:631\" is recommended to setup a standalone environment for "
+"security reasons."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../cupsys.templates:54
+msgid "Broadcast and/or listen for CUPS printer information on the network?"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../cupsys.templates:54
+msgid ""
+"CUPS daemon can broadcast printer information for clients on the network, "
+"and detect printers on the network automatically."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../cupsys.templates:54
+msgid ""
+"If you choose this option, the CUPS daemon will periodically send UDP "
+"broadcasts to detect printers."
+msgstr ""
+
+#. Type: note
+#. Description
+#: ../cupsys.templates:63
+msgid "Incorrect value entered"
+msgstr ""
+
+#. Type: note
+#. Description
+#: ../cupsys.templates:63
+msgid "an error occurred while parsing the port number or the host name."
+msgstr ""
+
+#. Type: note
+#. Description
+#: ../cupsys.templates:63
+msgid "Please correct your input."
+msgstr ""
+
+#. Type: password
+#. Description
+#: ../cupsys.templates:70
+msgid "Admin password:"
+msgstr ""
+
+#. Type: password
+#. Description
+#: ../cupsys.templates:70
+msgid "Please enter the password for the admin (username 'root') of CUPS."
+msgstr ""
+
+#. Type: password
+#. Description
+#: ../cupsys.templates:70
+msgid "You can add/replace/delete CUPS password information by using lpadmin."
+msgstr ""
+
+#~ msgid "ipp, lpd, parallel, scsi, serial, socket, usb"
+#~ msgstr "ipp, lpd, parallel, scsi, serial, socket, usb"
+#~ msgid "Select the backends you want."
+#~ msgstr "ÐÑбеÑиÑе нÑжнÑе инÑеÑÑейÑÑ."
Modified: cupsys/branches/cups-1.2/debian/po/sv.po
==============================================================================
--- cupsys/branches/cups-1.2/debian/po/sv.po (original)
+++ cupsys/branches/cups-1.2/debian/po/sv.po Sat Dec 17 04:25:58 2005
@@ -15,7 +15,7 @@
msgstr ""
"Project-Id-Version: cupsys 1.1.23-13\n"
"Report-Msgid-Bugs-To: pkg-cups-devel at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2005-10-04 23:10+0900\n"
+"POT-Creation-Date: 2005-12-17 13:23+0900\n"
"PO-Revision-Date: 2005-12-14 23:49+0100\n"
"Last-Translator: Daniel Nylander <po at danielnylander.se>\n"
"Language-Team: Swedish <tp-sv at listor.tp-sv.se>\n"
@@ -32,8 +32,17 @@
#. Type: boolean
#. Description
#: ../cupsys-bsd.templates:4
-msgid "This package contains a server that can accept BSD-style print jobs and submit them to CUPS. It should only be set up if you have other computers that submit jobs over the network via \"BSD\" or \"LPR\" services, and these computers cannot be converted to use the IPP protocol that CUPS uses."
-msgstr "Detta paket innehåller en server som kan acceptera utskriftsjobb av BSD-stil och skicka dom till CUPS. Den bör endast sättas upp om du har andra datorer som skickar jobb över nätverket via \"BSD\" eller \"LPR\"-tjänster och dessa datorer inte kan konverteras för att använda IPP-protokollet som CUPS använder."
+msgid ""
+"This package contains a server that can accept BSD-style print jobs and "
+"submit them to CUPS. It should only be set up if you have other computers "
+"that submit jobs over the network via \"BSD\" or \"LPR\" services, and these "
+"computers cannot be converted to use the IPP protocol that CUPS uses."
+msgstr ""
+"Detta paket innehåller en server som kan acceptera utskriftsjobb av BSD-stil "
+"och skicka dom till CUPS. Den bör endast sättas upp om du har andra datorer "
+"som skickar jobb över nätverket via \"BSD\" eller \"LPR\"-tjänster och dessa "
+"datorer inte kan konverteras för att använda IPP-protokollet som CUPS "
+"använder."
#. Type: boolean
#. Description
@@ -44,126 +53,261 @@
#. Type: boolean
#. Description
#: ../cupsys.templates:4
-msgid "All print jobs in IPP get a MIME type. Since not all sources of print jobs can attach an appropriate type, many jobs get submitted as the MIME type application/octet-stream. Because of this, when CUPS receives a job with that MIME type, it attempts to guess what the format is. By default, if it cannot guess the proper type, it rejects the job."
-msgstr "Alla utskriftjobb i IPP får en MIME-typ. Eftersom inte alla källor för utskriftsjobb kan skicka med en lämplig typ blir många jobb skickade som MIME-typen \"application/octet-stream\". Av denna anledning försöker CUPS gissa vilket format det är när den tar emot ett jobb av den MIME-typen. Som standard nekar den att ta emot jobb om den inte kan gissa den korrekta typen."
+msgid ""
+"All print jobs in IPP get a MIME type. Since not all sources of print jobs "
+"can attach an appropriate type, many jobs get submitted as the MIME type "
+"application/octet-stream. Because of this, when CUPS receives a job with "
+"that MIME type, it attempts to guess what the format is. By default, if it "
+"cannot guess the proper type, it rejects the job."
+msgstr ""
+"Alla utskriftjobb i IPP får en MIME-typ. Eftersom inte alla källor för "
+"utskriftsjobb kan skicka med en lämplig typ blir många jobb skickade som "
+"MIME-typen \"application/octet-stream\". Av denna anledning försöker CUPS "
+"gissa vilket format det är när den tar emot ett jobb av den MIME-typen. Som "
+"standard nekar den att ta emot jobb om den inte kan gissa den korrekta typen."
#. Type: boolean
#. Description
#: ../cupsys.templates:4
-msgid "It is possible to cause CUPS to treat all unrecognized jobs with this MIME type as \"raw\" jobs, which causes them to be sent directly to the printer without processing."
-msgstr "Det är möjligt att ställ in så att CUPS behandlar alla okända jobb med denna MIME-typ som \"raw\"-jobb vilket orsakar att de skickas direkt till skrivaren utan att behandlas först."
+msgid ""
+"It is possible to cause CUPS to treat all unrecognized jobs with this MIME "
+"type as \"raw\" jobs, which causes them to be sent directly to the printer "
+"without processing."
+msgstr ""
+"Det är möjligt att ställ in så att CUPS behandlar alla okända jobb med denna "
+"MIME-typ som \"raw\"-jobb vilket orsakar att de skickas direkt till "
+"skrivaren utan att behandlas först."
#. Type: boolean
#. Description
#: ../cupsys.templates:4
-msgid "If you will be accepting print jobs from Windows computers, you probably want this option set, as Windows gives all IPP print jobs processed by a local driver the MIME type application/octet-stream. Samba also submits its print jobs this way."
-msgstr "Om du vill att utskriftsjobb ska accepteras från Windows-datorer bör du antagligen välja denna funktion eftersom Windows sätter alla IPP-utskriftsjobb som hanteras av en lokal drivare till MIME-typen \"application/octet-stream\". Samba skickar också sina utskriftsjobb på detta sätt."
+msgid ""
+"If you will be accepting print jobs from Windows computers, you probably "
+"want this option set, as Windows gives all IPP print jobs processed by a "
+"local driver the MIME type application/octet-stream. Samba also submits its "
+"print jobs this way."
+msgstr ""
+"Om du vill att utskriftsjobb ska accepteras från Windows-datorer bör du "
+"antagligen välja denna funktion eftersom Windows sätter alla IPP-"
+"utskriftsjobb som hanteras av en lokal drivare till MIME-typen \"application/"
+"octet-stream\". Samba skickar också sina utskriftsjobb på detta sätt."
#. Type: multiselect
#. Choices
#: ../cupsys.templates:22
-msgid "ipp, lpd, parallel, scsi, serial, socket, usb"
-msgstr "ipp, lpd, parallell, scsi, seriell, socket, usb"
+msgid "ipp"
+msgstr ""
#. Type: multiselect
-#. Description
-#: ../cupsys.templates:24
-msgid "Select the backends you want."
-msgstr "Välj det baksystem du vill använda."
+#. Choices
+#: ../cupsys.templates:22
+msgid "lpd"
+msgstr ""
#. Type: multiselect
-#. Description
-#: ../cupsys.templates:24
-msgid "CUPS uses backend programs for communication with printer device or port."
-msgstr "CUPS använder ett baksystemprogram för att kommunicera med skrivarenhet eller port."
+#. Choices
+#: ../cupsys.templates:22
+msgid "parallel"
+msgstr ""
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "scsi"
+msgstr ""
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "serial"
+msgstr ""
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "socket"
+msgstr ""
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "usb"
+msgstr ""
#. Type: multiselect
#. Description
#: ../cupsys.templates:24
-msgid "Unfortunately, some backend programs cause some trouble. (For example, some PPC kernel crashes with the parallel backend)"
-msgstr "Tyvärr kan några baksystemprogram skapa problem. (Till exempel kan vissa PPC-kärnor krascha med parallella baksystem)"
+msgid "Printer communication backends:"
+msgstr ""
#. Type: multiselect
#. Description
#: ../cupsys.templates:24
-msgid "Please choose the backend program to be used by CUPS. The default choice should fit the most common environments."
-msgstr "Vänligen välj det baksystemprogram som ska användas av CUPS. Det förvalda valet bör passa den flesta vanliga miljöer."
+msgid ""
+"CUPS uses backend programs for communication with printer device or port."
+msgstr ""
+"CUPS använder ett baksystemprogram för att kommunicera med skrivarenhet "
+"eller port."
-#. Type: string
+#. Type: multiselect
#. Description
-#: ../cupsys.templates:36
-msgid "Specify the port or/and host name that wants to be listened."
-msgstr "Ange port och/eller värdnamn som ska lyssnas på."
+#: ../cupsys.templates:24
+msgid ""
+"Unfortunately, some backend programs cause some trouble. (For example, some "
+"PPC kernel crashes with the parallel backend)"
+msgstr ""
+"Tyvärr kan några baksystemprogram skapa problem. (Till exempel kan vissa PPC-"
+"kärnor krascha med parallella baksystem)"
-#. Type: string
+#. Type: multiselect
#. Description
-#: ../cupsys.templates:36
-msgid "Please specify the port or the host name CUPS daemon listens. You can use following formats."
-msgstr "Vänligen ange porten eller värdnamnet som CUPS-demonen ska lyssna på. Du kan använda följande format."
+#: ../cupsys.templates:24
+msgid ""
+"Please choose the backend program to be used by CUPS. The default choice "
+"should fit the most common environments."
+msgstr ""
+"Vänligen välj det baksystemprogram som ska användas av CUPS. Det förvalda "
+"valet bör passa den flesta vanliga miljöer."
#. Type: string
#. Description
#: ../cupsys.templates:36
-msgid "- Port number (631)"
-msgstr "- Portnummer (631)"
+msgid "Port or/and host name where CUPS will listen to:"
+msgstr ""
#. Type: string
#. Description
#: ../cupsys.templates:36
-msgid "- Host name (debian.example.com)"
-msgstr "- Värdnamn (debian.exempel.se)"
+#, fuzzy
+msgid ""
+"Please specify the port or the host name CUPS daemon will listen to. The "
+"following formats are allowed:"
+msgstr ""
+"Vänligen ange porten eller värdnamnet som CUPS-demonen ska lyssna på. Du kan "
+"använda följande format."
#. Type: string
#. Description
#: ../cupsys.templates:36
-msgid "- Host:Port (debian.example.com:631)"
-msgstr "- Värd:Port (debian.exempel.se:631)"
+msgid ""
+" - Port number (631);\n"
+" - Host name (debian.example.com);\n"
+" - Host:Port (debian.example.com:631);\n"
+" - File domain socket (/var/run/cups/cups.sock)."
+msgstr ""
#. Type: string
#. Description
#: ../cupsys.templates:36
-msgid "It is possible to combine by delimiting two or more values in space."
-msgstr "Det är möjligt att kombinera genom att avgränsa två eller fler värden med mellanslag."
+msgid "You can combine any of these by delimiting in a space-separated list."
+msgstr ""
#. Type: string
#. Description
#: ../cupsys.templates:36
-msgid "The default port 631 is reserved for the Internet Printing Protocol (IPP). \"localhost:631\" is recommended to the standalone environment by security reason."
-msgstr "Standardport 631 är reserverad för Internet Printing Protocol (IPP). \"localhost:631\" är rekommenderat för fristående miljöer av säkerhetsskäl."
+#, fuzzy
+msgid ""
+"The default port 631 is reserved for the Internet Printing Protocol (IPP). "
+"\"localhost:631\" is recommended to setup a standalone environment for "
+"security reasons."
+msgstr ""
+"Standardport 631 är reserverad för Internet Printing Protocol (IPP). "
+"\"localhost:631\" är rekommenderat för fristående miljöer av säkerhetsskäl."
#. Type: boolean
#. Description
-#: ../cupsys.templates:55
-msgid "Do you want to broadcast and/or listen for CUPS printer information on the network?"
-msgstr "Vill du sända ut och/eller lyssna efter skrivarinformation för CUPS på nätverket?"
+#: ../cupsys.templates:54
+#, fuzzy
+msgid "Broadcast and/or listen for CUPS printer information on the network?"
+msgstr ""
+"Vill du sända ut och/eller lyssna efter skrivarinformation för CUPS på "
+"nätverket?"
#. Type: boolean
#. Description
-#: ../cupsys.templates:55
-msgid "CUPS daemon can broadcast printer information for clients on the network, and detect printers on the network automatically."
-msgstr "CUPS-demonen kan sända ut skrivarinformation för klienter på nätverket och automatiskt identifiera skrivare på nätverket."
+#: ../cupsys.templates:54
+msgid ""
+"CUPS daemon can broadcast printer information for clients on the network, "
+"and detect printers on the network automatically."
+msgstr ""
+"CUPS-demonen kan sända ut skrivarinformation för klienter på nätverket och "
+"automatiskt identifiera skrivare på nätverket."
#. Type: boolean
#. Description
-#: ../cupsys.templates:55
-msgid "When this option is accepted, CUPS daemon will broadcast and detect by using UDP periodically."
-msgstr "När denna funktion accepteras kommer CUPS-demonen att sända ut och identifiera genom att använda UDP med jämna mellanrum."
+#: ../cupsys.templates:54
+msgid ""
+"If you choose this option, the CUPS daemon will periodically send UDP "
+"broadcasts to detect printers."
+msgstr ""
#. Type: note
#. Description
-#: ../cupsys.templates:64
-msgid "The wrong value is found in the input."
-msgstr "Fel värde matades in."
+#: ../cupsys.templates:63
+msgid "Incorrect value entered"
+msgstr ""
#. Type: note
#. Description
-#: ../cupsys.templates:64
-msgid "The error occurred while parsing the port number or the host name."
+#: ../cupsys.templates:63
+#, fuzzy
+msgid "an error occurred while parsing the port number or the host name."
msgstr "Felet inträffade vid tolkning av portnumret eller värdnamnet."
#. Type: note
#. Description
-#: ../cupsys.templates:64
-msgid "Please correct it."
+#: ../cupsys.templates:63
+#, fuzzy
+msgid "Please correct your input."
msgstr "Vänligen rätt till det."
+#. Type: password
+#. Description
+#: ../cupsys.templates:70
+msgid "Admin password:"
+msgstr ""
+
+#. Type: password
+#. Description
+#: ../cupsys.templates:70
+msgid "Please enter the password for the admin (username 'root') of CUPS."
+msgstr ""
+
+#. Type: password
+#. Description
+#: ../cupsys.templates:70
+msgid "You can add/replace/delete CUPS password information by using lpadmin."
+msgstr ""
+
+#~ msgid "ipp, lpd, parallel, scsi, serial, socket, usb"
+#~ msgstr "ipp, lpd, parallell, scsi, seriell, socket, usb"
+
+#~ msgid "Select the backends you want."
+#~ msgstr "Välj det baksystem du vill använda."
+
+#~ msgid "Specify the port or/and host name that wants to be listened."
+#~ msgstr "Ange port och/eller värdnamn som ska lyssnas på."
+
+#~ msgid "- Port number (631)"
+#~ msgstr "- Portnummer (631)"
+
+#~ msgid "- Host name (debian.example.com)"
+#~ msgstr "- Värdnamn (debian.exempel.se)"
+
+#~ msgid "- Host:Port (debian.example.com:631)"
+#~ msgstr "- Värd:Port (debian.exempel.se:631)"
+
+#~ msgid "It is possible to combine by delimiting two or more values in space."
+#~ msgstr ""
+#~ "Det är möjligt att kombinera genom att avgränsa två eller fler värden med "
+#~ "mellanslag."
+
+#~ msgid ""
+#~ "When this option is accepted, CUPS daemon will broadcast and detect by "
+#~ "using UDP periodically."
+#~ msgstr ""
+#~ "När denna funktion accepteras kommer CUPS-demonen att sända ut och "
+#~ "identifiera genom att använda UDP med jämna mellanrum."
+
+#~ msgid "The wrong value is found in the input."
+#~ msgstr "Fel värde matades in."
Modified: cupsys/branches/cups-1.2/debian/po/templates.pot
==============================================================================
--- cupsys/branches/cups-1.2/debian/po/templates.pot (original)
+++ cupsys/branches/cups-1.2/debian/po/templates.pot Sat Dec 17 04:25:58 2005
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: pkg-cups-devel at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2005-10-07 00:07+0000\n"
+"POT-Creation-Date: 2005-12-17 13:23+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
@@ -71,13 +71,49 @@
#. Type: multiselect
#. Choices
#: ../cupsys.templates:22
-msgid "ipp, lpd, parallel, scsi, serial, socket, usb"
+msgid "ipp"
+msgstr ""
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "lpd"
+msgstr ""
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "parallel"
+msgstr ""
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "scsi"
+msgstr ""
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "serial"
+msgstr ""
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "socket"
+msgstr ""
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "usb"
msgstr ""
#. Type: multiselect
#. Description
#: ../cupsys.templates:24
-msgid "Select the backends you want."
+msgid "Printer communication backends:"
msgstr ""
#. Type: multiselect
@@ -106,45 +142,31 @@
#. Type: string
#. Description
#: ../cupsys.templates:36
-msgid "Specify the port or/and host name that wants to be listened."
+msgid "Port or/and host name where CUPS will listen to:"
msgstr ""
#. Type: string
#. Description
#: ../cupsys.templates:36
msgid ""
-"Please specify the port or the host name CUPS daemon listens. You can use "
-"following formats."
+"Please specify the port or the host name CUPS daemon will listen to. The "
+"following formats are allowed:"
msgstr ""
#. Type: string
#. Description
#: ../cupsys.templates:36
-msgid "- Port number (631)"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../cupsys.templates:36
-msgid "- Host name (debian.example.com)"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../cupsys.templates:36
-msgid "- Host:Port (debian.example.com:631)"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../cupsys.templates:36
-msgid "- File domain socket (/var/run/cups/cups.sock)"
+msgid ""
+" - Port number (631);\n"
+" - Host name (debian.example.com);\n"
+" - Host:Port (debian.example.com:631);\n"
+" - File domain socket (/var/run/cups/cups.sock)."
msgstr ""
#. Type: string
#. Description
#: ../cupsys.templates:36
-msgid "It is possible to combine by delimiting two or more values in space."
+msgid "You can combine any of these by delimiting in a space-separated list."
msgstr ""
#. Type: string
@@ -152,21 +174,19 @@
#: ../cupsys.templates:36
msgid ""
"The default port 631 is reserved for the Internet Printing Protocol (IPP). "
-"\"localhost:631\" is recommended to the standalone environment by security "
-"reason."
+"\"localhost:631\" is recommended to setup a standalone environment for "
+"security reasons."
msgstr ""
#. Type: boolean
#. Description
-#: ../cupsys.templates:57
-msgid ""
-"Do you want to broadcast and/or listen for CUPS printer information on the "
-"network?"
+#: ../cupsys.templates:54
+msgid "Broadcast and/or listen for CUPS printer information on the network?"
msgstr ""
#. Type: boolean
#. Description
-#: ../cupsys.templates:57
+#: ../cupsys.templates:54
msgid ""
"CUPS daemon can broadcast printer information for clients on the network, "
"and detect printers on the network automatically."
@@ -174,44 +194,44 @@
#. Type: boolean
#. Description
-#: ../cupsys.templates:57
+#: ../cupsys.templates:54
msgid ""
-"When this option is accepted, CUPS daemon will broadcast and detect by using "
-"UDP periodically."
+"If you choose this option, the CUPS daemon will periodically send UDP "
+"broadcasts to detect printers."
msgstr ""
#. Type: note
#. Description
-#: ../cupsys.templates:66
-msgid "The wrong value is found in the input."
+#: ../cupsys.templates:63
+msgid "Incorrect value entered"
msgstr ""
#. Type: note
#. Description
-#: ../cupsys.templates:66
-msgid "The error occurred while parsing the port number or the host name."
+#: ../cupsys.templates:63
+msgid "an error occurred while parsing the port number or the host name."
msgstr ""
#. Type: note
#. Description
-#: ../cupsys.templates:66
-msgid "Please correct it."
+#: ../cupsys.templates:63
+msgid "Please correct your input."
msgstr ""
#. Type: password
#. Description
-#: ../cupsys.templates:73
+#: ../cupsys.templates:70
msgid "Admin password:"
msgstr ""
#. Type: password
#. Description
-#: ../cupsys.templates:73
+#: ../cupsys.templates:70
msgid "Please enter the password for the admin (username 'root') of CUPS."
msgstr ""
#. Type: password
#. Description
-#: ../cupsys.templates:73
+#: ../cupsys.templates:70
msgid "You can add/replace/delete CUPS password information by using lpadmin."
msgstr ""
Modified: cupsys/branches/cups-1.2/debian/po/tr.po
==============================================================================
--- cupsys/branches/cups-1.2/debian/po/tr.po (original)
+++ cupsys/branches/cups-1.2/debian/po/tr.po Sat Dec 17 04:25:58 2005
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: cupsys\n"
"Report-Msgid-Bugs-To: pkg-cups-devel at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2005-10-07 00:07+0000\n"
+"POT-Creation-Date: 2005-12-17 13:23+0900\n"
"PO-Revision-Date: 2004-04-25 10:34+0300\n"
"Last-Translator: Gürkan Aslan <gurkan at iaslan.com>\n"
"Language-Team: Turkish <debian-l10n-turkish at lists.debian.org>\n"
@@ -88,14 +88,50 @@
#. Type: multiselect
#. Choices
#: ../cupsys.templates:22
-msgid "ipp, lpd, parallel, scsi, serial, socket, usb"
-msgstr "ipp, lpd, paralel, scsi, seri, soket, usb"
+msgid "ipp"
+msgstr ""
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "lpd"
+msgstr ""
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "parallel"
+msgstr ""
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "scsi"
+msgstr ""
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "serial"
+msgstr ""
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "socket"
+msgstr ""
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "usb"
+msgstr ""
#. Type: multiselect
#. Description
#: ../cupsys.templates:24
-msgid "Select the backends you want."
-msgstr "İstediÄiniz arkayüzü seçin."
+msgid "Printer communication backends:"
+msgstr ""
#. Type: multiselect
#. Description
@@ -129,45 +165,31 @@
#. Type: string
#. Description
#: ../cupsys.templates:36
-msgid "Specify the port or/and host name that wants to be listened."
+msgid "Port or/and host name where CUPS will listen to:"
msgstr ""
#. Type: string
#. Description
#: ../cupsys.templates:36
msgid ""
-"Please specify the port or the host name CUPS daemon listens. You can use "
-"following formats."
+"Please specify the port or the host name CUPS daemon will listen to. The "
+"following formats are allowed:"
msgstr ""
#. Type: string
#. Description
#: ../cupsys.templates:36
-msgid "- Port number (631)"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../cupsys.templates:36
-msgid "- Host name (debian.example.com)"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../cupsys.templates:36
-msgid "- Host:Port (debian.example.com:631)"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../cupsys.templates:36
-msgid "- File domain socket (/var/run/cups/cups.sock)"
+msgid ""
+" - Port number (631);\n"
+" - Host name (debian.example.com);\n"
+" - Host:Port (debian.example.com:631);\n"
+" - File domain socket (/var/run/cups/cups.sock)."
msgstr ""
#. Type: string
#. Description
#: ../cupsys.templates:36
-msgid "It is possible to combine by delimiting two or more values in space."
+msgid "You can combine any of these by delimiting in a space-separated list."
msgstr ""
#. Type: string
@@ -175,21 +197,19 @@
#: ../cupsys.templates:36
msgid ""
"The default port 631 is reserved for the Internet Printing Protocol (IPP). "
-"\"localhost:631\" is recommended to the standalone environment by security "
-"reason."
+"\"localhost:631\" is recommended to setup a standalone environment for "
+"security reasons."
msgstr ""
#. Type: boolean
#. Description
-#: ../cupsys.templates:57
-msgid ""
-"Do you want to broadcast and/or listen for CUPS printer information on the "
-"network?"
+#: ../cupsys.templates:54
+msgid "Broadcast and/or listen for CUPS printer information on the network?"
msgstr ""
#. Type: boolean
#. Description
-#: ../cupsys.templates:57
+#: ../cupsys.templates:54
msgid ""
"CUPS daemon can broadcast printer information for clients on the network, "
"and detect printers on the network automatically."
@@ -197,44 +217,50 @@
#. Type: boolean
#. Description
-#: ../cupsys.templates:57
+#: ../cupsys.templates:54
msgid ""
-"When this option is accepted, CUPS daemon will broadcast and detect by using "
-"UDP periodically."
+"If you choose this option, the CUPS daemon will periodically send UDP "
+"broadcasts to detect printers."
msgstr ""
#. Type: note
#. Description
-#: ../cupsys.templates:66
-msgid "The wrong value is found in the input."
+#: ../cupsys.templates:63
+msgid "Incorrect value entered"
msgstr ""
#. Type: note
#. Description
-#: ../cupsys.templates:66
-msgid "The error occurred while parsing the port number or the host name."
+#: ../cupsys.templates:63
+msgid "an error occurred while parsing the port number or the host name."
msgstr ""
#. Type: note
#. Description
-#: ../cupsys.templates:66
-msgid "Please correct it."
+#: ../cupsys.templates:63
+msgid "Please correct your input."
msgstr ""
#. Type: password
#. Description
-#: ../cupsys.templates:73
+#: ../cupsys.templates:70
msgid "Admin password:"
msgstr ""
#. Type: password
#. Description
-#: ../cupsys.templates:73
+#: ../cupsys.templates:70
msgid "Please enter the password for the admin (username 'root') of CUPS."
msgstr ""
#. Type: password
#. Description
-#: ../cupsys.templates:73
+#: ../cupsys.templates:70
msgid "You can add/replace/delete CUPS password information by using lpadmin."
msgstr ""
+
+#~ msgid "ipp, lpd, parallel, scsi, serial, socket, usb"
+#~ msgstr "ipp, lpd, paralel, scsi, seri, soket, usb"
+
+#~ msgid "Select the backends you want."
+#~ msgstr "İstediÄiniz arkayüzü seçin."
Modified: cupsys/branches/cups-1.2/debian/po/vi.po
==============================================================================
--- cupsys/branches/cups-1.2/debian/po/vi.po (original)
+++ cupsys/branches/cups-1.2/debian/po/vi.po Sat Dec 17 04:25:58 2005
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: cupsys 1.1.23-10\n"
"Report-Msgid-Bugs-To: pkg-cups-devel at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2005-10-07 00:07+0000\n"
+"POT-Creation-Date: 2005-12-17 13:23+0900\n"
"PO-Revision-Date: 2005-05-22 12:57+0930\n"
"Last-Translator: Clytie Siddall <clytie at riverland.net.au>\n"
"Language-Team: Vietnamese <gnomevi-list at lists.sourceforge.net>\n"
@@ -86,14 +86,50 @@
#. Type: multiselect
#. Choices
#: ../cupsys.templates:22
-msgid "ipp, lpd, parallel, scsi, serial, socket, usb"
-msgstr "ipp, lpd, song song, scsi, ná»i tiếp, á» cắm, usb"
+msgid "ipp"
+msgstr ""
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "lpd"
+msgstr ""
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "parallel"
+msgstr ""
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "scsi"
+msgstr ""
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "serial"
+msgstr ""
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "socket"
+msgstr ""
+
+#. Type: multiselect
+#. Choices
+#: ../cupsys.templates:22
+msgid "usb"
+msgstr ""
#. Type: multiselect
#. Description
#: ../cupsys.templates:24
-msgid "Select the backends you want."
-msgstr "Hãy chá»n háºu phương nà o bạn muá»n."
+msgid "Printer communication backends:"
+msgstr ""
#. Type: multiselect
#. Description
@@ -127,45 +163,31 @@
#. Type: string
#. Description
#: ../cupsys.templates:36
-msgid "Specify the port or/and host name that wants to be listened."
+msgid "Port or/and host name where CUPS will listen to:"
msgstr ""
#. Type: string
#. Description
#: ../cupsys.templates:36
msgid ""
-"Please specify the port or the host name CUPS daemon listens. You can use "
-"following formats."
+"Please specify the port or the host name CUPS daemon will listen to. The "
+"following formats are allowed:"
msgstr ""
#. Type: string
#. Description
#: ../cupsys.templates:36
-msgid "- Port number (631)"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../cupsys.templates:36
-msgid "- Host name (debian.example.com)"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../cupsys.templates:36
-msgid "- Host:Port (debian.example.com:631)"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../cupsys.templates:36
-msgid "- File domain socket (/var/run/cups/cups.sock)"
+msgid ""
+" - Port number (631);\n"
+" - Host name (debian.example.com);\n"
+" - Host:Port (debian.example.com:631);\n"
+" - File domain socket (/var/run/cups/cups.sock)."
msgstr ""
#. Type: string
#. Description
#: ../cupsys.templates:36
-msgid "It is possible to combine by delimiting two or more values in space."
+msgid "You can combine any of these by delimiting in a space-separated list."
msgstr ""
#. Type: string
@@ -173,21 +195,19 @@
#: ../cupsys.templates:36
msgid ""
"The default port 631 is reserved for the Internet Printing Protocol (IPP). "
-"\"localhost:631\" is recommended to the standalone environment by security "
-"reason."
+"\"localhost:631\" is recommended to setup a standalone environment for "
+"security reasons."
msgstr ""
#. Type: boolean
#. Description
-#: ../cupsys.templates:57
-msgid ""
-"Do you want to broadcast and/or listen for CUPS printer information on the "
-"network?"
+#: ../cupsys.templates:54
+msgid "Broadcast and/or listen for CUPS printer information on the network?"
msgstr ""
#. Type: boolean
#. Description
-#: ../cupsys.templates:57
+#: ../cupsys.templates:54
msgid ""
"CUPS daemon can broadcast printer information for clients on the network, "
"and detect printers on the network automatically."
@@ -195,44 +215,50 @@
#. Type: boolean
#. Description
-#: ../cupsys.templates:57
+#: ../cupsys.templates:54
msgid ""
-"When this option is accepted, CUPS daemon will broadcast and detect by using "
-"UDP periodically."
+"If you choose this option, the CUPS daemon will periodically send UDP "
+"broadcasts to detect printers."
msgstr ""
#. Type: note
#. Description
-#: ../cupsys.templates:66
-msgid "The wrong value is found in the input."
+#: ../cupsys.templates:63
+msgid "Incorrect value entered"
msgstr ""
#. Type: note
#. Description
-#: ../cupsys.templates:66
-msgid "The error occurred while parsing the port number or the host name."
+#: ../cupsys.templates:63
+msgid "an error occurred while parsing the port number or the host name."
msgstr ""
#. Type: note
#. Description
-#: ../cupsys.templates:66
-msgid "Please correct it."
+#: ../cupsys.templates:63
+msgid "Please correct your input."
msgstr ""
#. Type: password
#. Description
-#: ../cupsys.templates:73
+#: ../cupsys.templates:70
msgid "Admin password:"
msgstr ""
#. Type: password
#. Description
-#: ../cupsys.templates:73
+#: ../cupsys.templates:70
msgid "Please enter the password for the admin (username 'root') of CUPS."
msgstr ""
#. Type: password
#. Description
-#: ../cupsys.templates:73
+#: ../cupsys.templates:70
msgid "You can add/replace/delete CUPS password information by using lpadmin."
msgstr ""
+
+#~ msgid "ipp, lpd, parallel, scsi, serial, socket, usb"
+#~ msgstr "ipp, lpd, song song, scsi, ná»i tiếp, á» cắm, usb"
+
+#~ msgid "Select the backends you want."
+#~ msgstr "Hãy chá»n háºu phương nà o bạn muá»n."
More information about the Pkg-cups-devel
mailing list