mirror of
https://github.com/shadoll/translate.git
synced 2025-12-21 01:25:09 +00:00
first commit
This commit is contained in:
56
admin/language/ukrainian/common/filemanager.php
Normal file
56
admin/language/ukrainian/common/filemanager.php
Normal file
@@ -0,0 +1,56 @@
|
||||
<?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)
|
||||
Tatiana Konovalova (mira@opencart-ua.org)
|
||||
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'] = 'Менеджер зображень'; #22508
|
||||
$_['text_file_delete'] = 'Файл був видалений'; #22509
|
||||
$_['entry_folder'] = 'Нова тека:'; #22683
|
||||
$_['entry_copy'] = 'Назва:'; #22684
|
||||
$_['entry_rename'] = 'Назва:'; #22685
|
||||
$_['button_folder'] = 'Нова тека'; #22686
|
||||
$_['button_delete'] = 'Видалити'; #22687
|
||||
$_['button_move'] = 'Перемістити'; #22688
|
||||
$_['button_copy'] = 'Копіювати'; #22689
|
||||
$_['button_rename'] = 'Перейменувати'; #22690
|
||||
$_['button_upload'] = 'Завантажити'; #22691
|
||||
$_['button_refresh'] = 'Оновити'; #22692
|
||||
$_['entry_move'] = 'Переміщення:'; #22703
|
||||
$_['error_file'] = 'Будь ласка, оберіть файл!'; #22704
|
||||
$_['error_directory'] = 'Будь ласка, оберіть каталог чи файл!'; #22705
|
||||
$_['error_file_type'] = 'Неправильний тип файлу!'; #22706
|
||||
$_['error_uploaded'] = 'Файл не може бути завантажено з невідомої причини!'; #22707
|
||||
$_['error_permission'] = 'Доступ заборонено!'; #22708
|
||||
$_['text_uploaded'] = 'Файл успішно завантажено!'; #22762
|
||||
$_['text_create'] = 'Теку створено!'; #22763
|
||||
$_['text_delete'] = 'Файл/теку успішно видалено!'; #22764
|
||||
$_['text_move'] = 'Файл/теку успішно переміщено!'; #22765
|
||||
$_['text_copy'] = 'Файл/теку успішно скопійовано!'; #22766
|
||||
$_['text_rename'] = 'Файл/теку успішно перейменовано!'; #22767
|
||||
$_['error_select'] = 'Будь ласка, оберіть теку або файл!'; #22768
|
||||
$_['error_default'] = 'Не вдалося змінити теку за замовчуванням!'; #22769
|
||||
$_['error_delete'] = 'Ви не можете видалити цю теку!'; #22770
|
||||
$_['error_filename'] = 'Назва файлу повинна містити від 3 до 255 символів!'; #22771
|
||||
$_['error_missing'] = 'Файл або тека не існує!'; #22772
|
||||
$_['error_exists'] = 'Файл або тека з такою назвою вже існує!'; #22773
|
||||
$_['error_name'] = 'Будь ласка, вкажіть іншу назву!'; #22774
|
||||
$_['error_move'] = 'Переміщення до теки не здійснено!'; #22775
|
||||
$_['error_copy'] = 'Файл або тека не можуть бути скопійовані!'; #22776
|
||||
$_['error_rename'] = 'Теку не може бути перейменовано!'; #22777
|
||||
$_['error_file_size'] = 'Файл не відповідає стандартам, будь ласка, завантажте файл не більше 300кб і 1000px у висоту чи ширину, якщо це зображення!'; #22778
|
||||
20
admin/language/ukrainian/common/footer.php
Normal file
20
admin/language/ukrainian/common/footer.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?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:
|
||||
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
|
||||
|
||||
************************************************************************************************************************/
|
||||
|
||||
$_['text_footer'] = '<a href="http://github.com/opencart-ukraine" target="_blank">Українська спільнота OpenCart</a><br />Версія %s'; #22583
|
||||
72
admin/language/ukrainian/common/header.php
Normal file
72
admin/language/ukrainian/common/header.php
Normal file
@@ -0,0 +1,72 @@
|
||||
<?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:
|
||||
Eugene Kuligin (http://github.com/shaman)
|
||||
Tatiana Konovalova (mira@opencart-ua.org)
|
||||
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
|
||||
|
||||
************************************************************************************************************************/
|
||||
|
||||
$_['text_backup'] = 'Резервне копіювання'; #22626
|
||||
$_['text_catalog'] = 'Каталог'; #22627
|
||||
$_['text_category'] = 'Категорії'; #22628
|
||||
$_['text_checkall'] = 'Позначити / Зняти позначення'; #22629
|
||||
$_['text_country'] = 'Країни'; #22630
|
||||
$_['text_coupon'] = 'Дисконтні купони'; #22631
|
||||
$_['text_customer'] = 'Клієнти'; #22632
|
||||
$_['text_customer_group'] = 'Групи клієнтів'; #22633
|
||||
$_['text_dashboard'] = 'Панель керування'; #22634
|
||||
$_['text_download'] = 'Завантаження'; #22635
|
||||
$_['text_error_log'] = 'Журнали помилок'; #22636
|
||||
$_['text_extension'] = 'Модулі'; #22637
|
||||
$_['text_geo_zone'] = 'Гео-зони'; #22638
|
||||
$_['text_help'] = 'Допомога'; #22639
|
||||
$_['text_information'] = 'Інформація'; #22640
|
||||
$_['text_language'] = 'Мови'; #22641
|
||||
$_['text_localisation'] = 'Локалізація'; #22642
|
||||
$_['text_logout'] = 'Вихід'; #22643
|
||||
$_['text_contact'] = 'Пошта'; #22644
|
||||
$_['text_manufacturer'] = 'Виробники'; #22645
|
||||
$_['text_module'] = 'Модулі'; #22646
|
||||
$_['text_order'] = 'Замовлення'; #22647
|
||||
$_['text_order_status'] = 'Статуси замовленнь'; #22648
|
||||
$_['text_opencart'] = 'Початок'; #22649
|
||||
$_['text_product'] = 'Продукти'; #22650
|
||||
$_['text_reports'] = 'Звіти'; #22651
|
||||
$_['text_report_sale'] = 'Продажі'; #22652
|
||||
$_['text_report_viewed'] = 'Перегляди товарів'; #22653
|
||||
$_['text_review'] = 'Відгуки'; #22654
|
||||
$_['text_sale'] = 'Продажі'; #22655
|
||||
$_['text_setting'] = 'Налаштування'; #22656
|
||||
$_['text_stock_status'] = 'Статуси на складі'; #22657
|
||||
$_['text_support'] = 'Форум підтримки'; #22658
|
||||
$_['text_system'] = 'Система'; #22659
|
||||
$_['text_user'] = 'Користувачі'; #22660
|
||||
$_['text_users'] = 'Користувачі'; #22661
|
||||
$_['text_user_group'] = 'Групи користувачів'; #22662
|
||||
$_['text_weight_class'] = 'Одиниці ваги'; #22663
|
||||
$_['text_zone'] = 'Зони'; #22664
|
||||
$_['heading_title'] = 'Адміністрування'; #22709
|
||||
$_['text_currency'] = 'Валюти'; #22710
|
||||
$_['text_logged'] = 'Ви увійшли як <span>%s</span>'; #22711
|
||||
$_['text_payment'] = 'Платежі'; #22712
|
||||
$_['text_report_purchased'] = 'Закупки продуктів'; #22713
|
||||
$_['text_shipping'] = 'Доставка'; #22714
|
||||
$_['text_tax_class'] = 'Податкові ставки'; #22715
|
||||
$_['text_total'] = 'Замовлення'; #22716
|
||||
$_['text_documentation'] = 'Документація'; #22717
|
||||
$_['text_confirm'] = 'Видалення не зможе бути відновлене! Ви впевнені, що потребуєте цього?'; #22830
|
||||
$_['text_feed'] = 'Канали продуктів'; #22831
|
||||
$_['text_length_class'] = 'Одиниці довжини'; #22832
|
||||
$_['text_front'] = 'Переглянути магазин'; #23774
|
||||
48
admin/language/ukrainian/common/home.php
Normal file
48
admin/language/ukrainian/common/home.php
Normal file
@@ -0,0 +1,48 @@
|
||||
<?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:
|
||||
Eugene Kuligin (http://github.com/shaman)
|
||||
Tatiana Konovalova (mira@opencart-ua.org)
|
||||
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'] = 'Панель керування'; #22665
|
||||
$_['text_statistics'] = 'Статистика'; #22666
|
||||
$_['text_latest_10_orders'] = 'Останні 10 замовлень'; #22667
|
||||
$_['text_total_sale'] = 'Всього продажів:'; #22668
|
||||
$_['text_total_sale_year'] = 'Всього продажів за цей рік:'; #22669
|
||||
$_['text_day'] = 'Сьогодні'; #22670
|
||||
$_['text_week'] = 'На цій неділі'; #22671
|
||||
$_['text_month'] = 'Цього місяця'; #22672
|
||||
$_['text_year'] = 'Цього року'; #22673
|
||||
$_['column_order'] = 'Номер замовлення'; #22674
|
||||
$_['column_status'] = 'Статус'; #22675
|
||||
$_['column_date_added'] = 'Дата долучення'; #22676
|
||||
$_['column_total'] = 'Всього'; #22677
|
||||
$_['column_firstname'] = 'Ім’я'; #22678
|
||||
$_['column_lastname'] = 'Прізвище'; #22679
|
||||
$_['column_action'] = 'Дія'; #22680
|
||||
$_['text_total_order'] = 'Всього замовлень:'; #22718
|
||||
$_['text_total_customer'] = 'Кількість клієнтів:'; #22719
|
||||
$_['text_total_customer_approval'] = 'Клієнти, що чекають перевірки:'; #22720
|
||||
$_['text_total_product'] = 'Кількість продуктів:'; #22721
|
||||
$_['text_total_review'] = 'Кількість відгуків:'; #22722
|
||||
$_['text_order'] = 'Всього замовлень'; #22723
|
||||
$_['text_customer'] = 'Всього клієнтів'; #22724
|
||||
$_['column_name'] = 'Ім’я клієнта'; #22725
|
||||
$_['entry_range'] = 'Виберіть діапазон:'; #22726
|
||||
$_['text_overview'] = 'Відгуки'; #22809
|
||||
$_['text_total_review_approval'] = 'Відгуки, що очікують на перевірку:'; #22810
|
||||
$_['error_warning'] = 'Теку встановлення все ще не було вилучено!'; #24095
|
||||
28
admin/language/ukrainian/common/login.php
Normal file
28
admin/language/ukrainian/common/login.php
Normal file
@@ -0,0 +1,28 @@
|
||||
<?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'] = 'Адміністрування'; #22584
|
||||
$_['text_login'] = 'Вкажіть логін та пароль.'; #22586
|
||||
$_['entry_username'] = 'Логін:'; #22587
|
||||
$_['entry_password'] = 'Пароль:'; #22588
|
||||
$_['button_login'] = 'Вхід'; #22589
|
||||
$_['error_login'] = 'Не збігаються логін та пароль.'; #22590
|
||||
$_['error_token'] = 'Помилка сесії. Авторизуйтесь заново.'; #22591
|
||||
$_['text_heading'] = 'Адміністрування'; #22927
|
||||
Reference in New Issue
Block a user