| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/hu/messages.inc | |
| | | | | |
| | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Translator: Ervin Hegedüs <airween@damson.hu> | |
| | | +-----------------------------------------------------------------------+ |
| | | | Translation updated by rezso <rezso@rezso.net> on 2006-09-19 | |
| | | | Translation updated by PtY <peti@tuxwiki.hu> on 2007-01-05 | |
| | | | Author: PtY <peti@tuxwiki.hu> on 2007-01-05 | |
| | | | rezso <rezso@rezso.net> on 2006-09-19 | |
| | | | Ervin Hegedüs <airween@damson.hu> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id$ |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | |
| | | $labels['quicksearch'] = 'Gyorskeresés'; |
| | | $labels['resetsearch'] = 'Alapállapot'; |
| | | |
| | | |
| | | // message compose |
| | | $labels['compose'] = 'Üzenet létrehozása'; |
| | | $labels['savemessage'] = 'Vázlat mentése'; |
| | |
| | | $labels['previouspage'] = 'Előző lap'; |
| | | $labels['nextpage'] = 'Következő lap'; |
| | | |
| | | |
| | | // LDAP search |
| | | $labels['ldapsearch'] = 'Keresés LDAP címtárban'; |
| | | |
| | |
| | | $labels['ldappublicsearchfield'] = 'Keresés:'; |
| | | $labels['ldappublicsearchform'] = 'Kapcsolat keresése'; |
| | | $labels['ldappublicsearch'] = 'Keresés'; |
| | | |
| | | |
| | | // settings |
| | | $labels['settingsfor'] = 'Beállítás'; |
| | |
| | | $labels['sortasc'] = 'növekvő'; |
| | | $labels['sortdesc'] = 'csökkenő'; |
| | | |
| | | ?> |
| | | ?> |