aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--en/doc/archive.php6
-rw-r--r--en/doc/doc.php11
-rw-r--r--en/doc/index.php2
-rw-r--r--langs/en/documentation.en.lang30
-rw-r--r--langs/sl/documentation.sl.lang115
5 files changed, 143 insertions, 21 deletions
diff --git a/en/doc/archive.php b/en/doc/archive.php
index 5ec5965a6..fe41215fe 100644
--- a/en/doc/archive.php
+++ b/en/doc/archive.php
@@ -10,7 +10,7 @@ require 'doc.php';
<head>
<meta charset="utf-8">
<title><?php _e('Mageia Documentation\'s Archive')?></title>
- <meta name="description" content="<?php _e('Old documentation for Mageia distribution and its tools.')?>">
+ <meta name="description" content="<?php _e('Documentation for previous releases of Mageia distribution and its tools.')?>">
<meta name="keywords" content="<?php _e('doc,documentation,help,guide,installer,installation,mageia,linux')?>">
<link rel="stylesheet" href="/g/style/all.css" type="text/css">
</head>
@@ -22,8 +22,8 @@ require 'doc.php';
<div class="yui-g">
<div class="para donate" style="padding-top: 2em;">
<h2><?php _e('Some More documentation')?></h2>
- <p><?php _e('You will find here the documentations for the versions of Mageia that have reached their End-Of-Life.')?><br/>
- <?php _e('If you are looking for the current versions, see <a href="index.php">here</a>)')?></p>
+ <p><?php _e('Here you will find the documentation for the versions of Mageia that have reached their End-Of-Life.')?><br/>
+ <?php _e('If you are looking for the current versions, see <a href="index.php">here</a>.')?></p>
<hr>
<h3>Mageia 2</h3>
<div style="float: left; margin: 2em;">
diff --git a/en/doc/doc.php b/en/doc/doc.php
index ca93060a3..cec324811 100644
--- a/en/doc/doc.php
+++ b/en/doc/doc.php
@@ -24,6 +24,7 @@ function doc_list($documentation_name, $type, $version, $link, $epub_link = null
$text_others = '';
$your_language_present = FALSE;
$other_languages_present = FALSE;
+ $note_printed = FALSE;
$table = PHP_EOL . '<table class="dlt2 dlinfo" style="font-size: 10pt;">' . PHP_EOL;
// $table .= '<thead><tr><th></th></tr></thead>';
$table .= "\t<tbody>" . PHP_EOL;
@@ -53,8 +54,14 @@ function doc_list($documentation_name, $type, $version, $link, $epub_link = null
if (is_null($epub_link) or is_null($pdf_link)) {
$others[] = sprintf('%s<br/>%s', $lng_name, sprintf($link, $lng));
} else {
- $others[] = sprintf('%s<br/>%s <span style="font-size: 07pt;">(%s , %s)</span>',
- $lng_name, sprintf($link, $lng), sprintf($epub_link, $lng), sprintf($pdf_link, $lng), sprintf($link, $lng));
+ if(!$note_printed) {
+ $note = _t('also as');
+ $note_printed = TRUE;
+ } else {
+ $note = '';
+ }
+ $others[] = sprintf('%s<br/>%s <span style="font-size: 07pt;">(%s%s , %s)</span>',
+ $lng_name, sprintf($link, $lng), $note, sprintf($epub_link, $lng), sprintf($pdf_link, $lng), sprintf($link, $lng));
}
}
}
diff --git a/en/doc/index.php b/en/doc/index.php
index af042f46b..195096191 100644
--- a/en/doc/index.php
+++ b/en/doc/index.php
@@ -25,7 +25,7 @@ require 'doc.php';
<div class="para donate" style="padding-top: 2em;">
<h2><?php _e('Find your documentation')?></h2>
<p><?php _e('Select the manual, the release of Mageia and the language you want to see.')?><br/>
- <?php _e('Documentation of old versions are available in the <a href="archive.php">archive page</a>')?></p>
+ <?php _e('Documentation of old versions are available in the <a href="archive.php">archive page</a>.')?></p>
<p><?php _e('Those manuals are the result of common work of <a href="https://wiki.mageia.org/en/Documentation_team">documentation</a> and <a href="https://wiki.mageia.org/en/Internationalisation_Team_(i18n)">translation</a> teams.')?><br/>
<?php _e('Feel free to help us improving it!')?></p>
<hr>
diff --git a/langs/en/documentation.en.lang b/langs/en/documentation.en.lang
index 85024c1bd..7ce579735 100644
--- a/langs/en/documentation.en.lang
+++ b/langs/en/documentation.en.lang
@@ -1,5 +1,5 @@
-# Generated by extract2lang.php on 2014-01-28T19:06:01+00:00
-# Domain documentation_
+# Generated by extract2lang.php on 2014-01-28T20:41:10+00:00
+# Domain documentation
# include translation strings from:
# en/doc/index.php
# en/doc/archive.php
@@ -31,8 +31,8 @@ Select the manual, the release of Mageia and the language you want to see.
# en/doc/index.php +28
-;Documentation of old versions are available in the <a href="archive.php">archive page</a>
-Documentation of old versions are available in the <a href="archive.php">archive page</a>
+;Documentation of old versions are available in the <a href="archive.php">archive page</a>.
+Documentation of old versions are available in the <a href="archive.php">archive page</a>.
# en/doc/index.php +29
@@ -71,8 +71,8 @@ Mageia Documentation's Archive
# en/doc/archive.php +13
-;Old documentation for Mageia distribution and its tools.
-Old documentation for Mageia distribution and its tools.
+;Documentation for previous releases of Mageia distribution and its tools.
+Documentation for previous releases of Mageia distribution and its tools.
# en/doc/archive.php +24
@@ -81,35 +81,35 @@ Some More documentation
# en/doc/archive.php +25
-;You will find here the documentations for the versions of Mageia that have reached their End-Of-Life.
-You will find here the documentations for the versions of Mageia that have reached their End-Of-Life.
+;Here you will find the documentation for the versions of Mageia that have reached their End-Of-Life.
+Here you will find the documentation for the versions of Mageia that have reached their End-Of-Life.
# en/doc/archive.php +26
-;If you are looking for the current versions, see <a href="index.php">here</a>)
-If you are looking for the current versions, see <a href="index.php">here</a>)
+;If you are looking for the current versions, see <a href="index.php">here</a>.
+If you are looking for the current versions, see <a href="index.php">here</a>.
-# en/doc/doc.php +43
+# en/doc/doc.php +44
;%s available in %s
%s available in %s
-# en/doc/doc.php +47
+# en/doc/doc.php +48
;also as
also as
-# en/doc/doc.php +62
+# en/doc/doc.php +69
;Documentation in your language:
Documentation in your language:
-# en/doc/doc.php +64
+# en/doc/doc.php +71
;Other languages:
Other languages:
-# en/doc/doc.php +81
+# en/doc/doc.php +88
;Please help <a href="../community/">us</a> translate it in your language.
Please help <a href="../community/">us</a> translate it in your language.
diff --git a/langs/sl/documentation.sl.lang b/langs/sl/documentation.sl.lang
new file mode 100644
index 000000000..bb995dbe2
--- /dev/null
+++ b/langs/sl/documentation.sl.lang
@@ -0,0 +1,115 @@
+# Generated by extract2lang.php on 2014-01-28T20:41:10+00:00
+# Domain documentation
+# include translation strings from:
+# en/doc/index.php
+# en/doc/archive.php
+# en/doc/doc.php
+
+# en/doc/index.php +14
+;Mageia Documentation
+Dokumentacija Mageje
+
+
+# en/doc/index.php +15
+;Documentation for Mageia distribution and its tools.
+Dokumentacija za distribucijo Mageia in njena orodja.
+
+
+# en/doc/index.php +16
+;doc,documentation,help,guide,installer,installation,mageia,linux
+doc, dokumentacija, pomoč, vodič, priročnik, navodila, namestitveni program, namestitev, mageia, linux
+
+
+# en/doc/index.php +26
+;Find your documentation
+Poiščite željeno dokumentacijo
+
+
+# en/doc/index.php +27
+;Select the manual, the release of Mageia and the language you want to see.
+Izberite vrsto dokumenta, izdajo Mageje in željeni jezik.
+
+
+# en/doc/index.php +28
+;Documentation of old versions are available in the <a href="archive.php">archive page</a>.
+Dokumentacija za starejše izdaje je na voljo na <a href="archive.php">strani arhiva</a>.
+
+
+# en/doc/index.php +29
+;Those manuals are the result of common work of <a href="https://wiki.mageia.org/en/Documentation_team">documentation</a> and <a href="https://wiki.mageia.org/en/Internationalisation_Team_(i18n)">translation</a> teams.
+Ta navodila so rezultat skupnega dela ekipe za <a href="https://wiki.mageia.org/en/Documentation_team">dokumentacijo</a> in <a href="https://wiki.mageia.org/en/Internationalisation_Team_(i18n)">prevejanje</a>.
+
+
+# en/doc/index.php +30
+;Feel free to help us improving it!
+Lepo vabljeni na pomoč pri izboljšavi!
+
+
+# en/doc/index.php +35
+;Installer
+Namestitveni program
+
+
+# en/doc/index.php +42
+;Control Center
+Nadzorno središče
+
+
+# en/doc/index.php +65
+;Mageia sitemap
+Načrt spletišča Mageia
+
+
+# en/doc/index.php +66
+;Support
+Podpora
+
+
+# en/doc/archive.php +12
+;Mageia Documentation's Archive
+Arhiv dokumentacije Mageje
+
+
+# en/doc/archive.php +13
+;Documentation for previous releases of Mageia distribution and its tools.
+Dokumentacija prejšnjih izdaj distribucije Mageia in njenih orodij.
+
+
+# en/doc/archive.php +24
+;Some More documentation
+Še nekaj dokumentacije
+
+
+# en/doc/archive.php +25
+;Here you will find the documentation for the versions of Mageia that have reached their End-Of-Life.
+Tukaj boste našli dokumentacijo za izdaje Mageje, ki so dosegle konec podpore.
+
+
+# en/doc/archive.php +26
+;If you are looking for the current versions, see <a href="index.php">here</a>.
+Aktualne različice najdete <a href="index.php">tukaj</a>.
+
+
+# en/doc/doc.php +44
+;%s available in %s
+%s na voljo kot %s
+
+
+# en/doc/doc.php +48
+;also as
+in tudi kot
+
+
+# en/doc/doc.php +69
+;Documentation in your language:
+Dokumentacija v vašem jeziku:
+
+
+# en/doc/doc.php +71
+;Other languages:
+Drugi jeziki:
+
+
+# en/doc/doc.php +88
+;Please help <a href="../community/">us</a> translate it in your language.
+Pomagajte <a href="../community/">nam</a> prevesti ta navodila v slovenščino.