SELECT
lang.name,
lang.value
FROM
cscart_language_values lang
WHERE
lang.lang_code = 'tr'
AND lang.name IN (
'gift_certificate', 'free_products',
'quick_view', 'gift_certificate',
'edit', 'gift_certificate', 'gift_cert_to',
'gift_cert_from', 'amount', 'send_via',
'postal_mail', 'free_products',
'product', 'price', 'quantity', 'subtotal',
'price_summary', 'gift_certificate',
'free_products', 'quick_view', 'gift_certificate',
'edit', 'gift_certificate', 'gift_cert_to',
'gift_cert_from', 'amount', 'send_via',
'postal_mail', 'free_products',
'product', 'price', 'quantity', 'subtotal',
'price_summary'
)