aboutsummaryrefslogtreecommitdiff
path: root/languages/en.php
diff options
context:
space:
mode:
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