1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-18 05:09:05 +01:00

Update e107_languages/english/admin/lan_db.php

Add new pharses
This commit is contained in:
Gábor 2016-09-14 12:05:40 +02:00 committed by GitHub
parent 3e08124629
commit be083804f7

View File

@ -130,4 +130,13 @@ define("DBLAN_109", "Copied:");
define("DBLAN_110", "Couldn't copy:");
define("DBLAN_111", "Tables appear to be okay!");
define("DBLAN_112", "Sync with Github");
define("DBLAN_113", "Overwrite Files");
define("DBLAN_114", "Developer Mode Only");
define("DBLAN_115", "Overwrite local files with the latest from github.");
define("DBLAN_116", "This will download the latest .zip file from github to");
define("DBLAN_117", "and then unzip it, overwriting any existing files that it finds on your server. It will take into account any custom folders you may have set in e107_config.php.");
define("DBLAN_118", "Couldn't download .zip file");
define("DBLAN_119", "Backup");
define("DBLAN_120", "Starting backup....");
?>