summaryrefslogtreecommitdiff
path: root/platform/www/lib/plugins/blog/lang/hu/settings.php
diff options
context:
space:
mode:
authorYaco <franco@reevo.org>2022-03-19 15:09:45 +0000
committerYaco <franco@reevo.org>2022-03-19 15:09:45 +0000
commitbbf56876ca1564597bd859691ca698a7d2851387 (patch)
tree4c779d76b86b8da583a63654a70da1b2df12f0ef /platform/www/lib/plugins/blog/lang/hu/settings.php
parent435085ad710450bed7890f28a9cc9d3bb2e7fd72 (diff)
add plugins blog, pagelist and tag
Diffstat (limited to 'platform/www/lib/plugins/blog/lang/hu/settings.php')
-rw-r--r--platform/www/lib/plugins/blog/lang/hu/settings.php29
1 files changed, 29 insertions, 0 deletions
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)';