languages/en.php

Last updated by ihayredinov

<?php

 

$english = array(

 

    //Add Your Translations Here

    // e.g.

    // 'myplugin:thebest' => 'My Plugin is the Best',

    // 'myplugin:notsogood' => 'My Plugin is not so good after all',

    // 'blog:add' => 'Add a new blog post'

 

 

    

 

);

 

add_translation("en", $english);

 

?>

ihayredinov

My involvement with Elgg has come to an end. Please do not send me support requests.