1 /* 2 * Stellarium 3 * Copyright (C) 2021 Alexander Wolf 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 class GeoRegionsTranslations 21 { GeoRegionsTranslations()22 void GeoRegionsTranslations(){;} 23 translationGeoRegions()24 static translationGeoRegions() 25 { 26 // Generate Gettext strings for traduction 27 Q_ASSERT(0); 28 29 // ===================================================================== 30 // List of regions 31 // TRANSLATORS: Name of region on Earth 32 // TRANSLATORS: https://en.wikipedia.org/wiki/North_Africa 33 N_("Northern Africa"); 34 // TRANSLATORS: Name of region on Earth 35 // TRANSLATORS: https://en.wikipedia.org/wiki/East_Africa 36 N_("Eastern Africa"); 37 // TRANSLATORS: Name of region on Earth 38 // TRANSLATORS: https://en.wikipedia.org/wiki/Central_Africa 39 N_("Central Africa"); 40 // TRANSLATORS: Name of region on Earth 41 // TRANSLATORS: https://en.wikipedia.org/wiki/Southern_Africa 42 N_("Southern Africa"); 43 // TRANSLATORS: Name of region on Earth 44 // TRANSLATORS: https://en.wikipedia.org/wiki/West_Africa 45 N_("Western Africa"); 46 // TRANSLATORS: Name of region on Earth 47 // TRANSLATORS: https://en.wikipedia.org/wiki/Caribbean 48 N_("Caribbean"); 49 // TRANSLATORS: Name of region on Earth 50 // TRANSLATORS: https://en.wikipedia.org/wiki/Central_America 51 N_("Central America"); 52 // TRANSLATORS: Name of region on Earth 53 // TRANSLATORS: https://en.wikipedia.org/wiki/South_America 54 N_("Southern America"); 55 // TRANSLATORS: Name of region on Earth 56 // TRANSLATORS: https://en.wikipedia.org/wiki/Northern_America 57 N_("Northern America"); 58 // TRANSLATORS: Name of region on Earth 59 // TRANSLATORS: https://en.wikipedia.org/wiki/Antarctica 60 N_("Antarctica"); 61 // TRANSLATORS: Name of region on Earth 62 // TRANSLATORS: https://en.wikipedia.org/wiki/North_Asia 63 N_("Northern Asia"); 64 // TRANSLATORS: Name of region on Earth 65 // TRANSLATORS: https://en.wikipedia.org/wiki/Central_Asia 66 N_("Central Asia"); 67 // TRANSLATORS: Name of region on Earth 68 // TRANSLATORS: https://en.wikipedia.org/wiki/Eastern_Asia 69 N_("Eastern Asia"); 70 // TRANSLATORS: Name of region on Earth 71 // TRANSLATORS: https://en.wikipedia.org/wiki/Southeast_Asia 72 N_("South-eastern Asia"); 73 // TRANSLATORS: Name of region on Earth 74 // TRANSLATORS: https://en.wikipedia.org/wiki/South_Asia 75 N_("Southern Asia"); 76 // TRANSLATORS: Name of region on Earth 77 // TRANSLATORS: https://en.wikipedia.org/wiki/Western_Asia 78 N_("Western Asia"); 79 // TRANSLATORS: Name of region on Earth 80 // TRANSLATORS: https://en.wikipedia.org/wiki/Eastern_Europe 81 N_("Eastern Europe"); 82 // TRANSLATORS: Name of region on Earth 83 // TRANSLATORS: https://en.wikipedia.org/wiki/Northern_Europe 84 N_("Northern Europe"); 85 // TRANSLATORS: Name of region on Earth 86 // TRANSLATORS: https://en.wikipedia.org/wiki/Southern_Europe 87 N_("Southern Europe"); 88 // TRANSLATORS: Name of region on Earth 89 // TRANSLATORS: https://en.wikipedia.org/wiki/Western_Europe 90 N_("Western Europe"); 91 // TRANSLATORS: Name of region on Earth 92 // TRANSLATORS: https://en.wikipedia.org/wiki/Australasia 93 N_("Australasia"); 94 // TRANSLATORS: Name of region on Earth 95 // TRANSLATORS: https://en.wikipedia.org/wiki/Melanesia 96 N_("Melanesia"); 97 // TRANSLATORS: Name of region on Earth 98 // TRANSLATORS: https://en.wikipedia.org/wiki/Micronesia 99 N_("Micronesia"); 100 // TRANSLATORS: Name of region on Earth 101 // TRANSLATORS: https://en.wikipedia.org/wiki/Polynesia 102 N_("Polynesia"); 103 // TRANSLATORS: Name of region on Mercury 104 N_("Aparangi Planitia"); 105 // TRANSLATORS: Name of region on Mercury 106 // TRANSLATORS: https://en.wikipedia.org/wiki/Borealis_Planitia 107 N_("Borealis Planitia"); 108 // TRANSLATORS: Name of region on Mercury 109 // TRANSLATORS: https://en.wikipedia.org/wiki/Budh_Planitia 110 N_("Budh Planitia"); 111 // TRANSLATORS: Name of region on Mercury 112 // TRANSLATORS: https://en.wikipedia.org/wiki/Caloris_Planitia 113 N_("Caloris Planitia"); 114 // TRANSLATORS: Name of region on Mercury 115 N_("Lugus Planitia"); 116 // TRANSLATORS: Name of region on Mercury 117 N_("Mearcair Planitia"); 118 // TRANSLATORS: Name of region on Mercury 119 // TRANSLATORS: https://en.wikipedia.org/wiki/Odin_Planitia 120 N_("Odin Planitia"); 121 // TRANSLATORS: Name of region on Mercury 122 N_("Otaared Planitia"); 123 // TRANSLATORS: Name of region on Mercury 124 N_("Papsukkal Planitia"); 125 // TRANSLATORS: Name of region on Mercury 126 // TRANSLATORS: https://en.wikipedia.org/wiki/Sihtu_Planitia 127 N_("Sihtu Planitia"); 128 // TRANSLATORS: Name of region on Mercury 129 // TRANSLATORS: https://en.wikipedia.org/wiki/Sobkou_Planitia 130 N_("Sobkou Planitia"); 131 // TRANSLATORS: Name of region on Mercury 132 N_("Stilbon Planitia"); 133 // TRANSLATORS: Name of region on Mercury 134 // TRANSLATORS: https://en.wikipedia.org/wiki/Suisei_Planitia 135 N_("Suisei Planitia"); 136 // TRANSLATORS: Name of region on Mercury 137 // TRANSLATORS: https://en.wikipedia.org/wiki/Tir_Planitia 138 N_("Tir Planitia"); 139 // TRANSLATORS: Name of region on Mercury 140 N_("Turms Planitia"); 141 // TRANSLATORS: Name of region on Mercury 142 N_("Utaridi Planitia"); 143 // TRANSLATORS: Name of region on Mercury 144 N_("Catuilla Planum"); 145 // TRANSLATORS: Name of region on Venus 146 // TRANSLATORS: https://en.wikipedia.org/wiki/Aphrodite_Terra 147 N_("Aphrodite Terra"); 148 // TRANSLATORS: Name of region on Venus 149 // TRANSLATORS: https://en.wikipedia.org/wiki/Ishtar_Terra 150 N_("Ishtar Terra"); 151 // TRANSLATORS: Name of region on Venus 152 // TRANSLATORS: https://en.wikipedia.org/wiki/Lada_Terra 153 N_("Lada Terra"); 154 // TRANSLATORS: Name of region on Venus 155 // TRANSLATORS: https://en.wikipedia.org/wiki/Alpha_Regio 156 N_("Alpha Regio"); 157 // TRANSLATORS: Name of region on Venus 158 // TRANSLATORS: https://en.wikipedia.org/wiki/Asteria_Regio 159 N_("Asteria Regio"); 160 // TRANSLATORS: Name of region on Venus 161 // TRANSLATORS: https://en.wikipedia.org/wiki/List_of_geological_features_on_Venus 162 N_("Atla Regio"); 163 // TRANSLATORS: Name of region on Venus 164 // TRANSLATORS: https://en.wikipedia.org/wiki/List_of_geological_features_on_Venus 165 N_("Bell Regio"); 166 // TRANSLATORS: Name of region on Venus 167 // TRANSLATORS: https://en.wikipedia.org/wiki/Beta_Regio 168 N_("Beta Regio"); 169 // TRANSLATORS: Name of region on Venus 170 // TRANSLATORS: https://en.wikipedia.org/wiki/List_of_geological_features_on_Venus 171 N_("Dione Regio"); 172 // TRANSLATORS: Name of region on Venus 173 // TRANSLATORS: https://en.wikipedia.org/wiki/List_of_geological_features_on_Venus 174 N_("Dsonkwa Regio"); 175 // TRANSLATORS: Name of region on Venus 176 // TRANSLATORS: https://en.wikipedia.org/wiki/List_of_geological_features_on_Venus 177 N_("Eistla Regio"); 178 // TRANSLATORS: Name of region on Venus 179 // TRANSLATORS: https://en.wikipedia.org/wiki/List_of_geological_features_on_Venus 180 N_("Hyndla Regio"); 181 // TRANSLATORS: Name of region on Venus 182 // TRANSLATORS: https://en.wikipedia.org/wiki/List_of_geological_features_on_Venus 183 N_("Imdr Regio"); 184 // TRANSLATORS: Name of region on Venus 185 // TRANSLATORS: https://en.wikipedia.org/wiki/List_of_geological_features_on_Venus 186 N_("Ishkus Regio"); 187 // TRANSLATORS: Name of region on Venus 188 // TRANSLATORS: https://en.wikipedia.org/wiki/List_of_geological_features_on_Venus 189 N_("Laufey Regio"); 190 // TRANSLATORS: Name of region on Venus 191 // TRANSLATORS: https://en.wikipedia.org/wiki/List_of_geological_features_on_Venus 192 N_("Neringa Regio"); 193 // TRANSLATORS: Name of region on Venus 194 // TRANSLATORS: https://en.wikipedia.org/wiki/Ovda_Regio 195 N_("Ovda Regio"); 196 // TRANSLATORS: Name of region on Venus 197 // TRANSLATORS: https://en.wikipedia.org/wiki/Phoebe_Regio 198 N_("Phoebe Regio"); 199 // TRANSLATORS: Name of region on Venus 200 // TRANSLATORS: https://en.wikipedia.org/wiki/List_of_geological_features_on_Venus 201 N_("Themis Regio"); 202 // TRANSLATORS: Name of region on Venus 203 // TRANSLATORS: https://en.wikipedia.org/wiki/List_of_geological_features_on_Venus 204 N_("Thetis Regio"); 205 // TRANSLATORS: Name of region on Venus 206 // TRANSLATORS: https://en.wikipedia.org/wiki/List_of_geological_features_on_Venus 207 N_("Ulfrun Regio"); 208 // TRANSLATORS: Name of region on Venus 209 // TRANSLATORS: https://en.wikipedia.org/wiki/List_of_geological_features_on_Venus 210 N_("Vasilisa Regio"); 211 // TRANSLATORS: Name of region on Venus 212 // TRANSLATORS: https://en.wikipedia.org/wiki/List_of_geological_features_on_Venus 213 N_("Aibarchin Planitia"); 214 // TRANSLATORS: Name of region on Venus 215 // TRANSLATORS: https://en.wikipedia.org/wiki/List_of_geological_features_on_Venus 216 N_("Aino Planitia"); 217 // TRANSLATORS: Name of region on Venus 218 // TRANSLATORS: https://en.wikipedia.org/wiki/List_of_geological_features_on_Venus 219 N_("Akhtamar Planitia"); 220 // TRANSLATORS: Name of region on Venus 221 // TRANSLATORS: https://en.wikipedia.org/wiki/List_of_geological_features_on_Venus 222 N_("Alma-Merghen Planitia"); 223 // TRANSLATORS: Name of region on Venus 224 // TRANSLATORS: https://en.wikipedia.org/wiki/List_of_geological_features_on_Venus 225 N_("Atalanta Planitia"); 226 // TRANSLATORS: Name of region on Venus 227 // TRANSLATORS: https://en.wikipedia.org/wiki/List_of_geological_features_on_Venus 228 N_("Audra Planitia"); 229 // TRANSLATORS: Name of region on Venus 230 // TRANSLATORS: https://en.wikipedia.org/wiki/List_of_geological_features_on_Venus 231 N_("Bereghinya Planitia"); 232 // TRANSLATORS: Name of region on Venus 233 // TRANSLATORS: https://en.wikipedia.org/wiki/List_of_geological_features_on_Venus 234 N_("Dzerassa Planitia"); 235 // TRANSLATORS: Name of region on Venus 236 // TRANSLATORS: https://en.wikipedia.org/wiki/List_of_geological_features_on_Venus 237 N_("Fonueha Planitia"); 238 // TRANSLATORS: Name of region on Venus 239 // TRANSLATORS: https://en.wikipedia.org/wiki/List_of_geological_features_on_Venus 240 N_("Ganiki Planitia"); 241 // TRANSLATORS: Name of region on Venus 242 // TRANSLATORS: https://en.wikipedia.org/wiki/Guinevere_Planitia 243 N_("Guinevere Planitia"); 244 // TRANSLATORS: Name of region on Venus 245 // TRANSLATORS: https://en.wikipedia.org/wiki/List_of_geological_features_on_Venus 246 N_("Gunda Planitia"); 247 // TRANSLATORS: Name of region on Venus 248 // TRANSLATORS: https://en.wikipedia.org/wiki/List_of_geological_features_on_Venus 249 N_("Helen Planitia"); 250 // TRANSLATORS: Name of region on Venus 251 // TRANSLATORS: https://en.wikipedia.org/wiki/List_of_geological_features_on_Venus 252 N_("Hinemoa Planitia"); 253 // TRANSLATORS: Name of region on Venus 254 // TRANSLATORS: https://en.wikipedia.org/wiki/List_of_geological_features_on_Venus 255 N_("Imapinua Planitia"); 256 // TRANSLATORS: Name of region on Venus 257 // TRANSLATORS: https://en.wikipedia.org/wiki/List_of_geological_features_on_Venus 258 N_("Kanykey Planitia"); 259 // TRANSLATORS: Name of region on Venus 260 // TRANSLATORS: https://en.wikipedia.org/wiki/List_of_geological_features_on_Venus 261 N_("Kawelu Planitia"); 262 // TRANSLATORS: Name of region on Venus 263 // TRANSLATORS: https://en.wikipedia.org/wiki/List_of_geological_features_on_Venus 264 N_("Laimdota Planitia"); 265 // TRANSLATORS: Name of region on Venus 266 // TRANSLATORS: https://en.wikipedia.org/wiki/List_of_geological_features_on_Venus 267 N_("Lavinia Planitia"); 268 // TRANSLATORS: Name of region on Venus 269 // TRANSLATORS: https://en.wikipedia.org/wiki/List_of_geological_features_on_Venus 270 N_("Leda Planitia"); 271 // TRANSLATORS: Name of region on Venus 272 // TRANSLATORS: https://en.wikipedia.org/wiki/List_of_geological_features_on_Venus 273 N_("Libuse Planitia"); 274 // TRANSLATORS: Name of region on Venus 275 // TRANSLATORS: https://en.wikipedia.org/wiki/List_of_geological_features_on_Venus 276 N_("Llorona Planitia"); 277 // TRANSLATORS: Name of region on Venus 278 // TRANSLATORS: https://en.wikipedia.org/wiki/List_of_geological_features_on_Venus 279 N_("Louhi Planitia"); 280 // TRANSLATORS: Name of region on Venus 281 // TRANSLATORS: https://en.wikipedia.org/wiki/List_of_geological_features_on_Venus 282 N_("Lowana Planitia"); 283 // TRANSLATORS: Name of region on Venus 284 // TRANSLATORS: https://en.wikipedia.org/wiki/List_of_geological_features_on_Venus 285 N_("Mugazo Planitia"); 286 // TRANSLATORS: Name of region on Venus 287 // TRANSLATORS: https://en.wikipedia.org/wiki/List_of_geological_features_on_Venus 288 N_("Navka Planitia"); 289 // TRANSLATORS: Name of region on Venus 290 // TRANSLATORS: https://en.wikipedia.org/wiki/List_of_geological_features_on_Venus 291 N_("Niobe Planitia"); 292 // TRANSLATORS: Name of region on Venus 293 // TRANSLATORS: https://en.wikipedia.org/wiki/List_of_geological_features_on_Venus 294 N_("Nsomeka Planitia"); 295 // TRANSLATORS: Name of region on Venus 296 // TRANSLATORS: https://en.wikipedia.org/wiki/List_of_geological_features_on_Venus 297 N_("Nuptadi Planitia"); 298 // TRANSLATORS: Name of region on Venus 299 // TRANSLATORS: https://en.wikipedia.org/wiki/List_of_geological_features_on_Venus 300 N_("Rusalka Planitia"); 301 // TRANSLATORS: Name of region on Venus 302 // TRANSLATORS: https://en.wikipedia.org/wiki/Sedna_Planitia 303 N_("Sedna Planitia"); 304 // TRANSLATORS: Name of region on Venus 305 // TRANSLATORS: https://en.wikipedia.org/wiki/List_of_geological_features_on_Venus 306 N_("Snegurochka Planitia"); 307 // TRANSLATORS: Name of region on Venus 308 // TRANSLATORS: https://en.wikipedia.org/wiki/List_of_geological_features_on_Venus 309 N_("Sogolon Planitia"); 310 // TRANSLATORS: Name of region on Venus 311 // TRANSLATORS: https://en.wikipedia.org/wiki/List_of_geological_features_on_Venus 312 N_("Tahmina Planitia"); 313 // TRANSLATORS: Name of region on Venus 314 // TRANSLATORS: https://en.wikipedia.org/wiki/List_of_geological_features_on_Venus 315 N_("Tilli-Hanum Planitia"); 316 // TRANSLATORS: Name of region on Venus 317 // TRANSLATORS: https://en.wikipedia.org/wiki/List_of_geological_features_on_Venus 318 N_("Tinatin Planitia"); 319 // TRANSLATORS: Name of region on Venus 320 // TRANSLATORS: https://en.wikipedia.org/wiki/List_of_geological_features_on_Venus 321 N_("Undine Planitia"); 322 // TRANSLATORS: Name of region on Venus 323 // TRANSLATORS: https://en.wikipedia.org/wiki/List_of_geological_features_on_Venus 324 N_("Vellamo Planitia"); 325 // TRANSLATORS: Name of region on Venus 326 // TRANSLATORS: https://en.wikipedia.org/wiki/List_of_geological_features_on_Venus 327 N_("Vinmara Planitia"); 328 // TRANSLATORS: Name of region on Venus 329 // TRANSLATORS: https://en.wikipedia.org/wiki/List_of_geological_features_on_Venus 330 N_("Wawalag Planitia"); 331 // TRANSLATORS: Name of region on Venus 332 // TRANSLATORS: https://en.wikipedia.org/wiki/List_of_geological_features_on_Venus 333 N_("Zhibek Planitia"); 334 // TRANSLATORS: Name of region on the Moon 335 // TRANSLATORS: See also 1961 U.S.G.S. Physical Map of the Moon: https://commons.wikimedia.org/wiki/File:1961_U.S.G.S._Physical_Map_of_the_Moon_(wall_map)_-_landmark_Lunar_map%5E_-_Geographicus_-_MoonPhysical-usgs-1961.jpg 336 // TRANSLATORS: https://en.wikipedia.org/wiki/Oceanus_Procellarum 337 N_("Ocean of Storms"); 338 // TRANSLATORS: Name of region on the Moon 339 // TRANSLATORS: See also 1961 U.S.G.S. Physical Map of the Moon: https://commons.wikimedia.org/wiki/File:1961_U.S.G.S._Physical_Map_of_the_Moon_(wall_map)_-_landmark_Lunar_map%5E_-_Geographicus_-_MoonPhysical-usgs-1961.jpg 340 // TRANSLATORS: https://en.wikipedia.org/wiki/Mare_Anguis 341 N_("Serpent Sea"); 342 // TRANSLATORS: Name of region on the Moon 343 // TRANSLATORS: See also 1961 U.S.G.S. Physical Map of the Moon: https://commons.wikimedia.org/wiki/File:1961_U.S.G.S._Physical_Map_of_the_Moon_(wall_map)_-_landmark_Lunar_map%5E_-_Geographicus_-_MoonPhysical-usgs-1961.jpg 344 // TRANSLATORS: https://en.wikipedia.org/wiki/Mare_Australe 345 N_("Southern Sea"); 346 // TRANSLATORS: Name of region on the Moon 347 // TRANSLATORS: See also 1961 U.S.G.S. Physical Map of the Moon: https://commons.wikimedia.org/wiki/File:1961_U.S.G.S._Physical_Map_of_the_Moon_(wall_map)_-_landmark_Lunar_map%5E_-_Geographicus_-_MoonPhysical-usgs-1961.jpg 348 // TRANSLATORS: https://en.wikipedia.org/wiki/Mare_Cognitum 349 N_("Sea that has Become Known"); 350 // TRANSLATORS: Name of region on the Moon 351 // TRANSLATORS: See also 1961 U.S.G.S. Physical Map of the Moon: https://commons.wikimedia.org/wiki/File:1961_U.S.G.S._Physical_Map_of_the_Moon_(wall_map)_-_landmark_Lunar_map%5E_-_Geographicus_-_MoonPhysical-usgs-1961.jpg 352 // TRANSLATORS: https://en.wikipedia.org/wiki/Mare_Crisium 353 N_("Sea of Crises"); 354 // TRANSLATORS: Name of region on the Moon 355 // TRANSLATORS: See also 1961 U.S.G.S. Physical Map of the Moon: https://commons.wikimedia.org/wiki/File:1961_U.S.G.S._Physical_Map_of_the_Moon_(wall_map)_-_landmark_Lunar_map%5E_-_Geographicus_-_MoonPhysical-usgs-1961.jpg 356 // TRANSLATORS: https://en.wikipedia.org/wiki/Mare_Fecunditatis 357 N_("Sea of Fecundity"); 358 // TRANSLATORS: Name of region on the Moon 359 // TRANSLATORS: See also 1961 U.S.G.S. Physical Map of the Moon: https://commons.wikimedia.org/wiki/File:1961_U.S.G.S._Physical_Map_of_the_Moon_(wall_map)_-_landmark_Lunar_map%5E_-_Geographicus_-_MoonPhysical-usgs-1961.jpg 360 // TRANSLATORS: https://en.wikipedia.org/wiki/Mare_Frigoris 361 N_("Sea of Cold"); 362 // TRANSLATORS: Name of region on the Moon 363 // TRANSLATORS: See also 1961 U.S.G.S. Physical Map of the Moon: https://commons.wikimedia.org/wiki/File:1961_U.S.G.S._Physical_Map_of_the_Moon_(wall_map)_-_landmark_Lunar_map%5E_-_Geographicus_-_MoonPhysical-usgs-1961.jpg 364 // TRANSLATORS: https://en.wikipedia.org/wiki/Mare_Humboldtianum 365 N_("Sea of Humboldt"); 366 // TRANSLATORS: Name of region on the Moon 367 // TRANSLATORS: See also 1961 U.S.G.S. Physical Map of the Moon: https://commons.wikimedia.org/wiki/File:1961_U.S.G.S._Physical_Map_of_the_Moon_(wall_map)_-_landmark_Lunar_map%5E_-_Geographicus_-_MoonPhysical-usgs-1961.jpg 368 // TRANSLATORS: https://en.wikipedia.org/wiki/Mare_Humorum 369 N_("Sea of Moisture"); 370 // TRANSLATORS: Name of region on the Moon 371 // TRANSLATORS: See also 1961 U.S.G.S. Physical Map of the Moon: https://commons.wikimedia.org/wiki/File:1961_U.S.G.S._Physical_Map_of_the_Moon_(wall_map)_-_landmark_Lunar_map%5E_-_Geographicus_-_MoonPhysical-usgs-1961.jpg 372 // TRANSLATORS: https://en.wikipedia.org/wiki/Mare_Imbrium 373 N_("Sea of Showers"); 374 // TRANSLATORS: Name of region on the Moon 375 // TRANSLATORS: See also 1961 U.S.G.S. Physical Map of the Moon: https://commons.wikimedia.org/wiki/File:1961_U.S.G.S._Physical_Map_of_the_Moon_(wall_map)_-_landmark_Lunar_map%5E_-_Geographicus_-_MoonPhysical-usgs-1961.jpg 376 // TRANSLATORS: https://en.wikipedia.org/wiki/Mare_Ingenii 377 N_("Sea of Cleverness"); 378 // TRANSLATORS: Name of region on the Moon 379 // TRANSLATORS: See also 1961 U.S.G.S. Physical Map of the Moon: https://commons.wikimedia.org/wiki/File:1961_U.S.G.S._Physical_Map_of_the_Moon_(wall_map)_-_landmark_Lunar_map%5E_-_Geographicus_-_MoonPhysical-usgs-1961.jpg 380 // TRANSLATORS: https://en.wikipedia.org/wiki/Mare_Insularum 381 N_("Sea of Islands"); 382 // TRANSLATORS: Name of region on the Moon 383 // TRANSLATORS: See also 1961 U.S.G.S. Physical Map of the Moon: https://commons.wikimedia.org/wiki/File:1961_U.S.G.S._Physical_Map_of_the_Moon_(wall_map)_-_landmark_Lunar_map%5E_-_Geographicus_-_MoonPhysical-usgs-1961.jpg 384 // TRANSLATORS: https://en.wikipedia.org/wiki/Mare_Marginis 385 N_("Sea of the Edge"); 386 // TRANSLATORS: Name of region on the Moon 387 // TRANSLATORS: See also 1961 U.S.G.S. Physical Map of the Moon: https://commons.wikimedia.org/wiki/File:1961_U.S.G.S._Physical_Map_of_the_Moon_(wall_map)_-_landmark_Lunar_map%5E_-_Geographicus_-_MoonPhysical-usgs-1961.jpg 388 // TRANSLATORS: https://en.wikipedia.org/wiki/Mare_Moscoviense 389 N_("Sea of Moscow"); 390 // TRANSLATORS: Name of region on the Moon 391 // TRANSLATORS: See also 1961 U.S.G.S. Physical Map of the Moon: https://commons.wikimedia.org/wiki/File:1961_U.S.G.S._Physical_Map_of_the_Moon_(wall_map)_-_landmark_Lunar_map%5E_-_Geographicus_-_MoonPhysical-usgs-1961.jpg 392 // TRANSLATORS: https://en.wikipedia.org/wiki/Mare_Nectaris 393 N_("Sea of Nectar"); 394 // TRANSLATORS: Name of region on the Moon 395 // TRANSLATORS: See also 1961 U.S.G.S. Physical Map of the Moon: https://commons.wikimedia.org/wiki/File:1961_U.S.G.S._Physical_Map_of_the_Moon_(wall_map)_-_landmark_Lunar_map%5E_-_Geographicus_-_MoonPhysical-usgs-1961.jpg 396 // TRANSLATORS: https://en.wikipedia.org/wiki/Mare_Nubium 397 N_("Sea of Clouds"); 398 // TRANSLATORS: Name of region on the Moon 399 // TRANSLATORS: See also 1961 U.S.G.S. Physical Map of the Moon: https://commons.wikimedia.org/wiki/File:1961_U.S.G.S._Physical_Map_of_the_Moon_(wall_map)_-_landmark_Lunar_map%5E_-_Geographicus_-_MoonPhysical-usgs-1961.jpg 400 // TRANSLATORS: https://en.wikipedia.org/wiki/Mare_Orientale 401 N_("Eastern Sea"); 402 // TRANSLATORS: Name of region on the Moon 403 // TRANSLATORS: See also 1961 U.S.G.S. Physical Map of the Moon: https://commons.wikimedia.org/wiki/File:1961_U.S.G.S._Physical_Map_of_the_Moon_(wall_map)_-_landmark_Lunar_map%5E_-_Geographicus_-_MoonPhysical-usgs-1961.jpg 404 // TRANSLATORS: https://en.wikipedia.org/wiki/Mare_Serenitatis 405 N_("Sea of Serenity"); 406 // TRANSLATORS: Name of region on the Moon 407 // TRANSLATORS: See also 1961 U.S.G.S. Physical Map of the Moon: https://commons.wikimedia.org/wiki/File:1961_U.S.G.S._Physical_Map_of_the_Moon_(wall_map)_-_landmark_Lunar_map%5E_-_Geographicus_-_MoonPhysical-usgs-1961.jpg 408 // TRANSLATORS: https://en.wikipedia.org/wiki/Mare_Smythii 409 N_("Smyth's Sea"); 410 // TRANSLATORS: Name of region on the Moon 411 // TRANSLATORS: See also 1961 U.S.G.S. Physical Map of the Moon: https://commons.wikimedia.org/wiki/File:1961_U.S.G.S._Physical_Map_of_the_Moon_(wall_map)_-_landmark_Lunar_map%5E_-_Geographicus_-_MoonPhysical-usgs-1961.jpg 412 // TRANSLATORS: https://en.wikipedia.org/wiki/Mare_Spumans 413 N_("Foaming Sea"); 414 // TRANSLATORS: Name of region on the Moon 415 // TRANSLATORS: See also 1961 U.S.G.S. Physical Map of the Moon: https://commons.wikimedia.org/wiki/File:1961_U.S.G.S._Physical_Map_of_the_Moon_(wall_map)_-_landmark_Lunar_map%5E_-_Geographicus_-_MoonPhysical-usgs-1961.jpg 416 // TRANSLATORS: https://en.wikipedia.org/wiki/Mare_Tranquillitatis 417 N_("Sea of Tranquillity"); 418 // TRANSLATORS: Name of region on the Moon 419 // TRANSLATORS: See also 1961 U.S.G.S. Physical Map of the Moon: https://commons.wikimedia.org/wiki/File:1961_U.S.G.S._Physical_Map_of_the_Moon_(wall_map)_-_landmark_Lunar_map%5E_-_Geographicus_-_MoonPhysical-usgs-1961.jpg 420 // TRANSLATORS: https://en.wikipedia.org/wiki/Mare_Undarum 421 N_("Sea of Waves"); 422 // TRANSLATORS: Name of region on the Moon 423 // TRANSLATORS: See also 1961 U.S.G.S. Physical Map of the Moon: https://commons.wikimedia.org/wiki/File:1961_U.S.G.S._Physical_Map_of_the_Moon_(wall_map)_-_landmark_Lunar_map%5E_-_Geographicus_-_MoonPhysical-usgs-1961.jpg 424 // TRANSLATORS: https://en.wikipedia.org/wiki/Mare_Vaporum 425 N_("Sea of Vapors"); 426 // TRANSLATORS: Name of region on the Moon 427 // TRANSLATORS: See also 1961 U.S.G.S. Physical Map of the Moon: https://commons.wikimedia.org/wiki/File:1961_U.S.G.S._Physical_Map_of_the_Moon_(wall_map)_-_landmark_Lunar_map%5E_-_Geographicus_-_MoonPhysical-usgs-1961.jpg 428 N_("Northern highlands"); 429 // TRANSLATORS: Name of region on the Moon 430 // TRANSLATORS: See also 1961 U.S.G.S. Physical Map of the Moon: https://commons.wikimedia.org/wiki/File:1961_U.S.G.S._Physical_Map_of_the_Moon_(wall_map)_-_landmark_Lunar_map%5E_-_Geographicus_-_MoonPhysical-usgs-1961.jpg 431 // TRANSLATORS: https://en.wikipedia.org/wiki/Montes_Jura 432 N_("Jura mountains"); 433 // TRANSLATORS: Name of region on the Moon 434 // TRANSLATORS: See also 1961 U.S.G.S. Physical Map of the Moon: https://commons.wikimedia.org/wiki/File:1961_U.S.G.S._Physical_Map_of_the_Moon_(wall_map)_-_landmark_Lunar_map%5E_-_Geographicus_-_MoonPhysical-usgs-1961.jpg 435 N_("Alps province"); 436 // TRANSLATORS: Name of region on the Moon 437 // TRANSLATORS: See also 1961 U.S.G.S. Physical Map of the Moon: https://commons.wikimedia.org/wiki/File:1961_U.S.G.S._Physical_Map_of_the_Moon_(wall_map)_-_landmark_Lunar_map%5E_-_Geographicus_-_MoonPhysical-usgs-1961.jpg 438 N_("Caucasus province"); 439 // TRANSLATORS: Name of region on the Moon 440 // TRANSLATORS: See also 1961 U.S.G.S. Physical Map of the Moon: https://commons.wikimedia.org/wiki/File:1961_U.S.G.S._Physical_Map_of_the_Moon_(wall_map)_-_landmark_Lunar_map%5E_-_Geographicus_-_MoonPhysical-usgs-1961.jpg 441 // TRANSLATORS: https://en.wikipedia.org/wiki/Lacus_Somniorum 442 N_("Lake of Dreams"); 443 // TRANSLATORS: Name of region on the Moon 444 // TRANSLATORS: See also 1961 U.S.G.S. Physical Map of the Moon: https://commons.wikimedia.org/wiki/File:1961_U.S.G.S._Physical_Map_of_the_Moon_(wall_map)_-_landmark_Lunar_map%5E_-_Geographicus_-_MoonPhysical-usgs-1961.jpg 445 // TRANSLATORS: https://en.wikipedia.org/wiki/Montes_Taurus 446 N_("Taurus mountains"); 447 // TRANSLATORS: Name of region on the Moon 448 // TRANSLATORS: See also 1961 U.S.G.S. Physical Map of the Moon: https://commons.wikimedia.org/wiki/File:1961_U.S.G.S._Physical_Map_of_the_Moon_(wall_map)_-_landmark_Lunar_map%5E_-_Geographicus_-_MoonPhysical-usgs-1961.jpg 449 // TRANSLATORS: https://en.wikipedia.org/wiki/Sinus_Roris 450 N_("Bay of Dew"); 451 // TRANSLATORS: Name of region on the Moon 452 // TRANSLATORS: See also 1961 U.S.G.S. Physical Map of the Moon: https://commons.wikimedia.org/wiki/File:1961_U.S.G.S._Physical_Map_of_the_Moon_(wall_map)_-_landmark_Lunar_map%5E_-_Geographicus_-_MoonPhysical-usgs-1961.jpg 453 N_("Apennines province"); 454 // TRANSLATORS: Name of region on the Moon 455 // TRANSLATORS: See also 1961 U.S.G.S. Physical Map of the Moon: https://commons.wikimedia.org/wiki/File:1961_U.S.G.S._Physical_Map_of_the_Moon_(wall_map)_-_landmark_Lunar_map%5E_-_Geographicus_-_MoonPhysical-usgs-1961.jpg 456 N_("Carpatian province"); 457 // TRANSLATORS: Name of region on the Moon 458 // TRANSLATORS: See also 1961 U.S.G.S. Physical Map of the Moon: https://commons.wikimedia.org/wiki/File:1961_U.S.G.S._Physical_Map_of_the_Moon_(wall_map)_-_landmark_Lunar_map%5E_-_Geographicus_-_MoonPhysical-usgs-1961.jpg 459 // TRANSLATORS: https://en.wikipedia.org/wiki/Sinus_Aestuum 460 N_("Seething Bay"); 461 // TRANSLATORS: Name of region on the Moon 462 // TRANSLATORS: See also 1961 U.S.G.S. Physical Map of the Moon: https://commons.wikimedia.org/wiki/File:1961_U.S.G.S._Physical_Map_of_the_Moon_(wall_map)_-_landmark_Lunar_map%5E_-_Geographicus_-_MoonPhysical-usgs-1961.jpg 463 N_("Aestuum upland"); 464 // TRANSLATORS: Name of region on the Moon 465 // TRANSLATORS: See also 1961 U.S.G.S. Physical Map of the Moon: https://commons.wikimedia.org/wiki/File:1961_U.S.G.S._Physical_Map_of_the_Moon_(wall_map)_-_landmark_Lunar_map%5E_-_Geographicus_-_MoonPhysical-usgs-1961.jpg 466 N_("Haemus province"); 467 // TRANSLATORS: Name of region on the Moon 468 // TRANSLATORS: See also 1961 U.S.G.S. Physical Map of the Moon: https://commons.wikimedia.org/wiki/File:1961_U.S.G.S._Physical_Map_of_the_Moon_(wall_map)_-_landmark_Lunar_map%5E_-_Geographicus_-_MoonPhysical-usgs-1961.jpg 469 N_("Procellarum upland"); 470 // TRANSLATORS: Name of region on the Moon 471 // TRANSLATORS: See also 1961 U.S.G.S. Physical Map of the Moon: https://commons.wikimedia.org/wiki/File:1961_U.S.G.S._Physical_Map_of_the_Moon_(wall_map)_-_landmark_Lunar_map%5E_-_Geographicus_-_MoonPhysical-usgs-1961.jpg 472 N_("Central crater province"); 473 // TRANSLATORS: Name of region on the Moon 474 // TRANSLATORS: See also 1961 U.S.G.S. Physical Map of the Moon: https://commons.wikimedia.org/wiki/File:1961_U.S.G.S._Physical_Map_of_the_Moon_(wall_map)_-_landmark_Lunar_map%5E_-_Geographicus_-_MoonPhysical-usgs-1961.jpg 475 N_("Macro-crater province"); 476 // TRANSLATORS: Name of region on the Moon 477 // TRANSLATORS: See also 1961 U.S.G.S. Physical Map of the Moon: https://commons.wikimedia.org/wiki/File:1961_U.S.G.S._Physical_Map_of_the_Moon_(wall_map)_-_landmark_Lunar_map%5E_-_Geographicus_-_MoonPhysical-usgs-1961.jpg 478 N_("Southeastern crater province"); 479 // TRANSLATORS: Name of region on the Moon 480 // TRANSLATORS: See also 1961 U.S.G.S. Physical Map of the Moon: https://commons.wikimedia.org/wiki/File:1961_U.S.G.S._Physical_Map_of_the_Moon_(wall_map)_-_landmark_Lunar_map%5E_-_Geographicus_-_MoonPhysical-usgs-1961.jpg 481 N_("Cratered plain province"); 482 // TRANSLATORS: Name of region on the Moon 483 // TRANSLATORS: See also 1961 U.S.G.S. Physical Map of the Moon: https://commons.wikimedia.org/wiki/File:1961_U.S.G.S._Physical_Map_of_the_Moon_(wall_map)_-_landmark_Lunar_map%5E_-_Geographicus_-_MoonPhysical-usgs-1961.jpg 484 N_("Southwestern crater province"); 485 // TRANSLATORS: Name of region on the Moon 486 // TRANSLATORS: See also 1961 U.S.G.S. Physical Map of the Moon: https://commons.wikimedia.org/wiki/File:1961_U.S.G.S._Physical_Map_of_the_Moon_(wall_map)_-_landmark_Lunar_map%5E_-_Geographicus_-_MoonPhysical-usgs-1961.jpg 487 N_("Nectaris crater province"); 488 // TRANSLATORS: Name of region on the Moon 489 // TRANSLATORS: See also 1961 U.S.G.S. Physical Map of the Moon: https://commons.wikimedia.org/wiki/File:1961_U.S.G.S._Physical_Map_of_the_Moon_(wall_map)_-_landmark_Lunar_map%5E_-_Geographicus_-_MoonPhysical-usgs-1961.jpg 490 N_("Pyrenees province"); 491 // TRANSLATORS: Name of region on the Moon 492 // TRANSLATORS: See also 1961 U.S.G.S. Physical Map of the Moon: https://commons.wikimedia.org/wiki/File:1961_U.S.G.S._Physical_Map_of_the_Moon_(wall_map)_-_landmark_Lunar_map%5E_-_Geographicus_-_MoonPhysical-usgs-1961.jpg 493 N_("Western highlands"); 494 // TRANSLATORS: Name of region on the Moon 495 // TRANSLATORS: See also 1961 U.S.G.S. Physical Map of the Moon: https://commons.wikimedia.org/wiki/File:1961_U.S.G.S._Physical_Map_of_the_Moon_(wall_map)_-_landmark_Lunar_map%5E_-_Geographicus_-_MoonPhysical-usgs-1961.jpg 496 N_("Eastern highlands"); 497 // TRANSLATORS: Name of region on the Moon 498 // TRANSLATORS: See also 1961 U.S.G.S. Physical Map of the Moon: https://commons.wikimedia.org/wiki/File:1961_U.S.G.S._Physical_Map_of_the_Moon_(wall_map)_-_landmark_Lunar_map%5E_-_Geographicus_-_MoonPhysical-usgs-1961.jpg 499 // TRANSLATORS: https://en.wikipedia.org/wiki/Sinus_Medii 500 N_("Bay of the center"); 501 // TRANSLATORS: Name of region on the Moon 502 // TRANSLATORS: See also 1961 U.S.G.S. Physical Map of the Moon: https://commons.wikimedia.org/wiki/File:1961_U.S.G.S._Physical_Map_of_the_Moon_(wall_map)_-_landmark_Lunar_map%5E_-_Geographicus_-_MoonPhysical-usgs-1961.jpg 503 // TRANSLATORS: https://en.wikipedia.org/wiki/Palus_Epidemiarum 504 N_("Marsh of Epidemics"); 505 // TRANSLATORS: Name of region on the Moon 506 // TRANSLATORS: See also 1961 U.S.G.S. Physical Map of the Moon: https://commons.wikimedia.org/wiki/File:1961_U.S.G.S._Physical_Map_of_the_Moon_(wall_map)_-_landmark_Lunar_map%5E_-_Geographicus_-_MoonPhysical-usgs-1961.jpg 507 N_("Far-side southern lowland"); 508 // TRANSLATORS: Name of region on the Moon 509 // TRANSLATORS: See also 1961 U.S.G.S. Physical Map of the Moon: https://commons.wikimedia.org/wiki/File:1961_U.S.G.S._Physical_Map_of_the_Moon_(wall_map)_-_landmark_Lunar_map%5E_-_Geographicus_-_MoonPhysical-usgs-1961.jpg 510 N_("Far-side northern lowland"); 511 // TRANSLATORS: Name of region on the Moon 512 // TRANSLATORS: See also 1961 U.S.G.S. Physical Map of the Moon: https://commons.wikimedia.org/wiki/File:1961_U.S.G.S._Physical_Map_of_the_Moon_(wall_map)_-_landmark_Lunar_map%5E_-_Geographicus_-_MoonPhysical-usgs-1961.jpg 513 N_("Far-side central highland"); 514 // TRANSLATORS: Name of region on Mars 515 // TRANSLATORS: See also MOLA global image showing boundaries of regional feature names: https://planetarynames.wr.usgs.gov/images/mola_regional_boundaries.pdf 516 // TRANSLATORS: https://en.wikipedia.org/wiki/Acidalia_Planitia 517 N_("Acidalia Planitia"); 518 // TRANSLATORS: Name of region on Mars 519 // TRANSLATORS: See also MOLA global image showing boundaries of regional feature names: https://planetarynames.wr.usgs.gov/images/mola_regional_boundaries.pdf 520 // TRANSLATORS: https://en.wikipedia.org/wiki/Amazonis_Planitia 521 N_("Amazonis Planitia"); 522 // TRANSLATORS: Name of region on Mars 523 // TRANSLATORS: See also MOLA global image showing boundaries of regional feature names: https://planetarynames.wr.usgs.gov/images/mola_regional_boundaries.pdf 524 // TRANSLATORS: https://en.wikipedia.org/wiki/Arcadia_Planitia 525 N_("Arcadia Planitia"); 526 // TRANSLATORS: Name of region on Mars 527 // TRANSLATORS: See also MOLA global image showing boundaries of regional feature names: https://planetarynames.wr.usgs.gov/images/mola_regional_boundaries.pdf 528 // TRANSLATORS: https://en.wikipedia.org/wiki/Argyre_Planitia 529 N_("Argyre Planitia"); 530 // TRANSLATORS: Name of region on Mars 531 // TRANSLATORS: See also MOLA global image showing boundaries of regional feature names: https://planetarynames.wr.usgs.gov/images/mola_regional_boundaries.pdf 532 // TRANSLATORS: https://en.wikipedia.org/wiki/Chryse_Planitia 533 N_("Chryse Planitia"); 534 // TRANSLATORS: Name of region on Mars 535 // TRANSLATORS: See also MOLA global image showing boundaries of regional feature names: https://planetarynames.wr.usgs.gov/images/mola_regional_boundaries.pdf 536 // TRANSLATORS: https://en.wikipedia.org/wiki/Elysium_Planitia 537 N_("Elysium Planitia"); 538 // TRANSLATORS: Name of region on Mars 539 // TRANSLATORS: See also MOLA global image showing boundaries of regional feature names: https://planetarynames.wr.usgs.gov/images/mola_regional_boundaries.pdf 540 // TRANSLATORS: https://en.wikipedia.org/wiki/Eridania_Planitia 541 N_("Eridania Planitia"); 542 // TRANSLATORS: Name of region on Mars 543 // TRANSLATORS: See also MOLA global image showing boundaries of regional feature names: https://planetarynames.wr.usgs.gov/images/mola_regional_boundaries.pdf 544 // TRANSLATORS: https://en.wikipedia.org/wiki/Hellas_Planitia 545 N_("Hellas Planitia"); 546 // TRANSLATORS: Name of region on Mars 547 // TRANSLATORS: See also MOLA global image showing boundaries of regional feature names: https://planetarynames.wr.usgs.gov/images/mola_regional_boundaries.pdf 548 // TRANSLATORS: https://en.wikipedia.org/wiki/Isidis_Planitia 549 N_("Isidis Planitia"); 550 // TRANSLATORS: Name of region on Mars 551 // TRANSLATORS: See also MOLA global image showing boundaries of regional feature names: https://planetarynames.wr.usgs.gov/images/mola_regional_boundaries.pdf 552 // TRANSLATORS: https://en.wikipedia.org/wiki/Utopia_Planitia 553 N_("Utopia Planitia"); 554 // TRANSLATORS: Name of region on Mars 555 // TRANSLATORS: See also MOLA global image showing boundaries of regional feature names: https://planetarynames.wr.usgs.gov/images/mola_regional_boundaries.pdf 556 // TRANSLATORS: https://en.wikipedia.org/wiki/Aonia_Terra 557 N_("Aonia Terra"); 558 // TRANSLATORS: Name of region on Mars 559 // TRANSLATORS: See also MOLA global image showing boundaries of regional feature names: https://planetarynames.wr.usgs.gov/images/mola_regional_boundaries.pdf 560 // TRANSLATORS: https://en.wikipedia.org/wiki/Arabia_Terra 561 N_("Arabia Terra"); 562 // TRANSLATORS: Name of region on Mars 563 // TRANSLATORS: See also MOLA global image showing boundaries of regional feature names: https://planetarynames.wr.usgs.gov/images/mola_regional_boundaries.pdf 564 // TRANSLATORS: https://en.wikipedia.org/wiki/Margaritifer_Terra 565 N_("Margaritifer Terra"); 566 // TRANSLATORS: Name of region on Mars 567 // TRANSLATORS: See also MOLA global image showing boundaries of regional feature names: https://planetarynames.wr.usgs.gov/images/mola_regional_boundaries.pdf 568 // TRANSLATORS: https://en.wikipedia.org/wiki/Noachis_Terra 569 N_("Noachis Terra"); 570 // TRANSLATORS: Name of region on Mars 571 // TRANSLATORS: See also MOLA global image showing boundaries of regional feature names: https://planetarynames.wr.usgs.gov/images/mola_regional_boundaries.pdf 572 // TRANSLATORS: https://en.wikipedia.org/wiki/Promethei_Terra 573 N_("Promethei Terra"); 574 // TRANSLATORS: Name of region on Mars 575 // TRANSLATORS: See also MOLA global image showing boundaries of regional feature names: https://planetarynames.wr.usgs.gov/images/mola_regional_boundaries.pdf 576 // TRANSLATORS: https://en.wikipedia.org/wiki/Tempe_Terra 577 N_("Tempe Terra"); 578 // TRANSLATORS: Name of region on Mars 579 // TRANSLATORS: See also MOLA global image showing boundaries of regional feature names: https://planetarynames.wr.usgs.gov/images/mola_regional_boundaries.pdf 580 // TRANSLATORS: https://en.wikipedia.org/wiki/Terra_Cimmeria 581 N_("Terra Cimmeria"); 582 // TRANSLATORS: Name of region on Mars 583 // TRANSLATORS: See also MOLA global image showing boundaries of regional feature names: https://planetarynames.wr.usgs.gov/images/mola_regional_boundaries.pdf 584 // TRANSLATORS: https://en.wikipedia.org/wiki/Terra_Sabaea 585 N_("Terra Sabaea"); 586 // TRANSLATORS: Name of region on Mars 587 // TRANSLATORS: See also MOLA global image showing boundaries of regional feature names: https://planetarynames.wr.usgs.gov/images/mola_regional_boundaries.pdf 588 // TRANSLATORS: https://en.wikipedia.org/wiki/Terra_Sirenum 589 N_("Terra Sirenum"); 590 // TRANSLATORS: Name of region on Mars 591 // TRANSLATORS: See also MOLA global image showing boundaries of regional feature names: https://planetarynames.wr.usgs.gov/images/mola_regional_boundaries.pdf 592 // TRANSLATORS: https://en.wikipedia.org/wiki/Tyrrhena_Terra 593 N_("Tyrrhena Terra"); 594 // TRANSLATORS: Name of region on Mars 595 // TRANSLATORS: See also MOLA global image showing boundaries of regional feature names: https://planetarynames.wr.usgs.gov/images/mola_regional_boundaries.pdf 596 // TRANSLATORS: https://en.wikipedia.org/wiki/Xanthe_Terra 597 N_("Xanthe Terra"); 598 // TRANSLATORS: Name of region on Mars 599 // TRANSLATORS: See also MOLA global image showing boundaries of regional feature names: https://planetarynames.wr.usgs.gov/images/mola_regional_boundaries.pdf 600 // TRANSLATORS: https://en.wikipedia.org/wiki/Vastitas_Borealis 601 N_("Vastitas Borealis"); 602 // TRANSLATORS: Name of region on Mars 603 // TRANSLATORS: See also MOLA global image showing boundaries of regional feature names: https://planetarynames.wr.usgs.gov/images/mola_regional_boundaries.pdf 604 // TRANSLATORS: https://en.wikipedia.org/wiki/Tharsis 605 N_("Tharsis"); 606 // TRANSLATORS: Name of region on Mars 607 // TRANSLATORS: See also MOLA global image showing boundaries of regional feature names: https://planetarynames.wr.usgs.gov/images/mola_regional_boundaries.pdf 608 // TRANSLATORS: https://en.wikipedia.org/wiki/Planum_Boreum 609 N_("Planum Boreum"); 610 // TRANSLATORS: Name of region on Mars 611 // TRANSLATORS: See also MOLA global image showing boundaries of regional feature names: https://planetarynames.wr.usgs.gov/images/mola_regional_boundaries.pdf 612 // TRANSLATORS: https://en.wikipedia.org/wiki/Planum_Australe 613 N_("Planum Australe"); 614 // TRANSLATORS: Name of region on Mars 615 // TRANSLATORS: See also MOLA global image showing boundaries of regional feature names: https://planetarynames.wr.usgs.gov/images/mola_regional_boundaries.pdf 616 // TRANSLATORS: https://en.wikipedia.org/wiki/Lunae_Palus_quadrangle 617 N_("Lunae Planum"); 618 // TRANSLATORS: Name of region on Titan 619 // TRANSLATORS: https://en.wikipedia.org/wiki/List_of_geological_features_on_Titan 620 N_("Garotman Terra"); 621 // TRANSLATORS: Name of region on Titan 622 // TRANSLATORS: https://en.wikipedia.org/wiki/List_of_geological_features_on_Titan 623 N_("Tollan Terra"); 624 // TRANSLATORS: Name of region on Titan 625 // TRANSLATORS: https://en.wikipedia.org/wiki/List_of_geological_features_on_Titan 626 N_("Tsiipiya Terra"); 627 // TRANSLATORS: Name of region on Titan 628 // TRANSLATORS: https://en.wikipedia.org/wiki/List_of_geological_features_on_Titan 629 N_("Yalaing Terra"); 630 // TRANSLATORS: Name of region on Titan 631 // TRANSLATORS: https://en.wikipedia.org/wiki/Xanadu_(Titan) 632 N_("Xanadu"); 633 // TRANSLATORS: Name of region on Titan 634 // TRANSLATORS: https://en.wikipedia.org/wiki/List_of_geological_features_on_Titan 635 N_("Kraken Mare"); 636 // TRANSLATORS: Name of region on Titan 637 // TRANSLATORS: https://en.wikipedia.org/wiki/List_of_geological_features_on_Titan 638 N_("Ligeia Mare"); 639 // TRANSLATORS: Name of region on Titan 640 // TRANSLATORS: https://en.wikipedia.org/wiki/List_of_geological_features_on_Titan 641 N_("Punga Mare"); 642 // TRANSLATORS: Name of region on Titan 643 // TRANSLATORS: https://en.wikipedia.org/wiki/List_of_geological_features_on_Titan 644 N_("Concordia Regio"); 645 // TRANSLATORS: Name of region on Titan 646 // TRANSLATORS: https://en.wikipedia.org/wiki/List_of_geological_features_on_Titan 647 N_("Hetpet Regio"); 648 // TRANSLATORS: Name of region on Titan 649 // TRANSLATORS: https://en.wikipedia.org/wiki/List_of_geological_features_on_Titan 650 N_("Hotei Regio"); 651 // TRANSLATORS: Name of region on Titan 652 // TRANSLATORS: https://en.wikipedia.org/wiki/List_of_geological_features_on_Titan 653 N_("Ochumare Regio"); 654 // TRANSLATORS: Name of region on Titan 655 // TRANSLATORS: https://en.wikipedia.org/wiki/Tui_Regio 656 N_("Tui Regio"); 657 } 658 }; 659