* @author Dennis Eichhorn * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 * @link http://orange-management.com */ /* * UI Logic */ $_oname = $this->getData('oname') ?? ''; $_timezone = $this->getData('timezone') ?? ''; $_timeformat = $this->getData('timeformat') ?? ''; $_language = $this->getData('language') ?? ''; $_currency = $this->getData('currency') ?? ''; $_decimal_point = $this->getData('decimal_point') ?? ''; $_thousands_sep = $this->getData('thousands_sep') ?? ''; $_password = $this->getData('password') ?? ''; $_country = $this->getData('country') ?? ''; $countries = \phpOMS\Localization\ISO3166NameEnum::getConstants(); $timezones = \phpOMS\Localization\TimeZoneEnumArray::getConstants(); $timeformats = \phpOMS\Localization\ISO8601EnumArray::getConstants(); $languages = \phpOMS\Localization\ISO639Enum::getConstants(); $currencies = \phpOMS\Localization\ISO4217Enum::getConstants(); ?>

getText('Settings') ?>

getText('Localization') ?>

getText('Numeric') ?>

getText('Numberformat') ?>

getText('Weight') ?>

getText('Speed') ?>

getText('Length') ?>

getText('Area') ?>

getText('Volume') ?>