From: Alessio B. <al...@al...> - 2001-10-18 09:16:25
|
Hi, I'm in the process of translating Slash and one of the things that wasn't doable in Bender was translating also the action names that appear on buttons (acs submitted a patch that didn't enter the codebase, I believe). In Fry this problem seems to be addressed, but there are differences in different areas of the code: <INPUT TYPE="SUBMIT" VALUE="Save"> <INPUT TYPE="HIDDEN" NAME="op" VALUE="save"> looks safe to translate in the first line, because I suppose the script relies on the value of 'op'. Other piece of code: <INPUT TYPE="SUBMIT" NAME="op" VALUE="Update"> <INPUT TYPE="SUBMIT" NAME="op" VALUE="GenQuickies"> looks unsafe to me - and maybe should be reported as a bug. (this comes from slashcode/templates/subEdAdmin;submit;default but there are a ton) Am I right? -- Alessio F. Bragadini al...@al... APL Financial Services http://village.albourne.com Nicosia, Cyprus phone: +357-2-755750 "It is more complicated than you think" -- The Eighth Networking Truth from RFC 1925 |