diff options
author | Sem <sembrestels@riseup.net> | 2012-08-15 02:16:34 +0200 |
---|---|---|
committer | Sem <sembrestels@riseup.net> | 2012-08-15 02:16:34 +0200 |
commit | 9e2436181c785c741fb4705ee7b3c3069bf5f1c7 (patch) | |
tree | 7620463d53f94c3d6e8ff444e2ad7651bd828992 /languages/en.php | |
parent | 405f0f8db9f72afed4c357a22c4dd99bea39c419 (diff) | |
download | saravea_theme-9e2436181c785c741fb4705ee7b3c3069bf5f1c7.tar.gz saravea_theme-9e2436181c785c741fb4705ee7b3c3069bf5f1c7.tar.bz2 |
Added landing page.
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 0000000..df3ff2d --- /dev/null +++ b/languages/en.php @@ -0,0 +1,10 @@ +<?php + +$english = array( + + 'n1_theme:landing:title' => '¡Social networks of people and for the people!', + 'n1_theme:landing:subtitle' => 'Because "the master\'s tools will never dismantle the master\'s house"', + +); + +add_translation("en", $english); |