@@ -17,6 +17,22 @@ The localization strings to be used in RadSpreadsheet.
17
17
18
18
## Properties
19
19
20
+ ### ConfirmationDialogCancel ` String `
21
+
22
+ Gets or sets the text of the confirmation dialog cancel button.
23
+
24
+ ### ConfirmationDialogOK ` String `
25
+
26
+ Gets or sets the text of the confirmation dialog ok button.
27
+
28
+ ### ConfirmationDialogText ` String `
29
+
30
+ Gets or sets the text of the confirmation dialog.
31
+
32
+ ### ConfirmationDialogTitle ` String `
33
+
34
+ Gets or sets the title of the confirmation dialog.
35
+
20
36
### ContextMenuCopy ` String `
21
37
22
38
Gets or sets the text of the context menu copy command.
@@ -177,6 +193,34 @@ Gets or sets the hyperlink title text.
177
193
178
194
Gets or sets the hyperlink url label text.
179
195
196
+ ### MessageDialogDuplicateSheetName ` String `
197
+
198
+ Gets or sets the text of the duplicate sheet name dialog.
199
+
200
+ ### MessageDialogIncompatibleRanges ` String `
201
+
202
+ Gets or sets the text of the incompatible ranges dialog.
203
+
204
+ ### MessageDialogModifyMerged ` String `
205
+
206
+ Gets or sets the text of the modify merged dialog.
207
+
208
+ ### MessageDialogNoFillDirection ` String `
209
+
210
+ Gets or sets the text of the no fill direction dialog.
211
+
212
+ ### MessageDialogOverflow ` String `
213
+
214
+ Gets or sets the text of the overflow dialog.
215
+
216
+ ### MessageDialogRangeDisabled ` String `
217
+
218
+ Gets or sets the text of the range disabled dialog.
219
+
220
+ ### MessageDialogUnsupportedSelection ` String `
221
+
222
+ Gets or sets the text of the unsupported selection dialog.
223
+
180
224
### MessageDialogUseKeyboardOK ` String `
181
225
182
226
Gets or sets the text of the use keyboard message dialog ok button.
0 commit comments