diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-03-14 21:41:44 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-03-14 21:41:44 -0300 |
commit | beaab428eb8b6e19ca6d413249f6307100d9b853 (patch) | |
tree | b7c2b617c19ee5e1b133e8029b80bb52c1bb8ec8 /languages/en.php | |
download | elgg-beaab428eb8b6e19ca6d413249f6307100d9b853.tar.gz elgg-beaab428eb8b6e19ca6d413249f6307100d9b853.tar.bz2 |
Squashed 'mod/saravea_theme/' content from commit daab1e0
git-subtree-dir: mod/saravea_theme
git-subtree-split: daab1e0a1d564efeb637ecb2ce27ade44f45ac64
Diffstat (limited to 'languages/en.php')
-rw-r--r-- | languages/en.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/languages/en.php b/languages/en.php new file mode 100644 index 000000000..796b85747 --- /dev/null +++ b/languages/en.php @@ -0,0 +1,10 @@ +<?php + +$english = array( + + 'saravea_theme:landing:title' => '¡Social networks by the people and for the people!', + 'saravea_theme:landing:subtitle' => 'Because "the master\'s tools will never dismantle the master\'s house"', + +); + +add_translation("en", $english); |