Basic adapter class for each translation source adapter
Located in /Translate/Adapter.php (line 42)
Internal cache for all adapters
Array with all options, each adapter can have own additional options
'clear' => when true, clears already loaded translations when adding new files 'content' => content to translate or file or directory with content 'disableNotices' => when true, omits notices from being displayed 'ignore' => a prefix for files and directories which are not being added 'locale' => the actual set locale to use 'log' => a instance of Zend_Log where logs are written to 'logMessage' => message to be logged 'logUntranslated' => when true, untranslated messages are not logged 'reload' => reloads the cache by reading the content again 'scan' => searches for translation files using the LOCALE constants
Translation table
Clears all set cache data
Returns true when a cache is set
Removes any set cache
Sets a cache for all Zend_Translate_Adapters
Generates the adapter
Add translations
This may be a new language or additional content for an existing language If the key 'clear' is true, then translations for the specified language will be replaced and added otherwise
Returns the available languages from this adapter
Returns the message id for a given translation If no locale is given, the actual language will be used
Returns all available message ids from this adapter If no locale is given, the actual language will be used
Returns all available translations from this adapter If no locale is given, the actual language will be used If 'all' is given the complete translation dictionary will be returned
Returns the adapters name and it's options
Is the wished language available ?
Checks if a string is translated within the source or not returns boolean
Translates the given string using plural notations Returns the translated string
Sets new adapter options
Returns the adapter name
Translates the given string returns the translation
Translates the given string returns the translation
Load translation data
Logs a message when the log option is set
Documentation generated on Mon, 21 Jun 2010 15:06:38 -0400 by phpDocumentor 1.4.3