mirror of
https://github.com/shadoll/translate.git
synced 2025-12-20 03:27:08 +00:00
Перевірка відповідності зміних
This commit is contained in:
@@ -15,6 +15,7 @@ $_['text_my_newsletter'] = 'Розсилання новин';
|
||||
$_['text_edit'] = 'Редагувати обліковий запис';
|
||||
$_['text_password'] = 'Змінити пароль';
|
||||
$_['text_address'] = 'Змінити адреси Вашої адресної книги';
|
||||
$_['text_credit_card'] = 'Manage Stored Credit Cards';
|
||||
$_['text_wishlist'] = 'Змінити список бажаних товарів';
|
||||
$_['text_order'] = 'Переглянути історію замовлень';
|
||||
$_['text_download'] = 'Завантаження';
|
||||
|
||||
@@ -16,6 +16,11 @@ $_['text_success'] = 'На ваш e-mail відправлено новий п
|
||||
|
||||
// Entry
|
||||
$_['entry_email'] = 'E-Mail';
|
||||
$_['entry_password'] = 'New Password';
|
||||
$_['entry_confirm'] = 'Confirm';
|
||||
|
||||
// Error
|
||||
$_['error_email'] = 'Цей E-Mail не зареєстровано на нашому сайті!';
|
||||
$_['error_approved'] = 'Warning: Your account requires approval before you can login.';
|
||||
$_['error_password'] = 'Password must be between 4 and 20 characters!';
|
||||
$_['error_confirm'] = 'Password and password confirmation do not match!';
|
||||
@@ -23,4 +23,5 @@ $_['entry_password'] = 'Пароль';
|
||||
|
||||
// Error
|
||||
$_['error_login'] = 'E-Mail і/чи пароль не співпадають.';
|
||||
$_['error_attempts'] = 'Warning: Your account has exceeded allowed number of login attempts. Please try again in 1 hour.';
|
||||
$_['error_approved'] = 'Ви зможете зайти на сайт тільки після підтвердження облікового запису.';
|
||||
@@ -26,8 +26,8 @@ $_['text_error'] = 'Немає замовлнення, яке Ви ш
|
||||
|
||||
// Column
|
||||
$_['column_order_id'] = 'Номер замовлення';
|
||||
$_['column_product'] = 'Кількість товарів';
|
||||
$_['column_customer'] = 'Покупець';
|
||||
$_['column_product'] = 'Кількість товарів';
|
||||
$_['column_name'] = 'Назва товару';
|
||||
$_['column_model'] = 'Модель';
|
||||
$_['column_quantity'] = 'Кількість';
|
||||
|
||||
@@ -4,42 +4,28 @@
|
||||
//Made by Sirchyk for www.marketplus.if.ua on 16 of october 2014.
|
||||
//info@marketplus.if.ua
|
||||
|
||||
$_['heading_title'] = 'Регулярні платежі';
|
||||
$_['button_continue'] = 'Продовжити';
|
||||
$_['button_view'] = 'Вигляд';
|
||||
$_['text_empty'] = 'В обліковому записі немає регулярних платежів';
|
||||
$_['text_product'] = 'Товар: ';
|
||||
$_['text_order'] = 'Замовлення: ';
|
||||
$_['text_quantity'] = 'Кількість: ';
|
||||
// Text
|
||||
$_['text_account'] = 'Обліковий запис';
|
||||
$_['text_action'] = 'Дія';
|
||||
$_['text_recurring'] = 'Регулярний платіж';
|
||||
$_['text_transactions'] = 'Транзакції';
|
||||
$_['button_return'] = 'Повернення';
|
||||
$_['text_empty_transactions'] = 'Немає транзакцій для цього користувача';
|
||||
|
||||
$_['column_date_added'] = 'Створено';
|
||||
$_['column_type'] = 'Тип';
|
||||
$_['column_amount'] = 'Кількість';
|
||||
$_['column_status'] = 'Статус';
|
||||
$_['column_product'] = 'Товар';
|
||||
$_['column_action'] = 'Дія';
|
||||
$_['column_recurring_id'] = 'Ідентифікатор користувача';
|
||||
|
||||
$_['text_recurring_detail'] = 'Деталі регулярного платежу';
|
||||
$_['text_recurring_id'] = 'Ідентифікатор користувача: ';
|
||||
$_['text_payment_method'] = 'Метод платежу: ';
|
||||
$_['text_order_recurring_id'] = 'Recurring ID:';
|
||||
$_['text_date_added'] = 'Створено: ';
|
||||
$_['text_recurring_description'] = 'Опис: ';
|
||||
$_['text_status'] = 'Статус: ';
|
||||
$_['text_ref'] = 'Посилання: ';
|
||||
$_['text_payment_method'] = 'Метод платежу: ';
|
||||
$_['text_order_id'] = 'Order ID:';
|
||||
$_['text_product'] = 'Товар: ';
|
||||
$_['text_quantity'] = 'Кількість: ';
|
||||
$_['text_description'] = 'Description';
|
||||
$_['text_reference'] = 'Reference';
|
||||
$_['text_transaction'] = 'Транзакції';
|
||||
|
||||
$_['text_status_active'] = 'Активно';
|
||||
$_['text_status_inactive'] = 'Деактивовано';
|
||||
$_['text_status_cancelled'] = 'Відмінено';
|
||||
$_['text_status_suspended'] = 'Призупинено';
|
||||
$_['text_status_expired'] = 'Протерміновано';
|
||||
$_['text_status_pending'] = 'Призупинено';
|
||||
|
||||
$_['text_status_1'] = 'Активно';
|
||||
$_['text_status_2'] = 'Деактивовано';
|
||||
$_['text_status_3'] = 'Відмінено';
|
||||
$_['text_status_4'] = 'Призупинено';
|
||||
$_['text_status_5'] = 'Протерміновано';
|
||||
$_['text_status_6'] = 'Призупинено';
|
||||
|
||||
$_['text_transaction_date_added'] = 'Створено';
|
||||
$_['text_transaction_payment'] = 'Платіж';
|
||||
@@ -52,6 +38,32 @@ $_['text_transaction_suspended_failed'] = 'Призупинений через
|
||||
$_['text_transaction_outstanding_failed'] = 'Спірний невдалий платіж';
|
||||
$_['text_transaction_expired'] = 'Протерміновано';
|
||||
|
||||
|
||||
|
||||
|
||||
$_['text_empty'] = 'В обліковому записі немає регулярних платежів';
|
||||
$_['text_error'] = 'The recurring order you requested could not be found!';
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
$_['text_cancelled'] = 'Регулярний платіж скасовано';
|
||||
|
||||
// Column
|
||||
$_['column_date_added'] = 'Створено';
|
||||
$_['column_type'] = 'Тип';
|
||||
$_['column_amount'] = 'Кількість';
|
||||
$_['column_status'] = 'Статус';
|
||||
$_['column_product'] = 'Товар';
|
||||
$_['column_recurring_id'] = 'Ідентифікатор користувача';
|
||||
|
||||
// Error
|
||||
$_['error_not_cancelled'] = 'Помилка: %s';
|
||||
$_['error_not_found'] = 'Не вдалося скасувати регулярний платіж';
|
||||
$_['text_cancelled'] = 'Регулярний платіж скасовано';
|
||||
|
||||
// Button
|
||||
$_['button_return'] = 'Повернення';
|
||||
|
||||
@@ -16,6 +16,7 @@ $_['text_description'] = '<p>Якщо ви маєте проблеми з то
|
||||
<p>Зверніть увагу на групу товарів, що не підлягають поверненню згідно до чинного законодавства.</p>';
|
||||
$_['text_order'] = 'Інформація про замовлення';
|
||||
$_['text_product'] = 'Інформація про товари і причина повернення';
|
||||
$_['text_reason'] = 'Reason for Return';
|
||||
$_['text_message'] = '<p>Ваш запит на повернення товару успішно надіслано! Протягом 24 робочих годин ви отримаєте подальші інструкції.</p>';
|
||||
$_['text_return_id'] = 'Номер повернення';
|
||||
$_['text_order_id'] = 'Номер замовлення';
|
||||
@@ -55,7 +56,6 @@ $_['entry_quantity'] = 'Кількість';
|
||||
$_['entry_reason'] = 'Причина поверення';
|
||||
$_['entry_opened'] = 'Товар розпаковувався';
|
||||
$_['entry_fault_detail'] = 'Несправність чи інші деталі';
|
||||
$_['entry_captcha'] = 'Введіть код в вікно нижче';
|
||||
|
||||
// Error
|
||||
$_['text_error'] = 'Повернення не знайдено!';
|
||||
@@ -67,5 +67,4 @@ $_['error_telephone'] = 'Телефон повинен містити від
|
||||
$_['error_product'] = 'Назва товару повинна містити від 3 до 255 символів!';
|
||||
$_['error_model'] = 'Модель повинна містити від 3 до 64 символів!';
|
||||
$_['error_reason'] = 'Ви мусите вказати причину повернення!';
|
||||
$_['error_captcha'] = 'Код підтвердження не співпадає!';
|
||||
$_['error_agree'] = 'Ви мусите погодитися з %s!';
|
||||
@@ -17,7 +17,6 @@ $_['text_instock'] = 'На складі';
|
||||
$_['text_wishlist'] = 'Список бажань (%s)';
|
||||
$_['text_login'] = 'Ви мусите <a href="%s">увійти</a> чи <a href="%s">створити обліковий запис</a> для збереження <a href="%s">%s</a> Вашого <a href="%s">списку бажань</a>!';
|
||||
$_['text_success'] = 'Ви успішно додали <a href="%s">%s</a> до Вашого <a href="%s">списку бажань</a>!';
|
||||
|
||||
$_['text_remove'] = 'Ви успішно змінили список бажань!';
|
||||
$_['text_empty'] = 'Ваш список бажать порожній.';
|
||||
|
||||
|
||||
@@ -19,3 +19,4 @@ $_['entry_email'] = 'E-Mail';
|
||||
|
||||
// Error
|
||||
$_['error_email'] = 'E-Mail не знайдено в базі, спробуйте ще раз!';
|
||||
$_['error_approved'] = 'Warning: Your account requires approval before you can login.';
|
||||
|
||||
@@ -23,4 +23,5 @@ $_['entry_password'] = 'Пароль';
|
||||
|
||||
// Error
|
||||
$_['error_login'] = 'E-Mail і/чи пароль не співпадають.';
|
||||
$_['error_attempts'] = 'Warning: Your account has exceeded allowed number of login attempts. Please try again in 1 hour.';
|
||||
$_['error_approved'] = 'Ваш обліковий запис потребує підтвердження перед тим як Ви зможете ввійти.';
|
||||
@@ -8,4 +8,5 @@
|
||||
$_['text_success'] = 'API сесія успішно розпочата!';
|
||||
|
||||
// Error
|
||||
$_['error_login'] = 'Ім`я і/чи пароль не співпадають.';
|
||||
$_['error_key'] = 'API ключ не співпадають.';
|
||||
$_['error_ip'] = 'Warning: Your IP %s is not allowed to access this API!';
|
||||
|
||||
@@ -12,8 +12,10 @@ $_['error_permission'] = 'У Вас немає доступу до API!';
|
||||
$_['error_customer'] = 'Необхідно додати деталі покупця!';
|
||||
$_['error_payment_address'] = 'Необхідно додати адресу оплати!';
|
||||
$_['error_payment_method'] = 'Необхідно вказати метод оплати!';
|
||||
$_['error_no_payment'] = 'Warning: No Payment options are available!';
|
||||
$_['error_shipping_address'] = 'Необхідно вказати адресу доставки!';
|
||||
$_['error_shipping_method'] = 'Необхідно вказати метод доставки!';
|
||||
$_['error_no_shipping'] = 'Warning: No Shipping options are available!';
|
||||
$_['error_stock'] = 'Товари позначені *** закінчилися, або залишок менший від замовлення!';
|
||||
$_['error_minimum'] = 'Мінімальна кількість замолвення для %s складає %s!';
|
||||
$_['error_not_found'] = 'Увага: такого замовлення немає!';
|
||||
@@ -29,7 +29,7 @@ $_['text_recurring_item'] = 'Повторювані плате
|
||||
$_['text_payment_recurring'] = 'Профіль оплати';
|
||||
$_['text_trial_description'] = '%s кожний %d %s(s) для %d платіж(ів) тоді';
|
||||
$_['text_payment_description'] = '%s кожний %d %s(s) для %d платіж(ів)';
|
||||
$_['text_payment_until_canceled_description'] = '%s кожний %d %s(s) поки не скасовано';
|
||||
$_['text_payment_cancel'] = '%s кожний %d %s(s) поки не скасовано';
|
||||
|
||||
// Column
|
||||
$_['column_image'] = 'Зображення';
|
||||
|
||||
@@ -34,11 +34,11 @@ $_['text_address_existing'] = 'Я хочу використати іс
|
||||
$_['text_shipping_method'] = 'Будь-ласка вкажіть спосіб доставки, який Ви обрали для цього замовлення.';
|
||||
$_['text_payment_method'] = 'Будь-ласка вкажіть спосіб оплати, який Ви обрали для цього замовлення.';
|
||||
$_['text_comments'] = 'Додати коментарі до замовлення';
|
||||
$_['text_recurring'] = 'Повторювний товар';
|
||||
$_['text_recurring_item'] = 'Повторювний товар';
|
||||
$_['text_payment_recurring'] = 'Профіль оплати';
|
||||
$_['text_trial_description'] = '%s кожен %d %s(s) до %d платіж(ів) тоді';
|
||||
$_['text_payment_description'] = '%s кожен %d %s(s) до %d платіж(ів)';
|
||||
$_['text_payment_until_canceled_description'] = '%s кожен %d %s(s) поки не скасовано';
|
||||
$_['text_payment_cancel'] = '%s кожен %d %s(s) поки не скасовано';
|
||||
$_['text_day'] = 'день';
|
||||
$_['text_week'] = 'тиждень';
|
||||
$_['text_semi_month'] = 'половину місяця';
|
||||
@@ -76,6 +76,7 @@ $_['entry_shipping'] = 'Моя адреса доставки і о
|
||||
// Error
|
||||
$_['error_warning'] = 'В процесі обробки Вашого замовлення виникли проблеми! Якщо проблеми не зникнуть попробуйте обрати інший метод оплати або пишіть у <a href="%s">службу пітримки</a>.';
|
||||
$_['error_login'] = 'E-Mail і/чи пароль не співпадають.';
|
||||
$_['error_attempts'] = 'Warning: Your account has exceeded allowed number of login attempts. Please try again in 1 hour.';
|
||||
$_['error_approved'] = 'Ваш профіль потребує активації перед тим як Ви зможете ввійти.';
|
||||
$_['error_exists'] = 'Цей E-Mail вже зареєтровано!';
|
||||
$_['error_firstname'] = 'Ім`я повинно містити від 1 до 32 символів!';
|
||||
|
||||
@@ -19,5 +19,4 @@ $_['text_account'] = 'Обліковий запис';
|
||||
$_['text_order'] = 'Історія замовлень';
|
||||
$_['text_wishlist'] = 'Список побажань';
|
||||
$_['text_newsletter'] = 'Розсилання новин';
|
||||
$_['text_powered'] = 'Створено в <a href="http://www.opencart.com">OpenCart</a><br /> %s © %s';
|
||||
|
||||
$_['text_powered'] = 'Працює на <a href="https://opencart.ua">OpenCart</a><br /> %s © %s';
|
||||
|
||||
@@ -5,3 +5,5 @@ $_['text_total_discount'] = 'Discount';
|
||||
$_['text_total_tax'] = 'Tax';
|
||||
$_['text_total_sub'] = 'Sub-total';
|
||||
$_['text_total'] = 'Total';
|
||||
$_['text_smp_id'] = 'Selling Manager sale ID: ';
|
||||
$_['text_buyer'] = 'Buyer username: ';
|
||||
@@ -15,11 +15,10 @@ $_['text_back'] = 'Назад';
|
||||
$_['text_cart'] = 'Кошик';
|
||||
$_['text_confirm'] = 'Підтвердити';
|
||||
$_['text_continue'] = 'Продовжити';
|
||||
$_['text_cba'] = 'Платежі Амазон';
|
||||
$_['text_lpa'] = 'Платежі Амазон';
|
||||
$_['text_enter_coupon'] = 'Введіть код купону. Якщо у Вас немає купону - залишити порожнім.';
|
||||
$_['text_coupon'] = 'Купон';
|
||||
$_['text_tax_other'] = 'Податки / Інші комісії';
|
||||
$_['text_payment_failed'] = 'Не вдалося здійснити Ваш платіж. Будь-ласка зв`яжіться з адміністрацією магазину для підтримки або оберіть інший спосіб оплати.';
|
||||
$_['text_success_title'] = 'Ви успішно оформили замовлення!';
|
||||
$_['text_payment_success'] = 'Ви успішно оформили замовлення. Деталі замовлення наступні';
|
||||
|
||||
@@ -29,3 +28,7 @@ $_['error_shipping'] = 'Будь-ласка оберіть спосіб дос
|
||||
$_['error_shipping_address'] = 'Вкажіть адресу доставки';
|
||||
$_['error_shipping_methods'] = 'Сталася помилка при отирманні Вашої адреси з Амазон. Напишіть в адміністрацію магазину для підтримки';
|
||||
$_['error_no_shipping_methods'] = 'За обраною адресою немає варіантів доставки. Оберіть будь-ласка іншу адресу доставки';
|
||||
$_['error_process_order'] = 'There was an error processing your order. Please contact the shop administrator for help.';
|
||||
$_['error_login'] = 'Login failed';
|
||||
$_['error_login_email'] = 'Login failed: %s account email address did not match Amazon account email address';
|
||||
$_['error_minimum'] = 'Minimum order amount for Login and Pay with Amazon is %s!';
|
||||
|
||||
@@ -21,11 +21,10 @@ $_['text_length'] = ' для %s оплат';
|
||||
$_['express_entry_coupon'] = 'Введіть Ваш купон тут:';
|
||||
|
||||
// Button
|
||||
$_['express_button_coupon'] = 'Додати';
|
||||
$_['express_button_confirm'] = 'Підтвердити';
|
||||
$_['express_button_login'] = 'Продовжити в PayPal';
|
||||
$_['express_button_shipping'] = 'Оновити доставку';
|
||||
$_['button_cancel_recurring'] = 'Відмінити платежі';
|
||||
$_['button_express_coupon'] = 'Додати';
|
||||
$_['button_express_confirm'] = 'Підтвердити';
|
||||
$_['button_express_login'] = 'Продовжити в PayPal';
|
||||
$_['button_express_shipping'] = 'Оновити доставку';
|
||||
|
||||
// Error
|
||||
$_['error_heading_title'] = 'Виникла помилка';
|
||||
|
||||
@@ -6,6 +6,5 @@
|
||||
|
||||
// Text
|
||||
$_['text_title'] = 'PayPal';
|
||||
$_['text_reason'] = 'Причина';
|
||||
$_['text_testmode'] = 'Увага: Платіжний шлюз працює в режимі \'Sandbox Mode\'. Оплата з Вашого балансу не буде зніматися.';
|
||||
$_['text_total'] = 'Доставка, обробка, знижки і податки';
|
||||
@@ -39,6 +39,7 @@ $_['text_3d_s7'] = 'Incorrect Password Entered, no liability shift';
|
||||
$_['text_3d_s8'] = 'Authentication Unavailable, no liability shift';
|
||||
$_['text_3d_s9'] = 'Invalid Response From ACS, no liability shift';
|
||||
$_['text_3d_s10'] = 'RealMPI Fatal Error, no liability shift';
|
||||
$_['text_3d_liability'] = 'No Liability Shift';
|
||||
$_['text_card_visa'] = 'Visa';
|
||||
$_['text_card_mc'] = 'Mastercard';
|
||||
$_['text_card_amex'] = 'American Express';
|
||||
|
||||
@@ -14,6 +14,8 @@ $_['text_card_expiry'] = 'Дійсна до: ';
|
||||
$_['text_trial'] = '%s кожні %s %s для %s оплат тоді ';
|
||||
$_['text_recurring'] = '%s кожні %s %s';
|
||||
$_['text_length'] = ' для %s оплат';
|
||||
$_['text_fail_card'] = 'There was an issue removing your SagePay card, Please contact the shop administrator for help.';
|
||||
$_['text_confirm_delete'] = 'Are you sure you want to delete the card?';
|
||||
|
||||
// Entry
|
||||
$_['entry_card'] = 'Нова чи збережена карта: ';
|
||||
@@ -23,12 +25,9 @@ $_['entry_card_save'] = 'Зберегти деталі карти';
|
||||
$_['entry_cc_owner'] = 'Власник карти';
|
||||
$_['entry_cc_type'] = 'Тип карти';
|
||||
$_['entry_cc_number'] = 'Номер карти';
|
||||
$_['entry_cc_start_date'] = 'Карта діє з';
|
||||
$_['entry_cc_expire_date'] = 'Карта діє до';
|
||||
$_['entry_cc_cvv2'] = 'Код безпеки карти (CVV2)';
|
||||
$_['entry_cc_issue'] = 'Номер емітента карти';
|
||||
$_['entry_cc_choice'] = 'Виберіть існуючу карту';
|
||||
|
||||
// Help
|
||||
$_['help_start_date'] = '(якщо доступно)';
|
||||
$_['help_issue'] = '(тільки для Maestro і Solo карт)';
|
||||
$_['button_delete_card'] = 'Delete selected card';
|
||||
@@ -22,6 +22,7 @@ $_['text_transaction_error'] = 'Виникла помилка в обробці
|
||||
$_['text_generic_error'] = 'Виникла помилка обробки запиту.';
|
||||
$_['text_hash_failed'] = 'Не вдалося перевірити hash. Не намагайтеся ще раз проводити оплату оскільки статус оплати невідомий. Будь-ласка, зв’яжіться з продавцем.';
|
||||
$_['text_link'] = 'Будь-ласка, натисніть <a href="%s">тут</a> для продовження';
|
||||
$_['text_confirm_delete'] = 'Are you sure you want to delete the card?';
|
||||
|
||||
// Entry
|
||||
$_['entry_card'] = 'Нова чи збережена карта: ';
|
||||
@@ -29,3 +30,6 @@ $_['entry_card_existing'] = 'Збережена';
|
||||
$_['entry_card_new'] = 'Нова';
|
||||
$_['entry_card_save'] = 'Зберегти деталі карти для подальшого використання';
|
||||
$_['entry_cc_choice'] = 'Виберіть збережену карту';
|
||||
|
||||
// Button
|
||||
$_['button_delete_card'] = 'Delete selected card';
|
||||
@@ -5,4 +5,4 @@
|
||||
//info@marketplus.if.ua
|
||||
|
||||
// Text
|
||||
$_['text_title'] = 'Кредитна / Дебетна карта (Moneybookers)';
|
||||
$_['text_title'] = 'Кредитна / Дебетна карта (Skrill)';
|
||||
@@ -4,14 +4,30 @@
|
||||
//Made by Sirchyk for www.marketplus.if.ua on 16 of october 2014.
|
||||
//info@marketplus.if.ua
|
||||
|
||||
// Heading
|
||||
$_['heading_title'] = 'Дякуємо за покупку в %s .... ';
|
||||
|
||||
// Text
|
||||
$_['text_title'] = 'Кредитна / Дебетна карта (WorldPay)';
|
||||
$_['text_response'] = 'Відповідь від WorldPay:';
|
||||
$_['text_success'] = '... Ваш платіж успішно отримано.';
|
||||
$_['text_success_wait'] = '<b><span style="color: #FF0000">Зачекайте будь-ласка...</span></b> поки ми закінчимо обробляти Ваше замовлення.<br>Якщо протягом 10 секунд Ви не будете автоматично перенаправлені, будь-ласка натисніть <a href="%s">сюди</a>.';
|
||||
$_['text_failure'] = '... Ваш платіж скасовано!';
|
||||
$_['text_failure_wait'] = '<b><span style="color: #FF0000">Зачекайте будь-ласка...</span></b><br>Якщо протягом 10 секунд Ви не будете автоматично перенаправлені, будь-ласка натисніть <a href="%s">сюди</a>.';
|
||||
$_['text_pw_mismatch'] = 'CallbackPW не співпадає. Замовлення буде переглянуто.';
|
||||
$_['text_credit_card'] = 'Card Details';
|
||||
$_['text_card_type'] = 'Card Type: ';
|
||||
$_['text_card_name'] = 'Card Name: ';
|
||||
$_['text_card_digits'] = 'Last Digits: ';
|
||||
$_['text_card_expiry'] = 'Expiry: ';
|
||||
$_['text_trial'] = '%s every %s %s for %s payments then ';
|
||||
$_['text_recurring'] = '%s every %s %s';
|
||||
$_['text_length'] = ' for %s payments';
|
||||
$_['text_confirm_delete'] = 'Are you sure you wish to delete this card';
|
||||
$_['text_card_success'] = 'Card has been successfully removed';
|
||||
$_['text_card_error'] = 'There are an error removing your card. Please contact the shop administrator for help.';
|
||||
|
||||
// Entry
|
||||
$_['entry_card'] = 'New or Existing Card: ';
|
||||
$_['entry_card_existing'] = 'Existing';
|
||||
$_['entry_card_new'] = 'New';
|
||||
$_['entry_card_save'] = 'Remember Card Details';
|
||||
$_['entry_cc_cvc'] = 'Card Verification Code (CVC)';
|
||||
$_['entry_cc_choice'] = 'Choose an Existing Card';
|
||||
|
||||
// Button
|
||||
$_['button_delete_card'] = 'Delete Card';
|
||||
|
||||
// Error
|
||||
$_['error_process_order'] = 'There are an error processing your order. Please contact the shop administrator for help.';
|
||||
@@ -8,15 +8,13 @@
|
||||
$_['text_title'] = 'Royal Mail';
|
||||
$_['text_weight'] = 'Вага:';
|
||||
$_['text_insurance'] = 'Застраховано до:';
|
||||
$_['text_special_delivery'] = 'Special Delivery Next Day';
|
||||
$_['text_1st_class_signed'] = 'First Class Signed Post';
|
||||
$_['text_2nd_class_signed'] = 'Second Class Signed Post';
|
||||
$_['text_1st_class_standard'] = 'First Class Standard Post';
|
||||
$_['text_1st_class_recorded'] = 'First Class Recorded Post';
|
||||
$_['text_2nd_class_standard'] = 'Second Class Standard Post';
|
||||
$_['text_2nd_class_recorded'] = 'Second Class Recorded Post';
|
||||
$_['text_special_delivery_500'] = 'Special Delivery Next Day (£500)';
|
||||
$_['text_special_delivery_1000'] = 'Special Delivery Next Day (£1000)';
|
||||
$_['text_special_delivery_2500'] = 'Special Delivery Next Day (£2500)';
|
||||
$_['text_standard_parcels'] = 'Standard Parcels';
|
||||
$_['text_airmail'] = 'Airmail';
|
||||
$_['text_international_standard'] = 'International Standard';
|
||||
$_['text_international_tracked_signed'] = 'International Tracked & Signed';
|
||||
$_['text_international_tracked'] = 'International Tracked';
|
||||
$_['text_international_signed'] = 'International Signed';
|
||||
$_['text_airsure'] = 'Airsure';
|
||||
$_['text_surface'] = 'Surface';
|
||||
$_['text_international_economy'] = 'International Economy';
|
||||
@@ -8,6 +8,8 @@
|
||||
$_['heading_title'] = 'Використати бонусні бали(доступно %s)';
|
||||
|
||||
// Text
|
||||
$_['text_reward'] = 'Reward Points (%s)';
|
||||
$_['text_order_id'] = 'Order ID: #%s';
|
||||
$_['text_success'] = 'Ви успішно використали бонусні бали!';
|
||||
|
||||
// Entry
|
||||
|
||||
@@ -1,8 +1,14 @@
|
||||
<?php
|
||||
|
||||
//Update for OpenCart 2.3.x by OpenCart Ukrainian Community http://opencart.ua
|
||||
//Made by Sirchyk for www.marketplus.if.ua on 16 of october 2014.
|
||||
//info@marketplus.if.ua
|
||||
// Heading
|
||||
$_['heading_title'] = 'Use Gift Certificate';
|
||||
|
||||
// Text
|
||||
$_['text_voucher'] = 'Подарунковий сертифікат (%s)';
|
||||
$_['text_voucher'] = 'Gift Certificate (%s)';
|
||||
$_['text_success'] = 'Success: Your gift certificate discount has been applied!';
|
||||
|
||||
// Entry
|
||||
$_['entry_voucher'] = 'Enter your gift certificate code here';
|
||||
|
||||
// Error
|
||||
$_['error_voucher'] = 'Warning: Gift Certificate is either invalid or the balance has been used up!';
|
||||
$_['error_empty'] = 'Warning: Please enter a gift certificate code!';
|
||||
|
||||
@@ -31,4 +31,3 @@ $_['email_subject'] = 'Запит %s';
|
||||
$_['error_name'] = 'Ім`я повинно містит від 3 до 32 символів!';
|
||||
$_['error_email'] = 'Неправильний E-Mail!';
|
||||
$_['error_enquiry'] = 'Запит повинен містити від 10 до 3000 символів!';
|
||||
$_['error_captcha'] = 'Код підтвердження не відповідає зображенню!';
|
||||
@@ -7,4 +7,5 @@
|
||||
// Text
|
||||
$_['text_subject'] = '%s - Новий пароль';
|
||||
$_['text_greeting'] = '%s попросив новий пароль.';
|
||||
$_['text_password'] = 'Ваш новий пароль:';
|
||||
$_['text_change'] = 'To reset your password click on the link below:';
|
||||
$_['text_ip'] = 'The IP used to make this request was: %s';
|
||||
|
||||
@@ -29,7 +29,7 @@ $_['text_error'] = 'Товар не знайден
|
||||
$_['text_payment_recurring'] = 'Профілі оплати';
|
||||
$_['text_trial_description'] = '%s кожен %d %s(s) до %d платежу(ів) тоді';
|
||||
$_['text_payment_description'] = '%s кожен %d %s(s) до %d патежу(ів)';
|
||||
$_['text_payment_until_canceled_description'] = '%s кожен %d %s(s) поки не скасовано';
|
||||
$_['text_payment_cancel'] = '%s кожен %d %s(s) поки не скасовано';
|
||||
$_['text_day'] = 'день';
|
||||
$_['text_week'] = 'тиждень';
|
||||
$_['text_semi_month'] = 'половина місяця';
|
||||
@@ -43,7 +43,6 @@ $_['entry_review'] = 'Ваш відгук';
|
||||
$_['entry_rating'] = 'Рейтинг';
|
||||
$_['entry_good'] = 'Хороший';
|
||||
$_['entry_bad'] = 'Поганий';
|
||||
$_['entry_captcha'] = 'Введіть код з зображення в поле';
|
||||
|
||||
// Tabs
|
||||
$_['tab_description'] = 'Опис';
|
||||
@@ -54,4 +53,3 @@ $_['tab_review'] = 'Відгуки (%s)';
|
||||
$_['error_name'] = 'Назва відгуку повинна містити від 3 до 25 символів!';
|
||||
$_['error_text'] = 'Текст відгуку повинен містити від 25 до 1000 символів!';
|
||||
$_['error_rating'] = 'Оберіть ретинг відгуку!';
|
||||
$_['error_captcha'] = 'Код підтвердження не співпадає з зображенням!';
|
||||
|
||||
Reference in New Issue
Block a user