From 425f22f951c6db51412d759aba4737fc23158203 Mon Sep 17 00:00:00 2001 From: Oliver Burger Date: Fri, 3 Jun 2011 16:44:06 +0000 Subject: added German translations --- langs.php | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'langs.php') diff --git a/langs.php b/langs.php index fea6c7be1..2ca07c8d8 100644 --- a/langs.php +++ b/langs.php @@ -85,7 +85,8 @@ $nav_list = array( ), '/support/' => array( 'en' => 'Support', - 'fr' => 'Assistance' + 'fr' => 'Assistance', + 'de' => 'Unterstützung' ), /* '/community/' => array( @@ -94,7 +95,11 @@ $nav_list = array( ), */ 'http://forums.mageia.org/' => 'Forum', - '/contribute/' => 'Contribute', + //'/contribute/' => 'Contribute', + '/contribute/' => array( + 'en' => 'Contribute', + 'de' => 'Mitwirken' + ), '/wiki/' => 'Wiki', /* '/en/calendar/' => array( -- cgit v1.2.1