require_once 'Admin.php';
mixed Translation2_Admin::update (string $stringID, string $pageID, array $stringArray)
mixed Translation2_Admin::update
Update the language details.
ID of the string to translate
ID of the page (or group) the string to translate belongs to
Associative array with string translations:
array( 'en' => 'sample', 'it' => 'esempio', );
returns true on success, PEAR_Error on failure
This function can not be called statically.