Stellarium 0.15.2
Main Page
Modules
Namespaces
Classes
Coding Style
Scripting
Plugins
File Structure
Files
File List
File Members
plugins
MeteorShowers
src
translations.h
1
/*
2
* Stellarium: Meteor Showers Plug-in
3
* Copyright (C) 2015 Marcos Cardinot
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, Suite 500, Boston, MA 02110-1335, USA.
18
*/
19
20
// This file contains translations for all meteor shower names and their parent objects.
21
// It is not meant to be compiled but just parsed by gettext.
22
class
MSTranslations
23
{
24
void
MSTranslations
(){;}
25
26
static
translationList()
27
{
28
// Generate Gettext strings for traduction
29
Q_ASSERT(0);
30
31
// Meteor showers
32
// TRANSLATORS: Name of meteor shower
33
N_
(
"Quadrantids"
);
34
// TRANSLATORS: Name of meteor shower
35
N_
(
"Lyrids"
);
36
// TRANSLATORS: Name of meteor shower
37
N_
(
"α-Centaurids"
);
38
// TRANSLATORS: Name of meteor shower
39
N_
(
"γ-Normids"
);
40
// TRANSLATORS: Name of meteor shower
41
N_
(
"η-Aquariids"
);
42
// TRANSLATORS: Name of meteor shower
43
N_
(
"June Bootids"
);
44
// TRANSLATORS: Name of meteor shower
45
N_
(
"Piscis Austrinids"
);
46
// TRANSLATORS: Name of meteor shower
47
N_
(
"Southern δ-Aquariids"
);
48
// TRANSLATORS: Name of meteor shower
49
N_
(
"α-Capricornids"
);
50
// TRANSLATORS: Name of meteor shower
51
N_
(
"α-Aurigids"
);
52
// TRANSLATORS: Name of meteor shower
53
N_
(
"September ε-Perseids"
);
54
// TRANSLATORS: Name of meteor shower
55
N_
(
"Draconids"
);
56
// TRANSLATORS: Name of meteor shower
57
N_
(
"Leonids"
);
58
// TRANSLATORS: Name of meteor shower
59
N_
(
"Phoenicids"
);
60
// TRANSLATORS: Name of meteor shower
61
N_
(
"Puppid-Velids"
);
62
// TRANSLATORS: Name of meteor shower
63
N_
(
"Ursids"
);
64
// TRANSLATORS: Name of meteor shower
65
N_
(
"Perseids"
);
66
// TRANSLATORS: Name of meteor shower
67
N_
(
"δ-Leonids"
);
68
// TRANSLATORS: Name of meteor shower
69
N_
(
"π-Puppids"
);
70
// TRANSLATORS: Name of meteor shower
71
N_
(
"June Lyrids"
);
72
// TRANSLATORS: Name of meteor shower
73
N_
(
"κ-Cygnids"
);
74
// TRANSLATORS: Name of meteor shower
75
N_
(
"ε-Lyrids"
);
76
// TRANSLATORS: Name of meteor shower
77
N_
(
"δ-Aurigids"
);
78
// TRANSLATORS: Name of meteor shower
79
N_
(
"ε-Geminids"
);
80
// TRANSLATORS: Name of meteor shower
81
N_
(
"Southern Taurids"
);
82
// TRANSLATORS: Name of meteor shower
83
N_
(
"Northern Taurids"
);
84
// TRANSLATORS: Name of meteor shower
85
N_
(
"Monocerotids"
);
86
// TRANSLATORS: Name of meteor shower
87
N_
(
"α-Monocerotids"
);
88
// TRANSLATORS: Name of meteor shower
89
N_
(
"σ-Hydrids"
);
90
// TRANSLATORS: Name of meteor shower
91
N_
(
"Geminids"
);
92
// TRANSLATORS: Name of meteor shower
93
N_
(
"Leonis Minorids"
);
94
// TRANSLATORS: Name of meteor shower
95
N_
(
"December Leonis Minorids"
);
96
// TRANSLATORS: Name of meteor shower
97
N_
(
"Comae Berenicids"
);
98
// TRANSLATORS: Name of meteor shower
99
N_
(
"Orionids"
);
100
// TRANSLATORS: Name of meteor shower
101
N_
(
"Andromedids"
);
102
// TRANSLATORS: Name of meteor shower
103
N_
(
"η-Lyrids"
);
104
// TRANSLATORS: Name of meteor shower
105
N_
(
"α-Scorpiids"
);
106
// TRANSLATORS: Name of meteor shower
107
N_
(
"Ophiuchids"
);
108
// TRANSLATORS: Name of meteor shower
109
N_
(
"θ-Ophiuchids"
);
110
// TRANSLATORS: Name of meteor shower
111
N_
(
"κ-Serpentids"
);
112
// TRANSLATORS: Name of meteor shower
113
N_
(
"θ-Centaurids"
);
114
// TRANSLATORS: Name of meteor shower
115
N_
(
"ω-Cetids"
);
116
// TRANSLATORS: Name of meteor shower
117
N_
(
"Southern ω-Scorpiids"
);
118
// TRANSLATORS: Name of meteor shower
119
N_
(
"Northern ω-Scorpiids"
);
120
// TRANSLATORS: Name of meteor shower
121
N_
(
"Arietids"
);
122
// TRANSLATORS: Name of meteor shower
123
N_
(
"π-Cetids"
);
124
// TRANSLATORS: Name of meteor shower
125
N_
(
"δ-Cancrids"
);
126
// TRANSLATORS: Name of meteor shower
127
N_
(
"τ-Herculids"
);
128
// TRANSLATORS: Name of meteor shower
129
N_
(
"ρ-Geminids"
);
130
// TRANSLATORS: Name of meteor shower
131
N_
(
"η-Carinids"
);
132
// TRANSLATORS: Name of meteor shower
133
N_
(
"η-Craterids"
);
134
// TRANSLATORS: Name of meteor shower
135
N_
(
"π-Virginids"
);
136
// TRANSLATORS: Name of meteor shower
137
N_
(
"θ-Virginids"
);
138
// TRANSLATORS: Name of meteor shower
139
N_
(
"May Librids"
);
140
// TRANSLATORS: Name of meteor shower
141
N_
(
"June Scutids"
);
142
// TRANSLATORS: Name of meteor shower
143
N_
(
"α-Pisces Australids"
);
144
// TRANSLATORS: Name of meteor shower
145
N_
(
"Southern ι-Aquariids"
);
146
// TRANSLATORS: Name of meteor shower
147
N_
(
"Northern ι-Aquariids"
);
148
// TRANSLATORS: Name of meteor shower
149
N_
(
"γ-Aquariids"
);
150
// TRANSLATORS: Name of meteor shower
151
N_
(
"Autumn Arietids"
);
152
// TRANSLATORS: Name of meteor shower
153
N_
(
"χ-Orionids"
);
154
// TRANSLATORS: Name of meteor shower
155
N_
(
"Sextantids"
);
156
// TRANSLATORS: Name of meteor shower
157
N_
(
"November Orionids"
);
158
159
// List of parent objects for meteor showers
160
// TRANSLATORS: Name of parent object for meteor shower
161
N_
(
"Comet 1P/Halley"
);
162
// TRANSLATORS: Name of parent object for meteor shower
163
N_
(
"Comet 7P/Pons-Winnecke"
);
164
// TRANSLATORS: Name of parent object for meteor shower
165
N_
(
"Comet 55P/Tempel-Tuttle"
);
166
// TRANSLATORS: Name of parent object for meteor shower
167
N_
(
"Comet 96P/Machholz"
);
168
// TRANSLATORS: Name of parent object for meteor shower
169
N_
(
"Comet 109P/Swift-Tuttle"
);
170
// TRANSLATORS: Name of parent object for meteor shower
171
N_
(
"Comet Thatcher (1861 I)"
);
172
// TRANSLATORS: Name of parent object for meteor shower
173
N_
(
"Comet 26P/Grigg-Skjellerup"
);
174
// TRANSLATORS: Name of parent object for meteor shower
175
N_
(
"Comet 21P/Giacobini-Zinner"
);
176
// TRANSLATORS: Name of parent object for meteor shower
177
N_
(
"Comet 169P/NEAT"
);
178
// TRANSLATORS: Name of parent object for meteor shower
179
N_
(
"Comet 289P/Blanpain"
);
180
// TRANSLATORS: Name of parent object for meteor shower
181
N_
(
"Comet 8P/Tuttle"
);
182
// TRANSLATORS: Name of parent object for meteor shower
183
N_
(
"Comet 3D/Biela"
);
184
// TRANSLATORS: Name of parent object for meteor shower
185
N_
(
"Comet C/1917 F1 (Mellish)"
);
186
// TRANSLATORS: Name of parent object for meteor shower
187
N_
(
"Comet C/1964 N1 (Ikeya)"
);
188
// TRANSLATORS: Name of parent object for meteor shower
189
N_
(
"Comet Schwassmann-Wachmann 3"
);
190
// TRANSLATORS: Name of parent object for meteor shower
191
N_
(
"Minor planet 2003 EH1 and Comet C/1490 Y1"
);
192
// TRANSLATORS: Name of parent object for meteor shower
193
N_
(
"Minor planet (4450) Pan"
);
194
// TRANSLATORS: Name of parent object for meteor shower
195
N_
(
"Minor planet 2008 ED69"
);
196
// TRANSLATORS: Name of parent object for meteor shower
197
N_
(
"Comet 2P/Encke"
);
198
// TRANSLATORS: Name of parent object for meteor shower
199
N_
(
"Minor planet 2004 TG10"
);
200
// TRANSLATORS: Name of parent object for meteor shower
201
N_
(
"Minor planet (3200) Phaethon"
);
202
}
203
};
N_
#define N_(str)
A pseudo function call that serves as a marker for the automated extraction of messages.
Definition:
StelTranslator.hpp:42
MSTranslations
Definition:
translations.h:22
Generated on Tue Mar 21 2017 14:15:15 for Stellarium by
1.8.11