aboutsummaryrefslogtreecommitdiff
path: root/languages/en.php
diff options
context:
space:
mode:
Diffstat (limited to 'languages/en.php')
-rw-r--r--languages/en.php22
1 files changed, 22 insertions, 0 deletions
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 @@
+<?php
+/**
+ * English favorites translations
+ */
+
+$english = array(
+ 'favorites:items' => '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);