Skip to content

Commit

Permalink
Fixed #3647 for Remote Control plugin
Browse files Browse the repository at this point in the history
+ Extract new and updated lines for translations
  • Loading branch information
alex-w committed Mar 1, 2024
1 parent ef5b1d7 commit 39851cf
Show file tree
Hide file tree
Showing 4 changed files with 569 additions and 552 deletions.
4 changes: 2 additions & 2 deletions plugins/RemoteControl/webroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -603,8 +603,8 @@ <h3><label><input class="stelaction" type="checkbox" name="actionShow_Nebulas" /
<label><input class="stelproperty" name="NebulaMgr.flagSurfaceBrightnessUsage" type="checkbox"/><?= tr("Use surface brightness")?></label>
<p><label><input class="stelproperty" name="StelSkyDrawer.flagNebulaMagnitudeLimit" type="checkbox"/><?= tr("Limit magnitude:")?></label><input class="spinner stelproperty" name="StelSkyDrawer.customNebulaMagLimit" data-min="3" data-max="21" data-step="0.25" data-numberformat="n2"/></p>
<p><label><input class="stelproperty" name="NebulaMgr.flagUseSizeLimits" type="checkbox"/><?= tr("Limit angular size (arcmin):")?></label>
<input class="spinner stelproperty" name="NebulaMgr.minSizeLimit" data-min="1" data-max="600" data-step="1" data-numberformat="n0"/>
<input class="spinner stelproperty" name="NebulaMgr.maxSizeLimit" data-min="1" data-max="600" data-step="1" data-numberformat="n0"/></p>
<input class="spinner stelproperty" name="NebulaMgr.minSizeLimit" data-min="1" data-max="600" data-step="1" data-numberformat="n2"/>
<input class="spinner stelproperty" name="NebulaMgr.maxSizeLimit" data-min="1" data-max="1200" data-step="1" data-numberformat="n2"/></p>
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions plugins/RemoteControl/webroot/tablet7in.html
Original file line number Diff line number Diff line change
Expand Up @@ -648,8 +648,8 @@ <h4><label><input class="stelaction" type="checkbox" name="actionShow_Nebulas" /
<label><input class="stelproperty" name="NebulaMgr.flagSurfaceBrightnessUsage" type="checkbox"/><?= tr("Use surface brightness")?></label>
<p><label><input class="stelproperty" name="StelSkyDrawer.flagNebulaMagnitudeLimit" type="checkbox"/><?= tr("Limit magnitude:")?></label><input class="spinner stelproperty" name="StelSkyDrawer.customNebulaMagLimit" data-min="3" data-max="21" data-step="0.25" data-numberformat="n2" readonly="readonly"/></p>
<p><label><input class="stelproperty" name="NebulaMgr.flagUseSizeLimits" type="checkbox"/><?= tr("Limit angular size (arcmin):")?></label>
<input class="spinner stelproperty" name="NebulaMgr.minSizeLimit" data-min="1" data-max="600" data-step="1" data-numberformat="n0"/>
<input class="spinner stelproperty" name="NebulaMgr.maxSizeLimit" data-min="1" data-max="600" data-step="1" data-numberformat="n0"/></p>
<input class="spinner stelproperty" name="NebulaMgr.minSizeLimit" data-min="1" data-max="600" data-step="1" data-numberformat="n2"/>
<input class="spinner stelproperty" name="NebulaMgr.maxSizeLimit" data-min="1" data-max="1200" data-step="1" data-numberformat="n2"/></p>
</div>
</div>
</div>
Expand Down
6 changes: 5 additions & 1 deletion po/stellarium-remotecontrol/stellarium-remotecontrol.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: stellarium-remotecontrol\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2023-12-13 10:12+0700\n"
"POT-Creation-Date: 2024-03-01 08:54+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 Down Expand Up @@ -441,6 +441,10 @@ msgstr ""
msgid "Labels and markers"
msgstr ""

#: index.html:605 tablet7in.html:650
msgid "Limit angular size (arcmin):"
msgstr ""

#: index.html:617 tablet7in.html:662
msgid "Use associated planet and position"
msgstr ""
Expand Down
Loading

0 comments on commit 39851cf

Please sign in to comment.