aboutsummaryrefslogtreecommitdiff
path: root/languages/ja/ja.reportedcontent.php
diff options
context:
space:
mode:
Diffstat (limited to 'languages/ja/ja.reportedcontent.php')
-rw-r--r--languages/ja/ja.reportedcontent.php30
1 files changed, 0 insertions, 30 deletions
diff --git a/languages/ja/ja.reportedcontent.php b/languages/ja/ja.reportedcontent.php
deleted file mode 100644
index 7743c75ad..000000000
--- a/languages/ja/ja.reportedcontent.php
+++ /dev/null
@@ -1,30 +0,0 @@
-<?php
-$ja = array (
- 'item:object:reported_content' => '報告済みアイテム',
- 'reportedcontent' => '報告済みアイテム',
- 'reportedcontent:this' => '報告する',
- 'reportedcontent:none' => '報告されたコンテンツはありません。',
- 'reportedcontent:report' => '報告する',
- 'reportedcontent:title' => 'ページタイトル',
- 'reportedcontent:deleted' => '報告されたコンテンツは削除されています。',
- 'reportedcontent:notdeleted' => '報告を削除することができません。',
- 'reportedcontent:delete' => '削除',
- 'reportedcontent:areyousure' => '本当に削除しますか?',
- 'reportedcontent:archive' => '保管する',
- 'reportedcontent:archived' => '報告を保管しました。',
- 'reportedcontent:visit' => '報告されたアイテムをみる',
- 'reportedcontent:by' => '報告者:',
- 'reportedcontent:objecttitle' => 'オブジェクトタイトル',
- 'reportedcontent:objecturl' => 'オブジェクトURL',
- 'reportedcontent:reason' => '報告理由',
- 'reportedcontent:description' => '何か問題がありましたか?',
- 'reportedcontent:address' => 'アイテムのURL',
- 'reportedcontent:success' => 'あなたの報告を管理者に送信しました。',
- 'reportedcontent:failing' => 'あなたの報告を送信できません。',
- 'reportedcontent:moreinfo' => 'もっとみる',
- 'reportedcontent:failed' => '申し訳ありません。報告の送信に失敗しました。',
- 'reportedcontent:notarchived' => '報告が保管できません。',
-);
-
-add_translation("ja", $ja);
-