Hi, why are we using five new messages, for example __('SELECT *') ? These are untranslatable keywords.
Hi,
My opinion is that these messages in the buttons are representing the sql query keywords, which have to be as same in languages. There is no point of translating these keywords.
Its just my opinion.
thank you
On Sat, Apr 10, 2010 at 7:23 PM, Marc Delisle marc@infomarc.info wrote:
Hi, why are we using five new messages, for example __('SELECT *') ? These are untranslatable keywords.
-- Marc Delisle http://infomarc.info
Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Hi
Dne Sat, 10 Apr 2010 09:53:40 -0400 Marc Delisle marc@infomarc.info napsal(a):
why are we using five new messages, for example __('SELECT *') ? These are untranslatable keywords.
Well in original patch they were rather 'Select', 'Select all', 'Update', ... But after looking at it again I found it too confusing (eg. man could expect to 'Select all' to select all content of text area) so I changed them to show the SQL which will be generated, while keeping gettext calls. You're right that it probably doesn't make sense to translate those, will fix this.