forked from Stellarium/stellarium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Let's make more scripts by translatable...
- Loading branch information
Showing
5 changed files
with
90 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2019-01-20 00:31+0700\n" | ||
"POT-Creation-Date: 2019-01-20 01:10+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" | ||
|
@@ -61,6 +61,10 @@ msgstr "" | |
msgid "M34: A True Binocular Cluster" | ||
msgstr "" | ||
|
||
#: scripts/binocular_highlights.ssc:17 | ||
msgid "Watching the Demon Star" | ||
msgstr "" | ||
|
||
#: scripts/binocular_highlights.ssc:18 | ||
msgid "The Pleiades" | ||
msgstr "" | ||
|
@@ -455,10 +459,6 @@ msgstr "" | |
msgid "Look through the Meade 10x50 TravelView Binocular" | ||
msgstr "" | ||
|
||
#: scripts/binocular_highlights.ssc:17 | ||
msgid "Watching the Demon Star" | ||
msgstr "" | ||
|
||
#: scripts/binosky.ssc:19 | ||
msgid "Binosky: Deep Sky Objects for Binoculars" | ||
msgstr "" | ||
|
@@ -679,3 +679,59 @@ msgstr "" | |
#: scripts/double_stars.ssc:78 | ||
msgid "Separation:" | ||
msgstr "" | ||
|
||
#: scripts/supernova.ssc:22 | ||
msgid "Europe, Uraniborg." | ||
msgstr "" | ||
|
||
#: scripts/supernova.ssc:30 | ||
msgid "Evening of 20 October 1572" | ||
msgstr "" | ||
|
||
#: scripts/supernova.ssc:39 | ||
msgid "Constellation Cassiopeia" | ||
msgstr "" | ||
|
||
#: scripts/supernova.ssc:60 | ||
msgid "5 days later..." | ||
msgstr "" | ||
|
||
#: scripts/supernova.ssc:66 | ||
msgid "Next 3 days..." | ||
msgstr "" | ||
|
||
#: scripts/supernova.ssc:72 | ||
msgid "New star! But people have not seen it yet..." | ||
msgstr "" | ||
|
||
#: scripts/supernova.ssc:77 | ||
msgid "Evening of 31 October 1572" | ||
msgstr "" | ||
|
||
#: scripts/supernova.ssc:85 | ||
msgid "Evening of " | ||
msgstr "" | ||
|
||
#: scripts/supernova.ssc:85 | ||
msgid " November 1572" | ||
msgstr "" | ||
|
||
#: scripts/supernova.ssc:92 | ||
msgid "Hooray! First observations in Korea and Europe." | ||
msgstr "" | ||
|
||
#: scripts/supernova.ssc:100 | ||
msgid "First observations in China." | ||
msgstr "" | ||
|
||
#: scripts/supernova.ssc:108 | ||
msgid "The clouds are gone and Tycho Brahe the first time watching a new star!" | ||
msgstr "" | ||
|
||
#: scripts/supernova.ssc:117 | ||
msgid "Next 60 days..." | ||
msgstr "" | ||
|
||
#: scripts/supernova.ssc:128 | ||
msgid "Next other 40 days..." | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
// | ||
// Name: Provide translation option for scripts | ||
// License: Public Domain | ||
// Author: Alexander Wolf | ||
// Description: Simple translation functions for scripts. | ||
|
||
// call this function with some string ID | ||
function tr(str) | ||
{ | ||
return core.translate(str); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters