[Pkg-cups-devel] r115 - in cupsys/branches/cups-1.2/debian: . po
Kenshi Muto
kmuto at costa.debian.org
Wed Mar 29 14:31:28 UTC 2006
Author: kmuto
Date: Wed Mar 29 14:31:27 2006
New Revision: 115
Modified:
cupsys/branches/cups-1.2/debian/cupsys.config
cupsys/branches/cups-1.2/debian/cupsys.postinst
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:
admin password won't work well because it's for digest authentication. I'd like to drop simply.
Modified: cupsys/branches/cups-1.2/debian/cupsys.config
==============================================================================
--- cupsys/branches/cups-1.2/debian/cupsys.config (original)
+++ cupsys/branches/cups-1.2/debian/cupsys.config Wed Mar 29 14:31:27 2006
@@ -73,9 +73,6 @@
db_input low cupsys/backend || true
db_go
-db_input high cupsys/adminpassword || true
-db_go
-
RET=
if [ -f "$CONF" ]; then
if [ "$(grep -h "Include[[:space:]]\+$PORTS" $CONF)" -a -f "$PORTS" ]; then
Modified: cupsys/branches/cups-1.2/debian/cupsys.postinst
==============================================================================
--- cupsys/branches/cups-1.2/debian/cupsys.postinst (original)
+++ cupsys/branches/cups-1.2/debian/cupsys.postinst Wed Mar 29 14:31:27 2006
@@ -113,21 +113,22 @@
fi
done
- # Create password file
- db_get cupsys/adminpassword
- VAL=$(echo -n "root:CUPS:$RET" | md5sum | cut -d' ' -f1)
- if [ -f /etc/cups/passwd.md5 ]; then
- if [ "$(grep "^root:" /etc/cups/passwd.md5)" ]; then
- sed -e "s/^root:lpadmin:.*/root:lpadmin:$VAL/" /etc/cups/passwd.md5 > /etc/cups/passwd.md5.$$
- mv /etc/cups/passwd.md5.$$ /etc/cups/passwd.md5
- else
- echo "root:lpadmin:$VAL" >> /etc/cups/passwd.md5
- fi
- else
- echo "root:lpadmin:$VAL" > /etc/cups/passwd.md5
- chown root:nogroup /etc/cups/passwd.md5
- chmod 600 /etc/cups/passwd.md5
- fi
+ # Create password file for Digest authentication
+ # (removed: Debian CUPS uses PAM and basic authentication)
+ #db_get cupsys/adminpassword
+ #VAL=$(echo -n "root:CUPS:$RET" | md5sum | cut -d' ' -f1)
+ #if [ -f /etc/cups/passwd.md5 ]; then
+ # if [ "$(grep "^root:" /etc/cups/passwd.md5)" ]; then
+ # sed -e "s/^root:lpadmin:.*/root:lpadmin:$VAL/" /etc/cups/passwd.md5 > /etc/cups/passwd.md5.$$
+ # mv /etc/cups/passwd.md5.$$ /etc/cups/passwd.md5
+ # else
+ # echo "root:lpadmin:$VAL" >> /etc/cups/passwd.md5
+ # fi
+ #else
+ # echo "root:lpadmin:$VAL" > /etc/cups/passwd.md5
+ # chown root:nogroup /etc/cups/passwd.md5
+ # chmod 600 /etc/cups/passwd.md5
+ #fi
# Create /etc/cups/cups.d/ports.conf and /etc/cups/cups.d/browse.conf
db_get cupsys/ports
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 Wed Mar 29 14:31:27 2006
@@ -64,10 +64,3 @@
an error occurred while parsing the port number or the host name.
.
Please correct your input.
-
-Template: cupsys/adminpassword
-Type: password
-_Description: Admin password:
- Please enter the password for the admin (username 'root') of CUPS.
- .
- You can add/replace/delete CUPS password information by using lpadmin.
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 Wed Mar 29 14:31:27 2006
@@ -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-12-17 13:23+0900\n"
+"POT-Creation-Date: 2006-03-29 14:05+0000\n"
"PO-Revision-Date: 2005-12-17 16:00+0100\n"
"Last-Translator: Miroslav Kure <kurem at debian.cz>\n"
"Language-Team: Czech <debian-l10n-czech at lists.debian.org>\n"
@@ -257,21 +257,3 @@
#: ../cupsys.templates:63
msgid "Please correct your input."
msgstr "Opravte prosÃm svou odpovÄÄ."
-
-#. 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 ""
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 Wed Mar 29 14:31:27 2006
@@ -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-12-17 13:23+0900\n"
+"POT-Creation-Date: 2006-03-29 14:05+0000\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"
@@ -242,24 +242,6 @@
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, seriel, sokkel, usb"
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 Wed Mar 29 14:31:27 2006
@@ -15,7 +15,7 @@
msgstr ""
"Project-Id-Version: de\n"
"Report-Msgid-Bugs-To: pkg-cups-devel at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2005-12-17 13:23+0900\n"
+"POT-Creation-Date: 2006-03-29 14:05+0000\n"
"PO-Revision-Date: 2005-12-17 20:58+0100\n"
"Last-Translator: Jens Nachtigall <nachtigall at web.de>\n"
"Language-Team: German <debian-l10n-german at lists.debian.org>\n"
@@ -268,21 +268,3 @@
#: ../cupsys.templates:63
msgid "Please correct your input."
msgstr "Bitte korrigieren Sie Ihre Eingabe."
-
-#. 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 ""
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 Wed Mar 29 14:31:27 2006
@@ -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-12-17 13:23+0900\n"
+"POT-Creation-Date: 2006-03-29 14:05+0000\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."
@@ -249,21 +249,3 @@
#: ../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 ""
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 Wed Mar 29 14:31:27 2006
@@ -16,7 +16,7 @@
msgstr ""
"Project-Id-Version: fr\n"
"Report-Msgid-Bugs-To: pkg-cups-devel at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2005-12-17 13:23+0900\n"
+"POT-Creation-Date: 2006-03-29 14:05+0000\n"
"PO-Revision-Date: 2005-12-17 18:48+0100\n"
"Last-Translator: Christian Perrier <bubulle at debian.org>\n"
"Language-Team: French <debian-l10n-french at lists.debian.org>\n"
@@ -270,24 +270,6 @@
msgid "Please correct your input."
msgstr "Veuillez corriger votre saisie."
-#. 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 (Protocole d'impression Internet), LPD (« Line Printer Daemon »), "
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 Wed Mar 29 14:31:27 2006
@@ -15,7 +15,7 @@
msgstr ""
"Project-Id-Version: cupsys 1.2\n"
"Report-Msgid-Bugs-To: pkg-cups-devel at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2005-12-17 13:23+0900\n"
+"POT-Creation-Date: 2006-03-29 14:05+0000\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"
@@ -261,20 +261,12 @@
msgid "Please correct your input."
msgstr "å
¥åå¤ãä¿®æ£ãã¦ãã ããã"
-#. Type: password
-#. Description
-#: ../cupsys.templates:70
-msgid "Admin password:"
-msgstr "管çè
ãã¹ã¯ã¼ã:"
+#~ msgid "Admin password:"
+#~ msgstr "管çè
ãã¹ã¯ã¼ã:"
-#. Type: password
-#. Description
-#: ../cupsys.templates:70
-msgid "Please enter the password for the admin (username 'root') of CUPS."
-msgstr "CUPS 管çè
(ã¦ã¼ã¶å 'root') ç¨ã®ãã¹ã¯ã¼ããå
¥åãã¦ãã ããã"
+#~ msgid "Please enter the password for the admin (username 'root') of CUPS."
+#~ msgstr "CUPS 管çè
(ã¦ã¼ã¶å 'root') ç¨ã®ãã¹ã¯ã¼ããå
¥åãã¦ãã ããã"
-#. Type: password
-#. Description
-#: ../cupsys.templates:70
-msgid "You can add/replace/delete CUPS password information by using lpadmin."
-msgstr "lpadmin ã使ã£ã¦ CUPS ãã¹ã¯ã¼ãæ
å ±ã追å /夿´/åé¤ã§ãã¾ãã"
+#~ msgid ""
+#~ "You can add/replace/delete CUPS password information by using lpadmin."
+#~ 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 Wed Mar 29 14:31:27 2006
@@ -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-12-17 13:23+0900\n"
+"POT-Creation-Date: 2006-03-29 14:05+0000\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"
@@ -251,23 +251,5 @@
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 "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 Wed Mar 29 14:31:27 2006
@@ -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-12-17 13:23+0900\n"
+"POT-Creation-Date: 2006-03-29 14:05+0000\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"
@@ -250,24 +250,6 @@
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"
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 Wed Mar 29 14:31:27 2006
@@ -18,7 +18,7 @@
msgstr ""
"Project-Id-Version: cupsys_1.1.23-12_ru.po\n"
"Report-Msgid-Bugs-To: pkg-cups-devel at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2005-12-17 13:23+0900\n"
+"POT-Creation-Date: 2006-03-29 14:05+0000\n"
"PO-Revision-Date: 2005-12-17 16:32+0300\n"
"Last-Translator: Yuri Kozlov <kozlov.y at gmail.com>\n"
"Language-Team: Russian <debian-l10n-russian at lists.debian.org>\n"
@@ -267,21 +267,3 @@
#: ../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 ""
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 Wed Mar 29 14:31:27 2006
@@ -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-12-17 13:23+0900\n"
+"POT-Creation-Date: 2006-03-29 14:05+0000\n"
"PO-Revision-Date: 2005-12-17 08:14+0100\n"
"Last-Translator: Daniel Nylander <po at danielnylander.se>\n"
"Language-Team: Swedish <tp-sv at listor.tp-sv.se>\n"
@@ -263,24 +263,6 @@
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"
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 Wed Mar 29 14:31:27 2006
@@ -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-12-17 13:23+0900\n"
+"POT-Creation-Date: 2006-03-29 14:05+0000\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"
@@ -217,21 +217,3 @@
#: ../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 ""
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 Wed Mar 29 14:31:27 2006
@@ -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-12-17 13:23+0900\n"
+"POT-Creation-Date: 2006-03-29 14:05+0000\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"
@@ -241,24 +241,6 @@
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, paralel, scsi, seri, soket, usb"
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 Wed Mar 29 14:31:27 2006
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: cupsys 1.1.24\n"
"Report-Msgid-Bugs-To: pkg-cups-devel at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2005-12-17 13:23+0900\n"
+"POT-Creation-Date: 2006-03-29 14:05+0000\n"
"PO-Revision-Date: 2005-12-19 17:24+1030\n"
"Last-Translator: Clytie Siddall <clytie at riverland.net.au>\n"
"Language-Team: Vietnamese <gnomevi-list at lists.sourceforge.net>\n"
@@ -253,24 +253,6 @@
msgid "Please correct your input."
msgstr "Hãy sá»a dữ liá»u gõ."
-#. 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, song song, scsi, ná»i tiếp, á» cắm, usb"
More information about the Pkg-cups-devel
mailing list