Apache Zeta Components Manual :: Package Translation Element Index
Element index for package Translation
Package indexes
[
a ]
[
b ]
[
c ]
[
d ]
[
e ]
[
f ]
[
g ]
[
i ]
[
k ]
[
l ]
[
m ]
[
n ]
[
o ]
[
p ]
[
r ]
[
s ]
[
t ]
[
u ]
[
v ]
[
w ]
[
_ ]
Letter '_'
- __construct
- in file translation_manager.php, method ezcTranslationManager::__construct()
Constructs an ezcTranslationManager object
- __construct
- in file translation_data.php, method ezcTranslationData::__construct()
Constructs an ezcTranslationData object.
- __construct
- in file ts_backend.php, method ezcTranslationTsBackend::__construct()
Constructs a new ezcTranslationTsBackend that will use the file specified by $location.
- __construct
- in file ts_backend.php, method ezcTranslationTsBackendOptions::__construct()
Constructs a new options class.
- __construct
- in file writer_not_initialized.php, method ezcTranslationWriterNotInitializedException::__construct()
Constructs a new ezcTranslationWriterNotInitializedException.
- __construct
- in file translation.php, method ezcTranslation::__construct()
Constructs the ezcTranslation object.
- __construct
- in file reader_not_initialized.php, method ezcTranslationReaderNotInitializedException::__construct()
Constructs a new ezcTranslationReaderNotInitializedException.
- __construct
- in file key_not_available.php, method ezcTranslationKeyNotAvailableException::__construct()
Constructs a new ezcTranslationKeyNotAvailableException.
- __construct
- in file missing_translation_file.php, method ezcTranslationMissingTranslationFileException::__construct()
Constructs a new ezcTranslationMissingTranslationFileException.
- __construct
- in file not_configured.php, method ezcTranslationNotConfiguredException::__construct()
Constructs a new ezcTranslationNotConfiguredException.
- __construct
- in file parameter_missing.php, method ezcTranslationParameterMissingException::__construct()
Constructs a new ezcTranslationParameterMissingException.
- __construct
- in file context_not_available.php, method ezcTranslationContextNotAvailableException::__construct()
Constructs a new ezcTranslationContextNotAvailableException.
Letter 'a'
- addFilter
- in file translation_manager.php, method ezcTranslationManager::addFilter()
Adds a filter to the filter list.
Letter 'b'
- buildTranslationFileName
- in file ts_backend.php, method ezcTranslationTsBackend::buildTranslationFileName()
Returns the filename for the translation file using the locale $locale.
- bork_filter.php
- procedural page bork_filter.php
- backend_interface.php
- procedural page backend_interface.php
Letter 'c'
- $column
- in file translation_data.php, variable ezcTranslationData::$column
The column where the string is
- $comment
- in file translation_data.php, variable ezcTranslationData::$comment
Comment about the translation.
- compileTranslation
- in file translation.php, method ezcTranslation::compileTranslation()
Returns the translated version of the original string $key.
- current
- in file ts_backend.php, method ezcTranslationTsBackend::current()
Returns the current context's data.
- currentContext
- in file ts_backend.php, method ezcTranslationTsBackend::currentContext()
Returns the current context
- context_not_available.php
- procedural page context_not_available.php
- complement_filter.php
- procedural page complement_filter.php
- context_read_interface.php
- procedural page context_read_interface.php
- context_write_interface.php
- procedural page context_write_interface.php
Letter 'd'
- deinitReader
- in file ts_backend.php, method ezcTranslationTsBackend::deinitReader()
Deinitializes the reader
- deinitReader
- in file context_read_interface.php, method ezcTranslationContextRead::deinitReader()
Deinitializes the reader.
- deinitWriter
- in file ts_backend.php, method ezcTranslationTsBackend::deinitWriter()
Deinitializes the writer
- deinitWriter
- in file context_write_interface.php, method ezcTranslationContextWrite::deinitWriter()
Deinitializes the writer
Letter 'e'
- ezcTranslation
- in file translation.php, class ezcTranslation
ezcTranslation is a container that holds the translated strings for a specific context.
- ezcTranslationBackend
- in file backend_interface.php, class ezcTranslationBackend
Interface for Translation backends.
- ezcTranslationBorkFilter
- in file bork_filter.php, class ezcTranslationBorkFilter
Implements the Bork translation filter.
- ezcTranslationComplementEmptyFilter
- in file complement_filter.php, class ezcTranslationComplementEmptyFilter
Implements the ComplementEmpty translation filter.
- ezcTranslationContextNotAvailableException
- in file context_not_available.php, class ezcTranslationContextNotAvailableException
Thrown by the getContext() method when a requested context doesn't exist.
- ezcTranslationContextRead
- in file context_read_interface.php, class ezcTranslationContextRead
Common interface for all context readers.
- ezcTranslationContextWrite
- in file context_write_interface.php, class ezcTranslationContextWrite
Common interface for all context writers.
- ezcTranslationData
- in file translation_data.php, class ezcTranslationData
A container to store one translatable string.
- ezcTranslationException
- in file exception.php, class ezcTranslationException
The general exception class as used by the Translator Classes.
- ezcTranslationFilter
- in file filter_interface.php, class ezcTranslationFilter
ezcTranslationFilter defines the common interface for all translation filters.
- ezcTranslationKeyNotAvailableException
- in file key_not_available.php, class ezcTranslationKeyNotAvailableException
Thrown by the getTranslation() method when a requested key doesn't exist.
- ezcTranslationLeetFilter
- in file leet_filter.php, class ezcTranslationLeetFilter
Implements the Leet translation filter.
- ezcTranslationManager
- in file translation_manager.php, class ezcTranslationManager
ezcTranslationManager handles a specific translation file and provides functionality to apply filters and retrieve contexts and translations.
- ezcTranslationMissingTranslationFileException
- in file missing_translation_file.php, class ezcTranslationMissingTranslationFileException
Thrown when the translation file does not exist.
- ezcTranslationNotConfiguredException
- in file not_configured.php, class ezcTranslationNotConfiguredException
Thrown when a required configuration setting was not made for a backend.
- ezcTranslationParameterMissingException
- in file parameter_missing.php, class ezcTranslationParameterMissingException
Thrown by the getTranslation() method when a paramater was missing to a parameterized translation string.
- ezcTranslationReaderNotInitializedException
- in file reader_not_initialized.php, class ezcTranslationReaderNotInitializedException
Thrown when methods are called that require a ContextReader to be initialized.
- ezcTranslationTsBackend
- in file ts_backend.php, class ezcTranslationTsBackend
Translation backend that reads Qt's Linguist TS files.
- ezcTranslationTsBackendOptions
- in file ts_backend.php, class ezcTranslationTsBackendOptions
Struct class to store the options of the ezcTranslationTsBackend class.
- ezcTranslationWriterNotInitializedException
- in file writer_not_initialized.php, class ezcTranslationWriterNotInitializedException
Thrown when methods are called that require a ContextWriter to be initialized.
- exception.php
- procedural page exception.php
Letter 'f'
- $filename
- in file translation_data.php, variable ezcTranslationData::$filename
The filename the string was found in
- filter_interface.php
- procedural page filter_interface.php
Letter 'g'
- getContext
- in file ts_backend.php, method ezcTranslationTsBackend::getContext()
Returns a array containing a translation map for the locale $locale and the context $context.
- getContext
- in file backend_interface.php, method ezcTranslationBackend::getContext()
Returns an array with translation data for the context $context and the locale $locale.
- getContext
- in file translation_manager.php, method ezcTranslationManager::getContext()
Returns the translations for the $context context and the locale $locale.
- getContextNames
- in file ts_backend.php, method ezcTranslationTsBackend::getContextNames()
Returns a list with all context names for the locale $locale.
- getInstance
- in file leet_filter.php, method ezcTranslationLeetFilter::getInstance()
Returns an instance of the class ezcTranslationFilterLeet
- getInstance
- in file bork_filter.php, method ezcTranslationBorkFilter::getInstance()
Returns an instance of the class ezcTranslationFilterBork
- getInstance
- in file complement_filter.php, method ezcTranslationComplementEmptyFilter::getInstance()
Returns an instance of the class ezcTranslationComplementEmptyFilter.
- getInstance
- in file filter_interface.php, method ezcTranslationFilter::getInstance()
Returns an instance of the class that implements this interface
- getOptions
- in file ts_backend.php, method ezcTranslationTsBackend::getOptions()
Returns the current options.
- getTranslation
- in file translation.php, method ezcTranslation::getTranslation()
Returns the translated version of the original string $key.
Letter 'i'
- initReader
- in file ts_backend.php, method ezcTranslationTsBackend::initReader()
Initializes the reader to read from locale $locale.
- initReader
- in file context_read_interface.php, method ezcTranslationContextRead::initReader()
Initializes the reader to read from the locale $locale.
- initWriter
- in file ts_backend.php, method ezcTranslationTsBackend::initWriter()
Initializes the writer to write to locale $locale.
- initWriter
- in file context_write_interface.php, method ezcTranslationContextWrite::initWriter()
Initializes the writer to write from the locale $locale.
Letter 'k'
- key
- in file ts_backend.php, method ezcTranslationTsBackend::key()
Returns the current context's name.
- key_not_available.php
- procedural page key_not_available.php
Letter 'l'
- $line
- in file translation_data.php, variable ezcTranslationData::$line
The line where the string is
- leet_filter.php
- procedural page leet_filter.php
Letter 'm'
- missing_translation_file.php
- procedural page missing_translation_file.php
Letter 'n'
- next
- in file ts_backend.php, method ezcTranslationTsBackend::next()
Advanced to the next context.
- not_configured.php
- procedural page not_configured.php
Letter 'o'
- $original
- in file translation_data.php, variable ezcTranslationData::$original
The original untranslated source string.
- OBSOLETE
- in file translation_data.php, class constant ezcTranslationData::OBSOLETE
Used when a translated string is obsolete.
- openTranslationFile
- in file ts_backend.php, method ezcTranslationTsBackend::openTranslationFile()
Creates an SimpleXML parser object for the locale $locale.
- openTranslationFileForWriting
- in file ts_backend.php, method ezcTranslationTsBackend::openTranslationFileForWriting()
Creates a DOM parser object for the locale $locale.
Letter 'p'
- $properties
- in file ts_backend.php, variable ezcTranslationTsBackend::$properties
Container to hold the properties
- parameter_missing.php
- procedural page parameter_missing.php
Letter 'r'
- rewind
- in file ts_backend.php, method ezcTranslationTsBackend::rewind()
Empty function to satisfy the Iterator interface.
- runFilter
- in file leet_filter.php, method ezcTranslationLeetFilter::runFilter()
Filters a context
- runFilter
- in file filter_interface.php, method ezcTranslationFilter::runFilter()
Filters the context $context.
- runFilter
- in file bork_filter.php, method ezcTranslationBorkFilter::runFilter()
Filters a context
- runFilter
- in file complement_filter.php, method ezcTranslationComplementEmptyFilter::runFilter()
Filters the context $context.
- reader_not_initialized.php
- procedural page reader_not_initialized.php
Letter 's'
- $status
- in file translation_data.php, variable ezcTranslationData::$status
The status, which is one of the three constants TRANSLATED, UNFINISHED or OBSOLETE.
- setOptions
- in file ts_backend.php, method ezcTranslationTsBackend::setOptions()
Set new options.
- setOptions
- in file backend_interface.php, method ezcTranslationBackend::setOptions()
Sets the backend specific $configurationData.
- storeContext
- in file ts_backend.php, method ezcTranslationTsBackend::storeContext()
Stores a context.
- storeContext
- in file context_write_interface.php, method ezcTranslationContextWrite::storeContext()
Stores the context named $context with the data $data.
Letter 't'
- $translation
- in file translation_data.php, variable ezcTranslationData::$translation
The translated string.
- TRANSLATED
- in file translation_data.php, class constant ezcTranslationData::TRANSLATED
Used when the translated string is up-to-date
- ts_backend.php
- procedural page ts_backend.php
- ts_backend.php
- procedural page ts_backend.php
- translation_data.php
- procedural page translation_data.php
- translation.php
- procedural page translation.php
- translation_manager.php
- procedural page translation_manager.php
Letter 'u'
- UNFINISHED
- in file translation_data.php, class constant ezcTranslationData::UNFINISHED
Used when a translated string has not been translated yet.
Letter 'v'
- valid
- in file ts_backend.php, method ezcTranslationTsBackend::valid()
Returns whether there is a new context available.
Letter 'w'
- writer_not_initialized.php
- procedural page writer_not_initialized.php