aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/www/lang/hu_HU/date
diff options
context:
space:
mode:
authorM.Gergo2018-07-06 11:14:41 +0200
committerM.Gergo2018-07-06 11:14:41 +0200
commit43de9af71f7f4ca5731b94a06d688ae8412ba427 (patch)
tree54835de1dfcda504c02da261f0dc26885aed2e89 /mayor-orig/www/lang/hu_HU/date
parent50310b0e4513ee3fcce67351ae61e8fff851130e (diff)
downloadmayor-43de9af71f7f4ca5731b94a06d688ae8412ba427.tar.gz
mayor-43de9af71f7f4ca5731b94a06d688ae8412ba427.zip
2018/Feb/28 -i állapot hozzáadva, mint a módosítások kiindulási állapota
Diffstat (limited to 'mayor-orig/www/lang/hu_HU/date')
-rw-r--r--mayor-orig/www/lang/hu_HU/date/names.php29
1 files changed, 29 insertions, 0 deletions
diff --git a/mayor-orig/www/lang/hu_HU/date/names.php b/mayor-orig/www/lang/hu_HU/date/names.php
new file mode 100644
index 00000000..093d70de
--- /dev/null
+++ b/mayor-orig/www/lang/hu_HU/date/names.php
@@ -0,0 +1,29 @@
+<?php
+/*
+ Module: naplo
+ File: names.php
+ Nyelv: hu_HU (magyar)
+*/
+
+ define('_MONDAY','Hétfő');
+ define('_TUESDAY','Kedd');
+ define('_WEDNESDAY','Szerda');
+ define('_THURSDAY','Csütörtök');
+ define('_FRIDAY','Péntek');
+ define('_SATURDAY','Szombat');
+ define('_SUNDAY','Vasárnap');
+
+ define('_JANUARY','Január');
+ define('_FEBRUARY','Február');
+ define('_MARCH','Március');
+ define('_APRIL','Április');
+ define('_MAY','Május');
+ define('_JUNE','Június');
+ define('_JULY','Július');
+ define('_AUGUSTUS','Augusztus');
+ define('_SEPTEMBER','Szeptember');
+ define('_OCTOBER','Október');
+ define('_NOVEMBER','November');
+ define('_DECEMBER','December');
+
+?>