mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[apps/*.i18n] Fixes for E15
This commit is contained in:
@@ -96,6 +96,6 @@ Developers = "Developers"
|
||||
BetaTesters = "Beta testers"
|
||||
ExamModeMode = "Mode"
|
||||
ExamModeModeStandard = "Standard "
|
||||
ExamModeModeNoSym = "Ohne Symbole "
|
||||
ExamModeModeNoSymNoText = "Ohne Symbole & Text "
|
||||
ExamModeModeDutch = "Niederländisch "
|
||||
ExamModeModeNoSym = "No sym "
|
||||
ExamModeModeNoSymNoText = "No sym no text "
|
||||
ExamModeModeDutch = "Dutch "
|
||||
|
||||
@@ -94,3 +94,8 @@ XStart = "X début"
|
||||
Zoom = "Zoom"
|
||||
Developers = "Développeurs"
|
||||
BetaTesters = "Beta testeurs"
|
||||
ExamModeMode = "Mode"
|
||||
ExamModeModeStandard = "Standard "
|
||||
ExamModeModeNoSym = "Sans symbolique "
|
||||
ExamModeModeNoSymNoText = "Sans symbolique ni texte "
|
||||
ExamModeModeDutch = "Dutch "
|
||||
|
||||
@@ -21,7 +21,6 @@ UnitDistanceInchSymbol = "_in"
|
||||
UnitDistanceAstronomicalUnitSymbol = "_au"
|
||||
UnitDistanceLightYearSymbol = "_ly"
|
||||
UnitDistanceParsecSymbol = "_pc"
|
||||
UnitMassTonSymbol = "_ton"
|
||||
UnitMassGramKiloSymbol = "_kg"
|
||||
UnitMassGramSymbol = "_g"
|
||||
UnitMassGramMilliSymbol = "_mg"
|
||||
|
||||
@@ -33,7 +33,6 @@ UnitMassGramMicro = "Mikrogramm"
|
||||
UnitMassGramNano = "Nanogramm"
|
||||
UnitDistanceImperialMenu = "US Customary"
|
||||
UnitMassImperialMenu = "US Customary"
|
||||
UnitMassTon = "US Ton"
|
||||
UnitMassTonne = "Tonne"
|
||||
UnitMassOunce = "Unze"
|
||||
UnitMassPound = "Pfund"
|
||||
|
||||
@@ -28,7 +28,6 @@ UnitDistanceAstronomicalUnit = "Astronomical unit"
|
||||
UnitDistanceLightYear = "Light year"
|
||||
UnitDistanceParsec = "Parsec"
|
||||
UnitMassImperialMenu = "US Customary"
|
||||
UnitMassTon = "US Ton"
|
||||
UnitMassMenu = "Mass"
|
||||
UnitMassGramKilo = "Kilogram"
|
||||
UnitMassGram = "Gram"
|
||||
|
||||
@@ -30,7 +30,6 @@ UnitDistanceParsec = "Parsec"
|
||||
UnitMassImperialMenu = "Angolszász mértékegységek"
|
||||
UnitMassPound = "Font"
|
||||
UnitMassOunce = "Uncia"
|
||||
UnitMassTon = "Amerikai tonna"
|
||||
UnitMassMenu = "Tömeg"
|
||||
UnitMassGramKilo = "Kilogramm"
|
||||
UnitMassGram = "Gramm"
|
||||
|
||||
@@ -8,7 +8,7 @@ EPSILON_VERSION ?= 14.4.1
|
||||
OMEGA_VERSION ?= 1.21.0
|
||||
# OMEGA_USERNAME ?= N/A
|
||||
EPSILON_APPS ?= calculation rpn graph code statistics probability solver atom sequence regression settings
|
||||
EPSILON_I18N ?= en
|
||||
EPSILON_I18N ?= en fr
|
||||
EPSILON_COUNTRIES ?= WW CA DE ES FR GB IT NL PT US
|
||||
EPSILON_GETOPT ?= 0
|
||||
EPSILON_TELEMETRY ?= 0
|
||||
|
||||
Reference in New Issue
Block a user