<?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;