From 57cde174e1fb8f91a74983396897cebfde016f70 Mon Sep 17 00:00:00 2001 From: Sem Date: Sat, 12 May 2012 06:29:42 +0200 Subject: Added several languages and upgraded existing ones. --- languages/ja/ja.reportedcontent.php | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 languages/ja/ja.reportedcontent.php (limited to 'languages/ja/ja.reportedcontent.php') diff --git a/languages/ja/ja.reportedcontent.php b/languages/ja/ja.reportedcontent.php new file mode 100644 index 000000000..7743c75ad --- /dev/null +++ b/languages/ja/ja.reportedcontent.php @@ -0,0 +1,30 @@ + '報告済みアイテム', + '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); + -- cgit v1.2.3