Files
bobsleighphotos.com/production/language/ru/includes/content/giftCert.inc.php
2017-03-02 20:30:40 -06:00

21 lines
1.0 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
$lv = !$langBully ? "lang" : "bully";
${$lv}['giftCert'] = array(
'add_basket' => "Добавить в корзину",
'gift_certificate' => "Подарочный Сертификат",
'desc' => "Подарочный сертификат можно использовать для покупки любых товаров в нашем магазине. Это великолепный подарок.",
'mail' => "Почта",
'email' => "Email",
'buy_gift_cert' => "Купить Подарочный Сертификат",
'amount' => "Сумма:",
'recip_name' => "Имя Получателя:",
'recip_email' => "Email адрес Получателя:",
'message' => "Сообщение:",
'method' => "Метод Доставки:",
'min_max' => "(Минимум: %s Макс: %s)",
'empty_fields' => "Пожалуйста, заполните все необходимые поля.",
'recip_invalid' => "Еmail адрес получателя неверен.",
'amount_invalid' => "Введенная вами сумма неверна."
);
?>