Translation2_Admin::remove | Translation2_Admin::removePage |
Translation2 | |
PEAR Manual | |
require_once 'Admin.php'; |
mixed Translation2_Admin::update (
string $stringID
, string $pageID
, array $stringArray
)
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.
Translation2_Admin::remove | Translation2_Admin::removePage |
Translation2 | |
PEAR Manual | |