summaryrefslogtreecommitdiffstats
path: root/kdoctools/customization/xsl
diff options
context:
space:
mode:
authortoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
committertoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
commitce4a32fe52ef09d8f5ff1dd22c001110902b60a2 (patch)
tree5ac38a06f3dde268dc7927dc155896926aaf7012 /kdoctools/customization/xsl
downloadtdelibs-ce4a32fe52ef09d8f5ff1dd22c001110902b60a2.tar.gz
tdelibs-ce4a32fe52ef09d8f5ff1dd22c001110902b60a2.zip
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdoctools/customization/xsl')
-rw-r--r--kdoctools/customization/xsl/README8
-rw-r--r--kdoctools/customization/xsl/ca.xml17
-rw-r--r--kdoctools/customization/xsl/cs.xml17
-rw-r--r--kdoctools/customization/xsl/da.xml17
-rw-r--r--kdoctools/customization/xsl/de.xml17
-rw-r--r--kdoctools/customization/xsl/el.xml17
-rw-r--r--kdoctools/customization/xsl/en.xml11
-rw-r--r--kdoctools/customization/xsl/es.xml17
-rw-r--r--kdoctools/customization/xsl/et.xml17
-rw-r--r--kdoctools/customization/xsl/fi.xml17
-rw-r--r--kdoctools/customization/xsl/fr.xml17
-rw-r--r--kdoctools/customization/xsl/hu.xml17
-rw-r--r--kdoctools/customization/xsl/it.xml17
-rw-r--r--kdoctools/customization/xsl/ja.xml17
-rw-r--r--kdoctools/customization/xsl/ko.xml17
-rw-r--r--kdoctools/customization/xsl/nl.xml17
-rw-r--r--kdoctools/customization/xsl/nn.xml17
-rw-r--r--kdoctools/customization/xsl/no.xml17
-rw-r--r--kdoctools/customization/xsl/pl.xml17
-rw-r--r--kdoctools/customization/xsl/pt.xml17
-rw-r--r--kdoctools/customization/xsl/pt_br.xml17
-rw-r--r--kdoctools/customization/xsl/ro.xml17
-rw-r--r--kdoctools/customization/xsl/ru.xml17
-rw-r--r--kdoctools/customization/xsl/sk.xml17
-rw-r--r--kdoctools/customization/xsl/sl.xml19
-rw-r--r--kdoctools/customization/xsl/sr.xml17
-rw-r--r--kdoctools/customization/xsl/sv.xml17
-rw-r--r--kdoctools/customization/xsl/zh_tw.xml19
28 files changed, 465 insertions, 0 deletions
diff --git a/kdoctools/customization/xsl/README b/kdoctools/customization/xsl/README
new file mode 100644
index 000000000..bfc50dedf
--- /dev/null
+++ b/kdoctools/customization/xsl/README
@@ -0,0 +1,8 @@
+This directory contains files used in the KDE customization
+of the DocBook XSL style sheets.
+
+For the time being however, it only contains as yet unused localisation code.
+
+We plan to have these file generated with the same procedure as the
+corresponding files in the docbook style sheets, if it doesn't require
+too much machinery.
diff --git a/kdoctools/customization/xsl/ca.xml b/kdoctools/customization/xsl/ca.xml
new file mode 100644
index 000000000..21c35ecf5
--- /dev/null
+++ b/kdoctools/customization/xsl/ca.xml
@@ -0,0 +1,17 @@
+<localization language="ca">
+<!-- Notes for translators:
+ 1. Do not translate `&...;' (unless you know the mechanism).
+ 2. In the strings ("..."), you can use the following notations, apart from Unicode,
+ ISO entities (e.g. &oacute;), slashed
+ ISO names (e.g. \latin-small-letter-o-with-acute;), or \U-XXXX
+ where X is an upper case hexadecimal, and XXXX is the Unicode
+ value for the character (e.g. \U-00F3).
+ -->
+<gentext key="Catalan" text="Catalan"/>
+<gentext key="Default" text="Default"/>
+<gentext key="Documentation.by" text="Documentation by"/>
+<gentext key="LastUpdated" text="Last updated"/>
+<gentext key="Version" text="Version"/>
+<gentext key="home-url" text="http://www.kde.org/"/>
+<gentext key="logo-alt" text="The K Desktop Environment Logo"/>
+</localization> \ No newline at end of file
diff --git a/kdoctools/customization/xsl/cs.xml b/kdoctools/customization/xsl/cs.xml
new file mode 100644
index 000000000..e1b66302a
--- /dev/null
+++ b/kdoctools/customization/xsl/cs.xml
@@ -0,0 +1,17 @@
+<localization language="cs">
+<!-- Notes for translators:
+ 1. Do not translate `&...;' (unless you know the mechanism).
+ 2. In the strings ("..."), you can use the following notations, apart from Unicode,
+ ISO entities (e.g. &oacute;), slashed
+ ISO names (e.g. \latin-small-letter-o-with-acute;), or \U-XXXX
+ where X is an upper case hexadecimal, and XXXX is the Unicode
+ value for the character (e.g. \U-00F3).
+ -->
+<gentext key="Czech" text="Czech"/>
+<gentext key="Default" text="Default"/>
+<gentext key="Documentation.by" text="Documentation by"/>
+<gentext key="LastUpdated" text="Last updated"/>
+<gentext key="Version" text="Version"/>
+<gentext key="home-url" text="http://www.kde.org/"/>
+<gentext key="logo-alt" text="The K Desktop Environment Logo"/>
+</localization> \ No newline at end of file
diff --git a/kdoctools/customization/xsl/da.xml b/kdoctools/customization/xsl/da.xml
new file mode 100644
index 000000000..cc47db671
--- /dev/null
+++ b/kdoctools/customization/xsl/da.xml
@@ -0,0 +1,17 @@
+<localization language="da">
+<!-- Notes for translators:
+ 1. Do not translate `&...;' (unless you know the mechanism).
+ 2. In the strings ("..."), you can use the following notations, apart from Unicode,
+ ISO entities (e.g. &oacute;), slashed
+ ISO names (e.g. \latin-small-letter-o-with-acute;), or \U-XXXX
+ where X is an upper case hexadecimal, and XXXX is the Unicode
+ value for the character (e.g. \U-00F3).
+ -->
+<gentext key="Danish" text="Dansk"/>
+<gentext key="Default" text="Standard"/>
+<gentext key="Documentation.by" text="Dokumentation ved"/>
+<gentext key="LastUpdated" text="Sidst opdateret"/>
+<gentext key="Version" text="Udgave"/>
+<gentext key="home-url" text="http://www.kde.org/"/>
+<gentext key="logo-alt" text="K skrivebordsmilj&oslash;-logo"/>
+</localization>
diff --git a/kdoctools/customization/xsl/de.xml b/kdoctools/customization/xsl/de.xml
new file mode 100644
index 000000000..f93b11ed9
--- /dev/null
+++ b/kdoctools/customization/xsl/de.xml
@@ -0,0 +1,17 @@
+<localization language="de">
+<!-- Notes for translators:
+ 1. Do not translate `&...;' (unless you know the mechanism).
+ 2. In the strings ("..."), you can use the following notations, apart from Unicode,
+ ISO entities (e.g. &oacute;), slashed
+ ISO names (e.g. \latin-small-letter-o-with-acute;), or \U-XXXX
+ where X is an upper case hexadecimal, and XXXX is the Unicode
+ value for the character (e.g. \U-00F3).
+ -->
+<gentext key="Default" text="Default"/>
+<gentext key="Documentation.by" text="Dokumentation von"/>
+<gentext key="German" text="Deutsch"/>
+<gentext key="LastUpdated" text="Zuletzt aktualisiert"/>
+<gentext key="Version" text="Version"/>
+<gentext key="home-url" text="http://www.kde.org/"/>
+<gentext key="logo-alt" text="The K Desktop Environment Logo"/>
+</localization> \ No newline at end of file
diff --git a/kdoctools/customization/xsl/el.xml b/kdoctools/customization/xsl/el.xml
new file mode 100644
index 000000000..93ebc2220
--- /dev/null
+++ b/kdoctools/customization/xsl/el.xml
@@ -0,0 +1,17 @@
+<localization language="el">
+<!-- Notes for translators:
+ 1. Do not translate `&...;' (unless you know the mechanism).
+ 2. In the strings ("..."), you can use the following notations, apart from Unicode,
+ ISO entities (e.g. &oacute;), slashed
+ ISO names (e.g. \latin-small-letter-o-with-acute;), or \U-XXXX
+ where X is an upper case hexadecimal, and XXXX is the Unicode
+ value for the character (e.g. \U-00F3).
+ -->
+<gentext key="Default" text="Default"/>
+<gentext key="Documentation.by" text="Documentation by"/>
+<gentext key="Greek" text="Elleniki"/>
+<gentext key="LastUpdated" text="Last updated"/>
+<gentext key="Version" text="Version"/>
+<gentext key="home-url" text="http://www.kde.org/"/>
+<gentext key="logo-alt" text="The K Desktop Environment Logo"/>
+</localization> \ No newline at end of file
diff --git a/kdoctools/customization/xsl/en.xml b/kdoctools/customization/xsl/en.xml
new file mode 100644
index 000000000..672e68bec
--- /dev/null
+++ b/kdoctools/customization/xsl/en.xml
@@ -0,0 +1,11 @@
+<localization language="en">
+<!-- Notes for translators:
+ Do not translate `&...;' (unless you know the mechanism).
+ -->
+<gentext key="Documentation.by" text="Documentation by"/>
+<gentext key="English" text="English"/>
+<gentext key="LastUpdated" text="Last updated"/>
+<gentext key="Version" text="Version"/>
+<!--<gentext key="home-url" text="http://www.kde.org/"/>-->
+<!--<gentext key="logo-alt" text="The K Desktop Environment Logo"/>-->
+</localization>
diff --git a/kdoctools/customization/xsl/es.xml b/kdoctools/customization/xsl/es.xml
new file mode 100644
index 000000000..de5ae4b3b
--- /dev/null
+++ b/kdoctools/customization/xsl/es.xml
@@ -0,0 +1,17 @@
+<localization language="es">
+<!-- Notes for translators:
+ 1. Do not translate `&...;' (unless you know the mechanism).
+ 2. In the strings ("..."), you can use the following notations, apart from Unicode,
+ ISO entities (e.g. &oacute;), slashed
+ ISO names (e.g. \latin-small-letter-o-with-acute;), or \U-XXXX
+ where X is an upper case hexadecimal, and XXXX is the Unicode
+ value for the character (e.g. \U-00F3).
+ -->
+<gentext key="Default" text="Default"/>
+<gentext key="Documentation.by" text="Documentation by"/>
+<gentext key="LastUpdated" text="Last updated"/>
+<gentext key="Spanish" text="Espaol"/>
+<gentext key="Version" text="Version"/>
+<gentext key="home-url" text="http://www.kde.org/"/>
+<gentext key="logo-alt" text="The K Desktop Environment Logo"/>
+</localization> \ No newline at end of file
diff --git a/kdoctools/customization/xsl/et.xml b/kdoctools/customization/xsl/et.xml
new file mode 100644
index 000000000..4fce8a286
--- /dev/null
+++ b/kdoctools/customization/xsl/et.xml
@@ -0,0 +1,17 @@
+<localization language="et">
+<!-- Notes for translators:
+ 1. Do not translate `&...;' (unless you know the mechanism).
+ 2. In the strings ("..."), you can use the following notations, apart from Unicode,
+ ISO entities (e.g. &oacute;), slashed
+ ISO names (e.g. \latin-small-letter-o-with-acute;), or \U-XXXX
+ where X is an upper case hexadecimal, and XXXX is the Unicode
+ value for the character (e.g. \U-00F3).
+ -->
+<gentext key="Default" text="Default"/>
+<gentext key="Documentation.by" text="Documentation by"/>
+<gentext key="Estonian" text="Estonian"/>
+<gentext key="LastUpdated" text="Last updated"/>
+<gentext key="Version" text="Version"/>
+<gentext key="home-url" text="http://www.kde.org/"/>
+<gentext key="logo-alt" text="The K Desktop Environment Logo"/>
+</localization> \ No newline at end of file
diff --git a/kdoctools/customization/xsl/fi.xml b/kdoctools/customization/xsl/fi.xml
new file mode 100644
index 000000000..5c162790e
--- /dev/null
+++ b/kdoctools/customization/xsl/fi.xml
@@ -0,0 +1,17 @@
+<localization language="fi">
+<!-- Notes for translators:
+ 1. Do not translate `&...;' (unless you know the mechanism).
+ 2. In the strings ("..."), you can use the following notations, apart from Unicode,
+ ISO entities (e.g. &oacute;), slashed
+ ISO names (e.g. \latin-small-letter-o-with-acute;), or \U-XXXX
+ where X is an upper case hexadecimal, and XXXX is the Unicode
+ value for the character (e.g. \U-00F3).
+ -->
+<gentext key="Default" text="Default"/>
+<gentext key="Documentation.by" text="Documentation by"/>
+<gentext key="Finnish" text="Finnish"/>
+<gentext key="LastUpdated" text="Last updated"/>
+<gentext key="Version" text="Version"/>
+<gentext key="home-url" text="http://www.kde.org/"/>
+<gentext key="logo-alt" text="The K Desktop Environment Logo"/>
+</localization> \ No newline at end of file
diff --git a/kdoctools/customization/xsl/fr.xml b/kdoctools/customization/xsl/fr.xml
new file mode 100644
index 000000000..56fb1ce75
--- /dev/null
+++ b/kdoctools/customization/xsl/fr.xml
@@ -0,0 +1,17 @@
+<localization language="fr">
+<!-- Notes for translators:
+ 1. Do not translate `&...;' (unless you know the mechanism).
+ 2. In the strings ("..."), you can use the following notations, apart from Unicode,
+ ISO entities (e.g. &oacute;), slashed
+ ISO names (e.g. \latin-small-letter-o-with-acute;), or \U-XXXX
+ where X is an upper case hexadecimal, and XXXX is the Unicode
+ value for the character (e.g. \U-00F3).
+ -->
+<gentext key="Default" text="Dfaut"/>
+<gentext key="Documentation.by" text="Documentation par"/>
+<gentext key="French" text="Franais"/>
+<gentext key="LastUpdated" text="Dernire mise jour le"/>
+<gentext key="Version" text="Version"/>
+<gentext key="home-url" text="http://www.kde.org/"/>
+<gentext key="logo-alt" text="The K Desktop Environment Logo"/>
+</localization> \ No newline at end of file
diff --git a/kdoctools/customization/xsl/hu.xml b/kdoctools/customization/xsl/hu.xml
new file mode 100644
index 000000000..f4250b3c7
--- /dev/null
+++ b/kdoctools/customization/xsl/hu.xml
@@ -0,0 +1,17 @@
+<localization language="hu">
+<!-- Notes for translators:
+ 1. Do not translate `&...;' (unless you know the mechanism).
+ 2. In the strings ("..."), you can use the following notations, apart from Unicode,
+ ISO entities (e.g. &oacute;), slashed
+ ISO names (e.g. \latin-small-letter-o-with-acute;), or \U-XXXX
+ where X is an upper case hexadecimal, and XXXX is the Unicode
+ value for the character (e.g. \U-00F3).
+ -->
+<gentext key="Default" text="Alap\U-00E9;rtelmez\U-00E9;s"/>
+<gentext key="Documentation.by" text="A dokument\U-00E1;ci\U-00F3;t k\U-00E9;sz\U-00ED;tette"/>
+<gentext key="Hungarian" text="Magyar"/>
+<gentext key="LastUpdated" text="Utols\U-00F3; friss\U-00ED;t\U-00E9;s"/>
+<gentext key="Version" text="Verzi\U-00F3;sz\U-00E1;m:"/>
+<gentext key="home-url" text="http://www.kde.org/"/>
+<gentext key="logo-alt" text="A KDE grafikus k\U-00F6;rnyezet embl\U-00E9;m\U-00E1;ja"/>
+</localization>
diff --git a/kdoctools/customization/xsl/it.xml b/kdoctools/customization/xsl/it.xml
new file mode 100644
index 000000000..bc684d98a
--- /dev/null
+++ b/kdoctools/customization/xsl/it.xml
@@ -0,0 +1,17 @@
+<localization language="it">
+<!-- Notes for translators:
+ 1. Do not translate `&...;' (unless you know the mechanism).
+ 2. In the strings ("..."), you can use the following notations, apart from Unicode,
+ ISO entities (e.g. &oacute;), slashed
+ ISO names (e.g. \latin-small-letter-o-with-acute;), or \U-XXXX
+ where X is an upper case hexadecimal, and XXXX is the Unicode
+ value for the character (e.g. \U-00F3).
+ -->
+<gentext key="Default" text="Default"/>
+<gentext key="Documentation.by" text="Documentation by"/>
+<gentext key="Italian" text="Italiano"/>
+<gentext key="LastUpdated" text="Last updated"/>
+<gentext key="Version" text="Version"/>
+<gentext key="home-url" text="http://www.kde.org/"/>
+<gentext key="logo-alt" text="The K Desktop Environment Logo"/>
+</localization> \ No newline at end of file
diff --git a/kdoctools/customization/xsl/ja.xml b/kdoctools/customization/xsl/ja.xml
new file mode 100644
index 000000000..17b47d267
--- /dev/null
+++ b/kdoctools/customization/xsl/ja.xml
@@ -0,0 +1,17 @@
+<localization language="ja">
+<!-- Notes for translators:
+ 1. Do not translate `&...;' (unless you know the mechanism).
+ 2. In the strings ("..."), you can use the following notations, apart from Unicode,
+ ISO entities (e.g. &oacute;), slashed
+ ISO names (e.g. \latin-small-letter-o-with-acute;), or \U-XXXX
+ where X is an upper case hexadecimal, and XXXX is the Unicode
+ value for the character (e.g. \U-00F3).
+ -->
+<gentext key="Default" text="Default"/>
+<gentext key="Documentation.by" text="Documentation by"/>
+<gentext key="Japanese" text="Japanese"/>
+<gentext key="LastUpdated" text="Last updated"/>
+<gentext key="Version" text="Version"/>
+<gentext key="home-url" text="http://www.kde.org/"/>
+<gentext key="logo-alt" text="The K Desktop Environment Logo"/>
+</localization> \ No newline at end of file
diff --git a/kdoctools/customization/xsl/ko.xml b/kdoctools/customization/xsl/ko.xml
new file mode 100644
index 000000000..d2909a4d4
--- /dev/null
+++ b/kdoctools/customization/xsl/ko.xml
@@ -0,0 +1,17 @@
+<localization language="ko">
+<!-- Notes for translators:
+ 1. Do not translate `&...;' (unless you know the mechanism).
+ 2. In the strings ("..."), you can use the following notations, apart from Unicode,
+ ISO entities (e.g. &oacute;), slashed
+ ISO names (e.g. \latin-small-letter-o-with-acute;), or \U-XXXX
+ where X is an upper case hexadecimal, and XXXX is the Unicode
+ value for the character (e.g. \U-00F3).
+ -->
+<gentext key="Default" text="\U-AE30;\U-BCF8;" --EUC-KR "⺻"--/>
+<gentext key="Documentation.by" text="Documentation by"/>
+<gentext key="Korean" text="\U-D55C;\U-AD6D;\U-B9D0;" --EUC-KR "ѱ"--/>
+<gentext key="LastUpdated" text="\U-B9C8;\U-C9C0;\U-B9C9;\U-C73C;\U-B85C; \U-ACE0;\U-CE5C; \U-B0A0;" --EUC-KR " ģ "--/>
+<gentext key="Version" text="\U-D310; \U-BC88;\U-D638;" --EUC-KR " ȣ"--/>
+<gentext key="home-url" text="http://www.kde.org/"/>
+<gentext key="logo-alt" text="The K Desktop Environment Logo"/>
+</localization> \ No newline at end of file
diff --git a/kdoctools/customization/xsl/nl.xml b/kdoctools/customization/xsl/nl.xml
new file mode 100644
index 000000000..2a78e0bad
--- /dev/null
+++ b/kdoctools/customization/xsl/nl.xml
@@ -0,0 +1,17 @@
+<localization language="nl">
+<!-- Notes for translators:
+ 1. Do not translate `&...;' (unless you know the mechanism).
+ 2. In the strings ("..."), you can use the following notations, apart from Unicode,
+ ISO entities (e.g. &oacute;), slashed
+ ISO names (e.g. \latin-small-letter-o-with-acute;), or \U-XXXX
+ where X is an upper case hexadecimal, and XXXX is the Unicode
+ value for the character (e.g. \U-00F3).
+ -->
+<gentext key="Default" text="Standaard"/>
+<gentext key="Documentation.by" text="Documentatie door"/>
+<gentext key="Dutch" text= "Nederlands"/>
+<gentext key="LastUpdated" text="Laatste aanpassing"/>
+<gentext key="Version" text="Versie"/>
+<gentext key="home-url" text="http://www.kde.org/"/>
+<gentext key="logo-alt" text="The K Desktop Environment Logo"/>
+</localization> \ No newline at end of file
diff --git a/kdoctools/customization/xsl/nn.xml b/kdoctools/customization/xsl/nn.xml
new file mode 100644
index 000000000..c84a890d7
--- /dev/null
+++ b/kdoctools/customization/xsl/nn.xml
@@ -0,0 +1,17 @@
+<localization language="en">
+<!-- Notes for translators:
+ 1. Do not translate `&...;' (unless you know the mechanism).
+ 2. In the strings ("..."), you can use the following notations, apart from Unicode,
+ ISO entities (e.g. &oacute;), slashed
+ ISO names (e.g. \latin-small-letter-o-with-acute;), or \U-XXXX
+ where X is an upper case hexadecimal, and XXXX is the Unicode
+ value for the character (e.g. \U-00F3).
+ -->
+<gentext key="Default" text="Default"/>
+<gentext key="Documentation.by" text="Documentation by"/>
+<gentext key="English" text="English"/>
+<gentext key="LastUpdated" text="Last updated"/>
+<gentext key="Version" text="Version"/>
+<gentext key="home-url" text="http://www.kde.org/"/>
+<gentext key="logo-alt" text="The K Desktop Environment Logo"/>
+</localization> \ No newline at end of file
diff --git a/kdoctools/customization/xsl/no.xml b/kdoctools/customization/xsl/no.xml
new file mode 100644
index 000000000..041b95568
--- /dev/null
+++ b/kdoctools/customization/xsl/no.xml
@@ -0,0 +1,17 @@
+<localization language="no">
+<!-- Notes for translators:
+ 1. Do not translate `&...;' (unless you know the mechanism).
+ 2. In the strings ("..."), you can use the following notations, apart from Unicode,
+ ISO entities (e.g. &oacute;), slashed
+ ISO names (e.g. \latin-small-letter-o-with-acute;), or \U-XXXX
+ where X is an upper case hexadecimal, and XXXX is the Unicode
+ value for the character (e.g. \U-00F3).
+ -->
+<gentext key="Default" text="Default"/>
+<gentext key="Documentation.by" text="Documentation by"/>
+<gentext key="LastUpdated" text="Last updated"/>
+<gentext key="Norwegian" text="Norsk"/>
+<gentext key="Version" text="Version"/>
+<gentext key="home-url" text="http://www.kde.org/"/>
+<gentext key="logo-alt" text="The K Desktop Environment Logo"/>
+</localization> \ No newline at end of file
diff --git a/kdoctools/customization/xsl/pl.xml b/kdoctools/customization/xsl/pl.xml
new file mode 100644
index 000000000..cd8c84b99
--- /dev/null
+++ b/kdoctools/customization/xsl/pl.xml
@@ -0,0 +1,17 @@
+<localization language="pl">
+<!-- Notes for translators:
+ 1. Do not translate `&...;' (unless you know the mechanism).
+ 2. In the strings ("..."), you can use the following notations, apart from Unicode,
+ ISO entities (e.g. &oacute;), slashed
+ ISO names (e.g. \latin-small-letter-o-with-acute;), or \U-XXXX
+ where X is an upper case hexadecimal, and XXXX is the Unicode
+ value for the character (e.g. \U-00F3).
+ -->
+<gentext key="Default" text="Default"/>
+<gentext key="Documentation.by" text="Documentation by"/>
+<gentext key="LastUpdated" text="Last updated"/>
+<gentext key="Polish" text="Polska"/>
+<gentext key="Version" text="Version"/>
+<gentext key="home-url" text="http://www.kde.org/"/>
+<gentext key="logo-alt" text="The K Desktop Environment Logo"/>
+</localization> \ No newline at end of file
diff --git a/kdoctools/customization/xsl/pt.xml b/kdoctools/customization/xsl/pt.xml
new file mode 100644
index 000000000..25947ef2d
--- /dev/null
+++ b/kdoctools/customization/xsl/pt.xml
@@ -0,0 +1,17 @@
+<localization language="pt">
+<!-- Notes for translators:
+ 1. Do not translate `&...;' (unless you know the mechanism).
+ 2. In the strings ("..."), you can use the following notations, apart from Unicode,
+ ISO entities (e.g. &oacute;), slashed
+ ISO names (e.g. \latin-small-letter-o-with-acute;), or \U-XXXX
+ where X is an upper case hexadecimal, and XXXX is the Unicode
+ value for the character (e.g. \U-00F3).
+ -->
+<gentext key="Default" text="Por omisso"/>
+<gentext key="Documentation.by" text="Documentao por"/>
+<gentext key="LastUpdated" text="ltima Actualizao"/>
+<gentext key="Portuguese" text="Portugus"/>
+<gentext key="Version" text="Verso"/>
+<gentext key="home-url" text="http://www.kde.org/"/>
+<gentext key="logo-alt" text="Logotipo do Ambiente de Trabalho K"/>
+</localization>
diff --git a/kdoctools/customization/xsl/pt_br.xml b/kdoctools/customization/xsl/pt_br.xml
new file mode 100644
index 000000000..59d443214
--- /dev/null
+++ b/kdoctools/customization/xsl/pt_br.xml
@@ -0,0 +1,17 @@
+<localization language="pt-BR">
+<!-- Notes for translators:
+ 1. Do not translate `&...;' (unless you know the mechanism).
+ 2. In the strings ("..."), you can use the following notations, apart from Unicode,
+ ISO entities (e.g. &oacute;), slashed
+ ISO names (e.g. \latin-small-letter-o-with-acute;), or \U-XXXX
+ where X is an upper case hexadecimal, and XXXX is the Unicode
+ value for the character (e.g. \U-00F3).
+ -->
+<gentext key="BrasilianPortuguese" text="Portugues"/>
+<gentext key="Default" text="Default"/>
+<gentext key="Documentation.by" text="Documentation by"/>
+<gentext key="LastUpdated" text="Last updated"/>
+<gentext key="Version" text="Version"/>
+<gentext key="home-url" text="http://www.kde.org/"/>
+<gentext key="logo-alt" text="The K Desktop Environment Logo"/>
+</localization> \ No newline at end of file
diff --git a/kdoctools/customization/xsl/ro.xml b/kdoctools/customization/xsl/ro.xml
new file mode 100644
index 000000000..bd11ba5e4
--- /dev/null
+++ b/kdoctools/customization/xsl/ro.xml
@@ -0,0 +1,17 @@
+<localization language="ro">
+<!-- Notes for translators:
+ 1. Do not translate `&...;' (unless you know the mechanism).
+ 2. In the strings ("..."), you can use the following notations, apart from Unicode,
+ ISO entities (e.g. &oacute;), slashed
+ ISO names (e.g. \latin-small-letter-o-with-acute;), or \U-XXXX
+ where X is an upper case hexadecimal, and XXXX is the Unicode
+ value for the character (e.g. \U-00F3).
+ -->
+<gentext key="Default" text="Implicit"/>
+<gentext key="Documentation.by" text="Documentaie de"/>
+<gentext key="LastUpdated" text="Ultima actualizare"/>
+<gentext key="Romanian" text="Romnesc"/>
+<gentext key="Version" text="Versiunea"/>
+<gentext key="home-url" text="http://www.kde.org/"/>
+<gentext key="logo-alt" text="Logo Mediul Grafic K"/>
+</localization>
diff --git a/kdoctools/customization/xsl/ru.xml b/kdoctools/customization/xsl/ru.xml
new file mode 100644
index 000000000..e4a6e59eb
--- /dev/null
+++ b/kdoctools/customization/xsl/ru.xml
@@ -0,0 +1,17 @@
+<localization language="ru">
+<!-- Notes for translators:
+ 1. Do not translate `&...;' (unless you know the mechanism).
+ 2. In the strings ("..."), you can use the following notations, apart from Unicode,
+ ISO entities (e.g. &oacute;), slashed
+ ISO names (e.g. \latin-small-letter-o-with-acute;), or \U-XXXX
+ where X is an upper case hexadecimal, and XXXX is the Unicode
+ value for the character (e.g. \U-00F3).
+ -->
+<gentext key="Default" text="По умолчанию"/>
+<gentext key="Documentation.by" text="Автор документации"/>
+<gentext key="LastUpdated" text="Последнее обновление"/>
+<gentext key="Russian" text="Русский"/>
+<gentext key="Version" text="Версия"/>
+<gentext key="home-url" text="http://www.kde.org/"/>
+<gentext key="logo-alt" text="The K Desktop Environment Logo"/>
+</localization> \ No newline at end of file
diff --git a/kdoctools/customization/xsl/sk.xml b/kdoctools/customization/xsl/sk.xml
new file mode 100644
index 000000000..209b0a610
--- /dev/null
+++ b/kdoctools/customization/xsl/sk.xml
@@ -0,0 +1,17 @@
+<localization language="sk">
+<!-- Notes for translators:
+ 1. Do not translate `&...;' (unless you know the mechanism).
+ 2. In the strings ("..."), you can use the following notations, apart from Unicode,
+ ISO entities (e.g. &oacute;), slashed
+ ISO names (e.g. \latin-small-letter-o-with-acute;), or \U-XXXX
+ where X is an upper case hexadecimal, and XXXX is the Unicode
+ value for the character (e.g. \U-00F3).
+ -->
+<gentext key="Default" text="Default"/>
+<gentext key="Documentation.by" text="Documentation by"/>
+<gentext key="LastUpdated" text="Last updated"/>
+<gentext key="Slovak" text="Slovak"/>
+<gentext key="Version" text="Version"/>
+<gentext key="home-url" text="http://www.kde.org/"/>
+<gentext key="logo-alt" text="The K Desktop Environment Logo"/>
+</localization> \ No newline at end of file
diff --git a/kdoctools/customization/xsl/sl.xml b/kdoctools/customization/xsl/sl.xml
new file mode 100644
index 000000000..370a0120f
--- /dev/null
+++ b/kdoctools/customization/xsl/sl.xml
@@ -0,0 +1,19 @@
+<localization language="sl">
+<!-- $Id$ -->
+<!-- $Source$ -->
+<!-- Notes for translators:
+ 1. Do not translate `&...;' (unless you know the mechanism).
+ 2. In the strings ("..."), you can use the following notations, apart from Unicode,
+ ISO entities (e.g. &oacute;), slashed
+ ISO names (e.g. \latin-small-letter-o-with-acute;), or \U-XXXX
+ where X is an upper case hexadecimal, and XXXX is the Unicode
+ value for the character (e.g. \U-00F3).
+ -->
+<gentext key="Default" text="Privzeto"/>
+<gentext key="Documentation.by" text="Dokumentacija od"/>
+<gentext key="LastUpdated" text="Zadnji\U-010D; osve\U-017E;eno"/>
+<gentext key="Slovenian" text="Sloven\U-0161;\U-010D;ina"/>
+<gentext key="Version" text="Razli\U-010D;ica"/>
+<gentext key="home-url" text="http://www.kde.org/"/>
+<gentext key="logo-alt" text="Logotip namiznega okolja K"/>
+</localization>
diff --git a/kdoctools/customization/xsl/sr.xml b/kdoctools/customization/xsl/sr.xml
new file mode 100644
index 000000000..24f4cb9af
--- /dev/null
+++ b/kdoctools/customization/xsl/sr.xml
@@ -0,0 +1,17 @@
+<localization language="sr">
+<!-- Notes for translators:
+ 1. Do not translate `&...;' (unless you know the mechanism).
+ 2. In the strings ("..."), you can use the following notations, apart from Unicode,
+ ISO entities (e.g. &oacute;), slashed
+ ISO names (e.g. \latin-small-letter-o-with-acute;), or \U-XXXX
+ where X is an upper case hexadecimal, and XXXX is the Unicode
+ value for the character (e.g. \U-00F3).
+ -->
+<gentext key="Default" text="Default"/>
+<gentext key="Documentation.by" text="Documentation by"/>
+<gentext key="LastUpdated" text="Last updated"/>
+<gentext key="Serbian" text="Serbian"/>
+<gentext key="Version" text="Version"/>
+<gentext key="home-url" text="http://www.kde.org/"/>
+<gentext key="logo-alt" text="The K Desktop Environment Logo"/>
+</localization> \ No newline at end of file
diff --git a/kdoctools/customization/xsl/sv.xml b/kdoctools/customization/xsl/sv.xml
new file mode 100644
index 000000000..474062cb0
--- /dev/null
+++ b/kdoctools/customization/xsl/sv.xml
@@ -0,0 +1,17 @@
+<localization language="sv">
+<!-- Notes for translators:
+ 1. Do not translate `&...;' (unless you know the mechanism).
+ 2. In the strings ("..."), you can use the following notations, apart from Unicode,
+ ISO entities (e.g. &oacute;), slashed
+ ISO names (e.g. \latin-small-letter-o-with-acute;), or \U-XXXX
+ where X is an upper case hexadecimal, and XXXX is the Unicode
+ value for the character (e.g. \U-00F3).
+ -->
+<gentext key="Default" text="F&#246;rval"/>
+<gentext key="Documentation.by" text="Dokumentation av"/>
+<gentext key="LastUpdated" text="Senaste uppdatering"/>
+<gentext key="Swedish" text="Svenska"/>
+<gentext key="Version" text="Version"/>
+<gentext key="home-url" text="http://www.kde.org/"/>
+<gentext key="logo-alt" text="Logotyp f&#246;r K-skrivbordsmilj&#246;n"/>
+</localization>
diff --git a/kdoctools/customization/xsl/zh_tw.xml b/kdoctools/customization/xsl/zh_tw.xml
new file mode 100644
index 000000000..622297047
--- /dev/null
+++ b/kdoctools/customization/xsl/zh_tw.xml
@@ -0,0 +1,19 @@
+<localization language="zh-TW">
+<!-- Notes for translators:
+ 1. Do not translate `&...;' (unless you know the mechanism).
+ 2. In the strings ("..."), you can use the following notations, apart from Unicode,
+ ISO entities (e.g. &oacute;), slashed
+ ISO names (e.g. \latin-small-letter-o-with-acute;), or \U-XXXX
+ where X is an upper case hexadecimal, and XXXX is the Unicode
+ value for the character (e.g. \U-00F3).
+
+ by Chih-Wei Huang, cwhuang@linux.org.tw. Jan 2, 2001
+ -->
+<gentext key="Chinese" text="\U-4E2D;\U-6587;" --BIG5 ""--/>
+<gentext key="Default" text="\U-9810;\U-8A2D;" --BIG5 "w]"--/>
+<gentext key="Documentation.by" text="Documentation by"/>
+<gentext key="LastUpdated" text="\U-6700;\U-5F8C;\U-66F4;\U-65B0;\U-65E5;\U-671F;" --BIG5 "̫s"--/>
+<gentext key="Version" text="\U-7248;\U-672C;" --BIG5 ""--/>
+<gentext key="home-url" text="http://www.kde.org/"/>
+<gentext key="logo-alt" text="The K Desktop Environment Logo"/>
+</localization> \ No newline at end of file