From 9206cd288161306f315280691e9b5d58cf2bee64 Mon Sep 17 00:00:00 2001 From: Oliver Burger Date: Thu, 2 Jun 2011 10:11:02 +0000 Subject: Added Taiwanese translation (Franklin) --- en/1/nav.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'en/1/nav.php') diff --git a/en/1/nav.php b/en/1/nav.php index 9423449cd..83280f0e2 100644 --- a/en/1/nav.php +++ b/en/1/nav.php @@ -7,7 +7,8 @@ $_nt = array( 'et' => array('for-you' => 'Teie jaoks', 'dl' => 'Allalaadimine', 'next' => 'Ja mis edasi?', 'notes' => 'Märkmed'), 'fr' => array('for-you' => 'Pour vous', 'dl' => 'Télécharger', 'next' => 'Et après ?'), 'it' => array('for-you' => 'Per voi', 'dl' => 'Scaricare', 'next' => 'E dopo ?', 'notes' => 'Note'), - 'uk' => array('for-you' => 'Для вас', 'dl' => 'Звантаження', 'next' => 'Що далі?', 'notes' => 'Нотатки') + 'uk' => array('for-you' => 'Для вас', 'dl' => 'Звантаження', 'next' => 'Що далі?', 'notes' => 'Нотатки'), + 'zh-tw' => array('for-you' => '為了您', 'dl' => '下載', 'next' => '下一步呢?', 'notes' => '通告') ); if (array_key_exists($locale, $_nt)) -- cgit v1.2.1