Документ взят из кэша поисковой машины. Адрес оригинального документа : http://astro.uni-altai.ru/~aw/stellarium/api/translations_8h_source.html
Дата изменения: Unknown
Дата индексирования: Fri Feb 28 07:40:45 2014
Кодировка:

Поисковые слова: ъбртеэеооще урелфтбмшоще мйойй
Stellarium: translations.h Source File
Stellarium 0.12.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 
24 {
25  void Translations(){;}
26 
27  static translationList()
28  {
29  // Generate Gettext strings for traduction
30  Q_ASSERT(0);
31 
32  // Planets and satellites from ssystem.ini
33  N_("Sun");
34  N_("Mercury");
35  N_("Venus");
36  N_("Earth");
37  N_("Moon");
38  N_("Mars");
39  N_("Deimos");
40  N_("Phobos");
41  N_("Ceres");
42  N_("Pallas");
43  N_("Juno");
44  N_("Vesta");
45  N_("Jupiter");
46  N_("Io");
47  N_("Europa");
48  N_("Ganymede");
49  N_("Callisto");
50  N_("Amalthea");
51  N_("Himalia");
52  N_("Elara");
53  N_("Pasiphae");
54  N_("Sinope");
55  N_("Lysithea");
56  N_("Carme");
57  N_("Ananke");
58  N_("Leda");
59  N_("Thebe");
60  N_("Adrastea");
61  N_("Metis");
62  N_("Saturn");
63  N_("Mimas");
64  N_("Enceladus");
65  N_("Tethys");
66  N_("Dione");
67  N_("Rhea");
68  N_("Titan");
69  N_("Hyperion");
70  N_("Iapetus");
71  N_("Phoebe");
72  N_("Neptune");
73  N_("Uranus");
74  N_("Miranda");
75  N_("Ariel");
76  N_("Umbriel");
77  N_("Titania");
78  N_("Oberon");
79  N_("Pluto");
80  N_("Charon");
81  // TRANSLATORS: Moon of Pluto (II)
82  N_("Nix");
83  // TRANSLATORS: Moon of Pluto (III)
84  N_("Hydra (moon)");
85  N_("Eris");
86  N_("Triton");
87  N_("Nereid");
88  N_("Naiad");
89  N_("Thalassa");
90  N_("Despina");
91  N_("Galatea");
92  N_("Larissa");
93  N_("Proteus");
94  N_("Halimede");
95  N_("Psamathe");
96  N_("Sao");
97  N_("Laomedeia");
98  N_("Neso");
99  N_("Solar System Observer");
100  //TNO's that are in the default ssystem.ini
101  // TRANSLATORS: TNO/Asteroid (90377) Sedna
102  N_("Sedna");
103  // TRANSLATORS: TNO/Asteroid (50000) Quaoar
104  N_("Quaoar");
105  // TRANSLATORS: TNO/Asteroid (90482) Orcus
106  N_("Orcus");
107  // TRANSLATORS: TNO/Asteroid (136108) Haumea
108  N_("Haumea");
109  //Asteroids that are not in the default ssystem.ini
110  // TRANSLATORS: Asteroid (5) Astraea
111  N_("Astraea");
112  // TRANSLATORS: Asteroid (6) Hebe
113  N_("Hebe");