mirror of
https://github.com/e107inc/e107.git
synced 2025-08-20 13:21:54 +02:00
PHP 7.3 Notice/Warning Fixes.
This commit is contained in:
@@ -564,3 +564,5 @@ define("LAN_SUCC_RECALCULATE_COMMENT_COUNT", "Comment count successfully recalcu
|
||||
define("LAN_NO_RESULTS_FOUND", "No Results Found.");
|
||||
|
||||
define("LAN_UI_DROPZONE_DROP_FILES", "Drop files here to upload");
|
||||
|
||||
define("LAN_DOWNLOAD_COMPLETE", "Download Complete!");
|
||||
|
@@ -271,8 +271,7 @@ define ("EPL_ADLAN_229","Refresh");
|
||||
define ("EPL_ADLAN_230", "Downloading and Installing: ");
|
||||
define ("EPL_ADLAN_231", "Remove icons from Media-Manager");
|
||||
define ("EPL_ADLAN_232", "Create Files");
|
||||
define ("TPVLAN_81", "Downloading...");
|
||||
define ("TPVLAN_82", "Download Complete!");
|
||||
|
||||
define ("EPL_ADLAN_233", "Adding Link:");
|
||||
define ("EPL_ADLAN_234", "Removing Link:");
|
||||
define ("EPL_ADLAN_235", "Automated download not possible.");
|
||||
|
@@ -5,7 +5,7 @@
|
||||
* Theme manager language file
|
||||
*/
|
||||
|
||||
define("TPVLAN_1", "You are looking at a preview of the <b>'".PREVIEWTHEMENAME."'</b> theme. It has not been set as the main theme for your site, it has been activated to provide a preview of how the theme looks.<br />To set this theme as your site theme, <a href='".e_ADMIN."theme.php?choose'>return to your theme manager</a> and select 'Set As Site Theme'.<br />To preview more themes please <a href='".e_ADMIN."theme.php'>click here</a>");
|
||||
define("TPVLAN_1", "You are looking at a preview of the <b>{PREVIEWTHEMENAME}</b> theme. It has not been set as the main theme for your site, it has been activated to provide a preview of how the theme looks.<br />To set this theme as your site theme, <a href='{e_ADMIN}theme.php?choose'>return to your theme manager</a> and select 'Set As Site Theme'.<br />To preview more themes please <a href='{e_ADMIN}theme.php'>click here</a>");
|
||||
define("TPVLAN_2", "Theme Preview");
|
||||
define("TPVLAN_3", "Site theme changed.");
|
||||
//define("TPVLAN_4", "Author");//LAN_AUTHOR
|
||||
@@ -114,8 +114,7 @@ define("TPVLAN_CONV_15", "Give this stylesheet a name");
|
||||
define("TPVLAN_CONV_16", "URL to a live-demo of this theme.");
|
||||
|
||||
//marketplace
|
||||
define("TPVLAN_81","Downloading...");
|
||||
define("TPVLAN_82","Download Complete!");
|
||||
|
||||
define("TPVLAN_83","Automated download not possible!");
|
||||
define("TPVLAN_84","[Please Download Manually]");
|
||||
define("TPVLAN_85","Connecting...");
|
||||
|
Reference in New Issue
Block a user