<?php $lang_custom = array( //"Hello"=>"My Hello", //"This is the place to customize your translation"=>":-)", "Layer Selector" => "Collaborators", "Editable" => "Mine", ); $lang = $lang_custom + $lang;
<?php $lang_custom = array( //"Hello"=>"My Hello", //"This is the place to customize your translation"=>":-)", "Layer Selector" => "Collaborateurs", "Editable" => "Moi", ); $lang = $lang_custom + $lang;