aboutsummaryrefslogtreecommitdiffstats
path: root/languages/japanese.inc.php
diff options
context:
space:
mode:
authorjwangen <jwangen>2002-10-04 02:32:28 +0000
committerjwangen <jwangen>2002-10-04 02:32:28 +0000
commit3d3e022345611be7e3bb61dc5478873082b03d2a (patch)
treeb0a28edb4af1627c64b46fa41e13aa9ce8efc180 /languages/japanese.inc.php
parentd6958637d6263bf539bced5c0d2d73d58b0dc5c0 (diff)
downloadphpicalendar-3d3e022345611be7e3bb61dc5478873082b03d2a.tar.gz
phpicalendar-3d3e022345611be7e3bb61dc5478873082b03d2a.tar.bz2
phpicalendar-3d3e022345611be7e3bb61dc5478873082b03d2a.zip
Modified event and init so HTTP_GET_VARS is explicitly called instead of
assuming vars are globally set. Modified language files so there are no more double quotes.
Diffstat (limited to 'languages/japanese.inc.php')
-rw-r--r--languages/japanese.inc.php100
1 files changed, 50 insertions, 50 deletions
diff --git a/languages/japanese.inc.php b/languages/japanese.inc.php
index 2f212b8..4377536 100644
--- a/languages/japanese.inc.php
+++ b/languages/japanese.inc.php
@@ -10,68 +10,68 @@
-$day_lang = "日";
-$week_lang = "週";
-$month_lang = "月";
-$year_lang = "年";
-$calendar_lang = "カレンダー";
-$next_day_lang = "翌日";
-$next_month_lang = "来月";
-$next_week_lang = "来週";
-$next_year_lang = "明年";
-$last_day_lang = "前日";
-$last_month_lang = "先月";
-$last_week_lang = "先週";
-$last_year_lang = "去年";
-$subscribe_lang = "追加";
-$download_lang = "ダウンロード";
-$published_lang = "公開日:";
-$powered_by_lang = "Powered by";
+$day_lang = '日';
+$week_lang = '週';
+$month_lang = '月';
+$year_lang = '年';
+$calendar_lang = 'カレンダー';
+$next_day_lang = '翌日';
+$next_month_lang = '来月';
+$next_week_lang = '来週';
+$next_year_lang = '明年';
+$last_day_lang = '前日';
+$last_month_lang = '先月';
+$last_week_lang = '先週';
+$last_year_lang = '去年';
+$subscribe_lang = '追加';
+$download_lang = 'ダウンロード';
+$published_lang = '公開日:';
+$powered_by_lang = 'Powered by';
-$version_lang = "0.5";
-$event_lang = "件名";
-$event_start_lang = "開始日";
-$event_end_lang = "終了日";
-$date_lang = "日付";
-$summary_lang = "一覧";
-$all_day_lang = "終日イベント";
-$notes_lang = "注釈";
+$version_lang = '0.5';
+$event_lang = '件名';
+$event_start_lang = '開始日';
+$event_end_lang = '終了日';
+$date_lang = '日付';
+$summary_lang = '一覧';
+$all_day_lang = '終日イベント';
+$notes_lang = '注釈';
-$todays_lang = "今日今週の予定";
-$this_weeks_lang = "今週の予定";
-$this_months_lang = "今月の予定";
-$this_years_lang = "今年の予定";
-$today_lang = "今日";
-$this_week_lang = "今週";
-$this_month_lang = "今月";
-$this_year_lang = "今年";
+$todays_lang = '今日今週の予定';
+$this_weeks_lang = '今週の予定';
+$this_months_lang = '今月の予定';
+$this_years_lang = '今年の予定';
+$today_lang = '今日';
+$this_week_lang = '今週';
+$this_month_lang = '今月';
+$this_year_lang = '今年';
-$jump_lang = "Jump to";
-$tomorrows_lang = "Tomorrow's Events";
-$goday_lang = "Go to Today";
-$goweek_lang = "Go to This Week";
-$gomonth_lang = "Go to This Month";
-$goyear_lang = "Go to This Year";
+$jump_lang = 'Jump to';
+$tomorrows_lang = 'Tomorrow\'s Events';
+$goday_lang = 'Go to Today';
+$goweek_lang = 'Go to This Week';
+$gomonth_lang = 'Go to This Month';
+$goyear_lang = 'Go to This Year';
-$daysofweek_lang = array ("日曜日","月曜日","火曜日","水曜日","木曜日","金曜日","土曜日");
-$daysofweekshort_lang = array ("日曜","月曜","火曜","水曜","木曜","金曜","土曜");
-$daysofweekreallyshort_lang = array ("日","月","火","水","木","金","土");
-$monthsofyear_lang = array ("1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月");
+$daysofweek_lang = array ('日曜日','月曜日','火曜日','水曜日','木曜日','金曜日','土曜日');
+$daysofweekshort_lang = array ('日曜','月曜','火曜','水曜','木曜','金曜','土曜');
+$daysofweekreallyshort_lang = array ('日','月','火','水','木','金','土');
+$monthsofyear_lang = array ('1月','2月','3月','4月','5月','6月','7月','8月','9月','10月','11月','12月');
$monthsofyearshort_lang = $monthsofyear_lang;
// Set Location for date formatting, check out: http://www.php.net/manual/en/function.setlocale.php
setlocale (LC_TIME, 'ja_JP');
// For time formatting, check out: http://www.php.net/manual/en/function.date.php
-$timeFormat = "g:i A";
+$timeFormat = 'g:i A';
// For date formatting, see note below
-$dateFormat_day = "%B %e日 %A";
-$dateFormat_week = "%B %e日";
-$dateFormat_week_list = "%b %e日 %a";
-$dateFormat_week_jump = "%b %e日";
-$dateFormat_month = "%Y年 %B";
-$dateFormat_month_list = "%B %e日 %A";
+$dateFormat_day = '%B %e日 %A';
+$dateFormat_week = '%B %e日';
+$dateFormat_week_list = '%b %e日 %a';
+$dateFormat_week_jump = '%b %e日';
+$dateFormat_month = '%Y年 %B';
+$dateFormat_month_list = '%B %e日 %A';
/*
Notes about dateFormat_*

© 2014-2024 Faster IT GmbH | imprint | privacy policy