mixed Translation2_Admin::update (
string $stringID
, string $pageID
, array $stringArray
)
Update the language details.
$stringID
ID of the string to translate
$pageID
ID of the page (or group) the string to translate belongs to
$stringArray
Associative array with string translations:
returns true on success, PEAR_Error on failure
This function can not be called statically.