Hi, Many thanks for this gallery script, after several years with other scripts I have recently moved my gallery (www.galerie-obrazy.cz) using this one.
For many daysI have been digging around here for some particular info, I finally gave up as I could not find what' am looking for.
=========
I want to ad some extra text in the menu /sidebar (-it wont be stored on the DB)
e.g.: ''links' -that is linked to my link exchange folder/sub domain and I need the language to switch according:
What have I done trying to achieve that?! I opened the zenphoto.po file and added my custom text.
msgid "Links"
msgstr "Lien",
and the at the desired place in my theme,
Any help on how to do that properly would be much appreciated
Once again a million thanks for the script.
Please read http://www.zenphoto.org/2008/05/translating-tutorial/ for info about how translations work.
Note that there is no current Czech translation.
Hello, I am sorry if I am bothering a bit
I am using a custom theme on http://www.galerie-obrazy.cz
I will try make myself a little clearer.
In the sidebar menu, I want to add my own 'custom text'
example: for Links french = 'lien' gr='whateveitis'
I have added all custom text in the proper file zenphoto.po
in my theme I tried to use gettext('Links');
---unfortunately things does not work
the language translation does not change, when I select other lang, as it seems I am doing it totaly wrong.
Now you are contradicting your own statement. Again, please read the translation tutorial. You have to update all translation files with your additional strings to get this to work.
Quote:I have added all custom text in the proper file zenphoto.po
in my theme I tried to use gettext('Links');
So then you have surely followed the instructions for separate theme translations as described on the already mentiond tutorial.