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_("Jupiter");
00042 N_("Io");
00043 N_("Europa");
00044 N_("Ganymede");
00045 N_("Callisto");
00046 N_("Saturn");
00047 N_("Mimas");
00048 N_("Enceladus");
00049 N_("Tethys");
00050 N_("Dione");
00051 N_("Rhea");
00052 N_("Titan");
00053 N_("Hyperion");
00054 N_("Iapetus");
00055 N_("Phoebe");
00056 N_("Neptune");
00057 N_("Uranus");
00058 N_("Pluto");
00059 N_("Charon");
00060 N_("Solar System Observer");
00061
00062
00063 N_("N");
00064 N_("S");
00065 N_("E");
00066 N_("W");
00067
00068
00069 N_("Aztec");
00070 N_("Chinese");
00071 N_("Egyptian");
00072 N_("Inuit");
00073 N_("Korean");
00074 N_("Lakota");
00075 N_("Maori");
00076 N_("Navajo");
00077 N_("Norse");
00078 N_("Polynesian");
00079 N_("Sami");
00080 N_("Tupi-Guarani");
00081 N_("Western");
00082
00084
00085 N_("Set Location ");
00086 N_("Set Time ");
00087 N_("General ");
00088 N_("Stars ");
00089 N_("Colors ");
00090 N_("Effects ");
00091 N_("Scripts ");
00092 N_("Administration ");
00093
00094 N_("Latitude: ");
00095 N_("Longitude: ");
00096 N_("Altitude (m): ");
00097 N_("Solar System Body: ");
00098
00099 N_("Sky Time: ");
00100 N_("Set Time Zone: ");
00101 N_("Day keys: ");
00102 N_("Calendar");
00103 N_("Sidereal");
00104 N_("Preset Sky Time: ");
00105 N_("Sky Time At Start-up: ");
00106 N_("Actual Time");
00107 N_("Preset Time");
00108 N_("Time Display Format: ");
00109 N_("Date Display Format: ");
00110
00111 N_("Sky Culture: ");
00112 N_("Sky Language: ");
00113
00114 N_("Show: ");
00115 N_("Star Value Multiplier: ");
00116 N_("Magnitude Sizing Multiplier: ");
00117 N_("Maximum Magnitude to Label: ");
00118 N_("Twinkling: ");
00119 N_("Limiting Magnitude: ");
00120
00121 N_("Constellation Lines");
00122 N_("Constellation Names");
00123 N_("Constellation Art Intensity");
00124 N_("Constellation Boundaries");
00125 N_("Cardinal Points");
00126 N_("Planet Names");
00127 N_("Planet Orbits");
00128 N_("Planet Trails");
00129 N_("Meridian Line");
00130 N_("Azimuthal Grid");
00131 N_("Equatorial Grid");
00132 N_("Equator Line");
00133 N_("Ecliptic Line");
00134 N_("Nebula Names");
00135 N_("Nebula Circles");
00136
00137 N_("Light Pollution Luminance: ");
00138 N_("Landscape: ");
00139 N_("Manual zoom: ");
00140 N_("Object Sizing Rule: ");
00141 N_("Magnitude Scaling Multiplier: ");
00142 N_("Milky Way intensity: ");
00143 N_("Maximum Nebula Magnitude to Label: ");
00144 N_("Zoom Duration: ");
00145 N_("Cursor Timeout: ");
00146 N_("Correct for light travel time: ");
00147
00148 N_("Local Script: ");
00149 N_("CD/DVD Script: ");
00150 N_("USB Script: ");
00151 N_("Arrow down to load list.");
00152 N_("Select and exit to run.");
00153
00154 N_("Load Default Configuration: ");
00155 N_("Save Current Configuration as Default: ");
00156 N_("Shut Down: ");
00157 N_("Update me via Internet: ");
00158 N_("Set UI Locale: ");
00159 }
00160 };