en.php 1.8 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <?php
  2. return array(
  3. 'item:object:reported_content' => 'Reported items',
  4. 'admin:administer_utilities:reportedcontent' => 'Reported content',
  5. 'reportedcontent' => 'Reported content',
  6. 'reportedcontent:this' => 'Report this',
  7. 'reportedcontent:this:tooltip' => 'Report this page to an administrator',
  8. 'reportedcontent:none' => 'There is no reported content',
  9. 'reportedcontent:report' => 'Report to admin',
  10. 'reportedcontent:deleted' => 'The reported content has been deleted',
  11. 'reportedcontent:notdeleted' => 'We were not able to delete that report',
  12. 'reportedcontent:delete' => 'Delete report',
  13. 'reportedcontent:areyousure' => 'Are you sure you want to delete?',
  14. 'reportedcontent:archive' => 'Archive report',
  15. 'reportedcontent:archived' => 'The report has been archived',
  16. 'reportedcontent:visit' => 'Visit reported item',
  17. 'reportedcontent:by' => 'Report by',
  18. 'reportedcontent:objecttitle' => 'Page title',
  19. 'reportedcontent:objecturl' => 'Page url',
  20. 'reportedcontent:reason' => 'Reason for report',
  21. 'reportedcontent:description' => 'Why are you reporting this?',
  22. 'reportedcontent:address' => 'Location of the item',
  23. 'reportedcontent:success' => 'Your report has been sent to the site admin',
  24. 'reportedcontent:failing' => 'Your report could not be sent',
  25. 'reportedcontent:refresh' => 'Refresh this listing',
  26. 'reportedcontent:report' => 'Report this',
  27. 'reportedcontent:instructions' => 'This report will be sent to the administrators of this site for review.',
  28. 'reportedcontent:numbertodisplay' => 'Number of reports to display',
  29. 'reportedcontent:widget:description' => 'Display reported content',
  30. 'reportedcontent:user' => 'Report user',
  31. 'reportedcontent:failed' => 'Sorry, the attempt to report this content has failed.',
  32. 'reportedcontent:notarchived' => 'We were not able to archive that report',
  33. );