forked from Stellarium/stellarium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
translations.h
699 lines (682 loc) · 32 KB
/
translations.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
/*
* Stellarium
* Copyright (C) 2005 Fabien Chereau
*
* 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.
*
* 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., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA.
*/
// This file contains translations for all translatable strings stored within data files
// It is not meant to be compiled but just parsed by gettext
// names of celestial objects for screen display (Sky language) have been taken to translations_skycultures.h
class Translations
{
void Translations(){;}
static translationList()
{
// Generate Gettext strings for traduction
Q_ASSERT(0);
// Cardinals names
// TRANSLATORS: Cardinals names: North
N_("N");
// TRANSLATORS: Cardinals names: South
N_("S");
// TRANSLATORS: Cardinals names: East
N_("E");
// TRANSLATORS: Cardinals names: West
N_("W");
// TRANSLATORS: Ordinals names: Northeast
N_("NE");
// TRANSLATORS: Ordinals names: Southeast
N_("SE");
// TRANSLATORS: Ordinals names: Southwest
N_("SW");
// TRANSLATORS: Ordinals names: Northwest
N_("NW");
// =====================================================================
// List of types solar system bodies
// TRANSLATORS: Type of object
N_("star");
// TRANSLATORS: Type of object
N_("planet");
// TRANSLATORS: Type of object
N_("comet");
// TRANSLATORS: Type of object
N_("asteroid");
// TRANSLATORS: Type of object
N_("moon");
// TRANSLATORS: Type of object
N_("plutino");
// TRANSLATORS: Type of object
N_("dwarf planet");
// TRANSLATORS: Type of object
N_("cubewano");
// TRANSLATORS: Type of object
N_("scattered disc object");
// TRANSLATORS: Type of object
N_("Oort cloud object");
// TRANSLATORS: Type of object
N_("sednoid");
// TRANSLATORS: Type of object
N_("observer");
// TRANSLATORS: Type of object
N_("artificial");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Planets");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Comets");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Asteroids");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Moons");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Plutinos");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Dwarf planets");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Cubewanos");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Scattered disc objects");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Oort cloud objects");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Sednoids");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Constellations");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Custom Objects");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Asterisms");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Geological features");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Artificial objects");
// =====================================================================
// List of geological features by type
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Geological features: albedo features");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Geological features: arcūs");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Geological features: astra");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Geological features: catenae");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Geological features: cavi");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Geological features: chaoses");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Geological features: chasmata");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Geological features: colles");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Geological features: coronae");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Geological features: craters");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Geological features: dorsa");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Geological features: eruptive centers");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Geological features: faculae");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Geological features: farra");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Geological features: flexūs");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Geological features: fluctūs");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Geological features: flumina");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Geological features: freta");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Geological features: fossae");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Geological features: insulae");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Geological features: labēs");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Geological features: labyrinthi");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Geological features: lacunae");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Geological features: lacūs");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Geological features: large ringed features");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Geological features: lineae");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Geological features: lingulae");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Geological features: maculae");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Geological features: maria");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Geological features: mensae");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Geological features: montes");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Geological features: oceani");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Geological features: paludes");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Geological features: paterae");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Geological features: planitiae");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Geological features: plana");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Geological features: plumes");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Geological features: promontoria");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Geological features: regiones");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Geological features: rimae");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Geological features: rupēs");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Geological features: scopuli");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Geological features: serpentes");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Geological features: sulci");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Geological features: sinūs");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Geological features: terrae");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Geological features: tholi");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Geological features: undae");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Geological features: valles");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Geological features: vastitates");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Geological features: virgae");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Geological features: landing sites");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Geological features: lenticulae");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Geological features: reticula");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Geological features: tesserae");
// =====================================================================
// List of geological features by celestial body
// TRANSLATORS: List of geological features by celestial body (for "Lists" in the search tool)
N_("Named geological features of Epimetheus");
// TRANSLATORS: List of geological features by celestial body (for "Lists" in the search tool)
N_("Named geological features of Vesta");
// TRANSLATORS: List of geological features by celestial body (for "Lists" in the search tool)
N_("Named geological features of Mathilde");
// TRANSLATORS: List of geological features by celestial body (for "Lists" in the search tool)
N_("Named geological features of Venus");
// TRANSLATORS: List of geological features by celestial body (for "Lists" in the search tool)
N_("Named geological features of Mercury");
// TRANSLATORS: List of geological features by celestial body (for "Lists" in the search tool)
N_("Named geological features of Iapetus");
// TRANSLATORS: List of geological features by celestial body (for "Lists" in the search tool)
N_("Named geological features of Ganymede");
// TRANSLATORS: List of geological features by celestial body (for "Lists" in the search tool)
N_("Named geological features of Ceres");
// TRANSLATORS: List of geological features by celestial body (for "Lists" in the search tool)
N_("Named geological features of Ida");
// TRANSLATORS: List of geological features by celestial body (for "Lists" in the search tool)
N_("Named geological features of Triton");
// TRANSLATORS: List of geological features by celestial body (for "Lists" in the search tool)
N_("Named geological features of Oberon");
// TRANSLATORS: List of geological features by celestial body (for "Lists" in the search tool)
N_("Named geological features of Itokawa");
// TRANSLATORS: List of geological features by celestial body (for "Lists" in the search tool)
N_("Named geological features of Thebe");
// TRANSLATORS: List of geological features by celestial body (for "Lists" in the search tool)
N_("Named geological features of Gaspra");
// TRANSLATORS: List of geological features by celestial body (for "Lists" in the search tool)
N_("Named geological features of Rhea");
// TRANSLATORS: List of geological features by celestial body (for "Lists" in the search tool)
N_("Named geological features of Enceladus");
// TRANSLATORS: List of geological features by celestial body (for "Lists" in the search tool)
N_("Named geological features of the Moon");
// TRANSLATORS: List of geological features by celestial body (for "Lists" in the search tool)
N_("Named geological features of Dione");
// TRANSLATORS: List of geological features by celestial body (for "Lists" in the search tool)
N_("Named geological features of Steins");
// TRANSLATORS: List of geological features by celestial body (for "Lists" in the search tool)
N_("Named geological features of Phoebe");
// TRANSLATORS: List of geological features by celestial body (for "Lists" in the search tool)
N_("Named geological features of Puck");
// TRANSLATORS: List of geological features by celestial body (for "Lists" in the search tool)
N_("Named geological features of Europa");
// TRANSLATORS: List of geological features by celestial body (for "Lists" in the search tool)
N_("Named geological features of Lutetia");
// TRANSLATORS: List of geological features by celestial body (for "Lists" in the search tool)
N_("Named geological features of Tethys");
// TRANSLATORS: List of geological features by celestial body (for "Lists" in the search tool)
N_("Named geological features of Eros");
// TRANSLATORS: List of geological features by celestial body (for "Lists" in the search tool)
N_("Named geological features of Callisto");
// TRANSLATORS: List of geological features by celestial body (for "Lists" in the search tool)
N_("Named geological features of Phobos");
// TRANSLATORS: List of geological features by celestial body (for "Lists" in the search tool)
N_("Named geological features of Proteus");
// TRANSLATORS: List of geological features by celestial body (for "Lists" in the search tool)
N_("Named geological features of Hyperion");
// TRANSLATORS: List of geological features by celestial body (for "Lists" in the search tool)
N_("Named geological features of Titania");
// TRANSLATORS: List of geological features by celestial body (for "Lists" in the search tool)
N_("Named geological features of Deimos");
// TRANSLATORS: List of geological features by celestial body (for "Lists" in the search tool)
N_("Named geological features of Io");
// TRANSLATORS: List of geological features by celestial body (for "Lists" in the search tool)
N_("Named geological features of Ariel");
// TRANSLATORS: List of geological features by celestial body (for "Lists" in the search tool)
N_("Named geological features of Dactyl");
// TRANSLATORS: List of geological features by celestial body (for "Lists" in the search tool)
N_("Named geological features of Titan");
// TRANSLATORS: List of geological features by celestial body (for "Lists" in the search tool)
N_("Named geological features of Amalthea");
// TRANSLATORS: List of geological features by celestial body (for "Lists" in the search tool)
N_("Named geological features of Umbriel");
// TRANSLATORS: List of geological features by celestial body (for "Lists" in the search tool)
N_("Named geological features of Janus");
// TRANSLATORS: List of geological features by celestial body (for "Lists" in the search tool)
N_("Named geological features of Mars");
// TRANSLATORS: List of geological features by celestial body (for "Lists" in the search tool)
N_("Named geological features of Miranda");
// TRANSLATORS: List of geological features by celestial body (for "Lists" in the search tool)
N_("Named geological features of Mimas");
// TRANSLATORS: List of geological features by celestial body (for "Lists" in the search tool)
N_("Named geological features of Pluto");
// =====================================================================
// List of deep-sky objects types
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Bright galaxies");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Open star clusters");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Globular star clusters");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Nebulae");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Planetary nebulae");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Dark nebulae");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Clusters associated with nebulosity");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("HII regions");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Reflection nebulae");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Active galaxies");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Radio galaxies");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Interacting galaxies");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Bright quasars");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Star clusters");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Stellar associations");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Star clouds");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Bipolar nebulae");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Emission nebulae");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Supernova remnants");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Supernova candidates");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Supernova remnant candidates");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Interstellar matter");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Emission objects");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("BL Lac objects");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Blazars");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Molecular Clouds");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Young Stellar Objects");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Possible Quasars");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Possible Planetary Nebulae");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Protoplanetary Nebulae");
// TRANSLATORS: Type of stars (for "Lists" in the search tool)
N_("Symbiotic stars");
// TRANSLATORS: Type of stars (for "Lists" in the search tool)
N_("Emission-line stars");
// TRANSLATORS: Type of stars (for "Lists" in the search tool)
N_("Clusters of galaxies");
// TRANSLATORS: Catalogue of objects (for "Lists" in the search tool)
N_("Messier Catalogue");
// TRANSLATORS: Catalogue of objects (for "Lists" in the search tool)
N_("Caldwell Catalogue");
// TRANSLATORS: Catalogue of objects (for "Lists" in the search tool)
N_("Barnard Catalogue");
// TRANSLATORS: Catalogue of objects (for "Lists" in the search tool)
N_("Sharpless Catalogue");
// TRANSLATORS: Catalogue of objects (for "Lists" in the search tool)
N_("Van den Bergh Catalogue");
// TRANSLATORS: Catalogue of objects (for "Lists" in the search tool)
N_("The Catalogue of Rodgers, Campbell, and Whiteoak");
// TRANSLATORS: Catalogue of objects (for "Lists" in the search tool)
N_("Collinder Catalogue");
// TRANSLATORS: Catalogue of objects (for "Lists" in the search tool)
N_("Melotte Catalogue");
// TRANSLATORS: Catalogue of objects (for "Lists" in the search tool)
N_("New General Catalogue");
// TRANSLATORS: Catalogue of objects (for "Lists" in the search tool)
N_("Index Catalogue");
// TRANSLATORS: Catalogue of objects (for "Lists" in the search tool)
N_("Lynds' Catalogue of Bright Nebulae");
// TRANSLATORS: Catalogue of objects (for "Lists" in the search tool)
N_("Lynds' Catalogue of Dark Nebulae");
// TRANSLATORS: Catalogue of objects (for "Lists" in the search tool)
N_("Cederblad Catalog");
// TRANSLATORS: Catalogue of objects (for "Lists" in the search tool)
N_("The Catalogue of Peculiar Galaxies");
// TRANSLATORS: Catalogue of objects (for "Lists" in the search tool)
N_("The Catalogue of Interacting Galaxies");
// TRANSLATORS: Catalogue of objects (for "Lists" in the search tool)
N_("The Catalogue of Galactic Planetary Nebulae");
// TRANSLATORS: Catalogue of objects (for "Lists" in the search tool)
N_("The Strasbourg-ESO Catalogue of Galactic Planetary Nebulae");
// TRANSLATORS: Catalogue of objects (for "Lists" in the search tool)
N_("A catalogue of Galactic supernova remnants");
// TRANSLATORS: Catalogue of objects (for "Lists" in the search tool)
N_("A Catalog of Rich Clusters of Galaxies");
// TRANSLATORS: Catalogue of objects (for "Lists" in the search tool)
N_("Hickson Compact Group");
// TRANSLATORS: Type of objects (for "Lists" in the search tool)
N_("Dwarf galaxies");
// TRANSLATORS: Catalogue of objects (for "Lists" in the search tool)
N_("Herschel 400 Catalogue");
// =====================================================================
// List of stars types
// TRANSLATORS: Type of stars (for "Lists" in the search tool)
N_("Interesting double stars");
// TRANSLATORS: Type of stars (for "Lists" in the search tool)
N_("Interesting variable stars");
// TRANSLATORS: Type of stars (for "Lists" in the search tool)
N_("Bright double stars");
// TRANSLATORS: Type of stars (for "Lists" in the search tool)
N_("Bright variable stars");
// TRANSLATORS: Type of stars (for "Lists" in the search tool)
N_("Bright stars with high proper motion");
// =====================================================================
// Constellation cultures
// TRANSLATORS: Name of the sky culture
N_("Arabic");
// TRANSLATORS: Name of the sky culture
N_("Arabic Moon Stations");
// TRANSLATORS: Name of the sky culture
N_("Aztec");
// TRANSLATORS: Name of the sky culture
N_("Belarusian");
// TRANSLATORS: Name of the sky culture
N_("Boorong");
// TRANSLATORS: Name of the sky culture
N_("Chinese");
// TRANSLATORS: Name of the sky culture
N_("Egyptian");
// TRANSLATORS: Name of the sky culture
N_("Hawaiian Starlines");
// TRANSLATORS: Name of the sky culture
N_("Inuit");
// TRANSLATORS: Name of the sky culture
N_("Indian Vedic");
// TRANSLATORS: Name of the sky culture
N_("Japanese Moon Stations");
// TRANSLATORS: Name of the sky culture
N_("Kamilaroi/Euahlayi");
// TRANSLATORS: Name of the sky culture
N_("Korean");
// TRANSLATORS: Name of the sky culture
N_("Dakota/Lakota/Nakota");
// TRANSLATORS: Name of the sky culture
N_("Macedonian");
// TRANSLATORS: Name of the sky culture
N_("Maori");
// TRANSLATORS: Name of the sky culture
N_("Mongolian");
// TRANSLATORS: Name of the sky culture
N_("Navajo");
// TRANSLATORS: Name of the sky culture
N_("Norse");
// TRANSLATORS: Name of the sky culture
N_("Ojibwe");
// TRANSLATORS: Name of the sky culture
N_("Romanian");
// TRANSLATORS: Name of the sky culture
N_("Sami");
// TRANSLATORS: Name of the sky culture
N_("Sardinian");
// TRANSLATORS: Name of the sky culture
N_("Siberian");
// TRANSLATORS: Name of the sky culture
N_("Tukano");
// TRANSLATORS: Name of the sky culture
N_("Tupi-Guarani");
// TRANSLATORS: Name of the sky culture
N_("Tongan");
// TRANSLATORS: Name of the sky culture
N_("Western");
// TRANSLATORS: Name of the sky culture
N_("Western (H.A.Rey)");
// TRANSLATORS: Name of the sky culture
N_("Western (O.Hlad)");
// =====================================================================
// Landscape names
// TRANSLATORS: Name of landscape
N_("Guereins");
// TRANSLATORS: Name of landscape
N_("Trees");
// TRANSLATORS: Name of landscape
N_("Moon");
// TRANSLATORS: Landscape name: Hurricane Ridge
N_("Hurricane");
// TRANSLATORS: Name of landscape
N_("Ocean");
// TRANSLATORS: Landscape name: Garching bei Munchen
N_("Garching");
// TRANSLATORS: Name of landscape
N_("Mars");
// TRANSLATORS: Name of landscape
N_("Jupiter");
// TRANSLATORS: Name of landscape
N_("Saturn");
// TRANSLATORS: Name of landscape
N_("Uranus");
// TRANSLATORS: Name of landscape
N_("Neptune");
// TRANSLATORS: Name of landscape
N_("Geneva");
// TRANSLATORS: Name of landscape
N_("Grossmugl");
// TRANSLATORS: Name of landscape
N_("Zero Horizon");
// TRANSLATORS: Name of landscape
N_("Sun");
// =====================================================================
// 3D landscapes (scenes) names
// TRANSLATORS: Name of 3D scene ("Sterngarten" is proper name)
N_("Vienna Sterngarten");
// TRANSLATORS: Name of 3D scene
N_("Testscene");
// =====================================================================
// Script names
// TRANSLATORS: Name of script
N_("Landscape Tour");
// TRANSLATORS: Name of script
N_("Partial Lunar Eclipse");
// TRANSLATORS: Name of script
N_("Total Lunar Eclipse");
// TRANSLATORS: Name of script
N_("Screensaver");
// TRANSLATORS: Name of script
N_("Solar Eclipse 2009");
// TRANSLATORS: Name of script
N_("Startup Script");
// TRANSLATORS: Name of script
N_("Zodiac");
// TRANSLATORS: Name of script
N_("Mercury Triple Sunrise and Sunset");
// TRANSLATORS: Name of script
N_("Double eclipse from Deimos in 2017");
// TRANSLATORS: Name of script
N_("Double eclipse from Deimos in 2031");
// TRANSLATORS: Name of script
N_("Eclipse from Olympus Mons Jan 2, 2021");
// TRANSLATORS: Name of script
N_("Occultation of Earth and Jupiter 2048");
// TRANSLATORS: Name of script
N_("3 Transits and 2 Eclipses from Deimos 2027");
// TRANSLATORS: Name of script
N_("Solar System Screensaver");
// TRANSLATORS: Name of script
N_("Constellations Tour");
// TRANSLATORS: Name of script
N_("Sun from different planets");
// TRANSLATORS: Name of script
N_("Earth best views from other bodies");
// TRANSLATORS: Name of script
N_("Transit of Venus");
// TRANSLATORS: Name of script
N_("Sky Culture Tour");
// TRANSLATORS: Name and description of script
N_("Earth Events from Mercury");
// TRANSLATORS: Name and description of script
N_("Earth Events from a floating city on Venus");
// TRANSLATORS: Name and description of script
N_("Earth Events from Mars");
// TRANSLATORS: Name of script
N_("Earth and other planet's Greatest Elongations and Oppositions from Mars");
// TRANSLATORS: Name of script
N_("Earth and Mars Greatest Elongations and Transits from Callisto");
// TRANSLATORS: Name of script
N_("Tycho's Supernova");
// TRANSLATORS: Name of script
N_("Earth and other Planets from Ceres");
// TRANSLATORS: Name of script
N_("Messier Objects Tour");
// TRANSLATORS: Name of script
N_("Binocular Highlights");
// TRANSLATORS: Name of script
N_("20 Fun Naked-Eye Double Stars");
// TRANSLATORS: Name of script
N_("List of largest known stars");
// TRANSLATORS: Name of script
N_("Herschel 400 Tour");
// TRANSLATORS: Name of script
N_("Binosky: Deep Sky Objects for Binoculars");
// TRANSLATORS: Name of script
N_("The Jack Bennett Catalog");
// TRANSLATORS: Name of script
N_("Best objects in the New General Catalog");
// =====================================================================
// Script descriptions
// TRANSLATORS: Description of the landscape tour script.
N_("Look around each installed landscape.");
// TRANSLATORS: Description of the sky culture tour script.
N_("Look at each installed sky culture.");
N_("Script to demonstrate a partial lunar eclipse.");
N_("Script to demonstrate a total lunar eclipse.");
N_("A slow, infinite tour of the sky, looking at random objects.");
N_("Script to demonstrate a total solar eclipse which has happened in 2009 (location=Rangpur, Bangladesh).");
N_("Script which runs automatically at startup");
N_("This script displays the constellations of the Zodiac. That means the constellations which lie along the line which the Sun traces across the celestial sphere over the course of a year.");
N_("Due to the quirks in Mercury's orbit and rotation at certain spots the sun will rise & set 3 different times in one Mercury day.");
N_("Just before Mars eclipses the sun, Phobos pops out from behind and eclipses it first. Takes place between Scorpio and Sagittarius on April 26, 2017.");
N_("Just before Mars eclipses the sun, Phobos pops out from behind and eclipses it first. Takes place between Taurus and Gemini on July 23, 2031.");
N_("Phobos eclipsing the Sun as seen from Olympus Mons on Jan 2, 2021.");
N_("Phobos occultations of Earth are common, as are occultations of Jupiter. But occultations of both on the same day are very rare. Here's one that takes place 1/23/2048. In real speed.");
N_("Phobos races ahead of Mars and transits the sun, passes through it and then retrogrades back towards the sun and just partially transits it again (only seen in the southern hemisphere of Deimos), then Mars totally eclipses the sun while Phobos transits in darkness between Mars and Deimos. When Phobos emerges from Mars it is still eclipsed and dimmed in Mars' shadow, only to light up later.");
N_("Screensaver of various happenings in the Solar System. 300 events in all!");
N_("A tour of the western constellations.");
N_("Look at the Sun from big planets of Solar System and Pluto.");
N_("Best views of Earth from other Solar System bodies in the 21st Century.");
N_("Transit of Venus as seen from Sydney Australia, 6th June 2012.");
N_("Flash of the supernova observed by Tycho Brahe in 1572. The Supernovae plugin has to be enabled.");
N_("Earth and other planet's Greatest Elongations and Oppositions from Mars 2000-3000");
N_("Earth Greatest Elongations and Transits from Callisto 2000-3000. Why Callisto? Well of the 4 Galilean Moons, Callisto is the only one outside of Jupiter's radiation belt. Therefore, if humans ever colonize Jupiter's moons, Callisto will be the one.");
N_("Earth the other visible Planet's Greatest Elongations and Oppositions from Ceres 2000-2200");
N_("A tour of Messier Objects");
N_("Tours around interesting objects, which accessible to observation with binoculars. The data for the script are taken from the eponymous book by Gary Seronik.");
N_("This script helps you make an excursion around 20 fun double stars. The list has been collected by Jerry Lodriguss and published in Sky & Telescope 09/2014. Data taken from his website, http://www.astropix.com/doubles/");
N_("This script helps you make an excursion around largest known stars.");
N_("A tour around objects from the Herschel 400 Catalogue");
N_("Ben Crowell has created Binosky, an observing list of Deep Sky Objects for Binoculars. In the script we give a list of these 31 objects, ordered by Right Ascension (2000.0).");
N_("The Jack Bennett Catalog of Southern Deep-Sky Objects (152 objects in all). The Bennett catalog was contributed by Auke Slotegraaf.");
N_("This list of 111 objects by A.J. Crayon and Steve Coe is used by members of the Saguaro Astronomy Club of Phoenix, AZ, for the Best of the NGC achievement award.");
// =====================================================================
// List of GUI elements (Qt's dialogs)
N_("&Undo");
N_("&Redo");
N_("Cu&t");
N_("&Copy");
N_("&Paste");
N_("Delete");
N_("Select All");
N_("Look in:");
N_("Directory:");
N_("Folder");
N_("&Choose");
N_("Cancel");
N_("&Cancel");
N_("Files of type:");
N_("Date Modified");
N_("Directories");
N_("Computer");
N_("&Open");
N_("&Save");
N_("File &name:");
N_("Copy &Link Location");
N_("Abort");
N_("Ignore");
N_("&Basic colors");
N_("&Pick Screen Color");
N_("&Custom colors");
N_("&Add to Custom Colors");
N_("Hu&e:");
N_("&Sat:");
N_("&Val:");
N_("&Red:");
N_("&Green:");
N_("Bl&ue:");
N_("Select Color");
N_("Cursor at %1, %2 Press ESC to cancel");
N_("Back");
N_("Forward");
N_("Parent Directory");
N_("Create New Folder");
N_("List View");
N_("Detail View");
N_("Recent Places");
N_("%1 already exists.\nDo you want to replace it?");
N_("&Yes");
N_("&No");
N_("&Select All");
N_("&Step up");
N_("Step &down");
}
};