mirror of
https://github.com/shadoll/translate.git
synced 2025-12-20 02:26:13 +00:00
Merge pull request #12 from streamx3/master
Додано файли валюти і виправлено "Створено в OpenCart"
This commit is contained in:
7
catalog/language/ukrainian/api/currency.php
Executable file
7
catalog/language/ukrainian/api/currency.php
Executable file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
// Text
|
||||
$_['text_success'] = 'Успіх: Ваша валюта була змінена!';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Увага: У Вас нема права доступу до API!';
|
||||
$_['error_currency'] = 'Увага: Неправильний код валюти!';
|
||||
@@ -19,4 +19,5 @@ $_['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="http://www.opencart.com">OpenCart</a><br /> %s © %s';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user