aboutsummaryrefslogtreecommitdiff
path: root/languages/en.php
blob: e08e22e34b4ae2a8569e1864c44215b9e51f60df (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
<?php
/**
 * Elgg subgroups plugin language pack
 *
 * @package ElggSubgroups
 */

$english = array(
	"subgroups" => 'Subgroups',
	"subgroups:more" => 'View all subgroups',
	"subgroups:owner" => 'Subgroups of %s',
	"subgroups:owner:single" => 'Subgroup of %s',
	"subgroups:none" => 'This group has no subgroups.',
	"subgroups:group" => 'Group subgroups',
	"subgroups:in_frontpage" => 'Show subgroups on group page',
	"subgroups:add" => 'Manage subgroups',
	"subgroups:new" => 'New subgroup',
	"subgroups:add_existing" => 'Add existing one',
	"subgroups:new:of" => 'New subgroup of &laquo;%s&raquo;',
	"subgroups:add:label" => "Write the group's name",
	"subgroups:addurl:label" => "Copy the group URL here",
	"subgroups:add:button" => 'Add as subgroup',
	"subgroups:dontwork" => "Doesn't it work?",
	"subgroups:unlink" => 'Unlink groups',
	"add" => "Add",
	"subgroups:nopermissons" => 'You have no permissons to modify that subgroups',
	"subgroups:add:error" => 'There are an error. Did you write correctly the group\'s name?',
);

add_translation("en", $english);