1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-06 14:17:46 +00:00

Improve translation of autogenerated labels

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20457 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
torinthiel 2006-10-26 09:14:39 +00:00
parent 07a1fca254
commit 74b8002d64

View File

@ -5,5 +5,13 @@
<xsl:param name="chunker.output.encoding" select="'iso-8859-2'"/>
<xsl:output encoding="iso-8859-2"/>
<xsl:param name="local.l10n.xml" select="document('')"/>
<l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0">
<l:l10n language="pl">
<l:gentext key="NOTE" text="Informacja"/>
<l:gentext key="Note" text="Informacja"/>
<l:gentext key="note" text="Informacja"/>
</l:l10n>
</l:i18n>
</xsl:stylesheet>