This repository has been archived by the owner on Mar 8, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 204
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1393 from evolution-cms/master
Evolution CMS 1.3.0
- Loading branch information
Showing
605 changed files
with
8,477 additions
and
21,543 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
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,2 @@ | ||
order deny,allow | ||
allow from all |
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,2 @@ | ||
order deny,allow | ||
allow from all |
File renamed without changes.
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<?php | ||
die(); | ||
?> |
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,25 @@ | ||
<?php | ||
// --------------------------------------------------------------- | ||
// :: Updater | ||
// ---------------------------------------------------------------- | ||
// | ||
// | ||
// | ||
// ---------------------------------------------------------------- | ||
// :: Copyright & Licencing | ||
// ---------------------------------------------------------------- | ||
// | ||
// GNU General Public License (GPL - http://www.gnu.org/copyleft/gpl.html) | ||
// | ||
|
||
$_lang['pluginname'] = 'Updater'; | ||
$_lang['system_update'] = 'System Update'; | ||
$_lang["cms_outdated_msg"] = 'Content management system is outdated. To update contact the site developers. Current version'; | ||
$_lang['bkp_before_msg'] = 'We strongly recommend making a backup before upgrading the system, the update is performed at your own risk !!'; | ||
$_lang['updateButton_txt'] = 'Update to version'; | ||
//Error Messages | ||
$_lang['error_curl'] = 'You need to enable CURL function in PHP'; | ||
$_lang['error_zip'] = 'It is necessary to enable the ZIP in PHP'; | ||
$_lang['error_openssl'] = 'You need to enable OpenSSL function in PHP'; | ||
$_lang['error_overwrite'] = 'EVO files are not available for overwriting'; | ||
|
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,25 @@ | ||
<?php | ||
// --------------------------------------------------------------- | ||
// :: Updater | ||
// ---------------------------------------------------------------- | ||
// | ||
// | ||
// | ||
// ---------------------------------------------------------------- | ||
// :: Copyright & Licencing | ||
// ---------------------------------------------------------------- | ||
// | ||
// GNU General Public License (GPL - http://www.gnu.org/copyleft/gpl.html) | ||
// | ||
|
||
$_lang['pluginname'] = 'Updater'; | ||
$_lang['system_update'] = 'Aggiornamento di Sistema'; | ||
$_lang["cms_outdated_msg"] = 'Il Sistema di gestione dei contenuti è obsoleto. Per aggiornare contattare gli sviluppatori del sito. Versione attuale'; | ||
$_lang['bkp_before_msg'] = 'Si consiglia vivamente di fare un backup prima di aggiornare il sistema, l\'aggiornamento viene eseguito a proprio rischio !!'; | ||
$_lang['updateButton_txt'] = 'Aggiorna alla versione'; | ||
//Error Messages | ||
$_lang['error_curl'] = 'È necessario abilitare la funzione CURL in PHP'; | ||
$_lang['error_zip'] = 'È necessario abilitare la funzione ZIP in PHP'; | ||
$_lang['error_openssl'] = 'È necessario abilitare la funzione OpenSSL in PHP'; | ||
$_lang['error_overwrite'] = 'I file di EVO non sono disponibili per la sovrascrittura'; | ||
|
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,24 @@ | ||
<?php | ||
// --------------------------------------------------------------- | ||
// :: Updater | ||
// ---------------------------------------------------------------- | ||
// | ||
// | ||
// | ||
// ---------------------------------------------------------------- | ||
// :: Copyright & Licencing | ||
// ---------------------------------------------------------------- | ||
// | ||
// GNU General Public License (GPL - http://www.gnu.org/copyleft/gpl.html) | ||
// | ||
|
||
$_lang['pluginname'] = 'Updater'; | ||
$_lang['system_update'] = 'Systeem update'; | ||
$_lang["cms_outdated_msg"] = 'Het Content Management System is verouderd. Om deze bij te werken neem contact op met de website ontwikkelaar. Huidige versie'; | ||
$_lang['bkp_before_msg'] = 'We raden het maken van een back-up aan voor de upgrade van het systeem. De update wordt uitgevoerd op eigen risico!'; | ||
$_lang['updateButton_txt'] = 'Update naar nieuwe version_compare'; | ||
//Error Messages | ||
$_lang['error_curl'] = 'Het is noodzakelijk om de CURL in PHP in te schakelen'; | ||
$_lang['error_zip'] = 'Het is noodzakelijk om de ZIP in PHP in te schakelen'; | ||
$_lang['error_openssl'] = 'De OpenSSL functie in PHP moet worden ingeschakelend'; | ||
$_lang['error_overwrite'] = 'Bestanden kunnen niet worden overschreven'; |
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,24 @@ | ||
<?php | ||
// --------------------------------------------------------------- | ||
// :: Updater | ||
// ---------------------------------------------------------------- | ||
// | ||
// | ||
// | ||
// ---------------------------------------------------------------- | ||
// :: Copyright & Licencing | ||
// ---------------------------------------------------------------- | ||
// | ||
// GNU General Public License (GPL - http://www.gnu.org/copyleft/gpl.html) | ||
// | ||
|
||
$_lang['pluginname'] = 'Updater'; | ||
$_lang['system_update'] = 'Aktualizacja systemu'; | ||
$_lang["cms_outdated_msg"] = 'System zarządzania treścią jest nieaktualny. Aby zaktualizować system skontaktuj się z twórcą strony. Aktualna wersja'; | ||
$_lang['bkp_before_msg'] = 'Wysoce zalecamy stworzenie kopii bezpieczeństwa przed aktualizacją systemu. Aktualizację przeprowadzasz na własne ryzyko!'; | ||
$_lang['updateButton_txt'] = 'Zaktualizuj do wersji'; | ||
//Error Messages | ||
$_lang['error_curl'] = 'Musisz włączyć funkcję CURL w PHP'; | ||
$_lang['error_zip'] = 'Wymagane jest włączenie ZIP w PHP'; | ||
$_lang['error_openssl'] = 'Musisz włączyć funkcję OpenSSL w PHP'; | ||
$_lang['error_overwrite'] = 'Nie udało się nadpisać plików systemu'; |
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,24 @@ | ||
<?php | ||
// --------------------------------------------------------------- | ||
// :: Updater | ||
// ---------------------------------------------------------------- | ||
// | ||
// | ||
// | ||
// ---------------------------------------------------------------- | ||
// :: Copyright & Licencing | ||
// ---------------------------------------------------------------- | ||
// | ||
// GNU General Public License (GPL - http://www.gnu.org/copyleft/gpl.html) | ||
// | ||
|
||
$_lang['pluginname'] = 'Updater'; | ||
$_lang['system_update'] = 'Обновление системы'; | ||
$_lang["cms_outdated_msg"] = 'Система управления сайтом устарела. Для обновления обратитесь к разработчикам сайта. Актуальная версия'; | ||
$_lang['bkp_before_msg'] = 'Настоятельно рекомендую сделать бекап перед обновлением системы, обновление выполняете на свой страх и риск!!'; | ||
$_lang['updateButton_txt'] = 'Обновить до версии'; | ||
//Error Messages | ||
$_lang['error_curl'] = 'Необходимо включить функцию CURL в PHP'; | ||
$_lang['error_zip'] = 'Необходимо включить функцию ZIP в PHPP'; | ||
$_lang['error_openssl'] = 'Необходимо включить функцию OpenSSL в PHP'; | ||
$_lang['error_overwrite'] = 'Файлы EVO не доступны для перезаписи'; |
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,24 @@ | ||
<?php | ||
// --------------------------------------------------------------- | ||
// :: Updater | ||
// ---------------------------------------------------------------- | ||
// | ||
// | ||
// | ||
// ---------------------------------------------------------------- | ||
// :: Copyright & Licencing | ||
// ---------------------------------------------------------------- | ||
// | ||
// GNU General Public License (GPL - http://www.gnu.org/copyleft/gpl.html) | ||
// | ||
|
||
$_lang['pluginname'] = 'Updater'; | ||
$_lang['system_update'] = 'Обновление системы'; | ||
$_lang["cms_outdated_msg"] = 'Система управления сайтом устарела. Для обновления обратитесь к разработчикам сайта. Актуальная версия'; | ||
$_lang['bkp_before_msg'] = 'Настоятельно рекомендую сделать бекап перед обновлением системы, обновление выполняете на свой страх и риск!!'; | ||
$_lang['updateButton_txt'] = 'Обновить до версии'; | ||
//Error Messages | ||
$_lang['error_curl'] = 'Необходимо включить функцию CURL в PHP'; | ||
$_lang['error_zip'] = 'Необходимо включить функцию ZIP в PHPP'; | ||
$_lang['error_openssl'] = 'Необходимо включить функцию OpenSSL в PHP'; | ||
$_lang['error_overwrite'] = 'Файлы EVO не доступны для перезаписи'; |
Oops, something went wrong.