notepad-plus-plus-legacy/PowerEditor/src/localizationString.h

123 lines
10 KiB
C
Raw Normal View History

<EFBFBD><EFBFBD>// This file is part of Notepad++ project
// Copyright (C)2003 Don HO <don.h@free.fr>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; either
// version 2 of the License, or (at your option) any later version.
//
// Note that the GPL places important restrictions on "derived works", yet
// it does not provide a detailed definition of that term. To avoid
// misunderstandings, we consider an application to constitute a
// "derivative work" for the purpose of this license if it does any of the
// following:
// 1. Integrates source code from Notepad++.
// 2. Integrates/includes/aggregates Notepad++ into a proprietary executable
// installer, such as those produced by InstallShield.
// 3. Links to a library or executes a program that does any of the above.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#ifndef LOCALIZATIONSTRING_H
#define LOCALIZATIONSTRING_H
LocalizationSwitcher::LocalizationDefinition localizationDefs[] = {
{TEXT("English"), TEXT("english.xml")},
{TEXT("English (customizable)"), TEXT("english_customizable.xml")},
{TEXT("Fran<00>ais"), TEXT("french.xml")},
{TEXT("-N<>eA~Ԛ"), TEXT("chinese.xml")},
{TEXT("-N<>e<EFBFBD>{SO"), TEXT("chineseSimplified.xml")},
{TEXT("\<EFBFBD>m<EFBFBD><EFBFBD><EFBFBD>"), TEXT("korean.xml")},
{TEXT("<00>e,g<><67>"), TEXT("japanese.xml")},
{TEXT("Deutsch"), TEXT("german.xml")},
{TEXT("Espa<00>ol"), TEXT("spanish.xml")},
{TEXT("Italiano"), TEXT("italian.xml")},
{TEXT("Portugu<00>s"), TEXT("portuguese.xml")},
{TEXT("Portugu<00>s brasileiro"), TEXT("brazilian_portuguese.xml")},
{TEXT("Nederlands"), TEXT("dutch.xml")},
{TEXT(" CAA:89"), TEXT("russian.xml")},
{TEXT("Polski"), TEXT("polish.xml")},
{TEXT("Catal<00>"), TEXT("catalan.xml")},
{TEXT(" esky"), TEXT("czech.xml")},
{TEXT("Magyar"), TEXT("hungarian.xml")},
{TEXT("Rom<00>n"), TEXT("romanian.xml")},
{TEXT("T<00>rk<00>e"), TEXT("turkish.xml")},
{TEXT("A'13<06>"), TEXT("farsi.xml")},
{TEXT("#:@0W=AL:0"), TEXT("ukrainian.xml")},
{TEXT("<00><05><05><05><05>"), TEXT("hebrew.xml")},
{TEXT("Nynorsk"), TEXT("nynorsk.xml")},
{TEXT("Norsk"), TEXT("norwegian.xml")},
{TEXT("Occitan"), TEXT("occitan.xml")},
{TEXT("D""), TEXT("thai.xml")},
{TEXT("Furlan"), TEXT("friulian.xml")},
{TEXT("'DR9N1N(JQ)"), TEXT("arabic.xml")},
{TEXT("Suomi"), TEXT("finnish.xml")},
{TEXT("Lietuvis"), TEXT("lithuanian.xml")},
{TEXT("<00><03><03><03><03><03><03><03>"), TEXT("greek.xml")},
{TEXT("Svenska"), TEXT("swedish.xml")},
{TEXT("Galego"), TEXT("galician.xml")},
{TEXT("Slovena ina"), TEXT("slovenian.xml")},
{TEXT("Sloven ina"), TEXT("slovak.xml")},
{TEXT("Dansk"), TEXT("danish.xml")},
{TEXT("Estreme<00>u"), TEXT("extremaduran.xml")},
{TEXT("}emaitiu ruoda"), TEXT("samogitian.xml")},
{TEXT("J;30@A:8"), TEXT("bulgarian.xml")},
{TEXT("Bahasa Indonesia"), TEXT("indonesian.xml")},
{TEXT("Gjuha shqipe"), TEXT("albanian.xml")},
{TEXT("Hrvatski jezik"), TEXT("croatian.xml")},
{TEXT("<00><10><10><10><10><10><10> <00><10><10>"), TEXT("georgian.xml")},
{TEXT("Euskara"), TEXT("basque.xml")},
{TEXT("Espa<00>ol argentina"), TEXT("spanish_ar.xml")},
{TEXT("5;0@CA:0O <>20"), TEXT("belarusian.xml")},
{TEXT("Srpski"), TEXT("serbian.xml")},
{TEXT("C@?A:8"), TEXT("serbianCyrillic.xml")},
{TEXT("Bahasa Melayu"), TEXT("malay.xml")},
{TEXT("L<00>tzebuergesch"), TEXT("luxembourgish.xml")},
{TEXT("Tagalog"), TEXT("tagalog.xml")},
{TEXT("Afrikaans"), TEXT("afrikaans.xml")},
{TEXT("<00>070<04>H0"), TEXT("kazakh.xml")},
{TEXT("O zbekcha"), TEXT("uzbek.xml")},
{TEXT("715:G0"), TEXT("uzbekCyrillic.xml")},
{TEXT("K@3K7 B8;8"), TEXT("kyrgyz.xml")},
{TEXT("0:54>=A:8 X078:"), TEXT("macedonian.xml")},
{TEXT("latvieau valoda"), TEXT("latvian.xml")},
{TEXT("<00> <0B> <0B> <0B> <0B> "), TEXT("tamil.xml")},
{TEXT("AzYrbaycan dili"), TEXT("azerbaijani.xml")},
{TEXT("Bosanski"), TEXT("bosnian.xml")},
{TEXT("Esperanto"), TEXT("esperanto.xml")},
{TEXT("Zeneize"), TEXT("ligurian.xml")},
{TEXT("9 ? ( M & @ "), TEXT("hindi.xml")},
{TEXT("Sardu"), TEXT("sardinian.xml")},
{TEXT("&<06>J:<06>1<06><06>"), TEXT("uyghur.xml")},
{TEXT("$ F 2 A  A "), TEXT("telugu.xml")},
{TEXT("aragon<00>s"), TEXT("aragonese.xml")},
{TEXT("<00> <09> <09> <09> <09> "), TEXT("bengali.xml")},
{TEXT("<00> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> "), TEXT("sinhala.xml")},
{TEXT("Taqbaylit"), TEXT("kabyle.xml")},
{TEXT(". 0 > @ "), TEXT("marathi.xml")},
{TEXT("ti<00>ng Vi<00>t"), TEXT("vietnamese.xml")},
{TEXT("Aran<00>s"), TEXT("aranese.xml")},
{TEXT("<00>
<EFBFBD>
<EFBFBD>
<EFBFBD>
<EFBFBD>
<EFBFBD>
<EFBFBD>
"), TEXT("gujarati.xml")},
{TEXT(">=3>; EM;"), TEXT("mongolian.xml")},
{TEXT("'O1/OH "), TEXT("urdu.xml")},
{TEXT("<00> <0C> <0C> <0C> <0C>  "), TEXT("kannada.xml")},
{TEXT("Cymraeg"), TEXT("welsh.xml")},
{TEXT("eesti keel"), TEXT("estonian.xml")},
{TEXT(""><EFBFBD>8:"), TEXT("tajikCyrillic.xml")}
};
#endif LOCALIZATIONSTRING_H