Translation2_Admin::remove (Previous) (Next) Translation2_Admin::cleanCache

View this page in Last updated: Mon, 02 Jul 2007
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

Translation2_Admin::update()

Translation2_Admin::update() -- Update an existing translation.

Opis

Update the language details.

Parametr

string $stringID

ID of the string to translate

string $pageID

ID of the page (or group) the string to translate belongs to

array $stringArray

Associative array with string translations:

array(
    'en' => 'sample',
    'it' => 'esempio',
);

Zwracana wartość

returns true on success, PEAR_Error on failure

Uwagi

Ta funkcja nie może być wywołana statycznie.

Translation2_Admin::remove (Previous) (Next) Translation2_Admin::cleanCache

Download Documentation Last updated: Mon, 02 Jul 2007
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.