blob: ad5de2fc242869bd2ce255aee64524fdd909c7a8 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?php
$english = array(
'n1_theme:landing:title' => '¡Social networks by the 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);
|