Skip to content

Commit

Permalink
Cosmetic fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-w committed Aug 30, 2024
1 parent 57c00ad commit be27545
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions plugins/NavStars/src/NavStars.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -389,33 +389,33 @@ QString NavStars::getCurrentNavigationalStarsSetDescription() const
static const QMap<NavigationalStarsSet, QString> description = {
// TRANSLATORS: The emphasis tags mark a title.
{ AngloAmerican, N_("The 57 \"selected stars\" that are listed in <em>The Nautical Almanac</em> jointly published by Her Majesty's Nautical Almanac Office and the US Naval Observatory since 1958; consequently, these stars are also used in navigational aids such as the <em>2102D Star Finder</em> and <em>Identifier</em>.") },
{ French, N_("The 81 stars that are listed in the French Nautical Almanac published by the French Bureau des Longitudes.") },
{ French, N_("The 81 stars that are listed in the French Nautical Almanac published by the French Bureau des Longitudes.") },
// TRANSLATORS: The emphasis tags mark a title.
{ British, N_("The 47 navigational stars that are listed in the Nevil Maskelyne's <em>The British Mariner's Guide</em> published in 1764.") },
{ German, N_("The 80 stars that are listed in the German Nautical Almanac published by the Federal Maritime and Hydrographic Agency of Germany.") },
{ Russian, N_("The 160 stars that are listed in the Russian Nautical Almanac.") },
{ British, N_("The 47 navigational stars that are listed in the Nevil Maskelyne's <em>The British Mariner's Guide</em> published in 1764.") },
{ German, N_("The 80 stars that are listed in the German Nautical Almanac published by the Federal Maritime and Hydrographic Agency of Germany.") },
{ Russian, N_("The 160 stars that are listed in the Russian Nautical Almanac.") },
// TRANSLATORS: The emphasis tags mark a title.
{ USSRAvia, N_("The typical set of navigational stars which was used by aviation of the Soviet Union. These stars can be found in books like <em>Aviation Astronomy</em> or <em>Aviation handbook</em>.") },
{ USSRSpace, N_("These 151 stars were used in the Voskhod (Soviet) and Soyuz (Soviet and Russian) manned space programs to navigate in space.") },
{ Apollo, N_("These 37 stars were used by the Apollo space program to navigate to the Moon from 1969-1972, Apollo 11 through Apollo 17.") },
{ GeminiAPS, N_("Alignment stars from the Gemini Astronomical Positioning System, a professional level computerized device for controlling small to medium German equatorial telescope mounts.") },
{ USSRAvia, N_("The typical set of navigational stars which was used by aviation of the Soviet Union. These stars can be found in books like <em>Aviation Astronomy</em> or <em>Aviation handbook</em>.") },
{ USSRSpace, N_("These 151 stars were used in the Voskhod (Soviet) and Soyuz (Soviet and Russian) manned space programs to navigate in space.") },
{ Apollo, N_("These 37 stars were used by the Apollo space program to navigate to the Moon from 1969-1972, Apollo 11 through Apollo 17.") },
{ GeminiAPS, N_("Alignment stars from the Gemini Astronomical Positioning System, a professional level computerized device for controlling small to medium German equatorial telescope mounts.") },
{ MeadeLX200, N_("The Meade LX200 utilizes 33 bright and well known stars to calibrate the telescope’s Object Library in the ALTAZ and POLAR alignments. These stars were selected to allow observers from anywhere in the world on any given night, to be able to easily and quickly make precision alignments.") },
{ MeadeETX, N_("This list from Meade ETX mount will aid the observer to find alignment stars at various times of the year.") },
{ MeadeETX, N_("This list from Meade ETX mount will aid the observer to find alignment stars at various times of the year.") },
{ MeadeAS494, N_("Alignment stars for the Meade Autostar #494 handset (ETX60AT).") },
{ MeadeAS497, N_("Alignment stars for the Meade Autostar #497 handset.") },
{ CelestronNS, N_("Even though there are about 250 named stars in the hand control database, only 82 (stars brighter than or equal to magnitude 2.5) can be used for alignment and related tasks.") },
{ SkywatcherSS, N_("Alignment stars for the Skywatcher SynScan hand controller and SynScan Pro App.") },
{ VixenSB, N_("Alignment stars for Vixen Starbook mounts.") },
{ ArgoNavis, N_("Alignment stars for Argo Navis digital setting circles.") },
{ OrionIS, N_("Alignment stars for Orion Intelliscope mounts.") },
{ SkyCommander, N_("Alignment stars for Sky Commander digital setting circles.")}
{ CelestronNS, N_("Even though there are about 250 named stars in the hand control database, only 82 (stars brighter than or equal to magnitude 2.5) can be used for alignment and related tasks.") },
{ SkywatcherSS, N_("Alignment stars for the Skywatcher SynScan hand controller and SynScan Pro App.") },
{ VixenSB, N_("Alignment stars for Vixen Starbook mounts.") },
{ ArgoNavis, N_("Alignment stars for Argo Navis digital setting circles.") },
{ OrionIS, N_("Alignment stars for Orion Intelliscope mounts.") },
{ SkyCommander, N_("Alignment stars for Sky Commander digital setting circles.")}
};

// Original titles of almanacs
static const QMap<NavigationalStarsSet, QString> almanacTitle = {
{ French, "Ephémérides Nautiques" },
{ Russian, "Морской астрономический ежегодник" },
{ German, "Nautisches Jahrbuch" }
{ Russian, "Морской астрономический ежегодник" },
{ German, "Nautisches Jahrbuch" }
};

NavigationalStarsSet nsSet = getCurrentNavigationalStarsSet();
Expand Down

0 comments on commit be27545

Please sign in to comment.