aboutsummaryrefslogtreecommitdiff
path: root/mod/reportedcontent/languages/en.php
blob: 407717082914895af302e7c073f00e6c8d36f1c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?php
/**
 * Elgg reported content plugin language pack
 *
 * @package ElggReportedContent
 */

$english = array(

	'item:object:reported_content' => 'Reported items',
	'admin:utilities:reportedcontent' => 'Reported content',
	'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:numbertodisplay' => 'Number of reports to display',
	'reportedcontent:widget:description' => 'Display reported content',
	'reportedcontent:user' => 'Report user',

	'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);