diff options
author | Sem <sembrestels@riseup.net> | 2012-05-12 06:29:42 +0200 |
---|---|---|
committer | Sem <sembrestels@riseup.net> | 2012-05-12 06:29:42 +0200 |
commit | 57cde174e1fb8f91a74983396897cebfde016f70 (patch) | |
tree | af4c7c976a1c0ac0695271dc34ed7286428e16ee /languages/ja/ja.reportedcontent.php | |
parent | 50fdb26e11da8ea05ed38db2b46147cdddc9cf6e (diff) | |
download | elgg-57cde174e1fb8f91a74983396897cebfde016f70.tar.gz elgg-57cde174e1fb8f91a74983396897cebfde016f70.tar.bz2 |
Added several languages and upgraded existing ones.
Diffstat (limited to 'languages/ja/ja.reportedcontent.php')
-rw-r--r-- | languages/ja/ja.reportedcontent.php | 30 |
1 files changed, 30 insertions, 0 deletions
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 @@ +<?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); + |