mirror of
https://github.com/mpv-player/mpv
synced 2025-01-03 21:42:18 +00:00
Partially revert r20940, we had some local modifications.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21644 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
2121e94480
commit
8c98723109
8
DOCS/xml/pl/html-chunk.xsl
Normal file
8
DOCS/xml/pl/html-chunk.xsl
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||
version="1.0">
|
||||
|
||||
<xsl:import href="../html-chunk.xsl"/>
|
||||
<xsl:include href="html-common.xsl"/>
|
||||
|
||||
</xsl:stylesheet>
|
15
DOCS/xml/pl/html-common.xsl
Normal file
15
DOCS/xml/pl/html-common.xsl
Normal file
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||
version="1.0">
|
||||
|
||||
<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>
|
8
DOCS/xml/pl/html-single.xsl
Normal file
8
DOCS/xml/pl/html-single.xsl
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||
version="1.0">
|
||||
|
||||
<xsl:import href="../html-single.xsl"/>
|
||||
<xsl:include href="html-common.xsl"/>
|
||||
|
||||
</xsl:stylesheet>
|
Loading…
Reference in New Issue
Block a user