summaryrefslogtreecommitdiffstats
path: root/apps/calendar/l10n/ja_JP.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/calendar/l10n/ja_JP.php')
-rw-r--r--apps/calendar/l10n/ja_JP.php86
1 files changed, 86 insertions, 0 deletions
diff --git a/apps/calendar/l10n/ja_JP.php b/apps/calendar/l10n/ja_JP.php
new file mode 100644
index 00000000000..90653c1d6f2
--- /dev/null
+++ b/apps/calendar/l10n/ja_JP.php
@@ -0,0 +1,86 @@
+<?php $TRANSLATIONS = array(
+"Timezone changed" => "タイムゾーンが変更されました",
+"Invalid request" => "無効なリクエストです",
+"Calendar" => "カレンダー",
+"Wrong calendar" => "誤ったカレンダーです",
+"Birthday" => "誕生日",
+"Business" => "ビジネス",
+"Call" => "電話をかける",
+"Clients" => "顧客",
+"Deliverer" => "運送会社",
+"Holidays" => "休日",
+"Ideas" => "アイデア",
+"Journey" => "旅行",
+"Jubilee" => "記念祭",
+"Meeting" => "ミーティング",
+"Other" => "その他",
+"Personal" => "個人",
+"Projects" => "プロジェクト",
+"Questions" => "質問事項",
+"Work" => "仕事",
+"Does not repeat" => "繰り返さない",
+"Daily" => "毎日",
+"Weekly" => "毎週",
+"Every Weekday" => "毎平日",
+"Bi-Weekly" => "2週間ごと",
+"Monthly" => "毎月",
+"Yearly" => "毎年",
+"Not an array" => "配列ではありません",
+"All day" => "終日",
+"Missing fields" => "項目がありません",
+"Title" => "タイトル",
+"From Date" => "開始日",
+"From Time" => "開始時間",
+"To Date" => "終了日",
+"To Time" => "終了時間",
+"The event ends before it starts" => "イベント終了時間が開始時間より先です",
+"There was a database fail" => "データベースフェイルがありました",
+"Week" => "週",
+"Month" => "月",
+"List" => "リスト",
+"Today" => "今日",
+"Calendars" => "カレンダー",
+"There was a fail, while parsing the file." => "ファイルを構文解析する際に失敗しました",
+"Choose active calendars" => "アクティブなカレンダーを選択してください",
+"New Calendar" => "新しくカレンダーを作成する",
+"CalDav Link" => "CalDavへのリンク",
+"Download" => "ダウンロード",
+"Edit" => "編集",
+"Delete" => "削除",
+"New calendar" => "新しくカレンダーを作成する",
+"Edit calendar" => "カレンダーを編集",
+"Displayname" => "表示名",
+"Active" => "アクティブ",
+"Calendar color" => "カレンダーの色",
+"Save" => "保存",
+"Submit" => "完了",
+"Cancel" => "キャンセル",
+"Edit an event" => "イベントを編集",
+"Export" => "エクスポート",
+"Title of the Event" => "イベントのタイトル",
+"Category" => "カテゴリー",
+"Select category" => "カテゴリーを選択してください",
+"All Day Event" => "終日イベント",
+"From" => "開始",
+"To" => "終了",
+"Advanced options" => "詳細設定",
+"Repeat" => "繰り返す",
+"Location" => "場所",
+"Location of the Event" => "イベントの場所",
+"Description" => "メモ",
+"Description of the Event" => "イベントのメモ",
+"Import Ical File" => "iCalファイルのインポート",
+"How to import the new calendar?" => "新しいカレンダーのインポート方法は?",
+"Import into an existing calendar" => "既存カレンダーにインポートします",
+"Import into a new calendar" => "新しいカレンダーにインポートします",
+"Please choose the calendar" => "カレンダーを選択してください",
+"Import" => "インポート",
+"Back" => "戻る",
+"Please fill out the form" => "フォームに入力してください",
+"Create a new event" => "新しいイベントを作成する",
+"Timezone" => "タイムゾーン",
+"Timeformat" => "時刻のフォーマット",
+"24h" => "24時間制",
+"12h" => "12時間制",
+"Calendar CalDAV syncing address:" => "カレンダーのCalDAVシンクアドレス"
+);