blob: 0c943ffd4897cbb6c9e189368fb5b20638477249 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?php
$english = array(
'cic_theme:landing:title' => '¡Social networks by the people and for the people!',
'cic_theme:landing:subtitle' => 'Because "the master\'s tools will never dismantle the master\'s house"',
);
add_translation("en", $english);
|