From 31354451ce2c236c9c963064652c39fe54be4afd Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 15 Mar 2014 14:58:59 -0300 Subject: Squashed 'mod/elgg-favorites/' content from commit d96e69b git-subtree-dir: mod/elgg-favorites git-subtree-split: d96e69bd1365c3e3c4d998e72d9941ea1ea2278b --- languages/en.php | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 languages/en.php (limited to 'languages/en.php') diff --git a/languages/en.php b/languages/en.php new file mode 100644 index 000000000..4acaad130 --- /dev/null +++ b/languages/en.php @@ -0,0 +1,22 @@ + 'Favorites', + 'favorites:menu' => 'Favorites', + 'favorites:groups' => 'Favorite Groups', + 'favorites:users' => 'Favorite Inhabitants', + 'favorites:add' => 'Click to mark as Favorite', + 'favorites:remove' => 'Click to remove from Favorites', + 'favorites:widget:title' => 'Favorites', + 'favorites:widget:description' => 'Shows the recent Favorites', + 'favorites:removed' => 'Item removed from Favorites', + 'favorites:removefailed' => 'Could not remove item from Favorites', + 'favorites:added' => 'Item added to Favorites', + 'favorites:addfailed' => 'Could not add item to Favorites', + 'favorites:numbertodisplay' => 'Select the number of Favorites to display' +); + +add_translation("en",$english); -- cgit v1.2.3