Re: [Jabref-devel] Translation: Problem with string

2008-08-29 Thread Dominik Waßenhoven
Morten Omholt Alver schrieb: > 2008/8/29 Dominik Waßenhoven <[EMAIL PROTECTED]> > >> Morten Omholt Alver schrieb: >> >> Dominik, >>> I think using a backslash before the equals sign should work: >>> >>> Run_Fetcher,_e.g._"--fetch\=Medline\:cancer" >>> >> Both in the key and the translations? >>

Re: [Jabref-devel] Translation: Problem with string

2008-08-29 Thread Morten Omholt Alver
2008/8/29 Dominik Waßenhoven <[EMAIL PROTECTED]> > Morten Omholt Alver schrieb: > > Dominik, >> >> I think using a backslash before the equals sign should work: >> >> Run_Fetcher,_e.g._"--fetch\=Medline\:cancer" >> > > Both in the key and the translations? > It's not needed in the translation, j

Re: [Jabref-devel] Translation: Problem with string

2008-08-29 Thread Dominik Waßenhoven
Morten Omholt Alver schrieb: > Dominik, > > I think using a backslash before the equals sign should work: > > Run_Fetcher,_e.g._"--fetch\=Medline\:cancer" Both in the key and the translations? - This SF.Net email is sponso

Re: [Jabref-devel] Translation: Problem with string

2008-08-29 Thread Morten Omholt Alver
Dominik, I think using a backslash before the equals sign should work: Run_Fetcher,_e.g._"--fetch\=Medline\:cancer" -- Morten 2008/8/29 Dominik Waßenhoven <[EMAIL PROTECTED]> > Dear all, > > I think there is a problem in the translation files. The string > > Run_Fetcher,_e.g._"--fetch=Med

[Jabref-devel] Translation: Problem with string

2008-08-29 Thread Dominik Waßenhoven
Dear all, I think there is a problem in the translation files. The string Run_Fetcher,_e.g._"--fetch=Medline\:cancer" has an equal sign, but normally the translation has to be after the equal sign. Thus, 'Medline\:cancer"' is interpreted as translation. I don't know, where and how to solve