diff -r a675745f8b2e -r 7355aab40bca authorisation/userpromptservice/test/tups_install/languagetable.h --- a/authorisation/userpromptservice/test/tups_install/languagetable.h Wed Aug 18 11:33:05 2010 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,132 +0,0 @@ -/* -* Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies). -* All rights reserved. -* This component and the accompanying materials are made available -* under the terms of the License "Eclipse Public License v1.0" -* which accompanies this distribution, and is available -* at the URL "http://www.eclipse.org/legal/epl-v10.html". -* -* Initial Contributors: -* Nokia Corporation - initial contribution. -* -* Contributors: -* -* Description: -* Table of languages -* -*/ - - - - -/** - @file -*/ - -#ifndef __LANGUAGETABLE_H__ -#define __LANGUAGETABLE_H__ - - -TPtrC KLanguageTable[100]= - { - _L("Test"), - _L("English"), - _L("French"), - _L("German"), - _L("Spanish"), - _L("Italian"), - _L("Swedish"), - _L("Danish"), - _L("Norwegian"), - _L("Finnish"), - _L("American"), - _L("SwissFrench"), - _L("SwissGerman"), - _L("Portuguese"), - _L("Turkish"), - _L("Icelandic"), - _L("Russian"), - _L("Hungarian"), - _L("Dutch"), - _L("BelgianFlemish"), - _L("Australian"), - _L("BelgianFrench"), - _L("Austrian"), - _L("NewZealand"), - _L("InternationalFrench"), - _L("Czech"), - _L("Slovak"), - _L("Polish"), - _L("Slovenian"), - _L("TaiwanChinese"), - _L("HongKongChinese"), - _L("PrcChinese"), - _L("Japanese"), - _L("Thai"), - _L("Afrikaans"), - _L("Albanian"), - _L("Amharic"), - _L("Arabic"), - _L("Armenian"), - _L("Tagalog"), - _L("Belarussian"), - _L("Bengali"), - _L("Bulgarian"), - _L("Burmese"), - _L("Catalan"), - _L("Croatian"), - _L("CanadianEnglish"), - _L("InternationalEnglish"), - _L("SouthAfricanEnglish"), - _L("Estonian"), - _L("Farsi"), - _L("CanadianFrench"), - _L("ScotsGaelic"), - _L("Georgian"), - _L("Greek"), - _L("CyprusGreek"), - _L("Gujarati"), - _L("Hebrew"), - _L("Hindi"), - _L("Indonesian"), - _L("Irish"), - _L("SwissItalian"), - _L("Kannada"), - _L("Kazakh"), - _L("Khmer"), - _L("Korean"), - _L("Lao"), - _L("Latvian"), - _L("Lithuanian"), - _L("Macedonian"), - _L("Malay"), - _L("Malayalam"), - _L("Marathi"), - _L("Moldavian"), - _L("Mongolian"), - _L("NorwegianNynorsk"), - _L("BrazilianPortuguese"), - _L("Punjabi"), - _L("Romanian"), - _L("Serbian"), - _L("Somali"), - _L("InternationalSpanish"), - _L("LatinAmericanSpanish"), - _L("Swahili"), - _L("Reserved1"), - _L("Tamil"), - _L("Telugu"), - _L("Tibetan"), - _L("Tigrinya"), - _L("CyprusTurkish"), - _L("Turkmen"), - _L("Ukrainian"), - _L("Urdu"), - _L("Reserved2"), - _L("Vietnamese"), - _L("Welsh"), - _L("Zulu"), - _L("Other") - }; - -#endif // __TSWISSERVER_H__