You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
461 B

<?php
// File header
include('lang/en/language.php'); // Needed for providing a sensible default text for untranslated strings with context like : "edit_C(verb)"
$lang_current = array(
// "First string" => "First string",
// "Second string" => "Second string",
"Used string" => "Another translation",
"Translation is the same as English string" => "Translation is the same as English string",
// "etc" => "etc",
);
$lang = array_replace($lang, $lang_current);