aboutsummaryrefslogtreecommitdiff
path: root/languages/en.php
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-03-15 14:49:36 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-03-15 14:49:36 -0300
commit279e74d06be7e2fc98c3df3cd867d1ecfd3e6de4 (patch)
tree5d057841a692d31494faedae6d5220786f39bd90 /languages/en.php
downloadelgg-279e74d06be7e2fc98c3df3cd867d1ecfd3e6de4.tar.gz
elgg-279e74d06be7e2fc98c3df3cd867d1ecfd3e6de4.tar.bz2
Squashed 'mod/landing/' content from commit d1ea0d2
git-subtree-dir: mod/landing git-subtree-split: d1ea0d2593cbf55a3804224fd587dbde00672a8c
Diffstat (limited to 'languages/en.php')
-rw-r--r--languages/en.php18
1 files changed, 18 insertions, 0 deletions
diff --git a/languages/en.php b/languages/en.php
new file mode 100644
index 000000000..c2f17f6bb
--- /dev/null
+++ b/languages/en.php
@@ -0,0 +1,18 @@
+<?php
+/**
+ * English
+ */
+
+$english = array(
+ // Plugin user settings options
+ 'landing:mode:opt:custom' => 'A Custom Page',
+ 'landing:mode:opt:dashboard' => 'Your Dashboard',
+ 'landing:mode:opt:default' => 'Site Default',
+ 'landing:mode:opt:profile' => 'Your Profile',
+ // Plugin user settings labels
+ 'landing:settings:choose_option' => 'Choose landing destination',
+ 'landing:settings:custom_url_tip' => 'If you chose "A Custom Page", enter the path to the page, e.g.: "/g/lorea"',
+ 'landing:settings:select_url' => 'Choose the default page where you want to go after you log in from the front page:',
+);
+
+add_translation('en', $english); \ No newline at end of file