summaryrefslogtreecommitdiff
path: root/platform/www/lib/plugins/blog/lang/hu/lang.php
diff options
context:
space:
mode:
Diffstat (limited to 'platform/www/lib/plugins/blog/lang/hu/lang.php')
-rw-r--r--platform/www/lib/plugins/blog/lang/hu/lang.php32
1 files changed, 32 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';