SELECT
lang.name,
lang.value
FROM
ushop_language_values lang
WHERE
lang.lang_code = 'es'
AND lang.name IN (
'cls.show_more', 'cls.show_less',
'cls.show_all', 'cls.total_found',
'cls.featured_products', 'cls.found_products',
'cls.browse_products_by_category',
'cls.back_to_all_cats', 'cls.storefronts_categories',
'cls.text_pages_and_blog', 'cls.brand_pages',
'cls.vendor_pages', 'cls.porpose_correction',
'cls.popular_searches', 'cls.found_categories',
'cls.product_code', 'cls.enter_more_symbols',
'cls.nothing_found', 'search_results',
'cls.quick_view', 'cls.add_to_cart',
'cls.add_to_wishlist', 'cls.add_to_compare',
'cls.user_last_queries', 'cls.select_product_options',
'cls.auth_users_only', 'cls.nav_products',
'cls.nav_grid', 'cls.go', 'cls.close',
'cls.results', 'cls.all_results',
'cls.clear_history', 'cls.reset_filter',
'cls.apply_filter', 'cls.just_now',
'cls.min_ago', 'cls.hour_ago', 'cls.day_ago',
'cls.week_ago', 'cls.popular_queries',
'cls.categories', 'cls.user_last_queries',
'cls.recently_viewed', 'cls.enter_symbols',
'cls.show_more', 'cls.nothing_found',
'cls.brands', 'cls.vendors', 'cls.text_pages',
'cls.product_code', 'cls.quick_view',
'cls.add_compare', 'cls.add_to_wish',
'cls.add_to_cart', 'cls.featured_products',
'cls.porpose_correction', 'cls.popular_searchs',
'cls.text_out_of_stock', 'cls.text_in_stock',
'cls.include_taxes', 'cls.show_more',
'cls.show_less', 'cls.show_all',
'cls.total_found', 'cls.featured_products',
'cls.found_products', 'cls.browse_products_by_category',
'cls.back_to_all_cats', 'cls.storefronts_categories',
'cls.text_pages_and_blog', 'cls.brand_pages',
'cls.vendor_pages', 'cls.porpose_correction',
'cls.popular_searches', 'cls.found_categories',
'cls.product_code', 'cls.enter_more_symbols',
'cls.nothing_found', 'search_results',
'cls.quick_view', 'cls.add_to_cart',
'cls.add_to_wishlist', 'cls.add_to_compare',
'cls.user_last_queries', 'cls.select_product_options',
'cls.auth_users_only', 'cls.nav_products',
'cls.nav_grid', 'cls.go', 'cls.close',
'cls.results', 'cls.all_results',
'cls.clear_history', 'cls.reset_filter',
'cls.apply_filter', 'cls.just_now',
'cls.min_ago', 'cls.hour_ago', 'cls.day_ago',
'cls.week_ago', 'cls.popular_queries',
'cls.categories', 'cls.user_last_queries',
'cls.recently_viewed', 'cls.enter_symbols',
'cls.show_more', 'cls.nothing_found',
'cls.brands', 'cls.vendors', 'cls.text_pages',
'cls.product_code', 'cls.quick_view',
'cls.add_compare', 'cls.add_to_wish',
'cls.add_to_cart', 'cls.featured_products',
'cls.porpose_correction', 'cls.popular_searchs',
'cls.text_out_of_stock', 'cls.text_in_stock',
'cls.include_taxes'
)