Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit 9770915

Browse files
Serenity87HUNdokuwiki-translate
authored andcommitted
translation update
1 parent f102f74 commit 9770915

File tree

2 files changed

+43
-16
lines changed

2 files changed

+43
-16
lines changed

lang/hu/lang.php

Lines changed: 22 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,27 @@
11
<?php
2+
23
/**
3-
* Hungarian language file
4-
*
54
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
5+
*
66
* @author Norbert Csík <[email protected]>
7+
* @author Serenity87HUN <[email protected]>
78
*/
8-
9-
// custom language strings for the plugin
10-
$lang['older'] = 'régi bejegyzések';
11-
$lang['newer'] = 'új bejegyzések';
12-
$lang['newentry'] = 'Új bejegyzés:';
13-
14-
//Setup VIM: ex: et ts=2 enc=utf-8 :
9+
$lang['blog'] = 'Blog';
10+
$lang['older'] = 'régi bejegyzések';
11+
$lang['newer'] = 'új bejegyzések';
12+
$lang['newentry'] = 'Új bejegyzés:';
13+
$lang['month_01'] = 'Január';
14+
$lang['month_02'] = 'Február';
15+
$lang['month_03'] = 'Március';
16+
$lang['month_04'] = 'Április';
17+
$lang['month_05'] = 'Május';
18+
$lang['month_06'] = 'Június';
19+
$lang['month_07'] = 'Július';
20+
$lang['month_08'] = 'Augusztus';
21+
$lang['month_09'] = 'Szeptember';
22+
$lang['month_10'] = 'Október';
23+
$lang['month_11'] = 'November';
24+
$lang['month_12'] = 'December';
25+
$lang['entries'] = 'bejegyzések';
26+
$lang['entry'] = 'bejegyzés';
27+
$lang['archive_title'] = 'Blog története';

lang/hu/settings.php

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,26 @@
11
<?php
2+
23
/**
3-
* Hungarian language file
4-
*
54
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
5+
*
66
* @author Norbert Csík <[email protected]>
7+
* @author Serenity87HUN <[email protected]>
78
*/
8-
9-
// for the configuration manager
10-
$lang['namespace'] = 'blog alapértelmezett névtere';
11-
12-
//Setup VIM: ex: et ts=2 enc=utf-8 :
9+
$lang['namespace'] = 'blog alapértelmezett névtere';
10+
$lang['formposition'] = 'új bejegyzés űrlapjának helye';
11+
$lang['formposition_o_top'] = 'felül';
12+
$lang['formposition_o_bottom'] = 'alul';
13+
$lang['formposition_o_none'] = 'sehol';
14+
$lang['newentrytitle'] = 'új bejegyzés címének űrlapja';
15+
$lang['sortkey'] = 'bejegyzések rendezésének feltétele';
16+
$lang['sortkey_o_cdate'] = 'készítési dátum';
17+
$lang['sortkey_o_mdate'] = 'módosítási dátum';
18+
$lang['sortkey_o_pagename'] = 'oldal neve';
19+
$lang['sortkey_o_id'] = 'oldal azonosítója';
20+
$lang['sortkey_o_title'] = 'cím';
21+
$lang['sortorder'] = 'rendezés';
22+
$lang['sortorder_o_ascending'] = 'növekvő';
23+
$lang['sortorder_o_descending'] = 'csökkenő';
24+
$lang['excluded_pages'] = 'bizonyos oldalak kihagyása a blog listázása esetén (regurális kifejezés használata szükséges)';
25+
$lang['max_months'] = 'Histogram-on szereplő hónapok maximális száma';
26+
$lang['histogram_height'] = 'Histogram magassága (pixel)';

0 commit comments

Comments
 (0)