aboutsummaryrefslogtreecommitdiffstats
path: root/en/1/nav.php
diff options
context:
space:
mode:
Diffstat (limited to 'en/1/nav.php')
-rw-r--r--en/1/nav.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/en/1/nav.php b/en/1/nav.php
index d6ac25d42..500318042 100644
--- a/en/1/nav.php
+++ b/en/1/nav.php
@@ -2,7 +2,8 @@
$_nt = array(
'en' => array('for-you' => 'For you', 'dl' => 'Download', 'next' => 'And next?', 'notes' => 'Notes'),
- 'fr' => array('for-you' => 'Pour vous', 'dl' => 'Télécharger', 'next' => 'Et après ?')
+ 'fr' => array('for-you' => 'Pour vous', 'dl' => 'Télécharger', 'next' => 'Et après ?'),
+ 'de' => array('for-you' => 'Für Sie', 'dl' => 'Download', 'next' => 'And nun?', 'notes' => 'Release-Notes')
);
if (array_key_exists($locale, $_nt))