aboutsummaryrefslogtreecommitdiffstats
path: root/en/1/nav.php
diff options
context:
space:
mode:
authorOliver Burger <obgr_seneca@mageia.org>2011-06-01 17:34:31 +0000
committerOliver Burger <obgr_seneca@mageia.org>2011-06-01 17:34:31 +0000
commit9b556e4b2be0f0968fafec78045dbf6876cd7c11 (patch)
tree39fc32b01631f09190716e46604ab22176ba284e /en/1/nav.php
parent3210737533a9dde7dc7348fee3e6f13b1df12ddd (diff)
downloadwww-9b556e4b2be0f0968fafec78045dbf6876cd7c11.tar
www-9b556e4b2be0f0968fafec78045dbf6876cd7c11.tar.gz
www-9b556e4b2be0f0968fafec78045dbf6876cd7c11.tar.bz2
www-9b556e4b2be0f0968fafec78045dbf6876cd7c11.tar.xz
www-9b556e4b2be0f0968fafec78045dbf6876cd7c11.zip
Added Ukrainian translation (Yurchor)
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 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))