[Pkg-kbd-commit] r222 - in people/zinoviev/console-setup/debian: .
po
Anton Zinoviev
zinoviev at costa.debian.org
Thu Oct 19 21:42:22 UTC 2006
Author: zinoviev
Date: 2006-10-19 21:42:21 +0000 (Thu, 19 Oct 2006)
New Revision: 222
Modified:
people/zinoviev/console-setup/debian/changelog
people/zinoviev/console-setup/debian/config.proto
people/zinoviev/console-setup/debian/console-setup.postinst
people/zinoviev/console-setup/debian/console-setup.templates
people/zinoviev/console-setup/debian/po/bg.po
people/zinoviev/console-setup/debian/po/cs.po
people/zinoviev/console-setup/debian/po/fr.po
people/zinoviev/console-setup/debian/po/templates.pot
people/zinoviev/console-setup/debian/po/tr.po
people/zinoviev/console-setup/debian/rules
Log:
console-setup: user-friendly choices in the codeset debconf question; 1.9 is stil unreleased
Modified: people/zinoviev/console-setup/debian/changelog
===================================================================
--- people/zinoviev/console-setup/debian/changelog 2006-10-18 19:31:29 UTC (rev 221)
+++ people/zinoviev/console-setup/debian/changelog 2006-10-19 21:42:21 UTC (rev 222)
@@ -12,9 +12,10 @@
- console-setup-mini should not ask questions in debconf for the encoding
since only UTF-8 is supported.
- make the purpose of the codeset question clearer.
+ * Use user-friendly choices in the codeset question.
* Updated Bulgarian translation of the templates.
- -- Anton Zinoviev <zinoviev at debian.org> Wed, 18 Oct 2006 22:30:55 +0300
+ -- Anton Zinoviev <zinoviev at debian.org> Wed, 18 Oct 2006 22:31:50 +0300
console-setup (1.8) unstable; urgency=low
Modified: people/zinoviev/console-setup/debian/config.proto
===================================================================
--- people/zinoviev/console-setup/debian/config.proto 2006-10-18 19:31:29 UTC (rev 221)
+++ people/zinoviev/console-setup/debian/config.proto 2006-10-19 21:42:21 UTC (rev 222)
@@ -95,6 +95,28 @@
# ...
# variant*it*nodeadkeys*Eliminate dead keys'
+## CODESETS ##
+
+codesets='Arabic*.Arabic
+Armenian*Armenian
+CyrKoi*Cyrillic - KOI8-R and KOI8-U
+CyrAsia*Cyrillic - non-Slavic languages
+CyrSlav*Cyrillic - Slavic languages (also Bosnian and Serbian Latin)
+Ethiopian*.Ethiopic
+Georgian*Georgian
+Greek*Greek
+Hebrew*Hebrew
+Lao*Lao
+Lat15*Latin1 and Latin5 - western Europe and Turkic languages
+Lat2*Latin2 - central Europe and Romanian
+Lat38*Latin3 and Latin8 - Chichewa; Esperanto; Irish; Maltese and Welsh
+Lat7*Latin7 - Lithuanian; Latvian; Maori and Marshallese
+Vietnamese*.Latin - Vietnamese
+Thai*Thai
+Uni1*.Combined - Latin; Slavic Cyrillic; Hebrew; basic Arabic
+Uni2*.Combined - Latin; Slavic Cyrillic; Greek
+Uni3*.Combined - Latin; Slavic and non-Slavic Cyrillic'
+
db_capb backup
# Set default value for a question only if it is not seen by the user
@@ -237,6 +259,18 @@
uniq
}
+decode_codeset () {
+ echo "$codesets" | \
+ grep -F "$**" | \
+ sed 's/.*[*]//'
+}
+
+encode_codeset () {
+ echo "$codesets" | \
+ grep -F "*$*" | \
+ sed 's/[*].*//'
+}
+
if which locale >/dev/null; then
eval `locale`
fi
@@ -652,8 +686,8 @@
;;
esac
+default_codeset="`decode_codeset $default_codeset`"
-
default_layout=''
default_variant=''
layout_priority=critical
@@ -1078,11 +1112,12 @@
default_ttys="$ACTIVE_CONSOLES"
default_charmap="$CHARMAP"
- default_codeset="$CODESET"
default_fontface="$FONTFACE"
default_fontsize="$FONTSIZE"
default_model="$XKBMODEL"
+ default_codeset="`decode_codeset $CODESET`"
+
case "$XKBLAYOUT" in
# TODO: make s.t. to not forget to update this list
cs,cs|us,am|us,ara|us,ben|us,bd|us,bg|us,bt|us,by|us,deva|us,ge|us,gh|us,gr|us,guj|us,guru|us,il|us,in|us,ir|us,iku|us,jp|us,kan|us,kh|us,la|us,lao|us,lk|us,mk|us,mm|us,mn|us,mv|us,mal|us,ori|us,pk|us,ru|us,scc|us,sy|us,syr|us,tel|us,th|us,tj|us,tam|us,ua|us,uz)
@@ -1553,12 +1588,13 @@
db_default console-setup/codeset "$default_codeset"
db_input $codeset_priority console-setup/codeset || true
if db_go; then
+ db_get console-setup/codeset
+ codeset="`encode_codeset $RET`"
+ db_set console-setup/codesetcode "$codeset"
STATE=$(($STATE + 1))
else
STATE=$(($STATE - 1))
fi
- db_get console-setup/codeset
- codeset=$RET
;;
7)
fontfaces=`available_fontfaces`
Modified: people/zinoviev/console-setup/debian/console-setup.postinst
===================================================================
--- people/zinoviev/console-setup/debian/console-setup.postinst 2006-10-18 19:31:29 UTC (rev 221)
+++ people/zinoviev/console-setup/debian/console-setup.postinst 2006-10-19 21:42:21 UTC (rev 222)
@@ -36,7 +36,7 @@
if [ "$1" = "configure" ]; then
- db_get console-setup/codeset
+ db_get console-setup/codesetcode
codeset="$RET"
db_get console-setup/fontface
fontface="$RET"
Modified: people/zinoviev/console-setup/debian/console-setup.templates
===================================================================
--- people/zinoviev/console-setup/debian/console-setup.templates 2006-10-18 19:31:29 UTC (rev 221)
+++ people/zinoviev/console-setup/debian/console-setup.templates 2006-10-19 21:42:21 UTC (rev 222)
@@ -1,27 +1,10 @@
Template: console-setup/codeset
Type: select
-# I am not sure if these should be translated. They correspond
-# directly to the font file names and are documented in README files.
-Choices: Arabic, Armenian, CyrAsia, CyrKoi, CyrSlav, Ethiopian, Georgian, Greek, Hebrew, Lao, Lat15, Lat2, Lat38, Lat7, Thai, Uni1, Uni2, Uni3, Vietnamese
-Default: Uni1
-# The languages with many non-ASCII letters should not use formated
-# list. In you decide to use formated list keep the lines relatively short.
-_Description: Which set of characters should be supported by the console font?
- If you don't use framebuffer, any one of the following sets of
- characters will reduce the number of the available colours on the
- console: Arabic, Ethiopian, Vietnamese, Uni1, Uni2 and Uni3.
- .
- Legend for some of the available sets:
- .
- - Lat15 supports the Latin1 and Latin5 languages (western Europe, Turkish)
- - Lat2 supports the Latin2 languages (central Europa, Romanian)
- - Lat38 supports Chichewa, Esperanto, Irish, Maltese and Welsh.
- - Lat7 supports Lithuanian, Latvian, Maori and Marshallese.
- - CyrSlav supports the Slavic Cyrillic languages and Serbian Latin
- - Uni1 supports most of the Latin languages, the Slavic
- Cyrillic languages, Hebrew and barely Arabic;
- - Uni2 supports most of the Latin languages, Slavic Cyrillic, Greek;
- - Uni3 supports most of the Latin and Cyrillic languages.
+__Choices: .Arabic, Armenian, Cyrillic - KOI8-R and KOI8-U, Cyrillic - non-Slavic languages, Cyrillic - Slavic languages (also Bosnian and Serbian Latin), .Ethiopic, Georgian, Greek, Hebrew, Lao, Latin1 and Latin5 - western Europe and Turkic languages, Latin2 - central Europe and Romanian, Latin3 and Latin8 - Chichewa; Esperanto; Irish; Maltese and Welsh, Latin7 - Lithuanian; Latvian; Maori and Marshallese, .Latin - Vietnamese, Thai, .Combined - Latin; Slavic Cyrillic; Hebrew; basic Arabic, .Combined - Latin; Slavic Cyrillic; Greek, .Combined - Latin; Slavic and non-Slavic Cyrillic
+Default: .Combined: Latin; Slavic Cyrillic; Hebrew; basic Arabic
+_Description: Set of characters that should be supported by the console font:
+ If you don't use framebuffer the choices that start with dot will
+ reduce the number of the available colors on the console.
Template: console-setup/model
Type: select
@@ -193,3 +176,9 @@
Type: string
Default: this default value is completely ignored
Description: for internal use
+
+Template: console-setup/codesetcode
+Type: string
+Default: this default value is completely ignored
+Description: for internal use
+
Modified: people/zinoviev/console-setup/debian/po/bg.po
===================================================================
--- people/zinoviev/console-setup/debian/po/bg.po 2006-10-18 19:31:29 UTC (rev 221)
+++ people/zinoviev/console-setup/debian/po/bg.po 2006-10-19 21:42:21 UTC (rev 222)
@@ -7,8 +7,8 @@
msgstr ""
"Project-Id-Version: console-setup\n"
"Report-Msgid-Bugs-To: pkg-kbd-devel at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2006-10-18 22:28+0300\n"
-"PO-Revision-Date: 2006-10-18 22:27+0300\n"
+"POT-Creation-Date: 2006-10-20 00:36+0300\n"
+"PO-Revision-Date: 2006-10-20 00:36+0300\n"
"Last-Translator: Anton Zinoviev <zinoviev at debian.org>\n"
"Language-Team: BULGARIAN <dict at fsa-bg.org>\n"
"MIME-Version: 1.0\n"
@@ -16,60 +16,134 @@
"Content-Transfer-Encoding: 8bit\n"
#. Type: select
-#. Description
-#. The languages with many non-ASCII letters should not use formated
-#. list. In you decide to use formated list keep the lines relatively short.
+#. Choices
#: ../console-setup.templates:1001
-msgid "Which set of characters should be supported by the console font?"
-msgstr ""
-"ÐÐ¾Ñ ÑÑвкÑпноÑÑ Ð¾Ñ Ð¿Ð¸Ñмени знаÑи ÑÑÑбва да Ñе поддÑÑжа Ð¾Ñ ÐºÐ¾Ð½Ð·Ð¾Ð»Ð½Ð¸Ñ ÑÑиÑÑ?"
+msgid ".Arabic"
+msgstr ".аÑабÑки"
#. Type: select
-#. Description
-#. The languages with many non-ASCII letters should not use formated
-#. list. In you decide to use formated list keep the lines relatively short.
+#. Choices
#: ../console-setup.templates:1001
-msgid ""
-"If you don't use framebuffer, any one of the following sets of characters "
-"will reduce the number of the available colours on the console: Arabic, "
-"Ethiopian, Vietnamese, Uni1, Uni2 and Uni3."
-msgstr ""
-"Ðко не използваÑе ÑÑеймбÑÑеÑ, вÑÑка една Ð¾Ñ ÑледниÑе ÑÑвкÑпноÑÑи Ð¾Ñ Ð¿Ð¸Ñмени "
-"знаÑи Ñе доведе до намален бÑой вÑзможни ÑвеÑове на конзолаÑа: Arabic, "
-"Ethiopian, Vietnamese, Uni1, Uni2 и Uni3."
+msgid "Armenian"
+msgstr ".аÑменÑки"
#. Type: select
-#. Description
-#. The languages with many non-ASCII letters should not use formated
-#. list. In you decide to use formated list keep the lines relatively short.
+#. Choices
#: ../console-setup.templates:1001
-msgid "Legend for some of the available sets:"
-msgstr "Ðегенда за нÑкои Ð¾Ñ Ð¿ÑедлаганиÑе ÑÑвкÑпноÑÑи пиÑмени знаÑи:"
+msgid "Cyrillic - KOI8-R and KOI8-U"
+msgstr "киÑилиÑа - KOI8-R и KOI8-U"
#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid "Cyrillic - non-Slavic languages"
+msgstr "киÑилиÑа - неÑлавÑнÑки езиÑи"
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid "Cyrillic - Slavic languages (also Bosnian and Serbian Latin)"
+msgstr "киÑилиÑа - ÑлавÑнÑки езиÑи (вкл. боÑненÑка и ÑÑÑбÑка лаÑиниÑа)"
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid ".Ethiopic"
+msgstr ".еÑиопÑки"
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid "Georgian"
+msgstr "гÑÑзинÑки"
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid "Greek"
+msgstr "гÑÑÑки"
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid "Hebrew"
+msgstr "евÑейÑки"
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid "Lao"
+msgstr "лао"
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid "Latin1 and Latin5 - western Europe and Turkic languages"
+msgstr "Latin1 и Latin5 - западна ÐвÑопа и ÑÑÑкÑки езиÑи"
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid "Latin2 - central Europe and Romanian"
+msgstr "Latin2 - ÑенÑÑална ÐвÑопа и ÑÑмÑнÑки"
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid "Latin3 and Latin8 - Chichewa; Esperanto; Irish; Maltese and Welsh"
+msgstr "Latin3 и Latin8 - ниÑнджа; еÑпеÑанÑо; иÑландÑки; малÑийÑки; ÑелÑки"
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid "Latin7 - Lithuanian; Latvian; Maori and Marshallese"
+msgstr "Latin7 - лиÑовÑки; лаÑвийÑки; маоÑÑки; маÑÑалÑки"
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid ".Latin - Vietnamese"
+msgstr ".Latin - виеÑнамÑки"
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid "Thai"
+msgstr "ÑайÑки"
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid ".Combined - Latin; Slavic Cyrillic; Hebrew; basic Arabic"
+msgstr ".комбиниÑана - лаÑиниÑа; ÑлавÑнÑка киÑилиÑа; евÑейÑки; базов аÑабÑки"
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid ".Combined - Latin; Slavic Cyrillic; Greek"
+msgstr ".комбиниÑана - лаÑиниÑа; ÑлавÑнÑка киÑилиÑа; гÑÑÑки"
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid ".Combined - Latin; Slavic and non-Slavic Cyrillic"
+msgstr ".комбиниÑана - лаÑиниÑа; ÑлавÑнÑка и неÑлавÑнÑка киÑилиÑа"
+
+#. Type: select
#. Description
-#. The languages with many non-ASCII letters should not use formated
-#. list. In you decide to use formated list keep the lines relatively short.
-#: ../console-setup.templates:1001
+#: ../console-setup.templates:1002
+msgid "Set of characters that should be supported by the console font:"
+msgstr "СÑвкÑпноÑÑ Ð¾Ñ Ð¿Ð¸Ñмени знаÑи, коÑÑо ÑÑÑбва да Ñе поддÑÑжа на конзолаÑа:"
+
+#. Type: select
+#. Description
+#: ../console-setup.templates:1002
msgid ""
-" - Lat15 supports the Latin1 and Latin5 languages (western Europe, Turkish)\n"
-" - Lat2 supports the Latin2 languages (central Europa, Romanian)\n"
-" - Lat38 supports Chichewa, Esperanto, Irish, Maltese and Welsh.\n"
-" - Lat7 supports Lithuanian, Latvian, Maori and Marshallese.\n"
-" - CyrSlav supports the Slavic Cyrillic languages and Serbian Latin\n"
-" - Uni1 supports most of the Latin languages, the Slavic\n"
-" Cyrillic languages, Hebrew and barely Arabic;\n"
-" - Uni2 supports most of the Latin languages, Slavic Cyrillic, Greek;\n"
-" - Uni3 supports most of the Latin and Cyrillic languages."
+"If you don't use framebuffer the choices that start with dot will reduce the "
+"number of the available colors on the console."
msgstr ""
-"Lat15 поддÑÑжа Ñ.н. Latin1- и Latin5-езиÑи (западноевÑопейÑкиÑе и ÑÑÑÑки); "
-"Lat2 поддÑÑжа ÑенÑÑалноевÑопейÑкиÑе лаÑинÑки езиÑи и ÑÑмÑнÑки; Lat38 "
-"поддÑÑжа ниÑнджа, еÑпеÑанÑо, иÑландÑки, малÑийÑки и ÑелÑки; Lat7 поддÑÑжа "
-"лиÑовÑки, лаÑвийÑки, маоÑÑки и маÑÑалÑки; CyrSlav поддÑÑжа ÑлавÑнÑкиÑе "
-"киÑилÑки езиÑи и ÑÑÑбÑкаÑа лаÑиниÑа; Uni1 поддÑÑжа повеÑеÑо лаÑинÑки езиÑи, "
-"ÑлавÑнÑкиÑе киÑилÑки езиÑи, ивÑÐ¸Ñ Ð¸ донÑкÑде аÑабÑки; Uni2 поддÑÑжа повеÑеÑо "
-"лаÑинÑки езиÑи, ÑлавÑнÑкиÑе киÑилÑки езиÑи и гÑÑÑки; Uni3 поддÑÑжа повеÑеÑо "
-"лаÑинÑки и киÑилÑки езиÑи."
+"Ðко не използваÑе ÑÑеймбÑÑеÑ, ваÑианÑиÑе, коиÑо запоÑÐ²Ð°Ñ Ñ ÑоÑка Ñе намалÑÑ "
+"бÑÐ¾Ñ Ð²Ñзможни ÑвеÑове на конзолаÑа."
#. Type: select
#. Description
@@ -557,6 +631,30 @@
"ÑежимÑÑ Ð½Ðµ е âУникодâ, Ñо незавиÑимо какво Ñе избеÑеÑе ÑÑк, Ñе може да "
"използваÑе ÑÑÑо комбинаÑиÑÑа Alt+ÑоÑка каÑо ÐºÐ»Ð°Ð²Ð¸Ñ âComposeâ."
+#~ msgid "Legend for some of the available sets:"
+#~ msgstr "Ðегенда за нÑкои Ð¾Ñ Ð¿ÑедлаганиÑе ÑÑвкÑпноÑÑи пиÑмени знаÑи:"
+
+#~ msgid ""
+#~ " - Lat15 supports the Latin1 and Latin5 languages (western Europe, "
+#~ "Turkish)\n"
+#~ " - Lat2 supports the Latin2 languages (central Europa, Romanian)\n"
+#~ " - Lat38 supports Chichewa, Esperanto, Irish, Maltese and Welsh.\n"
+#~ " - Lat7 supports Lithuanian, Latvian, Maori and Marshallese.\n"
+#~ " - CyrSlav supports the Slavic Cyrillic languages and Serbian Latin\n"
+#~ " - Uni1 supports most of the Latin languages, the Slavic\n"
+#~ " Cyrillic languages, Hebrew and barely Arabic;\n"
+#~ " - Uni2 supports most of the Latin languages, Slavic Cyrillic, Greek;\n"
+#~ " - Uni3 supports most of the Latin and Cyrillic languages."
+#~ msgstr ""
+#~ "Lat15 поддÑÑжа Ñ.н. Latin1- и Latin5-езиÑи (западноевÑопейÑкиÑе и "
+#~ "ÑÑÑÑки); Lat2 поддÑÑжа ÑенÑÑалноевÑопейÑкиÑе лаÑинÑки езиÑи и ÑÑмÑнÑки; "
+#~ "Lat38 поддÑÑжа ниÑнджа, еÑпеÑанÑо, иÑландÑки, малÑийÑки и ÑелÑки; Lat7 "
+#~ "поддÑÑжа лиÑовÑки, лаÑвийÑки, маоÑÑки и маÑÑалÑки; CyrSlav поддÑÑжа "
+#~ "ÑлавÑнÑкиÑе киÑилÑки езиÑи и ÑÑÑбÑкаÑа лаÑиниÑа; Uni1 поддÑÑжа повеÑеÑо "
+#~ "лаÑинÑки езиÑи, ÑлавÑнÑкиÑе киÑилÑки езиÑи, ивÑÐ¸Ñ Ð¸ донÑкÑде аÑабÑки; "
+#~ "Uni2 поддÑÑжа повеÑеÑо лаÑинÑки езиÑи, ÑлавÑнÑкиÑе киÑилÑки езиÑи и "
+#~ "гÑÑÑки; Uni3 поддÑÑжа повеÑеÑо лаÑинÑки и киÑилÑки езиÑи."
+
#~ msgid "Codeset for your language environment:"
#~ msgstr "ÐÐ°Ð±Ð¾Ñ Ð·Ð½Ð°Ñи за ваÑаÑа езикова ÑÑеда:"
Modified: people/zinoviev/console-setup/debian/po/cs.po
===================================================================
--- people/zinoviev/console-setup/debian/po/cs.po 2006-10-18 19:31:29 UTC (rev 221)
+++ people/zinoviev/console-setup/debian/po/cs.po 2006-10-19 21:42:21 UTC (rev 222)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: console-setup\n"
"Report-Msgid-Bugs-To: pkg-kbd-devel at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2006-10-18 22:28+0300\n"
+"POT-Creation-Date: 2006-10-20 00:36+0300\n"
"PO-Revision-Date: 2006-04-01 15:42+0200\n"
"Last-Translator: Miroslav Kure <kurem at debian.cz>\n"
"Language-Team: Czech <debian-l10n-czech at lists.debian.org>\n"
@@ -16,62 +16,132 @@
"Content-Transfer-Encoding: 8bit\n"
#. Type: select
-#. Description
-#. The languages with many non-ASCII letters should not use formated
-#. list. In you decide to use formated list keep the lines relatively short.
+#. Choices
#: ../console-setup.templates:1001
-msgid "Which set of characters should be supported by the console font?"
+msgid ".Arabic"
msgstr ""
#. Type: select
-#. Description
-#. The languages with many non-ASCII letters should not use formated
-#. list. In you decide to use formated list keep the lines relatively short.
+#. Choices
#: ../console-setup.templates:1001
-msgid ""
-"If you don't use framebuffer, any one of the following sets of characters "
-"will reduce the number of the available colours on the console: Arabic, "
-"Ethiopian, Vietnamese, Uni1, Uni2 and Uni3."
+msgid "Armenian"
msgstr ""
#. Type: select
-#. Description
-#. The languages with many non-ASCII letters should not use formated
-#. list. In you decide to use formated list keep the lines relatively short.
+#. Choices
#: ../console-setup.templates:1001
-msgid "Legend for some of the available sets:"
+msgid "Cyrillic - KOI8-R and KOI8-U"
msgstr ""
#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid "Cyrillic - non-Slavic languages"
+msgstr ""
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid "Cyrillic - Slavic languages (also Bosnian and Serbian Latin)"
+msgstr ""
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid ".Ethiopic"
+msgstr ""
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid "Georgian"
+msgstr ""
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid "Greek"
+msgstr ""
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid "Hebrew"
+msgstr ""
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid "Lao"
+msgstr ""
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid "Latin1 and Latin5 - western Europe and Turkic languages"
+msgstr ""
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid "Latin2 - central Europe and Romanian"
+msgstr ""
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid "Latin3 and Latin8 - Chichewa; Esperanto; Irish; Maltese and Welsh"
+msgstr ""
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid "Latin7 - Lithuanian; Latvian; Maori and Marshallese"
+msgstr ""
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid ".Latin - Vietnamese"
+msgstr ""
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid "Thai"
+msgstr ""
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid ".Combined - Latin; Slavic Cyrillic; Hebrew; basic Arabic"
+msgstr ""
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid ".Combined - Latin; Slavic Cyrillic; Greek"
+msgstr ""
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid ".Combined - Latin; Slavic and non-Slavic Cyrillic"
+msgstr ""
+
+#. Type: select
#. Description
-#. The languages with many non-ASCII letters should not use formated
-#. list. In you decide to use formated list keep the lines relatively short.
-#: ../console-setup.templates:1001
-#, fuzzy
+#: ../console-setup.templates:1002
+msgid "Set of characters that should be supported by the console font:"
+msgstr ""
+
+#. Type: select
+#. Description
+#: ../console-setup.templates:1002
msgid ""
-" - Lat15 supports the Latin1 and Latin5 languages (western Europe, Turkish)\n"
-" - Lat2 supports the Latin2 languages (central Europa, Romanian)\n"
-" - Lat38 supports Chichewa, Esperanto, Irish, Maltese and Welsh.\n"
-" - Lat7 supports Lithuanian, Latvian, Maori and Marshallese.\n"
-" - CyrSlav supports the Slavic Cyrillic languages and Serbian Latin\n"
-" - Uni1 supports most of the Latin languages, the Slavic\n"
-" Cyrillic languages, Hebrew and barely Arabic;\n"
-" - Uni2 supports most of the Latin languages, Slavic Cyrillic, Greek;\n"
-" - Uni3 supports most of the Latin and Cyrillic languages."
+"If you don't use framebuffer the choices that start with dot will reduce the "
+"number of the available colors on the console."
msgstr ""
-" - Lat15 pokrývá ISO 8859-1, ISO 8859-15 a ISO 8859-9;\n"
-" - Lat2 pokrývá ISO 8859-2, symbol Euro a rumunská\n"
-" pÃsmena s teÄkou pod pÃsmenem;\n"
-" - Lat38 pokrývá ISO 8859-3 a ISO 8859-13;\n"
-" - Lat7 pokrývá ISO 8859-13;\n"
-" - CyrSlav pokrývá jak pÃsmena slovanské azbuky, tak\n"
-" srbskou latinku;\n"
-" - Uni1 podporuje vÄtÅ¡inu latinky, slovanskou azbuku,\n"
-" hebrejÅ¡tinu a chatrnÄ arabÅ¡tinu;\n"
-" - Uni2 podporuje vÄtÅ¡inu latinky, slovanskou azbuku\n"
-" a ÅeÄtinu;\n"
-" - Uni3 podporuje vÄtÅ¡inu jazyků pÃÅ¡ÃcÃch latinkou\n"
-" a azbukou."
#. Type: select
#. Description
@@ -548,5 +618,32 @@
"Nezávisle na tom, co zde vyberete, můžete vždy mÃsto klávesy Compose použÃt "
"kombinaci Alt+teÄka (tedy pouze pokud nepoužÃváte režim unicode)."
+#, fuzzy
+#~ msgid ""
+#~ " - Lat15 supports the Latin1 and Latin5 languages (western Europe, "
+#~ "Turkish)\n"
+#~ " - Lat2 supports the Latin2 languages (central Europa, Romanian)\n"
+#~ " - Lat38 supports Chichewa, Esperanto, Irish, Maltese and Welsh.\n"
+#~ " - Lat7 supports Lithuanian, Latvian, Maori and Marshallese.\n"
+#~ " - CyrSlav supports the Slavic Cyrillic languages and Serbian Latin\n"
+#~ " - Uni1 supports most of the Latin languages, the Slavic\n"
+#~ " Cyrillic languages, Hebrew and barely Arabic;\n"
+#~ " - Uni2 supports most of the Latin languages, Slavic Cyrillic, Greek;\n"
+#~ " - Uni3 supports most of the Latin and Cyrillic languages."
+#~ msgstr ""
+#~ " - Lat15 pokrývá ISO 8859-1, ISO 8859-15 a ISO 8859-9;\n"
+#~ " - Lat2 pokrývá ISO 8859-2, symbol Euro a rumunská\n"
+#~ " pÃsmena s teÄkou pod pÃsmenem;\n"
+#~ " - Lat38 pokrývá ISO 8859-3 a ISO 8859-13;\n"
+#~ " - Lat7 pokrývá ISO 8859-13;\n"
+#~ " - CyrSlav pokrývá jak pÃsmena slovanské azbuky, tak\n"
+#~ " srbskou latinku;\n"
+#~ " - Uni1 podporuje vÄtÅ¡inu latinky, slovanskou azbuku,\n"
+#~ " hebrejÅ¡tinu a chatrnÄ arabÅ¡tinu;\n"
+#~ " - Uni2 podporuje vÄtÅ¡inu latinky, slovanskou azbuku\n"
+#~ " a ÅeÄtinu;\n"
+#~ " - Uni3 podporuje vÄtÅ¡inu jazyků pÃÅ¡ÃcÃch latinkou\n"
+#~ " a azbukou."
+
#~ msgid "Codeset for your language environment:"
#~ msgstr "Znaková sada pro vaÅ¡e jazykové prostÅedÃ:"
Modified: people/zinoviev/console-setup/debian/po/fr.po
===================================================================
--- people/zinoviev/console-setup/debian/po/fr.po 2006-10-18 19:31:29 UTC (rev 221)
+++ people/zinoviev/console-setup/debian/po/fr.po 2006-10-19 21:42:21 UTC (rev 222)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: console-setup\n"
"Report-Msgid-Bugs-To: pkg-kbd-devel at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2006-10-18 22:28+0300\n"
+"POT-Creation-Date: 2006-10-20 00:36+0300\n"
"PO-Revision-Date: 2006-03-28 18:08+0200\n"
"Last-Translator: Jean-Luc Coulon (f5ibh) <jean-luc.coulon at wanadoo.fr>\n"
"Language-Team: French <debian-l10n-french at lists.debian.org>\n"
@@ -16,61 +16,132 @@
"Content-Transfer-Encoding: 8bit\n"
#. Type: select
-#. Description
-#. The languages with many non-ASCII letters should not use formated
-#. list. In you decide to use formated list keep the lines relatively short.
+#. Choices
#: ../console-setup.templates:1001
-msgid "Which set of characters should be supported by the console font?"
+msgid ".Arabic"
msgstr ""
#. Type: select
-#. Description
-#. The languages with many non-ASCII letters should not use formated
-#. list. In you decide to use formated list keep the lines relatively short.
+#. Choices
#: ../console-setup.templates:1001
-msgid ""
-"If you don't use framebuffer, any one of the following sets of characters "
-"will reduce the number of the available colours on the console: Arabic, "
-"Ethiopian, Vietnamese, Uni1, Uni2 and Uni3."
+msgid "Armenian"
msgstr ""
#. Type: select
-#. Description
-#. The languages with many non-ASCII letters should not use formated
-#. list. In you decide to use formated list keep the lines relatively short.
+#. Choices
#: ../console-setup.templates:1001
-msgid "Legend for some of the available sets:"
+msgid "Cyrillic - KOI8-R and KOI8-U"
msgstr ""
#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid "Cyrillic - non-Slavic languages"
+msgstr ""
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid "Cyrillic - Slavic languages (also Bosnian and Serbian Latin)"
+msgstr ""
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid ".Ethiopic"
+msgstr ""
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid "Georgian"
+msgstr ""
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid "Greek"
+msgstr ""
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid "Hebrew"
+msgstr ""
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid "Lao"
+msgstr ""
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid "Latin1 and Latin5 - western Europe and Turkic languages"
+msgstr ""
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid "Latin2 - central Europe and Romanian"
+msgstr ""
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid "Latin3 and Latin8 - Chichewa; Esperanto; Irish; Maltese and Welsh"
+msgstr ""
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid "Latin7 - Lithuanian; Latvian; Maori and Marshallese"
+msgstr ""
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid ".Latin - Vietnamese"
+msgstr ""
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid "Thai"
+msgstr ""
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid ".Combined - Latin; Slavic Cyrillic; Hebrew; basic Arabic"
+msgstr ""
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid ".Combined - Latin; Slavic Cyrillic; Greek"
+msgstr ""
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid ".Combined - Latin; Slavic and non-Slavic Cyrillic"
+msgstr ""
+
+#. Type: select
#. Description
-#. The languages with many non-ASCII letters should not use formated
-#. list. In you decide to use formated list keep the lines relatively short.
-#: ../console-setup.templates:1001
-#, fuzzy
+#: ../console-setup.templates:1002
+msgid "Set of characters that should be supported by the console font:"
+msgstr ""
+
+#. Type: select
+#. Description
+#: ../console-setup.templates:1002
msgid ""
-" - Lat15 supports the Latin1 and Latin5 languages (western Europe, Turkish)\n"
-" - Lat2 supports the Latin2 languages (central Europa, Romanian)\n"
-" - Lat38 supports Chichewa, Esperanto, Irish, Maltese and Welsh.\n"
-" - Lat7 supports Lithuanian, Latvian, Maori and Marshallese.\n"
-" - CyrSlav supports the Slavic Cyrillic languages and Serbian Latin\n"
-" - Uni1 supports most of the Latin languages, the Slavic\n"
-" Cyrillic languages, Hebrew and barely Arabic;\n"
-" - Uni2 supports most of the Latin languages, Slavic Cyrillic, Greek;\n"
-" - Uni3 supports most of the Latin and Cyrillic languages."
+"If you don't use framebuffer the choices that start with dot will reduce the "
+"number of the available colors on the console."
msgstr ""
-" - Lat15 couvre ISO 8859-1, ISO 8859-15 et ISO 8859-9 ;\n"
-" - Lat2 couvre ISO 8859-2, le symbole Euro ainsi que les\n"
-" lettres de l'alphabet roumain avec cédille ;\n"
-" - Lat38 couvre ISO 8859-3 et ISO 8859-13 ;\n"
-" - Lat7 couvre ISO 8859-13 ;\n"
-" - CyrSlav couvre les lettres cyrilliques slaves mais\n"
-" aussi les lettres latines serbes ;\n"
-" - Uni1 gère la plupart des langues latines, les langues\n"
-" cyrilliques slaves, l'hébreu et à peine l'arabe ;\n"
-" - Uni2 gère la plupart des langues latines, les langues\n"
-" cyrilliques slaves et le grec ;\n"
-" - Uni3 gère la plupart des langues latines et cyrilliques."
#. Type: select
#. Description
@@ -569,6 +640,32 @@
"vous avez choisi ici, vous pouvez toujours utiliser la combinaison Alt + "
"point comme touche « compose »."
+#, fuzzy
+#~ msgid ""
+#~ " - Lat15 supports the Latin1 and Latin5 languages (western Europe, "
+#~ "Turkish)\n"
+#~ " - Lat2 supports the Latin2 languages (central Europa, Romanian)\n"
+#~ " - Lat38 supports Chichewa, Esperanto, Irish, Maltese and Welsh.\n"
+#~ " - Lat7 supports Lithuanian, Latvian, Maori and Marshallese.\n"
+#~ " - CyrSlav supports the Slavic Cyrillic languages and Serbian Latin\n"
+#~ " - Uni1 supports most of the Latin languages, the Slavic\n"
+#~ " Cyrillic languages, Hebrew and barely Arabic;\n"
+#~ " - Uni2 supports most of the Latin languages, Slavic Cyrillic, Greek;\n"
+#~ " - Uni3 supports most of the Latin and Cyrillic languages."
+#~ msgstr ""
+#~ " - Lat15 couvre ISO 8859-1, ISO 8859-15 et ISO 8859-9 ;\n"
+#~ " - Lat2 couvre ISO 8859-2, le symbole Euro ainsi que les\n"
+#~ " lettres de l'alphabet roumain avec cédille ;\n"
+#~ " - Lat38 couvre ISO 8859-3 et ISO 8859-13 ;\n"
+#~ " - Lat7 couvre ISO 8859-13 ;\n"
+#~ " - CyrSlav couvre les lettres cyrilliques slaves mais\n"
+#~ " aussi les lettres latines serbes ;\n"
+#~ " - Uni1 gère la plupart des langues latines, les langues\n"
+#~ " cyrilliques slaves, l'hébreu et à peine l'arabe ;\n"
+#~ " - Uni2 gère la plupart des langues latines, les langues\n"
+#~ " cyrilliques slaves et le grec ;\n"
+#~ " - Uni3 gère la plupart des langues latines et cyrilliques."
+
#~ msgid "Codeset for your language environment:"
#~ msgstr ""
#~ "Jeu de caractères correspondant à votre environnement linguistique :"
Modified: people/zinoviev/console-setup/debian/po/templates.pot
===================================================================
--- people/zinoviev/console-setup/debian/po/templates.pot 2006-10-18 19:31:29 UTC (rev 221)
+++ people/zinoviev/console-setup/debian/po/templates.pot 2006-10-19 21:42:21 UTC (rev 222)
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: pkg-kbd-devel at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2006-10-18 22:28+0300\n"
+"POT-Creation-Date: 2006-10-20 00:36+0300\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"
@@ -17,47 +17,131 @@
"Content-Transfer-Encoding: 8bit\n"
#. Type: select
-#. Description
-#. The languages with many non-ASCII letters should not use formated
-#. list. In you decide to use formated list keep the lines relatively short.
+#. Choices
#: ../console-setup.templates:1001
-msgid "Which set of characters should be supported by the console font?"
+msgid ".Arabic"
msgstr ""
#. Type: select
-#. Description
-#. The languages with many non-ASCII letters should not use formated
-#. list. In you decide to use formated list keep the lines relatively short.
+#. Choices
#: ../console-setup.templates:1001
-msgid ""
-"If you don't use framebuffer, any one of the following sets of characters "
-"will reduce the number of the available colours on the console: Arabic, "
-"Ethiopian, Vietnamese, Uni1, Uni2 and Uni3."
+msgid "Armenian"
msgstr ""
#. Type: select
-#. Description
-#. The languages with many non-ASCII letters should not use formated
-#. list. In you decide to use formated list keep the lines relatively short.
+#. Choices
#: ../console-setup.templates:1001
-msgid "Legend for some of the available sets:"
+msgid "Cyrillic - KOI8-R and KOI8-U"
msgstr ""
#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid "Cyrillic - non-Slavic languages"
+msgstr ""
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid "Cyrillic - Slavic languages (also Bosnian and Serbian Latin)"
+msgstr ""
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid ".Ethiopic"
+msgstr ""
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid "Georgian"
+msgstr ""
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid "Greek"
+msgstr ""
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid "Hebrew"
+msgstr ""
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid "Lao"
+msgstr ""
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid "Latin1 and Latin5 - western Europe and Turkic languages"
+msgstr ""
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid "Latin2 - central Europe and Romanian"
+msgstr ""
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid "Latin3 and Latin8 - Chichewa; Esperanto; Irish; Maltese and Welsh"
+msgstr ""
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid "Latin7 - Lithuanian; Latvian; Maori and Marshallese"
+msgstr ""
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid ".Latin - Vietnamese"
+msgstr ""
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid "Thai"
+msgstr ""
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid ".Combined - Latin; Slavic Cyrillic; Hebrew; basic Arabic"
+msgstr ""
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid ".Combined - Latin; Slavic Cyrillic; Greek"
+msgstr ""
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid ".Combined - Latin; Slavic and non-Slavic Cyrillic"
+msgstr ""
+
+#. Type: select
#. Description
-#. The languages with many non-ASCII letters should not use formated
-#. list. In you decide to use formated list keep the lines relatively short.
-#: ../console-setup.templates:1001
+#: ../console-setup.templates:1002
+msgid "Set of characters that should be supported by the console font:"
+msgstr ""
+
+#. Type: select
+#. Description
+#: ../console-setup.templates:1002
msgid ""
-" - Lat15 supports the Latin1 and Latin5 languages (western Europe, Turkish)\n"
-" - Lat2 supports the Latin2 languages (central Europa, Romanian)\n"
-" - Lat38 supports Chichewa, Esperanto, Irish, Maltese and Welsh.\n"
-" - Lat7 supports Lithuanian, Latvian, Maori and Marshallese.\n"
-" - CyrSlav supports the Slavic Cyrillic languages and Serbian Latin\n"
-" - Uni1 supports most of the Latin languages, the Slavic\n"
-" Cyrillic languages, Hebrew and barely Arabic;\n"
-" - Uni2 supports most of the Latin languages, Slavic Cyrillic, Greek;\n"
-" - Uni3 supports most of the Latin and Cyrillic languages."
+"If you don't use framebuffer the choices that start with dot will reduce the "
+"number of the available colors on the console."
msgstr ""
#. Type: select
Modified: people/zinoviev/console-setup/debian/po/tr.po
===================================================================
--- people/zinoviev/console-setup/debian/po/tr.po 2006-10-18 19:31:29 UTC (rev 221)
+++ people/zinoviev/console-setup/debian/po/tr.po 2006-10-19 21:42:21 UTC (rev 222)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: console-setup\n"
"Report-Msgid-Bugs-To: pkg-kbd-devel at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2006-10-18 22:28+0300\n"
+"POT-Creation-Date: 2006-10-20 00:36+0300\n"
"PO-Revision-Date: 2006-01-14 16:27+0200\n"
"Last-Translator: Recai OktaÅ <roktas at debian.org>\n"
"Language-Team: Debian L10n Turkish <debian-l10n-turkish at lists.debian.org>\n"
@@ -15,54 +15,132 @@
"Content-Transfer-Encoding: 8bit\n"
#. Type: select
-#. Description
-#. The languages with many non-ASCII letters should not use formated
-#. list. In you decide to use formated list keep the lines relatively short.
+#. Choices
#: ../console-setup.templates:1001
-msgid "Which set of characters should be supported by the console font?"
+msgid ".Arabic"
msgstr ""
#. Type: select
-#. Description
-#. The languages with many non-ASCII letters should not use formated
-#. list. In you decide to use formated list keep the lines relatively short.
+#. Choices
#: ../console-setup.templates:1001
-msgid ""
-"If you don't use framebuffer, any one of the following sets of characters "
-"will reduce the number of the available colours on the console: Arabic, "
-"Ethiopian, Vietnamese, Uni1, Uni2 and Uni3."
+msgid "Armenian"
msgstr ""
#. Type: select
-#. Description
-#. The languages with many non-ASCII letters should not use formated
-#. list. In you decide to use formated list keep the lines relatively short.
+#. Choices
#: ../console-setup.templates:1001
-msgid "Legend for some of the available sets:"
+msgid "Cyrillic - KOI8-R and KOI8-U"
msgstr ""
#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid "Cyrillic - non-Slavic languages"
+msgstr ""
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid "Cyrillic - Slavic languages (also Bosnian and Serbian Latin)"
+msgstr ""
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid ".Ethiopic"
+msgstr ""
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid "Georgian"
+msgstr ""
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid "Greek"
+msgstr ""
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid "Hebrew"
+msgstr ""
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid "Lao"
+msgstr ""
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid "Latin1 and Latin5 - western Europe and Turkic languages"
+msgstr ""
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid "Latin2 - central Europe and Romanian"
+msgstr ""
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid "Latin3 and Latin8 - Chichewa; Esperanto; Irish; Maltese and Welsh"
+msgstr ""
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid "Latin7 - Lithuanian; Latvian; Maori and Marshallese"
+msgstr ""
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid ".Latin - Vietnamese"
+msgstr ""
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid "Thai"
+msgstr ""
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid ".Combined - Latin; Slavic Cyrillic; Hebrew; basic Arabic"
+msgstr ""
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid ".Combined - Latin; Slavic Cyrillic; Greek"
+msgstr ""
+
+#. Type: select
+#. Choices
+#: ../console-setup.templates:1001
+msgid ".Combined - Latin; Slavic and non-Slavic Cyrillic"
+msgstr ""
+
+#. Type: select
#. Description
-#. The languages with many non-ASCII letters should not use formated
-#. list. In you decide to use formated list keep the lines relatively short.
-#: ../console-setup.templates:1001
-#, fuzzy
+#: ../console-setup.templates:1002
+msgid "Set of characters that should be supported by the console font:"
+msgstr ""
+
+#. Type: select
+#. Description
+#: ../console-setup.templates:1002
msgid ""
-" - Lat15 supports the Latin1 and Latin5 languages (western Europe, Turkish)\n"
-" - Lat2 supports the Latin2 languages (central Europa, Romanian)\n"
-" - Lat38 supports Chichewa, Esperanto, Irish, Maltese and Welsh.\n"
-" - Lat7 supports Lithuanian, Latvian, Maori and Marshallese.\n"
-" - CyrSlav supports the Slavic Cyrillic languages and Serbian Latin\n"
-" - Uni1 supports most of the Latin languages, the Slavic\n"
-" Cyrillic languages, Hebrew and barely Arabic;\n"
-" - Uni2 supports most of the Latin languages, Slavic Cyrillic, Greek;\n"
-" - Uni3 supports most of the Latin and Cyrillic languages."
+"If you don't use framebuffer the choices that start with dot will reduce the "
+"number of the available colors on the console."
msgstr ""
-"Lat15; ISO 8859-1, ISO 8859-15 ve ISO 8859-9 kümelerini içeriyor. Lat2; ISO "
-"8859-2, Avro simgesi ve çengelli harflere sahip Romanya harflerini "
-"içeriyor. Lat38, ISO 8859-3 ve ISO 8859-13; Lat7, ISO 8859-13 kümelerini "
-"içeriyor. CyrSlav ise sadece Slav Kril harflerini deÄil, aynı zamanda Sırp "
-"Latin harflerini de içeriyor."
#. Type: select
#. Description
@@ -545,6 +623,25 @@
"kullanabilirsiniz."
#, fuzzy
+#~ msgid ""
+#~ " - Lat15 supports the Latin1 and Latin5 languages (western Europe, "
+#~ "Turkish)\n"
+#~ " - Lat2 supports the Latin2 languages (central Europa, Romanian)\n"
+#~ " - Lat38 supports Chichewa, Esperanto, Irish, Maltese and Welsh.\n"
+#~ " - Lat7 supports Lithuanian, Latvian, Maori and Marshallese.\n"
+#~ " - CyrSlav supports the Slavic Cyrillic languages and Serbian Latin\n"
+#~ " - Uni1 supports most of the Latin languages, the Slavic\n"
+#~ " Cyrillic languages, Hebrew and barely Arabic;\n"
+#~ " - Uni2 supports most of the Latin languages, Slavic Cyrillic, Greek;\n"
+#~ " - Uni3 supports most of the Latin and Cyrillic languages."
+#~ msgstr ""
+#~ "Lat15; ISO 8859-1, ISO 8859-15 ve ISO 8859-9 kümelerini içeriyor. Lat2; "
+#~ "ISO 8859-2, Avro simgesi ve çengelli harflere sahip Romanya harflerini "
+#~ "içeriyor. Lat38, ISO 8859-3 ve ISO 8859-13; Lat7, ISO 8859-13 kümelerini "
+#~ "içeriyor. CyrSlav ise sadece Slav Kril harflerini deÄil, aynı zamanda "
+#~ "Sırp Latin harflerini de içeriyor."
+
+#, fuzzy
#~ msgid "Codeset for your language environment:"
#~ msgstr "KullandıÄınız dil için uygun karakter kümesi hangisi?"
Modified: people/zinoviev/console-setup/debian/rules
===================================================================
--- people/zinoviev/console-setup/debian/rules 2006-10-18 19:31:29 UTC (rev 221)
+++ people/zinoviev/console-setup/debian/rules 2006-10-19 21:42:21 UTC (rev 222)
@@ -43,6 +43,7 @@
.PHONY : clean
clean:
dh_testdir
+ debconf-updatepo
-$(MAKE) maintainer-clean
-rm -f build main_build
-rm -f debian/*.config
More information about the Pkg-kbd-commit
mailing list