diff options
author | Romain d'Alverny <rda@mageia.org> | 2011-06-06 16:28:36 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2011-06-06 16:28:36 +0000 |
commit | ead8bb3a20446cc0e721918d5b1fba15db7bcf82 (patch) | |
tree | fafb54ae613cd00d4d66a2f4773ba8030d7b581b /langs.php | |
parent | cc0067cdc0d588582f4de45fbd923619a27436b0 (diff) | |
download | www-ead8bb3a20446cc0e721918d5b1fba15db7bcf82.tar www-ead8bb3a20446cc0e721918d5b1fba15db7bcf82.tar.gz www-ead8bb3a20446cc0e721918d5b1fba15db7bcf82.tar.bz2 www-ead8bb3a20446cc0e721918d5b1fba15db7bcf82.tar.xz www-ead8bb3a20446cc0e721918d5b1fba15db7bcf82.zip |
el strings for nav (dimitris)
Diffstat (limited to 'langs.php')
-rw-r--r-- | langs.php | 17 |
1 files changed, 11 insertions, 6 deletions
@@ -68,14 +68,15 @@ $nav_list = array( "http://blog.mageia.org/{$locale}" => array( 'el' => 'Ιστολόγιο', 'en' => 'Blog', - //'fr' => 'Actus', 'et' => 'Ajaveeb', + //'fr' => 'Actus', 'tr' => 'Web Günlüğü', 'ru' => 'Блог' ), "/downloads/" => array( //"/{$locale}/downloads/" => array( 'de' => 'Herunterladen', + 'el' => 'Λήψεις', 'en' => 'Downloads', 'es' => 'Descargas', 'et' => 'Allalaadimine', @@ -86,10 +87,11 @@ $nav_list = array( 'zh-tw' => '下載' ), '/support/' => array( - 'en' => 'Support', - 'fr' => 'Assistance', 'de' => 'Unterstützung', + 'el' => 'Υποστήριξη', + 'en' => 'Support', 'es' => 'Soporte', + 'fr' => 'Assistance', 'it' => 'Supporto' ), /* @@ -99,12 +101,14 @@ $nav_list = array( ), */ 'http://forums.mageia.org/' => array( + 'el' => 'Φόρουμ', 'en' => 'Forum', 'es' => 'Foro' ), '/contribute/' => array( - 'en' => 'Contribute', 'de' => 'Mitwirken', + 'el' => 'Συνεισφέρετε', + 'en' => 'Contribute', 'es' => 'Contribuir', 'fr' => 'Contribuer', 'it' => 'Contribuire' @@ -156,10 +160,11 @@ $nav_list = array( 'ru' => 'Пожертвования' ), '/en/about/' => array( - 'en' => 'About', - 'fr' => 'À propos', 'de' => 'Über', + 'el' => 'Σχετικά', + 'en' => 'About', 'es' => 'Acerca de', + 'fr' => 'À propos', 'it' => 'A proposito di' ), ); |