ja.php 2.2 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <?php
  2. return array(
  3. 'item:object:reported_content' => '報告された対象',
  4. 'admin:administer_utilities:reportedcontent' => '報告されたコンテント',
  5. 'reportedcontent' => '報告されたコンテント',
  6. 'reportedcontent:this' => '不適切',
  7. 'reportedcontent:this:tooltip' => '管理者にこのページが不適切だと報告する',
  8. 'reportedcontent:none' => '報告されたコンテントはありません',
  9. 'reportedcontent:report' => '管理者に報告',
  10. 'reportedcontent:deleted' => '報告されたコンテントは削除されました。',
  11. 'reportedcontent:notdeleted' => 'この報告を削除することはできませんでした。',
  12. 'reportedcontent:delete' => '報告を削除',
  13. 'reportedcontent:areyousure' => '削除してもよろしいですか?',
  14. 'reportedcontent:archive' => '報告を書庫に',
  15. 'reportedcontent:archived' => '報告を書庫に保存しました',
  16. 'reportedcontent:visit' => 'レポートされた対象を見る',
  17. 'reportedcontent:by' => '報告者',
  18. 'reportedcontent:objecttitle' => 'ページタイトル',
  19. 'reportedcontent:objecturl' => 'ページ url',
  20. 'reportedcontent:reason' => '報告の理由',
  21. 'reportedcontent:description' => 'なぜこれを管理者に報告するのですか?',
  22. 'reportedcontent:address' => '報告対象の場所',
  23. 'reportedcontent:success' => 'あなたの報告をサイト管理者に送信しました。',
  24. 'reportedcontent:failing' => 'あなたの報告を送信できませんでした。',
  25. 'reportedcontent:refresh' => 'このリストをリフレッシュする',
  26. 'reportedcontent:report' => '管理者に報告',
  27. 'reportedcontent:instructions' => 'この報告はサイトの管理者に監査してもらうために送られます。',
  28. 'reportedcontent:numbertodisplay' => '報告の表示数',
  29. 'reportedcontent:widget:description' => '報告の内容を表示',
  30. 'reportedcontent:user' => '不適切なユーザを報告',
  31. 'reportedcontent:failed' => '申し訳ありません、このコンテントを報告しようとしましたが、失敗しました。もう一度お試しください。',
  32. 'reportedcontent:notarchived' => 'この報告を書庫に保存することができませんでした。',
  33. );