2 * Bittorrent Client using Qt and libtorrent.
3 * Copyright (C) 2015 Mike Tzou
5 * This program is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU General Public License
7 * as published by the Free Software Foundation; either version 2
8 * of the License, or (at your option) any later version.
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
15 * You should have received a copy of the GNU General Public License
16 * along with this program; if not, write to the Free Software
17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19 * In addition, as a special exception, the copyright holders give permission to
20 * link this program with the OpenSSL project's "OpenSSL" library (or with
21 * modified versions of it that use the same license as the "OpenSSL" library),
22 * and distribute the linked executables. You must obey the GNU General Public
23 * License in all respects for all of the code used other than "OpenSSL". If you
24 * modify file(s), you may extend this exception to your version of the file(s),
25 * but you are not obligated to do so. If you do not wish to do so, delete this
26 * exception statement from your version.
31 // Because of the poor handling of UTF-8 characters in MSVC (emits warning C4819),
32 // we put all problematic UTF-8 chars/strings in this file.
33 // See issue #3059 for more details (https://github.com/qbittorrent/qBittorrent/issues/3059).
35 const char C_COPYRIGHT
[] = "©";
36 const char C_INEQUALITY
[] = "≠";
37 const char C_INFINITY
[] = "∞";
38 const char C_NON_BREAKING_SPACE
[] = " ";
39 const char C_THIN_SPACE
[] = " ";
40 const char C_UTP
[] = "μTP";
42 const char C_LOCALE_ARABIC
[] = "عربي";
43 const char C_LOCALE_ARMENIAN
[] = "Հայերեն";
44 const char C_LOCALE_AZERBAIJANI
[] = "Azərbaycan dili";
45 const char C_LOCALE_BASQUE
[] = "Euskara";
46 const char C_LOCALE_BULGARIAN
[] = "Български";
47 const char C_LOCALE_BYELORUSSIAN
[] = "Беларуская";
48 const char C_LOCALE_CATALAN
[] = "Català";
49 const char C_LOCALE_CHINESE_SIMPLIFIED
[] = "简体中文";
50 const char C_LOCALE_CHINESE_TRADITIONAL_HK
[] = "香港正體字";
51 const char C_LOCALE_CHINESE_TRADITIONAL_TW
[] = "正體中文";
52 const char C_LOCALE_CROATIAN
[] = "Hrvatski";
53 const char C_LOCALE_CZECH
[] = "Čeština";
54 const char C_LOCALE_DANISH
[] = "Dansk";
55 const char C_LOCALE_DUTCH
[] = "Nederlands";
56 const char C_LOCALE_ENGLISH
[] = "English";
57 const char C_LOCALE_ENGLISH_AUSTRALIA
[] = "English (Australia)";
58 const char C_LOCALE_ENGLISH_UNITEDKINGDOM
[] = "English (United Kingdom)";
59 const char C_LOCALE_ESPERANTO
[] = "Esperanto";
60 const char C_LOCALE_ESTONIAN
[] = "Eesti, eesti keel";
61 const char C_LOCALE_FINNISH
[] = "Suomi";
62 const char C_LOCALE_FRENCH
[] = "Français";
63 const char C_LOCALE_GALICIAN
[] = "Galego";
64 const char C_LOCALE_GEORGIAN
[] = "ქართული";
65 const char C_LOCALE_GERMAN
[] = "Deutsch";
66 const char C_LOCALE_GREEK
[] = "Ελληνικά";
67 const char C_LOCALE_HEBREW
[] = "עברית";
68 const char C_LOCALE_HINDI
[] = "हिन्दी, हिंदी";
69 const char C_LOCALE_HUNGARIAN
[] = "Magyar";
70 const char C_LOCALE_ICELANDIC
[] = "Íslenska";
71 const char C_LOCALE_INDONESIAN
[] = "Bahasa Indonesia";
72 const char C_LOCALE_ITALIAN
[] = "Italiano";
73 const char C_LOCALE_JAPANESE
[] = "日本語";
74 const char C_LOCALE_KOREAN
[] = "한글";
75 const char C_LOCALE_LATGALIAN
[] = "Latgalīšu volūda";
76 const char C_LOCALE_LATVIAN
[] = "Latviešu valoda";
77 const char C_LOCALE_LITHUANIAN
[] = "Lietuvių";
78 const char C_LOCALE_MALAY
[] = "بهاس ملايو";
79 const char C_LOCALE_MONGOLIAN
[] = "Монгол хэл";
80 const char C_LOCALE_NORWEGIAN
[] = "Norsk";
81 const char C_LOCALE_OCCITAN
[] = "lenga d'òc";
82 const char C_LOCALE_PERSIAN
[] = "فارسی";
83 const char C_LOCALE_POLISH
[] = "Polski";
84 const char C_LOCALE_PORTUGUESE
[] = "Português";
85 const char C_LOCALE_PORTUGUESE_BRAZIL
[] = "Português brasileiro";
86 const char C_LOCALE_ROMANIAN
[] = "Română";
87 const char C_LOCALE_RUSSIAN
[] = "Русский";
88 const char C_LOCALE_SERBIAN
[] = "Српски";
89 const char C_LOCALE_SLOVAK
[] = "Slovenčina";
90 const char C_LOCALE_SLOVENIAN
[] = "Slovenščina";
91 const char C_LOCALE_SPANISH
[] = "Español";
92 const char C_LOCALE_SWEDISH
[] = "Svenska";
93 const char C_LOCALE_THAI
[] = "ไทย";
94 const char C_LOCALE_TURKISH
[] = "Türkçe";
95 const char C_LOCALE_UKRAINIAN
[] = "Українська";
96 const char C_LOCALE_UZBEK
[] = "أۇزبېك";
97 const char C_LOCALE_VIETNAMESE
[] = "Tiếng Việt";