Hi guys! Long time, no see...
My v1.24.2 ZM installation has been working flawlessly so far. It was time to change hardware lately, so I reinstalled everything from scratch to the newest v1.25.0. Brilliant work - thanks to all of you.
I make my contribution by updating the Hungarian translation to v1.25.0. Please download it, and add it to the latest main trunk.
Regards,
Robi
Hungarian Translation
Re: Hungarian Translation
v1.25.0 + Ubuntu Linux 12.04 Server
-
- Posts: 260
- Joined: Tue Aug 21, 2007 1:42 pm
- Location: Baltimore, MD
Re: Hungarian Translation
Thanks for submitting this - it has been merged into release-1.26 (commits cacf77a1832e327b73d78612c4c584fc4631d3d5 and 4d6b9f7276b3e905f4e6a4899c6c54f76612a074)
Idling as gnulnx in #zoneminder on freenode. Come say hi!
Re: Hungarian Translation
To enable correct Hungarian locales, make sure to install hu_HU locale on your system.
On Ubuntu 12.04 do it like this:
locale -a
- to see what's installed
cat /usr/share/i18n/SUPPORTED | grep hu
- to check the possibility of installation
sudo locale-gen hu_HU
sudo locale-gen hu_HU.utf8
- to install
sudo service apache2 restart
- to make PHP aware of it
That's it.
On Ubuntu 12.04 do it like this:
locale -a
- to see what's installed
cat /usr/share/i18n/SUPPORTED | grep hu
- to check the possibility of installation
sudo locale-gen hu_HU
sudo locale-gen hu_HU.utf8
- to install
sudo service apache2 restart
- to make PHP aware of it
That's it.
v1.25.0 + Ubuntu Linux 12.04 Server