Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/contacts/l10n/ja_JP.php')
-rw-r--r--apps/contacts/l10n/ja_JP.php34
1 files changed, 34 insertions, 0 deletions
diff --git a/apps/contacts/l10n/ja_JP.php b/apps/contacts/l10n/ja_JP.php
new file mode 100644
index 00000000000..c8711e963f3
--- /dev/null
+++ b/apps/contacts/l10n/ja_JP.php
@@ -0,0 +1,34 @@
+<?php $TRANSLATIONS = array(
+"This is not your addressbook." => "これはあなたの電話帳ではありません。",
+"Contact could not be found." => "連絡先を見つける事ができません。",
+"Information about vCard is incorrect. Please reload the page." => "vCardの情報に誤りがあります。ページをリロードして下さい。",
+"Address" => "住所",
+"Telephone" => "電話番号",
+"Email" => "メールアドレス",
+"Organization" => "所属",
+"Work" => "勤務先",
+"Home" => "住居",
+"Mobile" => "携帯電話",
+"Text" => "TTY TDD",
+"Voice" => "音声番号",
+"Fax" => "FAX",
+"Video" => "テレビ電話",
+"Pager" => "ポケベル",
+"This is not your contact." => "あなたの連絡先ではありません。",
+"This card is not RFC compatible." => "このカードはRFCに準拠していません。",
+"This card does not contain a photo." => "このカードは写真を含んでおりません。",
+"Add Contact" => "連絡先の追加",
+"Name" => "氏名",
+"PO Box" => "私書箱",
+"Extended" => "拡張番地",
+"Street" => "街路番地",
+"City" => "都市",
+"Region" => "地域",
+"Zipcode" => "郵便番号",
+"Country" => "国名",
+"Create Contact" => "追加",
+"Edit" => "編集",
+"Delete" => "削除",
+"Birthday" => "生年月日",
+"Phone" => "電話番号"
+);