summaryrefslogtreecommitdiff
path: root/platform/www/lib/plugins/blog/lang/hu
diff options
context:
space:
mode:
Diffstat (limited to 'platform/www/lib/plugins/blog/lang/hu')
-rw-r--r--platform/www/lib/plugins/blog/lang/hu/lang.php32
-rw-r--r--platform/www/lib/plugins/blog/lang/hu/settings.php29
2 files changed, 61 insertions, 0 deletions
diff --git a/platform/www/lib/plugins/blog/lang/hu/lang.php b/platform/www/lib/plugins/blog/lang/hu/lang.php
new file mode 100644
index 0000000..85f47c4
--- /dev/null
+++ b/platform/www/lib/plugins/blog/lang/hu/lang.php
@@ -0,0 +1,32 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Norbert Csík <norbert.csik@gmail.com>
+ * @author Serenity87HUN <anikototh87@gmail.com>
+ * @author Marina Vladi <deldadam@gmail.com>
+ */
+$lang['blog'] = 'Napló';
+$lang['older'] = 'régi bejegyzések';
+$lang['newer'] = 'új bejegyzések';
+$lang['newentry'] = 'Új bejegyzés:';
+$lang['missing_includeplugin'] = 'Az \'Include Plugin\'-t telepítenünk kell a napló (blog) működéséhez.';
+$lang['missing_pagelistplugin'] = 'A \'Pagelist Plugin\'-t telepítenünk kell az archiválási listák működéséhez.';
+$lang['missing_tagplugin'] = 'A \'Tag Plugin\'-t telepítenünk kell a címkék használatához.';
+$lang['autoarchive'] = '%1$d hozzászólás ehhez: %2$s %3$s';
+$lang['month_01'] = 'Január';
+$lang['month_02'] = 'Február';
+$lang['month_03'] = 'Március';
+$lang['month_04'] = 'Április';
+$lang['month_05'] = 'Május';
+$lang['month_06'] = 'Június';
+$lang['month_07'] = 'Július';
+$lang['month_08'] = 'Augusztus';
+$lang['month_09'] = 'Szeptember';
+$lang['month_10'] = 'Október';
+$lang['month_11'] = 'November';
+$lang['month_12'] = 'December';
+$lang['entries'] = 'bejegyzés';
+$lang['entry'] = 'bejegyzés';
+$lang['archive_title'] = 'Naplótörténet';
diff --git a/platform/www/lib/plugins/blog/lang/hu/settings.php b/platform/www/lib/plugins/blog/lang/hu/settings.php
new file mode 100644
index 0000000..01a0aff
--- /dev/null
+++ b/platform/www/lib/plugins/blog/lang/hu/settings.php
@@ -0,0 +1,29 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Norbert Csík <norbert.csik@gmail.com>
+ * @author Serenity87HUN <anikototh87@gmail.com>
+ * @author Marina Vladi <deldadam@gmail.com>
+ */
+$lang['namespace'] = 'napló alapértelmezett névtere';
+$lang['formposition'] = 'új bejegyzés űrlapjának helye';
+$lang['formposition_o_top'] = 'felül';
+$lang['formposition_o_bottom'] = 'alul';
+$lang['formposition_o_none'] = 'sehol';
+$lang['newentrytitle'] = 'új bejegyzés űrlapcíme';
+$lang['dateprefix'] = 'Dátumelőtag új bejegyzések ID-jéhez';
+$lang['sortkey'] = 'naplóbejegyzések rendezése eszerint';
+$lang['sortkey_o_cdate'] = 'készítés dátuma';
+$lang['sortkey_o_mdate'] = 'módosítás dátuma';
+$lang['sortkey_o_pagename'] = 'oldalnév';
+$lang['sortkey_o_id'] = 'oldalazonosító';
+$lang['sortkey_o_title'] = 'cím';
+$lang['sortorder'] = 'rendezés iránya';
+$lang['sortorder_o_ascending'] = 'növekvő';
+$lang['sortorder_o_descending'] = 'csökkenő';
+$lang['excluded_pages'] = 'bizonyos oldalak kihagyása a blog listázása esetén (regurális kifejezés használata szükséges)';
+$lang['showhistogram'] = 'Grafikon megjelenítése archiváláskor';
+$lang['max_months'] = 'Grafikonon megjelenítendő hónapok max. száma';
+$lang['histogram_height'] = 'Grafikon magassága (pixelben)';