1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 14:17:49 +02:00

Create English_admin.php

This commit is contained in:
Gábor
2017-02-18 15:37:21 +01:00
committed by GitHub
parent 07ee77dc7d
commit f3db9541a4

View File

@@ -0,0 +1,17 @@
<?php
/*
+---------------------------------------------------------------+
| e107 website content management system English Language File
| Released under the terms and conditions of the
| GNU General Public License (http://gnu.org).
| Last Modified: 2017/02/18 11:38:44
|
| $Author: Yesszus $
+---------------------------------------------------------------+
*/
define("ADtinymce4_LAN_1", "Paste as text by default");
define("ADtinymce4_LAN_2", "Browser spellcheck");
define("ADtinymce4_LAN_3", "Enable this if the browser internal spellchecker should be used.");
define("ADtinymce4_LAN_4", "Visual Blocks");
define("ADtinymce4_LAN_5", "Enable to make html blocks visible during editing.");
?>