Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /proc/self/root/usr/local/siteapps/tsep-0.941-20/forms/ |
Current File : //proc/self/root/usr/local/siteapps/tsep-0.941-20/forms/common.php |
<?php function get_msgs() { $msgs = array(); foreach (glob(sapp_include_path() . 'locale.*.php') AS $locale_filepath) include_once($locale_filepath); return $msgs; } function msg($name, $locale = null) { static $msgs; static $def_locale; if (!isset($msgs)) $msgs = get_msgs(); if (!isset($def_locale)) $def_locale = $msgs['default']; if (null == $locale) $locale = sapp_get_locale(); if (!isset($msgs[$locale])) $locale = $def_locale; if (isset($msgs[$locale][$name])) return $msgs[$locale][$name]; elseif (isset($msgs[$def_locale][$name])) return $msgs[$def_locale][$name]; else return $name; } function get_lang() { return array ( "cn_CN" => msg("cn_CN"), "cs_CS" => msg("cs_CS"), "de_DE" => msg("de_DE"), "dk_DK" => msg("dk_DK"), "en_US" => msg("en_US"), "es_ES" => msg("es_ES"), "fi_FI" => msg("fi_FI"), "fr_FR" => msg("fr_FR"), "gr_GR" => msg("gr_GR"), "id_ID" => msg("id_ID"), "it_IT" => msg("it_IT"), "lt_LT" => msg("lt_LT"), "nl_NL" => msg("nl_NL"), "no_NO" => msg("no_NO"), "pl_PL" => msg("pl_PL"), "pt_BR" => msg("pt_BR"), "pt_PT" => msg("pt_PT"), "ro_RO" => msg("ro_RO"), "ru_RU" => msg("ru_RU"), "sv_SE" => msg("sv_SE"), "tr_TR" => msg("tr_TR") ); } ?>
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare