btw, the title should be more 'user-friendly', instead of Find, I'd suggest "Search" or "Find text" or whatever... Karel is probably the best placed here to answer... what does the HIG say? :) any opinions ? p.s.: if you think you come up with an issue like that again (where the translation is indeed lower case), just create a 'find2' key... you'll see a lot of keys ending with '2' or '3' already... p.p.s.: The svn blame feature allows you to see who added each lines of a file and on which revision... very usefull when you want to know who wrote a buggy code!!!
KKRT On Sat, 10 Jun 2006 01:50:46 -0400, Youness Alaoui <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED]:~/amsn/lang$ svn blame langen | grep find > 5995 vivia find Find > [CUT] > [EMAIL PROTECTED]:~/amsn/lang$ cd .. > [EMAIL PROTECTED]:~/amsn$ svn log -r 5992:5995 > ------------------------------------------------------------------------ > r5992 | bluetit | 2006-01-31 16:43:01 -0500 (Tue, 31 Jan 2006) | 2 lines > > Small fixes to search > > ------------------------------------------------------------------------ > r5993 | bluetit | 2006-02-01 03:16:18 -0500 (Wed, 01 Feb 2006) | 3 lines > > Added search support to chatwindow > More fixes/improvements to search! > > ------------------------------------------------------------------------ > r5994 | lio_lion | 2006-02-01 08:10:39 -0500 (Wed, 01 Feb 2006) | 2 lines > > faster method for checking if an image exists - saves doing a search > through a list > > ------------------------------------------------------------------------ > r5995 | vivia | 2006-02-01 09:23:48 -0500 (Wed, 01 Feb 2006) | 2 lines > > Added 3 keys: find, findnext, findprev > > ------------------------------------------------------------------------ > > > 'svn blame' is WONDERFULL!!!! :D you should really try it and play with > it... in TortoiseSVN, the GUI makes it even more wonderfull! :) > > btw, Boris.. the key translates to 'Find' with an uppercase... so we're > safe, right ? check my other mail though because you just made amsn > unlaunchable... > > > KKRT > > On Fri, 09 Jun 2006 15:49:40 -0400, Álvaro J. Iradier"" > <[EMAIL PROTECTED]> wrote: > >> Hi, we should use a translation key in here, instead of using a fixed >> string, right? Who did this? >> >> Greets. >> >> ---------- Forwarded message ---------- >> From: Boris Faure (aka billiob) <[EMAIL PROTECTED]> >> Date: Jun 9, 2006 9:36 PM >> Subject: [Amsn-lang] issue with key strings for the same word : find vs >> Find >> To: [EMAIL PROTECTED] >> >> >> In searchdialog.tcl, the title of the window is, for the moment, "Find". >> There is already a key called "find" which translate "find" :D >> What should i do because if i write so code to make the first letter >> in capital, it'll be ugly is some languages ? >> Add an other key ? >> Greets >> -- >> Boris FAURE (aka billiob) >> mail, msn : [EMAIL PROTECTED] >> No trees were killed in the sending of this message. >> However, a large number of electrons were terribly >> agitated. >> >> >> _______________________________________________ >> Amsn-lang mailing list >> [EMAIL PROTECTED] >> https://lists.sourceforge.net/lists/listinfo/amsn-lang >> >> > > > -- KaKaRoTo _______________________________________________ Amsn-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amsn-devel
