aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/www/lang/jp_JP/date
diff options
context:
space:
mode:
authorM.Gergo2019-03-08 21:20:34 +0100
committerM.Gergo2019-03-08 21:20:34 +0100
commitf51c9ed2abe5c68211bb3736be5f70b1fe2c9ec0 (patch)
treee13e60e4b94a3b58f1e2bfbe271102c8f04b67bd /mayor-orig/www/lang/jp_JP/date
parentc76a004b0135786f2742283f8d5f917106f58bd8 (diff)
downloadmayor-f51c9ed2abe5c68211bb3736be5f70b1fe2c9ec0.tar.gz
mayor-f51c9ed2abe5c68211bb3736be5f70b1fe2c9ec0.zip
további rendrakás
Diffstat (limited to 'mayor-orig/www/lang/jp_JP/date')
-rw-r--r--mayor-orig/www/lang/jp_JP/date/names.php21
1 files changed, 0 insertions, 21 deletions
diff --git a/mayor-orig/www/lang/jp_JP/date/names.php b/mayor-orig/www/lang/jp_JP/date/names.php
deleted file mode 100644
index 21297df0..00000000
--- a/mayor-orig/www/lang/jp_JP/date/names.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?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月');
-?>