diff --git a/apps/common/main/lib/component/Window.js b/apps/common/main/lib/component/Window.js
index 76432c6f2..606e98736 100644
--- a/apps/common/main/lib/component/Window.js
+++ b/apps/common/main/lib/component/Window.js
@@ -63,6 +63,12 @@
* @cfg {Boolean} animate
* Makes the window to animate while showing or hiding
*
+ * @cfg {Object} buttons
+ * Use an array for predefined buttons (ok, cancel, yes, no): @example ['yes', 'no']
+ * Use a named array for the custom buttons: {value: caption, ...}
+ * @param {String} value will be returned in callback function
+ * @param {String} caption
+ *
* Methods
*
* @method show
@@ -106,12 +112,6 @@
* @window Common.UI.warning
* Shows warning message.
* @cfg {String} msg
- * @cfg {Object} buttons
- * Use an array for predefined buttons (ok, cancel, yes, no): @example ['yes', 'no']
- * Use a named array for the custom buttons: {value: caption, ...}
- * @param {String} value will be returned in callback function
- * @param {String} caption
- *
* @cfg {Function} callback
* @param {String} button
* If the window is closed via shortcut or header's close tool, the 'button' will be 'close'
@@ -167,7 +167,15 @@ define([
'
',
- '',
- ''
].join('');
@@ -138,8 +135,6 @@ define([
txtColumns: 'Number of Columns',
txtRows: 'Number of Rows',
textInvalidRowsCols: 'You need to specify valid rows and columns count.',
- cancelButtonText: 'Cancel',
- okButtonText: 'Ok',
txtMinText: 'The minimum value for this field is {0}',
txtMaxText: 'The maximum value for this field is {0}'
}, Common.Views.InsertTableDialog || {}))
diff --git a/apps/common/main/lib/view/LanguageDialog.js b/apps/common/main/lib/view/LanguageDialog.js
index 45a06a46c..ad4216a15 100644
--- a/apps/common/main/lib/view/LanguageDialog.js
+++ b/apps/common/main/lib/view/LanguageDialog.js
@@ -51,25 +51,22 @@ define([
options: {
header: false,
width: 350,
- cls: 'modal-dlg'
+ cls: 'modal-dlg',
+ buttons: ['ok', 'cancel'],
+ footerCls: 'right'
},
template: '
',
- ''
].join('');
@@ -214,7 +212,6 @@ define([
txtTitle : 'Title',
txtFormat : 'Create table',
- textCancel : 'Cancel',
txtEmpty : 'This field is required',
txtInvalidRange: 'ERROR! Invalid cells range',
errorAutoFilterDataRange: 'The operation could not be done for the selected range of cells. Select a uniform data range inside or outside the table and try again.',
diff --git a/apps/spreadsheeteditor/main/app/view/TableSettings.js b/apps/spreadsheeteditor/main/app/view/TableSettings.js
index e357a3c01..6747876c7 100644
--- a/apps/spreadsheeteditor/main/app/view/TableSettings.js
+++ b/apps/spreadsheeteditor/main/app/view/TableSettings.js
@@ -547,8 +547,6 @@ define([
deleteRowText : 'Delete Row',
deleteColumnText : 'Delete Column',
deleteTableText : 'Delete Table',
- textOK : 'OK',
- textCancel : 'Cancel',
textTemplate : 'Select From Template',
textRows : 'Rows',
textColumns : 'Columns',
diff --git a/apps/spreadsheeteditor/main/app/view/TableSettingsAdvanced.js b/apps/spreadsheeteditor/main/app/view/TableSettingsAdvanced.js
index f5af1246b..e829c38c8 100644
--- a/apps/spreadsheeteditor/main/app/view/TableSettingsAdvanced.js
+++ b/apps/spreadsheeteditor/main/app/view/TableSettingsAdvanced.js
@@ -124,8 +124,6 @@ define([ 'text!spreadsheeteditor/main/app/template/TableSettingsAdvanced.temp
},
textTitle: 'Table - Advanced Settings',
- cancelButtonText: 'Cancel',
- okButtonText: 'Ok',
textAlt: 'Alternative Text',
textAltTitle: 'Title',
textAltDescription: 'Description',
diff --git a/apps/spreadsheeteditor/main/app/view/ValueFieldSettingsDialog.js b/apps/spreadsheeteditor/main/app/view/ValueFieldSettingsDialog.js
index b9af390e5..04dcae94a 100644
--- a/apps/spreadsheeteditor/main/app/view/ValueFieldSettingsDialog.js
+++ b/apps/spreadsheeteditor/main/app/view/ValueFieldSettingsDialog.js
@@ -108,11 +108,7 @@ define([
'',
'',
'',
- '',
- ''
+ ''
].join('')
}, options);
@@ -275,8 +271,6 @@ define([
},
textTitle: 'Value Field Settings',
- textCancel: 'Cancel',
- textOk: 'OK',
txtSourceName: 'Source name: ',
txtCustomName: 'Custom name',
txtSummarize: 'Summarize value field by',
diff --git a/apps/spreadsheeteditor/main/locale/bg.json b/apps/spreadsheeteditor/main/locale/bg.json
index 00095a744..4c78314f5 100644
--- a/apps/spreadsheeteditor/main/locale/bg.json
+++ b/apps/spreadsheeteditor/main/locale/bg.json
@@ -6,7 +6,6 @@
"Common.UI.ComboBorderSizeEditable.txtNoBorders": "Няма граници",
"Common.UI.ComboDataView.emptyComboText": "Няма стилове",
"Common.UI.ExtendedColorDialog.addButtonText": "Добави",
- "Common.UI.ExtendedColorDialog.cancelButtonText": "Отказ",
"Common.UI.ExtendedColorDialog.textCurrent": "Текущ",
"Common.UI.ExtendedColorDialog.textHexErr": "Въведената стойност е неправилна. Моля, въведете стойност между 000000 и FFFFFF.",
"Common.UI.ExtendedColorDialog.textNew": "Нов",
@@ -45,8 +44,6 @@
"Common.Views.About.txtPoweredBy": "Задвижвани от",
"Common.Views.About.txtTel": "тел .:",
"Common.Views.About.txtVersion": "Версия",
- "Common.Views.AdvancedSettingsWindow.cancelButtonText": "Отказ",
- "Common.Views.AdvancedSettingsWindow.okButtonText": "Добре",
"Common.Views.Chat.textSend": "Изпращам",
"Common.Views.Comments.textAdd": "Добави",
"Common.Views.Comments.textAddComment": "Добави коментар ",
@@ -93,14 +90,10 @@
"Common.Views.Header.tipViewUsers": "Преглеждайте потребителите и управлявайте правата за достъп до документи",
"Common.Views.Header.txtAccessRights": "Промяна на правата за достъп",
"Common.Views.Header.txtRename": "Преименувам",
- "Common.Views.ImageFromUrlDialog.cancelButtonText": "Отказ",
- "Common.Views.ImageFromUrlDialog.okButtonText": "Добре",
"Common.Views.ImageFromUrlDialog.textUrl": "Поставете URL адрес на изображение:",
"Common.Views.ImageFromUrlDialog.txtEmpty": "Това поле е задължително",
"Common.Views.ImageFromUrlDialog.txtNotUrl": "Това поле трябва да е URL адрес във формат \"http://www.example.com\"",
- "Common.Views.OpenDialog.cancelButtonText": "Отказ",
"Common.Views.OpenDialog.closeButtonText": "Затвори файла",
- "Common.Views.OpenDialog.okButtonText": "Добре",
"Common.Views.OpenDialog.txtColon": "Дебело черво",
"Common.Views.OpenDialog.txtComma": "Запетая",
"Common.Views.OpenDialog.txtDelimiter": "Разделител",
@@ -115,8 +108,6 @@
"Common.Views.OpenDialog.txtTab": "Раздел",
"Common.Views.OpenDialog.txtTitle": "Изберете опции %1",
"Common.Views.OpenDialog.txtTitleProtected": "Защитен файл",
- "Common.Views.PasswordDialog.cancelButtonText": "Отказ",
- "Common.Views.PasswordDialog.okButtonText": "Добре",
"Common.Views.PasswordDialog.txtDescription": "Задайте парола, за да защитите този документ",
"Common.Views.PasswordDialog.txtIncorrectPwd": "Паролата за потвърждение не е идентична",
"Common.Views.PasswordDialog.txtPassword": "Парола",
@@ -138,8 +129,6 @@
"Common.Views.Protection.txtInvisibleSignature": "Добавете електронен подпис",
"Common.Views.Protection.txtSignature": "Подпис",
"Common.Views.Protection.txtSignatureLine": "Добавете линия за подпис",
- "Common.Views.RenameDialog.cancelButtonText": "Отказ",
- "Common.Views.RenameDialog.okButtonText": "Добре",
"Common.Views.RenameDialog.textName": "Име на файл",
"Common.Views.RenameDialog.txtInvalidName": "Името на файла не може да съдържа нито един от следните знаци: ",
"Common.Views.ReviewChanges.hintNext": "За следващата промяна",
@@ -194,8 +183,6 @@
"Common.Views.SaveAsDlg.textTitle": "Папка за запис",
"Common.Views.SelectFileDlg.textLoading": "Зареждане",
"Common.Views.SelectFileDlg.textTitle": "Изберете източник на данни",
- "Common.Views.SignDialog.cancelButtonText": "Отказ",
- "Common.Views.SignDialog.okButtonText": "Добре",
"Common.Views.SignDialog.textBold": "Получер",
"Common.Views.SignDialog.textCertificate": "Сертификат",
"Common.Views.SignDialog.textChange": "Промяна",
@@ -210,8 +197,6 @@
"Common.Views.SignDialog.textValid": "Валидно от %1 до %2",
"Common.Views.SignDialog.tipFontName": "Име на шрифта",
"Common.Views.SignDialog.tipFontSize": "Размер на шрифта",
- "Common.Views.SignSettingsDialog.cancelButtonText": "Отказ",
- "Common.Views.SignSettingsDialog.okButtonText": "Добре",
"Common.Views.SignSettingsDialog.textAllowComment": "Позволете на сигналиста да добавите коментар в диалога за подпис",
"Common.Views.SignSettingsDialog.textInfo": "Информация за подписания",
"Common.Views.SignSettingsDialog.textInfoEmail": "Електронна поща",
@@ -737,7 +722,6 @@
"SSE.Controllers.Toolbar.errorStockChart": "Неправилен ред на ред. За изграждане на борсова карта поставете данните на листа в следния ред: цена на отваряне, максимална цена, мин. цена, цена на затваряне.",
"SSE.Controllers.Toolbar.textAccent": "Акценти",
"SSE.Controllers.Toolbar.textBracket": "Скоби",
- "SSE.Controllers.Toolbar.textCancel": "Отказ",
"SSE.Controllers.Toolbar.textFontSizeErr": "Въведената стойност е неправилна. Въведете числова стойност между 1 и 409",
"SSE.Controllers.Toolbar.textFraction": "Фракции",
"SSE.Controllers.Toolbar.textFunction": "Функция",
@@ -1080,8 +1064,6 @@
"SSE.Controllers.Viewport.textHideGridlines": "Скриване на решетки",
"SSE.Controllers.Viewport.textHideHeadings": "Скриване на заглавията",
"SSE.Views.AutoFilterDialog.btnCustomFilter": "Персонализиран филтър",
- "SSE.Views.AutoFilterDialog.cancelButtonText": "Отказ",
- "SSE.Views.AutoFilterDialog.okButtonText": "Добре",
"SSE.Views.AutoFilterDialog.textAddSelection": "Добавяне на текуща селекция за филтриране",
"SSE.Views.AutoFilterDialog.textEmptyItem": "{Заготовки}",
"SSE.Views.AutoFilterDialog.textSelectAll": "Избери всички",
@@ -1120,7 +1102,6 @@
"SSE.Views.CellEditor.tipFormula": "Вмъкване на функция",
"SSE.Views.CellRangeDialog.errorMaxRows": "ГРЕШКА! Максималният брой поредици данни за диаграма е 255",
"SSE.Views.CellRangeDialog.errorStockChart": "Неправилен ред на ред. За изграждане на борсова карта поставете данните на листа в следния ред: цена на отваряне, максимална цена, мин. цена, цена на затваряне.",
- "SSE.Views.CellRangeDialog.textCancel": "Отказ",
"SSE.Views.CellRangeDialog.txtEmpty": "Това поле е задължително",
"SSE.Views.CellRangeDialog.txtInvalidRange": "ГРЕШКА! Невалиден диапазон от клетки",
"SSE.Views.CellRangeDialog.txtTitle": "Изберете диапазон от данни",
@@ -1177,7 +1158,6 @@
"SSE.Views.ChartSettings.textType": "Тип",
"SSE.Views.ChartSettings.textWidth": "Ширина",
"SSE.Views.ChartSettings.textWinLossSpark": "Печалба/Загуба",
- "SSE.Views.ChartSettingsDlg.cancelButtonText": "Отказ",
"SSE.Views.ChartSettingsDlg.errorMaxPoints": "ГРЕШКА! Максималният брой точки в серия на графиката е 4096.",
"SSE.Views.ChartSettingsDlg.errorMaxRows": "Максимален брой поредици данни за диаграма е 255",
"SSE.Views.ChartSettingsDlg.errorStockChart": "Неправилен ред на ред. За изграждане на борсова карта поставете данните на листа в следния ред: цена на отваряне, максимална цена, мин. цена, цена на затваряне.",
@@ -1312,7 +1292,6 @@
"SSE.Views.ChartSettingsDlg.textYAxisTitle": "Заглавие на ос",
"SSE.Views.ChartSettingsDlg.textZero": "Нула",
"SSE.Views.ChartSettingsDlg.txtEmpty": "Това поле е задължително",
- "SSE.Views.DigitalFilterDialog.cancelButtonText": "Отказ",
"SSE.Views.DigitalFilterDialog.capAnd": "И",
"SSE.Views.DigitalFilterDialog.capCondition1": "равно на",
"SSE.Views.DigitalFilterDialog.capCondition10": "не завършва с",
@@ -1540,11 +1519,9 @@
"SSE.Views.FileMenuPanels.ProtectDoc.txtView": "Преглед на подписи",
"SSE.Views.FileMenuPanels.Settings.txtGeneral": "Общ",
"SSE.Views.FileMenuPanels.Settings.txtPageSettings": "Настройки на страницата",
- "SSE.Views.FormatSettingsDialog.textCancel": "Отказ",
"SSE.Views.FormatSettingsDialog.textCategory": "Категория",
"SSE.Views.FormatSettingsDialog.textDecimal": "Десетичен",
"SSE.Views.FormatSettingsDialog.textFormat": "Формат",
- "SSE.Views.FormatSettingsDialog.textOk": "Добре",
"SSE.Views.FormatSettingsDialog.textSeparator": "Използвайте 1000 разделител",
"SSE.Views.FormatSettingsDialog.textSymbols": "Символи",
"SSE.Views.FormatSettingsDialog.textTitle": "Формат на номера",
@@ -1570,13 +1547,10 @@
"SSE.Views.FormatSettingsDialog.txtUpto1": "До една цифра (1/3)",
"SSE.Views.FormatSettingsDialog.txtUpto2": "До две цифри (12/25)",
"SSE.Views.FormatSettingsDialog.txtUpto3": "До три цифри (131/135)",
- "SSE.Views.FormulaDialog.cancelButtonText": "Отказ",
- "SSE.Views.FormulaDialog.okButtonText": "Добре",
"SSE.Views.FormulaDialog.sDescription": "Описание",
"SSE.Views.FormulaDialog.textGroupDescription": "Изберете функционална група",
"SSE.Views.FormulaDialog.textListDescription": "Изберете функция",
"SSE.Views.FormulaDialog.txtTitle": "Вмъкване на функция",
- "SSE.Views.HyperlinkSettingsDialog.cancelButtonText": "Отказ",
"SSE.Views.HyperlinkSettingsDialog.strDisplay": "Показ",
"SSE.Views.HyperlinkSettingsDialog.strLinkTo": "Връзка към",
"SSE.Views.HyperlinkSettingsDialog.strRange": "Диапазон",
@@ -1613,8 +1587,6 @@
"SSE.Views.ImageSettings.textRotation": "Завъртане",
"SSE.Views.ImageSettings.textSize": "Размер",
"SSE.Views.ImageSettings.textWidth": "Ширина",
- "SSE.Views.ImageSettingsAdvanced.cancelButtonText": "Отказ",
- "SSE.Views.ImageSettingsAdvanced.okButtonText": "Добре",
"SSE.Views.ImageSettingsAdvanced.textAlt": "Алтернативен текст",
"SSE.Views.ImageSettingsAdvanced.textAltDescription": "Описание",
"SSE.Views.ImageSettingsAdvanced.textAltTip": "Алтернативното текстово представяне на визуалната информация за обекта, което ще бъде прочетено на хората с визуални или когнитивни увреждания, за да им помогне да разберат по-добре каква информация има в изображението, автосистемата, диаграмата или таблицата.",
@@ -1653,11 +1625,9 @@
"SSE.Views.MainSettingsPrint.textPrintGrid": "Печат на решетки",
"SSE.Views.MainSettingsPrint.textPrintHeadings": "Печат заглавия на редове и колони",
"SSE.Views.MainSettingsPrint.textSettings": "Настройки за",
- "SSE.Views.NamedRangeEditDlg.cancelButtonText": "Отказ",
"SSE.Views.NamedRangeEditDlg.errorCreateDefName": "Съществуващите имена на обхвати не могат да бъдат редактирани и новите не могат да бъдат създадени в момента, тъй като някои от тях се редактират.",
"SSE.Views.NamedRangeEditDlg.namePlaceholder": "Определено име",
"SSE.Views.NamedRangeEditDlg.notcriticalErrorTitle": "Внимание",
- "SSE.Views.NamedRangeEditDlg.okButtonText": "Добре",
"SSE.Views.NamedRangeEditDlg.strWorkbook": "Работна книга",
"SSE.Views.NamedRangeEditDlg.textDataRange": "Диапазон на данните",
"SSE.Views.NamedRangeEditDlg.textExistName": "ГРЕШКА! Обхватът с такова име вече съществува",
@@ -1671,13 +1641,10 @@
"SSE.Views.NamedRangeEditDlg.txtEmpty": "Това поле е задължително",
"SSE.Views.NamedRangeEditDlg.txtTitleEdit": "Редактиране на името",
"SSE.Views.NamedRangeEditDlg.txtTitleNew": "Ново име",
- "SSE.Views.NamedRangePasteDlg.cancelButtonText": "Отказ",
- "SSE.Views.NamedRangePasteDlg.okButtonText": "Добре",
"SSE.Views.NamedRangePasteDlg.textNames": "Наименувани диапазони",
"SSE.Views.NamedRangePasteDlg.txtTitle": "Поставяне на името",
"SSE.Views.NameManagerDlg.closeButtonText": "Затвори",
"SSE.Views.NameManagerDlg.guestText": "Гост",
- "SSE.Views.NameManagerDlg.okButtonText": "Добре",
"SSE.Views.NameManagerDlg.textDataRange": "Диапазон на данните",
"SSE.Views.NameManagerDlg.textDelete": "Изтрий",
"SSE.Views.NameManagerDlg.textEdit": "Редактиране",
@@ -1695,8 +1662,6 @@
"SSE.Views.NameManagerDlg.textWorkbook": "Работна книга",
"SSE.Views.NameManagerDlg.tipIsLocked": "Този елемент се редактира от друг потребител.",
"SSE.Views.NameManagerDlg.txtTitle": "Мениджър на имена",
- "SSE.Views.PageMarginsDialog.cancelButtonText": "Отказ",
- "SSE.Views.PageMarginsDialog.okButtonText": "Добре",
"SSE.Views.PageMarginsDialog.textBottom": "Отдоло",
"SSE.Views.PageMarginsDialog.textLeft": "Наляво",
"SSE.Views.PageMarginsDialog.textRight": "Прав",
@@ -1712,12 +1677,9 @@
"SSE.Views.ParagraphSettings.textAuto": "Многократни",
"SSE.Views.ParagraphSettings.textExact": "Точно",
"SSE.Views.ParagraphSettings.txtAutoText": "Автоматичен",
- "SSE.Views.ParagraphSettingsAdvanced.cancelButtonText": "Отказ",
"SSE.Views.ParagraphSettingsAdvanced.noTabs": "Посочените раздели ще се появят в това поле",
- "SSE.Views.ParagraphSettingsAdvanced.okButtonText": "Добре",
"SSE.Views.ParagraphSettingsAdvanced.strAllCaps": "Всички шапки",
"SSE.Views.ParagraphSettingsAdvanced.strDoubleStrike": "Двойно зачертаване",
- "SSE.Views.ParagraphSettingsAdvanced.strIndentsFirstLine": "Първа линия",
"SSE.Views.ParagraphSettingsAdvanced.strIndentsLeftText": "Наляво",
"SSE.Views.ParagraphSettingsAdvanced.strIndentsRightText": "Прав",
"SSE.Views.ParagraphSettingsAdvanced.strParagraphFont": "Шрифт",
@@ -1741,11 +1703,9 @@
"SSE.Views.ParagraphSettingsAdvanced.textTitle": "Параграф - Разширени настройки",
"SSE.Views.PivotSettings.notcriticalErrorTitle": "Внимание",
"SSE.Views.PivotSettings.textAdvanced": "Показване на разширените настройки",
- "SSE.Views.PivotSettings.textCancel": "Отказ",
"SSE.Views.PivotSettings.textColumns": "Колони",
"SSE.Views.PivotSettings.textFields": "Изберете полета",
"SSE.Views.PivotSettings.textFilters": "Филтри",
- "SSE.Views.PivotSettings.textOK": "Добре",
"SSE.Views.PivotSettings.textRows": "Редове",
"SSE.Views.PivotSettings.textValues": "Стойности",
"SSE.Views.PivotSettings.txtAddColumn": "Добавяне към колони",
@@ -1794,7 +1754,6 @@
"SSE.Views.PivotTable.txtSelect": "Изберете",
"SSE.Views.PrintSettings.btnDownload": "Запазване и изтегляне",
"SSE.Views.PrintSettings.btnPrint": "Запазване и печат",
- "SSE.Views.PrintSettings.cancelButtonText": "Отказ",
"SSE.Views.PrintSettings.strBottom": "Отдоло",
"SSE.Views.PrintSettings.strLandscape": "Пейзаж",
"SSE.Views.PrintSettings.strLeft": "Наляво",
@@ -1838,8 +1797,6 @@
"SSE.Views.RightMenu.txtSparklineSettings": "Настройки за спарклайн",
"SSE.Views.RightMenu.txtTableSettings": "Настройки на таблицата",
"SSE.Views.RightMenu.txtTextArtSettings": "Настройки за текстово изкуство",
- "SSE.Views.SetValueDialog.cancelButtonText": "Отказ",
- "SSE.Views.SetValueDialog.okButtonText": "Добре",
"SSE.Views.SetValueDialog.txtMaxText": "Максималната стойност за това поле е {0}",
"SSE.Views.SetValueDialog.txtMinText": "Минималната стойност за това поле е {0}",
"SSE.Views.ShapeSettings.strBackground": "Цвят на фона",
@@ -1892,8 +1849,6 @@
"SSE.Views.ShapeSettings.txtNoBorders": "Няма линия",
"SSE.Views.ShapeSettings.txtPapyrus": "Папирус",
"SSE.Views.ShapeSettings.txtWood": "Дърво",
- "SSE.Views.ShapeSettingsAdvanced.cancelButtonText": "Отказ",
- "SSE.Views.ShapeSettingsAdvanced.okButtonText": "Добре",
"SSE.Views.ShapeSettingsAdvanced.strColumns": "Колони",
"SSE.Views.ShapeSettingsAdvanced.strMargins": "Попълване на текст",
"SSE.Views.ShapeSettingsAdvanced.textAlt": "Алтернативен текст",
@@ -1982,7 +1937,6 @@
"SSE.Views.TableOptionsDialog.errorFTChangeTableRangeError": "Операцията не може да бъде завършена за избрания диапазон от клетки. Изберете диапазон, така че първият ред на таблицата да е в същия ред и получената таблица се припокрива с текущия.",
"SSE.Views.TableOptionsDialog.errorFTRangeIncludedOtherTables": "Операцията не може да бъде завършена за избрания диапазон от клетки. Изберете диапазон, който не включва други таблици.",
"SSE.Views.TableOptionsDialog.errorMultiCellFormula": "Формулирайте с множество клетки, които не са позволени в таблицата.",
- "SSE.Views.TableOptionsDialog.textCancel": "Отказ",
"SSE.Views.TableOptionsDialog.txtEmpty": "Това поле е задължително",
"SSE.Views.TableOptionsDialog.txtFormat": "Създаване на таблица",
"SSE.Views.TableOptionsDialog.txtInvalidRange": "ГРЕШКА! Невалиден диапазон от клетки",
@@ -2001,7 +1955,6 @@
"SSE.Views.TableSettings.selectTableText": "Изберете таблица",
"SSE.Views.TableSettings.textAdvanced": "Показване на разширените настройки",
"SSE.Views.TableSettings.textBanded": "На ивици",
- "SSE.Views.TableSettings.textCancel": "Отказ",
"SSE.Views.TableSettings.textColumns": "Колони",
"SSE.Views.TableSettings.textConvertRange": "Преобразуване в обхват",
"SSE.Views.TableSettings.textEdit": "Редове и колони",
@@ -2014,7 +1967,6 @@
"SSE.Views.TableSettings.textIsLocked": "Този елемент се редактира от друг потребител.",
"SSE.Views.TableSettings.textLast": "Последно",
"SSE.Views.TableSettings.textLongOperation": "Дълга операция",
- "SSE.Views.TableSettings.textOK": "Добре",
"SSE.Views.TableSettings.textReservedName": "Името, което се опитвате да използвате, вече е посочено в клетъчни формули. Моля, използвайте друго име.",
"SSE.Views.TableSettings.textResize": "Преоразмеряване на таблицата",
"SSE.Views.TableSettings.textRows": "Редове",
@@ -2023,8 +1975,6 @@
"SSE.Views.TableSettings.textTemplate": "Изберете от шаблон",
"SSE.Views.TableSettings.textTotal": "Обща сума",
"SSE.Views.TableSettings.warnLongOperation": "Операцията, която ще изпълните, може да отнеме доста време за изпълнение. Наистина ли искате да продължите?",
- "SSE.Views.TableSettingsAdvanced.cancelButtonText": "Отказ",
- "SSE.Views.TableSettingsAdvanced.okButtonText": "Добре",
"SSE.Views.TableSettingsAdvanced.textAlt": "Алтернативен текст",
"SSE.Views.TableSettingsAdvanced.textAltDescription": "Описание",
"SSE.Views.TableSettingsAdvanced.textAltTip": "Алтернативното текстово представяне на визуалната информация за обекта, което ще бъде прочетено на хората с визуални или когнитивни увреждания, за да им помогне да разберат по-добре каква информация има в изображението, автосистемата, диаграмата или таблицата.",
@@ -2295,8 +2245,6 @@
"SSE.Views.Toolbar.txtTime": "Път",
"SSE.Views.Toolbar.txtUnmerge": "Изтеглете клетките",
"SSE.Views.Toolbar.txtYen": "¥ Йена",
- "SSE.Views.Top10FilterDialog.cancelButtonText": "Отказ",
- "SSE.Views.Top10FilterDialog.okButtonText": "Добре",
"SSE.Views.Top10FilterDialog.textType": "Покажи",
"SSE.Views.Top10FilterDialog.txtBottom": "Отдоло",
"SSE.Views.Top10FilterDialog.txtItems": "Вещ",
diff --git a/apps/spreadsheeteditor/main/locale/cs.json b/apps/spreadsheeteditor/main/locale/cs.json
index 43433e9ae..da81c14e9 100644
--- a/apps/spreadsheeteditor/main/locale/cs.json
+++ b/apps/spreadsheeteditor/main/locale/cs.json
@@ -6,7 +6,6 @@
"Common.UI.ComboBorderSizeEditable.txtNoBorders": "Bez ohraničení",
"Common.UI.ComboDataView.emptyComboText": "Žádné styly",
"Common.UI.ExtendedColorDialog.addButtonText": "Přidat",
- "Common.UI.ExtendedColorDialog.cancelButtonText": "Zrušit",
"Common.UI.ExtendedColorDialog.textCurrent": "Aktuální",
"Common.UI.ExtendedColorDialog.textHexErr": "Zadaná hodnota není správná. Zadejte prosím hodnotu mezi 000000 a FFFFFF.",
"Common.UI.ExtendedColorDialog.textNew": "Nový",
@@ -45,8 +44,6 @@
"Common.Views.About.txtPoweredBy": "Poháněno",
"Common.Views.About.txtTel": "tel.:",
"Common.Views.About.txtVersion": "Verze",
- "Common.Views.AdvancedSettingsWindow.cancelButtonText": "Zrušit",
- "Common.Views.AdvancedSettingsWindow.okButtonText": "OK",
"Common.Views.Chat.textSend": "Poslat",
"Common.Views.Comments.textAdd": "Přidat",
"Common.Views.Comments.textAddComment": "Přidat",
@@ -84,13 +81,9 @@
"Common.Views.Header.tipViewUsers": "Zobrazte uživatele a spravujte přístupová práva k dokumentům",
"Common.Views.Header.txtAccessRights": "Změnit přístupová práva",
"Common.Views.Header.txtRename": "Přejmenovat",
- "Common.Views.ImageFromUrlDialog.cancelButtonText": "Zrušit",
- "Common.Views.ImageFromUrlDialog.okButtonText": "OK",
"Common.Views.ImageFromUrlDialog.textUrl": "Vložit URL obrázku:",
"Common.Views.ImageFromUrlDialog.txtEmpty": "Toto pole je povinné",
"Common.Views.ImageFromUrlDialog.txtNotUrl": "Toto pole musí být URL adresa ve formátu \"http://www.example.com\"",
- "Common.Views.OpenDialog.cancelButtonText": "Zrušit",
- "Common.Views.OpenDialog.okButtonText": "OK",
"Common.Views.OpenDialog.txtDelimiter": "Oddělovač",
"Common.Views.OpenDialog.txtEncoding": "Kódování",
"Common.Views.OpenDialog.txtIncorrectPwd": "Heslo je nesprávné",
@@ -106,8 +99,6 @@
"Common.Views.Plugins.textLoading": "Nahrávám",
"Common.Views.Plugins.textStart": "Začátek",
"Common.Views.Plugins.textStop": "Stop",
- "Common.Views.RenameDialog.cancelButtonText": "Zrušit",
- "Common.Views.RenameDialog.okButtonText": "OK",
"Common.Views.RenameDialog.textName": "Název souboru",
"Common.Views.RenameDialog.txtInvalidName": "Název souboru nesmí obsahovat žádný z následujících znaků:",
"Common.Views.ReviewChanges.strFast": "Automatický",
@@ -407,7 +398,6 @@
"SSE.Controllers.Toolbar.errorStockChart": "Nespravné pořadí řádků. Chcete-li vytvořit burzovní graf umístěte data na list v následujícím pořadí: otevírací cena, maximální cena, minimální cena, uzavírací cena.",
"SSE.Controllers.Toolbar.textAccent": "Akcenty",
"SSE.Controllers.Toolbar.textBracket": "Závorky",
- "SSE.Controllers.Toolbar.textCancel": "Zrušit",
"SSE.Controllers.Toolbar.textFontSizeErr": "Zadaná hodnota není správná. Zadejte prosím hodnotu mezi 1 a 409.",
"SSE.Controllers.Toolbar.textFraction": "Zlomky",
"SSE.Controllers.Toolbar.textFunction": "Funkce",
@@ -745,8 +735,6 @@
"SSE.Controllers.Toolbar.warnLongOperation": "Do dokončení operace, kterou se hodláte provést, by to mohlo trvat spoustu času. Jste si jistý, že chcete pokračovat?",
"SSE.Controllers.Toolbar.warnMergeLostData": "Pouze data z levé horní buňky zůstanou ve sloučené buňce. Opravdu chcete pokračovat?",
"SSE.Views.AutoFilterDialog.btnCustomFilter": "Vlastní filtr",
- "SSE.Views.AutoFilterDialog.cancelButtonText": "Zrušit",
- "SSE.Views.AutoFilterDialog.okButtonText": "OK",
"SSE.Views.AutoFilterDialog.textAddSelection": "Přidat aktuální výběr k filtrování",
"SSE.Views.AutoFilterDialog.textEmptyItem": "{Blanks}",
"SSE.Views.AutoFilterDialog.textSelectAll": "Vybrat vše",
@@ -785,7 +773,6 @@
"SSE.Views.CellEditor.tipFormula": "Vložit funkci",
"SSE.Views.CellRangeDialog.errorMaxRows": "CHYBA! Maximální počet datových řad na grafu je 255",
"SSE.Views.CellRangeDialog.errorStockChart": "Nespravné pořadí řádků. Chcete-li vytvořit burzovní graf umístěte data na list v následujícím pořadí: otevírací cena, maximální cena, minimální cena, uzavírací cena.",
- "SSE.Views.CellRangeDialog.textCancel": "Zrušit",
"SSE.Views.CellRangeDialog.txtEmpty": "Toto pole je povinné",
"SSE.Views.CellRangeDialog.txtInvalidRange": "CHYBA! Nesprávný rozsah buňek",
"SSE.Views.CellRangeDialog.txtTitle": "Vybrat datový rozsah",
@@ -823,7 +810,6 @@
"SSE.Views.ChartSettings.textType": "Typ",
"SSE.Views.ChartSettings.textWidth": "Šířka",
"SSE.Views.ChartSettings.textWinLossSpark": "Zisk/Ztráta ",
- "SSE.Views.ChartSettingsDlg.cancelButtonText": "Zrušit",
"SSE.Views.ChartSettingsDlg.errorMaxRows": "CHYBA! Maximální počet datových řad na grafu je 255",
"SSE.Views.ChartSettingsDlg.errorStockChart": "Nespravné pořadí řádků. Chcete-li vytvořit burzovní graf umístěte data na list v následujícím pořadí: otevírací cena, maximální cena, minimální cena, uzavírací cena.",
"SSE.Views.ChartSettingsDlg.textAlt": "Alternativní text",
@@ -957,7 +943,6 @@
"SSE.Views.ChartSettingsDlg.textYAxisTitle": "Titulek osy y",
"SSE.Views.ChartSettingsDlg.textZero": "Nula",
"SSE.Views.ChartSettingsDlg.txtEmpty": "Toto pole je povinné",
- "SSE.Views.DigitalFilterDialog.cancelButtonText": "Zrušit",
"SSE.Views.DigitalFilterDialog.capAnd": "A",
"SSE.Views.DigitalFilterDialog.capCondition1": "rovná se",
"SSE.Views.DigitalFilterDialog.capCondition10": "nekončí",
@@ -1128,11 +1113,9 @@
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWin": "jako Windows",
"SSE.Views.FileMenuPanels.Settings.txtGeneral": "Obecný",
"SSE.Views.FileMenuPanels.Settings.txtPageSettings": "Nastavení stránky",
- "SSE.Views.FormatSettingsDialog.textCancel": "Zrušit",
"SSE.Views.FormatSettingsDialog.textCategory": "Kategorie",
"SSE.Views.FormatSettingsDialog.textDecimal": "Desetinný",
"SSE.Views.FormatSettingsDialog.textFormat": "Formát",
- "SSE.Views.FormatSettingsDialog.textOk": "OK",
"SSE.Views.FormatSettingsDialog.textSeparator": "Použijte oddělovač 1000",
"SSE.Views.FormatSettingsDialog.textSymbols": "Symboly",
"SSE.Views.FormatSettingsDialog.textTitle": "Formát čísla",
@@ -1157,13 +1140,10 @@
"SSE.Views.FormatSettingsDialog.txtUpto1": "Až na jednu číslici (1/3)",
"SSE.Views.FormatSettingsDialog.txtUpto2": "Až na dvě číslice (12/25)",
"SSE.Views.FormatSettingsDialog.txtUpto3": "Až na tři číslice (131/135)",
- "SSE.Views.FormulaDialog.cancelButtonText": "Zrušit",
- "SSE.Views.FormulaDialog.okButtonText": "OK",
"SSE.Views.FormulaDialog.sDescription": "Popis",
"SSE.Views.FormulaDialog.textGroupDescription": "Vybrat skupinu funkcí",
"SSE.Views.FormulaDialog.textListDescription": "Vybrat funkci",
"SSE.Views.FormulaDialog.txtTitle": "Vložit funkci",
- "SSE.Views.HyperlinkSettingsDialog.cancelButtonText": "Zrušit",
"SSE.Views.HyperlinkSettingsDialog.strDisplay": "Zobrazit",
"SSE.Views.HyperlinkSettingsDialog.strLinkTo": "Odkaz na",
"SSE.Views.HyperlinkSettingsDialog.strRange": "Rozsah",
@@ -1190,8 +1170,6 @@
"SSE.Views.ImageSettings.textOriginalSize": "Výchozí velikost",
"SSE.Views.ImageSettings.textSize": "Velikost",
"SSE.Views.ImageSettings.textWidth": "Šířka",
- "SSE.Views.ImageSettingsAdvanced.cancelButtonText": "Zrušit",
- "SSE.Views.ImageSettingsAdvanced.okButtonText": "OK",
"SSE.Views.ImageSettingsAdvanced.textAlt": "Alternativní text",
"SSE.Views.ImageSettingsAdvanced.textAltDescription": "Popis",
"SSE.Views.ImageSettingsAdvanced.textAltTip": "Alternativní textová reprezentace informací vizuálního objektu, která bude čtena lidem se zrakovým nebo kognitivním postižením, aby jim pomohla lépe porozumět informacím, které se nacházejí v obrázku, automatickém tvarování, grafu nebo v tabulce.",
@@ -1224,11 +1202,9 @@
"SSE.Views.MainSettingsPrint.textPrintGrid": "Vytisknout mřížku",
"SSE.Views.MainSettingsPrint.textPrintHeadings": "Tisknout nadpisy řádků a buňek",
"SSE.Views.MainSettingsPrint.textSettings": "Nastavení pro",
- "SSE.Views.NamedRangeEditDlg.cancelButtonText": "Zrušit",
"SSE.Views.NamedRangeEditDlg.errorCreateDefName": "Stávající pojmenované rozsahy nelze upravovat a nové nyní nelze vytvořit protože některé z nich jsou právě upravovány.",
"SSE.Views.NamedRangeEditDlg.namePlaceholder": "Definovaný název",
"SSE.Views.NamedRangeEditDlg.notcriticalErrorTitle": "Varování",
- "SSE.Views.NamedRangeEditDlg.okButtonText": "OK",
"SSE.Views.NamedRangeEditDlg.strWorkbook": "Sešit",
"SSE.Views.NamedRangeEditDlg.textDataRange": "Rozsah dat",
"SSE.Views.NamedRangeEditDlg.textExistName": "CHYBA! Rozsah se stejným názvem již existuje",
@@ -1242,13 +1218,10 @@
"SSE.Views.NamedRangeEditDlg.txtEmpty": "Toto pole je povinné",
"SSE.Views.NamedRangeEditDlg.txtTitleEdit": "Upravit jméno",
"SSE.Views.NamedRangeEditDlg.txtTitleNew": "Nový název",
- "SSE.Views.NamedRangePasteDlg.cancelButtonText": "Zrušit",
- "SSE.Views.NamedRangePasteDlg.okButtonText": "OK",
"SSE.Views.NamedRangePasteDlg.textNames": "Pojmenované rozsahy",
"SSE.Views.NamedRangePasteDlg.txtTitle": "Vložit název",
"SSE.Views.NameManagerDlg.closeButtonText": "Zavřít",
"SSE.Views.NameManagerDlg.guestText": "Návštěvník",
- "SSE.Views.NameManagerDlg.okButtonText": "OK",
"SSE.Views.NameManagerDlg.textDataRange": "Rozsah dat",
"SSE.Views.NameManagerDlg.textDelete": "Vymazat",
"SSE.Views.NameManagerDlg.textEdit": "Upravit",
@@ -1276,12 +1249,9 @@
"SSE.Views.ParagraphSettings.textAuto": "Násobky",
"SSE.Views.ParagraphSettings.textExact": "Přesně",
"SSE.Views.ParagraphSettings.txtAutoText": "Automaticky",
- "SSE.Views.ParagraphSettingsAdvanced.cancelButtonText": "Zrušit",
"SSE.Views.ParagraphSettingsAdvanced.noTabs": "Specifikované tabulátory se objeví v tomto poli",
- "SSE.Views.ParagraphSettingsAdvanced.okButtonText": "OK",
"SSE.Views.ParagraphSettingsAdvanced.strAllCaps": "Všechno velkým",
"SSE.Views.ParagraphSettingsAdvanced.strDoubleStrike": "Dvojité přeškrtnutí",
- "SSE.Views.ParagraphSettingsAdvanced.strIndentsFirstLine": "První řádek",
"SSE.Views.ParagraphSettingsAdvanced.strIndentsLeftText": "Vlevo",
"SSE.Views.ParagraphSettingsAdvanced.strIndentsRightText": "Vpravo",
"SSE.Views.ParagraphSettingsAdvanced.strParagraphFont": "Písmo",
@@ -1304,7 +1274,6 @@
"SSE.Views.ParagraphSettingsAdvanced.textTabRight": "Vpravo",
"SSE.Views.ParagraphSettingsAdvanced.textTitle": "Odstavec - Pokročilé nastavení",
"SSE.Views.PrintSettings.btnPrint": "Uložit a vytisknout",
- "SSE.Views.PrintSettings.cancelButtonText": "Zrušit",
"SSE.Views.PrintSettings.strBottom": "Dole",
"SSE.Views.PrintSettings.strLandscape": "Na šířku",
"SSE.Views.PrintSettings.strLeft": "Vlevo",
@@ -1339,8 +1308,6 @@
"SSE.Views.RightMenu.txtSparklineSettings": "Nastavení Sparkline",
"SSE.Views.RightMenu.txtTableSettings": "Nastavení tabulky",
"SSE.Views.RightMenu.txtTextArtSettings": "Nastavení Text Art",
- "SSE.Views.SetValueDialog.cancelButtonText": "Zrušit",
- "SSE.Views.SetValueDialog.okButtonText": "OK",
"SSE.Views.SetValueDialog.txtMaxText": "Maximální hodnota tohoto pole je {0}",
"SSE.Views.SetValueDialog.txtMinText": "Manimální hodnota tohoto pole je {0}",
"SSE.Views.ShapeSettings.strBackground": "Barva pozadí",
@@ -1386,8 +1353,6 @@
"SSE.Views.ShapeSettings.txtNoBorders": "Bez čáry",
"SSE.Views.ShapeSettings.txtPapyrus": "Papyrus",
"SSE.Views.ShapeSettings.txtWood": "Dřevo",
- "SSE.Views.ShapeSettingsAdvanced.cancelButtonText": "Zrušit",
- "SSE.Views.ShapeSettingsAdvanced.okButtonText": "OK",
"SSE.Views.ShapeSettingsAdvanced.strColumns": "Sloupce",
"SSE.Views.ShapeSettingsAdvanced.strMargins": "Vnitřní odsazení textu",
"SSE.Views.ShapeSettingsAdvanced.textAlt": "Alternativní text",
@@ -1453,7 +1418,6 @@
"SSE.Views.TableOptionsDialog.errorAutoFilterDataRange": "Operaci nelze provést pro zvolený rozsah buněk. Vyberte jednotnou oblast dat odlišnou od již existující a zkuste to znovu.",
"SSE.Views.TableOptionsDialog.errorFTChangeTableRangeError": "Operace nemohla být dokončena pro vybraný rozsah buněk. Vyberte rozsah tak, aby první řádek tabulky byl na stejném řádku a výsledná tabulka překrývala aktuální.",
"SSE.Views.TableOptionsDialog.errorFTRangeIncludedOtherTables": "Operace nemohla být dokončena pro vybraný rozsah buněk. Vyberte rozsah, který neobsahuje jiné tabulky.",
- "SSE.Views.TableOptionsDialog.textCancel": "Zrušit",
"SSE.Views.TableOptionsDialog.txtEmpty": "Toto pole je povinné",
"SSE.Views.TableOptionsDialog.txtFormat": "Vytvořit tabulku",
"SSE.Views.TableOptionsDialog.txtInvalidRange": "CHYBA! Nesprávný rozsah buňek",
@@ -1472,7 +1436,6 @@
"SSE.Views.TableSettings.selectTableText": "Vybrat tabulku",
"SSE.Views.TableSettings.textAdvanced": "Zobrazit pokročilé nastavení",
"SSE.Views.TableSettings.textBanded": "Pruhovaný",
- "SSE.Views.TableSettings.textCancel": "Zrušit",
"SSE.Views.TableSettings.textColumns": "Sloupce",
"SSE.Views.TableSettings.textConvertRange": "Převést na rozsah",
"SSE.Views.TableSettings.textEdit": "Řádky a sloupce",
@@ -1485,7 +1448,6 @@
"SSE.Views.TableSettings.textIsLocked": "Prvek je upravován jiným uživatelem.",
"SSE.Views.TableSettings.textLast": "Poslední",
"SSE.Views.TableSettings.textLongOperation": "Dlouhý provoz",
- "SSE.Views.TableSettings.textOK": "OK",
"SSE.Views.TableSettings.textReservedName": "Název, který se pokoušíte použít, je již uveden ve vzorcích buněk. Prosím, použijte nějaké jiné jméno.",
"SSE.Views.TableSettings.textResize": "Změnit velikost tabulky",
"SSE.Views.TableSettings.textRows": "Řádky",
@@ -1494,8 +1456,6 @@
"SSE.Views.TableSettings.textTemplate": "Vybrat ze šablony",
"SSE.Views.TableSettings.textTotal": "Celkový",
"SSE.Views.TableSettings.warnLongOperation": "Do dokončení operace, kterou se hodláte provést, by to mohlo trvat spoustu času. Jste si jistý, že chcete pokračovat?",
- "SSE.Views.TableSettingsAdvanced.cancelButtonText": "Zrušit",
- "SSE.Views.TableSettingsAdvanced.okButtonText": "OK",
"SSE.Views.TableSettingsAdvanced.textAlt": "Alternativní text",
"SSE.Views.TableSettingsAdvanced.textAltDescription": "Popis",
"SSE.Views.TableSettingsAdvanced.textAltTip": "Alternativní textová reprezentace informací vizuálního objektu, která bude čtena lidem se zrakovým nebo kognitivním postižením, aby jim pomohla lépe porozumět informacím, které se nacházejí v obrázku, automatickém tvarování, grafu nebo v tabulce.",
@@ -1727,8 +1687,6 @@
"SSE.Views.Toolbar.txtTime": "Čas",
"SSE.Views.Toolbar.txtUnmerge": "Rozdělit buňky",
"SSE.Views.Toolbar.txtYen": "¥ Jen",
- "SSE.Views.Top10FilterDialog.cancelButtonText": "Zrušit",
- "SSE.Views.Top10FilterDialog.okButtonText": "OK",
"SSE.Views.Top10FilterDialog.textType": "Zobrazit",
"SSE.Views.Top10FilterDialog.txtBottom": "Dole",
"SSE.Views.Top10FilterDialog.txtItems": "Položka",
diff --git a/apps/spreadsheeteditor/main/locale/de.json b/apps/spreadsheeteditor/main/locale/de.json
index 7381e20ff..db7e677b6 100644
--- a/apps/spreadsheeteditor/main/locale/de.json
+++ b/apps/spreadsheeteditor/main/locale/de.json
@@ -6,7 +6,6 @@
"Common.UI.ComboBorderSizeEditable.txtNoBorders": "Keine Rahmen",
"Common.UI.ComboDataView.emptyComboText": "Keine Formate",
"Common.UI.ExtendedColorDialog.addButtonText": "Hinzufügen",
- "Common.UI.ExtendedColorDialog.cancelButtonText": "Abbrechen",
"Common.UI.ExtendedColorDialog.textCurrent": "Aktuell",
"Common.UI.ExtendedColorDialog.textHexErr": "Der eingegebene Wert ist falsch. Bitte geben Sie einen Wert zwischen 000000 und FFFFFF ein.",
"Common.UI.ExtendedColorDialog.textNew": "Neu",
@@ -45,8 +44,6 @@
"Common.Views.About.txtPoweredBy": "Betrieben von",
"Common.Views.About.txtTel": "Tel.: ",
"Common.Views.About.txtVersion": "Version ",
- "Common.Views.AdvancedSettingsWindow.cancelButtonText": "Abbrechen",
- "Common.Views.AdvancedSettingsWindow.okButtonText": "OK",
"Common.Views.Chat.textSend": "Senden",
"Common.Views.Comments.textAdd": "Hinzufügen",
"Common.Views.Comments.textAddComment": "Hinzufügen",
@@ -93,14 +90,10 @@
"Common.Views.Header.tipViewUsers": "Benutzer ansehen und Zugriffsrechte für das Dokument verwalten",
"Common.Views.Header.txtAccessRights": "Zugriffsrechte ändern",
"Common.Views.Header.txtRename": "Umbenennen",
- "Common.Views.ImageFromUrlDialog.cancelButtonText": "Abbrechen",
- "Common.Views.ImageFromUrlDialog.okButtonText": "OK",
"Common.Views.ImageFromUrlDialog.textUrl": "Bild-URL einfügen:",
"Common.Views.ImageFromUrlDialog.txtEmpty": "Dieses Feld ist erforderlich",
"Common.Views.ImageFromUrlDialog.txtNotUrl": "Dieses Feld muss eine URL im Format \"http://www.example.com\" enthalten",
- "Common.Views.OpenDialog.cancelButtonText": "Abbrechen",
"Common.Views.OpenDialog.closeButtonText": "Datei schließen",
- "Common.Views.OpenDialog.okButtonText": "OK",
"Common.Views.OpenDialog.txtColon": "Doppelpunkt",
"Common.Views.OpenDialog.txtComma": "Komma",
"Common.Views.OpenDialog.txtDelimiter": "Trennzeichen",
@@ -115,8 +108,6 @@
"Common.Views.OpenDialog.txtTab": "Tabulator",
"Common.Views.OpenDialog.txtTitle": "%1-Optionen wählen",
"Common.Views.OpenDialog.txtTitleProtected": "Geschützte Datei",
- "Common.Views.PasswordDialog.cancelButtonText": "Abbrechen",
- "Common.Views.PasswordDialog.okButtonText": "OK",
"Common.Views.PasswordDialog.txtDescription": "Legen Sie ein Passwort fest, um dieses Dokument zu schützen",
"Common.Views.PasswordDialog.txtIncorrectPwd": "Bestätigungseingabe ist nicht identisch",
"Common.Views.PasswordDialog.txtPassword": "Kennwort",
@@ -138,8 +129,6 @@
"Common.Views.Protection.txtInvisibleSignature": "Fügen Sie eine digitale Signatur hinzu",
"Common.Views.Protection.txtSignature": "Signatur",
"Common.Views.Protection.txtSignatureLine": "Signaturzeile hinzufügen",
- "Common.Views.RenameDialog.cancelButtonText": "Abbrechen",
- "Common.Views.RenameDialog.okButtonText": "OK",
"Common.Views.RenameDialog.textName": "Dateiname",
"Common.Views.RenameDialog.txtInvalidName": "Dieser Dateiname darf keines der folgenden Zeichen enthalten:",
"Common.Views.ReviewChanges.hintNext": "Zur nächsten Änderung",
@@ -194,8 +183,6 @@
"Common.Views.SaveAsDlg.textTitle": "Ordner fürs Speichern",
"Common.Views.SelectFileDlg.textLoading": "Ladevorgang",
"Common.Views.SelectFileDlg.textTitle": "Datenquelle auswählen",
- "Common.Views.SignDialog.cancelButtonText": "Abbrechen",
- "Common.Views.SignDialog.okButtonText": "OK",
"Common.Views.SignDialog.textBold": "Fett",
"Common.Views.SignDialog.textCertificate": "Zertifikat",
"Common.Views.SignDialog.textChange": "Ändern",
@@ -210,8 +197,6 @@
"Common.Views.SignDialog.textValid": "Gültig von% 1 bis% 2",
"Common.Views.SignDialog.tipFontName": "Schriftart",
"Common.Views.SignDialog.tipFontSize": "Schriftgrad",
- "Common.Views.SignSettingsDialog.cancelButtonText": "Abbrechen",
- "Common.Views.SignSettingsDialog.okButtonText": "OK",
"Common.Views.SignSettingsDialog.textAllowComment": "Signaturgeber verfügt über die Möglichkeit, einen Kommentar im Signaturdialog hinzuzufügen",
"Common.Views.SignSettingsDialog.textInfo": "Signaturgeberinformationen",
"Common.Views.SignSettingsDialog.textInfoEmail": "Email Adresse",
@@ -750,7 +735,6 @@
"SSE.Controllers.Toolbar.errorStockChart": "Falsche Reihenfolge der Zeilen. Um ein Kursdiagramm zu erstellen, ordnen Sie die Daten auf dem Blatt folgendermaßen an: Eröffnungspreis, Höchstpreis, Tiefstpreis, Schlusskurs.",
"SSE.Controllers.Toolbar.textAccent": "Akzente",
"SSE.Controllers.Toolbar.textBracket": "Klammern",
- "SSE.Controllers.Toolbar.textCancel": "Abbrechen",
"SSE.Controllers.Toolbar.textFontSizeErr": "Der eingegebene Wert ist falsch. Geben Sie bitte einen numerischen Wert zwischen 1 und 409 ein.",
"SSE.Controllers.Toolbar.textFraction": "Bruchteile",
"SSE.Controllers.Toolbar.textFunction": "Bruchteile",
@@ -1093,8 +1077,6 @@
"SSE.Controllers.Viewport.textHideGridlines": "Gitternetzlinien verbergen",
"SSE.Controllers.Viewport.textHideHeadings": "Überschriften verbergen",
"SSE.Views.AutoFilterDialog.btnCustomFilter": "Benutzerdefinierter Filter",
- "SSE.Views.AutoFilterDialog.cancelButtonText": "Abbrechen",
- "SSE.Views.AutoFilterDialog.okButtonText": "OK",
"SSE.Views.AutoFilterDialog.textAddSelection": "Dem Filter die aktuelle Auswahl hinzufügen",
"SSE.Views.AutoFilterDialog.textEmptyItem": "{Lücken}",
"SSE.Views.AutoFilterDialog.textSelectAll": "Alle wählen",
@@ -1133,7 +1115,6 @@
"SSE.Views.CellEditor.tipFormula": "Funktion einfügen",
"SSE.Views.CellRangeDialog.errorMaxRows": "FEHLER! Die maximale Anzahl der Datenreihen per Diagramm ist 255",
"SSE.Views.CellRangeDialog.errorStockChart": "Falsche Reihenfolge der Zeilen. Um ein Kursdiagramm zu erstellen, ordnen Sie die Daten auf dem Blatt folgendermaßen an: Eröffnungspreis, Höchstpreis, Tiefstpreis, Schlusskurs.",
- "SSE.Views.CellRangeDialog.textCancel": "Abbrechen",
"SSE.Views.CellRangeDialog.txtEmpty": "Dieses Feld ist erforderlich",
"SSE.Views.CellRangeDialog.txtInvalidRange": "FEHLER! Ungültiger Zellenbereich",
"SSE.Views.CellRangeDialog.txtTitle": "Datenbereich auswählen",
@@ -1190,7 +1171,6 @@
"SSE.Views.ChartSettings.textType": "Typ",
"SSE.Views.ChartSettings.textWidth": "Breite",
"SSE.Views.ChartSettings.textWinLossSpark": "Gewinn/Verlust",
- "SSE.Views.ChartSettingsDlg.cancelButtonText": "Abbrechen",
"SSE.Views.ChartSettingsDlg.errorMaxPoints": "FEHLER! Die maximale Punktzahl pro eine Tabelle beträgt 4096 Punkte.",
"SSE.Views.ChartSettingsDlg.errorMaxRows": "FEHLER! Die maximale Anzahl der Datenreihen per Diagramm ist 255",
"SSE.Views.ChartSettingsDlg.errorStockChart": "Falsche Reihenfolge der Zeilen. Um ein Kursdiagramm zu erstellen, ordnen Sie die Daten auf dem Blatt folgendermaßen an: Eröffnungspreis, Höchstpreis, Tiefstpreis, Schlusskurs.",
@@ -1325,7 +1305,6 @@
"SSE.Views.ChartSettingsDlg.textYAxisTitle": "Y-Achsentitel",
"SSE.Views.ChartSettingsDlg.textZero": "Null",
"SSE.Views.ChartSettingsDlg.txtEmpty": "Dieses Feld ist erforderlich",
- "SSE.Views.DigitalFilterDialog.cancelButtonText": "Abbrechen",
"SSE.Views.DigitalFilterDialog.capAnd": "Und",
"SSE.Views.DigitalFilterDialog.capCondition1": "ist gleich",
"SSE.Views.DigitalFilterDialog.capCondition10": "endet nicht mit",
@@ -1553,11 +1532,9 @@
"SSE.Views.FileMenuPanels.ProtectDoc.txtView": "Signaturen anzeigen",
"SSE.Views.FileMenuPanels.Settings.txtGeneral": "Allgemein",
"SSE.Views.FileMenuPanels.Settings.txtPageSettings": "Seiten-Einstellungen",
- "SSE.Views.FormatSettingsDialog.textCancel": "Abbrechen",
"SSE.Views.FormatSettingsDialog.textCategory": "Kategorie",
"SSE.Views.FormatSettingsDialog.textDecimal": "Dezimal",
"SSE.Views.FormatSettingsDialog.textFormat": "Format",
- "SSE.Views.FormatSettingsDialog.textOk": "OK",
"SSE.Views.FormatSettingsDialog.textSeparator": "1000er-Trennzeichen verwenden",
"SSE.Views.FormatSettingsDialog.textSymbols": "Symbole",
"SSE.Views.FormatSettingsDialog.textTitle": "Zahlenformat",
@@ -1583,13 +1560,10 @@
"SSE.Views.FormatSettingsDialog.txtUpto1": "Bis zu einer Ziffer(1/3)",
"SSE.Views.FormatSettingsDialog.txtUpto2": "Zweistellig (12/25)",
"SSE.Views.FormatSettingsDialog.txtUpto3": "Dreistellig (131/135)",
- "SSE.Views.FormulaDialog.cancelButtonText": "Abbrechen",
- "SSE.Views.FormulaDialog.okButtonText": "OK",
"SSE.Views.FormulaDialog.sDescription": "Beschreibung",
"SSE.Views.FormulaDialog.textGroupDescription": "Funktionsgruppe auswählen",
"SSE.Views.FormulaDialog.textListDescription": "Funktion auswählen",
"SSE.Views.FormulaDialog.txtTitle": "Funktion einfügen",
- "SSE.Views.HyperlinkSettingsDialog.cancelButtonText": "Abbrechen",
"SSE.Views.HyperlinkSettingsDialog.strDisplay": "Anzeigen",
"SSE.Views.HyperlinkSettingsDialog.strLinkTo": "Verknüpfen mit",
"SSE.Views.HyperlinkSettingsDialog.strRange": "Bereich",
@@ -1626,8 +1600,6 @@
"SSE.Views.ImageSettings.textRotation": "Rotation",
"SSE.Views.ImageSettings.textSize": "Größe",
"SSE.Views.ImageSettings.textWidth": "Breite",
- "SSE.Views.ImageSettingsAdvanced.cancelButtonText": "Abbrechen",
- "SSE.Views.ImageSettingsAdvanced.okButtonText": "OK",
"SSE.Views.ImageSettingsAdvanced.textAlt": "Der alternative Text",
"SSE.Views.ImageSettingsAdvanced.textAltDescription": "Beschreibung",
"SSE.Views.ImageSettingsAdvanced.textAltTip": "Die alternative textbasierte Darstellung der visuellen Objektinformation, die den Menschen mit geistigen Behinderungen oder Sehbehinderungen vorgelesen wird, um besser verstehen zu können, was genau auf dem Bild, AutoForm, Diagramm oder der Tabelle dargestellt wurde.",
@@ -1666,11 +1638,9 @@
"SSE.Views.MainSettingsPrint.textPrintGrid": "Gitternetzlinien drucken",
"SSE.Views.MainSettingsPrint.textPrintHeadings": "Zeilen- und Spaltenüberschriften drucken",
"SSE.Views.MainSettingsPrint.textSettings": "Einstellungen für",
- "SSE.Views.NamedRangeEditDlg.cancelButtonText": "Abbrechen",
"SSE.Views.NamedRangeEditDlg.errorCreateDefName": "Die bestehende benannte Bereiche können nicht bearbeitet werden und die neuen Bereiche können im Moment nicht erstellt werden, weil einige von ihnen sind in Bearbeitung.",
"SSE.Views.NamedRangeEditDlg.namePlaceholder": "Definierter Name",
"SSE.Views.NamedRangeEditDlg.notcriticalErrorTitle": "Achtung",
- "SSE.Views.NamedRangeEditDlg.okButtonText": "OK",
"SSE.Views.NamedRangeEditDlg.strWorkbook": "Arbeitsmappe",
"SSE.Views.NamedRangeEditDlg.textDataRange": "Datenbereich",
"SSE.Views.NamedRangeEditDlg.textExistName": "FEHLER! Bereich mit einem solchen Namen existiert bereits",
@@ -1684,13 +1654,10 @@
"SSE.Views.NamedRangeEditDlg.txtEmpty": "Dieses Feld ist erforderlich",
"SSE.Views.NamedRangeEditDlg.txtTitleEdit": "Name bearbeiten",
"SSE.Views.NamedRangeEditDlg.txtTitleNew": "Neuer Name",
- "SSE.Views.NamedRangePasteDlg.cancelButtonText": "Abbrechen",
- "SSE.Views.NamedRangePasteDlg.okButtonText": "OK",
"SSE.Views.NamedRangePasteDlg.textNames": "Benannte Bereiche",
"SSE.Views.NamedRangePasteDlg.txtTitle": "Namen einfügen",
"SSE.Views.NameManagerDlg.closeButtonText": "Schließen",
"SSE.Views.NameManagerDlg.guestText": "Gast",
- "SSE.Views.NameManagerDlg.okButtonText": "OK",
"SSE.Views.NameManagerDlg.textDataRange": "Datenbereich",
"SSE.Views.NameManagerDlg.textDelete": "Löschen",
"SSE.Views.NameManagerDlg.textEdit": "Bearbeiten",
@@ -1708,8 +1675,6 @@
"SSE.Views.NameManagerDlg.textWorkbook": "Arbeitsmappe",
"SSE.Views.NameManagerDlg.tipIsLocked": "Das Element wird gerade von einem anderen Benutzer bearbeitet.",
"SSE.Views.NameManagerDlg.txtTitle": "Name-Manager",
- "SSE.Views.PageMarginsDialog.cancelButtonText": "Abbrechen",
- "SSE.Views.PageMarginsDialog.okButtonText": "OK",
"SSE.Views.PageMarginsDialog.textBottom": "Unten",
"SSE.Views.PageMarginsDialog.textLeft": "Links",
"SSE.Views.PageMarginsDialog.textRight": "Rechts",
@@ -1725,12 +1690,9 @@
"SSE.Views.ParagraphSettings.textAuto": "Mehrfach",
"SSE.Views.ParagraphSettings.textExact": "Genau",
"SSE.Views.ParagraphSettings.txtAutoText": "Automatisch",
- "SSE.Views.ParagraphSettingsAdvanced.cancelButtonText": "Abbrechen",
"SSE.Views.ParagraphSettingsAdvanced.noTabs": "Die festgelegten Registerkarten werden in diesem Feld erscheinen",
- "SSE.Views.ParagraphSettingsAdvanced.okButtonText": "OK",
"SSE.Views.ParagraphSettingsAdvanced.strAllCaps": "Alle Großbuchstaben",
"SSE.Views.ParagraphSettingsAdvanced.strDoubleStrike": "Doppeltes Durchstreichen",
- "SSE.Views.ParagraphSettingsAdvanced.strIndentsFirstLine": "Erste Zeile",
"SSE.Views.ParagraphSettingsAdvanced.strIndentsLeftText": "Links",
"SSE.Views.ParagraphSettingsAdvanced.strIndentsRightText": "Rechts",
"SSE.Views.ParagraphSettingsAdvanced.strParagraphFont": "Schriftart",
@@ -1754,11 +1716,9 @@
"SSE.Views.ParagraphSettingsAdvanced.textTitle": "Absatz - Erweiterte Einstellungen",
"SSE.Views.PivotSettings.notcriticalErrorTitle": "Warnung",
"SSE.Views.PivotSettings.textAdvanced": "Erweiterte Einstellungen anzeigen",
- "SSE.Views.PivotSettings.textCancel": "Abbrechen",
"SSE.Views.PivotSettings.textColumns": "Spalten",
"SSE.Views.PivotSettings.textFields": "Felder auswählen",
"SSE.Views.PivotSettings.textFilters": "Filter",
- "SSE.Views.PivotSettings.textOK": "OK",
"SSE.Views.PivotSettings.textRows": "Zeilen",
"SSE.Views.PivotSettings.textValues": "Werte",
"SSE.Views.PivotSettings.txtAddColumn": "Zu Spalten hinzufügen",
@@ -1807,7 +1767,6 @@
"SSE.Views.PivotTable.txtSelect": "Auswählen",
"SSE.Views.PrintSettings.btnDownload": "Speichern & Herunterladen",
"SSE.Views.PrintSettings.btnPrint": "Speichern & drucken",
- "SSE.Views.PrintSettings.cancelButtonText": "Abbrechen",
"SSE.Views.PrintSettings.strBottom": "Unten",
"SSE.Views.PrintSettings.strLandscape": "Querformat",
"SSE.Views.PrintSettings.strLeft": "Links",
@@ -1851,8 +1810,6 @@
"SSE.Views.RightMenu.txtSparklineSettings": "Sparkline Einstellungen",
"SSE.Views.RightMenu.txtTableSettings": "Tabellen-Einstellungen",
"SSE.Views.RightMenu.txtTextArtSettings": "TextArt-Einstellungen",
- "SSE.Views.SetValueDialog.cancelButtonText": "Abbrechen",
- "SSE.Views.SetValueDialog.okButtonText": "OK",
"SSE.Views.SetValueDialog.txtMaxText": "Der maximale Wert für dieses Feld ist {0}",
"SSE.Views.SetValueDialog.txtMinText": "Der minimale Wert für dieses Feld ist {0}",
"SSE.Views.ShapeSettings.strBackground": "Hintergrundfarbe",
@@ -1905,8 +1862,6 @@
"SSE.Views.ShapeSettings.txtNoBorders": "Keine Linie",
"SSE.Views.ShapeSettings.txtPapyrus": "Papyrus",
"SSE.Views.ShapeSettings.txtWood": "Holz",
- "SSE.Views.ShapeSettingsAdvanced.cancelButtonText": "Abbrechen",
- "SSE.Views.ShapeSettingsAdvanced.okButtonText": "OK",
"SSE.Views.ShapeSettingsAdvanced.strColumns": "Spalten",
"SSE.Views.ShapeSettingsAdvanced.strMargins": "Ränder um den Text",
"SSE.Views.ShapeSettingsAdvanced.textAlt": "Der alternative Text",
@@ -1995,7 +1950,6 @@
"SSE.Views.TableOptionsDialog.errorFTChangeTableRangeError": "Die Operation konnte nicht für den markierten Zellbereich abgeschlossen werden. Wählen Sie einen Bereich so aus, dass die erste Tabellenzeile in der gleichen Zeile war und Ergebnistabelle die aktuelle überlappte. ",
"SSE.Views.TableOptionsDialog.errorFTRangeIncludedOtherTables": "Die Operation konnte nicht für den markierten Zellbereich abgeschlossen werden. Wählen Sie einen Bereich, der keine andere Tabellen einschließt.",
"SSE.Views.TableOptionsDialog.errorMultiCellFormula": "Matrixformeln mit mehreren Zellen sind in Tabellen nicht zulässig.",
- "SSE.Views.TableOptionsDialog.textCancel": "Abbrechen",
"SSE.Views.TableOptionsDialog.txtEmpty": "Dieses Feld ist erforderlich",
"SSE.Views.TableOptionsDialog.txtFormat": "Tabelle erstellen",
"SSE.Views.TableOptionsDialog.txtInvalidRange": "FEHLER! Ungültiger Zellenbereich",
@@ -2014,7 +1968,6 @@
"SSE.Views.TableSettings.selectTableText": "Tabelle auswählen",
"SSE.Views.TableSettings.textAdvanced": "Erweiterte Einstellungen anzeigen",
"SSE.Views.TableSettings.textBanded": "Gestreift",
- "SSE.Views.TableSettings.textCancel": "Abbrechen",
"SSE.Views.TableSettings.textColumns": "Spalten",
"SSE.Views.TableSettings.textConvertRange": "In Zellenbereich konvertieren",
"SSE.Views.TableSettings.textEdit": "Zeilen & Spalten",
@@ -2027,7 +1980,6 @@
"SSE.Views.TableSettings.textIsLocked": "Das Element wird gerade von einem anderen Benutzer bearbeitet.",
"SSE.Views.TableSettings.textLast": "Letzte",
"SSE.Views.TableSettings.textLongOperation": "Operation ist zeitaufwendig",
- "SSE.Views.TableSettings.textOK": "OK",
"SSE.Views.TableSettings.textReservedName": "Der Name, den Sie verwenden möchten, wurde bereits in Zellformeln verwiesen. Bitte benutzen Sie einen anderen Namen.",
"SSE.Views.TableSettings.textResize": "Tabellengröße ändern",
"SSE.Views.TableSettings.textRows": "Zeilen",
@@ -2036,8 +1988,6 @@
"SSE.Views.TableSettings.textTemplate": "Vorlage auswählen",
"SSE.Views.TableSettings.textTotal": "Insgesamt",
"SSE.Views.TableSettings.warnLongOperation": "Die Operation, die Sie durchführen möchten, kann viel Zeit in Anspruch nehmen. Soll sie fortgesetzt werden?",
- "SSE.Views.TableSettingsAdvanced.cancelButtonText": "Abbrechen",
- "SSE.Views.TableSettingsAdvanced.okButtonText": "OK",
"SSE.Views.TableSettingsAdvanced.textAlt": "Der alternative Text",
"SSE.Views.TableSettingsAdvanced.textAltDescription": "Beschreibung",
"SSE.Views.TableSettingsAdvanced.textAltTip": "Die alternative textbasierte Darstellung der visuellen Objektinformation, die den Menschen mit geistigen Behinderungen oder Sehbehinderungen vorgelesen wird, um besser verstehen zu können, was genau auf dem Bild, AutoForm, Diagramm oder der Tabelle dargestellt wurde.",
@@ -2308,8 +2258,6 @@
"SSE.Views.Toolbar.txtTime": "Zeit",
"SSE.Views.Toolbar.txtUnmerge": "Zellverbund aufheben",
"SSE.Views.Toolbar.txtYen": "¥ Yen",
- "SSE.Views.Top10FilterDialog.cancelButtonText": "Abbrechen",
- "SSE.Views.Top10FilterDialog.okButtonText": "OK",
"SSE.Views.Top10FilterDialog.textType": "Anzeigen",
"SSE.Views.Top10FilterDialog.txtBottom": "Unten",
"SSE.Views.Top10FilterDialog.txtItems": "Artikel",
diff --git a/apps/spreadsheeteditor/main/locale/en.json b/apps/spreadsheeteditor/main/locale/en.json
index ca988d6a0..0766eea69 100644
--- a/apps/spreadsheeteditor/main/locale/en.json
+++ b/apps/spreadsheeteditor/main/locale/en.json
@@ -6,7 +6,6 @@
"Common.UI.ComboBorderSizeEditable.txtNoBorders": "No borders",
"Common.UI.ComboDataView.emptyComboText": "No styles",
"Common.UI.ExtendedColorDialog.addButtonText": "Add",
- "Common.UI.ExtendedColorDialog.cancelButtonText": "Cancel",
"Common.UI.ExtendedColorDialog.textCurrent": "Current",
"Common.UI.ExtendedColorDialog.textHexErr": "The entered value is incorrect. Please enter a value between 000000 and FFFFFF.",
"Common.UI.ExtendedColorDialog.textNew": "New",
@@ -45,8 +44,6 @@
"Common.Views.About.txtPoweredBy": "Powered by",
"Common.Views.About.txtTel": "tel.: ",
"Common.Views.About.txtVersion": "Version ",
- "Common.Views.AdvancedSettingsWindow.cancelButtonText": "Cancel",
- "Common.Views.AdvancedSettingsWindow.okButtonText": "OK",
"Common.Views.Chat.textSend": "Send",
"Common.Views.Comments.textAdd": "Add",
"Common.Views.Comments.textAddComment": "Add Comment",
@@ -94,14 +91,10 @@
"Common.Views.Header.tipViewUsers": "View users and manage document access rights",
"Common.Views.Header.txtAccessRights": "Change access rights",
"Common.Views.Header.txtRename": "Rename",
- "Common.Views.ImageFromUrlDialog.cancelButtonText": "Cancel",
- "Common.Views.ImageFromUrlDialog.okButtonText": "OK",
"Common.Views.ImageFromUrlDialog.textUrl": "Paste an image URL:",
"Common.Views.ImageFromUrlDialog.txtEmpty": "This field is required",
"Common.Views.ImageFromUrlDialog.txtNotUrl": "This field should be a URL in the \"http://www.example.com\" format",
- "Common.Views.OpenDialog.cancelButtonText": "Cancel",
"Common.Views.OpenDialog.closeButtonText": "Close File",
- "Common.Views.OpenDialog.okButtonText": "OK",
"Common.Views.OpenDialog.txtColon": "Colon",
"Common.Views.OpenDialog.txtComma": "Comma",
"Common.Views.OpenDialog.txtDelimiter": "Delimiter",
@@ -116,8 +109,6 @@
"Common.Views.OpenDialog.txtTab": "Tab",
"Common.Views.OpenDialog.txtTitle": "Choose %1 options",
"Common.Views.OpenDialog.txtTitleProtected": "Protected File",
- "Common.Views.PasswordDialog.cancelButtonText": "Cancel",
- "Common.Views.PasswordDialog.okButtonText": "OK",
"Common.Views.PasswordDialog.txtDescription": "Set a password to protect this document",
"Common.Views.PasswordDialog.txtIncorrectPwd": "Confirmation password is not identical",
"Common.Views.PasswordDialog.txtPassword": "Password",
@@ -139,8 +130,6 @@
"Common.Views.Protection.txtInvisibleSignature": "Add digital signature",
"Common.Views.Protection.txtSignature": "Signature",
"Common.Views.Protection.txtSignatureLine": "Add signature line",
- "Common.Views.RenameDialog.cancelButtonText": "Cancel",
- "Common.Views.RenameDialog.okButtonText": "OK",
"Common.Views.RenameDialog.textName": "File name",
"Common.Views.RenameDialog.txtInvalidName": "The file name cannot contain any of the following characters: ",
"Common.Views.ReviewChanges.hintNext": "To next change",
@@ -196,8 +185,6 @@
"Common.Views.SaveAsDlg.textTitle": "Folder for save",
"Common.Views.SelectFileDlg.textLoading": "Loading",
"Common.Views.SelectFileDlg.textTitle": "Select Data Source",
- "Common.Views.SignDialog.cancelButtonText": "Cancel",
- "Common.Views.SignDialog.okButtonText": "OK",
"Common.Views.SignDialog.textBold": "Bold",
"Common.Views.SignDialog.textCertificate": "Certificate",
"Common.Views.SignDialog.textChange": "Change",
@@ -212,8 +199,6 @@
"Common.Views.SignDialog.textValid": "Valid from %1 to %2",
"Common.Views.SignDialog.tipFontName": "Font Name",
"Common.Views.SignDialog.tipFontSize": "Font Size",
- "Common.Views.SignSettingsDialog.cancelButtonText": "Cancel",
- "Common.Views.SignSettingsDialog.okButtonText": "OK",
"Common.Views.SignSettingsDialog.textAllowComment": "Allow signer to add comment in the signature dialog",
"Common.Views.SignSettingsDialog.textInfo": "Signer Info",
"Common.Views.SignSettingsDialog.textInfoEmail": "E-mail",
@@ -434,6 +419,7 @@
"SSE.Controllers.Main.errorEmailClient": "No email client could be found.",
"SSE.Controllers.Main.errorFilePassProtect": "The file is password protected and cannot be opened.",
"SSE.Controllers.Main.errorFileRequest": "External error. File request error. Please contact support in case the error persists.",
+ "SSE.Controllers.Main.errorFileSizeExceed": "The file size exceeds the limitation set for your server. Please contact your Document Server administrator for details.",
"SSE.Controllers.Main.errorFileVKey": "External error. Incorrect security key. Please contact support in case the error persists.",
"SSE.Controllers.Main.errorFillRange": "Could not fill the selected range of cells. All the merged cells need to be the same size.",
"SSE.Controllers.Main.errorForceSave": "An error occurred while saving the file. Please use the 'Download as' option to save the file to your computer hard drive or try again later.",
@@ -751,7 +737,6 @@
"SSE.Controllers.Main.warnNoLicense": "This version of %1 editors has certain limitations for concurrent connections to the document server. If you need more please consider purchasing a commercial license.",
"SSE.Controllers.Main.warnNoLicenseUsers": "This version of %1 editors has certain limitations for concurrent users. If you need more please consider purchasing a commercial license.",
"SSE.Controllers.Main.warnProcessRightsChange": "You have been denied the right to edit the file.",
- "SSE.Controllers.Main.errorFileSizeExceed": "The file size exceeds the limitation set for your server. Please contact your Document Server administrator for details.",
"SSE.Controllers.Print.strAllSheets": "All Sheets",
"SSE.Controllers.Print.textWarning": "Warning",
"SSE.Controllers.Print.txtCustom": "Custom",
@@ -766,7 +751,6 @@
"SSE.Controllers.Toolbar.errorStockChart": "Incorrect row order. To build a stock chart place the data on the sheet in the following order: opening price, max price, min price, closing price.",
"SSE.Controllers.Toolbar.textAccent": "Accents",
"SSE.Controllers.Toolbar.textBracket": "Brackets",
- "SSE.Controllers.Toolbar.textCancel": "Cancel",
"SSE.Controllers.Toolbar.textFontSizeErr": "The entered value is incorrect. Please enter a numeric value between 1 and 409",
"SSE.Controllers.Toolbar.textFraction": "Fractions",
"SSE.Controllers.Toolbar.textFunction": "Functions",
@@ -1109,8 +1093,6 @@
"SSE.Controllers.Viewport.textHideGridlines": "Hide Gridlines",
"SSE.Controllers.Viewport.textHideHeadings": "Hide Headings",
"SSE.Views.AutoFilterDialog.btnCustomFilter": "Custom Filter",
- "SSE.Views.AutoFilterDialog.cancelButtonText": "Cancel",
- "SSE.Views.AutoFilterDialog.okButtonText": "OK",
"SSE.Views.AutoFilterDialog.textAddSelection": "Add current selection to filter",
"SSE.Views.AutoFilterDialog.textEmptyItem": "{Blanks}",
"SSE.Views.AutoFilterDialog.textSelectAll": "Select All",
@@ -1149,7 +1131,6 @@
"SSE.Views.CellEditor.tipFormula": "Insert function",
"SSE.Views.CellRangeDialog.errorMaxRows": "ERROR! The maximum number of data series per chart is 255",
"SSE.Views.CellRangeDialog.errorStockChart": "Incorrect row order. To build a stock chart place the data on the sheet in the following order: opening price, max price, min price, closing price.",
- "SSE.Views.CellRangeDialog.textCancel": "Cancel",
"SSE.Views.CellRangeDialog.txtEmpty": "This field is required",
"SSE.Views.CellRangeDialog.txtInvalidRange": "ERROR! Invalid cells range",
"SSE.Views.CellRangeDialog.txtTitle": "Select Data Range",
@@ -1220,7 +1201,6 @@
"SSE.Views.ChartSettings.textType": "Type",
"SSE.Views.ChartSettings.textWidth": "Width",
"SSE.Views.ChartSettings.textWinLossSpark": "Win/Loss",
- "SSE.Views.ChartSettingsDlg.cancelButtonText": "Cancel",
"SSE.Views.ChartSettingsDlg.errorMaxPoints": "ERROR! The maximum number of points in series per chart is 4096.",
"SSE.Views.ChartSettingsDlg.errorMaxRows": "ERROR! The maximum number of data series per chart is 255",
"SSE.Views.ChartSettingsDlg.errorStockChart": "Incorrect row order. To build a stock chart place the data on the sheet in the following order: opening price, max price, min price, closing price.",
@@ -1368,7 +1348,6 @@
"SSE.Views.DataTab.tipGroup": "Group range of cells",
"SSE.Views.DataTab.tipToColumns": "Separate cell text into columns",
"SSE.Views.DataTab.tipUngroup": "Ungroup range of cells",
- "SSE.Views.DigitalFilterDialog.cancelButtonText": "Cancel",
"SSE.Views.DigitalFilterDialog.capAnd": "And",
"SSE.Views.DigitalFilterDialog.capCondition1": "equals",
"SSE.Views.DigitalFilterDialog.capCondition10": "does not end with",
@@ -1532,6 +1511,7 @@
"SSE.Views.FileMenuPanels.CreateNew.fromTemplateText": "From Template",
"SSE.Views.FileMenuPanels.CreateNew.newDescriptionText": "Create a new blank spreadsheet which you will be able to style and format after it is created during the editing. Or choose one of the templates to start a spreadsheet of a certain type or purpose where some styles have already been pre-applied.",
"SSE.Views.FileMenuPanels.CreateNew.newDocumentText": "New Spreadsheet",
+ "SSE.Views.FileMenuPanels.DocumentInfo.okButtonText": "Apply",
"SSE.Views.FileMenuPanels.DocumentInfo.txtAddAuthor": "Add Author",
"SSE.Views.FileMenuPanels.DocumentInfo.txtAddText": "Add Text",
"SSE.Views.FileMenuPanels.DocumentInfo.txtAppName": "Application",
@@ -1547,7 +1527,6 @@
"SSE.Views.FileMenuPanels.DocumentInfo.txtSubject": "Subject",
"SSE.Views.FileMenuPanels.DocumentInfo.txtTitle": "Title",
"SSE.Views.FileMenuPanels.DocumentInfo.txtUploaded": "Uploaded",
- "SSE.Views.FileMenuPanels.DocumentInfo.okButtonText": "Apply",
"SSE.Views.FileMenuPanels.DocumentRights.txtBtnAccessRights": "Change access rights",
"SSE.Views.FileMenuPanels.DocumentRights.txtRights": "Persons who have rights",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.okButtonText": "Apply",
@@ -1606,11 +1585,9 @@
"SSE.Views.FileMenuPanels.ProtectDoc.txtView": "View signatures",
"SSE.Views.FileMenuPanels.Settings.txtGeneral": "General",
"SSE.Views.FileMenuPanels.Settings.txtPageSettings": "Page Settings",
- "SSE.Views.FormatSettingsDialog.textCancel": "Cancel",
"SSE.Views.FormatSettingsDialog.textCategory": "Category",
"SSE.Views.FormatSettingsDialog.textDecimal": "Decimal",
"SSE.Views.FormatSettingsDialog.textFormat": "Format",
- "SSE.Views.FormatSettingsDialog.textOk": "OK",
"SSE.Views.FormatSettingsDialog.textSeparator": "Use 1000 separator",
"SSE.Views.FormatSettingsDialog.textSymbols": "Symbols",
"SSE.Views.FormatSettingsDialog.textTitle": "Number Format",
@@ -1636,32 +1613,26 @@
"SSE.Views.FormatSettingsDialog.txtUpto1": "Up to one digit (1/3)",
"SSE.Views.FormatSettingsDialog.txtUpto2": "Up to two digits (12/25)",
"SSE.Views.FormatSettingsDialog.txtUpto3": "Up to three digits (131/135)",
- "SSE.Views.FormulaDialog.cancelButtonText": "Cancel",
- "SSE.Views.FormulaDialog.okButtonText": "OK",
"SSE.Views.FormulaDialog.sDescription": "Description",
"SSE.Views.FormulaDialog.textGroupDescription": "Select Function Group",
"SSE.Views.FormulaDialog.textListDescription": "Select Function",
"SSE.Views.FormulaDialog.txtTitle": "Insert Function",
+ "SSE.Views.FormulaTab.textAutomatic": "Automatic",
+ "SSE.Views.FormulaTab.textCalculateCurrentSheet": "Calculate current sheet",
+ "SSE.Views.FormulaTab.textCalculateWorkbook": "Calculate workbook",
+ "SSE.Views.FormulaTab.textManual": "Manual",
+ "SSE.Views.FormulaTab.tipCalculate": "Calculate",
+ "SSE.Views.FormulaTab.tipCalculateTheEntireWorkbook": "Calculate the entire workbook",
"SSE.Views.FormulaTab.txtAdditional": "Additional",
"SSE.Views.FormulaTab.txtAutosum": "Autosum",
"SSE.Views.FormulaTab.txtAutosumTip": "Summation",
+ "SSE.Views.FormulaTab.txtCalculation": "Calculation",
"SSE.Views.FormulaTab.txtFormula": "Function",
"SSE.Views.FormulaTab.txtFormulaTip": "Insert function",
"SSE.Views.FormulaTab.txtMore": "More functions",
"SSE.Views.FormulaTab.txtRecent": "Recently used",
- "SSE.Views.FormulaTab.txtCalculation": "Calculation",
- "SSE.Views.FormulaTab.tipCalculate": "Calculate",
- "SSE.Views.FormulaTab.textCalculateWorkbook": "Calculate workbook",
- "SSE.Views.FormulaTab.textCalculateCurrentSheet": "Calculate current sheet",
- "SSE.Views.FormulaTab.textAutomatic": "Automatic",
- "SSE.Views.FormulaTab.textManual": "Manual",
- "SSE.Views.FormulaTab.tipCalculateTheEntireWorkbook": "Calculate the entire workbook",
- "SSE.Views.GroupDialog.cancelButtonText": "Cancel",
- "SSE.Views.GroupDialog.okButtonText": "OK",
"SSE.Views.GroupDialog.textColumns": "Columns",
"SSE.Views.GroupDialog.textRows": "Rows",
- "SSE.Views.HeaderFooterDialog.cancelButtonText": "Cancel",
- "SSE.Views.HeaderFooterDialog.okButtonText": "OK",
"SSE.Views.HeaderFooterDialog.textAlign": "Align with page margins",
"SSE.Views.HeaderFooterDialog.textAll": "All pages",
"SSE.Views.HeaderFooterDialog.textBold": "Bold",
@@ -1695,7 +1666,6 @@
"SSE.Views.HeaderFooterDialog.textUnderline": "Underline",
"SSE.Views.HeaderFooterDialog.tipFontName": "Font",
"SSE.Views.HeaderFooterDialog.tipFontSize": "Font size",
- "SSE.Views.HyperlinkSettingsDialog.cancelButtonText": "Cancel",
"SSE.Views.HyperlinkSettingsDialog.strDisplay": "Display",
"SSE.Views.HyperlinkSettingsDialog.strLinkTo": "Link to",
"SSE.Views.HyperlinkSettingsDialog.strRange": "Range",
@@ -1732,8 +1702,6 @@
"SSE.Views.ImageSettings.textRotation": "Rotation",
"SSE.Views.ImageSettings.textSize": "Size",
"SSE.Views.ImageSettings.textWidth": "Width",
- "SSE.Views.ImageSettingsAdvanced.cancelButtonText": "Cancel",
- "SSE.Views.ImageSettingsAdvanced.okButtonText": "OK",
"SSE.Views.ImageSettingsAdvanced.textAlt": "Alternative Text",
"SSE.Views.ImageSettingsAdvanced.textAltDescription": "Description",
"SSE.Views.ImageSettingsAdvanced.textAltTip": "The alternative text-based representation of the visual object information, which will be read to the people with vision or cognitive impairments to help them better understand what information there is in the image, autoshape, chart or table.",
@@ -1774,11 +1742,9 @@
"SSE.Views.MainSettingsPrint.textPrintHeadings": "Print Row and Column Headings",
"SSE.Views.MainSettingsPrint.textSettings": "Settings for",
"SSE.Views.MainSettingsPrint.textCustomOptions": "Custom Options",
- "SSE.Views.NamedRangeEditDlg.cancelButtonText": "Cancel",
"SSE.Views.NamedRangeEditDlg.errorCreateDefName": "The existing named ranges cannot be edited and the new ones cannot be created at the moment as some of them are being edited.",
"SSE.Views.NamedRangeEditDlg.namePlaceholder": "Defined name",
"SSE.Views.NamedRangeEditDlg.notcriticalErrorTitle": "Warning",
- "SSE.Views.NamedRangeEditDlg.okButtonText": "OK",
"SSE.Views.NamedRangeEditDlg.strWorkbook": "Workbook",
"SSE.Views.NamedRangeEditDlg.textDataRange": "Data Range",
"SSE.Views.NamedRangeEditDlg.textExistName": "ERROR! Range with such a name already exists",
@@ -1792,13 +1758,10 @@
"SSE.Views.NamedRangeEditDlg.txtEmpty": "This field is required",
"SSE.Views.NamedRangeEditDlg.txtTitleEdit": "Edit Name",
"SSE.Views.NamedRangeEditDlg.txtTitleNew": "New Name",
- "SSE.Views.NamedRangePasteDlg.cancelButtonText": "Cancel",
- "SSE.Views.NamedRangePasteDlg.okButtonText": "OK",
"SSE.Views.NamedRangePasteDlg.textNames": "Named Ranges",
"SSE.Views.NamedRangePasteDlg.txtTitle": "Paste Name",
"SSE.Views.NameManagerDlg.closeButtonText": "Close",
"SSE.Views.NameManagerDlg.guestText": "Guest",
- "SSE.Views.NameManagerDlg.okButtonText": "OK",
"SSE.Views.NameManagerDlg.textDataRange": "Data Range",
"SSE.Views.NameManagerDlg.textDelete": "Delete",
"SSE.Views.NameManagerDlg.textEdit": "Edit",
@@ -1816,8 +1779,6 @@
"SSE.Views.NameManagerDlg.textWorkbook": "Workbook",
"SSE.Views.NameManagerDlg.tipIsLocked": "This element is being edited by another user.",
"SSE.Views.NameManagerDlg.txtTitle": "Name Manager",
- "SSE.Views.PageMarginsDialog.cancelButtonText": "Cancel",
- "SSE.Views.PageMarginsDialog.okButtonText": "OK",
"SSE.Views.PageMarginsDialog.textBottom": "Bottom",
"SSE.Views.PageMarginsDialog.textLeft": "Left",
"SSE.Views.PageMarginsDialog.textRight": "Right",
@@ -1833,13 +1794,10 @@
"SSE.Views.ParagraphSettings.textAuto": "Multiple",
"SSE.Views.ParagraphSettings.textExact": "Exactly",
"SSE.Views.ParagraphSettings.txtAutoText": "Auto",
- "SSE.Views.ParagraphSettingsAdvanced.cancelButtonText": "Cancel",
"SSE.Views.ParagraphSettingsAdvanced.noTabs": "The specified tabs will appear in this field",
- "SSE.Views.ParagraphSettingsAdvanced.okButtonText": "OK",
"SSE.Views.ParagraphSettingsAdvanced.strAllCaps": "All caps",
"SSE.Views.ParagraphSettingsAdvanced.strDoubleStrike": "Double strikethrough",
"SSE.Views.ParagraphSettingsAdvanced.strIndent": "Indents",
- "del_SSE.Views.ParagraphSettingsAdvanced.strIndentsFirstLine": "First Line",
"SSE.Views.ParagraphSettingsAdvanced.strIndentsLeftText": "Left",
"SSE.Views.ParagraphSettingsAdvanced.strIndentsLineSpacing": "Line Spacing",
"SSE.Views.ParagraphSettingsAdvanced.strIndentsRightText": "Right",
@@ -1876,11 +1834,9 @@
"SSE.Views.ParagraphSettingsAdvanced.txtAutoText": "Auto",
"SSE.Views.PivotSettings.notcriticalErrorTitle": "Warning",
"SSE.Views.PivotSettings.textAdvanced": "Show advanced settings",
- "SSE.Views.PivotSettings.textCancel": "Cancel",
"SSE.Views.PivotSettings.textColumns": "Columns",
"SSE.Views.PivotSettings.textFields": "Select Fields",
"SSE.Views.PivotSettings.textFilters": "Filters",
- "SSE.Views.PivotSettings.textOK": "OK",
"SSE.Views.PivotSettings.textRows": "Rows",
"SSE.Views.PivotSettings.textValues": "Values",
"SSE.Views.PivotSettings.txtAddColumn": "Add to Columns",
@@ -1929,7 +1885,6 @@
"SSE.Views.PivotTable.txtSelect": "Select",
"SSE.Views.PrintSettings.btnDownload": "Save & Download",
"SSE.Views.PrintSettings.btnPrint": "Save & Print",
- "SSE.Views.PrintSettings.cancelButtonText": "Cancel",
"SSE.Views.PrintSettings.strBottom": "Bottom",
"SSE.Views.PrintSettings.strLandscape": "Landscape",
"SSE.Views.PrintSettings.strLeft": "Left",
@@ -1974,8 +1929,6 @@
"SSE.Views.RightMenu.txtSparklineSettings": "Sparkline Settings",
"SSE.Views.RightMenu.txtTableSettings": "Table settings",
"SSE.Views.RightMenu.txtTextArtSettings": "Text Art settings",
- "SSE.Views.SetValueDialog.cancelButtonText": "Cancel",
- "SSE.Views.SetValueDialog.okButtonText": "OK",
"SSE.Views.SetValueDialog.txtMaxText": "The maximum value for this field is {0}",
"SSE.Views.SetValueDialog.txtMinText": "The minimum value for this field is {0}",
"SSE.Views.ShapeSettings.strBackground": "Background color",
@@ -2029,8 +1982,6 @@
"SSE.Views.ShapeSettings.txtNoBorders": "No Line",
"SSE.Views.ShapeSettings.txtPapyrus": "Papyrus",
"SSE.Views.ShapeSettings.txtWood": "Wood",
- "SSE.Views.ShapeSettingsAdvanced.cancelButtonText": "Cancel",
- "SSE.Views.ShapeSettingsAdvanced.okButtonText": "OK",
"SSE.Views.ShapeSettingsAdvanced.strColumns": "Columns",
"SSE.Views.ShapeSettingsAdvanced.strMargins": "Text Padding",
"SSE.Views.ShapeSettingsAdvanced.textAlt": "Alternative Text",
@@ -2129,7 +2080,6 @@
"SSE.Views.TableOptionsDialog.errorFTChangeTableRangeError": "Operation could not be completed for the selected cell range. Select a range so that the first table row was on the same row and the resulting table overlapped the current one.",
"SSE.Views.TableOptionsDialog.errorFTRangeIncludedOtherTables": "Operation could not be completed for the selected cell range. Select a range which does not include other tables.",
"SSE.Views.TableOptionsDialog.errorMultiCellFormula": "Multi-cell array formulas are not allowed in tables.",
- "SSE.Views.TableOptionsDialog.textCancel": "Cancel",
"SSE.Views.TableOptionsDialog.txtEmpty": "This field is required",
"SSE.Views.TableOptionsDialog.txtFormat": "Create table",
"SSE.Views.TableOptionsDialog.txtInvalidRange": "ERROR! Invalid cells range",
@@ -2148,7 +2098,6 @@
"SSE.Views.TableSettings.selectTableText": "Select Table",
"SSE.Views.TableSettings.textAdvanced": "Show advanced settings",
"SSE.Views.TableSettings.textBanded": "Banded",
- "SSE.Views.TableSettings.textCancel": "Cancel",
"SSE.Views.TableSettings.textColumns": "Columns",
"SSE.Views.TableSettings.textConvertRange": "Convert to range",
"SSE.Views.TableSettings.textEdit": "Rows & Columns",
@@ -2161,7 +2110,6 @@
"SSE.Views.TableSettings.textIsLocked": "This element is being edited by another user.",
"SSE.Views.TableSettings.textLast": "Last",
"SSE.Views.TableSettings.textLongOperation": "Long operation",
- "SSE.Views.TableSettings.textOK": "OK",
"SSE.Views.TableSettings.textReservedName": "The name you are trying to use is already referenced in cell formulas. Please use some other name.",
"SSE.Views.TableSettings.textResize": "Resize table",
"SSE.Views.TableSettings.textRows": "Rows",
@@ -2170,8 +2118,6 @@
"SSE.Views.TableSettings.textTemplate": "Select From Template",
"SSE.Views.TableSettings.textTotal": "Total",
"SSE.Views.TableSettings.warnLongOperation": "The operation you are about to perform might take rather much time to complete. Are you sure you want to continue?",
- "SSE.Views.TableSettingsAdvanced.cancelButtonText": "Cancel",
- "SSE.Views.TableSettingsAdvanced.okButtonText": "OK",
"SSE.Views.TableSettingsAdvanced.textAlt": "Alternative Text",
"SSE.Views.TableSettingsAdvanced.textAltDescription": "Description",
"SSE.Views.TableSettingsAdvanced.textAltTip": "The alternative text-based representation of the visual object information, which will be read to the people with vision or cognitive impairments to help them better understand what information there is in the image, autoshape, chart or table.",
@@ -2449,8 +2395,6 @@
"SSE.Views.Toolbar.txtYen": "¥ Yen",
"SSE.Views.Toolbar.capBtnScale": "Scale to Fit",
"SSE.Views.Toolbar.tipScale": "Scale to Fit",
- "SSE.Views.Top10FilterDialog.cancelButtonText": "Cancel",
- "SSE.Views.Top10FilterDialog.okButtonText": "OK",
"SSE.Views.Top10FilterDialog.textType": "Show",
"SSE.Views.Top10FilterDialog.txtBottom": "Bottom",
"SSE.Views.Top10FilterDialog.txtItems": "Item",
@@ -2458,8 +2402,6 @@
"SSE.Views.Top10FilterDialog.txtTitle": "Top 10 AutoFilter",
"SSE.Views.Top10FilterDialog.txtTop": "Top",
"SSE.Views.ScaleDialog.textTitle": "Scale Settings",
- "SSE.Views.ScaleDialog.cancelButtonText": "Cancel",
- "SSE.Views.ScaleDialog.okButtonText": "Ok",
"SSE.Views.ScaleDialog.textWidth": "Width",
"SSE.Views.ScaleDialog.textHeight": "Height",
"SSE.Views.ScaleDialog.textAuto": "Auto",
diff --git a/apps/spreadsheeteditor/main/locale/es.json b/apps/spreadsheeteditor/main/locale/es.json
index 7653b5a21..561b96192 100644
--- a/apps/spreadsheeteditor/main/locale/es.json
+++ b/apps/spreadsheeteditor/main/locale/es.json
@@ -6,7 +6,6 @@
"Common.UI.ComboBorderSizeEditable.txtNoBorders": "Sin bordes",
"Common.UI.ComboDataView.emptyComboText": "Sin estilo",
"Common.UI.ExtendedColorDialog.addButtonText": "Añadir",
- "Common.UI.ExtendedColorDialog.cancelButtonText": "Cancelar",
"Common.UI.ExtendedColorDialog.textCurrent": "Actual",
"Common.UI.ExtendedColorDialog.textHexErr": "El valor introducido es incorrecto. Por favor, introduzca un valor de 000000 a FFFFFF.",
"Common.UI.ExtendedColorDialog.textNew": "Nuevo",
@@ -45,8 +44,6 @@
"Common.Views.About.txtPoweredBy": "Desarrollado por",
"Common.Views.About.txtTel": "tel.: ",
"Common.Views.About.txtVersion": "Versión ",
- "Common.Views.AdvancedSettingsWindow.cancelButtonText": "Cancelar",
- "Common.Views.AdvancedSettingsWindow.okButtonText": "OK",
"Common.Views.Chat.textSend": "Enviar",
"Common.Views.Comments.textAdd": "Añadir",
"Common.Views.Comments.textAddComment": "Añadir",
@@ -94,14 +91,10 @@
"Common.Views.Header.tipViewUsers": "Ver usuarios y gestionar derechos de acceso a documentos",
"Common.Views.Header.txtAccessRights": "Cambir derechos de acceso",
"Common.Views.Header.txtRename": "Renombrar",
- "Common.Views.ImageFromUrlDialog.cancelButtonText": "Cancelar",
- "Common.Views.ImageFromUrlDialog.okButtonText": "OK",
"Common.Views.ImageFromUrlDialog.textUrl": "Pegar URL de imagen:",
"Common.Views.ImageFromUrlDialog.txtEmpty": "Este campo es obligatorio",
"Common.Views.ImageFromUrlDialog.txtNotUrl": "El campo debe ser URL en el formato \"http://www.example.com\"",
- "Common.Views.OpenDialog.cancelButtonText": "Cancelar",
"Common.Views.OpenDialog.closeButtonText": "Cerrar archivo",
- "Common.Views.OpenDialog.okButtonText": "OK",
"Common.Views.OpenDialog.txtColon": "Colon",
"Common.Views.OpenDialog.txtComma": "Coma",
"Common.Views.OpenDialog.txtDelimiter": "Delimitador",
@@ -116,8 +109,6 @@
"Common.Views.OpenDialog.txtTab": "Pestaña",
"Common.Views.OpenDialog.txtTitle": "Elegir opciones de %1",
"Common.Views.OpenDialog.txtTitleProtected": "Archivo protegido",
- "Common.Views.PasswordDialog.cancelButtonText": "Cancelar",
- "Common.Views.PasswordDialog.okButtonText": "Aceptar",
"Common.Views.PasswordDialog.txtDescription": "Establezca una contraseña para proteger este documento",
"Common.Views.PasswordDialog.txtIncorrectPwd": "La contraseña de confirmación no es idéntica",
"Common.Views.PasswordDialog.txtPassword": "Contraseña",
@@ -139,8 +130,6 @@
"Common.Views.Protection.txtInvisibleSignature": "Añadir firma digital",
"Common.Views.Protection.txtSignature": "Firma",
"Common.Views.Protection.txtSignatureLine": "Línea de la firma",
- "Common.Views.RenameDialog.cancelButtonText": "Cancelar",
- "Common.Views.RenameDialog.okButtonText": "OK",
"Common.Views.RenameDialog.textName": "Nombre de archivo",
"Common.Views.RenameDialog.txtInvalidName": "El nombre de archivo no debe contener los símbolos siguientes:",
"Common.Views.ReviewChanges.hintNext": "Al siguiente cambio",
@@ -195,8 +184,6 @@
"Common.Views.SaveAsDlg.textTitle": "Carpeta para guardar",
"Common.Views.SelectFileDlg.textLoading": "Cargando",
"Common.Views.SelectFileDlg.textTitle": "Seleccionar fuente de datos",
- "Common.Views.SignDialog.cancelButtonText": "Cancelar",
- "Common.Views.SignDialog.okButtonText": "Aceptar",
"Common.Views.SignDialog.textBold": "Negrita",
"Common.Views.SignDialog.textCertificate": "Certificar",
"Common.Views.SignDialog.textChange": "Cambiar",
@@ -211,8 +198,6 @@
"Common.Views.SignDialog.textValid": "Válido desde %1 hasta %2",
"Common.Views.SignDialog.tipFontName": "Nombre del tipo de letra",
"Common.Views.SignDialog.tipFontSize": "Tamaño de letra",
- "Common.Views.SignSettingsDialog.cancelButtonText": "Cancelar",
- "Common.Views.SignSettingsDialog.okButtonText": "Aceptar",
"Common.Views.SignSettingsDialog.textAllowComment": "Permitir a quien firma añadir comentarios en el diálogo de firma",
"Common.Views.SignSettingsDialog.textInfo": "Información de quien firma",
"Common.Views.SignSettingsDialog.textInfoEmail": "Correo electrónico",
@@ -754,7 +739,6 @@
"SSE.Controllers.Toolbar.errorStockChart": "Orden de las filas incorrecto. Para crear un gráfico de cotizaciones introduzca los datos en la hoja de la forma siguiente: precio de apertura, precio máximo, precio mínimo, precio de cierre.",
"SSE.Controllers.Toolbar.textAccent": "Acentos",
"SSE.Controllers.Toolbar.textBracket": "Corchetes",
- "SSE.Controllers.Toolbar.textCancel": "Cancelar",
"SSE.Controllers.Toolbar.textFontSizeErr": "El valor introducido es incorrecto. Por favor, introduzca un valor numérico entre 1 y 409",
"SSE.Controllers.Toolbar.textFraction": "Fracciones",
"SSE.Controllers.Toolbar.textFunction": "Funciones",
@@ -1097,8 +1081,6 @@
"SSE.Controllers.Viewport.textHideGridlines": "Ocultar cuadrícula",
"SSE.Controllers.Viewport.textHideHeadings": "Ocultar títulos",
"SSE.Views.AutoFilterDialog.btnCustomFilter": "Filtro personalizado",
- "SSE.Views.AutoFilterDialog.cancelButtonText": "Cancelar",
- "SSE.Views.AutoFilterDialog.okButtonText": "OK",
"SSE.Views.AutoFilterDialog.textAddSelection": "Añadir selección actual para filtración",
"SSE.Views.AutoFilterDialog.textEmptyItem": "{Blanks}",
"SSE.Views.AutoFilterDialog.textSelectAll": "Seleccionar todo",
@@ -1137,7 +1119,6 @@
"SSE.Views.CellEditor.tipFormula": "Insertar función",
"SSE.Views.CellRangeDialog.errorMaxRows": "¡ERROR! El número máximo de series de datos por gráfico es 225",
"SSE.Views.CellRangeDialog.errorStockChart": "Orden de las filas incorrecto. Para crear un gráfico de cotizaciones introduzca los datos en la hoja de la forma siguiente: precio de apertura, precio máximo, precio mínimo, precio de cierre.",
- "SSE.Views.CellRangeDialog.textCancel": "Cancelar",
"SSE.Views.CellRangeDialog.txtEmpty": "Este campo es obligatorio",
"SSE.Views.CellRangeDialog.txtInvalidRange": "¡ERROR!Rango de celdas inválido",
"SSE.Views.CellRangeDialog.txtTitle": "Selección de rango de datos",
@@ -1194,7 +1175,6 @@
"SSE.Views.ChartSettings.textType": "Tipo",
"SSE.Views.ChartSettings.textWidth": "Ancho",
"SSE.Views.ChartSettings.textWinLossSpark": "Ganancia/pérdida",
- "SSE.Views.ChartSettingsDlg.cancelButtonText": "Cancelar",
"SSE.Views.ChartSettingsDlg.errorMaxPoints": "¡ERROR! El máximo",
"SSE.Views.ChartSettingsDlg.errorMaxRows": "¡ERROR! El número máximo de series de datos por gráfico es 225",
"SSE.Views.ChartSettingsDlg.errorStockChart": "Orden de las filas incorrecto. Para compilar un gráfico de cotizaciones introduzca los datos en la hoja de la forma siguiente: precio de apertura, precio máximo, precio mínimo, precio de cierre.",
@@ -1338,7 +1318,6 @@
"SSE.Views.DataTab.tipGroup": "Agrupar rango de celdas",
"SSE.Views.DataTab.tipToColumns": "Dividir texto de celda en columnas",
"SSE.Views.DataTab.tipUngroup": "Desagrupar rango de celdas",
- "SSE.Views.DigitalFilterDialog.cancelButtonText": "Cancelar",
"SSE.Views.DigitalFilterDialog.capAnd": "Y",
"SSE.Views.DigitalFilterDialog.capCondition1": "iguales",
"SSE.Views.DigitalFilterDialog.capCondition10": "no termina con",
@@ -1575,11 +1554,9 @@
"SSE.Views.FileMenuPanels.ProtectDoc.txtView": "Ver firmas",
"SSE.Views.FileMenuPanels.Settings.txtGeneral": "General",
"SSE.Views.FileMenuPanels.Settings.txtPageSettings": "Ajustes de la Página",
- "SSE.Views.FormatSettingsDialog.textCancel": "Cancelar",
"SSE.Views.FormatSettingsDialog.textCategory": "Categoría",
"SSE.Views.FormatSettingsDialog.textDecimal": "Decimal",
"SSE.Views.FormatSettingsDialog.textFormat": "Formato",
- "SSE.Views.FormatSettingsDialog.textOk": "OK",
"SSE.Views.FormatSettingsDialog.textSeparator": "Usar separador de millares",
"SSE.Views.FormatSettingsDialog.textSymbols": "Símbolos",
"SSE.Views.FormatSettingsDialog.textTitle": "Formato de número",
@@ -1605,8 +1582,6 @@
"SSE.Views.FormatSettingsDialog.txtUpto1": "Hasta un dígito (1/3)",
"SSE.Views.FormatSettingsDialog.txtUpto2": "Hasta dos dígitos (12/25)",
"SSE.Views.FormatSettingsDialog.txtUpto3": "Hasta tres dígitos (131/135)",
- "SSE.Views.FormulaDialog.cancelButtonText": "Cancelar",
- "SSE.Views.FormulaDialog.okButtonText": "OK",
"SSE.Views.FormulaDialog.sDescription": "Descripción",
"SSE.Views.FormulaDialog.textGroupDescription": "Seleccionar grupo de función",
"SSE.Views.FormulaDialog.textListDescription": "Seleccionar función",
@@ -1618,12 +1593,8 @@
"SSE.Views.FormulaTab.txtFormulaTip": "Insertar función",
"SSE.Views.FormulaTab.txtMore": "Más funciones",
"SSE.Views.FormulaTab.txtRecent": "Usados recientemente",
- "SSE.Views.GroupDialog.cancelButtonText": "Cancelar",
- "SSE.Views.GroupDialog.okButtonText": "OK",
"SSE.Views.GroupDialog.textColumns": "Columnas",
"SSE.Views.GroupDialog.textRows": "Filas",
- "SSE.Views.HeaderFooterDialog.cancelButtonText": "Cancelar",
- "SSE.Views.HeaderFooterDialog.okButtonText": "OK",
"SSE.Views.HeaderFooterDialog.textAlign": "Alinear con márgenes de página",
"SSE.Views.HeaderFooterDialog.textAll": "Todas las páginas",
"SSE.Views.HeaderFooterDialog.textBold": "Negrita",
@@ -1656,7 +1627,6 @@
"SSE.Views.HeaderFooterDialog.textUnderline": "Subrayado",
"SSE.Views.HeaderFooterDialog.tipFontName": "Fuente",
"SSE.Views.HeaderFooterDialog.tipFontSize": "Tamaño de fuente",
- "SSE.Views.HyperlinkSettingsDialog.cancelButtonText": "Cancelar",
"SSE.Views.HyperlinkSettingsDialog.strDisplay": "Mostrar",
"SSE.Views.HyperlinkSettingsDialog.strLinkTo": "Enlace a",
"SSE.Views.HyperlinkSettingsDialog.strRange": "Rango",
@@ -1693,8 +1663,6 @@
"SSE.Views.ImageSettings.textRotation": "Rotación",
"SSE.Views.ImageSettings.textSize": "Tamaño",
"SSE.Views.ImageSettings.textWidth": "Ancho",
- "SSE.Views.ImageSettingsAdvanced.cancelButtonText": "Cancelar",
- "SSE.Views.ImageSettingsAdvanced.okButtonText": "OK",
"SSE.Views.ImageSettingsAdvanced.textAlt": "Texto alternativo",
"SSE.Views.ImageSettingsAdvanced.textAltDescription": "Descripción",
"SSE.Views.ImageSettingsAdvanced.textAltTip": "Representación de texto alternativa de la información sobre el objeto visual, que se leerá para las personas con deficiencia visual o deterioro cognitivo para ayudarles a entender mejor, que información contiene la imagen, autoforma, gráfico o tabla.",
@@ -1733,11 +1701,9 @@
"SSE.Views.MainSettingsPrint.textPrintGrid": "Imprimir Cuadricula",
"SSE.Views.MainSettingsPrint.textPrintHeadings": "Imprimir títulos de filas y columnas",
"SSE.Views.MainSettingsPrint.textSettings": "Ajustes para",
- "SSE.Views.NamedRangeEditDlg.cancelButtonText": "Cancelar",
"SSE.Views.NamedRangeEditDlg.errorCreateDefName": "Los rangos con nombre existentes no pueden ser editados y los nuevos no se pueden crear en este momento ya que algunos de ellos están editándose.",
"SSE.Views.NamedRangeEditDlg.namePlaceholder": "Nombre definido",
"SSE.Views.NamedRangeEditDlg.notcriticalErrorTitle": "Aviso",
- "SSE.Views.NamedRangeEditDlg.okButtonText": "Aceptar",
"SSE.Views.NamedRangeEditDlg.strWorkbook": "Libro de trabajo",
"SSE.Views.NamedRangeEditDlg.textDataRange": "Alcance de Datos",
"SSE.Views.NamedRangeEditDlg.textExistName": "¡Error! Banda con este nombre ya existe",
@@ -1751,13 +1717,10 @@
"SSE.Views.NamedRangeEditDlg.txtEmpty": "Este campo es obligatorio",
"SSE.Views.NamedRangeEditDlg.txtTitleEdit": "Editar nombre",
"SSE.Views.NamedRangeEditDlg.txtTitleNew": "Nombre nuevo ",
- "SSE.Views.NamedRangePasteDlg.cancelButtonText": "Cancelar",
- "SSE.Views.NamedRangePasteDlg.okButtonText": "Aceptar",
"SSE.Views.NamedRangePasteDlg.textNames": "Bandas nombradas",
"SSE.Views.NamedRangePasteDlg.txtTitle": "Pegar nombre",
"SSE.Views.NameManagerDlg.closeButtonText": "Cerrar",
"SSE.Views.NameManagerDlg.guestText": "Visitante",
- "SSE.Views.NameManagerDlg.okButtonText": "Aceptar",
"SSE.Views.NameManagerDlg.textDataRange": "Alcance de Datos",
"SSE.Views.NameManagerDlg.textDelete": "Borrar",
"SSE.Views.NameManagerDlg.textEdit": "Editar",
@@ -1775,8 +1738,6 @@
"SSE.Views.NameManagerDlg.textWorkbook": "Libro de trabajo",
"SSE.Views.NameManagerDlg.tipIsLocked": "Este elemento está editándose por otro usuario.",
"SSE.Views.NameManagerDlg.txtTitle": "Administrador de nombre",
- "SSE.Views.PageMarginsDialog.cancelButtonText": "Cancelar",
- "SSE.Views.PageMarginsDialog.okButtonText": "OK",
"SSE.Views.PageMarginsDialog.textBottom": "Inferior",
"SSE.Views.PageMarginsDialog.textLeft": "Izquierdo",
"SSE.Views.PageMarginsDialog.textRight": "Derecho",
@@ -1792,12 +1753,9 @@
"SSE.Views.ParagraphSettings.textAuto": "Múltiple",
"SSE.Views.ParagraphSettings.textExact": "Exacto",
"SSE.Views.ParagraphSettings.txtAutoText": "Auto",
- "SSE.Views.ParagraphSettingsAdvanced.cancelButtonText": "Cancelar",
"SSE.Views.ParagraphSettingsAdvanced.noTabs": "Las pestañas especificadas aparecerán en este campo",
- "SSE.Views.ParagraphSettingsAdvanced.okButtonText": "OK",
"SSE.Views.ParagraphSettingsAdvanced.strAllCaps": "Mayúsculas",
"SSE.Views.ParagraphSettingsAdvanced.strDoubleStrike": "Doble tachado",
- "SSE.Views.ParagraphSettingsAdvanced.strIndentsFirstLine": "Primera línea",
"SSE.Views.ParagraphSettingsAdvanced.strIndentsLeftText": "Izquierdo",
"SSE.Views.ParagraphSettingsAdvanced.strIndentsRightText": "Derecho",
"SSE.Views.ParagraphSettingsAdvanced.strParagraphFont": "Letra ",
@@ -1821,11 +1779,9 @@
"SSE.Views.ParagraphSettingsAdvanced.textTitle": "Párrafo - Ajustes avanzados",
"SSE.Views.PivotSettings.notcriticalErrorTitle": "Aviso",
"SSE.Views.PivotSettings.textAdvanced": "Mostrar ajustes avanzados",
- "SSE.Views.PivotSettings.textCancel": "Cancelar",
"SSE.Views.PivotSettings.textColumns": "Columnas",
"SSE.Views.PivotSettings.textFields": "Seleccione campos",
"SSE.Views.PivotSettings.textFilters": "Filtros",
- "SSE.Views.PivotSettings.textOK": "Aceptar",
"SSE.Views.PivotSettings.textRows": "Filas",
"SSE.Views.PivotSettings.textValues": "Valores",
"SSE.Views.PivotSettings.txtAddColumn": "Añadir a columna",
@@ -1874,7 +1830,6 @@
"SSE.Views.PivotTable.txtSelect": "Seleccionar",
"SSE.Views.PrintSettings.btnDownload": "Guardar y descargar",
"SSE.Views.PrintSettings.btnPrint": "Guardar e imprimir",
- "SSE.Views.PrintSettings.cancelButtonText": "Cancelar",
"SSE.Views.PrintSettings.strBottom": "Inferior",
"SSE.Views.PrintSettings.strLandscape": "Horizontal",
"SSE.Views.PrintSettings.strLeft": "Izquierdo",
@@ -1918,8 +1873,6 @@
"SSE.Views.RightMenu.txtSparklineSettings": "Ajustes de Sparkline",
"SSE.Views.RightMenu.txtTableSettings": "Ajustes de la tabla",
"SSE.Views.RightMenu.txtTextArtSettings": "Ajustes de arte de texto",
- "SSE.Views.SetValueDialog.cancelButtonText": "Cancelar",
- "SSE.Views.SetValueDialog.okButtonText": "OK",
"SSE.Views.SetValueDialog.txtMaxText": "El valor máximo para este campo es {0}",
"SSE.Views.SetValueDialog.txtMinText": "El valor mínimo para este campo es {0}",
"SSE.Views.ShapeSettings.strBackground": "Color de fondo",
@@ -1972,8 +1925,6 @@
"SSE.Views.ShapeSettings.txtNoBorders": "Sin línea",
"SSE.Views.ShapeSettings.txtPapyrus": "Papiro",
"SSE.Views.ShapeSettings.txtWood": "Madera",
- "SSE.Views.ShapeSettingsAdvanced.cancelButtonText": "Cancelar",
- "SSE.Views.ShapeSettingsAdvanced.okButtonText": "OK",
"SSE.Views.ShapeSettingsAdvanced.strColumns": "Columnas",
"SSE.Views.ShapeSettingsAdvanced.strMargins": "Márgenes interiores",
"SSE.Views.ShapeSettingsAdvanced.textAlt": "Texto alternativo",
@@ -2062,7 +2013,6 @@
"SSE.Views.TableOptionsDialog.errorFTChangeTableRangeError": "La operación no se pudo completar para el rango de celdas seleccionado. Seleccione un rango de modo que la primera fila de la tabla esté en la misma fila y la tabla resultante se superponga a la actual.",
"SSE.Views.TableOptionsDialog.errorFTRangeIncludedOtherTables": "La operación no se pudo completar para el rango de celdas seleccionado. Seleccione un rango que no incluye otras tablas.",
"SSE.Views.TableOptionsDialog.errorMultiCellFormula": "Fórmulas de matriz con celdas múltiples no están permitidas en tablas.",
- "SSE.Views.TableOptionsDialog.textCancel": "Cancelar",
"SSE.Views.TableOptionsDialog.txtEmpty": "Este campo es obligatorio",
"SSE.Views.TableOptionsDialog.txtFormat": "Crear tabla",
"SSE.Views.TableOptionsDialog.txtInvalidRange": "¡ERROR!¡Rango de celdas inválido! ",
@@ -2081,7 +2031,6 @@
"SSE.Views.TableSettings.selectTableText": "Seleccionar tabla",
"SSE.Views.TableSettings.textAdvanced": "Mostrar ajustes avanzados",
"SSE.Views.TableSettings.textBanded": "Con bandas",
- "SSE.Views.TableSettings.textCancel": "Cancelar",
"SSE.Views.TableSettings.textColumns": "Columnas",
"SSE.Views.TableSettings.textConvertRange": "Convertir al intervalo ",
"SSE.Views.TableSettings.textEdit": "Filas y columnas",
@@ -2094,7 +2043,6 @@
"SSE.Views.TableSettings.textIsLocked": "Este elemento está editándose por otro usuario.",
"SSE.Views.TableSettings.textLast": "Último",
"SSE.Views.TableSettings.textLongOperation": "Operación larga",
- "SSE.Views.TableSettings.textOK": "Aceptar",
"SSE.Views.TableSettings.textReservedName": "El nombre que está tratando de usar ya se hace referencia en las fórmulas de celda. Por favor seleccione otro nombre.",
"SSE.Views.TableSettings.textResize": "Cambiar el tamaño de la tabla",
"SSE.Views.TableSettings.textRows": "Filas",
@@ -2103,8 +2051,6 @@
"SSE.Views.TableSettings.textTemplate": "Seleccionar de plantilla",
"SSE.Views.TableSettings.textTotal": "Total",
"SSE.Views.TableSettings.warnLongOperation": "Se puede ocupar mucho tiempo para terminar la operación que Usted desea realizar. ¿Está seguro que desea continuar?",
- "SSE.Views.TableSettingsAdvanced.cancelButtonText": "Cancelar",
- "SSE.Views.TableSettingsAdvanced.okButtonText": "OK",
"SSE.Views.TableSettingsAdvanced.textAlt": "Texto alternativo",
"SSE.Views.TableSettingsAdvanced.textAltDescription": "Descripción",
"SSE.Views.TableSettingsAdvanced.textAltTip": "Representación de texto alternativa de la información sobre el objeto visual, que se leerá para las personas con deficiencia visual o deterioro cognitivo para ayudarles a entender mejor, que información contiene la imagen, autoforma, gráfico o tabla.",
@@ -2380,8 +2326,6 @@
"SSE.Views.Toolbar.txtTime": "Hora",
"SSE.Views.Toolbar.txtUnmerge": "Separar celdas",
"SSE.Views.Toolbar.txtYen": "¥ Yen",
- "SSE.Views.Top10FilterDialog.cancelButtonText": "Cancelar",
- "SSE.Views.Top10FilterDialog.okButtonText": "Aceptar",
"SSE.Views.Top10FilterDialog.textType": "Mostrar",
"SSE.Views.Top10FilterDialog.txtBottom": "Inferior",
"SSE.Views.Top10FilterDialog.txtItems": "Artículo",
diff --git a/apps/spreadsheeteditor/main/locale/fr.json b/apps/spreadsheeteditor/main/locale/fr.json
index 247b4336f..f6171a056 100644
--- a/apps/spreadsheeteditor/main/locale/fr.json
+++ b/apps/spreadsheeteditor/main/locale/fr.json
@@ -6,7 +6,6 @@
"Common.UI.ComboBorderSizeEditable.txtNoBorders": "Pas de bordures",
"Common.UI.ComboDataView.emptyComboText": "Aucun style",
"Common.UI.ExtendedColorDialog.addButtonText": "Ajouter",
- "Common.UI.ExtendedColorDialog.cancelButtonText": "Annuler",
"Common.UI.ExtendedColorDialog.textCurrent": "Actuelle",
"Common.UI.ExtendedColorDialog.textHexErr": "La valeur saisie est incorrecte. Entrez une valeur de 000000 à FFFFFF.",
"Common.UI.ExtendedColorDialog.textNew": "Nouveau",
@@ -45,8 +44,6 @@
"Common.Views.About.txtPoweredBy": "Powered by",
"Common.Views.About.txtTel": "tél.: ",
"Common.Views.About.txtVersion": "Version ",
- "Common.Views.AdvancedSettingsWindow.cancelButtonText": "Annuler",
- "Common.Views.AdvancedSettingsWindow.okButtonText": "OK",
"Common.Views.Chat.textSend": "Envoyer",
"Common.Views.Comments.textAdd": "Ajouter",
"Common.Views.Comments.textAddComment": "Ajouter",
@@ -94,14 +91,10 @@
"Common.Views.Header.tipViewUsers": "Afficher les utilisateurs et gérer les droits d'accès aux documents",
"Common.Views.Header.txtAccessRights": "Modifier les droits d'accès",
"Common.Views.Header.txtRename": "Renommer",
- "Common.Views.ImageFromUrlDialog.cancelButtonText": "Annuler",
- "Common.Views.ImageFromUrlDialog.okButtonText": "OK",
"Common.Views.ImageFromUrlDialog.textUrl": "Coller URL d'image",
"Common.Views.ImageFromUrlDialog.txtEmpty": "Ce champ est obligatoire",
"Common.Views.ImageFromUrlDialog.txtNotUrl": "Ce champ doit être une URL au format \"http://www.example.com\"",
- "Common.Views.OpenDialog.cancelButtonText": "Annuler",
"Common.Views.OpenDialog.closeButtonText": "Fermer le fichier",
- "Common.Views.OpenDialog.okButtonText": "OK",
"Common.Views.OpenDialog.txtColon": "Deux-points",
"Common.Views.OpenDialog.txtComma": "Virgule",
"Common.Views.OpenDialog.txtDelimiter": "Délimiteur",
@@ -116,8 +109,6 @@
"Common.Views.OpenDialog.txtTab": "Tabulation",
"Common.Views.OpenDialog.txtTitle": "Choisir %1 des options ",
"Common.Views.OpenDialog.txtTitleProtected": "Fichier protégé",
- "Common.Views.PasswordDialog.cancelButtonText": "Annuler",
- "Common.Views.PasswordDialog.okButtonText": "OK",
"Common.Views.PasswordDialog.txtDescription": "Indiquez un mot de passe pour protéger ce document",
"Common.Views.PasswordDialog.txtIncorrectPwd": "Le mot de passe de confirmation n'est pas identique",
"Common.Views.PasswordDialog.txtPassword": "Mot de passe",
@@ -139,8 +130,6 @@
"Common.Views.Protection.txtInvisibleSignature": "Ajouter une signature électronique",
"Common.Views.Protection.txtSignature": "Signature",
"Common.Views.Protection.txtSignatureLine": "Ajouter la zone de signature",
- "Common.Views.RenameDialog.cancelButtonText": "Annuler",
- "Common.Views.RenameDialog.okButtonText": "OK",
"Common.Views.RenameDialog.textName": "Nom de fichier",
"Common.Views.RenameDialog.txtInvalidName": "Un nom de fichier ne peut pas contenir les caractères suivants :",
"Common.Views.ReviewChanges.hintNext": "À la modification suivante",
@@ -195,8 +184,6 @@
"Common.Views.SaveAsDlg.textTitle": "Dossier pour enregistrement",
"Common.Views.SelectFileDlg.textLoading": "Chargement",
"Common.Views.SelectFileDlg.textTitle": "Sélectionnez la source de données",
- "Common.Views.SignDialog.cancelButtonText": "Annuler",
- "Common.Views.SignDialog.okButtonText": "OK",
"Common.Views.SignDialog.textBold": "Gras",
"Common.Views.SignDialog.textCertificate": "Certificat",
"Common.Views.SignDialog.textChange": "Modifier",
@@ -211,8 +198,6 @@
"Common.Views.SignDialog.textValid": "Valide de %1 à %2",
"Common.Views.SignDialog.tipFontName": "Nom de la police",
"Common.Views.SignDialog.tipFontSize": "Taille de la police",
- "Common.Views.SignSettingsDialog.cancelButtonText": "Annuler",
- "Common.Views.SignSettingsDialog.okButtonText": "OK",
"Common.Views.SignSettingsDialog.textAllowComment": "Autoriser le signataire à ajouter un commentaire dans la boîte de dialogue de la signature",
"Common.Views.SignSettingsDialog.textInfo": "Information à propos du signataire",
"Common.Views.SignSettingsDialog.textInfoEmail": "Adresse de messagerie",
@@ -752,7 +737,6 @@
"SSE.Controllers.Toolbar.errorStockChart": "L'ordre des lignes est incorrect. Pour créer un graphique boursier, organisez vos données sur la feuille de calcul dans l'ordre suivant: cours à l'ouverture, cours maximal, cours minimal, cours à la clôture.",
"SSE.Controllers.Toolbar.textAccent": "Caractères diacritiques",
"SSE.Controllers.Toolbar.textBracket": "Parenthèses",
- "SSE.Controllers.Toolbar.textCancel": "Annuler",
"SSE.Controllers.Toolbar.textFontSizeErr": "La valeur entrée est incorrecte. Entrez une valeur numérique entre 1 et 409",
"SSE.Controllers.Toolbar.textFraction": "Fractions",
"SSE.Controllers.Toolbar.textFunction": "Fonctions",
@@ -1095,8 +1079,6 @@
"SSE.Controllers.Viewport.textHideGridlines": "Masquer le quadrillage",
"SSE.Controllers.Viewport.textHideHeadings": "Masquer les en-têtes",
"SSE.Views.AutoFilterDialog.btnCustomFilter": "Filtre personnalisé",
- "SSE.Views.AutoFilterDialog.cancelButtonText": "Annuler",
- "SSE.Views.AutoFilterDialog.okButtonText": "OK",
"SSE.Views.AutoFilterDialog.textAddSelection": "Ajouter la sélection actuelle pour filtrer",
"SSE.Views.AutoFilterDialog.textEmptyItem": "{Vides}",
"SSE.Views.AutoFilterDialog.textSelectAll": "Sélectionner tout",
@@ -1135,7 +1117,6 @@
"SSE.Views.CellEditor.tipFormula": "Insérer une fonction",
"SSE.Views.CellRangeDialog.errorMaxRows": "ERREUR! Maximum de 255 séries de données par graphique.",
"SSE.Views.CellRangeDialog.errorStockChart": "L'ordre des lignes est incorrect. Pour créer un graphique boursier organisez vos données sur la feuille de calcul dans l'ordre suivant: cours à l'ouverture, cours maximal, cours minimal, cours à la clôture.",
- "SSE.Views.CellRangeDialog.textCancel": "Annuler",
"SSE.Views.CellRangeDialog.txtEmpty": "Ce champ est obligatoire",
"SSE.Views.CellRangeDialog.txtInvalidRange": "ERREUR! Plage de cellules non valide",
"SSE.Views.CellRangeDialog.txtTitle": "Sélectionner une plage de données",
@@ -1192,7 +1173,6 @@
"SSE.Views.ChartSettings.textType": "Type",
"SSE.Views.ChartSettings.textWidth": "Largeur",
"SSE.Views.ChartSettings.textWinLossSpark": "Positif/Négatif",
- "SSE.Views.ChartSettingsDlg.cancelButtonText": "Annuler",
"SSE.Views.ChartSettingsDlg.errorMaxPoints": "ERREUR! Maximum de 4096 points en série par graphique.",
"SSE.Views.ChartSettingsDlg.errorMaxRows": "ERREUR! Maximum de 255 séries de données par graphique.",
"SSE.Views.ChartSettingsDlg.errorStockChart": "Ordre des lignes est incorrect. Pour créer un graphique boursier organisez vos données sur la feuille de calcul dans l'ordre suivant: cours à l'ouverture, cours maximal, cours minimal, cours à la clôture.",
@@ -1328,7 +1308,6 @@
"SSE.Views.ChartSettingsDlg.textZero": "Valeur nulle",
"SSE.Views.ChartSettingsDlg.txtEmpty": "Ce champ est obligatoire",
"SSE.Views.DataTab.capBtnTextToCol": "Texte en colonnes",
- "SSE.Views.DigitalFilterDialog.cancelButtonText": "Annuler",
"SSE.Views.DigitalFilterDialog.capAnd": "Et",
"SSE.Views.DigitalFilterDialog.capCondition1": "est égal",
"SSE.Views.DigitalFilterDialog.capCondition10": "ne se termine pas par",
@@ -1557,11 +1536,9 @@
"SSE.Views.FileMenuPanels.ProtectDoc.txtView": "Voir les signatures",
"SSE.Views.FileMenuPanels.Settings.txtGeneral": "Général",
"SSE.Views.FileMenuPanels.Settings.txtPageSettings": "Paramètres de la page",
- "SSE.Views.FormatSettingsDialog.textCancel": "Annuler",
"SSE.Views.FormatSettingsDialog.textCategory": "Catégorie",
"SSE.Views.FormatSettingsDialog.textDecimal": "Décimales",
"SSE.Views.FormatSettingsDialog.textFormat": "Format",
- "SSE.Views.FormatSettingsDialog.textOk": "OK",
"SSE.Views.FormatSettingsDialog.textSeparator": "Utiliser le séparateur de milliers ",
"SSE.Views.FormatSettingsDialog.textSymbols": "Symboles",
"SSE.Views.FormatSettingsDialog.textTitle": "Format de nombre",
@@ -1587,17 +1564,13 @@
"SSE.Views.FormatSettingsDialog.txtUpto1": "D'un chiffre (1/3)",
"SSE.Views.FormatSettingsDialog.txtUpto2": "De deux chiffres (12/25)",
"SSE.Views.FormatSettingsDialog.txtUpto3": "De trois chiffres (131/135)",
- "SSE.Views.FormulaDialog.cancelButtonText": "Annuler",
- "SSE.Views.FormulaDialog.okButtonText": "OK",
"SSE.Views.FormulaDialog.sDescription": "Description",
"SSE.Views.FormulaDialog.textGroupDescription": "Sélectionner un groupe de fonctions",
"SSE.Views.FormulaDialog.textListDescription": "Sélectionner une fonction",
"SSE.Views.FormulaDialog.txtTitle": "Insérer une fonction",
- "SSE.Views.HeaderFooterDialog.okButtonText": "OK",
"SSE.Views.HeaderFooterDialog.textColor": "Couleur du texte",
"SSE.Views.HeaderFooterDialog.textSheet": "Nom de feuille",
"SSE.Views.HeaderFooterDialog.textSuperscript": "Exposant",
- "SSE.Views.HyperlinkSettingsDialog.cancelButtonText": "Annuler",
"SSE.Views.HyperlinkSettingsDialog.strDisplay": "Afficher",
"SSE.Views.HyperlinkSettingsDialog.strLinkTo": "Lier à",
"SSE.Views.HyperlinkSettingsDialog.strRange": "Plage",
@@ -1634,8 +1607,6 @@
"SSE.Views.ImageSettings.textRotation": "Rotation",
"SSE.Views.ImageSettings.textSize": "Taille",
"SSE.Views.ImageSettings.textWidth": "Largeur",
- "SSE.Views.ImageSettingsAdvanced.cancelButtonText": "Annuler",
- "SSE.Views.ImageSettingsAdvanced.okButtonText": "OK",
"SSE.Views.ImageSettingsAdvanced.textAlt": "Texte de remplacement",
"SSE.Views.ImageSettingsAdvanced.textAltDescription": "Description",
"SSE.Views.ImageSettingsAdvanced.textAltTip": "La représentation textuelle alternative des informations sur l’objet visuel, qui sera lue aux personnes avec des déficiences cognitives ou visuelles pour les aider à mieux comprendre l'information de l’image, de la forme automatique, du graphique ou du tableau.",
@@ -1674,11 +1645,9 @@
"SSE.Views.MainSettingsPrint.textPrintGrid": "Imprimer le quadrillage",
"SSE.Views.MainSettingsPrint.textPrintHeadings": "Imprimer les titres de lignes et de colonnes ",
"SSE.Views.MainSettingsPrint.textSettings": "Paramètres pour",
- "SSE.Views.NamedRangeEditDlg.cancelButtonText": "Annuler",
"SSE.Views.NamedRangeEditDlg.errorCreateDefName": "Actuellement, des plages nommées existantes ne peuvent pas être modifiées et les nouvelles ne peuvent pas être créées, car certaines d'entre eux sont en cours de modification.",
"SSE.Views.NamedRangeEditDlg.namePlaceholder": "Nom défini",
"SSE.Views.NamedRangeEditDlg.notcriticalErrorTitle": "Avertissement",
- "SSE.Views.NamedRangeEditDlg.okButtonText": "OK",
"SSE.Views.NamedRangeEditDlg.strWorkbook": "Classeur",
"SSE.Views.NamedRangeEditDlg.textDataRange": "Plage de données",
"SSE.Views.NamedRangeEditDlg.textExistName": "ERREUR! Gamme avec un tel nom existe déjà",
@@ -1692,13 +1661,10 @@
"SSE.Views.NamedRangeEditDlg.txtEmpty": "Ce champ est obligatoire",
"SSE.Views.NamedRangeEditDlg.txtTitleEdit": "Modifier le nom",
"SSE.Views.NamedRangeEditDlg.txtTitleNew": "Nouveau nom",
- "SSE.Views.NamedRangePasteDlg.cancelButtonText": "Annuler",
- "SSE.Views.NamedRangePasteDlg.okButtonText": "OK",
"SSE.Views.NamedRangePasteDlg.textNames": "Plages nommées",
"SSE.Views.NamedRangePasteDlg.txtTitle": "Coller un nom ",
"SSE.Views.NameManagerDlg.closeButtonText": "Fermer",
"SSE.Views.NameManagerDlg.guestText": "Invité",
- "SSE.Views.NameManagerDlg.okButtonText": "OK",
"SSE.Views.NameManagerDlg.textDataRange": "Plage de données",
"SSE.Views.NameManagerDlg.textDelete": "Supprimer",
"SSE.Views.NameManagerDlg.textEdit": "Modifier",
@@ -1716,8 +1682,6 @@
"SSE.Views.NameManagerDlg.textWorkbook": "Classeur",
"SSE.Views.NameManagerDlg.tipIsLocked": "Cet élément est en cours de modification par un autre utilisateur.",
"SSE.Views.NameManagerDlg.txtTitle": "Gestionnaire de Noms ",
- "SSE.Views.PageMarginsDialog.cancelButtonText": "Annuler",
- "SSE.Views.PageMarginsDialog.okButtonText": "OK",
"SSE.Views.PageMarginsDialog.textBottom": "Bas",
"SSE.Views.PageMarginsDialog.textLeft": "Gauche",
"SSE.Views.PageMarginsDialog.textRight": "Droite",
@@ -1733,12 +1697,9 @@
"SSE.Views.ParagraphSettings.textAuto": "Plusieurs",
"SSE.Views.ParagraphSettings.textExact": "Exactement",
"SSE.Views.ParagraphSettings.txtAutoText": "Auto",
- "SSE.Views.ParagraphSettingsAdvanced.cancelButtonText": "Annuler",
"SSE.Views.ParagraphSettingsAdvanced.noTabs": "Les onglets spécifiés s'affichent dans ce champ",
- "SSE.Views.ParagraphSettingsAdvanced.okButtonText": "OK",
"SSE.Views.ParagraphSettingsAdvanced.strAllCaps": "Tout en majuscules",
"SSE.Views.ParagraphSettingsAdvanced.strDoubleStrike": "Double barré",
- "SSE.Views.ParagraphSettingsAdvanced.strIndentsFirstLine": "Première ligne",
"SSE.Views.ParagraphSettingsAdvanced.strIndentsLeftText": "A gauche",
"SSE.Views.ParagraphSettingsAdvanced.strIndentsRightText": "A droite",
"SSE.Views.ParagraphSettingsAdvanced.strParagraphFont": "Police",
@@ -1762,11 +1723,9 @@
"SSE.Views.ParagraphSettingsAdvanced.textTitle": "Paragraphe - Paramètres avancés",
"SSE.Views.PivotSettings.notcriticalErrorTitle": "Avertissement",
"SSE.Views.PivotSettings.textAdvanced": "Afficher les paramètres avancés",
- "SSE.Views.PivotSettings.textCancel": "Annuler",
"SSE.Views.PivotSettings.textColumns": "Colonnes",
"SSE.Views.PivotSettings.textFields": "Sélectionner les champs",
"SSE.Views.PivotSettings.textFilters": "Filtres",
- "SSE.Views.PivotSettings.textOK": "OK",
"SSE.Views.PivotSettings.textRows": "Lignes",
"SSE.Views.PivotSettings.textValues": "Valeurs",
"SSE.Views.PivotSettings.txtAddColumn": "Ajouter aux colonnes",
@@ -1815,7 +1774,6 @@
"SSE.Views.PivotTable.txtSelect": "Sélectionner",
"SSE.Views.PrintSettings.btnDownload": "Enregistrer et télécharger",
"SSE.Views.PrintSettings.btnPrint": "Enregistrer et imprimer",
- "SSE.Views.PrintSettings.cancelButtonText": "Annuler",
"SSE.Views.PrintSettings.strBottom": "En bas",
"SSE.Views.PrintSettings.strLandscape": "Paysage",
"SSE.Views.PrintSettings.strLeft": "A gauche",
@@ -1859,8 +1817,6 @@
"SSE.Views.RightMenu.txtSparklineSettings": "Paramètres du graphique sparkline",
"SSE.Views.RightMenu.txtTableSettings": "Paramètres du tableau",
"SSE.Views.RightMenu.txtTextArtSettings": "Paramètres de texte d'art",
- "SSE.Views.SetValueDialog.cancelButtonText": "Annuler",
- "SSE.Views.SetValueDialog.okButtonText": "OK",
"SSE.Views.SetValueDialog.txtMaxText": "La valeur maximale de ce champ est {0}",
"SSE.Views.SetValueDialog.txtMinText": "La valeur minimale de ce champ est {0}",
"SSE.Views.ShapeSettings.strBackground": "Couleur d'arrière-plan",
@@ -1913,8 +1869,6 @@
"SSE.Views.ShapeSettings.txtNoBorders": "Pas de ligne",
"SSE.Views.ShapeSettings.txtPapyrus": "Papyrus",
"SSE.Views.ShapeSettings.txtWood": "Bois",
- "SSE.Views.ShapeSettingsAdvanced.cancelButtonText": "Annuler",
- "SSE.Views.ShapeSettingsAdvanced.okButtonText": "OK",
"SSE.Views.ShapeSettingsAdvanced.strColumns": "Colonnes",
"SSE.Views.ShapeSettingsAdvanced.strMargins": "Rembourrage texte",
"SSE.Views.ShapeSettingsAdvanced.textAlt": "Texte de remplacement",
@@ -2003,7 +1957,6 @@
"SSE.Views.TableOptionsDialog.errorFTChangeTableRangeError": "L'opération n'a pas pu être achevée pour la plage de cellules sélectionnée. Sélectionnez une plage de telle sorte que la première ligne de la table était sur la même ligne et la table résultant chevauché l'actuel.",
"SSE.Views.TableOptionsDialog.errorFTRangeIncludedOtherTables": "L'opération n'a pas pu être achevée pour la plage de cellules sélectionnée. Sélectionnez une plage qui ne comprend pas d'autres tables.",
"SSE.Views.TableOptionsDialog.errorMultiCellFormula": "Formules de tableau plusieurs cellules ne sont pas autorisées dans les classeurs.",
- "SSE.Views.TableOptionsDialog.textCancel": "Annuler",
"SSE.Views.TableOptionsDialog.txtEmpty": "Ce champ est obligatoire",
"SSE.Views.TableOptionsDialog.txtFormat": "Créer un tableau",
"SSE.Views.TableOptionsDialog.txtInvalidRange": "ERREUR! La plage de cellules non valide",
@@ -2022,7 +1975,6 @@
"SSE.Views.TableSettings.selectTableText": "Sélectionner le tableau",
"SSE.Views.TableSettings.textAdvanced": "Afficher les paramètres avancés",
"SSE.Views.TableSettings.textBanded": "Bordé",
- "SSE.Views.TableSettings.textCancel": "Annuler",
"SSE.Views.TableSettings.textColumns": "Colonnes",
"SSE.Views.TableSettings.textConvertRange": "Conversion en plage",
"SSE.Views.TableSettings.textEdit": "Lignes et colonnes",
@@ -2035,7 +1987,6 @@
"SSE.Views.TableSettings.textIsLocked": "Cet élément est en cours de modification par un autre utilisateur.",
"SSE.Views.TableSettings.textLast": "Dernier",
"SSE.Views.TableSettings.textLongOperation": "Longue opération",
- "SSE.Views.TableSettings.textOK": "OK",
"SSE.Views.TableSettings.textReservedName": "Le nom que vous essayez d'utiliser est déjà référencé dans des formules de cellules. Veuillez utiliser un autre nom.",
"SSE.Views.TableSettings.textResize": "Redimensionner tableau",
"SSE.Views.TableSettings.textRows": "Lignes",
@@ -2044,8 +1995,6 @@
"SSE.Views.TableSettings.textTemplate": "Sélectionner à partir d'un modèle",
"SSE.Views.TableSettings.textTotal": "Total",
"SSE.Views.TableSettings.warnLongOperation": "L'opération que vous êtes sur le point d'effectuer peut prendre beaucoup de temps. Êtes-vous sûr de vouloir continuer ?",
- "SSE.Views.TableSettingsAdvanced.cancelButtonText": "Annuler",
- "SSE.Views.TableSettingsAdvanced.okButtonText": "OK",
"SSE.Views.TableSettingsAdvanced.textAlt": "Texte de remplacement",
"SSE.Views.TableSettingsAdvanced.textAltDescription": "Description",
"SSE.Views.TableSettingsAdvanced.textAltTip": "La représentation textuelle alternative des informations sur l’objet visuel, qui sera lue aux personnes avec des déficiences cognitives ou visuelles pour les aider à mieux comprendre l'information de l’image, de la forme automatique, du graphique ou du tableau.",
@@ -2316,8 +2265,6 @@
"SSE.Views.Toolbar.txtTime": "Heure",
"SSE.Views.Toolbar.txtUnmerge": "Annuler fusion des cellules",
"SSE.Views.Toolbar.txtYen": "¥ Yen",
- "SSE.Views.Top10FilterDialog.cancelButtonText": "Annuler",
- "SSE.Views.Top10FilterDialog.okButtonText": "OK",
"SSE.Views.Top10FilterDialog.textType": "Afficher",
"SSE.Views.Top10FilterDialog.txtBottom": "En bas",
"SSE.Views.Top10FilterDialog.txtItems": "Element",
diff --git a/apps/spreadsheeteditor/main/locale/hu.json b/apps/spreadsheeteditor/main/locale/hu.json
index 3b61d1ba9..90ba5f577 100644
--- a/apps/spreadsheeteditor/main/locale/hu.json
+++ b/apps/spreadsheeteditor/main/locale/hu.json
@@ -6,7 +6,6 @@
"Common.UI.ComboBorderSizeEditable.txtNoBorders": "Nincsenek szegélyek",
"Common.UI.ComboDataView.emptyComboText": "Nincsenek stílusok",
"Common.UI.ExtendedColorDialog.addButtonText": "Hozzáad",
- "Common.UI.ExtendedColorDialog.cancelButtonText": "Mégse",
"Common.UI.ExtendedColorDialog.textCurrent": "aktuális",
"Common.UI.ExtendedColorDialog.textHexErr": "A megadott érték helytelen. Kérjük, adjon meg egy értéket 000000 és FFFFFF között",
"Common.UI.ExtendedColorDialog.textNew": "Új",
@@ -45,8 +44,6 @@
"Common.Views.About.txtPoweredBy": "Powered by",
"Common.Views.About.txtTel": "Tel.: ",
"Common.Views.About.txtVersion": "Verzió",
- "Common.Views.AdvancedSettingsWindow.cancelButtonText": "Mégse",
- "Common.Views.AdvancedSettingsWindow.okButtonText": "OK",
"Common.Views.Chat.textSend": "Küldés",
"Common.Views.Comments.textAdd": "Hozzáad",
"Common.Views.Comments.textAddComment": "Hozzászólás hozzáadása",
@@ -93,14 +90,10 @@
"Common.Views.Header.tipViewUsers": "A felhasználók megtekintése és a dokumentumokhoz való hozzáférési jogok kezelése",
"Common.Views.Header.txtAccessRights": "Hozzáférési jogok módosítása",
"Common.Views.Header.txtRename": "Név változtatása",
- "Common.Views.ImageFromUrlDialog.cancelButtonText": "Mégse",
- "Common.Views.ImageFromUrlDialog.okButtonText": "OK",
"Common.Views.ImageFromUrlDialog.textUrl": "Illesszen be egy kép hivatkozást:",
"Common.Views.ImageFromUrlDialog.txtEmpty": "Ez egy szükséges mező",
"Common.Views.ImageFromUrlDialog.txtNotUrl": "Ennek a mezőnek hivatkozásnak kell lennie a \"http://www.example.com\" formátumban",
- "Common.Views.OpenDialog.cancelButtonText": "Mégse",
"Common.Views.OpenDialog.closeButtonText": "Fájl bezárása",
- "Common.Views.OpenDialog.okButtonText": "OK",
"Common.Views.OpenDialog.txtColon": "Kettőspont",
"Common.Views.OpenDialog.txtComma": "Vessző",
"Common.Views.OpenDialog.txtDelimiter": "Határolójel",
@@ -115,8 +108,6 @@
"Common.Views.OpenDialog.txtTab": "Lap",
"Common.Views.OpenDialog.txtTitle": "Válassza a %1 opciót",
"Common.Views.OpenDialog.txtTitleProtected": "Védett fájl",
- "Common.Views.PasswordDialog.cancelButtonText": "Mégse",
- "Common.Views.PasswordDialog.okButtonText": "OK",
"Common.Views.PasswordDialog.txtDescription": "Állítson be jelszót a dokumentum védelmére",
"Common.Views.PasswordDialog.txtIncorrectPwd": "A jelszavak nem azonosak",
"Common.Views.PasswordDialog.txtPassword": "Jelszó",
@@ -138,8 +129,6 @@
"Common.Views.Protection.txtInvisibleSignature": "Digitális aláírás hozzáadása",
"Common.Views.Protection.txtSignature": "Aláírás",
"Common.Views.Protection.txtSignatureLine": "Aláírás sor hozzáadása",
- "Common.Views.RenameDialog.cancelButtonText": "Mégse",
- "Common.Views.RenameDialog.okButtonText": "OK",
"Common.Views.RenameDialog.textName": "Fájl név",
"Common.Views.RenameDialog.txtInvalidName": "A fájlnév nem tartalmazhatja a következő karaktereket:",
"Common.Views.ReviewChanges.hintNext": "A következő változáshoz",
@@ -194,8 +183,6 @@
"Common.Views.SaveAsDlg.textTitle": "Mentési mappa",
"Common.Views.SelectFileDlg.textLoading": "Betöltés",
"Common.Views.SelectFileDlg.textTitle": "Adatforrás kiválasztása",
- "Common.Views.SignDialog.cancelButtonText": "Mégse",
- "Common.Views.SignDialog.okButtonText": "OK",
"Common.Views.SignDialog.textBold": "Félkövér",
"Common.Views.SignDialog.textCertificate": "Tanúsítvány",
"Common.Views.SignDialog.textChange": "Módosítás",
@@ -210,8 +197,6 @@
"Common.Views.SignDialog.textValid": "Érvényes %1 és %2 között",
"Common.Views.SignDialog.tipFontName": "Betűtípus neve",
"Common.Views.SignDialog.tipFontSize": "Betűméret",
- "Common.Views.SignSettingsDialog.cancelButtonText": "Mégse",
- "Common.Views.SignSettingsDialog.okButtonText": "OK",
"Common.Views.SignSettingsDialog.textAllowComment": "Engedélyezi az aláírónak hozzászólás hozzáadását az aláírási párbeszédablakban",
"Common.Views.SignSettingsDialog.textInfo": "Aláíró infó",
"Common.Views.SignSettingsDialog.textInfoEmail": "E-mail",
@@ -675,7 +660,6 @@
"SSE.Controllers.Toolbar.errorStockChart": "Helytelen sor sorrend. Tőzsdei diagram létrehozásához az adatokat az alábbi sorrendben vigye fel: nyitó ár, maximum ár, minimum ár, záró ár.",
"SSE.Controllers.Toolbar.textAccent": "Accent",
"SSE.Controllers.Toolbar.textBracket": "Zárójelben",
- "SSE.Controllers.Toolbar.textCancel": "Mégse",
"SSE.Controllers.Toolbar.textFontSizeErr": "A megadott érték helytelen. Kérjük, adjon meg egy számértéket 1 és 409 között",
"SSE.Controllers.Toolbar.textFraction": "Törtek",
"SSE.Controllers.Toolbar.textFunction": "Szögfüggvények",
@@ -1018,8 +1002,6 @@
"SSE.Controllers.Viewport.textHideGridlines": "Rácsvonalak elrejtése",
"SSE.Controllers.Viewport.textHideHeadings": "Fejlécek elrejtése",
"SSE.Views.AutoFilterDialog.btnCustomFilter": "Egyéni szűrő",
- "SSE.Views.AutoFilterDialog.cancelButtonText": "Mégse",
- "SSE.Views.AutoFilterDialog.okButtonText": "OK",
"SSE.Views.AutoFilterDialog.textAddSelection": "Az aktuális kiválasztás hozzáadása a szűréshez",
"SSE.Views.AutoFilterDialog.textEmptyItem": "{Üresek}",
"SSE.Views.AutoFilterDialog.textSelectAll": "Összes kiválasztása",
@@ -1058,7 +1040,6 @@
"SSE.Views.CellEditor.tipFormula": "Függvény beszúrása",
"SSE.Views.CellRangeDialog.errorMaxRows": "HIBA! Az adatsorok maximális száma diagramonként 255",
"SSE.Views.CellRangeDialog.errorStockChart": "Helytelen sor sorrend. Tőzsdei diagram létrehozásához az adatokat az alábbi sorrendben vigye fel: nyitó ár, maximum ár, minimum ár, záró ár.",
- "SSE.Views.CellRangeDialog.textCancel": "Mégse",
"SSE.Views.CellRangeDialog.txtEmpty": "Ez egy szükséges mező",
"SSE.Views.CellRangeDialog.txtInvalidRange": "HIBA! Érvénytelen cellatartomány",
"SSE.Views.CellRangeDialog.txtTitle": "Adattartomány kiválasztása",
@@ -1114,7 +1095,6 @@
"SSE.Views.ChartSettings.textType": "Típus",
"SSE.Views.ChartSettings.textWidth": "Szélesség",
"SSE.Views.ChartSettings.textWinLossSpark": "Nyereség/veszteség",
- "SSE.Views.ChartSettingsDlg.cancelButtonText": "Mégse",
"SSE.Views.ChartSettingsDlg.errorMaxPoints": "HIBA! A soronkénti maximális pontszám a diagramon 4096.",
"SSE.Views.ChartSettingsDlg.errorMaxRows": "HIBA! Az adatsorok maximális száma diagramonként 255",
"SSE.Views.ChartSettingsDlg.errorStockChart": "Helytelen sor sorrend. Részvénydiagram létrehozásához az adatokat az alábbi sorrendben vigye fel: nyitó ár, maximum ár, minimum ár, záró ár.",
@@ -1249,7 +1229,6 @@
"SSE.Views.ChartSettingsDlg.textYAxisTitle": "Y tengely címe",
"SSE.Views.ChartSettingsDlg.textZero": "Nulla",
"SSE.Views.ChartSettingsDlg.txtEmpty": "Ez egy szükséges mező",
- "SSE.Views.DigitalFilterDialog.cancelButtonText": "Mégse",
"SSE.Views.DigitalFilterDialog.capAnd": "és",
"SSE.Views.DigitalFilterDialog.capCondition1": "egyenlők",
"SSE.Views.DigitalFilterDialog.capCondition10": "nem zárul",
@@ -1473,11 +1452,9 @@
"SSE.Views.FileMenuPanels.ProtectDoc.txtView": "Aláírások megtekintése",
"SSE.Views.FileMenuPanels.Settings.txtGeneral": "Általános",
"SSE.Views.FileMenuPanels.Settings.txtPageSettings": "Oldal beállítások",
- "SSE.Views.FormatSettingsDialog.textCancel": "Mégse",
"SSE.Views.FormatSettingsDialog.textCategory": "Kategória",
"SSE.Views.FormatSettingsDialog.textDecimal": "Decimális",
"SSE.Views.FormatSettingsDialog.textFormat": "Formátum",
- "SSE.Views.FormatSettingsDialog.textOk": "OK",
"SSE.Views.FormatSettingsDialog.textSeparator": "Ezres elválasztó használata",
"SSE.Views.FormatSettingsDialog.textSymbols": "Szimbólumok",
"SSE.Views.FormatSettingsDialog.textTitle": "Számformátum",
@@ -1503,13 +1480,10 @@
"SSE.Views.FormatSettingsDialog.txtUpto1": "Egy tizedesjegyig (1/3)",
"SSE.Views.FormatSettingsDialog.txtUpto2": "Három tizedesjegyig (12/25)",
"SSE.Views.FormatSettingsDialog.txtUpto3": "Három tizedesjegyig (131/135)",
- "SSE.Views.FormulaDialog.cancelButtonText": "Mégse",
- "SSE.Views.FormulaDialog.okButtonText": "OK",
"SSE.Views.FormulaDialog.sDescription": "Leírás",
"SSE.Views.FormulaDialog.textGroupDescription": "Függvénycsoport választása",
"SSE.Views.FormulaDialog.textListDescription": "Függvény választása",
"SSE.Views.FormulaDialog.txtTitle": "Függvény beszúrása",
- "SSE.Views.HyperlinkSettingsDialog.cancelButtonText": "Mégse",
"SSE.Views.HyperlinkSettingsDialog.strDisplay": "Megjelenít",
"SSE.Views.HyperlinkSettingsDialog.strLinkTo": "Hivatkozás",
"SSE.Views.HyperlinkSettingsDialog.strRange": "Tartomány",
@@ -1544,8 +1518,6 @@
"SSE.Views.ImageSettings.textRotation": "Forgatás",
"SSE.Views.ImageSettings.textSize": "Méret",
"SSE.Views.ImageSettings.textWidth": "Szélesség",
- "SSE.Views.ImageSettingsAdvanced.cancelButtonText": "Mégse",
- "SSE.Views.ImageSettingsAdvanced.okButtonText": "OK",
"SSE.Views.ImageSettingsAdvanced.textAlt": "Alternatív szöveg",
"SSE.Views.ImageSettingsAdvanced.textAltDescription": "Leírás",
"SSE.Views.ImageSettingsAdvanced.textAltTip": "A vizuális objektumok alternatív szövegalapú ábrázolása, amely a látás vagy kognitív károsodottak számára is olvasható, hogy segítsen nekik jobban megérteni, hogy milyen információ, alakzat, diagram vagy táblázat látható.",
@@ -1584,11 +1556,9 @@
"SSE.Views.MainSettingsPrint.textPrintGrid": "Rácsvonalak nyomtatása",
"SSE.Views.MainSettingsPrint.textPrintHeadings": "Sor- és oszlopfejlécek nyomtatása",
"SSE.Views.MainSettingsPrint.textSettings": "Beállítások",
- "SSE.Views.NamedRangeEditDlg.cancelButtonText": "Mégse",
"SSE.Views.NamedRangeEditDlg.errorCreateDefName": "A meglévő tartományok nem szerkeszthetők, és az újakat nem lehet létrehozni jelenleg némely szerkesztés alatt áll.",
"SSE.Views.NamedRangeEditDlg.namePlaceholder": "Megadott név",
"SSE.Views.NamedRangeEditDlg.notcriticalErrorTitle": "Figyelmeztetés",
- "SSE.Views.NamedRangeEditDlg.okButtonText": "OK",
"SSE.Views.NamedRangeEditDlg.strWorkbook": "Munkafüzet",
"SSE.Views.NamedRangeEditDlg.textDataRange": "Adattartomány",
"SSE.Views.NamedRangeEditDlg.textExistName": "HIBA! Tartomány már létezik ilyen névvel",
@@ -1602,13 +1572,10 @@
"SSE.Views.NamedRangeEditDlg.txtEmpty": "Ez egy szükséges mező",
"SSE.Views.NamedRangeEditDlg.txtTitleEdit": "Név szerkesztése",
"SSE.Views.NamedRangeEditDlg.txtTitleNew": "Új név",
- "SSE.Views.NamedRangePasteDlg.cancelButtonText": "Mégse",
- "SSE.Views.NamedRangePasteDlg.okButtonText": "OK",
"SSE.Views.NamedRangePasteDlg.textNames": "Elnevezett tartományok",
"SSE.Views.NamedRangePasteDlg.txtTitle": "Név beillesztése",
"SSE.Views.NameManagerDlg.closeButtonText": "Bezár",
"SSE.Views.NameManagerDlg.guestText": "Vendég",
- "SSE.Views.NameManagerDlg.okButtonText": "OK",
"SSE.Views.NameManagerDlg.textDataRange": "Adattartomány",
"SSE.Views.NameManagerDlg.textDelete": "Töröl",
"SSE.Views.NameManagerDlg.textEdit": "Szerkeszt",
@@ -1626,8 +1593,6 @@
"SSE.Views.NameManagerDlg.textWorkbook": "Munkafüzet",
"SSE.Views.NameManagerDlg.tipIsLocked": "Ezt az elemet egy másik felhasználó szerkeszti.",
"SSE.Views.NameManagerDlg.txtTitle": "Név kezelő",
- "SSE.Views.PageMarginsDialog.cancelButtonText": "Mégse",
- "SSE.Views.PageMarginsDialog.okButtonText": "OK",
"SSE.Views.PageMarginsDialog.textBottom": "Alsó",
"SSE.Views.PageMarginsDialog.textLeft": "Bal",
"SSE.Views.PageMarginsDialog.textRight": "Jobb",
@@ -1643,12 +1608,9 @@
"SSE.Views.ParagraphSettings.textAuto": "Többszörös",
"SSE.Views.ParagraphSettings.textExact": "Pontosan",
"SSE.Views.ParagraphSettings.txtAutoText": "Auto",
- "SSE.Views.ParagraphSettingsAdvanced.cancelButtonText": "Mégse",
"SSE.Views.ParagraphSettingsAdvanced.noTabs": "A megadott lapok ezen a területen jelennek meg.",
- "SSE.Views.ParagraphSettingsAdvanced.okButtonText": "OK",
"SSE.Views.ParagraphSettingsAdvanced.strAllCaps": "Minden nagybetű",
"SSE.Views.ParagraphSettingsAdvanced.strDoubleStrike": "Dupla áthúzás",
- "SSE.Views.ParagraphSettingsAdvanced.strIndentsFirstLine": "Első sor",
"SSE.Views.ParagraphSettingsAdvanced.strIndentsLeftText": "Bal",
"SSE.Views.ParagraphSettingsAdvanced.strIndentsRightText": "Jobb",
"SSE.Views.ParagraphSettingsAdvanced.strParagraphFont": "Betűtípus",
@@ -1672,11 +1634,9 @@
"SSE.Views.ParagraphSettingsAdvanced.textTitle": "Bekezdés - Haladó beállítások",
"SSE.Views.PivotSettings.notcriticalErrorTitle": "Figyelmeztetés",
"SSE.Views.PivotSettings.textAdvanced": "Speciális beállítások megjelenítése",
- "SSE.Views.PivotSettings.textCancel": "Mégse",
"SSE.Views.PivotSettings.textColumns": "Oszlopok",
"SSE.Views.PivotSettings.textFields": "Mezők kiválasztása",
"SSE.Views.PivotSettings.textFilters": "Szűrők",
- "SSE.Views.PivotSettings.textOK": "OK",
"SSE.Views.PivotSettings.textRows": "Sorok",
"SSE.Views.PivotSettings.textValues": "Értékek",
"SSE.Views.PivotSettings.txtAddColumn": "Oszlopokhoz hozzáad",
@@ -1725,7 +1685,6 @@
"SSE.Views.PivotTable.txtSelect": "Kiválaszt",
"SSE.Views.PrintSettings.btnDownload": "Ment és letölt",
"SSE.Views.PrintSettings.btnPrint": "Ment és nyomtat",
- "SSE.Views.PrintSettings.cancelButtonText": "Mégse",
"SSE.Views.PrintSettings.strBottom": "Alsó",
"SSE.Views.PrintSettings.strLandscape": "Tájkép",
"SSE.Views.PrintSettings.strLeft": "Bal",
@@ -1768,8 +1727,6 @@
"SSE.Views.RightMenu.txtSparklineSettings": "Értékgörbe beállítások",
"SSE.Views.RightMenu.txtTableSettings": "Táblázat beállítások",
"SSE.Views.RightMenu.txtTextArtSettings": "TextArt beállítások",
- "SSE.Views.SetValueDialog.cancelButtonText": "Mégse",
- "SSE.Views.SetValueDialog.okButtonText": "OK",
"SSE.Views.SetValueDialog.txtMaxText": "A mező maximális értéke {0}",
"SSE.Views.SetValueDialog.txtMinText": "A mező minimális értéke {0}",
"SSE.Views.ShapeSettings.strBackground": "Háttérszín",
@@ -1822,8 +1779,6 @@
"SSE.Views.ShapeSettings.txtNoBorders": "Nincs vonal",
"SSE.Views.ShapeSettings.txtPapyrus": "Papirusz",
"SSE.Views.ShapeSettings.txtWood": "Fa",
- "SSE.Views.ShapeSettingsAdvanced.cancelButtonText": "Mégse",
- "SSE.Views.ShapeSettingsAdvanced.okButtonText": "OK",
"SSE.Views.ShapeSettingsAdvanced.strColumns": "Oszlopok",
"SSE.Views.ShapeSettingsAdvanced.strMargins": "Szöveg távolság",
"SSE.Views.ShapeSettingsAdvanced.textAlt": "Alternatív szöveg",
@@ -1910,7 +1865,6 @@
"SSE.Views.TableOptionsDialog.errorFTChangeTableRangeError": "A műveletet nem sikerült befejezni a kiválasztott cellatartományban. Válasszon ki egy tartományt, hogy az első táblázat sora ugyanabban a sorban legyen, és az eredményül kapott táblázat átfedje az aktuális sort.",
"SSE.Views.TableOptionsDialog.errorFTRangeIncludedOtherTables": "A műveletet nem sikerült befejezni a kiválasztott cellatartományban. Válasszon ki egy olyan tartományt, amely nem tartalmaz más táblákat.",
"SSE.Views.TableOptionsDialog.errorMultiCellFormula": "A multi-cella tömb függvények nem engedélyezettek a táblázatokban.",
- "SSE.Views.TableOptionsDialog.textCancel": "Mégse",
"SSE.Views.TableOptionsDialog.txtEmpty": "Ez egy szükséges mező",
"SSE.Views.TableOptionsDialog.txtFormat": "Táblázat létrehozása",
"SSE.Views.TableOptionsDialog.txtInvalidRange": "HIBA! Érvénytelen cellatartomány",
@@ -1929,7 +1883,6 @@
"SSE.Views.TableSettings.selectTableText": "Táblázat kiválasztása",
"SSE.Views.TableSettings.textAdvanced": "Speciális beállítások megjelenítése",
"SSE.Views.TableSettings.textBanded": "Csíkos",
- "SSE.Views.TableSettings.textCancel": "Mégse",
"SSE.Views.TableSettings.textColumns": "Oszlopok",
"SSE.Views.TableSettings.textConvertRange": "Átalakítás cellatartományra",
"SSE.Views.TableSettings.textEdit": "Sorok és oszlopok",
@@ -1942,7 +1895,6 @@
"SSE.Views.TableSettings.textIsLocked": "Ezt az elemet egy másik felhasználó szerkeszti.",
"SSE.Views.TableSettings.textLast": "Utolsó",
"SSE.Views.TableSettings.textLongOperation": "Hosszú művelet",
- "SSE.Views.TableSettings.textOK": "OK",
"SSE.Views.TableSettings.textReservedName": "A használni kívánt név már hivatkozásra került egyes képletekben. Kérjük, használjon más nevet.",
"SSE.Views.TableSettings.textResize": "Táblázat átméretezése",
"SSE.Views.TableSettings.textRows": "Sorok",
@@ -1951,8 +1903,6 @@
"SSE.Views.TableSettings.textTemplate": "Választás a sablonokból",
"SSE.Views.TableSettings.textTotal": "Összesen",
"SSE.Views.TableSettings.warnLongOperation": "A végrehajtani kívánt művelet meglehetősen sok időt vehet igénybe. Biztosan folytatni kívánja?",
- "SSE.Views.TableSettingsAdvanced.cancelButtonText": "Mégse",
- "SSE.Views.TableSettingsAdvanced.okButtonText": "OK",
"SSE.Views.TableSettingsAdvanced.textAlt": "Alternatív szöveg",
"SSE.Views.TableSettingsAdvanced.textAltDescription": "Leírás",
"SSE.Views.TableSettingsAdvanced.textAltTip": "A vizuális objektumok alternatív szövegalapú ábrázolása, amely a látás vagy kognitív károsodottak számára is olvasható, hogy segítsen nekik jobban megérteni, hogy milyen információ, alakzat, diagram vagy táblázat látható.",
@@ -2223,8 +2173,6 @@
"SSE.Views.Toolbar.txtTime": "Idő",
"SSE.Views.Toolbar.txtUnmerge": "Cellák szétválasztása",
"SSE.Views.Toolbar.txtYen": "¥ Jen",
- "SSE.Views.Top10FilterDialog.cancelButtonText": "Mégse",
- "SSE.Views.Top10FilterDialog.okButtonText": "OK",
"SSE.Views.Top10FilterDialog.textType": "Mutat",
"SSE.Views.Top10FilterDialog.txtBottom": "Alsó",
"SSE.Views.Top10FilterDialog.txtItems": "tétel",
diff --git a/apps/spreadsheeteditor/main/locale/it.json b/apps/spreadsheeteditor/main/locale/it.json
index 7eda6428c..d046c1c82 100644
--- a/apps/spreadsheeteditor/main/locale/it.json
+++ b/apps/spreadsheeteditor/main/locale/it.json
@@ -6,7 +6,6 @@
"Common.UI.ComboBorderSizeEditable.txtNoBorders": "Nessun bordo",
"Common.UI.ComboDataView.emptyComboText": "Nessuno stile",
"Common.UI.ExtendedColorDialog.addButtonText": "Aggiungi",
- "Common.UI.ExtendedColorDialog.cancelButtonText": "Annulla",
"Common.UI.ExtendedColorDialog.textCurrent": "Attuale",
"Common.UI.ExtendedColorDialog.textHexErr": "Il valore inserito non è corretto. Inserisci un valore tra 000000 e FFFFFF.",
"Common.UI.ExtendedColorDialog.textNew": "Nuovo",
@@ -45,8 +44,6 @@
"Common.Views.About.txtPoweredBy": "Con tecnologia",
"Common.Views.About.txtTel": "tel.: ",
"Common.Views.About.txtVersion": "Versione ",
- "Common.Views.AdvancedSettingsWindow.cancelButtonText": "Annulla",
- "Common.Views.AdvancedSettingsWindow.okButtonText": "OK",
"Common.Views.Chat.textSend": "Invia",
"Common.Views.Comments.textAdd": "Aggiungi",
"Common.Views.Comments.textAddComment": "Aggiungi",
@@ -94,14 +91,10 @@
"Common.Views.Header.tipViewUsers": "Mostra gli utenti e gestisci i diritti di accesso al documento",
"Common.Views.Header.txtAccessRights": "Modifica diritti di accesso",
"Common.Views.Header.txtRename": "Rinomina",
- "Common.Views.ImageFromUrlDialog.cancelButtonText": "Annulla",
- "Common.Views.ImageFromUrlDialog.okButtonText": "OK",
"Common.Views.ImageFromUrlDialog.textUrl": "Incolla URL immagine:",
"Common.Views.ImageFromUrlDialog.txtEmpty": "Questo campo è richiesto",
"Common.Views.ImageFromUrlDialog.txtNotUrl": "Il formato URL richiesto è \"http://www.example.com\"",
- "Common.Views.OpenDialog.cancelButtonText": "Annulla",
"Common.Views.OpenDialog.closeButtonText": "Chiudi File",
- "Common.Views.OpenDialog.okButtonText": "OK",
"Common.Views.OpenDialog.txtColon": "Due punti",
"Common.Views.OpenDialog.txtComma": "Virgola",
"Common.Views.OpenDialog.txtDelimiter": "Delimitatore",
@@ -116,8 +109,6 @@
"Common.Views.OpenDialog.txtTab": "Tabulazione",
"Common.Views.OpenDialog.txtTitle": "Seleziona parametri %1",
"Common.Views.OpenDialog.txtTitleProtected": "File protetto",
- "Common.Views.PasswordDialog.cancelButtonText": "Annulla",
- "Common.Views.PasswordDialog.okButtonText": "OK",
"Common.Views.PasswordDialog.txtDescription": "É richiesta la password per proteggere il documento",
"Common.Views.PasswordDialog.txtIncorrectPwd": "la password di conferma non corrisponde",
"Common.Views.PasswordDialog.txtPassword": "Password",
@@ -139,8 +130,6 @@
"Common.Views.Protection.txtInvisibleSignature": "Aggiungi firma digitale",
"Common.Views.Protection.txtSignature": "Firma",
"Common.Views.Protection.txtSignatureLine": "Riga della firma",
- "Common.Views.RenameDialog.cancelButtonText": "Annulla",
- "Common.Views.RenameDialog.okButtonText": "OK",
"Common.Views.RenameDialog.textName": "Nome file",
"Common.Views.RenameDialog.txtInvalidName": "Il nome del file non può contenere nessuno dei seguenti caratteri:",
"Common.Views.ReviewChanges.hintNext": "Alla modifica successiva",
@@ -196,8 +185,6 @@
"Common.Views.SaveAsDlg.textTitle": "Cartella di salvataggio",
"Common.Views.SelectFileDlg.textLoading": "Caricamento",
"Common.Views.SelectFileDlg.textTitle": "Seleziona Sorgente Dati",
- "Common.Views.SignDialog.cancelButtonText": "Annulla",
- "Common.Views.SignDialog.okButtonText": "OK",
"Common.Views.SignDialog.textBold": "Grassetto",
"Common.Views.SignDialog.textCertificate": "Certificato",
"Common.Views.SignDialog.textChange": "Cambia",
@@ -212,8 +199,6 @@
"Common.Views.SignDialog.textValid": "Valido dal %1 al %2",
"Common.Views.SignDialog.tipFontName": "Nome carattere",
"Common.Views.SignDialog.tipFontSize": "Dimensione carattere",
- "Common.Views.SignSettingsDialog.cancelButtonText": "Annulla",
- "Common.Views.SignSettingsDialog.okButtonText": "OK",
"Common.Views.SignSettingsDialog.textAllowComment": "Consenti al firmatario di aggiungere commenti nella finestra di firma",
"Common.Views.SignSettingsDialog.textInfo": "Informazioni sul Firmatario",
"Common.Views.SignSettingsDialog.textInfoEmail": "E-mail",
@@ -765,7 +750,6 @@
"SSE.Controllers.Toolbar.errorStockChart": "righe ordinate in modo errato. Per creare un grafico in pila posiziona i dati nel foglio nel seguente ordine: prezzo di apertura, prezzo massimo, prezzo minimo, prezzo di chiusura.",
"SSE.Controllers.Toolbar.textAccent": "Accenti",
"SSE.Controllers.Toolbar.textBracket": "Parentesi",
- "SSE.Controllers.Toolbar.textCancel": "Annulla",
"SSE.Controllers.Toolbar.textFontSizeErr": "Il valore inserito non è corretto. Inserisci un valore numerico compreso tra 1 e 409",
"SSE.Controllers.Toolbar.textFraction": "Frazioni",
"SSE.Controllers.Toolbar.textFunction": "Funzioni",
@@ -1108,8 +1092,6 @@
"SSE.Controllers.Viewport.textHideGridlines": "Nascondi griglia",
"SSE.Controllers.Viewport.textHideHeadings": "Nascondi titoli",
"SSE.Views.AutoFilterDialog.btnCustomFilter": "Personalizzato",
- "SSE.Views.AutoFilterDialog.cancelButtonText": "Annulla",
- "SSE.Views.AutoFilterDialog.okButtonText": "OK",
"SSE.Views.AutoFilterDialog.textAddSelection": "Aggiungi la selezione attuale nel filtro",
"SSE.Views.AutoFilterDialog.textEmptyItem": "{Blanks}",
"SSE.Views.AutoFilterDialog.textSelectAll": "Seleziona tutto",
@@ -1148,7 +1130,6 @@
"SSE.Views.CellEditor.tipFormula": "Inserisci funzione",
"SSE.Views.CellRangeDialog.errorMaxRows": "ERRORE! Il numero massimo di serie di dati per grafico è 255.",
"SSE.Views.CellRangeDialog.errorStockChart": "righe ordinate in modo errato. Per creare un grafico in pila posiziona i dati nel foglio nel seguente ordine: prezzo di apertura, prezzo massimo, prezzo minimo, prezzo di chiusura.",
- "SSE.Views.CellRangeDialog.textCancel": "Annulla",
"SSE.Views.CellRangeDialog.txtEmpty": "Questo campo è richiesto",
"SSE.Views.CellRangeDialog.txtInvalidRange": "ERRORE! Intervallo non valido",
"SSE.Views.CellRangeDialog.txtTitle": "Seleziona intervallo dati",
@@ -1205,7 +1186,6 @@
"SSE.Views.ChartSettings.textType": "Tipo",
"SSE.Views.ChartSettings.textWidth": "Larghezza",
"SSE.Views.ChartSettings.textWinLossSpark": "Vinci/Perdi",
- "SSE.Views.ChartSettingsDlg.cancelButtonText": "Annulla",
"SSE.Views.ChartSettingsDlg.errorMaxPoints": "ERRORE! Il numero massimo di punti in serie per grafico è 4096.",
"SSE.Views.ChartSettingsDlg.errorMaxRows": "ERRORE! Il numero massimo di serie di dati per grafico è 255.",
"SSE.Views.ChartSettingsDlg.errorStockChart": "Ordine di righe scorretto. Per creare o grafico in pila posiziona i dati nel foglio nel seguente ordine: prezzo di apertura, prezzo massimo, prezzo minimo, prezzo di chiusura.",
@@ -1353,7 +1333,6 @@
"SSE.Views.DataTab.tipGroup": "Raggruppa una gamma di celle",
"SSE.Views.DataTab.tipToColumns": "Separa il testo della cella in colonne",
"SSE.Views.DataTab.tipUngroup": "Separare l'intervallo di celle",
- "SSE.Views.DigitalFilterDialog.cancelButtonText": "Annulla",
"SSE.Views.DigitalFilterDialog.capAnd": "E",
"SSE.Views.DigitalFilterDialog.capCondition1": "uguali",
"SSE.Views.DigitalFilterDialog.capCondition10": "non finisce con",
@@ -1590,11 +1569,9 @@
"SSE.Views.FileMenuPanels.ProtectDoc.txtView": "Mostra firme",
"SSE.Views.FileMenuPanels.Settings.txtGeneral": "Generale",
"SSE.Views.FileMenuPanels.Settings.txtPageSettings": "Impostazioni Pagina",
- "SSE.Views.FormatSettingsDialog.textCancel": "Annulla",
"SSE.Views.FormatSettingsDialog.textCategory": "Categoria",
"SSE.Views.FormatSettingsDialog.textDecimal": "Decimale",
"SSE.Views.FormatSettingsDialog.textFormat": "Formato",
- "SSE.Views.FormatSettingsDialog.textOk": "OK",
"SSE.Views.FormatSettingsDialog.textSeparator": "Usa 1000 separatori",
"SSE.Views.FormatSettingsDialog.textSymbols": "Simboli",
"SSE.Views.FormatSettingsDialog.textTitle": "Formato numero",
@@ -1620,8 +1597,6 @@
"SSE.Views.FormatSettingsDialog.txtUpto1": "Fino a una cifra (1/3)",
"SSE.Views.FormatSettingsDialog.txtUpto2": "Fino a due cifre",
"SSE.Views.FormatSettingsDialog.txtUpto3": "Fino a tre cifre (131/135)",
- "SSE.Views.FormulaDialog.cancelButtonText": "Annulla",
- "SSE.Views.FormulaDialog.okButtonText": "OK",
"SSE.Views.FormulaDialog.sDescription": "Descrizione",
"SSE.Views.FormulaDialog.textGroupDescription": "Seleziona gruppo di funzioni",
"SSE.Views.FormulaDialog.textListDescription": "Seleziona funzione",
@@ -1633,12 +1608,8 @@
"SSE.Views.FormulaTab.txtFormulaTip": "Inserisci funzione",
"SSE.Views.FormulaTab.txtMore": "Altre funzioni",
"SSE.Views.FormulaTab.txtRecent": "Usati di recente",
- "SSE.Views.GroupDialog.cancelButtonText": "Annulla",
- "SSE.Views.GroupDialog.okButtonText": "OK",
"SSE.Views.GroupDialog.textColumns": "Colonne",
"SSE.Views.GroupDialog.textRows": "Righe",
- "SSE.Views.HeaderFooterDialog.cancelButtonText": "Annulla",
- "SSE.Views.HeaderFooterDialog.okButtonText": "OK",
"SSE.Views.HeaderFooterDialog.textAlign": "Allinea con i margini della pagina",
"SSE.Views.HeaderFooterDialog.textAll": "Tutte le pagine",
"SSE.Views.HeaderFooterDialog.textBold": "Grassetto",
@@ -1672,7 +1643,6 @@
"SSE.Views.HeaderFooterDialog.textUnderline": "Sottolineato",
"SSE.Views.HeaderFooterDialog.tipFontName": "Carattere",
"SSE.Views.HeaderFooterDialog.tipFontSize": "Dimensione carattere",
- "SSE.Views.HyperlinkSettingsDialog.cancelButtonText": "Annulla",
"SSE.Views.HyperlinkSettingsDialog.strDisplay": "Visualizza",
"SSE.Views.HyperlinkSettingsDialog.strLinkTo": "Collega a",
"SSE.Views.HyperlinkSettingsDialog.strRange": "Intervallo",
@@ -1709,8 +1679,6 @@
"SSE.Views.ImageSettings.textRotation": "Rotazione",
"SSE.Views.ImageSettings.textSize": "Dimensione",
"SSE.Views.ImageSettings.textWidth": "Larghezza",
- "SSE.Views.ImageSettingsAdvanced.cancelButtonText": "Annulla",
- "SSE.Views.ImageSettingsAdvanced.okButtonText": "OK",
"SSE.Views.ImageSettingsAdvanced.textAlt": "Testo alternativo",
"SSE.Views.ImageSettingsAdvanced.textAltDescription": "Descrizione",
"SSE.Views.ImageSettingsAdvanced.textAltTip": "La rappresentazione alternativa del testo delle informazioni riguardanti gli oggetti visivi, che verrà letta alle persone con deficit visivi o cognitivi per aiutarli a comprendere meglio quali informazioni sono contenute nell'immagine, nella forma, nel grafico o nella tabella.",
@@ -1750,11 +1718,9 @@
"SSE.Views.MainSettingsPrint.textPrintGrid": "Stampa griglia",
"SSE.Views.MainSettingsPrint.textPrintHeadings": "Stampa intestazioni di riga e colonna",
"SSE.Views.MainSettingsPrint.textSettings": "Impostazioni per",
- "SSE.Views.NamedRangeEditDlg.cancelButtonText": "Annulla",
"SSE.Views.NamedRangeEditDlg.errorCreateDefName": "Gli intervalli denominati esistenti non possono essere modificati e quelli nuovi non possono essere creati al momento alcuni di essi sono in fase di modifica.",
"SSE.Views.NamedRangeEditDlg.namePlaceholder": "Defined name",
"SSE.Views.NamedRangeEditDlg.notcriticalErrorTitle": "Avviso",
- "SSE.Views.NamedRangeEditDlg.okButtonText": "OK",
"SSE.Views.NamedRangeEditDlg.strWorkbook": "Cartella di lavoro",
"SSE.Views.NamedRangeEditDlg.textDataRange": "Data Range",
"SSE.Views.NamedRangeEditDlg.textExistName": "ERROR! Range with such a name already exists",
@@ -1768,13 +1734,10 @@
"SSE.Views.NamedRangeEditDlg.txtEmpty": "Campo obbligatorio",
"SSE.Views.NamedRangeEditDlg.txtTitleEdit": "Edit Name",
"SSE.Views.NamedRangeEditDlg.txtTitleNew": "New Name",
- "SSE.Views.NamedRangePasteDlg.cancelButtonText": "Annulla",
- "SSE.Views.NamedRangePasteDlg.okButtonText": "OK",
"SSE.Views.NamedRangePasteDlg.textNames": "Named Ranges",
"SSE.Views.NamedRangePasteDlg.txtTitle": "Incolla Nome",
"SSE.Views.NameManagerDlg.closeButtonText": "Chiudi",
"SSE.Views.NameManagerDlg.guestText": "Guest",
- "SSE.Views.NameManagerDlg.okButtonText": "OK",
"SSE.Views.NameManagerDlg.textDataRange": "Data Range",
"SSE.Views.NameManagerDlg.textDelete": "Elimina",
"SSE.Views.NameManagerDlg.textEdit": "Edit",
@@ -1792,8 +1755,6 @@
"SSE.Views.NameManagerDlg.textWorkbook": "Cartella di lavoro",
"SSE.Views.NameManagerDlg.tipIsLocked": "This element is being edited by another user.",
"SSE.Views.NameManagerDlg.txtTitle": "Name Manager",
- "SSE.Views.PageMarginsDialog.cancelButtonText": "Annulla",
- "SSE.Views.PageMarginsDialog.okButtonText": "OK",
"SSE.Views.PageMarginsDialog.textBottom": "In basso",
"SSE.Views.PageMarginsDialog.textLeft": "sinistra",
"SSE.Views.PageMarginsDialog.textRight": "destra",
@@ -1809,13 +1770,10 @@
"SSE.Views.ParagraphSettings.textAuto": "Multipla",
"SSE.Views.ParagraphSettings.textExact": "Esatta",
"SSE.Views.ParagraphSettings.txtAutoText": "Auto",
- "SSE.Views.ParagraphSettingsAdvanced.cancelButtonText": "Annulla",
"SSE.Views.ParagraphSettingsAdvanced.noTabs": "Le schede specificate appariranno in questo campo",
- "SSE.Views.ParagraphSettingsAdvanced.okButtonText": "OK",
"SSE.Views.ParagraphSettingsAdvanced.strAllCaps": "Maiuscole",
"SSE.Views.ParagraphSettingsAdvanced.strDoubleStrike": "Barrato doppio",
"SSE.Views.ParagraphSettingsAdvanced.strIndent": "Rientri",
- "SSE.Views.ParagraphSettingsAdvanced.strIndentsFirstLine": "Prima riga",
"SSE.Views.ParagraphSettingsAdvanced.strIndentsLeftText": "A sinistra",
"SSE.Views.ParagraphSettingsAdvanced.strIndentsLineSpacing": "Interlinea",
"SSE.Views.ParagraphSettingsAdvanced.strIndentsRightText": "A destra",
@@ -1852,11 +1810,9 @@
"SSE.Views.ParagraphSettingsAdvanced.txtAutoText": "Auto",
"SSE.Views.PivotSettings.notcriticalErrorTitle": "Avviso",
"SSE.Views.PivotSettings.textAdvanced": "Mostra impostazioni avanzate",
- "SSE.Views.PivotSettings.textCancel": "Annulla",
"SSE.Views.PivotSettings.textColumns": "Colonne",
"SSE.Views.PivotSettings.textFields": "Seleziona campi",
"SSE.Views.PivotSettings.textFilters": "Filtri",
- "SSE.Views.PivotSettings.textOK": "OK",
"SSE.Views.PivotSettings.textRows": "Righe",
"SSE.Views.PivotSettings.textValues": "Valori",
"SSE.Views.PivotSettings.txtAddColumn": "Aggiungi alle colonne",
@@ -1905,7 +1861,6 @@
"SSE.Views.PivotTable.txtSelect": "Seleziona",
"SSE.Views.PrintSettings.btnDownload": "Salva e scarica",
"SSE.Views.PrintSettings.btnPrint": "Salva e stampa",
- "SSE.Views.PrintSettings.cancelButtonText": "Annulla",
"SSE.Views.PrintSettings.strBottom": "In basso",
"SSE.Views.PrintSettings.strLandscape": "Orizzontale",
"SSE.Views.PrintSettings.strLeft": "A sinistra",
@@ -1949,8 +1904,6 @@
"SSE.Views.RightMenu.txtSparklineSettings": "Impostazioni Sparkline",
"SSE.Views.RightMenu.txtTableSettings": "Impostazioni tabella",
"SSE.Views.RightMenu.txtTextArtSettings": "Impostazioni Text Art",
- "SSE.Views.SetValueDialog.cancelButtonText": "Annulla",
- "SSE.Views.SetValueDialog.okButtonText": "OK",
"SSE.Views.SetValueDialog.txtMaxText": "Il valore massimo per questo campo è {0}",
"SSE.Views.SetValueDialog.txtMinText": "Il valore minimo per questo campo è {0}",
"SSE.Views.ShapeSettings.strBackground": "Colore sfondo",
@@ -2004,8 +1957,6 @@
"SSE.Views.ShapeSettings.txtNoBorders": "Nessuna linea",
"SSE.Views.ShapeSettings.txtPapyrus": "Papiro",
"SSE.Views.ShapeSettings.txtWood": "Legno",
- "SSE.Views.ShapeSettingsAdvanced.cancelButtonText": "Annulla",
- "SSE.Views.ShapeSettingsAdvanced.okButtonText": "OK",
"SSE.Views.ShapeSettingsAdvanced.strColumns": "Colonne",
"SSE.Views.ShapeSettingsAdvanced.strMargins": "Spaziatura interna",
"SSE.Views.ShapeSettingsAdvanced.textAlt": "Testo alternativo",
@@ -2104,7 +2055,6 @@
"SSE.Views.TableOptionsDialog.errorFTChangeTableRangeError": "L'operazione non può essere completata per l'intervallo di celle selezionato. Selezionare un intervallo in modo che la prima riga della tabella sia nella stessa riga e la tabella risultante sovrappone quella corrente.",
"SSE.Views.TableOptionsDialog.errorFTRangeIncludedOtherTables": "L'operazione non può essere completata per l'intervallo selezionato. Seleziona un intervallo che non include altre tabelle.",
"SSE.Views.TableOptionsDialog.errorMultiCellFormula": "Le formule di matrice multicellulare non sono consentite nelle tabelle.",
- "SSE.Views.TableOptionsDialog.textCancel": "Annulla",
"SSE.Views.TableOptionsDialog.txtEmpty": "Questo campo è richiesto",
"SSE.Views.TableOptionsDialog.txtFormat": "Crea tabella",
"SSE.Views.TableOptionsDialog.txtInvalidRange": "ERRORE! Intervallo non valido",
@@ -2123,7 +2073,6 @@
"SSE.Views.TableSettings.selectTableText": "Seleziona tabella",
"SSE.Views.TableSettings.textAdvanced": "Mostra impostazioni avanzate",
"SSE.Views.TableSettings.textBanded": "Altera",
- "SSE.Views.TableSettings.textCancel": "Annulla",
"SSE.Views.TableSettings.textColumns": "Colonne",
"SSE.Views.TableSettings.textConvertRange": "Converti in una serie",
"SSE.Views.TableSettings.textEdit": "Righe e colonne",
@@ -2136,7 +2085,6 @@
"SSE.Views.TableSettings.textIsLocked": "Questo elemento sta modificando da un altro utente.",
"SSE.Views.TableSettings.textLast": "Ultimo",
"SSE.Views.TableSettings.textLongOperation": "Operazione lunga",
- "SSE.Views.TableSettings.textOK": "OK",
"SSE.Views.TableSettings.textReservedName": "Il nome che stai cercando di utilizzare è già riferito nella cella formule. Prego rinominare",
"SSE.Views.TableSettings.textResize": "Ridimensiona tabella",
"SSE.Views.TableSettings.textRows": "Righe",
@@ -2145,8 +2093,6 @@
"SSE.Views.TableSettings.textTemplate": "Seleziona da modello",
"SSE.Views.TableSettings.textTotal": "Totale",
"SSE.Views.TableSettings.warnLongOperation": "L'operazione che stai per intraprendere potrebbe richiedere molto tempo per essere completata. Vuoi continuare?",
- "SSE.Views.TableSettingsAdvanced.cancelButtonText": "Annulla",
- "SSE.Views.TableSettingsAdvanced.okButtonText": "OK",
"SSE.Views.TableSettingsAdvanced.textAlt": "Testo alternativo",
"SSE.Views.TableSettingsAdvanced.textAltDescription": "Descrizione",
"SSE.Views.TableSettingsAdvanced.textAltTip": "La rappresentazione alternativa del testo delle informazioni riguardanti gli oggetti visivi, che verrà letta alle persone con deficit visivi o cognitivi per aiutarli a comprendere meglio quali informazioni sono contenute nell'immagine, nella forma, nel grafico o nella tabella.",
@@ -2422,8 +2368,6 @@
"SSE.Views.Toolbar.txtTime": "Ora",
"SSE.Views.Toolbar.txtUnmerge": "Dividi celle",
"SSE.Views.Toolbar.txtYen": "¥ Yen",
- "SSE.Views.Top10FilterDialog.cancelButtonText": "Annulla",
- "SSE.Views.Top10FilterDialog.okButtonText": "OK",
"SSE.Views.Top10FilterDialog.textType": "Mostra",
"SSE.Views.Top10FilterDialog.txtBottom": "In basso",
"SSE.Views.Top10FilterDialog.txtItems": "Elemento",
diff --git a/apps/spreadsheeteditor/main/locale/ja.json b/apps/spreadsheeteditor/main/locale/ja.json
index a17d8be4a..fb0c498d3 100644
--- a/apps/spreadsheeteditor/main/locale/ja.json
+++ b/apps/spreadsheeteditor/main/locale/ja.json
@@ -6,7 +6,6 @@
"Common.UI.ComboBorderSizeEditable.txtNoBorders": "枠線なし",
"Common.UI.ComboDataView.emptyComboText": "スタイルなし",
"Common.UI.ExtendedColorDialog.addButtonText": "追加",
- "Common.UI.ExtendedColorDialog.cancelButtonText": "キャンセル",
"Common.UI.ExtendedColorDialog.textCurrent": "現在",
"Common.UI.ExtendedColorDialog.textHexErr": "入力された値が正しくありません。 000000〜FFFFFFの数値を入力してください。",
"Common.UI.ExtendedColorDialog.textNew": "新しい",
@@ -43,8 +42,6 @@
"Common.Views.About.txtPoweredBy": "Powered by",
"Common.Views.About.txtTel": "電話番号:",
"Common.Views.About.txtVersion": "バージョン",
- "Common.Views.AdvancedSettingsWindow.cancelButtonText": "キャンセル",
- "Common.Views.AdvancedSettingsWindow.okButtonText": "OK",
"Common.Views.Chat.textSend": "送信",
"Common.Views.Comments.textAdd": "追加",
"Common.Views.Comments.textAddComment": "コメントの追加",
@@ -69,13 +66,9 @@
"Common.Views.DocumentAccessDialog.textLoading": "読み込み中...",
"Common.Views.DocumentAccessDialog.textTitle": "共有設定",
"Common.Views.Header.textBack": "ドキュメントに移動",
- "Common.Views.ImageFromUrlDialog.cancelButtonText": "キャンセル",
- "Common.Views.ImageFromUrlDialog.okButtonText": "OK",
"Common.Views.ImageFromUrlDialog.textUrl": "画像のURLの貼り付け",
"Common.Views.ImageFromUrlDialog.txtEmpty": "このフィールドは必須項目です",
"Common.Views.ImageFromUrlDialog.txtNotUrl": "このフィールドは「http://www.example.com」の形式のURLである必要があります。",
- "Common.Views.OpenDialog.cancelButtonText": "キャンセル",
- "Common.Views.OpenDialog.okButtonText": "OK",
"Common.Views.OpenDialog.txtDelimiter": "区切り記号",
"Common.Views.OpenDialog.txtEncoding": "エンコーディング",
"Common.Views.OpenDialog.txtSpace": "スペース",
@@ -223,13 +216,10 @@
"SSE.Controllers.Statusbar.warnDeleteSheet": "ワークシートにはデータが含まれている可能性があります。続行してもよろしいですか?",
"SSE.Controllers.Statusbar.zoomText": "ズーム{0}%",
"SSE.Controllers.Toolbar.confirmAddFontName": "保存しようとしているフォントを現在のデバイスで使用することができません。 システムフォントを使って、テキストのスタイルが表示されます。利用できます時、保存されたフォントが使用されます。 続行しますか。",
- "SSE.Controllers.Toolbar.textCancel": "キャンセル",
"SSE.Controllers.Toolbar.textFontSizeErr": "入力された値が正しくありません。 1〜409の数値を入力してください。",
"SSE.Controllers.Toolbar.textWarning": "警告",
"SSE.Controllers.Toolbar.warnMergeLostData": "マージされたセルに左上のセルからのデータのみが残ります。 続行してもよろしいです?",
"SSE.Views.AutoFilterDialog.btnCustomFilter": "ユーザー設定フィルター",
- "SSE.Views.AutoFilterDialog.cancelButtonText": "キャンセル",
- "SSE.Views.AutoFilterDialog.okButtonText": "OK",
"SSE.Views.AutoFilterDialog.textAddSelection": "現在の選択範囲をフィルターに追加する",
"SSE.Views.AutoFilterDialog.textEmptyItem": "{空白セル}",
"SSE.Views.AutoFilterDialog.textSelectAll": "すべての選択",
@@ -267,7 +257,6 @@
"SSE.Views.CellEditor.textManager": "名前の管理",
"SSE.Views.CellEditor.tipFormula": "関数の挿入",
"SSE.Views.CellRangeDialog.errorMaxRows": "エラー!使用可能なデータ系列の数は、1グラフあたり最大255個です。",
- "SSE.Views.CellRangeDialog.textCancel": "キャンセル",
"SSE.Views.CellRangeDialog.txtEmpty": "このフィールドは必須項目です",
"SSE.Views.CellRangeDialog.txtInvalidRange": "エラー!セルの範囲が正しくありません。",
"SSE.Views.CellRangeDialog.txtTitle": "データ範囲の選択",
@@ -286,7 +275,6 @@
"SSE.Views.ChartSettings.textStock": "株価チャート",
"SSE.Views.ChartSettings.textStyle": "スタイル",
"SSE.Views.ChartSettings.textWidth": "幅",
- "SSE.Views.ChartSettingsDlg.cancelButtonText": "キャンセル",
"SSE.Views.ChartSettingsDlg.errorMaxRows": "エラー!使用可能なデータ系列の数は、1グラフあたり最大255個です。",
"SSE.Views.ChartSettingsDlg.errorStockChart": "行の順序が正しくありません。この株価チャートを作成するには、 始値、高値、安値、終値の順でシートのデータを配置してください。",
"SSE.Views.ChartSettingsDlg.textArea": "面グラフ",
@@ -392,7 +380,6 @@
"SSE.Views.ChartSettingsDlg.textXAxisTitle": "X軸のタイトル",
"SSE.Views.ChartSettingsDlg.textYAxisTitle": "Y軸のタイトル",
"SSE.Views.ChartSettingsDlg.txtEmpty": "このフィールドは必須項目です",
- "SSE.Views.DigitalFilterDialog.cancelButtonText": "キャンセル",
"SSE.Views.DigitalFilterDialog.capAnd": "と",
"SSE.Views.DigitalFilterDialog.capCondition1": "次の値と等しい",
"SSE.Views.DigitalFilterDialog.capCondition10": "次の文字列で終わらない",
@@ -546,13 +533,10 @@
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWin": "Windowsのような",
"SSE.Views.FileMenuPanels.Settings.txtGeneral": "全般",
"SSE.Views.FileMenuPanels.Settings.txtPageSettings": "ページの設定",
- "SSE.Views.FormulaDialog.cancelButtonText": "キャンセル",
- "SSE.Views.FormulaDialog.okButtonText": "OK",
"SSE.Views.FormulaDialog.sDescription": "説明",
"SSE.Views.FormulaDialog.textGroupDescription": "機能グループの選択",
"SSE.Views.FormulaDialog.textListDescription": "機能の選択",
"SSE.Views.FormulaDialog.txtTitle": "関数の挿入",
- "SSE.Views.HyperlinkSettingsDialog.cancelButtonText": "キャンセル",
"SSE.Views.HyperlinkSettingsDialog.strDisplay": "表示",
"SSE.Views.HyperlinkSettingsDialog.strLinkTo": "リンク",
"SSE.Views.HyperlinkSettingsDialog.strRange": "範囲",
@@ -601,11 +585,9 @@
"SSE.Views.MainSettingsPrint.textPrintGrid": "枠線の印刷",
"SSE.Views.MainSettingsPrint.textPrintHeadings": "行列番号",
"SSE.Views.MainSettingsPrint.textSettings": "設定のために",
- "SSE.Views.NamedRangeEditDlg.cancelButtonText": "キャンセル",
"SSE.Views.NamedRangeEditDlg.errorCreateDefName": "存在する名前付き範囲を編集することはできません。 今、範囲が編集されているので、新しい名前付き範囲を作成することはできません。",
"SSE.Views.NamedRangeEditDlg.namePlaceholder": "定義された名前",
"SSE.Views.NamedRangeEditDlg.notcriticalErrorTitle": "警告",
- "SSE.Views.NamedRangeEditDlg.okButtonText": "OK",
"SSE.Views.NamedRangeEditDlg.strWorkbook": "ブック",
"SSE.Views.NamedRangeEditDlg.textDataRange": "データ範囲",
"SSE.Views.NamedRangeEditDlg.textExistName": "エラー!すでに同じ名前がある範囲も存在しています。",
@@ -619,13 +601,10 @@
"SSE.Views.NamedRangeEditDlg.txtEmpty": "このフィールドは必須項目です",
"SSE.Views.NamedRangeEditDlg.txtTitleEdit": "名前の編集",
"SSE.Views.NamedRangeEditDlg.txtTitleNew": "新しい名前",
- "SSE.Views.NamedRangePasteDlg.cancelButtonText": "キャンセル",
- "SSE.Views.NamedRangePasteDlg.okButtonText": "OK",
"SSE.Views.NamedRangePasteDlg.textNames": "名前付き一覧\t",
"SSE.Views.NamedRangePasteDlg.txtTitle": "名前の貼り付",
"SSE.Views.NameManagerDlg.closeButtonText": "閉じる",
"SSE.Views.NameManagerDlg.guestText": "ゲスト",
- "SSE.Views.NameManagerDlg.okButtonText": "OK",
"SSE.Views.NameManagerDlg.textDataRange": "データ範囲",
"SSE.Views.NameManagerDlg.textDelete": "削除",
"SSE.Views.NameManagerDlg.textEdit": "編集",
@@ -653,12 +632,9 @@
"SSE.Views.ParagraphSettings.textAuto": "複数",
"SSE.Views.ParagraphSettings.textExact": "固定値",
"SSE.Views.ParagraphSettings.txtAutoText": "自動",
- "SSE.Views.ParagraphSettingsAdvanced.cancelButtonText": "キャンセル",
"SSE.Views.ParagraphSettingsAdvanced.noTabs": "指定されたタブは、このフィールドに表示されます。",
- "SSE.Views.ParagraphSettingsAdvanced.okButtonText": "OK",
"SSE.Views.ParagraphSettingsAdvanced.strAllCaps": "全てのキャップ",
"SSE.Views.ParagraphSettingsAdvanced.strDoubleStrike": "二重取り消し線",
- "SSE.Views.ParagraphSettingsAdvanced.strIndentsFirstLine": "最初の行",
"SSE.Views.ParagraphSettingsAdvanced.strIndentsLeftText": "左",
"SSE.Views.ParagraphSettingsAdvanced.strIndentsRightText": "右に",
"SSE.Views.ParagraphSettingsAdvanced.strParagraphFont": "フォント",
@@ -681,7 +657,6 @@
"SSE.Views.ParagraphSettingsAdvanced.textTabRight": "右揃え",
"SSE.Views.ParagraphSettingsAdvanced.textTitle": "段落 - 詳細設定",
"SSE.Views.PrintSettings.btnPrint": "保存&印刷",
- "SSE.Views.PrintSettings.cancelButtonText": "キャンセル",
"SSE.Views.PrintSettings.strBottom": "下",
"SSE.Views.PrintSettings.strLandscape": "横",
"SSE.Views.PrintSettings.strLeft": "左",
@@ -715,8 +690,6 @@
"SSE.Views.RightMenu.txtShapeSettings": "図形の設定",
"SSE.Views.RightMenu.txtTableSettings": "表の設定",
"SSE.Views.RightMenu.txtTextArtSettings": "テキストアートの設定",
- "SSE.Views.SetValueDialog.cancelButtonText": "キャンセル",
- "SSE.Views.SetValueDialog.okButtonText": "OK",
"SSE.Views.SetValueDialog.txtMaxText": "このフィールドの最大値は、{0}です。",
"SSE.Views.SetValueDialog.txtMinText": "このフィールドの最小値は、{0}です。",
"SSE.Views.ShapeSettings.strBackground": "背景色",
@@ -761,8 +734,6 @@
"SSE.Views.ShapeSettings.txtNoBorders": "線なし",
"SSE.Views.ShapeSettings.txtPapyrus": "パピルス",
"SSE.Views.ShapeSettings.txtWood": "木",
- "SSE.Views.ShapeSettingsAdvanced.cancelButtonText": "キャンセル",
- "SSE.Views.ShapeSettingsAdvanced.okButtonText": "OK",
"SSE.Views.ShapeSettingsAdvanced.strMargins": "テキストの埋め込み文字",
"SSE.Views.ShapeSettingsAdvanced.textArrows": "矢印",
"SSE.Views.ShapeSettingsAdvanced.textBeginSize": "始点のサイズ",
@@ -819,7 +790,6 @@
"SSE.Views.TableOptionsDialog.errorAutoFilterDataRange": "選択されたセルの範囲には操作を実行することができません。 他のデータの範囲を存在の範囲に異なる選択し、もう一度お試しください。",
"SSE.Views.TableOptionsDialog.errorFTChangeTableRangeError": "選択したセル範囲で操作を完了できませんでした。 最初のテーブルの行は同じ行にあったように、範囲を選択してください。 新しいテーブル範囲が元のテーブル範囲に重なるようにしてください。",
"SSE.Views.TableOptionsDialog.errorFTRangeIncludedOtherTables": "選択したセル範囲で操作を完了できませんでした。 他のテーブルが含まれていない範囲を選択してください。",
- "SSE.Views.TableOptionsDialog.textCancel": "キャンセル",
"SSE.Views.TableOptionsDialog.txtEmpty": "このフィールドは必須項目です",
"SSE.Views.TableOptionsDialog.txtFormat": "表の作成",
"SSE.Views.TableOptionsDialog.txtInvalidRange": "エラー!セルの範囲が正しくありません。",
@@ -837,7 +807,6 @@
"SSE.Views.TableSettings.selectRowText": "行の選択",
"SSE.Views.TableSettings.selectTableText": "テーブルの選択",
"SSE.Views.TableSettings.textBanded": "縞模様",
- "SSE.Views.TableSettings.textCancel": "キャンセル",
"SSE.Views.TableSettings.textColumns": "列",
"SSE.Views.TableSettings.textEdit": "行&列",
"SSE.Views.TableSettings.textEmptyTemplate": "テンプレートなし",
@@ -848,7 +817,6 @@
"SSE.Views.TableSettings.textInvalidName": "エラー!表の名前が正しくありません。",
"SSE.Views.TableSettings.textIsLocked": "この要素が別のユーザーによって編集されています。",
"SSE.Views.TableSettings.textLast": "最後の",
- "SSE.Views.TableSettings.textOK": "OK",
"SSE.Views.TableSettings.textReservedName": "使用しようとしている名前は、既にセルの数式で参照されています。他の名前を使用してください。",
"SSE.Views.TableSettings.textResize": "テーブルのサイズ変更",
"SSE.Views.TableSettings.textRows": "行",
@@ -1052,8 +1020,6 @@
"SSE.Views.Toolbar.txtTime": "時刻",
"SSE.Views.Toolbar.txtUnmerge": "セル結合の解除",
"SSE.Views.Toolbar.txtYen": "¥ 円",
- "SSE.Views.Top10FilterDialog.cancelButtonText": "キャンセル",
- "SSE.Views.Top10FilterDialog.okButtonText": "OK",
"SSE.Views.Top10FilterDialog.textType": "表示",
"SSE.Views.Top10FilterDialog.txtBottom": "下",
"SSE.Views.Top10FilterDialog.txtItems": "アイテム",
diff --git a/apps/spreadsheeteditor/main/locale/ko.json b/apps/spreadsheeteditor/main/locale/ko.json
index 4e9f7940b..353049d18 100644
--- a/apps/spreadsheeteditor/main/locale/ko.json
+++ b/apps/spreadsheeteditor/main/locale/ko.json
@@ -6,7 +6,6 @@
"Common.UI.ComboBorderSizeEditable.txtNoBorders": "테두리 없음",
"Common.UI.ComboDataView.emptyComboText": "스타일 없음",
"Common.UI.ExtendedColorDialog.addButtonText": "Add",
- "Common.UI.ExtendedColorDialog.cancelButtonText": "취소",
"Common.UI.ExtendedColorDialog.textCurrent": "현재",
"Common.UI.ExtendedColorDialog.textHexErr": "입력 한 값이 잘못되었습니다. 000000에서 FFFFFF 사이의 값을 입력하십시오.",
"Common.UI.ExtendedColorDialog.textNew": "New",
@@ -45,8 +44,6 @@
"Common.Views.About.txtPoweredBy": "Powered by",
"Common.Views.About.txtTel": "tel .:",
"Common.Views.About.txtVersion": "버전",
- "Common.Views.AdvancedSettingsWindow.cancelButtonText": "취소",
- "Common.Views.AdvancedSettingsWindow.okButtonText": "OK",
"Common.Views.Chat.textSend": "보내기",
"Common.Views.Comments.textAdd": "추가",
"Common.Views.Comments.textAddComment": "덧글 추가",
@@ -93,14 +90,10 @@
"Common.Views.Header.tipViewUsers": "사용자보기 및 문서 액세스 권한 관리",
"Common.Views.Header.txtAccessRights": "액세스 권한 변경",
"Common.Views.Header.txtRename": "이름 바꾸기",
- "Common.Views.ImageFromUrlDialog.cancelButtonText": "취소",
- "Common.Views.ImageFromUrlDialog.okButtonText": "OK",
"Common.Views.ImageFromUrlDialog.textUrl": "이미지 URL 붙여 넣기 :",
"Common.Views.ImageFromUrlDialog.txtEmpty": "이 입력란은 필수 항목",
"Common.Views.ImageFromUrlDialog.txtNotUrl": "이 필드는 \"http://www.example.com\"형식의 URL이어야합니다.",
- "Common.Views.OpenDialog.cancelButtonText": "취소",
"Common.Views.OpenDialog.closeButtonText": "파일 닫기",
- "Common.Views.OpenDialog.okButtonText": "OK",
"Common.Views.OpenDialog.txtColon": "콜론",
"Common.Views.OpenDialog.txtComma": "쉼표",
"Common.Views.OpenDialog.txtDelimiter": "구분 기호",
@@ -114,8 +107,6 @@
"Common.Views.OpenDialog.txtTab": "탭",
"Common.Views.OpenDialog.txtTitle": "% 1 옵션 선택",
"Common.Views.OpenDialog.txtTitleProtected": "보호 된 파일",
- "Common.Views.PasswordDialog.cancelButtonText": "취소",
- "Common.Views.PasswordDialog.okButtonText": "OK",
"Common.Views.PasswordDialog.txtDescription": "문서 보호용 비밀번호를 세팅하세요",
"Common.Views.PasswordDialog.txtIncorrectPwd": "확인 비밀번호가 같지 않음",
"Common.Views.PasswordDialog.txtPassword": "암호",
@@ -137,8 +128,6 @@
"Common.Views.Protection.txtInvisibleSignature": "디지털 서명을 추가",
"Common.Views.Protection.txtSignature": "서명",
"Common.Views.Protection.txtSignatureLine": "서명 라인",
- "Common.Views.RenameDialog.cancelButtonText": "취소",
- "Common.Views.RenameDialog.okButtonText": "OK",
"Common.Views.RenameDialog.textName": "파일 이름",
"Common.Views.RenameDialog.txtInvalidName": "파일 이름에 다음 문자를 포함 할 수 없습니다 :",
"Common.Views.ReviewChanges.hintNext": "다음 변경 사항",
@@ -181,8 +170,6 @@
"Common.Views.ReviewChanges.txtSpelling": "맞춤법 검사",
"Common.Views.ReviewChanges.txtTurnon": "변경 내용 추적",
"Common.Views.ReviewChanges.txtView": "디스플레이 모드",
- "Common.Views.SignDialog.cancelButtonText": "취소",
- "Common.Views.SignDialog.okButtonText": "OK",
"Common.Views.SignDialog.textBold": "볼드체",
"Common.Views.SignDialog.textCertificate": "인증",
"Common.Views.SignDialog.textChange": "변경",
@@ -197,8 +184,6 @@
"Common.Views.SignDialog.textValid": "%1에서 %2까지 유효",
"Common.Views.SignDialog.tipFontName": "폰트명",
"Common.Views.SignDialog.tipFontSize": "글꼴 크기",
- "Common.Views.SignSettingsDialog.cancelButtonText": "취소",
- "Common.Views.SignSettingsDialog.okButtonText": "OK",
"Common.Views.SignSettingsDialog.textAllowComment": "서명 대화창에 서명자의 코멘트 추가 허용",
"Common.Views.SignSettingsDialog.textInfo": "서명자 정보",
"Common.Views.SignSettingsDialog.textInfoEmail": "이메일",
@@ -507,7 +492,6 @@
"SSE.Controllers.Toolbar.errorStockChart": "잘못된 행 순서. 주식형 차트를 작성하려면 시트에 데이터를 다음과 같은 순서로 배치하십시오 : 개시 가격, 최대 가격, 최소 가격, 마감 가격.",
"SSE.Controllers.Toolbar.textAccent": "Accents",
"SSE.Controllers.Toolbar.textBracket": "대괄호",
- "SSE.Controllers.Toolbar.textCancel": "취소",
"SSE.Controllers.Toolbar.textFontSizeErr": "입력 한 값이 잘못되었습니다. 1 ~ 409 사이의 숫자 값을 입력하십시오.",
"SSE.Controllers.Toolbar.textFraction": "Fractions",
"SSE.Controllers.Toolbar.textFunction": "Functions",
@@ -850,8 +834,6 @@
"SSE.Controllers.Viewport.textHideGridlines": "눈금 선 숨기기",
"SSE.Controllers.Viewport.textHideHeadings": "제목 숨기기",
"SSE.Views.AutoFilterDialog.btnCustomFilter": "사용자 정의 필터",
- "SSE.Views.AutoFilterDialog.cancelButtonText": "취소",
- "SSE.Views.AutoFilterDialog.okButtonText": "OK",
"SSE.Views.AutoFilterDialog.textAddSelection": "현재 선택을 필터에 추가",
"SSE.Views.AutoFilterDialog.textEmptyItem": "{공백}",
"SSE.Views.AutoFilterDialog.textSelectAll": "모두 선택",
@@ -890,7 +872,6 @@
"SSE.Views.CellEditor.tipFormula": "함수 삽입",
"SSE.Views.CellRangeDialog.errorMaxRows": "오류! 차트 당 최대 데이터 시리즈 수는 255입니다.",
"SSE.Views.CellRangeDialog.errorStockChart": "잘못된 행 순서. 주식형 차트를 작성하려면 시트에 데이터를 다음과 같은 순서로 배치하십시오 : 개시 가격, 최대 가격, 최소 가격, 마감 가격.",
- "SSE.Views.CellRangeDialog.textCancel": "취소",
"SSE.Views.CellRangeDialog.txtEmpty": "이 입력란은 필수 항목",
"SSE.Views.CellRangeDialog.txtInvalidRange": "오류! 셀 범위가 잘못되었습니다.",
"SSE.Views.CellRangeDialog.txtTitle": "데이터 범위 선택",
@@ -928,7 +909,6 @@
"SSE.Views.ChartSettings.textType": "유형",
"SSE.Views.ChartSettings.textWidth": "너비",
"SSE.Views.ChartSettings.textWinLossSpark": "Win / Loss",
- "SSE.Views.ChartSettingsDlg.cancelButtonText": "취소",
"SSE.Views.ChartSettingsDlg.errorMaxPoints": "문제발생! 차트당 시리즈내 포인트의 최대값은 4096임",
"SSE.Views.ChartSettingsDlg.errorMaxRows": "오류! 차트 당 최대 데이터 시리즈 수는 255입니다.",
"SSE.Views.ChartSettingsDlg.errorStockChart": "잘못된 행 순서. 주식형 차트를 작성하려면 시트의 데이터를 다음 순서로 배치하십시오 : 개시 가격, 최대 가격, 최소 가격, 마감 가격.",
@@ -1063,7 +1043,6 @@
"SSE.Views.ChartSettingsDlg.textYAxisTitle": "Y 축 제목",
"SSE.Views.ChartSettingsDlg.textZero": "Zero",
"SSE.Views.ChartSettingsDlg.txtEmpty": "이 입력란은 필수 항목",
- "SSE.Views.DigitalFilterDialog.cancelButtonText": "취소",
"SSE.Views.DigitalFilterDialog.capAnd": "And",
"SSE.Views.DigitalFilterDialog.capCondition1": "같음",
"SSE.Views.DigitalFilterDialog.capCondition10": "끝나지 않습니다",
@@ -1266,11 +1245,9 @@
"SSE.Views.FileMenuPanels.ProtectDoc.txtView": "서명 보기",
"SSE.Views.FileMenuPanels.Settings.txtGeneral": "일반",
"SSE.Views.FileMenuPanels.Settings.txtPageSettings": "페이지 설정",
- "SSE.Views.FormatSettingsDialog.textCancel": "취소",
"SSE.Views.FormatSettingsDialog.textCategory": "Category",
"SSE.Views.FormatSettingsDialog.textDecimal": "Decimal",
"SSE.Views.FormatSettingsDialog.textFormat": "형식",
- "SSE.Views.FormatSettingsDialog.textOk": "OK",
"SSE.Views.FormatSettingsDialog.textSeparator": "1000 구분 기호 사용",
"SSE.Views.FormatSettingsDialog.textSymbols": "심볼",
"SSE.Views.FormatSettingsDialog.textTitle": "숫자 형식",
@@ -1296,13 +1273,10 @@
"SSE.Views.FormatSettingsDialog.txtUpto1": "최대 한 자릿수 (1/3)",
"SSE.Views.FormatSettingsDialog.txtUpto2": "최대 두 자리 (12/25)",
"SSE.Views.FormatSettingsDialog.txtUpto3": "최대 세 자리 (131/135)",
- "SSE.Views.FormulaDialog.cancelButtonText": "취소",
- "SSE.Views.FormulaDialog.okButtonText": "OK",
"SSE.Views.FormulaDialog.sDescription": "설명",
"SSE.Views.FormulaDialog.textGroupDescription": "기능 그룹 선택",
"SSE.Views.FormulaDialog.textListDescription": "함수 선택",
"SSE.Views.FormulaDialog.txtTitle": "함수 삽입",
- "SSE.Views.HyperlinkSettingsDialog.cancelButtonText": "취소",
"SSE.Views.HyperlinkSettingsDialog.strDisplay": "표시",
"SSE.Views.HyperlinkSettingsDialog.strLinkTo": "링크 대상",
"SSE.Views.HyperlinkSettingsDialog.strRange": "Range",
@@ -1329,8 +1303,6 @@
"SSE.Views.ImageSettings.textOriginalSize": "기본 크기",
"SSE.Views.ImageSettings.textSize": "크기",
"SSE.Views.ImageSettings.textWidth": "너비",
- "SSE.Views.ImageSettingsAdvanced.cancelButtonText": "취소",
- "SSE.Views.ImageSettingsAdvanced.okButtonText": "OK",
"SSE.Views.ImageSettingsAdvanced.textAlt": "대체 텍스트",
"SSE.Views.ImageSettingsAdvanced.textAltDescription": "설명",
"SSE.Views.ImageSettingsAdvanced.textAltTip": "시력이나인지 장애가있는 사람들에게 읽을 수있는 시각적 객체 정보의 대체 텍스트 기반 표현으로 이미지에 어떤 정보가 있는지 더 잘 이해할 수 있도록 도와줍니다. 차트 또는 표. ",
@@ -1364,11 +1336,9 @@
"SSE.Views.MainSettingsPrint.textPrintGrid": "눈금 선 인쇄",
"SSE.Views.MainSettingsPrint.textPrintHeadings": "행 및 열 머리글 인쇄",
"SSE.Views.MainSettingsPrint.textSettings": "설정",
- "SSE.Views.NamedRangeEditDlg.cancelButtonText": "취소",
"SSE.Views.NamedRangeEditDlg.errorCreateDefName": "기존 명명 된 범위를 편집 할 수 없으며 일부는 편집 중임에 따라 현재 명명 된 범위를 만들 수 없습니다.",
"SSE.Views.NamedRangeEditDlg.namePlaceholder": "정의 된 이름",
"SSE.Views.NamedRangeEditDlg.notcriticalErrorTitle": "경고",
- "SSE.Views.NamedRangeEditDlg.okButtonText": "OK",
"SSE.Views.NamedRangeEditDlg.strWorkbook": "통합 문서",
"SSE.Views.NamedRangeEditDlg.textDataRange": "데이터 범위",
"SSE.Views.NamedRangeEditDlg.textExistName": "오류! 같은 이름의 범위가 이미 있습니다",
@@ -1382,13 +1352,10 @@
"SSE.Views.NamedRangeEditDlg.txtEmpty": "이 입력란은 필수 항목",
"SSE.Views.NamedRangeEditDlg.txtTitleEdit": "이름 편집",
"SSE.Views.NamedRangeEditDlg.txtTitleNew": "새 이름",
- "SSE.Views.NamedRangePasteDlg.cancelButtonText": "취소",
- "SSE.Views.NamedRangePasteDlg.okButtonText": "OK",
"SSE.Views.NamedRangePasteDlg.textNames": "Named Ranges",
"SSE.Views.NamedRangePasteDlg.txtTitle": "붙여 넣기 이름",
"SSE.Views.NameManagerDlg.closeButtonText": "닫기",
"SSE.Views.NameManagerDlg.guestText": "Guest",
- "SSE.Views.NameManagerDlg.okButtonText": "OK",
"SSE.Views.NameManagerDlg.textDataRange": "데이터 범위",
"SSE.Views.NameManagerDlg.textDelete": "삭제",
"SSE.Views.NameManagerDlg.textEdit": "편집",
@@ -1416,12 +1383,9 @@
"SSE.Views.ParagraphSettings.textAuto": "Multiple",
"SSE.Views.ParagraphSettings.textExact": "정확히",
"SSE.Views.ParagraphSettings.txtAutoText": "Auto",
- "SSE.Views.ParagraphSettingsAdvanced.cancelButtonText": "취소",
"SSE.Views.ParagraphSettingsAdvanced.noTabs": "지정한 탭이이 필드에 나타납니다",
- "SSE.Views.ParagraphSettingsAdvanced.okButtonText": "OK",
"SSE.Views.ParagraphSettingsAdvanced.strAllCaps": "모든 대문자",
"SSE.Views.ParagraphSettingsAdvanced.strDoubleStrike": "이중 취소 선",
- "SSE.Views.ParagraphSettingsAdvanced.strIndentsFirstLine": "First Line",
"SSE.Views.ParagraphSettingsAdvanced.strIndentsLeftText": "Left",
"SSE.Views.ParagraphSettingsAdvanced.strIndentsRightText": "Right",
"SSE.Views.ParagraphSettingsAdvanced.strParagraphFont": "글꼴",
@@ -1445,11 +1409,9 @@
"SSE.Views.ParagraphSettingsAdvanced.textTitle": "단락 - 고급 설정",
"SSE.Views.PivotSettings.notcriticalErrorTitle": "경고",
"SSE.Views.PivotSettings.textAdvanced": "고급 설정 표시",
- "SSE.Views.PivotSettings.textCancel": "취소",
"SSE.Views.PivotSettings.textColumns": "컬럼",
"SSE.Views.PivotSettings.textFields": "필드 선택",
"SSE.Views.PivotSettings.textFilters": "필터",
- "SSE.Views.PivotSettings.textOK": "확인",
"SSE.Views.PivotSettings.textRows": "열",
"SSE.Views.PivotSettings.textValues": "값",
"SSE.Views.PivotSettings.txtAddColumn": "컬럼에 추가",
@@ -1497,7 +1459,6 @@
"SSE.Views.PivotTable.txtRefresh": "새로고침",
"SSE.Views.PivotTable.txtSelect": "선택",
"SSE.Views.PrintSettings.btnPrint": "저장 및 인쇄",
- "SSE.Views.PrintSettings.cancelButtonText": "취소",
"SSE.Views.PrintSettings.strBottom": "Bottom",
"SSE.Views.PrintSettings.strLandscape": "Landscape",
"SSE.Views.PrintSettings.strLeft": "왼쪽",
@@ -1535,8 +1496,6 @@
"SSE.Views.RightMenu.txtSparklineSettings": "스파크 라인 설정",
"SSE.Views.RightMenu.txtTableSettings": "표 설정",
"SSE.Views.RightMenu.txtTextArtSettings": "텍스트 아트 설정",
- "SSE.Views.SetValueDialog.cancelButtonText": "취소",
- "SSE.Views.SetValueDialog.okButtonText": "OK",
"SSE.Views.SetValueDialog.txtMaxText": "이 필드의 최대 값은 {0} 입니다.",
"SSE.Views.SetValueDialog.txtMinText": "이 필드의 최소값은 {0} 입니다.",
"SSE.Views.ShapeSettings.strBackground": "배경색",
@@ -1582,8 +1541,6 @@
"SSE.Views.ShapeSettings.txtNoBorders": "No Line",
"SSE.Views.ShapeSettings.txtPapyrus": "파피루스",
"SSE.Views.ShapeSettings.txtWood": "Wood",
- "SSE.Views.ShapeSettingsAdvanced.cancelButtonText": "취소",
- "SSE.Views.ShapeSettingsAdvanced.okButtonText": "OK",
"SSE.Views.ShapeSettingsAdvanced.strColumns": "Columns",
"SSE.Views.ShapeSettingsAdvanced.strMargins": "텍스트 채우기",
"SSE.Views.ShapeSettingsAdvanced.textAlt": "대체 텍스트",
@@ -1664,7 +1621,6 @@
"SSE.Views.TableOptionsDialog.errorAutoFilterDataRange": "선택한 셀 범위에서 작업을 수행 할 수 없습니다. 기존 데이터 범위와 다른 데이터 범위를 선택하고 다시 시도하십시오.",
"SSE.Views.TableOptionsDialog.errorFTChangeTableRangeError": "선택한 셀 범위에 대해 작업을 완료 할 수 없습니다. 첫 번째 테이블 행이 같은 행에 있고 결과 테이블이 현재 테이블과 겹치도록 범위를 선택하십시오. . ",
"SSE.Views.TableOptionsDialog.errorFTRangeIncludedOtherTables": "선택한 셀 범위에 대해 작업을 완료 할 수 없습니다. 다른 테이블을 포함하지 않는 범위를 선택하십시오.",
- "SSE.Views.TableOptionsDialog.textCancel": "취소",
"SSE.Views.TableOptionsDialog.txtEmpty": "이 입력란은 필수 항목",
"SSE.Views.TableOptionsDialog.txtFormat": "테이블 만들기",
"SSE.Views.TableOptionsDialog.txtInvalidRange": "오류! 셀 범위가 잘못되었습니다.",
@@ -1683,7 +1639,6 @@
"SSE.Views.TableSettings.selectTableText": "표 선택",
"SSE.Views.TableSettings.textAdvanced": "고급 설정 표시",
"SSE.Views.TableSettings.textBanded": "줄무늬",
- "SSE.Views.TableSettings.textCancel": "취소",
"SSE.Views.TableSettings.textColumns": "열",
"SSE.Views.TableSettings.textConvertRange": "범위로 변환",
"SSE.Views.TableSettings.textEdit": "행 및 열",
@@ -1696,7 +1651,6 @@
"SSE.Views.TableSettings.textIsLocked": "이 요소는 다른 사용자가 편집하고 있습니다.",
"SSE.Views.TableSettings.textLast": "Last",
"SSE.Views.TableSettings.textLongOperation": "긴 작업",
- "SSE.Views.TableSettings.textOK": "OK",
"SSE.Views.TableSettings.textReservedName": "사용하려는 이름이 이미 셀 수식에서 참조되어 있습니다. 다른 이름을 사용하십시오.",
"SSE.Views.TableSettings.textResize": "크기 조정 테이블",
"SSE.Views.TableSettings.textRows": "행",
@@ -1705,8 +1659,6 @@
"SSE.Views.TableSettings.textTemplate": "템플릿에서 선택",
"SSE.Views.TableSettings.textTotal": "Total",
"SSE.Views.TableSettings.warnLongOperation": "수행하려는 작업이 완료하는 데 시간이 오래 걸릴 수 있습니다. 계속 하시겠습니까?",
- "SSE.Views.TableSettingsAdvanced.cancelButtonText": "취소",
- "SSE.Views.TableSettingsAdvanced.okButtonText": "OK",
"SSE.Views.TableSettingsAdvanced.textAlt": "대체 텍스트",
"SSE.Views.TableSettingsAdvanced.textAltDescription": "설명",
"SSE.Views.TableSettingsAdvanced.textAltTip": "시각적 객체 정보의 대체 텍스트 기반 표현으로 시력이나인지 장애가있는 사람들에게 읽혀 이미지에있는 정보를 더 잘 이해할 수 있도록 도와줍니다. 차트 또는 표. ",
@@ -1945,8 +1897,6 @@
"SSE.Views.Toolbar.txtTime": "시간",
"SSE.Views.Toolbar.txtUnmerge": "셀 병합 해제",
"SSE.Views.Toolbar.txtYen": "¥ Yen",
- "SSE.Views.Top10FilterDialog.cancelButtonText": "취소",
- "SSE.Views.Top10FilterDialog.okButtonText": "OK",
"SSE.Views.Top10FilterDialog.textType": "표시",
"SSE.Views.Top10FilterDialog.txtBottom": "Bottom",
"SSE.Views.Top10FilterDialog.txtItems": "Item",
diff --git a/apps/spreadsheeteditor/main/locale/lv.json b/apps/spreadsheeteditor/main/locale/lv.json
index 4262d0d8e..530114e64 100644
--- a/apps/spreadsheeteditor/main/locale/lv.json
+++ b/apps/spreadsheeteditor/main/locale/lv.json
@@ -6,7 +6,6 @@
"Common.UI.ComboBorderSizeEditable.txtNoBorders": "No borders",
"Common.UI.ComboDataView.emptyComboText": "No styles",
"Common.UI.ExtendedColorDialog.addButtonText": "Pievienot",
- "Common.UI.ExtendedColorDialog.cancelButtonText": "Atcelt",
"Common.UI.ExtendedColorDialog.textCurrent": "Current",
"Common.UI.ExtendedColorDialog.textHexErr": "The entered value is incorrect. Please enter a value between 000000 and FFFFFF.",
"Common.UI.ExtendedColorDialog.textNew": "New",
@@ -45,8 +44,6 @@
"Common.Views.About.txtPoweredBy": "Powered by",
"Common.Views.About.txtTel": "tel.: ",
"Common.Views.About.txtVersion": "Version ",
- "Common.Views.AdvancedSettingsWindow.cancelButtonText": "Atcelt",
- "Common.Views.AdvancedSettingsWindow.okButtonText": "OK",
"Common.Views.Chat.textSend": "Sūtīt",
"Common.Views.Comments.textAdd": "Pievienot",
"Common.Views.Comments.textAddComment": "Pievienot",
@@ -90,14 +87,10 @@
"Common.Views.Header.tipViewUsers": "Apskatīt lietotājus un pārvaldīt dokumentu piekļuves tiesības",
"Common.Views.Header.txtAccessRights": "Izmainīt pieejas tiesības",
"Common.Views.Header.txtRename": "Pārdēvēt",
- "Common.Views.ImageFromUrlDialog.cancelButtonText": "Atcelt",
- "Common.Views.ImageFromUrlDialog.okButtonText": "OK",
"Common.Views.ImageFromUrlDialog.textUrl": "Ielīmēt attēla URL:",
"Common.Views.ImageFromUrlDialog.txtEmpty": "Šis lauks ir nepieciešams",
"Common.Views.ImageFromUrlDialog.txtNotUrl": "Šis lauks jābūt URL formātā \"http://www.example.com\"",
- "Common.Views.OpenDialog.cancelButtonText": "Atcelt",
"Common.Views.OpenDialog.closeButtonText": "Aizvērt failu",
- "Common.Views.OpenDialog.okButtonText": "OK",
"Common.Views.OpenDialog.txtColon": "Kols",
"Common.Views.OpenDialog.txtComma": "Komats",
"Common.Views.OpenDialog.txtDelimiter": "Norobežotājs",
@@ -111,8 +104,6 @@
"Common.Views.OpenDialog.txtTab": "Tab",
"Common.Views.OpenDialog.txtTitle": "Choose %1 options",
"Common.Views.OpenDialog.txtTitleProtected": "Aizsargāts fails",
- "Common.Views.PasswordDialog.cancelButtonText": "Atcelt",
- "Common.Views.PasswordDialog.okButtonText": "OK",
"Common.Views.PasswordDialog.txtDescription": "Lai pasargātu šo dokumentu, uzstādiet paroli",
"Common.Views.PasswordDialog.txtIncorrectPwd": "Apstiprinājuma parole nesakrīt",
"Common.Views.PasswordDialog.txtPassword": "Parole",
@@ -134,8 +125,6 @@
"Common.Views.Protection.txtInvisibleSignature": "Pievienot digitālo parakstu",
"Common.Views.Protection.txtSignature": "Paraksts",
"Common.Views.Protection.txtSignatureLine": "Paraksta līnija",
- "Common.Views.RenameDialog.cancelButtonText": "Atcelt",
- "Common.Views.RenameDialog.okButtonText": "OK",
"Common.Views.RenameDialog.textName": "Faila nosaukums",
"Common.Views.RenameDialog.txtInvalidName": "Faila nosaukums nedrīkst saturēt šādas zīmes:",
"Common.Views.ReviewChanges.hintNext": "Uz nākamo izmaiņu",
@@ -178,8 +167,6 @@
"Common.Views.ReviewChanges.txtSpelling": "Pareizrakstības pārbaude",
"Common.Views.ReviewChanges.txtTurnon": "Izmaiņu reģistrēšana",
"Common.Views.ReviewChanges.txtView": "Attēlošanas režīms",
- "Common.Views.SignDialog.cancelButtonText": "Atcelt",
- "Common.Views.SignDialog.okButtonText": "OK",
"Common.Views.SignDialog.textBold": "Treknraksts",
"Common.Views.SignDialog.textCertificate": "sertifikāts",
"Common.Views.SignDialog.textChange": "Mainīt",
@@ -194,8 +181,6 @@
"Common.Views.SignDialog.textValid": "Derīgs no %1 līdz %2",
"Common.Views.SignDialog.tipFontName": "Fonts",
"Common.Views.SignDialog.tipFontSize": "Fonta izmērs",
- "Common.Views.SignSettingsDialog.cancelButtonText": "Atcelt",
- "Common.Views.SignSettingsDialog.okButtonText": "OK",
"Common.Views.SignSettingsDialog.textAllowComment": "Atļaut parakstītājam pievienot komentāru paraksta logā",
"Common.Views.SignSettingsDialog.textInfo": "Informācija par parakstītāju",
"Common.Views.SignSettingsDialog.textInfoEmail": "E-pasts",
@@ -504,7 +489,6 @@
"SSE.Controllers.Toolbar.errorStockChart": "Nederīga rindu kārtība. Lai izveidotu akciju diagrammu novietojiet datus lapā šādā secībā: Sākumcena, maksimālā cena, minimālā cena, slēgšanas cena.",
"SSE.Controllers.Toolbar.textAccent": "Uzsvari",
"SSE.Controllers.Toolbar.textBracket": "Iekavas",
- "SSE.Controllers.Toolbar.textCancel": "Cancel",
"SSE.Controllers.Toolbar.textFontSizeErr": "The entered value is incorrect. Please enter a numeric value between 1 and 409",
"SSE.Controllers.Toolbar.textFraction": "Daļas",
"SSE.Controllers.Toolbar.textFunction": "Funkcijas",
@@ -843,8 +827,6 @@
"SSE.Controllers.Toolbar.warnLongOperation": "Darbība, ko grasāties veikt, var prasīt diezgan daudz laika. Vai vēlaties turpināt?",
"SSE.Controllers.Toolbar.warnMergeLostData": "Only the data from the upper-left cell will remain in the merged cell. Are you sure you want to continue?",
"SSE.Views.AutoFilterDialog.btnCustomFilter": "Custom Filter",
- "SSE.Views.AutoFilterDialog.cancelButtonText": "Cancel",
- "SSE.Views.AutoFilterDialog.okButtonText": "OK",
"SSE.Views.AutoFilterDialog.textAddSelection": "Pievienot izvēlēto fragmentu filtram",
"SSE.Views.AutoFilterDialog.textEmptyItem": "{Blanks}",
"SSE.Views.AutoFilterDialog.textSelectAll": "Select All",
@@ -883,7 +865,6 @@
"SSE.Views.CellEditor.tipFormula": "Insert Function",
"SSE.Views.CellRangeDialog.errorMaxRows": "ERROR! The maximum number of data series per chart is 255",
"SSE.Views.CellRangeDialog.errorStockChart": "Nederīga rindu kārtība. Lai izveidotu akciju diagrammu novietojiet datus lapā šādā secībā: Sākumcena, maksimālā cena, minimālā cena, slēgšanas cena.",
- "SSE.Views.CellRangeDialog.textCancel": "Cancel",
"SSE.Views.CellRangeDialog.txtEmpty": "This field is required",
"SSE.Views.CellRangeDialog.txtInvalidRange": "ERROR! Invalid cells range",
"SSE.Views.CellRangeDialog.txtTitle": "Select Data Range",
@@ -921,7 +902,6 @@
"SSE.Views.ChartSettings.textType": "Veids",
"SSE.Views.ChartSettings.textWidth": "Width",
"SSE.Views.ChartSettings.textWinLossSpark": "Ieguvums/zaudējums",
- "SSE.Views.ChartSettingsDlg.cancelButtonText": "Cancel",
"SSE.Views.ChartSettingsDlg.errorMaxPoints": "KĻŪDA! Kopējais maksimālais sērijas punktu skaits diagrammā ir 4096.",
"SSE.Views.ChartSettingsDlg.errorMaxRows": "ERROR! The maximum number of data series per chart is 255",
"SSE.Views.ChartSettingsDlg.errorStockChart": "Nederīga rindu kārtība. Lai izveidotu akciju diagrammu novietojiet datus lapā šādā secībā: Sākumcena, maksimālā cena, minimālā cena, slēgšanas cena.",
@@ -1056,7 +1036,6 @@
"SSE.Views.ChartSettingsDlg.textYAxisTitle": "Y ass virsraksts",
"SSE.Views.ChartSettingsDlg.textZero": "Nulle",
"SSE.Views.ChartSettingsDlg.txtEmpty": "Šis lauks ir nepieciešams",
- "SSE.Views.DigitalFilterDialog.cancelButtonText": "Cancel",
"SSE.Views.DigitalFilterDialog.capAnd": "And",
"SSE.Views.DigitalFilterDialog.capCondition1": "equals",
"SSE.Views.DigitalFilterDialog.capCondition10": "does not end with",
@@ -1261,11 +1240,9 @@
"SSE.Views.FileMenuPanels.ProtectDoc.txtView": "Apskatīt parakstus",
"SSE.Views.FileMenuPanels.Settings.txtGeneral": "General",
"SSE.Views.FileMenuPanels.Settings.txtPageSettings": "Lapas iestatījumi",
- "SSE.Views.FormatSettingsDialog.textCancel": "Atcelt",
"SSE.Views.FormatSettingsDialog.textCategory": "Kategorija",
"SSE.Views.FormatSettingsDialog.textDecimal": "Decimālis",
"SSE.Views.FormatSettingsDialog.textFormat": "Formāts",
- "SSE.Views.FormatSettingsDialog.textOk": "OK",
"SSE.Views.FormatSettingsDialog.textSeparator": "Izmantot tūkstošu atdalītāju",
"SSE.Views.FormatSettingsDialog.textSymbols": "Simboli",
"SSE.Views.FormatSettingsDialog.textTitle": "Skaitļu formāts",
@@ -1291,13 +1268,10 @@
"SSE.Views.FormatSettingsDialog.txtUpto1": "Līdz vienam ciparam (1/3)",
"SSE.Views.FormatSettingsDialog.txtUpto2": "Līdz diviem cipariem (12/25)",
"SSE.Views.FormatSettingsDialog.txtUpto3": "Līdz trim cipariem (131/135)",
- "SSE.Views.FormulaDialog.cancelButtonText": "Atcelt",
- "SSE.Views.FormulaDialog.okButtonText": "OK",
"SSE.Views.FormulaDialog.sDescription": "Apraksts",
"SSE.Views.FormulaDialog.textGroupDescription": "Izvēlieties funkcijas grupu",
"SSE.Views.FormulaDialog.textListDescription": "Izvēlieties funkciju",
"SSE.Views.FormulaDialog.txtTitle": "Ievietot funkciju",
- "SSE.Views.HyperlinkSettingsDialog.cancelButtonText": "Cancel",
"SSE.Views.HyperlinkSettingsDialog.strDisplay": "Parādīt",
"SSE.Views.HyperlinkSettingsDialog.strLinkTo": "Saistīt ar",
"SSE.Views.HyperlinkSettingsDialog.strRange": "Diapazons",
@@ -1324,8 +1298,6 @@
"SSE.Views.ImageSettings.textOriginalSize": "Default Size",
"SSE.Views.ImageSettings.textSize": "Size",
"SSE.Views.ImageSettings.textWidth": "Width",
- "SSE.Views.ImageSettingsAdvanced.cancelButtonText": "Atcelt",
- "SSE.Views.ImageSettingsAdvanced.okButtonText": "OK",
"SSE.Views.ImageSettingsAdvanced.textAlt": "Alternatīvs teksts",
"SSE.Views.ImageSettingsAdvanced.textAltDescription": "Apraksts",
"SSE.Views.ImageSettingsAdvanced.textAltTip": "Vizuālās objekta informācijas attainojums alternatīvā teksta veidā, kuru lasīs cilvēki ar redze vai uztveres traucējumiem un kuriem tas labāk palīdzēs izprast, kāda informācija ir ietverta tekstā, automātiskajā figūrā, diagrammā vai tabulā.",
@@ -1359,11 +1331,9 @@
"SSE.Views.MainSettingsPrint.textPrintGrid": "Print Gridlines",
"SSE.Views.MainSettingsPrint.textPrintHeadings": "Print Rows and Columns Headings",
"SSE.Views.MainSettingsPrint.textSettings": "Settings for",
- "SSE.Views.NamedRangeEditDlg.cancelButtonText": "Cancel",
"SSE.Views.NamedRangeEditDlg.errorCreateDefName": "The existing named ranges cannot be edited and the new ones cannot be created at the moment as some of them are being edited.",
"SSE.Views.NamedRangeEditDlg.namePlaceholder": "Defined name",
"SSE.Views.NamedRangeEditDlg.notcriticalErrorTitle": "Warning",
- "SSE.Views.NamedRangeEditDlg.okButtonText": "OK",
"SSE.Views.NamedRangeEditDlg.strWorkbook": "Workbook",
"SSE.Views.NamedRangeEditDlg.textDataRange": "Data Range",
"SSE.Views.NamedRangeEditDlg.textExistName": "ERROR! Range with such a name already exists",
@@ -1377,13 +1347,10 @@
"SSE.Views.NamedRangeEditDlg.txtEmpty": "This field is required",
"SSE.Views.NamedRangeEditDlg.txtTitleEdit": "Edit Name",
"SSE.Views.NamedRangeEditDlg.txtTitleNew": "New Name",
- "SSE.Views.NamedRangePasteDlg.cancelButtonText": "Cancel",
- "SSE.Views.NamedRangePasteDlg.okButtonText": "OK",
"SSE.Views.NamedRangePasteDlg.textNames": "Named Ranges",
"SSE.Views.NamedRangePasteDlg.txtTitle": "Paste Name",
"SSE.Views.NameManagerDlg.closeButtonText": "Close",
"SSE.Views.NameManagerDlg.guestText": "Guest",
- "SSE.Views.NameManagerDlg.okButtonText": "OK",
"SSE.Views.NameManagerDlg.textDataRange": "Data Range",
"SSE.Views.NameManagerDlg.textDelete": "Delete",
"SSE.Views.NameManagerDlg.textEdit": "Edit",
@@ -1411,12 +1378,9 @@
"SSE.Views.ParagraphSettings.textAuto": "Multiple",
"SSE.Views.ParagraphSettings.textExact": "Exactly",
"SSE.Views.ParagraphSettings.txtAutoText": "Auto",
- "SSE.Views.ParagraphSettingsAdvanced.cancelButtonText": "Cancel",
"SSE.Views.ParagraphSettingsAdvanced.noTabs": "The specified tabs will appear in this field",
- "SSE.Views.ParagraphSettingsAdvanced.okButtonText": "OK",
"SSE.Views.ParagraphSettingsAdvanced.strAllCaps": "All caps",
"SSE.Views.ParagraphSettingsAdvanced.strDoubleStrike": "Double strikethrough",
- "SSE.Views.ParagraphSettingsAdvanced.strIndentsFirstLine": "First Line",
"SSE.Views.ParagraphSettingsAdvanced.strIndentsLeftText": "Left",
"SSE.Views.ParagraphSettingsAdvanced.strIndentsRightText": "Right",
"SSE.Views.ParagraphSettingsAdvanced.strParagraphFont": "Font",
@@ -1440,11 +1404,9 @@
"SSE.Views.ParagraphSettingsAdvanced.textTitle": "Paragraph - Advanced Settings",
"SSE.Views.PivotSettings.notcriticalErrorTitle": "Brīdinājums",
"SSE.Views.PivotSettings.textAdvanced": "Rādīt papildu iestatījumus",
- "SSE.Views.PivotSettings.textCancel": "Atcelt",
"SSE.Views.PivotSettings.textColumns": "Kolonnas",
"SSE.Views.PivotSettings.textFields": "Izvēlēties laukus",
"SSE.Views.PivotSettings.textFilters": "Filtri",
- "SSE.Views.PivotSettings.textOK": "OK",
"SSE.Views.PivotSettings.textRows": "Rindas",
"SSE.Views.PivotSettings.textValues": "Vērtības",
"SSE.Views.PivotSettings.txtAddColumn": "Pievienot kolonnām",
@@ -1492,7 +1454,6 @@
"SSE.Views.PivotTable.txtRefresh": "Atsvaidzināt",
"SSE.Views.PivotTable.txtSelect": "Izvēlēties",
"SSE.Views.PrintSettings.btnPrint": "Save & Print",
- "SSE.Views.PrintSettings.cancelButtonText": "Cancel",
"SSE.Views.PrintSettings.strBottom": "Lejā",
"SSE.Views.PrintSettings.strLandscape": "Ainava",
"SSE.Views.PrintSettings.strLeft": "Pa kreisi",
@@ -1531,8 +1492,6 @@
"SSE.Views.RightMenu.txtSparklineSettings": "Spārklainu uzstādījumi",
"SSE.Views.RightMenu.txtTableSettings": "Tabulas iestatījumi",
"SSE.Views.RightMenu.txtTextArtSettings": "Text Art Settings",
- "SSE.Views.SetValueDialog.cancelButtonText": "Atcelt",
- "SSE.Views.SetValueDialog.okButtonText": "OK",
"SSE.Views.SetValueDialog.txtMaxText": "Maksimālā vērtība šajā jomā ir {0}",
"SSE.Views.SetValueDialog.txtMinText": "Minimālā vērtība šajā jomā ir {0}",
"SSE.Views.ShapeSettings.strBackground": "Background color",
@@ -1578,8 +1537,6 @@
"SSE.Views.ShapeSettings.txtNoBorders": "No Line",
"SSE.Views.ShapeSettings.txtPapyrus": "Papyrus",
"SSE.Views.ShapeSettings.txtWood": "Wood",
- "SSE.Views.ShapeSettingsAdvanced.cancelButtonText": "Cancel",
- "SSE.Views.ShapeSettingsAdvanced.okButtonText": "OK",
"SSE.Views.ShapeSettingsAdvanced.strColumns": "Kolonnas",
"SSE.Views.ShapeSettingsAdvanced.strMargins": "Margins",
"SSE.Views.ShapeSettingsAdvanced.textAlt": "Alternatīvs teksts",
@@ -1660,7 +1617,6 @@
"SSE.Views.TableOptionsDialog.errorAutoFilterDataRange": "The operation could not be done for the selected range of cells. Select a uniform data range inside or outside the table and try again.",
"SSE.Views.TableOptionsDialog.errorFTChangeTableRangeError": "Darbību neizdevās izpildīt izvēlētajā šūnu diapazonā. Izvēlieties diapazonu, lai pirmā tabulas rinda būtu tajā pašā rindā un gala tabula pārklātos ar esošo.",
"SSE.Views.TableOptionsDialog.errorFTRangeIncludedOtherTables": "Darbību neizdevās izpildīt izvēlētajā šūnu diapazonā. Izvēlieties diapazonu, kas neietver citas tabulas.",
- "SSE.Views.TableOptionsDialog.textCancel": "Cancel",
"SSE.Views.TableOptionsDialog.txtEmpty": "This field is required",
"SSE.Views.TableOptionsDialog.txtFormat": "Create table",
"SSE.Views.TableOptionsDialog.txtInvalidRange": "ERROR! Invalid cells range",
@@ -1679,7 +1635,6 @@
"SSE.Views.TableSettings.selectTableText": "Atlasīt tabulu",
"SSE.Views.TableSettings.textAdvanced": "Rādīt papildu iestatījumus",
"SSE.Views.TableSettings.textBanded": "Mainīt",
- "SSE.Views.TableSettings.textCancel": "Atcelt",
"SSE.Views.TableSettings.textColumns": "Kolonnas",
"SSE.Views.TableSettings.textConvertRange": "Konvertēt uz diapazonu",
"SSE.Views.TableSettings.textEdit": "Rindas & Kolonnas",
@@ -1692,7 +1647,6 @@
"SSE.Views.TableSettings.textIsLocked": "Šo elementu lieto cits lietotājs.",
"SSE.Views.TableSettings.textLast": "pēdējais",
"SSE.Views.TableSettings.textLongOperation": "Ilga darbība",
- "SSE.Views.TableSettings.textOK": "OK",
"SSE.Views.TableSettings.textReservedName": "Nosaukums, kuru mēģināt lietot, jau atrodas šūnu formulās. Lūdzu, izvēlieties citu.",
"SSE.Views.TableSettings.textResize": "Tabulas izmēra maiņa",
"SSE.Views.TableSettings.textRows": "Rindas",
@@ -1701,8 +1655,6 @@
"SSE.Views.TableSettings.textTemplate": "Izvēlēties no veidnes",
"SSE.Views.TableSettings.textTotal": "Kopā",
"SSE.Views.TableSettings.warnLongOperation": "Darbība, ko grasāties veikt, var prasīt diezgan daudz laika. Vai vēlaties turpināt?",
- "SSE.Views.TableSettingsAdvanced.cancelButtonText": "Atcelt",
- "SSE.Views.TableSettingsAdvanced.okButtonText": "OK",
"SSE.Views.TableSettingsAdvanced.textAlt": "Alternatīvs teksts",
"SSE.Views.TableSettingsAdvanced.textAltDescription": "Apraksts",
"SSE.Views.TableSettingsAdvanced.textAltTip": "Vizuālās objekta informācijas attainojums alternatīvā teksta veidā, kuru lasīs cilvēki ar redze vai uztveres traucējumiem un kuriem tas labāk palīdzēs izprast, kāda informācija ir ietverta tekstā, automātiskajā figūrā, diagrammā vai tabulā.",
@@ -1941,8 +1893,6 @@
"SSE.Views.Toolbar.txtTime": "Laiks",
"SSE.Views.Toolbar.txtUnmerge": "Noņemt šūnu sapludināšanu",
"SSE.Views.Toolbar.txtYen": "¥ jena",
- "SSE.Views.Top10FilterDialog.cancelButtonText": "Atcelt",
- "SSE.Views.Top10FilterDialog.okButtonText": "OK",
"SSE.Views.Top10FilterDialog.textType": "Rādīt",
"SSE.Views.Top10FilterDialog.txtBottom": "Apakšā",
"SSE.Views.Top10FilterDialog.txtItems": "Elements",
diff --git a/apps/spreadsheeteditor/main/locale/nl.json b/apps/spreadsheeteditor/main/locale/nl.json
index 84a43f9c9..ebef11eef 100644
--- a/apps/spreadsheeteditor/main/locale/nl.json
+++ b/apps/spreadsheeteditor/main/locale/nl.json
@@ -6,7 +6,6 @@
"Common.UI.ComboBorderSizeEditable.txtNoBorders": "Geen randen",
"Common.UI.ComboDataView.emptyComboText": "Geen stijlen",
"Common.UI.ExtendedColorDialog.addButtonText": "Toevoegen",
- "Common.UI.ExtendedColorDialog.cancelButtonText": "Annuleren",
"Common.UI.ExtendedColorDialog.textCurrent": "Huidig",
"Common.UI.ExtendedColorDialog.textHexErr": "De ingevoerde waarde is onjuist. Voer een waarde tussen 000000 en FFFFFF in.",
"Common.UI.ExtendedColorDialog.textNew": "Nieuw",
@@ -45,8 +44,6 @@
"Common.Views.About.txtPoweredBy": "Aangedreven door",
"Common.Views.About.txtTel": "Tel.:",
"Common.Views.About.txtVersion": "Versie",
- "Common.Views.AdvancedSettingsWindow.cancelButtonText": "Annuleren",
- "Common.Views.AdvancedSettingsWindow.okButtonText": "OK",
"Common.Views.Chat.textSend": "Verzenden",
"Common.Views.Comments.textAdd": "Toevoegen",
"Common.Views.Comments.textAddComment": "Opmerking toevoegen",
@@ -93,14 +90,10 @@
"Common.Views.Header.tipViewUsers": "Gebruikers weergeven en toegangsrechten voor documenten beheren",
"Common.Views.Header.txtAccessRights": "Toegangsrechten wijzigen",
"Common.Views.Header.txtRename": "Hernoemen",
- "Common.Views.ImageFromUrlDialog.cancelButtonText": "Annuleren",
- "Common.Views.ImageFromUrlDialog.okButtonText": "OK",
"Common.Views.ImageFromUrlDialog.textUrl": "URL van een afbeelding plakken:",
"Common.Views.ImageFromUrlDialog.txtEmpty": "Dit veld is vereist",
"Common.Views.ImageFromUrlDialog.txtNotUrl": "Dit veld moet een URL in de notatie \"http://www.voorbeeld.com\" bevatten",
- "Common.Views.OpenDialog.cancelButtonText": "Annuleren",
"Common.Views.OpenDialog.closeButtonText": "Bestand sluiten",
- "Common.Views.OpenDialog.okButtonText": "OK",
"Common.Views.OpenDialog.txtColon": "Dubbele punt",
"Common.Views.OpenDialog.txtComma": "Komma",
"Common.Views.OpenDialog.txtDelimiter": "Scheidingsteken",
@@ -114,8 +107,6 @@
"Common.Views.OpenDialog.txtTab": "Tab",
"Common.Views.OpenDialog.txtTitle": "Opties voor %1 kiezen",
"Common.Views.OpenDialog.txtTitleProtected": "Beschermd bestand",
- "Common.Views.PasswordDialog.cancelButtonText": "Annuleren",
- "Common.Views.PasswordDialog.okButtonText": "OK",
"Common.Views.PasswordDialog.txtDescription": "Pas een wachtwoord toe om dit document te beveiligen",
"Common.Views.PasswordDialog.txtIncorrectPwd": "Bevestig wachtwoord is niet identiek",
"Common.Views.PasswordDialog.txtPassword": "Wachtwoord",
@@ -137,8 +128,6 @@
"Common.Views.Protection.txtInvisibleSignature": "Digitale handtekening toevoegen",
"Common.Views.Protection.txtSignature": "Handtekening",
"Common.Views.Protection.txtSignatureLine": "Handtekening lijn",
- "Common.Views.RenameDialog.cancelButtonText": "Annuleren",
- "Common.Views.RenameDialog.okButtonText": "OK",
"Common.Views.RenameDialog.textName": "Bestandsnaam",
"Common.Views.RenameDialog.txtInvalidName": "De bestandsnaam mag geen van de volgende tekens bevatten:",
"Common.Views.ReviewChanges.hintNext": "Naar volgende wijziging",
@@ -181,8 +170,6 @@
"Common.Views.ReviewChanges.txtSpelling": "Spellingcontrole",
"Common.Views.ReviewChanges.txtTurnon": "Wijzigingen bijhouden",
"Common.Views.ReviewChanges.txtView": "Weergavemodus",
- "Common.Views.SignDialog.cancelButtonText": "Annuleren",
- "Common.Views.SignDialog.okButtonText": "OK",
"Common.Views.SignDialog.textBold": "Vet",
"Common.Views.SignDialog.textCertificate": "Certificaat",
"Common.Views.SignDialog.textChange": "Wijzigen",
@@ -197,8 +184,6 @@
"Common.Views.SignDialog.textValid": "Geldig van %1 tot %2",
"Common.Views.SignDialog.tipFontName": "Lettertype",
"Common.Views.SignDialog.tipFontSize": "Tekengrootte",
- "Common.Views.SignSettingsDialog.cancelButtonText": "Annuleren",
- "Common.Views.SignSettingsDialog.okButtonText": "OK",
"Common.Views.SignSettingsDialog.textAllowComment": "Sta ondertekenaar toe commentaar toe te voegen in het handtekening venster.",
"Common.Views.SignSettingsDialog.textInfo": "Ondertekenaar info",
"Common.Views.SignSettingsDialog.textInfoEmail": "E-mail",
@@ -507,7 +492,6 @@
"SSE.Controllers.Toolbar.errorStockChart": "Onjuiste volgorde rijen. Als u een aandelengrafiek wilt maken, zet u de rijen in de volgende volgorde op het blad: beginkoers, hoogste koers, laagste koers, slotkoers.",
"SSE.Controllers.Toolbar.textAccent": "Accenten",
"SSE.Controllers.Toolbar.textBracket": "Haakjes",
- "SSE.Controllers.Toolbar.textCancel": "Annuleren",
"SSE.Controllers.Toolbar.textFontSizeErr": "De ingevoerde waarde is onjuist. Voer een numerieke waarde tussen 1 en 409 in.",
"SSE.Controllers.Toolbar.textFraction": "Breuken",
"SSE.Controllers.Toolbar.textFunction": "Functies",
@@ -850,8 +834,6 @@
"SSE.Controllers.Viewport.textHideGridlines": "Rasterlijnen verbergen",
"SSE.Controllers.Viewport.textHideHeadings": "Koppen verbergen",
"SSE.Views.AutoFilterDialog.btnCustomFilter": "Aangepast filter",
- "SSE.Views.AutoFilterDialog.cancelButtonText": "Annuleren",
- "SSE.Views.AutoFilterDialog.okButtonText": "OK",
"SSE.Views.AutoFilterDialog.textAddSelection": "Huidige selectie toevoegen aan filter",
"SSE.Views.AutoFilterDialog.textEmptyItem": "{Leeg}",
"SSE.Views.AutoFilterDialog.textSelectAll": "Alles selecteren",
@@ -890,7 +872,6 @@
"SSE.Views.CellEditor.tipFormula": "Functie invoegen",
"SSE.Views.CellRangeDialog.errorMaxRows": "FOUT! Het maximumaantal gegevensreeksen per grafiek is 255",
"SSE.Views.CellRangeDialog.errorStockChart": "Onjuiste volgorde rijen. Als u een aandelengrafiek wilt maken, zet u de rijen in de volgende volgorde op het blad: beginkoers, hoogste koers, laagste koers, slotkoers.",
- "SSE.Views.CellRangeDialog.textCancel": "Annuleren",
"SSE.Views.CellRangeDialog.txtEmpty": "Dit veld is vereist",
"SSE.Views.CellRangeDialog.txtInvalidRange": "FOUT! Ongeldig celbereik",
"SSE.Views.CellRangeDialog.txtTitle": "Gegevensbereik selecteren",
@@ -928,7 +909,6 @@
"SSE.Views.ChartSettings.textType": "Type",
"SSE.Views.ChartSettings.textWidth": "Breedte",
"SSE.Views.ChartSettings.textWinLossSpark": "Winst/verlies",
- "SSE.Views.ChartSettingsDlg.cancelButtonText": "Annuleren",
"SSE.Views.ChartSettingsDlg.errorMaxPoints": "Fout! Het maximaal aantal punten in een serie per grafiek is 4096",
"SSE.Views.ChartSettingsDlg.errorMaxRows": "FOUT! Het maximumaantal gegevensreeksen per grafiek is 255",
"SSE.Views.ChartSettingsDlg.errorStockChart": "Onjuiste volgorde rijen. Als u een aandelengrafiek wilt maken, zet u de rijen in de volgende volgorde op het blad: beginkoers, hoogste koers, laagste koers, slotkoers.",
@@ -1063,7 +1043,6 @@
"SSE.Views.ChartSettingsDlg.textYAxisTitle": "Titel Y-as",
"SSE.Views.ChartSettingsDlg.textZero": "Nul",
"SSE.Views.ChartSettingsDlg.txtEmpty": "Dit veld is vereist",
- "SSE.Views.DigitalFilterDialog.cancelButtonText": "Annuleren",
"SSE.Views.DigitalFilterDialog.capAnd": "En",
"SSE.Views.DigitalFilterDialog.capCondition1": "is gelijk",
"SSE.Views.DigitalFilterDialog.capCondition10": "eindigt niet met",
@@ -1267,11 +1246,9 @@
"SSE.Views.FileMenuPanels.ProtectDoc.txtView": "Toon handtekeningen",
"SSE.Views.FileMenuPanels.Settings.txtGeneral": "Algemeen",
"SSE.Views.FileMenuPanels.Settings.txtPageSettings": "Pagina-instellingen",
- "SSE.Views.FormatSettingsDialog.textCancel": "Annuleren",
"SSE.Views.FormatSettingsDialog.textCategory": "Categorie",
"SSE.Views.FormatSettingsDialog.textDecimal": "Decimaal",
"SSE.Views.FormatSettingsDialog.textFormat": "Opmaak",
- "SSE.Views.FormatSettingsDialog.textOk": "OK",
"SSE.Views.FormatSettingsDialog.textSeparator": "Scheidingsteken duizendtallen gebruiken",
"SSE.Views.FormatSettingsDialog.textSymbols": "Symbolen",
"SSE.Views.FormatSettingsDialog.textTitle": "Getalnotatie",
@@ -1297,13 +1274,10 @@
"SSE.Views.FormatSettingsDialog.txtUpto1": "Tot op één cijfer (1/3)",
"SSE.Views.FormatSettingsDialog.txtUpto2": "Tot twee cijfers (12/25)",
"SSE.Views.FormatSettingsDialog.txtUpto3": "Tot drie cijfers (131/135)",
- "SSE.Views.FormulaDialog.cancelButtonText": "Annuleren",
- "SSE.Views.FormulaDialog.okButtonText": "OK",
"SSE.Views.FormulaDialog.sDescription": "Beschrijving",
"SSE.Views.FormulaDialog.textGroupDescription": "Functiegroep selecteren",
"SSE.Views.FormulaDialog.textListDescription": "Functie selecteren",
"SSE.Views.FormulaDialog.txtTitle": "Functie invoegen",
- "SSE.Views.HyperlinkSettingsDialog.cancelButtonText": "Annuleren",
"SSE.Views.HyperlinkSettingsDialog.strDisplay": "Weergeven",
"SSE.Views.HyperlinkSettingsDialog.strLinkTo": "Koppelen aan",
"SSE.Views.HyperlinkSettingsDialog.strRange": "Bereik",
@@ -1330,8 +1304,6 @@
"SSE.Views.ImageSettings.textOriginalSize": "Standaardgrootte",
"SSE.Views.ImageSettings.textSize": "Grootte",
"SSE.Views.ImageSettings.textWidth": "Breedte",
- "SSE.Views.ImageSettingsAdvanced.cancelButtonText": "Annuleren",
- "SSE.Views.ImageSettingsAdvanced.okButtonText": "OK",
"SSE.Views.ImageSettingsAdvanced.textAlt": "Alternatieve tekst",
"SSE.Views.ImageSettingsAdvanced.textAltDescription": "Beschrijving",
"SSE.Views.ImageSettingsAdvanced.textAltTip": "De alternatieve, op tekst gebaseerde weergave van de visuele objectinformatie. Deze wordt voorgelezen voor mensen met visuele of cognitieve handicaps om hen te helpen begrijpen welke informatie aanwezig is in de afbeelding, AutoVorm, grafiek of tabel.",
@@ -1365,11 +1337,9 @@
"SSE.Views.MainSettingsPrint.textPrintGrid": "Rasterlijnen afdrukken",
"SSE.Views.MainSettingsPrint.textPrintHeadings": "Rij- en kolomkoppen afdrukken",
"SSE.Views.MainSettingsPrint.textSettings": "Instellingen voor",
- "SSE.Views.NamedRangeEditDlg.cancelButtonText": "Annuleren",
"SSE.Views.NamedRangeEditDlg.errorCreateDefName": "De bestaande benoemde bereiken kunnen niet worden bewerkt en de nieuwe bereiken kunnen op dit moment niet worden gemaakt aangezien sommige bereiken al worden bewerkt.",
"SSE.Views.NamedRangeEditDlg.namePlaceholder": "Gedefinieerde naam",
"SSE.Views.NamedRangeEditDlg.notcriticalErrorTitle": "Waarschuwing",
- "SSE.Views.NamedRangeEditDlg.okButtonText": "OK",
"SSE.Views.NamedRangeEditDlg.strWorkbook": "Werkmap",
"SSE.Views.NamedRangeEditDlg.textDataRange": "Gegevensbereik",
"SSE.Views.NamedRangeEditDlg.textExistName": "FOUT! Er bestaat al een bereik met die naam",
@@ -1383,13 +1353,10 @@
"SSE.Views.NamedRangeEditDlg.txtEmpty": "Dit veld is vereist",
"SSE.Views.NamedRangeEditDlg.txtTitleEdit": "Naam bewerken",
"SSE.Views.NamedRangeEditDlg.txtTitleNew": "Nieuwe naam",
- "SSE.Views.NamedRangePasteDlg.cancelButtonText": "Annuleren",
- "SSE.Views.NamedRangePasteDlg.okButtonText": "OK",
"SSE.Views.NamedRangePasteDlg.textNames": "Benoemde bereiken",
"SSE.Views.NamedRangePasteDlg.txtTitle": "Naam plakken",
"SSE.Views.NameManagerDlg.closeButtonText": "Sluiten",
"SSE.Views.NameManagerDlg.guestText": "Gast",
- "SSE.Views.NameManagerDlg.okButtonText": "OK",
"SSE.Views.NameManagerDlg.textDataRange": "Gegevensbereik",
"SSE.Views.NameManagerDlg.textDelete": "Verwijderen",
"SSE.Views.NameManagerDlg.textEdit": "Bewerken",
@@ -1417,12 +1384,9 @@
"SSE.Views.ParagraphSettings.textAuto": "Meerdere",
"SSE.Views.ParagraphSettings.textExact": "Exact",
"SSE.Views.ParagraphSettings.txtAutoText": "Automatisch",
- "SSE.Views.ParagraphSettingsAdvanced.cancelButtonText": "Annuleren",
"SSE.Views.ParagraphSettingsAdvanced.noTabs": "De opgegeven tabbladen worden in dit veld weergegeven",
- "SSE.Views.ParagraphSettingsAdvanced.okButtonText": "OK",
"SSE.Views.ParagraphSettingsAdvanced.strAllCaps": "Allemaal hoofdletters",
"SSE.Views.ParagraphSettingsAdvanced.strDoubleStrike": "Dubbel doorhalen",
- "SSE.Views.ParagraphSettingsAdvanced.strIndentsFirstLine": "Eerste regel",
"SSE.Views.ParagraphSettingsAdvanced.strIndentsLeftText": "Links",
"SSE.Views.ParagraphSettingsAdvanced.strIndentsRightText": "Rechts",
"SSE.Views.ParagraphSettingsAdvanced.strParagraphFont": "Lettertype",
@@ -1446,11 +1410,9 @@
"SSE.Views.ParagraphSettingsAdvanced.textTitle": "Alinea - Geavanceerde instellingen",
"SSE.Views.PivotSettings.notcriticalErrorTitle": "Waarschuwing",
"SSE.Views.PivotSettings.textAdvanced": "Geavanceerde Instellingen Tonen",
- "SSE.Views.PivotSettings.textCancel": "Annuleren",
"SSE.Views.PivotSettings.textColumns": "Kolommen",
"SSE.Views.PivotSettings.textFields": "Selecteer velden",
"SSE.Views.PivotSettings.textFilters": "Filters",
- "SSE.Views.PivotSettings.textOK": "OK",
"SSE.Views.PivotSettings.textRows": "Rijen",
"SSE.Views.PivotSettings.textValues": "Waarden",
"SSE.Views.PivotSettings.txtAddColumn": "Toevoegen aan kolommen",
@@ -1499,7 +1461,6 @@
"SSE.Views.PivotTable.txtSelect": "Selecteer",
"SSE.Views.PrintSettings.btnDownload": "Opslaan & downloaden",
"SSE.Views.PrintSettings.btnPrint": "Opslaan en afdrukken",
- "SSE.Views.PrintSettings.cancelButtonText": "Annuleren",
"SSE.Views.PrintSettings.strBottom": "Onder",
"SSE.Views.PrintSettings.strLandscape": "Liggend",
"SSE.Views.PrintSettings.strLeft": "Links",
@@ -1541,8 +1502,6 @@
"SSE.Views.RightMenu.txtSparklineSettings": "Instellingen sparkline",
"SSE.Views.RightMenu.txtTableSettings": "Tabelinstellingen",
"SSE.Views.RightMenu.txtTextArtSettings": "TextArt-instellingen",
- "SSE.Views.SetValueDialog.cancelButtonText": "Annuleren",
- "SSE.Views.SetValueDialog.okButtonText": "OK",
"SSE.Views.SetValueDialog.txtMaxText": "De maximumwaarde voor dit veld is {0}",
"SSE.Views.SetValueDialog.txtMinText": "De minimumwaarde voor dit veld is {0}",
"SSE.Views.ShapeSettings.strBackground": "Achtergrondkleur",
@@ -1588,8 +1547,6 @@
"SSE.Views.ShapeSettings.txtNoBorders": "Geen lijn",
"SSE.Views.ShapeSettings.txtPapyrus": "Papyrus",
"SSE.Views.ShapeSettings.txtWood": "Hout",
- "SSE.Views.ShapeSettingsAdvanced.cancelButtonText": "Annuleren",
- "SSE.Views.ShapeSettingsAdvanced.okButtonText": "OK",
"SSE.Views.ShapeSettingsAdvanced.strColumns": "Kolommen",
"SSE.Views.ShapeSettingsAdvanced.strMargins": "Opvulling van tekst",
"SSE.Views.ShapeSettingsAdvanced.textAlt": "Alternatieve tekst",
@@ -1670,7 +1627,6 @@
"SSE.Views.TableOptionsDialog.errorAutoFilterDataRange": "De bewerking kan niet worden uitgevoerd voor het geselecteerde bereik van cellen. Selecteer een uniform gegevensbereik dat afwijkt van het bestaande bereik en probeer het opnieuw.",
"SSE.Views.TableOptionsDialog.errorFTChangeTableRangeError": "De bewerking voor het geselecteerde celbereik kan niet worden voltooid. Selecteer een bereik waarbij de eerste tabelrij op dezelfde rij staat en de resultatentabel de huidige tabel overlapt. ",
"SSE.Views.TableOptionsDialog.errorFTRangeIncludedOtherTables": "De bewerking voor het geselecteerde celbereik kan niet worden voltooid. Selecteer een bereik dat geen andere tabellen omvat.",
- "SSE.Views.TableOptionsDialog.textCancel": "Annuleren",
"SSE.Views.TableOptionsDialog.txtEmpty": "Dit veld is vereist",
"SSE.Views.TableOptionsDialog.txtFormat": "Tabel maken",
"SSE.Views.TableOptionsDialog.txtInvalidRange": "FOUT! Ongeldig celbereik",
@@ -1689,7 +1645,6 @@
"SSE.Views.TableSettings.selectTableText": "Tabel selecteren",
"SSE.Views.TableSettings.textAdvanced": "Geavanceerde instellingen tonen",
"SSE.Views.TableSettings.textBanded": "Gestreept",
- "SSE.Views.TableSettings.textCancel": "Annuleren",
"SSE.Views.TableSettings.textColumns": "Kolommen",
"SSE.Views.TableSettings.textConvertRange": "Converteren naar bereik",
"SSE.Views.TableSettings.textEdit": "Rijen en kolommen",
@@ -1702,7 +1657,6 @@
"SSE.Views.TableSettings.textIsLocked": "Dit element wordt bewerkt door een andere gebruiker.",
"SSE.Views.TableSettings.textLast": "Laatste",
"SSE.Views.TableSettings.textLongOperation": "Langdurige bewerking",
- "SSE.Views.TableSettings.textOK": "OK",
"SSE.Views.TableSettings.textReservedName": "Er wordt in celformules al verwezen naar de naam die u probeert te gebruiken. Gebruik een andere naam.",
"SSE.Views.TableSettings.textResize": "Tabelformaat wijzigen",
"SSE.Views.TableSettings.textRows": "Rijen",
@@ -1711,8 +1665,6 @@
"SSE.Views.TableSettings.textTemplate": "Selecteren uit sjabloon",
"SSE.Views.TableSettings.textTotal": "Totaal",
"SSE.Views.TableSettings.warnLongOperation": "De bewerking die u gaat uitvoeren, kan nogal veel tijd in beslag nemen. Wilt u doorgaan?",
- "SSE.Views.TableSettingsAdvanced.cancelButtonText": "Annuleren",
- "SSE.Views.TableSettingsAdvanced.okButtonText": "OK",
"SSE.Views.TableSettingsAdvanced.textAlt": "Alternatieve tekst",
"SSE.Views.TableSettingsAdvanced.textAltDescription": "Beschrijving",
"SSE.Views.TableSettingsAdvanced.textAltTip": "De alternatieve, op tekst gebaseerde weergave van de visuele objectinformatie. Deze wordt voorgelezen voor mensen met visuele of cognitieve handicaps om hen te helpen begrijpen welke informatie aanwezig is in de afbeelding, AutoVorm, grafiek of tabel.",
@@ -1951,8 +1903,6 @@
"SSE.Views.Toolbar.txtTime": "Tijd",
"SSE.Views.Toolbar.txtUnmerge": "Samenvoeging van cellen opheffen",
"SSE.Views.Toolbar.txtYen": "¥ Yen",
- "SSE.Views.Top10FilterDialog.cancelButtonText": "Annuleren",
- "SSE.Views.Top10FilterDialog.okButtonText": "OK",
"SSE.Views.Top10FilterDialog.textType": "Tonen",
"SSE.Views.Top10FilterDialog.txtBottom": "Onder",
"SSE.Views.Top10FilterDialog.txtItems": "Artikel",
diff --git a/apps/spreadsheeteditor/main/locale/pl.json b/apps/spreadsheeteditor/main/locale/pl.json
index 7e6597f15..2261429ae 100644
--- a/apps/spreadsheeteditor/main/locale/pl.json
+++ b/apps/spreadsheeteditor/main/locale/pl.json
@@ -6,7 +6,6 @@
"Common.UI.ComboBorderSizeEditable.txtNoBorders": "Bez krawędzi",
"Common.UI.ComboDataView.emptyComboText": "Brak styli",
"Common.UI.ExtendedColorDialog.addButtonText": "Dodaj",
- "Common.UI.ExtendedColorDialog.cancelButtonText": "Anuluj",
"Common.UI.ExtendedColorDialog.textCurrent": "Obecny",
"Common.UI.ExtendedColorDialog.textHexErr": "Wprowadzona wartość jest nieprawidłowa. Wprowadź wartość w zakresie od 000000 do FFFFFF.",
"Common.UI.ExtendedColorDialog.textNew": "Nowy",
@@ -45,8 +44,6 @@
"Common.Views.About.txtPoweredBy": "zasilany przez",
"Common.Views.About.txtTel": "tel.:",
"Common.Views.About.txtVersion": "Wersja",
- "Common.Views.AdvancedSettingsWindow.cancelButtonText": "Anuluj",
- "Common.Views.AdvancedSettingsWindow.okButtonText": "OK",
"Common.Views.Chat.textSend": "Wyślij",
"Common.Views.Comments.textAdd": "Dodaj",
"Common.Views.Comments.textAddComment": "Dodaj komentarz",
@@ -84,13 +81,9 @@
"Common.Views.Header.tipViewUsers": "Wyświetl użytkowników i zarządzaj prawami dostępu do dokumentu",
"Common.Views.Header.txtAccessRights": "Zmień prawa dostępu",
"Common.Views.Header.txtRename": "Zmień nazwę",
- "Common.Views.ImageFromUrlDialog.cancelButtonText": "Anuluj",
- "Common.Views.ImageFromUrlDialog.okButtonText": "OK",
"Common.Views.ImageFromUrlDialog.textUrl": "Wklej link URL do obrazu:",
"Common.Views.ImageFromUrlDialog.txtEmpty": "To pole jest wymagane",
"Common.Views.ImageFromUrlDialog.txtNotUrl": "To pole powinno być adresem URL w formacie \"http://www.example.com\"",
- "Common.Views.OpenDialog.cancelButtonText": "Anuluj",
- "Common.Views.OpenDialog.okButtonText": "OK",
"Common.Views.OpenDialog.txtDelimiter": "Separator",
"Common.Views.OpenDialog.txtEncoding": "Kodowanie",
"Common.Views.OpenDialog.txtIncorrectPwd": "Hasło jest nieprawidłowe.",
@@ -106,8 +99,6 @@
"Common.Views.Plugins.textLoading": "Ładowanie",
"Common.Views.Plugins.textStart": "Start",
"Common.Views.Plugins.textStop": "Zatrzymać",
- "Common.Views.RenameDialog.cancelButtonText": "Anuluj",
- "Common.Views.RenameDialog.okButtonText": "OK",
"Common.Views.RenameDialog.textName": "Nazwa pliku",
"Common.Views.RenameDialog.txtInvalidName": "Nazwa pliku nie może zawierać żadnego z następujących znaków:",
"SSE.Controllers.DocumentHolder.alignmentText": "Wyrównanie",
@@ -418,7 +409,6 @@
"SSE.Controllers.Toolbar.errorStockChart": "Nieprawidłowa kolejność wierszy. Aby zbudować wykres akcji, umieść dane na arkuszu w następującej kolejności: cena otwarcia, cena maksymalna, cena minimalna, cena zamknięcia.",
"SSE.Controllers.Toolbar.textAccent": "Akcenty",
"SSE.Controllers.Toolbar.textBracket": "Klamry",
- "SSE.Controllers.Toolbar.textCancel": "Anuluj",
"SSE.Controllers.Toolbar.textFontSizeErr": "Wprowadzona wartość jest nieprawidłowa. Wprowadź wartość liczbową w zakresie od 1 do 409.",
"SSE.Controllers.Toolbar.textFraction": "Ułamki",
"SSE.Controllers.Toolbar.textFunction": "Funkcje",
@@ -757,8 +747,6 @@
"SSE.Controllers.Toolbar.warnLongOperation": "Operacja, którą zamierzasz wykonać może zająć trochę czasu. Na pewno chcesz kontynuować?",
"SSE.Controllers.Toolbar.warnMergeLostData": "Tylko dane z górnej lewej komórki pozostaną w scalonej komórce. Czy na pewno chcesz kontynuować?",
"SSE.Views.AutoFilterDialog.btnCustomFilter": "Niestandardowy filtr",
- "SSE.Views.AutoFilterDialog.cancelButtonText": "Anuluj",
- "SSE.Views.AutoFilterDialog.okButtonText": "OK",
"SSE.Views.AutoFilterDialog.textAddSelection": "Dodaj bieżący wybór do filtrowania",
"SSE.Views.AutoFilterDialog.textEmptyItem": "{Puste}",
"SSE.Views.AutoFilterDialog.textSelectAll": "Zaznacz wszystko",
@@ -797,7 +785,6 @@
"SSE.Views.CellEditor.tipFormula": "Wstaw funkcję",
"SSE.Views.CellRangeDialog.errorMaxRows": "BŁĄD! Maksymalna liczba serii danych na wykresie wynosi 255",
"SSE.Views.CellRangeDialog.errorStockChart": "Nieprawidłowa kolejność wierszy. Aby zbudować wykres akcji, umieść dane na arkuszu w następującej kolejności: cena otwarcia, cena maksymalna, cena minimalna, cena zamknięcia.",
- "SSE.Views.CellRangeDialog.textCancel": "Anuluj",
"SSE.Views.CellRangeDialog.txtEmpty": "To pole jest wymagane",
"SSE.Views.CellRangeDialog.txtInvalidRange": "BŁĄD! Niepoprawny zakres komórek",
"SSE.Views.CellRangeDialog.txtTitle": "Wybierz zakres danych",
@@ -836,7 +823,6 @@
"SSE.Views.ChartSettings.textType": "Typ",
"SSE.Views.ChartSettings.textWidth": "Szerokość",
"SSE.Views.ChartSettings.textWinLossSpark": "Wygrana/przegrana",
- "SSE.Views.ChartSettingsDlg.cancelButtonText": "Anuluj",
"SSE.Views.ChartSettingsDlg.errorMaxRows": "BŁĄD! Maksymalna liczba serii danych na wykresie wynosi 255",
"SSE.Views.ChartSettingsDlg.errorStockChart": "Nieprawidłowa kolejność wierszy. Aby zbudować wykres akcji, umieść dane na arkuszu w następującej kolejności: cena otwarcia, cena maksymalna, cena minimalna, cena zamknięcia.",
"SSE.Views.ChartSettingsDlg.textAlt": "Tekst alternatywny",
@@ -970,7 +956,6 @@
"SSE.Views.ChartSettingsDlg.textYAxisTitle": "Tytuł osi Y",
"SSE.Views.ChartSettingsDlg.textZero": "Zero",
"SSE.Views.ChartSettingsDlg.txtEmpty": "To pole jest wymagane",
- "SSE.Views.DigitalFilterDialog.cancelButtonText": "Anuluj",
"SSE.Views.DigitalFilterDialog.capAnd": "I",
"SSE.Views.DigitalFilterDialog.capCondition1": "równa się",
"SSE.Views.DigitalFilterDialog.capCondition10": "nie kończy się z",
@@ -1141,11 +1126,9 @@
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWin": "jak Windows",
"SSE.Views.FileMenuPanels.Settings.txtGeneral": "Ogólne",
"SSE.Views.FileMenuPanels.Settings.txtPageSettings": "Ustawienia strony",
- "SSE.Views.FormatSettingsDialog.textCancel": "Anuluj",
"SSE.Views.FormatSettingsDialog.textCategory": "Kategoria",
"SSE.Views.FormatSettingsDialog.textDecimal": "Dziesiętny",
"SSE.Views.FormatSettingsDialog.textFormat": "Formatowanie",
- "SSE.Views.FormatSettingsDialog.textOk": "OK",
"SSE.Views.FormatSettingsDialog.textSeparator": "Użyj separatora 1000",
"SSE.Views.FormatSettingsDialog.textSymbols": "Symbole",
"SSE.Views.FormatSettingsDialog.textTitle": "Format numeru",
@@ -1170,13 +1153,10 @@
"SSE.Views.FormatSettingsDialog.txtUpto1": "Do jednej cyfry (1/3)",
"SSE.Views.FormatSettingsDialog.txtUpto2": "Do dwóch cyfr (12/25)",
"SSE.Views.FormatSettingsDialog.txtUpto3": "Do trzech cyfr (131/135)",
- "SSE.Views.FormulaDialog.cancelButtonText": "Anuluj",
- "SSE.Views.FormulaDialog.okButtonText": "OK",
"SSE.Views.FormulaDialog.sDescription": "Opis",
"SSE.Views.FormulaDialog.textGroupDescription": "Wybierz grupę funkcji",
"SSE.Views.FormulaDialog.textListDescription": "Wybierz funkcję",
"SSE.Views.FormulaDialog.txtTitle": "Wstaw funkcję",
- "SSE.Views.HyperlinkSettingsDialog.cancelButtonText": "Anuluj",
"SSE.Views.HyperlinkSettingsDialog.strDisplay": "Pokaż",
"SSE.Views.HyperlinkSettingsDialog.strLinkTo": "Link do",
"SSE.Views.HyperlinkSettingsDialog.strRange": "Zakres",
@@ -1203,8 +1183,6 @@
"SSE.Views.ImageSettings.textOriginalSize": "Domyślny rozmiar",
"SSE.Views.ImageSettings.textSize": "Rozmiar",
"SSE.Views.ImageSettings.textWidth": "Szerokość",
- "SSE.Views.ImageSettingsAdvanced.cancelButtonText": "Anuluj",
- "SSE.Views.ImageSettingsAdvanced.okButtonText": "OK",
"SSE.Views.ImageSettingsAdvanced.textAlt": "Tekst alternatywny",
"SSE.Views.ImageSettingsAdvanced.textAltDescription": "Opis",
"SSE.Views.ImageSettingsAdvanced.textAltTip": "Alternatywna prezentacja wizualnych informacji o obiektach, które będą czytane osobom z wadami wzroku lub zmysłu poznawczego, aby lepiej zrozumieć, jakie informacje znajdują się na obrazie, kształtach, wykresie lub tabeli.",
@@ -1237,11 +1215,9 @@
"SSE.Views.MainSettingsPrint.textPrintGrid": "Drukuj siatkę",
"SSE.Views.MainSettingsPrint.textPrintHeadings": "Drukuj wiersze i kolumny",
"SSE.Views.MainSettingsPrint.textSettings": "Ustawienia dla",
- "SSE.Views.NamedRangeEditDlg.cancelButtonText": "Anuluj",
"SSE.Views.NamedRangeEditDlg.errorCreateDefName": "Istniejące zakresy nazw nie mogą być edytowane, a nowe nie mogą zostać utworzone w chwili, gdy niektóre z nich są edytowane.",
"SSE.Views.NamedRangeEditDlg.namePlaceholder": "Zakresy zdefiniowane",
"SSE.Views.NamedRangeEditDlg.notcriticalErrorTitle": "Ostrzeżenie",
- "SSE.Views.NamedRangeEditDlg.okButtonText": "OK",
"SSE.Views.NamedRangeEditDlg.strWorkbook": "Skoroszyt",
"SSE.Views.NamedRangeEditDlg.textDataRange": "Zakres danych",
"SSE.Views.NamedRangeEditDlg.textExistName": "BŁĄD! Zakres o takiej samej nazwie już istnieje.",
@@ -1255,13 +1231,10 @@
"SSE.Views.NamedRangeEditDlg.txtEmpty": "To pole jest wymagane",
"SSE.Views.NamedRangeEditDlg.txtTitleEdit": "Edytuj nazwę",
"SSE.Views.NamedRangeEditDlg.txtTitleNew": "Nowa nazwa",
- "SSE.Views.NamedRangePasteDlg.cancelButtonText": "Anuluj",
- "SSE.Views.NamedRangePasteDlg.okButtonText": "OK",
"SSE.Views.NamedRangePasteDlg.textNames": "Określone zakresy",
"SSE.Views.NamedRangePasteDlg.txtTitle": "Wklej zakres",
"SSE.Views.NameManagerDlg.closeButtonText": "Zamknij",
"SSE.Views.NameManagerDlg.guestText": "Gość",
- "SSE.Views.NameManagerDlg.okButtonText": "OK",
"SSE.Views.NameManagerDlg.textDataRange": "Zakres danych",
"SSE.Views.NameManagerDlg.textDelete": "Usuń",
"SSE.Views.NameManagerDlg.textEdit": "Edycja",
@@ -1289,12 +1262,9 @@
"SSE.Views.ParagraphSettings.textAuto": "Mnożnik",
"SSE.Views.ParagraphSettings.textExact": "Dokładnie",
"SSE.Views.ParagraphSettings.txtAutoText": "Automatyczny",
- "SSE.Views.ParagraphSettingsAdvanced.cancelButtonText": "Anuluj",
"SSE.Views.ParagraphSettingsAdvanced.noTabs": "W tym polu zostaną wyświetlone określone karty",
- "SSE.Views.ParagraphSettingsAdvanced.okButtonText": "OK",
"SSE.Views.ParagraphSettingsAdvanced.strAllCaps": "Wszystkie duże znaki",
"SSE.Views.ParagraphSettingsAdvanced.strDoubleStrike": "Podwójne przekreślenie",
- "SSE.Views.ParagraphSettingsAdvanced.strIndentsFirstLine": "Pierwszy wiersz",
"SSE.Views.ParagraphSettingsAdvanced.strIndentsLeftText": "Lewy",
"SSE.Views.ParagraphSettingsAdvanced.strIndentsRightText": "Prawy",
"SSE.Views.ParagraphSettingsAdvanced.strParagraphFont": "Czcionka",
@@ -1320,7 +1290,6 @@
"SSE.Views.PivotTable.tipCreatePivot": "Wstaw tabelę przestawną",
"SSE.Views.PivotTable.tipSelect": "Zaznacz całą tabelę przestawną",
"SSE.Views.PrintSettings.btnPrint": "Zapisz i drukuj",
- "SSE.Views.PrintSettings.cancelButtonText": "Anuluj",
"SSE.Views.PrintSettings.strBottom": "Dół",
"SSE.Views.PrintSettings.strLandscape": "Krajobraz",
"SSE.Views.PrintSettings.strLeft": "Lewy",
@@ -1356,8 +1325,6 @@
"SSE.Views.RightMenu.txtSparklineSettings": "Ustawienia Sparkline",
"SSE.Views.RightMenu.txtTableSettings": "Ustawienia tabeli",
"SSE.Views.RightMenu.txtTextArtSettings": "Ustawienia tekstu",
- "SSE.Views.SetValueDialog.cancelButtonText": "Anuluj",
- "SSE.Views.SetValueDialog.okButtonText": "OK",
"SSE.Views.SetValueDialog.txtMaxText": "Maksymalna wartość dla tego pola wynosi {0}",
"SSE.Views.SetValueDialog.txtMinText": "Minimalna wartość dla tego pola wynosi {0}",
"SSE.Views.ShapeSettings.strBackground": "Kolor tła",
@@ -1403,8 +1370,6 @@
"SSE.Views.ShapeSettings.txtNoBorders": "Brak wiersza",
"SSE.Views.ShapeSettings.txtPapyrus": "Papirus",
"SSE.Views.ShapeSettings.txtWood": "Drewno",
- "SSE.Views.ShapeSettingsAdvanced.cancelButtonText": "Anuluj",
- "SSE.Views.ShapeSettingsAdvanced.okButtonText": "OK",
"SSE.Views.ShapeSettingsAdvanced.strColumns": "Kolumny",
"SSE.Views.ShapeSettingsAdvanced.strMargins": "Wypełnienie tekstem",
"SSE.Views.ShapeSettingsAdvanced.textAlt": "Tekst alternatywny",
@@ -1470,7 +1435,6 @@
"SSE.Views.TableOptionsDialog.errorAutoFilterDataRange": "Operacja nie mogła zostać wykonana dla wybranego zakresu komórek. Wybierz jednolity zakres danych inny niż istniejący i spróbuj ponownie.",
"SSE.Views.TableOptionsDialog.errorFTChangeTableRangeError": "Operacja nie może zostać zakończona dla wybranego zakresu komórek. Wybierz zakres, tak aby pierwszy wiersz tabeli znajdował się w tym samym wierszu, a tabela wynikowa pokrywała się z bieżącym.",
"SSE.Views.TableOptionsDialog.errorFTRangeIncludedOtherTables": "Nie można zakończyć operacji dla wybranego zakresu komórek. Wybierz zakres, który nie zawiera innych tabel.",
- "SSE.Views.TableOptionsDialog.textCancel": "Anuluj",
"SSE.Views.TableOptionsDialog.txtEmpty": "To pole jest wymagane",
"SSE.Views.TableOptionsDialog.txtFormat": "Nowa tabelę",
"SSE.Views.TableOptionsDialog.txtInvalidRange": "BŁĄD! Niepoprawny zakres komórek",
@@ -1489,7 +1453,6 @@
"SSE.Views.TableSettings.selectTableText": "Wybierz tabelę",
"SSE.Views.TableSettings.textAdvanced": "Pokaż ustawienia zaawansowane",
"SSE.Views.TableSettings.textBanded": "Na przemian",
- "SSE.Views.TableSettings.textCancel": "Anuluj",
"SSE.Views.TableSettings.textColumns": "Kolumny",
"SSE.Views.TableSettings.textConvertRange": "Konwertuj do zakresu",
"SSE.Views.TableSettings.textEdit": "Wiersze i Kolumny",
@@ -1502,7 +1465,6 @@
"SSE.Views.TableSettings.textIsLocked": "Ten element jest właśnie edytowany przez innego użytkownika.",
"SSE.Views.TableSettings.textLast": "Ostatni",
"SSE.Views.TableSettings.textLongOperation": "Długa praca",
- "SSE.Views.TableSettings.textOK": "OK",
"SSE.Views.TableSettings.textReservedName": "Nazwa, którą próbujesz użyć, jest już wzmiankowana w formułach komórkowych. Proszę użyć innej nazwy.",
"SSE.Views.TableSettings.textResize": "Zmień rozmiar tabeli",
"SSE.Views.TableSettings.textRows": "Wiersze",
@@ -1511,8 +1473,6 @@
"SSE.Views.TableSettings.textTemplate": "Wybierz z szablonu",
"SSE.Views.TableSettings.textTotal": "Wszystkie",
"SSE.Views.TableSettings.warnLongOperation": "Operacja, którą zamierzasz wykonać może zająć trochę czasu. Na pewno chcesz kontynuować?",
- "SSE.Views.TableSettingsAdvanced.cancelButtonText": "Anuluj",
- "SSE.Views.TableSettingsAdvanced.okButtonText": "OK",
"SSE.Views.TableSettingsAdvanced.textAlt": "Tekst alternatywny",
"SSE.Views.TableSettingsAdvanced.textAltDescription": "Opis",
"SSE.Views.TableSettingsAdvanced.textAltTip": "Alternatywna prezentacja wizualnych informacji o obiektach, które będą czytane osobom z wadami wzroku lub zmysłu poznawczego, aby lepiej zrozumieć, jakie informacje znajdują się na obrazie, kształtach, wykresie lub tabeli.",
@@ -1746,8 +1706,6 @@
"SSE.Views.Toolbar.txtTime": "Czas",
"SSE.Views.Toolbar.txtUnmerge": "Niescalone komórki",
"SSE.Views.Toolbar.txtYen": "¥ Jena",
- "SSE.Views.Top10FilterDialog.cancelButtonText": "Anuluj",
- "SSE.Views.Top10FilterDialog.okButtonText": "OK",
"SSE.Views.Top10FilterDialog.textType": "Pokaż",
"SSE.Views.Top10FilterDialog.txtBottom": "Dół",
"SSE.Views.Top10FilterDialog.txtItems": "Pozycja",
diff --git a/apps/spreadsheeteditor/main/locale/pt.json b/apps/spreadsheeteditor/main/locale/pt.json
index b9bdbb3e1..2f9b7863e 100644
--- a/apps/spreadsheeteditor/main/locale/pt.json
+++ b/apps/spreadsheeteditor/main/locale/pt.json
@@ -6,7 +6,6 @@
"Common.UI.ComboBorderSizeEditable.txtNoBorders": "Sem bordas",
"Common.UI.ComboDataView.emptyComboText": "Sem estilos",
"Common.UI.ExtendedColorDialog.addButtonText": "Adicionar",
- "Common.UI.ExtendedColorDialog.cancelButtonText": "Cancelar",
"Common.UI.ExtendedColorDialog.textCurrent": "Atual",
"Common.UI.ExtendedColorDialog.textHexErr": "O valor inserido está incorreto. Insira um valor entre 000000 e FFFFFF.",
"Common.UI.ExtendedColorDialog.textNew": "Novo",
@@ -45,8 +44,6 @@
"Common.Views.About.txtPoweredBy": "Desenvolvido por",
"Common.Views.About.txtTel": "tel.:",
"Common.Views.About.txtVersion": "Versão",
- "Common.Views.AdvancedSettingsWindow.cancelButtonText": "Cancelar",
- "Common.Views.AdvancedSettingsWindow.okButtonText": "OK",
"Common.Views.Chat.textSend": "Enviar",
"Common.Views.Comments.textAdd": "Adicionar",
"Common.Views.Comments.textAddComment": "Adicionar",
@@ -84,13 +81,9 @@
"Common.Views.Header.tipViewUsers": "Ver usuários e gerenciar direitos de acesso ao documento",
"Common.Views.Header.txtAccessRights": "Alterar direitos de acesso",
"Common.Views.Header.txtRename": "Renomear",
- "Common.Views.ImageFromUrlDialog.cancelButtonText": "Cancelar",
- "Common.Views.ImageFromUrlDialog.okButtonText": "OK",
"Common.Views.ImageFromUrlDialog.textUrl": "Colar uma URL de imagem:",
"Common.Views.ImageFromUrlDialog.txtEmpty": "Este campo é obrigatório",
"Common.Views.ImageFromUrlDialog.txtNotUrl": "Este campo deve ser uma URL no formato \"http://www.example.com\"",
- "Common.Views.OpenDialog.cancelButtonText": "Cancel",
- "Common.Views.OpenDialog.okButtonText": "OK",
"Common.Views.OpenDialog.txtDelimiter": "Delimiter",
"Common.Views.OpenDialog.txtEncoding": "Encoding ",
"Common.Views.OpenDialog.txtOther": "Outro",
@@ -105,8 +98,6 @@
"Common.Views.Plugins.textLoading": "Carregamento",
"Common.Views.Plugins.textStart": "Iniciar",
"Common.Views.Plugins.textStop": "Parar",
- "Common.Views.RenameDialog.cancelButtonText": "Cancelar",
- "Common.Views.RenameDialog.okButtonText": "OK",
"Common.Views.RenameDialog.textName": "Nome do arquivo",
"Common.Views.RenameDialog.txtInvalidName": "Nome de arquivo não pode conter os seguintes caracteres:",
"SSE.Controllers.DocumentHolder.alignmentText": "Alinhamento",
@@ -404,7 +395,6 @@
"SSE.Controllers.Toolbar.errorStockChart": "Ordem da linha incorreta. Para criar um gráfico de ações coloque os dados na planilha na seguinte ordem: preço de abertura, preço máx., preço mín., preço de fechamento.",
"SSE.Controllers.Toolbar.textAccent": "Destaques",
"SSE.Controllers.Toolbar.textBracket": "Parênteses",
- "SSE.Controllers.Toolbar.textCancel": "Cancelar",
"SSE.Controllers.Toolbar.textFontSizeErr": "O valor inserido está incorreto. Insira um valor numérico entre 1 e 409",
"SSE.Controllers.Toolbar.textFraction": "Frações",
"SSE.Controllers.Toolbar.textFunction": "Funções",
@@ -742,8 +732,6 @@
"SSE.Controllers.Toolbar.warnLongOperation": "A operação que você está prestes a realizar pode levar muito tempo para concluir. Você tem certeza de que deseja continuar?",
"SSE.Controllers.Toolbar.warnMergeLostData": "Apenas os dados da célula superior esquerda permanecerá na célula mesclada. Você tem certeza de que deseja continuar? ",
"SSE.Views.AutoFilterDialog.btnCustomFilter": "Personalizar filtro",
- "SSE.Views.AutoFilterDialog.cancelButtonText": "Cancelar",
- "SSE.Views.AutoFilterDialog.okButtonText": "OK",
"SSE.Views.AutoFilterDialog.textAddSelection": "Adicionar seleção atual para filtrar",
"SSE.Views.AutoFilterDialog.textEmptyItem": "{Brancos}",
"SSE.Views.AutoFilterDialog.textSelectAll": "Selecionar todos",
@@ -782,7 +770,6 @@
"SSE.Views.CellEditor.tipFormula": "Inserir função",
"SSE.Views.CellRangeDialog.errorMaxRows": "ERRO! O número máximo de séries de dado por gráfico é 255",
"SSE.Views.CellRangeDialog.errorStockChart": "Ordem da linha incorreta. Para criar um gráfico de ações coloque os dados na planilha na seguinte ordem: preço de abertura, preço máx., preço mín., preço de fechamento.",
- "SSE.Views.CellRangeDialog.textCancel": "Cancelar",
"SSE.Views.CellRangeDialog.txtEmpty": "Este campo é obrigatório",
"SSE.Views.CellRangeDialog.txtInvalidRange": "ERRO! Intervalo de células inválido",
"SSE.Views.CellRangeDialog.txtTitle": "Selecionar intervalo de dados",
@@ -820,7 +807,6 @@
"SSE.Views.ChartSettings.textType": "Tipo",
"SSE.Views.ChartSettings.textWidth": "Largura",
"SSE.Views.ChartSettings.textWinLossSpark": "Ganhos/Perdas",
- "SSE.Views.ChartSettingsDlg.cancelButtonText": "Cancelar",
"SSE.Views.ChartSettingsDlg.errorMaxRows": "ERRO! O número máximo de séries de dado por gráfico é 255",
"SSE.Views.ChartSettingsDlg.errorStockChart": "Ordem da linha incorreta. Para criar um gráfico de ações coloque os dados na planilha na seguinte ordem: preço de abertura, preço máx., preço mín., preço de fechamento.",
"SSE.Views.ChartSettingsDlg.textAlt": "Texto Alternativo",
@@ -954,7 +940,6 @@
"SSE.Views.ChartSettingsDlg.textYAxisTitle": "Título do eixo Y",
"SSE.Views.ChartSettingsDlg.textZero": "Zero",
"SSE.Views.ChartSettingsDlg.txtEmpty": "Este campo é obrigatório",
- "SSE.Views.DigitalFilterDialog.cancelButtonText": "Cancelar",
"SSE.Views.DigitalFilterDialog.capAnd": "E",
"SSE.Views.DigitalFilterDialog.capCondition1": "igual",
"SSE.Views.DigitalFilterDialog.capCondition10": "não termina com",
@@ -1125,11 +1110,9 @@
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWin": "como Windows",
"SSE.Views.FileMenuPanels.Settings.txtGeneral": "Geral",
"SSE.Views.FileMenuPanels.Settings.txtPageSettings": "Configurações de página",
- "SSE.Views.FormatSettingsDialog.textCancel": "Cancelar",
"SSE.Views.FormatSettingsDialog.textCategory": "Categoria",
"SSE.Views.FormatSettingsDialog.textDecimal": "Decimal",
"SSE.Views.FormatSettingsDialog.textFormat": "Formato",
- "SSE.Views.FormatSettingsDialog.textOk": "OK",
"SSE.Views.FormatSettingsDialog.textSeparator": "Use separador 1.000",
"SSE.Views.FormatSettingsDialog.textSymbols": "Símbolos",
"SSE.Views.FormatSettingsDialog.textTitle": "Formato de número",
@@ -1154,13 +1137,10 @@
"SSE.Views.FormatSettingsDialog.txtUpto1": "Até um dígito (1/3)",
"SSE.Views.FormatSettingsDialog.txtUpto2": "Até dois dígitos (12/25)",
"SSE.Views.FormatSettingsDialog.txtUpto3": "Até três dígitos (131/135)",
- "SSE.Views.FormulaDialog.cancelButtonText": "Cancelar",
- "SSE.Views.FormulaDialog.okButtonText": "OK",
"SSE.Views.FormulaDialog.sDescription": "Descrição",
"SSE.Views.FormulaDialog.textGroupDescription": "Selecionar grupo de função",
"SSE.Views.FormulaDialog.textListDescription": "Selecionar função",
"SSE.Views.FormulaDialog.txtTitle": "Inserir função",
- "SSE.Views.HyperlinkSettingsDialog.cancelButtonText": "Cancelar",
"SSE.Views.HyperlinkSettingsDialog.strDisplay": "Exibir",
"SSE.Views.HyperlinkSettingsDialog.strLinkTo": "Vincular a",
"SSE.Views.HyperlinkSettingsDialog.strRange": "Intervalo",
@@ -1187,8 +1167,6 @@
"SSE.Views.ImageSettings.textOriginalSize": "Tamanho padrão",
"SSE.Views.ImageSettings.textSize": "Tamanho",
"SSE.Views.ImageSettings.textWidth": "Largura",
- "SSE.Views.ImageSettingsAdvanced.cancelButtonText": "Cancelar",
- "SSE.Views.ImageSettingsAdvanced.okButtonText": "OK",
"SSE.Views.ImageSettingsAdvanced.textAlt": "Texto Alternativo",
"SSE.Views.ImageSettingsAdvanced.textAltDescription": "Descrição",
"SSE.Views.ImageSettingsAdvanced.textAltTip": "A representação alternativa baseada em texto da informação visual do objeto, que será lida para as pessoas com deficiências visuais ou cognitivas para ajudá-las a entender melhor que informação, forma automática, gráfico ou tabela existe na imagem.",
@@ -1221,11 +1199,9 @@
"SSE.Views.MainSettingsPrint.textPrintGrid": "Imprimir linhas de grade",
"SSE.Views.MainSettingsPrint.textPrintHeadings": "Imprimir títulos de linha coluna",
"SSE.Views.MainSettingsPrint.textSettings": "Configurações para",
- "SSE.Views.NamedRangeEditDlg.cancelButtonText": "Cancel",
"SSE.Views.NamedRangeEditDlg.errorCreateDefName": "The existing named ranges cannot be edited and the new ones cannot be created at the moment as some of them are being edited.",
"SSE.Views.NamedRangeEditDlg.namePlaceholder": "Defined name",
"SSE.Views.NamedRangeEditDlg.notcriticalErrorTitle": "Warning",
- "SSE.Views.NamedRangeEditDlg.okButtonText": "OK",
"SSE.Views.NamedRangeEditDlg.strWorkbook": "Workbook",
"SSE.Views.NamedRangeEditDlg.textDataRange": "Data Range",
"SSE.Views.NamedRangeEditDlg.textExistName": "ERROR! Range with such a name already exists",
@@ -1239,13 +1215,10 @@
"SSE.Views.NamedRangeEditDlg.txtEmpty": "This field is required",
"SSE.Views.NamedRangeEditDlg.txtTitleEdit": "Edit Name",
"SSE.Views.NamedRangeEditDlg.txtTitleNew": "New Name",
- "SSE.Views.NamedRangePasteDlg.cancelButtonText": "Cancel",
- "SSE.Views.NamedRangePasteDlg.okButtonText": "OK",
"SSE.Views.NamedRangePasteDlg.textNames": "Named Ranges",
"SSE.Views.NamedRangePasteDlg.txtTitle": "Paste Name",
"SSE.Views.NameManagerDlg.closeButtonText": "Close",
"SSE.Views.NameManagerDlg.guestText": "Guest",
- "SSE.Views.NameManagerDlg.okButtonText": "OK",
"SSE.Views.NameManagerDlg.textDataRange": "Data Range",
"SSE.Views.NameManagerDlg.textDelete": "Delete",
"SSE.Views.NameManagerDlg.textEdit": "Edit",
@@ -1273,12 +1246,9 @@
"SSE.Views.ParagraphSettings.textAuto": "Múltiplo",
"SSE.Views.ParagraphSettings.textExact": "Exatamente",
"SSE.Views.ParagraphSettings.txtAutoText": "Automático",
- "SSE.Views.ParagraphSettingsAdvanced.cancelButtonText": "Cancelar",
"SSE.Views.ParagraphSettingsAdvanced.noTabs": "As abas especificadas aparecerão neste campo",
- "SSE.Views.ParagraphSettingsAdvanced.okButtonText": "OK",
"SSE.Views.ParagraphSettingsAdvanced.strAllCaps": "Todas maiúsculas",
"SSE.Views.ParagraphSettingsAdvanced.strDoubleStrike": "Tachado duplo",
- "SSE.Views.ParagraphSettingsAdvanced.strIndentsFirstLine": "Primeira linha",
"SSE.Views.ParagraphSettingsAdvanced.strIndentsLeftText": "Esquerda",
"SSE.Views.ParagraphSettingsAdvanced.strIndentsRightText": "Direita",
"SSE.Views.ParagraphSettingsAdvanced.strParagraphFont": "Fonte",
@@ -1301,7 +1271,6 @@
"SSE.Views.ParagraphSettingsAdvanced.textTabRight": "Direita",
"SSE.Views.ParagraphSettingsAdvanced.textTitle": "Parágrafo - Configurações avançadas",
"SSE.Views.PrintSettings.btnPrint": "Salvar e Imprimir",
- "SSE.Views.PrintSettings.cancelButtonText": "Cancelar",
"SSE.Views.PrintSettings.strBottom": "Inferior",
"SSE.Views.PrintSettings.strLandscape": "Paisagem",
"SSE.Views.PrintSettings.strLeft": "Esquerda",
@@ -1336,8 +1305,6 @@
"SSE.Views.RightMenu.txtSparklineSettings": "Configurações de minigráfico",
"SSE.Views.RightMenu.txtTableSettings": "Configurações da tabela",
"SSE.Views.RightMenu.txtTextArtSettings": "Text Art Settings",
- "SSE.Views.SetValueDialog.cancelButtonText": "Cancelar",
- "SSE.Views.SetValueDialog.okButtonText": "OK",
"SSE.Views.SetValueDialog.txtMaxText": "O valor máximo para este campo é {0}",
"SSE.Views.SetValueDialog.txtMinText": "O valor mínimo para este campo é {0}",
"SSE.Views.ShapeSettings.strBackground": "Cor do plano de fundo",
@@ -1383,8 +1350,6 @@
"SSE.Views.ShapeSettings.txtNoBorders": "Sem linha",
"SSE.Views.ShapeSettings.txtPapyrus": "Papiro",
"SSE.Views.ShapeSettings.txtWood": "Madeira",
- "SSE.Views.ShapeSettingsAdvanced.cancelButtonText": "Cancelar",
- "SSE.Views.ShapeSettingsAdvanced.okButtonText": "OK",
"SSE.Views.ShapeSettingsAdvanced.strColumns": "Colunas",
"SSE.Views.ShapeSettingsAdvanced.strMargins": "Preenchimento de texto",
"SSE.Views.ShapeSettingsAdvanced.textAlt": "Texto Alternativo",
@@ -1450,7 +1415,6 @@
"SSE.Views.TableOptionsDialog.errorAutoFilterDataRange": "Não foi possível concluir a operação para o intervalo de células selecionado. Selecione um intervalo de dados uniforme interno ou externo à tabela e tente novamente.",
"SSE.Views.TableOptionsDialog.errorFTChangeTableRangeError": "Operação não pode ser concluída para o intervalo de célula selecionado Selecione um intervalo para que a primeira linha da tabela esteja na mesma linha e a tabela resultante se sobreponha a atual.",
"SSE.Views.TableOptionsDialog.errorFTRangeIncludedOtherTables": "A operação não pode ser concluída para o intervalo de célula selecionado. Selecione um intervalo que não inclua outras tabelas.",
- "SSE.Views.TableOptionsDialog.textCancel": "Cancelar",
"SSE.Views.TableOptionsDialog.txtEmpty": "Este campo é obrigatório",
"SSE.Views.TableOptionsDialog.txtFormat": "Criar tabela",
"SSE.Views.TableOptionsDialog.txtInvalidRange": "ERRO! Intervalo de células inválido",
@@ -1469,7 +1433,6 @@
"SSE.Views.TableSettings.selectTableText": "Selecionar tabela",
"SSE.Views.TableSettings.textAdvanced": "Exibir configurações avançadas",
"SSE.Views.TableSettings.textBanded": "Em tiras",
- "SSE.Views.TableSettings.textCancel": "Cancelar",
"SSE.Views.TableSettings.textColumns": "Colunas",
"SSE.Views.TableSettings.textConvertRange": "Converter para intervalo",
"SSE.Views.TableSettings.textEdit": "Linhas e Colunas",
@@ -1482,7 +1445,6 @@
"SSE.Views.TableSettings.textIsLocked": "Este elemento está sendo editado por outro usuário.",
"SSE.Views.TableSettings.textLast": "Último",
"SSE.Views.TableSettings.textLongOperation": "Operação longa",
- "SSE.Views.TableSettings.textOK": "OK",
"SSE.Views.TableSettings.textReservedName": "O nome que você está tentando usar já está referenciado nas fórmulas da célula. Use algum outro nome.",
"SSE.Views.TableSettings.textResize": "Redimensionar tabela",
"SSE.Views.TableSettings.textRows": "Linhas",
@@ -1491,8 +1453,6 @@
"SSE.Views.TableSettings.textTemplate": "Selecionar a partir do modelo",
"SSE.Views.TableSettings.textTotal": "Total",
"SSE.Views.TableSettings.warnLongOperation": "A operação que você está prestes a realizar pode levar muito tempo para concluir. Você tem certeza de que deseja continuar?",
- "SSE.Views.TableSettingsAdvanced.cancelButtonText": "Cancelar",
- "SSE.Views.TableSettingsAdvanced.okButtonText": "OK",
"SSE.Views.TableSettingsAdvanced.textAlt": "Texto Alternativo",
"SSE.Views.TableSettingsAdvanced.textAltDescription": "Descrição",
"SSE.Views.TableSettingsAdvanced.textAltTip": "A representação alternativa baseada em texto da informação visual do objeto, que será lida para as pessoas com deficiências visuais ou cognitivas para ajudá-las a entender melhor que informação, forma automática, gráfico ou tabela existe na imagem.",
@@ -1724,8 +1684,6 @@
"SSE.Views.Toolbar.txtTime": "Hora",
"SSE.Views.Toolbar.txtUnmerge": "Desfaz a mesclagem de células",
"SSE.Views.Toolbar.txtYen": "¥ Yen",
- "SSE.Views.Top10FilterDialog.cancelButtonText": "Cancelar",
- "SSE.Views.Top10FilterDialog.okButtonText": "OK",
"SSE.Views.Top10FilterDialog.textType": "Exibir",
"SSE.Views.Top10FilterDialog.txtBottom": "Inferior",
"SSE.Views.Top10FilterDialog.txtItems": "Item",
diff --git a/apps/spreadsheeteditor/main/locale/ru.json b/apps/spreadsheeteditor/main/locale/ru.json
index d9cf086a3..a603284c4 100644
--- a/apps/spreadsheeteditor/main/locale/ru.json
+++ b/apps/spreadsheeteditor/main/locale/ru.json
@@ -6,7 +6,6 @@
"Common.UI.ComboBorderSizeEditable.txtNoBorders": "Без границ",
"Common.UI.ComboDataView.emptyComboText": "Без стилей",
"Common.UI.ExtendedColorDialog.addButtonText": "Добавить",
- "Common.UI.ExtendedColorDialog.cancelButtonText": "Отмена",
"Common.UI.ExtendedColorDialog.textCurrent": "Текущий",
"Common.UI.ExtendedColorDialog.textHexErr": "Введено некорректное значение. Пожалуйста, введите значение от 000000 до FFFFFF.",
"Common.UI.ExtendedColorDialog.textNew": "Новый",
@@ -45,8 +44,6 @@
"Common.Views.About.txtPoweredBy": "Разработано",
"Common.Views.About.txtTel": "тел.: ",
"Common.Views.About.txtVersion": "Версия ",
- "Common.Views.AdvancedSettingsWindow.cancelButtonText": "Отмена",
- "Common.Views.AdvancedSettingsWindow.okButtonText": "OK",
"Common.Views.Chat.textSend": "Отправить",
"Common.Views.Comments.textAdd": "Добавить",
"Common.Views.Comments.textAddComment": "Добавить",
@@ -94,14 +91,10 @@
"Common.Views.Header.tipViewUsers": "Просмотр пользователей и управление правами доступа к документу",
"Common.Views.Header.txtAccessRights": "Изменить права доступа",
"Common.Views.Header.txtRename": "Переименовать",
- "Common.Views.ImageFromUrlDialog.cancelButtonText": "Отмена",
- "Common.Views.ImageFromUrlDialog.okButtonText": "OK",
"Common.Views.ImageFromUrlDialog.textUrl": "Вставьте URL изображения:",
"Common.Views.ImageFromUrlDialog.txtEmpty": "Это поле необходимо заполнить",
"Common.Views.ImageFromUrlDialog.txtNotUrl": "Это поле должно быть URL-адресом в формате \"http://www.example.com\"",
- "Common.Views.OpenDialog.cancelButtonText": "Отмена",
"Common.Views.OpenDialog.closeButtonText": "Закрыть файл",
- "Common.Views.OpenDialog.okButtonText": "OK",
"Common.Views.OpenDialog.txtColon": "Двоеточие",
"Common.Views.OpenDialog.txtComma": "Запятая",
"Common.Views.OpenDialog.txtDelimiter": "Разделитель",
@@ -116,8 +109,6 @@
"Common.Views.OpenDialog.txtTab": "Табуляция",
"Common.Views.OpenDialog.txtTitle": "Выбрать параметры %1",
"Common.Views.OpenDialog.txtTitleProtected": "Защищенный файл",
- "Common.Views.PasswordDialog.cancelButtonText": "Отмена",
- "Common.Views.PasswordDialog.okButtonText": "OK",
"Common.Views.PasswordDialog.txtDescription": "Задайте пароль, чтобы защитить этот документ",
"Common.Views.PasswordDialog.txtIncorrectPwd": "Пароль и его подтверждение не совпадают",
"Common.Views.PasswordDialog.txtPassword": "Пароль",
@@ -139,8 +130,6 @@
"Common.Views.Protection.txtInvisibleSignature": "Добавить цифровую подпись",
"Common.Views.Protection.txtSignature": "Подпись",
"Common.Views.Protection.txtSignatureLine": "Добавить строку подписи",
- "Common.Views.RenameDialog.cancelButtonText": "Отмена",
- "Common.Views.RenameDialog.okButtonText": "ОК",
"Common.Views.RenameDialog.textName": "Имя файла",
"Common.Views.RenameDialog.txtInvalidName": "Имя файла не должно содержать следующих символов: ",
"Common.Views.ReviewChanges.hintNext": "К следующему изменению",
@@ -196,8 +185,6 @@
"Common.Views.SaveAsDlg.textTitle": "Папка для сохранения",
"Common.Views.SelectFileDlg.textLoading": "Загрузка",
"Common.Views.SelectFileDlg.textTitle": "Выбрать источник данных",
- "Common.Views.SignDialog.cancelButtonText": "Отмена",
- "Common.Views.SignDialog.okButtonText": "ОК",
"Common.Views.SignDialog.textBold": "Полужирный",
"Common.Views.SignDialog.textCertificate": "Сертификат",
"Common.Views.SignDialog.textChange": "Изменить",
@@ -212,8 +199,6 @@
"Common.Views.SignDialog.textValid": "Действителен с %1 по %2",
"Common.Views.SignDialog.tipFontName": "Шрифт",
"Common.Views.SignDialog.tipFontSize": "Размер шрифта",
- "Common.Views.SignSettingsDialog.cancelButtonText": "Отмена",
- "Common.Views.SignSettingsDialog.okButtonText": "ОК",
"Common.Views.SignSettingsDialog.textAllowComment": "Разрешить подписывающему добавлять примечания в окне подписи",
"Common.Views.SignSettingsDialog.textInfo": "Сведения о подписывающем",
"Common.Views.SignSettingsDialog.textInfoEmail": "Адрес электронной почты",
@@ -765,7 +750,6 @@
"SSE.Controllers.Toolbar.errorStockChart": "Неверный порядок строк. Чтобы создать биржевую диаграмму, расположите данные на листе в следующем порядке: цена открытия, максимальная цена, минимальная цена, цена закрытия.",
"SSE.Controllers.Toolbar.textAccent": "Диакритические знаки",
"SSE.Controllers.Toolbar.textBracket": "Скобки",
- "SSE.Controllers.Toolbar.textCancel": "Отмена",
"SSE.Controllers.Toolbar.textFontSizeErr": "Введенное значение некорректно. Введите числовое значение от 1 до 409",
"SSE.Controllers.Toolbar.textFraction": "Дроби",
"SSE.Controllers.Toolbar.textFunction": "Функции",
@@ -1108,8 +1092,6 @@
"SSE.Controllers.Viewport.textHideGridlines": "Скрыть линии сетки",
"SSE.Controllers.Viewport.textHideHeadings": "Скрыть заголовки",
"SSE.Views.AutoFilterDialog.btnCustomFilter": "Пользовательский",
- "SSE.Views.AutoFilterDialog.cancelButtonText": "Отмена",
- "SSE.Views.AutoFilterDialog.okButtonText": "OK",
"SSE.Views.AutoFilterDialog.textAddSelection": "Добавить выделенный фрагмент в фильтр",
"SSE.Views.AutoFilterDialog.textEmptyItem": "{Пустые}",
"SSE.Views.AutoFilterDialog.textSelectAll": "Выделить всё",
@@ -1148,7 +1130,6 @@
"SSE.Views.CellEditor.tipFormula": "Вставить функцию",
"SSE.Views.CellRangeDialog.errorMaxRows": "ОШИБКА! Максимальное число рядов данных для одной диаграммы - 255",
"SSE.Views.CellRangeDialog.errorStockChart": "Неверный порядок строк. Чтобы создать биржевую диаграмму, расположите данные на листе в следующем порядке: цена открытия, максимальная цена, минимальная цена, цена закрытия.",
- "SSE.Views.CellRangeDialog.textCancel": "Отмена",
"SSE.Views.CellRangeDialog.txtEmpty": "Это поле обязательно для заполнения",
"SSE.Views.CellRangeDialog.txtInvalidRange": "ОШИБКА! Недопустимый диапазон ячеек",
"SSE.Views.CellRangeDialog.txtTitle": "Выбор диапазона данных",
@@ -1205,7 +1186,6 @@
"SSE.Views.ChartSettings.textType": "Тип",
"SSE.Views.ChartSettings.textWidth": "Ширина",
"SSE.Views.ChartSettings.textWinLossSpark": "Выигрыш/проигрыш",
- "SSE.Views.ChartSettingsDlg.cancelButtonText": "Отмена",
"SSE.Views.ChartSettingsDlg.errorMaxPoints": "ОШИБКА! Максимальное число точек в серии для диаграммы составляет 4096.",
"SSE.Views.ChartSettingsDlg.errorMaxRows": "ОШИБКА! Максимальное число рядов данных для одной диаграммы - 255",
"SSE.Views.ChartSettingsDlg.errorStockChart": "Неверный порядок строк. Чтобы создать биржевую диаграмму, расположите данные на листе в следующем порядке: цена открытия, максимальная цена, минимальная цена, цена закрытия.",
@@ -1353,7 +1333,6 @@
"SSE.Views.DataTab.tipGroup": "Сгруппировать диапазон ячеек",
"SSE.Views.DataTab.tipToColumns": "Разделить текст ячейки по столбцам",
"SSE.Views.DataTab.tipUngroup": "Разгруппировать диапазон ячеек",
- "SSE.Views.DigitalFilterDialog.cancelButtonText": "Отмена",
"SSE.Views.DigitalFilterDialog.capAnd": "И",
"SSE.Views.DigitalFilterDialog.capCondition1": "равно",
"SSE.Views.DigitalFilterDialog.capCondition10": "не заканчивается на",
@@ -1590,11 +1569,9 @@
"SSE.Views.FileMenuPanels.ProtectDoc.txtView": "Просмотр подписей",
"SSE.Views.FileMenuPanels.Settings.txtGeneral": "Общие",
"SSE.Views.FileMenuPanels.Settings.txtPageSettings": "Параметры страницы",
- "SSE.Views.FormatSettingsDialog.textCancel": "Отмена",
"SSE.Views.FormatSettingsDialog.textCategory": "Категория",
"SSE.Views.FormatSettingsDialog.textDecimal": "Десятичные знаки",
"SSE.Views.FormatSettingsDialog.textFormat": "Формат",
- "SSE.Views.FormatSettingsDialog.textOk": "OK",
"SSE.Views.FormatSettingsDialog.textSeparator": "Использовать разделитель разрядов",
"SSE.Views.FormatSettingsDialog.textSymbols": "Обозначения",
"SSE.Views.FormatSettingsDialog.textTitle": "Числовой формат",
@@ -1620,8 +1597,6 @@
"SSE.Views.FormatSettingsDialog.txtUpto1": "До одной цифры (1/3)",
"SSE.Views.FormatSettingsDialog.txtUpto2": "До двух цифр (12/25)",
"SSE.Views.FormatSettingsDialog.txtUpto3": "До трех цифр (131/135)",
- "SSE.Views.FormulaDialog.cancelButtonText": "Отмена",
- "SSE.Views.FormulaDialog.okButtonText": "OK",
"SSE.Views.FormulaDialog.sDescription": "Описание",
"SSE.Views.FormulaDialog.textGroupDescription": "Выберите группу функций",
"SSE.Views.FormulaDialog.textListDescription": "Выберите функцию",
@@ -1633,12 +1608,8 @@
"SSE.Views.FormulaTab.txtFormulaTip": "Вставить функцию",
"SSE.Views.FormulaTab.txtMore": "Другие функции",
"SSE.Views.FormulaTab.txtRecent": "Последние использованные",
- "SSE.Views.GroupDialog.cancelButtonText": "Отмена",
- "SSE.Views.GroupDialog.okButtonText": "OK",
"SSE.Views.GroupDialog.textColumns": "Столбцы",
"SSE.Views.GroupDialog.textRows": "Строки",
- "SSE.Views.HeaderFooterDialog.cancelButtonText": "Отмена",
- "SSE.Views.HeaderFooterDialog.okButtonText": "OK",
"SSE.Views.HeaderFooterDialog.textAlign": "Выровнять относительно полей страницы",
"SSE.Views.HeaderFooterDialog.textAll": "Все страницы",
"SSE.Views.HeaderFooterDialog.textBold": "Полужирный",
@@ -1672,7 +1643,6 @@
"SSE.Views.HeaderFooterDialog.textUnderline": "Подчёркнутый",
"SSE.Views.HeaderFooterDialog.tipFontName": "Шрифт",
"SSE.Views.HeaderFooterDialog.tipFontSize": "Размер шрифта",
- "SSE.Views.HyperlinkSettingsDialog.cancelButtonText": "Отмена",
"SSE.Views.HyperlinkSettingsDialog.strDisplay": "Отображать",
"SSE.Views.HyperlinkSettingsDialog.strLinkTo": "Связать с",
"SSE.Views.HyperlinkSettingsDialog.strRange": "Диапазон",
@@ -1709,8 +1679,6 @@
"SSE.Views.ImageSettings.textRotation": "Поворот",
"SSE.Views.ImageSettings.textSize": "Размер",
"SSE.Views.ImageSettings.textWidth": "Ширина",
- "SSE.Views.ImageSettingsAdvanced.cancelButtonText": "Отмена",
- "SSE.Views.ImageSettingsAdvanced.okButtonText": "ОК",
"SSE.Views.ImageSettingsAdvanced.textAlt": "Альтернативный текст",
"SSE.Views.ImageSettingsAdvanced.textAltDescription": "Описание",
"SSE.Views.ImageSettingsAdvanced.textAltTip": "Альтернативное текстовое представление информации о визуальном объекте, которое будет зачитываться для людей с нарушениями зрения или когнитивными нарушениями, чтобы помочь им лучше понять, какую информацию содержит изображение, автофигура, диаграмма или таблица.",
@@ -1750,11 +1718,9 @@
"SSE.Views.MainSettingsPrint.textPrintGrid": "Печать сетки",
"SSE.Views.MainSettingsPrint.textPrintHeadings": "Печать заголовков строк и столбцов",
"SSE.Views.MainSettingsPrint.textSettings": "Настройки для",
- "SSE.Views.NamedRangeEditDlg.cancelButtonText": "Отмена",
"SSE.Views.NamedRangeEditDlg.errorCreateDefName": "В настоящий момент нельзя отредактировать существующие именованные диапазоны и создать новые, так как некоторые из них редактируются.",
"SSE.Views.NamedRangeEditDlg.namePlaceholder": "Определенное имя",
"SSE.Views.NamedRangeEditDlg.notcriticalErrorTitle": "Внимание",
- "SSE.Views.NamedRangeEditDlg.okButtonText": "ОК",
"SSE.Views.NamedRangeEditDlg.strWorkbook": "Книга",
"SSE.Views.NamedRangeEditDlg.textDataRange": "Диапазон данных",
"SSE.Views.NamedRangeEditDlg.textExistName": "ОШИБКА! Диапазон с таким именем уже существует",
@@ -1768,13 +1734,10 @@
"SSE.Views.NamedRangeEditDlg.txtEmpty": "Это поле обязательно для заполнения",
"SSE.Views.NamedRangeEditDlg.txtTitleEdit": "Изменение имени",
"SSE.Views.NamedRangeEditDlg.txtTitleNew": "Новое имя",
- "SSE.Views.NamedRangePasteDlg.cancelButtonText": "Отмена",
- "SSE.Views.NamedRangePasteDlg.okButtonText": "ОК",
"SSE.Views.NamedRangePasteDlg.textNames": "Именованные диапазоны",
"SSE.Views.NamedRangePasteDlg.txtTitle": "Вставка имени",
"SSE.Views.NameManagerDlg.closeButtonText": "Закрыть",
"SSE.Views.NameManagerDlg.guestText": "Гость",
- "SSE.Views.NameManagerDlg.okButtonText": "ОК",
"SSE.Views.NameManagerDlg.textDataRange": "Диапазон данных",
"SSE.Views.NameManagerDlg.textDelete": "Удалить",
"SSE.Views.NameManagerDlg.textEdit": "Изменить",
@@ -1792,8 +1755,6 @@
"SSE.Views.NameManagerDlg.textWorkbook": "Книга",
"SSE.Views.NameManagerDlg.tipIsLocked": "Этот элемент редактируется другим пользователем.",
"SSE.Views.NameManagerDlg.txtTitle": "Диспетчер имен",
- "SSE.Views.PageMarginsDialog.cancelButtonText": "Отмена",
- "SSE.Views.PageMarginsDialog.okButtonText": "ОК",
"SSE.Views.PageMarginsDialog.textBottom": "Нижнее",
"SSE.Views.PageMarginsDialog.textLeft": "Левое",
"SSE.Views.PageMarginsDialog.textRight": "Правое",
@@ -1809,13 +1770,10 @@
"SSE.Views.ParagraphSettings.textAuto": "Множитель",
"SSE.Views.ParagraphSettings.textExact": "Точно",
"SSE.Views.ParagraphSettings.txtAutoText": "Авто",
- "SSE.Views.ParagraphSettingsAdvanced.cancelButtonText": "Отмена",
"SSE.Views.ParagraphSettingsAdvanced.noTabs": "В этом поле появятся позиции табуляции, которые вы зададите",
- "SSE.Views.ParagraphSettingsAdvanced.okButtonText": "ОК",
"SSE.Views.ParagraphSettingsAdvanced.strAllCaps": "Все прописные",
"SSE.Views.ParagraphSettingsAdvanced.strDoubleStrike": "Двойное зачёркивание",
"SSE.Views.ParagraphSettingsAdvanced.strIndent": "Отступы",
- "SSE.Views.ParagraphSettingsAdvanced.strIndentsFirstLine": "Первая строка",
"SSE.Views.ParagraphSettingsAdvanced.strIndentsLeftText": "Слева",
"SSE.Views.ParagraphSettingsAdvanced.strIndentsLineSpacing": "Междустрочный интервал",
"SSE.Views.ParagraphSettingsAdvanced.strIndentsRightText": "Справа",
@@ -1852,11 +1810,9 @@
"SSE.Views.ParagraphSettingsAdvanced.txtAutoText": "Авто",
"SSE.Views.PivotSettings.notcriticalErrorTitle": "Внимание",
"SSE.Views.PivotSettings.textAdvanced": "Дополнительные параметры",
- "SSE.Views.PivotSettings.textCancel": "Отмена",
"SSE.Views.PivotSettings.textColumns": "Столбцы",
"SSE.Views.PivotSettings.textFields": "Выбрать поля",
"SSE.Views.PivotSettings.textFilters": "Фильтры",
- "SSE.Views.PivotSettings.textOK": "OK",
"SSE.Views.PivotSettings.textRows": "Строки",
"SSE.Views.PivotSettings.textValues": "Значения",
"SSE.Views.PivotSettings.txtAddColumn": "Добавить в столбцы",
@@ -1905,7 +1861,6 @@
"SSE.Views.PivotTable.txtSelect": "Выделить",
"SSE.Views.PrintSettings.btnDownload": "Сохранить и скачать",
"SSE.Views.PrintSettings.btnPrint": "Сохранение и печать",
- "SSE.Views.PrintSettings.cancelButtonText": "Отмена",
"SSE.Views.PrintSettings.strBottom": "Снизу",
"SSE.Views.PrintSettings.strLandscape": "Альбомная",
"SSE.Views.PrintSettings.strLeft": "Слева",
@@ -1949,8 +1904,6 @@
"SSE.Views.RightMenu.txtSparklineSettings": "Параметры спарклайна",
"SSE.Views.RightMenu.txtTableSettings": "Параметры таблицы",
"SSE.Views.RightMenu.txtTextArtSettings": "Параметры объектов Text Art",
- "SSE.Views.SetValueDialog.cancelButtonText": "Отмена",
- "SSE.Views.SetValueDialog.okButtonText": "OK",
"SSE.Views.SetValueDialog.txtMaxText": "Максимальное значение для этого поля - {0}",
"SSE.Views.SetValueDialog.txtMinText": "Минимальное значение для этого поля - {0}",
"SSE.Views.ShapeSettings.strBackground": "Цвет фона",
@@ -2004,8 +1957,6 @@
"SSE.Views.ShapeSettings.txtNoBorders": "Без обводки",
"SSE.Views.ShapeSettings.txtPapyrus": "Папирус",
"SSE.Views.ShapeSettings.txtWood": "Дерево",
- "SSE.Views.ShapeSettingsAdvanced.cancelButtonText": "Отмена",
- "SSE.Views.ShapeSettingsAdvanced.okButtonText": "ОК",
"SSE.Views.ShapeSettingsAdvanced.strColumns": "Колонки",
"SSE.Views.ShapeSettingsAdvanced.strMargins": "Поля вокруг текста",
"SSE.Views.ShapeSettingsAdvanced.textAlt": "Альтернативный текст",
@@ -2104,7 +2055,6 @@
"SSE.Views.TableOptionsDialog.errorFTChangeTableRangeError": "Не удалось выполнить операцию для выбранного диапазона ячеек. Выделите диапазон так, чтобы первая строка таблицы находилась на той же самой строке, а итоговая таблица перекрывала текущую.",
"SSE.Views.TableOptionsDialog.errorFTRangeIncludedOtherTables": "Не удалось выполнить операцию для выбранного диапазона ячеек. Выберите диапазон, который не содержит других таблиц.",
"SSE.Views.TableOptionsDialog.errorMultiCellFormula": "Формулы массива с несколькими ячейками не разрешаются в таблицах.",
- "SSE.Views.TableOptionsDialog.textCancel": "Отмена",
"SSE.Views.TableOptionsDialog.txtEmpty": "Это поле необходимо заполнить",
"SSE.Views.TableOptionsDialog.txtFormat": "Создать таблицу",
"SSE.Views.TableOptionsDialog.txtInvalidRange": "ОШИБКА! Недопустимый диапазон ячеек",
@@ -2123,7 +2073,6 @@
"SSE.Views.TableSettings.selectTableText": "Выделить таблицу",
"SSE.Views.TableSettings.textAdvanced": "Дополнительные параметры",
"SSE.Views.TableSettings.textBanded": "Чередовать",
- "SSE.Views.TableSettings.textCancel": "Отмена",
"SSE.Views.TableSettings.textColumns": "Столбцы",
"SSE.Views.TableSettings.textConvertRange": "Преобразовать в диапазон",
"SSE.Views.TableSettings.textEdit": "Строки и столбцы",
@@ -2136,7 +2085,6 @@
"SSE.Views.TableSettings.textIsLocked": "Этот элемент редактируется другим пользователем.",
"SSE.Views.TableSettings.textLast": "Последний",
"SSE.Views.TableSettings.textLongOperation": "Длительная операция",
- "SSE.Views.TableSettings.textOK": "OK",
"SSE.Views.TableSettings.textReservedName": "Формулы в ячейках уже содержат ссылки на имя, которое вы пытаетесь использовать. Используйте другое имя.",
"SSE.Views.TableSettings.textResize": "Размер таблицы",
"SSE.Views.TableSettings.textRows": "Строки",
@@ -2145,8 +2093,6 @@
"SSE.Views.TableSettings.textTemplate": "По шаблону",
"SSE.Views.TableSettings.textTotal": "Итоговая",
"SSE.Views.TableSettings.warnLongOperation": "Для завершения операции, которую вы собираетесь выполнить, может потребоваться довольно много времени. Вы действительно хотите продолжить?",
- "SSE.Views.TableSettingsAdvanced.cancelButtonText": "Отмена",
- "SSE.Views.TableSettingsAdvanced.okButtonText": "ОК",
"SSE.Views.TableSettingsAdvanced.textAlt": "Альтернативный текст",
"SSE.Views.TableSettingsAdvanced.textAltDescription": "Описание",
"SSE.Views.TableSettingsAdvanced.textAltTip": "Альтернативное текстовое представление информации о визуальном объекте, которое будет зачитываться для людей с нарушениями зрения или когнитивными нарушениями, чтобы помочь им лучше понять, какую информацию содержит изображение, автофигура, диаграмма или таблица.",
@@ -2422,8 +2368,6 @@
"SSE.Views.Toolbar.txtTime": "Время",
"SSE.Views.Toolbar.txtUnmerge": "Отменить объединение ячеек",
"SSE.Views.Toolbar.txtYen": "¥ Иена",
- "SSE.Views.Top10FilterDialog.cancelButtonText": "Отмена",
- "SSE.Views.Top10FilterDialog.okButtonText": "OK",
"SSE.Views.Top10FilterDialog.textType": "Показать",
"SSE.Views.Top10FilterDialog.txtBottom": "Наименьшие",
"SSE.Views.Top10FilterDialog.txtItems": "Элемент",
diff --git a/apps/spreadsheeteditor/main/locale/sk.json b/apps/spreadsheeteditor/main/locale/sk.json
index 58c628f67..394ba09d9 100644
--- a/apps/spreadsheeteditor/main/locale/sk.json
+++ b/apps/spreadsheeteditor/main/locale/sk.json
@@ -6,7 +6,6 @@
"Common.UI.ComboBorderSizeEditable.txtNoBorders": "Bez orámovania",
"Common.UI.ComboDataView.emptyComboText": "Žiadne štýly",
"Common.UI.ExtendedColorDialog.addButtonText": "Pridať",
- "Common.UI.ExtendedColorDialog.cancelButtonText": "Zrušiť",
"Common.UI.ExtendedColorDialog.textCurrent": "Aktuálny",
"Common.UI.ExtendedColorDialog.textHexErr": "Zadaná hodnota je nesprávna. Prosím, zadajte číselnú hodnotu medzi 000000 a FFFFFF.",
"Common.UI.ExtendedColorDialog.textNew": "Nový",
@@ -45,8 +44,6 @@
"Common.Views.About.txtPoweredBy": "Poháňaný ",
"Common.Views.About.txtTel": "tel.:",
"Common.Views.About.txtVersion": "Verzia",
- "Common.Views.AdvancedSettingsWindow.cancelButtonText": "Zrušiť",
- "Common.Views.AdvancedSettingsWindow.okButtonText": "OK",
"Common.Views.Chat.textSend": "Poslať",
"Common.Views.Comments.textAdd": "Pridať",
"Common.Views.Comments.textAddComment": "Pridať komentár",
@@ -84,14 +81,10 @@
"Common.Views.Header.tipViewUsers": "Zobraziť používateľov a spravovať prístupové práva k dokumentom",
"Common.Views.Header.txtAccessRights": "Zmeniť prístupové práva",
"Common.Views.Header.txtRename": "Premenovať",
- "Common.Views.ImageFromUrlDialog.cancelButtonText": "Zrušiť",
- "Common.Views.ImageFromUrlDialog.okButtonText": "OK",
"Common.Views.ImageFromUrlDialog.textUrl": "Vložte URL adresu obrázka:",
"Common.Views.ImageFromUrlDialog.txtEmpty": "Toto pole sa vyžaduje",
"Common.Views.ImageFromUrlDialog.txtNotUrl": "Toto pole by malo byť vo formáte 'http://www.example.com'",
- "Common.Views.OpenDialog.cancelButtonText": "Zrušiť",
"Common.Views.OpenDialog.closeButtonText": "Zatvoriť súbor",
- "Common.Views.OpenDialog.okButtonText": "OK",
"Common.Views.OpenDialog.txtDelimiter": "Oddeľovač",
"Common.Views.OpenDialog.txtEncoding": "Kódovanie",
"Common.Views.OpenDialog.txtIncorrectPwd": "Heslo je nesprávne.",
@@ -102,7 +95,6 @@
"Common.Views.OpenDialog.txtTab": "Tabulátor",
"Common.Views.OpenDialog.txtTitle": "Vyberte %1 možností",
"Common.Views.OpenDialog.txtTitleProtected": "Chránený súbor",
- "Common.Views.PasswordDialog.okButtonText": "OK",
"Common.Views.PasswordDialog.txtIncorrectPwd": "Heslá sa nezhodujú",
"Common.Views.PasswordDialog.txtTitle": "Nastaviť heslo",
"Common.Views.PluginDlg.textLoading": "Nahrávanie",
@@ -112,8 +104,6 @@
"Common.Views.Plugins.textStart": "Začať/začiatok",
"Common.Views.Plugins.textStop": "Stop",
"Common.Views.Protection.txtDeletePwd": "Odstrániť heslo",
- "Common.Views.RenameDialog.cancelButtonText": "Zrušiť",
- "Common.Views.RenameDialog.okButtonText": "OK",
"Common.Views.RenameDialog.textName": "Názov súboru",
"Common.Views.RenameDialog.txtInvalidName": "Názov súboru nemôže obsahovať žiadny z nasledujúcich znakov:",
"Common.Views.ReviewChanges.strStrict": "Prísny",
@@ -125,12 +115,10 @@
"Common.Views.ReviewPopover.textCancel": "Zrušiť",
"Common.Views.ReviewPopover.textClose": "Zatvoriť",
"Common.Views.ReviewPopover.textEdit": "OK",
- "Common.Views.SignDialog.okButtonText": "OK",
"Common.Views.SignDialog.textCertificate": "Certifikát",
"Common.Views.SignDialog.textItalic": "Kurzíva",
"Common.Views.SignDialog.textSelect": "Vybrať",
"Common.Views.SignDialog.textSelectImage": "Vybrať obrázok",
- "Common.Views.SignSettingsDialog.okButtonText": "OK",
"SSE.Controllers.DocumentHolder.alignmentText": "Zarovnanie",
"SSE.Controllers.DocumentHolder.centerText": "Stred",
"SSE.Controllers.DocumentHolder.deleteColumnText": "Odstrániť stĺpec",
@@ -426,7 +414,6 @@
"SSE.Controllers.Toolbar.errorStockChart": "Nesprávne poradie riadkov. Ak chcete vytvoriť burzový graf, umiestnite údaje na hárok v nasledujúcom poradí: začiatočná cena, max cena, min cena, konečná cena.",
"SSE.Controllers.Toolbar.textAccent": "Akcenty",
"SSE.Controllers.Toolbar.textBracket": "Zátvorky",
- "SSE.Controllers.Toolbar.textCancel": "Zrušiť",
"SSE.Controllers.Toolbar.textFontSizeErr": "Zadaná hodnota je nesprávna. Prosím, zadajte číselnú hodnotu medzi 1 a 409.",
"SSE.Controllers.Toolbar.textFraction": "Zlomky",
"SSE.Controllers.Toolbar.textFunction": "Funkcie",
@@ -764,8 +751,6 @@
"SSE.Controllers.Toolbar.warnLongOperation": "Operácia, ktorú chcete vykonať, môže trvať pomerne dlhý čas na dokončenie. Určite chcete pokračovať?",
"SSE.Controllers.Toolbar.warnMergeLostData": "Iba údaje z ľavej hornej bunky zostanú v zlúčenej bunke. Ste si istý, že chcete pokračovať?",
"SSE.Views.AutoFilterDialog.btnCustomFilter": "Špeciálny/vlastný filter",
- "SSE.Views.AutoFilterDialog.cancelButtonText": "Zrušiť",
- "SSE.Views.AutoFilterDialog.okButtonText": "OK",
"SSE.Views.AutoFilterDialog.textAddSelection": "Pridať aktuálny výber na filtrovanie",
"SSE.Views.AutoFilterDialog.textEmptyItem": "{Blanks}",
"SSE.Views.AutoFilterDialog.textSelectAll": "Vybrať všetko",
@@ -804,7 +789,6 @@
"SSE.Views.CellEditor.tipFormula": "Vložiť funkciu",
"SSE.Views.CellRangeDialog.errorMaxRows": "CHYBA! Maximálny počet dátových radov na graf je 255",
"SSE.Views.CellRangeDialog.errorStockChart": "Nesprávne poradie riadkov. Ak chcete vytvoriť burzový graf, umiestnite údaje na hárok v nasledujúcom poradí: začiatočná cena, max cena, min cena, konečná cena.",
- "SSE.Views.CellRangeDialog.textCancel": "Zrušiť",
"SSE.Views.CellRangeDialog.txtEmpty": "Toto pole sa vyžaduje",
"SSE.Views.CellRangeDialog.txtInvalidRange": "CHYBA! Neplatný rozsah buniek",
"SSE.Views.CellRangeDialog.txtTitle": "Vybrať rozsah údajov",
@@ -843,7 +827,6 @@
"SSE.Views.ChartSettings.textType": "Typ",
"SSE.Views.ChartSettings.textWidth": "Šírka",
"SSE.Views.ChartSettings.textWinLossSpark": "Zisk/strata",
- "SSE.Views.ChartSettingsDlg.cancelButtonText": "Zrušiť",
"SSE.Views.ChartSettingsDlg.errorMaxRows": "CHYBA! Maximálny počet dátových radov na graf je 255",
"SSE.Views.ChartSettingsDlg.errorStockChart": "Nesprávne poradie riadkov. Ak chcete vytvoriť burzový graf, umiestnite údaje na hárok v nasledujúcom poradí: začiatočná cena, max cena, min cena, konečná cena.",
"SSE.Views.ChartSettingsDlg.textAlt": "Alternatívny text",
@@ -977,7 +960,6 @@
"SSE.Views.ChartSettingsDlg.textYAxisTitle": "Názov osi Y",
"SSE.Views.ChartSettingsDlg.textZero": "Nula",
"SSE.Views.ChartSettingsDlg.txtEmpty": "Toto pole sa vyžaduje",
- "SSE.Views.DigitalFilterDialog.cancelButtonText": "Zrušiť",
"SSE.Views.DigitalFilterDialog.capAnd": "a",
"SSE.Views.DigitalFilterDialog.capCondition1": "rovná se",
"SSE.Views.DigitalFilterDialog.capCondition10": "Nekončí s",
@@ -1151,11 +1133,9 @@
"SSE.Views.FileMenuPanels.ProtectDoc.notcriticalErrorTitle": "Upozornenie",
"SSE.Views.FileMenuPanels.Settings.txtGeneral": "Všeobecné",
"SSE.Views.FileMenuPanels.Settings.txtPageSettings": "Nastavenie stránky",
- "SSE.Views.FormatSettingsDialog.textCancel": "Zrušiť",
"SSE.Views.FormatSettingsDialog.textCategory": "Kategória",
"SSE.Views.FormatSettingsDialog.textDecimal": "Desatinné číslo/desatinný",
"SSE.Views.FormatSettingsDialog.textFormat": "Formát",
- "SSE.Views.FormatSettingsDialog.textOk": "OK",
"SSE.Views.FormatSettingsDialog.textSeparator": "Použiť oddeľovač 1000",
"SSE.Views.FormatSettingsDialog.textSymbols": "Symboly",
"SSE.Views.FormatSettingsDialog.textTitle": "Formát čísla",
@@ -1180,13 +1160,10 @@
"SSE.Views.FormatSettingsDialog.txtUpto1": "Až na jednu číslicu (1/3)",
"SSE.Views.FormatSettingsDialog.txtUpto2": "Až na dve číslice (12/25)",
"SSE.Views.FormatSettingsDialog.txtUpto3": "Až na tri číslice (131/135)",
- "SSE.Views.FormulaDialog.cancelButtonText": "Zrušiť",
- "SSE.Views.FormulaDialog.okButtonText": "OK",
"SSE.Views.FormulaDialog.sDescription": "Popis",
"SSE.Views.FormulaDialog.textGroupDescription": "Vybrať skupinu funkcií",
"SSE.Views.FormulaDialog.textListDescription": "Vybrať funkciu",
"SSE.Views.FormulaDialog.txtTitle": "Vložiť funkciu",
- "SSE.Views.HyperlinkSettingsDialog.cancelButtonText": "Zrušiť",
"SSE.Views.HyperlinkSettingsDialog.strDisplay": "Zobraziť",
"SSE.Views.HyperlinkSettingsDialog.strLinkTo": "Odkaz na",
"SSE.Views.HyperlinkSettingsDialog.strRange": "Rozsah",
@@ -1213,8 +1190,6 @@
"SSE.Views.ImageSettings.textOriginalSize": "Predvolená veľkosť",
"SSE.Views.ImageSettings.textSize": "Veľkosť",
"SSE.Views.ImageSettings.textWidth": "Šírka",
- "SSE.Views.ImageSettingsAdvanced.cancelButtonText": "Zrušiť",
- "SSE.Views.ImageSettingsAdvanced.okButtonText": "OK",
"SSE.Views.ImageSettingsAdvanced.textAlt": "Alternatívny text",
"SSE.Views.ImageSettingsAdvanced.textAltDescription": "Popis",
"SSE.Views.ImageSettingsAdvanced.textAltTip": "Alternatívne textové zobrazenie informácií o vizuálnych objektoch, ktoré sa prečítajú ľuďom s poruchou videnia alebo kognitívnymi poruchami, aby sa im pomohlo lepšie porozumieť, aké informácie sú na obrázku, automatickom tvarovaní, grafe alebo tabuľke. ",
@@ -1248,11 +1223,9 @@
"SSE.Views.MainSettingsPrint.textPrintGrid": "Vytlačiť mriežky",
"SSE.Views.MainSettingsPrint.textPrintHeadings": "Vytlačiť nadpisy riadkov a stĺpcov",
"SSE.Views.MainSettingsPrint.textSettings": "Nastavenie pre",
- "SSE.Views.NamedRangeEditDlg.cancelButtonText": "Zrušiť",
"SSE.Views.NamedRangeEditDlg.errorCreateDefName": "Existujúce pomenované rozsahy nemožno upraviť a nové nemôžu byť momentálne vytvorené , keďže niektoré z nich sú práve editované.",
"SSE.Views.NamedRangeEditDlg.namePlaceholder": "Definovaný názov",
"SSE.Views.NamedRangeEditDlg.notcriticalErrorTitle": "Upozornenie",
- "SSE.Views.NamedRangeEditDlg.okButtonText": "OK",
"SSE.Views.NamedRangeEditDlg.strWorkbook": "Zošit",
"SSE.Views.NamedRangeEditDlg.textDataRange": "Rozsah údajov",
"SSE.Views.NamedRangeEditDlg.textExistName": "CHYBA! Rozsah s takýmto názvom už existuje",
@@ -1266,13 +1239,10 @@
"SSE.Views.NamedRangeEditDlg.txtEmpty": "Toto pole sa vyžaduje",
"SSE.Views.NamedRangeEditDlg.txtTitleEdit": "Upraviť meno",
"SSE.Views.NamedRangeEditDlg.txtTitleNew": "Nový názov",
- "SSE.Views.NamedRangePasteDlg.cancelButtonText": "Zrušiť",
- "SSE.Views.NamedRangePasteDlg.okButtonText": "OK",
"SSE.Views.NamedRangePasteDlg.textNames": "Pomenované rozsahy",
"SSE.Views.NamedRangePasteDlg.txtTitle": "Vložiť názov",
"SSE.Views.NameManagerDlg.closeButtonText": "Zatvoriť",
"SSE.Views.NameManagerDlg.guestText": "Návštevník",
- "SSE.Views.NameManagerDlg.okButtonText": "OK",
"SSE.Views.NameManagerDlg.textDataRange": "Rozsah údajov",
"SSE.Views.NameManagerDlg.textDelete": "Vymazať",
"SSE.Views.NameManagerDlg.textEdit": "Upraviť",
@@ -1290,8 +1260,6 @@
"SSE.Views.NameManagerDlg.textWorkbook": "Zošit",
"SSE.Views.NameManagerDlg.tipIsLocked": "Tento prvok upravuje iný používateľ.",
"SSE.Views.NameManagerDlg.txtTitle": "Správca názvov",
- "SSE.Views.PageMarginsDialog.cancelButtonText": "Zrušiť",
- "SSE.Views.PageMarginsDialog.okButtonText": "OK",
"SSE.Views.ParagraphSettings.strLineHeight": "Riadkovanie",
"SSE.Views.ParagraphSettings.strParagraphSpacing": "Riadkovanie medzi odstavcami",
"SSE.Views.ParagraphSettings.strSpacingAfter": "Za",
@@ -1302,12 +1270,9 @@
"SSE.Views.ParagraphSettings.textAuto": "Násobky",
"SSE.Views.ParagraphSettings.textExact": "Presne",
"SSE.Views.ParagraphSettings.txtAutoText": "Automaticky",
- "SSE.Views.ParagraphSettingsAdvanced.cancelButtonText": "Zrušiť",
"SSE.Views.ParagraphSettingsAdvanced.noTabs": "Špecifikované tabulátory sa objavia v tomto poli",
- "SSE.Views.ParagraphSettingsAdvanced.okButtonText": "OK",
"SSE.Views.ParagraphSettingsAdvanced.strAllCaps": "Všetko veľkým",
"SSE.Views.ParagraphSettingsAdvanced.strDoubleStrike": "Dvojité prečiarknutie",
- "SSE.Views.ParagraphSettingsAdvanced.strIndentsFirstLine": "Prvý riadok",
"SSE.Views.ParagraphSettingsAdvanced.strIndentsLeftText": "Vľavo",
"SSE.Views.ParagraphSettingsAdvanced.strIndentsRightText": "Vpravo",
"SSE.Views.ParagraphSettingsAdvanced.strParagraphFont": "Písmo",
@@ -1331,12 +1296,9 @@
"SSE.Views.ParagraphSettingsAdvanced.textTitle": "Odsek - Pokročilé nastavenia",
"SSE.Views.PivotSettings.notcriticalErrorTitle": "Upozornenie",
"SSE.Views.PivotSettings.textAdvanced": "Zobraziť pokročilé nastavenia",
- "SSE.Views.PivotSettings.textCancel": "Zrušiť",
- "SSE.Views.PivotSettings.textOK": "OK",
"SSE.Views.PivotTable.txtSelect": "Vybrať",
"SSE.Views.PrintSettings.btnDownload": "Uložiť a stiahnuť",
"SSE.Views.PrintSettings.btnPrint": "Uložiť a vytlačiť",
- "SSE.Views.PrintSettings.cancelButtonText": "Zrušiť",
"SSE.Views.PrintSettings.strBottom": "Dole",
"SSE.Views.PrintSettings.strLandscape": "Na šírku",
"SSE.Views.PrintSettings.strLeft": "Vľavo",
@@ -1372,8 +1334,6 @@
"SSE.Views.RightMenu.txtSparklineSettings": "Nastavenia Sparkline ",
"SSE.Views.RightMenu.txtTableSettings": "Nastavenie tabuľky",
"SSE.Views.RightMenu.txtTextArtSettings": "Nastavenie Text Art",
- "SSE.Views.SetValueDialog.cancelButtonText": "Zrušiť",
- "SSE.Views.SetValueDialog.okButtonText": "OK",
"SSE.Views.SetValueDialog.txtMaxText": "Maximálna hodnota pre toto pole je {0}",
"SSE.Views.SetValueDialog.txtMinText": "Minimálna hodnota pre toto pole je {0}",
"SSE.Views.ShapeSettings.strBackground": "Farba pozadia",
@@ -1419,8 +1379,6 @@
"SSE.Views.ShapeSettings.txtNoBorders": "Bez čiary",
"SSE.Views.ShapeSettings.txtPapyrus": "Papyrus",
"SSE.Views.ShapeSettings.txtWood": "Drevo",
- "SSE.Views.ShapeSettingsAdvanced.cancelButtonText": "Zrušiť",
- "SSE.Views.ShapeSettingsAdvanced.okButtonText": "OK",
"SSE.Views.ShapeSettingsAdvanced.strColumns": "Stĺpce",
"SSE.Views.ShapeSettingsAdvanced.strMargins": "Osadenie textu",
"SSE.Views.ShapeSettingsAdvanced.textAlt": "Alternatívny text",
@@ -1487,7 +1445,6 @@
"SSE.Views.TableOptionsDialog.errorAutoFilterDataRange": "Operáciu nemožno vykonať pre vybraný rozsah buniek. Vyberte jednotný dátový rozsah, iný ako existujúci, a skúste to znova.",
"SSE.Views.TableOptionsDialog.errorFTChangeTableRangeError": "Operácia sa nedala dokončiť pre zvolený rozsah buniek. Vyberte rozsah tak, aby prvý riadok tabuľky bol na rovnakom riadku a výsledná tabuľka sa prekrývala s aktuálnou.",
"SSE.Views.TableOptionsDialog.errorFTRangeIncludedOtherTables": "Operácia sa nedala dokončiť pre zvolený rozsah buniek. Zvoľte rozsah, ktorý nezahŕňa iné tabuľky.",
- "SSE.Views.TableOptionsDialog.textCancel": "Zrušiť",
"SSE.Views.TableOptionsDialog.txtEmpty": "Toto pole sa vyžaduje",
"SSE.Views.TableOptionsDialog.txtFormat": "Vytvoriť tabuľku",
"SSE.Views.TableOptionsDialog.txtInvalidRange": "CHYBA! Neplatný rozsah buniek",
@@ -1506,7 +1463,6 @@
"SSE.Views.TableSettings.selectTableText": "Vybrať tabuľku",
"SSE.Views.TableSettings.textAdvanced": "Zobraziť pokročilé nastavenia",
"SSE.Views.TableSettings.textBanded": "Pruhovaný/pásikovaný",
- "SSE.Views.TableSettings.textCancel": "Zrušiť",
"SSE.Views.TableSettings.textColumns": "Stĺpce",
"SSE.Views.TableSettings.textConvertRange": "Premeniť na rozsah",
"SSE.Views.TableSettings.textEdit": "Riadky a stĺpce",
@@ -1519,7 +1475,6 @@
"SSE.Views.TableSettings.textIsLocked": "Tento prvok upravuje iný používateľ.",
"SSE.Views.TableSettings.textLast": "Posledný",
"SSE.Views.TableSettings.textLongOperation": "Dlhá prevádzka",
- "SSE.Views.TableSettings.textOK": "OK",
"SSE.Views.TableSettings.textReservedName": "Názov, ktorý sa pokúšate použiť, je už uvedený v bunkových vzorcoch. Použite iné meno.",
"SSE.Views.TableSettings.textResize": "Zmeniť veľkosť tabuľky",
"SSE.Views.TableSettings.textRows": "Riadky",
@@ -1528,8 +1483,6 @@
"SSE.Views.TableSettings.textTemplate": "Vybrať zo šablóny",
"SSE.Views.TableSettings.textTotal": "Celkovo",
"SSE.Views.TableSettings.warnLongOperation": "Operácia, ktorú chcete vykonať, môže trvať pomerne dlhý čas na dokončenie. Určite chcete pokračovať?",
- "SSE.Views.TableSettingsAdvanced.cancelButtonText": "Zrušiť",
- "SSE.Views.TableSettingsAdvanced.okButtonText": "OK",
"SSE.Views.TableSettingsAdvanced.textAlt": "Alternatívny text",
"SSE.Views.TableSettingsAdvanced.textAltDescription": "Popis",
"SSE.Views.TableSettingsAdvanced.textAltTip": "Alternatívne textové zobrazenie informácií o vizuálnych objektoch, ktoré sa prečítajú ľuďom s poruchou videnia alebo kognitívnymi poruchami, aby sa im pomohlo lepšie porozumieť, aké informácie sú na obrázku, automatickom tvarovaní, grafe alebo tabuľke. ",
@@ -1763,8 +1716,6 @@
"SSE.Views.Toolbar.txtTime": "Čas",
"SSE.Views.Toolbar.txtUnmerge": "Zrušiť zlúčenie buniek",
"SSE.Views.Toolbar.txtYen": "¥ Jen",
- "SSE.Views.Top10FilterDialog.cancelButtonText": "Zrušiť",
- "SSE.Views.Top10FilterDialog.okButtonText": "OK",
"SSE.Views.Top10FilterDialog.textType": "Zobraziť",
"SSE.Views.Top10FilterDialog.txtBottom": "Dole",
"SSE.Views.Top10FilterDialog.txtItems": "Položka",
diff --git a/apps/spreadsheeteditor/main/locale/sl.json b/apps/spreadsheeteditor/main/locale/sl.json
index 329c2bc90..c9f98bd4c 100644
--- a/apps/spreadsheeteditor/main/locale/sl.json
+++ b/apps/spreadsheeteditor/main/locale/sl.json
@@ -6,7 +6,6 @@
"Common.UI.ComboBorderSizeEditable.txtNoBorders": "Ni mej",
"Common.UI.ComboDataView.emptyComboText": "Ni slogov",
"Common.UI.ExtendedColorDialog.addButtonText": "Dodaj",
- "Common.UI.ExtendedColorDialog.cancelButtonText": "Prekliči",
"Common.UI.ExtendedColorDialog.textCurrent": "trenuten",
"Common.UI.ExtendedColorDialog.textHexErr": "Vnesena vrednost je nepravilna. Prosim vnesite vrednost med 000000 in FFFFFF.",
"Common.UI.ExtendedColorDialog.textNew": "Novo",
@@ -40,8 +39,6 @@
"Common.Views.About.txtPoweredBy": "Poganja",
"Common.Views.About.txtTel": "tel.: ",
"Common.Views.About.txtVersion": "Različica",
- "Common.Views.AdvancedSettingsWindow.cancelButtonText": "Prekliči",
- "Common.Views.AdvancedSettingsWindow.okButtonText": "OK",
"Common.Views.Chat.textSend": "Pošlji",
"Common.Views.Comments.textAdd": "Dodaj",
"Common.Views.Comments.textAddComment": "Dodaj",
@@ -66,13 +63,9 @@
"Common.Views.DocumentAccessDialog.textLoading": "Nalaganje...",
"Common.Views.DocumentAccessDialog.textTitle": "Nastavitve deljenja",
"Common.Views.Header.textBack": "Pojdi v dokumente",
- "Common.Views.ImageFromUrlDialog.cancelButtonText": "Prekliči",
- "Common.Views.ImageFromUrlDialog.okButtonText": "OK",
"Common.Views.ImageFromUrlDialog.textUrl": "Prilepi URL slike:",
"Common.Views.ImageFromUrlDialog.txtEmpty": "To polje je obvezno",
"Common.Views.ImageFromUrlDialog.txtNotUrl": "To polje mora biti URL v \"http://www.example.com\" formatu",
- "Common.Views.OpenDialog.cancelButtonText": "Prekliči",
- "Common.Views.OpenDialog.okButtonText": "OK",
"Common.Views.OpenDialog.txtDelimiter": "Ločilo",
"Common.Views.OpenDialog.txtEncoding": "Kodiranje",
"Common.Views.OpenDialog.txtSpace": "Razmik",
@@ -217,13 +210,10 @@
"SSE.Controllers.Statusbar.warnDeleteSheet": "Delovni list morda vsebuje podatke. Ali ste prepričani, da želite nadaljevati?",
"SSE.Controllers.Statusbar.zoomText": "Povečava {0}%",
"SSE.Controllers.Toolbar.confirmAddFontName": "The font you are going to save is not available on the current device. The text style will be displayed using one of the device fonts, the saved font will be used when it is available. Do you want to continue?",
- "SSE.Controllers.Toolbar.textCancel": "Prekliči",
"SSE.Controllers.Toolbar.textFontSizeErr": "Vnesena vrednost je nepravilna. Prosim vnesite numerično vrednost med 1 in 409",
"SSE.Controllers.Toolbar.textWarning": "Opozorilo",
"SSE.Controllers.Toolbar.warnMergeLostData": "Le podatki z zgornje leve celice bodo ostali v združeni celici. Ste prepričani, da želite nadaljevati?",
"SSE.Views.AutoFilterDialog.btnCustomFilter": "Filter po meri",
- "SSE.Views.AutoFilterDialog.cancelButtonText": "Prekliči",
- "SSE.Views.AutoFilterDialog.okButtonText": "OK",
"SSE.Views.AutoFilterDialog.textEmptyItem": "{Blanks}",
"SSE.Views.AutoFilterDialog.textSelectAll": "Izberi vse",
"SSE.Views.AutoFilterDialog.textWarning": "Opozorilo",
@@ -233,7 +223,6 @@
"SSE.Views.CellEditor.textManager": "Manager",
"SSE.Views.CellEditor.tipFormula": "Vstavi funkcijo",
"SSE.Views.CellRangeDialog.errorMaxRows": "NAPAKA! Maksimalno število podatkovnih serij na grafikon je 255",
- "SSE.Views.CellRangeDialog.textCancel": "Prekliči",
"SSE.Views.CellRangeDialog.txtEmpty": "To polje je obvezno",
"SSE.Views.CellRangeDialog.txtInvalidRange": "NAPAKA! Neveljaven razpon celic",
"SSE.Views.CellRangeDialog.txtTitle": "Izberi območje podatkov",
@@ -252,7 +241,6 @@
"SSE.Views.ChartSettings.textStock": "Založni grafikon",
"SSE.Views.ChartSettings.textStyle": "Slog",
"SSE.Views.ChartSettings.textWidth": "Širina",
- "SSE.Views.ChartSettingsDlg.cancelButtonText": "Prekliči",
"SSE.Views.ChartSettingsDlg.errorMaxRows": "NAPAKA! Maksimalno število podatkovnih serij na grafikon je 255",
"SSE.Views.ChartSettingsDlg.errorStockChart": "Nepravilen vrstni red vrstic. Za izgradnjo razpredelnice delnic podatke na strani navedite v sledečem vrstnem redu: otvoritvena cena, maksimalna cena, minimalna cena, zaključna cena.",
"SSE.Views.ChartSettingsDlg.textArea": "Ploščinski grafikon",
@@ -358,7 +346,6 @@
"SSE.Views.ChartSettingsDlg.textXAxisTitle": "Naslov X osi",
"SSE.Views.ChartSettingsDlg.textYAxisTitle": "Naslov Y osi",
"SSE.Views.ChartSettingsDlg.txtEmpty": "To polje je obvezno",
- "SSE.Views.DigitalFilterDialog.cancelButtonText": "Prekliči",
"SSE.Views.DigitalFilterDialog.capAnd": "In",
"SSE.Views.DigitalFilterDialog.capCondition1": "enako",
"SSE.Views.DigitalFilterDialog.capCondition10": "se ne konča z",
@@ -487,13 +474,10 @@
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtRu": "Russian",
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWin": "kot Windows",
"SSE.Views.FileMenuPanels.Settings.txtGeneral": "Splošen",
- "SSE.Views.FormulaDialog.cancelButtonText": "Prekliči",
- "SSE.Views.FormulaDialog.okButtonText": "OK",
"SSE.Views.FormulaDialog.sDescription": "Opis",
"SSE.Views.FormulaDialog.textGroupDescription": "Izberi skupino funkcije",
"SSE.Views.FormulaDialog.textListDescription": "Izberi funkcijo",
"SSE.Views.FormulaDialog.txtTitle": "Vstavi funkcijo",
- "SSE.Views.HyperlinkSettingsDialog.cancelButtonText": "Prekliči",
"SSE.Views.HyperlinkSettingsDialog.strDisplay": "Zaslon",
"SSE.Views.HyperlinkSettingsDialog.strLinkTo": "Povezava k",
"SSE.Views.HyperlinkSettingsDialog.strRange": "Razdalja",
@@ -537,11 +521,9 @@
"SSE.Views.MainSettingsPrint.textPrintGrid": "Natisni mrežne črte",
"SSE.Views.MainSettingsPrint.textPrintHeadings": "Natisni naslove vrstic in stolpcev",
"SSE.Views.MainSettingsPrint.textSettings": "Nastavitve za",
- "SSE.Views.NamedRangeEditDlg.cancelButtonText": "Cancel",
"SSE.Views.NamedRangeEditDlg.errorCreateDefName": "The existing named ranges cannot be edited and the new ones cannot be created at the moment as some of them are being edited.",
"SSE.Views.NamedRangeEditDlg.namePlaceholder": "Defined name",
"SSE.Views.NamedRangeEditDlg.notcriticalErrorTitle": "Warning",
- "SSE.Views.NamedRangeEditDlg.okButtonText": "OK",
"SSE.Views.NamedRangeEditDlg.strWorkbook": "Workbook",
"SSE.Views.NamedRangeEditDlg.textDataRange": "Data Range",
"SSE.Views.NamedRangeEditDlg.textExistName": "ERROR! Range with such a name already exists",
@@ -555,13 +537,10 @@
"SSE.Views.NamedRangeEditDlg.txtEmpty": "This field is required",
"SSE.Views.NamedRangeEditDlg.txtTitleEdit": "Edit Name",
"SSE.Views.NamedRangeEditDlg.txtTitleNew": "New Name",
- "SSE.Views.NamedRangePasteDlg.cancelButtonText": "Cancel",
- "SSE.Views.NamedRangePasteDlg.okButtonText": "OK",
"SSE.Views.NamedRangePasteDlg.textNames": "Named Ranges",
"SSE.Views.NamedRangePasteDlg.txtTitle": "Paste Name",
"SSE.Views.NameManagerDlg.closeButtonText": "Close",
"SSE.Views.NameManagerDlg.guestText": "Guest",
- "SSE.Views.NameManagerDlg.okButtonText": "OK",
"SSE.Views.NameManagerDlg.textDataRange": "Data Range",
"SSE.Views.NameManagerDlg.textDelete": "Delete",
"SSE.Views.NameManagerDlg.textEdit": "Edit",
@@ -589,12 +568,9 @@
"SSE.Views.ParagraphSettings.textAuto": "Večkratno",
"SSE.Views.ParagraphSettings.textExact": "Točno",
"SSE.Views.ParagraphSettings.txtAutoText": "Samodejno",
- "SSE.Views.ParagraphSettingsAdvanced.cancelButtonText": "Prekliči",
"SSE.Views.ParagraphSettingsAdvanced.noTabs": "Določeni zavihki se bodo pojavili v tem polju",
- "SSE.Views.ParagraphSettingsAdvanced.okButtonText": "OK",
"SSE.Views.ParagraphSettingsAdvanced.strAllCaps": "Vse z veliko",
"SSE.Views.ParagraphSettingsAdvanced.strDoubleStrike": "Dvojno prečrtanje",
- "SSE.Views.ParagraphSettingsAdvanced.strIndentsFirstLine": "Prva vrsta",
"SSE.Views.ParagraphSettingsAdvanced.strIndentsLeftText": "Levo",
"SSE.Views.ParagraphSettingsAdvanced.strIndentsRightText": "Desno",
"SSE.Views.ParagraphSettingsAdvanced.strParagraphFont": "Pisava",
@@ -617,7 +593,6 @@
"SSE.Views.ParagraphSettingsAdvanced.textTabRight": "Desno",
"SSE.Views.ParagraphSettingsAdvanced.textTitle": "Odstavek - Napredne nastavitve",
"SSE.Views.PrintSettings.btnPrint": "Shrani & Natisni",
- "SSE.Views.PrintSettings.cancelButtonText": "Prekliči",
"SSE.Views.PrintSettings.strBottom": "Dno",
"SSE.Views.PrintSettings.strLandscape": "Krajina",
"SSE.Views.PrintSettings.strLeft": "Levo",
@@ -645,8 +620,6 @@
"SSE.Views.RightMenu.txtSettings": "Pogoste nastavitve",
"SSE.Views.RightMenu.txtShapeSettings": "Nastavitve oblike",
"SSE.Views.RightMenu.txtTextArtSettings": "Text Art Settings",
- "SSE.Views.SetValueDialog.cancelButtonText": "Prekliči",
- "SSE.Views.SetValueDialog.okButtonText": "OK",
"SSE.Views.SetValueDialog.txtMaxText": "Maksimalna vrednost za to polje je {0}",
"SSE.Views.SetValueDialog.txtMinText": "Minimalna vrednost za to polje je {0}",
"SSE.Views.ShapeSettings.strBackground": "Barva ozadja",
@@ -691,8 +664,6 @@
"SSE.Views.ShapeSettings.txtNoBorders": "Ni črte",
"SSE.Views.ShapeSettings.txtPapyrus": "Papirus",
"SSE.Views.ShapeSettings.txtWood": "Les",
- "SSE.Views.ShapeSettingsAdvanced.cancelButtonText": "Prekliči",
- "SSE.Views.ShapeSettingsAdvanced.okButtonText": "OK",
"SSE.Views.ShapeSettingsAdvanced.strMargins": "Oblazinjenje besedila",
"SSE.Views.ShapeSettingsAdvanced.textArrows": "Puščice",
"SSE.Views.ShapeSettingsAdvanced.textBeginSize": "Začetna velikost",
@@ -747,7 +718,6 @@
"SSE.Views.Statusbar.tipZoomOut": "Oddalji",
"SSE.Views.Statusbar.zoomText": "Povečava {0}%",
"SSE.Views.TableOptionsDialog.errorAutoFilterDataRange": "Dejanja ni bilo mogoče izbrati za izbrano območje celic. Izberite uniformirano območje podatkov v ali izven razpredelnice in ponovno poskusite.",
- "SSE.Views.TableOptionsDialog.textCancel": "Prekliči",
"SSE.Views.TableOptionsDialog.txtEmpty": "To polje je obvezno",
"SSE.Views.TableOptionsDialog.txtFormat": "Ustvari tabelo",
"SSE.Views.TableOptionsDialog.txtInvalidRange": "NAPAKA! Neveljaven razpon celic",
diff --git a/apps/spreadsheeteditor/main/locale/tr.json b/apps/spreadsheeteditor/main/locale/tr.json
index a968ad866..9412afa70 100644
--- a/apps/spreadsheeteditor/main/locale/tr.json
+++ b/apps/spreadsheeteditor/main/locale/tr.json
@@ -6,7 +6,6 @@
"Common.UI.ComboBorderSizeEditable.txtNoBorders": "Sınır yok",
"Common.UI.ComboDataView.emptyComboText": "Stil yok",
"Common.UI.ExtendedColorDialog.addButtonText": "Ekle",
- "Common.UI.ExtendedColorDialog.cancelButtonText": "İptal Et",
"Common.UI.ExtendedColorDialog.textCurrent": "Mevcut",
"Common.UI.ExtendedColorDialog.textHexErr": "Girilen değer yanlış. Lütfen 000000 ile FFFFFF arasında değer giriniz.",
"Common.UI.ExtendedColorDialog.textNew": "Yeni",
@@ -45,8 +44,6 @@
"Common.Views.About.txtPoweredBy": "Powered by",
"Common.Views.About.txtTel": "tel:",
"Common.Views.About.txtVersion": "Versiyon",
- "Common.Views.AdvancedSettingsWindow.cancelButtonText": "İptal Et",
- "Common.Views.AdvancedSettingsWindow.okButtonText": "TAMAM",
"Common.Views.Chat.textSend": "Gönder",
"Common.Views.Comments.textAdd": "Ekle",
"Common.Views.Comments.textAddComment": "Yorum Ekle",
@@ -84,13 +81,9 @@
"Common.Views.Header.tipViewUsers": "Kullanıcıları görüntüle ve belge erişim haklarını yönet",
"Common.Views.Header.txtAccessRights": "Erişim haklarını değiştir",
"Common.Views.Header.txtRename": "Yeniden adlandır",
- "Common.Views.ImageFromUrlDialog.cancelButtonText": "İptal Et",
- "Common.Views.ImageFromUrlDialog.okButtonText": "TAMAM",
"Common.Views.ImageFromUrlDialog.textUrl": "Resim URL'sini yapıştır:",
"Common.Views.ImageFromUrlDialog.txtEmpty": "Bu alan gereklidir",
"Common.Views.ImageFromUrlDialog.txtNotUrl": "Bu alan \"http://www.example.com\" formatında URL olmalıdır",
- "Common.Views.OpenDialog.cancelButtonText": "İptal Et",
- "Common.Views.OpenDialog.okButtonText": "TAMAM",
"Common.Views.OpenDialog.txtDelimiter": "Sınırlayıcı",
"Common.Views.OpenDialog.txtEncoding": "Kodlama",
"Common.Views.OpenDialog.txtIncorrectPwd": "Şifre hatalı.",
@@ -106,8 +99,6 @@
"Common.Views.Plugins.textLoading": "Yükleniyor",
"Common.Views.Plugins.textStart": "Başlat",
"Common.Views.Plugins.textStop": "Durdur",
- "Common.Views.RenameDialog.cancelButtonText": "İptal",
- "Common.Views.RenameDialog.okButtonText": "Tamam",
"Common.Views.RenameDialog.textName": "Dosya adı",
"Common.Views.RenameDialog.txtInvalidName": "Dosya adı aşağıdaki karakterlerden herhangi birini içeremez:",
"SSE.Controllers.DocumentHolder.alignmentText": "Hizalama",
@@ -404,7 +395,6 @@
"SSE.Controllers.Toolbar.errorStockChart": "Yanlış dizi sırası. Stok grafiği oluşturma için tablodaki verileri şu sırada yerleştirin: açılış fiyatı, maksimum fiyat, minimum fiyat, kapanış fiyatı. ",
"SSE.Controllers.Toolbar.textAccent": "Aksanlar",
"SSE.Controllers.Toolbar.textBracket": "Köşeli Ayraç",
- "SSE.Controllers.Toolbar.textCancel": "İptal Et",
"SSE.Controllers.Toolbar.textFontSizeErr": "Girilen değer yanlış. Lütfen 1 ile 409 arasında sayısal değer giriniz.",
"SSE.Controllers.Toolbar.textFraction": "Kesirler",
"SSE.Controllers.Toolbar.textFunction": "Fonksiyonlar",
@@ -742,8 +732,6 @@
"SSE.Controllers.Toolbar.warnLongOperation": "Yapmak istediğiniz işlemin tamamlanması uzun sürebilir. Devam etmek istediğinize emin misiniz?",
"SSE.Controllers.Toolbar.warnMergeLostData": "Sadece üst sol hücredeki veri birleştirilmiş hücrede kalacaktır. Devam etmek istediğinizden emin misiniz?",
"SSE.Views.AutoFilterDialog.btnCustomFilter": "Özel Filtre",
- "SSE.Views.AutoFilterDialog.cancelButtonText": "İptal Et",
- "SSE.Views.AutoFilterDialog.okButtonText": "TAMAM",
"SSE.Views.AutoFilterDialog.textAddSelection": "Seçimi filtreye ekle",
"SSE.Views.AutoFilterDialog.textEmptyItem": "{Boşluklar}",
"SSE.Views.AutoFilterDialog.textSelectAll": "Hepsini seç",
@@ -782,7 +770,6 @@
"SSE.Views.CellEditor.tipFormula": "Fonksiyon Ekle",
"SSE.Views.CellRangeDialog.errorMaxRows": "HATA! Her grafik için maksimum veri serileri sayısı 255'tir",
"SSE.Views.CellRangeDialog.errorStockChart": "Yanlış dizi sırası. Stok grafiği oluşturma için tablodaki verileri şu sırada yerleştirin: açılış fiyatı, maksimum fiyat, minimum fiyat, kapanış fiyatı. ",
- "SSE.Views.CellRangeDialog.textCancel": "İptal Et",
"SSE.Views.CellRangeDialog.txtEmpty": "Bu alan gereklidir",
"SSE.Views.CellRangeDialog.txtInvalidRange": "HATA! Geçersiz hücre aralığı",
"SSE.Views.CellRangeDialog.txtTitle": "Veri Aralığı Seç",
@@ -820,7 +807,6 @@
"SSE.Views.ChartSettings.textType": "Tip",
"SSE.Views.ChartSettings.textWidth": "Genişlik",
"SSE.Views.ChartSettings.textWinLossSpark": "Kazanç/Kayıp",
- "SSE.Views.ChartSettingsDlg.cancelButtonText": "İptal Et",
"SSE.Views.ChartSettingsDlg.errorMaxRows": "HATA! Her grafik için maksimum veri serileri sayısı 255'tir",
"SSE.Views.ChartSettingsDlg.errorStockChart": "Yanlış dizi sırası. Stok grafiği oluşturma için tablodaki verileri şu sırada yerleştirin: açılış fiyatı, maksimum fiyat, minimum fiyat, kapanış fiyatı. ",
"SSE.Views.ChartSettingsDlg.textAlt": "Alternatif Metin",
@@ -954,7 +940,6 @@
"SSE.Views.ChartSettingsDlg.textYAxisTitle": "Y eksen başlığı",
"SSE.Views.ChartSettingsDlg.textZero": "Sıfır",
"SSE.Views.ChartSettingsDlg.txtEmpty": "Bu alan gereklidir",
- "SSE.Views.DigitalFilterDialog.cancelButtonText": "İptal Et",
"SSE.Views.DigitalFilterDialog.capAnd": "Ve",
"SSE.Views.DigitalFilterDialog.capCondition1": "eşit",
"SSE.Views.DigitalFilterDialog.capCondition10": "şununla bitmeyen:",
@@ -1125,11 +1110,9 @@
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWin": "Windows olarak",
"SSE.Views.FileMenuPanels.Settings.txtGeneral": "Genel",
"SSE.Views.FileMenuPanels.Settings.txtPageSettings": "Sayfa Ayarları",
- "SSE.Views.FormatSettingsDialog.textCancel": "İptal",
"SSE.Views.FormatSettingsDialog.textCategory": "Kategori",
"SSE.Views.FormatSettingsDialog.textDecimal": "Ondalık",
"SSE.Views.FormatSettingsDialog.textFormat": "Format",
- "SSE.Views.FormatSettingsDialog.textOk": "TAMAM",
"SSE.Views.FormatSettingsDialog.textSeparator": "1000 ayracı kullan",
"SSE.Views.FormatSettingsDialog.textSymbols": "Semboller",
"SSE.Views.FormatSettingsDialog.textTitle": "Sayı Formatı",
@@ -1154,13 +1137,10 @@
"SSE.Views.FormatSettingsDialog.txtUpto1": "Bir haneye kadar (1/3)",
"SSE.Views.FormatSettingsDialog.txtUpto2": "İki haneye kadar (12/25)",
"SSE.Views.FormatSettingsDialog.txtUpto3": "Üç haneye kadar (131/135)",
- "SSE.Views.FormulaDialog.cancelButtonText": "İptal Et",
- "SSE.Views.FormulaDialog.okButtonText": "TAMAM",
"SSE.Views.FormulaDialog.sDescription": "Açıklama",
"SSE.Views.FormulaDialog.textGroupDescription": "Fonksiyon Grubu Seç",
"SSE.Views.FormulaDialog.textListDescription": "Fonksiyon Seç",
"SSE.Views.FormulaDialog.txtTitle": "Fonksiyon Ekle",
- "SSE.Views.HyperlinkSettingsDialog.cancelButtonText": "İptal Et",
"SSE.Views.HyperlinkSettingsDialog.strDisplay": "Görüntüle",
"SSE.Views.HyperlinkSettingsDialog.strLinkTo": "Şuna bağlantıla:",
"SSE.Views.HyperlinkSettingsDialog.strRange": "Aralık",
@@ -1187,8 +1167,6 @@
"SSE.Views.ImageSettings.textOriginalSize": "Varsayılan Boyut",
"SSE.Views.ImageSettings.textSize": "Boyut",
"SSE.Views.ImageSettings.textWidth": "Genişlik",
- "SSE.Views.ImageSettingsAdvanced.cancelButtonText": "İptal",
- "SSE.Views.ImageSettingsAdvanced.okButtonText": "Tamam",
"SSE.Views.ImageSettingsAdvanced.textAlt": "Alternatif Metin",
"SSE.Views.ImageSettingsAdvanced.textAltDescription": "Açıklama",
"SSE.Views.ImageSettingsAdvanced.textAltTip": "Görsel obje bilgilerinin alternatif metin tabanlı sunumu görsel veya bilinçsel açıdan problem yaşan kişilere okunarak resimdeki, şekildeki, grafikteki veya tablodaki bilgileri daha kolay anlamalarını sağlamayı amaçlar.",
@@ -1221,11 +1199,9 @@
"SSE.Views.MainSettingsPrint.textPrintGrid": "Kılavuz Çizgilerini Yazdır",
"SSE.Views.MainSettingsPrint.textPrintHeadings": "Satır ve Sütun Başlıklarını Yazdır",
"SSE.Views.MainSettingsPrint.textSettings": "Şunun için ayarlar:",
- "SSE.Views.NamedRangeEditDlg.cancelButtonText": "Cancel",
"SSE.Views.NamedRangeEditDlg.errorCreateDefName": "The existing named ranges cannot be edited and the new ones cannot be created at the moment as some of them are being edited.",
"SSE.Views.NamedRangeEditDlg.namePlaceholder": "Defined name",
"SSE.Views.NamedRangeEditDlg.notcriticalErrorTitle": "Warning",
- "SSE.Views.NamedRangeEditDlg.okButtonText": "OK",
"SSE.Views.NamedRangeEditDlg.strWorkbook": "Workbook",
"SSE.Views.NamedRangeEditDlg.textDataRange": "Data Range",
"SSE.Views.NamedRangeEditDlg.textExistName": "ERROR! Range with such a name already exists",
@@ -1239,13 +1215,10 @@
"SSE.Views.NamedRangeEditDlg.txtEmpty": "This field is required",
"SSE.Views.NamedRangeEditDlg.txtTitleEdit": "Edit Name",
"SSE.Views.NamedRangeEditDlg.txtTitleNew": "New Name",
- "SSE.Views.NamedRangePasteDlg.cancelButtonText": "Cancel",
- "SSE.Views.NamedRangePasteDlg.okButtonText": "OK",
"SSE.Views.NamedRangePasteDlg.textNames": "Named Ranges",
"SSE.Views.NamedRangePasteDlg.txtTitle": "Paste Name",
"SSE.Views.NameManagerDlg.closeButtonText": "Close",
"SSE.Views.NameManagerDlg.guestText": "Guest",
- "SSE.Views.NameManagerDlg.okButtonText": "OK",
"SSE.Views.NameManagerDlg.textDataRange": "Data Range",
"SSE.Views.NameManagerDlg.textDelete": "Delete",
"SSE.Views.NameManagerDlg.textEdit": "Edit",
@@ -1273,12 +1246,9 @@
"SSE.Views.ParagraphSettings.textAuto": "Çoklu",
"SSE.Views.ParagraphSettings.textExact": "Tam olarak",
"SSE.Views.ParagraphSettings.txtAutoText": "Otomatik",
- "SSE.Views.ParagraphSettingsAdvanced.cancelButtonText": "İptal Et",
"SSE.Views.ParagraphSettingsAdvanced.noTabs": "Belirtilen sekmeler bu alanda görünecektir",
- "SSE.Views.ParagraphSettingsAdvanced.okButtonText": "TAMAM",
"SSE.Views.ParagraphSettingsAdvanced.strAllCaps": "Tüm başlıklar",
"SSE.Views.ParagraphSettingsAdvanced.strDoubleStrike": "Üstü çift çizili",
- "SSE.Views.ParagraphSettingsAdvanced.strIndentsFirstLine": "İlk Satır",
"SSE.Views.ParagraphSettingsAdvanced.strIndentsLeftText": "Sol",
"SSE.Views.ParagraphSettingsAdvanced.strIndentsRightText": "Sağ",
"SSE.Views.ParagraphSettingsAdvanced.strParagraphFont": "Yazı Tipi",
@@ -1301,7 +1271,6 @@
"SSE.Views.ParagraphSettingsAdvanced.textTabRight": "Sağ",
"SSE.Views.ParagraphSettingsAdvanced.textTitle": "Paragraf - Gelişmiş Ayarlar",
"SSE.Views.PrintSettings.btnPrint": "Kaydet & Yazdır",
- "SSE.Views.PrintSettings.cancelButtonText": "İptal Et",
"SSE.Views.PrintSettings.strBottom": "Alt",
"SSE.Views.PrintSettings.strLandscape": "Peyzaj",
"SSE.Views.PrintSettings.strLeft": "Sol",
@@ -1336,8 +1305,6 @@
"SSE.Views.RightMenu.txtSparklineSettings": "Sparkline Ayarları",
"SSE.Views.RightMenu.txtTableSettings": "Tablo Ayarları",
"SSE.Views.RightMenu.txtTextArtSettings": "Text Art Settings",
- "SSE.Views.SetValueDialog.cancelButtonText": "İptal Et",
- "SSE.Views.SetValueDialog.okButtonText": "TAMAM",
"SSE.Views.SetValueDialog.txtMaxText": "Bu alan için maksimum değer {0}",
"SSE.Views.SetValueDialog.txtMinText": "Bu alan için minimum değer {0}",
"SSE.Views.ShapeSettings.strBackground": "Arka plan rengi",
@@ -1383,8 +1350,6 @@
"SSE.Views.ShapeSettings.txtNoBorders": "Çizgi yok",
"SSE.Views.ShapeSettings.txtPapyrus": "Papirus",
"SSE.Views.ShapeSettings.txtWood": "Ahşap",
- "SSE.Views.ShapeSettingsAdvanced.cancelButtonText": "İptal Et",
- "SSE.Views.ShapeSettingsAdvanced.okButtonText": "TAMAM",
"SSE.Views.ShapeSettingsAdvanced.strColumns": "Sütunlar",
"SSE.Views.ShapeSettingsAdvanced.strMargins": "Metin Dolgulama",
"SSE.Views.ShapeSettingsAdvanced.textAlt": "Alternatif Metin",
@@ -1450,7 +1415,6 @@
"SSE.Views.TableOptionsDialog.errorAutoFilterDataRange": "Seçilen hücre aralığı için operasyon tamamlanamadı. Tablo içinde yada dışında tekdüze veri aralığı seçin ve tekrar deneyin.",
"SSE.Views.TableOptionsDialog.errorFTChangeTableRangeError": "Seçili hücre aralığı için işlem yapılamıyor. İlk tablo satırı aynı satırda olan bir aralık seçilir ve sonuç tablosu mevcut olanın üstüne biner.",
"SSE.Views.TableOptionsDialog.errorFTRangeIncludedOtherTables": "Seçili hücre aralığı için işlem yapılamıyor. Diğer tabloları içeren bir aralık seçemezsiniz.",
- "SSE.Views.TableOptionsDialog.textCancel": "İptal Et",
"SSE.Views.TableOptionsDialog.txtEmpty": "Bu alan gereklidir",
"SSE.Views.TableOptionsDialog.txtFormat": "Tablo oluştur",
"SSE.Views.TableOptionsDialog.txtInvalidRange": "HATA! Geçersiz hücre aralığı",
@@ -1469,7 +1433,6 @@
"SSE.Views.TableSettings.selectTableText": "Tablo Seç",
"SSE.Views.TableSettings.textAdvanced": "Gelişmiş Ayarları Göster",
"SSE.Views.TableSettings.textBanded": "Bağlı",
- "SSE.Views.TableSettings.textCancel": "İptal",
"SSE.Views.TableSettings.textColumns": "Sütunlar",
"SSE.Views.TableSettings.textConvertRange": "Aralığa dönüştür",
"SSE.Views.TableSettings.textEdit": "Satırlar & Sütunlar",
@@ -1482,7 +1445,6 @@
"SSE.Views.TableSettings.textIsLocked": "Bu eleman başka bir kullanıcı tarafından düzenleniyor.",
"SSE.Views.TableSettings.textLast": "Son",
"SSE.Views.TableSettings.textLongOperation": "Uzun işlem",
- "SSE.Views.TableSettings.textOK": "TAMAM",
"SSE.Views.TableSettings.textReservedName": "Kullanmak istediğiniz ad zaten hücre formüllerinde referanslanmış. Lütfen başka bir ad kkullanın.",
"SSE.Views.TableSettings.textResize": "Tabloyu yeniden boyutlandır",
"SSE.Views.TableSettings.textRows": "Satırlar",
@@ -1491,8 +1453,6 @@
"SSE.Views.TableSettings.textTemplate": "Şablondan Seç",
"SSE.Views.TableSettings.textTotal": "Toplam",
"SSE.Views.TableSettings.warnLongOperation": "Yapmak istediğiniz işlemin tamamlanması uzun sürebilir. Devam etmek istediğinize emin misiniz?",
- "SSE.Views.TableSettingsAdvanced.cancelButtonText": "İptal",
- "SSE.Views.TableSettingsAdvanced.okButtonText": "Tamam",
"SSE.Views.TableSettingsAdvanced.textAlt": "Alternatif Metin",
"SSE.Views.TableSettingsAdvanced.textAltDescription": "Açıklama",
"SSE.Views.TableSettingsAdvanced.textAltTip": "Görsel obje bilgilerinin alternatif metin tabanlı sunumu görsel veya bilinçsel açıdan problem yaşan kişilere okunarak resimdeki, şekildeki, grafikteki veya tablodaki bilgileri daha kolay anlamalarını sağlamayı amaçlar.",
@@ -1724,8 +1684,6 @@
"SSE.Views.Toolbar.txtTime": "Zaman",
"SSE.Views.Toolbar.txtUnmerge": "Hücreleri Ayır",
"SSE.Views.Toolbar.txtYen": "¥ Yen",
- "SSE.Views.Top10FilterDialog.cancelButtonText": "İptal",
- "SSE.Views.Top10FilterDialog.okButtonText": "TAMAM",
"SSE.Views.Top10FilterDialog.textType": "Göster",
"SSE.Views.Top10FilterDialog.txtBottom": "Alt",
"SSE.Views.Top10FilterDialog.txtItems": "Öğe",
diff --git a/apps/spreadsheeteditor/main/locale/uk.json b/apps/spreadsheeteditor/main/locale/uk.json
index 7ab1ad781..355647b8f 100644
--- a/apps/spreadsheeteditor/main/locale/uk.json
+++ b/apps/spreadsheeteditor/main/locale/uk.json
@@ -6,7 +6,6 @@
"Common.UI.ComboBorderSizeEditable.txtNoBorders": "Немає кордонів",
"Common.UI.ComboDataView.emptyComboText": "Немає стилів",
"Common.UI.ExtendedColorDialog.addButtonText": "Додати",
- "Common.UI.ExtendedColorDialog.cancelButtonText": "Скасувати",
"Common.UI.ExtendedColorDialog.textCurrent": "В данний час",
"Common.UI.ExtendedColorDialog.textHexErr": "Введене значення невірно. Будь ласка, введіть значення між 000000 та FFFFFF.",
"Common.UI.ExtendedColorDialog.textNew": "Новий",
@@ -45,8 +44,6 @@
"Common.Views.About.txtPoweredBy": "Під керуванням",
"Common.Views.About.txtTel": "Тел.:",
"Common.Views.About.txtVersion": "Версія",
- "Common.Views.AdvancedSettingsWindow.cancelButtonText": "Скасувати",
- "Common.Views.AdvancedSettingsWindow.okButtonText": "OК",
"Common.Views.Chat.textSend": "Надіслати",
"Common.Views.Comments.textAdd": "Додати",
"Common.Views.Comments.textAddComment": "Добавити коментар",
@@ -84,13 +81,9 @@
"Common.Views.Header.tipViewUsers": "Переглядайте користувачів та керуйте правами доступу до документів",
"Common.Views.Header.txtAccessRights": "Змінити права доступу",
"Common.Views.Header.txtRename": "Перейменування",
- "Common.Views.ImageFromUrlDialog.cancelButtonText": "Скасувати",
- "Common.Views.ImageFromUrlDialog.okButtonText": "OК",
"Common.Views.ImageFromUrlDialog.textUrl": "Вставити URL зображення:",
"Common.Views.ImageFromUrlDialog.txtEmpty": "Це поле є обов'язковим",
"Common.Views.ImageFromUrlDialog.txtNotUrl": "Це поле має бути URL-адресою у форматі \"http://www.example.com\"",
- "Common.Views.OpenDialog.cancelButtonText": "Скасувати",
- "Common.Views.OpenDialog.okButtonText": "OК",
"Common.Views.OpenDialog.txtDelimiter": "Розділювач",
"Common.Views.OpenDialog.txtEncoding": "Кодування",
"Common.Views.OpenDialog.txtOther": "Інший",
@@ -105,8 +98,6 @@
"Common.Views.Plugins.textLoading": "Завантаження",
"Common.Views.Plugins.textStart": "Початок",
"Common.Views.Plugins.textStop": "Зупинитись",
- "Common.Views.RenameDialog.cancelButtonText": "Скасувати",
- "Common.Views.RenameDialog.okButtonText": "Ок",
"Common.Views.RenameDialog.textName": "Ім'я файлу",
"Common.Views.RenameDialog.txtInvalidName": "Ім'я файлу не може містити жодного з наступних символів:",
"SSE.Controllers.DocumentHolder.alignmentText": "Вирівнювання",
@@ -403,7 +394,6 @@
"SSE.Controllers.Toolbar.errorStockChart": "Невірний порядок рядків. Щоб побудувати фондову діаграму, помістіть дані на аркуші в наступному порядку: ціна відкриття, максимальна ціна, мінімальна ціна, ціна закриття.",
"SSE.Controllers.Toolbar.textAccent": "Акценти",
"SSE.Controllers.Toolbar.textBracket": "дужки",
- "SSE.Controllers.Toolbar.textCancel": "Скасувати",
"SSE.Controllers.Toolbar.textFontSizeErr": "Введене значення невірно. Будь ласка, введіть числове значення від 1 до 409",
"SSE.Controllers.Toolbar.textFraction": "Дроби",
"SSE.Controllers.Toolbar.textFunction": "Функції",
@@ -741,8 +731,6 @@
"SSE.Controllers.Toolbar.warnLongOperation": "Операція, яку ви збираєтеся виконати, може зайняти досить багато часу. Ви впевнені, що хочете продовжити?",
"SSE.Controllers.Toolbar.warnMergeLostData": "Дані лише з верхньої лівої клітинки залишаться в об'єднаній клітині. Ви впевнені, що хочете продовжити?",
"SSE.Views.AutoFilterDialog.btnCustomFilter": "Спеціальний фільтр",
- "SSE.Views.AutoFilterDialog.cancelButtonText": "Скасувати",
- "SSE.Views.AutoFilterDialog.okButtonText": "OК",
"SSE.Views.AutoFilterDialog.textAddSelection": "Додати поточний вибір для фільтрації",
"SSE.Views.AutoFilterDialog.textEmptyItem": "{Blanks}",
"SSE.Views.AutoFilterDialog.textSelectAll": "Виділити все",
@@ -781,7 +769,6 @@
"SSE.Views.CellEditor.tipFormula": "Вставити функцію",
"SSE.Views.CellRangeDialog.errorMaxRows": "ПОМИЛКА! Максимальна кількість даних на кожну діаграму становить 255",
"SSE.Views.CellRangeDialog.errorStockChart": "Невірний порядок рядків. Щоб побудувати фондову діаграму, помістіть дані на аркуші в наступному порядку: ціна відкриття, максимальна ціна, мінімальна ціна, ціна закриття.",
- "SSE.Views.CellRangeDialog.textCancel": "Скасувати",
"SSE.Views.CellRangeDialog.txtEmpty": "Це поле є обов'язковим",
"SSE.Views.CellRangeDialog.txtInvalidRange": "ПОМИЛКА! Невірний діапазон клітин",
"SSE.Views.CellRangeDialog.txtTitle": "Виберати діапазон даних",
@@ -819,7 +806,6 @@
"SSE.Views.ChartSettings.textType": "Тип",
"SSE.Views.ChartSettings.textWidth": "Ширина",
"SSE.Views.ChartSettings.textWinLossSpark": "Win / Loss",
- "SSE.Views.ChartSettingsDlg.cancelButtonText": "Скасувати",
"SSE.Views.ChartSettingsDlg.errorMaxRows": "ПОМИЛКА! Максимальна кількість даних на кожну діаграму становить 255",
"SSE.Views.ChartSettingsDlg.errorStockChart": "Невірний порядок рядків. Щоб побудувати фондову діаграму, помістіть дані на аркуші в наступному порядку: ціна відкриття, максимальна ціна, мінімальна ціна, ціна закриття.",
"SSE.Views.ChartSettingsDlg.textAlt": "Альтернативний текст",
@@ -953,7 +939,6 @@
"SSE.Views.ChartSettingsDlg.textYAxisTitle": "Назва осі Y",
"SSE.Views.ChartSettingsDlg.textZero": "Нуль",
"SSE.Views.ChartSettingsDlg.txtEmpty": "Це поле є обов'язковим",
- "SSE.Views.DigitalFilterDialog.cancelButtonText": "Скасувати",
"SSE.Views.DigitalFilterDialog.capAnd": "і",
"SSE.Views.DigitalFilterDialog.capCondition1": "Дорівнює",
"SSE.Views.DigitalFilterDialog.capCondition10": "не закінчується з",
@@ -1124,11 +1109,9 @@
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWin": "як Windows",
"SSE.Views.FileMenuPanels.Settings.txtGeneral": "Загальні",
"SSE.Views.FileMenuPanels.Settings.txtPageSettings": "Налаштування сторінки",
- "SSE.Views.FormatSettingsDialog.textCancel": "Скасувати",
"SSE.Views.FormatSettingsDialog.textCategory": "Категорія",
"SSE.Views.FormatSettingsDialog.textDecimal": "десятковий дріб",
"SSE.Views.FormatSettingsDialog.textFormat": "Формат",
- "SSE.Views.FormatSettingsDialog.textOk": "OК",
"SSE.Views.FormatSettingsDialog.textSeparator": "Використовуйте 1000 роздільник",
"SSE.Views.FormatSettingsDialog.textSymbols": "Символи",
"SSE.Views.FormatSettingsDialog.textTitle": "Номер формату",
@@ -1153,13 +1136,10 @@
"SSE.Views.FormatSettingsDialog.txtUpto1": "До однієї цифри (1/3)",
"SSE.Views.FormatSettingsDialog.txtUpto2": "До двох цифр (12/25)",
"SSE.Views.FormatSettingsDialog.txtUpto3": "До трьох цифр (131/135)",
- "SSE.Views.FormulaDialog.cancelButtonText": "Скасувати",
- "SSE.Views.FormulaDialog.okButtonText": "OК",
"SSE.Views.FormulaDialog.sDescription": "Опис",
"SSE.Views.FormulaDialog.textGroupDescription": "Виберіть функціональну групу",
"SSE.Views.FormulaDialog.textListDescription": "Вибрати функцію",
"SSE.Views.FormulaDialog.txtTitle": "Вставити функцію",
- "SSE.Views.HyperlinkSettingsDialog.cancelButtonText": "Скасувати",
"SSE.Views.HyperlinkSettingsDialog.strDisplay": "Дісплей",
"SSE.Views.HyperlinkSettingsDialog.strLinkTo": "З'єднатися з",
"SSE.Views.HyperlinkSettingsDialog.strRange": "Діапазон",
@@ -1186,8 +1166,6 @@
"SSE.Views.ImageSettings.textOriginalSize": "Розмір за умовчанням",
"SSE.Views.ImageSettings.textSize": "Розмір",
"SSE.Views.ImageSettings.textWidth": "Ширина",
- "SSE.Views.ImageSettingsAdvanced.cancelButtonText": "Скасувати",
- "SSE.Views.ImageSettingsAdvanced.okButtonText": "Ок",
"SSE.Views.ImageSettingsAdvanced.textAlt": "Альтернативний текст",
"SSE.Views.ImageSettingsAdvanced.textAltDescription": "Опис",
"SSE.Views.ImageSettingsAdvanced.textAltTip": "Альтернативне текстове представлення інформації про візуальний об'єкт, яке може бути прочитано людям із порушеннями зору або когнітивними дисфункціями, щоб вони могли краще зрозуміти, яка інформація знаходиться в зображенні, автошопі, діаграмі або таблиці.",
@@ -1220,11 +1198,9 @@
"SSE.Views.MainSettingsPrint.textPrintGrid": "Друк мережних ліній",
"SSE.Views.MainSettingsPrint.textPrintHeadings": "Друк рядків і колонок заголовків",
"SSE.Views.MainSettingsPrint.textSettings": "Налаштування для",
- "SSE.Views.NamedRangeEditDlg.cancelButtonText": "Скасувати",
"SSE.Views.NamedRangeEditDlg.errorCreateDefName": "Існуючі названі діапазони не можна редагувати, а нові не можна створити на даний момент, оскільки деякі з них редагуються.",
"SSE.Views.NamedRangeEditDlg.namePlaceholder": "Визначене ім'я",
"SSE.Views.NamedRangeEditDlg.notcriticalErrorTitle": "Застереження",
- "SSE.Views.NamedRangeEditDlg.okButtonText": "OK",
"SSE.Views.NamedRangeEditDlg.strWorkbook": "Робоча книга",
"SSE.Views.NamedRangeEditDlg.textDataRange": "Діапазон даних",
"SSE.Views.NamedRangeEditDlg.textExistName": "ПОМИЛКА! Діапазон з такою назвою вже існує",
@@ -1238,13 +1214,10 @@
"SSE.Views.NamedRangeEditDlg.txtEmpty": "Це поле є обов'язковим",
"SSE.Views.NamedRangeEditDlg.txtTitleEdit": "Редагувати назву",
"SSE.Views.NamedRangeEditDlg.txtTitleNew": "Нове ім'я",
- "SSE.Views.NamedRangePasteDlg.cancelButtonText": "Скасувати",
- "SSE.Views.NamedRangePasteDlg.okButtonText": "OK",
"SSE.Views.NamedRangePasteDlg.textNames": "Названі діапазони",
"SSE.Views.NamedRangePasteDlg.txtTitle": "Вставити назву",
"SSE.Views.NameManagerDlg.closeButtonText": "Закрити",
"SSE.Views.NameManagerDlg.guestText": "Гість",
- "SSE.Views.NameManagerDlg.okButtonText": "OK",
"SSE.Views.NameManagerDlg.textDataRange": "Діапазон даних",
"SSE.Views.NameManagerDlg.textDelete": "Видалити",
"SSE.Views.NameManagerDlg.textEdit": "Редагувати",
@@ -1272,12 +1245,9 @@
"SSE.Views.ParagraphSettings.textAuto": "Багаторазовий",
"SSE.Views.ParagraphSettings.textExact": "Точно",
"SSE.Views.ParagraphSettings.txtAutoText": "Авто",
- "SSE.Views.ParagraphSettingsAdvanced.cancelButtonText": "Скасувати",
"SSE.Views.ParagraphSettingsAdvanced.noTabs": "Вказані вкладки з'являться в цьому полі",
- "SSE.Views.ParagraphSettingsAdvanced.okButtonText": "OК",
"SSE.Views.ParagraphSettingsAdvanced.strAllCaps": "Всі шапки",
"SSE.Views.ParagraphSettingsAdvanced.strDoubleStrike": "Подвійне перекреслення",
- "SSE.Views.ParagraphSettingsAdvanced.strIndentsFirstLine": "Перша лінія",
"SSE.Views.ParagraphSettingsAdvanced.strIndentsLeftText": "Лівий",
"SSE.Views.ParagraphSettingsAdvanced.strIndentsRightText": "Право",
"SSE.Views.ParagraphSettingsAdvanced.strParagraphFont": "Шрифт",
@@ -1300,7 +1270,6 @@
"SSE.Views.ParagraphSettingsAdvanced.textTabRight": "Право",
"SSE.Views.ParagraphSettingsAdvanced.textTitle": "Параграф - розширені налаштування",
"SSE.Views.PrintSettings.btnPrint": "Зберегти і роздрукувати",
- "SSE.Views.PrintSettings.cancelButtonText": "Скасувати",
"SSE.Views.PrintSettings.strBottom": "Внизу",
"SSE.Views.PrintSettings.strLandscape": "ландшафт",
"SSE.Views.PrintSettings.strLeft": "Лівий",
@@ -1335,8 +1304,6 @@
"SSE.Views.RightMenu.txtSparklineSettings": "Налаштування міні-діаграм",
"SSE.Views.RightMenu.txtTableSettings": "Налаштування таблиці",
"SSE.Views.RightMenu.txtTextArtSettings": "Налаштування текст Art",
- "SSE.Views.SetValueDialog.cancelButtonText": "Скасувати",
- "SSE.Views.SetValueDialog.okButtonText": "OК",
"SSE.Views.SetValueDialog.txtMaxText": "Максимальне значення для цього поля: {0}",
"SSE.Views.SetValueDialog.txtMinText": "Мінімальне значення для цього поля: {0}",
"SSE.Views.ShapeSettings.strBackground": "Колір фону",
@@ -1382,8 +1349,6 @@
"SSE.Views.ShapeSettings.txtNoBorders": "Немає лінії",
"SSE.Views.ShapeSettings.txtPapyrus": "Папірус",
"SSE.Views.ShapeSettings.txtWood": "Дерево",
- "SSE.Views.ShapeSettingsAdvanced.cancelButtonText": "Скасувати",
- "SSE.Views.ShapeSettingsAdvanced.okButtonText": "OК",
"SSE.Views.ShapeSettingsAdvanced.strColumns": "Колонки",
"SSE.Views.ShapeSettingsAdvanced.strMargins": "Текстове накладення тексту",
"SSE.Views.ShapeSettingsAdvanced.textAlt": "Альтернативний текст",
@@ -1449,7 +1414,6 @@
"SSE.Views.TableOptionsDialog.errorAutoFilterDataRange": "Для вибраного діапазону клітинок операція не може бути виконана. Виберіть єдиний діапазон даних, відмінний від існуючого, і спробуйте ще раз.",
"SSE.Views.TableOptionsDialog.errorFTChangeTableRangeError": "Операція не може бути завершена для вибраного діапазону клітин. Виберіть діапазон таким чином, щоб перший рядок таблиці містився в одному рядку , а таблиця результату перекрила поточну.",
"SSE.Views.TableOptionsDialog.errorFTRangeIncludedOtherTables": "Операція не може бути завершена для вибраного діапазону клітин. Виберіть діапазон, який не включає інші таблиці.",
- "SSE.Views.TableOptionsDialog.textCancel": "Скасувати",
"SSE.Views.TableOptionsDialog.txtEmpty": "Це поле є обов'язковим",
"SSE.Views.TableOptionsDialog.txtFormat": "Створити таблицю",
"SSE.Views.TableOptionsDialog.txtInvalidRange": "ПОМИЛКА! Невірний діапазон клітин",
@@ -1468,7 +1432,6 @@
"SSE.Views.TableSettings.selectTableText": "Виберіть таблицю",
"SSE.Views.TableSettings.textAdvanced": "Показати додаткові налаштування",
"SSE.Views.TableSettings.textBanded": "У смужку",
- "SSE.Views.TableSettings.textCancel": "Скасувати",
"SSE.Views.TableSettings.textColumns": "Колонки",
"SSE.Views.TableSettings.textConvertRange": "Перетворити в діапазон",
"SSE.Views.TableSettings.textEdit": "Рядки і колони",
@@ -1481,7 +1444,6 @@
"SSE.Views.TableSettings.textIsLocked": "Цей елемент редагує інший користувач.",
"SSE.Views.TableSettings.textLast": "Останній",
"SSE.Views.TableSettings.textLongOperation": "Довга операція",
- "SSE.Views.TableSettings.textOK": "OК",
"SSE.Views.TableSettings.textReservedName": "Ім'я, яке ви намагаєтесь використовувати, вже посилається на формули клітинки. Будь ласка, використовуйте якесь інше ім'я.",
"SSE.Views.TableSettings.textResize": "Змінити розмір таблиці",
"SSE.Views.TableSettings.textRows": "Рядки",
@@ -1490,8 +1452,6 @@
"SSE.Views.TableSettings.textTemplate": "Виберіть з шаблону",
"SSE.Views.TableSettings.textTotal": "Загалом",
"SSE.Views.TableSettings.warnLongOperation": "Операція, яку ви збираєтеся виконати, може зайняти досить багато часу. Ви впевнені, що хочете продовжити?",
- "SSE.Views.TableSettingsAdvanced.cancelButtonText": "Скасувати",
- "SSE.Views.TableSettingsAdvanced.okButtonText": "OK",
"SSE.Views.TableSettingsAdvanced.textAlt": "Альтернативний текст",
"SSE.Views.TableSettingsAdvanced.textAltDescription": "Опис",
"SSE.Views.TableSettingsAdvanced.textAltTip": "Альтернативне текстове представлення інформації про візуальний об'єкт, яке може бути прочитано людям із порушеннями зору або когнітивними дисфункціями, щоб вони могли краще зрозуміти, яка інформація знаходиться в зображенні, автошопі, діаграмі або таблиці.",
@@ -1723,8 +1683,6 @@
"SSE.Views.Toolbar.txtTime": "Час",
"SSE.Views.Toolbar.txtUnmerge": "Вилучити клітини",
"SSE.Views.Toolbar.txtYen": "¥ Йен",
- "SSE.Views.Top10FilterDialog.cancelButtonText": "Скасувати",
- "SSE.Views.Top10FilterDialog.okButtonText": "OК",
"SSE.Views.Top10FilterDialog.textType": "Показати",
"SSE.Views.Top10FilterDialog.txtBottom": "Внизу",
"SSE.Views.Top10FilterDialog.txtItems": "Пункт",
diff --git a/apps/spreadsheeteditor/main/locale/vi.json b/apps/spreadsheeteditor/main/locale/vi.json
index 3ee165adc..2cdac549d 100644
--- a/apps/spreadsheeteditor/main/locale/vi.json
+++ b/apps/spreadsheeteditor/main/locale/vi.json
@@ -6,7 +6,6 @@
"Common.UI.ComboBorderSizeEditable.txtNoBorders": "Không viền",
"Common.UI.ComboDataView.emptyComboText": "Không có kiểu",
"Common.UI.ExtendedColorDialog.addButtonText": "Thêm",
- "Common.UI.ExtendedColorDialog.cancelButtonText": "Hủy",
"Common.UI.ExtendedColorDialog.textCurrent": "Hiện tại",
"Common.UI.ExtendedColorDialog.textHexErr": "Giá trị đã nhập không chính xác. Nhập một giá trị thuộc từ 000000 đến FFFFFF.",
"Common.UI.ExtendedColorDialog.textNew": "Mới",
@@ -45,8 +44,6 @@
"Common.Views.About.txtPoweredBy": "Được hỗ trợ bởi",
"Common.Views.About.txtTel": "ĐT.: ",
"Common.Views.About.txtVersion": "Phiên bản",
- "Common.Views.AdvancedSettingsWindow.cancelButtonText": "Hủy",
- "Common.Views.AdvancedSettingsWindow.okButtonText": "OK",
"Common.Views.Chat.textSend": "Gửi",
"Common.Views.Comments.textAdd": "Thêm",
"Common.Views.Comments.textAddComment": "Thêm bình luận",
@@ -84,13 +81,9 @@
"Common.Views.Header.tipViewUsers": "Xem người dùng và quản lý quyền truy cập tài liệu",
"Common.Views.Header.txtAccessRights": "Thay đổi quyền truy cập",
"Common.Views.Header.txtRename": "Đổi tên",
- "Common.Views.ImageFromUrlDialog.cancelButtonText": "Hủy",
- "Common.Views.ImageFromUrlDialog.okButtonText": "OK",
"Common.Views.ImageFromUrlDialog.textUrl": "Dán URL hình ảnh:",
"Common.Views.ImageFromUrlDialog.txtEmpty": "Trường bắt buộc",
"Common.Views.ImageFromUrlDialog.txtNotUrl": "Trường này phải là một URL có định dạng \"http://www.example.com\"",
- "Common.Views.OpenDialog.cancelButtonText": "Hủy",
- "Common.Views.OpenDialog.okButtonText": "OK",
"Common.Views.OpenDialog.txtDelimiter": "Dấu phân cách",
"Common.Views.OpenDialog.txtEncoding": "Mã hóa",
"Common.Views.OpenDialog.txtIncorrectPwd": "Mật khẩu không đúng.",
@@ -106,8 +99,6 @@
"Common.Views.Plugins.textLoading": "Đang tải",
"Common.Views.Plugins.textStart": "Bắt đầu",
"Common.Views.Plugins.textStop": "Dừng",
- "Common.Views.RenameDialog.cancelButtonText": "Hủy",
- "Common.Views.RenameDialog.okButtonText": "OK",
"Common.Views.RenameDialog.textName": "Tên file",
"Common.Views.RenameDialog.txtInvalidName": "Tên file không được chứa bất kỳ ký tự nào sau đây:",
"SSE.Controllers.DocumentHolder.alignmentText": "Căn chỉnh",
@@ -403,7 +394,6 @@
"SSE.Controllers.Toolbar.errorStockChart": "Thứ tự hàng không chính xác. Để xây dựng một biểu đồ chứng khoán đặt dữ liệu trên giấy theo thứ tự sau: giá mở phiên, giá cao nhất, giá thấp nhất, giá đóng phiên.",
"SSE.Controllers.Toolbar.textAccent": "Dấu phụ",
"SSE.Controllers.Toolbar.textBracket": "Dấu ngoặc",
- "SSE.Controllers.Toolbar.textCancel": "Hủy",
"SSE.Controllers.Toolbar.textFontSizeErr": "Giá trị đã nhập không chính xác. Vui lòng nhập một giá trị số giữa 1 và 409",
"SSE.Controllers.Toolbar.textFraction": "Phân số",
"SSE.Controllers.Toolbar.textFunction": "Hàm số",
@@ -741,8 +731,6 @@
"SSE.Controllers.Toolbar.warnLongOperation": "Thao tác mà bạn sắp thực hiện có thể mất khá nhiều thời gian để hoàn thành. Bạn có chắc là muốn tiếp tục?",
"SSE.Controllers.Toolbar.warnMergeLostData": "Chỉ dữ liệu từ ô phía trên bên trái sẽ vẫn nằm trong ô được gộp. Bạn có chắc là muốn tiếp tục?",
"SSE.Views.AutoFilterDialog.btnCustomFilter": "Bộ lọc tùy chỉnh",
- "SSE.Views.AutoFilterDialog.cancelButtonText": "Hủy",
- "SSE.Views.AutoFilterDialog.okButtonText": "OK",
"SSE.Views.AutoFilterDialog.textAddSelection": "Thêm lựa chọn hiện tại để lọc",
"SSE.Views.AutoFilterDialog.textEmptyItem": "{Blanks}",
"SSE.Views.AutoFilterDialog.textSelectAll": "Chọn tất cả",
@@ -781,7 +769,6 @@
"SSE.Views.CellEditor.tipFormula": "Chèn hàm số",
"SSE.Views.CellRangeDialog.errorMaxRows": "LỖI! Số chuỗi dữ liệu tối đa cho mỗi biểu đồ là 255",
"SSE.Views.CellRangeDialog.errorStockChart": "Thứ tự hàng không chính xác. Để xây dựng một biểu đồ chứng khoán đặt dữ liệu trên giấy theo thứ tự sau: giá mở phiên, giá cao nhất, giá thấp nhất, giá đóng phiên.",
- "SSE.Views.CellRangeDialog.textCancel": "Hủy",
"SSE.Views.CellRangeDialog.txtEmpty": "Trường bắt buộc",
"SSE.Views.CellRangeDialog.txtInvalidRange": "LỖI! Phạm vi ô không hợp lệ",
"SSE.Views.CellRangeDialog.txtTitle": "Chọn phạm vi dữ liệu",
@@ -819,7 +806,6 @@
"SSE.Views.ChartSettings.textType": "Loại",
"SSE.Views.ChartSettings.textWidth": "Chiều rộng",
"SSE.Views.ChartSettings.textWinLossSpark": "Win/Loss",
- "SSE.Views.ChartSettingsDlg.cancelButtonText": "Hủy",
"SSE.Views.ChartSettingsDlg.errorMaxRows": "LỖI! Số chuỗi dữ liệu tối đa cho mỗi biểu đồ là 255",
"SSE.Views.ChartSettingsDlg.errorStockChart": "Thứ tự hàng không chính xác. Để xây dựng một biểu đồ chứng khoán đặt dữ liệu trên giấy theo thứ tự sau: giá mở phiên, giá cao nhất, giá thấp nhất, giá đóng phiên.",
"SSE.Views.ChartSettingsDlg.textAlt": "Văn bản thay thế",
@@ -953,7 +939,6 @@
"SSE.Views.ChartSettingsDlg.textYAxisTitle": "Tiêu đề Trục Y",
"SSE.Views.ChartSettingsDlg.textZero": "0",
"SSE.Views.ChartSettingsDlg.txtEmpty": "Trường bắt buộc",
- "SSE.Views.DigitalFilterDialog.cancelButtonText": "Hủy",
"SSE.Views.DigitalFilterDialog.capAnd": "Và",
"SSE.Views.DigitalFilterDialog.capCondition1": "bằng",
"SSE.Views.DigitalFilterDialog.capCondition10": "không kết thúc bằng",
@@ -1123,11 +1108,9 @@
"SSE.Views.FileMenuPanels.MainSettingsGeneral.txtWin": "như Windows",
"SSE.Views.FileMenuPanels.Settings.txtGeneral": "Tổng quát",
"SSE.Views.FileMenuPanels.Settings.txtPageSettings": "Cài đặt trang",
- "SSE.Views.FormatSettingsDialog.textCancel": "Hủy",
"SSE.Views.FormatSettingsDialog.textCategory": "Danh mục",
"SSE.Views.FormatSettingsDialog.textDecimal": "Thập phân",
"SSE.Views.FormatSettingsDialog.textFormat": "Định dạng",
- "SSE.Views.FormatSettingsDialog.textOk": "OK",
"SSE.Views.FormatSettingsDialog.textSeparator": "Sử dụng phân tách 1000",
"SSE.Views.FormatSettingsDialog.textSymbols": "Biểu tượng",
"SSE.Views.FormatSettingsDialog.textTitle": "Định dạng số",
@@ -1152,13 +1135,10 @@
"SSE.Views.FormatSettingsDialog.txtUpto1": "Tối đa một chữ số (1/3)",
"SSE.Views.FormatSettingsDialog.txtUpto2": "Tối đa hai chữ số (12/25)",
"SSE.Views.FormatSettingsDialog.txtUpto3": "Tối đa ba chữ số (131/135)",
- "SSE.Views.FormulaDialog.cancelButtonText": "Hủy",
- "SSE.Views.FormulaDialog.okButtonText": "OK",
"SSE.Views.FormulaDialog.sDescription": "Mô tả",
"SSE.Views.FormulaDialog.textGroupDescription": "Chọn nhóm Hàm",
"SSE.Views.FormulaDialog.textListDescription": "Chọn hàm",
"SSE.Views.FormulaDialog.txtTitle": "Chèn hàm số",
- "SSE.Views.HyperlinkSettingsDialog.cancelButtonText": "Hủy",
"SSE.Views.HyperlinkSettingsDialog.strDisplay": "Hiển thị",
"SSE.Views.HyperlinkSettingsDialog.strLinkTo": "Liên kết tới",
"SSE.Views.HyperlinkSettingsDialog.strRange": "Phạm vi",
@@ -1185,8 +1165,6 @@
"SSE.Views.ImageSettings.textOriginalSize": "Kích thước mặc định",
"SSE.Views.ImageSettings.textSize": "Kích thước",
"SSE.Views.ImageSettings.textWidth": "Chiều rộng",
- "SSE.Views.ImageSettingsAdvanced.cancelButtonText": "Hủy",
- "SSE.Views.ImageSettingsAdvanced.okButtonText": "OK",
"SSE.Views.ImageSettingsAdvanced.textAlt": "Văn bản thay thế",
"SSE.Views.ImageSettingsAdvanced.textAltDescription": "Mô tả",
"SSE.Views.ImageSettingsAdvanced.textAltTip": "Miêu tả thay thế dưới dạng văn bản thông tin đối tượng trực quan, sẽ được đọc cho những người bị suy giảm thị lực hoặc nhận thức để giúp họ hiểu rõ hơn về những thông tin có trong hình ảnh, autoshape, biểu đồ hoặc bảng.",
@@ -1219,11 +1197,9 @@
"SSE.Views.MainSettingsPrint.textPrintGrid": "In đường lưới",
"SSE.Views.MainSettingsPrint.textPrintHeadings": "In tiêu đề hàng và cột",
"SSE.Views.MainSettingsPrint.textSettings": "Thiết lập cho",
- "SSE.Views.NamedRangeEditDlg.cancelButtonText": "Hủy",
"SSE.Views.NamedRangeEditDlg.errorCreateDefName": "Không thể chỉnh sửa các phạm vi được đặt tên hiện tại và hiện thời không thể tạo các phạm vi mới vì một số trong đó đang được chỉnh sửa.",
"SSE.Views.NamedRangeEditDlg.namePlaceholder": "Tên đã định nghĩa",
"SSE.Views.NamedRangeEditDlg.notcriticalErrorTitle": "Cảnh báo",
- "SSE.Views.NamedRangeEditDlg.okButtonText": "OK",
"SSE.Views.NamedRangeEditDlg.strWorkbook": "Workbook",
"SSE.Views.NamedRangeEditDlg.textDataRange": "Phạm vi dữ liệu",
"SSE.Views.NamedRangeEditDlg.textExistName": "LỖI! Phạm vi có tên như vậy đã tồn tại",
@@ -1237,13 +1213,10 @@
"SSE.Views.NamedRangeEditDlg.txtEmpty": "Trường bắt buộc",
"SSE.Views.NamedRangeEditDlg.txtTitleEdit": "Chỉnh sửa Tên",
"SSE.Views.NamedRangeEditDlg.txtTitleNew": "Tên mới",
- "SSE.Views.NamedRangePasteDlg.cancelButtonText": "Hủy",
- "SSE.Views.NamedRangePasteDlg.okButtonText": "OK",
"SSE.Views.NamedRangePasteDlg.textNames": "Phạm vi được đặt tên",
"SSE.Views.NamedRangePasteDlg.txtTitle": "Dán tên",
"SSE.Views.NameManagerDlg.closeButtonText": "Đóng",
"SSE.Views.NameManagerDlg.guestText": "Khách",
- "SSE.Views.NameManagerDlg.okButtonText": "OK",
"SSE.Views.NameManagerDlg.textDataRange": "Phạm vi dữ liệu",
"SSE.Views.NameManagerDlg.textDelete": "Xóa",
"SSE.Views.NameManagerDlg.textEdit": "Chỉnh sửa",
@@ -1271,12 +1244,9 @@
"SSE.Views.ParagraphSettings.textAuto": "Nhiều",
"SSE.Views.ParagraphSettings.textExact": "Chính xác",
"SSE.Views.ParagraphSettings.txtAutoText": "Tự động",
- "SSE.Views.ParagraphSettingsAdvanced.cancelButtonText": "Hủy",
"SSE.Views.ParagraphSettingsAdvanced.noTabs": "Các tab được chỉ định sẽ xuất hiện trong trường này",
- "SSE.Views.ParagraphSettingsAdvanced.okButtonText": "OK",
"SSE.Views.ParagraphSettingsAdvanced.strAllCaps": "Tất cả Drop cap",
"SSE.Views.ParagraphSettingsAdvanced.strDoubleStrike": "Gạch đôi giữa chữ",
- "SSE.Views.ParagraphSettingsAdvanced.strIndentsFirstLine": "Dòng đầu tiên",
"SSE.Views.ParagraphSettingsAdvanced.strIndentsLeftText": "Trái",
"SSE.Views.ParagraphSettingsAdvanced.strIndentsRightText": "Bên phải",
"SSE.Views.ParagraphSettingsAdvanced.strParagraphFont": "Phông chữ",
@@ -1299,7 +1269,6 @@
"SSE.Views.ParagraphSettingsAdvanced.textTabRight": "Bên phải",
"SSE.Views.ParagraphSettingsAdvanced.textTitle": "Đoạn văn bản - Cài đặt Nâng cao",
"SSE.Views.PrintSettings.btnPrint": "Lưu & In",
- "SSE.Views.PrintSettings.cancelButtonText": "Hủy",
"SSE.Views.PrintSettings.strBottom": "Dưới cùng",
"SSE.Views.PrintSettings.strLandscape": "Nằm ngang",
"SSE.Views.PrintSettings.strLeft": "Trái",
@@ -1334,8 +1303,6 @@
"SSE.Views.RightMenu.txtSparklineSettings": "Cài đặt Sparkline",
"SSE.Views.RightMenu.txtTableSettings": "Cài đặt bảng",
"SSE.Views.RightMenu.txtTextArtSettings": "Cài đặt chữ Nghệ thuật",
- "SSE.Views.SetValueDialog.cancelButtonText": "Hủy",
- "SSE.Views.SetValueDialog.okButtonText": "OK",
"SSE.Views.SetValueDialog.txtMaxText": "Giá trị lớn nhất cho trường này là {0}",
"SSE.Views.SetValueDialog.txtMinText": "Giá trị nhỏ nhất cho trường này là {0}",
"SSE.Views.ShapeSettings.strBackground": "Màu nền",
@@ -1381,8 +1348,6 @@
"SSE.Views.ShapeSettings.txtNoBorders": "Không đường kẻ",
"SSE.Views.ShapeSettings.txtPapyrus": "Giấy cói",
"SSE.Views.ShapeSettings.txtWood": "Gỗ",
- "SSE.Views.ShapeSettingsAdvanced.cancelButtonText": "Hủy",
- "SSE.Views.ShapeSettingsAdvanced.okButtonText": "OK",
"SSE.Views.ShapeSettingsAdvanced.strColumns": "Cột",
"SSE.Views.ShapeSettingsAdvanced.strMargins": "Thêm padding cho văn bản",
"SSE.Views.ShapeSettingsAdvanced.textAlt": "Văn bản thay thế",
@@ -1448,7 +1413,6 @@
"SSE.Views.TableOptionsDialog.errorAutoFilterDataRange": "Không thể thực hiện thao tác cho phạm vi ô đã chọn. Chọn phạm vi dữ liệu thống nhất khác với phạm vi hiện tại và thử lại.",
"SSE.Views.TableOptionsDialog.errorFTChangeTableRangeError": "Không thể hoàn tất thao tác cho phạm vi ô đã chọn. Chọn một phạm vi sao cho cùng trùng hàng đầu của bảng và bảng kết quả chồng chéo lên bảng hiện tại.",
"SSE.Views.TableOptionsDialog.errorFTRangeIncludedOtherTables": "Không thể hoàn tất thao tác cho phạm vi ô đã chọn. Chọn một phạm vi không bao gồm các bảng khác.",
- "SSE.Views.TableOptionsDialog.textCancel": "Hủy",
"SSE.Views.TableOptionsDialog.txtEmpty": "Trường bắt buộc",
"SSE.Views.TableOptionsDialog.txtFormat": "Tạo bảng",
"SSE.Views.TableOptionsDialog.txtInvalidRange": "LỖI! Phạm vi ô không hợp lệ",
@@ -1467,7 +1431,6 @@
"SSE.Views.TableSettings.selectTableText": "Chọn bảng",
"SSE.Views.TableSettings.textAdvanced": "Hiển thị Cài đặt Nâng cao",
"SSE.Views.TableSettings.textBanded": "Gắn dải màu",
- "SSE.Views.TableSettings.textCancel": "Hủy",
"SSE.Views.TableSettings.textColumns": "Cột",
"SSE.Views.TableSettings.textConvertRange": "Chuyển đổi sang phạm vi",
"SSE.Views.TableSettings.textEdit": "Hàng & Cột",
@@ -1480,7 +1443,6 @@
"SSE.Views.TableSettings.textIsLocked": "Phần tử này đang được chỉnh sửa bởi một người dùng khác.",
"SSE.Views.TableSettings.textLast": "Cuối cùng",
"SSE.Views.TableSettings.textLongOperation": "Phép tính dài",
- "SSE.Views.TableSettings.textOK": "OK",
"SSE.Views.TableSettings.textReservedName": "Tên bạn đang cố gắng sử dụng đã được tham chiếu trong các công thức ô. Vui lòng sử dụng tên khác.",
"SSE.Views.TableSettings.textResize": "Thay đổi kích thước bảng",
"SSE.Views.TableSettings.textRows": "Hàng",
@@ -1489,8 +1451,6 @@
"SSE.Views.TableSettings.textTemplate": "Chọn từ Template",
"SSE.Views.TableSettings.textTotal": "Tổng cộng",
"SSE.Views.TableSettings.warnLongOperation": "Thao tác mà bạn sắp thực hiện có thể mất khá nhiều thời gian để hoàn thành. Bạn có chắc là muốn tiếp tục?",
- "SSE.Views.TableSettingsAdvanced.cancelButtonText": "Hủy",
- "SSE.Views.TableSettingsAdvanced.okButtonText": "OK",
"SSE.Views.TableSettingsAdvanced.textAlt": "Văn bản thay thế",
"SSE.Views.TableSettingsAdvanced.textAltDescription": "Mô tả",
"SSE.Views.TableSettingsAdvanced.textAltTip": "Miêu tả thay thế dưới dạng văn bản thông tin đối tượng trực quan, sẽ được đọc cho những người bị suy giảm thị lực hoặc nhận thức để giúp họ hiểu rõ hơn về những thông tin có trong hình ảnh, autoshape, biểu đồ hoặc bảng.",
@@ -1722,8 +1682,6 @@
"SSE.Views.Toolbar.txtTime": "Thời gian",
"SSE.Views.Toolbar.txtUnmerge": "Bỏ gộp ô",
"SSE.Views.Toolbar.txtYen": "¥ Yên",
- "SSE.Views.Top10FilterDialog.cancelButtonText": "Hủy",
- "SSE.Views.Top10FilterDialog.okButtonText": "OK",
"SSE.Views.Top10FilterDialog.textType": "Hiển thị",
"SSE.Views.Top10FilterDialog.txtBottom": "Dưới cùng",
"SSE.Views.Top10FilterDialog.txtItems": "Mục",
diff --git a/apps/spreadsheeteditor/main/locale/zh.json b/apps/spreadsheeteditor/main/locale/zh.json
index 527fe62d5..250b90609 100644
--- a/apps/spreadsheeteditor/main/locale/zh.json
+++ b/apps/spreadsheeteditor/main/locale/zh.json
@@ -6,7 +6,6 @@
"Common.UI.ComboBorderSizeEditable.txtNoBorders": "没有边框",
"Common.UI.ComboDataView.emptyComboText": "没有风格",
"Common.UI.ExtendedColorDialog.addButtonText": "添加",
- "Common.UI.ExtendedColorDialog.cancelButtonText": "取消",
"Common.UI.ExtendedColorDialog.textCurrent": "当前",
"Common.UI.ExtendedColorDialog.textHexErr": "输入的值不正确。 请输入000000和FFFFFF之间的值。",
"Common.UI.ExtendedColorDialog.textNew": "新",
@@ -45,8 +44,6 @@
"Common.Views.About.txtPoweredBy": "技术支持",
"Common.Views.About.txtTel": "电话:",
"Common.Views.About.txtVersion": "版本",
- "Common.Views.AdvancedSettingsWindow.cancelButtonText": "取消",
- "Common.Views.AdvancedSettingsWindow.okButtonText": "确定",
"Common.Views.Chat.textSend": "发送",
"Common.Views.Comments.textAdd": "添加",
"Common.Views.Comments.textAddComment": "发表评论",
@@ -93,14 +90,10 @@
"Common.Views.Header.tipViewUsers": "查看用户和管理文档访问权限",
"Common.Views.Header.txtAccessRights": "更改访问权限",
"Common.Views.Header.txtRename": "重命名",
- "Common.Views.ImageFromUrlDialog.cancelButtonText": "取消",
- "Common.Views.ImageFromUrlDialog.okButtonText": "确定",
"Common.Views.ImageFromUrlDialog.textUrl": "粘贴图片网址:",
"Common.Views.ImageFromUrlDialog.txtEmpty": "这是必填栏",
"Common.Views.ImageFromUrlDialog.txtNotUrl": "该字段应该是“http://www.example.com”格式的URL",
- "Common.Views.OpenDialog.cancelButtonText": "取消",
"Common.Views.OpenDialog.closeButtonText": "关闭文件",
- "Common.Views.OpenDialog.okButtonText": "确定",
"Common.Views.OpenDialog.txtColon": "冒号",
"Common.Views.OpenDialog.txtComma": "逗号",
"Common.Views.OpenDialog.txtDelimiter": "字段分隔符",
@@ -115,8 +108,6 @@
"Common.Views.OpenDialog.txtTab": "标签",
"Common.Views.OpenDialog.txtTitle": "选择%1个选项",
"Common.Views.OpenDialog.txtTitleProtected": "受保护的文件",
- "Common.Views.PasswordDialog.cancelButtonText": "取消",
- "Common.Views.PasswordDialog.okButtonText": "确定",
"Common.Views.PasswordDialog.txtDescription": "设置密码以保护此文档",
"Common.Views.PasswordDialog.txtIncorrectPwd": "确认密码不一致",
"Common.Views.PasswordDialog.txtPassword": "密码",
@@ -138,8 +129,6 @@
"Common.Views.Protection.txtInvisibleSignature": "添加数字签名",
"Common.Views.Protection.txtSignature": "签名",
"Common.Views.Protection.txtSignatureLine": "添加签名行",
- "Common.Views.RenameDialog.cancelButtonText": "取消",
- "Common.Views.RenameDialog.okButtonText": "确定",
"Common.Views.RenameDialog.textName": "文件名",
"Common.Views.RenameDialog.txtInvalidName": "文件名不能包含以下任何字符:",
"Common.Views.ReviewChanges.hintNext": "下一个变化",
@@ -194,8 +183,6 @@
"Common.Views.SaveAsDlg.textTitle": "保存文件夹",
"Common.Views.SelectFileDlg.textLoading": "载入中",
"Common.Views.SelectFileDlg.textTitle": "选择数据源",
- "Common.Views.SignDialog.cancelButtonText": "取消",
- "Common.Views.SignDialog.okButtonText": "确定",
"Common.Views.SignDialog.textBold": "加粗",
"Common.Views.SignDialog.textCertificate": "证书",
"Common.Views.SignDialog.textChange": "修改",
@@ -210,8 +197,6 @@
"Common.Views.SignDialog.textValid": "从%1到%2有效",
"Common.Views.SignDialog.tipFontName": "字体名称",
"Common.Views.SignDialog.tipFontSize": "字体大小",
- "Common.Views.SignSettingsDialog.cancelButtonText": "取消",
- "Common.Views.SignSettingsDialog.okButtonText": "确定",
"Common.Views.SignSettingsDialog.textAllowComment": "允许签名者在签名对话框中添加注释",
"Common.Views.SignSettingsDialog.textInfo": "签名者信息",
"Common.Views.SignSettingsDialog.textInfoEmail": "电子邮件",
@@ -737,7 +722,6 @@
"SSE.Controllers.Toolbar.errorStockChart": "行顺序不正确。建立股票图表将数据按照以下顺序放置在表格上: 开盘价,最高价格,最低价格,收盘价。",
"SSE.Controllers.Toolbar.textAccent": "口音",
"SSE.Controllers.Toolbar.textBracket": "括号",
- "SSE.Controllers.Toolbar.textCancel": "取消",
"SSE.Controllers.Toolbar.textFontSizeErr": "输入的值不正确。 请输入1到409之间的数值",
"SSE.Controllers.Toolbar.textFraction": "分数",
"SSE.Controllers.Toolbar.textFunction": "功能",
@@ -1080,8 +1064,6 @@
"SSE.Controllers.Viewport.textHideGridlines": "隐藏网格线",
"SSE.Controllers.Viewport.textHideHeadings": "隐藏标题",
"SSE.Views.AutoFilterDialog.btnCustomFilter": "自定义过滤器",
- "SSE.Views.AutoFilterDialog.cancelButtonText": "取消",
- "SSE.Views.AutoFilterDialog.okButtonText": "确定",
"SSE.Views.AutoFilterDialog.textAddSelection": "添加最新的选择到筛选依据中",
"SSE.Views.AutoFilterDialog.textEmptyItem": "空白",
"SSE.Views.AutoFilterDialog.textSelectAll": "全选",
@@ -1120,7 +1102,6 @@
"SSE.Views.CellEditor.tipFormula": "插入功能",
"SSE.Views.CellRangeDialog.errorMaxRows": "错误!每个图表的最大数据系列数为255",
"SSE.Views.CellRangeDialog.errorStockChart": "行顺序不正确。建立股票图表将数据按照以下顺序放置在表格上: 开盘价,最高价格,最低价格,收盘价。",
- "SSE.Views.CellRangeDialog.textCancel": "取消",
"SSE.Views.CellRangeDialog.txtEmpty": "这是必填栏",
"SSE.Views.CellRangeDialog.txtInvalidRange": "错误!无效的单元格范围",
"SSE.Views.CellRangeDialog.txtTitle": "选择数据范围",
@@ -1177,7 +1158,6 @@
"SSE.Views.ChartSettings.textType": "类型",
"SSE.Views.ChartSettings.textWidth": "宽度",
"SSE.Views.ChartSettings.textWinLossSpark": "赢/输",
- "SSE.Views.ChartSettingsDlg.cancelButtonText": "取消",
"SSE.Views.ChartSettingsDlg.errorMaxPoints": "错误!每个图表序列的最大点值为4096。",
"SSE.Views.ChartSettingsDlg.errorMaxRows": "错误!每个图表的最大数据系列数为255",
"SSE.Views.ChartSettingsDlg.errorStockChart": "行顺序不正确。建立股票图表将数据按照以下顺序放置在表格上: 开盘价,最高价格,最低价格,收盘价。",
@@ -1312,7 +1292,6 @@
"SSE.Views.ChartSettingsDlg.textYAxisTitle": "Y轴标题",
"SSE.Views.ChartSettingsDlg.textZero": "零",
"SSE.Views.ChartSettingsDlg.txtEmpty": "这是必填栏",
- "SSE.Views.DigitalFilterDialog.cancelButtonText": "取消",
"SSE.Views.DigitalFilterDialog.capAnd": "和",
"SSE.Views.DigitalFilterDialog.capCondition1": "等于",
"SSE.Views.DigitalFilterDialog.capCondition10": "不结束于",
@@ -1540,11 +1519,9 @@
"SSE.Views.FileMenuPanels.ProtectDoc.txtView": "查看签名",
"SSE.Views.FileMenuPanels.Settings.txtGeneral": "常规",
"SSE.Views.FileMenuPanels.Settings.txtPageSettings": "页面设置",
- "SSE.Views.FormatSettingsDialog.textCancel": "取消",
"SSE.Views.FormatSettingsDialog.textCategory": "分类",
"SSE.Views.FormatSettingsDialog.textDecimal": "十进制",
"SSE.Views.FormatSettingsDialog.textFormat": "格式",
- "SSE.Views.FormatSettingsDialog.textOk": "确定",
"SSE.Views.FormatSettingsDialog.textSeparator": "使用1000分隔符",
"SSE.Views.FormatSettingsDialog.textSymbols": "符号",
"SSE.Views.FormatSettingsDialog.textTitle": "数字格式",
@@ -1570,13 +1547,10 @@
"SSE.Views.FormatSettingsDialog.txtUpto1": "最多一位数(1/3)",
"SSE.Views.FormatSettingsDialog.txtUpto2": "最多两位数(12/25)",
"SSE.Views.FormatSettingsDialog.txtUpto3": "最多三位数(131/135)",
- "SSE.Views.FormulaDialog.cancelButtonText": "取消",
- "SSE.Views.FormulaDialog.okButtonText": "确定",
"SSE.Views.FormulaDialog.sDescription": "描述",
"SSE.Views.FormulaDialog.textGroupDescription": "选择功能组",
"SSE.Views.FormulaDialog.textListDescription": "选择功能",
"SSE.Views.FormulaDialog.txtTitle": "插入功能",
- "SSE.Views.HyperlinkSettingsDialog.cancelButtonText": "取消",
"SSE.Views.HyperlinkSettingsDialog.strDisplay": "展示",
"SSE.Views.HyperlinkSettingsDialog.strLinkTo": "链接到",
"SSE.Views.HyperlinkSettingsDialog.strRange": "范围",
@@ -1613,8 +1587,6 @@
"SSE.Views.ImageSettings.textRotation": "旋转",
"SSE.Views.ImageSettings.textSize": "大小",
"SSE.Views.ImageSettings.textWidth": "宽度",
- "SSE.Views.ImageSettingsAdvanced.cancelButtonText": "取消",
- "SSE.Views.ImageSettingsAdvanced.okButtonText": "确定",
"SSE.Views.ImageSettingsAdvanced.textAlt": "可选文本",
"SSE.Views.ImageSettingsAdvanced.textAltDescription": "描述",
"SSE.Views.ImageSettingsAdvanced.textAltTip": "视觉对象信息的替代的基于文本的表示,将被视为具有视觉或认知障碍的人阅读,以帮助他们更好地了解图像,自动图像,图表或表中的哪些信息。",
@@ -1653,11 +1625,9 @@
"SSE.Views.MainSettingsPrint.textPrintGrid": "打印网格线",
"SSE.Views.MainSettingsPrint.textPrintHeadings": "打印行和列标题",
"SSE.Views.MainSettingsPrint.textSettings": "设置",
- "SSE.Views.NamedRangeEditDlg.cancelButtonText": "取消",
"SSE.Views.NamedRangeEditDlg.errorCreateDefName": "无法编辑现有的命名范围,因此无法在其中编辑新的范围。",
"SSE.Views.NamedRangeEditDlg.namePlaceholder": "定义名称",
"SSE.Views.NamedRangeEditDlg.notcriticalErrorTitle": "警告",
- "SSE.Views.NamedRangeEditDlg.okButtonText": "确定",
"SSE.Views.NamedRangeEditDlg.strWorkbook": "工作簿",
"SSE.Views.NamedRangeEditDlg.textDataRange": "数据范围",
"SSE.Views.NamedRangeEditDlg.textExistName": "错误!具有这种名称的范围已经存在",
@@ -1671,13 +1641,10 @@
"SSE.Views.NamedRangeEditDlg.txtEmpty": "这是必填栏",
"SSE.Views.NamedRangeEditDlg.txtTitleEdit": "编辑名称",
"SSE.Views.NamedRangeEditDlg.txtTitleNew": "新名称",
- "SSE.Views.NamedRangePasteDlg.cancelButtonText": "取消",
- "SSE.Views.NamedRangePasteDlg.okButtonText": "确定",
"SSE.Views.NamedRangePasteDlg.textNames": "命名范围",
"SSE.Views.NamedRangePasteDlg.txtTitle": "粘贴名称",
"SSE.Views.NameManagerDlg.closeButtonText": "关闭",
"SSE.Views.NameManagerDlg.guestText": "游客",
- "SSE.Views.NameManagerDlg.okButtonText": "确定",
"SSE.Views.NameManagerDlg.textDataRange": "数据范围",
"SSE.Views.NameManagerDlg.textDelete": "删除",
"SSE.Views.NameManagerDlg.textEdit": "编辑",
@@ -1695,8 +1662,6 @@
"SSE.Views.NameManagerDlg.textWorkbook": "工作簿",
"SSE.Views.NameManagerDlg.tipIsLocked": "此元素正在被其他用户编辑。",
"SSE.Views.NameManagerDlg.txtTitle": "名称管理",
- "SSE.Views.PageMarginsDialog.cancelButtonText": "取消",
- "SSE.Views.PageMarginsDialog.okButtonText": "确定",
"SSE.Views.PageMarginsDialog.textBottom": "底部",
"SSE.Views.PageMarginsDialog.textLeft": "左",
"SSE.Views.PageMarginsDialog.textRight": "对",
@@ -1712,12 +1677,9 @@
"SSE.Views.ParagraphSettings.textAuto": "多",
"SSE.Views.ParagraphSettings.textExact": "精确地",
"SSE.Views.ParagraphSettings.txtAutoText": "自动",
- "SSE.Views.ParagraphSettingsAdvanced.cancelButtonText": "取消",
"SSE.Views.ParagraphSettingsAdvanced.noTabs": "指定的选项卡将显示在此字段中",
- "SSE.Views.ParagraphSettingsAdvanced.okButtonText": "确定",
"SSE.Views.ParagraphSettingsAdvanced.strAllCaps": "全部大写",
"SSE.Views.ParagraphSettingsAdvanced.strDoubleStrike": "双删除线",
- "SSE.Views.ParagraphSettingsAdvanced.strIndentsFirstLine": "第一行",
"SSE.Views.ParagraphSettingsAdvanced.strIndentsLeftText": "左",
"SSE.Views.ParagraphSettingsAdvanced.strIndentsRightText": "对",
"SSE.Views.ParagraphSettingsAdvanced.strParagraphFont": "字体",
@@ -1741,11 +1703,9 @@
"SSE.Views.ParagraphSettingsAdvanced.textTitle": "段落 - 高级设置",
"SSE.Views.PivotSettings.notcriticalErrorTitle": "警告",
"SSE.Views.PivotSettings.textAdvanced": "显示高级设置",
- "SSE.Views.PivotSettings.textCancel": "取消",
"SSE.Views.PivotSettings.textColumns": "列",
"SSE.Views.PivotSettings.textFields": "选择字段",
"SSE.Views.PivotSettings.textFilters": "筛选",
- "SSE.Views.PivotSettings.textOK": "确定",
"SSE.Views.PivotSettings.textRows": "行",
"SSE.Views.PivotSettings.textValues": "值",
"SSE.Views.PivotSettings.txtAddColumn": "添加到列",
@@ -1794,7 +1754,6 @@
"SSE.Views.PivotTable.txtSelect": "选择",
"SSE.Views.PrintSettings.btnDownload": "保存并下载",
"SSE.Views.PrintSettings.btnPrint": "保存并打印",
- "SSE.Views.PrintSettings.cancelButtonText": "取消",
"SSE.Views.PrintSettings.strBottom": "底部",
"SSE.Views.PrintSettings.strLandscape": "横向",
"SSE.Views.PrintSettings.strLeft": "左",
@@ -1838,8 +1797,6 @@
"SSE.Views.RightMenu.txtSparklineSettings": "迷你图设置",
"SSE.Views.RightMenu.txtTableSettings": "表设置",
"SSE.Views.RightMenu.txtTextArtSettings": "文字艺术设定",
- "SSE.Views.SetValueDialog.cancelButtonText": "取消",
- "SSE.Views.SetValueDialog.okButtonText": "确定",
"SSE.Views.SetValueDialog.txtMaxText": "该字段的最大值为{0}",
"SSE.Views.SetValueDialog.txtMinText": "该字段的最小值为{0}",
"SSE.Views.ShapeSettings.strBackground": "背景颜色",
@@ -1892,8 +1849,6 @@
"SSE.Views.ShapeSettings.txtNoBorders": "没有线",
"SSE.Views.ShapeSettings.txtPapyrus": "纸莎草",
"SSE.Views.ShapeSettings.txtWood": "木头",
- "SSE.Views.ShapeSettingsAdvanced.cancelButtonText": "取消",
- "SSE.Views.ShapeSettingsAdvanced.okButtonText": "确定",
"SSE.Views.ShapeSettingsAdvanced.strColumns": "列",
"SSE.Views.ShapeSettingsAdvanced.strMargins": "文字填充",
"SSE.Views.ShapeSettingsAdvanced.textAlt": "可选文本",
@@ -1982,7 +1937,6 @@
"SSE.Views.TableOptionsDialog.errorFTChangeTableRangeError": "所选单元格范围无法完成操作。 选择一个范围,使第一个表行位于同一行 上,并将生成的表与当前的列重叠。",
"SSE.Views.TableOptionsDialog.errorFTRangeIncludedOtherTables": "所选单元格范围无法完成操作。 选择不包括其他表格的范围。",
"SSE.Views.TableOptionsDialog.errorMultiCellFormula": "表格中不允许使用多单元格数组公式。",
- "SSE.Views.TableOptionsDialog.textCancel": "取消",
"SSE.Views.TableOptionsDialog.txtEmpty": "这是必填栏",
"SSE.Views.TableOptionsDialog.txtFormat": "创建表",
"SSE.Views.TableOptionsDialog.txtInvalidRange": "错误!无效的单元格范围",
@@ -2001,7 +1955,6 @@
"SSE.Views.TableSettings.selectTableText": "选择表",
"SSE.Views.TableSettings.textAdvanced": "显示高级设置",
"SSE.Views.TableSettings.textBanded": "带状",
- "SSE.Views.TableSettings.textCancel": "取消",
"SSE.Views.TableSettings.textColumns": "列",
"SSE.Views.TableSettings.textConvertRange": "转换到范围",
"SSE.Views.TableSettings.textEdit": "行和列",
@@ -2014,7 +1967,6 @@
"SSE.Views.TableSettings.textIsLocked": "此元素正在被其他用户编辑。",
"SSE.Views.TableSettings.textLast": "最后",
"SSE.Views.TableSettings.textLongOperation": "长操作",
- "SSE.Views.TableSettings.textOK": "确定",
"SSE.Views.TableSettings.textReservedName": "您尝试使用的名称已在单元格公式中引用。请使用其他名称。",
"SSE.Views.TableSettings.textResize": "调整表大小",
"SSE.Views.TableSettings.textRows": "行",
@@ -2023,8 +1975,6 @@
"SSE.Views.TableSettings.textTemplate": "从模板中选择",
"SSE.Views.TableSettings.textTotal": "总计",
"SSE.Views.TableSettings.warnLongOperation": "您即将执行的操作可能需要相当长的时间才能完成。 您确定要继续吗?",
- "SSE.Views.TableSettingsAdvanced.cancelButtonText": "取消",
- "SSE.Views.TableSettingsAdvanced.okButtonText": "确定",
"SSE.Views.TableSettingsAdvanced.textAlt": "可选文本",
"SSE.Views.TableSettingsAdvanced.textAltDescription": "描述",
"SSE.Views.TableSettingsAdvanced.textAltTip": "视觉对象信息的替代的基于文本的表示,将被视为具有视觉或认知障碍的人阅读,以帮助他们更好地了解图像,自动图像,图表或表中的哪些信息。",
@@ -2295,8 +2245,6 @@
"SSE.Views.Toolbar.txtTime": "时间",
"SSE.Views.Toolbar.txtUnmerge": "不牢固的单元格",
"SSE.Views.Toolbar.txtYen": "日元",
- "SSE.Views.Top10FilterDialog.cancelButtonText": "取消",
- "SSE.Views.Top10FilterDialog.okButtonText": "确定",
"SSE.Views.Top10FilterDialog.textType": "显示",
"SSE.Views.Top10FilterDialog.txtBottom": "底部",
"SSE.Views.Top10FilterDialog.txtItems": "项目",