templates.group[DataSettings].info.desc=Contains information for displaying, sorting and ordering of data.
templates.group[DataSettings].prop[Filter].info.desc=Contains a filter condition for a data object like a database table or query. The conditions must be defined according to the rules of SQL.
templates.group[DataSettings].prop[ApplyFilter].info.desc=Indicates whether the filter is applied.
templates.group[DataSettings].prop[Order].info.desc=Contains a sort rule for a data object, such as a database table or query. The rule must be defined according to the rules of SQL.
templates.group[DataSettings].prop[RowHeight].info.desc=Specifies the height of a data row.
templates.group[DataSettings].prop[TextColor].info.desc=Specifies the text color (RGB) for displaying text.
templates.group[DataSettings].prop[TextLineColor].info.desc=Specifies the color (RGB) for text lines (i.e. underlining and outstriking).
templates.group[DataSettings].prop[CharacterEmphasis].info.desc=Specifies the character emphasis to use. This is a com.sun.star.awt.FontEmphasisMark value.
templates.group[DataSettings].prop[CharacterRelief].info.desc=Specifies the character relief to use. This is a com.sun.star.FontRelief value.
templates.group[DataSettings].node-ref[Font].info.desc=Specifies the font attributes for data displaying.
templates.group[Column].info.desc=Contains information for displaying the data of a column.
templates.group[Column].prop[FormatKey].info.desc=Contains the index of the number format that is used for the column. If the number format to be used for this column is not a standard number format (and thus can't be made persistent using a format key only), the FormatDescriptor and FormatLocale settings should be applied to calculate the format. FormatKey would be NULL in this case. If FormatKey as well as FormatDescriptor are NULL, a default number format should be used according to the data type of the column.
templates.group[Column].prop[FormatString].info.desc=Contains the format which will be used to query the format key when not already set.
templates.group[Column].prop[FormatLocale].info.desc=Contains the locale which will be used to query the format key when not already set.
templates.group[Column].prop[Align].info.desc=Specifies the alignment of a columns text. If the value is a default alignment, it should be applied according to the datatype of the column.
templates.group[Column].prop[Width].info.desc=Specifies the width of the column displayed in a grid. If the value is NULL, a default width should be used according to the size of the columns name. [UNIT=1/100 mm]
templates.group[Column].prop[Position].info.desc=Specifies the position of the column within a grid. If the value is NULL, the default position should be used.
templates.group[Column].prop[Hidden].info.desc=Determines whether the column is displayed.
templates.group[Column].prop[Control].info.desc=Contains information about a control used for displaying and editing the columns data.
templates.group[Column].prop[HelpText].info.desc=Describes an optional help text which can be used by UI components when representing this column.
templates.group[Column].prop[ControlDefault].info.desc=Describes the default value which should be displayed by a control when moving to a new row.
templates.group[Table].info.desc=Contains information for displaying the data of a table.
templates.group[Table].node-ref[Settings].info.desc=Extends the database table with additional display information, sorting and filtering criterias.
templates.group[Table].set[Columns].info.desc=Contains a list of column layout information.
templates.group[Query].info.desc=Specifies a database query according to the rules of SQL and contains information for displaying the query result data.
templates.group[Query].prop[Command].info.desc=Specifies the SQL command.
templates.group[Query].prop[EscapeProcessing].info.desc=Determines whether the escape processing should be applied on the command.
templates.group[Query].prop[UpdateTableName].info.desc=Specifies the name of the table which should be updated. This is usually used for queries which relate to more than one table.
templates.group[Query].prop[UpdateSchemaName].info.desc=Specifies the name of the update table schema.
templates.group[Query].prop[UpdateCatalogName].info.desc=Specifies the name of the update table catalog.
templates.group[Query].prop[LayoutInformation].info.desc=Contains the information for the query design.
templates.group[Query].node-ref[Settings].info.desc=Extends the database table with additional display information, sorting and filtering criterias.
templates.group[Query].set[Columns].info.desc=Contains a list of column layout information.
templates.group[DataSourceSetting].info.desc=Defines the value for database driver specific value.
templates.group[DataSourceSetting].prop[Value].info.desc=Contains the value of the data source setting item.
templates.group[Bookmark].info.desc=Contains a list of bookmarks to documents.
templates.group[Bookmark].prop[DocumentLocation].info.desc=Specifies the location of a document.
templates.group[DataSourceDescription].info.desc=Describes how to establish a database connection and how to filter and layout the database data.
templates.group[DataSourceDescription].prop[URL].info.desc=Indicates a database URL, which locates a database driver.
templates.group[DataSourceDescription].prop[IsPasswordRequired].info.desc=Indicates that a password is always necessary.
templates.group[DataSourceDescription].prop[TableFilter].info.desc=Defines a list of tables on which the DataSource has its focus. If empty, all the tables are used.
templates.group[DataSourceDescription].prop[TableTypeFilter].info.desc=Defines a list of table types, on which the DataSource has its focus. If empty, all the tables types are used.
templates.group[DataSourceDescription].prop[NumberFormatSettings].info.desc=Provides information about number formats used for the columns of queries and tables.
templates.group[DataSourceDescription].prop[User].info.desc=Specifies the user name for the authentication upon creating a connection to the data source.
templates.group[DataSourceDescription].prop[LoginTimeout].info.desc=Specifies the default time-out to be used when establishing a connection for this data source.
templates.group[DataSourceDescription].prop[SuppressVersionColumns].info.desc=Suppresses version columns in components that display data obtained from the data source that you specify, if set to true (the default).
templates.group[DataSourceDescription].prop[LayoutInformation].info.desc=Contains the information for the relation design.
templates.group[DataSourceDescription].set[DataSourceSettings].info.desc=Specifies a list of arbitrary string tag/value pairs as connection arguments; normally at least a "user" and "password" property should be included.
templates.group[DataSourceDescription].set[Tables].info.desc=Contains filtering and layout settings for specific database tables.
templates.group[DataSourceDescription].set[Queries].info.desc=Contains a list of database queries.
templates.group[DataSourceDescription].set[Bookmarks].info.desc=Contains a list of links to associated documents.
templates.group[DataSource].info.desc=Specifies the data source to be used for the bibliography.
templates.group[DataSource].prop[DataSourceName].info.desc=Specifies the name of the registered data source.
templates.group[DataSource].prop[Command].info.desc=Specifies the command to execute on the data source to retrieve the result set. This may be an SQL command or a table name or a query name.
templates.group[DataSource].prop[CommandType].info.desc=Determines the exact meaning of Command. Valid values are: 0 - Command is a table name 1 - Command is a query name 2 - Command is an SQL command.
templates.group[DataSource].set[Fields].info.desc=Specifies the column name mapping between the programatic column name and the logical column name.
templates.group[FieldAssignment].info.desc=Specifies the mapping between the desired (logical) column titles and the real column titles of the data source.
templates.group[FieldAssignment].prop[ProgrammaticFieldName].info.desc=Specifies the desired (logical) column name.
templates.group[FieldAssignment].prop[AssignedFieldName].info.desc=Specifies the real column name used in the data source.
templates.group[DriverPooling].info.desc=Specifies the connection pooling of used database drivers.
templates.group[DriverPooling].prop[DriverName].info.desc=Specifies the name of the database drivers.
templates.group[DriverPooling].prop[Enable].info.desc=Specifies if the pooling for this driver should be enabled.
templates.group[DriverPooling].prop[Timeout].info.desc=Specifies the time after a connection will be released.
templates.group[UserDefinedDriver].info.desc=Specifies the user defined database drivers which should appear in the data source administration dialog.
templates.group[UserDefinedDriver].prop[DriverPageDisplayName].info.desc=Specifies the display name of the database driver page.
templates.group[UserDefinedDriver].prop[DriverTypeDisplayName].info.desc=Specifies the display name of the database driver.
templates.group[UserDefinedDriver].prop[DriverDsnPrefix].info.desc=Specifies the prefix of the URL of the database driver.
component.group[DriverManager].info.desc=Specifies additional information about the database drivers.
component.group[DriverManager].prop[DriverPrecedence].info.desc=Specifies order of database drivers in which they should be asked if the accept the connection string.
component.group[ConnectionPool].info.desc=Specifies all information which is needed for the global connection pool.
component.group[ConnectionPool].prop[EnablePooling].info.desc=Specifies if the global connection pool is enabled.
component.group[ConnectionPool].set[DriverSettings].info.desc=Specifies the connection pooling of used database drivers.
component.set[DataSources].info.desc=Contains a list of descriptions for data sources.
component.set[UserDefinedDriverSettings].info.desc=Contains a list of descriptions for user defined drivers.
component.group[AddressBook].info.desc=Specifies the data source that can be used as an AddressBook.
component.group[AddressBook].prop[DataSourceName].info.desc=Specifies the name of the registered data source.
component.group[AddressBook].prop[Command].info.desc=Specifies the command to execute on the data source to retrieve the result set. This may be an SQL command or a table name or a query name.
component.group[AddressBook].prop[CommandType].info.desc=Determines the exact meaning of Command. Valid values are: 0 - Command is a table name 1 - Command is a query name 2 - Command is an SQL command.
component.group[AddressBook].prop[AutoPilotCompleted].info.desc=Specifies if the auto pilot is completed.
component.group[AddressBook].set[Fields].info.desc=Specifies the column name mapping between the programatic column name and the logical column name.
component.group[Bibliography].info.desc=Specifies settings of the bibliography component
component.group[Bibliography].prop[BeamerHeight].info.desc=Specifies the height of the database beamer
component.group[Bibliography].prop[ViewHeight].info.desc=Specifies the height of the view window
component.group[Bibliography].prop[QueryText].info.desc=Specifies the search text for filtering
component.group[Bibliography].prop[QueryField].info.desc=Specifies the search field for filtering
component.group[Bibliography].prop[ShowColumnAssignmentWarning].info.desc=Determines whether a non-assigned column results in a warning box.
component.group[Bibliography].node-ref[CurrentDataSource].info.desc=Determines the current data source for the bibliography.
component.group[Bibliography].set[DataSourceHistory].info.desc=Specifies the data source that can be used as a bibliography.
component.group[DriverSettings].info.desc=Specifies the driver settings that are used.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.MozabDriver].info.desc=Specifies the driver settings for the mozilla database driver.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.MozabDriver].group[MozillaPreferences].info.desc=Specifies the mozilla preferences.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.MozabDriver].group[MozillaPreferences].prop[ProfileName].info.desc=Specifies the mozilla profile name.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.MozabDriver].group[ColumnAliases].info.desc=Specifies the column alias names used.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.MozabDriver].group[ColumnAliases].prop[FirstName].info.desc=Specifies the first name.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.MozabDriver].group[ColumnAliases].prop[LastName].info.desc=Specifies the last name.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.MozabDriver].group[ColumnAliases].prop[DisplayName].info.desc=Specifies the display name.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.MozabDriver].group[ColumnAliases].prop[NickName].info.desc=Specifies the nickname.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.MozabDriver].group[ColumnAliases].prop[PrimaryEmail].info.desc=Specifies the primary email.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.MozabDriver].group[ColumnAliases].prop[SecondEmail].info.desc=Specifies the first name.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.MozabDriver].group[ColumnAliases].prop[PreferMailFormat].info.desc=Specifies the preferred mail format.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.MozabDriver].group[ColumnAliases].prop[WorkPhone].info.desc=Specifies the phone at work.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.MozabDriver].group[ColumnAliases].prop[HomePhone].info.desc=Specifies the phone at home.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.MozabDriver].group[ColumnAliases].prop[FaxNumber].info.desc=Specifies the fax number.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.MozabDriver].group[ColumnAliases].prop[PagerNumber].info.desc=Specifies the pager number.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.MozabDriver].group[ColumnAliases].prop[CellularNumber].info.desc=Specifies the cellular number.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.MozabDriver].group[ColumnAliases].prop[HomeAddress].info.desc=Specifies the home address.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.MozabDriver].group[ColumnAliases].prop[HomeAddress2].info.desc=Specifies the 2nd home address.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.MozabDriver].group[ColumnAliases].prop[HomeCity].info.desc=Specifies the home city.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.MozabDriver].group[ColumnAliases].prop[HomeState].info.desc=Specifies the home state.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.MozabDriver].group[ColumnAliases].prop[HomeZipCode].info.desc=Specifies the home ZIP code.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.MozabDriver].group[ColumnAliases].prop[HomeCountry].info.desc=Specifies the home country.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.MozabDriver].group[ColumnAliases].prop[WorkAddress].info.desc=Specifies the work address.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.MozabDriver].group[ColumnAliases].prop[WorkAddress2].info.desc=Specifies the 2nd work address.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.MozabDriver].group[ColumnAliases].prop[WorkCity].info.desc=Specifies the work city.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.MozabDriver].group[ColumnAliases].prop[WorkState].info.desc=Specifies the work state.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.MozabDriver].group[ColumnAliases].prop[WorkZipCode].info.desc=Specifies the work ZIP code.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.MozabDriver].group[ColumnAliases].prop[WorkCountry].info.desc=Specifies the work country.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.MozabDriver].group[ColumnAliases].prop[JobTitle].info.desc=Specifies the job title.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.MozabDriver].group[ColumnAliases].prop[Department].info.desc=Specifies the department.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.MozabDriver].group[ColumnAliases].prop[Company].info.desc=Specifies the company.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.MozabDriver].group[ColumnAliases].prop[WebPage1].info.desc=Specifies the 1st webpage.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.MozabDriver].group[ColumnAliases].prop[WebPage2].info.desc=Specifies the 2nd webpage.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.MozabDriver].group[ColumnAliases].prop[BirthYear].info.desc=Specifies the birth year.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.MozabDriver].group[ColumnAliases].prop[BirthMonth].info.desc=Specifies the birth month.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.MozabDriver].group[ColumnAliases].prop[BirthDay].info.desc=Specifies the birth day.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.MozabDriver].group[ColumnAliases].prop[Custom1].info.desc=Specifies the 1st custom field.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.MozabDriver].group[ColumnAliases].prop[Custom2].info.desc=Specifies the 2nd custom field.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.MozabDriver].group[ColumnAliases].prop[Custom3].info.desc=Specifies the 3rd custom field.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.MozabDriver].group[ColumnAliases].prop[Custom4].info.desc=Specifies the 4th custom field.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.MozabDriver].group[ColumnAliases].prop[Notes].info.desc=Specifies the notes.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.evoab.OEvoabDriver].info.desc=Specifies the driver settings for the evolution database driver.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.evoab.OEvoabDriver].group[EvolutionPreferences].info.desc=Specifies the evolution preferences.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.evoab.OEvoabDriver].group[EvolutionPreferences].prop[FullPathExportingCommand].info.desc=Specifies the evolution full path exporting command name.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.evoab.OEvoabDriver].group[ColumnAliases].info.desc=Specifies the column alias names used.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.evoab.OEvoabDriver].group[ColumnAliases].prop[FirstName].info.desc=Specifies the first name.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.evoab.OEvoabDriver].group[ColumnAliases].prop[LastName].info.desc=Specifies the last name.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.evoab.OEvoabDriver].group[ColumnAliases].prop[DisplayName].info.desc=Specifies the display name.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.evoab.OEvoabDriver].group[ColumnAliases].prop[NickName].info.desc=Specifies the nickname.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.evoab.OEvoabDriver].group[ColumnAliases].prop[PrimaryEmail].info.desc=Specifies the primary email.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.evoab.OEvoabDriver].group[ColumnAliases].prop[SecondEmail].info.desc=Specifies the first name.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.evoab.OEvoabDriver].group[ColumnAliases].prop[PreferMailFormat].info.desc=Specifies the perfered mail format.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.evoab.OEvoabDriver].group[ColumnAliases].prop[WorkPhone].info.desc=Specifies the phone at work.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.evoab.OEvoabDriver].group[ColumnAliases].prop[HomePhone].info.desc=Specifies the phone at home.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.evoab.OEvoabDriver].group[ColumnAliases].prop[FaxNumber].info.desc=Specifies the fax number.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.evoab.OEvoabDriver].group[ColumnAliases].prop[PagerNumber].info.desc=Specifies the pager number.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.evoab.OEvoabDriver].group[ColumnAliases].prop[CellularNumber].info.desc=Specifies the cellular number.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.evoab.OEvoabDriver].group[ColumnAliases].prop[HomeAddress].info.desc=Specifies the home address.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.evoab.OEvoabDriver].group[ColumnAliases].prop[HomeAddress2].info.desc=Specifies the 2nd home address.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.evoab.OEvoabDriver].group[ColumnAliases].prop[HomeCity].info.desc=Specifies the home city.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.evoab.OEvoabDriver].group[ColumnAliases].prop[HomeState].info.desc=Specifies the home state.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.evoab.OEvoabDriver].group[ColumnAliases].prop[HomeZipCode].info.desc=Specifies the home ZIP code.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.evoab.OEvoabDriver].group[ColumnAliases].prop[HomeCountry].info.desc=Specifies the home country.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.evoab.OEvoabDriver].group[ColumnAliases].prop[WorkAddress].info.desc=Specifies the work address.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.evoab.OEvoabDriver].group[ColumnAliases].prop[WorkAddress2].info.desc=Specifies the 2nd work address.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.evoab.OEvoabDriver].group[ColumnAliases].prop[WorkCity].info.desc=Specifies the work city.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.evoab.OEvoabDriver].group[ColumnAliases].prop[WorkState].info.desc=Specifies the work state.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.evoab.OEvoabDriver].group[ColumnAliases].prop[WorkZipCode].info.desc=Specifies the work ZIP code.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.evoab.OEvoabDriver].group[ColumnAliases].prop[WorkCountry].info.desc=Specifies the work country.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.evoab.OEvoabDriver].group[ColumnAliases].prop[JobTitle].info.desc=Specifies the job title.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.evoab.OEvoabDriver].group[ColumnAliases].prop[Department].info.desc=Specifies the department.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.evoab.OEvoabDriver].group[ColumnAliases].prop[Company].info.desc=Specifies the company.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.evoab.OEvoabDriver].group[ColumnAliases].prop[WebPage1].info.desc=Specifies the 1st webpage.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.evoab.OEvoabDriver].group[ColumnAliases].prop[WebPage2].info.desc=Specifies the 2nd webpage.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.evoab.OEvoabDriver].group[ColumnAliases].prop[BirthYear].info.desc=Specifies the birth year.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.evoab.OEvoabDriver].group[ColumnAliases].prop[BirthMonth].info.desc=Specifies the birth month.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.evoab.OEvoabDriver].group[ColumnAliases].prop[BirthDay].info.desc=Specifies the birth day.
component.group[DriverSettings].group[com.sun.star.comp.sdbc.evoab.OEvoabDriver].group[ColumnAliases].prop[Notes].info.desc=Specifies the notes.
component.group[FormSearchOptions].info.desc=Specifies the options for searching in forms.
component.group[FormSearchOptions].prop[SearchType].info.desc=Specifies the search type.
component.group[FormSearchOptions].prop[SearchType].constraints.enumeration[text].info.desc=Search for text
component.group[FormSearchOptions].prop[SearchType].constraints.enumeration[null].info.desc=Search for NULL
component.group[FormSearchOptions].prop[SearchType].constraints.enumeration[non-null].info.desc=Search for non-NULL
component.group[FormSearchOptions].prop[SearchPosition].info.desc=Specifies the search position.
component.group[FormSearchOptions].prop[SearchHistory].info.desc=Contains a list of the previous search strings.
component.group[FormSearchOptions].prop[IsSearchAllFields].info.desc=Specifies if all fields should be searched.
component.group[FormSearchOptions].prop[IsUseFormatter].info.desc=Specifies that the formatter should be used.
component.group[FormSearchOptions].prop[IsBackwards].info.desc=Specifies that the search starts backward.
component.group[FormSearchOptions].prop[IsWildcardSearch].info.desc=Specifies that the search contains wildcards.
component.group[FormSearchOptions].prop[IsUseRegularExpression].info.desc=Specifies that regular expressions should be used.
component.group[FormSearchOptions].prop[IsSimilaritySearch].info.desc=Specifies that the similarity search should be used.
component.group[FormSearchOptions].prop[IsLevenshteinRelaxed].info.desc=Specifies that the similarity search should be combined.
component.group[FormSearchOptions].prop[LevenshteinOther].info.desc=Specifies the number of characters that can be exchanged while searching for similarity.
component.group[FormSearchOptions].prop[LevenshteinShorter].info.desc=Specifies the number of characters that can be deleted while searching for similarity.
component.group[FormSearchOptions].prop[LevenshteinLonger].info.desc=Specifies the number of characters that can be added while searching for similarity.
component.group[FormSearchOptions].prop[IsMatchCase].info.desc=Specifies that the searched value should match.
component.group[FormSearchOptions].prop[IsUseAsianOptions].info.desc=Specifies that the Asian options for search should be used.
component.group[FormSearchOptions].group[Japanese].info.desc=Specifies the Japanese options for searching.
component.group[FormSearchOptions].group[Japanese].prop[IsMatchFullHalfWidthForms].info.desc=Specifies the MatchFullHalfWidthForms search option is enabled.
component.group[FormSearchOptions].group[Japanese].prop[IsMatchHiraganaKatakana].info.desc=Specifies the MatchHiraganaKatakana search option is enabled.
component.group[FormSearchOptions].group[Japanese].prop[IsMatchContractions].info.desc=Specifies the MatchContractions search option is enabled.
component.group[FormSearchOptions].group[Japanese].prop[IsMatchMinusDashCho-on].info.desc=Specifies the MatchMinusDashCho-on search option is enabled.
component.group[FormSearchOptions].group[Japanese].prop[IsMatchRepeatCharMarks].info.desc=Specifies the MatchRepeatCharMarks search option is enabled.
component.group[FormSearchOptions].group[Japanese].prop[IsMatchVariantFormKanji].info.desc=Specifies the MatchVariantFormKanji search option is enabled.
component.group[FormSearchOptions].group[Japanese].prop[IsMatchOldKanaForms].info.desc=Specifies the MatchOldKanaForms search option is enabled.
component.group[FormSearchOptions].group[Japanese].prop[IsMatch_DiZi_DuZu].info.desc=Specifies the Match_DiZi_DuZu search option is enabled.
component.group[FormSearchOptions].group[Japanese].prop[IsMatch_BaVa_HaFa].info.desc=Specifies the Match_BaVa_HaFa search option is enabled.
component.group[FormSearchOptions].group[Japanese].prop[IsMatch_TsiThiChi_DhiZi].info.desc=Specifies the Match_TsiThiChi_DhiZi search option is enabled.
component.group[FormSearchOptions].group[Japanese].prop[IsMatch_HyuIyu_ByuVyu].info.desc=Specifies the Match_HyuIyu_ByuVyu search option is enabled.
component.group[FormSearchOptions].group[Japanese].prop[IsMatch_SeShe_ZeJe].info.desc=Specifies the Match_SeShe_ZeJe search option is enabled.
component.group[FormSearchOptions].group[Japanese].prop[IsMatch_IaIya].info.desc=Specifies the Match_IaIya search option is enabled.
component.group[FormSearchOptions].group[Japanese].prop[IsMatch_KiKu].info.desc=Specifies the Match_KiKu search option is enabled.
component.group[FormSearchOptions].group[Japanese].prop[IsIgnorePunctuation].info.desc=Specifies the IgnorePunctuation search option is enabled.
component.group[FormSearchOptions].group[Japanese].prop[IsIgnoreWhitespace].info.desc=Specifies the IgnoreWhitespace search option is enabled.
component.group[FormSearchOptions].group[Japanese].prop[IsIgnoreProlongedSoundMark].info.desc=Specifies the IgnoreProlongedSoundMark search option is enabled.
component.group[FormSearchOptions].group[Japanese].prop[IsIgnoreMiddleDot].info.desc=Specifies the IgnoreMiddleDot search option is enabled.