diff options
author | filip <filip.komar@gmail.com> | 2021-02-20 22:48:55 +0100 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2021-02-20 22:48:55 +0100 |
commit | f0e176e9cb675dbbd33a1124208b495779902a3d (patch) | |
tree | 55f6e0571ff2dba871ac897008ce4130bca40f98 /en/doc | |
parent | 3f1cad88528f71d85f8d41b4cb53593f86763ee9 (diff) | |
download | www-f0e176e9cb675dbbd33a1124208b495779902a3d.tar www-f0e176e9cb675dbbd33a1124208b495779902a3d.tar.gz www-f0e176e9cb675dbbd33a1124208b495779902a3d.tar.bz2 www-f0e176e9cb675dbbd33a1124208b495779902a3d.tar.xz www-f0e176e9cb675dbbd33a1124208b495779902a3d.zip |
Text improvements suggested by Antony B.
Diffstat (limited to 'en/doc')
-rw-r--r-- | en/doc/doc.php | 2 | ||||
-rw-r--r-- | en/doc/index.php | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/en/doc/doc.php b/en/doc/doc.php index 49f46f63d..c528e680d 100644 --- a/en/doc/doc.php +++ b/en/doc/doc.php @@ -152,7 +152,7 @@ function doc_list($documentation_name, $type, $version) $language_present_before = ''; } } - $text_your_language = _r('Please help <a href="../community/">us</a> translate it in your language.') . '<br/>'; + $text_your_language = _r('Not <a href="../community/">yet</a> available in your language.') . ' ' . _r('Click bellow for alternative available languages.') . '<br/>'; $table .= sprintf("\t<caption class=\"caption-top\">%s<br/>" . PHP_EOL . "\t%s<a class=\"btn btn-sm btn-outline-primary\" data-toggle=\"collapse\" href=\"#table-$name-$version\" role=\"button\" aria-expanded=\"false\" aria-controls=\"table-$name-$version\"> ↘ </a></caption>" . PHP_EOL . '%s' . "\t<tbody class=\"collapse\" id=table-%s-%s>" . PHP_EOL , diff --git a/en/doc/index.php b/en/doc/index.php index b15692056..e57b210dc 100644 --- a/en/doc/index.php +++ b/en/doc/index.php @@ -28,17 +28,17 @@ $rtl = is_locale_rtl($locale); <h2><?php _g('Find your documentation')?></h2> <p><?php _g('Select the manual, the release of Mageia and the language you want to see.')?><br/> <?php _g('Documentation of old versions are available in the <a href="archive.php">archive page</a>.')?></p> - <p><?php _g('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 _g('Feel free to help us improving it!')?></p> + <p><?php _g('These manuals are the result of common work by the <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 _g('Feel free to help <a href="../community/">us improve</a> them, or to assist in translating them into your language.')?></p> <?php _g('Documentation built using the <a href="%s">Calenco tool from NeoDoc</a>.', 'http://www.neodoc.biz/', 'p')?> <hr> <h3>Mageia 7</h3> <div class="row"> <div class="col"> - <?php doc_list(_r('Installer'), 'installer', 7); ?> + <?php doc_list(_r('Control Center'), 'control_center', 7); ?> </div> <div class="col"> - <?php doc_list(_r('Control Center'), 'control_center', 7); ?> + <?php doc_list(_r('Installer'), 'installer', 7); ?> </div> <div class="col"> <?php doc_list(_r('Installation from LIVE medium'), 'draklive', 7); ?> |