blob: be0890a840c99ced8b45a596e5631edcdc8f11f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?xml version="1.0" encoding="ISO-8859-1"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<i18n name="text.toc" value="Table of Contents"/>
<i18n name="text.lot" value="List of Tables"/>
<i18n name="text.warning" value="Warning:"/>
<i18n name="text.note" value="Note:"/>
<i18n name="text.caution" value="Caution:"/>
<i18n name="text.important" value="Important:"/>
<i18n name="text.tip" value="Tip:"/>
<i18n name="text.headline1" value="EUROPES LARGEST GNU/LINUX EXHIBITION AND CONFERENCE"/>
<i18n name="text.headline2" value="MESSE UND KONGRESSZENTRUM KARLSRUHE // 5. BIS 8. JUNI 2003"/>
<i18n name="text.quickmenu" value="Quickmenu"/>
</xsl:stylesheet>
|