Hi Lars, this looks familiar, I think I described the problem for line breaks in bug 4883 that you now encounter with the escaped quotes: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4883 I think the answer to that is that we should not be using escape characters in translatable strings like this and need to fix it in the templates. What you could do for now is translate those strings without using \ at all, by rephrasing or using single quotes. Hope this helps, Katrin
-----Original Message----- From: koha-translate-bounces@lists.koha-community.org [mailto:koha- translate-bounces@lists.koha-community.org] On Behalf Of Lars J. Helbo Sent: Wednesday, May 29, 2013 5:55 PM To: Koha-org - Translate list Subject: [Koha-translate] Error in english po-files
Hi,
While testing the Danish language files I just found another bug, but in this case the cause is in the original english files. So probably it is an issue for all languages?
In the original english texts (staff-client 3.12) you will find this line.
No quotes available. Please use the \\"Add quote\\" button to add a quote.
The double backslashes are wrong. I had translated this to:
Ingen citater tilgængelige. Brug knappen \\"Tilføj citat\\" for at tilføje et citat.
But that way the quotes tool does not work. Now i have changed it to:
Ingen citater tilgængelige. Brug knappen \"Tilføj citat\" for at tilføje et citat.
and everything is fine. The error is found in Koha 3.10 and 3.12. -- Venlig hilsen Lars J. Helbo Borgergade 44, Sall DK-8450 Hammel tlf+fax: (+45) 8696 9315 lars@helbo.org www.helbo.org _______________________________________________ Koha-translate mailing list Koha-translate@lists.koha-community.org http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-translate website: www.koha-community.org git: git.koha-community.org bugs: bugs.koha-community.org