Skip to content

Commit

Permalink
Updated Scripts for whenever 0.13 is released: I've updated some of m…
Browse files Browse the repository at this point in the history
…y scripts that come bundled with Stellarium
  • Loading branch information
qam1 authored and alex-w committed Jun 26, 2014
1 parent 4d40cc2 commit 092a31b
Show file tree
Hide file tree
Showing 9 changed files with 70,871 additions and 68,515 deletions.
23 changes: 12 additions & 11 deletions po/stellarium/stellarium.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-06-17 01:06+0700\n"
"POT-Creation-Date: 2014-06-26 10:23+0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand All @@ -21,7 +21,7 @@ msgstr ""
#: src/core/modules/GridLinesMgr.cpp:695 src/core/modules/LandscapeMgr.cpp:353
#: src/core/modules/NebulaMgr.cpp:126 src/core/modules/SolarSystem.cpp:155
#: src/core/StelApp.cpp:468 src/core/StelCore.cpp:176
#: src/core/StelSkyLayerMgr.cpp:87 src/StelMainView.cpp:308
#: src/core/StelSkyLayerMgr.cpp:87 src/StelMainView.cpp:309
msgid "Display Options"
msgstr ""

Expand Down Expand Up @@ -1024,7 +1024,7 @@ msgid "Deep-sky objects background images"
msgstr ""

#: src/core/StelMovementMgr.cpp:129 src/gui/StelGui.cpp:185
#: src/StelMainView.cpp:307
#: src/StelMainView.cpp:308
msgid "Miscellaneous"
msgstr ""

Expand Down Expand Up @@ -1823,15 +1823,15 @@ msgstr ""
msgid "This system does not support OpenGL."
msgstr ""

#: src/StelMainView.cpp:307
#: src/StelMainView.cpp:308
msgid "Save screenshot"
msgstr ""

#: src/StelMainView.cpp:308
#: src/StelMainView.cpp:309
msgid "Full-screen mode"
msgstr ""

#: src/StelMainView.cpp:414
#: src/StelMainView.cpp:415
#, qt-format
msgid "Stellarium %1"
msgstr ""
Expand Down Expand Up @@ -2484,12 +2484,12 @@ msgstr ""

#. TRANSLATORS: Name of script
#: src/translations.h:271
msgid "Earth Greatest Elongations and Brilliancies from Mars"
msgid "Earth and Venus Greatest Elongations and Brilliancies from Mars"
msgstr ""

#. TRANSLATORS: Name of script
#: src/translations.h:273
msgid "Earth and Mars Greatest Elongations from Jupiter"
msgid "Earth and Mars Greatest Elongations and Transits from Callisto"
msgstr ""

#. TRANSLATORS: Description of the landscape tour script.
Expand Down Expand Up @@ -2572,7 +2572,7 @@ msgstr ""

#: src/translations.h:294
msgid ""
"Screensaver of various happenings in the Solar System. 187 events in all!"
"Screensaver of various happenings in the Solar System. 232 events in all!"
msgstr ""

#: src/translations.h:295
Expand Down Expand Up @@ -2604,11 +2604,12 @@ msgid ""
msgstr ""

#: src/translations.h:301
msgid "Earth Greatest Elongations and Brilliancies from Mars 2000-3000"
msgid ""
"Earth and Venus Greatest Elongations and Brilliancies from Mars 2000-3000"
msgstr ""

#: src/translations.h:302
msgid "Earth Greatest Elongations from Jupiter 2000-3000"
msgid "Earth Greatest Elongations and Transits from Callisto 2000-3000"
msgstr ""

#: src/translations.h:306
Expand Down
2 changes: 1 addition & 1 deletion scripts/earth_1.ssc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Author: Qam1
// Version: 5.1
// Version: 6.0
// License: Public Domain
// Name: Earth best views from other bodies
// Description: Best views of Earth from other Solar System bodies in the 21st Century.
Expand Down
7 changes: 4 additions & 3 deletions scripts/earth_2.ssc
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
// Author: Qam1
// Name: Earth Events from Mercury
// License: Public Domain
// Version: 5.1-1.1
// Version: 6.0
// Description: Earth Events from Mercury

// Made on Stellarium 0.12.1
// Made on Stellarium 0.12.4

spd = 3; // speed for screen saver mode in seconds
spd = 4; // speed for screen saver mode in seconds
long = -73.4
lat = 30.1

Expand All @@ -24,6 +24,7 @@ root = Math.pow(100,0.2);
degstring = "\u00B0";


core.setDeltaTAlgorithm("WithoutCorrection");


ah = "7777-07-07T07:07:07"; //why o why is this necessary??
Expand Down
10 changes: 6 additions & 4 deletions scripts/earth_3.ssc
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
// Author: Qam1
// Name: Earth Events from Venus
// Name: Earth Events from a floating city on Venus
// License: Public Domain
// Version: 5.1-1.1
// Description: Earth Events from Venus
//Version: 6.0
//Description: Earth Events from a floating city on Venus

// Made on Stellarium 0.12.1

// Made on Stellarium 0.12.4


spd = 3; // speed for screen saver mode in seconds
Expand All @@ -27,6 +28,7 @@ c = Math.log(10);
degstring = "\u00B0";


core.setDeltaTAlgorithm("WithoutCorrection");



Expand Down
Loading

0 comments on commit 092a31b

Please sign in to comment.