blob: 796b85747ea59a54556017fe259ba36fc941a764 (
plain)
1
2
3
4
5
6
7
8
9
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);
|