diff options
Diffstat (limited to 'docs/stylesheets/WebHelp-MCC.xsl')
| -rw-r--r-- | docs/stylesheets/WebHelp-MCC.xsl | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/docs/stylesheets/WebHelp-MCC.xsl b/docs/stylesheets/WebHelp-MCC.xsl index 9b8bf866..67421c75 100644 --- a/docs/stylesheets/WebHelp-MCC.xsl +++ b/docs/stylesheets/WebHelp-MCC.xsl @@ -83,17 +83,17 @@ are in the xml:id's --> </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: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="en"> <l:gentext key="Search" text="Search"/> @@ -249,7 +249,7 @@ are in the xml:id's --> <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> <l:l10n language="pt"> <l:gentext key="Search" text="Pesquisa"/> <l:gentext key="Enter_a_term_and_click" text="Enter a term and click "/> @@ -382,16 +382,16 @@ are in the xml:id's --> <xsl:param select="1" name="chunk.first.sections"></xsl:param> -<!-- the above didn't make a difference at first, but was needed after moving - 2nd level includes from MCC.xml to the first sections of the chapters: +<!-- the above didn't make a difference at first, but was needed after moving + 2nd level includes from MCC.xml to the first sections of the chapters: to the files software-management.xml and mcc-*.xml and after making those files the (only and) first level includes in MCC.xml--> -<!-- but the following line did the trick already on its own when all includes - were still in MCC.xml and I had put them inside 1st level (MCC-*) +<!-- but the following line did the trick already on its own when all includes + were still in MCC.xml and I had put them inside 1st level (MCC-*) sections, which made the includes 2nd level. --> -<xsl:param select="2" name="chunk.section.depth"></xsl:param> +<xsl:param select="2" name="chunk.section.depth"></xsl:param> <xsl:template name="article.titlepage.recto"> <xsl:choose> |
