From 1b0e2147adbd3344128e25925f4f5df447c2fc6a Mon Sep 17 00:00:00 2001 From: Florent Rougon Date: Thu, 9 Dec 2021 20:34:02 +0100 Subject: [PATCH] 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 . --- Translations/default/sys.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Translations/default/sys.xml b/Translations/default/sys.xml index f290d9686..fb3a969c7 100644 --- a/Translations/default/sys.xml +++ b/Translations/default/sys.xml @@ -5,6 +5,7 @@ initializing + Licensed under the GNU GPL. See https://www.flightgear.org for more information. loading aircraft list loading aircraft loading navigation data @@ -80,4 +81,10 @@ Errors occured loading aircraft systems (fuel, electrical, hydrualics) Errors loading input device configuration Errors downloading scenery from TerraSync + + KB + KB/s + MB + MB/s +