diff options
author | Oliver Burger <obgr_seneca@mageia.org> | 2011-06-02 09:48:12 +0000 |
---|---|---|
committer | Oliver Burger <obgr_seneca@mageia.org> | 2011-06-02 09:48:12 +0000 |
commit | 6da0552ae9148c77a076da24698d0dcdebb99f80 (patch) | |
tree | a27e4294fcec8ace04291ed81532cc4461747957 /en/1 | |
parent | 7149e3f5920523665fd1ec38f03b280dc8e7071a (diff) | |
download | www-6da0552ae9148c77a076da24698d0dcdebb99f80.tar www-6da0552ae9148c77a076da24698d0dcdebb99f80.tar.gz www-6da0552ae9148c77a076da24698d0dcdebb99f80.tar.bz2 www-6da0552ae9148c77a076da24698d0dcdebb99f80.tar.xz www-6da0552ae9148c77a076da24698d0dcdebb99f80.zip |
fixed linkt to contribute/, see Bug #1516
Diffstat (limited to 'en/1')
-rw-r--r-- | en/1/for-you/locales.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/en/1/for-you/locales.php b/en/1/for-you/locales.php index 03be85385..c7038aaac 100644 --- a/en/1/for-you/locales.php +++ b/en/1/for-you/locales.php @@ -48,7 +48,7 @@ $_t = array( 'p_developers_5' => 'We\'re ready to welcome your feedback and contributions to improve this for next release - check the contact links, and contact us with questions and suggestions.', 'h3_sysadmins' => 'Sysadmins!', 'h3_contributors' => 'Contributors!', - 'p_contributors' => 'Get more information <a href="./contributor/">here</a>.' + 'p_contributors' => 'Get more information <a href="../../../contribute/">here</a>.' ), 'uk' => array( 'page_title' => 'Mageia 1 is for you!', @@ -98,7 +98,7 @@ $_t = array( 'p_developers_5' => 'Ми будемо раді вашим відгукам та участі у покращенні наступного випуску. Скористайтеся даними щодо встановлення зв’язку з нами та надсилайте ваші питання та пропозиції.', 'h3_sysadmins' => 'Системні адміністратори!', 'h3_contributors' => 'Учасники розробки!', - 'p_contributors' => 'Докладнішу інформацію розміщено на <a href="./contributor/">цій сторінці</a>.' + 'p_contributors' => 'Докладнішу інформацію розміщено на <a href="../../../contribute/">цій сторінці</a>.' ), 'de' => array( 'page_title' => 'Mageia 1 ist für Sie!', @@ -148,7 +148,7 @@ $_t = array( 'p_developers_5' => 'Wir sind bereit, Ihre Anregungen und Beiträge für das nächste Release zu verbessern - überprüfen Sie die Kontakt-Links, und kontaktieren Sie uns bei Fragen und Anregungen.', 'h3_sysadmins' => 'Systemadministratoren!', 'h3_contributors' => 'Mitwirkende!', - 'p_contributors' => 'Mehr Informationen <a href="./contributor/">hier</a>.' + 'p_contributors' => 'Mehr Informationen <a href="../../../contribute/">hier</a>.' ) ); |