[EMAIL PROTECTED] írta: > >> Not libgmome-2.0.mo, libgnomeui-2.0.mo, notice the difference. And the >> string is "_Open...", the underscore is important. > > Sorry, was my fault. I added the string with the underscore. I also > added the string to libgnome-2.0.mo because there was still a correct > translation in the amharic libgnomeui-2.0.mo. But nothing changed. Is it > possible, that the problem is in the sourcecode of epiphany?
I don't think so, this particular string appears translated for me. Reading through the thread, my bet is that you forgot to remove the fuzzy marking of the string. Does msgunfmt epiphany.mo | grep -C2 _Open show the missing string, like this: $msgunfmt /usr/share/locale-langpack/hu/LC_MESSAGES/epiphany.mo | grep -C2 _Open msgid "_Open Link" msgstr "Hi_vatkozás megnyitása" msgid "_Open…" msgstr "_Megnyitás…" Regards Gabor Kelemen _______________________________________________ gnome-i18n mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-i18n
