Skip to main content
A newer version of this page is available.

SnapStringId Enum

Contains values corresponding to strings that can be localized for a Snap application.

Namespace: DevExpress.Snap.Localization

Assembly: DevExpress.Snap.v19.1.Core.dll

Declaration

public enum SnapStringId

Members

Name Description
SortFieldAscendingCommand_MenuCaption

“Sort Ascending”

SortFieldAscendingCommand_Description

“Click to sort (in ascending order) by the field.”

SortFieldDescendingCommand_MenuCaption

“Sort Descending”

SortFieldDescendingCommand_Description

“Click to sort (in descending order) by the field.”

GroupByFieldCommand_MenuCaption

“Group By Field”

GroupByFieldCommand_Description

“Click to enable/disable grouping by field.\r\nThis will break the list into groups with the selected field being used as a grouping criterion.”

FilterFieldCommand_MenuCaption

“Filter”

FilterFieldCommand_Description

“Select which rows from the field to include in the list.\r\nTo define more complex filtering criteria, use the Filter option in the List tab.”

PropertiesCommand_MenuCaption

“Properties”

PropertiesCommand_Description

“Click to browse and customize the field’s properties.\r\nThis will invoke a menu that lists the main properties specific to the selected element’s type.”

SummaryCommand_MenuCaption

“Summary”

SummaryCommand_Description

“Choose the summary function to calculate for the field.\r\nThe summary function result will be shown at the list footer which is made visible if it previously was not.”

SummarySumCommand_MenuCaption

“Sum”

SummarySumCommand_Description

“Sum”

SummaryCountCommand_MenuCaption

“Count”

SummaryCountCommand_Description

“Count”

SummaryAverageCommand_MenuCaption

“Average”

SummaryAverageCommand_Description

“Average”

SummaryMinCommand_MenuCaption

“Min”

SummaryMinCommand_Description

“Min”

SummaryMaxCommand_MenuCaption

“Max”

SummaryMaxCommand_Description

“Max”

ListHeaderCommand_MenuCaption

“Header”

ListHeaderCommand_Description

“Click to add or remove a list header.\r\nIt contains columns captions by default.”

ListFooterCommand_MenuCaption

“Footer”

ListFooterCommand_Description

“Click to add or remove a list footer.\r\n It is blank by default. You can use it to present list summaries and other information.”

InsertListHeaderCommand_MenuCaption

“Add Header”

InsertListHeaderCommand_Description

“Add Header”

InsertListFooterCommand_MenuCaption

“Add Footer”

InsertListFooterCommand_Description

“Add Footer”

RemoveListHeaderCommand_MenuCaption

“Remove Header”

RemoveListHeaderCommand_Description

“Remove Header”

RemoveListFooterCommand_MenuCaption

“Remove Footer”

RemoveListFooterCommand_Description

“Remove Footer”

FilterListCommand_MenuCaption

“Filter”

FilterListCommand_Description

“Click to define a filter criterion for the list.\r\nTo only select which data records to display for a specific field, use the Filter option in the Field tab.”

ConvertToParagraphsCommand_MenuCaption

“Convert to Paragraphs”

ConvertToParagraphsCommand_Description

“Click to convert the tables to paragraphs.\r\nEvery field will then be presented in a separate paragraph, and you can highlight fields by using the Highlight option in the View tab of this toolbar.”

ChangeEditorRowLimitCommand_MenuCaption

“Editor Row Limit”

ChangeEditorRowLimitCommand_Description

“Define the maximum number of rows shown in the document lists and groups during your editing session.\r\nThis option allows you to save time when working with large datasources. It does not affect the document’s data in the print preview.”

DeleteListCommand_MenuCaption

“Delete List”

DeleteListCommand_Description

“Delete the list.”

InsertGroupHeaderCommand_MenuCaption

“Add Header”

InsertGroupHeaderCommand_Description

“Add Header”

InsertGroupFooterCommand_MenuCaption

“Add Footer”

InsertGroupFooterCommand_Description

“Add Footer”

RemoveGroupHeaderCommand_MenuCaption

“Remove Header”

RemoveGroupHeaderCommand_Description

“Remove Header”

RemoveGroupFooterCommand_MenuCaption

“Remove Footer”

RemoveGroupFooterCommand_Description

“Remove Footer”

GroupHeaderCommand_MenuCaption

“Header”

GroupHeaderCommand_Description

“Click to add or remove a group header.\r\nThe group header is created after a grouping has been applied by a field. The header displays the grouping criterion field.\r\nHiding both the header and footer of a group will disable grouping altogether.”

GroupFooterCommand_MenuCaption

“Footer”

GroupFooterCommand_Description

“Click to add or remove a group footer.\r\nThe footer displays the group summary function result. By default, the Count summary is being calculated, which you can change using the Summary option in the Field tab.\r\nHiding both the header and footer of a group will disable grouping altogether.”

GroupFieldsCollectionCommand_MenuCaption

“Group Fields”

GroupFieldsCollectionCommand_Description

“Click to manage the group’s criteria.\r\nEvery group can have multiple criteria. In the document, a separate group section is created for every grouping criterion, with its own header and footer.”

InsertGroupSeparatorCommand_MenuCaption

“Separator”

InsertGroupSeparatorCommand_Description

“Choose a separator to delimit groups in the document.”

InsertPageBreakGroupSeparatorCommand_MenuCaption

“Page Break”

InsertPageBreakGroupSeparatorCommand_Description

“Page Break

InsertNoneGroupSeparatorCommand_MenuCaption

“None”

InsertNoneGroupSeparatorCommand_Description

“None”

InsertEmptyParagraphGroupSeparatorCommand_MenuCaption

“Empty Paragraph”

InsertEmptyParagraphGroupSeparatorCommand_Description

“Empty Paragraph”

InsertEmptyRowGroupSeparatorCommand_MenuCaption

“Empty Row”

InsertEmptyRowGroupSeparatorCommand_Description

“Empty Row”

InsertSectionBreakNextPageGroupSeparatorCommand_MenuCaption

“Section (Next Page)”

InsertSectionBreakNextPageGroupSeparatorCommand_Description

“Section (Next Page)”

InsertSectionBreakEvenPageGroupSeparatorCommand_MenuCaption

“Section (Even Page)”

InsertSectionBreakEvenPageGroupSeparatorCommand_Description

“Section (Even Page)”

InsertSectionBreakOddPageGroupSeparatorCommand_MenuCaption

“Section (Odd Page)”

InsertSectionBreakOddPageGroupSeparatorCommand_Description

“Section (Odd Page)”

InsertDataRowSeparatorCommand_MenuCaption

“Separator”

InsertDataRowSeparatorCommand_Description

“Split the document into sections by inserting an appropriate separator in the current carriage position.”

InsertPageBreakDataRowSeparatorCommand_MenuCaption

“None”

InsertPageBreakDataRowSeparatorCommand_Description

“PageBreak”

InsertNoneDataRowSeparatorCommand_MenuCaption

“None”

InsertNoneDataRowSeparatorCommand_Description

“None”

InsertEmptyParagraphDataRowSeparatorCommand_MenuCaption

“Empty Paragraph”

InsertEmptyParagraphDataRowSeparatorCommand_Description

“Empty Paragraph”

InsertEmptyRowDataRowSeparatorCommand_MenuCaption

“Empty Row”

InsertEmptyRowDataRowSeparatorCommand_Description

“Empty Row”

InsertSectionBreakNextPageDataRowSeparatorCommand_MenuCaption

“Section (Next Page)”

InsertSectionBreakNextPageDataRowSeparatorCommand_Description

“Section (Next Page)”

InsertSectionBreakEvenPageDataRowSeparatorCommand_MenuCaption

“Section (Even Page)”

InsertSectionBreakEvenPageDataRowSeparatorCommand_Description

“Section (Even Page)”

InsertSectionBreakOddPageDataRowSeparatorCommand_MenuCaption

“Section (Odd Page)”

InsertSectionBreakOddPageDataRowSeparatorCommand_Description

“Section (Odd Page)”

Sorting_MenuCaption

“Sort”

ThemeName_Casual

“Casual”

ThemeName_ContrastCyan

“Contrast Cyan”

ThemeName_ContrastOrange

“Contrast Orange”

ThemeName_ContrastRed

“Contrast Red”

ThemeName_ContrastSalmon

“Contrast Salmon”

ThemeName_ContrastYellow

“Contrast Yellow”

ThemeName_DodgerBlue

“Dodger Blue”

ThemeName_FormalBlue

“Formal Blue”

ThemeName_MildBlue

“Mild Blue”

ThemeName_MildBrown

“Mild Brown”

ThemeName_MildCyan

“Mild Cyan”

ThemeName_MildViolet

“Mild Violet”

ThemeName_SoftLilac

“Soft Lilac”

ChangeThemeCommand_MenuCaption

“Change Theme”

ChangeThemeCommand_Description

“Change Theme”

ExportDocumentCommand_MenuCaption

“Export Document”

ExportDocumentCommand_Description

“Export Document”

MoveUp_MenuCaption

“Move Up”

MoveUp_Description

“Move Up”

MoveDown_MenuCaption

“Move Down”

MoveDown_Description

“Move Down”

ShowReportStructureEditorForm_MenuCaption

“Arrange Groups”

ShowReportStructureEditorForm_Description

“Arrange Groups”

MenuCmd_NewTableCellStyle

“New Table Cell Style”

MenuCmd_ModifyTableCellStyle

“Modify Table Cell Style”

MenuCmd_DeleteTableCellStyle

“Delete Table Cell Style”

NewDataSourceCommand_MenuCaption

“Add new Data Source”

NewDataSourceCommand_Description

“Add new Data Source”

RemoveDataSourceCommand_MenuCaption

“Remove Data Source”

RemoveDataSourceCommand_Description

“Remove the specified data source.”

InsertBarCodeCommand_MenuCaption

“Bar Code”

InsertBarCodeCommand_Description

“Insert Bar Code”

InsertSparklineCommand_MenuCaption

“Sparkline”

InsertSparklineCommand_Description

“Insert Sparkline”

InsertCheckBoxCommand_MenuCaption

“Check Box”

InsertCheckBoxCommand_Description

“Insert Check Box”

InsertChartCommand_MenuCaption

“Chart”

InsertChartCommand_Description

“Insert Chart”

InsertIndexCommand_MenuCaption

“Row Index”

InsertIndexCommand_Description

“Enumerates records of a data source column within the document.\r\n\r\nTo specify the format string of the currently selected index and define its behavior when within groups, click the Properties button in the Field tab.”

ToggleFieldHighlighting_MenuCaption

“Highlight Fields”

ToggleFieldHighlighting_Description

“Click to highlight all data fields in the document”

RunChartDesignerCommand_Description

“Run designer…”

RunChartDesignerCommand_MenuCaption

“Run designer…”

Msg_UnsupportedDocumentVersion

“Unsupported Snap document version”

Msg_DataSourceNameExists

“A datasource with the same name already exists”

Msg_InvalidEditorRowLimit

“Invalid value”

Msg_FieldDefinedAsSortingCriterionMoreThanOnce

“The {0} field can be defined as a sorting criterion only once.”

Msg_FieldAlreadyDefinedAsGroupingCriterion

“The {0} field has already been defined as a grouping criterion.”

Msg_CollectionAlreadyContainsTheme

“The collection already contains a theme named {0}.”

Msg_CannotDeleteDefaultTheme

“Cannot delete the default theme.”

Msg_ThemeIsNotLoaded

“The theme is not loaded. Cannot use the {0} theme.”

Msg_CannotPerformAsynchronousOperation

“Cannot perform the same asynchronous operation in multiple simultaneous threads.”

Msg_CannotChangeDataSourceName

“Cannot change the data source name.”

ShowGroupSortingsCheckBox_Text

“Show Group Sortings”

FileFilterDescription_SnapFiles

“Snap Document”

FileFilterDescription_SnapThemeFiles

“Snap Theme”

HighlightActiveElementCommand_MenuCaption

“Highlight”

HighlightActiveElementCommand_Description

“Click to show the information about the current element’s type and bounds”

SummaryTooltip

“Calculates the {0} summary function by the {1} field for the {2}”

EditorRowLimitShowAll

“(Show All)”

ReorderReportStructureForm_Text

“Groups Order Editor”

CustomSortForm_Text

“Sort”

ProgressIndicationForm_Text

“Performing mail merge…”

Msg_StopMailMerge

“Interrupt the report execution?”

Msg_MaintainDataSourceConnections

“Maintain data source connections that exist in the currently open document?”

ImportTemplate_Text

“Import Template”

Msg_RemoveSelectedDataSource

“Remove the selected data source?”

DataExplorer_Text

“Data Explorer”

SnapListLockException

“Modify attempt before BeginUpdate() call”

SnapListSecondBeginUpdateException

“Previous update should be finished before start new one”

SnapListPropertyOutOfDataException

“Value is out of data, list property must be reread after EndUpdate() call”

SnapEntityAddLock

“Unable to add new {0} while updating another field”

SnapEntityRemoveLock

“Unable to remove field while updating another one”

ArraysLengthsMismatchException

“Arrays must have same length”

SnapPrintPreviewCommand_MenuCaption

“Print Pre&view…”

SnapPrintPreviewCommand_Description

“Preview pages before printing.”

SnapPrintCommand_MenuCaption

“&Print…”

SnapPrintCommand_Description

“Select a printer, number of copies, and other printing options before printing.”

SnapQuickPrintCommand_MenuCaption

“&Quick Print”

SnapQuickPrintCommand_Description

“Send the document directly to the default printer without making changes.”

MailMergeDataSource_MenuCaption

“Data Source”

MailMergeDataSource_Description

“Select Mail Merge Data Source”

MailMergeFilters_MenuCaption

“Filter”

MailMergeFilters_Description

“Filter Mail Merge data”

MailMergeSorting_MenuCaption

“Sorting”

MailMergeSorting_Description

“Sort Mail Merge data”

MailMergeCurrentRecord_MenuCaption

“Current Record”

MailMergeCurrentRecord_Description

“Mail Merge Data Source record visible”

Msg_InvalidMailMergeCurrentRecord

“Invalid value”

RecordSeparator_None

“None”

RecordSeparator_PageBreak

“Page Break”

RecordSeparator_SectionNextPage

“Section (Next Page)”

RecordSeparator_SectionEvenPage

“Section (Even Page)”

RecordSeparator_SectionOddPage

“Section (Odd Page)”

RecordSeparator_Paragraph

“Paragraph”

FinishAndMergeCommand_MenuCaption

“Finish and Merge”

FinishAndMergeCommand_Description

“Export, preview or print the document.\r\n\r\nThe document can include all available data records, or only part of them (i.e., the specified data row range, or only the single row that is currently displayed). Data records can be split off by using a separator of a selected type.”

TemplateDecoratorType_DataRow

“DataRow”

TemplateDecoratorType_GroupFooter

“GroupFooter”

TemplateDecoratorType_GroupHeader

“GroupHeader”

TemplateDecoratorType_GroupSeparator

“GroupSeparator”

TemplateDecoratorType_ListFooter

“ListFooter”

TemplateDecoratorType_ListHeader

“ListHeader”

TemplateDecoratorType_Separator

“Separator”

TemplateDecoratorType_WholeGroup

“WholeGroup”

TemplateDecoratorType_WholeList

“WholeList”

HotZonePainter_DropValues

“Drop values”

HotZonePainter_DropArguments

“Drop arguments”

HotZonePainter_SecondLine

“here”

ReportExplorer_ListNode

“List”

ReportExplorer_GroupNode

“Group”

CalculatedField_DataMember

“Data Member”

CalculatedField_Expression

“Expression”

CalculatedField_FieldType

“Field Type”

CalculatedField_Name

“Name”

CalculatedField_DataSourceName

“Data Source Name”

GroupField_FieldName

“Field Name”

GroupField_SortOrder

“Sort Order”

ParametersErrorInvalidCharacters

“Cannot create a parameter with invalid name.”

ParametersErrorNoName

“Cannot create a parameter without specifying its name.”

ParameterService_AddParameter

“New Parameter”

ParameterService_CreateParameter

“Query Parameter”

SortingForm_SortByColumnCaption

“Sort by”

SortingForm_OrderColumnCaption

“Order”

Msg_FillDataError

“Error when trying to populate the datasource. The following exception was thrown:\r\n{0}.”

Msg_InvalidCalculatedFieldName

“The specified calculated field name is not valid: {0}.”

Msg_AssignChartDataSourceError

“Cannot bind a chart to the data source. The following exception is thrown:\r\n{0}.”

Msg_BindChartSeriesError

“A chart series cannot use data from different data sources.”

Msg_IncompatibleArgumentDataMember

“The type of the {0} argument data member isn’t compatible with the {1} scale.”

Msg_IncompatibleValueDataMember

“The type of the {0} value data member isn’t compatible with the {1} scale.”

Msg_InvalidDataSourceName

“The specified data source name is not valid: {0}.”

Msg_FilterCriteriaInvalidExpression

“The specified expression contains invalid symbols (line {0}, character {1}).”

Msg_FilterCriteriaInvalidExpressionEx

“The specified expression is invalid.”

MessageBoxWarningTitle

Warning

CustomAssemblyWarning

You are about to load a third-party library: ‘{0}’.\r\n\r\nBefore you proceed, please consider resulting security risks and make sure that this library is supplied from a trusted source.

WizardPageDataSourceName

“Enter the data source name”

Remarks

For more information, refer to the Localization topic.

See Also