1
0
Fork 0

i18n: add splash screen translatable strings

Add the following translatable strings to sys.xml: license-url,
units-kbytes, units-kbytes-per-sec, units-mbytes, and
units-mbytes-per-sec.

I know that the SI prefix for kilo is 'k', not 'K', and that these KB
and MB "units" have no well-defined meaning. This is not my choice; just
trying to help with
<https://sourceforge.net/p/flightgear/fgdata/merge-requests/273/>.
This commit is contained in:
Florent Rougon 2021-12-09 20:34:02 +01:00
parent 96ca6e6a4d
commit 1b0e2147ad

View file

@ -5,6 +5,7 @@
<PropertyList>
<init>initializing</init>
<license-url>Licensed under the GNU GPL. See https://www.flightgear.org for more information.</license-url>
<loading-aircraft-list>loading aircraft list</loading-aircraft-list>
<loading-aircraft>loading aircraft</loading-aircraft>
<loading-nav-dat>loading navigation data</loading-nav-dat>
@ -80,4 +81,10 @@
<error-aircraft-systems>Errors occured loading aircraft systems (fuel, electrical, hydrualics)</error-aircraft-systems>
<error-input-device-config>Errors loading input device configuration</error-input-device-config>
<error-terraysnc>Errors downloading scenery from TerraSync</error-terraysnc>
<units-kbytes>KB</units-kbytes>
<units-kbytes-per-sec>KB/s</units-kbytes-per-sec>
<units-mbytes>MB</units-mbytes>
<units-mbytes-per-sec>MB/s</units-mbytes-per-sec>
</PropertyList>