Re: Re: The "System" menu (and others‚

2005-09-01 Thread Yavor Doganov
On Thu, 01 Sep 2005 18:17:31 +0930, Clytie Siddall wrote: > Thanks, Yavor: my text editor greps the strings for me, but the > trouble is, some strings can occur in multiple places and/or in That's exactly what I'm talking about: [EMAIL PROTECTED]:~/projects/fsa/gtp$ grep -R "Вътрешна грешка"

Re: The "System" menu (and others‚

2005-09-01 Thread Clytie Siddall
On 30/08/2005, at 7:12 PM, Yavor Doganov wrote: I'm using grep for this, quite effectively. For example, if you are sure that this string is from /desktop: $ grep "string to be found" * | less Or if you want to search recursively use the -R option. This assumes that you keep all your trans

Re: Re: The "System" menu (and others‚

2005-08-30 Thread Yavor Doganov
On Tue, 30 Aug 2005 13:44:31 +0930, Clytie Siddall wrote: > if a user from my community writes in to say a particular string > isn't working, or suggests translating it differently for contextual > reasons, how do I find that string in my legion of PO files? I'm using grep for this, quite eff

Re: The "System" menu (and others‚

2005-08-29 Thread Clytie Siddall
On 30/08/2005, at 10:31 AM, Арангел Ангов wrote: Where do I find and translate the string for the "System" menu on the upper GNOME panel? This reminds me to ask about something I've found difficult: if a user from my community writes in to say a particular string isn't working, or sugges