Hallo Admin,
I am trying to add Messages to the language files, which ones must I change when using templates?
in phprunner\lang or phprunner\source\
I have tried updating the english.lng lang files for example with the following data
<message tag="MAINMENU"]="Mainmenu";
<message tag="MASTERDATA"]="Masterdata";
<message tag="BASISDATA"]="Basisdata";
<message tag="MASTERDATA"]="Masterdata";
<message tag="ARTICLEDATA"]="Articledata";
<message tag="CUSTOMERDATA"]="Customerdata";
<message tag="SUPPLIERDATA"]="Supplierdata";
<message tag="WAREHOUSEDATA"]="Warehousedata";
<message tag="DETAILS"]="Details";
<message tag="PRODUCT"]="Product";
<message tag="COMPLETE"]="Complete";
<message tag="English"]["LIST"]="List";
<message tag="VAT"]="VAT";
<message tag="TEXTMODULES"]="Textmodules";
<message tag="BANKCODE"]="Bankcode";
<message tag="EFFECTUATION"]="Effectuation";
<message tag="CATEGORY"]="Category";
<message tag="MATERIAL"]="Material";
<message tag="PRODUCT"]="Product";
<message tag="DESIGN"]="Design";
<message tag="CASHDESK"]="cash desk";
<message tag="WORKORDER"]="Workorder";
<message tag="DELIVERYORDER"]="delivery order";
<message tag="USERADMINISTRATION"]="user administration";
<message tag="SYSTEMSETTINGS"]="system settings";
<message tag="SYSTEM"]="system";
<message tag="HELP"]="Help";
<message tag="FAQS"]="FAQ´s";
<message tag="GENERALTERMSOFBUSINESS"]="GENERALTERMSOFBUSINESS";
<message tag="DIVERSES"]="diverses";
<message tag="DATABASE"]="database";
<message tag="MAINTAINANCE"]="maintainance";
<message tag="REORGANISATION"]="Reorg";
<message tag="INDEX"]="index";
<message tag="FAQS"]="FAQ´s";
<message tag="GOODS"]="Goods";
<message tag="ENTRIES"]="entries";
<message tag="EXITS"]="exits";
<message tag="JOURNAL"]="Journal";
<message tag="INVENTUR"]="inventur";
however none of them appear in the languages file after building my project they are ignored see below
$mlang_messages["English"]["PASSWORD"]="Password";
$mlang_messages["English"]["NEXT_MONTH"]="next month";
$mlang_messages["English"]["LONG_BINARY"]="LONG BINARY DATA - CANNOT BE DISPLAYED";
$mlang_messages["English"]["FIELDS_CC"]="The Following fields must be valid Credit Card Numbers";
$mlang_messages["English"]["EQUALS"]="Equals";
$mlang_messages["French"]=array();
$mlang_charsets["French"]="Windows-1252";
$mlang_messages["French"]["USER_NOREG2"]="n'est pas enregistre.";
Is it possible to update the languages automatically when using templates or must they be changed by hand after each build??
Thanks in advance
Robert