qBittorrent
unicodestrings.h
Go to the documentation of this file.
1 /*
2  * Bittorrent Client using Qt and libtorrent.
3  * Copyright (C) 2015 Mike Tzou
4  *
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.
9  *
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.
14  *
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.
18  *
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.
27  */
28 
29 #pragma once
30 
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).
34 
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";
41 
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";
const char C_LOCALE_SLOVAK[]
const char C_LOCALE_GEORGIAN[]
const char C_LOCALE_ENGLISH_AUSTRALIA[]
const char C_LOCALE_INDONESIAN[]
const char C_LOCALE_ESTONIAN[]
const char C_LOCALE_AZERBAIJANI[]
const char C_LOCALE_SLOVENIAN[]
const char C_LOCALE_BYELORUSSIAN[]
const char C_LOCALE_SWEDISH[]
const char C_LOCALE_SPANISH[]
const char C_LOCALE_PORTUGUESE_BRAZIL[]
const char C_LOCALE_LATVIAN[]
const char C_LOCALE_SERBIAN[]
const char C_LOCALE_MALAY[]
const char C_LOCALE_MONGOLIAN[]
const char C_LOCALE_NORWEGIAN[]
const char C_LOCALE_ENGLISH_UNITEDKINGDOM[]
const char C_LOCALE_THAI[]
const char C_LOCALE_ROMANIAN[]
const char C_LOCALE_ENGLISH[]
const char C_LOCALE_ARMENIAN[]
const char C_COPYRIGHT[]
const char C_LOCALE_CROATIAN[]
const char C_LOCALE_HEBREW[]
const char C_LOCALE_HUNGARIAN[]
const char C_LOCALE_UKRAINIAN[]
const char C_LOCALE_CHINESE_TRADITIONAL_TW[]
const char C_LOCALE_KOREAN[]
const char C_LOCALE_ICELANDIC[]
const char C_LOCALE_LITHUANIAN[]
const char C_LOCALE_FRENCH[]
const char C_LOCALE_GALICIAN[]
const char C_LOCALE_POLISH[]
const char C_LOCALE_JAPANESE[]
const char C_LOCALE_DANISH[]
const char C_LOCALE_ITALIAN[]
const char C_INEQUALITY[]
const char C_NON_BREAKING_SPACE[]
const char C_LOCALE_BULGARIAN[]
const char C_LOCALE_DUTCH[]
const char C_LOCALE_CZECH[]
const char C_UTP[]
const char C_LOCALE_ARABIC[]
const char C_LOCALE_LATGALIAN[]
const char C_LOCALE_CATALAN[]
const char C_LOCALE_BASQUE[]
const char C_LOCALE_GREEK[]
const char C_LOCALE_TURKISH[]
const char C_LOCALE_PORTUGUESE[]
const char C_INFINITY[]
const char C_LOCALE_ESPERANTO[]
const char C_THIN_SPACE[]
const char C_LOCALE_PERSIAN[]
const char C_LOCALE_UZBEK[]
const char C_LOCALE_CHINESE_SIMPLIFIED[]
const char C_LOCALE_RUSSIAN[]
const char C_LOCALE_VIETNAMESE[]
const char C_LOCALE_HINDI[]
const char C_LOCALE_FINNISH[]
const char C_LOCALE_GERMAN[]
const char C_LOCALE_CHINESE_TRADITIONAL_HK[]
const char C_LOCALE_OCCITAN[]