|
From: Jim H. <jim...@us...> - 2005-08-19 09:51:53
|
Update of /cvsroot/pn-commerce/pn-commerce/pnlang/deu In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12614/pnlang/deu Modified Files: global.php Log Message: I added a missing define. I do not know if I have the exact wording for the define. Will whoever created the define please check this and correct my definition of it?? Index: global.php =================================================================== RCS file: /cvsroot/pn-commerce/pn-commerce/pnlang/deu/global.php,v retrieving revision 1.185 retrieving revision 1.186 diff -C2 -d -r1.185 -r1.186 *** global.php 12 Jul 2005 18:02:46 -0000 1.185 --- global.php 19 Aug 2005 09:51:43 -0000 1.186 *************** *** 35,38 **** --- 35,39 ---- // neu + define("_PNC_VATINCLUDED", "VAT Included"); define("_PNC_INVALIDTEMPLATEFILE", "Vorlagendatei existiert nicht oder ist nicht lesbar"); define("_PNC_NEWTEMPLATEFILENAME", "Dateiname der Vorlage"); |