translated_strings[] = $string; return $string . "-translated"; } /** * Store the export strings. */ function export($source) { if (!empty($source['value'])) { $this->export_strings[] = $source['value']; } } /** * Return the stored strings for the simpletest. */ function get_export_strings() { return $this->export_strings; } }