aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 500318042..a4e7f3bc7 100644
--- a/en/1/nav.php
+++ b/en/1/nav.php
@@ -1,9 +1,10 @@
<?php
$_nt = array(
+ 'de' => array('for-you' => 'Für Sie', 'dl' => 'Download', 'next' => 'Und nun?', 'notes' => 'Release-Notes'),
'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&nbsp;?'),
- 'de' => array('for-you' => 'Für Sie', 'dl' => 'Download', 'next' => 'And nun?', 'notes' => 'Release-Notes')
+ 'uk' => array('for-you' => 'Для вас', 'dl' => 'Звантаження', 'next' => 'Що далі?', 'notes' => 'Нотатки')
);
if (array_key_exists($locale, $_nt))