Translation2_Admin::remove()

Translation2_Admin::remove() -- remove a translated string

Synopsis

require_once 'Admin.php';

mixed Translation2_Admin::remove (string $stringID [, string $pageID = NULL])

Opis

Remove all the translations for the given stringID + pageID pair.

Parametr

string $stringID

string $pageID

Zwracana wartość

returns true on success, PEAR_Error on failure

Uwagi

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