Files
translate/catalog/language/ukrainian/checkout/cart.php
2014-12-07 08:59:25 +02:00

47 lines
2.9 KiB
PHP
Executable File
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
//version 2.0.0.0
//Made by Sirchyk for www.marketplus.if.ua on 16 of october 2014.
//info@marketplus.if.ua
// Heading
$_['heading_title'] = 'Кошик';
// Text
$_['text_success'] = 'Ви додали <a href="%s">%s</a> до Вашого <a href="%s">кошика</a>!';
$_['text_remove'] = 'Ви успішно змінили Ваш кошик!';
$_['text_login'] = 'Вам необхідно <a href="%s">ввійти</a> чи <a href="%s">створити профіль</a> щоб побачити ціни!';
$_['text_items'] = '%s товар(ри) - %s';
$_['text_points'] = 'Бонусні бали: %s';
$_['text_next'] = 'Що б Ви хотіли зробити далі?';
$_['text_next_choice'] = 'Оберіть якщо у Вас є дисконтний код або бонусні бали, які б Ви хотіли використати, чи Ви хотіли б визначити вартість доставки.';
$_['text_empty'] = 'Ваш кошик порожній!';
$_['text_day'] = 'день';
$_['text_week'] = 'тиждень';
$_['text_semi_month'] = 'половина місяця';
$_['text_month'] = 'місяць';
$_['text_year'] = 'рік';
$_['text_trial'] = '%s кожний %s %s для %s платежів тоді ';
$_['text_recurring'] = '%s кожний %s %s';
$_['text_length'] = ' для %s платежів';
$_['text_until_cancelled'] = 'поки не скасовано';
$_['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) поки не скасовано';
// Column
$_['column_image'] = 'Зображення';
$_['column_name'] = 'Назва товару';
$_['column_model'] = 'Модель';
$_['column_quantity'] = 'Кількість';
$_['column_price'] = 'Ціна за одиницю';
$_['column_total'] = 'Загалом';
// Error
$_['error_stock'] = 'Товари позначені *** закінчилися або їхній залишок менший від кількості яку Ви хочете замовити!';
$_['error_minimum'] = 'Мінімальна кількість замовлення для %s становить %s!';
$_['error_required'] = '%s необхідно!';
$_['error_product'] = 'У Вашому кошику немає товарів!';
$_['error_recurring_required'] = 'Будь-ласка виберіть повторюваний платіж!';