Files
Upsilon/apps/settings/base.en.i18n
Romain Goyet e6ed6c74a4 [apps] Split the i18n in multiple files
A Python script aggregates all i18n files and merges them.
We now can pick a list of locales to build in EPSILON_I18N_LANGUAGES
2017-09-29 17:08:46 +02:00

31 lines
958 B
Plaintext

SettingsApp = "Settings"
SettingsAppCapital = "SETTINGS"
AngleUnit = "Angle measure"
DisplayMode = "Result format"
ComplexFormat = "Complex format"
Language = "Language"
ExamMode = "Exam mode"
ActivateExamMode = "Activate exam mode"
ExamModeActive = "Exam mode: active"
ActiveExamModeMessage1 = "All your data will be "
ActiveExamModeMessage2 = "deleted when you activate "
ActiveExamModeMessage3 = "the exam mode."
ExitExamMode1 = "Exit the exam "
ExitExamMode2 = "mode?"
About = "About"
Degres = "Degrees "
Radian = "Radians "
Auto = "Auto "
Scientific = "Scientific "
Deg = "deg"
Rad = "rad"
Sci = "sci/"
Brightness = "Brightness"
SoftwareVersion = "Software version"
SerialNumber = "Serial number"
UpdatePopUp = "Update pop-up"
HardwareTestLaunch1 = "You are starting the hardware"
HardwareTestLaunch2 = " test. At the end of the test, you"
HardwareTestLaunch3 = "will have to reset the device and"
HardwareTestLaunch4 = "all your data will be deleted."