From: skaill <sk...@ro...> - 2004-10-12 13:28:59
|
Here's Prices.php... Not sure I did this line correct. One reason is I can't find that it is ever actually used anywhere. It calls the same script, however, that script never tests the submit button named NewPart... echo _('Pricing for part') . ':<input type=text name="Item" maxsize=22 value="' . $Item . '" maxlength=20><INPUT TYPE=SUBMIT NAME=NewPart Value="' . _('Review Prices') . '">'; Phil, it may be a good idea in the instructions for proper coding to state to put everything in single quotes with variables concatenated? Possibly an example of an "array" variable having single quotes such as $myrow["CurrAbrev"] >>>>>> $myrow['CurrAbrev'] That will help translating new code in the future as well as keeping everything in one standard coding style. Steve ----- Original Message ----- From: "Phil Daintree" <we...@pa...> To: <web...@li...> Sent: Monday, October 11, 2004 4:03 PM Subject: Re: [Web-erp-developers] Gettextification new scripts Steve > Steve, > > Man you are hungry for this stuff!! > > Prices.php Steve > Prices_Customer.php Steve > PurchData.php > ReverseGRN.php > SalesAnalReptCols.php - this one has the english field names stored in the db > with the english string which needs translation inside functions. you'll > figure it out. > > Phil > > > On Monday 11 October 2004 08:13, skaill wrote: > > How about some more. Let's get this done so we can move on ;) > > > > Steve > > > > ----- Original Message ----- > > From: "Daintrees" <p.d...@pa...> > > To: <web...@li...> > > Sent: Sunday, October 10, 2004 3:00 PM > > Subject: Re: [Web-erp-developers] Gettextification new scripts Steve > > > > > This is a parameter passed with the call to the page - it should not be > > > translated. > > > > > > You certainly got through these quickly. Put me to shame! > > > Will try to commit them tonight. > > > > ------------------------------------------------------- > This SF.net email is sponsored by: IT Product Guide on ITManagersJournal > Use IT products in your business? Tell us what you think of them. Give us > Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more > http://productguide.itmanagersjournal.com/guidepromo.tmpl > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers |