mirror of
https://github.com/ukui/apt.git
synced 2026-03-09 09:35:45 -07:00
use only one xsl file (and therefore utf-8) for all languages
This commit is contained in:
@@ -16,7 +16,7 @@ INCLUDES = apt.ent
|
||||
# Do not use XMLTO, build the manpages directly with XSLTPROC
|
||||
ifdef XSLTPROC
|
||||
|
||||
STYLESHEET=./style.$(LC).xsl
|
||||
STYLESHEET=../manpage-style.xsl
|
||||
|
||||
LOCAL := po4a-manpage-$(firstword $(SOURCE))
|
||||
$(LOCAL)-LIST := $(SOURCE)
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
<xsl:stylesheet
|
||||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||
version="1.0">
|
||||
|
||||
<xsl:import href="/usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl" />
|
||||
|
||||
<xsl:param name="man.output.encoding" select="'ISO-8859-15'" />
|
||||
|
||||
</xsl:stylesheet>
|
||||
@@ -4,6 +4,6 @@
|
||||
|
||||
<xsl:import href="/usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl" />
|
||||
|
||||
<xsl:param name="man.output.encoding" select="'EUC-JP'" />
|
||||
<xsl:param name="man.output.encoding" select="'UTF-8'" />
|
||||
|
||||
</xsl:stylesheet>
|
||||
+1146
-937
File diff suppressed because it is too large
Load Diff
+1914
-1584
File diff suppressed because it is too large
Load Diff
+1397
-998
File diff suppressed because it is too large
Load Diff
+17
-17
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-08-21 11:35+0200\n"
|
||||
"POT-Creation-Date: 2009-09-09 15:01+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@@ -1388,7 +1388,7 @@ msgstr ""
|
||||
|
||||
#. Only warn if there are no sources.list.d.
|
||||
#. Only warn if there is no sources.list file.
|
||||
#: apt-inst/extract.cc:464 apt-pkg/contrib/configuration.cc:822
|
||||
#: apt-inst/extract.cc:464 apt-pkg/contrib/configuration.cc:843
|
||||
#: apt-pkg/contrib/cdromutl.cc:157 apt-pkg/sourcelist.cc:166
|
||||
#: apt-pkg/sourcelist.cc:172 apt-pkg/sourcelist.cc:327 apt-pkg/acquire.cc:419
|
||||
#: apt-pkg/init.cc:89 apt-pkg/init.cc:97 apt-pkg/clean.cc:33
|
||||
@@ -1908,80 +1908,80 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#. d means days, h means hours, min means minutes, s means seconds
|
||||
#: apt-pkg/contrib/strutl.cc:335
|
||||
#: apt-pkg/contrib/strutl.cc:346
|
||||
#, c-format
|
||||
msgid "%lid %lih %limin %lis"
|
||||
msgstr ""
|
||||
|
||||
#. h means hours, min means minutes, s means seconds
|
||||
#: apt-pkg/contrib/strutl.cc:342
|
||||
#: apt-pkg/contrib/strutl.cc:353
|
||||
#, c-format
|
||||
msgid "%lih %limin %lis"
|
||||
msgstr ""
|
||||
|
||||
#. min means minutes, s means seconds
|
||||
#: apt-pkg/contrib/strutl.cc:349
|
||||
#: apt-pkg/contrib/strutl.cc:360
|
||||
#, c-format
|
||||
msgid "%limin %lis"
|
||||
msgstr ""
|
||||
|
||||
#. s means seconds
|
||||
#: apt-pkg/contrib/strutl.cc:354
|
||||
#: apt-pkg/contrib/strutl.cc:365
|
||||
#, c-format
|
||||
msgid "%lis"
|
||||
msgstr ""
|
||||
|
||||
#: apt-pkg/contrib/strutl.cc:1029
|
||||
#: apt-pkg/contrib/strutl.cc:1040
|
||||
#, c-format
|
||||
msgid "Selection %s not found"
|
||||
msgstr ""
|
||||
|
||||
#: apt-pkg/contrib/configuration.cc:439
|
||||
#: apt-pkg/contrib/configuration.cc:458
|
||||
#, c-format
|
||||
msgid "Unrecognized type abbreviation: '%c'"
|
||||
msgstr ""
|
||||
|
||||
#: apt-pkg/contrib/configuration.cc:497
|
||||
#: apt-pkg/contrib/configuration.cc:516
|
||||
#, c-format
|
||||
msgid "Opening configuration file %s"
|
||||
msgstr ""
|
||||
|
||||
#: apt-pkg/contrib/configuration.cc:663
|
||||
#: apt-pkg/contrib/configuration.cc:684
|
||||
#, c-format
|
||||
msgid "Syntax error %s:%u: Block starts with no name."
|
||||
msgstr ""
|
||||
|
||||
#: apt-pkg/contrib/configuration.cc:682
|
||||
#: apt-pkg/contrib/configuration.cc:703
|
||||
#, c-format
|
||||
msgid "Syntax error %s:%u: Malformed tag"
|
||||
msgstr ""
|
||||
|
||||
#: apt-pkg/contrib/configuration.cc:699
|
||||
#: apt-pkg/contrib/configuration.cc:720
|
||||
#, c-format
|
||||
msgid "Syntax error %s:%u: Extra junk after value"
|
||||
msgstr ""
|
||||
|
||||
#: apt-pkg/contrib/configuration.cc:739
|
||||
#: apt-pkg/contrib/configuration.cc:760
|
||||
#, c-format
|
||||
msgid "Syntax error %s:%u: Directives can only be done at the top level"
|
||||
msgstr ""
|
||||
|
||||
#: apt-pkg/contrib/configuration.cc:746
|
||||
#: apt-pkg/contrib/configuration.cc:767
|
||||
#, c-format
|
||||
msgid "Syntax error %s:%u: Too many nested includes"
|
||||
msgstr ""
|
||||
|
||||
#: apt-pkg/contrib/configuration.cc:750 apt-pkg/contrib/configuration.cc:755
|
||||
#: apt-pkg/contrib/configuration.cc:771 apt-pkg/contrib/configuration.cc:776
|
||||
#, c-format
|
||||
msgid "Syntax error %s:%u: Included from here"
|
||||
msgstr ""
|
||||
|
||||
#: apt-pkg/contrib/configuration.cc:759
|
||||
#: apt-pkg/contrib/configuration.cc:780
|
||||
#, c-format
|
||||
msgid "Syntax error %s:%u: Unsupported directive '%s'"
|
||||
msgstr ""
|
||||
|
||||
#: apt-pkg/contrib/configuration.cc:810
|
||||
#: apt-pkg/contrib/configuration.cc:831
|
||||
#, c-format
|
||||
msgid "Syntax error %s:%u: Extra junk at end of file"
|
||||
msgstr ""
|
||||
|
||||
Reference in New Issue
Block a user