diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-03-15 14:49:36 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-03-15 14:49:36 -0300 |
commit | 8e863c9c0c6050b3905db80b25b9769d91f59eb6 (patch) | |
tree | 642af8fc19cde39bcef1e31d5843e8e75380ecf3 /mod/landing/languages | |
parent | ecf3fa9e33033f2921e266c781e0ba32eecfa977 (diff) | |
parent | 279e74d06be7e2fc98c3df3cd867d1ecfd3e6de4 (diff) | |
download | elgg-8e863c9c0c6050b3905db80b25b9769d91f59eb6.tar.gz elgg-8e863c9c0c6050b3905db80b25b9769d91f59eb6.tar.bz2 |
Merge commit '279e74d06be7e2fc98c3df3cd867d1ecfd3e6de4' as 'mod/landing'
Diffstat (limited to 'mod/landing/languages')
-rw-r--r-- | mod/landing/languages/en.php | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/mod/landing/languages/en.php b/mod/landing/languages/en.php new file mode 100644 index 000000000..c2f17f6bb --- /dev/null +++ b/mod/landing/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 |