From 855b008013aad0426ab0332b040bddb033bb6af9 Mon Sep 17 00:00:00 2001 From: cash Date: Mon, 29 Nov 2010 00:56:55 +0000 Subject: cleaned up the reported content plugin git-svn-id: http://code.elgg.org/elgg/trunk@7466 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/reportedcontent/languages/en.php | 79 +++++++++++++++++------------------- 1 file changed, 38 insertions(+), 41 deletions(-) (limited to 'mod/reportedcontent/languages') diff --git a/mod/reportedcontent/languages/en.php b/mod/reportedcontent/languages/en.php index afcb3af63..8c0755b92 100644 --- a/mod/reportedcontent/languages/en.php +++ b/mod/reportedcontent/languages/en.php @@ -1,43 +1,40 @@ 'Reported items', - 'reportedcontent' => 'Reported content', - 'reportedcontent:this' => 'Report this', - 'reportedcontent:none' => 'There is no reported content', - 'reportedcontent:report' => 'Report to admin', - 'reportedcontent:title' => 'Page title', - 'reportedcontent:deleted' => 'The reported content has been deleted', - 'reportedcontent:notdeleted' => 'We were not able to delete that report', - 'reportedcontent:delete' => 'Delete report', - 'reportedcontent:areyousure' => 'Are you sure you want to delete?', - 'reportedcontent:archive' => 'Archive report', - 'reportedcontent:archived' => 'The report has been archived', - 'reportedcontent:visit' => 'Visit reported item', - 'reportedcontent:by' => 'Report by', - 'reportedcontent:objecttitle' => 'Object title', - 'reportedcontent:objecturl' => 'Object url', - 'reportedcontent:reason' => 'Reason for report', - 'reportedcontent:description' => 'Why are you reporting this?', - 'reportedcontent:address' => 'Location of the item', - 'reportedcontent:success' => 'Your report has been sent to the site admin', - 'reportedcontent:failing' => 'Your report could not be sent', - 'reportedcontent:report' => 'Report this', - 'reportedcontent:moreinfo' => 'More info', - - 'reportedcontent:failed' => 'Sorry, the attempt to report this content has failed.', - 'reportedcontent:notarchived' => 'We were not able to archive that report', - ); - - add_translation("en",$english); -?> \ No newline at end of file +$english = array( + + 'item:object:reported_content' => 'Reported items', + 'reportedcontent' => 'Reported content', + 'reportedcontent:this' => 'Report this', + 'reportedcontent:this:tooltip' => 'Report this page to an administrator', + 'reportedcontent:none' => 'There is no reported content', + 'reportedcontent:report' => 'Report to admin', + 'reportedcontent:title' => 'Page title', + 'reportedcontent:deleted' => 'The reported content has been deleted', + 'reportedcontent:notdeleted' => 'We were not able to delete that report', + 'reportedcontent:delete' => 'Delete report', + 'reportedcontent:areyousure' => 'Are you sure you want to delete?', + 'reportedcontent:archive' => 'Archive report', + 'reportedcontent:archived' => 'The report has been archived', + 'reportedcontent:visit' => 'Visit reported item', + 'reportedcontent:by' => 'Report by', + 'reportedcontent:objecttitle' => 'Object title', + 'reportedcontent:objecturl' => 'Object url', + 'reportedcontent:reason' => 'Reason for report', + 'reportedcontent:description' => 'Why are you reporting this?', + 'reportedcontent:address' => 'Location of the item', + 'reportedcontent:success' => 'Your report has been sent to the site admin', + 'reportedcontent:failing' => 'Your report could not be sent', + 'reportedcontent:report' => 'Report this', + 'reportedcontent:moreinfo' => 'More info', + 'reportedcontent:instructions' => 'This report will be sent to the administrators of this site for review.', + + 'reportedcontent:failed' => 'Sorry, the attempt to report this content has failed.', + 'reportedcontent:notarchived' => 'We were not able to archive that report', +); + +add_translation("en", $english); -- cgit v1.2.3