kopia lustrzana https://gitlab.com/gridtracker.org/gridtracker
English prop mode string reducton
Keeps GridTracker version stringmerge-requests/237/merge
rodzic
531023866d
commit
a70b25b8e4
|
@ -70,7 +70,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
</div>
|
||||
<div>
|
||||
<h1>
|
||||
<div id="startupVersionDiv" data-i18n="appname-title">GridTracker</div>
|
||||
<div id="startupVersionDiv">GridTracker</div>
|
||||
</h1>
|
||||
</div>
|
||||
<div>
|
||||
|
@ -1238,11 +1238,10 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
</td>
|
||||
</tr>
|
||||
<tr align="center" id="lookupCredentials" style="display: none">
|
||||
<td data-i18n="settings.lookup.Username.label">
|
||||
Username<input id="lookupLogin" type="text" class="inputTextValue" size="8"
|
||||
oninput="lookupValueChanged();" /> Password<input id="lookupPassword" type="password"
|
||||
class="inputTextValue" size="8" oninput="lookupValueChanged();" />
|
||||
</td>
|
||||
<td data-i18n="settings.lookup.Username.label">Username</td>
|
||||
<td><input id="lookupLogin" type="text" class="inputTextValue" size="8" oninput="lookupValueChanged();" /></td>
|
||||
<td data-i18n="settings.lookup.Password.label">Password</td>
|
||||
<td><input id="lookupPassword" type="password" class="inputTextValue" size="8" oninput="lookupValueChanged();" /></td>
|
||||
<td>
|
||||
<div data-i18n="settings.lookup.QRZTest" class="button" onclick="GetSessionID(lookupQrzTestResult);">Test
|
||||
</div>
|
||||
|
@ -1323,8 +1322,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
<div id="callsignDatabaseDiv" class="mapItem">
|
||||
<table align="center" class="darkTable">
|
||||
<tr>
|
||||
<th data-i18n="settings.lookup.Databases.label" colspan="6" style="font-weight: bold; color: yellow">
|
||||
Callsign Databases</th>
|
||||
<th data-i18n="settings.lookup.Databases.label" colspan="6" style="font-weight: bold; color: yellow">Callsign Databases</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th data-i18n="settings.lookup.Databases.header">Database</th>
|
||||
|
|
|
@ -98,11 +98,11 @@
|
|||
"mapFilter.prop.Aurora": "Aurora",
|
||||
"mapFilter.prop.BackScatter": "Back Scatter",
|
||||
"mapFilter.prop.EchoLink": "EchoLink",
|
||||
"mapFilter.prop.EME": "Earth-Moon-Earth",
|
||||
"mapFilter.prop.EME": "EME",
|
||||
"mapFilter.prop.SporadicE": "Sporadic E",
|
||||
"mapFilter.prop.F2Reflection": "F2 Reflection",
|
||||
"mapFilter.prop.FieldAlignedIregularities": "Field Aligned Iregularities",
|
||||
"mapFilter.prop.InternetAssist": "Internet Assisted",
|
||||
"mapFilter.prop.FieldAlignedIregularities": "Field Aligned I",
|
||||
"mapFilter.prop.InternetAssist": "Inet Assist",
|
||||
"mapFilter.prop.Ionscatter": "Ionoscatter",
|
||||
"mapFilter.prop.IRLP": "IRLP",
|
||||
"mapFilter.prop.MeteorScatter": "Meteor Scatter",
|
||||
|
@ -110,7 +110,7 @@
|
|||
"mapFilter.prop.RainScatter": "Rain Scatter",
|
||||
"mapFilter.prop.Satellite": "Satellite",
|
||||
"mapFilter.prop.TransEquatorial": "Trans-Equatorial",
|
||||
"mapFilter.prop.TropoDuct": "Tropospheric Ducting",
|
||||
"mapFilter.prop.TropoDuct": "Tropo-ducting",
|
||||
"mapFilter.data.label": "Data",
|
||||
"mapFilter.data.LogLive": "Logbook & Live",
|
||||
"mapFilter.data.Logbook": "Logbook",
|
||||
|
|
Ładowanie…
Reference in New Issue