"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", "Login" => "Another translation", "Add user:" => "Translation", // "All users" => "All users", ); $lang = array_replace($lang, $lang_current);