-
Notifications
You must be signed in to change notification settings - Fork 3
/
update language 1.0 to 1.1.txt
33 lines (26 loc) · 1.67 KB
/
update language 1.0 to 1.1.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
admin.php
define("_AM_TDMCREATE_TABLES_FIELDS_MORE_ELEMENTS","Form : Elements");
define("_AM_TDMCREATE_TABLES_FIELDS_MORE_DISPLAY_ADMIN","Page : Display admin");
define("_AM_TDMCREATE_TABLES_FIELDS_MORE_DISPLAY_USER","Page :Display user");
define("_AM_TDMCREATE_TABLES_FIELDS_MORE_BLOC","Block : Display");
define("_AM_TDMCREATE_TABLES_FIELDS_MORE_MAIN_FIELD","Table : Main Field");
define("_AM_TDMCREATE_TABLES_FIELDS_MORE_SEARCH","Search : Index");
define("_AM_TDMCREATE_TABLES_FIELDS_MORE_REQUIRED","Form : Required field");
define("_AM_TDMCREATE_FORMEDIT","Edit");
define("_AM_TDMCREATE_FORMDEL","Delete");
define("_AM_TDMCREATE_FORMFIELDS","Edit fields");
define("_AM_TDMCREATE_FORM_INFO_TABLE","Information on the table");
define("_AM_TDMCREATE_FORM_INFO_TABLE_FIELD","There are 3 fields added automatically on each tables : table_submitter, table_date_created, table_online");
define("_AM_TDMCREATE_CONST_OK_COMMENTS","Creation files for the coms");
define("_AM_TDMCREATE_CONST_NOTOK_COMMENTS","Problems : Creation files for the coms");
define("_AM_TDMCREATE_TABLES_COMMENTS","Activer les commentaires pour cette table <br><i>Le module peut gerer pour l'instant les coms que sur une table<br>L'option commentaire sera desactivee si vous validez</i>");
modinfo.php
//Menu
define("_MI_TDMCREATE_ADMIN_INDEX","Index");
define("_MI_TDMCREATE_ADMIN_MODULES","Add a module");
define("_MI_TDMCREATE_ADMIN_TABLES","Add a table");
define("_MI_TDMCREATE_ADMIN_CONST","Build the module");
define("_MI_TDMCREATE_ADMIN_ABOUT","Short About");
define("_MI_TDMCREATE_ADMIN_PREFERENCES","Preferences");
define("_MI_TDMCREATE_ADMIN_UPDATE","Update");
define("_MI_TDMCREATE_DESC","Module create of module made by TDM");