mirror of
https://github.com/shadoll/translate.git
synced 2025-12-20 15:32:11 +00:00
first commit
This commit is contained in:
33
catalog/language/ukrainian/checkout/cart.php
Normal file
33
catalog/language/ukrainian/checkout/cart.php
Normal file
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
/***********************************************************************************************************************
|
||||
|
||||
Version 1.4.9.6
|
||||
Created 15:41 30.08.2011 UTF-8
|
||||
Copyright (C) 2010 Ukrainian Localization by OpenCart Ukrainian Team (http://github.com/opencart-ukraine). All rights reserved.
|
||||
|
||||
Translators:
|
||||
Aleksandr Rebrov (http://webplaneta.com.ua)
|
||||
Eugene Kuligin (http://github.com/shaman)
|
||||
and others.
|
||||
|
||||
Responsible for Translation:
|
||||
Eugene Kuligin (http://github.com/shaman)
|
||||
|
||||
License http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
|
||||
Ask a question http://github.com/opencart-ukraine
|
||||
|
||||
************************************************************************************************************************/
|
||||
|
||||
$_['heading_title'] = 'Кошик'; #22048
|
||||
$_['text_basket'] = 'Кошик'; #22049
|
||||
$_['text_sub_total'] = 'Сума:'; #22050
|
||||
$_['text_error'] = 'Ваш кошик порожній!'; #22051
|
||||
$_['column_remove'] = 'Видалити'; #22052
|
||||
$_['column_image'] = 'Зображення'; #22053
|
||||
$_['column_name'] = 'Назва'; #22054
|
||||
$_['column_model'] = 'Модель'; #22055
|
||||
$_['column_quantity'] = 'Кількість'; #22056
|
||||
$_['column_total'] = 'Разом'; #22057
|
||||
$_['text_weight'] = 'Вага кошика:'; #22450
|
||||
$_['column_price'] = 'Ціна за одиницю'; #22451
|
||||
$_['error_stock'] = 'Товари, відмічені «***» не доступні в потрібній кількості або їх немає на складі!'; #22452
|
||||
Reference in New Issue
Block a user