From a77e2d0d0f8d117cd260ca2e6755cc208f8743ba Mon Sep 17 00:00:00 2001 From: Slavena Ilieva Date: Tue, 21 Nov 2023 13:50:33 +0200 Subject: [PATCH] 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.