Converts an exported file content back to the translated data.
string $imported_file: Path to a file or an XML string to import.
bool $is_file: (optional) Whether $imported_file is the path to a file or not.
Translated data array.
function import($imported_file, $is_file = TRUE);