aboutsummaryrefslogtreecommitdiffstats
path: root/languages/japanese.inc.php
blob: 1ad60521cf00c9bdbfccac69486523b235913796 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?php

// English language include
// For version 0.5 PHP iCalendar
//
// Translation by Jared Wangen (jared@silter.org)
// With the help of Eri Hayashiguchi
//
// Submit new translations to chad@chadsdomain.com



$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		= "ダウンロード";
$powered_by_lang 	= "Powered by";

$version_lang		= "0.5";
$event_lang			= "件名";
$event_start_lang	= "開始時刻";
$event_end_lang		= "終了時刻";
$this_months_lang	= "今月の予定";
$date_lang			= "月日";
$summary_lang		= "話題";
$all_day_lang		= "終日イベント";
$notes_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:iA";

// For date formatting, cehck out: http://www.php.net/manual/en/function.strftime.php
$dateFormat_day = "%B %e %A";
$dateFormat_week = "%B %e";
$dateFormat_week_list = "%b %e %a";
$dateFormat_month = "%Y %B";
$dateFormat_month_list = "%B %e %A";

?>

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