forked from modxcms/evolution
-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
697 changed files
with
18,498 additions
and
21,798 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<?php | ||
// --------------------------------------------------------------- | ||
// :: Updater | ||
// ---------------------------------------------------------------- | ||
// | ||
// | ||
// | ||
// ---------------------------------------------------------------- | ||
// :: Copyright & Licencing | ||
// ---------------------------------------------------------------- | ||
// | ||
// GNU General Public License (GPL - http://www.gnu.org/copyleft/gpl.html) | ||
// | ||
|
||
$_lang['pluginname'] = 'Updater'; | ||
$_lang['system_update'] = 'Оновлення системи'; | ||
$_lang['are_you_sure_update'] = 'Ви впевнені, що хочете запустити оновлення системи?'; | ||
$_lang["cms_outdated_msg"] = 'Система управління контентом застаріла. Для оновлення звертайтеся до розробників сайту. Поточна версія'; | ||
$_lang['bkp_before_msg'] = 'Ми настійно рекомендуємо зробити резервну копію перед оновленням системи, оновлення виконується на ваш страх і ризик!!'; | ||
$_lang['updateButton_txt'] = 'Оновлення до версії'; | ||
$_lang['updateButtonCommit_txt'] = 'Оновіть цей комміт'; | ||
$_lang['table_commitdate'] = 'Дата фіксації'; | ||
$_lang['table_titleauthor'] = 'Назва (автор)'; | ||
//Error Messages | ||
$_lang['error_curl'] = 'Вам потрібно ввімкнути функцію CURL у PHP'; | ||
$_lang['error_zip'] = 'Необхідно включити ZIP в PHP'; | ||
$_lang['error_openssl'] = 'Вам потрібно ввімкнути функцію OpenSSL у PHP'; | ||
$_lang['error_overwrite'] = 'Файли Evolution CMS недоступні для перезапису'; | ||
$_lang['error_failedtogetfeed'] = 'Не вдалося отримати канал'; | ||
|
||
$_lang['artisan_update'] = 'Для оновлення запустіть консольну команду з <b>core</b> теки: <b>php artisan make:site update</b>'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,12 +12,6 @@ | |
"homepage": "https://evo.im/", | ||
"license": "GPL-2.0+", | ||
"authors": [ | ||
{ | ||
"name": "Evgeniy Borisov", | ||
"email": "[email protected]", | ||
"homepage": "https://agel-nash.ru", | ||
"role": "Developer" | ||
}, | ||
{ | ||
"name": "Dmytro Lukianenko", | ||
"email": "[email protected]", | ||
|
Oops, something went wrong.