Home
last modified time | relevance | path

Searched refs:getAdminTranslation (Results 1 – 17 of 17) sorted by relevance

/dports/www/thirtybees/thirtybees-1.1.0/controllers/admin/
H A DAdminDuplicateUrlsController.php299 $item[$prefix.'_type'] = Translate::getAdminTranslation('Product', 'AdminProducts');
306 … $item[$prefix.'_type'] = Translate::getAdminTranslation('Category', 'AdminCategories');
313 … $item[$prefix.'_type'] = Translate::getAdminTranslation('Supplier', 'AdminSuppliers');
320 … $item[$prefix.'_type'] = Translate::getAdminTranslation('Manufacturer', 'AdminManufacturers');
328 $item[$prefix.'_type'] = Translate::getAdminTranslation('CMS', 'AdminCmsContent');
336 … $item[$prefix.'_type'] = Translate::getAdminTranslation('CMS Category', 'AdminCmsCategories');
H A DAdminCountriesController.php443 …_'.$className.'"><i class="icon-caret-down"></i>&nbsp;'.Translate::getAdminTranslation($className,…
/dports/www/thirtybees/thirtybees-1.1.0/classes/helper/
H A DHelperShop.php62 $currentShopName = Translate::getAdminTranslation('All shops');
65 …$currentShopName = sprintf(Translate::getAdminTranslation('%s group'), $tree[Shop::getContextShopG…
H A DHelper.php298 …$html .= '<option value="" class="first">'.Translate::getAdminTranslation('All shops').'</option>';
302 …ntext_group == false ? ' disabled="disabled"' : '').'>'.Translate::getAdminTranslation('Group:').'…
304 …$html .= '<optgroup class="group" label="'.Translate::getAdminTranslation('Group:').' '.htmlspecia…
481 … return Translate::getAdminTranslation($string, get_class($this), $addslashes, $htmlentities);
/dports/finance/prestashop/prestashop/classes/helper/
H A DHelperShop.php74 $current_shop_name = Translate::getAdminTranslation('All shops');
76 …$current_shop_name = sprintf(Translate::getAdminTranslation('%s group'), $tree[Shop::getContextSho…
H A DHelper.php308 … return Translate::getAdminTranslation($string, get_class($this), $addslashes, $htmlentities);
404 …$html .= '<option value="" class="first">' . Translate::getAdminTranslation('All shops') . '</opti…
408 …t_group == false ? ' disabled="disabled"' : '') . '>' . Translate::getAdminTranslation('Group:') .…
410 …$html .= '<optgroup class="group" label="' . Translate::getAdminTranslation('Group:') . ' ' . html…
/dports/finance/prestashop/prestashop/admin/
H A Dfunctions.php467 …printf(Translate::getAdminTranslation('You are configuring your store for group shop %s'), '<b>'.$…
469 …printf(Translate::getAdminTranslation('You are configuring your store for shop %s'), '<b>'.Context…
544 … die(Tools::jsonEncode(Translate::getAdminTranslation('Invalid security token')));
557 $message = Translate::getAdminTranslation('Invalid security token');
564 …<input type="button" value="'.Tools::htmlentitiesUTF8(Translate::getAdminTranslation('I understand…
567 …<input type="button" value="'.Tools::htmlentitiesUTF8(Translate::getAdminTranslation('Take me out …
/dports/www/thirtybees/thirtybees-1.1.0/admin/
H A Dfunctions.php473 …printf(Translate::getAdminTranslation('You are configuring your store for group shop %s'), '<b>'.$…
475 …printf(Translate::getAdminTranslation('You are configuring your store for shop %s'), '<b>'.Context…
550 die(json_encode(Translate::getAdminTranslation('Invalid security token')));
563 $message = Translate::getAdminTranslation('Invalid security token');
570 …<input type="button" value="'.Tools::htmlentitiesUTF8(Translate::getAdminTranslation('I understand…
573 …<input type="button" value="'.Tools::htmlentitiesUTF8(Translate::getAdminTranslation('Take me out …
/dports/www/thirtybees/thirtybees-1.1.0/install/upgrade/php/
H A Daddtab.php55 $translation = Translate::getAdminTranslation($tabName,
/dports/www/thirtybees/thirtybees-1.1.0/config/
H A Dsmartyadmin.config.inc.php90 …return Translate::smartyPostProcessTranslation(Translate::getAdminTranslation($params['s'], $class…
/dports/www/thirtybees/thirtybees-1.1.0/modules/coreupdater/classes/
H A DRetrocompatibility.php328 $translation = \Translate::getAdminTranslation(
/dports/finance/prestashop/prestashop/controllers/admin/
H A DAdminCountriesController.php505 …lass_name . '"><i class="icon-caret-down"></i>&nbsp;' . Translate::getAdminTranslation($class_name…
/dports/www/thirtybees/thirtybees-1.1.0/modules/tbupdater/classes/
H A DTranslate.php48 …public static function getAdminTranslation($string, $class = 'AdminTab', $addslashes = false, $htm… function in TbUpdaterModule\\Translate
/dports/www/thirtybees/thirtybees-1.1.0/classes/
H A DTranslate.php52 …public static function getAdminTranslation($string, $class = 'AdminTab', $addslashes = false, $htm… function in TranslateCore
/dports/finance/prestashop/prestashop/classes/
H A DTranslate.php76 …public static function getAdminTranslation($string, $class = 'AdminTab', $addslashes = false, $htm… function in TranslateCore
/dports/www/thirtybees/thirtybees-1.1.0/admin/themes/default/template/controllers/images/
H A Dcontent.tpl102 …ass="icon icon-play"></i> {l s='Regenerate %s' sprintf=[Translate::getAdminTranslation(ucfirst($en…
/dports/www/thirtybees/thirtybees-1.1.0/classes/controller/
H A DAdminController.php478 return Translate::getAdminTranslation($string, $class, $addslashes, $htmlentities);