I mean….a little note under localization in the “readme” about how to change language and in which file it is contained would really help ;o)
This should work automatically, are you sure you configured WP to your language?
Hi there
I installed WordPress in german and my gallery sais “Image x of x” instead of “Bild x von x”.
If you figure out how to change this, I’m interested too 🙂
Cheers
Dominik
I got mine working by using info here which says to change the language in config.php
http://codex.ww.wp.xz.cn/Installing_WordPress_in_Your_Language
All the German image files are already included in:
../lightbox-gallery/images/de_DE
albeit badly made :o(
There already was de_De:
define(‘WPLANG’, ‘de_DE’);
But it shows as “Image ….”
There already was de_De:
define(‘WPLANG’, ‘de_DE’);
But it shows as “Image ….”
same for me. My language is correctly set to ‘de_DE’
but I keep seeing “Image x of x”. Also I can’t find the place where this phrase is in the englisch .po file..?!
Any one solved it?
hello und hallo 🙂
ich habe das selbe Problem, konnte es schon jemand lösen?
i’m having the same problem, was anyone able to solve it yet?
I am facing the same problem. My WP language is pt_BR
Solutions:
PREV/NEXT/CLOSE-Labels/Graphics:
You have to actively replace the standard-images in /wp-content/plugins/lightbox-gallery/images/ with the ones e.g. supplied in the subfolder “de_DE” or your own images.
“Image x of x”-Phrase:
It seems as if this is not covered by the standard-language-files.
Instead, go here:
/wp-content/plugins/lightbox-gallery/js/jquery.lightbox.js
Line 38 (“Configuration related to texts in caption”) and alter it the way you want it to appear:
// Configuration related to texts in caption. For example: Image 2 of 8. You can alter either “Image” and “of” texts.
txtImage: ‘Bild’, // (string) Specify text “Image”
txtOf: ‘von’, // (string) Specify text “of”
Hope this helps.
Nice solution, janwin.
It worked for me, my problem was changing “image” and “of” to “Imagem” and “de” – language pt_BR. Thank you very much!