00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023 class Translations
00024 {
00025 void Translations(){;}
00026
00027 static translationList()
00028 {
00029
00030 Q_ASSERT(0);
00031
00032
00033 N_("Sun");
00034 N_("Mercury");
00035 N_("Venus");
00036 N_("Earth");
00037 N_("Moon");
00038 N_("Mars");
00039 N_("Deimos");
00040 N_("Phobos");
00041 N_("Ceres");
00042 N_("Pallas");
00043 N_("Juno");
00044 N_("Vesta");
00045 N_("Jupiter");
00046 N_("Io");
00047 N_("Europa");
00048 N_("Ganymede");
00049 N_("Callisto");
00050 N_("Saturn");
00051 N_("Mimas");
00052 N_("Enceladus");
00053 N_("Tethys");
00054 N_("Dione");
00055 N_("Rhea");
00056 N_("Titan");
00057 N_("Hyperion");
00058 N_("Iapetus");
00059 N_("Phoebe");
00060 N_("Neptune");
00061 N_("Uranus");
00062 N_("Miranda");
00063 N_("Ariel");
00064 N_("Umbriel");
00065 N_("Titania");
00066 N_("Oberon");
00067 N_("Pluto");
00068 N_("Charon");
00069 N_("Eris");
00070 N_("Solar System Observer");
00071
00072
00073 N_("Astraea");
00074
00075 N_("Hebe");
00076
00077 N_("Iris");
00078
00079 N_("Flora");
00080
00081 N_("Metis");
00082
00083 N_("Hygiea");
00084
00085 N_("Amor");
00086
00087 N_("Apophis");
00088
00089 N_("Chiron");
00090
00091 N_("Eros");
00092
00093 N_("Hektor");
00094
00095
00096
00097 N_("N");
00098 N_("S");
00099 N_("E");
00100 N_("W");
00101
00102
00103 N_("Aztec");
00104 N_("Chinese");
00105 N_("Egyptian");
00106 N_("Inuit");
00107 N_("Korean");
00108 N_("Lakota");
00109 N_("Maori");
00110 N_("Navajo");
00111 N_("Norse");
00112 N_("Polynesian");
00113 N_("Sami");
00114 N_("Tupi-Guarani");
00115 N_("Western");
00116
00118
00119 N_("Set Location ");
00120 N_("Set Time ");
00121 N_("General ");
00122 N_("Stars ");
00123 N_("Colors ");
00124 N_("Effects ");
00125 N_("Scripts ");
00126 N_("Administration ");
00127
00128 N_("Latitude: ");
00129 N_("Longitude: ");
00130 N_("Altitude (m): ");
00131 N_("Solar System Body: ");
00132
00133 N_("Sky Time: ");
00134 N_("Set Time Zone: ");
00135 N_("Day keys: ");
00136 N_("Calendar");
00137 N_("Sidereal");
00138 N_("Preset Sky Time: ");
00139 N_("Sky Time At Start-up: ");
00140 N_("Actual Time");
00141 N_("Preset Time");
00142 N_("Time Display Format: ");
00143 N_("Date Display Format: ");
00144
00145 N_("Sky Culture: ");
00146 N_("Sky Language: ");
00147
00148 N_("Show: ");
00149 N_("Star Value Multiplier: ");
00150 N_("Magnitude Sizing Multiplier: ");
00151 N_("Maximum Magnitude to Label: ");
00152 N_("Twinkling: ");
00153 N_("Limiting Magnitude: ");
00154
00155 N_("Constellation Lines");
00156 N_("Constellation Names");
00157 N_("Constellation Art Intensity");
00158 N_("Constellation Boundaries");
00159 N_("Cardinal Points");
00160 N_("Planet Names");
00161 N_("Planet Orbits");
00162 N_("Planet Trails");
00163 N_("Meridian Line");
00164 N_("Azimuthal Grid");
00165 N_("Equatorial Grid");
00166 N_("Equator Line");
00167 N_("Ecliptic Line");
00168 N_("Nebula Names");
00169 N_("Nebula Circles");
00170
00171 N_("Light Pollution Luminance: ");
00172 N_("Landscape: ");
00173 N_("Manual zoom: ");
00174 N_("Object Sizing Rule: ");
00175 N_("Magnitude Scaling Multiplier: ");
00176 N_("Milky Way intensity: ");
00177 N_("Maximum Nebula Magnitude to Label: ");
00178 N_("Zoom Duration: ");
00179 N_("Cursor Timeout: ");
00180 N_("Correct for light travel time: ");
00181
00182 N_("Local Script: ");
00183 N_("CD/DVD Script: ");
00184 N_("USB Script: ");
00185 N_("Arrow down to load list.");
00186 N_("Select and exit to run.");
00187
00188 N_("Load Default Configuration: ");
00189 N_("Save Current Configuration as Default: ");
00190 N_("Shut Down: ");
00191 N_("Update me via Internet: ");
00192 N_("Set UI Locale: ");
00193 }
00194 };