From 5005db5c86c38844fe537e1d3272e1dd19384005 Mon Sep 17 00:00:00 2001 From: Tanya Dimitrova Date: Tue, 19 May 2020 15:33:39 +0300 Subject: [PATCH] Update Localization example for RadRichTextBox --- DocumentProcessing | 2 +- .../RadRichTextBoxResources.Designer.cs | 1293 ++++++++++++++++- .../Localization/RadRichTextBoxResources.resx | 437 +++++- 3 files changed, 1724 insertions(+), 8 deletions(-) diff --git a/DocumentProcessing b/DocumentProcessing index 467f9fd3..f1aaa7d8 160000 --- a/DocumentProcessing +++ b/DocumentProcessing @@ -1 +1 @@ -Subproject commit 467f9fd32f95f8c82b96dda50b37e6a7432f042e +Subproject commit f1aaa7d8a5678940b5713fd1fbd0f7551fc6131e diff --git a/RichTextBox/Localization/RadRichTextBoxResources.Designer.cs b/RichTextBox/Localization/RadRichTextBoxResources.Designer.cs index 2004e977..6e1e2881 100644 --- a/RichTextBox/Localization/RadRichTextBoxResources.Designer.cs +++ b/RichTextBox/Localization/RadRichTextBoxResources.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.18052 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -19,7 +19,7 @@ namespace Localization { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] public class RadRichTextBoxResources { @@ -123,6 +123,159 @@ namespace Localization { } } + /// + /// Looks up a localized string similar to Art. + /// + public static string Documents_AddBibliographySource_BibliographySourceType_Art { + get { + return ResourceManager.GetString("Documents_AddBibliographySource_BibliographySourceType_Art", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Book. + /// + public static string Documents_AddBibliographySource_BibliographySourceType_Book { + get { + return ResourceManager.GetString("Documents_AddBibliographySource_BibliographySourceType_Book", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Book Section. + /// + public static string Documents_AddBibliographySource_BibliographySourceType_BookSection { + get { + return ResourceManager.GetString("Documents_AddBibliographySource_BibliographySourceType_BookSection", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Case. + /// + public static string Documents_AddBibliographySource_BibliographySourceType_Case { + get { + return ResourceManager.GetString("Documents_AddBibliographySource_BibliographySourceType_Case", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Conference Proceedings. + /// + public static string Documents_AddBibliographySource_BibliographySourceType_ConferenceProceedings { + get { + return ResourceManager.GetString("Documents_AddBibliographySource_BibliographySourceType_ConferenceProceedings", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Document From Web site. + /// + public static string Documents_AddBibliographySource_BibliographySourceType_DocumentFromWebsite { + get { + return ResourceManager.GetString("Documents_AddBibliographySource_BibliographySourceType_DocumentFromWebsite", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Electronic Source. + /// + public static string Documents_AddBibliographySource_BibliographySourceType_ElectronicSource { + get { + return ResourceManager.GetString("Documents_AddBibliographySource_BibliographySourceType_ElectronicSource", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Film. + /// + public static string Documents_AddBibliographySource_BibliographySourceType_Film { + get { + return ResourceManager.GetString("Documents_AddBibliographySource_BibliographySourceType_Film", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Interview. + /// + public static string Documents_AddBibliographySource_BibliographySourceType_Interview { + get { + return ResourceManager.GetString("Documents_AddBibliographySource_BibliographySourceType_Interview", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Journal Article. + /// + public static string Documents_AddBibliographySource_BibliographySourceType_JournalArticle { + get { + return ResourceManager.GetString("Documents_AddBibliographySource_BibliographySourceType_JournalArticle", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Miscellaneous. + /// + public static string Documents_AddBibliographySource_BibliographySourceType_Misc { + get { + return ResourceManager.GetString("Documents_AddBibliographySource_BibliographySourceType_Misc", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Patent. + /// + public static string Documents_AddBibliographySource_BibliographySourceType_Patent { + get { + return ResourceManager.GetString("Documents_AddBibliographySource_BibliographySourceType_Patent", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Performance. + /// + public static string Documents_AddBibliographySource_BibliographySourceType_Performance { + get { + return ResourceManager.GetString("Documents_AddBibliographySource_BibliographySourceType_Performance", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Article in a Periodical. + /// + public static string Documents_AddBibliographySource_BibliographySourceType_PeriodicalArticle { + get { + return ResourceManager.GetString("Documents_AddBibliographySource_BibliographySourceType_PeriodicalArticle", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Report. + /// + public static string Documents_AddBibliographySource_BibliographySourceType_Report { + get { + return ResourceManager.GetString("Documents_AddBibliographySource_BibliographySourceType_Report", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Sound Recording. + /// + public static string Documents_AddBibliographySource_BibliographySourceType_SoundRecording { + get { + return ResourceManager.GetString("Documents_AddBibliographySource_BibliographySourceType_SoundRecording", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Web site. + /// + public static string Documents_AddBibliographySource_BibliographySourceType_Website { + get { + return ResourceManager.GetString("Documents_AddBibliographySource_BibliographySourceType_Website", resourceCulture); + } + } + /// /// Looks up a localized string similar to Create Source. /// @@ -1158,6 +1311,15 @@ namespace Localization { } } + /// + /// Looks up a localized string similar to Columns. + /// + public static string Documents_Commands_ChangeSectionColumnsCommand_Name { + get { + return ResourceManager.GetString("Documents_Commands_ChangeSectionColumnsCommand_Name", resourceCulture); + } + } + /// /// Looks up a localized string similar to Font Formatting. /// @@ -1239,6 +1401,15 @@ namespace Localization { } } + /// + /// Looks up a localized string similar to Headings. + /// + public static string Documents_Commands_ChangeTableRowRepeatOnEveryPageCommand_Name { + get { + return ResourceManager.GetString("Documents_Commands_ChangeTableRowRepeatOnEveryPageCommand_Name", resourceCulture); + } + } + /// /// Looks up a localized string similar to Tag. /// @@ -1563,6 +1734,24 @@ namespace Localization { } } + /// + /// Looks up a localized string similar to Insertion. + /// + public static string Documents_Commands_InsertionCommand_Name { + get { + return ResourceManager.GetString("Documents_Commands_InsertionCommand_Name", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Insert Page Break. + /// + public static string Documents_Commands_InsertPageBreak_Name { + get { + return ResourceManager.GetString("Documents_Commands_InsertPageBreak_Name", resourceCulture); + } + } + /// /// Looks up a localized string similar to Protect. /// @@ -1716,6 +1905,24 @@ namespace Localization { } } + /// + /// Looks up a localized string similar to Automatic Spacing After. + /// + public static string Documents_Commands_ParagraphAutomaticSpacingAfterCommand_Name { + get { + return ResourceManager.GetString("Documents_Commands_ParagraphAutomaticSpacingAfterCommand_Name", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Automatic Spacing Before. + /// + public static string Documents_Commands_ParagraphAutomaticSpacingBeforeCommand_Name { + get { + return ResourceManager.GetString("Documents_Commands_ParagraphAutomaticSpacingBeforeCommand_Name", resourceCulture); + } + } + /// /// Looks up a localized string similar to Paragraph Background. /// @@ -1878,6 +2085,15 @@ namespace Localization { } } + /// + /// Looks up a localized string similar to Page Number. + /// + public static string Documents_Commands_SectionChangeFirstPageNumberCommand_Name { + get { + return ResourceManager.GetString("Documents_Commands_SectionChangeFirstPageNumberCommand_Name", resourceCulture); + } + } + /// /// Looks up a localized string similar to Page Setup. /// @@ -2067,6 +2283,15 @@ namespace Localization { } } + /// + /// Looks up a localized string similar to Unmerge Cells. + /// + public static string Documents_Commands_UnmergeTableCellsCommand_Name { + get { + return ResourceManager.GetString("Documents_Commands_UnmergeTableCellsCommand_Name", resourceCulture); + } + } + /// /// Looks up a localized string similar to Update All Captions. /// @@ -2094,6 +2319,600 @@ namespace Localization { } } + /// + /// Looks up a localized string similar to Add Choice. + /// + public static string Documents_ContentControlsDialogs_AddModifySection_AddChoiceTitle { + get { + return ResourceManager.GetString("Documents_ContentControlsDialogs_AddModifySection_AddChoiceTitle", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Display Name:. + /// + public static string Documents_ContentControlsDialogs_AddModifySection_DisplayName { + get { + return ResourceManager.GetString("Documents_ContentControlsDialogs_AddModifySection_DisplayName", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to An entry with the same display name already exists - each entry must specify a display name.. + /// + public static string Documents_ContentControlsDialogs_AddModifySection_DisplayNameAlreadyUsed { + get { + return ResourceManager.GetString("Documents_ContentControlsDialogs_AddModifySection_DisplayNameAlreadyUsed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Display name cannot be blank.. + /// + public static string Documents_ContentControlsDialogs_AddModifySection_DisplayNameEmptyMessage { + get { + return ResourceManager.GetString("Documents_ContentControlsDialogs_AddModifySection_DisplayNameEmptyMessage", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Modify Choice. + /// + public static string Documents_ContentControlsDialogs_AddModifySection_ModifyChoiceTitle { + get { + return ResourceManager.GetString("Documents_ContentControlsDialogs_AddModifySection_ModifyChoiceTitle", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Value:. + /// + public static string Documents_ContentControlsDialogs_AddModifySection_Value { + get { + return ResourceManager.GetString("Documents_ContentControlsDialogs_AddModifySection_Value", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to An entry with the same value already exists - each entry must specify a unique value.. + /// + public static string Documents_ContentControlsDialogs_AddModifySection_ValueAlreadyUsed { + get { + return ResourceManager.GetString("Documents_ContentControlsDialogs_AddModifySection_ValueAlreadyUsed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Change.... + /// + public static string Documents_ContentControlsDialogs_CheckBoxSection_Change { + get { + return ResourceManager.GetString("Documents_ContentControlsDialogs_CheckBoxSection_Change", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Check Box Properties. + /// + public static string Documents_ContentControlsDialogs_CheckBoxSection_CheckBoxProperties { + get { + return ResourceManager.GetString("Documents_ContentControlsDialogs_CheckBoxSection_CheckBoxProperties", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Checked symbol:. + /// + public static string Documents_ContentControlsDialogs_CheckBoxSection_CheckedSymbol { + get { + return ResourceManager.GetString("Documents_ContentControlsDialogs_CheckBoxSection_CheckedSymbol", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Unchecked symbol:. + /// + public static string Documents_ContentControlsDialogs_CheckBoxSection_UncheckedSymbol { + get { + return ResourceManager.GetString("Documents_ContentControlsDialogs_CheckBoxSection_UncheckedSymbol", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Content Control Properties. + /// + public static string Documents_ContentControlsDialogs_ContentControlProperties { + get { + return ResourceManager.GetString("Documents_ContentControlsDialogs_ContentControlProperties", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Calendar type:. + /// + public static string Documents_ContentControlsDialogs_DatePickerSection_CalendarType { + get { + return ResourceManager.GetString("Documents_ContentControlsDialogs_DatePickerSection_CalendarType", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Date Picker Properties. + /// + public static string Documents_ContentControlsDialogs_DatePickerSection_DatePickerProperties { + get { + return ResourceManager.GetString("Documents_ContentControlsDialogs_DatePickerSection_DatePickerProperties", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Display the date like this:. + /// + public static string Documents_ContentControlsDialogs_DatePickerSection_DisplayLikeThis { + get { + return ResourceManager.GetString("Documents_ContentControlsDialogs_DatePickerSection_DisplayLikeThis", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Locale:. + /// + public static string Documents_ContentControlsDialogs_DatePickerSection_Locale { + get { + return ResourceManager.GetString("Documents_ContentControlsDialogs_DatePickerSection_Locale", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Store XML contents in the following format when mapped:. + /// + public static string Documents_ContentControlsDialogs_DatePickerSection_StoreXmlContents { + get { + return ResourceManager.GetString("Documents_ContentControlsDialogs_DatePickerSection_StoreXmlContents", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Date (xsd:date). + /// + public static string Documents_ContentControlsDialogs_DatePickerSection_StoreXmlContents_Date { + get { + return ResourceManager.GetString("Documents_ContentControlsDialogs_DatePickerSection_StoreXmlContents_Date", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Date and Time (xsd:dateTime). + /// + public static string Documents_ContentControlsDialogs_DatePickerSection_StoreXmlContents_DateAndTime { + get { + return ResourceManager.GetString("Documents_ContentControlsDialogs_DatePickerSection_StoreXmlContents_DateAndTime", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Text (same as display). + /// + public static string Documents_ContentControlsDialogs_DatePickerSection_StoreXmlContents_Text { + get { + return ResourceManager.GetString("Documents_ContentControlsDialogs_DatePickerSection_StoreXmlContents_Text", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Add.... + /// + public static string Documents_ContentControlsDialogs_DropDownListSection_Add { + get { + return ResourceManager.GetString("Documents_ContentControlsDialogs_DropDownListSection_Add", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Display Name. + /// + public static string Documents_ContentControlsDialogs_DropDownListSection_DisplayName { + get { + return ResourceManager.GetString("Documents_ContentControlsDialogs_DropDownListSection_DisplayName", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Drop-Down List Properties. + /// + public static string Documents_ContentControlsDialogs_DropDownListSection_DropDownListProperties { + get { + return ResourceManager.GetString("Documents_ContentControlsDialogs_DropDownListSection_DropDownListProperties", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Modify.... + /// + public static string Documents_ContentControlsDialogs_DropDownListSection_Modify { + get { + return ResourceManager.GetString("Documents_ContentControlsDialogs_DropDownListSection_Modify", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Move Down. + /// + public static string Documents_ContentControlsDialogs_DropDownListSection_MoveDown { + get { + return ResourceManager.GetString("Documents_ContentControlsDialogs_DropDownListSection_MoveDown", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Move Up. + /// + public static string Documents_ContentControlsDialogs_DropDownListSection_MoveUp { + get { + return ResourceManager.GetString("Documents_ContentControlsDialogs_DropDownListSection_MoveUp", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Remove. + /// + public static string Documents_ContentControlsDialogs_DropDownListSection_Remove { + get { + return ResourceManager.GetString("Documents_ContentControlsDialogs_DropDownListSection_Remove", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Value. + /// + public static string Documents_ContentControlsDialogs_DropDownListSection_Value { + get { + return ResourceManager.GetString("Documents_ContentControlsDialogs_DropDownListSection_Value", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Color:. + /// + public static string Documents_ContentControlsDialogs_GeneralSection_Color { + get { + return ResourceManager.GetString("Documents_ContentControlsDialogs_GeneralSection_Color", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to General. + /// + public static string Documents_ContentControlsDialogs_GeneralSection_General { + get { + return ResourceManager.GetString("Documents_ContentControlsDialogs_GeneralSection_General", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to New Style.... + /// + public static string Documents_ContentControlsDialogs_GeneralSection_NewStyle { + get { + return ResourceManager.GetString("Documents_ContentControlsDialogs_GeneralSection_NewStyle", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Remove content control when contents are edited. + /// + public static string Documents_ContentControlsDialogs_GeneralSection_RemoveContentControl { + get { + return ResourceManager.GetString("Documents_ContentControlsDialogs_GeneralSection_RemoveContentControl", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Show as:. + /// + public static string Documents_ContentControlsDialogs_GeneralSection_ShowAs { + get { + return ResourceManager.GetString("Documents_ContentControlsDialogs_GeneralSection_ShowAs", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Bounding Box. + /// + public static string Documents_ContentControlsDialogs_GeneralSection_ShowAs_BoundingBox { + get { + return ResourceManager.GetString("Documents_ContentControlsDialogs_GeneralSection_ShowAs_BoundingBox", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to None. + /// + public static string Documents_ContentControlsDialogs_GeneralSection_ShowAs_None { + get { + return ResourceManager.GetString("Documents_ContentControlsDialogs_GeneralSection_ShowAs_None", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Start/End Tag. + /// + public static string Documents_ContentControlsDialogs_GeneralSection_ShowAs_StartEndTag { + get { + return ResourceManager.GetString("Documents_ContentControlsDialogs_GeneralSection_ShowAs_StartEndTag", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Style:. + /// + public static string Documents_ContentControlsDialogs_GeneralSection_Style { + get { + return ResourceManager.GetString("Documents_ContentControlsDialogs_GeneralSection_Style", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Tag:. + /// + public static string Documents_ContentControlsDialogs_GeneralSection_Tag { + get { + return ResourceManager.GetString("Documents_ContentControlsDialogs_GeneralSection_Tag", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Title:. + /// + public static string Documents_ContentControlsDialogs_GeneralSection_Title { + get { + return ResourceManager.GetString("Documents_ContentControlsDialogs_GeneralSection_Title", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Use a style to format text typed into the empty control. + /// + public static string Documents_ContentControlsDialogs_GeneralSection_UseStyle { + get { + return ResourceManager.GetString("Documents_ContentControlsDialogs_GeneralSection_UseStyle", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Content control cannot be deleted. + /// + public static string Documents_ContentControlsDialogs_LockingSection_Deleted { + get { + return ResourceManager.GetString("Documents_ContentControlsDialogs_LockingSection_Deleted", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Contents cannot be edited. + /// + public static string Documents_ContentControlsDialogs_LockingSection_Edited { + get { + return ResourceManager.GetString("Documents_ContentControlsDialogs_LockingSection_Edited", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Locking. + /// + public static string Documents_ContentControlsDialogs_LockingSection_Locking { + get { + return ResourceManager.GetString("Documents_ContentControlsDialogs_LockingSection_Locking", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Allow carriage returns (multiple paragraphs). + /// + public static string Documents_ContentControlsDialogs_PlainTextSection_AllowCarriageReturns { + get { + return ResourceManager.GetString("Documents_ContentControlsDialogs_PlainTextSection_AllowCarriageReturns", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Plain Text Properties. + /// + public static string Documents_ContentControlsDialogs_PlainTextSection_PlainTextProperties { + get { + return ResourceManager.GetString("Documents_ContentControlsDialogs_PlainTextSection_PlainTextProperties", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Allow users to add and remove sections. + /// + public static string Documents_ContentControlsDialogs_RepeatingSection_AllowUsers { + get { + return ResourceManager.GetString("Documents_ContentControlsDialogs_RepeatingSection_AllowUsers", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Repeating Section Properties. + /// + public static string Documents_ContentControlsDialogs_RepeatingSection_RepeatingSectionProperties { + get { + return ResourceManager.GetString("Documents_ContentControlsDialogs_RepeatingSection_RepeatingSectionProperties", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Section title:. + /// + public static string Documents_ContentControlsDialogs_RepeatingSection_SectionTitle { + get { + return ResourceManager.GetString("Documents_ContentControlsDialogs_RepeatingSection_SectionTitle", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Click or tap to enter a date.. + /// + public static string Documents_ContentControlsGenerator_Date { + get { + return ResourceManager.GetString("Documents_ContentControlsGenerator_Date", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Choose an item.. + /// + public static string Documents_ContentControlsGenerator_ListItem { + get { + return ResourceManager.GetString("Documents_ContentControlsGenerator_ListItem", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Enter any content that you want to repeat, including other content controls. You can also insert this control around table rows in order to repeat parts of a table.. + /// + public static string Documents_ContentControlsGenerator_RepeatingItem { + get { + return ResourceManager.GetString("Documents_ContentControlsGenerator_RepeatingItem", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Click or tap here to enter text.. + /// + public static string Documents_ContentControlsGenerator_Text { + get { + return ResourceManager.GetString("Documents_ContentControlsGenerator_Text", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to This content control type cannot be placed after a table row or a table cell.. + /// + public static string Documents_ContentControlsMessages_AfterTable { + get { + return ResourceManager.GetString("Documents_ContentControlsMessages_AfterTable", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to This content control type cannot be inserted around a selected image.. + /// + public static string Documents_ContentControlsMessages_AroundImage { + get { + return ResourceManager.GetString("Documents_ContentControlsMessages_AroundImage", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to This content control type cannot be inserted around multiple paragraphs.. + /// + public static string Documents_ContentControlsMessages_AroundMultipleParagraphs { + get { + return ResourceManager.GetString("Documents_ContentControlsMessages_AroundMultipleParagraphs", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to This content control type cannot be inserted around table rows.. + /// + public static string Documents_ContentControlsMessages_AroundTableRows { + get { + return ResourceManager.GetString("Documents_ContentControlsMessages_AroundTableRows", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to This content control type cannot be placed before a table row or a table cell.. + /// + public static string Documents_ContentControlsMessages_BeforeTable { + get { + return ResourceManager.GetString("Documents_ContentControlsMessages_BeforeTable", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Insert Content Control. + /// + public static string Documents_ContentControlsMessages_InsertControl { + get { + return ResourceManager.GetString("Documents_ContentControlsMessages_InsertControl", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Content controls cannot intersect with each other.. + /// + public static string Documents_ContentControlsMessages_Intersect { + get { + return ResourceManager.GetString("Documents_ContentControlsMessages_Intersect", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Content controls containing multiple blocks cannot be placed in a partially selected table.. + /// + public static string Documents_ContentControlsMessages_MultipleBlocks { + get { + return ResourceManager.GetString("Documents_ContentControlsMessages_MultipleBlocks", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to This content control type cannot be placed in multiple selection.. + /// + public static string Documents_ContentControlsMessages_MultipleSelection { + get { + return ResourceManager.GetString("Documents_ContentControlsMessages_MultipleSelection", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Picture control cannot be used in selection that contains any non-image content, or more than a single image.. + /// + public static string Documents_ContentControlsMessages_PictureControl { + get { + return ResourceManager.GetString("Documents_ContentControlsMessages_PictureControl", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Repeating section control can only be inserted around entire paragraphs or rows.. + /// + public static string Documents_ContentControlsMessages_RepeatingSectionControl { + get { + return ResourceManager.GetString("Documents_ContentControlsMessages_RepeatingSectionControl", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Content controls can be inserted around a row only when all of its cells are selected.. + /// + public static string Documents_ContentControlsMessages_TableRow { + get { + return ResourceManager.GetString("Documents_ContentControlsMessages_TableRow", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Content controls can be inserted around rows, only when all of their cells are selected.. + /// + public static string Documents_ContentControlsMessages_TableRows { + get { + return ResourceManager.GetString("Documents_ContentControlsMessages_TableRows", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Update content control properties. + /// + public static string Documents_ContentControlsMessages_UpdateProperties { + get { + return ResourceManager.GetString("Documents_ContentControlsMessages_UpdateProperties", resourceCulture); + } + } + /// /// Looks up a localized string similar to Copy. /// @@ -2562,6 +3381,15 @@ namespace Localization { } } + /// + /// Looks up a localized string similar to Unmerge Cell. + /// + public static string Documents_ContextMenu_Table_SplitCell { + get { + return ResourceManager.GetString("Documents_ContextMenu_Table_SplitCell", resourceCulture); + } + } + /// /// Looks up a localized string similar to Table Borders.... /// @@ -2616,6 +3444,78 @@ namespace Localization { } } + /// + /// Looks up a localized string similar to Center Tab. + /// + public static string Documents_DocumentRuler_CenterTab { + get { + return ResourceManager.GetString("Documents_DocumentRuler_CenterTab", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Decimal Tab. + /// + public static string Documents_DocumentRuler_DecimalTab { + get { + return ResourceManager.GetString("Documents_DocumentRuler_DecimalTab", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to First Line Indent. + /// + public static string Documents_DocumentRuler_FirstLineIndent { + get { + return ResourceManager.GetString("Documents_DocumentRuler_FirstLineIndent", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Hanging Indent. + /// + public static string Documents_DocumentRuler_HangingIndent { + get { + return ResourceManager.GetString("Documents_DocumentRuler_HangingIndent", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Left Indent. + /// + public static string Documents_DocumentRuler_LeftIndent { + get { + return ResourceManager.GetString("Documents_DocumentRuler_LeftIndent", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Left Tab. + /// + public static string Documents_DocumentRuler_LeftTab { + get { + return ResourceManager.GetString("Documents_DocumentRuler_LeftTab", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Right Indent. + /// + public static string Documents_DocumentRuler_RightIndent { + get { + return ResourceManager.GetString("Documents_DocumentRuler_RightIndent", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Right Tab. + /// + public static string Documents_DocumentRuler_RightTab { + get { + return ResourceManager.GetString("Documents_DocumentRuler_RightTab", resourceCulture); + } + } + /// /// Looks up a localized string similar to Double line. /// @@ -3039,7 +3939,7 @@ namespace Localization { } /// - /// Looks up a localized string similar to TextWrapping. + /// Looks up a localized string similar to Text Wrapping. /// public static string Documents_FloatingBlockPropertiesDialog_TextWrapping { get { @@ -3587,6 +4487,15 @@ namespace Localization { } } + /// + /// Looks up a localized string similar to colon. + /// + public static string Documents_InsertCaptionDialog_Colon { + get { + return ResourceManager.GetString("Documents_InsertCaptionDialog_Colon", resourceCulture); + } + } + /// /// Looks up a localized string similar to Delete Label. /// @@ -3632,6 +4541,15 @@ namespace Localization { } } + /// + /// Looks up a localized string similar to hyphen. + /// + public static string Documents_InsertCaptionDialog_Hyphen { + get { + return ResourceManager.GetString("Documents_InsertCaptionDialog_Hyphen", resourceCulture); + } + } + /// /// Looks up a localized string similar to Include chapter number. /// @@ -3695,6 +4613,15 @@ namespace Localization { } } + /// + /// Looks up a localized string similar to period. + /// + public static string Documents_InsertCaptionDialog_Period { + get { + return ResourceManager.GetString("Documents_InsertCaptionDialog_Period", resourceCulture); + } + } + /// /// Looks up a localized string similar to Position:. /// @@ -4388,6 +5315,15 @@ namespace Localization { } } + /// + /// Looks up a localized string similar to Preview (APA Fifth Edition): EXAMPLE. + /// + public static string Documents_ManageBibliographicSources_PreviewExample { + get { + return ResourceManager.GetString("Documents_ManageBibliographicSources_PreviewExample", resourceCulture); + } + } + /// /// Looks up a localized string similar to Bibliography Entry:. /// @@ -5090,6 +6026,15 @@ namespace Localization { } } + /// + /// Looks up a localized string similar to pt. + /// + public static string Documents_ParagraphPropertiesDialog_Pt { + get { + return ResourceManager.GetString("Documents_ParagraphPropertiesDialog_Pt", resourceCulture); + } + } + /// /// Looks up a localized string similar to Right:. /// @@ -5117,6 +6062,15 @@ namespace Localization { } } + /// + /// Looks up a localized string similar to Auto. + /// + public static string Documents_ParagraphPropertiesDialog_SpacingAfter_Auto { + get { + return ResourceManager.GetString("Documents_ParagraphPropertiesDialog_SpacingAfter_Auto", resourceCulture); + } + } + /// /// Looks up a localized string similar to Before:. /// @@ -5126,6 +6080,15 @@ namespace Localization { } } + /// + /// Looks up a localized string similar to Auto. + /// + public static string Documents_ParagraphPropertiesDialog_SpacingBefore_Auto { + get { + return ResourceManager.GetString("Documents_ParagraphPropertiesDialog_SpacingBefore_Auto", resourceCulture); + } + } + /// /// Looks up a localized string similar to Tabs. /// @@ -5180,6 +6143,51 @@ namespace Localization { } } + /// + /// Looks up a localized string similar to Keep Source Formatting (K). + /// + public static string Documents_PasteOptions_KeepSourceFormatting { + get { + return ResourceManager.GetString("Documents_PasteOptions_KeepSourceFormatting", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Keep Text Only (T). + /// + public static string Documents_PasteOptions_KeepTextOnly { + get { + return ResourceManager.GetString("Documents_PasteOptions_KeepTextOnly", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Merge Formatting (M). + /// + public static string Documents_PasteOptions_MergeFormatting { + get { + return ResourceManager.GetString("Documents_PasteOptions_MergeFormatting", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Paste Options. + /// + public static string Documents_PasteOptions_Name { + get { + return ResourceManager.GetString("Documents_PasteOptions_Name", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Use Destination Styles (H). + /// + public static string Documents_PasteOptions_UseDestinationStyles { + get { + return ResourceManager.GetString("Documents_PasteOptions_UseDestinationStyles", resourceCulture); + } + } + /// /// Looks up a localized string similar to Everyone. /// @@ -5225,6 +6233,33 @@ namespace Localization { } } + /// + /// Looks up a localized string similar to Figure. + /// + public static string Documents_RadDocument_FigureCaption { + get { + return ResourceManager.GetString("Documents_RadDocument_FigureCaption", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Table. + /// + public static string Documents_RadDocument_TableCaption { + get { + return ResourceManager.GetString("Documents_RadDocument_TableCaption", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to ‧‧‧‧‧‧‧ Column Break ‧‧‧‧‧‧‧. + /// + public static string Documents_RadRichTextBox_ColumnBreak { + get { + return ResourceManager.GetString("Documents_RadRichTextBox_ColumnBreak", resourceCulture); + } + } + /// /// Looks up a localized string similar to Do you want to continue searching from the beginning of the document?. /// @@ -5325,6 +6360,15 @@ namespace Localization { } } + /// + /// Looks up a localized string similar to Continuous. + /// + public static string Documents_RadRichTextBox_SectionBreak_Continuous { + get { + return ResourceManager.GetString("Documents_RadRichTextBox_SectionBreak_Continuous", resourceCulture); + } + } + /// /// Looks up a localized string similar to Even Page. /// @@ -5370,6 +6414,96 @@ namespace Localization { } } + /// + /// Looks up a localized string similar to Next Row. + /// + public static string Documents_RowProperties_NextRow { + get { + return ResourceManager.GetString("Documents_RowProperties_NextRow", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Previous Row. + /// + public static string Documents_RowProperties_PreviousRow { + get { + return ResourceManager.GetString("Documents_RowProperties_PreviousRow", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Repeat as header row at the top of each page. + /// + public static string Documents_RowProperties_RepeatAsHeaderRow { + get { + return ResourceManager.GetString("Documents_RowProperties_RepeatAsHeaderRow", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Enter a valid number between 0 and 2112.. + /// + public static string Documents_RowProperties_RowHeight_InvalidNumberMessage { + get { + return ResourceManager.GetString("Documents_RowProperties_RowHeight_InvalidNumberMessage", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Row height. + /// + public static string Documents_RowProperties_RowHeight_InvalidNumberMessageHeader { + get { + return ResourceManager.GetString("Documents_RowProperties_RowHeight_InvalidNumberMessageHeader", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to at least. + /// + public static string Documents_RowProperties_RowHeightAtLeast { + get { + return ResourceManager.GetString("Documents_RowProperties_RowHeightAtLeast", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Row Index {0}:. + /// + public static string Documents_RowProperties_RowIndex { + get { + return ResourceManager.GetString("Documents_RowProperties_RowIndex", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Options. + /// + public static string Documents_RowProperties_RowOptions { + get { + return ResourceManager.GetString("Documents_RowProperties_RowOptions", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Size. + /// + public static string Documents_RowProperties_RowSize { + get { + return ResourceManager.GetString("Documents_RowProperties_RowSize", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Specify height:. + /// + public static string Documents_RowProperties_SpecifyHeight { + get { + return ResourceManager.GetString("Documents_RowProperties_SpecifyHeight", resourceCulture); + } + } + /// /// Looks up a localized string similar to Unable to save the file.. /// @@ -5388,6 +6522,132 @@ namespace Localization { } } + /// + /// Looks up a localized string similar to Col #:. + /// + public static string Documents_SectionColumnsDialog_ColumnNumber { + get { + return ResourceManager.GetString("Documents_SectionColumnsDialog_ColumnNumber", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Spacing:. + /// + public static string Documents_SectionColumnsDialog_ColumnSpacing { + get { + return ResourceManager.GetString("Documents_SectionColumnsDialog_ColumnSpacing", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Width: . + /// + public static string Documents_SectionColumnsDialog_ColumnWidth { + get { + return ResourceManager.GetString("Documents_SectionColumnsDialog_ColumnWidth", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Equal column width. + /// + public static string Documents_SectionColumnsDialog_EqualColumnWidth { + get { + return ResourceManager.GetString("Documents_SectionColumnsDialog_EqualColumnWidth", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Columns. + /// + public static string Documents_SectionColumnsDialog_Header { + get { + return ResourceManager.GetString("Documents_SectionColumnsDialog_Header", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Left. + /// + public static string Documents_SectionColumnsDialog_LeftColumns { + get { + return ResourceManager.GetString("Documents_SectionColumnsDialog_LeftColumns", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Line between. + /// + public static string Documents_SectionColumnsDialog_LineBetween { + get { + return ResourceManager.GetString("Documents_SectionColumnsDialog_LineBetween", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Number of columns: . + /// + public static string Documents_SectionColumnsDialog_NumberOfColumns { + get { + return ResourceManager.GetString("Documents_SectionColumnsDialog_NumberOfColumns", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to One. + /// + public static string Documents_SectionColumnsDialog_OneColumn { + get { + return ResourceManager.GetString("Documents_SectionColumnsDialog_OneColumn", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Presets. + /// + public static string Documents_SectionColumnsDialog_Presets { + get { + return ResourceManager.GetString("Documents_SectionColumnsDialog_Presets", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Right. + /// + public static string Documents_SectionColumnsDialog_RightColumns { + get { + return ResourceManager.GetString("Documents_SectionColumnsDialog_RightColumns", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Three. + /// + public static string Documents_SectionColumnsDialog_ThreeColumns { + get { + return ResourceManager.GetString("Documents_SectionColumnsDialog_ThreeColumns", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Two. + /// + public static string Documents_SectionColumnsDialog_TwoColumns { + get { + return ResourceManager.GetString("Documents_SectionColumnsDialog_TwoColumns", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Width and spacing. + /// + public static string Documents_SectionColumnsDialog_WidthAndSpacing { + get { + return ResourceManager.GetString("Documents_SectionColumnsDialog_WidthAndSpacing", resourceCulture); + } + } + /// /// Looks up a localized string similar to Advance value (skip numbers). /// @@ -6468,6 +7728,15 @@ namespace Localization { } } + /// + /// Looks up a localized string similar to Heading. + /// + public static string Documents_TableofContentsDialog_PrintPreview_Heading { + get { + return ResourceManager.GetString("Documents_TableofContentsDialog_PrintPreview_Heading", resourceCulture); + } + } + /// /// Looks up a localized string similar to Equation. /// @@ -6657,6 +7926,15 @@ namespace Localization { } } + /// + /// Looks up a localized string similar to Row. + /// + public static string Documents_TablePropertiesDialog_Row { + get { + return ResourceManager.GetString("Documents_TablePropertiesDialog_Row", resourceCulture); + } + } + /// /// Looks up a localized string similar to Table. /// @@ -6792,6 +8070,15 @@ namespace Localization { } } + /// + /// Looks up a localized string similar to All. + /// + public static string Documents_TabStopsPropertiesDialog_All { + get { + return ResourceManager.GetString("Documents_TabStopsPropertiesDialog_All", resourceCulture); + } + } + /// /// Looks up a localized string similar to Center. /// diff --git a/RichTextBox/Localization/RadRichTextBoxResources.resx b/RichTextBox/Localization/RadRichTextBoxResources.resx index 807e8c26..ef9d69cd 100644 --- a/RichTextBox/Localization/RadRichTextBoxResources.resx +++ b/RichTextBox/Localization/RadRichTextBoxResources.resx @@ -294,9 +294,63 @@ Standard colors + + Cancel + Bibliography Fields for + + Art + + + Book + + + Book Section + + + Case + + + Conference Proceedings + + + Document From Web site + + + Electronic Source + + + Film + + + Interview + + + Journal Article + + + Miscellaneous + + + Patent + + + Performance + + + Article in a Periodical + + + Report + + + Sound Recording + + + Web site + Create Source @@ -642,6 +696,9 @@ Flow Direction + + Columns + Font Formatting @@ -669,6 +726,9 @@ Row Height + + Headings + Tag @@ -777,6 +837,12 @@ Insert Hyperlink + + Insertion + + + Insert Page Break + Protect @@ -828,6 +894,12 @@ Move + + Automatic Spacing After + + + Automatic Spacing Before + Paragraph Background @@ -882,6 +954,9 @@ Page Setup + + Page Number + Page Setup @@ -945,6 +1020,9 @@ Underline + + Unmerge Cells + Update All Captions @@ -954,6 +1032,204 @@ Update Field + + Add Choice + + + Display Name: + + + An entry with the same display name already exists - each entry must specify a display name. + + + Display name cannot be blank. + + + Modify Choice + + + Value: + + + An entry with the same value already exists - each entry must specify a unique value. + + + Change... + + + Check Box Properties + + + Checked symbol: + + + Unchecked symbol: + + + Content Control Properties + + + Calendar type: + + + Date Picker Properties + + + Display the date like this: + + + Locale: + + + Store XML contents in the following format when mapped: + + + Date (xsd:date) + + + Date and Time (xsd:dateTime) + + + Text (same as display) + + + Add... + + + Display Name + + + Drop-Down List Properties + + + Modify... + + + Move Down + + + Move Up + + + Remove + + + Value + + + Color: + + + General + + + New Style... + + + Remove content control when contents are edited + + + Show as: + + + Bounding Box + + + None + + + Start/End Tag + + + Style: + + + Tag: + + + Title: + + + Use a style to format text typed into the empty control + + + Content control cannot be deleted + + + Contents cannot be edited + + + Locking + + + Allow carriage returns (multiple paragraphs) + + + Plain Text Properties + + + Allow users to add and remove sections + + + Repeating Section Properties + + + Section title: + + + Click or tap to enter a date. + + + Choose an item. + + + Enter any content that you want to repeat, including other content controls. You can also insert this control around table rows in order to repeat parts of a table. + + + Click or tap here to enter text. + + + This content control type cannot be placed after a table row or a table cell. + + + This content control type cannot be inserted around a selected image. + + + This content control type cannot be inserted around multiple paragraphs. + + + This content control type cannot be inserted around table rows. + + + This content control type cannot be placed before a table row or a table cell. + + + Insert Content Control + + + Content controls cannot intersect with each other. + + + Content controls containing multiple blocks cannot be placed in a partially selected table. + + + This content control type cannot be placed in multiple selection. + + + Picture control cannot be used in selection that contains any non-image content, or more than a single image. + + + Repeating section control can only be inserted around entire paragraphs or rows. + + + Content controls can be inserted around a row only when all of its cells are selected. + + + Content controls can be inserted around rows, only when all of their cells are selected. + + + Update content control properties + Copy @@ -1110,6 +1386,9 @@ Select Table + + Unmerge Cell + Table Borders... @@ -1128,6 +1407,30 @@ Reject Change + + Center Tab + + + Decimal Tab + + + First Line Indent + + + Hanging Indent + + + Left Indent + + + Left Tab + + + Right Indent + + + Right Tab + Double line @@ -1265,7 +1568,7 @@ TopMargin - TextWrapping + Text Wrapping Behind Text @@ -1447,6 +1750,9 @@ Chapter starts with style + + colon + Delete Label @@ -1462,6 +1768,9 @@ Caption + + hyphen + Include chapter number @@ -1483,6 +1792,9 @@ Options + + period + Position: @@ -1711,6 +2023,9 @@ New... + + Preview (APA Fifth Edition): EXAMPLE + Preview @@ -1948,6 +2263,9 @@ Single + + pt + Right: @@ -1957,9 +2275,15 @@ After: + + Auto + Before: + + Auto + Tabs @@ -1978,6 +2302,21 @@ Right + + Keep Source Formatting (K) + + + Keep Text Only (T) + + + Merge Formatting (M) + + + Paste Options + + + Use Destination Styles (H) + Everyone @@ -1993,6 +2332,15 @@ Reenter password to confirm: + + Figure + + + Table + + + ‧‧‧‧‧‧‧ Column Break ‧‧‧‧‧‧‧ + Do you want to continue searching from the beginning of the document? @@ -2029,6 +2377,9 @@ ::::::: Section Break ({0}) ::::::: + + Continuous + Even Page @@ -2044,12 +2395,84 @@ Heading + + Next Row + + + Previous Row + + + Repeat as header row at the top of each page + + + at least + + + Enter a valid number between 0 and 2112. + + + Row height + + + Row Index {0}: + + + Options + + + Size + + + Specify height: + Unable to save the file. Unsupported file format. + + Col #: + + + Spacing: + + + Width: + + + Equal column width + + + Columns + + + Left + + + Line between + + + Number of columns: + + + One + + + Presets + + + Right + + + Three + + + Two + + + Width and spacing + Advance value (skip numbers) @@ -2419,6 +2842,9 @@ Table + + Heading + Right align page numbers @@ -2446,6 +2872,9 @@ Table Properties + + Row + Table @@ -2518,6 +2947,9 @@ Alignment + + All + Center @@ -2638,7 +3070,4 @@ Wave line - - Cancel - \ No newline at end of file