diff options
author | M.Gergo | 2018-07-06 11:14:41 +0200 |
---|---|---|
committer | M.Gergo | 2018-07-06 11:14:41 +0200 |
commit | 43de9af71f7f4ca5731b94a06d688ae8412ba427 (patch) | |
tree | 54835de1dfcda504c02da261f0dc26885aed2e89 /mayor-orig/www/lang/jp_JP/date | |
parent | 50310b0e4513ee3fcce67351ae61e8fff851130e (diff) | |
download | mayor-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/jp_JP/date')
-rw-r--r-- | mayor-orig/www/lang/jp_JP/date/names.php | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/mayor-orig/www/lang/jp_JP/date/names.php b/mayor-orig/www/lang/jp_JP/date/names.php new file mode 100644 index 00000000..21297df0 --- /dev/null +++ b/mayor-orig/www/lang/jp_JP/date/names.php @@ -0,0 +1,21 @@ +<?php + define('_MONDAY','月曜日'); + define('_TUESDAY','火曜日'); + define('_WEDNESDAY','水曜日'); + define('_THURSDAY','木曜日'); + define('_FRIDAY','金曜日'); + define('_SATURDAY','土曜日'); + define('_SUNDAY','日曜日'); + define('_JANUARY','1月'); + define('_FEBRUARY','2月'); + define('_MARCH','3月'); + define('_APRIL','4月'); + define('_MAY','5月'); + define('_JUNE','6月'); + define('_JULY','7月'); + define('_AUGUSTUS','8月'); + define('_SEPTEMBER','9月'); + define('_OCTOBER','10月'); + define('_NOVEMBER','11月'); + define('_DECEMBER','12月'); +?> |