aboutsummaryrefslogtreecommitdiffstats
path: root/en/2
diff options
context:
space:
mode:
authorFilip Komar <filip@mageia.org>2013-05-23 19:16:18 +0000
committerFilip Komar <filip@mageia.org>2013-05-23 19:16:18 +0000
commite6f792ad41f78aeac0c6cfb33e172fe33092ae96 (patch)
treeff4f33cc7d7b5eb734c752828cf6ac76680014eb /en/2
parent72295bf61019b87fbe4d2f6446adfebc6ffcb34a (diff)
downloadwww-e6f792ad41f78aeac0c6cfb33e172fe33092ae96.tar
www-e6f792ad41f78aeac0c6cfb33e172fe33092ae96.tar.gz
www-e6f792ad41f78aeac0c6cfb33e172fe33092ae96.tar.bz2
www-e6f792ad41f78aeac0c6cfb33e172fe33092ae96.tar.xz
www-e6f792ad41f78aeac0c6cfb33e172fe33092ae96.zip
removal of dead code from before lang files age
Diffstat (limited to 'en/2')
-rw-r--r--en/2/nav.php23
1 files changed, 0 insertions, 23 deletions
diff --git a/en/2/nav.php b/en/2/nav.php
index 194b58df1..a1d2344cf 100644
--- a/en/2/nav.php
+++ b/en/2/nav.php
@@ -1,28 +1,5 @@
<?php
-$_nt = array(
- 'cs' => array('for-you' => 'Pro vás', 'dl' => 'Stáhnout', 'next' => 'A dále?', 'notes' => 'Poznámky'),
- 'de' => array('for-you' => 'Für Sie', 'dl' => 'Download', 'next' => 'Und nun?', 'notes' => 'Release-Notes'),
- 'el' => array('for-you' => 'Για εσάς', 'dl' => 'Λήψη', 'next' => 'Και μετά;', 'notes' => 'Σημειώσεις'),
- 'en' => array('for-you' => 'For you', 'dl' => 'Download', 'next' => 'And next?', 'notes' => 'Notes'),
- 'es' => array('for-you' => 'Para usted', 'dl' => 'Descargar', 'next' => '¿Y qué sigue?', 'notes' => 'Notas'),
- '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&nbsp;?'),
- 'it' => array('for-you' => 'Per voi', 'dl' => 'Scaricare', 'next' => 'E dopo&nbsp;?', 'notes' => 'Note'),
- 'nb' => array('for-you' => 'For deg', 'dl' => 'Last ned', 'next' => 'Neste steg?', 'notes' => 'Merknader'),
- 'nl' => array('for-you' => 'Voor u', 'dl' => 'Download', 'next' => 'En nu?', 'notes' => 'Opmerkingen'),
- 'pt' => array('for-you' => 'Para si', 'dl' => 'Transferir', 'next' => 'E depois?', 'notes' => 'Notas'),
- 'ro' => array('for-you' => 'Pentru voi', 'dl' => 'Descărcați', 'next' => 'Și după?', 'notes' => 'Notele ediției'),
- 'tr' => array('for-you' => 'Sizin için', 'dl' => 'İndirin', 'next' => 'Peki sonra?', 'notes' => 'Notlar'),
- 'uk' => array('for-you' => 'Для вас', 'dl' => 'Звантаження', 'next' => 'Що далі?', 'notes' => 'Нотатки'),
- 'zh-tw' => array('for-you' => '為了您', 'dl' => '下載', 'next' => '下一步呢?', 'notes' => '通告')
-);
-
-if (array_key_exists($locale, $_nt))
- $_nt = array_merge($_nt['en'], $_nt[$locale]);
-else
- $_nt = $_nt['en'];
-
$nav = array(
"/{$locale}/2/" => _t('Mageia 2'),
"/{$locale}/2/download_index.php" => _t('Download'),