Hi!
Installed zenphoto version 1.2.3 [3427]
Switch languages in the "Admin - Options - Gallery configuration - Language" to any other (Italian, French). In the gallery language switches and displays fine, but the admin panel is ONLY in English.
When installing -
PHP gettext () support - OK
PHP mbstring package - OK
How can I see other (non-English language) in admin panel?
I'm using the default theme.
Non-English language does not appear even when you run setup.php
This is not a problem of mysql?
Incorrect setting of the site?
Same problem was there
http://www.zenphoto.org/support/topic.php?id=4783#post-28129
There are only a few sources of language not working.
gettext() support is missing as reported by setup
locale functionality does not work on your server. I believe this is also reported by setup.
You have used HTTP Select language set and your browser is reporting the wrong language preference
Http Accept Languages:
Key code coef morecode fullcode
1.0-ru ru 1.0 ru
0.7-en en 0.7 us en_us
0.3-en en 0.3 en
Switches use sessions or cookies - the same result.
to [b]sbillard[/b]
function gettext() is supported by my server :
Now set "HTTP Accept Language". No errors and changes.
Сheck in FireFox and MSIE.
On another server without the support of gettext () and utf-8 in mysql. Everything is working almost perfectly in versions 1.2.1, 1.2.2, 1.2.3
See http://www.aroundspb.ru/tmp/zen.jpg
While I can not understand the difference in the settings of these two servers.
The bit you do not understand tells you that your browser prevers (in prioirty order) Russian, US English, then any English. We do not have a Russian translation of Zenphoto, so the only language to be selected by HTTP Accept Languages is English. Likewise, if you have downloaded the Russian translation from the TRAC you need to understand that it is completely out of date, so very little of Zenphoto will be translated.
Perhaps you would be willing to make the Russian translation? If so, please see http://www.zenphoto.org/support/topic.php?id=3184
Russian translation Zenphoto performed at 53% for the version 1.2.1 (works in version 1.2.2).
Link to the page author's translation: http://www.1nc.ru/blog/2008/11/russkiy-perevod-zenphoto-121-53/
I want to work with version 1.2.3. In this version there is no excess additions (for me), and it fits well with the capabilities of my hosting.
Http Accept Languages:
Key code coef morecode fullcode
1.0-ru ru 1.0 ru
0.7-en en 0.7 us en_us
0.3-en en 0.3 en
I understand that the problem of my bugs to another site because of the lack of "Supported locales: ru_RU.UTF-8"?
Well, the problem seems to be on your server with the supported locale. Not sure if we can help with that at all. I am not a server expert. You think you will need to talk with your provider again about that.
Please also note that we actually can't actively support older versions anymore due to lacking resources (we are a very small team). Please consider to install the current release. A lot of things change with each version.
After a short delay - write about resolving the problem:
My hosting made additional settings on the server, and the script list_locales.php now gives the correct parameters:
...
ru_RU.CP1251 ru_RU.CP866 ru_RU.ISO8859-5 ru_RU.KOI8-R ru_RU.UTF-8
...
And now the localization in Russian began to work normally and in the gallery and in the admin panel (localized 53% of the sentences, but this is enough to understand the main features of the interface)
Thank you!