diff options
-rw-r--r-- | en/doc/doc.php | 2 | ||||
-rw-r--r-- | langs/en/documentation.en.lang | 17 | ||||
-rw-r--r-- | langs/fr/documentation.fr.lang | 3 |
3 files changed, 15 insertions, 7 deletions
diff --git a/en/doc/doc.php b/en/doc/doc.php index 69472f4bb..0aa9e5884 100644 --- a/en/doc/doc.php +++ b/en/doc/doc.php @@ -80,7 +80,7 @@ function doc_list($documentation_name, $type, $version, $link, $epub_link = null foreach($documentation[$type] as $single_version => $all_languages) { if($single_version < $version && in_array($link_locale, $all_languages)) { $language_present_before = "\t\t<tr><td>" . - sprintf("Translation was present in %s before.<br/>Maybe you can check documentation for %s in Mageia %s.", + sprintf(_t('Translation was present in %s before.<br/>Maybe you can check documentation for %s in Mageia %s.'), $langs[$locale], $documentation_name, $single_version) . "</td></tr>" . PHP_EOL; break; } else { diff --git a/langs/en/documentation.en.lang b/langs/en/documentation.en.lang index 7ce579735..127fc8ee3 100644 --- a/langs/en/documentation.en.lang +++ b/langs/en/documentation.en.lang @@ -1,4 +1,4 @@ -# Generated by extract2lang.php on 2014-01-28T20:41:10+00:00 +# Generated by extract2lang.php on 2014-01-31T15:48:27+00:00 # Domain documentation # include translation strings from: # en/doc/index.php @@ -90,26 +90,31 @@ Here you will find the documentation for the versions of Mageia that have reache If you are looking for the current versions, see <a href="index.php">here</a>. -# en/doc/doc.php +44 +# en/doc/doc.php +46 ;%s available in %s %s available in %s -# en/doc/doc.php +48 +# en/doc/doc.php +50 ;also as also as -# en/doc/doc.php +69 +# en/doc/doc.php +71 ;Documentation in your language: Documentation in your language: -# en/doc/doc.php +71 +# en/doc/doc.php +73 ;Other languages: Other languages: -# en/doc/doc.php +88 +# en/doc/doc.php +83 +;Translation was present in %s before.<br/>Maybe you can check documentation for %s in Mageia %s. +Translation was present in %s before.<br/>Maybe you can check documentation for %s in Mageia %s. + + +# en/doc/doc.php +90 ;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/fr/documentation.fr.lang b/langs/fr/documentation.fr.lang index eff8661bb..8efb648d9 100644 --- a/langs/fr/documentation.fr.lang +++ b/langs/fr/documentation.fr.lang @@ -109,6 +109,9 @@ Documentation dans votre langue: ;Other languages: Autre langues: +# en/doc/doc.php +83 +;Translation was present in %s before.<br/>Maybe you can check documentation for %s in Mageia %s. +La traduction était disponible en %s auparavant. Peut-être que vous pouvez vérifier la documentation dans la section %s dans Mageia %s. # en/doc/doc.php +88 ;Please help <a href="../community/">us</a> translate it in your language. |