esc_html_x('Search Products', 'page title', 'ali2woo'), self::IMPORT_LIST => esc_html_x('Import List', 'page title', 'ali2woo'), self::ORDER_MANAGEMENT => esc_html_x('Order Management', 'page title', 'ali2woo'), self::STORE => esc_html_x('Search In Store', 'page title', 'ali2woo'), self::TRANSFER => esc_html_x('Transfer', 'page title', 'ali2woo'), self::MIGRATION_TOOL => esc_html_x('Migration Tool', 'page title', 'ali2woo'), self::SETTINGS => esc_html_x('Settings', 'page title', 'ali2woo'), self::ADDONS => esc_html_x('Add-ons', 'page title', 'ali2woo'), self::DEBUG => esc_html_x('Debug', 'page title', 'ali2woo'), self::SHIPPING => esc_html_x('Shipping List', 'page title', 'ali2woo'), self::JSON_API => esc_html_x('JSON API', 'page title', 'ali2woo'), self::WIZARD => esc_html_x('Wizard', 'page title', 'ali2woo'), self::HELP => esc_html_x('Help', 'page title', 'ali2woo'), self::SURVEY => esc_html_x('Survey', 'page title', 'ali2woo'), ]; } public static function getLabel(string $slug): string { $labels = self::getLabels(); return $labels[$slug] ?? $slug; } }