Stellarium 0.13.3
translations.h
1 /*
2  * Stellarium
3  * Copyright (C) 2005 Fabien Chereau
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 translatable strings stored within data files
21 // It is not meant to be compiled but just parsed by gettext
22 // names of celestial objects for screen display (Sky language) have been taken to translations_skycultures.h
23 
25 {
26  void Translations(){;}
27 
28  static translationList()
29  {
30  // Generate Gettext strings for traduction
31  Q_ASSERT(0);
32 
33  // Cardinals names
34  N_("N"); // North
35  N_("S"); // South
36  N_("E"); // East
37  N_("W"); // West
38 
39  // =====================================================================
40  // List of types solar system bodies
41  // TRANSLATORS: Type of object
42  N_("star");
43  // TRANSLATORS: Type of object
44  N_("planet");
45  // TRANSLATORS: Type of object
46  N_("comet");
47  // TRANSLATORS: Type of object
48  N_("asteroid");
49  // TRANSLATORS: Type of object
50  N_("moon");
51  // TRANSLATORS: Type of object
52  N_("plutino");
53  // TRANSLATORS: Type of object
54  N_("dwarf planet");
55  // TRANSLATORS: Type of object
56  N_("cubewano");
57  // TRANSLATORS: Type of object
58  N_("scattered disc object");
59  // TRANSLATORS: Type of object
60  N_("Oort cloud object");
61  // TRANSLATORS: Type of objects (for "Lists" in the search tool)
62  N_("Planets");
63  // TRANSLATORS: Type of objects (for "Lists" in the search tool)
64  N_("Comets");
65  // TRANSLATORS: Type of objects (for "Lists" in the search tool)
66  N_("Asteroids");
67  // TRANSLATORS: Type of objects (for "Lists" in the search tool)
68  N_("Moons");
69  // TRANSLATORS: Type of objects (for "Lists" in the search tool)
70  N_("Plutinos");
71  // TRANSLATORS: Type of objects (for "Lists" in the search tool)
72  N_("Dwarf planets");
73  // TRANSLATORS: Type of objects (for "Lists" in the search tool)
74  N_("Cubewanos");
75  // TRANSLATORS: Type of objects (for "Lists" in the search tool)
76  N_("Scattered disc objects");
77  // TRANSLATORS: Type of objects (for "Lists" in the search tool)
78  N_("Oort cloud objects");
79 
80  // =====================================================================
81  // List of deep-sky objects types
82  // TRANSLATORS: Type of objects (for "Lists" in the search tool)
83  N_("Bright galaxies");
84  // TRANSLATORS: Type of objects (for "Lists" in the search tool)
85  N_("Open star clusters");
86  // TRANSLATORS: Type of objects (for "Lists" in the search tool)
87  N_("Globular star clusters");
88  // TRANSLATORS: Type of objects (for "Lists" in the search tool)
89  N_("Nebulae");
90  // TRANSLATORS: Type of objects (for "Lists" in the search tool)
91  N_("Planetary nebulae");
92  // TRANSLATORS: Type of objects (for "Lists" in the search tool)
93  N_("Dark nebulae");
94  // TRANSLATORS: Type of objects (for "Lists" in the search tool)
95  N_("Irregular galaxies");
96  // TRANSLATORS: Type of objects (for "Lists" in the search tool)
97  N_("Clusters associated with nebulosity");
98  // TRANSLATORS: Type of objects (for "Lists" in the search tool)
99  N_("HII regions");
100  // TRANSLATORS: Type of objects (for "Lists" in the search tool)
101  N_("Reflection nebulae");
102  // TRANSLATORS: Type of objects (for "Lists" in the search tool)
103  N_("H-α emission regions");
104  // TRANSLATORS: Catalogue of objects (for "Lists" in the search tool)
105  N_("Messier Catalogue");
106  // TRANSLATORS: Catalogue of objects (for "Lists" in the search tool)
107  N_("Caldwell Catalogue");
108  // TRANSLATORS: Catalogue of objects (for "Lists" in the search tool)
109  N_("Barnard Catalogue");
110  // TRANSLATORS: Catalogue of objects (for "Lists" in the search tool)
111  N_("Sharpless Catalogue");
112  // TRANSLATORS: Catalogue of objects (for "Lists" in the search tool)
113  N_("Van den Bergh Catalogue");
114  // TRANSLATORS: Catalogue of objects (for "Lists" in the search tool)
115  N_("The Catalogue of Rodgers, Campbell, and Whiteoak");
116  // TRANSLATORS: Catalogue of objects (for "Lists" in the search tool)
117  N_("Collinder Catalogue");
118  // TRANSLATORS: Catalogue of objects (for "Lists" in the search tool)
119  N_("Melotte Catalogue");
120 
121  // =====================================================================
122  // Constellation cultures
123  N_("Arabic");
124  N_("Arabic Moon Stations");
125  N_("Aztec");
126  N_("Boorong");
127  N_("Chinese");
128  N_("Egyptian");
129  N_("Inuit");
130  N_("Indian Vedic");
131  N_("Japanese Moon Stations");
132  N_("Korean");
133  N_("Lakota");
134  N_("Maori");
135  N_("Mongolian");
136  N_("Navajo");
137  N_("Norse");
138  N_("Polynesian");
139  N_("Romanian");
140  N_("Sami");
141  // TRANSLATORS: Name of the sky culture
142  N_("Siberian");
143  N_("Tukano");
144  N_("Tupi-Guarani");
145  N_("Tongan");
146  N_("Western");
147  N_("Western (H.A.Rey)");
148 
149 
150  // =====================================================================
151  // Landscape names
152  // TRANSLATORS: Name of landscape
153  N_("Guereins");
154  // TRANSLATORS: Name of landscape
155  N_("Trees");
156  // TRANSLATORS: Name of landscape
157  N_("Moon");
158  // TRANSLATORS: Landscape name: Hurricane Ridge
159  N_("Hurricane");
160  // TRANSLATORS: Name of landscape
161  N_("Ocean");
162  // TRANSLATORS: Landscape name: Garching bei Munchen
163  N_("Garching");
164  // TRANSLATORS: Name of landscape
165  N_("Mars");
166  // TRANSLATORS: Name of landscape
167  N_("Jupiter");
168  // TRANSLATORS: Name of landscape
169  N_("Saturn");
170  // TRANSLATORS: Name of landscape
171  N_("Uranus");
172  // TRANSLATORS: Name of landscape
173  N_("Neptune");
174  // TRANSLATORS: Name of landscape
175  N_("Geneva");
176  // TRANSLATORS: Name of landscape
177  N_("Grossmugl");
178  // TRANSLATORS: Name of landscape
179  N_("Zero Horizon");
180 
181  // =====================================================================
182  // 3D landscapes (scenes) names
183  // TRANSLATORS: Name of 3D scene ("Sterngarten" is proper name)
184  N_("Vienna Sterngarten");
185  // TRANSLATORS: Name of 3D scene
186  N_("Testscene")
187 
188  // =====================================================================
189  // Script names
190  // TRANSLATORS: Name of script
191  N_("Landscape Tour");
192  // TRANSLATORS: Name of script
193  N_("Partial Lunar Eclipse");
194  // TRANSLATORS: Name of script
195  N_("Total Lunar Eclipse");
196  // TRANSLATORS: Name of script
197  N_("Screensaver");
198  // TRANSLATORS: Name of script
199  N_("Solar Eclipse 2009");
200  // TRANSLATORS: Name of script
201  N_("Startup Script");
202  // TRANSLATORS: Name of script
203  N_("Zodiac");
204  // TRANSLATORS: Name of script
205  N_("Mercury Triple Sunrise and Sunset");
206  // TRANSLATORS: Name of script
207  N_("Double eclipse from Deimos in 2017");
208  // TRANSLATORS: Name of script
209  N_("Double eclipse from Deimos in 2031");
210  // TRANSLATORS: Name of script
211  N_("Eclipse from Olympus Mons Jan 10 2068");
212  // TRANSLATORS: Name of script
213  N_("Occultation of Earth and Jupiter 2048");
214  // TRANSLATORS: Name of script
215  N_("3 Transits and 2 Eclipses from Deimos 2027");
216  // TRANSLATORS: Name of script
217  N_("Solar System Screensaver");
218  // TRANSLATORS: Name of script
219  N_("Constellations Tour");
220  // TRANSLATORS: Name of script
221  N_("Sun from different planets");
222  // TRANSLATORS: Name of script
223  N_("Earth best views from other bodies");
224  // TRANSLATORS: Name of script
225  N_("Transit of Venus");
226  // TRANSLATORS: Name of script
227  N_("Analemma");
228  // TRANSLATORS: Name of script
229  N_("Sky Culture Tour");
230  // TRANSLATORS: Name and description of script
231  N_("Earth Events from Mercury");
232  // TRANSLATORS: Name and description of script
233  N_("Earth Events from a floating city on Venus");
234  // TRANSLATORS: Name and description of script
235  N_("Earth Events from Mars");
236  // TRANSLATORS: Name of script
237  N_("Earth and Venus Greatest Elongations and Brilliancies from Mars");
238  // TRANSLATORS: Name of script
239  N_("Earth and Mars Greatest Elongations and Transits from Callisto");
240  // TRANSLATORS: Name of script
241  N_("Tycho's Supernova");
242 
243  // =====================================================================
244  // Script descriptions
245 
246  // TRANSLATORS: Description of the landscape tour script.
247  N_("Look around each installed landscape.");
248  // TRANSLATORS: Description of the sky culture tour script.
249  N_("Look at each installed sky culture.");
250  N_("Script to demonstrate a partial lunar eclipse.");
251  N_("Script to demonstrate a total lunar eclipse.");
252  N_("A slow, infinite tour of the sky, looking at random objects.");
253  N_("Script to demonstrate a total solar eclipse which has happened in 2009 (location=Rangpur, Bangladesh).");
254  N_("Script which runs automatically at startup");
255  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.");
256  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.");
257  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.");
258  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.");
259  N_("Phobos eclipsing the Sun as seen from Olympus Mons on Jan 10, 2068.");
260  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.");
261  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.");
262  N_("Screensaver of various happenings in the Solar System. 232 events in all!");
263  N_("A tour of the western constellations.");
264  N_("Look at the Sun from big planets of Solar System and Pluto.");
265  N_("Best views of Earth from other Solar System bodies in the 21st Century.");
266  N_("Transit of Venus as seen from Sydney Australia, 6th June 2012.");
267  N_("A demonstration of the analemma - the path of the Sun across the sky during the year.");
268  N_("Flash of the supernova observed by Tycho Brahe in 1572. The Supernovae plugin has to be enabled.");
269  N_("Earth and Venus Greatest Elongations and Brilliancies from Mars 2000-3000");
270  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.");
271 
272  // =====================================================================
273  // List of countries
274  N_("Andorra");
275  N_("United Arab Emirates");
276  N_("Afghanistan");
277  N_("Antigua and Barbuda");
278  N_("Anguilla");
279  N_("Albania");
280  N_("Armenia");
281  N_("Netherlands Antilles");
282  N_("Angola");
283  N_("Antarctica");
284  N_("Argentina");
285  N_("American Samoa");
286  N_("Austria");
287  N_("Australia");
288  N_("Aruba");
289  N_("Azerbaijan");
290  N_("Bosnia and Herzegowina");
291  N_("Barbados");
292  N_("Bangladesh");
293  N_("Belgium");
294  N_("Burkina Faso");
295  N_("Bulgaria");
296  N_("Bahrain");
297  N_("Burundi");
298  N_("Benin");
299  N_("Bermuda");
300  N_("Brunei Darussalam");
301  N_("Bolivia");
302  N_("Brazil");
303  N_("Bahamas");
304  N_("Bhutan");
305  N_("Bouvet Island");
306  N_("Botswana");
307  N_("Belarus");
308  N_("Belize");
309  N_("Canada");
310  N_("Cocos Islands");
311  N_("Democratic Republic of the Congo");
312  N_("Central African Republic");
313  N_("Republic of the Congo");
314  N_("Switzerland");
315  N_("Cote d'Ivoire");
316  N_("Cook Islands");
317  N_("Chile");
318  N_("Cameroon");
319  N_("China");
320  N_("Colombia");
321  N_("Costa Rica");
322  N_("Serbia and Montenegro");
323  N_("Cuba");
324  N_("Cape Verde");
325  N_("Christmas Island");
326  N_("Cyprus");
327  N_("Czech Republic");
328  N_("Germany");
329  N_("Djibouti");
330  N_("Denmark");
331  N_("Dominica");
332  N_("Dominican Republic");
333  N_("Algeria");
334  N_("Ecuador");
335  N_("Estonia");
336  N_("Egypt");
337  N_("Western Sahara");
338  N_("Eritrea");
339  N_("Spain");
340  N_("Ethiopia");
341  N_("Finland");
342  N_("Fiji");
343  N_("Falkland Islands");
344  N_("Micronesia");
345  N_("Faroe Islands");
346  N_("France");
347  N_("Gabon");
348  N_("United Kingdom");
349  N_("Grenada");
350  N_("Georgia");
351  N_("French Guiana");
352  N_("Ghana");
353  N_("Gibraltar");
354  N_("Greenland");
355  N_("Gambia");
356  N_("Guinea");
357  N_("Guadeloupe");
358  N_("Equatorial Guinea");
359  N_("Greece");
360  N_("South Georgia and the South Sandwich Islands");
361  N_("Guatemala");
362  N_("Guam");
363  N_("Guinea-Bissau");
364  N_("Guyana");
365  N_("Hong Kong");
366  N_("Heard Island and McDonald Islands");
367  N_("Honduras");
368  N_("Croatia");
369  N_("Haiti");
370  N_("Hungary");
371  N_("Indonesia");
372  N_("Ireland");
373  N_("Israel");
374  N_("India");
375  N_("British Indian Ocean Territory");
376  N_("Iraq");
377  N_("Iran");
378  N_("Iceland");
379  N_("Italy");
380  N_("Jamaica");
381  N_("Jordan");
382  N_("Japan");
383  N_("Kenya");
384  N_("Kyrgyzstan");
385  N_("Cambodia");
386  N_("Kiribati");
387  N_("Comoros");
388  N_("Saint Kitts and Nevis");
389  N_("Democratic People's Republic of Korea");
390  N_("Republic of Korea");
391  N_("Kuwait");
392  N_("Cayman Islands");
393  N_("Kazakhstan");
394  N_("Lao");
395  N_("Lebanon");
396  N_("Saint Lucia");
397  N_("Liechtenstein");
398  N_("Sri Lanka");
399  N_("Liberia");
400  N_("Lesotho");
401  N_("Lithuania");
402  N_("Luxembourg");
403  N_("Latvia");
404  N_("Libyan Arab Jamahiriya");
405  N_("Morocco");
406  N_("Monaco");
407  N_("Moldova");
408  N_("Madagascar");
409  N_("Marshall Islands");
410  N_("Macedonia");
411  N_("Mali");
412  N_("Myanmar");
413  N_("Mongolia");
414  N_("Macau");
415  N_("Northern Mariana Islands");
416  N_("Martinique");
417  N_("Mauritania");
418  N_("Montserrat");
419  N_("Malta");
420  N_("Mauritius");
421  N_("Maldives");
422  N_("Malawi");
423  N_("Mexico");
424  N_("Malaysia");
425  N_("Mozambique");
426  N_("Namibia");
427  N_("New Caledonia");
428  N_("Niger");
429  N_("Norfolk Island");
430  N_("Nigeria");
431  N_("Nicaragua");
432  N_("Netherlands");
433  N_("Norway");
434  N_("Nepal");
435  N_("Nauru");
436  N_("Niue");
437  N_("New Zealand");
438  N_("Oman");
439  N_("Panama");
440  N_("Peru");
441  N_("French Polynesia");
442  N_("Papua New Guinea");
443  N_("Philippines");
444  N_("Pakistan");
445  N_("Poland");
446  N_("Saint Pierre and Miquelon");
447  N_("Pitcairn");
448  N_("Puerto Rico");
449  N_("Palestinian Territories");
450  N_("Portugal");
451  N_("Palau");
452  N_("Paraguay");
453  N_("Qatar");
454  N_("Réunion");
455  N_("Romania");
456  N_("Serbia");
457  N_("Russian Federation");
458  N_("Rwanda");
459  N_("Saudi Arabia");
460  N_("Solomon Islands");
461  N_("Seychelles");
462  N_("Sudan");
463  N_("Sweden");
464  N_("Singapore");
465  N_("Saint Helena");
466  N_("Slovenia");
467  N_("Svalbard and Jan Mayen");
468  N_("Slovakia");
469  N_("Sierra Leone");
470  N_("San Marino");
471  N_("Senegal");
472  N_("Somalia");
473  N_("Suriname");
474  N_("Sao Tome and Principe");
475  N_("El Salvador");
476  N_("Syrian Arab Republic");
477  N_("Swaziland");
478  N_("Turks and Caicos Islands");
479  N_("Chad");
480  N_("French Southern Territories");
481  N_("Togo");
482  N_("Thailand");
483  N_("Tajikistan");
484  N_("Tokelau");
485  N_("East Timor");
486  N_("Turkmenistan");
487  N_("Tunisia");
488  N_("Tonga");
489  N_("Turkey");
490  N_("Trinidad and Tobago");
491  N_("Tuvalu");
492  N_("Taiwan");
493  N_("Tanzania");
494  N_("Ukraine");
495  N_("Uganda");
496  N_("United States Minor Outlying Islands");
497  N_("United States");
498  N_("Uruguay");
499  N_("Uzbekistan");
500  N_("Vatican City State");
501  N_("Saint Vincent and the Grenadines");
502  N_("Venezuela");
503  N_("British Virgin Islands");
504  N_("United States Virgin Islands");
505  N_("Viet Nam");
506  N_("Vanuatu");
507  N_("Wallis and Futuna");
508  N_("Samoa");
509  N_("Yemen");
510  N_("Mayotte");
511  N_("Yugoslavia");
512  N_("South Africa");
513  N_("Zambia");
514  N_("Zimbabwe");
515 
516  // =====================================================================
517  // List of GUI elements (Qt's dialogs)
518  N_("&Undo");
519  N_("&Redo");
520  N_("Cu&t");
521  N_("&Copy");
522  N_("&Paste");
523  N_("Delete");
524  N_("Select All");
525  N_("Look in:");
526  N_("Directory:");
527  N_("Folder");
528  N_("&Choose");
529  N_("Cancel");
530  N_("Files of type:");
531  N_("Date Modified");
532  N_("Directories");
533  N_("Computer");
534  N_("&Open");
535  N_("File &name:");
536  N_("Copy &Link Location");
537  N_("Abort");
538  N_("Ignore");
539  }
540 };
#define N_(str)
A pseudo function call that serves as a marker for the automated extraction of messages.