website_jukni/dokuwiki/inc/lang/hu-formal/lang.php
2017-12-29 15:51:59 +01:00

29 lines
1.1 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author Marina Vladi <deldadam@gmail.com>
*/
$lang['encoding'] = 'utf-8';
$lang['direction'] = 'ltr';
$lang['doublequoteopening'] = '„';
$lang['doublequoteclosing'] = '”';
$lang['singlequoteopening'] = '';
$lang['singlequoteclosing'] = '';
$lang['apostrophe'] = '';
$lang['btn_edit'] = 'Oldal módosítása';
$lang['btn_source'] = 'Forrás megtekintése';
$lang['btn_show'] = 'Oldal megtekintése';
$lang['btn_create'] = 'Oldal létrehozása';
$lang['btn_search'] = 'Keresés';
$lang['btn_save'] = 'Mentés';
$lang['btn_preview'] = 'Előnézet';
$lang['btn_top'] = 'Oldal tetejére';
$lang['btn_newer'] = '<< újabb';
$lang['btn_older'] = 'régebbi >>';
$lang['btn_revs'] = 'Korábbi változatok';
$lang['btn_recent'] = 'Legújabb változások';
$lang['btn_upload'] = 'Feltöltés';
$lang['email_signature_text'] = 'Ezt a levelet a DokuWiki generálta
@DOKUWIKIURL@';