...
Python has an automatic fall-back chain mechanism, so when a key-value pair is not found in a particular localization file, automatically
falls-back to the corresponding en_US key-value pair. If this one still does not exists the string from setup script is displayed
Currently there are no translation files available.
OEM support
The default en_US localization .mo (sipxecs-setup.mo) file key-value pairs can be overwritten automatically at run-time
by the OEM corresponding key-value pairs from the OEM sipxecs-setup.mo
So if you use a OEM plugin, you can provide your own key-value pairs instead of the existing en_US.
...
other locale -> en_US_OEM -> en_US -> default script string valueCurrently there are no translation files available.