From 00ee101a3775e1363c461572244cf4a7ec36d53b Mon Sep 17 00:00:00 2001 From: Slavena Ilieva Date: Tue, 21 Nov 2023 11:48:22 +0200 Subject: [PATCH 1/2] feat(spreadsheet): add new tools messages --- messages/spreadsheet/spreadsheet.ar.yml | 30 ++++++++++++++ messages/spreadsheet/spreadsheet.bg-BG.yml | 48 ++++++++++++++++++---- messages/spreadsheet/spreadsheet.cs-CZ.yml | 30 ++++++++++++++ messages/spreadsheet/spreadsheet.da-DK.yml | 30 ++++++++++++++ messages/spreadsheet/spreadsheet.de-AT.yml | 30 ++++++++++++++ messages/spreadsheet/spreadsheet.de-CH.yml | 30 ++++++++++++++ messages/spreadsheet/spreadsheet.de-DE.yml | 30 ++++++++++++++ messages/spreadsheet/spreadsheet.de-LI.yml | 30 ++++++++++++++ messages/spreadsheet/spreadsheet.en-AU.yml | 30 ++++++++++++++ messages/spreadsheet/spreadsheet.en-CA.yml | 30 ++++++++++++++ messages/spreadsheet/spreadsheet.en-GB.yml | 30 ++++++++++++++ messages/spreadsheet/spreadsheet.en-US.yml | 30 ++++++++++++++ messages/spreadsheet/spreadsheet.es-AR.yml | 30 ++++++++++++++ messages/spreadsheet/spreadsheet.es-BO.yml | 30 ++++++++++++++ messages/spreadsheet/spreadsheet.es-CL.yml | 30 ++++++++++++++ messages/spreadsheet/spreadsheet.es-CO.yml | 30 ++++++++++++++ messages/spreadsheet/spreadsheet.es-CR.yml | 30 ++++++++++++++ messages/spreadsheet/spreadsheet.es-DO.yml | 30 ++++++++++++++ messages/spreadsheet/spreadsheet.es-EC.yml | 30 ++++++++++++++ messages/spreadsheet/spreadsheet.es-ES.yml | 30 ++++++++++++++ messages/spreadsheet/spreadsheet.es-GT.yml | 30 ++++++++++++++ messages/spreadsheet/spreadsheet.es-HN.yml | 30 ++++++++++++++ messages/spreadsheet/spreadsheet.es-MX.yml | 30 ++++++++++++++ messages/spreadsheet/spreadsheet.es-NI.yml | 30 ++++++++++++++ messages/spreadsheet/spreadsheet.es-PA.yml | 30 ++++++++++++++ messages/spreadsheet/spreadsheet.es-PE.yml | 30 ++++++++++++++ messages/spreadsheet/spreadsheet.es-PR.yml | 30 ++++++++++++++ messages/spreadsheet/spreadsheet.es-PY.yml | 30 ++++++++++++++ messages/spreadsheet/spreadsheet.es-US.yml | 30 ++++++++++++++ messages/spreadsheet/spreadsheet.es-UY.yml | 30 ++++++++++++++ messages/spreadsheet/spreadsheet.es-VE.yml | 30 ++++++++++++++ messages/spreadsheet/spreadsheet.fa-IR.yml | 30 ++++++++++++++ messages/spreadsheet/spreadsheet.fi-FI.yml | 30 ++++++++++++++ messages/spreadsheet/spreadsheet.fr-BE.yml | 30 ++++++++++++++ messages/spreadsheet/spreadsheet.fr-CA.yml | 30 ++++++++++++++ messages/spreadsheet/spreadsheet.fr-CD.yml | 30 ++++++++++++++ messages/spreadsheet/spreadsheet.fr-CH.yml | 30 ++++++++++++++ messages/spreadsheet/spreadsheet.fr-CI.yml | 30 ++++++++++++++ messages/spreadsheet/spreadsheet.fr-CM.yml | 30 ++++++++++++++ messages/spreadsheet/spreadsheet.fr-FR.yml | 30 ++++++++++++++ messages/spreadsheet/spreadsheet.fr-HT.yml | 30 ++++++++++++++ messages/spreadsheet/spreadsheet.fr-LU.yml | 30 ++++++++++++++ messages/spreadsheet/spreadsheet.fr-MA.yml | 30 ++++++++++++++ messages/spreadsheet/spreadsheet.fr-MC.yml | 30 ++++++++++++++ messages/spreadsheet/spreadsheet.fr-ML.yml | 30 ++++++++++++++ messages/spreadsheet/spreadsheet.fr-SN.yml | 30 ++++++++++++++ messages/spreadsheet/spreadsheet.he-IL.yml | 30 ++++++++++++++ messages/spreadsheet/spreadsheet.hy-AM.yml | 30 ++++++++++++++ messages/spreadsheet/spreadsheet.it-CH.yml | 30 ++++++++++++++ messages/spreadsheet/spreadsheet.it-IT.yml | 30 ++++++++++++++ messages/spreadsheet/spreadsheet.ja-JP.yml | 30 ++++++++++++++ messages/spreadsheet/spreadsheet.ka-GE.yml | 30 ++++++++++++++ messages/spreadsheet/spreadsheet.nb-NO.yml | 30 ++++++++++++++ messages/spreadsheet/spreadsheet.nl-BE.yml | 30 ++++++++++++++ messages/spreadsheet/spreadsheet.nl-NL.yml | 30 ++++++++++++++ messages/spreadsheet/spreadsheet.pl-PL.yml | 30 ++++++++++++++ messages/spreadsheet/spreadsheet.pt-BR.yml | 30 ++++++++++++++ messages/spreadsheet/spreadsheet.pt-PT.yml | 30 ++++++++++++++ messages/spreadsheet/spreadsheet.ro-RO.yml | 30 ++++++++++++++ messages/spreadsheet/spreadsheet.ru-RU.yml | 30 ++++++++++++++ messages/spreadsheet/spreadsheet.sk-SK.yml | 30 ++++++++++++++ messages/spreadsheet/spreadsheet.sv-SE.yml | 30 ++++++++++++++ messages/spreadsheet/spreadsheet.tr-TR.yml | 30 ++++++++++++++ messages/spreadsheet/spreadsheet.uk-UA.yml | 30 ++++++++++++++ messages/spreadsheet/spreadsheet.zh-CN.yml | 30 ++++++++++++++ messages/spreadsheet/spreadsheet.zh-HK.yml | 30 ++++++++++++++ messages/spreadsheet/spreadsheet.zh-TW.yml | 30 ++++++++++++++ 67 files changed, 2019 insertions(+), 9 deletions(-) diff --git a/messages/spreadsheet/spreadsheet.ar.yml b/messages/spreadsheet/spreadsheet.ar.yml index 42d3986..f2fc248 100644 --- a/messages/spreadsheet/spreadsheet.ar.yml +++ b/messages/spreadsheet/spreadsheet.ar.yml @@ -98,3 +98,33 @@ kendo: # The title of the Sheets menu button sheetsMenu: All Sheets + + # The text of the Format toolbar tab + formatTab: Format + + # The text of the View toolbar tab + view: View + + # The title of the Cells Merge tool + merge: Merge + + # The title of the tool that decreases decimals + decreaseDecimal: Decrease decimal + + # The title of the tool that inserts a link + insertLink: Insert Link + + # The title of the tool that increases decimals + increaseDecimal: Increase Decimal + + # The title of the tool that increases the cell font size + increaseFontSize: Increase font size + + # The title of the tool that decreases the cell font size + decreaseFontSize: Decrease font size + + # The text of the **Remove link** button in the Link tool dialog + dialogRemoveLink: Remove link + + # The text of the **Insert** button in all Spreadsheet dialogs + dialogInsert: Insert diff --git a/messages/spreadsheet/spreadsheet.bg-BG.yml b/messages/spreadsheet/spreadsheet.bg-BG.yml index 7e47f4e..d483059 100644 --- a/messages/spreadsheet/spreadsheet.bg-BG.yml +++ b/messages/spreadsheet/spreadsheet.bg-BG.yml @@ -73,28 +73,58 @@ kendo: align: Подравняване # The text of the **Apply** button in all Spreadsheet dialogs - dialogApply: Apply + dialogApply: Приложи # The text of the **Cancel** button in all Spreadsheet dialogs - dialogCancel: Cancel + dialogCancel: Отказ # The text of the **Delete** button in all Spreadsheet dialogs - dialogDelete: Delete + dialogDelete: Изтриване # The text of the **Rename** button in all Spreadsheet dialogs - dialogRename: Rename + dialogRename: Преименуване # The title of the Rename sheet dialog. - rename: Rename Sheet + rename: Преименувай листа # The title of the Delete sheet dialog. - delete: Delete Sheet + delete: Изтрий листа # The title of the Name Box input. - nameBox: Name Box + nameBox: Поле за име # The title of the Add new sheet button - addSheet: Add New Sheet + addSheet: Добави нов лист # The title of the Sheets menu button - sheetsMenu: All Sheets + sheetsMenu: Всички листове + + # The text of the Format toolbar tab + formatTab: Форматиране + + # The text of the View toolbar tab + view: Изглед + + # The title of the Cells Merge tool + merge: Сливане + + # The title of the tool that decreases decimals + decreaseDecimal: Намаляване на десетичния знак + + # The title of the tool that inserts a link + insertLink: Добавяне на линк + + # The title of the tool that increases decimals + increaseDecimal: Увеличаване на десетичния знак + + # The title of the tool that increases the cell font size + increaseFontSize: Увеличаване на шрифта + + # The title of the tool that decreases the cell font size + decreaseFontSize: Намаляване на шрифта + + # The text of the **Remove link** button in the Link tool dialog + dialogRemoveLink: Премахване на линк + + # The text of the **Insert** button in all Spreadsheet dialogs + dialogInsert: Въведи diff --git a/messages/spreadsheet/spreadsheet.cs-CZ.yml b/messages/spreadsheet/spreadsheet.cs-CZ.yml index 42d3986..f2fc248 100644 --- a/messages/spreadsheet/spreadsheet.cs-CZ.yml +++ b/messages/spreadsheet/spreadsheet.cs-CZ.yml @@ -98,3 +98,33 @@ kendo: # The title of the Sheets menu button sheetsMenu: All Sheets + + # The text of the Format toolbar tab + formatTab: Format + + # The text of the View toolbar tab + view: View + + # The title of the Cells Merge tool + merge: Merge + + # The title of the tool that decreases decimals + decreaseDecimal: Decrease decimal + + # The title of the tool that inserts a link + insertLink: Insert Link + + # The title of the tool that increases decimals + increaseDecimal: Increase Decimal + + # The title of the tool that increases the cell font size + increaseFontSize: Increase font size + + # The title of the tool that decreases the cell font size + decreaseFontSize: Decrease font size + + # The text of the **Remove link** button in the Link tool dialog + dialogRemoveLink: Remove link + + # The text of the **Insert** button in all Spreadsheet dialogs + dialogInsert: Insert diff --git a/messages/spreadsheet/spreadsheet.da-DK.yml b/messages/spreadsheet/spreadsheet.da-DK.yml index 42d3986..f2fc248 100644 --- a/messages/spreadsheet/spreadsheet.da-DK.yml +++ b/messages/spreadsheet/spreadsheet.da-DK.yml @@ -98,3 +98,33 @@ kendo: # The title of the Sheets menu button sheetsMenu: All Sheets + + # The text of the Format toolbar tab + formatTab: Format + + # The text of the View toolbar tab + view: View + + # The title of the Cells Merge tool + merge: Merge + + # The title of the tool that decreases decimals + decreaseDecimal: Decrease decimal + + # The title of the tool that inserts a link + insertLink: Insert Link + + # The title of the tool that increases decimals + increaseDecimal: Increase Decimal + + # The title of the tool that increases the cell font size + increaseFontSize: Increase font size + + # The title of the tool that decreases the cell font size + decreaseFontSize: Decrease font size + + # The text of the **Remove link** button in the Link tool dialog + dialogRemoveLink: Remove link + + # The text of the **Insert** button in all Spreadsheet dialogs + dialogInsert: Insert diff --git a/messages/spreadsheet/spreadsheet.de-AT.yml b/messages/spreadsheet/spreadsheet.de-AT.yml index 42d3986..f2fc248 100644 --- a/messages/spreadsheet/spreadsheet.de-AT.yml +++ b/messages/spreadsheet/spreadsheet.de-AT.yml @@ -98,3 +98,33 @@ kendo: # The title of the Sheets menu button sheetsMenu: All Sheets + + # The text of the Format toolbar tab + formatTab: Format + + # The text of the View toolbar tab + view: View + + # The title of the Cells Merge tool + merge: Merge + + # The title of the tool that decreases decimals + decreaseDecimal: Decrease decimal + + # The title of the tool that inserts a link + insertLink: Insert Link + + # The title of the tool that increases decimals + increaseDecimal: Increase Decimal + + # The title of the tool that increases the cell font size + increaseFontSize: Increase font size + + # The title of the tool that decreases the cell font size + decreaseFontSize: Decrease font size + + # The text of the **Remove link** button in the Link tool dialog + dialogRemoveLink: Remove link + + # The text of the **Insert** button in all Spreadsheet dialogs + dialogInsert: Insert diff --git a/messages/spreadsheet/spreadsheet.de-CH.yml b/messages/spreadsheet/spreadsheet.de-CH.yml index 42d3986..f2fc248 100644 --- a/messages/spreadsheet/spreadsheet.de-CH.yml +++ b/messages/spreadsheet/spreadsheet.de-CH.yml @@ -98,3 +98,33 @@ kendo: # The title of the Sheets menu button sheetsMenu: All Sheets + + # The text of the Format toolbar tab + formatTab: Format + + # The text of the View toolbar tab + view: View + + # The title of the Cells Merge tool + merge: Merge + + # The title of the tool that decreases decimals + decreaseDecimal: Decrease decimal + + # The title of the tool that inserts a link + insertLink: Insert Link + + # The title of the tool that increases decimals + increaseDecimal: Increase Decimal + + # The title of the tool that increases the cell font size + increaseFontSize: Increase font size + + # The title of the tool that decreases the cell font size + decreaseFontSize: Decrease font size + + # The text of the **Remove link** button in the Link tool dialog + dialogRemoveLink: Remove link + + # The text of the **Insert** button in all Spreadsheet dialogs + dialogInsert: Insert diff --git a/messages/spreadsheet/spreadsheet.de-DE.yml b/messages/spreadsheet/spreadsheet.de-DE.yml index 42d3986..f2fc248 100644 --- a/messages/spreadsheet/spreadsheet.de-DE.yml +++ b/messages/spreadsheet/spreadsheet.de-DE.yml @@ -98,3 +98,33 @@ kendo: # The title of the Sheets menu button sheetsMenu: All Sheets + + # The text of the Format toolbar tab + formatTab: Format + + # The text of the View toolbar tab + view: View + + # The title of the Cells Merge tool + merge: Merge + + # The title of the tool that decreases decimals + decreaseDecimal: Decrease decimal + + # The title of the tool that inserts a link + insertLink: Insert Link + + # The title of the tool that increases decimals + increaseDecimal: Increase Decimal + + # The title of the tool that increases the cell font size + increaseFontSize: Increase font size + + # The title of the tool that decreases the cell font size + decreaseFontSize: Decrease font size + + # The text of the **Remove link** button in the Link tool dialog + dialogRemoveLink: Remove link + + # The text of the **Insert** button in all Spreadsheet dialogs + dialogInsert: Insert diff --git a/messages/spreadsheet/spreadsheet.de-LI.yml b/messages/spreadsheet/spreadsheet.de-LI.yml index 42d3986..f2fc248 100644 --- a/messages/spreadsheet/spreadsheet.de-LI.yml +++ b/messages/spreadsheet/spreadsheet.de-LI.yml @@ -98,3 +98,33 @@ kendo: # The title of the Sheets menu button sheetsMenu: All Sheets + + # The text of the Format toolbar tab + formatTab: Format + + # The text of the View toolbar tab + view: View + + # The title of the Cells Merge tool + merge: Merge + + # The title of the tool that decreases decimals + decreaseDecimal: Decrease decimal + + # The title of the tool that inserts a link + insertLink: Insert Link + + # The title of the tool that increases decimals + increaseDecimal: Increase Decimal + + # The title of the tool that increases the cell font size + increaseFontSize: Increase font size + + # The title of the tool that decreases the cell font size + decreaseFontSize: Decrease font size + + # The text of the **Remove link** button in the Link tool dialog + dialogRemoveLink: Remove link + + # The text of the **Insert** button in all Spreadsheet dialogs + dialogInsert: Insert diff --git a/messages/spreadsheet/spreadsheet.en-AU.yml b/messages/spreadsheet/spreadsheet.en-AU.yml index 42d3986..f2fc248 100644 --- a/messages/spreadsheet/spreadsheet.en-AU.yml +++ b/messages/spreadsheet/spreadsheet.en-AU.yml @@ -98,3 +98,33 @@ kendo: # The title of the Sheets menu button sheetsMenu: All Sheets + + # The text of the Format toolbar tab + formatTab: Format + + # The text of the View toolbar tab + view: View + + # The title of the Cells Merge tool + merge: Merge + + # The title of the tool that decreases decimals + decreaseDecimal: Decrease decimal + + # The title of the tool that inserts a link + insertLink: Insert Link + + # The title of the tool that increases decimals + increaseDecimal: Increase Decimal + + # The title of the tool that increases the cell font size + increaseFontSize: Increase font size + + # The title of the tool that decreases the cell font size + decreaseFontSize: Decrease font size + + # The text of the **Remove link** button in the Link tool dialog + dialogRemoveLink: Remove link + + # The text of the **Insert** button in all Spreadsheet dialogs + dialogInsert: Insert diff --git a/messages/spreadsheet/spreadsheet.en-CA.yml b/messages/spreadsheet/spreadsheet.en-CA.yml index 42d3986..f2fc248 100644 --- a/messages/spreadsheet/spreadsheet.en-CA.yml +++ b/messages/spreadsheet/spreadsheet.en-CA.yml @@ -98,3 +98,33 @@ kendo: # The title of the Sheets menu button sheetsMenu: All Sheets + + # The text of the Format toolbar tab + formatTab: Format + + # The text of the View toolbar tab + view: View + + # The title of the Cells Merge tool + merge: Merge + + # The title of the tool that decreases decimals + decreaseDecimal: Decrease decimal + + # The title of the tool that inserts a link + insertLink: Insert Link + + # The title of the tool that increases decimals + increaseDecimal: Increase Decimal + + # The title of the tool that increases the cell font size + increaseFontSize: Increase font size + + # The title of the tool that decreases the cell font size + decreaseFontSize: Decrease font size + + # The text of the **Remove link** button in the Link tool dialog + dialogRemoveLink: Remove link + + # The text of the **Insert** button in all Spreadsheet dialogs + dialogInsert: Insert diff --git a/messages/spreadsheet/spreadsheet.en-GB.yml b/messages/spreadsheet/spreadsheet.en-GB.yml index 42d3986..f2fc248 100644 --- a/messages/spreadsheet/spreadsheet.en-GB.yml +++ b/messages/spreadsheet/spreadsheet.en-GB.yml @@ -98,3 +98,33 @@ kendo: # The title of the Sheets menu button sheetsMenu: All Sheets + + # The text of the Format toolbar tab + formatTab: Format + + # The text of the View toolbar tab + view: View + + # The title of the Cells Merge tool + merge: Merge + + # The title of the tool that decreases decimals + decreaseDecimal: Decrease decimal + + # The title of the tool that inserts a link + insertLink: Insert Link + + # The title of the tool that increases decimals + increaseDecimal: Increase Decimal + + # The title of the tool that increases the cell font size + increaseFontSize: Increase font size + + # The title of the tool that decreases the cell font size + decreaseFontSize: Decrease font size + + # The text of the **Remove link** button in the Link tool dialog + dialogRemoveLink: Remove link + + # The text of the **Insert** button in all Spreadsheet dialogs + dialogInsert: Insert diff --git a/messages/spreadsheet/spreadsheet.en-US.yml b/messages/spreadsheet/spreadsheet.en-US.yml index 42d3986..f2fc248 100644 --- a/messages/spreadsheet/spreadsheet.en-US.yml +++ b/messages/spreadsheet/spreadsheet.en-US.yml @@ -98,3 +98,33 @@ kendo: # The title of the Sheets menu button sheetsMenu: All Sheets + + # The text of the Format toolbar tab + formatTab: Format + + # The text of the View toolbar tab + view: View + + # The title of the Cells Merge tool + merge: Merge + + # The title of the tool that decreases decimals + decreaseDecimal: Decrease decimal + + # The title of the tool that inserts a link + insertLink: Insert Link + + # The title of the tool that increases decimals + increaseDecimal: Increase Decimal + + # The title of the tool that increases the cell font size + increaseFontSize: Increase font size + + # The title of the tool that decreases the cell font size + decreaseFontSize: Decrease font size + + # The text of the **Remove link** button in the Link tool dialog + dialogRemoveLink: Remove link + + # The text of the **Insert** button in all Spreadsheet dialogs + dialogInsert: Insert diff --git a/messages/spreadsheet/spreadsheet.es-AR.yml b/messages/spreadsheet/spreadsheet.es-AR.yml index 42d3986..f2fc248 100644 --- a/messages/spreadsheet/spreadsheet.es-AR.yml +++ b/messages/spreadsheet/spreadsheet.es-AR.yml @@ -98,3 +98,33 @@ kendo: # The title of the Sheets menu button sheetsMenu: All Sheets + + # The text of the Format toolbar tab + formatTab: Format + + # The text of the View toolbar tab + view: View + + # The title of the Cells Merge tool + merge: Merge + + # The title of the tool that decreases decimals + decreaseDecimal: Decrease decimal + + # The title of the tool that inserts a link + insertLink: Insert Link + + # The title of the tool that increases decimals + increaseDecimal: Increase Decimal + + # The title of the tool that increases the cell font size + increaseFontSize: Increase font size + + # The title of the tool that decreases the cell font size + decreaseFontSize: Decrease font size + + # The text of the **Remove link** button in the Link tool dialog + dialogRemoveLink: Remove link + + # The text of the **Insert** button in all Spreadsheet dialogs + dialogInsert: Insert diff --git a/messages/spreadsheet/spreadsheet.es-BO.yml b/messages/spreadsheet/spreadsheet.es-BO.yml index 42d3986..f2fc248 100644 --- a/messages/spreadsheet/spreadsheet.es-BO.yml +++ b/messages/spreadsheet/spreadsheet.es-BO.yml @@ -98,3 +98,33 @@ kendo: # The title of the Sheets menu button sheetsMenu: All Sheets + + # The text of the Format toolbar tab + formatTab: Format + + # The text of the View toolbar tab + view: View + + # The title of the Cells Merge tool + merge: Merge + + # The title of the tool that decreases decimals + decreaseDecimal: Decrease decimal + + # The title of the tool that inserts a link + insertLink: Insert Link + + # The title of the tool that increases decimals + increaseDecimal: Increase Decimal + + # The title of the tool that increases the cell font size + increaseFontSize: Increase font size + + # The title of the tool that decreases the cell font size + decreaseFontSize: Decrease font size + + # The text of the **Remove link** button in the Link tool dialog + dialogRemoveLink: Remove link + + # The text of the **Insert** button in all Spreadsheet dialogs + dialogInsert: Insert diff --git a/messages/spreadsheet/spreadsheet.es-CL.yml b/messages/spreadsheet/spreadsheet.es-CL.yml index 42d3986..f2fc248 100644 --- a/messages/spreadsheet/spreadsheet.es-CL.yml +++ b/messages/spreadsheet/spreadsheet.es-CL.yml @@ -98,3 +98,33 @@ kendo: # The title of the Sheets menu button sheetsMenu: All Sheets + + # The text of the Format toolbar tab + formatTab: Format + + # The text of the View toolbar tab + view: View + + # The title of the Cells Merge tool + merge: Merge + + # The title of the tool that decreases decimals + decreaseDecimal: Decrease decimal + + # The title of the tool that inserts a link + insertLink: Insert Link + + # The title of the tool that increases decimals + increaseDecimal: Increase Decimal + + # The title of the tool that increases the cell font size + increaseFontSize: Increase font size + + # The title of the tool that decreases the cell font size + decreaseFontSize: Decrease font size + + # The text of the **Remove link** button in the Link tool dialog + dialogRemoveLink: Remove link + + # The text of the **Insert** button in all Spreadsheet dialogs + dialogInsert: Insert diff --git a/messages/spreadsheet/spreadsheet.es-CO.yml b/messages/spreadsheet/spreadsheet.es-CO.yml index 42d3986..f2fc248 100644 --- a/messages/spreadsheet/spreadsheet.es-CO.yml +++ b/messages/spreadsheet/spreadsheet.es-CO.yml @@ -98,3 +98,33 @@ kendo: # The title of the Sheets menu button sheetsMenu: All Sheets + + # The text of the Format toolbar tab + formatTab: Format + + # The text of the View toolbar tab + view: View + + # The title of the Cells Merge tool + merge: Merge + + # The title of the tool that decreases decimals + decreaseDecimal: Decrease decimal + + # The title of the tool that inserts a link + insertLink: Insert Link + + # The title of the tool that increases decimals + increaseDecimal: Increase Decimal + + # The title of the tool that increases the cell font size + increaseFontSize: Increase font size + + # The title of the tool that decreases the cell font size + decreaseFontSize: Decrease font size + + # The text of the **Remove link** button in the Link tool dialog + dialogRemoveLink: Remove link + + # The text of the **Insert** button in all Spreadsheet dialogs + dialogInsert: Insert diff --git a/messages/spreadsheet/spreadsheet.es-CR.yml b/messages/spreadsheet/spreadsheet.es-CR.yml index 42d3986..f2fc248 100644 --- a/messages/spreadsheet/spreadsheet.es-CR.yml +++ b/messages/spreadsheet/spreadsheet.es-CR.yml @@ -98,3 +98,33 @@ kendo: # The title of the Sheets menu button sheetsMenu: All Sheets + + # The text of the Format toolbar tab + formatTab: Format + + # The text of the View toolbar tab + view: View + + # The title of the Cells Merge tool + merge: Merge + + # The title of the tool that decreases decimals + decreaseDecimal: Decrease decimal + + # The title of the tool that inserts a link + insertLink: Insert Link + + # The title of the tool that increases decimals + increaseDecimal: Increase Decimal + + # The title of the tool that increases the cell font size + increaseFontSize: Increase font size + + # The title of the tool that decreases the cell font size + decreaseFontSize: Decrease font size + + # The text of the **Remove link** button in the Link tool dialog + dialogRemoveLink: Remove link + + # The text of the **Insert** button in all Spreadsheet dialogs + dialogInsert: Insert diff --git a/messages/spreadsheet/spreadsheet.es-DO.yml b/messages/spreadsheet/spreadsheet.es-DO.yml index 42d3986..f2fc248 100644 --- a/messages/spreadsheet/spreadsheet.es-DO.yml +++ b/messages/spreadsheet/spreadsheet.es-DO.yml @@ -98,3 +98,33 @@ kendo: # The title of the Sheets menu button sheetsMenu: All Sheets + + # The text of the Format toolbar tab + formatTab: Format + + # The text of the View toolbar tab + view: View + + # The title of the Cells Merge tool + merge: Merge + + # The title of the tool that decreases decimals + decreaseDecimal: Decrease decimal + + # The title of the tool that inserts a link + insertLink: Insert Link + + # The title of the tool that increases decimals + increaseDecimal: Increase Decimal + + # The title of the tool that increases the cell font size + increaseFontSize: Increase font size + + # The title of the tool that decreases the cell font size + decreaseFontSize: Decrease font size + + # The text of the **Remove link** button in the Link tool dialog + dialogRemoveLink: Remove link + + # The text of the **Insert** button in all Spreadsheet dialogs + dialogInsert: Insert diff --git a/messages/spreadsheet/spreadsheet.es-EC.yml b/messages/spreadsheet/spreadsheet.es-EC.yml index 42d3986..f2fc248 100644 --- a/messages/spreadsheet/spreadsheet.es-EC.yml +++ b/messages/spreadsheet/spreadsheet.es-EC.yml @@ -98,3 +98,33 @@ kendo: # The title of the Sheets menu button sheetsMenu: All Sheets + + # The text of the Format toolbar tab + formatTab: Format + + # The text of the View toolbar tab + view: View + + # The title of the Cells Merge tool + merge: Merge + + # The title of the tool that decreases decimals + decreaseDecimal: Decrease decimal + + # The title of the tool that inserts a link + insertLink: Insert Link + + # The title of the tool that increases decimals + increaseDecimal: Increase Decimal + + # The title of the tool that increases the cell font size + increaseFontSize: Increase font size + + # The title of the tool that decreases the cell font size + decreaseFontSize: Decrease font size + + # The text of the **Remove link** button in the Link tool dialog + dialogRemoveLink: Remove link + + # The text of the **Insert** button in all Spreadsheet dialogs + dialogInsert: Insert diff --git a/messages/spreadsheet/spreadsheet.es-ES.yml b/messages/spreadsheet/spreadsheet.es-ES.yml index 42d3986..f2fc248 100644 --- a/messages/spreadsheet/spreadsheet.es-ES.yml +++ b/messages/spreadsheet/spreadsheet.es-ES.yml @@ -98,3 +98,33 @@ kendo: # The title of the Sheets menu button sheetsMenu: All Sheets + + # The text of the Format toolbar tab + formatTab: Format + + # The text of the View toolbar tab + view: View + + # The title of the Cells Merge tool + merge: Merge + + # The title of the tool that decreases decimals + decreaseDecimal: Decrease decimal + + # The title of the tool that inserts a link + insertLink: Insert Link + + # The title of the tool that increases decimals + increaseDecimal: Increase Decimal + + # The title of the tool that increases the cell font size + increaseFontSize: Increase font size + + # The title of the tool that decreases the cell font size + decreaseFontSize: Decrease font size + + # The text of the **Remove link** button in the Link tool dialog + dialogRemoveLink: Remove link + + # The text of the **Insert** button in all Spreadsheet dialogs + dialogInsert: Insert diff --git a/messages/spreadsheet/spreadsheet.es-GT.yml b/messages/spreadsheet/spreadsheet.es-GT.yml index 42d3986..f2fc248 100644 --- a/messages/spreadsheet/spreadsheet.es-GT.yml +++ b/messages/spreadsheet/spreadsheet.es-GT.yml @@ -98,3 +98,33 @@ kendo: # The title of the Sheets menu button sheetsMenu: All Sheets + + # The text of the Format toolbar tab + formatTab: Format + + # The text of the View toolbar tab + view: View + + # The title of the Cells Merge tool + merge: Merge + + # The title of the tool that decreases decimals + decreaseDecimal: Decrease decimal + + # The title of the tool that inserts a link + insertLink: Insert Link + + # The title of the tool that increases decimals + increaseDecimal: Increase Decimal + + # The title of the tool that increases the cell font size + increaseFontSize: Increase font size + + # The title of the tool that decreases the cell font size + decreaseFontSize: Decrease font size + + # The text of the **Remove link** button in the Link tool dialog + dialogRemoveLink: Remove link + + # The text of the **Insert** button in all Spreadsheet dialogs + dialogInsert: Insert diff --git a/messages/spreadsheet/spreadsheet.es-HN.yml b/messages/spreadsheet/spreadsheet.es-HN.yml index 42d3986..f2fc248 100644 --- a/messages/spreadsheet/spreadsheet.es-HN.yml +++ b/messages/spreadsheet/spreadsheet.es-HN.yml @@ -98,3 +98,33 @@ kendo: # The title of the Sheets menu button sheetsMenu: All Sheets + + # The text of the Format toolbar tab + formatTab: Format + + # The text of the View toolbar tab + view: View + + # The title of the Cells Merge tool + merge: Merge + + # The title of the tool that decreases decimals + decreaseDecimal: Decrease decimal + + # The title of the tool that inserts a link + insertLink: Insert Link + + # The title of the tool that increases decimals + increaseDecimal: Increase Decimal + + # The title of the tool that increases the cell font size + increaseFontSize: Increase font size + + # The title of the tool that decreases the cell font size + decreaseFontSize: Decrease font size + + # The text of the **Remove link** button in the Link tool dialog + dialogRemoveLink: Remove link + + # The text of the **Insert** button in all Spreadsheet dialogs + dialogInsert: Insert diff --git a/messages/spreadsheet/spreadsheet.es-MX.yml b/messages/spreadsheet/spreadsheet.es-MX.yml index 42d3986..f2fc248 100644 --- a/messages/spreadsheet/spreadsheet.es-MX.yml +++ b/messages/spreadsheet/spreadsheet.es-MX.yml @@ -98,3 +98,33 @@ kendo: # The title of the Sheets menu button sheetsMenu: All Sheets + + # The text of the Format toolbar tab + formatTab: Format + + # The text of the View toolbar tab + view: View + + # The title of the Cells Merge tool + merge: Merge + + # The title of the tool that decreases decimals + decreaseDecimal: Decrease decimal + + # The title of the tool that inserts a link + insertLink: Insert Link + + # The title of the tool that increases decimals + increaseDecimal: Increase Decimal + + # The title of the tool that increases the cell font size + increaseFontSize: Increase font size + + # The title of the tool that decreases the cell font size + decreaseFontSize: Decrease font size + + # The text of the **Remove link** button in the Link tool dialog + dialogRemoveLink: Remove link + + # The text of the **Insert** button in all Spreadsheet dialogs + dialogInsert: Insert diff --git a/messages/spreadsheet/spreadsheet.es-NI.yml b/messages/spreadsheet/spreadsheet.es-NI.yml index 42d3986..f2fc248 100644 --- a/messages/spreadsheet/spreadsheet.es-NI.yml +++ b/messages/spreadsheet/spreadsheet.es-NI.yml @@ -98,3 +98,33 @@ kendo: # The title of the Sheets menu button sheetsMenu: All Sheets + + # The text of the Format toolbar tab + formatTab: Format + + # The text of the View toolbar tab + view: View + + # The title of the Cells Merge tool + merge: Merge + + # The title of the tool that decreases decimals + decreaseDecimal: Decrease decimal + + # The title of the tool that inserts a link + insertLink: Insert Link + + # The title of the tool that increases decimals + increaseDecimal: Increase Decimal + + # The title of the tool that increases the cell font size + increaseFontSize: Increase font size + + # The title of the tool that decreases the cell font size + decreaseFontSize: Decrease font size + + # The text of the **Remove link** button in the Link tool dialog + dialogRemoveLink: Remove link + + # The text of the **Insert** button in all Spreadsheet dialogs + dialogInsert: Insert diff --git a/messages/spreadsheet/spreadsheet.es-PA.yml b/messages/spreadsheet/spreadsheet.es-PA.yml index 42d3986..f2fc248 100644 --- a/messages/spreadsheet/spreadsheet.es-PA.yml +++ b/messages/spreadsheet/spreadsheet.es-PA.yml @@ -98,3 +98,33 @@ kendo: # The title of the Sheets menu button sheetsMenu: All Sheets + + # The text of the Format toolbar tab + formatTab: Format + + # The text of the View toolbar tab + view: View + + # The title of the Cells Merge tool + merge: Merge + + # The title of the tool that decreases decimals + decreaseDecimal: Decrease decimal + + # The title of the tool that inserts a link + insertLink: Insert Link + + # The title of the tool that increases decimals + increaseDecimal: Increase Decimal + + # The title of the tool that increases the cell font size + increaseFontSize: Increase font size + + # The title of the tool that decreases the cell font size + decreaseFontSize: Decrease font size + + # The text of the **Remove link** button in the Link tool dialog + dialogRemoveLink: Remove link + + # The text of the **Insert** button in all Spreadsheet dialogs + dialogInsert: Insert diff --git a/messages/spreadsheet/spreadsheet.es-PE.yml b/messages/spreadsheet/spreadsheet.es-PE.yml index 42d3986..f2fc248 100644 --- a/messages/spreadsheet/spreadsheet.es-PE.yml +++ b/messages/spreadsheet/spreadsheet.es-PE.yml @@ -98,3 +98,33 @@ kendo: # The title of the Sheets menu button sheetsMenu: All Sheets + + # The text of the Format toolbar tab + formatTab: Format + + # The text of the View toolbar tab + view: View + + # The title of the Cells Merge tool + merge: Merge + + # The title of the tool that decreases decimals + decreaseDecimal: Decrease decimal + + # The title of the tool that inserts a link + insertLink: Insert Link + + # The title of the tool that increases decimals + increaseDecimal: Increase Decimal + + # The title of the tool that increases the cell font size + increaseFontSize: Increase font size + + # The title of the tool that decreases the cell font size + decreaseFontSize: Decrease font size + + # The text of the **Remove link** button in the Link tool dialog + dialogRemoveLink: Remove link + + # The text of the **Insert** button in all Spreadsheet dialogs + dialogInsert: Insert diff --git a/messages/spreadsheet/spreadsheet.es-PR.yml b/messages/spreadsheet/spreadsheet.es-PR.yml index 42d3986..f2fc248 100644 --- a/messages/spreadsheet/spreadsheet.es-PR.yml +++ b/messages/spreadsheet/spreadsheet.es-PR.yml @@ -98,3 +98,33 @@ kendo: # The title of the Sheets menu button sheetsMenu: All Sheets + + # The text of the Format toolbar tab + formatTab: Format + + # The text of the View toolbar tab + view: View + + # The title of the Cells Merge tool + merge: Merge + + # The title of the tool that decreases decimals + decreaseDecimal: Decrease decimal + + # The title of the tool that inserts a link + insertLink: Insert Link + + # The title of the tool that increases decimals + increaseDecimal: Increase Decimal + + # The title of the tool that increases the cell font size + increaseFontSize: Increase font size + + # The title of the tool that decreases the cell font size + decreaseFontSize: Decrease font size + + # The text of the **Remove link** button in the Link tool dialog + dialogRemoveLink: Remove link + + # The text of the **Insert** button in all Spreadsheet dialogs + dialogInsert: Insert diff --git a/messages/spreadsheet/spreadsheet.es-PY.yml b/messages/spreadsheet/spreadsheet.es-PY.yml index 42d3986..f2fc248 100644 --- a/messages/spreadsheet/spreadsheet.es-PY.yml +++ b/messages/spreadsheet/spreadsheet.es-PY.yml @@ -98,3 +98,33 @@ kendo: # The title of the Sheets menu button sheetsMenu: All Sheets + + # The text of the Format toolbar tab + formatTab: Format + + # The text of the View toolbar tab + view: View + + # The title of the Cells Merge tool + merge: Merge + + # The title of the tool that decreases decimals + decreaseDecimal: Decrease decimal + + # The title of the tool that inserts a link + insertLink: Insert Link + + # The title of the tool that increases decimals + increaseDecimal: Increase Decimal + + # The title of the tool that increases the cell font size + increaseFontSize: Increase font size + + # The title of the tool that decreases the cell font size + decreaseFontSize: Decrease font size + + # The text of the **Remove link** button in the Link tool dialog + dialogRemoveLink: Remove link + + # The text of the **Insert** button in all Spreadsheet dialogs + dialogInsert: Insert diff --git a/messages/spreadsheet/spreadsheet.es-US.yml b/messages/spreadsheet/spreadsheet.es-US.yml index 42d3986..f2fc248 100644 --- a/messages/spreadsheet/spreadsheet.es-US.yml +++ b/messages/spreadsheet/spreadsheet.es-US.yml @@ -98,3 +98,33 @@ kendo: # The title of the Sheets menu button sheetsMenu: All Sheets + + # The text of the Format toolbar tab + formatTab: Format + + # The text of the View toolbar tab + view: View + + # The title of the Cells Merge tool + merge: Merge + + # The title of the tool that decreases decimals + decreaseDecimal: Decrease decimal + + # The title of the tool that inserts a link + insertLink: Insert Link + + # The title of the tool that increases decimals + increaseDecimal: Increase Decimal + + # The title of the tool that increases the cell font size + increaseFontSize: Increase font size + + # The title of the tool that decreases the cell font size + decreaseFontSize: Decrease font size + + # The text of the **Remove link** button in the Link tool dialog + dialogRemoveLink: Remove link + + # The text of the **Insert** button in all Spreadsheet dialogs + dialogInsert: Insert diff --git a/messages/spreadsheet/spreadsheet.es-UY.yml b/messages/spreadsheet/spreadsheet.es-UY.yml index 42d3986..f2fc248 100644 --- a/messages/spreadsheet/spreadsheet.es-UY.yml +++ b/messages/spreadsheet/spreadsheet.es-UY.yml @@ -98,3 +98,33 @@ kendo: # The title of the Sheets menu button sheetsMenu: All Sheets + + # The text of the Format toolbar tab + formatTab: Format + + # The text of the View toolbar tab + view: View + + # The title of the Cells Merge tool + merge: Merge + + # The title of the tool that decreases decimals + decreaseDecimal: Decrease decimal + + # The title of the tool that inserts a link + insertLink: Insert Link + + # The title of the tool that increases decimals + increaseDecimal: Increase Decimal + + # The title of the tool that increases the cell font size + increaseFontSize: Increase font size + + # The title of the tool that decreases the cell font size + decreaseFontSize: Decrease font size + + # The text of the **Remove link** button in the Link tool dialog + dialogRemoveLink: Remove link + + # The text of the **Insert** button in all Spreadsheet dialogs + dialogInsert: Insert diff --git a/messages/spreadsheet/spreadsheet.es-VE.yml b/messages/spreadsheet/spreadsheet.es-VE.yml index 42d3986..f2fc248 100644 --- a/messages/spreadsheet/spreadsheet.es-VE.yml +++ b/messages/spreadsheet/spreadsheet.es-VE.yml @@ -98,3 +98,33 @@ kendo: # The title of the Sheets menu button sheetsMenu: All Sheets + + # The text of the Format toolbar tab + formatTab: Format + + # The text of the View toolbar tab + view: View + + # The title of the Cells Merge tool + merge: Merge + + # The title of the tool that decreases decimals + decreaseDecimal: Decrease decimal + + # The title of the tool that inserts a link + insertLink: Insert Link + + # The title of the tool that increases decimals + increaseDecimal: Increase Decimal + + # The title of the tool that increases the cell font size + increaseFontSize: Increase font size + + # The title of the tool that decreases the cell font size + decreaseFontSize: Decrease font size + + # The text of the **Remove link** button in the Link tool dialog + dialogRemoveLink: Remove link + + # The text of the **Insert** button in all Spreadsheet dialogs + dialogInsert: Insert diff --git a/messages/spreadsheet/spreadsheet.fa-IR.yml b/messages/spreadsheet/spreadsheet.fa-IR.yml index 42d3986..f2fc248 100644 --- a/messages/spreadsheet/spreadsheet.fa-IR.yml +++ b/messages/spreadsheet/spreadsheet.fa-IR.yml @@ -98,3 +98,33 @@ kendo: # The title of the Sheets menu button sheetsMenu: All Sheets + + # The text of the Format toolbar tab + formatTab: Format + + # The text of the View toolbar tab + view: View + + # The title of the Cells Merge tool + merge: Merge + + # The title of the tool that decreases decimals + decreaseDecimal: Decrease decimal + + # The title of the tool that inserts a link + insertLink: Insert Link + + # The title of the tool that increases decimals + increaseDecimal: Increase Decimal + + # The title of the tool that increases the cell font size + increaseFontSize: Increase font size + + # The title of the tool that decreases the cell font size + decreaseFontSize: Decrease font size + + # The text of the **Remove link** button in the Link tool dialog + dialogRemoveLink: Remove link + + # The text of the **Insert** button in all Spreadsheet dialogs + dialogInsert: Insert diff --git a/messages/spreadsheet/spreadsheet.fi-FI.yml b/messages/spreadsheet/spreadsheet.fi-FI.yml index 42d3986..f2fc248 100644 --- a/messages/spreadsheet/spreadsheet.fi-FI.yml +++ b/messages/spreadsheet/spreadsheet.fi-FI.yml @@ -98,3 +98,33 @@ kendo: # The title of the Sheets menu button sheetsMenu: All Sheets + + # The text of the Format toolbar tab + formatTab: Format + + # The text of the View toolbar tab + view: View + + # The title of the Cells Merge tool + merge: Merge + + # The title of the tool that decreases decimals + decreaseDecimal: Decrease decimal + + # The title of the tool that inserts a link + insertLink: Insert Link + + # The title of the tool that increases decimals + increaseDecimal: Increase Decimal + + # The title of the tool that increases the cell font size + increaseFontSize: Increase font size + + # The title of the tool that decreases the cell font size + decreaseFontSize: Decrease font size + + # The text of the **Remove link** button in the Link tool dialog + dialogRemoveLink: Remove link + + # The text of the **Insert** button in all Spreadsheet dialogs + dialogInsert: Insert diff --git a/messages/spreadsheet/spreadsheet.fr-BE.yml b/messages/spreadsheet/spreadsheet.fr-BE.yml index 42d3986..f2fc248 100644 --- a/messages/spreadsheet/spreadsheet.fr-BE.yml +++ b/messages/spreadsheet/spreadsheet.fr-BE.yml @@ -98,3 +98,33 @@ kendo: # The title of the Sheets menu button sheetsMenu: All Sheets + + # The text of the Format toolbar tab + formatTab: Format + + # The text of the View toolbar tab + view: View + + # The title of the Cells Merge tool + merge: Merge + + # The title of the tool that decreases decimals + decreaseDecimal: Decrease decimal + + # The title of the tool that inserts a link + insertLink: Insert Link + + # The title of the tool that increases decimals + increaseDecimal: Increase Decimal + + # The title of the tool that increases the cell font size + increaseFontSize: Increase font size + + # The title of the tool that decreases the cell font size + decreaseFontSize: Decrease font size + + # The text of the **Remove link** button in the Link tool dialog + dialogRemoveLink: Remove link + + # The text of the **Insert** button in all Spreadsheet dialogs + dialogInsert: Insert diff --git a/messages/spreadsheet/spreadsheet.fr-CA.yml b/messages/spreadsheet/spreadsheet.fr-CA.yml index 42d3986..f2fc248 100644 --- a/messages/spreadsheet/spreadsheet.fr-CA.yml +++ b/messages/spreadsheet/spreadsheet.fr-CA.yml @@ -98,3 +98,33 @@ kendo: # The title of the Sheets menu button sheetsMenu: All Sheets + + # The text of the Format toolbar tab + formatTab: Format + + # The text of the View toolbar tab + view: View + + # The title of the Cells Merge tool + merge: Merge + + # The title of the tool that decreases decimals + decreaseDecimal: Decrease decimal + + # The title of the tool that inserts a link + insertLink: Insert Link + + # The title of the tool that increases decimals + increaseDecimal: Increase Decimal + + # The title of the tool that increases the cell font size + increaseFontSize: Increase font size + + # The title of the tool that decreases the cell font size + decreaseFontSize: Decrease font size + + # The text of the **Remove link** button in the Link tool dialog + dialogRemoveLink: Remove link + + # The text of the **Insert** button in all Spreadsheet dialogs + dialogInsert: Insert diff --git a/messages/spreadsheet/spreadsheet.fr-CD.yml b/messages/spreadsheet/spreadsheet.fr-CD.yml index 42d3986..f2fc248 100644 --- a/messages/spreadsheet/spreadsheet.fr-CD.yml +++ b/messages/spreadsheet/spreadsheet.fr-CD.yml @@ -98,3 +98,33 @@ kendo: # The title of the Sheets menu button sheetsMenu: All Sheets + + # The text of the Format toolbar tab + formatTab: Format + + # The text of the View toolbar tab + view: View + + # The title of the Cells Merge tool + merge: Merge + + # The title of the tool that decreases decimals + decreaseDecimal: Decrease decimal + + # The title of the tool that inserts a link + insertLink: Insert Link + + # The title of the tool that increases decimals + increaseDecimal: Increase Decimal + + # The title of the tool that increases the cell font size + increaseFontSize: Increase font size + + # The title of the tool that decreases the cell font size + decreaseFontSize: Decrease font size + + # The text of the **Remove link** button in the Link tool dialog + dialogRemoveLink: Remove link + + # The text of the **Insert** button in all Spreadsheet dialogs + dialogInsert: Insert diff --git a/messages/spreadsheet/spreadsheet.fr-CH.yml b/messages/spreadsheet/spreadsheet.fr-CH.yml index 42d3986..f2fc248 100644 --- a/messages/spreadsheet/spreadsheet.fr-CH.yml +++ b/messages/spreadsheet/spreadsheet.fr-CH.yml @@ -98,3 +98,33 @@ kendo: # The title of the Sheets menu button sheetsMenu: All Sheets + + # The text of the Format toolbar tab + formatTab: Format + + # The text of the View toolbar tab + view: View + + # The title of the Cells Merge tool + merge: Merge + + # The title of the tool that decreases decimals + decreaseDecimal: Decrease decimal + + # The title of the tool that inserts a link + insertLink: Insert Link + + # The title of the tool that increases decimals + increaseDecimal: Increase Decimal + + # The title of the tool that increases the cell font size + increaseFontSize: Increase font size + + # The title of the tool that decreases the cell font size + decreaseFontSize: Decrease font size + + # The text of the **Remove link** button in the Link tool dialog + dialogRemoveLink: Remove link + + # The text of the **Insert** button in all Spreadsheet dialogs + dialogInsert: Insert diff --git a/messages/spreadsheet/spreadsheet.fr-CI.yml b/messages/spreadsheet/spreadsheet.fr-CI.yml index 42d3986..f2fc248 100644 --- a/messages/spreadsheet/spreadsheet.fr-CI.yml +++ b/messages/spreadsheet/spreadsheet.fr-CI.yml @@ -98,3 +98,33 @@ kendo: # The title of the Sheets menu button sheetsMenu: All Sheets + + # The text of the Format toolbar tab + formatTab: Format + + # The text of the View toolbar tab + view: View + + # The title of the Cells Merge tool + merge: Merge + + # The title of the tool that decreases decimals + decreaseDecimal: Decrease decimal + + # The title of the tool that inserts a link + insertLink: Insert Link + + # The title of the tool that increases decimals + increaseDecimal: Increase Decimal + + # The title of the tool that increases the cell font size + increaseFontSize: Increase font size + + # The title of the tool that decreases the cell font size + decreaseFontSize: Decrease font size + + # The text of the **Remove link** button in the Link tool dialog + dialogRemoveLink: Remove link + + # The text of the **Insert** button in all Spreadsheet dialogs + dialogInsert: Insert diff --git a/messages/spreadsheet/spreadsheet.fr-CM.yml b/messages/spreadsheet/spreadsheet.fr-CM.yml index 42d3986..f2fc248 100644 --- a/messages/spreadsheet/spreadsheet.fr-CM.yml +++ b/messages/spreadsheet/spreadsheet.fr-CM.yml @@ -98,3 +98,33 @@ kendo: # The title of the Sheets menu button sheetsMenu: All Sheets + + # The text of the Format toolbar tab + formatTab: Format + + # The text of the View toolbar tab + view: View + + # The title of the Cells Merge tool + merge: Merge + + # The title of the tool that decreases decimals + decreaseDecimal: Decrease decimal + + # The title of the tool that inserts a link + insertLink: Insert Link + + # The title of the tool that increases decimals + increaseDecimal: Increase Decimal + + # The title of the tool that increases the cell font size + increaseFontSize: Increase font size + + # The title of the tool that decreases the cell font size + decreaseFontSize: Decrease font size + + # The text of the **Remove link** button in the Link tool dialog + dialogRemoveLink: Remove link + + # The text of the **Insert** button in all Spreadsheet dialogs + dialogInsert: Insert diff --git a/messages/spreadsheet/spreadsheet.fr-FR.yml b/messages/spreadsheet/spreadsheet.fr-FR.yml index 42d3986..f2fc248 100644 --- a/messages/spreadsheet/spreadsheet.fr-FR.yml +++ b/messages/spreadsheet/spreadsheet.fr-FR.yml @@ -98,3 +98,33 @@ kendo: # The title of the Sheets menu button sheetsMenu: All Sheets + + # The text of the Format toolbar tab + formatTab: Format + + # The text of the View toolbar tab + view: View + + # The title of the Cells Merge tool + merge: Merge + + # The title of the tool that decreases decimals + decreaseDecimal: Decrease decimal + + # The title of the tool that inserts a link + insertLink: Insert Link + + # The title of the tool that increases decimals + increaseDecimal: Increase Decimal + + # The title of the tool that increases the cell font size + increaseFontSize: Increase font size + + # The title of the tool that decreases the cell font size + decreaseFontSize: Decrease font size + + # The text of the **Remove link** button in the Link tool dialog + dialogRemoveLink: Remove link + + # The text of the **Insert** button in all Spreadsheet dialogs + dialogInsert: Insert diff --git a/messages/spreadsheet/spreadsheet.fr-HT.yml b/messages/spreadsheet/spreadsheet.fr-HT.yml index 42d3986..f2fc248 100644 --- a/messages/spreadsheet/spreadsheet.fr-HT.yml +++ b/messages/spreadsheet/spreadsheet.fr-HT.yml @@ -98,3 +98,33 @@ kendo: # The title of the Sheets menu button sheetsMenu: All Sheets + + # The text of the Format toolbar tab + formatTab: Format + + # The text of the View toolbar tab + view: View + + # The title of the Cells Merge tool + merge: Merge + + # The title of the tool that decreases decimals + decreaseDecimal: Decrease decimal + + # The title of the tool that inserts a link + insertLink: Insert Link + + # The title of the tool that increases decimals + increaseDecimal: Increase Decimal + + # The title of the tool that increases the cell font size + increaseFontSize: Increase font size + + # The title of the tool that decreases the cell font size + decreaseFontSize: Decrease font size + + # The text of the **Remove link** button in the Link tool dialog + dialogRemoveLink: Remove link + + # The text of the **Insert** button in all Spreadsheet dialogs + dialogInsert: Insert diff --git a/messages/spreadsheet/spreadsheet.fr-LU.yml b/messages/spreadsheet/spreadsheet.fr-LU.yml index 42d3986..f2fc248 100644 --- a/messages/spreadsheet/spreadsheet.fr-LU.yml +++ b/messages/spreadsheet/spreadsheet.fr-LU.yml @@ -98,3 +98,33 @@ kendo: # The title of the Sheets menu button sheetsMenu: All Sheets + + # The text of the Format toolbar tab + formatTab: Format + + # The text of the View toolbar tab + view: View + + # The title of the Cells Merge tool + merge: Merge + + # The title of the tool that decreases decimals + decreaseDecimal: Decrease decimal + + # The title of the tool that inserts a link + insertLink: Insert Link + + # The title of the tool that increases decimals + increaseDecimal: Increase Decimal + + # The title of the tool that increases the cell font size + increaseFontSize: Increase font size + + # The title of the tool that decreases the cell font size + decreaseFontSize: Decrease font size + + # The text of the **Remove link** button in the Link tool dialog + dialogRemoveLink: Remove link + + # The text of the **Insert** button in all Spreadsheet dialogs + dialogInsert: Insert diff --git a/messages/spreadsheet/spreadsheet.fr-MA.yml b/messages/spreadsheet/spreadsheet.fr-MA.yml index 42d3986..f2fc248 100644 --- a/messages/spreadsheet/spreadsheet.fr-MA.yml +++ b/messages/spreadsheet/spreadsheet.fr-MA.yml @@ -98,3 +98,33 @@ kendo: # The title of the Sheets menu button sheetsMenu: All Sheets + + # The text of the Format toolbar tab + formatTab: Format + + # The text of the View toolbar tab + view: View + + # The title of the Cells Merge tool + merge: Merge + + # The title of the tool that decreases decimals + decreaseDecimal: Decrease decimal + + # The title of the tool that inserts a link + insertLink: Insert Link + + # The title of the tool that increases decimals + increaseDecimal: Increase Decimal + + # The title of the tool that increases the cell font size + increaseFontSize: Increase font size + + # The title of the tool that decreases the cell font size + decreaseFontSize: Decrease font size + + # The text of the **Remove link** button in the Link tool dialog + dialogRemoveLink: Remove link + + # The text of the **Insert** button in all Spreadsheet dialogs + dialogInsert: Insert diff --git a/messages/spreadsheet/spreadsheet.fr-MC.yml b/messages/spreadsheet/spreadsheet.fr-MC.yml index 42d3986..f2fc248 100644 --- a/messages/spreadsheet/spreadsheet.fr-MC.yml +++ b/messages/spreadsheet/spreadsheet.fr-MC.yml @@ -98,3 +98,33 @@ kendo: # The title of the Sheets menu button sheetsMenu: All Sheets + + # The text of the Format toolbar tab + formatTab: Format + + # The text of the View toolbar tab + view: View + + # The title of the Cells Merge tool + merge: Merge + + # The title of the tool that decreases decimals + decreaseDecimal: Decrease decimal + + # The title of the tool that inserts a link + insertLink: Insert Link + + # The title of the tool that increases decimals + increaseDecimal: Increase Decimal + + # The title of the tool that increases the cell font size + increaseFontSize: Increase font size + + # The title of the tool that decreases the cell font size + decreaseFontSize: Decrease font size + + # The text of the **Remove link** button in the Link tool dialog + dialogRemoveLink: Remove link + + # The text of the **Insert** button in all Spreadsheet dialogs + dialogInsert: Insert diff --git a/messages/spreadsheet/spreadsheet.fr-ML.yml b/messages/spreadsheet/spreadsheet.fr-ML.yml index 42d3986..f2fc248 100644 --- a/messages/spreadsheet/spreadsheet.fr-ML.yml +++ b/messages/spreadsheet/spreadsheet.fr-ML.yml @@ -98,3 +98,33 @@ kendo: # The title of the Sheets menu button sheetsMenu: All Sheets + + # The text of the Format toolbar tab + formatTab: Format + + # The text of the View toolbar tab + view: View + + # The title of the Cells Merge tool + merge: Merge + + # The title of the tool that decreases decimals + decreaseDecimal: Decrease decimal + + # The title of the tool that inserts a link + insertLink: Insert Link + + # The title of the tool that increases decimals + increaseDecimal: Increase Decimal + + # The title of the tool that increases the cell font size + increaseFontSize: Increase font size + + # The title of the tool that decreases the cell font size + decreaseFontSize: Decrease font size + + # The text of the **Remove link** button in the Link tool dialog + dialogRemoveLink: Remove link + + # The text of the **Insert** button in all Spreadsheet dialogs + dialogInsert: Insert diff --git a/messages/spreadsheet/spreadsheet.fr-SN.yml b/messages/spreadsheet/spreadsheet.fr-SN.yml index 42d3986..f2fc248 100644 --- a/messages/spreadsheet/spreadsheet.fr-SN.yml +++ b/messages/spreadsheet/spreadsheet.fr-SN.yml @@ -98,3 +98,33 @@ kendo: # The title of the Sheets menu button sheetsMenu: All Sheets + + # The text of the Format toolbar tab + formatTab: Format + + # The text of the View toolbar tab + view: View + + # The title of the Cells Merge tool + merge: Merge + + # The title of the tool that decreases decimals + decreaseDecimal: Decrease decimal + + # The title of the tool that inserts a link + insertLink: Insert Link + + # The title of the tool that increases decimals + increaseDecimal: Increase Decimal + + # The title of the tool that increases the cell font size + increaseFontSize: Increase font size + + # The title of the tool that decreases the cell font size + decreaseFontSize: Decrease font size + + # The text of the **Remove link** button in the Link tool dialog + dialogRemoveLink: Remove link + + # The text of the **Insert** button in all Spreadsheet dialogs + dialogInsert: Insert diff --git a/messages/spreadsheet/spreadsheet.he-IL.yml b/messages/spreadsheet/spreadsheet.he-IL.yml index 42d3986..f2fc248 100644 --- a/messages/spreadsheet/spreadsheet.he-IL.yml +++ b/messages/spreadsheet/spreadsheet.he-IL.yml @@ -98,3 +98,33 @@ kendo: # The title of the Sheets menu button sheetsMenu: All Sheets + + # The text of the Format toolbar tab + formatTab: Format + + # The text of the View toolbar tab + view: View + + # The title of the Cells Merge tool + merge: Merge + + # The title of the tool that decreases decimals + decreaseDecimal: Decrease decimal + + # The title of the tool that inserts a link + insertLink: Insert Link + + # The title of the tool that increases decimals + increaseDecimal: Increase Decimal + + # The title of the tool that increases the cell font size + increaseFontSize: Increase font size + + # The title of the tool that decreases the cell font size + decreaseFontSize: Decrease font size + + # The text of the **Remove link** button in the Link tool dialog + dialogRemoveLink: Remove link + + # The text of the **Insert** button in all Spreadsheet dialogs + dialogInsert: Insert diff --git a/messages/spreadsheet/spreadsheet.hy-AM.yml b/messages/spreadsheet/spreadsheet.hy-AM.yml index 42d3986..f2fc248 100644 --- a/messages/spreadsheet/spreadsheet.hy-AM.yml +++ b/messages/spreadsheet/spreadsheet.hy-AM.yml @@ -98,3 +98,33 @@ kendo: # The title of the Sheets menu button sheetsMenu: All Sheets + + # The text of the Format toolbar tab + formatTab: Format + + # The text of the View toolbar tab + view: View + + # The title of the Cells Merge tool + merge: Merge + + # The title of the tool that decreases decimals + decreaseDecimal: Decrease decimal + + # The title of the tool that inserts a link + insertLink: Insert Link + + # The title of the tool that increases decimals + increaseDecimal: Increase Decimal + + # The title of the tool that increases the cell font size + increaseFontSize: Increase font size + + # The title of the tool that decreases the cell font size + decreaseFontSize: Decrease font size + + # The text of the **Remove link** button in the Link tool dialog + dialogRemoveLink: Remove link + + # The text of the **Insert** button in all Spreadsheet dialogs + dialogInsert: Insert diff --git a/messages/spreadsheet/spreadsheet.it-CH.yml b/messages/spreadsheet/spreadsheet.it-CH.yml index 42d3986..f2fc248 100644 --- a/messages/spreadsheet/spreadsheet.it-CH.yml +++ b/messages/spreadsheet/spreadsheet.it-CH.yml @@ -98,3 +98,33 @@ kendo: # The title of the Sheets menu button sheetsMenu: All Sheets + + # The text of the Format toolbar tab + formatTab: Format + + # The text of the View toolbar tab + view: View + + # The title of the Cells Merge tool + merge: Merge + + # The title of the tool that decreases decimals + decreaseDecimal: Decrease decimal + + # The title of the tool that inserts a link + insertLink: Insert Link + + # The title of the tool that increases decimals + increaseDecimal: Increase Decimal + + # The title of the tool that increases the cell font size + increaseFontSize: Increase font size + + # The title of the tool that decreases the cell font size + decreaseFontSize: Decrease font size + + # The text of the **Remove link** button in the Link tool dialog + dialogRemoveLink: Remove link + + # The text of the **Insert** button in all Spreadsheet dialogs + dialogInsert: Insert diff --git a/messages/spreadsheet/spreadsheet.it-IT.yml b/messages/spreadsheet/spreadsheet.it-IT.yml index 42d3986..f2fc248 100644 --- a/messages/spreadsheet/spreadsheet.it-IT.yml +++ b/messages/spreadsheet/spreadsheet.it-IT.yml @@ -98,3 +98,33 @@ kendo: # The title of the Sheets menu button sheetsMenu: All Sheets + + # The text of the Format toolbar tab + formatTab: Format + + # The text of the View toolbar tab + view: View + + # The title of the Cells Merge tool + merge: Merge + + # The title of the tool that decreases decimals + decreaseDecimal: Decrease decimal + + # The title of the tool that inserts a link + insertLink: Insert Link + + # The title of the tool that increases decimals + increaseDecimal: Increase Decimal + + # The title of the tool that increases the cell font size + increaseFontSize: Increase font size + + # The title of the tool that decreases the cell font size + decreaseFontSize: Decrease font size + + # The text of the **Remove link** button in the Link tool dialog + dialogRemoveLink: Remove link + + # The text of the **Insert** button in all Spreadsheet dialogs + dialogInsert: Insert diff --git a/messages/spreadsheet/spreadsheet.ja-JP.yml b/messages/spreadsheet/spreadsheet.ja-JP.yml index 42d3986..f2fc248 100644 --- a/messages/spreadsheet/spreadsheet.ja-JP.yml +++ b/messages/spreadsheet/spreadsheet.ja-JP.yml @@ -98,3 +98,33 @@ kendo: # The title of the Sheets menu button sheetsMenu: All Sheets + + # The text of the Format toolbar tab + formatTab: Format + + # The text of the View toolbar tab + view: View + + # The title of the Cells Merge tool + merge: Merge + + # The title of the tool that decreases decimals + decreaseDecimal: Decrease decimal + + # The title of the tool that inserts a link + insertLink: Insert Link + + # The title of the tool that increases decimals + increaseDecimal: Increase Decimal + + # The title of the tool that increases the cell font size + increaseFontSize: Increase font size + + # The title of the tool that decreases the cell font size + decreaseFontSize: Decrease font size + + # The text of the **Remove link** button in the Link tool dialog + dialogRemoveLink: Remove link + + # The text of the **Insert** button in all Spreadsheet dialogs + dialogInsert: Insert diff --git a/messages/spreadsheet/spreadsheet.ka-GE.yml b/messages/spreadsheet/spreadsheet.ka-GE.yml index 42d3986..f2fc248 100644 --- a/messages/spreadsheet/spreadsheet.ka-GE.yml +++ b/messages/spreadsheet/spreadsheet.ka-GE.yml @@ -98,3 +98,33 @@ kendo: # The title of the Sheets menu button sheetsMenu: All Sheets + + # The text of the Format toolbar tab + formatTab: Format + + # The text of the View toolbar tab + view: View + + # The title of the Cells Merge tool + merge: Merge + + # The title of the tool that decreases decimals + decreaseDecimal: Decrease decimal + + # The title of the tool that inserts a link + insertLink: Insert Link + + # The title of the tool that increases decimals + increaseDecimal: Increase Decimal + + # The title of the tool that increases the cell font size + increaseFontSize: Increase font size + + # The title of the tool that decreases the cell font size + decreaseFontSize: Decrease font size + + # The text of the **Remove link** button in the Link tool dialog + dialogRemoveLink: Remove link + + # The text of the **Insert** button in all Spreadsheet dialogs + dialogInsert: Insert diff --git a/messages/spreadsheet/spreadsheet.nb-NO.yml b/messages/spreadsheet/spreadsheet.nb-NO.yml index 42d3986..f2fc248 100644 --- a/messages/spreadsheet/spreadsheet.nb-NO.yml +++ b/messages/spreadsheet/spreadsheet.nb-NO.yml @@ -98,3 +98,33 @@ kendo: # The title of the Sheets menu button sheetsMenu: All Sheets + + # The text of the Format toolbar tab + formatTab: Format + + # The text of the View toolbar tab + view: View + + # The title of the Cells Merge tool + merge: Merge + + # The title of the tool that decreases decimals + decreaseDecimal: Decrease decimal + + # The title of the tool that inserts a link + insertLink: Insert Link + + # The title of the tool that increases decimals + increaseDecimal: Increase Decimal + + # The title of the tool that increases the cell font size + increaseFontSize: Increase font size + + # The title of the tool that decreases the cell font size + decreaseFontSize: Decrease font size + + # The text of the **Remove link** button in the Link tool dialog + dialogRemoveLink: Remove link + + # The text of the **Insert** button in all Spreadsheet dialogs + dialogInsert: Insert diff --git a/messages/spreadsheet/spreadsheet.nl-BE.yml b/messages/spreadsheet/spreadsheet.nl-BE.yml index 42d3986..f2fc248 100644 --- a/messages/spreadsheet/spreadsheet.nl-BE.yml +++ b/messages/spreadsheet/spreadsheet.nl-BE.yml @@ -98,3 +98,33 @@ kendo: # The title of the Sheets menu button sheetsMenu: All Sheets + + # The text of the Format toolbar tab + formatTab: Format + + # The text of the View toolbar tab + view: View + + # The title of the Cells Merge tool + merge: Merge + + # The title of the tool that decreases decimals + decreaseDecimal: Decrease decimal + + # The title of the tool that inserts a link + insertLink: Insert Link + + # The title of the tool that increases decimals + increaseDecimal: Increase Decimal + + # The title of the tool that increases the cell font size + increaseFontSize: Increase font size + + # The title of the tool that decreases the cell font size + decreaseFontSize: Decrease font size + + # The text of the **Remove link** button in the Link tool dialog + dialogRemoveLink: Remove link + + # The text of the **Insert** button in all Spreadsheet dialogs + dialogInsert: Insert diff --git a/messages/spreadsheet/spreadsheet.nl-NL.yml b/messages/spreadsheet/spreadsheet.nl-NL.yml index 42d3986..f2fc248 100644 --- a/messages/spreadsheet/spreadsheet.nl-NL.yml +++ b/messages/spreadsheet/spreadsheet.nl-NL.yml @@ -98,3 +98,33 @@ kendo: # The title of the Sheets menu button sheetsMenu: All Sheets + + # The text of the Format toolbar tab + formatTab: Format + + # The text of the View toolbar tab + view: View + + # The title of the Cells Merge tool + merge: Merge + + # The title of the tool that decreases decimals + decreaseDecimal: Decrease decimal + + # The title of the tool that inserts a link + insertLink: Insert Link + + # The title of the tool that increases decimals + increaseDecimal: Increase Decimal + + # The title of the tool that increases the cell font size + increaseFontSize: Increase font size + + # The title of the tool that decreases the cell font size + decreaseFontSize: Decrease font size + + # The text of the **Remove link** button in the Link tool dialog + dialogRemoveLink: Remove link + + # The text of the **Insert** button in all Spreadsheet dialogs + dialogInsert: Insert diff --git a/messages/spreadsheet/spreadsheet.pl-PL.yml b/messages/spreadsheet/spreadsheet.pl-PL.yml index 42d3986..f2fc248 100644 --- a/messages/spreadsheet/spreadsheet.pl-PL.yml +++ b/messages/spreadsheet/spreadsheet.pl-PL.yml @@ -98,3 +98,33 @@ kendo: # The title of the Sheets menu button sheetsMenu: All Sheets + + # The text of the Format toolbar tab + formatTab: Format + + # The text of the View toolbar tab + view: View + + # The title of the Cells Merge tool + merge: Merge + + # The title of the tool that decreases decimals + decreaseDecimal: Decrease decimal + + # The title of the tool that inserts a link + insertLink: Insert Link + + # The title of the tool that increases decimals + increaseDecimal: Increase Decimal + + # The title of the tool that increases the cell font size + increaseFontSize: Increase font size + + # The title of the tool that decreases the cell font size + decreaseFontSize: Decrease font size + + # The text of the **Remove link** button in the Link tool dialog + dialogRemoveLink: Remove link + + # The text of the **Insert** button in all Spreadsheet dialogs + dialogInsert: Insert diff --git a/messages/spreadsheet/spreadsheet.pt-BR.yml b/messages/spreadsheet/spreadsheet.pt-BR.yml index 42d3986..f2fc248 100644 --- a/messages/spreadsheet/spreadsheet.pt-BR.yml +++ b/messages/spreadsheet/spreadsheet.pt-BR.yml @@ -98,3 +98,33 @@ kendo: # The title of the Sheets menu button sheetsMenu: All Sheets + + # The text of the Format toolbar tab + formatTab: Format + + # The text of the View toolbar tab + view: View + + # The title of the Cells Merge tool + merge: Merge + + # The title of the tool that decreases decimals + decreaseDecimal: Decrease decimal + + # The title of the tool that inserts a link + insertLink: Insert Link + + # The title of the tool that increases decimals + increaseDecimal: Increase Decimal + + # The title of the tool that increases the cell font size + increaseFontSize: Increase font size + + # The title of the tool that decreases the cell font size + decreaseFontSize: Decrease font size + + # The text of the **Remove link** button in the Link tool dialog + dialogRemoveLink: Remove link + + # The text of the **Insert** button in all Spreadsheet dialogs + dialogInsert: Insert diff --git a/messages/spreadsheet/spreadsheet.pt-PT.yml b/messages/spreadsheet/spreadsheet.pt-PT.yml index 42d3986..f2fc248 100644 --- a/messages/spreadsheet/spreadsheet.pt-PT.yml +++ b/messages/spreadsheet/spreadsheet.pt-PT.yml @@ -98,3 +98,33 @@ kendo: # The title of the Sheets menu button sheetsMenu: All Sheets + + # The text of the Format toolbar tab + formatTab: Format + + # The text of the View toolbar tab + view: View + + # The title of the Cells Merge tool + merge: Merge + + # The title of the tool that decreases decimals + decreaseDecimal: Decrease decimal + + # The title of the tool that inserts a link + insertLink: Insert Link + + # The title of the tool that increases decimals + increaseDecimal: Increase Decimal + + # The title of the tool that increases the cell font size + increaseFontSize: Increase font size + + # The title of the tool that decreases the cell font size + decreaseFontSize: Decrease font size + + # The text of the **Remove link** button in the Link tool dialog + dialogRemoveLink: Remove link + + # The text of the **Insert** button in all Spreadsheet dialogs + dialogInsert: Insert diff --git a/messages/spreadsheet/spreadsheet.ro-RO.yml b/messages/spreadsheet/spreadsheet.ro-RO.yml index 42d3986..f2fc248 100644 --- a/messages/spreadsheet/spreadsheet.ro-RO.yml +++ b/messages/spreadsheet/spreadsheet.ro-RO.yml @@ -98,3 +98,33 @@ kendo: # The title of the Sheets menu button sheetsMenu: All Sheets + + # The text of the Format toolbar tab + formatTab: Format + + # The text of the View toolbar tab + view: View + + # The title of the Cells Merge tool + merge: Merge + + # The title of the tool that decreases decimals + decreaseDecimal: Decrease decimal + + # The title of the tool that inserts a link + insertLink: Insert Link + + # The title of the tool that increases decimals + increaseDecimal: Increase Decimal + + # The title of the tool that increases the cell font size + increaseFontSize: Increase font size + + # The title of the tool that decreases the cell font size + decreaseFontSize: Decrease font size + + # The text of the **Remove link** button in the Link tool dialog + dialogRemoveLink: Remove link + + # The text of the **Insert** button in all Spreadsheet dialogs + dialogInsert: Insert diff --git a/messages/spreadsheet/spreadsheet.ru-RU.yml b/messages/spreadsheet/spreadsheet.ru-RU.yml index 42d3986..f2fc248 100644 --- a/messages/spreadsheet/spreadsheet.ru-RU.yml +++ b/messages/spreadsheet/spreadsheet.ru-RU.yml @@ -98,3 +98,33 @@ kendo: # The title of the Sheets menu button sheetsMenu: All Sheets + + # The text of the Format toolbar tab + formatTab: Format + + # The text of the View toolbar tab + view: View + + # The title of the Cells Merge tool + merge: Merge + + # The title of the tool that decreases decimals + decreaseDecimal: Decrease decimal + + # The title of the tool that inserts a link + insertLink: Insert Link + + # The title of the tool that increases decimals + increaseDecimal: Increase Decimal + + # The title of the tool that increases the cell font size + increaseFontSize: Increase font size + + # The title of the tool that decreases the cell font size + decreaseFontSize: Decrease font size + + # The text of the **Remove link** button in the Link tool dialog + dialogRemoveLink: Remove link + + # The text of the **Insert** button in all Spreadsheet dialogs + dialogInsert: Insert diff --git a/messages/spreadsheet/spreadsheet.sk-SK.yml b/messages/spreadsheet/spreadsheet.sk-SK.yml index 42d3986..f2fc248 100644 --- a/messages/spreadsheet/spreadsheet.sk-SK.yml +++ b/messages/spreadsheet/spreadsheet.sk-SK.yml @@ -98,3 +98,33 @@ kendo: # The title of the Sheets menu button sheetsMenu: All Sheets + + # The text of the Format toolbar tab + formatTab: Format + + # The text of the View toolbar tab + view: View + + # The title of the Cells Merge tool + merge: Merge + + # The title of the tool that decreases decimals + decreaseDecimal: Decrease decimal + + # The title of the tool that inserts a link + insertLink: Insert Link + + # The title of the tool that increases decimals + increaseDecimal: Increase Decimal + + # The title of the tool that increases the cell font size + increaseFontSize: Increase font size + + # The title of the tool that decreases the cell font size + decreaseFontSize: Decrease font size + + # The text of the **Remove link** button in the Link tool dialog + dialogRemoveLink: Remove link + + # The text of the **Insert** button in all Spreadsheet dialogs + dialogInsert: Insert diff --git a/messages/spreadsheet/spreadsheet.sv-SE.yml b/messages/spreadsheet/spreadsheet.sv-SE.yml index 42d3986..f2fc248 100644 --- a/messages/spreadsheet/spreadsheet.sv-SE.yml +++ b/messages/spreadsheet/spreadsheet.sv-SE.yml @@ -98,3 +98,33 @@ kendo: # The title of the Sheets menu button sheetsMenu: All Sheets + + # The text of the Format toolbar tab + formatTab: Format + + # The text of the View toolbar tab + view: View + + # The title of the Cells Merge tool + merge: Merge + + # The title of the tool that decreases decimals + decreaseDecimal: Decrease decimal + + # The title of the tool that inserts a link + insertLink: Insert Link + + # The title of the tool that increases decimals + increaseDecimal: Increase Decimal + + # The title of the tool that increases the cell font size + increaseFontSize: Increase font size + + # The title of the tool that decreases the cell font size + decreaseFontSize: Decrease font size + + # The text of the **Remove link** button in the Link tool dialog + dialogRemoveLink: Remove link + + # The text of the **Insert** button in all Spreadsheet dialogs + dialogInsert: Insert diff --git a/messages/spreadsheet/spreadsheet.tr-TR.yml b/messages/spreadsheet/spreadsheet.tr-TR.yml index 42d3986..f2fc248 100644 --- a/messages/spreadsheet/spreadsheet.tr-TR.yml +++ b/messages/spreadsheet/spreadsheet.tr-TR.yml @@ -98,3 +98,33 @@ kendo: # The title of the Sheets menu button sheetsMenu: All Sheets + + # The text of the Format toolbar tab + formatTab: Format + + # The text of the View toolbar tab + view: View + + # The title of the Cells Merge tool + merge: Merge + + # The title of the tool that decreases decimals + decreaseDecimal: Decrease decimal + + # The title of the tool that inserts a link + insertLink: Insert Link + + # The title of the tool that increases decimals + increaseDecimal: Increase Decimal + + # The title of the tool that increases the cell font size + increaseFontSize: Increase font size + + # The title of the tool that decreases the cell font size + decreaseFontSize: Decrease font size + + # The text of the **Remove link** button in the Link tool dialog + dialogRemoveLink: Remove link + + # The text of the **Insert** button in all Spreadsheet dialogs + dialogInsert: Insert diff --git a/messages/spreadsheet/spreadsheet.uk-UA.yml b/messages/spreadsheet/spreadsheet.uk-UA.yml index 42d3986..f2fc248 100644 --- a/messages/spreadsheet/spreadsheet.uk-UA.yml +++ b/messages/spreadsheet/spreadsheet.uk-UA.yml @@ -98,3 +98,33 @@ kendo: # The title of the Sheets menu button sheetsMenu: All Sheets + + # The text of the Format toolbar tab + formatTab: Format + + # The text of the View toolbar tab + view: View + + # The title of the Cells Merge tool + merge: Merge + + # The title of the tool that decreases decimals + decreaseDecimal: Decrease decimal + + # The title of the tool that inserts a link + insertLink: Insert Link + + # The title of the tool that increases decimals + increaseDecimal: Increase Decimal + + # The title of the tool that increases the cell font size + increaseFontSize: Increase font size + + # The title of the tool that decreases the cell font size + decreaseFontSize: Decrease font size + + # The text of the **Remove link** button in the Link tool dialog + dialogRemoveLink: Remove link + + # The text of the **Insert** button in all Spreadsheet dialogs + dialogInsert: Insert diff --git a/messages/spreadsheet/spreadsheet.zh-CN.yml b/messages/spreadsheet/spreadsheet.zh-CN.yml index 42d3986..f2fc248 100644 --- a/messages/spreadsheet/spreadsheet.zh-CN.yml +++ b/messages/spreadsheet/spreadsheet.zh-CN.yml @@ -98,3 +98,33 @@ kendo: # The title of the Sheets menu button sheetsMenu: All Sheets + + # The text of the Format toolbar tab + formatTab: Format + + # The text of the View toolbar tab + view: View + + # The title of the Cells Merge tool + merge: Merge + + # The title of the tool that decreases decimals + decreaseDecimal: Decrease decimal + + # The title of the tool that inserts a link + insertLink: Insert Link + + # The title of the tool that increases decimals + increaseDecimal: Increase Decimal + + # The title of the tool that increases the cell font size + increaseFontSize: Increase font size + + # The title of the tool that decreases the cell font size + decreaseFontSize: Decrease font size + + # The text of the **Remove link** button in the Link tool dialog + dialogRemoveLink: Remove link + + # The text of the **Insert** button in all Spreadsheet dialogs + dialogInsert: Insert diff --git a/messages/spreadsheet/spreadsheet.zh-HK.yml b/messages/spreadsheet/spreadsheet.zh-HK.yml index 42d3986..f2fc248 100644 --- a/messages/spreadsheet/spreadsheet.zh-HK.yml +++ b/messages/spreadsheet/spreadsheet.zh-HK.yml @@ -98,3 +98,33 @@ kendo: # The title of the Sheets menu button sheetsMenu: All Sheets + + # The text of the Format toolbar tab + formatTab: Format + + # The text of the View toolbar tab + view: View + + # The title of the Cells Merge tool + merge: Merge + + # The title of the tool that decreases decimals + decreaseDecimal: Decrease decimal + + # The title of the tool that inserts a link + insertLink: Insert Link + + # The title of the tool that increases decimals + increaseDecimal: Increase Decimal + + # The title of the tool that increases the cell font size + increaseFontSize: Increase font size + + # The title of the tool that decreases the cell font size + decreaseFontSize: Decrease font size + + # The text of the **Remove link** button in the Link tool dialog + dialogRemoveLink: Remove link + + # The text of the **Insert** button in all Spreadsheet dialogs + dialogInsert: Insert diff --git a/messages/spreadsheet/spreadsheet.zh-TW.yml b/messages/spreadsheet/spreadsheet.zh-TW.yml index 42d3986..f2fc248 100644 --- a/messages/spreadsheet/spreadsheet.zh-TW.yml +++ b/messages/spreadsheet/spreadsheet.zh-TW.yml @@ -98,3 +98,33 @@ kendo: # The title of the Sheets menu button sheetsMenu: All Sheets + + # The text of the Format toolbar tab + formatTab: Format + + # The text of the View toolbar tab + view: View + + # The title of the Cells Merge tool + merge: Merge + + # The title of the tool that decreases decimals + decreaseDecimal: Decrease decimal + + # The title of the tool that inserts a link + insertLink: Insert Link + + # The title of the tool that increases decimals + increaseDecimal: Increase Decimal + + # The title of the tool that increases the cell font size + increaseFontSize: Increase font size + + # The title of the tool that decreases the cell font size + decreaseFontSize: Decrease font size + + # The text of the **Remove link** button in the Link tool dialog + dialogRemoveLink: Remove link + + # The text of the **Insert** button in all Spreadsheet dialogs + dialogInsert: Insert From a77e2d0d0f8d117cd260ca2e6755cc208f8743ba Mon Sep 17 00:00:00 2001 From: Slavena Ilieva Date: Tue, 21 Nov 2023 13:50:33 +0200 Subject: [PATCH 2/2] feat(spreadsheet): add error handling messages --- messages/spreadsheet/spreadsheet.ar.yml | 18 ++++++++++++++++++ messages/spreadsheet/spreadsheet.bg-BG.yml | 18 ++++++++++++++++++ messages/spreadsheet/spreadsheet.cs-CZ.yml | 18 ++++++++++++++++++ messages/spreadsheet/spreadsheet.da-DK.yml | 18 ++++++++++++++++++ messages/spreadsheet/spreadsheet.de-AT.yml | 18 ++++++++++++++++++ messages/spreadsheet/spreadsheet.de-CH.yml | 18 ++++++++++++++++++ messages/spreadsheet/spreadsheet.de-DE.yml | 18 ++++++++++++++++++ messages/spreadsheet/spreadsheet.de-LI.yml | 18 ++++++++++++++++++ messages/spreadsheet/spreadsheet.en-AU.yml | 18 ++++++++++++++++++ messages/spreadsheet/spreadsheet.en-CA.yml | 18 ++++++++++++++++++ messages/spreadsheet/spreadsheet.en-GB.yml | 18 ++++++++++++++++++ messages/spreadsheet/spreadsheet.en-US.yml | 18 ++++++++++++++++++ messages/spreadsheet/spreadsheet.es-AR.yml | 18 ++++++++++++++++++ messages/spreadsheet/spreadsheet.es-BO.yml | 18 ++++++++++++++++++ messages/spreadsheet/spreadsheet.es-CL.yml | 18 ++++++++++++++++++ messages/spreadsheet/spreadsheet.es-CO.yml | 18 ++++++++++++++++++ messages/spreadsheet/spreadsheet.es-CR.yml | 18 ++++++++++++++++++ messages/spreadsheet/spreadsheet.es-DO.yml | 18 ++++++++++++++++++ messages/spreadsheet/spreadsheet.es-EC.yml | 18 ++++++++++++++++++ messages/spreadsheet/spreadsheet.es-ES.yml | 18 ++++++++++++++++++ messages/spreadsheet/spreadsheet.es-GT.yml | 18 ++++++++++++++++++ messages/spreadsheet/spreadsheet.es-HN.yml | 18 ++++++++++++++++++ messages/spreadsheet/spreadsheet.es-MX.yml | 18 ++++++++++++++++++ messages/spreadsheet/spreadsheet.es-NI.yml | 18 ++++++++++++++++++ messages/spreadsheet/spreadsheet.es-PA.yml | 18 ++++++++++++++++++ messages/spreadsheet/spreadsheet.es-PE.yml | 18 ++++++++++++++++++ messages/spreadsheet/spreadsheet.es-PR.yml | 18 ++++++++++++++++++ messages/spreadsheet/spreadsheet.es-PY.yml | 18 ++++++++++++++++++ messages/spreadsheet/spreadsheet.es-US.yml | 18 ++++++++++++++++++ messages/spreadsheet/spreadsheet.es-UY.yml | 18 ++++++++++++++++++ messages/spreadsheet/spreadsheet.es-VE.yml | 18 ++++++++++++++++++ messages/spreadsheet/spreadsheet.fa-IR.yml | 18 ++++++++++++++++++ messages/spreadsheet/spreadsheet.fi-FI.yml | 18 ++++++++++++++++++ messages/spreadsheet/spreadsheet.fr-BE.yml | 18 ++++++++++++++++++ messages/spreadsheet/spreadsheet.fr-CA.yml | 18 ++++++++++++++++++ messages/spreadsheet/spreadsheet.fr-CD.yml | 18 ++++++++++++++++++ messages/spreadsheet/spreadsheet.fr-CH.yml | 18 ++++++++++++++++++ messages/spreadsheet/spreadsheet.fr-CI.yml | 18 ++++++++++++++++++ messages/spreadsheet/spreadsheet.fr-CM.yml | 18 ++++++++++++++++++ messages/spreadsheet/spreadsheet.fr-FR.yml | 18 ++++++++++++++++++ messages/spreadsheet/spreadsheet.fr-HT.yml | 18 ++++++++++++++++++ messages/spreadsheet/spreadsheet.fr-LU.yml | 18 ++++++++++++++++++ messages/spreadsheet/spreadsheet.fr-MA.yml | 18 ++++++++++++++++++ messages/spreadsheet/spreadsheet.fr-MC.yml | 18 ++++++++++++++++++ messages/spreadsheet/spreadsheet.fr-ML.yml | 18 ++++++++++++++++++ messages/spreadsheet/spreadsheet.fr-SN.yml | 18 ++++++++++++++++++ messages/spreadsheet/spreadsheet.he-IL.yml | 18 ++++++++++++++++++ messages/spreadsheet/spreadsheet.hy-AM.yml | 18 ++++++++++++++++++ messages/spreadsheet/spreadsheet.it-CH.yml | 18 ++++++++++++++++++ messages/spreadsheet/spreadsheet.it-IT.yml | 18 ++++++++++++++++++ messages/spreadsheet/spreadsheet.ja-JP.yml | 18 ++++++++++++++++++ messages/spreadsheet/spreadsheet.ka-GE.yml | 18 ++++++++++++++++++ messages/spreadsheet/spreadsheet.nb-NO.yml | 18 ++++++++++++++++++ messages/spreadsheet/spreadsheet.nl-BE.yml | 18 ++++++++++++++++++ messages/spreadsheet/spreadsheet.nl-NL.yml | 18 ++++++++++++++++++ messages/spreadsheet/spreadsheet.pl-PL.yml | 18 ++++++++++++++++++ messages/spreadsheet/spreadsheet.pt-BR.yml | 18 ++++++++++++++++++ messages/spreadsheet/spreadsheet.pt-PT.yml | 18 ++++++++++++++++++ messages/spreadsheet/spreadsheet.ro-RO.yml | 18 ++++++++++++++++++ messages/spreadsheet/spreadsheet.ru-RU.yml | 18 ++++++++++++++++++ messages/spreadsheet/spreadsheet.sk-SK.yml | 18 ++++++++++++++++++ messages/spreadsheet/spreadsheet.sv-SE.yml | 18 ++++++++++++++++++ messages/spreadsheet/spreadsheet.tr-TR.yml | 18 ++++++++++++++++++ messages/spreadsheet/spreadsheet.uk-UA.yml | 18 ++++++++++++++++++ messages/spreadsheet/spreadsheet.zh-CN.yml | 18 ++++++++++++++++++ messages/spreadsheet/spreadsheet.zh-HK.yml | 18 ++++++++++++++++++ messages/spreadsheet/spreadsheet.zh-TW.yml | 18 ++++++++++++++++++ 67 files changed, 1206 insertions(+) diff --git a/messages/spreadsheet/spreadsheet.ar.yml b/messages/spreadsheet/spreadsheet.ar.yml index f2fc248..77d8f14 100644 --- a/messages/spreadsheet/spreadsheet.ar.yml +++ b/messages/spreadsheet/spreadsheet.ar.yml @@ -128,3 +128,21 @@ kendo: # The text of the **Insert** button in all Spreadsheet dialogs dialogInsert: Insert + + # The content of the dialog that warns about an unsupported file type + openUnsupported: Unsupported format. Please select an .xlsx file. + + # The content of the dialog that warns about modifying a merged cell + modifyMerged: Cannot change part of a merged cell. + + # The content of the dialog that warns about modifying a disabled cell + cannotModifyDisabled: Cannot modify disabled cells. + + # The text of the **OK** dialog button + dialogOk: OK + + # The title of an error dialog + dialogError: Error + + # The content of the dialog that warns about duplicated sheet name + duplicateSheetName: There is an existing sheet with this name. Please enter another name. diff --git a/messages/spreadsheet/spreadsheet.bg-BG.yml b/messages/spreadsheet/spreadsheet.bg-BG.yml index d483059..5f1a4b2 100644 --- a/messages/spreadsheet/spreadsheet.bg-BG.yml +++ b/messages/spreadsheet/spreadsheet.bg-BG.yml @@ -128,3 +128,21 @@ kendo: # The text of the **Insert** button in all Spreadsheet dialogs dialogInsert: Въведи + + # The content of the dialog that warns about an unsupported file type + openUnsupported: Неподдържан формат. Моля, изберете .xlsx файл. + + # The content of the dialog that warns about modifying a merged cell + modifyMerged: Не може да се промени част от обединена клетка. + + # The content of the dialog that warns about modifying a disabled cell + cannotModifyDisabled: Не може да се промени част от недостъпна клетка. + + # The text of the **OK** dialog button + dialogOk: ОК + + # The title of an error dialog + dialogError: Грешка + + # The content of the dialog that warns about duplicated sheet name + duplicateSheetName: Има съществуващ лист с това име. Моля, въведете друго име. diff --git a/messages/spreadsheet/spreadsheet.cs-CZ.yml b/messages/spreadsheet/spreadsheet.cs-CZ.yml index f2fc248..77d8f14 100644 --- a/messages/spreadsheet/spreadsheet.cs-CZ.yml +++ b/messages/spreadsheet/spreadsheet.cs-CZ.yml @@ -128,3 +128,21 @@ kendo: # The text of the **Insert** button in all Spreadsheet dialogs dialogInsert: Insert + + # The content of the dialog that warns about an unsupported file type + openUnsupported: Unsupported format. Please select an .xlsx file. + + # The content of the dialog that warns about modifying a merged cell + modifyMerged: Cannot change part of a merged cell. + + # The content of the dialog that warns about modifying a disabled cell + cannotModifyDisabled: Cannot modify disabled cells. + + # The text of the **OK** dialog button + dialogOk: OK + + # The title of an error dialog + dialogError: Error + + # The content of the dialog that warns about duplicated sheet name + duplicateSheetName: There is an existing sheet with this name. Please enter another name. diff --git a/messages/spreadsheet/spreadsheet.da-DK.yml b/messages/spreadsheet/spreadsheet.da-DK.yml index f2fc248..77d8f14 100644 --- a/messages/spreadsheet/spreadsheet.da-DK.yml +++ b/messages/spreadsheet/spreadsheet.da-DK.yml @@ -128,3 +128,21 @@ kendo: # The text of the **Insert** button in all Spreadsheet dialogs dialogInsert: Insert + + # The content of the dialog that warns about an unsupported file type + openUnsupported: Unsupported format. Please select an .xlsx file. + + # The content of the dialog that warns about modifying a merged cell + modifyMerged: Cannot change part of a merged cell. + + # The content of the dialog that warns about modifying a disabled cell + cannotModifyDisabled: Cannot modify disabled cells. + + # The text of the **OK** dialog button + dialogOk: OK + + # The title of an error dialog + dialogError: Error + + # The content of the dialog that warns about duplicated sheet name + duplicateSheetName: There is an existing sheet with this name. Please enter another name. diff --git a/messages/spreadsheet/spreadsheet.de-AT.yml b/messages/spreadsheet/spreadsheet.de-AT.yml index f2fc248..77d8f14 100644 --- a/messages/spreadsheet/spreadsheet.de-AT.yml +++ b/messages/spreadsheet/spreadsheet.de-AT.yml @@ -128,3 +128,21 @@ kendo: # The text of the **Insert** button in all Spreadsheet dialogs dialogInsert: Insert + + # The content of the dialog that warns about an unsupported file type + openUnsupported: Unsupported format. Please select an .xlsx file. + + # The content of the dialog that warns about modifying a merged cell + modifyMerged: Cannot change part of a merged cell. + + # The content of the dialog that warns about modifying a disabled cell + cannotModifyDisabled: Cannot modify disabled cells. + + # The text of the **OK** dialog button + dialogOk: OK + + # The title of an error dialog + dialogError: Error + + # The content of the dialog that warns about duplicated sheet name + duplicateSheetName: There is an existing sheet with this name. Please enter another name. diff --git a/messages/spreadsheet/spreadsheet.de-CH.yml b/messages/spreadsheet/spreadsheet.de-CH.yml index f2fc248..77d8f14 100644 --- a/messages/spreadsheet/spreadsheet.de-CH.yml +++ b/messages/spreadsheet/spreadsheet.de-CH.yml @@ -128,3 +128,21 @@ kendo: # The text of the **Insert** button in all Spreadsheet dialogs dialogInsert: Insert + + # The content of the dialog that warns about an unsupported file type + openUnsupported: Unsupported format. Please select an .xlsx file. + + # The content of the dialog that warns about modifying a merged cell + modifyMerged: Cannot change part of a merged cell. + + # The content of the dialog that warns about modifying a disabled cell + cannotModifyDisabled: Cannot modify disabled cells. + + # The text of the **OK** dialog button + dialogOk: OK + + # The title of an error dialog + dialogError: Error + + # The content of the dialog that warns about duplicated sheet name + duplicateSheetName: There is an existing sheet with this name. Please enter another name. diff --git a/messages/spreadsheet/spreadsheet.de-DE.yml b/messages/spreadsheet/spreadsheet.de-DE.yml index f2fc248..77d8f14 100644 --- a/messages/spreadsheet/spreadsheet.de-DE.yml +++ b/messages/spreadsheet/spreadsheet.de-DE.yml @@ -128,3 +128,21 @@ kendo: # The text of the **Insert** button in all Spreadsheet dialogs dialogInsert: Insert + + # The content of the dialog that warns about an unsupported file type + openUnsupported: Unsupported format. Please select an .xlsx file. + + # The content of the dialog that warns about modifying a merged cell + modifyMerged: Cannot change part of a merged cell. + + # The content of the dialog that warns about modifying a disabled cell + cannotModifyDisabled: Cannot modify disabled cells. + + # The text of the **OK** dialog button + dialogOk: OK + + # The title of an error dialog + dialogError: Error + + # The content of the dialog that warns about duplicated sheet name + duplicateSheetName: There is an existing sheet with this name. Please enter another name. diff --git a/messages/spreadsheet/spreadsheet.de-LI.yml b/messages/spreadsheet/spreadsheet.de-LI.yml index f2fc248..77d8f14 100644 --- a/messages/spreadsheet/spreadsheet.de-LI.yml +++ b/messages/spreadsheet/spreadsheet.de-LI.yml @@ -128,3 +128,21 @@ kendo: # The text of the **Insert** button in all Spreadsheet dialogs dialogInsert: Insert + + # The content of the dialog that warns about an unsupported file type + openUnsupported: Unsupported format. Please select an .xlsx file. + + # The content of the dialog that warns about modifying a merged cell + modifyMerged: Cannot change part of a merged cell. + + # The content of the dialog that warns about modifying a disabled cell + cannotModifyDisabled: Cannot modify disabled cells. + + # The text of the **OK** dialog button + dialogOk: OK + + # The title of an error dialog + dialogError: Error + + # The content of the dialog that warns about duplicated sheet name + duplicateSheetName: There is an existing sheet with this name. Please enter another name. diff --git a/messages/spreadsheet/spreadsheet.en-AU.yml b/messages/spreadsheet/spreadsheet.en-AU.yml index f2fc248..77d8f14 100644 --- a/messages/spreadsheet/spreadsheet.en-AU.yml +++ b/messages/spreadsheet/spreadsheet.en-AU.yml @@ -128,3 +128,21 @@ kendo: # The text of the **Insert** button in all Spreadsheet dialogs dialogInsert: Insert + + # The content of the dialog that warns about an unsupported file type + openUnsupported: Unsupported format. Please select an .xlsx file. + + # The content of the dialog that warns about modifying a merged cell + modifyMerged: Cannot change part of a merged cell. + + # The content of the dialog that warns about modifying a disabled cell + cannotModifyDisabled: Cannot modify disabled cells. + + # The text of the **OK** dialog button + dialogOk: OK + + # The title of an error dialog + dialogError: Error + + # The content of the dialog that warns about duplicated sheet name + duplicateSheetName: There is an existing sheet with this name. Please enter another name. diff --git a/messages/spreadsheet/spreadsheet.en-CA.yml b/messages/spreadsheet/spreadsheet.en-CA.yml index f2fc248..77d8f14 100644 --- a/messages/spreadsheet/spreadsheet.en-CA.yml +++ b/messages/spreadsheet/spreadsheet.en-CA.yml @@ -128,3 +128,21 @@ kendo: # The text of the **Insert** button in all Spreadsheet dialogs dialogInsert: Insert + + # The content of the dialog that warns about an unsupported file type + openUnsupported: Unsupported format. Please select an .xlsx file. + + # The content of the dialog that warns about modifying a merged cell + modifyMerged: Cannot change part of a merged cell. + + # The content of the dialog that warns about modifying a disabled cell + cannotModifyDisabled: Cannot modify disabled cells. + + # The text of the **OK** dialog button + dialogOk: OK + + # The title of an error dialog + dialogError: Error + + # The content of the dialog that warns about duplicated sheet name + duplicateSheetName: There is an existing sheet with this name. Please enter another name. diff --git a/messages/spreadsheet/spreadsheet.en-GB.yml b/messages/spreadsheet/spreadsheet.en-GB.yml index f2fc248..77d8f14 100644 --- a/messages/spreadsheet/spreadsheet.en-GB.yml +++ b/messages/spreadsheet/spreadsheet.en-GB.yml @@ -128,3 +128,21 @@ kendo: # The text of the **Insert** button in all Spreadsheet dialogs dialogInsert: Insert + + # The content of the dialog that warns about an unsupported file type + openUnsupported: Unsupported format. Please select an .xlsx file. + + # The content of the dialog that warns about modifying a merged cell + modifyMerged: Cannot change part of a merged cell. + + # The content of the dialog that warns about modifying a disabled cell + cannotModifyDisabled: Cannot modify disabled cells. + + # The text of the **OK** dialog button + dialogOk: OK + + # The title of an error dialog + dialogError: Error + + # The content of the dialog that warns about duplicated sheet name + duplicateSheetName: There is an existing sheet with this name. Please enter another name. diff --git a/messages/spreadsheet/spreadsheet.en-US.yml b/messages/spreadsheet/spreadsheet.en-US.yml index f2fc248..77d8f14 100644 --- a/messages/spreadsheet/spreadsheet.en-US.yml +++ b/messages/spreadsheet/spreadsheet.en-US.yml @@ -128,3 +128,21 @@ kendo: # The text of the **Insert** button in all Spreadsheet dialogs dialogInsert: Insert + + # The content of the dialog that warns about an unsupported file type + openUnsupported: Unsupported format. Please select an .xlsx file. + + # The content of the dialog that warns about modifying a merged cell + modifyMerged: Cannot change part of a merged cell. + + # The content of the dialog that warns about modifying a disabled cell + cannotModifyDisabled: Cannot modify disabled cells. + + # The text of the **OK** dialog button + dialogOk: OK + + # The title of an error dialog + dialogError: Error + + # The content of the dialog that warns about duplicated sheet name + duplicateSheetName: There is an existing sheet with this name. Please enter another name. diff --git a/messages/spreadsheet/spreadsheet.es-AR.yml b/messages/spreadsheet/spreadsheet.es-AR.yml index f2fc248..77d8f14 100644 --- a/messages/spreadsheet/spreadsheet.es-AR.yml +++ b/messages/spreadsheet/spreadsheet.es-AR.yml @@ -128,3 +128,21 @@ kendo: # The text of the **Insert** button in all Spreadsheet dialogs dialogInsert: Insert + + # The content of the dialog that warns about an unsupported file type + openUnsupported: Unsupported format. Please select an .xlsx file. + + # The content of the dialog that warns about modifying a merged cell + modifyMerged: Cannot change part of a merged cell. + + # The content of the dialog that warns about modifying a disabled cell + cannotModifyDisabled: Cannot modify disabled cells. + + # The text of the **OK** dialog button + dialogOk: OK + + # The title of an error dialog + dialogError: Error + + # The content of the dialog that warns about duplicated sheet name + duplicateSheetName: There is an existing sheet with this name. Please enter another name. diff --git a/messages/spreadsheet/spreadsheet.es-BO.yml b/messages/spreadsheet/spreadsheet.es-BO.yml index f2fc248..77d8f14 100644 --- a/messages/spreadsheet/spreadsheet.es-BO.yml +++ b/messages/spreadsheet/spreadsheet.es-BO.yml @@ -128,3 +128,21 @@ kendo: # The text of the **Insert** button in all Spreadsheet dialogs dialogInsert: Insert + + # The content of the dialog that warns about an unsupported file type + openUnsupported: Unsupported format. Please select an .xlsx file. + + # The content of the dialog that warns about modifying a merged cell + modifyMerged: Cannot change part of a merged cell. + + # The content of the dialog that warns about modifying a disabled cell + cannotModifyDisabled: Cannot modify disabled cells. + + # The text of the **OK** dialog button + dialogOk: OK + + # The title of an error dialog + dialogError: Error + + # The content of the dialog that warns about duplicated sheet name + duplicateSheetName: There is an existing sheet with this name. Please enter another name. diff --git a/messages/spreadsheet/spreadsheet.es-CL.yml b/messages/spreadsheet/spreadsheet.es-CL.yml index f2fc248..77d8f14 100644 --- a/messages/spreadsheet/spreadsheet.es-CL.yml +++ b/messages/spreadsheet/spreadsheet.es-CL.yml @@ -128,3 +128,21 @@ kendo: # The text of the **Insert** button in all Spreadsheet dialogs dialogInsert: Insert + + # The content of the dialog that warns about an unsupported file type + openUnsupported: Unsupported format. Please select an .xlsx file. + + # The content of the dialog that warns about modifying a merged cell + modifyMerged: Cannot change part of a merged cell. + + # The content of the dialog that warns about modifying a disabled cell + cannotModifyDisabled: Cannot modify disabled cells. + + # The text of the **OK** dialog button + dialogOk: OK + + # The title of an error dialog + dialogError: Error + + # The content of the dialog that warns about duplicated sheet name + duplicateSheetName: There is an existing sheet with this name. Please enter another name. diff --git a/messages/spreadsheet/spreadsheet.es-CO.yml b/messages/spreadsheet/spreadsheet.es-CO.yml index f2fc248..77d8f14 100644 --- a/messages/spreadsheet/spreadsheet.es-CO.yml +++ b/messages/spreadsheet/spreadsheet.es-CO.yml @@ -128,3 +128,21 @@ kendo: # The text of the **Insert** button in all Spreadsheet dialogs dialogInsert: Insert + + # The content of the dialog that warns about an unsupported file type + openUnsupported: Unsupported format. Please select an .xlsx file. + + # The content of the dialog that warns about modifying a merged cell + modifyMerged: Cannot change part of a merged cell. + + # The content of the dialog that warns about modifying a disabled cell + cannotModifyDisabled: Cannot modify disabled cells. + + # The text of the **OK** dialog button + dialogOk: OK + + # The title of an error dialog + dialogError: Error + + # The content of the dialog that warns about duplicated sheet name + duplicateSheetName: There is an existing sheet with this name. Please enter another name. diff --git a/messages/spreadsheet/spreadsheet.es-CR.yml b/messages/spreadsheet/spreadsheet.es-CR.yml index f2fc248..77d8f14 100644 --- a/messages/spreadsheet/spreadsheet.es-CR.yml +++ b/messages/spreadsheet/spreadsheet.es-CR.yml @@ -128,3 +128,21 @@ kendo: # The text of the **Insert** button in all Spreadsheet dialogs dialogInsert: Insert + + # The content of the dialog that warns about an unsupported file type + openUnsupported: Unsupported format. Please select an .xlsx file. + + # The content of the dialog that warns about modifying a merged cell + modifyMerged: Cannot change part of a merged cell. + + # The content of the dialog that warns about modifying a disabled cell + cannotModifyDisabled: Cannot modify disabled cells. + + # The text of the **OK** dialog button + dialogOk: OK + + # The title of an error dialog + dialogError: Error + + # The content of the dialog that warns about duplicated sheet name + duplicateSheetName: There is an existing sheet with this name. Please enter another name. diff --git a/messages/spreadsheet/spreadsheet.es-DO.yml b/messages/spreadsheet/spreadsheet.es-DO.yml index f2fc248..77d8f14 100644 --- a/messages/spreadsheet/spreadsheet.es-DO.yml +++ b/messages/spreadsheet/spreadsheet.es-DO.yml @@ -128,3 +128,21 @@ kendo: # The text of the **Insert** button in all Spreadsheet dialogs dialogInsert: Insert + + # The content of the dialog that warns about an unsupported file type + openUnsupported: Unsupported format. Please select an .xlsx file. + + # The content of the dialog that warns about modifying a merged cell + modifyMerged: Cannot change part of a merged cell. + + # The content of the dialog that warns about modifying a disabled cell + cannotModifyDisabled: Cannot modify disabled cells. + + # The text of the **OK** dialog button + dialogOk: OK + + # The title of an error dialog + dialogError: Error + + # The content of the dialog that warns about duplicated sheet name + duplicateSheetName: There is an existing sheet with this name. Please enter another name. diff --git a/messages/spreadsheet/spreadsheet.es-EC.yml b/messages/spreadsheet/spreadsheet.es-EC.yml index f2fc248..77d8f14 100644 --- a/messages/spreadsheet/spreadsheet.es-EC.yml +++ b/messages/spreadsheet/spreadsheet.es-EC.yml @@ -128,3 +128,21 @@ kendo: # The text of the **Insert** button in all Spreadsheet dialogs dialogInsert: Insert + + # The content of the dialog that warns about an unsupported file type + openUnsupported: Unsupported format. Please select an .xlsx file. + + # The content of the dialog that warns about modifying a merged cell + modifyMerged: Cannot change part of a merged cell. + + # The content of the dialog that warns about modifying a disabled cell + cannotModifyDisabled: Cannot modify disabled cells. + + # The text of the **OK** dialog button + dialogOk: OK + + # The title of an error dialog + dialogError: Error + + # The content of the dialog that warns about duplicated sheet name + duplicateSheetName: There is an existing sheet with this name. Please enter another name. diff --git a/messages/spreadsheet/spreadsheet.es-ES.yml b/messages/spreadsheet/spreadsheet.es-ES.yml index f2fc248..77d8f14 100644 --- a/messages/spreadsheet/spreadsheet.es-ES.yml +++ b/messages/spreadsheet/spreadsheet.es-ES.yml @@ -128,3 +128,21 @@ kendo: # The text of the **Insert** button in all Spreadsheet dialogs dialogInsert: Insert + + # The content of the dialog that warns about an unsupported file type + openUnsupported: Unsupported format. Please select an .xlsx file. + + # The content of the dialog that warns about modifying a merged cell + modifyMerged: Cannot change part of a merged cell. + + # The content of the dialog that warns about modifying a disabled cell + cannotModifyDisabled: Cannot modify disabled cells. + + # The text of the **OK** dialog button + dialogOk: OK + + # The title of an error dialog + dialogError: Error + + # The content of the dialog that warns about duplicated sheet name + duplicateSheetName: There is an existing sheet with this name. Please enter another name. diff --git a/messages/spreadsheet/spreadsheet.es-GT.yml b/messages/spreadsheet/spreadsheet.es-GT.yml index f2fc248..77d8f14 100644 --- a/messages/spreadsheet/spreadsheet.es-GT.yml +++ b/messages/spreadsheet/spreadsheet.es-GT.yml @@ -128,3 +128,21 @@ kendo: # The text of the **Insert** button in all Spreadsheet dialogs dialogInsert: Insert + + # The content of the dialog that warns about an unsupported file type + openUnsupported: Unsupported format. Please select an .xlsx file. + + # The content of the dialog that warns about modifying a merged cell + modifyMerged: Cannot change part of a merged cell. + + # The content of the dialog that warns about modifying a disabled cell + cannotModifyDisabled: Cannot modify disabled cells. + + # The text of the **OK** dialog button + dialogOk: OK + + # The title of an error dialog + dialogError: Error + + # The content of the dialog that warns about duplicated sheet name + duplicateSheetName: There is an existing sheet with this name. Please enter another name. diff --git a/messages/spreadsheet/spreadsheet.es-HN.yml b/messages/spreadsheet/spreadsheet.es-HN.yml index f2fc248..77d8f14 100644 --- a/messages/spreadsheet/spreadsheet.es-HN.yml +++ b/messages/spreadsheet/spreadsheet.es-HN.yml @@ -128,3 +128,21 @@ kendo: # The text of the **Insert** button in all Spreadsheet dialogs dialogInsert: Insert + + # The content of the dialog that warns about an unsupported file type + openUnsupported: Unsupported format. Please select an .xlsx file. + + # The content of the dialog that warns about modifying a merged cell + modifyMerged: Cannot change part of a merged cell. + + # The content of the dialog that warns about modifying a disabled cell + cannotModifyDisabled: Cannot modify disabled cells. + + # The text of the **OK** dialog button + dialogOk: OK + + # The title of an error dialog + dialogError: Error + + # The content of the dialog that warns about duplicated sheet name + duplicateSheetName: There is an existing sheet with this name. Please enter another name. diff --git a/messages/spreadsheet/spreadsheet.es-MX.yml b/messages/spreadsheet/spreadsheet.es-MX.yml index f2fc248..77d8f14 100644 --- a/messages/spreadsheet/spreadsheet.es-MX.yml +++ b/messages/spreadsheet/spreadsheet.es-MX.yml @@ -128,3 +128,21 @@ kendo: # The text of the **Insert** button in all Spreadsheet dialogs dialogInsert: Insert + + # The content of the dialog that warns about an unsupported file type + openUnsupported: Unsupported format. Please select an .xlsx file. + + # The content of the dialog that warns about modifying a merged cell + modifyMerged: Cannot change part of a merged cell. + + # The content of the dialog that warns about modifying a disabled cell + cannotModifyDisabled: Cannot modify disabled cells. + + # The text of the **OK** dialog button + dialogOk: OK + + # The title of an error dialog + dialogError: Error + + # The content of the dialog that warns about duplicated sheet name + duplicateSheetName: There is an existing sheet with this name. Please enter another name. diff --git a/messages/spreadsheet/spreadsheet.es-NI.yml b/messages/spreadsheet/spreadsheet.es-NI.yml index f2fc248..77d8f14 100644 --- a/messages/spreadsheet/spreadsheet.es-NI.yml +++ b/messages/spreadsheet/spreadsheet.es-NI.yml @@ -128,3 +128,21 @@ kendo: # The text of the **Insert** button in all Spreadsheet dialogs dialogInsert: Insert + + # The content of the dialog that warns about an unsupported file type + openUnsupported: Unsupported format. Please select an .xlsx file. + + # The content of the dialog that warns about modifying a merged cell + modifyMerged: Cannot change part of a merged cell. + + # The content of the dialog that warns about modifying a disabled cell + cannotModifyDisabled: Cannot modify disabled cells. + + # The text of the **OK** dialog button + dialogOk: OK + + # The title of an error dialog + dialogError: Error + + # The content of the dialog that warns about duplicated sheet name + duplicateSheetName: There is an existing sheet with this name. Please enter another name. diff --git a/messages/spreadsheet/spreadsheet.es-PA.yml b/messages/spreadsheet/spreadsheet.es-PA.yml index f2fc248..77d8f14 100644 --- a/messages/spreadsheet/spreadsheet.es-PA.yml +++ b/messages/spreadsheet/spreadsheet.es-PA.yml @@ -128,3 +128,21 @@ kendo: # The text of the **Insert** button in all Spreadsheet dialogs dialogInsert: Insert + + # The content of the dialog that warns about an unsupported file type + openUnsupported: Unsupported format. Please select an .xlsx file. + + # The content of the dialog that warns about modifying a merged cell + modifyMerged: Cannot change part of a merged cell. + + # The content of the dialog that warns about modifying a disabled cell + cannotModifyDisabled: Cannot modify disabled cells. + + # The text of the **OK** dialog button + dialogOk: OK + + # The title of an error dialog + dialogError: Error + + # The content of the dialog that warns about duplicated sheet name + duplicateSheetName: There is an existing sheet with this name. Please enter another name. diff --git a/messages/spreadsheet/spreadsheet.es-PE.yml b/messages/spreadsheet/spreadsheet.es-PE.yml index f2fc248..77d8f14 100644 --- a/messages/spreadsheet/spreadsheet.es-PE.yml +++ b/messages/spreadsheet/spreadsheet.es-PE.yml @@ -128,3 +128,21 @@ kendo: # The text of the **Insert** button in all Spreadsheet dialogs dialogInsert: Insert + + # The content of the dialog that warns about an unsupported file type + openUnsupported: Unsupported format. Please select an .xlsx file. + + # The content of the dialog that warns about modifying a merged cell + modifyMerged: Cannot change part of a merged cell. + + # The content of the dialog that warns about modifying a disabled cell + cannotModifyDisabled: Cannot modify disabled cells. + + # The text of the **OK** dialog button + dialogOk: OK + + # The title of an error dialog + dialogError: Error + + # The content of the dialog that warns about duplicated sheet name + duplicateSheetName: There is an existing sheet with this name. Please enter another name. diff --git a/messages/spreadsheet/spreadsheet.es-PR.yml b/messages/spreadsheet/spreadsheet.es-PR.yml index f2fc248..77d8f14 100644 --- a/messages/spreadsheet/spreadsheet.es-PR.yml +++ b/messages/spreadsheet/spreadsheet.es-PR.yml @@ -128,3 +128,21 @@ kendo: # The text of the **Insert** button in all Spreadsheet dialogs dialogInsert: Insert + + # The content of the dialog that warns about an unsupported file type + openUnsupported: Unsupported format. Please select an .xlsx file. + + # The content of the dialog that warns about modifying a merged cell + modifyMerged: Cannot change part of a merged cell. + + # The content of the dialog that warns about modifying a disabled cell + cannotModifyDisabled: Cannot modify disabled cells. + + # The text of the **OK** dialog button + dialogOk: OK + + # The title of an error dialog + dialogError: Error + + # The content of the dialog that warns about duplicated sheet name + duplicateSheetName: There is an existing sheet with this name. Please enter another name. diff --git a/messages/spreadsheet/spreadsheet.es-PY.yml b/messages/spreadsheet/spreadsheet.es-PY.yml index f2fc248..77d8f14 100644 --- a/messages/spreadsheet/spreadsheet.es-PY.yml +++ b/messages/spreadsheet/spreadsheet.es-PY.yml @@ -128,3 +128,21 @@ kendo: # The text of the **Insert** button in all Spreadsheet dialogs dialogInsert: Insert + + # The content of the dialog that warns about an unsupported file type + openUnsupported: Unsupported format. Please select an .xlsx file. + + # The content of the dialog that warns about modifying a merged cell + modifyMerged: Cannot change part of a merged cell. + + # The content of the dialog that warns about modifying a disabled cell + cannotModifyDisabled: Cannot modify disabled cells. + + # The text of the **OK** dialog button + dialogOk: OK + + # The title of an error dialog + dialogError: Error + + # The content of the dialog that warns about duplicated sheet name + duplicateSheetName: There is an existing sheet with this name. Please enter another name. diff --git a/messages/spreadsheet/spreadsheet.es-US.yml b/messages/spreadsheet/spreadsheet.es-US.yml index f2fc248..77d8f14 100644 --- a/messages/spreadsheet/spreadsheet.es-US.yml +++ b/messages/spreadsheet/spreadsheet.es-US.yml @@ -128,3 +128,21 @@ kendo: # The text of the **Insert** button in all Spreadsheet dialogs dialogInsert: Insert + + # The content of the dialog that warns about an unsupported file type + openUnsupported: Unsupported format. Please select an .xlsx file. + + # The content of the dialog that warns about modifying a merged cell + modifyMerged: Cannot change part of a merged cell. + + # The content of the dialog that warns about modifying a disabled cell + cannotModifyDisabled: Cannot modify disabled cells. + + # The text of the **OK** dialog button + dialogOk: OK + + # The title of an error dialog + dialogError: Error + + # The content of the dialog that warns about duplicated sheet name + duplicateSheetName: There is an existing sheet with this name. Please enter another name. diff --git a/messages/spreadsheet/spreadsheet.es-UY.yml b/messages/spreadsheet/spreadsheet.es-UY.yml index f2fc248..77d8f14 100644 --- a/messages/spreadsheet/spreadsheet.es-UY.yml +++ b/messages/spreadsheet/spreadsheet.es-UY.yml @@ -128,3 +128,21 @@ kendo: # The text of the **Insert** button in all Spreadsheet dialogs dialogInsert: Insert + + # The content of the dialog that warns about an unsupported file type + openUnsupported: Unsupported format. Please select an .xlsx file. + + # The content of the dialog that warns about modifying a merged cell + modifyMerged: Cannot change part of a merged cell. + + # The content of the dialog that warns about modifying a disabled cell + cannotModifyDisabled: Cannot modify disabled cells. + + # The text of the **OK** dialog button + dialogOk: OK + + # The title of an error dialog + dialogError: Error + + # The content of the dialog that warns about duplicated sheet name + duplicateSheetName: There is an existing sheet with this name. Please enter another name. diff --git a/messages/spreadsheet/spreadsheet.es-VE.yml b/messages/spreadsheet/spreadsheet.es-VE.yml index f2fc248..77d8f14 100644 --- a/messages/spreadsheet/spreadsheet.es-VE.yml +++ b/messages/spreadsheet/spreadsheet.es-VE.yml @@ -128,3 +128,21 @@ kendo: # The text of the **Insert** button in all Spreadsheet dialogs dialogInsert: Insert + + # The content of the dialog that warns about an unsupported file type + openUnsupported: Unsupported format. Please select an .xlsx file. + + # The content of the dialog that warns about modifying a merged cell + modifyMerged: Cannot change part of a merged cell. + + # The content of the dialog that warns about modifying a disabled cell + cannotModifyDisabled: Cannot modify disabled cells. + + # The text of the **OK** dialog button + dialogOk: OK + + # The title of an error dialog + dialogError: Error + + # The content of the dialog that warns about duplicated sheet name + duplicateSheetName: There is an existing sheet with this name. Please enter another name. diff --git a/messages/spreadsheet/spreadsheet.fa-IR.yml b/messages/spreadsheet/spreadsheet.fa-IR.yml index f2fc248..77d8f14 100644 --- a/messages/spreadsheet/spreadsheet.fa-IR.yml +++ b/messages/spreadsheet/spreadsheet.fa-IR.yml @@ -128,3 +128,21 @@ kendo: # The text of the **Insert** button in all Spreadsheet dialogs dialogInsert: Insert + + # The content of the dialog that warns about an unsupported file type + openUnsupported: Unsupported format. Please select an .xlsx file. + + # The content of the dialog that warns about modifying a merged cell + modifyMerged: Cannot change part of a merged cell. + + # The content of the dialog that warns about modifying a disabled cell + cannotModifyDisabled: Cannot modify disabled cells. + + # The text of the **OK** dialog button + dialogOk: OK + + # The title of an error dialog + dialogError: Error + + # The content of the dialog that warns about duplicated sheet name + duplicateSheetName: There is an existing sheet with this name. Please enter another name. diff --git a/messages/spreadsheet/spreadsheet.fi-FI.yml b/messages/spreadsheet/spreadsheet.fi-FI.yml index f2fc248..77d8f14 100644 --- a/messages/spreadsheet/spreadsheet.fi-FI.yml +++ b/messages/spreadsheet/spreadsheet.fi-FI.yml @@ -128,3 +128,21 @@ kendo: # The text of the **Insert** button in all Spreadsheet dialogs dialogInsert: Insert + + # The content of the dialog that warns about an unsupported file type + openUnsupported: Unsupported format. Please select an .xlsx file. + + # The content of the dialog that warns about modifying a merged cell + modifyMerged: Cannot change part of a merged cell. + + # The content of the dialog that warns about modifying a disabled cell + cannotModifyDisabled: Cannot modify disabled cells. + + # The text of the **OK** dialog button + dialogOk: OK + + # The title of an error dialog + dialogError: Error + + # The content of the dialog that warns about duplicated sheet name + duplicateSheetName: There is an existing sheet with this name. Please enter another name. diff --git a/messages/spreadsheet/spreadsheet.fr-BE.yml b/messages/spreadsheet/spreadsheet.fr-BE.yml index f2fc248..77d8f14 100644 --- a/messages/spreadsheet/spreadsheet.fr-BE.yml +++ b/messages/spreadsheet/spreadsheet.fr-BE.yml @@ -128,3 +128,21 @@ kendo: # The text of the **Insert** button in all Spreadsheet dialogs dialogInsert: Insert + + # The content of the dialog that warns about an unsupported file type + openUnsupported: Unsupported format. Please select an .xlsx file. + + # The content of the dialog that warns about modifying a merged cell + modifyMerged: Cannot change part of a merged cell. + + # The content of the dialog that warns about modifying a disabled cell + cannotModifyDisabled: Cannot modify disabled cells. + + # The text of the **OK** dialog button + dialogOk: OK + + # The title of an error dialog + dialogError: Error + + # The content of the dialog that warns about duplicated sheet name + duplicateSheetName: There is an existing sheet with this name. Please enter another name. diff --git a/messages/spreadsheet/spreadsheet.fr-CA.yml b/messages/spreadsheet/spreadsheet.fr-CA.yml index f2fc248..77d8f14 100644 --- a/messages/spreadsheet/spreadsheet.fr-CA.yml +++ b/messages/spreadsheet/spreadsheet.fr-CA.yml @@ -128,3 +128,21 @@ kendo: # The text of the **Insert** button in all Spreadsheet dialogs dialogInsert: Insert + + # The content of the dialog that warns about an unsupported file type + openUnsupported: Unsupported format. Please select an .xlsx file. + + # The content of the dialog that warns about modifying a merged cell + modifyMerged: Cannot change part of a merged cell. + + # The content of the dialog that warns about modifying a disabled cell + cannotModifyDisabled: Cannot modify disabled cells. + + # The text of the **OK** dialog button + dialogOk: OK + + # The title of an error dialog + dialogError: Error + + # The content of the dialog that warns about duplicated sheet name + duplicateSheetName: There is an existing sheet with this name. Please enter another name. diff --git a/messages/spreadsheet/spreadsheet.fr-CD.yml b/messages/spreadsheet/spreadsheet.fr-CD.yml index f2fc248..77d8f14 100644 --- a/messages/spreadsheet/spreadsheet.fr-CD.yml +++ b/messages/spreadsheet/spreadsheet.fr-CD.yml @@ -128,3 +128,21 @@ kendo: # The text of the **Insert** button in all Spreadsheet dialogs dialogInsert: Insert + + # The content of the dialog that warns about an unsupported file type + openUnsupported: Unsupported format. Please select an .xlsx file. + + # The content of the dialog that warns about modifying a merged cell + modifyMerged: Cannot change part of a merged cell. + + # The content of the dialog that warns about modifying a disabled cell + cannotModifyDisabled: Cannot modify disabled cells. + + # The text of the **OK** dialog button + dialogOk: OK + + # The title of an error dialog + dialogError: Error + + # The content of the dialog that warns about duplicated sheet name + duplicateSheetName: There is an existing sheet with this name. Please enter another name. diff --git a/messages/spreadsheet/spreadsheet.fr-CH.yml b/messages/spreadsheet/spreadsheet.fr-CH.yml index f2fc248..77d8f14 100644 --- a/messages/spreadsheet/spreadsheet.fr-CH.yml +++ b/messages/spreadsheet/spreadsheet.fr-CH.yml @@ -128,3 +128,21 @@ kendo: # The text of the **Insert** button in all Spreadsheet dialogs dialogInsert: Insert + + # The content of the dialog that warns about an unsupported file type + openUnsupported: Unsupported format. Please select an .xlsx file. + + # The content of the dialog that warns about modifying a merged cell + modifyMerged: Cannot change part of a merged cell. + + # The content of the dialog that warns about modifying a disabled cell + cannotModifyDisabled: Cannot modify disabled cells. + + # The text of the **OK** dialog button + dialogOk: OK + + # The title of an error dialog + dialogError: Error + + # The content of the dialog that warns about duplicated sheet name + duplicateSheetName: There is an existing sheet with this name. Please enter another name. diff --git a/messages/spreadsheet/spreadsheet.fr-CI.yml b/messages/spreadsheet/spreadsheet.fr-CI.yml index f2fc248..77d8f14 100644 --- a/messages/spreadsheet/spreadsheet.fr-CI.yml +++ b/messages/spreadsheet/spreadsheet.fr-CI.yml @@ -128,3 +128,21 @@ kendo: # The text of the **Insert** button in all Spreadsheet dialogs dialogInsert: Insert + + # The content of the dialog that warns about an unsupported file type + openUnsupported: Unsupported format. Please select an .xlsx file. + + # The content of the dialog that warns about modifying a merged cell + modifyMerged: Cannot change part of a merged cell. + + # The content of the dialog that warns about modifying a disabled cell + cannotModifyDisabled: Cannot modify disabled cells. + + # The text of the **OK** dialog button + dialogOk: OK + + # The title of an error dialog + dialogError: Error + + # The content of the dialog that warns about duplicated sheet name + duplicateSheetName: There is an existing sheet with this name. Please enter another name. diff --git a/messages/spreadsheet/spreadsheet.fr-CM.yml b/messages/spreadsheet/spreadsheet.fr-CM.yml index f2fc248..77d8f14 100644 --- a/messages/spreadsheet/spreadsheet.fr-CM.yml +++ b/messages/spreadsheet/spreadsheet.fr-CM.yml @@ -128,3 +128,21 @@ kendo: # The text of the **Insert** button in all Spreadsheet dialogs dialogInsert: Insert + + # The content of the dialog that warns about an unsupported file type + openUnsupported: Unsupported format. Please select an .xlsx file. + + # The content of the dialog that warns about modifying a merged cell + modifyMerged: Cannot change part of a merged cell. + + # The content of the dialog that warns about modifying a disabled cell + cannotModifyDisabled: Cannot modify disabled cells. + + # The text of the **OK** dialog button + dialogOk: OK + + # The title of an error dialog + dialogError: Error + + # The content of the dialog that warns about duplicated sheet name + duplicateSheetName: There is an existing sheet with this name. Please enter another name. diff --git a/messages/spreadsheet/spreadsheet.fr-FR.yml b/messages/spreadsheet/spreadsheet.fr-FR.yml index f2fc248..77d8f14 100644 --- a/messages/spreadsheet/spreadsheet.fr-FR.yml +++ b/messages/spreadsheet/spreadsheet.fr-FR.yml @@ -128,3 +128,21 @@ kendo: # The text of the **Insert** button in all Spreadsheet dialogs dialogInsert: Insert + + # The content of the dialog that warns about an unsupported file type + openUnsupported: Unsupported format. Please select an .xlsx file. + + # The content of the dialog that warns about modifying a merged cell + modifyMerged: Cannot change part of a merged cell. + + # The content of the dialog that warns about modifying a disabled cell + cannotModifyDisabled: Cannot modify disabled cells. + + # The text of the **OK** dialog button + dialogOk: OK + + # The title of an error dialog + dialogError: Error + + # The content of the dialog that warns about duplicated sheet name + duplicateSheetName: There is an existing sheet with this name. Please enter another name. diff --git a/messages/spreadsheet/spreadsheet.fr-HT.yml b/messages/spreadsheet/spreadsheet.fr-HT.yml index f2fc248..77d8f14 100644 --- a/messages/spreadsheet/spreadsheet.fr-HT.yml +++ b/messages/spreadsheet/spreadsheet.fr-HT.yml @@ -128,3 +128,21 @@ kendo: # The text of the **Insert** button in all Spreadsheet dialogs dialogInsert: Insert + + # The content of the dialog that warns about an unsupported file type + openUnsupported: Unsupported format. Please select an .xlsx file. + + # The content of the dialog that warns about modifying a merged cell + modifyMerged: Cannot change part of a merged cell. + + # The content of the dialog that warns about modifying a disabled cell + cannotModifyDisabled: Cannot modify disabled cells. + + # The text of the **OK** dialog button + dialogOk: OK + + # The title of an error dialog + dialogError: Error + + # The content of the dialog that warns about duplicated sheet name + duplicateSheetName: There is an existing sheet with this name. Please enter another name. diff --git a/messages/spreadsheet/spreadsheet.fr-LU.yml b/messages/spreadsheet/spreadsheet.fr-LU.yml index f2fc248..77d8f14 100644 --- a/messages/spreadsheet/spreadsheet.fr-LU.yml +++ b/messages/spreadsheet/spreadsheet.fr-LU.yml @@ -128,3 +128,21 @@ kendo: # The text of the **Insert** button in all Spreadsheet dialogs dialogInsert: Insert + + # The content of the dialog that warns about an unsupported file type + openUnsupported: Unsupported format. Please select an .xlsx file. + + # The content of the dialog that warns about modifying a merged cell + modifyMerged: Cannot change part of a merged cell. + + # The content of the dialog that warns about modifying a disabled cell + cannotModifyDisabled: Cannot modify disabled cells. + + # The text of the **OK** dialog button + dialogOk: OK + + # The title of an error dialog + dialogError: Error + + # The content of the dialog that warns about duplicated sheet name + duplicateSheetName: There is an existing sheet with this name. Please enter another name. diff --git a/messages/spreadsheet/spreadsheet.fr-MA.yml b/messages/spreadsheet/spreadsheet.fr-MA.yml index f2fc248..77d8f14 100644 --- a/messages/spreadsheet/spreadsheet.fr-MA.yml +++ b/messages/spreadsheet/spreadsheet.fr-MA.yml @@ -128,3 +128,21 @@ kendo: # The text of the **Insert** button in all Spreadsheet dialogs dialogInsert: Insert + + # The content of the dialog that warns about an unsupported file type + openUnsupported: Unsupported format. Please select an .xlsx file. + + # The content of the dialog that warns about modifying a merged cell + modifyMerged: Cannot change part of a merged cell. + + # The content of the dialog that warns about modifying a disabled cell + cannotModifyDisabled: Cannot modify disabled cells. + + # The text of the **OK** dialog button + dialogOk: OK + + # The title of an error dialog + dialogError: Error + + # The content of the dialog that warns about duplicated sheet name + duplicateSheetName: There is an existing sheet with this name. Please enter another name. diff --git a/messages/spreadsheet/spreadsheet.fr-MC.yml b/messages/spreadsheet/spreadsheet.fr-MC.yml index f2fc248..77d8f14 100644 --- a/messages/spreadsheet/spreadsheet.fr-MC.yml +++ b/messages/spreadsheet/spreadsheet.fr-MC.yml @@ -128,3 +128,21 @@ kendo: # The text of the **Insert** button in all Spreadsheet dialogs dialogInsert: Insert + + # The content of the dialog that warns about an unsupported file type + openUnsupported: Unsupported format. Please select an .xlsx file. + + # The content of the dialog that warns about modifying a merged cell + modifyMerged: Cannot change part of a merged cell. + + # The content of the dialog that warns about modifying a disabled cell + cannotModifyDisabled: Cannot modify disabled cells. + + # The text of the **OK** dialog button + dialogOk: OK + + # The title of an error dialog + dialogError: Error + + # The content of the dialog that warns about duplicated sheet name + duplicateSheetName: There is an existing sheet with this name. Please enter another name. diff --git a/messages/spreadsheet/spreadsheet.fr-ML.yml b/messages/spreadsheet/spreadsheet.fr-ML.yml index f2fc248..77d8f14 100644 --- a/messages/spreadsheet/spreadsheet.fr-ML.yml +++ b/messages/spreadsheet/spreadsheet.fr-ML.yml @@ -128,3 +128,21 @@ kendo: # The text of the **Insert** button in all Spreadsheet dialogs dialogInsert: Insert + + # The content of the dialog that warns about an unsupported file type + openUnsupported: Unsupported format. Please select an .xlsx file. + + # The content of the dialog that warns about modifying a merged cell + modifyMerged: Cannot change part of a merged cell. + + # The content of the dialog that warns about modifying a disabled cell + cannotModifyDisabled: Cannot modify disabled cells. + + # The text of the **OK** dialog button + dialogOk: OK + + # The title of an error dialog + dialogError: Error + + # The content of the dialog that warns about duplicated sheet name + duplicateSheetName: There is an existing sheet with this name. Please enter another name. diff --git a/messages/spreadsheet/spreadsheet.fr-SN.yml b/messages/spreadsheet/spreadsheet.fr-SN.yml index f2fc248..77d8f14 100644 --- a/messages/spreadsheet/spreadsheet.fr-SN.yml +++ b/messages/spreadsheet/spreadsheet.fr-SN.yml @@ -128,3 +128,21 @@ kendo: # The text of the **Insert** button in all Spreadsheet dialogs dialogInsert: Insert + + # The content of the dialog that warns about an unsupported file type + openUnsupported: Unsupported format. Please select an .xlsx file. + + # The content of the dialog that warns about modifying a merged cell + modifyMerged: Cannot change part of a merged cell. + + # The content of the dialog that warns about modifying a disabled cell + cannotModifyDisabled: Cannot modify disabled cells. + + # The text of the **OK** dialog button + dialogOk: OK + + # The title of an error dialog + dialogError: Error + + # The content of the dialog that warns about duplicated sheet name + duplicateSheetName: There is an existing sheet with this name. Please enter another name. diff --git a/messages/spreadsheet/spreadsheet.he-IL.yml b/messages/spreadsheet/spreadsheet.he-IL.yml index f2fc248..77d8f14 100644 --- a/messages/spreadsheet/spreadsheet.he-IL.yml +++ b/messages/spreadsheet/spreadsheet.he-IL.yml @@ -128,3 +128,21 @@ kendo: # The text of the **Insert** button in all Spreadsheet dialogs dialogInsert: Insert + + # The content of the dialog that warns about an unsupported file type + openUnsupported: Unsupported format. Please select an .xlsx file. + + # The content of the dialog that warns about modifying a merged cell + modifyMerged: Cannot change part of a merged cell. + + # The content of the dialog that warns about modifying a disabled cell + cannotModifyDisabled: Cannot modify disabled cells. + + # The text of the **OK** dialog button + dialogOk: OK + + # The title of an error dialog + dialogError: Error + + # The content of the dialog that warns about duplicated sheet name + duplicateSheetName: There is an existing sheet with this name. Please enter another name. diff --git a/messages/spreadsheet/spreadsheet.hy-AM.yml b/messages/spreadsheet/spreadsheet.hy-AM.yml index f2fc248..77d8f14 100644 --- a/messages/spreadsheet/spreadsheet.hy-AM.yml +++ b/messages/spreadsheet/spreadsheet.hy-AM.yml @@ -128,3 +128,21 @@ kendo: # The text of the **Insert** button in all Spreadsheet dialogs dialogInsert: Insert + + # The content of the dialog that warns about an unsupported file type + openUnsupported: Unsupported format. Please select an .xlsx file. + + # The content of the dialog that warns about modifying a merged cell + modifyMerged: Cannot change part of a merged cell. + + # The content of the dialog that warns about modifying a disabled cell + cannotModifyDisabled: Cannot modify disabled cells. + + # The text of the **OK** dialog button + dialogOk: OK + + # The title of an error dialog + dialogError: Error + + # The content of the dialog that warns about duplicated sheet name + duplicateSheetName: There is an existing sheet with this name. Please enter another name. diff --git a/messages/spreadsheet/spreadsheet.it-CH.yml b/messages/spreadsheet/spreadsheet.it-CH.yml index f2fc248..77d8f14 100644 --- a/messages/spreadsheet/spreadsheet.it-CH.yml +++ b/messages/spreadsheet/spreadsheet.it-CH.yml @@ -128,3 +128,21 @@ kendo: # The text of the **Insert** button in all Spreadsheet dialogs dialogInsert: Insert + + # The content of the dialog that warns about an unsupported file type + openUnsupported: Unsupported format. Please select an .xlsx file. + + # The content of the dialog that warns about modifying a merged cell + modifyMerged: Cannot change part of a merged cell. + + # The content of the dialog that warns about modifying a disabled cell + cannotModifyDisabled: Cannot modify disabled cells. + + # The text of the **OK** dialog button + dialogOk: OK + + # The title of an error dialog + dialogError: Error + + # The content of the dialog that warns about duplicated sheet name + duplicateSheetName: There is an existing sheet with this name. Please enter another name. diff --git a/messages/spreadsheet/spreadsheet.it-IT.yml b/messages/spreadsheet/spreadsheet.it-IT.yml index f2fc248..77d8f14 100644 --- a/messages/spreadsheet/spreadsheet.it-IT.yml +++ b/messages/spreadsheet/spreadsheet.it-IT.yml @@ -128,3 +128,21 @@ kendo: # The text of the **Insert** button in all Spreadsheet dialogs dialogInsert: Insert + + # The content of the dialog that warns about an unsupported file type + openUnsupported: Unsupported format. Please select an .xlsx file. + + # The content of the dialog that warns about modifying a merged cell + modifyMerged: Cannot change part of a merged cell. + + # The content of the dialog that warns about modifying a disabled cell + cannotModifyDisabled: Cannot modify disabled cells. + + # The text of the **OK** dialog button + dialogOk: OK + + # The title of an error dialog + dialogError: Error + + # The content of the dialog that warns about duplicated sheet name + duplicateSheetName: There is an existing sheet with this name. Please enter another name. diff --git a/messages/spreadsheet/spreadsheet.ja-JP.yml b/messages/spreadsheet/spreadsheet.ja-JP.yml index f2fc248..77d8f14 100644 --- a/messages/spreadsheet/spreadsheet.ja-JP.yml +++ b/messages/spreadsheet/spreadsheet.ja-JP.yml @@ -128,3 +128,21 @@ kendo: # The text of the **Insert** button in all Spreadsheet dialogs dialogInsert: Insert + + # The content of the dialog that warns about an unsupported file type + openUnsupported: Unsupported format. Please select an .xlsx file. + + # The content of the dialog that warns about modifying a merged cell + modifyMerged: Cannot change part of a merged cell. + + # The content of the dialog that warns about modifying a disabled cell + cannotModifyDisabled: Cannot modify disabled cells. + + # The text of the **OK** dialog button + dialogOk: OK + + # The title of an error dialog + dialogError: Error + + # The content of the dialog that warns about duplicated sheet name + duplicateSheetName: There is an existing sheet with this name. Please enter another name. diff --git a/messages/spreadsheet/spreadsheet.ka-GE.yml b/messages/spreadsheet/spreadsheet.ka-GE.yml index f2fc248..77d8f14 100644 --- a/messages/spreadsheet/spreadsheet.ka-GE.yml +++ b/messages/spreadsheet/spreadsheet.ka-GE.yml @@ -128,3 +128,21 @@ kendo: # The text of the **Insert** button in all Spreadsheet dialogs dialogInsert: Insert + + # The content of the dialog that warns about an unsupported file type + openUnsupported: Unsupported format. Please select an .xlsx file. + + # The content of the dialog that warns about modifying a merged cell + modifyMerged: Cannot change part of a merged cell. + + # The content of the dialog that warns about modifying a disabled cell + cannotModifyDisabled: Cannot modify disabled cells. + + # The text of the **OK** dialog button + dialogOk: OK + + # The title of an error dialog + dialogError: Error + + # The content of the dialog that warns about duplicated sheet name + duplicateSheetName: There is an existing sheet with this name. Please enter another name. diff --git a/messages/spreadsheet/spreadsheet.nb-NO.yml b/messages/spreadsheet/spreadsheet.nb-NO.yml index f2fc248..77d8f14 100644 --- a/messages/spreadsheet/spreadsheet.nb-NO.yml +++ b/messages/spreadsheet/spreadsheet.nb-NO.yml @@ -128,3 +128,21 @@ kendo: # The text of the **Insert** button in all Spreadsheet dialogs dialogInsert: Insert + + # The content of the dialog that warns about an unsupported file type + openUnsupported: Unsupported format. Please select an .xlsx file. + + # The content of the dialog that warns about modifying a merged cell + modifyMerged: Cannot change part of a merged cell. + + # The content of the dialog that warns about modifying a disabled cell + cannotModifyDisabled: Cannot modify disabled cells. + + # The text of the **OK** dialog button + dialogOk: OK + + # The title of an error dialog + dialogError: Error + + # The content of the dialog that warns about duplicated sheet name + duplicateSheetName: There is an existing sheet with this name. Please enter another name. diff --git a/messages/spreadsheet/spreadsheet.nl-BE.yml b/messages/spreadsheet/spreadsheet.nl-BE.yml index f2fc248..77d8f14 100644 --- a/messages/spreadsheet/spreadsheet.nl-BE.yml +++ b/messages/spreadsheet/spreadsheet.nl-BE.yml @@ -128,3 +128,21 @@ kendo: # The text of the **Insert** button in all Spreadsheet dialogs dialogInsert: Insert + + # The content of the dialog that warns about an unsupported file type + openUnsupported: Unsupported format. Please select an .xlsx file. + + # The content of the dialog that warns about modifying a merged cell + modifyMerged: Cannot change part of a merged cell. + + # The content of the dialog that warns about modifying a disabled cell + cannotModifyDisabled: Cannot modify disabled cells. + + # The text of the **OK** dialog button + dialogOk: OK + + # The title of an error dialog + dialogError: Error + + # The content of the dialog that warns about duplicated sheet name + duplicateSheetName: There is an existing sheet with this name. Please enter another name. diff --git a/messages/spreadsheet/spreadsheet.nl-NL.yml b/messages/spreadsheet/spreadsheet.nl-NL.yml index f2fc248..77d8f14 100644 --- a/messages/spreadsheet/spreadsheet.nl-NL.yml +++ b/messages/spreadsheet/spreadsheet.nl-NL.yml @@ -128,3 +128,21 @@ kendo: # The text of the **Insert** button in all Spreadsheet dialogs dialogInsert: Insert + + # The content of the dialog that warns about an unsupported file type + openUnsupported: Unsupported format. Please select an .xlsx file. + + # The content of the dialog that warns about modifying a merged cell + modifyMerged: Cannot change part of a merged cell. + + # The content of the dialog that warns about modifying a disabled cell + cannotModifyDisabled: Cannot modify disabled cells. + + # The text of the **OK** dialog button + dialogOk: OK + + # The title of an error dialog + dialogError: Error + + # The content of the dialog that warns about duplicated sheet name + duplicateSheetName: There is an existing sheet with this name. Please enter another name. diff --git a/messages/spreadsheet/spreadsheet.pl-PL.yml b/messages/spreadsheet/spreadsheet.pl-PL.yml index f2fc248..77d8f14 100644 --- a/messages/spreadsheet/spreadsheet.pl-PL.yml +++ b/messages/spreadsheet/spreadsheet.pl-PL.yml @@ -128,3 +128,21 @@ kendo: # The text of the **Insert** button in all Spreadsheet dialogs dialogInsert: Insert + + # The content of the dialog that warns about an unsupported file type + openUnsupported: Unsupported format. Please select an .xlsx file. + + # The content of the dialog that warns about modifying a merged cell + modifyMerged: Cannot change part of a merged cell. + + # The content of the dialog that warns about modifying a disabled cell + cannotModifyDisabled: Cannot modify disabled cells. + + # The text of the **OK** dialog button + dialogOk: OK + + # The title of an error dialog + dialogError: Error + + # The content of the dialog that warns about duplicated sheet name + duplicateSheetName: There is an existing sheet with this name. Please enter another name. diff --git a/messages/spreadsheet/spreadsheet.pt-BR.yml b/messages/spreadsheet/spreadsheet.pt-BR.yml index f2fc248..77d8f14 100644 --- a/messages/spreadsheet/spreadsheet.pt-BR.yml +++ b/messages/spreadsheet/spreadsheet.pt-BR.yml @@ -128,3 +128,21 @@ kendo: # The text of the **Insert** button in all Spreadsheet dialogs dialogInsert: Insert + + # The content of the dialog that warns about an unsupported file type + openUnsupported: Unsupported format. Please select an .xlsx file. + + # The content of the dialog that warns about modifying a merged cell + modifyMerged: Cannot change part of a merged cell. + + # The content of the dialog that warns about modifying a disabled cell + cannotModifyDisabled: Cannot modify disabled cells. + + # The text of the **OK** dialog button + dialogOk: OK + + # The title of an error dialog + dialogError: Error + + # The content of the dialog that warns about duplicated sheet name + duplicateSheetName: There is an existing sheet with this name. Please enter another name. diff --git a/messages/spreadsheet/spreadsheet.pt-PT.yml b/messages/spreadsheet/spreadsheet.pt-PT.yml index f2fc248..77d8f14 100644 --- a/messages/spreadsheet/spreadsheet.pt-PT.yml +++ b/messages/spreadsheet/spreadsheet.pt-PT.yml @@ -128,3 +128,21 @@ kendo: # The text of the **Insert** button in all Spreadsheet dialogs dialogInsert: Insert + + # The content of the dialog that warns about an unsupported file type + openUnsupported: Unsupported format. Please select an .xlsx file. + + # The content of the dialog that warns about modifying a merged cell + modifyMerged: Cannot change part of a merged cell. + + # The content of the dialog that warns about modifying a disabled cell + cannotModifyDisabled: Cannot modify disabled cells. + + # The text of the **OK** dialog button + dialogOk: OK + + # The title of an error dialog + dialogError: Error + + # The content of the dialog that warns about duplicated sheet name + duplicateSheetName: There is an existing sheet with this name. Please enter another name. diff --git a/messages/spreadsheet/spreadsheet.ro-RO.yml b/messages/spreadsheet/spreadsheet.ro-RO.yml index f2fc248..77d8f14 100644 --- a/messages/spreadsheet/spreadsheet.ro-RO.yml +++ b/messages/spreadsheet/spreadsheet.ro-RO.yml @@ -128,3 +128,21 @@ kendo: # The text of the **Insert** button in all Spreadsheet dialogs dialogInsert: Insert + + # The content of the dialog that warns about an unsupported file type + openUnsupported: Unsupported format. Please select an .xlsx file. + + # The content of the dialog that warns about modifying a merged cell + modifyMerged: Cannot change part of a merged cell. + + # The content of the dialog that warns about modifying a disabled cell + cannotModifyDisabled: Cannot modify disabled cells. + + # The text of the **OK** dialog button + dialogOk: OK + + # The title of an error dialog + dialogError: Error + + # The content of the dialog that warns about duplicated sheet name + duplicateSheetName: There is an existing sheet with this name. Please enter another name. diff --git a/messages/spreadsheet/spreadsheet.ru-RU.yml b/messages/spreadsheet/spreadsheet.ru-RU.yml index f2fc248..77d8f14 100644 --- a/messages/spreadsheet/spreadsheet.ru-RU.yml +++ b/messages/spreadsheet/spreadsheet.ru-RU.yml @@ -128,3 +128,21 @@ kendo: # The text of the **Insert** button in all Spreadsheet dialogs dialogInsert: Insert + + # The content of the dialog that warns about an unsupported file type + openUnsupported: Unsupported format. Please select an .xlsx file. + + # The content of the dialog that warns about modifying a merged cell + modifyMerged: Cannot change part of a merged cell. + + # The content of the dialog that warns about modifying a disabled cell + cannotModifyDisabled: Cannot modify disabled cells. + + # The text of the **OK** dialog button + dialogOk: OK + + # The title of an error dialog + dialogError: Error + + # The content of the dialog that warns about duplicated sheet name + duplicateSheetName: There is an existing sheet with this name. Please enter another name. diff --git a/messages/spreadsheet/spreadsheet.sk-SK.yml b/messages/spreadsheet/spreadsheet.sk-SK.yml index f2fc248..77d8f14 100644 --- a/messages/spreadsheet/spreadsheet.sk-SK.yml +++ b/messages/spreadsheet/spreadsheet.sk-SK.yml @@ -128,3 +128,21 @@ kendo: # The text of the **Insert** button in all Spreadsheet dialogs dialogInsert: Insert + + # The content of the dialog that warns about an unsupported file type + openUnsupported: Unsupported format. Please select an .xlsx file. + + # The content of the dialog that warns about modifying a merged cell + modifyMerged: Cannot change part of a merged cell. + + # The content of the dialog that warns about modifying a disabled cell + cannotModifyDisabled: Cannot modify disabled cells. + + # The text of the **OK** dialog button + dialogOk: OK + + # The title of an error dialog + dialogError: Error + + # The content of the dialog that warns about duplicated sheet name + duplicateSheetName: There is an existing sheet with this name. Please enter another name. diff --git a/messages/spreadsheet/spreadsheet.sv-SE.yml b/messages/spreadsheet/spreadsheet.sv-SE.yml index f2fc248..77d8f14 100644 --- a/messages/spreadsheet/spreadsheet.sv-SE.yml +++ b/messages/spreadsheet/spreadsheet.sv-SE.yml @@ -128,3 +128,21 @@ kendo: # The text of the **Insert** button in all Spreadsheet dialogs dialogInsert: Insert + + # The content of the dialog that warns about an unsupported file type + openUnsupported: Unsupported format. Please select an .xlsx file. + + # The content of the dialog that warns about modifying a merged cell + modifyMerged: Cannot change part of a merged cell. + + # The content of the dialog that warns about modifying a disabled cell + cannotModifyDisabled: Cannot modify disabled cells. + + # The text of the **OK** dialog button + dialogOk: OK + + # The title of an error dialog + dialogError: Error + + # The content of the dialog that warns about duplicated sheet name + duplicateSheetName: There is an existing sheet with this name. Please enter another name. diff --git a/messages/spreadsheet/spreadsheet.tr-TR.yml b/messages/spreadsheet/spreadsheet.tr-TR.yml index f2fc248..77d8f14 100644 --- a/messages/spreadsheet/spreadsheet.tr-TR.yml +++ b/messages/spreadsheet/spreadsheet.tr-TR.yml @@ -128,3 +128,21 @@ kendo: # The text of the **Insert** button in all Spreadsheet dialogs dialogInsert: Insert + + # The content of the dialog that warns about an unsupported file type + openUnsupported: Unsupported format. Please select an .xlsx file. + + # The content of the dialog that warns about modifying a merged cell + modifyMerged: Cannot change part of a merged cell. + + # The content of the dialog that warns about modifying a disabled cell + cannotModifyDisabled: Cannot modify disabled cells. + + # The text of the **OK** dialog button + dialogOk: OK + + # The title of an error dialog + dialogError: Error + + # The content of the dialog that warns about duplicated sheet name + duplicateSheetName: There is an existing sheet with this name. Please enter another name. diff --git a/messages/spreadsheet/spreadsheet.uk-UA.yml b/messages/spreadsheet/spreadsheet.uk-UA.yml index f2fc248..77d8f14 100644 --- a/messages/spreadsheet/spreadsheet.uk-UA.yml +++ b/messages/spreadsheet/spreadsheet.uk-UA.yml @@ -128,3 +128,21 @@ kendo: # The text of the **Insert** button in all Spreadsheet dialogs dialogInsert: Insert + + # The content of the dialog that warns about an unsupported file type + openUnsupported: Unsupported format. Please select an .xlsx file. + + # The content of the dialog that warns about modifying a merged cell + modifyMerged: Cannot change part of a merged cell. + + # The content of the dialog that warns about modifying a disabled cell + cannotModifyDisabled: Cannot modify disabled cells. + + # The text of the **OK** dialog button + dialogOk: OK + + # The title of an error dialog + dialogError: Error + + # The content of the dialog that warns about duplicated sheet name + duplicateSheetName: There is an existing sheet with this name. Please enter another name. diff --git a/messages/spreadsheet/spreadsheet.zh-CN.yml b/messages/spreadsheet/spreadsheet.zh-CN.yml index f2fc248..77d8f14 100644 --- a/messages/spreadsheet/spreadsheet.zh-CN.yml +++ b/messages/spreadsheet/spreadsheet.zh-CN.yml @@ -128,3 +128,21 @@ kendo: # The text of the **Insert** button in all Spreadsheet dialogs dialogInsert: Insert + + # The content of the dialog that warns about an unsupported file type + openUnsupported: Unsupported format. Please select an .xlsx file. + + # The content of the dialog that warns about modifying a merged cell + modifyMerged: Cannot change part of a merged cell. + + # The content of the dialog that warns about modifying a disabled cell + cannotModifyDisabled: Cannot modify disabled cells. + + # The text of the **OK** dialog button + dialogOk: OK + + # The title of an error dialog + dialogError: Error + + # The content of the dialog that warns about duplicated sheet name + duplicateSheetName: There is an existing sheet with this name. Please enter another name. diff --git a/messages/spreadsheet/spreadsheet.zh-HK.yml b/messages/spreadsheet/spreadsheet.zh-HK.yml index f2fc248..77d8f14 100644 --- a/messages/spreadsheet/spreadsheet.zh-HK.yml +++ b/messages/spreadsheet/spreadsheet.zh-HK.yml @@ -128,3 +128,21 @@ kendo: # The text of the **Insert** button in all Spreadsheet dialogs dialogInsert: Insert + + # The content of the dialog that warns about an unsupported file type + openUnsupported: Unsupported format. Please select an .xlsx file. + + # The content of the dialog that warns about modifying a merged cell + modifyMerged: Cannot change part of a merged cell. + + # The content of the dialog that warns about modifying a disabled cell + cannotModifyDisabled: Cannot modify disabled cells. + + # The text of the **OK** dialog button + dialogOk: OK + + # The title of an error dialog + dialogError: Error + + # The content of the dialog that warns about duplicated sheet name + duplicateSheetName: There is an existing sheet with this name. Please enter another name. diff --git a/messages/spreadsheet/spreadsheet.zh-TW.yml b/messages/spreadsheet/spreadsheet.zh-TW.yml index f2fc248..77d8f14 100644 --- a/messages/spreadsheet/spreadsheet.zh-TW.yml +++ b/messages/spreadsheet/spreadsheet.zh-TW.yml @@ -128,3 +128,21 @@ kendo: # The text of the **Insert** button in all Spreadsheet dialogs dialogInsert: Insert + + # The content of the dialog that warns about an unsupported file type + openUnsupported: Unsupported format. Please select an .xlsx file. + + # The content of the dialog that warns about modifying a merged cell + modifyMerged: Cannot change part of a merged cell. + + # The content of the dialog that warns about modifying a disabled cell + cannotModifyDisabled: Cannot modify disabled cells. + + # The text of the **OK** dialog button + dialogOk: OK + + # The title of an error dialog + dialogError: Error + + # The content of the dialog that warns about duplicated sheet name + duplicateSheetName: There is an existing sheet with this name. Please enter another name.