aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarja van Waes <marja@mageia.org>2015-02-19 14:54:45 +0100
committerMarja van Waes <marja@mageia.org>2015-02-19 14:54:45 +0100
commit0f6cd8fd73958a20330e156b4ec12db74017794b (patch)
tree819d848d191339abd6399ed2a2c8e68366c1e632
parentd4c9d87c6d63044a89cf2707a202a1e54156a023 (diff)
downloadtools-0f6cd8fd73958a20330e156b4ec12db74017794b.tar
tools-0f6cd8fd73958a20330e156b4ec12db74017794b.tar.gz
tools-0f6cd8fd73958a20330e156b4ec12db74017794b.tar.bz2
tools-0f6cd8fd73958a20330e156b4ec12db74017794b.tar.xz
tools-0f6cd8fd73958a20330e156b4ec12db74017794b.zip
Fix empty Search Button for our html MCC help (mga#10237)
o Add all needed translations for that button o Add some more translated strings
-rw-r--r--docs/stylesheets/WebHelp-MCC.xsl489
1 files changed, 410 insertions, 79 deletions
diff --git a/docs/stylesheets/WebHelp-MCC.xsl b/docs/stylesheets/WebHelp-MCC.xsl
index ecfb2cde..a13776be 100644
--- a/docs/stylesheets/WebHelp-MCC.xsl
+++ b/docs/stylesheets/WebHelp-MCC.xsl
@@ -1,15 +1,15 @@
<?xml version='1.0'?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:exsl="http://exslt.org/common"
- xmlns:cf="http://docbook.sourceforge.net/xmlns/chunkfast/1.0"
- xmlns:ng="http://docbook.org/docbook-ng"
- xmlns:db="http://docbook.org/ns/docbook"
- exclude-result-prefixes="exsl cf ng db"
- version="1.0">
+ xmlns:exsl="http://exslt.org/common"
+ xmlns:cf="http://docbook.sourceforge.net/xmlns/chunkfast/1.0"
+ xmlns:ng="http://docbook.org/docbook-ng"
+ xmlns:db="http://docbook.org/ns/docbook"
+ exclude-result-prefixes="exsl cf ng db"
+ version="1.0">
-<?cco_xsltype addon="DocBook5.0" toolchain="DocBook_Screen_WebHelp"?>
+ <?cco_xsltype addon="DocBook5.0" toolchain="DocBook_Screen_WebHelp"?>
-<xsl:import href="http://www.calenco.com/xsl/docbook/ns/webhelp/calenco-webhelp.xsl" />
+ <xsl:import href="http://www.calenco.com/xsl/docbook/ns/webhelp/calenco-webhelp.xsl" />
<!--Add our own favicon and logo to the publications-->
@@ -25,14 +25,345 @@ are in the xml:id's -->
<!-- add footer for license and copyright-->
<xsl:template name="user.footer.content">
- <script type="text/javascript" src="http://www.calenco.com/xsl/docbook/ns/webhelp/main.js">
- <xsl:comment></xsl:comment>
- </script>
- <hr/>
- <div class="copyright">&#169; Mageia</div>
- <div class="license"><a href="index.html#CC_BY-SA">CC BY-SA 3.0</a></div>
+ <script type="text/javascript" src="http://www.calenco.com/xsl/docbook/ns/webhelp/main.js">
+ <xsl:comment></xsl:comment>
+ </script>
+ <hr/>
+ <div class="copyright">&#169; Mageia</div>
+ <div class="license"><a href="index.html#CC_BY-SA">CC BY-SA 3.0</a></div>
</xsl:template>
+<!-- Add missing translations for Search button and such-->
+<!-- WARNING: the strings must be added for English and existing translations, too -->
+
+<xsl:param name="local.l10n.xml" select="document('')"/>
+<l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0">
+ <l:l10n language="ca">
+ <l:gentext key="Search" text="Cerca"/>
+ <l:gentext key="Enter_a_term_and_click" text="Enter a term and click "/>
+ <l:gentext key="Go" text="Go"/>
+ <l:gentext key="to_perform_a_search" text=" to perform a search."/>
+ <l:gentext key="txt_filesfound" text="Results"/>
+ <l:gentext key="txt_enter_at_least_1_char" text="You must enter at least one character."/>
+ <l:gentext key="txt_browser_not_supported" text="JavaScript is disabled on your browser. Please enable JavaScript to enjoy all the features of this site."/>
+ <l:gentext key="txt_please_wait" text="Please wait. Search in progress..."/>
+ <l:gentext key="txt_results_for" text="Results for: "/>
+ <l:gentext key="TableofContents" text="Contents"/>
+ <l:gentext key="HighlightButton" text="Toggle search result highlighting"/>
+ <l:gentext key="Your_search_returned_no_results" text="Your search returned no results."/>
+ </l:l10n>
+ <l:l10n language="cs">
+ <l:gentext key="Search" text="Hledat"/>
+ <l:gentext key="Enter_a_term_and_click" text="Enter a term and click "/>
+ <l:gentext key="Go" text="Go"/>
+ <l:gentext key="to_perform_a_search" text=" to perform a search."/>
+ <l:gentext key="txt_filesfound" text="Results"/>
+ <l:gentext key="txt_enter_at_least_1_char" text="You must enter at least one character."/>
+ <l:gentext key="txt_browser_not_supported" text="JavaScript is disabled on your browser. Please enable JavaScript to enjoy all the features of this site."/>
+ <l:gentext key="txt_please_wait" text="Please wait. Search in progress..."/>
+ <l:gentext key="txt_results_for" text="Results for: "/>
+ <l:gentext key="TableofContents" text="Contents"/>
+ <l:gentext key="HighlightButton" text="Toggle search result highlighting"/>
+ <l:gentext key="Your_search_returned_no_results" text="Your search returned no results."/>
+ </l:l10n>
+
+ <l:l10n language="de">
+ <l:gentext key="Search" text="Suchen"/>
+ <l:gentext key="Enter_a_term_and_click" text="Geben Sie einen Begriff ein und wählen Sie "/>
+ <l:gentext key="Go" text="Go"/>
+ <l:gentext key="to_perform_a_search" text=", um eine Suche durchzuführen."/>
+ <l:gentext key="txt_filesfound" text="Ergebnisse"/>
+ <l:gentext key="txt_enter_at_least_1_char" text="Sie müssen mindestens ein Zeichen eingeben."/>
+ <l:gentext key="txt_browser_not_supported" text="JavaScript ist in Ihrem Browser abgeschaltet. Bitte schalten Sie JavaScript an, damit diese Seiten vollständig dargestellt werden."/>
+ <l:gentext key="txt_please_wait" text="Bitte warten Sie. Die Suche ist im Gange ..."/>
+ <l:gentext key="txt_results_for" text="Ergebnisse für: "/>
+ <l:gentext key="TableofContents" text="Inhalt"/>
+ <l:gentext key="HighlightButton" text="Markierte Suchergebnisse ein/ausschalten"/>
+ <l:gentext key="Your_search_returned_no_results" text="Ihre Suche erbrachte kein Ergebnis."/>
+ </l:l10n>
+ <l:l10n language="el">
+ <l:gentext key="Search" text="Αναζήτηση"/>
+ <l:gentext key="Enter_a_term_and_click" text="Enter a term and click "/>
+ <l:gentext key="Go" text="Go"/>
+ <l:gentext key="to_perform_a_search" text=" to perform a search."/>
+ <l:gentext key="txt_filesfound" text="Results"/>
+ <l:gentext key="txt_enter_at_least_1_char" text="You must enter at least one character."/>
+ <l:gentext key="txt_browser_not_supported" text="JavaScript is disabled on your browser. Please enable JavaScript to enjoy all the features of this site."/>
+ <l:gentext key="txt_please_wait" text="Please wait. Search in progress..."/>
+ <l:gentext key="txt_results_for" text="Results for: "/>
+ <l:gentext key="TableofContents" text="Contents"/>
+ <l:gentext key="HighlightButton" text="Toggle search result highlighting"/>
+ <l:gentext key="Your_search_returned_no_results" text="Your search returned no results."/>
+ </l:l10n>
+ <l:l10n language="en">
+ <l:gentext key="Search" text="Search"/>
+ <l:gentext key="Enter_a_term_and_click" text="Enter a term and click "/>
+ <l:gentext key="Go" text="Go"/>
+ <l:gentext key="to_perform_a_search" text=" to perform a search."/>
+ <l:gentext key="txt_filesfound" text="Results"/>
+ <l:gentext key="txt_enter_at_least_1_char" text="You must enter at least one character."/>
+ <l:gentext key="txt_browser_not_supported" text="JavaScript is disabled on your browser. Please enable JavaScript to enjoy all the features of this site."/>
+ <l:gentext key="txt_please_wait" text="Please wait. Search in progress..."/>
+ <l:gentext key="txt_results_for" text="Results for: "/>
+ <l:gentext key="TableofContents" text="Contents"/>
+ <l:gentext key="HighlightButton" text="Toggle search result highlighting"/>
+ <l:gentext key="Your_search_returned_no_results" text="Your search returned no results."/>
+ </l:l10n>
+ <l:l10n language="eo">
+ <l:gentext key="Search" text="Serĉi"/>
+ <l:gentext key="Enter_a_term_and_click" text="Enter a term and click "/>
+ <l:gentext key="Go" text="Go"/>
+ <l:gentext key="to_perform_a_search" text=" to perform a search."/>
+ <l:gentext key="txt_filesfound" text="Results"/>
+ <l:gentext key="txt_enter_at_least_1_char" text="You must enter at least one character."/>
+ <l:gentext key="txt_browser_not_supported" text="JavaScript is disabled on your browser. Please enable JavaScript to enjoy all the features of this site."/>
+ <l:gentext key="txt_please_wait" text="Please wait. Search in progress..."/>
+ <l:gentext key="txt_results_for" text="Results for: "/>
+ <l:gentext key="TableofContents" text="Contents"/>
+ <l:gentext key="HighlightButton" text="Toggle search result highlighting"/>
+ <l:gentext key="Your_search_returned_no_results" text="Your search returned no results."/>
+ </l:l10n>
+ <l:l10n language="es">
+ <l:gentext key="Search" text="Buscar"/>
+ <l:gentext key="Enter_a_term_and_click" text="Enter a term and click "/>
+ <l:gentext key="Go" text="Go"/>
+ <l:gentext key="to_perform_a_search" text=" to perform a search."/>
+ <l:gentext key="txt_filesfound" text="Results"/>
+ <l:gentext key="txt_enter_at_least_1_char" text="You must enter at least one character."/>
+ <l:gentext key="txt_browser_not_supported" text="JavaScript is disabled on your browser. Please enable JavaScript to enjoy all the features of this site."/>
+ <l:gentext key="txt_please_wait" text="Please wait. Search in progress..."/>
+ <l:gentext key="txt_results_for" text="Results for: "/>
+ <l:gentext key="TableofContents" text="Contents"/>
+ <l:gentext key="HighlightButton" text="Toggle search result highlighting"/>
+ <l:gentext key="Your_search_returned_no_results" text="Your search returned no results."/>
+ </l:l10n>
+
+ <l:l10n language="et">
+ <l:gentext key="Search" text="Otsi"/>
+ <l:gentext key="Enter_a_term_and_click" text="Enter a term and click "/>
+ <l:gentext key="Go" text="Go"/>
+ <l:gentext key="to_perform_a_search" text=" to perform a search."/>
+ <l:gentext key="txt_filesfound" text="Results"/>
+ <l:gentext key="txt_enter_at_least_1_char" text="You must enter at least one character."/>
+ <l:gentext key="txt_browser_not_supported" text="JavaScript is disabled on your browser. Please enable JavaScript to enjoy all the features of this site."/>
+ <l:gentext key="txt_please_wait" text="Please wait. Search in progress..."/>
+ <l:gentext key="txt_results_for" text="Results for: "/>
+ <l:gentext key="TableofContents" text="Contents"/>
+ <l:gentext key="HighlightButton" text="Toggle search result highlighting"/>
+ <l:gentext key="Your_search_returned_no_results" text="Your search returned no results."/>
+ </l:l10n>
+ <l:l10n language="eu">
+ <l:gentext key="Search" text="Bilatu"/>
+ <l:gentext key="Enter_a_term_and_click" text="Enter a term and click "/>
+ <l:gentext key="Go" text="Go"/>
+ <l:gentext key="to_perform_a_search" text=" to perform a search."/>
+ <l:gentext key="txt_filesfound" text="Results"/>
+ <l:gentext key="txt_enter_at_least_1_char" text="You must enter at least one character."/>
+ <l:gentext key="txt_browser_not_supported" text="JavaScript is disabled on your browser. Please enable JavaScript to enjoy all the features of this site."/>
+ <l:gentext key="txt_please_wait" text="Please wait. Search in progress..."/>
+ <l:gentext key="txt_results_for" text="Results for: "/>
+ <l:gentext key="TableofContents" text="Contents"/>
+ <l:gentext key="HighlightButton" text="Toggle search result highlighting"/>
+ <l:gentext key="Your_search_returned_no_results" text="Your search returned no results."/>
+ </l:l10n>
+ <l:l10n language="fr">
+ <l:gentext key="Search" text="Rechercher"/>
+ <l:gentext key="Enter_a_term_and_click" text="Saisissez un terme et cliquer "/>
+ <l:gentext key="Go" text="Go"/>
+ <l:gentext key="to_perform_a_search" text=" to perform a search."/>
+ <l:gentext key="txt_filesfound" text="Résultats"/>
+ <l:gentext key="txt_enter_at_least_1_char" text="Vous devez entrer au moins un caractère.x"/>
+ <l:gentext key="txt_browser_not_supported" text="JavaScript is disabled on your browser. Please enable JavaScript to enjoy all the features of this site."/>
+ <l:gentext key="txt_please_wait" text="S'il vous plaît attendre. La recherche est en cours ..."/>
+ <l:gentext key="txt_results_for" text="Résultats pour: "/>
+ <l:gentext key="TableofContents" text="Contents"/>
+ <l:gentext key="HighlightButton" text="Toggle search result highlighting"/>
+ <l:gentext key="Your_search_returned_no_results" text="Your search returned no results."/>
+ </l:l10n>
+ <l:l10n language="id">
+ <l:gentext key="Search" text="Cari"/>
+ <l:gentext key="Enter_a_term_and_click" text="Enter a term and click "/>
+ <l:gentext key="Go" text="Go"/>
+ <l:gentext key="to_perform_a_search" text=" to perform a search."/>
+ <l:gentext key="txt_filesfound" text="Results"/>
+ <l:gentext key="txt_enter_at_least_1_char" text="You must enter at least one character."/>
+ <l:gentext key="txt_browser_not_supported" text="JavaScript is disabled on your browser. Please enable JavaScript to enjoy all the features of this site."/>
+ <l:gentext key="txt_please_wait" text="Please wait. Search in progress..."/>
+ <l:gentext key="txt_results_for" text="Results for: "/>
+ <l:gentext key="TableofContents" text="Contents"/>
+ <l:gentext key="HighlightButton" text="Toggle search result highlighting"/>
+ <l:gentext key="Your_search_returned_no_results" text="Your search returned no results."/>
+ </l:l10n>
+ <l:l10n language="it">
+ <l:gentext key="Search" text="Ricerca"/>
+ <l:gentext key="Enter_a_term_and_click" text="Enter a term and click "/>
+ <l:gentext key="Go" text="Go"/>
+ <l:gentext key="to_perform_a_search" text=" to perform a search."/>
+ <l:gentext key="txt_filesfound" text="Results"/>
+ <l:gentext key="txt_enter_at_least_1_char" text="You must enter at least one character."/>
+ <l:gentext key="txt_browser_not_supported" text="JavaScript is disabled on your browser. Please enable JavaScript to enjoy all the features of this site."/>
+ <l:gentext key="txt_please_wait" text="Please wait. Search in progress..."/>
+ <l:gentext key="txt_results_for" text="Results for: "/>
+ <l:gentext key="TableofContents" text="Contents"/>
+ <l:gentext key="HighlightButton" text="Toggle search result highlighting"/>
+ <l:gentext key="Your_search_returned_no_results" text="Your search returned no results."/>
+ </l:l10n>
+ <l:l10n language="nl">
+ <l:gentext key="Search" text="Zoeken"/>
+ <l:gentext key="Enter_a_term_and_click" text="Voer een zoekterm in en klik op "/>
+ <l:gentext key="Go" text="Ga"/>
+ <l:gentext key="to_perform_a_search" text=" om te zoeken."/>
+ <l:gentext key="txt_filesfound" text="Resultaten"/>
+ <l:gentext key="txt_enter_at_least_1_char" text="U moet minstens één teken invoeren."/>
+ <l:gentext key="txt_browser_not_supported" text="JavaScript is uitgeschakeld in uw browser. Schakel het a.u.b. in om van alle mogelijkheden van deze site te genieten."/>
+ <l:gentext key="txt_please_wait" text="A.u.b. wachten. Er wordt gezocht..."/>
+ <l:gentext key="txt_results_for" text="Resultaten voor: "/>
+ <l:gentext key="TableofContents" text="Inhoud"/>
+ <l:gentext key="HighlightButton" text="Zet het markeren van resultaten aan of uit"/>
+ <l:gentext key="Your_search_returned_no_results" text="Uw zoekopdracht leverde geen resultaten op."/>
+ </l:l10n>
+ <l:l10n language="pl">
+ <l:gentext key="Search" text="Szukaj"/>
+ <l:gentext key="Enter_a_term_and_click" text="Enter a term and click "/>
+ <l:gentext key="Go" text="Go"/>
+ <l:gentext key="to_perform_a_search" text=" to perform a search."/>
+ <l:gentext key="txt_filesfound" text="Results"/>
+ <l:gentext key="txt_enter_at_least_1_char" text="You must enter at least one character."/>
+ <l:gentext key="txt_browser_not_supported" text="JavaScript is disabled on your browser. Please enable JavaScript to enjoy all the features of this site."/>
+ <l:gentext key="txt_please_wait" text="Please wait. Search in progress..."/>
+ <l:gentext key="txt_results_for" text="Results for: "/>
+ <l:gentext key="TableofContents" text="Contents"/>
+ <l:gentext key="HighlightButton" text="Toggle search result highlighting"/>
+ <l:gentext key="Your_search_returned_no_results" text="Your search returned no results."/>
+ </l:l10n>
+ <l:l10n language="pt">
+ <l:gentext key="Search" text="Pesquisa"/>
+ <l:gentext key="Enter_a_term_and_click" text="Enter a term and click "/>
+ <l:gentext key="Go" text="Go"/>
+ <l:gentext key="to_perform_a_search" text=" to perform a search."/>
+ <l:gentext key="txt_filesfound" text="Results"/>
+ <l:gentext key="txt_enter_at_least_1_char" text="You must enter at least one character."/>
+ <l:gentext key="txt_browser_not_supported" text="JavaScript is disabled on your browser. Please enable JavaScript to enjoy all the features of this site."/>
+ <l:gentext key="txt_please_wait" text="Please wait. Search in progress..."/>
+ <l:gentext key="txt_results_for" text="Results for: "/>
+ <l:gentext key="TableofContents" text="Contents"/>
+ <l:gentext key="HighlightButton" text="Toggle search result highlighting"/>
+ <l:gentext key="Your_search_returned_no_results" text="Your search returned no results."/>
+ </l:l10n>
+ <l:l10n language="pt_br">
+ <l:gentext key="Search" text="Pesquisa"/>
+ <l:gentext key="Enter_a_term_and_click" text="Enter a term and click "/>
+ <l:gentext key="Go" text="Go"/>
+ <l:gentext key="to_perform_a_search" text=" to perform a search."/>
+ <l:gentext key="txt_filesfound" text="Results"/>
+ <l:gentext key="txt_enter_at_least_1_char" text="You must enter at least one character."/>
+ <l:gentext key="txt_browser_not_supported" text="JavaScript is disabled on your browser. Please enable JavaScript to enjoy all the features of this site."/>
+ <l:gentext key="txt_please_wait" text="Please wait. Search in progress..."/>
+ <l:gentext key="txt_results_for" text="Results for: "/>
+ <l:gentext key="TableofContents" text="Contents"/>
+ <l:gentext key="HighlightButton" text="Toggle search result highlighting"/>
+ <l:gentext key="Your_search_returned_no_results" text="Your search returned no results."/>
+ </l:l10n>
+ <l:l10n language="ro">
+ <l:gentext key="Search" text="Căutare"/>
+ <l:gentext key="Enter_a_term_and_click" text="Enter a term and click "/>
+ <l:gentext key="Go" text="Go"/>
+ <l:gentext key="to_perform_a_search" text=" to perform a search."/>
+ <l:gentext key="txt_filesfound" text="Results"/>
+ <l:gentext key="txt_enter_at_least_1_char" text="You must enter at least one character."/>
+ <l:gentext key="txt_browser_not_supported" text="JavaScript is disabled on your browser. Please enable JavaScript to enjoy all the features of this site."/>
+ <l:gentext key="txt_please_wait" text="Please wait. Search in progress..."/>
+ <l:gentext key="txt_results_for" text="Results for: "/>
+ <l:gentext key="TableofContents" text="Contents"/>
+ <l:gentext key="HighlightButton" text="Toggle search result highlighting"/>
+ <l:gentext key="Your_search_returned_no_results" text="Your search returned no results."/>
+ </l:l10n>
+ <l:l10n language="ru">
+ <l:gentext key="Search" text="Поиск"/>
+ <l:gentext key="Enter_a_term_and_click" text="Введите запрос и нажмите "/>
+ <l:gentext key="Go" text="Искать"/>
+ <l:gentext key="to_perform_a_search" text=", чтобы выполнить поиск."/>
+ <l:gentext key="txt_filesfound" text="Результаты"/>
+ <l:gentext key="txt_enter_at_least_1_char" text="Вам следует ввести хотя бы один символ."/>
+ <l:gentext key="txt_browser_not_supported" text="В вашем браузере выключено использование JavaScript. Пожалуйста, включите JavaScript, чтобы пользоваться этим сайтом полноценно."/>
+ <l:gentext key="txt_please_wait" text="Подождите. Выполняется поиск..."/>
+ <l:gentext key="txt_results_for" text="Результаты для: "/>
+ <l:gentext key="TableofContents" text="Содержание"/>
+ <l:gentext key="HighlightButton" text="Включить или выключить подсвечивание результатов поиска"/>
+ <l:gentext key="Your_search_returned_no_results" text="Ничего не найдено для поискового запроса."/>
+ </l:l10n>
+ <l:l10n language="sl">
+ <l:gentext key="Search" text="Iskanje"/>
+ <l:gentext key="Enter_a_term_and_click" text="Enter a term and click "/>
+ <l:gentext key="Go" text="Go"/>
+ <l:gentext key="to_perform_a_search" text=" to perform a search."/>
+ <l:gentext key="txt_filesfound" text="Results"/>
+ <l:gentext key="txt_enter_at_least_1_char" text="You must enter at least one character."/>
+ <l:gentext key="txt_browser_not_supported" text="JavaScript is disabled on your browser. Please enable JavaScript to enjoy all the features of this site."/>
+ <l:gentext key="txt_please_wait" text="Please wait. Search in progress..."/>
+ <l:gentext key="txt_results_for" text="Results for: "/>
+ <l:gentext key="TableofContents" text="Contents"/>
+ <l:gentext key="HighlightButton" text="Toggle search result highlighting"/>
+ <l:gentext key="Your_search_returned_no_results" text="Your search returned no results."/>
+ </l:l10n>
+ <l:l10n language="sq">
+ <l:gentext key="Search" text="Kërko"/>
+ <l:gentext key="Enter_a_term_and_click" text="Enter a term and click "/>
+ <l:gentext key="Go" text="Go"/>
+ <l:gentext key="to_perform_a_search" text=" to perform a search."/>
+ <l:gentext key="txt_filesfound" text="Results"/>
+ <l:gentext key="txt_enter_at_least_1_char" text="You must enter at least one character."/>
+ <l:gentext key="txt_browser_not_supported" text="JavaScript is disabled on your browser. Please enable JavaScript to enjoy all the features of this site."/>
+ <l:gentext key="txt_please_wait" text="Please wait. Search in progress..."/>
+ <l:gentext key="txt_results_for" text="Results for: "/>
+ <l:gentext key="TableofContents" text="Contents"/>
+ <l:gentext key="HighlightButton" text="Toggle search result highlighting"/>
+ <l:gentext key="Your_search_returned_no_results" text="Your search returned no results."/>
+ </l:l10n>
+ <l:l10n language="sv">
+ <l:gentext key="Search" text="Sök"/>
+ <l:gentext key="Enter_a_term_and_click" text="Enter a term and click "/>
+ <l:gentext key="Go" text="Go"/>
+ <l:gentext key="to_perform_a_search" text=" to perform a search."/>
+ <l:gentext key="txt_filesfound" text="Results"/>
+ <l:gentext key="txt_enter_at_least_1_char" text="You must enter at least one character."/>
+ <l:gentext key="txt_browser_not_supported" text="JavaScript is disabled on your browser. Please enable JavaScript to enjoy all the features of this site."/>
+ <l:gentext key="txt_please_wait" text="Please wait. Search in progress..."/>
+ <l:gentext key="txt_results_for" text="Results for: "/>
+ <l:gentext key="TableofContents" text="Contents"/>
+ <l:gentext key="HighlightButton" text="Toggle search result highlighting"/>
+ <l:gentext key="Your_search_returned_no_results" text="Your search returned no results."/>
+ </l:l10n>
+ <l:l10n language="tr">
+ <l:gentext key="Search" text="Ara"/>
+ <l:gentext key="Enter_a_term_and_click" text="Enter a term and click "/>
+ <l:gentext key="Go" text="Go"/>
+ <l:gentext key="to_perform_a_search" text=" to perform a search."/>
+ <l:gentext key="txt_filesfound" text="Results"/>
+ <l:gentext key="txt_enter_at_least_1_char" text="You must enter at least one character."/>
+ <l:gentext key="txt_browser_not_supported" text="JavaScript is disabled on your browser. Please enable JavaScript to enjoy all the features of this site."/>
+ <l:gentext key="txt_please_wait" text="Please wait. Search in progress..."/>
+ <l:gentext key="txt_results_for" text="Results for: "/>
+ <l:gentext key="TableofContents" text="Contents"/>
+ <l:gentext key="HighlightButton" text="Toggle search result highlighting"/>
+ <l:gentext key="Your_search_returned_no_results" text="Your search returned no results."/>
+ </l:l10n>
+ <l:l10n language="uk">
+ <l:gentext key="Search" text="Пошук"/>
+ <l:gentext key="Enter_a_term_and_click" text="Введіть критерій пошуку і натисніть "/>
+ <l:gentext key="Go" text="Шукати"/>
+ <l:gentext key="to_perform_a_search" text=", щоб розпочати пошук."/>
+ <l:gentext key="txt_filesfound" text="Результати"/>
+ <l:gentext key="txt_enter_at_least_1_char" text="Вам слід ввести принаймні один символ"/>
+ <l:gentext key="txt_browser_not_supported" text="У вашій програмі для перегляду вимкнено JavaScript. Будь ласка, увімкніть JavaScript, щоб мати змогу скористатися усіма можливостями цього сайта."/>
+ <l:gentext key="txt_please_wait" text="Зачекайте. Виконуємо пошук..."/>
+ <l:gentext key="txt_results_for" text="Результати для: "/>
+ <l:gentext key="TableofContents" text="Вміст"/>
+ <l:gentext key="HighlightButton" text="Увімкнути або вимкнути підсвічування знайдених відповідників"/>
+ <l:gentext key="Your_search_returned_no_results" text="Відповідників не знайдено."/>
+ </l:l10n>
+</l:i18n>
+
<!-- The following line will let every first section start a new seperate page -->
<xsl:param select="1" name="chunk.first.sections"></xsl:param>
@@ -49,71 +380,71 @@ are in the xml:id's -->
<xsl:param select="2" name="chunk.section.depth"></xsl:param>
<xsl:template name="article.titlepage.recto">
- <xsl:choose>
- <xsl:when test="db:articleinfo/db:title">
- <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:articleinfo/db:title"/>
- </xsl:when>
- <xsl:when test="db:artheader/db:title">
- <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:artheader/db:title"/>
- </xsl:when>
- <xsl:when test="db:info/db:title">
- <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:info/db:title"/>
- </xsl:when>
- <xsl:when test="db:title">
- <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:title"/>
- </xsl:when>
- </xsl:choose>
-
- <xsl:choose>
- <xsl:when test="db:articleinfo/db:subtitle">
- <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:articleinfo/db:subtitle"/>
- </xsl:when>
- <xsl:when test="db:artheader/db:subtitle">
- <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:artheader/db:subtitle"/>
- </xsl:when>
- <xsl:when test="db:info/db:subtitle">
- <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:info/db:subtitle"/>
- </xsl:when>
- <xsl:when test="db:subtitle">
- <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:subtitle"/>
- </xsl:when>
- </xsl:choose>
-
- <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:articleinfo/db:corpauthor"/>
- <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:artheader/db:corpauthor"/>
- <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:info/db:corpauthor"/>
- <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:articleinfo/db:authorgroup"/>
- <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:artheader/db:authorgroup"/>
- <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:info/db:authorgroup"/>
- <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:articleinfo/db:author"/>
- <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:artheader/db:author"/>
- <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:info/db:author"/>
- <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:articleinfo/db:othercredit"/>
- <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:artheader/db:othercredit"/>
- <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:info/db:othercredit"/>
- <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:articleinfo/db:releaseinfo"/>
- <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:artheader/db:releaseinfo"/>
- <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:info/db:releaseinfo"/>
- <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:articleinfo/db:copyright"/>
- <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:artheader/db:copyright"/>
- <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:info/db:copyright"/>
- <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:articleinfo/db:legalnotice"/>
- <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:artheader/db:legalnotice"/>
- <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:info/db:legalnotice"/>
- <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:articleinfo/db:pubdate"/>
- <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:artheader/db:pubdate"/>
- <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:info/db:pubdate"/>
- <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:articleinfo/db:revision"/>
- <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:artheader/db:revision"/>
- <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:info/db:revision"/>
- <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:articleinfo/db:revhistory"/>
- <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:artheader/db:revhistory"/>
- <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:info/db:revhistory"/>
- <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:articleinfo/db:abstract"/>
- <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:artheader/db:abstract"/>
- <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:info/db:abstract"/>
-
- <xsl:apply-templates select="//db:cover[1]/*"/>
+ <xsl:choose>
+ <xsl:when test="db:articleinfo/db:title">
+ <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:articleinfo/db:title"/>
+ </xsl:when>
+ <xsl:when test="db:artheader/db:title">
+ <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:artheader/db:title"/>
+ </xsl:when>
+ <xsl:when test="db:info/db:title">
+ <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:info/db:title"/>
+ </xsl:when>
+ <xsl:when test="db:title">
+ <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:title"/>
+ </xsl:when>
+ </xsl:choose>
+
+ <xsl:choose>
+ <xsl:when test="db:articleinfo/db:subtitle">
+ <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:articleinfo/db:subtitle"/>
+ </xsl:when>
+ <xsl:when test="db:artheader/db:subtitle">
+ <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:artheader/db:subtitle"/>
+ </xsl:when>
+ <xsl:when test="db:info/db:subtitle">
+ <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:info/db:subtitle"/>
+ </xsl:when>
+ <xsl:when test="db:subtitle">
+ <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:subtitle"/>
+ </xsl:when>
+ </xsl:choose>
+
+ <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:articleinfo/db:corpauthor"/>
+ <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:artheader/db:corpauthor"/>
+ <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:info/db:corpauthor"/>
+ <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:articleinfo/db:authorgroup"/>
+ <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:artheader/db:authorgroup"/>
+ <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:info/db:authorgroup"/>
+ <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:articleinfo/db:author"/>
+ <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:artheader/db:author"/>
+ <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:info/db:author"/>
+ <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:articleinfo/db:othercredit"/>
+ <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:artheader/db:othercredit"/>
+ <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:info/db:othercredit"/>
+ <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:articleinfo/db:releaseinfo"/>
+ <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:artheader/db:releaseinfo"/>
+ <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:info/db:releaseinfo"/>
+ <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:articleinfo/db:copyright"/>
+ <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:artheader/db:copyright"/>
+ <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:info/db:copyright"/>
+ <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:articleinfo/db:legalnotice"/>
+ <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:artheader/db:legalnotice"/>
+ <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:info/db:legalnotice"/>
+ <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:articleinfo/db:pubdate"/>
+ <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:artheader/db:pubdate"/>
+ <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:info/db:pubdate"/>
+ <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:articleinfo/db:revision"/>
+ <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:artheader/db:revision"/>
+ <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:info/db:revision"/>
+ <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:articleinfo/db:revhistory"/>
+ <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:artheader/db:revhistory"/>
+ <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:info/db:revhistory"/>
+ <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:articleinfo/db:abstract"/>
+ <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:artheader/db:abstract"/>
+ <xsl:apply-templates mode="article.titlepage.recto.auto.mode" select="db:info/db:abstract"/>
+
+ <xsl:apply-templates select="//db:cover[1]/*"/>
</xsl:template>