Where can i change some text.
I saw the spelling is not correct

Thanks,

Mario

The translations are in the po/ folder (that you can find in the tarball or in git : https://github.com/squentin/gmusicbrowser/tree/master/po) you can use them to generate the .mo file that is installed in /usr/share/locale/XX/LC_MESSAGES/gmusicbrowser.mo where XX is the language code. See the README in the po/ folder. See also this page : http://gmusicbrowser.org/translations.html

You can contact the last translator so that he can include it in a translation update, or else send it to me (with a name and email to be used as commit author) but I'd rather avoid 1-line commits.

Thank you for your help.
I need to study this first.
Do not get it how it comes with usr / share / locale / XX / LC_MESSAGES / gmusicbrowser.mo

Mario

QuoteDo not get it how it comes with usr / share / locale / XX / LC_MESSAGES / gmusicbrowser.mo

I don't understand what you mean. But to clarify, .po files are plain text files made for editing, they are transformed (by msgfmt) into .mo binary files, these .mo files are the files used by the applications.
So you need to edit the de.po file, generate the gmusicbrowser.mo file with it, and replace the one in /usr/share/locale/de/LC_MESSAGES/gmusicbrowser.mo

Lol...very simple i have no experience with this. Its all new for me thats all.
I already try and look around on internet but i see it is not my thing to change it.
It is not a big issue so i leave it then.

I tried again but is to much abacadabra for me. Somebody can help me with this?

1) edit the de.po file, you can get the latest from this link https://raw.github.com/squentin/gmusicbrowser/master/po/de.po
2) type command, from the folder containing de.po :
msgfmt -c -o gmusicbrowser.mo de.po
3) copy gmusicbrowser.mo to  /usr/share/locale/de/LC_MESSAGES/, you need root privileges for this (sudo)

Thanks Quentin Sculo.
I get it. Easy if you know how it works.
I already contact the last translator like you said before.

Thanks again :)

Quote from: Quentin Sculo on April 16, 2013, 20:17:45
1) edit the de.po file, you can get the latest from this link https://raw.github.com/squentin/gmusicbrowser/master/po/de.po
2) type command, from the folder containing de.po :
msgfmt -c -o gmusicbrowser.mo de.po
3) copy gmusicbrowser.mo to  /usr/share/locale/de/LC_MESSAGES/, you need root privileges for this (sudo)

I guess it was the dutch translation... (https://raw.github.com/squentin/gmusicbrowser/master/po/nl.po)

Greetings, staubi

QuoteI guess it was the dutch translation.
Indeed, thanks staubi, I just took a very quick look at the screenshot and wrongly assumed it was german.
So replace all the "de" by "nl" in my instructions.